﻿* html {
    font-family: Montserrat;
}
/*TOOLTIP*/
[aria-label][tooltip-position] {
    position: relative;
    display: block;
    /*letter-spacing: 0.1rem;*/
}

    [aria-label][tooltip-position]::before,
    [aria-label][tooltip-position]::after {
        --scale: 0;
        position: absolute;
        font-size: 1rem;
        /*transition: transform 100ms;*/
        transition-timing-function: linear;
    }

    [aria-label][tooltip-position]:hover::before,
    [aria-label][tooltip-position]:hover::after {
        --scale: 1;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.45, 1.93);
        color: rgba(255, 255, 255, 1);
        font-size: 10px;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: 0em;
        z-index: 999;
        /*text-align: left;*/
    }

    [aria-label][tooltip-position]::before {
        content: attr(aria-label);
        background-color: var(--tooltip-color);
        padding: 0.5em;
        border-radius: 0.3em;
        max-width: 20vw;
        width:max-content;
        /*z-index:999;*/
        /*max-width: 100%;*/
        text-align: center;
        transform: scale(0);
    }

    [aria-label][tooltip-position]::after {
        content: "";
        border: var(--arrow-size) solid transparent;
    }

    [aria-label][tooltip-position]::before,
    [aria-label][tooltip-position]::after {
        --tooltip-color: #686868;
        --arrow-size: 0.5rem;
        --scale: 0;
        z-index: 1;
        font-size: 1rem;
        transform: translate(var(--translate-x), var(--translate-y)) scale(var(--scale));
    }

[aria-label][tooltip-position="top"]::before {
    position: absolute;
    --translate-x: -50%;
    --translate-y: calc(-100% - var(--arrow-size));
    top: 0px;
    left: 50%;
    transform-origin: bottom center;
}

[aria-label][tooltip-position="top"]::after {
    --translate-x: -50%;
    --translate-y: calc(-1 * var(--arrow-size));
    top: 0px;
    left: 50%;
    border-top-color: var(--tooltip-color);
    transform-origin: bottom center;
}
[aria-label][tooltip-position="bottom"]::before {
    position: absolute;
    --translate-x: -50%;
    --translate-y: calc(-100% - var(--arrow-size));
    top: 65px;
    left: 50%;
    transform-origin: bottom center;
    overflow-wrap: break-word;
}

/*[aria-label][tooltip-position="bottom"]::after {
    --translate-x: -50%;
    --translate-y: calc(-1 * var(--arrow-size));
    top: 20px;
    left: 50%;
    border-bottom-color: var(--tooltip-color);
    transform-origin: bottom center;
}*/

img.navbar-brand-icon {
    max-width: 170px;
    height: 100%;
    max-height: 55px;
}

.noDataFound {
    text-align: center;
    padding: 15px;
}

/*SliderCSS*/

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

    .swiper-navBtn:hover {
        color: #4070F4;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 38px;
    }

.swiper-button-next {
    right: 0;
    
}

.swiper-button-prev {
    left: 0;
}


.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }
    .slide-content1 {
        margin: 0 10px;
    }
    .slide-content2 {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}
/*
.card_slider {
    border-radius: 10px;
    background: #FFF;
    box-shadow: -0.5px -0.5px 4px 0px rgba(0, 0, 0, 0.15), 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
}*/

.review_section_slider_main {
    padding: 0 74px;
}

img.card-img {
    width: 100px !important;
}

.card_slider {
    text-align: left;
}

.card-content_slider h2 {
    margin: 0;
    color: #333;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0;
}

span.rating__item_slider .material-icons {
    color: #FFA047;
    font-size: 30px;
    /*margin-bottom: 20px;*/
}

.card-content_slider p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}


.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    bottom: 0;
}

.swiper {
    padding: 0px 10px 30px 10px;
}

/*Slider End*/

.btn1-primary {
    background-color: #EBEBEB !important;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    color: rgba(104, 104, 104, 1) !important;
    padding: 5px;
    border-radius: 4px;
    margin-right: 10px;
}

.start_btn, .view_courses {
    cursor: pointer;
}
start_btn_span1 {
    border-radius: 50px 0 0px 50px;
    background: rgba(255, 160, 71, 0.30);
    padding: 7px 10px 7px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #FFA047;
}
span.material-icons.start_arrow {
    color: #fff !important;
    background: #FFA047;
    padding: 5px;
    border-radius: 0px 50px 50px 0px;
    font-size: 17px;
    margin-left: -8px;
}
.startnow {
    background: rgba(255, 160, 71, 0.3);
    padding: 2px 0px 5px 8px;
    border-radius: 50px;
}
.startNowButton {
    font-family: Montserrat;
    font-size: 8px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 160, 71, 1);
    vertical-align: middle;
}

.btn-secondary {
    border: 1px solid rgba(138, 138, 138, 1);
    border-radius: 50px;
    background: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(138, 138, 138, 1);
}

.filterimage {
    max-height: 30px;
    width: auto;
}

