:root {
    --white: #ffffff;
    --black: #000000;
    --solid-black: #0e191e;
    --primary-trusted-blue: #00739d;
    --secondary-bright-sky: #1eb7df;
    --secondary-transfomative-teal: #038898;
    --secondary-guiding-green: #26d1a0;
    --secondary-nautical-navy: #004d69;
    --tertiary-confident-gold: #ffc000;
    --tertiary-creative-coral: #f15f5c;
    --tertiary-solid-black: #0e191e;
    --tertiary-proven-gray: #666666;
    --tertiary-proven-gray1: #efefef;
    --tertiary-trusted-blue: #e7f1f5;
    --secondary-guiding-green1: #27D1A0;
    --secondary-guiding-green2: #A3ECFF;
    --Main-font: 'brother_1816regular', serif;
    --Title-font: 'brother_1816bold', serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


html {
    font-family: var(--Main-font);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


@media (min-resolution: 1.25dppx) and (max-resolution: 1.75dppx) {
    html{
        font-size: 14px;
    }

}
@media (min-zoom: 125%) and (max-zoom: 175%) {

    html{
        font-size: 14px;
    }
}
@media only screen and (min-width:1200px) and (max-width: 1370px) {
    html{
        font-size: 15px;
    }
}
@media (min-resolution: 1.25dppx) {
    html{
        font-size: 14px;
        line-height: 1.5;
    }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--tertiary-solid-black);
    background: var(--tertiary-proven-gray1);
    font-family: var(--Main-font);
    font-weight: 300;
}
blockquote, ol, p, table, ul, td {
    font-family: var(--Main-font);
    color: var(--tertiary-solid-black);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 0;
}
a {
    color: var(--primary-trusted-blue);
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: var(--secondary-bright-sky);
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-family: var(--Title-font);
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 400;
}
p {
    font-size: 1rem;
    line-height: 1.7;
    font-family: var(--Main-font);
    margin-bottom: 15px;
    color: var(--tertiary-solid-black);
    font-weight: 300;
}
ul {
    list-style-type: disc;
    font-size: 1rem;
    line-height: 1.7;
    font-family: var(--Main-font);
    margin-bottom: 15px;
    color: var(--tertiary-solid-black);
    font-weight: 300;
}

ol {
    list-style-type: decimal;
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--Main-font);
    margin-bottom: 15px;
    color: var(--tertiary-solid-black);
}
strong{
    font-family: 'brother_1816bold'!important;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.title{
    font-family: var(--Title-font);
    font-size: 2.2rem;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: var(--tertiary-solid-black);
}
.sub-title{
    font-family: var(--Title-font);
    font-size: 1.6rem;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: var(--tertiary-solid-black);
}
.sec-space{
    margin: 90px 0px;
}
.sec-space-inside{
    padding: 90px 0px;
}
/* style for custom dropdown start */
ul.custom-ddn-list {
    list-style: none;
    padding-left: 0px;
    background: #ffffff;
    border: 0px solid #efefef;
    border-radius: 4px;
    display: block;
    float: left;
    position: absolute;
    z-index: 121;
    top: -9999px;
    width: 95%;
    min-width: 280px;
}
ul.custom-ddn-list.active_list {
    max-height: 300px;
    border-width: 0px;
    opacity: 1;
    top: 28px;
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
    /* -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; */
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-box-shadow: -2px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 8px 0px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}
ul.custom-ddn-list li.active, ul.custom-ddn-list li:hover {
    color: #ffffff;
    background: var(--form-background-color);
}

ul.custom-ddn-list li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
ul.custom-ddn-list li {
    width: 100%;
    float: left;
    padding: 10px 10px;
    border-bottom: 1px solid #efefef;
    position: relative;
    font-size: 1rem;
    color: var(--SmartNavy);
    cursor: pointer;
}
ul.custom-ddn-list li:last-child{
    border: none;
}
ul.custom-ddn-list li a{
    font-size: 0.9rem;
    line-height: 1.5;
    text-decoration: none;
    color: var(--SmartNavy);
}
ul.custom-ddn-list li.active a, ul.custom-ddn-list li a:hover, ul.custom-ddn-list li:hover a{
    color: #ffffff;
}
.ddn-wrapper{
    position: relative;
}
.ddn-open .ddn-icon{
    margin-left: 5px;
}
.nav-link.ddn-open{
    display: flex;
    align-items: center;
}
/* style for custom dropdown end */
.btn-primary {
    background: var(--secondary-transfomative-teal);
    border: 1px solid var(--secondary-transfomative-teal);
    border-radius: 8px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'brother_1816medium';
    line-height: 1.5;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background .3s ease-in, color .3s ease-in, border-color .3s ease-in;
    transition: background .3s ease-in, color .3s ease-in, border-color .3s ease-in;
    text-decoration: none;
    padding-right: 40px;
    max-width: fit-content;
}
.btn-primary:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23FFFFFF"><path d="M665.08-450H180v-60h485.08L437.23-737.85 480-780l300 300-300 300-42.77-42.15L665.08-450Z"/></svg>');
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease;
    transition: right .3s ease;
    width: 35px;
    height: 23px;
}
.btn-primary:hover{
    background: #FFFFFF;
    border-color: var(--secondary-transfomative-teal);
    color: var(--secondary-transfomative-teal);
}
.btn-primary:focus, .btn-primary:active, .btn-primary:focus-visible{
    background: var(--secondary-transfomative-teal);
    border: 1px solid var(--secondary-transfomative-teal);
    border-radius: 8px;
    color: #FFFFFF;
}
.btn-primary:hover::after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23038898"><path d="M665.08-450H180v-60h485.08L437.23-737.85 480-780l300 300-300 300-42.77-42.15L665.08-450Z"/></svg>');
}
.btn-secondary{
    background: #FFFFFF;
    border: 1px solid  var(--secondary-transfomative-teal);
    border-radius: 8px;
    color: var(--secondary-transfomative-teal);
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-family: 'brother_1816medium';
    line-height: 1.5;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background .3s ease-in, color .3s ease-in, border-color .3s ease-in;
    transition: background .3s ease-in, color .3s ease-in, border-color .3s ease-in;
    width: 100%;
    padding-right: 40px;
    max-width: fit-content;
}
.btn-secondary.no-icon, .btn-primary.no-icon{
    padding-right: 30px;
}
.btn-secondary:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23038898"><path d="M665.08-450H180v-60h485.08L437.23-737.85 480-780l300 300-300 300-42.77-42.15L665.08-450Z"/></svg>');
    display: inline-block;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease;
    transition: right .3s ease;
    width: 35px;
    height: 23px;
}
.btn-secondary.no-icon::after, .btn-primary.no-icon::after{
    display: none;
}
.btn-secondary:hover{
    background: #FFFFFF;
    border-color: var(--secondary-bright-sky);
    color: var(--secondary-bright-sky);
}
.btn-secondary:hover::after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%231eb7df"><path d="M665.08-450H180v-60h485.08L437.23-737.85 480-780l300 300-300 300-42.77-42.15L665.08-450Z"/></svg>');
}
.btn-tertiary-border {
    border: 1px solid var(--secondary-transfomative-teal);
    border-radius: 8px;
    color: var(--secondary-transfomative-teal);
    cursor: pointer;
    font-size: 1rem;
    font-family: 'brother_1816medium';
    line-height: 1.5;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background .3s ease-in, color .3s ease-in, border-color .3s ease-in;
    transition: background .3s ease-in, color .3s ease-in, border-color .3s ease-in;
    text-decoration: none;
    padding-right: 30px;
    max-width: fit-content;
}
.btn-tertiary-border:hover {
    background-color: var(--secondary-transfomative-teal);
    border-radius: 8px;
    color: #fff;
}
.text-green{
    color: var(--secondary-guiding-green);
}
.text-white{
    color: var(--white);
}
.loader{
    position: fixed;
    bottom: 0;
    width: 100%;
    /* height: 100px; */
    padding: 7px 25px;
    max-height: 80px;
    overflow-y: auto;
    text-align: center;
    display: flex;
    z-index: 1;
    justify-content: center;
}
.loader-center{
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    max-height: unset;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    gap: 10px;
}
.loader .loader-image{
    width: 60px;
}
.loader.loader-center .loader-image{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader .loader-image img{
    width: 100%;
}
.loader .spinner-grow{
    width: 0.9rem;
    height: 0.9rem;
}
.toggle-password{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%2300739d"><path d="M480.18-353.85q60.97 0 103.47-42.68t42.5-103.65q0-60.97-42.68-103.47t-103.65-42.5q-60.97 0-103.47 42.68t-42.5 103.65q0 60.97 42.68 103.47t103.65 42.5ZM480-392q-45 0-76.5-31.5T372-500q0-45 31.5-76.5T480-608q45 0 76.5 31.5T588-500q0 45-31.5 76.5T480-392Zm.11 152q-129.96 0-236.88-70.73Q136.31-381.46 83.08-500q53.23-118.54 160.04-189.27T479.89-760q129.96 0 236.88 70.73Q823.69-618.54 876.92-500q-53.23 118.54-160.04 189.27T480.11-240ZM480-500Zm0 220q113 0 207.5-59.5T832-500q-50-101-144.5-160.5T480-720q-113 0-207.5 59.5T128-500q50 101 144.5 160.5T480-280Z"/></svg>');
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    /* top: 26px; */
}
.toggle-password.active{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%2300739d"><path d="M617.85-454.15 586-486q9-52.38-29.69-90.69Q517.62-615 466-606l-31.85-31.85q10.08-4.15 21.04-6.23 10.96-2.07 24.81-2.07 61.15 0 103.65 42.5 42.5 42.5 42.5 103.65 0 13.85-2.07 25.58-2.08 11.73-6.23 20.27Zm126.46 122.92L714-358q38-29 67.5-63.5T832-500q-50-101-143.5-160.5T480-720q-29 0-57 4t-55 12l-31.23-31.23q34.85-13.15 70.92-18.96Q443.77-760 480-760q130.23 0 238.23 71.58 108 71.57 158.69 188.42-21.46 48.23-54.34 90.65-32.89 42.43-78.27 78.12Zm44.61 216.77L633.23-269.69q-26.54 11.77-65.88 20.73Q528-240 480-240q-131 0-238.23-71.58Q134.54-383.15 83.08-500q23.3-53 61.46-99.27 38.15-46.27 81.46-77.65l-111.54-112 28.31-28.31 674.46 674.46-28.31 28.31ZM254.31-648.62q-34.39 24.47-70.31 64.31-35.92 39.85-56 84.31 50 101 143.5 160.5T480-280q34.62 0 69.77-6.73t52.85-13.58L537.38-366q-9.46 5.31-26.38 8.73-16.92 3.42-31 3.42-61.15 0-103.65-42.5-42.5-42.5-42.5-103.65 0-13.31 3.42-29.85 3.42-16.53 8.73-27.53l-91.69-91.24ZM541-531Zm-112.54 56.54Z"/></svg>');
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}
.badge{
    border: 1px solid var(--tertiary-confident-gold);
    background-color: var(--tertiary-confident-gold);
    color: var(--white);
    border-radius: 0.75rem;
    padding: 5px;
    display: flex;
    align-items: center;
    max-width: fit-content;
    font-size: 1rem;
}
.badge.bg-green{
    background-color: rgba(38, 209, 160, 0.4);
    color: var(--secondary-guiding-green);
    border-color: var(--secondary-guiding-green);
}
.badge.bg-red{
    background-color: rgba(241, 95, 92, 0.4);
    color: var(--tertiary-creative-coral);
    border-color: var(--tertiary-creative-coral);
}
.badge.bg-yellow{
    background-color: rgba(248, 226, 161, 0.4);
    color: var(--tertiary-confident-gold);
    border-color: var(--tertiary-confident-gold);
}
.badge.bg-gray{
    background-color: rgba(102, 102, 102, 0.4);
    color: var(--tertiary-proven-gray);
    border-color: var(--tertiary-proven-gray);
}
.badge.bg-blue{
    background-color: rgba(0, 115, 157, 0.4);
    color: var(--primary-trusted-blue);
    border-color: var(--primary-trusted-blue);
}
.card-footer .page-btn.active{
    background: var(--primary-trusted-blue);
    border-color: var(--primary-trusted-blue);
}
.text-primary{
    color: var(--primary-trusted-blue)!important;
}
.text-warning{
    color: var(--tertiary-confident-gold)!important;
}
.text-success{
    color: var(--secondary-guiding-green)!important;
}
.text-danger{
    color: var(--tertiary-creative-coral)!important;
}
.notification-wrapper{
    position: relative;
}
.notification-dropdown{
    position: absolute;
    top: -9999px;
    right: 0;
    background: var(--white);
    border: 1px solid var(--tertiary-proven-gray1);
    border-radius: 0.75rem;
    width: 400px;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    z-index: 1000;
    margin-top: 0px;
    transition: transform 0.4s, opacity 0.4s;
}
.notification-dropdown.active{
    top: 100%;
    transform: translateY(15px);
}
.notification-dropdown .notification-header{
    padding: 1rem;
    border-bottom: 1px solid var(--tertiary-proven-gray1);
    font-weight: 500;
    color: var(--tertiary-solid-black);
}
.notification-dropdown .mark-unread-btn{
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondary-guiding-green);
    font-size: 0.7rem;
    cursor: pointer;
    font-family: var(--Main-font);
}
.notification-dropdown .mark-unread-btn:hover{
    text-decoration: underline;
}
.notification-dropdown h4{
    font-family: var(--Title-font);
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    color: var(--tertiary-solid-black);
}
.notification-dropdown .notification-item{
    padding: 0rem;
    border-bottom: 1px solid var(--tertiary-proven-gray1);
    width: 100%;
}
.notification-dropdown .notification-item .notification-link{
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.notification-dropdown .notification-item .notification-link:hover{
    background-color: var(--tertiary-proven-gray1);
}
.notification-dropdown .notification-item:last-child{
    border-bottom: none;
}
.notification-dropdown .notification-item .txt-noti{
    font-family: var(--Main-font);
    font-size: 0.95rem;
    color: var(--tertiary-solid-black);
    line-height: 1.2;
}
.notification-dropdown .txt-time{
    font-family: var(--Main-font);
    font-size: 0.75rem;
    color: var(--tertiary-proven-gray);
}
.notification-dropdown .notification-icon-wrapper{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 115, 157, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
}
.notification-dropdown .notification-icon-wrapper span{
    font-size: 0.9rem;
    color: var(--primary-trusted-blue);
}
.notification-dropdown .service-notification .notification-icon-wrapper{
    background: rgba(38, 209, 160, 0.3);
}
.notification-dropdown .service-notification .notification-icon-wrapper span{
    color: var(--secondary-guiding-green);
}
.notification-dropdown .quiz-notification .notification-icon-wrapper{
    background: rgba(30, 183, 223, 0.3);
}
.notification-dropdown .quiz-notification .notification-icon-wrapper span{
    color: var(--secondary-bright-sky);
}
.notification-dropdown .announcements-notification .notification-icon-wrapper{
    background: rgba(255, 192, 0, 0.3);
}
.notification-dropdown .announcements-notification .notification-icon-wrapper span{
    color: var(--tertiary-confident-gold);
}
.notification-wrapper .noti-count{
    position: absolute;
    top: -8px;
    left: 0px;
    background: var(--tertiary-creative-coral);
    color: var(--white);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}
.alert-success{
    background-color: rgba(39, 209, 160, 0.1);
    color: #118665;
    border-color: var(--secondary-guiding-green);
}
.alert-danger{
    background-color: rgba(241, 95, 92, 0.1);
    color: var(--tertiary-creative-coral);
    border-color: var(--tertiary-creative-coral);
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .title{
        font-size: 1.8rem;
    }
    .notification-dropdown{
        width: 280px;
    }
    .navbar-brand img{
        max-width: 80%;
    }
    .notification-wrapper .btn-open-notification{
        width: 28px;
        height: 28px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .notification-wrapper .btn-open-notification .text{
    display: none;
    }
    .notification-wrapper .btn-open-notification .material-symbols-outlined{
        font-size: 1.2rem;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
