.d-aside{
    background: #fff;
    box-shadow: 3px 0 4px rgba(205,205,205,.5);
    //position: relative;
    height: 100vh;

    @include mqx(t){
        position: fixed;
        z-index: 99999;
        top: 0;
        left: -75%;
        width: 70%;
        overflow-y: auto;
        @include trans(.2s);

        &.active{
            left: 0;
            padding: 0;
            box-shadow: none;
        }
    }

    &:after{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        width: 50vw;
        height: 100%;
        z-index: -1;
    }
    .d-aside-c{
        padding: 40px 0;

        @include mqx(t){
            padding: 20px 0;
        }
        @media (max-height: 850px) {
            height: 100vh;
            overflow: auto;
        }
        nav{
            //height: 400px;
            //overflow: hidden;
            //
            //&:hover{
            //    overflow-y: scroll;
            //}
            a{
                display: block;
                color: $black;
                padding: 17px 15px 17px 45px;

                span{
                    &.icon-c{
                        width: 40px;
                    }
                    &:last-of-type{
                        position: relative;
                        top: 3px;
                    }
                }
                &.active{
                    background: $bg-gray;
                    border-right: 5px solid $secondaryColor;
                }
            }
        }
    }
}

.toggle {
    display: block;
    width: 100px;
    padding: 5px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    line-height: 1;
    margin: 10px auto;
    background: #FAFAFA;

    input[type="checkbox"] {
        display: none;

        &:checked + .toggle-slider {
            margin-left: -60px;
            background: $secondaryColor;
        }
    }

    .toggle-slider {
        width: 25px;
        height: 25px;
        background: $grayColor;
        border-radius: 50%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-left: 60px;
        transition: all 0.3s ease;
    }
}
.d-content{
    .d-content-c{
        padding: 50px 15px;

        @include mqx(t){
            padding: 30px 0;
        }
        .toggle{
            @include mqx(t){
                margin: 10px;
            }
        }
        label{
            color: $black;
        }
        .input-group-btn{
            button{
                span:first-child{
                    line-height: 1.8;
                }
            }
        }
        .section-title{
            background: $secondaryColor;

            h2{
                font-size: 20px;
            }
        }

        .btn-bigger{
            font-size: 18px;
        }

        .custom-select {
            max-width: 100%;
            width: 100%;
        }
    }
    .ingredient{
        padding: 30px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 4px rgba(205,205,205,.5);
    }
    .in-data{
        li{
            @include cfx;
            padding: 15px 25px;

            label{
                line-height: 1.4;
            }
            span{
                color: #696969;
            }
        }
    }
    .panel-title{
        width: 100%;
        padding: 15px 25px 13px 25px;
        font-size: 20px;
        border: 1px solid #ccc;
        color: #6D6D6D;
        border-radius: 25px 0 0;
        background: #fff;

        a{
            display: block;

            i{
                @include trans(.2s);
            }
            &[aria-expanded="false"] {
                i {
                    transform: rotate(-90deg);
                }
            }
        }
    }
    .panel-body{
        padding: 15px 0;

        .product-item{
            margin-bottom: 15px;

            //@include mqn(t){
            //    float: left;
            //    width: 49%;
            //    margin-right: 15px;
            //
            //    &:nth-child(2n){
            //        margin-right: 0;
            //    }
            //}

        }
    }
    .table{
        thead{
            tr{
                border-bottom: 1px solid transparent;
                font-size: 18px;
            }
        }
        th, td {
            padding: 15px;
            text-align: left;
        }
        tr{
            border-bottom: 1px solid #E5E5E5;

            &:last-of-type{
                border-bottom: 1px solid transparent;
            }
        }
    }
    .feature-head{
        nav{
            @include mqx(t){
                margin: 15px 0;
            }
            a{
                padding: 6px 0;
                margin: 0 10px;
                color: $black;
                font-size: 16px;
                font-weight: 700;

                &.active{
                    color: $secondaryColor;
                    border-bottom: 2px solid $secondaryColor;
                }
                @include mqx(t){
                    display: inline-block;
                    margin: 10px;
                }
            }
        }
        @include mqx(t){
            .custom-datepicker .btn-search{
                min-width: 40px;
            }
        }
    }


}
.menu-items{
    column-count: 2;
    column-gap: 0;

    &.modal-body{
        column-count: 1;

        .me-c{
            padding: 0;
        }
    }
    @include mqx(t){
        column-count: 1;
    }
    .me-c{
        break-inside: avoid;
        padding: 10px;

        @include mqx(t){
            padding: 10px 0;
        }
    }

    .menu-item{
        figure{
            height: 125px;
            border-bottom: 5px solid $secondaryColor;
        }
        .product-info{
            h3{
                color: $secondaryColor;
                font-size: 18px;
            }
            h4{
                color: $black;
                font-size: 18px;
            }
        }
    }
}
.meal-data{
    .product-info & {
        span{
            padding: 0;
        }
    }
    > span{
        padding: 25px;

        img{
            width: 21px;
            position: relative;
            top: -1px;
        }
    }
}
.add-dish{
    img{
        width: 50px;
    }
}



