﻿.color-gray strong,
.color-gray {
    color: #999;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0;
}

.block {
    display: block !important;
}

div#layoutid {
    padding: 0 !important;
    overflow: hidden !important;
}

#MainAppContentAjax {
    height: 100%;
}

div#MainAppContentAjax .ctx-Container {
    height: 100%;
    display: flex;
    padding: 1px;
}

div.ctx-rightPanel {
    overflow: auto;
    min-width: 450px;
}

.input-group {
    width: 100%;
}
.displayNone{
    display:none;
}
#DynamicEventForm .input-group-addon {
    width: 1% !important;
    background-color: transparent !important;
    border: 0 solid #ccc !important;
    padding: 10px 0 0 10px;
    position: absolute;
    top: 0;
    right: -8px;
}

.CopyToFranchiseIcon {
    cursor: pointer;
    float: right;
    font-size: 18px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

fieldset.ctx-noPadding.borderZero {
    border: 0;
}
/* comman styling strts*/


/* to be delete already defined in mega menu.css */

body {
    font-size: 13.5px;
}

.mg-top-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

ul li {
    list-style-type: none;
}
/* font-size */

.f-14px {
    font-size: 14px;
}


/* font-weight */

.fw-600 {
    font-weight: 600;
}

.none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.align-items-center {
    align-items: center;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

a {
    text-decoration: none;
}
/* comman styling ends*/
.background-gradient-img .listing-hero-image {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: blur(50px) brightness(.9);
    -ms-filter: blur(50px) brightness(.9);
    filter: blur(50px) brightness(.9);
    display: inline-block;
    width: 130%;
    position: relative;
    left: 50%;
}

.event-listing__header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 60vh;
    max-height: inherit;
    min-height: 400px;
    overflow: hidden;
}

.detail-img {
    background: url(./detail-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 424px;
}

.event-detail-content .event-info-content .title h4 {
    padding-bottom: 2px;
    margin: 0;
    text-transform: uppercase;
    border: 0;
}

.event-info-content .info-descp span {
    color: #000;
}

.event-info .event-info-content {
    position: relative;
    top: -55px;
    text-align: center;
    padding: 10px 10px 8px;
    box-shadow: 0px 2px 4px #cecece;
    width: 60%;
    margin: 0 auto;
    background-color: rgba(251, 251, 251, 0.95);
}

.event-detail-content {
    /* border: 1px solid #dadada; */
    background: #fff;
    margin: 10px 0 20px;
    box-shadow: 0px 0px 7px -3px #ddd;
}

    .event-detail-content .title h4,
    .event-detail-content .title h5,
    .events-description .title h4 {
        font-size: 2rem;
        font-weight: 600;
        border-bottom: 1px solid #dadada;
        padding-bottom: 10px;
    }

        .events-description .title h4 a {
            text-decoration: none;
        }

    .event-detail-content .right-side-content .ticket-info p {
        padding: 6px 0 15px;
    }

    .event-detail-content .left-side-content,
    .event-detail-content .right-side-content {
        padding: 0 15px;
        min-height: 525px;
    }
/* .event-detail-content .right-side-content{
    border: 1px solid #dadada;
    padding: 0 15px;
} */
.event-overview-content .right-side-content ul {
    padding-top: 10px;
}

.when-where li {
    padding-bottom: 6px;
}

.description-ul li {
    padding-bottom: 10px;
}

    .description-ul li:last-child {
        padding-bottom: 0;
    }

.event-overview {
    padding: 0 15px;
    margin-top: -10px;
}

.register-btn {
    padding-top: 6px;
}

    .register-btn a.btn-default {
        background: #337ab7;
        color: #fff;
        padding: 4px 30px;
        text-decoration: none;
        border-color: mediumaquamarine;
        border-radius: 0;
    }
/* Sticky Title */
section.event-info.fixed-title .event-info-content {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    text-align: left;
    padding-left: 13%;
}

    section.event-info.fixed-title .event-info-content .register-btn {
        position: absolute;
        right: 13%;
        top: 10px;
    }
/* Events Page Style */
.events-content-col {
    border: 1px solid #dadada;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #dadada;
    margin-bottom: 20px;
    transition: transform .4s ease, box-shadow .4s ease;
}

    .events-content-col:hover {
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: 3px 10px 10px 1px #dadada;
    }

    .events-content-col .events-description {
        padding: 10px 15px;
    }

.event-iamge img {
    height: 200px;
    object-fit: fill;
}

.events-description .event-date {
    padding-bottom: 10px;
    padding-top: 15px;
}

/* Add Events POpup Starts */

.events-templates .event-title {
    font-weight: 700;
    color: #002060;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    width: 100%;
}

.category-title {
    font-weight: 600;
    color: #000;
}

    .category-title .category-name {
        color: #3b3838;
        font-weight: 400;
        padding-left: 15px;
    }


/* left side section */

.left-side .card-second-row {
    padding: 20px;
}

    .left-side .card-second-row img {
        margin: 0 auto;
    }

.event-detail .event-tags .tag {
    margin: 15px;
    background: #00b0f0;
    color: #fff;
}

.challenge-popup-wrapper.event-detail .event-tags .tag {
    margin: 8px;
}


/* right side section */


/* right-side-wrapper strts*/

.event-detail-wrapper {
    border-bottom: 1px solid #ddd;
}

    .event-detail-wrapper .left-side:after {
        border-right: 1px solid #ddd;
        height: 114%;
        content: "";
        position: absolute;
        top: -26px;
        right: -9px;
    }

ul.details-ul li {
    padding: 10px 0;
}

.right-side .title .detail-title {
    color: #002060;
    margin-top: 0;
    font-weight: 800;
}

.right-side-details .details-ul li span {
    color: #000;
    font-weight: 600;
}

.details-ul .active-classes a {
    color: #00b0f0;
    border-bottom: 1px solid;
}

.event-detail .ribbon {
    display: inline-table;
}

    .event-detail .ribbon.base:after {
        border-top: 14px inset transparent;
        border-bottom: 13px inset transparent;
    }

.event-detail .instructor-title-div .user-icon {
    position: relative;
    right: 0;
    top: -8px;
}

.event-detail .instructor-title-div .card-title {
    width: auto;
}

.event-detail .instructor-title-div {
    display: inherit;
}


/* .Event tabs */

.event-tabs .tabbable-line {
    margin: 3px 0 30px;
}

    .event-tabs .tabbable-line li a {
        padding-left: 25px;
        padding-right: 25px;
    }

        .event-tabs .tabbable-line li a span {
            font-size: 16px;
            font-weight: 500;
            color: #000;
        }

.right-side .second-row-titleellipsis {
    margin-left: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 11px;
}

.right-side-details .details-ul input::placeholder {
    padding-left: 4px;
}

.right-side-details .details-ul input,
#btnManageEventTemplate,
#ManageEventTimingBtn,
.staff-title-div .multiselect.dropdown-toggle {
    width: 100% !important;
}

select#acceptedGender {
    padding: 1px 0;
    height: 25px;
}

.timings .manage-btn {
    border: 1px solid #337ab7;
    padding: 1px 0;
    transition: linear .3s;
}

    .timings .manage-btn:hover {
        background: #337ab7;
        transition: linear .3s;
    }

        .timings .manage-btn:hover a {
            color: #fff;
            text-decoration: none;
            display: block;
        }

.events-to-franchise .choose-franchise-btn a {
    width: 100%;
}
/* user icon */
.instructor-title-div .user-icon {
    position: absolute;
    font-size: 26px;
    right: 0;
    top: -7px;
    border: 1px solid #2f528f;
    border-radius: 50%;
    color: #00b0f0;
    background: #fff;
    padding: 3px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#DynamicEventPopup .nav.nav-tabs {
    margin-bottom: 0;
    border: 0;
    justify-content: center;
    margin-right: 25px;
    display: flex;
    white-space: nowrap;
    padding: 1px;
    padding-top: 11px;
}

#DynamicEventPopup .ctx-items.ctx-statesBlock.active {
    display: block;
    background: 0 0;
    border-bottom: 3px solid #3598DC !important;
    position: relative;
}

