﻿.modalFullwidth .modal-dialog {
    width: 100%;
    /*top:35%;*/
    height: 100%
}
.ImageFullWidthpopup .modal-dialog {
    width: 100%;
    height: 110%;
}
.ImageFullWidthpopup .modal-content .modal-body {
    background-color: rgb(241, 242, 244);
    padding: 0px;
}
.ImageFullWidthpopup .modal-content .modal-body .container .navbar-collapse1 {
    margin-top: 2%;
}
.FullWidthpopup .modal-dialog {
    width: 100%;
    height: 110%;
    margin-top: 8%;
}

.EditEventModal .modal.in .modal-dialog {
    width: 60%;
}


.FullWidthpopup .modal-content .modal-body {
    background-color: rgb(241, 242, 244);
    padding: 0px;
}
.FullWidthpopupHeader .modal-header {
    display: none !important;
}

    .FullWidthpopup .modal-content .modal-body .container .navbar-collapse1 {
        margin-top: 2%;
    }
.modal-header {
    background-color: rgb(52, 73, 94);
    color: white;
    font-weight: bold
}
    .modal-header .close {
        background-color: red;
        width: 50px;
        height: 55px;
        margin-top: -16px;
        margin-right: -16px;
        color: white;
        opacity: 1;
    }
.modal-footer{
    display:none;
}

.ProfileImage .modal-header {
    display: none !important;
}
.AlertPopup .modal-dialog {
    width: 25% !important;
}
.ModulePopup .modal-dialog {
    width: 60% !important;
}
.ModulePopupMedium .modal-dialog {
    width: 60% !important;
}
@media screen and (max-width: 600px) {
    .ModulePopupMedium .modal-dialog {
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    .ModulePopup .modal-dialog {
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    .AlertPopup .modal-dialog {
        width: 100% !important;
    }




    .navbar-inverse {
        background-color: lightgray;
        border-color: lightgray;
    }

    .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
        content: "\e114"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        color: grey; /* adjust as needed */
    }

    .panel-heading .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    }



    /* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    /* The slider button*/
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

    .exam .answers hr {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .exam .answers .alert {
        margin-bottom: 0px !important;
    }

    .ng-draggable {
        cursor: move;
    }



    /*Category Selection Related*/
    .popular-search li {
        display: inline-block;
    }

        .popular-search li a {
            border: 1px solid #000;
            padding: 3px !important;
            color: #000;
            display: table;
            text-transform: uppercase;
            font-size: 11px;
            letter-spacing: 1px;
            margin: 3px;
        }


    /*color-profile uploader*/
    .my-drop-zone {
        border: dotted 3px lightgray;
    }

    .nv-file-over {
        border: dotted 3px red;
    }
    /* Default class applied to drop zones on over */
    .another-file-over-class {
        border: dotted 3px green;
    }

    .cdk-drag {
        cursor: move;
    }

   
    }
.mat-expansion-panel-body {
    padding: 0 !important;
}
.green {
    font-family: sf pro display,-apple-system,BlinkMacSystemFont,Roboto,segoe ui,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-size: 22px;
    font-weight: bold;
    color: #3A7771;
}

.buyNowPrice .green {
    font-size: 25px;
}
.text-gray-orginalprice {
    color: grey;
    text-decoration: line-through;
    font-size: 16px !important;
    font-family: sf pro display,-apple-system,BlinkMacSystemFont,Roboto,segoe ui,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
}

.red {
    font-size: 16px !important;
    color: red;
    font: sf pro display,-apple-system,BlinkMacSystemFont,Roboto,segoe ui,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
}
.div-card-border {
    border-left: 30px solid #f1f2f4;
    border-right: 30px solid #f1f2f4;
}
.new-slno {
    margin-left: 8px;
    color: black;
    font-size: 16px;
    position: absolute;
}
.status-inprogress {
    border-radius: 13px;
    background: white;
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
}
.status-inactive {
    border-radius: 13px;
    background: white;
    border: 1px solid red;
    color: red;
}

.status-active {
    border-radius: 13px;
    background: white;
    border: 1px solid green;
    color: green;
}

.status-warning {
    border-radius: 13px;
    background: white;
    border: 1px solid orange;
    color: orange;
}
.bg-violet {
    background-color: violet;
    color: white;
}

.bg-red {
    background-color: red;
    color: white;
}

.bg-blue {
    background-color: blue;
    color: white;
}

.bg-green {
    background-color: green;
    color: white;
}

.bg-orange {
    background-color: orange;
    color: white;
}

.bg-indigo {
    background-color: indigo;
    color: white;
}

.bg-yellow {
    background-color: #ffc107;
    color: #000;
}
.common_hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-top: 1px solid #e5d9d9 !important;
}
.video .mat-expansion-panel-header {
    border: none;
}

