
.main-content{
    background-color: #F6F8FD;
}
.dashboard-wrapper {
    min-height: 80vh;
    height: 100vh;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Proxima Nova";
}
span, p{
    font-family: "Plus Jakarta Sans"!important;
}

.container-custom{
    padding: 20px 0px!important;
}
#hamburger-menu{
        display: none;
    }
.justify-items-start{
    justify-items: start;
}
.justify-items-end{
    justify-items: end;
}
.sidebar {
    /*background: #29999B;*/
    border-right: 1px solid #ddd;
    padding: 20px;
    height: 100vh;
    width: 220px;
    transition: all 0.3s ease;
    background-color: #29999B;
    color: #fff;
    min-height: 100vh;
    position: sticky;
    top: 0;
}
.sidebar {
  transition: all 0.3s ease;
}
.sidebar-preload {
  transition: none !important;
}

/* Overlay default hidden */
#sidebarOverlay {
  display: none;
}
#dashboardSidebar.no-transition {
  transition: none !important;
}
.sidebar .list-group{
    display: flex;
    gap: 10px;
}

.sidebar .list-group-item.active {
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
    border-radius: 8px;
}

.sidebar .list-group-item {
  background: transparent;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0;
}

.sidebar .list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.sidebar .label {
  transition: opacity 0.3s ease;
}

.sidebar.collapsed {
  width: 70px;
  padding: 10px;
}


.sidebar.collapsed .label {
  display: none;
}

.sidebar.collapsed .text-center:not(.mt-3) {
  display: none;
}
.sidebar-hide{
    border-radius: 100px;
}
.sidebar-hide:hover{
    color: inherit;
}
.sidebar-hide:focus{
    background-color: transparent;
}

.btn-color-ginjalpedia{
    background: #29999B!important;
    border:none!important;
    color: #fff!important;
}
.btn-color-ginjalpedia:hover{
    background: #31B9BB!important;
}

/* Kolom konten agar bisa scroll sendiri */
.main-content {
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 100px!important; 
}

@media (max-width:767.98px){
    #hamburger-menu{
        display: block;
    }
    #dashboardSidebar {
    position: fixed;
    top: 0;
    left: -260px; /* Hide offscreen */
    width: 260px;
    height: 100%;
    z-index: 1050;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
  }

  #dashboardSidebar.active {
    left: 0;
  }

  #sidebarOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
  }

  #sidebarOverlay.active {
    display: block;
  }
}

.circle-progress-container {
  width: 60px;
  height: 60px;
  position: relative;
}

.progress-circle {
  transform: rotate(-90deg);
}

.progress-circle circle.bg {
  fill: none;
  stroke: #eee;
  stroke-width: 6;
}

.progress-circle circle.progress {
  fill: none;
  stroke: #28a745;
  stroke-width: 6;
  stroke-dasharray: 164;
  stroke-dashoffset: 164;
  transition: stroke-dashoffset 0.6s ease;
}

.progress-circle text {
  transform: rotate(90deg);
  font-weight: bold;
  dominant-baseline: middle;
}
/*Login*/
.form-login form{
    max-width: 100%;
}
.third-party-login .nsl-container{
    padding: 0;
    margin: 0;
    width:100%;
}
.third-party-login .nsl-container-buttons{
    width: 100%!important;
    margin: 0;
    padding: 0;
}
.third-party-login .nsl-container-buttons a{
    margin: 0;
    width: 100%;
}
.third-party-login .nsl-container-buttons .nsl-button-google{
    background-color: #fff!important;
    display: flex;
    place-self: center;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    border-radius: 8px!important;
    border: 1px solid #DADADA!important;
    box-shadow: none!important;
    padding: 12px 24px;
    gap: 10px;
}
.third-party-login .nsl-button-svg-container, .nsl-button-label-container{
    flex: none!important;
    padding: 0!important;
    margin: 0!important;
}
.third-party-login .nsl-button-label-container{
    margin-top: 3px!important;
}
/*Register page*/
.mt-24{
    margin-top: 24px;
}
.btn-ginjalpedia{
    border-radius: 8px !important;
    background: #29999B!important;
    display: flex!important;
    padding: 12px 24px!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 10px!important;
    align-self: stretch!important;
    width: 100%!important;
    color: #fff!important;
    border: none!important;
}

.btn-ginjalpedia-secondary{
    border-radius: 8px !important;
    background: #EB2C79!important;
    display: flex!important;
    padding: 12px 24px!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 10px!important;
    align-self: stretch!important;
    width: 100%!important;
    color: #fff!important;
    border: none!important;
}

.teks-terms-privacy{
    color: #000;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.font-jakarta{
    font-family: "Plus Jakarta Sans";
}
.color-primary-ginjalpedia{
    color: #29999B!important;
}