#DynamicEventPopup .ctx-items.ctx-statesBlock a {
    color: #737373;
    border: 0;
    margin: 0;
    overflow: visible;
}

#DynamicEventPopup .ctx-items.ctx-statesBlock.active a,
#DynamicEventPopup .ctx-items.ctx-statesBlock.active a .ctxicon-notepad {
    color: #1271c4;
    border: 0;
}

#DynamicEventPopup .events-ul-div > .nav-tabs > li:hover {
    background: 0 0;
    border-bottom: 3px solid #add5f9 !important;
    position: relative;
}

    #DynamicEventPopup .events-ul-div > .nav-tabs > li:hover > a {
        border: 0;
        background: 0 0;
        color: #333;
    }

#DynamicEventPopup .fullScreenTabs {
    position: absolute !important;
    background: #fff;
    right: 5px;
    width: 32px;
    height: 32px;
    margin-top: 2px;
    padding: 0;
}

#DynamicEventPopup .nav-tabs > li.fullScreenTabs:hover {
    border: 0 !important;
}

#DynamicEventPopup .events-ul-div {
    border: 1px solid #eef1f5;
}

#DynamicEventPopup #EventfileInput {
    display: none;
}

button#eventImage_upload {
    position: absolute;
    right: 48%;
    bottom: 3%;
    visibility: hidden;
    padding: 2px 10px;
    opacity: 0;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