.categorytagname {
    color: rgba(51, 51, 51, 1);
    font-size: 9px;
    font-weight: 600;
    line-height: 7px;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 0px;
    background: rgba(234, 234, 234, 1);
    padding: 7px;
    border-radius: 2px;

}
@media only screen and (max-width: 1135px) and (min-width:798px) {
    .categorytagname {
        font-size: 7px;
    }
} 

.categoryField {
    color: rgba(51, 51, 51, 1);
    font-size: 9px;
    font-weight: 600;
    line-height: 7px;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 0px;
    background: rgba(234, 234, 234, 1);
    padding: 7px;
    border-radius: 2px;
}

.classActionBtn {
    color: white !important;
    font-size: 9px;
    font-weight: 600;
    line-height: 7px;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 0px;
    background: #1f3566 !important;
    padding: 7px;
    border-radius: 2px;
}

.divActionBtn {
    display: flex;
    /*padding-top: 10px;*/
    justify-content: center;
    gap: 10px;
}

.modal-open-no-scroll {
    overflow: hidden;
}

/*DATEFORMAT*/
.txtdatabody {
    float: left;
    width: 70px;
}

p.diaryttl1 {
    float: left;
    width: 70px;
    background: #f1f0fe;
    text-align: center;
    line-height: 22px !important;
    padding: 0 5px;
    position: relative;
    height: 64px !important;
    border-radius: 10px;
}

span.txtyear {
    float: left;
    width: 100%;
    font-size: 10px !important;
    color: #9b9595;
    text-transform: uppercase;
    font-weight: 700;
}

span.txttime {
    float: left;
    width: 100%;
    font-size: 19px !important;
    position: relative;
    z-index: 1 !important;
    font-weight: 700;
    color: #6b676f;
}

span.txtdate {
    float: left;
    width: 100%;
    font-size: 31px !important;
    position: absolute;
    left: -1px;
    opacity: 0.5;
    color: #97a9bd;
    z-index: 0 !important;
    top: 21px;
    font-weight:600;
}

span.txtmonth {
    float: left;
    width: 100%;
    font-size: 9px !important;
    color: #9b9595;
    font-weight: 500 !important;
    text-transform: uppercase;
}


/*DROPDOWN*/
.cardMainOne {
    margin: 0 !important;
    padding: 6px 5px;
    border-radius: 4px !important;
    cursor:pointer;
}
.downpdowncardinner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    min-width: 300px;
}
.downpdowncardinner2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    min-width: 240px;
}
.orgname {
   
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(48, 132, 216, 1) !important;
    margin:0px !important;
}
.orgimage {
    width: 25px;
}
.divider {
    border-left: 0.5px solid rgba(174, 174, 174, 1);
    height: 25px;
}
.switchDiv{
    display:flex;
    justify-content:space-between;
   
}
.switchprof {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1) !important;
    margin:0 !important;
}
.dropdownmenudiv {
    width: 100% !important;
    padding: 10px !important;
}
.cardinnerdown{
    padding:7px;
}
.activeinnerdown {
    box-shadow: 0.5px 0.5px 4px 0px rgb(1 103 173 / 70) !important;
}

.cardorgname {
    font-size: 12px;
    font-weight: 600;
    /*line-height: 25px;*/
    letter-spacing: 0em;
    text-align: left;
    color: rgba(48, 132, 216, 1) !important;
    margin:0 !important;
}
.role {
    font-size: 9px;
    font-weight: 600;
    /*line-height: 25px;*/
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin: 0 !important;
}
.rolename {
    font-size: 9px;
    font-weight: 500;
    /*line-height: 17px;*/
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 160, 71, 1) !important;
    margin: 0 !important;
}
/*.rolename {
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 160, 71, 1);
    margin: 0 !important;
}*/
.logoutCard {
    min-height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.signOutText {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
/*    line-height: 15px;
*/    letter-spacing: 0em;
    text-align: left;
}
.userNameEmail {
    display: grid;
    align-items: center;
    justify-content: center;
}
.row1 {
    align-items: center
}
.divider-custom {
    margin: 8px 0 12px !important;
}
.defaulttext {
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1) !important;
    margin: 0 !important;
    padding-right:2px;
}
.cardinnerdiv {
    display: flex;
    justify-content: space-between;
}
.defaultbox {
    display: flex;
    background-color: rgba(232, 232, 232, 1);
    padding: 2px 5px;
    border-radius: 4px;
    gap: 2px;
    align-items: center;
}
.containerimageDiv {
    align-items: center;
    display: flex;
}
.cardinnerdiv1 {
    align-items: center;
    display: flex;
    gap:2px;
}
.defaultboxDiv {
    align-items: end;
    display: flex;
}
.changeRole{
    cursor:pointer;

}
.pendingviewall {
    text-decoration: underline;
    font-size: 12px;
    color: #FF830F !important;
    cursor: pointer;
}
.nac-barnameAndProfile {
    margin-right: 18px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap:5px;
}
.nac-barnameAndProfileName {
    font-size: 12px;
    font-weight:bold;
    color: rgba(104, 104, 104, 1);
    margin-bottom: 0;
/*    display: flex;
    float: right;*/
    /*padding-left: 30px;*/
}
.nac-barnameAndProfileName2 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}
.nac-barnameAndProfileemail {
    font-size: 10px !important;
    font-weight: 300 !important;
}
.nac-barnameAndProfileemail2 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}
.moreAccounts {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 10px;
}
.cardSwitch{
    border-radius:5px !important;
}
.warningbutton {
    background-color: rgba(255, 160, 71, 1) !important;
    color: white !important;
    font-size: 12px !important;
}
.errorbutton {
    background-color: rgba(255, 30, 0, 1) !important;
    color: white !important;
    font-size: 12px !important;
}
.successbutton {
    background-color: rgba(48, 132, 216, 1) !important;
    color: white !important;
    font-size: 12px !important;
}
.infobutton {
    background-color: rgba(51, 51, 51, 1) !important;
    color: white !important;
    font-size: 12px !important;
}



