/* Font Size Utilities */
.fs-10 { font-size: clamp(0.5625rem, 0.4844rem + 0.25vw, 0.625rem) !important}
.fs-11 { font-size: clamp(0.625rem, 0.5469rem + 0.25vw, 0.6875rem) !important}
.fs-12 { font-size: clamp(0.625rem, 0.4515rem + 0.4819vw, 0.75rem) !important; }
.fs-13 { font-size: clamp(0.6875rem, 0.5313rem + 0.5vw, 0.8125rem) !important; }
.fs-14 { font-size: clamp(0.75rem, 0.5765rem + 0.4819vw, 0.875rem) !important; }
.fs-15 { font-size: clamp(0.8125rem, 0.639rem + 0.4819vw, 0.9375rem) !important; }
.fs-16 { font-size: clamp(0.875rem, 0.7015rem + 0.4819vw, 1rem) !important; }
.fs-17 { font-size: clamp(0.9375rem, 0.7813rem + 0.5vw, 1.0625rem) !important; }
.fs-18 { font-size: clamp(1rem, 0.8265rem + 0.4819vw, 1.125rem) !important; }
.fs-19 { font-size: clamp(1.0625rem, 0.9063rem + 0.5vw, 1.1875rem) !important; }
.fs-20 { font-size: clamp(1.125rem, 0.9515rem + 0.4819vw, 1.25rem) !important; }
.fs-22 { font-size: clamp(1.25rem, 1.0765rem + 0.4819vw, 1.375rem) !important; }
.fs-24 { font-size: clamp(1.375rem, 1.2015rem + 0.4819vw, 1.5rem) !important; }
.fs-26 { font-size: clamp(1.5rem, 1.3265rem + 0.4819vw, 1.625rem) !important; }
.fs-28 { font-size: clamp(1.625rem, 1.4515rem + 0.4819vw, 1.75rem) !important; }
.fs-30 { font-size: clamp(1.625rem, 1.278rem + 0.9639vw, 1.875rem) !important; }
.fs-32 { font-size: clamp(1.75rem, 1.403rem + 0.9639vw, 2rem) !important; }
.fs-35 { font-size: clamp(1.625rem, 0.8443rem + 2.1687vw, 2.1875rem) !important; }
.fs-36 { font-size: clamp(2rem, 1.653rem + 0.9639vw, 2.25rem) !important; }
.fs-42 { font-size: clamp(2rem, 1.1325rem + 2.4096vw, 2.625rem) !important; }
.fs-46 { font-size: clamp(2.25rem, 1.3825rem + 2.4096vw, 2.875rem) !important; }
.fs-52 { font-size: clamp(2.25rem, 0.862rem + 3.8554vw, 3.25rem) !important; }
.br-24px{
    border-radius: 1.5rem;
}
.br-20px{
    border-radius: 1.25rem;
}

@media (max-width:991px) {
    .br{
        display: none;
    }
}
.bg-light-neutral-2{
    background-color: #F3F3F3;
}
.card-light-purple{
    background-color: #AC4CFF1F;
    border-color: #4242421A;
}
.block-light-purple{
    background-color: #AC4CFF1F;
    border-color: #4242421A;
}
.block-light-purple svg{
    fill: #AC4CFF;
}
.block-light-pink{
    background-color: #FBECF1;
    border-color: #FF73A2;
}
.block-light-pink svg{
    fill: #FF73A2;
}
.block-light-orange{
    background-color: #FFF6F0;
    border-color: #FFA76D;
}
.block-light-orange svg{
    fill: #FFA76D;
}
.block-lightpink{
    background-color: #FCE9EB;
    border-color: #4242421A;
}
.block-lightyellow{
    background-color: #FFF4D1;
    border-color: #4242421A;
}
.block-lightblue{
    background-color: #D1F3F7;
    border-color: #4242421A;
}
.block-light-gray{
    background-color: #53575A1F;
    border-color: #4242421A;
}
.block-light-gray svg{
    fill: #4242421A;
}
.input-group-2 .left-icon {
    position: absolute;
    top: .75rem;
    left: 1rem;
    background-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 1;
}