#eventThumbImage:hover + #eventImage_upload, #eventImage_upload:hover {
    visibility: visible !important;
    opacity: 1 !important;
}
/*for status btn*/
.ctx-bkg-states .stateTextOverflow .prodModalDDL {
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 6px 20px 6px 15px;
    margin-left: auto;
    border-radius: 4px !important;
    border: 0;
}
/*category dropdown btn*/
#DynamicEventPopup .input-group .multiselect.dropdown-toggle {
    color: #000 !important;
    border: 0;
    background: transparent !important;
    border-color: #ddd;
    transition: none;
    text-align: left;
    display: flex;
    align-items: center;
}

#DynamicEventPopup .input-group .caret {
    visibility: hidden;
}

#DynamicEventPopup .input-group:hover .multiselect.dropdown-toggle {
    border: 1px solid #ddd !important;
    display: block !important;
    border-radius: 0;
}

#DynamicEventPopup .input-group:hover .caret {
    visibility: visible;
}

#DynamicEventPopup .input-group:hover .manage-btn .btn {
    display: block !important;
    border-radius: 0;
    line-height: 1.7;
    margin-left: -1px;
}

.control-label.ellipsis-label {
    margin-top: 0;
}

.eventImageDiv {
    padding-bottom: 50px;
}
/*for ul badges hidding behind thead li*/
#EventsTypesTabDiv #TypesTabUl {
    overflow: visible !important;
}
/* Add Events POpup Ends */



/*Event Checklist*/
#tab_event_Checklist #todoHeader {
    padding: 5px;
    color: white;
    text-align: center;
}

#tab_event_Checklist * {
    box-sizing: border-box;
}

#tab_event_Checklist input#todoInput {
    padding: 10px;
    float: left;
    font-size: 14px;
    line-height: 1.42857;
    color: #4d6b8a;
    display: block;
}

#tab_event_Checklist .btn.btn-sm.bg-theme {
    line-height: 1.8;
    width: 100%;
    border-radius: 0px;
}

#tab_event_Checklist div#todoContainer {
    padding: 20px;
    padding-top: 0px;
    max-width: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 340px;
}

div.dd-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    transition: 0.2s;
    width: 30px;
    height: 44px;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
    background: #dadada;
    border-radius: 3px;
}

    div.dd-handle::before {
        content: '≡';
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
    }

div.dd-content {
    display: block;
    padding-left: 30px;
}

div.checkedText {
    position: relative;
    padding: 12px 75px 12px 45px;
    background: #fbfbfb;
    font-size: 13px;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: solid 1px #e5e5e5;
    word-break: break-word;
}

    div.checkedText::before {
        content: '';
        position: absolute;
        cursor: pointer;
        border: solid 1px #888988;
        top: 14px;
        left: 20px;
        height: 15px;
        width: 15px;
    }

div.checked.checkedText::after {
    content: '';
    position: absolute;
    border-color: #4f4f4f;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 14px;
    left: 24px;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
}

div.checked.checkedText {
    opacity: .75;
    color: #4f4f4f;
    text-decoration: line-through;
}

#tab_event_Checklist div#todoContainer div.checkedText:hover {
    background: #ebebeb;
}

.editChecklist {
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    right: 40px;
    float: right;
    top: -45px;
    padding: 12px 16px 12px 16px;
}