@media screen and (max-width:715px) and (min-width: 600px) {
    .orgname {
        font-size: 11px;
    }

    /*.nac-barnameAndProfileName {
        font-size: 10px;
    }
*/
    /*.nac-barnameAndProfileemail {
        font-size: 8px;
    }
*/
    .downpdowncardinner {
        gap: 4px;
    }

    .orgimage {
        display: none;
    }

    .imagehideonless {
        display: none;
    }

    .containerimageDiv {
        display: none;
    }

    .defaultbox {
        gap: 0 !important;
    }

    .defaulttext {
        font-size: 8px;
    }

    .orgRadionButton {
        width: 10px;
    }

    .cardinnerdown {
        padding: 5px;
    }
    .cardorgname {
        font-size: 8px;
    }
    .role{
        font-size:8px;
    }
    .rolename {
        font-size: 8px;
    }
}
@media screen and (max-width:600px) and (min-width: 430px){
    .orgname{
        font-size:11px;
    }
   /* .nac-barnameAndProfileName{
        font-size:10px;
    }*/
   /* .nac-barnameAndProfileemail{
        font-size:8px;
    }*/
    .downpdowncardinner{
        gap:4px;
    }
    .orgimage{
        display:none;
    }
    .imagehideonless{
        display:none;
    }
    .rounded-circle {
        width: 20px;
        height: 20px;
    }
    .namesUpperHeader{
        display:none;
    }

    .containerimageDiv {
        display: none;
    }
    .defaultbox {
        gap: 0 !important;
    }

    .defaulttext {
        font-size: 8px;
    }

    .orgRadionButton {
        width: 10px;
    }

    .cardinnerdown {
        padding: 5px;
    }

    /*.cardorgname {
        font-size: 8px;
    }*/

    .role {
        font-size: 8px;
    }

/*    .rolename {
        font-size: 8px;
    }*/
    .switchprof{
        font-size:12px;
    }
}
@media screen and (max-width:430px) and (min-width: 200px) {
  /*  .orgname {
        font-size: 8px;
    }*/

    .rolename {
        font-size: 8px;
    }

    /*.nac-barnameAndProfileemail {
        font-size: 8px;
    }
*/
    .downpdowncardinner {
        gap: 4px;
    }

    .orgimage {
        display: none;
    }

    .imagehideonless {
        display: none;
    }

    .rounded-circle {
        width: 20px;
        height: 20px;
    }

    .namesUpperHeader {
        display: none;
    }

    .navbar-brand {
        display: none;
    }
    .header{
        padding-left:0 !important;
        gap:0 !important;
        justify-content:space-between;
    }

    .containerimageDiv {
        display: none;
    }

    .defaultbox {
        gap: 0 !important;
    }

    .defaulttext {
        font-size: 7px;
    }

    .orgRadionButton {
        width: 8px;
    }

    .cardinnerdown {
        padding: 5px;
    }

    .cardorgname {
        font-size: 8px;
    }

    .role {
        font-size: 8px;
    }

    .switchprof {
        font-size: 12px;
    }
}
@media screen and (max-width:715px){
    .downpdowncardinner {
        min-width:0 !important;
    }
}
@media screen and (max-width:976px) {
    .nac-barnameAndProfileName{
        display:none;
    }
    .divider{
        display:none;
    }
}
.heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #686868;
}

@media screen and (max-width:400px) {
    a.fc-col-header-cell-cushion {
        font-size: 10px;
    }
}

@media screen and (max-width:881px) {
   /* .nac-barnameAndProfileemail {
        font-size: 8px !important;
        font-weight: 300 !important;
    }
*/
    /*.nac-barnameAndProfileName {
        font-size: 8px;
    }*/
    .header{
        gap:9px;
    }
}




@media screen and (max-width:741px) {
    .nac-barnameAndProfileemail {
        font-size: 5px !important;
        font-weight: 300 !important;
    }
/*
    .nac-barnameAndProfileName {
        font-size: 5px;
    }*/

    .header {
        gap: 9px !important;
    }


}

@media screen and (max-width:874px) {

    .storageBox{
        display:none;
    }

}

.imgNew {
    max-height: 250px;
    height: 100%;
    border-radius: 10px;
    padding: 4px;
}

.mTop {
    margin-top: 15px;
}

                    