#calendar {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    max-width: 767px;
    margin: 1rem auto;
}

#calendar_panes {
    position: relative;
}

#cal_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #003da5;
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);

}

.cal_nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0.5rem;
}

.cal_prev_month,
.cal_next_month {
    width: 36px;
}

.cal_prev_month button,
.cal_next_month button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    line-height: 1;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.cal_prev_month button:hover,
.cal_prev_month button:focus,
.cal_next_month button:hover,
.cal_next_month button:focus {
    opacity: 1;
}

.prev_isIcon,
.next_isIcon {
    display: block;
    width: 2rem;
    height: 2rem;
    position: relative;
}

.prev_isIcon:before {
    content: '';
    display: block;
    height: 2rem;
    width: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" stroke="%23ffffff" width="1023" height="1024" viewBox="0 0 1023 1024"><path d="M218.917 512.511q0 13.299 10.23 23.528l477.73 476.707q10.23 10.23 23.528 10.23t23.528-10.23l51.149-51.149q10.23-10.23 10.23-23.528t-10.23-23.528l-403.053-402.030 403.053-403.053q10.23-10.23 10.23-23.528t-10.23-23.528l-51.149-51.149q-10.23-10.23-23.528-10.23t-23.528 10.23l-477.73 476.707q-10.23 10.23-10.23 23.528v1.023z"></path></svg>');
}

.next_isIcon:before {
    content: '';
    display: block;
    height: 2rem;
    width: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" stroke="%23ffffff" width="1023" height="1024" viewBox="0 0 1023 1024"><path d="M815.313 512.511q0 13.299-10.23 23.528l-477.73 476.707q-10.23 10.23-23.528 10.23t-23.528-10.23l-51.149-51.149q-10.23-10.23-10.23-23.528t10.23-23.528l403.053-402.030-403.053-403.053q-10.23-10.23-10.23-23.528t10.23-23.528l51.149-51.149q10.23-10.23 23.528-10.23t23.528 10.23l477.73 476.707q10.23 10.23 10.23 23.528v1.023z"></path></svg>');
}

.hasEvents_isIcon {
    margin: 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 2px solid #003da5;
    -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

:root {
    --svg: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="768" height="768" viewBox="0 0 768 768"><g stroke-linecap="round" stroke-width="4" stroke="rgb(0, 0, 0)" fill="none"><path d="M223.5 160.5h448.5v63h-448.5v-63zM223.5 415.5v-63h448.5v63h-448.5zM223.5 607.5v-63h448.5v63h-448.5zM127.5 528q19.5 0 33.75 14.25t14.25 33.75-14.25 33.75-33.75 14.25-33.75-14.25-14.25-33.75 14.25-33.75 33.75-14.25zM127.5 144q19.5 0 33.75 13.5t14.25 34.5-14.25 34.5-33.75 13.5-33.75-13.5-14.25-34.5 14.25-34.5 33.75-13.5zM127.5 336q19.5 0 33.75 13.5t14.25 34.5-14.25 34.5-33.75 13.5-33.75-13.5-14.25-34.5 14.25-34.5 33.75-13.5z"></path></g></svg>');

}

.hasEvents_isIcon:before {
    content: '';
    display: block;
    height: 1rem;
    width: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.825rem;
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" fill="%23003da5" stroke="%23003da5" width="768" height="768" viewBox="0 0 768 768"><path d="M223.5 160.5h448.5v63h-448.5v-63zM223.5 415.5v-63h448.5v63h-448.5zM223.5 607.5v-63h448.5v63h-448.5zM127.5 528q19.5 0 33.75 14.25t14.25 33.75-14.25 33.75-33.75 14.25-33.75-14.25-14.25-33.75 14.25-33.75 33.75-14.25zM127.5 144q19.5 0 33.75 13.5t14.25 34.5-14.25 34.5-33.75 13.5-33.75-13.5-14.25-34.5 14.25-34.5 33.75-13.5zM127.5 336q19.5 0 33.75 13.5t14.25 34.5-14.25 34.5-33.75 13.5-33.75-13.5-14.25-34.5 14.25-34.5 33.75-13.5z"></path></svg>');
    background-color: #fff;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.current .hasEvents_isIcon:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" stroke="%23ffffff" width="768" height="768" viewBox="0 0 768 768"><path d="M223.5 160.5h448.5v63h-448.5v-63zM223.5 415.5v-63h448.5v63h-448.5zM223.5 607.5v-63h448.5v63h-448.5zM127.5 528q19.5 0 33.75 14.25t14.25 33.75-14.25 33.75-33.75 14.25-33.75-14.25-14.25-33.75 14.25-33.75 33.75-14.25zM127.5 144q19.5 0 33.75 13.5t14.25 34.5-14.25 34.5-33.75 13.5-33.75-13.5-14.25-34.5 14.25-34.5 33.75-13.5zM127.5 336q19.5 0 33.75 13.5t14.25 34.5-14.25 34.5-33.75 13.5-33.75-13.5-14.25-34.5 14.25-34.5 33.75-13.5z"></path></svg>');
    background-color: #003da5;
}

.current .hasEvents_isIcon {
    border: 2px solid #fff;
}

.cal_cell:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.25) translate(-50%, -50%);
    -ms-transform: scale(0.25) translate(-50%, -50%);
    transform: scale(0.25) translate(-50%, -50%);
    background-color: #003da5;
    color: #fff;
    border-radius: 100%;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    opacity: 0;
}