.ui-widget-content,
.ui-widget-content,
.ui-datepicker .ui-datepicker-header,
.ui-datepicker .ui-datepicker-title,
.ui-datepicker .ui-datepicker-title,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker table,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-default {
    background: #FFFFFF url('none');
}

.ui-datepicker-inline {
    padding: 0;
}

.ui-widget-header {
    border: none;
}

.ui-datepicker .ui-datepicker-header {
    padding: 1.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 23px;
}

.ui-icon,
.ui-datepicker-month,
.ui-datepicker-year {
    color: $black;
}

a.ui-state-default,
.ui-datepicker th {
    color: $black !important;
    border: none !important;
    text-align: center !important;
    padding: 4px;
}

.ui-datepicker {
    width: 20.4em;
    font-family: "Noto Sans", san-serif !important;
    text-transform: uppercase;
}

.ui-datepicker td {
    padding: 4px !important;
    border: 1px solid transparent;
    font-weight: 600;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    color: #f5f5f5 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active{
    background-color: $secondaryColor;
    color: #fff !important;
    padding: 7px 0;
    border-radius: 50%;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    background-color: $secondaryColor;
    color: #fff !important;
}

.custom-datepicker{
    .custom-input{
        width: 41%;
        float: left;
        position: relative;

        &:after{
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 100%;
            line-height: 50px;
            text-align: center;
            z-index: 0;
            font-weight: 700;
            color: #ccc;

        }
        input{

        }
        &:last-of-type{
            input{
                border-radius: 0;
            }
        }
    }
    .btn-search{
        margin: 0;
    }
}

.order-status{
    margin-top: 50px;

    .feature{
        h3:first-of-type{
            font-size: 22px;
            font-weight: 300;
        }
        @include mqx(t){
            margin-bottom: 20px;
        }
    }
}


.input-file-container {
    position: relative;
    width: 100%;
}
.file-return {
    margin: 0;

    &:not(:empty) {
        margin: 1em 0;
    }
}
.js {
    .input-file-trigger {
        display: block;
        padding: 23px 0;
        background: $secondaryColor;
        color: #fff;
        font-size: 14px;
        transition: all .4s;
        cursor: pointer;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        text-align: center;
        margin: 0 auto;
        outline: 0;


        img{
            display: block;
            margin: 0 auto;
            width: 35px;
        }
    }
    .input-file {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        padding: 14px 0;
        cursor: pointer;
    }
    .input-file:hover + .input-file-trigger,
    .input-file:focus + .input-file-trigger,
    .input-file-trigger:hover,
    .input-file-trigger:focus {
        background: lighten($secondaryColor, 15%);
    }
    .file-return {
        font-style: italic;
        font-size: .9em;
        font-weight: bold;
        text-align: center;

        &:not(:empty):before {
            content: "Selected file: ";
            font-style: normal;
            font-weight: normal;
        }
    }
    .file-btn{
        width: 200px;
        height: 45px;
        padding: 13px 25px;
        border-radius: 5px;
        line-height: 1.4;
        color:#fff !important;
    }
}
.weekly{
    .menu-items .menu-item figure{
        height: 168px;
    }
}
.days{
    .feature-img{
        height: 30px;

        img{
            width: 30px;
        }
    }
    .day{
        cursor: pointer;
    }
}
.select-meals{
    display: none;
}