.closeCheckList {
    position: relative;
    cursor: pointer;
    right: -45px;
    transition: 0.2s;
    float: right;
    top: -45px;
    padding: 12px 16px 12px 16px;
}

.dd-empty, .dd-item, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

div.dd-handle:hover {
    background: #ebebeb;
}

#tab_event_Checklist div#todoContainer div.checkedText:hover {
    background: #ebebeb;
}

#tab_event_Checklist .editChecklist:hover {
    background-color: #3598DC;
    color: white;
}

#tab_event_Checklist .closeCheckList:hover {
    background-color: #ff7267;
    color: white;
}

.fullScreenStyle {
    right: 0;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.EventTimingHeaderStyling {
    font-weight: 600;
    padding: 8px;
    background: #eff3f8;
    border-left: 2px solid #1271c4;
    margin: 10px 0;
    text-align: left;
    font-size: 16px;
    color: #1271c4;
    text-transform: uppercase;
}

.EventTimingBorderStyle {
    border: 1px dashed #e0e0e0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .EventTimingBorderStyle .timing-parent-div {
        padding-top: 30px;
    }

.event-registration-img {
    margin-top: -1px;
}
 
    #ManageEventCategoriesPopup #EventsCategoriesGrid,
    #ManageEventTypesPopup #EventsTypeGrid {
        width: 100% !important;
    }

.EventTimingPricingBorderStyle {
    border: 1px dashed #e0e0e0;
    margin-left: 33px;
}

.pricingDisplayRow {
    margin-top: 20px;
}

.TimingBorderStyleForOverview {
    border: 1px dashed;
    text-align: center;
    padding: 10px;
}

.pd-7 {
    padding: 7px;
}

.stdAction_btn i {
    padding-left: 4px;
}

.EventsTableClass .appDiv {
    position: fixed;
    width: 200px;
    height: 299px;
    z-index: 9999;
    background: transparent;
}

.EventsTableClass ul.dropdown-menu.stdGrid_dropdown {
    right: 0;
    left: auto;
    top: 20px;
}

    /*Events Overview Page CSS Start*/
    .EventsTableClass ul.dropdown-menu.stdGrid_dropdown:before, .EventsTableClass ul.dropdown-menu.stdGrid_dropdown:after {
        display: none;
    }

.event-title {
    color: #333 !important;
}

.event-title {
    color: #333 !important;
}

    .event-title:hover {
        color: #2a6496 !important;
        text-decoration: none;
    }

#EventsOverviewGridFilterDiv .multiselect {
    width: 100% !important;
}

#EventsOverviewGridFilterDiv ul.dropdown-menu {
    max-width: 100% !important;
}

.create-event-btn {
    padding-left: 5px;
}
/*Events Overview Page CSS End*/
div#EventCalendarDiv {
    position: relative;
    display: block;
    float: left;
}
.auto-detuct {
    background: #5e2fac;
    color: #fff;
    padding: 1px 6px 2px;
    border-radius: 3px;
    font-size: 12px;
}
/*to redesign full calender*/
.fc-toolbar button {
    position: relative;
    background-color: #faf9f7;
    color: #595959;
    border: 1px solid #f3f0eb;
    height: 40px;
    min-height: 40px;
    line-height: 38px !important;
    border-radius: 2px;
    padding: 0 20px;
    letter-spacing: 0;
    font-family: "soleil", "Futura", "Trebuchet MS", Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    max-width: 300px;
    box-shadow: none;
}

.fc-state-hover {
    background-position: 0 -40px;
}

.fc-toolbar h2 {
    color: #595959;
    font-size: 17px;
    line-height: 2.1;
    font-weight: 700;
    vertical-align: middle;
}

.fc-view .fc-head,
.fc-widget-content .fc-row table tr td {
    border: 3px solid #F3F0EB !important;
}

.fc-widget-content .fc-row table tr .fc-widget-content.fc-other-month {
    background-color: #faf9f7;
}

.fc-head .fc-widget-header .fc-widget-header table tr th {
    border-width: 0;
    height: 55px;
    font-size: 15px;
    background-color: white;
    text-align: center !important;
    font-weight: 700;
    vertical-align: middle;
    color: #999 !important;
}

