/* @import url('https://fonts.googleapis.com/css2?family=Apercu&display=swap'); */
/* @font-face {
  font-family: 'Apercu';
  src:
    url('files/assets/fonts/Apercu/Apercu Regular.otf') format('opentype'),
    url('files/assets/fonts/Apercu/Apercu Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
} */
@font-face {
    font-family: 'Apercu';
    src: url('../../fonts/Apercu/Apercu Light.otf') format('opentype'),
        url('../../fonts/Apercu/Apercu Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url('../../fonts/Apercu/Apercu Medium.otf') format('opentype'),
        url('../../fonts/Apercu/Apercu Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
  font-family: 'Apercu';
  src:
    url('files/assets/fonts/Apercu/Apercu Bold.otf') format('opentype'),
    url('files/assets/fonts/Apercu/Apercu Bold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
} */
/* @font-face {
  font-family: 'Inter';
  src:
    url('files/assets/fonts/Inter/Inter-Bold.otf') format('truetype'),
    url('files/assets/fonts/Inter/Inter-Bold.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
}  */
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter/Inter-Regular.ttf') format('truetype'),
        url('../../assets/fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --nav-bg: 'white';
    --def-bgcolor: #8D8D8D;
    --def-fontfamily: 'Inter', sans-serif;
    --def-heading-fontfamily: 'Apercu', sans-serif;
    --def-text-color: #4D4D4D;
    --def-text-colorlight: #212121;
    --primary: #2463EB;
    --primary-hover: #1453DC;
    --primary-ghost: rgba(36, 99, 235, 0.04);
    --secondary: #FFBA00;
    --success: #115B43;
    --success-light: #009262;
    --warning: #89939E;
    --danger: red;
    --heading-fontfamily: 'Apercu', sans-serif;
    --btag-fontfamily: 'Apercu', sans-serif;
    --natural-black: #212121;
}

#app {
    background-color: #F9FAFB;

}


/* Tags */
body {
    font-family: var(--def-fontfamily);
    /* background-color: var(--def-bgcolor); */
    color: var(--def-text-color);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.text-danger {
    color: var(--danger);
}

b {
    font-family: var(--btag-fontfamily);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

nav {
    background-color: var(--nav-bg);
}

a {
    font-family: var(--def-fontfamily);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* color: var(--def-text-color); */
    text-decoration: none;
}

hr {
    border: 0.5px solid rgba(33, 33, 33, 0.7);

}

h1,
h2,
h3,
h4 {
    font-family: var(--heading-fontfamily);
    color: var(--natural-black);
    font-style: normal;
    font-weight: 500;
    margin: 0px;
}

.atext-1 {
    font-family: var(--def-fontfamily);
    color: var(--def-text-color);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.btext-1 {
    font-family: var(--def-fontfamily);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.btext-2 {
    font-family: var(--def-fontfamily);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
}

.btext-3 {
    font-family: var(--def-fontfamily);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    font-size: 48px;
    line-height: 28px;
}

h2 {
    font-size: 36px;
    line-height: 28px;
}

h3 {
    font-size: 28px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h6 {
    font-family: var(--def-fontfamily);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

/* Classes */
.navbar-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 23;

}

.btn-block {
    width: 100%;
}

.section-margin-b {
    margin-bottom: 50px;
}

.section-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn {
    font-size: 14px !important;
}

.btn-primary {
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 4px;
    padding: 10px 32px;
}

.btn-primary:hover {
    background: var(--primary-hover);
    border: 1px solid var(--primary-hover);
}

.btn-primary:disabled {
    background-color: #EEF5FC;
    color: #ABBED1;
    border: none;
}

.btn-clean {
    color: #7e8299;
    /* border-color: #f9f9f9;  By Sultan */
    background-color: #f9f9f9;

}

.btn-clean:hover {
    background-color: #F4F4F4 !important;
}

.btn-clean-primary-1:hover {
    border: 1px solid var(--primary);
    background: #D0DEFB !important;
}

.btn-clean-primary-1 {
    background: #D0DEFB;
    border-radius: 4px;
    align-items: center;
    padding: 10px 32px;
    color: #2463EB !important;
    border-radius: 12px;
}

.btn-clean-primary {
    background: rgba(36, 99, 235, 0.05);
    border-radius: 4px;
    align-items: center;
    padding: 10px 32px;
    color: #2463EB !important;
    border-radius: 12px;
}

.btn-clean-light-primary {
    background: white;
    border-radius: 4px;
    align-items: center;
    padding: 10px 32px;
    color: #2463EB !important;
    border-radius: 12px;
}

.avatar-uploader-img img {
    min-width: 104px;
    border-radius: 50%;
    height: 104px;
    object-fit: cover;
}

.btn-clean-success:hover {
    border: 1px solid var(--success-light);
    background: #D0DEFB !important;
    color: var(--success-light);
}

.btn-clean-success {
    background: rgba(0, 146, 98, 0.1);
    padding: 12px 32px;
    color: var(--success-light);
    border-radius: 12px;
}


.text-primary {
    color: var(--primary);
}

.section-1 p {
    line-height: 30px;
}

.display-1 {
    font-family: var(--def-heading-fontfamily);
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 74px;
    color: var(--natural-black);
}

.nav-header {
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(187, 170, 187, 0.09);
}

.navbar .nav-container {
    column-gap: 70px;
    ;
}

.navbar .nav-container a:not(.btn) a:not(:hover) {
    gap: 70px;
    color: var(--def-text-colorlight) !important;
}


.nav-link:hover {
    color: var(--primary) !important;
}


/* tags */


ul {
    line-height: 20px;
}

/* Classes */


.display-3 {
    font-family: var(--heading-fontfamily);
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: var(--natural-black);

}

.quote-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 96px 0px;
    margin-top: 116px;
    background: rgba(255, 186, 0, 0.05);
}

.quote-section .row {
    row-gap: 36px;
    text-align: center;
}

.avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar-img {
    width: 64px;
    height: 64px;
    border-radius: 200px;
}

.avatar-section {
    row-gap: 32px;
}

.alternative-school p {
    font-size: 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.alternative-school img {
    position: absolute;
    z-index: 11;
    left: -10px;
    top: -104px;
    width: 374px;
}

.alternative-school {
    position: relative;
    height: 451px;
    padding-left: 269px;
    background-color: var(--primary);
    background-image: url(/files/assets/img/homepage/bg-blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    /* height: 50vh; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* padding: 0px; */
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    row-gap: 16px;
    justify-content: center;
    color: white !important;
}

.alternative-school-text .frame-1 {
    row-gap: 16px;
    display: grid;
}

.alternative-school-text .frame-2 {
    row-gap: 16px;
    display: grid;
}

.alternative-school-text {
    /* max-width: 50%; */
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 711.77px;
}

.btn-light:hover {
    background-color: var(--primary);
}

.btn-light {
    padding: 10px 32px 10px 32px;
    color: var(--primary);
}


/* ===**************** Media Queries ****************=== */
@media (max-width: 915px) {

    /* CSS styles here */
    h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 39px;
        text-align: center;
    }

    .display-1 {
        font-size: 32px;
        line-height: 39px;
    }

    .section-1 h4 {
        text-align: center;
    }

    .display-3 {
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.02em;

    }

    .quote-section {
        padding: 0px;
        margin-top: 64px;
    }


    h2 {
        font-size: 24px;
        line-height: 44px;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
    }

    h4,
    .modile-h4 {
        font-size: 20px;
        line-height: 28px;
    }

    h6 {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .btext-1 {
        font-size: 14px;
        line-height: 24px;
    }

    .alternative-school {
        height: unset;
        padding: 0px;
    }

    .alternative-school-image img {
        position: relative;
        width: 235.76px;
        height: 302.58px;
        left: 0px;
        top: 0px;
    }

    .alternative-school-text {
        width: UNSET;
    }

    /* .btext-2 {
      font-family: var(--def-fontfamily);
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    } */
}

.mm-0 {
    margin: 0 auto !important;
}

.a-link:hover {
    border-bottom: 1px dashed var(--primary) !important;
}

.a-link {
    color: var(--primary);
    cursor: pointer;
}

.error-border {
    border: 1px solid var(--danger) !important;
}

.text-right {
    text-align: right !important;
}

.dp__input_wrap svg {
    display: none;
}

.dp__input_wrap input {
    background: rgba(137, 147, 158, 0.05);
    border: 0.5px solid #ABBED1;
    border-radius: 8px;
    /* height: 48px; */
    padding: 12px 20px;
    font-family: var(--def-fontfamily);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4D4D4D;
}

.label-input input {
    padding: 22px 12px 14px 16px !important;
}

.dp__action_button {
    height: unset !important;
}

.mb-30p {
    margin-bottom: 30px;
}

.pl-0 {
    padding-left: 0px !important;
}

hr {
    opacity: 0.4;
    border: 1px solid #ABBED1;
}

:disabled {
    background: #e8f0fe !important;
    opacity: 1 !important;
    cursor: not-allowed;
}

.select2-container {
    background-color: #f6f8fa !important;

    border: 0.5px solid #ABBED1;
    border-radius: 8px;
    /* height: 48px; */
    /* padding: 12px 20px !important; */
    /* padding: 11px 12px 12px 16px; */
    padding: 10px 12px 10px 16px;
    font-family: var(--def-fontfamily) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #4D4D4D !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    /* background-color: rgba(171, 190, 209, 0.1) !important; */
    background-color: #f6f8fa !important;
}

.select-label-input .select2-selection__rendered {
    padding: 0px !important;
    padding-top: 6px !important;
}

.select2-results__option[aria-disabled="true"] {
    display: none;
}

.select2-selection__arrow {
    top: 30%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212121;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pr-0 {
    padding-right: 0px;
}

.card {
    border-radius: 12px;
}

.custom-back-btn:hover {
    background: var(--primary-ghost);
    color: var(--primary);
}

.custom-back-btn:hover svg,
.custom-back-btn:hover path {
    stroke: var(--primary) !important;
    border-radius: 8px;
}

.custom-back-btn {
    border-radius: 8px;
    padding: 6px 12px 6px 10px;
    gap: 8px;
    color: #9CA3AF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.form-label {
    display: none;
}

.form-control:not(:placeholder-shown):not(.select-box)+label {
    display: block !important;
}

.dropdown-toggle.show svg {
    transform: rotate(180deg) !important;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg) !important;

}

.dropdownbtn+.dropdownbtndata {
    position: absolute;
    margin-top: 8px !important;
    border-radius: 8px;
    box-shadow: 0px 2px 16px 0px rgba(17, 24, 39, 0.08);
    padding: 0px !important;
    border: 1px solid var(--neutral-silver, #F5F7FA);
    min-width: 200px !important;
}


.dropdownbtn+.dropdownbtndata a {
    display: flex;
    padding: 16px 20px;
    align-items: center;
}

.form-control:not([autocomplete="new-password"]):not(:placeholder-shown):not(.checkuserinput):not([type="password"]):not([type="search"]):not(select) {
    /* padding: 22px 12px 14px 16px !important; */
    padding: 18px 12px 8px 16px !important;
    /* padding: 16px 12px 4px 16px !important; */

}

.pill-times {
    display: flex;
    padding: 6px 12px 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 38px;
    background: rgba(36, 99, 235, 0.10);
    color: var(--primary-blue, #2463EB);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.list-unstyled {
    list-style: none;
}

.hideit {
    display: none;
}

.fakeinputfile {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nolabelselect+.value-selected {
    padding: 11px 12px 12px 16px !important;

}

.password-field input[type="password"]:not(:placeholder-shown),
.passwordfield:not(:placeholder-shown) {
    /* padding: 22px 45px 14px 16px !important; */
    padding: 17px 12px 8px 16px !important;
}

.checkuserinput:not(:placeholder-shown) {
    /* padding: 22px 45px 14px 16px !important; */
    padding: 17px 12px 8px 16px;
}


.form-control,
input:-webkit-autofill {
    background: rgba(171, 190, 209, 0.1);

    border: 0.5px solid #ABBED1;
    border-radius: 8px;
    /* height: 48px; */
    padding: 12px 12px 12px 16px;
    /* padding: 12px 20px; */
    /* padding: 22px 12px 14px 16px !important; */
    font-family: var(--def-fontfamily);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /* color: #4D4D4D; */
    color: #212121;
}

input:-webkit-autofill,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #212121;
    background-color: rgba(171, 190, 209, 0.1);
    box-shadow: inset 0 0 20px 20px rgba(171, 190, 209, 0.1);
}

input:-webkit-autofill:not(:placeholder-shown) {
    background-color: rgba(171, 190, 209, 0.1);
}

.search-field .form-control {
    background: rgba(137, 147, 158, 0.05);
    border: 0.5px solid #ABBED1;
    border-radius: 8px;
    padding: 6px 0px 6px 40px;
    padding-right: 6px !important;

    font-family: var(--def-fontfamily);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4D4D4D;
}

.label-input {
    padding: 22px 12px 14px 16px !important;
}

.atext-1 {
    padding-left: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #89939E;
}

.form-control:focus+label {
    background: white;
}

.contenttype select {
    /* padding: 12px 8px !important; */
    /* padding: 15px 8px !important; */
    padding: 13px 8px !important;
    height: 51.6px;
}

label:not(.custom-label) {
    position: absolute;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    /* padding-left: 20px; */
    padding-left: 17px;
    padding-top: 8px;
    color: #4D4D4D;
    z-index: 1;
    top: 0;
    background: #f9f9fa;
    border-top: 1px solid #abbed1;
    border-left: 1px solid #abbed1;
    border-top-left-radius: 8px;
}

.search-field .password-field-icon {
    content: "";
    background-image: url('../../img/search-icon.svg');
    background-repeat: no-repeat;
    /* background-size: 16px 16px; adjust size as needed */
    position: absolute;
    top: 50%;
    left: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}

.password-field .password-field-icon {
    content: "";
    background-image: url('../../img/pass-hide.svg');
    background-repeat: no-repeat;
    /* background-size: 16px 16px; adjust size as needed */
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}

.password-field .password-field-icon-show {
    content: "";
    background-image: url('../../img/eye.png');
    background-repeat: no-repeat;
    /* background-size: 16px 16px; adjust size as needed */
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}

.password-field input[type="password"],
.password-field input[type="text"] {
    padding-right: 30px !important;
}

.label-input {
    padding: 22px 12px 14px 16px !important;
}

label {
    position: absolute;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding-left: 20px;
    padding-left: 17px;
    padding-top: 8px;
    color: #4D4D4D;
    z-index: 1;
}

.form-error {
    padding-top: 9px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    color: #E02B1D;
}

.error-icon {
    content: "";
    background-image: url('../../img/error.webp');
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    padding-right: 20px;

}

.btn-big {
    padding: 16px 0px !important;
}

.btn-sm {
    padding: 6px 12px !important;
    border-radius: 8px !important;
}

.mb-custom-1 {
    margin-bottom: 30px;
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #f5f7fa;
}

.form-control::placeholder {
    color: #798389 !important;
    opacity: 0.8;
}

.select2-selection__rendered:not([title]) {
    padding-left: 0px !important;
}

.checkuserinput {
    padding-right: 44px !important;
}

select {
    -webkit-appearance: listbox !important;
}

.custom-round-progress .point {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-round-progress .round {
    transform: rotate(-90deg);
    transition: all 1s ease-in-out;

    /* SVG */
    fill: none;
    stroke: var(--primary);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 0 999;
}

.no-course-div {
    margin-top: 25px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.modal-dialog-centered{
    justify-content: center;
}
.no-course-found {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #717171;
}

.left-sidebar-scroll {
    overflow-y: scroll;
    height: 74vh;
}

.left-sidebar-scroll::-webkit-scrollbar {
    display: none;
}

.custom-round-progress .border {
    /* SVG */
    fill: none;
    stroke: lightgray;
    /* Set the color of the grey border here */
    stroke-width: 4;
    opacity: 0.4;
    /* Set the opacity to make the grey border less prominent */
    stroke-dasharray: 999 0;
}

.custom-round-progress {
    position: relative;
}

.card {
    border: 1px solid white !important;
} 

.counter-badge {
    position: relative !important;
    top: -20px !important;
    right: -47px;
    background: red;
    color: white !important;
    border-radius: 50% !important;
}

.notifications {
    position: absolute;
    background-color: #fff;
    top: 76px;
    width: 460px;
    right: 105px !important;
    max-height: 500px;
    display: none;
    border-radius: 12px;
    overflow-y: auto;

}
.mt-36{
    margin-top: 36px;
}
.notifications::-webkit-scrollbar {
    display: none;
}

.notification-area {
    padding: 32px 24px;
}

.notification-area .col-md-9 {
    margin-left: 16px;
}

.parent-invitation-label {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px !important;
}

.invitation-text {
    font-size: 14px;
    color: #212121;
    font-weight: 400;
}

.no-notification-found-svg {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.no-notification-found {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.no-notification-found-text {
    text-align: center;
}

.personalised-text {
    color: #4D4D4D;
    text-align: center;
    font-size: 12px;
    font-weight: 400; 
}

.load-btn-svg { 
    margin-left: 8px !important;
    -webkit-animation: loader-1-1 4.8s linear infinite;
    animation: loader-1-1 4.8s linear infinite;
}

@-webkit-keyframes loader-1-1 { 
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

.btn-group .btn.active {
    background: rgba(36, 99, 235, 0.10);
    color: var(--primary);
}

.btn-group .btn {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #202223;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #E4E4E7;
}

.card-sm {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E4E4E7;
    background: #FFF;
}

.card-sm-title {
    color: var(--neutral-black, #212121);
    font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.card-sm-statistics {
    color: var(--neutral-black, #212121);
    font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
    /* 24 Semibold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;/
}

.card-sm-desc {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 8px;
    justify-content: space-between;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}