form{
    .product-item{
        cursor: pointer;

        &.active{
            border: 5px solid $secondaryColor;
        }
    }
}

.order{
    &.order-status .feature h3:first-of-type{
        font-size: 17px;
    }
}

.order-items{
    .menu-item{
        figure{
            height: auto;
        }
        .product-info{
            h4{
                color: $secondaryColor;
            }
            p{
                color: #B3B3B3;
            }
        }
        .meal-data {
            > span.d-inline{
                font-weight: bold;
                color: $secondaryColor;
                padding: 15px 10px;
            }
            label{
                font: 14px/24px $primaryFont;
                color: #B3B3B3;
            }
        }
    }
}
.last-orders{
    margin-top: 40px;

    .main-timeline4{
        &.main-history{
            padding-bottom: 80px;
        }
        .timeline-content{
            padding-left: 50px;
        }
        .timeline{
            width: 50%;

            .me-c{
                position: absolute;
                display: none;
                z-index: 999;

                //.meal-data>span{
                //    padding: 20px;
                //}
            }

            &:nth-child(2n){
                .timeline-content{
                    padding: 0 50px 0 0;
                }
            }
            &:nth-child(even){
                right: -15px;

                .me-c{
                    left: 0;
                }
            }
            &:nth-child(odd){
                right: 15px;
                top: 30px;

                .me-c{
                    left: 50px;
                }
            }
            &:last-of-type{
                .me-c{
                    bottom: 70px;
                }
            }
        }
    }
    .avatar-img{
        width: 30px;
        height: 30px;
        background: #fff;
        top: 17px;
        box-shadow: 0 1px 3px rgba(0,0,0,.4);
    }
}
.kitchen-img{
    height: 160px;
    border-radius: 8px;
    display: flex;

    .upload-container{
        margin: 0 auto;
    }
}
.bullets{
    float: right !important;
    margin-top: -76px !important;

    .icon-bar{
        width: 4px !important;
        height: 4px !important;
        border-radius: 50%;
    }
    &[aria-expanded=true] {
        .icon-bar {
            border-radius: 0;

            &:nth-of-type(2) {
                width: 34px !important;
                height: 2px !important;
                transform: translateY(13px) rotate(45deg) !important;
            }
            &:nth-of-type(4) {
                width: 34px !important;
                height: 2px !important;
                transform: translateY(-9px) rotate(-45deg) !important;
            }
        }
    }
}
.side-close{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}
#deals,
#orders{
    .btn.btn-small {
        @include mqx(t){
            min-width: 70px;
            margin-bottom: 10px;

            &:nth-child(2){
                margin-right: 0;
            }
            &:nth-child(3),
            &:nth-child(4){
                margin-bottom: 0;

            }
        }
    }
}
.order-btn{
    .btn{
        margin-top: 0;
    }
}
form .user-status{
    .toggle input[type=checkbox]:checked+.toggle-slider{
        margin-left: 5px;
    }
}
.notification{
    .dropdown-menu{
        min-width: 260px;

        li{
            border-top: 1px solid #f1f1f1;

            &:first-child{
                border-top: none;

            }
        }
    }
}
.notification-item{
    @include cfx;
    @include trans;
    padding: 8px 15px 8px 15px !important;

    &:hover{
        background: #f1f1f1 !important;
    }
    .notification-img{
        width: 40px;
        height: 40px;
        text-align: center;
        margin-top: 5px;

        img{
            width: 100%;
        }
    }
    .notification-msg{
        span{
            color: $secondaryColor;
        }
        p{
            color: $black;
            line-height: 1.3;
        }
    }

}



















