﻿
html, body {
    height: 100%;
}
/* body */
body {
    background-color: #f3f3f3;
    margin: 0px;
    padding: 0px;
    color: #001641;
    font-size: 16px;
    font-family: 'Work Sans', system-ui, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: normal;
}
/* End body */

/* fonts */
@font-face {
    font-family: 'Work Sans';
    src: url('../webfonts/WorkSans-Regular.woff2') format('woff2'), url('../webfonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../webfonts/WorkSans-Bold.woff2') format('woff2'), url('../webfonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../webfonts/WorkSans-SemiBold.woff2') format('woff2'), url('../webfonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../webfonts/WorkSans-Medium.woff2') format('woff2'), url('../webfonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../webfonts/Lora-SemiBold.woff2') format('woff2'), url('../webfonts/Lora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../webfonts/Lora-Regular.woff2') format('woff2'), url('../webfonts/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../webfonts/Lora-Italic.woff2') format('woff2'), url('../webfonts/Lora-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.font-lora {
    font-family: 'Lora', system-ui, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.font-worksans {
    font-family: 'Work Sans', sans-serif !important;
    font-style: normal !important;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-17 {
    font-size: 17px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-12 {
    font-size: 12px !important;
}

/* end fonts */

/* headings */
h1, h2, h3, h4 {
    margin-bottom: 20px;
    font-family: 'Lora', system-ui, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: normal;
    font-style: italic;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}
/* end headings */

/* anchar color */
a {
    color: #001641;
}

    a:hover {
        color: #458531;
    }

.link-underline a {
    text-decoration: underline;
}

    .link-underline a:hover {
        text-decoration: none;
    }

/* End anchar color */

/* paragraph */
p {
    font-size: 17px;
    color: #040505;
    margin-bottom: 15px;
}
/* end paragraph */

/* text */
.text-primary {
    color: #001641 !important;
}

.text-secondary {
    color: #040505 !important;
}

.text-success {
    color: #62BB46 !important;
}
/* End text */

/* form */
.form-label {
    font-size: 17px !important;
    font-weight: 500;
}

.form-control {
    border-color: #999999;
    border-radius: 5px !important;
}

input[type="password"] {
    font-family: sans-serif;
}

.form-check-input:checked {
    background-color: #001641;
    border-color: #001641;
}

.form-check-input:focus {
    border-color: #001641;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0,22,65,.25);
}

.input-max-width {
    max-width: 350px;
}

.btn {
    padding: 6px 20px;
    font-weight: 600;
}

.btn-primary {
    color: #ffffff;
    background-color: #001641;
    border-color: #001641;
}

    .btn-primary:hover {
        color: #ffffff;
        background-color: #1a3066;
        border-color: #1a3066;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #ffffff;
        background-color: #1a3066;
        border-color: #1a3066;
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #1a3066;
        border-color: #1a3066;
    }

.btn-secondary {
    color: #001641;
    background-color: #CDD9D5;
    border-color: #CDD9D5;
}

    .btn-secondary:hover {
        color: #001641;
        background-color: #b6ccc5;
        border-color: #b6ccc5;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        color: #001641;
        background-color: #b6ccc5;
        border-color: #b6ccc5;
        box-shadow: none;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #001641;
        background-color: #CDD9D5;
        border-color: #CDD9D5;
    }
/* end form */

/* BG */
.bg-gray {
    background-color: #f7f7f7 !important;
}

.bg-danger {
    background-color: #a31e22 !important;
}

.bg-primary {
    background-color: #3352a3 !important;
}

.bg-success {
    background-color: #82be5f !important;
}

.bg-info {
    background-color: #f06457 !important;
}

.bg-warning {
    background-color: #f5b95f !important;
}
.bg-goals {
    background-color: #F2971C !important;
}
.bg-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.bg-light {
    background-color: #F3F3F3 !important;
}
/* End BG */

/* border */
.rounded-3 {
    border-radius: 10px !important;
}

.border-primary {
    border-color: #3352a3 !important;
}

.border-success {
    border-color: #82be5f !important;
}

.border-info {
    border-color: #f06457 !important;
}

.border-highlight {
    border-color: #82BE5F !important;
}


.border-hayd {
    border-color: #3352A3 !important;
}
.border-plibrary {
    border-color: #F06457 !important;
}
.border-hlprsrc {
    border-color: #F5B95F !important;
}

.border-warning {
    border-color: #f5b95f !important;
}

.border-goals {
    border-color: #F2971C !important;
}

.btn-goal {
    border-color: #F2971C !important;
}
    .btn-goal:hover {
        background: #F2971C !important;
        color: #001641 !important;
    }
/* end border */

/* modal */
.modal-backdrop {
    background-color: #001641;
}

.modal-backdrop {
    background-color: #001641;
}

.modal-goals-headerbackdrop {
    background-color: #F2971C;
}

/* Media Query for responsive view */

.form-signin {
    max-width: 534px;
    padding: 2rem;
    position: relative;
    z-index: 100;
}

    .form-signin.registration {
        max-width: 934px;
    }

    .form-signin .custom-pd-signin {
        padding: 1.875rem;
    }

.footer-logo {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    bottom: 0px;
    z-index: 1;
}

.form-signin .pointer {
    cursor: pointer;
}

.smtrslf-min-h {
    min-height: 750px;
}

.smtrslf-sidebar {
    max-width: 20.625rem;
    top: 0;
    height: 100%;
    margin: 0 0 0 0;
    position: absolute;
    z-index: 100;
    width: 100%;
}

    .smtrslf-sidebar ul.navigation li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 17px;
        font-weight: 600;
        position: relative;
    }

        .smtrslf-sidebar ul.navigation li .icon {
            width: 70px;
            margin-right: 10px;
        }

        .smtrslf-sidebar ul.navigation li a.link_two .icon {
            position: relative;
            top: 5px;
        }

        .smtrslf-sidebar ul.navigation li a {
            list-style: none;
            margin: 0px;
            padding: 0px 17px;
            height: 60px;
            display: block;
            margin-bottom: 1.25rem;
            text-decoration: none;
            border-radius: 10px;
            display: flex;
            align-items: center;
            position: relative;
            color: #fff;
        }

            .smtrslf-sidebar ul.navigation li a:after {
                position: absolute;
                content: '';
                right: -24px;
                top: -15px;
                width: 40px;
                height: 90px;
            }

            .smtrslf-sidebar ul.navigation li a.link_one {
                background-color: #3352a3;
                
            }

                .smtrslf-sidebar ul.navigation li a.link_one:hover {
                    background-color: #b4bfbb;
                }

                .smtrslf-sidebar ul.navigation li a.link_one.active::after {
                    background: url(../images/blue_active_state.svg);
                }

                .smtrslf-sidebar ul.navigation li a.link_one.active:hover {
                    background-color: #3352a3;
                }

            .smtrslf-sidebar ul.navigation li a.link_two {
                background-color: #82be5f;
                
            }

                .smtrslf-sidebar ul.navigation li a.link_two:hover {
                    background-color: #1a3066;
                }

                .smtrslf-sidebar ul.navigation li a.link_two.active::after {
                    background: url(../images/green_active_state.svg);
                }

                .smtrslf-sidebar ul.navigation li a.link_two.active:hover {
                    background-color: #82be5f;
                }

            .smtrslf-sidebar ul.navigation li a.link_three {
                background-color: #f06457;
                
            }

                .smtrslf-sidebar ul.navigation li a.link_three:hover {
                    background-color: #53a13b;
                }

                .smtrslf-sidebar ul.navigation li a.link_three.active::after {
                    background: url(../images/red_active_state.svg);
                }

                .smtrslf-sidebar ul.navigation li a.link_three.active:hover {
                    background-color: #f06457;
                }

            .smtrslf-sidebar ul.navigation li a.link_four {
                background-color: #f5b95f;
                
            }

                .smtrslf-sidebar ul.navigation li a.link_four:hover {
                    background-color: #009ec2;
                }

                .smtrslf-sidebar ul.navigation li a.link_four.active::after {
                    background: url(../images/yellow_active_state.svg);
                }

                .smtrslf-sidebar ul.navigation li a.link_four.active:hover {
                    background-color: #f5b95f;
                }

            .smtrslf-sidebar ul.navigation li a.link_five {
                background-color: #f68d39;
                
            }

                .smtrslf-sidebar ul.navigation li a.link_five:hover {
                    background-color: #db7e32;
                }

                .smtrslf-sidebar ul.navigation li a.link_five.active::after {
                    background: url(../images/pa-corner_active.svg);
                }

                .smtrslf-sidebar ul.navigation li a.link_five.active:hover {
                    background-color: #f68d39;
                }

    .smtrslf-sidebar ul.user-menu {
        margin: 30px 0 0;
        padding: 0px;
    }

        .smtrslf-sidebar ul.user-menu li {
            list-style: none;
            margin: 0px 0 0;
            padding: 0px;
        }

            .smtrslf-sidebar ul.user-menu li a {
                list-style: none;
                display: block;
                text-decoration: none;
                padding: 7px 0px;
            }

    .smtrslf-sidebar .bottom-logo {
        position: absolute;
        left: 0px;
        bottom: 60px;
        width: 100%;
    }

.content {
    min-height: 100vh;
    width: 100%;
    position: relative;
    margin-left: 20.625rem;
    padding: 20px 37px;
}

.smtrslf-accordion .accordion-button {
    font-size: 22px;
    font-family: 'Work Sans';
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .smtrslf-accordion .accordion-button::after {
        --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        display: none;
    }

    .smtrslf-accordion .accordion-button:focus {
        border-color: none !important;
        box-shadow: none;
    }

/* Dashboard Slider */
.smtrslf-slider {
    max-width: 1420px;
    margin: 0 auto;
    overflow: hidden;
}

    .smtrslf-slider .description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.smtrslf-slider .swiper-button-prev, .smtrslf-slider .swiper-rtl .swiper-button-next {
    left: -73px !important;
}

    .smtrslf-slider .swiper-button-next::after, .smtrslf-slider .swiper-button-prev::after {
        display: none !important;
    }

.smtrslf-slider .swiper-button-next, .smtrslf-slider .swiper-button-prev {
    font-size: 26px;
    color: #001641 !important;
}

    .smtrslf-slider .swiper-button-next:hover, .smtrslf-slider .swiper-button-prev:hover {
        color: #62BB46 !important;
    }

    .smtrslf-slider .swiper-container {
        width: 100%;
        height: 100%;
    }

    .smtrslf-slider .swiper-slide {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column !important;
       
       
        
    }
/* EndDashboard Slider */

.footer {
    position: relative;
    z-index: 101;
    line-height: 1.6;
    color: #CDD9D5;
}

    .footer .custom-pd {
        padding: 12px 0;
    }

    .footer a {
        color: #CDD9D5;
    }


@media (max-width: 767.98px) {
    .smtrslf-min-h {
        min-height: inherit;
    }

    .smtrslf-sidebar {
        margin: 0 0 0 0;
        left: -100%;
        max-width: inherit !important;
        transition: all .32s ease-in-out;
        opacity: 0;
    }

    .smtrslf-sidebar.nav-collapsed {
        margin-left: 0px;
        left: 0px;
        opacity: 1;
        display: block;
    }

    .content {
        margin-left: 0rem;
        padding: 10px 28px;
    }

    .smtrslf-accordion .accordion-button {
        font-size: 18px !important;
        height: 60px !important;
        padding: 10px !important;
    }

    .smtrslf-accordion .accordion-button .icon-alignment {
        position: relative !important;
        top: 7px !important;
    }

    .smtrslf-accordion .accordion-button::after {
        display: inherit !important;
    }

    .smtrslf-accordion .accordion-button.collapsed {
        border-radius: 8px 8px 3px 3px;
        transition: all .32s ease-in-out;
    }

    .footer-logo {
        position: relative !important;
    }
}

@media (max-width: 991.98px) {
    .border-none {
        border: none !important;
    }

    .smtrslf-slider .swiper-button-prev, .smtrslf-slider .swiper-rtl .swiper-button-next {
        left: 0px !important;
    }

    .smtrslf-slider .swiper-button-next, .smtrslf-slider .swiper-rtl .swiper-button-prev {
        left: 35px !important;
    }

    .navbar-nav .nav-item:not(#mobileMenu) {
        display: none !important;
    }

    .navbar-nav #mobileMenu {
        display: list-item !important;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        flex-direction: row !important;
        gap: 0.5rem !important;
    }

    .navbar-nav .nav-item {
        display: list-item !important;
        margin-right: 0.5rem;
    }

    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    .navbar-nav #mobileMenu {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-item {
        margin-right: 0.75rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-nav .nav-item {
        margin-right: 0.5rem;
    }
}
/* End Max Width Media Query */

@media (min-width: 767px) and (max-width: 991.98px) {
    .smtrslf-slider {
        max-width: 300px !important;
        
    }
}




@media (min-width: 992px) and (max-width: 1199.98px) {
    .smtrslf-slider {
        max-width: 540px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .smtrslf-slider {
        max-width: 750px !important;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .smtrslf-slider {
        max-width: 950px !important;
    }
}

/* Min Width Media Query */
@media (min-width: 1600px) and (max-width: 1799.98px) {
    .smtrslf-slider {
        max-width: 1130px !important;
    }
}

@media (min-width: 1800px) {
    .smtrslf-slider {
        max-width: 1440px !important;
    }
}
/* End Min Width Media Query */

/* End Media Query for responsive view */

.field-validation-error {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #F06457 !important;
    margin-top: 0.5rem !important;
    display: block;
}

.input-validation-error {
    border-color: #F06457 !important;
}

input[type=text] {
    color: #001641 !important;
}

    input[type=text]:focus, input[type=password]:focus {
        outline: none !important;
        border-color: #62BB46 !important;
        box-shadow: 0px 0 3px 0 #62BB46 !important;
    }

    input[type=text]::placeholder {
        color: #999 !important;
    }

input[type=checkbox] {
    border-color: #999;
}

hr {
    color: #CDD9D5 !important;
}
.rectangle-div {
    width: 100%;
    position: relative;
    background-color: #3352a3;
    height: 70px;
}

.smtrslf-loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0,7);
    display: none
}

    .smtrslf-loading-screen .smtrslf-loading-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
.ort {
    line-height: 25px;
}

.support1 {
    position: absolute;
    top: -3px;
    left: 0px;
    font-weight: 500;
}

.support {
    width: 100%;
    position: relative;
    height: 20px;
    overflow: hidden;
    text-align: left;
    font-size: 17px;
    color: #fff;
    font-family: 'Work Sans';
}
.log-out1 {
    position: absolute;
    top: -3px;
    left: 0px;
    font-weight: 500;
}

.log-out {
    width: 100%;
    position: relative;
    height: 20px;
    overflow: hidden;
    text-align: left;
    font-size: 17px;
    color: #fff;
    font-family: 'Work Sans';
}
.smarter-self-vertical {
    position: relative;
    overflow: hidden;
    height: 50px; 
    max-height: 50px; 
    object-fit: contain;
    object-position: center;
    padding: 8px;
    box-sizing: border-box;
}


@media (max-width: 768px) {
    .smarter-self-vertical {
        max-height: 50px;
        max-width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }
}


@media (max-width: 480px) {
    .smarter-self-vertical {
        height: 50px;
        max-height: 50px;
        padding: 6px;
        box-sizing: border-box;
    }
}
.group-parent7 {
    position: absolute;
    top: 14.45px;
    left: 26px;
    width: 1214px;
    height: 37.1px;
}
.image-7-icon {
    width: 100%;
    position: relative;
    max-width: 128px;
    overflow: hidden;
   /* height: 150px;*/
    object-fit: cover;
}
.image-logo {
    width: 100%; /* or any custom size */
    height: 100%;
    object-fit: contain;
    max-width:470px;
}
@media (max-width: 767px) {
    .nav-item {
        display: none;
    }
    #Section2, #Section3, #Section1 {
        display: block;
        float: none;
        width: 100%;
    }

}


/*@media (min-width: 767px) {
    #supportlist{
        display: none;
    }
}*/

@media (min-width: 767px) {
    #logoutlist {
        display: none;
    }

    #supportlist {
        display: none;
    }
    #programOverviewList {
        display: none;
    }
    #keywordstudentlist {
        display: none;
    }
    #keywordteacherlist {
        display: none;
    }

    #mobileMenu {
        display: none;
    }


}
@media (min-width: 767px) {
    #highlight {
        max-height: fit-content;
    }
}

@media (max-width: 390px) {
    .smtrslf-slider .swiper-container {
        width: 320px;
        
    }
}


.transparent-iframe {
    border: none;
    aspect-ratio: 4 / 5;
    width: 100%;
    height: 100%;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.table-responsive {
    max-height:300px;
}
.img-fluid {
    max-width: 600px;
    width: 100%;
    height: auto;
}

@media (min-width: 767px) {
    #mainhighlight {
        max-width: 50%;
    }
}

.topnav {
    overflow: hidden;
    background-color: #3352a3;
}
.bg-light {
    background-color: #3352a3 !important;
}

    .topnav a {
        float: left;
        display: block;
        color: #3352a3;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: left;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}
/* Navbar spacing - ensure gaps between nav items */
.navbar-nav {
    gap: 0.5rem;
    align-items: center;
}

.navbar-nav .nav-item {
    margin-right: 0.5rem;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.text-decoration-line-through {
    text-decoration: line-through;
}
.btn-outline-warning {
    --bs-btn-color: #1a3066;
    --bs-btn-border-color: #f2971c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f2971c;
    --bs-btn-hover-border-color: #f2971c;
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a3066;
    --bs-btn-active-border-color: #f2971c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f2971c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}