.justify-items-center{
    justify-items: center;
}

.is-invalid {
    border-color: red;
}
.input-form-ginjalpedia{
    border-radius: 4px!important;
    background: #F2F6FF!important;
    display: flex!important;
    padding: 16px!important;
    flex-direction: column!important;
    align-items: flex-start!important;
    gap: 69px!important;
    align-self: stretch!important;
    border: none!important;
}

.hover-none:hover{
    background-color: transparent!important;
    color: inherit!important;
}
.text-send{
    color: #1877F2!important;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.otp-input-group {
    margin-bottom: 1rem;
    width: 215px;
    place-self: center;
}
.otp-input {
    width: 50px;
    height: 60px;
    font-size: 28px;
    text-align: center;
    /*border: 1px solid #ccc;*/
    /*border-radius: 8px;*/
    border: none !important;
    padding: 0!important;
    font-family: "Plus Jakarta Sans";
}
.otp-input:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
}
.dash {
    display: flex;
    align-items: center;
    font-size: 28px;
    padding: 0 6px;
    color: #bbb;
}

.gender-options {
  display: flex;
  gap: 16px;
}

.gender-option {
  border-radius: 8px;
  border: 1px solid #F2F6FF;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  flex: 1;
  transition: all 0.2s ease-in-out;
  background-color: #F2F6FF;
  color: rgba(0, 0, 0, 0.20)!important;
}

.gender-option:hover {
  border-color: #29999B;
}

.gender-option img {
  display: block;
  margin: 0 auto 8px;
}

.gender-option span {
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.gender-option.selected{
    border: 1px solid #29999B!important;
}
.gender-option input:checked + img,
.gender-option input:checked + span {
  filter: none;
}

.gender-option input:checked ~ span {
  color: #29999B;
}

.gender-option input:checked ~ img {
  border-radius: 50%;
  outline: 3px solid #29999B;
}

.input-icon-left {
  position: relative;
}

.input-icon-left .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 1rem;
  pointer-events: none;
}

.input-icon-left input {
  padding-left: 2rem;
  background-color: #f5f8ff;
  border: none;
  border-radius: 12px;
}
.chronic-disease .btn-check:checked+.btn, .chronic-disease .btn-check-ginjalpedia:hover, .gerd .btn-check:checked+.btn, .gerd .btn-check-ginjalpedia:hover{
    border: 1px solid #29999B!important;
    color: #29999B!important;
}
.btn-outline-ginjalpedia{
    color: rgba(0, 0, 0, 0.20);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #F2F6FF;
}

.btn-check-ginjalpedia{
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 69px;
    flex: 1 0 0;
}

/*User Settings*/
.gender-option.active{
    border: 1px solid #29999B!important;
}

.password{
    z-index: 1!important;
}

.toggle-password{
    border: none!important;
    background: transparent!important;
    position: absolute!important;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2!important;
}

.bi-eye, .bi-eye-slash{
    color: #29999B!important;
}

/*Overview Page*/

.detail-profile{
    width: fit-content!important;
    margin: 0!important;
    gap: 12px!important;
    max-width: 550px;
}
.container-detail{
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    background: #FFF;
    gap: 12px!important;
}
.text-fullname{
    color: #414141!important;
    font-family: "Proxima Nova"!important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 21px!important; /* 150% */
    letter-spacing: 0.56px!important;
}

.badge-profile{
    padding: 4px 12px!important;
    align-items: center;
    gap: 10px!important;
    border-radius: 4px!important;
    background: #FFEBE6;
    color: #EE4C25;
    font-family: "Proxima Nova";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 150% */
    letter-spacing: 0.4px;
}

.height-weight{
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: #E8F2F2;
}

.text-add-profile{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-decoration-line: underline!important;
}

.gap-12{
    gap: 12px!important;
}

.update-information-medic h4{
    font-size: 18px!important;
}
.update-information-medic span{
    font-size: 14px!important;
}

.update-information-medic .btn-update{
    padding: 4px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #29999B;
    font-weight: 700;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
}

@media (max-width:767.98px){
    .detail-profile{
        max-width: 100%;
    }
}

.checkup-medical-test{
    gap: 16px;
}

.checkup-medical-test-items{
    gap: 24px;
}

.checkup-medical-test-items .checkup-medical-test-item-link{
    height: 50px;
    max-width: 320px;
    padding: 8px 12px!important;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    background: #FFF;
    justify-content: space-between;
    padding: 8px 12px;
    align-self: stretch;
    align-content: center;
}
.checkup-medical-test-items .checkup-medical-test-item .checkup-medical-test-title{
    gap: 8px;
}
.checkup-medical-test-items .checkup-medical-test-item h4{
    margin: 0!important;
    font-size: 14px!important;
    color: #151515;
    font-weight: 600;
    line-height: 21px;
}