﻿.set-body-bg {
    background-image: url('/images/scholarship/top_bg_image.png');
   /* background-image: url('/images/scholarship/main_image.png');*/
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 80px right;
    width: 100%;
    text-align: left;
}

@media (max-width: 767px) {
    .set-body-bg {
        background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('/images/scholarship/top_bg_image.png');
        background-position: top 80px right -240px;
    }
}

.no-body-bg {
    background-image: none;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    font-family:'Segoe UI';
}

body.modal-open {
    overflow: hidden; 
}

    /* Disable all background buttons when modal is open */
    body.modal-open button:not(#acceptCookies)  {
        pointer-events: none; /* Disable interaction */
        opacity: 0.5; /* Optional: makes the buttons look disabled */
    }


#divMain {
    min-height: 500px;
    position: absolute;
    margin-top: 80px;
    border-top:solid 2px grey;
    /*scroll-behavior:auto;*/
}

.divHeader {
    vertical-align: middle;
    height: 62px;
    width: 100%; 
}

.headerLinks {
    color: #000000;
    font-size:20px;
    font-weight:normal;
    text-decoration: none;
    cursor: pointer;
    border:none;
    background-color:#FFFFFF;
}
    .headerLinks:hover {
        color: #206a6d;
        font-size: 20px;
        font-weight: normal;
        text-decoration: none;
        cursor: pointer;
    }
 
    .btn:focus {
        box-shadow:none;
    }

@media (max-width: 430px) {
    .headerLinks {
        font-size: 16px;
    }

        .headerLinks:hover {
            font-size: 16px;
        }
}

@media (max-width: 410px) {
    .headerLinks {
        font-size: 14px;
    }

        .headerLinks:hover {
            font-size: 14px;
        }
}



.divFooter {
    background-color: #5abeba;
    padding-top:4px;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    height: 115px;
    width: 100%;
}

.spanFooter {
    font-size: 20px;
    vertical-align: middle; 
}
    .spanFooterLink {
        color: #ffffff;
        text-decoration:none;
        cursor:pointer;
    }
.spanFooterLink:hover {
    color: #ffffff;
    text-decoration: none;
}
.spanFooterSmall {
    font-size: 12px;
    vertical-align: middle;
    width: 100%;
}
.divFooterSmall {
    cursor: pointer;
    text-align: left;
    vertical-align: middle; 
}

@media (max-width: 767px) {
    .spanFooterSmall {
        font-size: 8px;
    }
}

    .divMainTop {
        /*background-image: url('/images/scholarship/top_bg.png');
        background-size: cover;
             background-attachment:fixed;
            
        background-repeat: no-repeat;
        background-position: top;*/
        width: 100%;
        text-align: left;
        /*padding-left: 50px;
        border-top: solid 2px #b6b9bc;*/
    }

.spanTopBannerLabelBig {
    color: #206a6d;
    font-size: 35px;
    font-weight: bold;
    line-height:45px;
    vertical-align:middle;
}

.spanTopBannerLabelSmall {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}

.divApplicationClosedMsgContainer {
    max-width: 800px;
    padding: 16px;
    background-color: #206a6d;
    color: #FFFFFF;
}

.ApplicationClosedMsgTitle{
    width: 80%;
    font-size: 32px;
    font-weight: bold;
}

.ApplicationClosedMsgText{

}

.btn-circle {
    width: 180px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.428571429;
    border-radius: 30px;
    background-color: #5abeba;
    border: none;
}

    .btn-circle:hover {
        background: #206a6d;
    }

.divTopBannerLabelSmallCenter {
    color: #000000;
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 0px 0px 5px 0px; 
}

.divTopBannerLabelSmall {
    color: #000000;
    font-size: 14pt;
    font-weight: normal;
    text-align: left;
    width: 100%;
    padding: 0px 0px 5px 0px;
}

.divSectionsHeader {
    color: #5abeba;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 15px 0px 15px 0px;
}

.divAppReqHeader {
    color: #5abeba;
    font-size: 25px;
    font-weight: bold;
    text-align: left;  
    padding:0px 0px 0px 10px;
}