.SelectedMaterial {
    background-color: #d4ffed !important;
    color: #000 !important;
}

.video .mat-expansion-panel-header-title {
    margin-right: 0px;
    display: inline-block;
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
    box-shadow: none !important;
}
.mat-expansion-panel-body {
    padding: 0 !important;
}
.mat-expansion-panel-header {
    min-height: 48px;
}
.mat-expansion-panel-header {
    border: solid 1px #e8e1e1;
}
.checkMcq + .checkMcqLabel {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.checkMcq {
    display: none;
}

    .checkMcq + .checkMcqLabel:before {
        content: "\2713";
        border: 0.1em solid #d1d1d1;
        border-radius: 0.2em;
        display: inline-block;
        width: 30px;
        height: 30px;
        padding-left: 7px;
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 5px;
        margin-right: 15px;
        vertical-align: bottom;
        color: transparent;
        transition: .2s;
    }

    .checkMcq + .checkMcqLabel:active:before {
        transform: scale(0);
    }

    .checkMcq:checked + .checkMcqLabel:before {
        background-color: MediumSeaGreen;
        border-color: MediumSeaGreen;
        color: #fff;
    }

    .checkMcq:disabled + .checkMcqLabel:before {
        transform: scale(1);
        border-color: #aaa;
    }

    .checkMcq:checked:disabled + .checkMcqLabel:before {
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb;
    }


time.icon {
    font-size: 0.9em; /* change icon size */
    display: block;
    /*position: relative;*/
    width: 6em;
    height: 6em;
    background-color: #fff;
    /*margin: 2em auto;*/
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

    time.icon * {
        display: block;
        width: 100%;
        font-size: 0.9em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    time.icon strong {
        position: absolute;
        top: 0;
        padding: 0.2em 0;
        color: #fff;
        background-color: #fd9f1b;
        border-bottom: 1px dashed #f37302;
        box-shadow: 0 2px 0 #fd9f1b;
    }

    time.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #fd9f1b;
    }

    time.icon span {
        width: 100%;
        font-size: 2.5em;
        letter-spacing: -0.05em;
        padding-top: 0.6em;
        color: #2f2f2f;
    }

.eventItemTimeLine {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .eventItemTimeLine:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: ' ';
        width: 3px;
        background-color: #eeeeee;
        left: 2%;
        margin-left: -1.5px;
    }

    .eventItemTimeLine > li {
        margin-bottom: 20px;
        position: relative;
        min-height: 180px;
    }

        .eventItemTimeLine > li:before,
        .eventItemTimeLine > li:after {
            content: ' ';
            display: table;
        }

        .eventItemTimeLine > li:after {
            clear: both;
        }

        .eventItemTimeLine > li:before,
        .eventItemTimeLine > li:after {
            content: ' ';
            display: table;
        }

        .eventItemTimeLine > li:after {
            clear: both;
        }

        .eventItemTimeLine > li > .timeline-panel {
            float: left;
            width: 96%;
            background: white;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

        .eventItemTimeLine > li > .timeline-badge {
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 1em;
            text-align: center;
            position: absolute;
            top: 0px;
            left: 3%;
            margin-left: -25px;
            background-color: #334A5C;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .eventItemTimeLine > li > .timeline-calendar {
            line-height: 30px;
            text-align: center;
            position: absolute;
            top: 0px;
            left: 3%;
            margin-left: -35px;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .eventItemTimeLine > li > .timeline-calendar-bottom {
            line-height: 30px;
            text-align: center;
            position: absolute;
            top: 70px;
            left: 3%;
            margin-left: -35px;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .eventItemTimeLine > li.timeline-inverted > .timeline-panel {
            left: 7%;
        }



    .eventItemTimeLine .timeline-body > p,
    .eventItemTimeLine .timeline-body > ul {
        margin-bottom: 0;
    }

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.eventItemTimeLine:before {
        left: 40px;
    }

    ul.eventItemTimeLine > li > .timeline-panel {
        width: calc(100% - 90px);
    }

    ul.eventItemTimeLine > li > .timeline-badge {
        left: 25px;
        margin-left: 0;
        top: 0px;
    }

    ul.eventItemTimeLine > li > .timeline-calendar {
        left: 13px;
        margin-left: 0;
        top: 33px;
    }

    ul.eventItemTimeLine > li > .timeline-calendar-bottom {
        left: 13px;
        margin-left: 0;
        top: 100px;
    }

    ul.eventItemTimeLine > li > .timeline-panel {
        float: right;
        left: auto !important;
    }
}

time.smallTimeIcon {
    font-size: 0.9em;
    opacity: 1;
    line-height: 1;
    display: block;
    width: 4em;
    height: 4em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    transform-origin: 50% 10%
}

    time.smallTimeIcon em {
        position: absolute;
        bottom: 0.3em;
        color: #fd9f1b;
    }

    time.smallTimeIcon strong {
        position: absolute;
        top: 0;
        color: #fff;
    }

    time.smallTimeIcon span {
        width: 100%;
        font-size: 1.5em;
        letter-spacing: -0.05em;
        padding-top: 0.9em;
        color: #2f2f2f;
    }

.accordionCommon .cardAccordionCommon {
    border-radius: 6px !important;
    border: 1px solid #eceded !important;
    margin-bottom: 5px;
}

    .accordionCommon .cardAccordionCommon .card-headerAccordionCommon {
        background: #f9fafa;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        border-radius: 6px 6px 0 0;
        border-bottom: none;
    }

.accordionCommon .card-headerAccordionCommon:hover {
    background: #ecf0f0;
}

    .accordionCommon .card-headerAccordionCommon:hover + .hide {
        display: block;
    }

.accordionCommon .card-headerAccordionCommon h2 span {
    float: left;
    margin-top: 10px;
}

.accordionCommon .card-headerAccordionCommon .btnAccordionCommon {
    font-size: 1.04rem;
    width: 100%;
    text-align: left;
    position: relative;
    top: -2px;
    font-weight: 500;
}

.accordionCommon .card-headerAccordionCommon .accordionToggleIcon {
    float: right;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.accordionCommon .card-bodyAccordionCommon {
    text-align: justify;
    border-top: 1px solid #eceded;
}
.FooterPriceTab {
    min-height: 2rem;
}
.verticalDayLine {
    width: 400px;
    background: linear-gradient(to right, transparent 0%, transparent calc(50% - 0.81px), #767676 calc(50% - 0.8px), #adabab calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
}
.statusBadge {
    border-radius: 13px;
    overflow: hidden;
    width: fit-content;
}

.statusBadgeActive {
    background-color: green;
}

.statusBadgeInActive {
    background-color: red;
}

.statusBadgeText {
    line-height: 1;
    border-radius: 13px;
    text-align: left;
}

.statusBadgeTextActive {
    background-color: white;
    border: 1px solid green;
    color: green;
}

.statusBadgeTextInActive {
    background-color: white;
    border: 1px solid red;
    color: red;
}

.statusBadgeTextActiveNotPublished {
    background-color: white;
    border: 1px solid yellow;
    color: yellow;
}
.accordionCommon .card-headerAccordionCommon .accordionToggleIcon {
    float: right;
    font-weight: bold;
    position: relative;
    top: 5px;
}
[data-toggle="collapse"].collapsed .accordionToggleIcon:before {
    content: "\f078";
    font-family: "FontAwesome";
    font-style: normal;
}

[data-toggle="collapse"] .accordionToggleIcon:before {
    content: "\f077";
    font-family: "FontAwesome";
    font-style: normal;
}
.EventItemsnav-item .EventItemsnav-link,
.EventItemsnav-tabs .EventItemsnav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.EventItemsnav-tabs > .EventItemsnav-item > .EventItemsnav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    border: 1px solid transparent;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

    .EventItemsnav-tabs > .EventItemsnav-item > .EventItemsnav-link:hover {
        background-color: transparent;
    }

    .EventItemsnav-tabs > .EventItemsnav-item > .EventItemsnav-link.active {
        background-color: rgb(234, 247, 247);
        border-bottom: 3px solid rgb(9, 108, 221);
        border-top: 3px solid rgb(9, 108, 221);
        font-weight: 3px solid bold;
        font-size: 16px;
        color: rgb(9, 108, 221);
    }


.gurufaceNavItem .gurufaceNavLink,
.gurufaceTab .gurufaceNavLink {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}


.gurufaceTab {
    border: 0;
    padding: 15px 0.7rem;
}

    .gurufaceTab > .gurufaceNavItem > .gurufaceNavLink {
        border-bottom: 1px solid #284644;
    }

    .gurufaceTab > .gurufaceNavItem > .gurufaceNavLink {
        color: #888888;
        margin: 0;
        margin-right: 5px;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 14px;
        padding: 11px 23px;
        line-height: 1.5;
    }

        .gurufaceTab > .gurufaceNavItem > .gurufaceNavLink:hover {
            background-color: transparent;
        }

        .gurufaceTab > .gurufaceNavItem > .gurufaceNavLink.active {
            background-color: #edfff3;
            border-bottom: 2px solid #284644;
            font-weight: bold;
        }

    .gurufaceTab > li {
        border-bottom: 3px solid #eceded;
    }

.bg_guruFace_light_green {
    background-color: #edfff3;
}

.normal-width-popup {
    width: 70% !important;
    margin-top: 0px !important;
}

@media screen and (max-width: 600px) {
    .normal-width-popup {
        width: 100% !important;
    }

 .normal-width-popup .modal-body {
    min-height: 100vh !important;
  }
}

.btn-cancel {
    color: red;
    border: 1.5px solid red;
}

.btn-cancel:hover {
  color: red;
  border: 1.5px solid red;
}
.RegistrationStepper .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
    margin: 0;
    min-width: 0px;
    position: relative;
    width: 13%;
    top: 29px;
}

.RegistrationStepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header-container {
    align-items: flex-start;
    padding-right: 24px;
}

.RegistrationStepper .mat-horizontal-content-container {
    overflow: hidden;
    padding: 0px;
}


.RegistrationStepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header {
    box-sizing: border-box;
    flex-direction: column;
    height: 114px;
    margin-bottom: 10px;
    min-width: 20%;
    overflow: inherit;
    padding: 0px;
    padding-bottom: 60px;
}

.RegistrationStepper .mat-step-header {
    justify-content: center;
}




.RegistrationStepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-icon {
    margin-right: 0;
    margin-left: 0;
    margin-top: 37px;
    width: 40px;
    height: 40px;
}


.RegistrationStepper .mat-step-text-label {
    text-overflow: ellipsis;
    overflow: revert;
    width: 87%;
    text-wrap: initial;
    height: 35px;
    padding-top: 15px;
    line-height: 14px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.25s;
    opacity: 0.7;
    text-transform: inherit;
}

.RegistrationStepper .mat-step-header .mat-step-icon {
    background-color: #ffffff;
    color: #808080;
    border: 3px solid #393;
    opacity: 0.5;
}

.RegistrationStepper .mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0,0,0,.87);
    width: 96%;
    display: contents;
    opacity: 1;
}

.RegistrationStepper .mat-step-header .mat-step-icon-selected {
    background-color: #393;
    color: white !important;
    /*    border: 2px solid #f66018 !important;*/
    opacity: 1;
}

.RegistrationStepper .mat-step-header .mat-step-icon-state-done {
    background-color: #ffffff;
    border: 2px solid #339933;
    color: #339933;
    opacity: 1;
}

.RegistrationStepper .mat-step-header .mat-step-icon-state-edit {
    background-color: rgb(5 163 87);
    color: white !important;
    border: 2px solid rgb(5 163 87) !important;
    opacity: 1;
}

.RegistrationStepper .mat-step-icon .mat-icon {
    font-size: 22px;
    height: 26px;
    width: 21px;
}

/* Normal line color */
.RegistrationStepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after {
    border-top-width: 2px;
    border-top-style: solid;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    width: calc(50% - 23px);
    border-top-color: rgba(0,0,0,.12);
    top: 25%;
}

.RegistrationStepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before {
    border-top-width: 2px !important;
    border-top-style: solid;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    width: calc(50% - 23px);
    border-top-color: rgba(0,0,0,.12);
    top: 25%;
}

.RegistrationStepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after {
    border-top-width: 2px !important;
    border-top-style: solid;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    width: calc(50% - 23px);
}



#Calendar_wrapper .fc-col-header .fc-day-sun {
    background: red !important;
    color: white !important;
}

#Calendar_wrapper .fc-col-header .fc-day-mon {
    background-color: violet;
    color: white !important;
}

#Calendar_wrapper .fc-col-header .fc-day-tue {
    background-color: indigo;
    color: white !important;
}

#Calendar_wrapper .fc-col-header .fc-day-wed {
    background-color: blue;
    color: white !important;
}

#Calendar_wrapper .fc-col-header .fc-day-thu {
    background-color: green;
    color: white !important;
}

#Calendar_wrapper .fc-col-header .fc-day-fri {
    background-color: yellow;
    color: white !important;
}

#Calendar_wrapper .fc-col-header .fc-day-sat {
    background-color: orange;
    color: white !important;
}

#Calendar_wrapper .fc-col-header-cell-cushion {
    color: white !important;
}

.fc-daygrid-event-dot {
    display: none;
}

.fc-event-time {
    display: none;
}

.fc-daygrid-event-harness {
    cursor: pointer;
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: 400;
}

.fc-event-title {
    /*background: #47a447 !important;*/
    padding: 2px;
    font-size: .85em;
    border-radius: 5px;
    color: white;
    white-space: normal !important;
}

.fc-event, .fc-event-dot {
    background-color: #92d8ba !important;
    border-color: #92d8ba !important
}
