:root{
    --color-blue: #2E3094;
    --color-white: #fff;
    --color-black: #111;
    --color-green: #0e6f39;
}

:focus{
    outline: 0;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.my-container-fluid{
    max-width: 100%;
}

span.mobileBtn{
    display: none;
}

.top-header-link-details .header-account li a span.desktopBtn{
    font-size: 16px;
    line-height: 22px;
    padding: 9px 24px;
    display: block;
    border: 1px solid var(--color-blue);
    background-color: var(--color-white);
    width: 170px;
    color: var(--color-black);
    text-align: center;
}

.top-header-details .social-list::before{
    background: var(--color-blue);
}

.top-header-link-details .header-account li:last-child a span.desktopBtn{
    background-color: var(--color-blue);
    color: #fff !important;
}

.top-header-link-details .header-account li a span.desktopBtn:hover{
    background-color: var(--color-green);
}

.top-header-link-details ul.header-contact li{
    padding-right: 20px;
}

#menu-primary-menu.ms-auto {
    margin-right: 44px !important;
    margin-left: 60px !important;
}

.btniconchange .elementor-button-content-wrapper{
    flex-direction: row !important;
}

#myTabContent a.default-btn,
#myTabContent a.mission-link{
    display: none;
}

.features-warp .ti{
    display: none;
}

.features-warp video{
    max-height: 327px;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: space-between;
}

.customRow .program-images .row{
    flex-direction: row-reverse;
}

.blog-warp-start .default-btn{
    background-color: var(--color-blue);
    display: inline-block;
}

.blog-warp-start .image-blog-card img{
    max-height: 250px;
    object-fit: cover;
    width: 100%;
}

.contact-form .default-btn{
    background-color: var(--color-blue);
    float: right;
}