.cal_cell.current {
    color: #fff;
}

.cal_cell.current:after {
    -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
    transform: scale(1) translate3d(-50%, -50%, 0);
    opacity: 1;
    border-radius: 0;
}

.cal_current_month {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.25rem;
    text-align: center;
}

.calendar_weekdays {
    background: #f6f6f6;
}

.calendar_weekdays ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.calendar_weekdays li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 0.825rem;
    padding: 0.5rem 0;
}

.calendar_week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.calendar_day {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    min-height: 65px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}

.cal_cell {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 0.25rem;
    color: #53565a;
    text-align: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
}

.cal_cell[data-events="false"]:hover,
.cal_cell[data-events="false"]:focus {
    outline: none;
    cursor: auto;
}

.cal_cell[data-events="true"]:hover,
.cal_cell[data-events="true"]:focus {
    cursor: pointer;
    outline: none;
    /*
                -webkit-box-shadow: 0 0 0 1px #51a7e8;
                box-shadow: 0 0 0 1px #51a7e8;*/
    -webkit-box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.3);
}

.cal_date {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
}

.cal_cell[data-events="false"] .cal_date {
    opacity: 0.5;
}

.cal_event {
    white-space: nowrap;
    font-size: 0.625rem;
    margin: 0.25rem auto 0 auto;
    padding: 0.25rem;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-radius: 2px;
    overflow: hidden;
    line-height: 1;
}

.cal_event.orange {
    background: rgba(245, 127, 41, 0.25);
}

.cal_event.green {
    background: rgba(96, 187, 70, 0.25);
}

/********/
#calendar_wrapper {
    width: 100%;
    max-width: 640px;
    margin: 1rem auto;
    position: relative;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ddddde;
    border-radius: 8px;
    color: #53565a;
}

#calendar_header,
.calendar_date {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f6f6f6;
    z-index: 9;
}