/* Only apply left padding when left-icon exists */
.input-group-2:has(.left-icon) .form-control:not(.form-control-lg) {
    padding-left: 3rem !important;
}

/* Large input group with left icon */
.input-group-2.input-group-lg .left-icon {
    top: 1rem;
    left: 1rem;
}

/* Only apply left padding for large inputs when left-icon exists */
.input-group-2.input-group-lg:has(.left-icon) .form-control.form-control-lg {
    padding-left: 3.125rem !important;
}

/* Right icon styles */
.input-group-2 .right-icon {
    position: absolute;
    top: .55rem;
    right: 1rem;
    background-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 1;
}

.input-group-2.input-group-lg .right-icon {
    width: 1.5rem;
    top: 1.1875rem;
    right: 1rem;
}

/* Alternative approach for older browsers that don't support :has() */
/* Use these classes instead of :has() selector */

/* Add this class when left icon is present */
.input-group-2.has-left-icon .form-control:not(.form-control-lg) {
    padding-left: 3rem !important;
}
.input-group-2.input-group-md .right-icon {
    top: .75rem;
}
.input-group-2.input-group-sm .right-icon {
    top: .5rem;
}
.input-group-2.has-right-icon .form-control:not(.form-control-md) {
    padding-left: 3.125rem !important;
}

/* Add this class when right icon is present and you want right padding */
.input-group-2.has-right-icon .form-control:not(.form-control-lg) {
    padding-right: 2.5rem !important;
}

.input-group-2.input-group-lg.has-right-icon .form-control.form-control-lg {
    padding-right: 3rem !important;
}
.edit-pen-icon{
    position: absolute !important;
    top: inherit !important;
    left: 82% !important;
    bottom: -32% !important;
}
.field-with-button .btn svg path {
    stroke: #d1d3d7;
    transition: stroke 0.3s ease;
}

.field-with-button .form-control + .field-with-button .btn svg path {
    stroke: #192335;
}

.field-with-button:has(input:not(:placeholder-shown)) svg path {
    stroke: #192335;
}
.tab-pill-lg,.tab-pill-md{
    border: 0.5px solid  #D9D9D9;
    border-radius: 12px;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    overflow-y: hidden;
}
.tab-pill-lg .nav-item .nav-link{
    padding: .7937rem .9375rem;
    border: none;
    border-radius: 0;
    color: #6B7385;
    text-wrap: nowrap;
    font-weight: 500;
    font-size: .9375rem;
}
.tab-pill-lg .nav-item .nav-link.active,.tab-pill-md .nav-item .nav-link.active{
    color: #FFF;
}

