.loadscreen{
    z-index: 999999 !important;
}

/* FONTS */
.bg-banner h1, .bg-banner p, .bg-banner button,
.our-mission h2, .our-mission p,
.enjoy-section h2, .enjoy-section button,
.opportunity h2, .opportunity p,
.compliance h2, .compliance p,
.about h2, .about p,
footer p, footer a{
     font-family: "Montserrat", sans-serif;
}
.enjoy-section h2{
    font-weight: 500;
}
.bg-banner h1,
.our-mission h4,
.opportunity h4,
.compliance h4,
.about h4,
.about h3{
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.our-mission p,
.enjoy-section p,
.opportunity p,
.compliance p,
.about p{
    color:#6c757d;
    opacity: .6;
    font-size: 16px !important;
}

/* BANNER */
.bg-section-overlay{
    background: rgba(28, 28, 31, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
}
.banner-content{
    position:absolute;
    top:35vh;
    left:50%;
    transform: translate(-50%);
    z-index: 999;
    color:#ffffff !important;
}
.banner-content h1{
    color:#ffffff !important;
}

.banner-content,
.banner-content p{
    width: 95%;
    margin: 0 auto;
}

.btn-white{
    background: #ffffff;
    border: 1px solid #fff;
    padding: 15px 35px;
    border-radius: .25rem;
    text-transform: uppercase;
    color:#333;
}

/* ENJOY SECTION */
.enjoy-section{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* OPPORTUNITY */
.opportunity .icon, .compliance .icon{
    /* background: #17313f  ; */
    width: 55px;
    height: 55px;
    /* border-radius: 50%; */
    display: grid;
    place-items: center;
}
.opportunity .icon span, .compliance .icon span{
    font-size: 26px;
}

/* ABOUT SECTION */
.about{
    background: #f8f9fa;
}
.about .icon img{
    max-width: 80px;
}
.about .icon{
    /* font-size: 32px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
    display: grid;
    place-items: center; */
    margin: 0px auto 0.5rem;
}

/* FOOTER */
footer{
    background: #222225;
    color: rgba(255, 255, 255, 0.5);
}
footer .links a{
    text-decoration: none;
    color:rgba(255, 255, 255, 0.5);
    padding: 0 5px;
}
footer .links a:hover{
    color:#fff;
}
footer p{
    font-size: 12px;
}

@media(min-width:1024px){
    .banner-content{
        width: 800px;
        margin: 0 auto;
    }
    .banner-content p{
        width: 600px;
        margin: 0 auto;
    }
}
@media(max-width:767px){
    .banner-content{top:35%;}
}
.select2-container--default .select2-selection--single{
    height: 42px !important;
    border: 1px solid #D5DAE1 !important;
    border-radius: 4px !important;
    padding: .625rem 0.25rem !important;
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: .875rem !important;
    line-height: 1.25rem !important;
}
/* Change the default Select2 arrow */
.select2-selection__arrow {
    background: url('../../images/dropdown.svg') no-repeat center center;
    background-size: contain;
    width: 13px !important; /* Adjust the width of the arrow */
    height: 42px !important; /* Adjust the height of the arrow */
    right: 12px !important;
}
/* Optional: If you want to remove the arrow altogether */
.select2-selection__arrow b{
    display: none;
}

/*** calander START css ****/
body .fc .fc-list-event:hover td{
    background-color: transparent !important;
}
.fc .fc-list-table tbody > tr th {
    display: none !important;
}
.fc-dayGridMonth-view.fc-daygrid .fc-event,.fc-dayGridMonth-view.fc-daygrid .fc-event .fc-event-main {
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
}
.fc-dayGridMonth-view.fc-daygrid .fc-event {
    background: #17313f   !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 4px 8px !important;
}
.tooltip .tooltip-inner {
    background-color: white !important;
    color: black !important;
    max-width: 100%;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
    width: 100%;
    box-shadow: 0 1px 10px 0 #c9c9c9;
}
.fc-dayGridMonth-view.fc-daygrid .fc .fc-list-event:hover td {
    background-color: #17313f   !important;
}
.fc-dayGridMonth-view.fc-daygrid .fc-theme-standard td,.fc-dayGridMonth-view.fc-daygrid .fc-theme-standard th {
    border: 1px solid #17313f   !important;
}
.fc-daygrid-day.fc-day-past .fc-event{
   opacity: 0.64;
}
.fc-daygrid-day.fc-day-past .fc-daygrid-day-number,.fc-daygrid-day.fc-day-other {
    color: #b0b0b0 !important;
}
.fc-daygrid-day-top{
    font-size  : 14px !important;
    font-weight: bold;
}
.fc-button-group {
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px !important;
}
.fc-button-group .fc-button {
    background: transparent !important;
    color: #000000 !important;
    border: 0 !important;
}

button.fc-button.fc-button-primary.fc-button-active {
    font-weight: bold !important;
    color: #10163a !important;
}
button.fc-button.fc-button-primary {
    padding: 8px 20px !important;
    text-transform: capitalize !important;
}
button.fc-button.fc-button-primary.fc-button-active:after {
    background-color: #10163a !important;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 80%;
    left: 5px;
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: unset !important;
}
.fc-v-event {
    background-color: #10163a !important;
    border: 1px solid #10163a !important;
    display: block !important;
    padding: 15px 15px !important;
}
.fc-v-event .fc-event-main-frame .fc-event-time {
    font-size: 14px !important;
}
.fc-v-event .fc-event-title-container .fc-event-title {
    font-size: 14px !important;
    margin-top: 5px !important;
}
.fc .fc-list-table tbody > tr:first-child th {
    border-top: unset !important;
}
.fc .fc-list-table tbody > tr th {
    border-bottom: 1px solid #dbdbdb !important;
}
.fc-theme-standard .fc-list-day-cushion {
    background-color: white !important;
}
/* .fc-theme-standard td, .fc-theme-standard th {
    border: 0px !important;
} */

.mob-text-base{
    font-size:20px;
    line-height:20px;
    letter-spacing:0 !important;
}
.after_border:after{
    background-color: #dcdcdc;
    content: "";
    display: block;
    flex: auto;
    height: 1px;
    margin-left: 10px;
}
.month_filter{
    margin-bottom:15px;
}
.fc-list-event-title{
    width: 100%;
}
.fc-list-event-time {
    display: none !important;
}
.fc-list-event-dot{
    display: none !important;
}
.fc-list-day {
    background-color: white !important;
    z-index: 2;
    position: sticky;
    top: 0;
}
.fc-timegrid-event .fc-event-custom {
    color: white !important;
    padding: 2px 4px;
    font-size: 13px;
    line-height: 1.3;
}
.fc-timeGridDay-view .fc-day-today {
    background-color: transparent !important;
}
.fc-timegrid-event .fc-v-event{
    display: none !important;
}

.event-list-item {
    color: black !important;
}
.fc-timegrid-body .fc-timegrid-event .fc-v-event{
    background: none !important;
}
.fc-day-today{
    background: none !important;
}
    .event-item {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }
    .event-dot {
        width: 6px;
        height: 6px;
        background-color: #141827;
        border-radius: 50%;
        margin: 0 auto;
        cursor: pointer;
    }
    .selected-day {
        background-color: #141827 !important;
        color: white !important;
    }
    .fc-day-past.selected-day{
        color: white !important;

    }
    .fc-daygrid-day.selected-day .fc-daygrid-day-number,
    .fc-daygrid-day.selected-day .fc-event-title,
    .fc-daygrid-day.selected-day .fc-daygrid-event {
        color: white !important;
    }

.fc-daygrid-day.selected-day .event-dot {
    background-color: white !important;
}
.no-events-message{
    padding: 20px;
    font-size: 16px;
    background-color: rgb(190 190 190 / 24%) ;
    border-radius: 5px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc-listMonth-view.fc-list-empty{
    display: none !important;
}
body .editor-descrip p, body .editor-descrip p span, body .editor-descrip p strong{
    font-size: 12px !important;
    line-height: 16px !important;
    color: #4a4a4a !important;
    font-weight:500 !important;
}
.fc .fc-daygrid-event-harness-abs .fc-event-main {
    display: flex !important;
    align-items: center !important;
    padding: 2px !important;
}
.fc-listMonth-view.fc-list-empty{
    display: none !important;
}

section.page-header-section {
    background-image: url('../../images/header-title.png');
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1026px) {
    .mobwrap{
        flex-wrap: wrap !important;
        gap: 10px !important;
    }
    .fc .fc-toolbar-title {
        font-size: 1em !important;
    }
    .fc .fc-toolbar {
        flex-wrap: wrap;
        gap: 10px;
    }
    .fc-toolbar-chunk {
        width: 100%;
    }
.mob_flex {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
}
.mob_order2{
    order:2;
}
.mob_order3{
    order:3;
}
.mob-text-base{
    font-size: 16px;
    line-height: 16px;
}
.mob_order2 h5.border-b {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}
.mob-none{
    display: none !important;
}
.mob-detail.pl_8{
    padding-left:2rem;
}
.col-12.col-md-1.-ml-8 {
    margin-left: -2rem;
    margin-bottom: .75rem;
}
.mob-visible{
    display:flex !important;
}
.modern-card .me-3 {
    margin: 0 !important;
    flex-direction: row !important;
    gap: 10px !important;
    padding: 0 !important;
}
.modern-card .me-3 span.display-6 {
    font-size: 18px !important;
}
.modern-card {
    gap: 10px !important;
    display: flex !important;
    flex-direction: column!important;
    margin: 0 !important;
    padding: 8px 0 !important;
}
td.fc-list-event-graphic {
    padding: 0 !important;
}
body .editor-descrip,.mob-p0{
    padding: 0 !important;
}
.mobwrap span.ms-2{
    margin: 0 !important;
}
div#mobile-event-details {
    padding: 5px 10px !important;
    height: 100% !important;
}
#mobile-event-details .mobwrap,#calendar .mobwrap{
    flex-direction: row !important;
}
.fc-daygrid-body,.fc-scrollgrid-sync-table,.fc-col-header {
    min-width: 100% !important;
}
}

@media screen and (max-width: 768px) {
    .fc-direction-ltr .fc-daygrid-event .fc-event-time, .fc-daygrid-dot-event .fc-event-title {
        display: none !important;
    }

    .fc-dayGridMonth-view.fc-daygrid .fc-event{
        display: none !important;
    }
    .fc-daygrid-event-dot {
        border: calc(var(--fc-daygrid-event-dot-width) / 2) solid #ffffff !important;
    }
    button.fc-button.fc-button-primary {
        padding: 5px 10px !important;
    }
    .fc-daygrid-day-top {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fc-daygrid-body,.fc-scrollgrid-sync-table,.fc-col-header {
        min-width: 100% !important;
    }
    .fc-daygrid-day-events{
        margin-bottom: 0px !important;
    }
    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
        min-height: 20px;
    }
    body .layout-horizontal-bar .main-content-wrap {
        margin-top: 120px !important;
    }
    body section.page-header-section .container-fluid.px-5 {
        padding: 0 15px !important;
    }
}
/*** calander OVER css ****/


/********branding theme color ********/
iframe#noticeIframe #newsTicker1 .ent_news_url .ent_prefix,iframe .btn,iframe .custom-tab-link.active,iframe .page-item.active .page-link {
    background-image: linear-gradient(90deg, #17313f 0%, #456978 100%) !important;
}
.header-user-name.text-white {
    display: flex !important;
    justify-content: space-between !important;
    gap:10px !important;
}