.calendar_date {
    padding: 0.5rem 1rem 0.75rem 1rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #003da5;
    text-align: center;
}
.full_calendar_date {
    display: none;
    position: relative;
}
.full_calendar_date .prev_day,
.full_calendar_date .next_day {
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            opacity: 0.5;
            -webkit-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            outline: none;
            line-height: 1;
            margin: 0;
            padding: 0;
            background: transparent;
            cursor: pointer;
}
.full_calendar_date .prev_day:hover,
.full_calendar_date .next_day:hover,
.full_calendar_date .prev_day:focus,
.full_calendar_date .next_day:focus {
    opacity: 1;
}
.full_calendar_date .prev_day {
    left: 0.25rem;
}
.full_calendar_date .next_day {
    right: 0.25rem;
}
.full_calendar_date .weekday,
.full_calendar_date .month {
    padding-right: 0.25rem;
}
.full_calendar_date .weekday:after {
    content: ', ';
}
.full_calendar_date:after,
.calendar_date:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #003da5;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.calendar_date:before {
    content: '';
    position: absolute;
}

.calendar_date .month,
.calendar_date .weekday {
    font-size: 0.725rem;
    font-weight: 400;
    line-height: 1;
}

.calendar_date .month {
    position: absolute;
    -webkit-transform: rotate(-90deg) translateX(-50%) translateY(125%);
    -ms-transform: rotate(-90deg) translateX(-50%) translateY(125%);
    transform: rotate(-90deg) translateX(-50%) translateY(125%);
    bottom: 50%;
    left: 0;
    font-size: 1.5rem;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    font-weight: 900;
    opacity: 0.5;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    color: #003da5;
}

.calendar_date .date {
    line-height: 1em;
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
}

.calendar_event_day .event_count {
    font-size: 0.725rem;
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    text-transform: capitalize;
    display: none;
}

.calendar_days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    min-height: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
    border-bottom: 1px solid #bebec0;
    margin: 0 0 -1px 0;
    position: relative;
    z-index: 2;
}

.calendar_days ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.calendar_days li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 0.625rem;
    line-height: 1;
    padding: 0.25rem;
}

.calender_month {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 2;
    background-color: #f6f6f6;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

#calendarView,
#eventView {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 0.5s cubic-bezier(.5, 1.25, .8, 1);
    -o-transition: all 0.5s cubic-bezier(.5, 1.25, .8, 1);
    transition: all 0.5s cubic-bezier(.5, 1.25, .8, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /*transition: all 0.35s cubic-bezier(0.5, 0.2, 0.9, 0.4);;*/
}

#calendarView {
    position: relative;
    top: 0;
    left: 0;
    width: 65%;
    z-index: 2;
    background-color: #fff;

}

#eventView {
    position: absolute;
    top: 0;
    left: 65%;
    width: 35%;
    z-index: 1;
    background-color: #f6f6f6;
    border-left: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.calendar_pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

#calendar[data-month="August"] .calendar_pane[data-id="August"] {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#calendar[data-month="September"] .calendar_pane[data-id="September"] {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#calendar[data-month="October"] .calendar_pane[data-id="October"] {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.calendar_pane_open #calendarView {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.calendar_pane_open #calendarPane {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}




.calendar_event {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border-bottom: 1px solid #ddddde;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calendar_event .event_time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 0.725rem;
    line-height: 1;
    padding: 0.25rem 0 0.25rem 1rem;
    color: #003da5;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.calendar_event .event_time:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background: #003da5;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.calendar_event .event_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 0 1rem;
}

#calendar_pane_content {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.calendar_back {
    background: transparent;
    position: relative;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 1rem 0 0.5rem 0;
    padding: 0.25rem 1rem 0.25rem 2.5rem;
    color: #53565a;
}