.timeline {
    margin: 50px 0;
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

    .timeline li {
        transition: all 200ms ease-in;
    }

.timelineperiod {
    width: 100%;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}

.timelinestatus {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    border-top: 4px solid #206a6d;
    position: relative;
    transition: all 200ms ease-in;
}

    .timelinestatus span {
        font-weight: normal;
        padding-top: 20px;
    }

        .timelinestatus span:before {
            content: '';
            width: 25px;
            height: 25px;
            background-color: #5abeba;
            border-radius: 25px;
            border: 4px solid #5abeba;
            position: absolute;
            top: -15px;
            left: calc(50% - 12px);
        }


.timelineTable {
    border-color: #5abeba;
    font-size: 15px;
    text-align: center;
}

.timelineTableTd1 {
    font-weight: bold;
    color: #206a6d;
    width: 25%; 
    height:60px;
    align-content:center;
    align-items:center;
}

.timelineTableTd2 {
    font-weight: bold;
    color: #000000;
    width: 25%;
    height: 60px;
    align-content: center;
    align-items: center;
}

.timelineTableTd3 {
    font-weight: normal;
    color: #000000;
    height: 60px;
    align-content: center;
    align-items: center;
}

.timelineUpperText {
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    padding-bottom: 10px;
}

.timelineLowerText {
    font-weight: normal;
    font-size: 13px;
    color: #000000;
}

@media (max-width: 780px) {
    .timelineLowerText {
        font-size: 8px;
    }
    .timelineUpperText {
        font-size: 8px;
    }
    .timelineperiod {
        padding: 0px 0px;
    }
}

.divTimelineImage{
    padding:30px 10px;
    align-content:center;
    align-items:center;
}

.divTimelineNote {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #206a6d;
}

    .swiper-control {
        text-align: right;
    }

    .swiper-container {
        width: 100%;
        height: 200px;
        margin: 30px 0;
        overflow: hidden;
        padding: 0 10px 30px 10px;
    }

    .swiper-slide {
        width: 15%;
        text-align: center;
        font-size: 15px;
    }

    /* .swiper-slide:nth-child(2n) {
        width: 40%;
    }

    .swiper-slide:nth-child(3n) {
        width: 20%;
    }*/

.divReqList{
    padding-left:20px;
}

.benefitImages {
    width: auto;
    height: auto; 
    align-content: center;
    aspect-ratio: auto;
    margin-top: 10px;
}

    .benefitsDetailsLabel{
        font-size:15px;
        color:#000000;
    }
    .benefitsDetailsSmall {
        font-size: 15px;
        color: #000000;
        vertical-align: top;
    }
    .benefitsDetailsBottomInfo {
        color: #000000;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        color: #226b6e;
        width: 100%;
        padding: 15px 0px 15px 0px;
    }

    .benefitCard {
        width: 16rem;
        height: 12rem;
        text-align: center;
        border-color: #b6b9bc;
        border-radius: 12px;
        border-radius: 2.50rem !important;
    }

    .benefitCardText {
        font-size: 15px;
    }

@media (max-width: 768px) {
    .benefitCard {
        width: 100%;
    } 
}

@media (min-width: 769px) and (max-width: 1199px) {
    .benefitCard {
        width: 14rem;
    }
}

.supportCard {
    /*width: 18rem;
    height: 21rem;*/
    text-align: center;
    border: none;
    align-items:center;
    /*border-color: #b6b9bc;
        border-radius: 12px;*/
}

    .supportCardTitle {
        font-size: 18px;
        font-weight:bold;
        color: #206a6d;
    }

    .supportCardText {
        font-size: 14px;
    }

.supportCardImage{
    border-radius:30px;
    max-width:300px;
}

@media (max-width: 768px) {
    .supportCard {
        width: 100%;
        height:100%;
    }
}

    .relatedDocCard {
        width: 100%;
        height: 12rem;
        text-align: center;
        border-color: #b6b9bc;
        border-radius: 12px;
        cursor: pointer;
    }

    .relatedDocText {
        font-size: 18px;
    }

    .relatedDocImages {
        width: 100%;
        height: auto;
        max-width: 80px;
        align-content: center;
        aspect-ratio: auto;
    }

.rounded {
    border-radius:1.0rem!important;
}

@media (max-width: 768px) {
    .relatedDocCard {
        width: 100%;
    }
}

    /****** FAQs *****/
    /*.faqItem {
    border: solid 2px red;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.faqHeader {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: none;
    margin:5px;
}*/

    .faqLabelSmallCenter {
        color: #000000;
        font-size: 15px;
        font-weight: normal;
        text-align: center;
        width: 100%;
    }

    .emailLink {
        color: #5abeba;
        text-decoration: none;
    }

        .emailLink:hover {
            color: #5abeba;
            text-decoration: none;
        }

        .emailLink:focus {
            color: #5abeba;
            text-decoration: none;
        }


    .accordion-header {
        background-color: #FFFFFF;
    }

        .accordion-header.click {
            border-color: red;
        }

    .accordion-button {
        color: #438183;
        font-size: 15px;
        font-weight: bold;
        background-color: #FFFFFF;
    }

        .accordion-button:hover {
            color: #438183;
            font-size: 15px;
            font-weight: bold;
            background-color: #FFFFFF;
            border-color: #8cb2b3;
        }

        .accordion-button:focus {
            color: #438183;
            font-size: 15px;
            font-weight: bold;
            background-color: #FFFFFF;
            box-shadow: 1px 1px 1px #8cb2b3;
        }

        .accordion-button:not(.collapsed) {
            background-color: #FFFFFF;
            color: #438183;
        }



    .accordion-body {
        background-color: #FFFFFF;
    }

    .accordion-collapse {
        background-color: #FFFFFF;
    }

        .accordion-collapse:hover {
            background-color: #FFFFFF;
            border-color: #8cb2b3;
        }

    .accordion-item {
        border: solid 2px #8cb2b3;
    }


    ul.faqTimeline {
        list-style-type: none;
        position: relative;
        margin: 0;
    }

        ul.faqTimeline:before {
            content: ' ';
            background: #d4d9df;
            display: inline-block;
            position: absolute;
            left: 29px;
            width: 2px;
            height: 93%;
            z-index: 400;
            top:10px;
        }

        ul.faqTimeline > li {
            margin: 20px 0;
            padding-left: 20px; 
        }

            ul.faqTimeline > li:before {
                content: ' ';
                background: white;
                display: inline-block;
                position: absolute;
                border-radius: 50%;
                border: 3px solid #5abeba;
                left: 25px;
                width: 10px;
                height: 10px;
                z-index: 400;
                background-color: #5abeba;
                margin-top:8px;
            }
             
           

.cookiePopup {
    position: fixed;
    top: 180px;
    align-content:center;
    align-items:center;
    left: 30%;
    transform: translateX(-50%);
    color: #000000;
    padding: 5px;
    display: none;
    z-index: 1000;
    border-radius: 5px;
}

    .cookiePopupHeader {
        color: #5abeba;
    }

    .cookiePopupButton {
        background-color: #5abeba;
        color: #FFFFFF;
        font-weight: bold;
        width: 100%;
    }

    .cookieLink, .cookieLink:hover, .cookieLink.click {
        color: #000000;
        text-decoration: underline;
    }

.cookie-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.7); 
    z-index: 9998;  
    justify-content: center;
    align-items: center;
}

    .modal-dialog {
        position: fixed;
        top: 180px;
        left: 30%;
        z-index: 999;
    }

    .modal-header {
        border-bottom: none;
    }

    .modal-footer {
        border-top: none;
    }