.fc-unthemed .fc-day-grid td:not(.fc-axis) {
    padding: .5rem .5rem
}

.fc-unthemed .fc-day-grid td:not(.fc-axis).fc-event-container {
    padding: 0.2rem .5rem
}

.fc-unthemed .fc-axis {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.fc-unthemed .fc-scroller .fc-content-col {
    padding: .5rem .5rem
}

.fc-unthemed th.fc-day-header {
    padding: .75rem .5rem;
    font-size: 1rem;
    font-weight: 500
}

.fc-unthemed .fc-list-heading .fc-widget-header {
    padding: .75rem 1.25rem
}

.fc-unthemed .fc-list-heading .fc-list-heading-main, .fc-unthemed .fc-list-heading .fc-list-heading-alt {
    font-size: 1rem;
    font-weight: 400
}

.fc-unthemed .fc-list-heading .fc-list-heading-main {
    font-weight: 500;
    text-transform: uppercase
}

.fc-unthemed .fc-list-item td {
    padding: .75rem 1.25rem
}

.fc-unthemed .fc-list-item .fc-event-dot {
    border-radius: 50%
}

.fc-unthemed .fc-event, .fc-unthemed .fc-event-dot {
    padding: 0;
    border-radius: 4px
}

.fc-unthemed .fc-event .fc-content, .fc-unthemed .fc-event-dot .fc-content {
    padding: 0.55rem 0.55rem 0.55rem 2rem
}

.fc-unthemed .fc-event .fc-content:before, .fc-unthemed .fc-event-dot .fc-content:before {
    display: block;
    content: " ";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 0.7rem;
    left: 0.75rem
}

.fc-unthemed .fc-event.fc-not-start.fc-end .fc-content, .fc-unthemed .fc-event-dot.fc-not-start.fc-end .fc-content {
    padding-left: 0.5rem
}

.fc-unthemed .fc-event .fc-time, .fc-unthemed .fc-event-dot .fc-time {
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600
}

.fc-unthemed .fc-event .fc-title, .fc-unthemed .fc-event-dot .fc-title {
    font-size: .85rem;
    font-weight: 400
}

.fc-unthemed .fc-time-grid-event {
    margin-top: -0.5rem
}

.fc-unthemed .fc-description {
    font-size: .85rem;
    margin-top: 0.25rem;
    font-weight: 300
}

.fc-unthemed .fc-list-item-title > a {
    font-size: 1rem;
    font-weight: 500
}

.fc-unthemed a.fc-more {
    font-size: .85rem;
    font-weight: 500
}

.fc-unthemed .fc-popover {
    border-radius: 4px
}

.fc-unthemed .fc-popover .fc-header {
    padding: 0.75rem 1.25rem;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    margin-top: 0.35rem
}

.fc-unthemed .fc-popover .fc-header .fc-title {
    font-weight: 400
}

.fc-unthemed .fc-popover .fc-body .fc-event-container {
    padding: 1.25rem 1.25rem 0.75rem 1.25rem
}

.fc-unthemed .fc-popover .fc-body .fc-event {
    margin-bottom: 0.5rem;
    border-radius: 4px
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end {
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-end {
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-unthemed .fc-toolbar {
    margin-bottom: 1.5rem
}

.fc-unthemed .fc-toolbar h2 {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0.75rem
}

.fc-unthemed .fc-toolbar .fc-button {
    outline: none !important;
    height: 2.75rem;
    padding: 0 1.25rem;
    font-size: 1rem
}

.fc-unthemed .fc-toolbar .fc-button.fc-corner-left {
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-unthemed .fc-toolbar .fc-button.fc-corner-right {
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon {
    font-size: 1.1rem
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon:after {
    display: none
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow:before {
    content: "ï„‘"
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow:before {
    content: "ï„’"
}

.fc-unthemed .fc-axis > span {
    font-size: 0.9rem
}

.ui-draggable-handle {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

@media (max-width: 1024px) {
    .fc-unthemed .fc-toolbar {
        margin-bottom: 1.5rem
    }

    .fc-unthemed .fc-toolbar .fc-left, .fc-unthemed .fc-toolbar .fc-right, .fc-unthemed .fc-toolbar .fc-center {
        display: block;
        float: none;
        margin-bottom: 1rem;
        text-align: center
    }

    .fc-unthemed .fc-toolbar .fc-left h2, .fc-unthemed .fc-toolbar .fc-right h2, .fc-unthemed .fc-toolbar .fc-center h2 {
        text-align: center;
        float: none
    }

    .fc-unthemed .fc-toolbar .fc-left > .fc-button-group, .fc-unthemed .fc-toolbar .fc-right > .fc-button-group, .fc-unthemed .fc-toolbar .fc-center > .fc-button-group {
        display: inline-block;
        float: none
    }

    .fc-unthemed .fc-toolbar .fc-left > .fc-button-group > .fc-button, .fc-unthemed .fc-toolbar .fc-right > .fc-button-group > .fc-button, .fc-unthemed .fc-toolbar .fc-center > .fc-button-group > .fc-button {
        float: none
    }

    .fc-unthemed .fc-toolbar .fc-left > .fc-button, .fc-unthemed .fc-toolbar .fc-right > .fc-button, .fc-unthemed .fc-toolbar .fc-center > .fc-button {
        float: none
    }
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: #ebedf2
}

.fc-unthemed td.fc-today {
    background: #f6f5fc
}

.fc-unthemed .fc-day-grid-event {
    margin: 0
}

.fc-unthemed .fc-event, .fc-unthemed .fc-event-dot {
    background: #fff;
    border: 1px solid #ebedf2;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08)
}

.fc-unthemed .fc-event.fc-not-start.fc-not-end, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end {
    border-left: 1px solid #ebedf2
}

.fc-unthemed .fc-event.fc-start .fc-content:before, .fc-unthemed .fc-event-dot.fc-start .fc-content:before {
    background: #adb5ca
}

.fc-unthemed .fc-event .fc-time, .fc-unthemed .fc-event-dot .fc-time {
    color: #333439
}

.fc-unthemed .fc-event .fc-title, .fc-unthemed .fc-event-dot .fc-title {
    color: #3f4047
}

.fc-unthemed .fc-description {
    color: #7b7e8a
}

.fc-unthemed .fc-list-item-title > a[href]:hover {
    color: #7FB017;
    text-decoration: none
}

.fc-unthemed .fc-more {
    color: #3f4047
}

.fc-unthemed .fc-event.fc-start.m-fc-event--brand .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--brand .fc-content:before {
    background: #7FB017
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-brand, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-brand, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-brand, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-brand {
    background: #7FB017
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-brand .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-brand .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-brand .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-brand .fc-title {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-brand .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-brand .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-brand .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-brand .fc-description {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-brand .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-brand .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-brand .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-brand .fc-time {
    color: #fff
}

.fc-unthemed .fc-event.fc-start.m-fc-event--metal .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--metal .fc-content:before {
    background: #c4c5d6
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-metal, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-metal, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-metal, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-metal {
    background: #c4c5d6
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-metal .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-metal .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-metal .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-metal .fc-title {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-metal .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-metal .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-metal .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-metal .fc-description {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-metal .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-metal .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-metal .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-metal .fc-time {
    color: #fff
}

.fc-unthemed .fc-event.fc-start.m-fc-event--light .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--light .fc-content:before {
    background: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-light, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-light, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-light, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-light {
    background: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-light .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-light .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-light .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-light .fc-title {
    color: #282a3c
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-light .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-light .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-light .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-light .fc-description {
    color: #282a3c
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-light .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-light .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-light .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-light .fc-time {
    color: #282a3c
}

.fc-unthemed .fc-event.fc-start.m-fc-event--accent .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--accent .fc-content:before {
    background: #00c5dc
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-accent, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-accent, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-accent, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-accent {
    background: #00c5dc
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-accent .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-accent .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-accent .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-accent .fc-title {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-accent .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-accent .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-accent .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-accent .fc-description {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-accent .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-accent .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-accent .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-accent .fc-time {
    color: #fff
}

.fc-unthemed .fc-event.fc-start.m-fc-event--focus .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--focus .fc-content:before {
    background: #9816f4
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-focus, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-focus, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-focus, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-focus {
    background: #9816f4
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-focus .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-focus .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-focus .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-focus .fc-title {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-focus .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-focus .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-focus .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-focus .fc-description {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-focus .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-focus .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-focus .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-focus .fc-time {
    color: #fff
}

.fc-unthemed .fc-event.fc-start.m-fc-event--primary .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--primary .fc-content:before {
    background: #7FB017
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-primary, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-primary, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-primary, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-primary {
    background: #7FB017
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-primary .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-primary .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-primary .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-primary .fc-title {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-primary .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-primary .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-primary .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-primary .fc-description {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-primary .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-primary .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-primary .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-primary .fc-time {
    color: #fff
}

.fc-unthemed .fc-event.fc-start.m-fc-event--success .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--success .fc-content:before {
    background: #34bfa3
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-success, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-success, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-success, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-success {
    background: #34bfa3
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-success .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-success .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-success .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-success .fc-title {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-success .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-success .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-success .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-success .fc-description {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-success .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-success .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-success .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-success .fc-time {
    color: #fff
}

.fc-unthemed .fc-event.fc-start.m-fc-event--info .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--info .fc-content:before {
    background: #36a3f7
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-info, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-info, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-info, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-info {
    background: #36a3f7
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-info .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-info .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-info .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-info .fc-title {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-info .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-info .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-info .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-info .fc-description {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-info .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-info .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-info .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-info .fc-time {
    color: #fff
}

.fc-unthemed .fc-event.fc-start.m-fc-event--warning .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--warning .fc-content:before {
    background: #ffb822
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-warning, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-warning, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-warning, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-warning {
    background: #ffb822
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-warning .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-warning .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-warning .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-warning .fc-title {
    color: #111
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-warning .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-warning .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-warning .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-warning .fc-description {
    color: #111
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-warning .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-warning .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-warning .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-warning .fc-time {
    color: #111
}

.fc-unthemed .fc-event.fc-start.m-fc-event--danger .fc-content:before, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--danger .fc-content:before {
    background: #f4516c
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-danger, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-danger, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-danger, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-danger {
    background: #f4516c
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-danger .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-danger .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-danger .fc-title, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-title, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-danger .fc-title {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-danger .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-danger .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-danger .fc-description, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-description, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-danger .fc-description {
    color: #fff
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-danger .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-danger .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-danger .fc-time, .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-time, .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-danger .fc-time {
    color: #fff
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
    background: #ebedf2
}

.fc-unthemed .fc-popover {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    background: #fff
}

.fc-unthemed .fc-popover .fc-header {
    background: #fff;
    border-bottom: 1px solid #f7f8fa
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #cfcedb
}

.fc-unthemed .fc-popover .fc-header .fc-close:hover {
    color: #a4a2bb
}

.fc-unthemed .fc-popover .fc-header .fc-title {
    color: #575962
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end .fc-content:before {
    background: #adb5ca
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--brand .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--brand .fc-content:before {
    background: #7FB017
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand {
    background: #7FB017
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-title {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-description {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-time {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--metal .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--metal .fc-content:before {
    background: #c4c5d6
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal {
    background: #c4c5d6
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-title {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-description {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-time {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--light .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--light .fc-content:before {
    background: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light {
    background: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-title {
    color: #282a3c
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-description {
    color: #282a3c
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-time {
    color: #282a3c
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--accent .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--accent .fc-content:before {
    background: #00c5dc
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent {
    background: #00c5dc
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-title {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-description {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-time {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--focus .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--focus .fc-content:before {
    background: #9816f4
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus {
    background: #9816f4
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-title {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-description {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-time {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--primary .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--primary .fc-content:before {
    background: #7FB017
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary {
    background: #7FB017
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-title {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-description {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-time {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--success .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--success .fc-content:before {
    background: #34bfa3
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success {
    background: #34bfa3
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-title {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-description {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-time {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--info .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--info .fc-content:before {
    background: #36a3f7
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info {
    background: #36a3f7
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-title {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-description {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-time {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--warning .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--warning .fc-content:before {
    background: #ffb822
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning {
    background: #ffb822
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-title {
    color: #111
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-description {
    color: #111
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-time {
    color: #111
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--danger .fc-content:before, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--danger .fc-content:before {
    background: #f4516c
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger {
    background: #f4516c
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-title, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-title {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-description, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-description {
    color: #fff
}

.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-time, .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-time {
    color: #fff
}

.fc-unthemed th.fc-day-header > a, .fc-unthemed th.fc-day-header > span {
    color: #898b96
}

.fc-unthemed .fc-list-heading td {
    background: #f4f5f8;
    border-color: #f4f5f8
}

.fc-unthemed .fc-list-heading .fc-list-heading-main {
    color: #575962
}

.fc-unthemed .fc-list-heading .fc-list-heading-alt {
    color: #7b7e8a
}

.fc-unthemed .fc-list-item:hover td {
    background: transparent !important
}

.fc-unthemed .fc-list-item .fc-event-dot {
    background: #adb5ca;
    border-color: #adb5ca
}

.fc-unthemed .fc-list-item.m-fc-event--solid-brand .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--brand .fc-event-dot {
    background: #7FB017;
    border-color: #7FB017
}

.fc-unthemed .fc-list-item.m-fc-event--solid-metal .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--metal .fc-event-dot {
    background: #c4c5d6;
    border-color: #c4c5d6
}

.fc-unthemed .fc-list-item.m-fc-event--solid-light .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--light .fc-event-dot {
    background: #fff;
    border-color: #fff
}

.fc-unthemed .fc-list-item.m-fc-event--solid-accent .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--accent .fc-event-dot {
    background: #00c5dc;
    border-color: #00c5dc
}

.fc-unthemed .fc-list-item.m-fc-event--solid-focus .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--focus .fc-event-dot {
    background: #9816f4;
    border-color: #9816f4
}

.fc-unthemed .fc-list-item.m-fc-event--solid-primary .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--primary .fc-event-dot {
    background: #7FB017;
    border-color: #7FB017
}

.fc-unthemed .fc-list-item.m-fc-event--solid-success .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--success .fc-event-dot {
    background: #34bfa3;
    border-color: #34bfa3
}

.fc-unthemed .fc-list-item.m-fc-event--solid-info .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--info .fc-event-dot {
    background: #36a3f7;
    border-color: #36a3f7
}

.fc-unthemed .fc-list-item.m-fc-event--solid-warning .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--warning .fc-event-dot {
    background: #ffb822;
    border-color: #ffb822
}

.fc-unthemed .fc-list-item.m-fc-event--solid-danger .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--danger .fc-event-dot {
    background: #f4516c;
    border-color: #f4516c
}

.fc-unthemed .fc-toolbar .fc-button {
    background: #f4f5f8;
    border: 0;
    text-shadow: none !important
}

.fc-unthemed .fc-toolbar .fc-button:hover {
    border: 0;
    background: #e2e5ec
}

.fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-state-active {
    border: 0;
    background: #7FB017;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

.fc-unthemed .fc-toolbar .fc-button:focus .fc-icon, .fc-unthemed .fc-toolbar .fc-button:active .fc-icon, .fc-unthemed .fc-toolbar .fc-button.fc-state-active .fc-icon {
    color: #fff
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-disabled {
    background: #f7f8fa;
    color: #afb2c1
}










.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 600;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow:before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 600;
}