.calender_back_icon {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" fill="%23003da5" stroke="%23003da5" width="768" height="768" viewBox="0 0 768 768"><path d="M373.5 124.5l-259.5 259.5 259.5 259.5-57 57-316.5-316.5 316.5-316.5z"></path></svg>');
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    top: 50%;
    left: 0.75rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.cal_return {
    display: none;
    position: absolute;
    top: 50%;
    left: 0.25rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.cal_return button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    line-height: 1;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.cal_return button:hover, 
.cal_return button:focus {
    opacity: 1;
}
.calendar_return .prev_isIcon {
    width: 1rem;
    height: auto;
}
.calendar_icon {
    background-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" stroke="%23ffffff" viewBox="0 0 128 128"><path d="M113.854,22.323h-9.667V19.646a7.25,7.25,0,0,0-14.5,0v2.677H38.313V19.646a7.25,7.25,0,0,0-14.5,0v2.677H14.146a1.75,1.75,0,0,0-1.75,1.75v89.781a1.751,1.751,0,0,0,1.75,1.75h99.708a1.751,1.751,0,0,0,1.75-1.75V24.073A1.75,1.75,0,0,0,113.854,22.323ZM93.187,19.646a3.75,3.75,0,0,1,7.5,0V28.5a3.75,3.75,0,0,1-7.5,0Zm-65.874,0a3.75,3.75,0,0,1,7.5,0V28.5a3.75,3.75,0,0,1-7.5,0Zm-3.5,6.177V28.5a7.25,7.25,0,0,0,14.5,0V25.823H89.687V28.5a7.25,7.25,0,0,0,14.5,0V25.823H112.1V44.2H15.9V25.823ZM15.9,112.1V47.7H112.1v64.4Z"/><path d="M40.2,56H31.479a1.749,1.749,0,0,0-1.75,1.75v8.719a1.749,1.749,0,0,0,1.75,1.75H40.2a1.749,1.749,0,0,0,1.75-1.75V57.75A1.749,1.749,0,0,0,40.2,56Zm-1.75,8.719H33.229V59.5h5.218Z"/><path d="M58.972,56H50.253a1.75,1.75,0,0,0-1.75,1.75v8.719a1.75,1.75,0,0,0,1.75,1.75h8.719a1.75,1.75,0,0,0,1.75-1.75V57.75A1.75,1.75,0,0,0,58.972,56Zm-1.75,8.719H52V59.5h5.219Z"/><path d="M77.747,56H69.028a1.75,1.75,0,0,0-1.75,1.75v8.719a1.75,1.75,0,0,0,1.75,1.75h8.719a1.749,1.749,0,0,0,1.75-1.75V57.75A1.749,1.749,0,0,0,77.747,56ZM76,64.719H70.778V59.5H76Z"/><path d="M96.521,56H87.8a1.749,1.749,0,0,0-1.75,1.75v8.719a1.749,1.749,0,0,0,1.75,1.75h8.718a1.749,1.749,0,0,0,1.75-1.75V57.75A1.749,1.749,0,0,0,96.521,56Zm-1.75,8.719H89.553V59.5h5.218Z"/><path d="M40.2,74H31.479a1.749,1.749,0,0,0-1.75,1.75v8.719a1.749,1.749,0,0,0,1.75,1.75H40.2a1.749,1.749,0,0,0,1.75-1.75V75.75A1.749,1.749,0,0,0,40.2,74Zm-1.75,8.719H33.229V77.5h5.218Z"/><path d="M58.972,74H50.253a1.75,1.75,0,0,0-1.75,1.75v8.719a1.75,1.75,0,0,0,1.75,1.75h8.719a1.75,1.75,0,0,0,1.75-1.75V75.75A1.75,1.75,0,0,0,58.972,74Zm-1.75,8.719H52V77.5h5.219Z"/><path d="M77.747,74H69.028a1.75,1.75,0,0,0-1.75,1.75v8.719a1.75,1.75,0,0,0,1.75,1.75h8.719a1.749,1.749,0,0,0,1.75-1.75V75.75A1.749,1.749,0,0,0,77.747,74ZM76,82.719H70.778V77.5H76Z"/><path d="M96.521,74H87.8a1.749,1.749,0,0,0-1.75,1.75v8.719a1.749,1.749,0,0,0,1.75,1.75h8.718a1.749,1.749,0,0,0,1.75-1.75V75.75A1.749,1.749,0,0,0,96.521,74Zm-1.75,8.719H89.553V77.5h5.218Z"/><path d="M40.2,92H31.479a1.749,1.749,0,0,0-1.75,1.75v8.719a1.749,1.749,0,0,0,1.75,1.75H40.2a1.749,1.749,0,0,0,1.75-1.75V93.75A1.749,1.749,0,0,0,40.2,92Zm-1.75,8.719H33.229V95.5h5.218Z"/><path d="M58.972,92H50.253a1.75,1.75,0,0,0-1.75,1.75v8.719a1.75,1.75,0,0,0,1.75,1.75h8.719a1.75,1.75,0,0,0,1.75-1.75V93.75A1.75,1.75,0,0,0,58.972,92Zm-1.75,8.719H52V95.5h5.219Z"/><path d="M77.747,92H69.028a1.75,1.75,0,0,0-1.75,1.75v8.719a1.75,1.75,0,0,0,1.75,1.75h8.719a1.749,1.749,0,0,0,1.75-1.75V93.75A1.749,1.749,0,0,0,77.747,92ZM76,100.719H70.778V95.5H76Z"/><path d="M96.521,92H87.8a1.749,1.749,0,0,0-1.75,1.75v8.719a1.749,1.749,0,0,0,1.75,1.75h8.718a1.749,1.749,0,0,0,1.75-1.75V93.75A1.749,1.749,0,0,0,96.521,92Zm-1.75,8.719H89.553V95.5h5.218Z"/></svg>');
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: 0.75rem;
}

.calendar_pane_open .calender_back_icon {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
}

.calendar_pane_open .calender_month {
    font-size: 1.25rem;
}

.calendar_pane_open .calendar_back {
    color: #003da5;
}

#calendar[data-month="August"] .cal_prev_month_button {
    display: none;
}

#calendar[data-month="September"] .cal_next_month_button {
    display: none;
}