.tab-pill-md .nav-item .nav-link{
    padding: .6563rem .9375rem;
    border: none;
    border-radius: 0;
    color: #6B7385;
    text-wrap: nowrap;
    font-weight: 500;
    font-size: .875rem;
}
.select2-selection__placeholder{
    font-weight: 400;
}
.label-disabled{
    color: #19233550;
}
@media (min-width:768px) {
    .school-info .field-with-button .form-label{
        display: none;
    }

}
.cure-line-bottom::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url(../img/shape/line-cure.png);
    background-position: center;
    background-repeat: no-repeat;
}
.form-check-primary .form-check-input:checked{
    background-color: #FFF !important;
}
.form-check-primary input[type="checkbox"]:checked{
    background-color: #006699 !important;
}
.btn.btn-active-soft-primary:has(input[type="checkbox"]:checked) {
    color: var(--bs-primary);
    border-color: #006699;
    background-color: #0066990F !important;
}
.btn.btn-active-soft-primary:has(input[type="radio"]:checked) {
    color: var(--bs-primary);
    border-color: #006699;
    background-color: #0066990F !important;
}
.btn-check:active+.btn.btn-active-soft-primary, .btn-check:checked+.btn.btn-active-soft-primary, .btn.btn-active-soft-primary.active, .btn.btn-active-soft-primary.show, .btn.btn-active-soft-primary:active:not(.btn-active), .btn.btn-active-soft-primary:focus:not(.btn-active), .btn.btn-active-soft-primary:hover:not(.btn-active), .show>.btn.btn-active-soft-primary {
    color: var(--bs-primary);
    border-color: #006699;
    background-color: #0066990F !important;
}
.form-select-year{
    background-color: #0066991A;
    color: #006699;
    border: none;
    padding: .344rem 3rem .344rem 1rem;
    --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23006699' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}
.form-select-year-sec > .select2-container .select2-dropdown{
    width: 210px !important;
    max-width: 210px !important;
}
.thead-bg{
    background-color: #F8F9F9;
}
.table-radius,.table-tbody-radius  {
  --table-radius: 10px;
}

.table-radius table {
  border-radius: var(--table-radius);
  border: 0.5px solid #D9D9D9;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.table-radius thead tr th:first-child {
  border-top-left-radius: var(--table-radius);
}
.table-radius thead tr th:last-child {
  border-top-right-radius: var(--table-radius);
}
.table-radius tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--table-radius);
}
.table-radius tbody tr:last-child td:last-child {
  border-end-end-radius: var(--table-radius);
}
.table-tbody-radius table{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.table-tbody-radius tbody {
    border-radius: var(--table-radius);
    border: 0.5px solid #D9D9D9 !important;
}
.table-tbody-radius .table-row-bordered tbody tr td{
    border-left: 0;
    border-right: 0;
}
.table-tbody-radius .table-row-bordered tbody tr td:first-child{
    border-left: 0.5px solid #D9D9D9 !important;
}
.table-tbody-radius .table-row-bordered tbody tr td:last-child{
    border-right: 0.5px solid #D9D9D9 !important;
}
.table-tbody-radius thead tr th{
    border: 0 !important;
}
.table-tbody-radius tbody tr:first-child td:first-child {
    border-top-left-radius: var(--table-radius);
}
.table-tbody-radius tbody tr:first-child td:last-child {
    border-top-right-radius: var(--table-radius);
}
.table-tbody-radius tbody tr:last-child td:first-child {
    border-bottom-left-radius: var(--table-radius);
}
.table-tbody-radius tbody tr:last-child td:last-child {
    border-end-end-radius: var(--table-radius);
}
.table:not(.table-bordered) tbody tr:last-child td,
.table-tbody-radius tbody tr:last-child  td{
    border-bottom: 0.5px solid #D9D9D9 !important;
}
.badge-30{
    padding-block:.4625rem !important;
}
.badge-light-purple{
    background-color: #AC4CFF1F;
}
.badge-light-blue{
    background-color: #0066991A;
}
.badge-light-orange{
    background-color: #FFF6F0;
}
.badge-light-danger{
    background-color: #E53E301F;
}
.badge-light-green{
    background-color: #95C83C1F;
}
.badge-light-yellow{
    background-color: #F5BD161F;
}
.badge-light-pink{
    background-color: #CB569A1F;
}
.badge-light-pastelsPink{
    background-color: #FCE9EB;
    border: 0.5px solid #CB569A1A
}
.badge-light-pastelsYellow{
    background-color: #FFF4D1;
    border: 0.5px solid #c5ab591a
}
.badge-light-pastelsBlue{
    background-color: #D1F3F7;
    border: 0.5px solid #5ebcc71a
}
.select-check-group{
    display: flex;
    border: 0.5px solid #D9D9D9;
    border-radius: 12px;
    overflow: hidden;
}
.select-check-group .select-btn{
    width: 100%;
    padding-inline: .9375rem !important;
    text-wrap:nowrap;
    color: #6B7385;
    border-right: 0.5px solid #D9D9D9 !important;
}
.select-check-group .select-btn:last-child{
    border-right: 0 !important;
}
  .select-check-group .select-btn input:checked {
    color: #fff;
  }
  .select-check-group .select-btn svg{
    display: none;
    opacity: 0;
  }
  .select-check-group .select-btn input:checked svg{
    display: inline-block;
    opacity: 1;
  }
  .select-check-group .select-btn input:checked  {
    background-color: #006699;
    color: #fff;
  }
  .select-check-group .select-btn.select-light-primary input:checked  {
    background-color: #0066991A;
    color: #fff;
  }
  .select-check-group .select-btn:has(input:checked) svg{
    display: inline-block;
    opacity: 1;
  }
  .select-check-group .select-btn:has(input:checked) {
    background-color: #006699;
    color: #fff;
    border-color: #006699;
  }
  .select-check-group .select-btn.select-light-primary:has(input:checked) {
    background-color: #0066991A;
    color: #006699;
    /* border-color: #006699; */
  }
  .phone-num-group{
    /* position: relative; */
    border: 0.5px solid #D9D9D9;
    border-radius: .625rem;
  }
  .phone-num-group .form-control{
    border: 0;
    border-radius: .625rem;

    /* position: relative; */
  }
  .phone-num-group .form-select::after{
    content: "";
    width: 0.5px;
    height: 28px;
    background-color: #D9D9D9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
  }
  .phone-num-group .form-select{
    padding-left: 16px;
    padding-right: 20px;
    border: none;
    border-radius: .625rem;
    background-position: right 0.2rem center;
  }
  .phone-num-group .form-select:focus{
    background-color: transparent;
  }
  .phone-num-group .select2-dropdown{
    width: 150px !important;
  }
  .dote-secondary{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #6B738520;
    border-radius: 50%;
  }
  .sync-icon-set{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .tippy-box[data-theme~='material'] {
    background-color: #0e1a2b; /* dark blue/black */
    color: #fff;
    font-size: .75rem;
    border-radius: 8px;
    padding: 8px 10px;
  }
  #filtersTabNav .nav-item .nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .875rem;
    color: #6B7385;
    border-radius: 0;
    border: 0;
    border-bottom: 0.5px solid #D9D9D9;
    padding: clamp(1rem, 0.6875rem + 1vw, 1.25rem) clamp(1.125rem, 0.6563rem + 1.5vw, 1.5rem);
  }
  #filtersTabNav .nav-item .nav-link.active{
    background-color: #CB569A1F;
    color: #CB569A;
  }