.fc-widget-content .fc-content-skeleton table tr td {
    border: 0px solid #F3F0EB !important;
    color: #595959;
    font-weight: 700;
    font-size: 13px;
    padding-top: 4px;
    padding-right: 15px;
}

    .fc-widget-content .fc-content-skeleton table tr td.fc-day-number {
        padding-top: 15px;
    }


.fc-basic-view .fc-body .fc-row {
    min-height: 8em;
    height: 250px !important;
}

.fc-toolbar {
    margin-bottom: .5em;
}
.fc-row table{
    margin-bottom:0;
}
.fc-day-grid-event{
    cursor:pointer;
}
/*for custom popover*/
.custom-popover {
    z-index: 999;
    width: 335px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 40px;
    background-color: #fff;
    position: absolute;
    height: auto;
    color: rgb(89, 89, 89);
    display: none;
    cursor: context-menu;
}

.cal-detail-popup-close.pointer.close-btn {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 18px;
    font-size: 26px;
    font-weight: bolder;
}

    .cal-detail-popup-close.pointer.close-btn a {
        color: rgb(243, 240, 235);
        text-transform: lowercase;
        background-color: rgb(40, 88, 166);
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 19px;
        border-radius: 50px;
        font-weight: normal;
        font-size: 18px;
        text-decoration: none;
        font-family: sans-serif;
    }


.cal-detail-popup-img.events-img {
    height: 110px;
    overflow: hidden;
    position: relative;
}

.events-img-overlay {
    background-color: rgba(0,0,0,.10);
    position: absolute;
    width: 100%;
    height: 100%;
}

.cal-detail-popup .in-img-text {
    color: #595959;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    background-color: white;
    position: absolute;
    bottom: 6px;
    left: 10px;
    border-radius: 4px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #F3F0EB;
}

.custom-popover .popover-title {
    border-radius: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 20px 30px;
    background: transparent;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-image: initial;
    border-top: 4px solid !important;
}
#EventCalendarDiv .events-detail ul, #EventCalendarDiv .events-detail-description {
    padding: 0px 30px;
    margin: 0;
}

.events-detail ul li {
    display: flex;
    align-items: baseline;
    color: rgb(89, 89, 89);
    font-size: 14px;
    line-height: 22.5px;
    font-weight: 500;
}

.events-detail-ul ul li strong {
    width: 60%;
}

.events-detail ul li span {
    width: 100%;
    font-weight: 600;
    color: #595959;
}

#content .events-detail-description p {
    color: #595959;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}
.EnrollEventBtn {
    background-color: #ff5a52;
    color: #fff;
    border: 0;
    min-width: 120px;
    font-weight: 600;
    cursor: pointer;
    max-width: 190px;
    min-height: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 2px;
    display: block;
    padding: 0 40px;
    letter-spacing: .5px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px !important;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 25px;
    text-decoration: none;
}

.EnrollEventBtn:hover {
    background-color: #ff5a52 !important;
    color: #fff !important;
}

.events-detail-description {
    padding-top: 0px;
    min-height: 0px;
    max-height: 200px;
    background: rgb(255, 255, 255);
    overflow: scroll;
}
.events-detail-description * {
    word-break: break-word !important;
}
    .fc-content-skeleton .fc-event-container .fc-event {
    border: 0px;
    position: relative;
    background: transparent !important;
}

    .fc-content-skeleton .fc-event-container .fc-event .fc-content {
        height: 30px;
        line-height: 30px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        font-size: 13px;
        opacity: 0.5;
        display: block;
        padding-left: 5px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 1px;
        position: relative;
        margin-left: 1px;
        cursor: pointer;
        border-left-style: solid;
        border-left-width: 3px;
        z-index: 11;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-color: rgb(40, 88, 166);
        background-color: rgb(104, 138, 192);
    }
/*to move last child to left*/
.custom-popover.customPopupOverLeft {
    left: -110px;
}
/*for more events button*/
.more-events-text {
    margin-left: 8px;
    padding-top: 8px;
}

.calendar-footer-more-schedules a {
    color: #ff5a52;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 700;
}

.tui-full-calendar-month-more {
    display: none;
    position: absolute;
    top: -110px;
    height: 288px;
    padding-bottom: 40px;
    border: 1px solid white;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    background-color: white;
    width: 400px;
    min-height: 150px;
    -webkit-box-shadow: 0px 2px 40px rgba(0,0,0,0.17) !important;
    box-shadow: 0px 2px 40px rgba(0,0,0,0.17) !important;
}