.button_tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    display: block;
    width: 70px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.button_tooltip .tooltiptext {

    /* width: 120px; */
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    /* position: absolute; */
    /* top: -100%; */
    /* left: 50%; */
    /* z-index: 1; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    display: block;
    padding: 0.5rem;
    -webkit-filter: drop-shadow(0px 0px 5px #b2b2b2);
    filter: drop-shadow(0px 0px 5px #b2b2b2);
    font-size: 0.825rem;

}

.button_tooltip .tooltiptext:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #fff;
    -webkit-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    z-index: 2;
}

.cal_cell:hover .button_tooltip {
    -webkit-transform: translate(-50%, -110%);
    -ms-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%);
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width:479px) {
    #calendarView {
        width: 100%;
    }

    #eventView {
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    .day_view #eventView {
        -webkit-transform: translate3d(0, -1px, 0);
                transform: translate3d(0, -1px, 0);
        opacity: 1;
        z-index: 2;
    }
    .cal_cell {
        padding: 0.5rem 0.125rem;
    }

    .cal_date {
        font-size: 1rem;
    }

    .calendar_day {
        min-height: 60px;
    }
    .calendar_event_day .event_count {
        display: block;
    }
    .calendar_date {
        display: none;
    }
    .full_calendar_date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
                color: #fff;
                background: #003da5;
                text-align: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                        padding: 1rem;
    }
    .day_view .cal_return {
        display: block;
    }
    .day_view .cal_prev_month,
    .day_view .cal_next_month {
        display: none;
    }

}

.full_calendar_date[data-id="1"] .prev_day {
    display: none;
}
.full_calendar_date[data-id="40"] .next_day {
    display: none;
} 

@media screen and (max-width:360px){
    .cal_date {
        font-size: 0.925rem;
    }
    .hasEvents_isIcon {
        width: 2rem;
        height: 2rem;
    }
    .hasEvents_isIcon:before {
        height: 0.825rem;
        width: 0.825rem;
        background-size: 0.75rem;
        top: -0.35rem;
        right: -0.35rem;
    }
}