.progress_custom {
    background-color: #FFA76D;
    border-radius: 6px !important;
    height: 15px;
}

.progress_custom .progress-bar {
    background-color: #28B486;
    border-radius: 6px 0 0 6px !important;
    position: relative;
}

.progress_custom .progress-bar.progress_active:after {
    content: " ";
    position: absolute;
    right: 0;
    height: 100%;
    width: 8px;
    background-color: #FFf;
}
/* Chart css */
#myDoughnutChart {
  position: relative;
  z-index: 2;
}

#chart-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
     z-index: 1;
}
.chart_dot {
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #000;
    margin-bottom: 3px;
}

.chart_dot.chart_blue {
    background-color: #006699;
}

.chart_dot.chart_green {
    background-color: #06AE6F;
}

.chart_dot.chart_pink {
    background-color: #CB569A;
}

.chart_dot.chart_orange {
    background-color: #F36C22;
}
.custom_nav-pills .nav-link {
    border-radius: .625rem;
    border: 0.5px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .875rem .9375rem;
    color: #6B7385;
    margin-bottom: 0;
}

.custom_nav-pills .nav-link:hover,
.custom_nav-pills .nav-link.active {
    border: 0.5px solid #006699;
    background-color: #0066991A;
    color: #006699;
    font-weight: 500;
}

.custom_nav-pills .nav-item {
    margin: 0;
    margin-bottom: .75rem;
}