.tui-full-calendar-month-more-title {
    height: 44px;
    margin-bottom: 12px;
    background-color: white;
    border-bottom: none;
    padding: 15px 18px 0 18px;
}

span.tui-full-calendar-month-more-title-day {
    font-size: 23px;
    color: #595959;
}

span.tui-full-calendar-month-more-title-day-label {
    font-size: 12px;
    color: #999999;
}

button.tui-full-calendar-month-more-close {
    position: absolute;
    right: 0;
    outline: 0;
    background: none;
    border: 0;
    font-size: 14px;
    line-height: 28px;
    padding: 0 7px;
    cursor: pointer;
}

.widget-calendar-close-button.pointer {
    margin-right: 10px;
    cursor: pointer;
    color: #f3f0ec;
    font-weight: 800;
    font-size: 26px;
}

.tui-full-calendar-month-more-list {
    padding: 0 18px 18px 18px;
    height: calc(100% - 44px - 12px);
    overflow-y: auto;
}

.fc-row .fc-content-skeleton,
.fc-row .fc-bg {
    z-index: 0;
}

.fc-content-skeleton table tbody tr:nth-child(2) td a .block {
    top: -355px;
}

.fc-content-skeleton table tbody tr:nth-child(3) td a .block {
    top: -390px;
}

.fc-content-skeleton table tbody tr:nth-child(4) td a .block {
    top: -425px;
}

.fc-content-skeleton table tbody tr:nth-child(5) td a .block {
    top: -460px;
}

.custom-popover.block.firstRowEvent {
    top: -175px !important;
}

.EventsListItemParent .fc-h-event.fc-event {
    padding-top: 5px;
}

.fc-content-skeleton table tbody tr:nth-child(2) td a .block.firstRowEvent {
    top: -210px !important;
}

.fc-content-skeleton table tbody tr:nth-child(3) td a .block.firstRowEvent {
    top: -245px !important;
}

.fc-content-skeleton table tbody tr:nth-child(4) td a .block.firstRowEvent {
    top: -280px !important;
}

.fc-content-skeleton table tbody tr:nth-child(5) td a .block.firstRowEvent {
    top: -315px !important;
}

.tui-full-calendar-month-more-list .custom-popover.block.firstRowEvent {
    top: -28px !important;
}

.EventsListItemParent .custom-popover {
    top: -210px;
    left: 420px;
}

.tui-full-calendar-month-more-list a.fc-day-grid-event {
    padding-bottom: 5px;
}

.ListOfEnrolledEventsDiv {
    margin-top: 35px;
}

.custom-popover.block.firstRowEvent .events-detail-description {
    height: 118px;
    min-height: 118px;
}

.custom-popover.block.firstRowEvent .cal-detail-popup-img.events-img {
    height: 100px;
}

.custom-popover.block.firstRowEvent .popover-title {
    padding: 10px 30px 6px;
}

.custom-popover.block.firstRowEvent .events-detail ul {
    margin: 0;
}

.custom-popover.block.firstRowEvent .events-detail-btn .fc button {
    min-height: 39px;
    line-height: 40px !important;
    margin: 0 auto 5px !important;
}
/*Events Tittle*/
.event-title-area .event_title {
    width: 100%;
    padding: 20px;
    word-break: break-word;
}
.event-age-content .event-age-area {
    padding: 4px 12px 10px;
}
/*events date and time*/
.timeDesc-content {
    margin-bottom: 0 !important;
}
    .timeDesc-content .date-time-area {
        display: flex;
        /* justify-content: center; */
        margin: 0 10px 10px;
        /* gap: 8px; */
        /* flex-wrap: wrap;*/
    }

.date-area {
    flex: 1;
    /* width: 50%; */
}

.time-area {
    display:flex;
    margin-left: 10px;
}