/* User Registration CSS */
.rlForm .ur-frontend-form {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

.rlForm .ur-frontend-form .ur-form-row .ur-form-grid label{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
}

.rlForm .ur-frontend-form button[type="submit"]{
    width: 100%;
    background-color: var(--color-blue);
    color: var(--color-white);
    font-size: 18px;
    line-height: 26px;
    margin-right: 0;
}

.rlForm .ur-form-grid{
    position: relative;
}

.rlForm .ur-form-grid .lost_password{
    position: absolute;
    bottom: 22px;
    left: 10px;
}

.rlForm .ur-frontend-form .ur-form-row .ur-form-grid input,
.rlForm .ur-frontend-form .ur-form-row .ur-form-grid select{
    padding: 13px;
    border: 1px solid #ddd;
    color: #525271;
    font-size: 14px;
    line-height: 20px;
}

.rlForm .ur-frontend-form .user-registration-form-login input.user-registration-Button{
    width: 100%;
    border: 0;
    background-color: var(--color-blue);
    color: var(--color-white);
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog-area .justify-content-center{
    flex-direction: row-reverse;
}

body:not(.home) #navbar {
    background-image: url(../image/headerset.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-page-shape1{
    display: none;
}

.inner-heros-warp{
    background-image: url(../image/bannerSet2.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .page-id-3728 .inner-heros-warp,
.page-id-3720 .inner-heros-warp,
.page-id-3736 .inner-heros-warp,
.page-id-3756 .inner-heros-warp,
.page-id-3763 .inner-heros-warp, */
.page-id-3649 .inner-heros-warp{
    background-image: url(../image/SchoolImages.jpg) !important;
}

nav.breadcrumb{
    margin: 0;
    padding-top: 15px;
    font-size: 16px;
    line-height: 22px;
}

nav.breadcrumb span{
    padding: 0 15px;
}

.accordionChange .elementor-accordion-item{
    margin-bottom: 30px;
}

.accordionChange .elementor-accordion-item:last-child{
    margin-bottom: 0;
}

.accordionChange .elementor-tab-title .elementor-accordion-icon{
    height: 33px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.booklistTable,
.paymentP{
    direction: initial;
    border: 1px solid #ddd !important;
}

.booklistTable th,
.booklistTable td{
    border: 1px solid #ddd !important;
    font-size: 18px;
    line-height: 33px;
    color: #111 !important;
    padding: 13px 25px !important;
}

.paymentP th,
.paymentP td,
.class-schedule-table th,
.class-schedule-table td{
    border: 1px solid #ddd !important;
    font-size: 14px;
    line-height: 20px;
    color: #111 !important;
    padding: 15px !important;
}

.class-schedule-table th{
    background: #d9edf7;
    text-align: center;
}

.class-schedule-table td br{
    display: none;
}

.scheduleblock p{
    font-size: 20px;
    line-height: 25px;
}

.scheduleblock p:last-child{
    display: none;
}

.portalBlock{
    border: 1px solid #ddd;
    border-radius: 12px;
    align-items: start;
    padding: 15px;
}

.menuBar{
    max-width: 310px;
    width: 100%;
    background-color: var(--color-blue);
    padding: 30px 15px;
}

.contentbar{
    max-width: calc(100% - 310px);
    width: 100%;
    padding: 20px 30px 20px 20px;
}

h3.helloTitle{
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: var(--color-black);
    position: relative;
    padding-right: 40px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}

h3.helloTitle:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-image: url(../image/shake.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portalsearchBar{
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.portalSearch{
    background-color: #F5F6F8;
    border-radius: 6px;
    border: 1px solid #EBEDF2;
    padding: 8px 15px;
    max-width: 300px;
    padding-right: 45px;
    position: relative;
}

.portalSearch:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 18px;
    height: 18px;
    background-image: url(../image/searchIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.portalSearch input{
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

.joinClub{
    background-image: url(../image/club.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.joinClub h4{
    font-size: 24px;
    line-height: 33px;
    color: var(--color-black);
    padding-bottom: 10px;
}

.joinClub p{
    font-size: 16px;
    line-height: 25px;
    color: #525271;
    padding-bottom: 10px;
}

.joinClub .messages{
    padding-bottom: 50px;
    max-width: 60%;
}

.topNav h4{
    color: #111;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 500;
    padding-right: 35px;
}

.topNav h4:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../image/menu-board.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.topNav a{
    display: block;
    color: #2E3094;
    font-size: 14px;
    line-height: 24px;
    padding-left: 35px;
    position: relative;
}

.topNav a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../image/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mainRoutine {
    padding-bottom: 30px;
}

.sch-carousel .item{
    padding: 10px;
    position: relative;
}

figure.scheduleSingle{
    background-color: #BAE5F5;
    border-radius: 5px;
    padding: 35px 20px;
    position: relative;
    cursor: pointer;
}

.item.active figure.scheduleSingle{
    background-color: #E1D2FF !important;
}

.sch-carousel .owl-item:nth-child(even) figure.scheduleSingle{
    background-color: #FDE1AC;
}

figure.scheduleSingle:before{
    width: 100%;
    height: 100%;
    border: 1px solid #CED8E5;
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
}


h4.scheduleTitle{
    font-size: 16px;
    color: var(--color-black);
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #0C1E33;
    margin: 0;
}

ul.scheduleList{
    padding: 15px 0;
    margin: 0;
}

ul.scheduleList li{
    list-style-type: none;
    font-size: 14px;
    line-height: 21px;
    color: #111;
    padding-right: 30px;
    position: relative;
    margin-bottom: 12px;
}

ul.scheduleList li:last-child{
    margin-bottom: 0;
}

ul.scheduleList li:after{
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../image/calendar-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

ul.scheduleList li.sch-class:after{
    background-image: url(../image/grade.png);
}

ul.scheduleList li.sch-day:after{
    background-image: url(../image/calendar-2.png);
}

ul.scheduleList li.sch-time:after{
    background-image: url(../image/clock.png);
}

ul.scheduleList li.sch-location:after{
    background-image: url(../image/location.png);
}

.subjectdetailsblock{
    padding: 0 0 30px;
}

.subjectdetails{
    gap: 30px;
}

.singleDetails{
    max-width: 48%;
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.6);
}

.singleDetails h4{
    font-size: 16px;
    line-height: 22px;
    color: #111;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.linksDiv{
    background: #E8E9ED;
    padding: 15px;
    margin-top: 15px;
    display: block;
}

.linksDiv a{
    font-size: 16px;
    line-height: 22px;
    color: #525271;
    display: block;
}

.subjectdetails{
    display: none;
}

.subjectdetails.active,
.subjectdetails.studentSubjectDetails,
.singleSubjectInfo.active .singleSubjectContet{
    display: flex;
}

h3.subjectTitle{
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
    margin: 0;
    color: #111;
}

.tasklistblock{
    padding: 30px 0 0;
}

.taskSingle{
    border: 2px solid #BB6BD9;
    border-radius: 4px;
    padding: 15px;
    position: relative;
}

.taskSingleTitle{
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFE7EE;
    margin-bottom: 15px;
    font-weight: 500;
    color: #111;
}

.taskinfo{
    font-size: 14px;
    line-height: 20px;
    color: #111;
    margin-bottom: 0;
}

.taskStatus{
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #BB6BD9;
    line-height: 18px;
    font-size: 14px;
    background-color: #F4E7F9;
    color: #BB6BD9;
    padding: 0 13px;
    display: block;
}

.menuBar ul{
    margin: 0;
    padding: 0;
}

.menuBar ul li{
    border-right: 6px solid transparent;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    width: 100%;
}

.menuBar ul li:hover,
.menuBar ul li.current-menu-item{
    border-right: 6px solid #fff;
    background: linear-gradient(90deg, rgba(255,255,255,.10) 0%, rgba(247,247,247,0) 100%);
}

.menuBar ul:last-child{
    margin-bottom: 0;
}

.menuBar ul li img{
    max-width: 24px;
}

.menuBar ul li a{
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
    display: block;
    width: 100%;
}

h3.singlesubjectTitle{
    background-color: #E8E8F4;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    color: #111;
    margin-bottom: 25px;
    position: relative;
}

h3.singlesubjectTitle:after{
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../image/acc-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    transition: transform ease-in-out 0.5s;
}

.singleSubjectInfo.active h3.singlesubjectTitle:after{
    transform: rotate(-90deg);
}

.singleSubjectInfo{
    margin-bottom: 20px;
}

.subjectblock{
    padding-top: 30px;
}

.taskBlock .item,
.onlineClassblock .item{
    padding-bottom: 20px;
}

.taskBlock .item:last-child,
.onlineClassblock .item:last-child{
    padding-bottom: 0;
}

.taskDetails p{
    font-size: 16px;
    line-height: 30px;
    color: #111;
    padding-top: 10px;
}

.onlineClass{
    border: 2px solid #2E3094;
    border-radius: 6px;
    padding: 15px;
}

.onlineClassTitle{
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFE7EE;
    margin-bottom: 15px;
    font-weight: 500;
    color: #111;
}

.onlineClassLink{
    font-size: 18px;
    line-height: 25px;
    display: block;
    font-weight: 500;
    color: #BB6BD9;
}

.onlineClassLink:hover{
    color: #111;
}

.formBlock label{
    display: block;
    font-size: 16px;
    line-height: 25px;
}

.formBlock input,
.formBlock select{
    display: block;
    width: 100%;
    border: 1px solid #CED8E5;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
}

.formBlock{
    max-width: 48%;
    width: 100%;
}

.accountsForm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btnblock{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnblock button{
    width: 200px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #2E3094;
    color: #fff;
    border: 0;
}

.updateBtn{
    display: none;
}

input[readonly], input:disabled,
select[readonly] {
    background-color: #ccc;
    cursor: not-allowed;
}

.navbar .navbar-brand{
    max-width: 70px;
    display: block;
}

.bookList .tab{
    border: 1px solid #d5d8dc;
    margin-bottom: 20px;
}

.bookList .tab:last-child{
    margin-bottom: 0;
}

.bookList .tab-title{
    background-color: #E8E9ED;
    padding: 15px 35px 15px 35px;
    font-family: "Noto Sans Hebrew", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #111;
    position: relative;
}

.bookList .tab-title:after{
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../image/downArrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    transition: transform ease-in-out 0.5s;
}

.bookList .tab-title.activated:after{
    transform: rotate(90deg);
}

.bookList .tab-content{
    padding: 15px;
}

.bookList .dataTables_wrapper{
    margin-bottom: 0;
}

.inner-pages-pagination.style2 .page-numbers.next{
    transform: rotate(180deg);
}

.inner-pages-pagination.style2 .page-numbers.prev{
    transform: rotate(180deg);
}

.dashicons, .dashicons-before::before {
    font-family: dashicons !important;
}

.user-registration-MyAccount-navigation,
.user-registration-MyAccount-content{
    display: none;
}

.user-registration.ur-frontend-form,
#user-registration{
    box-shadow: none !important;
}

#user-registration{
    padding: 30px !important;
    margin: 0 !important;
}

/* Footer Contact Info */
.footerContact{
    padding-top: 20px;
}

.footerContact ul{
    padding: 0;
    margin: 0;
}

.footerContact ul li{
    list-style-type: none;
}

.footerContact ul li a:hover {
    color: var(--primaryColor);
    letter-spacing: 1px;
}

/* Student Portal Tab */
.stab{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    overflow-x: auto; 
    white-space: nowrap; 
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
}

.stab::-webkit-scrollbar {
    height: 1px;
}

.stab::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); 
    border-radius: 5px;
}

.stab button {
    padding: 10px 15px;
    border: none;
    background-color: var(--color-blue);
    color: var(--color-white);
}

.stab button.active{
    background-color: var(--color-green);
}

.stabcontent{
    padding-top: 10px;
}

@media(max-width: 1290px){
    .top-header-link-details ul.header-contact{
        display: none !important;
    }
}

@media(max-width: 1150px){
    .subjectdetails {
        gap: 20px;
    }

    .academic-warp .container,
    .main-contact-warp .container,
    .privacy-policy-warp .container,
    .footer-warp .container,
    .about-warp .container,
    .find-program-warp .container,
    .blog-warp-start .container,
    .blog-area .container,
    .about-images-warp .container,
    .management-warp .container{
        max-width: 100%;
    }
}

@media(max-width: 1030px){
    #menu-primary-menu.ms-auto {
        margin-right: 30px !important;
        margin-left: 0px !important;
    }

    .menuBar {
        max-width: 250px;
    }

    .contentbar {
        max-width: calc(100% - 250px);
    }
}

@media(max-width: 991px){
    .top-header-warp .col-lg-6{
        width: 50%;
    }

    .offcanvas-header .logo{
        max-width: 80px;
    }

    .about-warp,
    .about-images-warp,
    .find-program-warp,
    .management-warp,
    .academic-warp,
    .footer-warp,
    .blog-warp-start,
    .blog-area,
    .privacy-policy-warp,
    .main-contact-warp{
        padding: 50px 20px !important;
    }

    .features-warp .container,
    .mission-warp .container{
        max-width: 100%;
    }

    .main-blog-card .image img{
        width: 100%;
    }
}

@media (max-width: 840px){
    .singleDetails,
    .formBlock {
        max-width: 100%;
    }
}

@media(max-width: 767px){
    .about-warp,
    .about-images-warp,
    .inner-features-warp,
    .find-program-warp,
    .management-warp,
    .academic-warp,
    .footer-warp,
    .blog-warp-start,
    .blog-area,
    .privacy-policy-warp,
    .main-contact-warp{
        padding: 35px 20px !important;
    }

    .top-header-link-details .header-account li a span.desktopBtn{
        display: none;
    }

    span.mobileBtn{
        display: block;
        max-width: 30px;
        background-color: #2E3094;
        height: 30px;
        border-radius: 50%;
        padding: 5px;
    }

    span.mobileBtn:hover{
        background-color: var(--color-green);
    }

    span.mobileBtn img{
        max-width: 100%;
        height: auto;
        display: block;
    }

    .bookList .tab-title{
        padding: 15px;
        font-size: 20px;
        line-height: 30px;
    }

    .joinClub{
        background-image: url(../image/joinMobile.png);
        background-position: bottom center;
        min-height: 470px;
        background-size: 100% 100%;
    }

    .joinClub .messages{
        max-width: 100%;
    }
}

@media(max-width: 600px){
    .portalBlock{
        flex-direction: column-reverse;
    }

    .menuBar,
    .contentbar {
        max-width: 100%;
    }

    .contentbar{
        padding: 0;
        padding-bottom: 30px;
    }
}