.cal-month table, .cal-month thead, .cal-month tbody, .cal-month tfoot, .cal-month tr, .cal-month th, .cal-month td {
    background: none !important;

}
.cal-month table {
    margin-bottom: 0;
}

.cal-view.cal-inline {
    background-color: transparent;
    position: relative;
}

.cal-day {
    position: relative;
    background-color: rgba(0, 0, 0, 0.04);
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: .625em;
    text-align: right;
    overflow: hidden;
}
.cal-day:not(.cal-day-othermonth):hover {
    background-color: #2097e2;
    color: #fff;
}
.cal-day-othermonth {
    background-color: transparent;
    color: #d0d0d0;
}

.cal-tooltip {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 2px;
    font-weight: bold;
}

.cal-tooltip:after {
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.cal-dimmer {
    background-color: rgba(0, 0, 0, 0.7);
}

.cal-view:not(.cal-inline) {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    border-radius: 6px;
}
.cal-view {
    color: #213172;
}

.cal-view .cal-header {
    /*background-color: #F4F5F6;*/
    color: #213172;
}

.cal-selected-date {
    padding: .4375em 1em;
    text-align: left;
}
.cal-selected-date-content {
    line-height: 1;
    padding-top: .375em;
}
.cal-selected-date .cal-selected-day {
    color: #2097e2;
    font-weight: 700;
    letter-spacing: -2px;
}

.cal-span-2 .cal-month {
    margin: .625em 2.3125em;
}
.cal-span-2 .cal-month:first-child {
    margin-left: 0;
}
.cal-span-2 .cal-month:last-child {
    margin-right: 0;
}

.cal-month + .cal-month:before {
    display: none;
}

.cal-month td {
    padding: 2px !important;
}
.cal-month th {
    text-align: right !important;
    padding: .4375em .625em !important;
    color: #213172;
}

.cal-month th[colspan] {
    text-align: center !important;
}

/*.cal-day:not(.disabled):hover {
    background-color: rgba(0, 0, 0, 0.1);
}*/

.cal-day.today {
    font-weight: bold;
}

.cal-tooltip {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-weight: bold;
}

.cal-tooltip:after {
    border-top-color: rgba(0, 0, 0, 0.8);
}

.cal-range.highlight {
    background-color: #E9F7EA;
}
.cal-range.highlight .cal-range-start {
    background-color: #2097e2;
    border-color: #2097e2;
}
.cal-range.highlight .cal-range-end {
    background-color: #E9F7EA;
    border-color: #E9F7EA;
}

.cal-range.selected {
    background-color: #9EDBF6;
}
.cal-range.selected .cal-range-start,
.cal-range.selected .cal-range-end,
.cal-range.selected .cal-range-start-end {
    background-color: #2097e2;
    border-color: #2097e2;
}

.cal-day.selected:not(.cal-day-range) {
    background: #2097e2;
    color: white;
}
.cal-day-rangestart, .cal-day-rangeend {
    color: white;
}

.cal-button {
    box-shadow: inset 0 0 0 1px #2097e2;
    color: #2097e2;
    border-radius: 0;
}

.cal-view .cal-header-arrow {
    background: center center / 2em 2em url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMmwxNCAxNGwtMTQgMTQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0U0RTZFOSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPgo=");
}

.cal-nav.cal-prev, .cal-nav.cal-next {
    width: 14%;
    height: 2.25em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25em;
    cursor: pointer;
}
.cal-nav.cal-prev:hover,
.cal-nav.cal-next:hover {
    border-color: rgba(0, 0, 0, 0.3)
}
.cal-span-2 .cal-nav.cal-prev,
.cal-span-2 .cal-nav.cal-next {
    width: 6.25%;
}
.cal-nav.cal-prev {
    /*background: center center / 1em 1em no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01LjUgNGwtNCA0bDQgNG0tNCAtNGwxMyAwIiBmaWxsPSJub25lIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiAvPjwvc3ZnPg==");*/
}
.cal-span-2 .cal-nav.cal-prev {
    left: 0;
}
.cal-nav.cal-next {
    /*background: center center / 1em 1em no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMCA0bDQgNGwtNCA0bTQgLTRsLTEzIDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIC8+PC9zdmc+");*/
}
.cal-span-2 .cal-nav.cal-next {
    right: 0;
}

.cal-range {
    height: 2.5em;
}
[data-week="0"] {
    top: 4.75em;
}
[data-week="1"] {
    top: 7.25em;
}
[data-week="2"] {
    top: 9.75em;
}
[data-week="3"] {
    top: 12.25em;
}
[data-week="4"] {
    top: 14.75em;
}
[data-week="5"] {
    top: 17.25em;
}

.cal-day.today {
    background-color: #213172 !important;
    color: #fff;
    font-weight: normal !important;
}

.cal-legend {
    margin-bottom: 2rem;
}
.cal-legend-item .cal-legend-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.cal-view .marked-available, .cal-legend .marked-available {
    background-color: rgba(117, 210, 149, 0.2);
}
.cal-view .marked-unavailable, .cal-legend .marked-unavailable {
    background-color: #ff5a60;
}

.cal-view .marked-available-morning, .cal-legend .marked-available-morning {
    background: center / 100% no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoMjRsLTI0IDI0eiIgZmlsbD0icmdiYSgxMTcsIDIxMCwgMTQ5LCAwLjIpIi8+PHBhdGggZD0iTTI0IDB2MjRoLTI0eiIgZmlsbD0iI2ZmNWE2MCIvPjwvc3ZnPg==");
}
.cal-view .marked-available-evening, .cal-legend .marked-available-evening {
    background: center / 100% no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoMjRsLTI0IDI0eiIgZmlsbD0iI2ZmNWE2MCIvPjxwYXRoIGQ9Ik0yNCAwdjI0aC0yNHoiIGZpbGw9InJnYmEoMTE3LCAyMTAsIDE0OSwgMC4yKSIvPjwvc3ZnPg==");
}


.cal-day-range-start.range-highlight,.cal-day-range-end.range-highlight,.cal-day-range-start-end.range-highlight { background: #2097e2 !important; color: white; }
.cal-day-range.range-highlight { background: rgba(117, 210, 149, 0.7); color: #fff; }
.cal-day-range-start.range-selected,.cal-day-range-end.range-selected,.cal-day-range-start-end.range-selected { background: #2097e2 !important; color: white; }
.cal-day-range.range-selected { background: rgba(117, 210, 149, 0.7); color: #fff;}




.date-range-wrapper {
	position: relative;
	margin-top: 2rem;
	border-top: 5px solid #ebebeb;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 5px solid #ebebeb;
	margin-bottom: 2rem;

}
.date-range-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1.25;
	left: calc(50% - .9375em);
	border-left: .9375em solid transparent;
	border-top: .9375em solid #ebebeb;
	border-right: .9375em solid transparent;
}

@media (max-width: 970px) {
	.cal-legend {
        flex-direction: column;
    }
    .cal-legend-item {
        padding: .1875em .625em;
        font-size: .875em;
    }
    .cal-legend-item .cal-legend-box {
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        width: 1em;
        height: 1em;
        border-radius: 2px;
    }
}
@media (max-width: 500px) {
    .cal-view {
        font-size: 12px;
    }
    .cal-month {
        margin: 0;
    }
    .cal-nav {
        top: .3125em;
    }
    .cal-nav.cal-prev {
        left: 0;
    }
    .cal-nav.cal-next {
        right: 0;
    }
}
@media (max-width: 970px) {
	.cal-legend {
        flex-direction: column;
    }
    .cal-legend-item {
        padding: .1875em .625em;
        font-size: .875em;
    }
    .cal-legend-item .cal-legend-box {
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        width: 1em;
        height: 1em;
        border-radius: 2px;
    }
}


/* ICONS */
.cal-icon {
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.cal-icon:before {
    display: inline;
}
.cal-icon-arrow-left:before {
    content: '\f177';
}
.cal-icon-arrow-right:before {
    content: '\f178';
}