.date-area > div {
    display: flex;
    /* flex-wrap: nowrap; */
    /* flex: 1 1 auto; */
}
.date-area > div i {
    margin-right: 5px;
}
.daterange {
    text-align: left;
}
.location-content {
    margin: 20px 0 15px;
}
.WidgetContentDiv {
    -webkit-box-shadow: 0 16px 64px -16px rgba(46,55,77,.1);
    box-shadow: 0 16px 64px -16px rgba(46,55,77,.1);
    border: 0;
    border-radius: 8px;
}
.event--widgets--wrapper{
    display:flex;
    flex-wrap: wrap;
}
.WidgetContentDiv {
    border-radius: 0;
}
.event-registration-box {
    padding: 0 7px;
    margin: 14px 0 0;
}
#EventCatsTabDiv #CategoryTabs li a {
    display: inline-block !important;
}
#EventCatTabUI li {
    padding-left: 0px;
}
.company_logo{
    min-height:50px;
}
.right-border-container.checkOutEventsMainDiv {
    top: 20px;
}
#EventCalendarDiv thead.fc-head .fc-widget-header .fc-row.fc-widget-header {
    border-right: 0;
}
#EventCalendarDiv table tbody tr {
    background-color: transparent;
}
#EventCalendarDiv .fc-view-container .fc-view .fc-widget-content .fc-day-grid {
    overflow: auto;
    overflow-y: hidden;
}
thead.fc-head td.fc-widget-header .fc-row.fc-widget-header table {
    margin-bottom: 0;
}

    /****************************************** Responisveness strts ***************************************************/
    /* =================== media queries for max 1024 px and min 768 px strts ========================= */
    @media only screen and (max-width: 1024px) and (min-width: 768px) {
        #EventsWidgetContainer .event-registration-box {
            min-width: 320px;
        }

        .ctx-prev-state {
            left: 0 !important;
        }

        .ctx-next-state {
            right: 0 !important;
        }

        #EventCatsTabDiv li.ctx-items {
            width: 31%;
        }
        #EventCatsTabDiv.embeded_script_cats_div li.ctx-items {
            width: 30%;
        }
        .timeDesc-content .date-time-area {
          /*  padding: 0 10px 8px;*/
        }
        .event-title-area .event_title {
            padding: 18px;
        }

           

    }
    /* =================== media queries for max 1024 px and min 992 px ends ========================= */
    /* =================== media queries for max 991 px and min 768 px strts ========================= */
    @media only screen and (max-width: 991px) and (min-width: 768px) {

        #content {
            overflow-x: hidden;
        }
        .custom-popover {
            top: -290px;
        }
            .events-detail ul li,
            #content .events-detail-description p {
                font-size: 13px;
                line-height: 1.5;
            }
        .custom-popover .popover-title {
            padding: 10px;
            line-height: 1.5;
        }
        .events-detail ul, .events-detail-description {
            padding: 0 15px;
            line-height: 1.5;
        }
        .events-detail-description {
            max-height: 160px;
            overflow: auto;
        }
        .EnrollEventBtn {
            max-width: 140px;
            min-height: 32px;
            margin: 3px auto 6px !important; 
            line-height: 1.5 !important;
        }
        .fc-content-skeleton table tbody tr:nth-child(4) td a .block {
            top: -410px;
        }
        .fc-content-skeleton table tbody tr:nth-child(5) td a .block {
            top: -448px;
        }
        .events-detail-ul ul li strong {
            width: 40%;
        }      
        #EventCalendarDiv .fc-day-grid-container.fc-scroller .fc-day-grid {
            overflow-x: auto;
        }
        #EventCalendarDiv .tui-full-calendar-month-more {
            min-width: 200px;
            max-width: 300px;
        }
        thead.fc-head td.fc-widget-header .fc-row.fc-widget-header table {
            margin-bottom: 0;
        }



    }
    /* =================== media queries for max 991 px and min 768 px ends ========================= */
    /*for large screen mobile devices*/
    /* =================== media queries for max 768 px and min 480 px strts ========================= */
    @media only screen and (max-width: 767px) {

        #events-templates .events-templates-div {
            display: inherit !important;
            margin-bottom: 0 !important;
        }

        #events-templates .company_logo img {
            width: 100px;
        }
        #EventCatsTabDiv li.ctx-items {
            width: 47%;
        }

        #EventCatsTabDiv .ctx-next-state {
            right: -5px !important;
        }

        #EventCatsTabDiv .ctx-prev-state {
            left: -5px !important;
        }
        .event-registration-box {
            padding: 0 15px;
        }
        .custom-popover {
            top: -290px;
        }

        .events-detail ul li,
        #content .events-detail-description p {
            font-size: 13px;
            line-height: 1.5;
        }

        .custom-popover .popover-title {
            padding: 10px;
            line-height: 1.5;
        }

        .events-detail ul, .events-detail-description {
            padding: 0 15px;
            line-height: 1.5;
        }

        .events-detail-description {
            max-height: 160px;
            overflow: auto;
        }

        .EnrollEventBtn {
            max-width: 140px;
            min-height: 32px;
            margin: 3px auto 6px !important;
            line-height: 1.5 !important;
        }

        .fc-content-skeleton table tbody tr:nth-child(4) td a .block {
            top: -410px;
            left: 0 !important;
        }

        .fc-content-skeleton table tbody tr:nth-child(5) td a .block {
            top: -448px;
        }

        .events-detail-ul ul li strong {
            width: 40%;
        }

       

        #EventCalendarDiv .fc-day-grid-container.fc-scroller .fc-day-grid {
            overflow-x: auto;
        }

        #EventCalendarDiv .tui-full-calendar-month-more {
            min-width: 200px;
            max-width: 300px;
        }
        thead.fc-head td.fc-widget-header .fc-row.fc-widget-header table {
            margin-bottom: 0;
        }      


    }
    /* =================== media queries for max 767 px and min 480 px ends ========================= */
    /*for small screen mobile devices*/
    /* =================== media queries for max 479 px and min 320 px strts ========================= */
    @media only screen and (max-width: 479px) and (min-width: 320px) {

        #EventCatsTabDiv li.ctx-items {
            width: 92%;
        }
        #EventCatsTabDiv.embeded_script_cats_div li.ctx-items {
            width: 85%;
        }

        #EventCatsTabDiv .ctx-next-state {
            right: -10px !important;
        }

        #EventCatsTabDiv .ctx-prev-state {
            left: -10px !important;
        }

        .right-border-container.checkOutEventsMainDiv {
            top: 33px;
        }

        .right-border-container .right-border-container-button.activclass {
            width: 120px !important;
        }

        .right-border-container .right-border-container-button {
            height: 40px !important;
        }

            .right-border-container .right-border-container-button span {
                top: 6px !important;
            }

        #events-templates .events-templates-div {
            margin-bottom: 4px !important;
        }

        div#EventCatsTabDiv {
            margin-bottom: 0;
        }

        div#EventsWidgetContainer {
            margin-top: 15px !important;
            margin-bottom: 8px;
        }

        #EventsWidgetContainer .event-registration-box {
            margin: 10px 0 0px;
            min-width: 315px;
        }

        .timeDesc-content .date-time-area {
           /* padding: 0 10px 8px;*/
        }

            .timeDesc-content .date-time-area div {
                font-size: 13.5px !important;
            }
        div#EventCalendarDiv.fc {
            padding: 10px;
        }
            div#EventCalendarDiv.fc .fc-toolbar button {
                height: 25px;
                min-height: 25px;
                line-height: 1.5 !important;
                padding: 0 15px;
                font-size: 13px;
            }
            div#EventCalendarDiv.fc .fc-toolbar button .fa {
                font-size: 10px;
            }
            div#EventCalendarDiv.fc .fc-row.fc-widget-header table {
                margin-bottom: 0;
            }
            div#EventCalendarDiv.fc .fc-head .fc-widget-header .fc-widget-header table tr th {
                border-width: 0;
                height: 40px;
            }
            div#EventCalendarDiv.fc .fc-day-grid-container.fc-scroller {
                height: 100% !important;
            }
        .right-border-container .right-border-container-button .ticky-cart-price {
            font-size: 16px !important;
        }
        .event-registration-box {
            padding: 0 7px;
        }
        #events-templates .company_logo img {
            width: 80px;
        }
        .company_logo {
            padding: 0;
        }
        /*.custom-popover*/
        .custom-popover {
            width: 290px;
            left:0 !important;
        }
        div#EventCalendarDiv.fc td.fc-widget-content {
            overflow-x: auto;
            overflow-y: hidden;
        }
     
        .fc-widget-content .fc-content-skeleton table tr td {
            padding-right: 0;
        }
        .fc-widget-content .fc-content-skeleton table tr td.fc-day-number {
            text-align: center;
            padding-right: 0;
        }


        }