.custom_nav-pills .nav-item:last-child {
    margin-bottom: 0;
}
.avatar-green {
    width: 2rem;
    height: 2rem;
    color: #95C83C;
    padding: .3125rem;
    background-color: #95C83C1F;
    border-radius: 50%;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number_pink {
    width: 2rem;
    height: 2rem;
    color: #CB569A;
    padding: .3125rem;
    background-color: #F9EBF3;
    border-radius: 50%;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .avatar{
    width: clamp(2rem, 1.5313rem + 1.5vw, 2.375rem);
    height: clamp(2rem, 1.5313rem + 1.5vw, 2.375rem);
    text-transform: capitalize;
    font-size: .9rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    line-height: normal;
  }
  .avatar-32{
    width: clamp(1.75rem, 1.4375rem + 1vw, 2rem);
    height: clamp(1.75rem, 1.4375rem + 1vw, 2rem);
  }
  .avatar-light-green{
    background-color:#95C83C1F ;
    color: #95C83C;
  }
@media(min-width:992px){
    .border-lg-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}
}
@media(min-width:768px){
    .border-md-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}
}
.bg_lightpink{
    background-color: #CB569A0F !important;
}
.bg_lightgreen{
    background-color: #06AE6F0F !important;
}
/* custom nav tabs */
.nav-tabs.tabs_primary {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    border: none !important;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tabs_primary::-webkit-scrollbar {
    display: none;
}

.nav-tabs.tabs_primary .nav-item {
    flex: 1 1 auto;
    text-align: center;
    margin-bottom: 0 !important;
    outline: none !important;
}

.nav-tabs.tabs_primary .nav-link {
    font-weight: 500;
    padding: 0 1.875rem 1.125rem 1.875rem;
    margin: 0 !important;
    text-align: center;
    color: #6B7385;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    outline: none !important;
    isolation: unset !important;
    box-shadow: none !important;
}

.nav-tabs.tabs_primary .nav-item.show .nav-link,
.nav-tabs.tabs_primary .nav-link.active {
    color: #006699;
    border: none !important;
    border-bottom: 2px solid #006699 !important;
}
.card_171 {
    width: 175px;
    height: 110px;
    border-radius: .75rem;
    border: 0.5px solid #D9D9D9;
}

.badge_absolute {
    background-color: #fff;
    padding: .3125rem 1.25rem;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.bg_soft-yellow {
    background-color: #FFFAEB;
}

.bg_soft-pink {
    background-color: #FDF2F5;
}

.bg_soft-blue {
    background-color: #F3F3FF;
}

.bg_soft-green {
    background-color: #EEFCF4;
}

.bg_soft-green {
    background-color: #EEFCF4;
}
.select_check {
    border: none !important;
}

.select_check .select-btn {
    border: 0.5px solid #D9D9D9 !important;
    border-right: 0.5px solid #D9D9D9 !important;
    background-color: #F3F3F3;
    border-radius: .75rem !important;
    color: #192335;
    font-size: clamp(0.8125rem, 0.639rem + 0.4819vw, 0.9375rem);
}

.select_check .select-btn:last-child {
    border-right: 0.5px solid #D9D9D9 !important;
}

.select_check .select-btn.select-light-primary:has(input:checked) {
    border: 0.5px solid #006699 !important;
}
.food-img{
    width: 5.3125rem;
    height: 5.3125rem;
    object-fit: cover;
    border-radius: .625rem;
    border: 0.46px solid #D9D9D9;

}
.border-bm {
    border-bottom: 0.5px solid #D9D9D9;
    padding-bottom: 1.125rem;
    margin-bottom: 1.125rem;
}

.border-bm:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.table-spacing {
    border-spacing: 0 1rem !important;
}

.table-spacing thead tr th {
    border: none !important;
    padding-bottom: 0 !important;
}

.table-spacing tbody tr td {
    border: none;
    border-top: 0.5px solid #D2D2D2 !important;
    border-bottom: 0.5px solid #D2D2D2 !important;
    background-color: #FFF;
}

.table-spacing tbody tr td:first-child {
    border-left: 0.5px solid #D2D2D2;
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
}

.table-spacing tbody tr td:last-child {
    border-right: 0.5px solid #D2D2D2;
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
}
.line-clamp_one {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.upload-img-input{
    width: 130px;
    height: 130px;
}
.upload-img-remove-icon{
    position: absolute;
    top: -14px;
    right: -14px;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image: none !important;
}
