.theme-calendar {
    width: 870px;
    color: black;
    font-family: 'pangram-regular';
    border-spacing: 0;
    margin-bottom: 36px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 61.24em) {
    .theme-calendar {
        width: auto;
    }
}

.theme-calendar--single-theme {
    position: relative;
}

.theme-calendar--single-theme:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 47px;
    background-color: transparent;
    top: 0;
    left: 25%;
    -webkit-box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.2);
}

.theme-calendar-header {
    font-size: 14px;
    color: #1f1c35;
    font-weight: bold;
    background-color: #f3f5ff;
}

.theme-calendar-header th {
    height: 44.5px;
    width: 140px;
}

@media (max-width: 46.24em) {
    .theme-calendar-header th {
        font-size: 12px;
        width: 80vw;
    }
}

.theme-calendar-body td {
    height: 39.7px;
    border: solid 1px #e6e6e6;
    cursor: pointer;
    background-color: white;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.theme-calendar-unavailable {
    background: -webkit-repeating-linear-gradient(315deg, #F7F6FB, #F7F6FB 5px, white 10px, white 10px);
    background: -o-repeating-linear-gradient(315deg, #F7F6FB, #F7F6FB 5px, white 10px, white 10px);
    background: repeating-linear-gradient(135deg, #F7F6FB, #F7F6FB 5px, white 10px, white 10px);
    cursor: default !important;
}

@media (max-width: 46.24em) {
    .theme-calendar-unavailable {
        width: 4px;
    }
}

.theme-calendar--selected {
    font-weight: bold;
    color: #ffffff;
    background-color: #eb1480 !important;
    cursor: default !important;
}

.theme-calendar-body--la .theme-calendar--selected {
    background-color: #425ABF !important;
}

.theme-calendar-body--abattoir .theme-calendar--selected {
    background-color: #30DADE !important;
}

// WEBPACK FOOTER //
// ./src/styles/ThemeCalendar.css