.calendar {
     background: #fff;
     padding: 1.1875em;
     position: relative;
}
 .calendar .title-primary {
     text-transform: none;
     border-bottom: 1px solid;
     padding-bottom: 0.75rem;
     margin-bottom: 0.9375rem;
}
/*BEGIN fullcalendar=>>*/
 .calendar .fc-scroller.fc-day-grid-container {
     height: auto !important;
}
 .fc-toolbar.fc-header-toolbar {
     margin-bottom: 0;
}
 .calendar .fc .fc-toolbar > * > h2 {
     font-size: 1em;
     line-height: 32px;
     text-transform: capitalize;
     font-weight: bold;
}
 .calendar .fc .fc-toolbar > * > h2:hover {
    /*opacity: 0.6;
    */
}
 .fc-view-container {
     min-height: 13.25em;
}
 .calendar .fc button {
     height: auto;
     width: 32px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     order: 2;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     display: inline-block;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
    /*line-height: 1;
    */
     font-size: 14px;
     opacity: 1;
     line-height: 32px;
     text-align: center;
     background: none;
     border: none;
     padding: 0;
     box-shadow: none;
     text-shadow: none;
     outline: none !important;
}
 .calendar .fc button:hover {
     opacity: 0.6;
}
 .calendar button.fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right:before {
     transform: rotateY(180deg);
     display: block;
}

 .calendar .fc button:before {
     background-image: url(../img/svg/arrowcalendar.svg);
}
 .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
     border: none !important;
}
 .calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
     float: none;
}
 .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
     text-align: center;
}
 th.fc-day-header.fc-widget-header {
     font-size: 0.875em;
     text-transform: capitalize;
     font-weight: normal;
     padding-bottom: 0.7142857143em;
}
 .calendar .fc-unthemed .fc-disabled-day {
     background: none;
    /*display: none;
    */
}
 .calendar .fc-basic-view .fc-body .fc-row {
     min-height: 0;
     height: auto !important;
}
 .calendar span.fc-day-number {
     opacity: 0.5;
     font-size: 0.875em;
     width: 1.7857142857em;
     line-height: 1.7857142857em;
     border-radius: 50%;
     display: inline-block;
     padding: 0;
    /*cursor: pointer;
    */
     transition: 0.3s;
     margin-bottom: 0.3857142857em;
}
.calendar span.fc-day-number:hover {
    /*opacity: 1;
    */
}
 .calendar .fc-unthemed td.fc-today {
     background: none;
}
 .calendar .fc-state-highlight span.fc-day-number {
     opacity: 1;
}

.calendar td.fc-day-top.active span.fc-day-number {
    color: #fff;
    border: none;
    opacity: 1;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    background: #3556A1;
    border-radius: 50%;
    color: #fff!important;
}
.calendar td.fc-day-top.active span.fc-day-number:hover {
 background: #45bced;

}
.calendar .fc-day-top.fc-sun.fc-today.fc-state-highlight span {
    background: #45bced;
    color: #fff!important;
}

 .calendar .events-list {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 5;
     overflow-x: hidden;
     overflow-y: auto;
     padding: 1.2em 1.2em;
     background: #fff;
}
 .calendar  .fc-center {
    display: inline-block;
    border-radius: var(--adp-border-radius);
    padding: 0 8px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #161616;
}
 .calendar .fc-day-header.fc-widget-header {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #161616;
    text-transform: none;
    padding: 0;
    height: 30px;
    /* display: flex; */
    /* align-items: center; */
    vertical-align: middle;
}
.calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    color: #000;
    opacity: 1;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 21px; */
    color: #A8A8A8;
    padding: 4px;
    /* height: 40px; */
    /* width: 40px; */
    margin-bottom: 7px;
}
 .calendar .events-list::-webkit-scrollbar-track {
     background-color: transparent;
}
 .calendar .events-list::-webkit-scrollbar {
     width: 4px;
     background-color: transparent;
}
 .calendar .events-list::-webkit-scrollbar-thumb {
     background-color: #373e68;
}
.calendar .events-list .date {
    margin-bottom: 20px;
    cursor: pointer;
    padding-left: 0;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 32px;
    order: 1;
    text-transform: capitalize;
    transition: 0.3s;
    margin-top: 0;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 7px;
}
 .calendar .events-list .date:hover {
     opacity: 0.6;
}
 .calendar .events-list .date #calendar-day, .calendar .events-list .date #calendar-day1 {
    /*background: rgba(252,168,0,1);
    */
    /*color: #fff;
    */
    /*font-size: 1.18889em;
    */
    /*border-radius: 50%;
    */
    /*width: 2em;
    */
    /*line-height: 2em;
    */
    /*text-align: center;
    */
    /*display: inline-block;
    */
}
 .calendar .events-list .date #calendar-month, .calendar .events-list .date #calendar-month1, .calendar .events-list .date #calendar-year, .calendar .events-list .date #calendar-year1 {
    /*font-size: 1.66667em;
    */
    /*text-transform: uppercase;
    */
    /*color: #373E68;
    */
}
.calendar .events-list .single-event {
    /* display: table; */
    /* width: 100%; */
    /* position: relative; */
    /* padding-left: 1em; */
    transition: 0.3s;
    font-size: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6F6F6F;
    display: block;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
    position: relative;
}
 .calendar .events-list .single-event:hover {
color: #3556A1;
}
 .calendar .events-list .single-event:hover:before {
background-image: url(../img/svg/arrow-right-event-blue.svg);
}
.calendar .events-list .single-event:before {
    content: '';
    color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-80%);
    font-size: 1.25em;
    line-height: 1.1;
    background-image: url(../img/svg/arrow-right-event.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
}
 .calendar .events-list .single-event:not(:last-child) {
     margin-bottom: 1em;
}
.calendar .events-list .back-btn {
    opacity: 1;
    transition: 0.3s;
    position: relative;
    /* float: right; */
    margin-top: 1em;
    font-size: 14px;
    background: #0F62FE;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
    padding: 14px 22px;
    background: #3556A1;
    border-radius: 4px;
}
.calendar .events-list .back-btn:hover {
    background: #072569;
}
 .calendar td.fc-event-container {
     display: none;
}
/*<<=fullcalendar END*/
 