/*** 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;
    flex-wrap: wrap;
}
.fc-dayGridMonth-view.fc-daygrid .fc-event {
    background: #334054 !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: 80px !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;
}
.dropdown-menu-right .dropdown-item i.fas {
    aspect-ratio: 1/1;
    width: 12px;
    height: 12px;
}
.tooltip {
    max-width: 350px !important;
    background-color: white !important;
    padding: 0;
}
.tooltip .tooltip-inner {
    background-color: white !important;
    color: black !important;
    max-width: 100%;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
    width: 100%;
}