.modal-content{
    left:5vw;
}
@media (max-width: 576px) {
    .modal-content {
        width: 95%; /* Modal takes 95% width on smaller screens */
        padding: 15px;
        left: -10vw;
    }
}
@media (min-width: 577px) and (max-width: 998px) {
    .modal-content {
        width: 95%; /* Modal takes 95% width on smaller screens */
        padding: 15px;
        left: -10vw;
    }
}
@media (min-width: 999px) and (max-width: 1075px) {
    .modal-content {
        width: 95%; /* Modal takes 95% width on smaller screens */
        padding: 15px;
        left: 0vw;
    }
}

/* Guidelines Page */
.divGuidelineMessage {
    color: #206a6d;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 15px 0px 15px 0px;
}
.guidelinePanels {
    background-color: #eeeeee;
    text-align: center;
    padding: 20px; 
}

.guidelinePanelsHeader {
    color:#000000;
    font-weight:bold;
    font-size:15px;
}

.guidelinePanelsDetails {
    color: #000000;
    font-weight: normal; 
}

.guidelinePanelItems {
    color: #000000;
    font-weight: normal;
    /*font-size: 15px;*/
    text-align: left;
}

.divGuidelineThankYouMessageBig {
    color: #5abeba;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 15px 0px 15px 0px;
}

.divGuidelineThankYouMessageSmall {
    color: #000000;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
}

.divHomeView {
    border-top: solid 2px #b6b9bc;
}

.divGuideView {
    padding-top: 20px;
    margin-top:20px;
    border-top: solid 2px #b6b9bc;
}