:root {
    --red: #ff0000;
    --purple: #945fb1;
    --peach: #FF6A14;
    --black: #121718;
    --disabled: #8b8b8b;
}

.crt-availability-not-updated {
    background-color: #ECDABF !important;
}

    .crt-availability-not-updated .fc-event {
        color: #454545;
    }

        .crt-availability-not-updated .fc-event:hover {
            color: #000000;
        }

.crt-availability-confirmed-booking {
    background-color: #5b97d6 !important;
}

.crt-availability-available {
    background-color: #6cdcb1 !important;
}

    .crt-availability-available .fc-event,
    .crt-availability-unavailable .fc-event {
        font-weight: bold;
    }

.crt-availability-unavailable {
    background-color: #945fb1 !important;
}

.crt-availability-pending-booking {
    background-color: red !important;
}

.crt-availability-public-holiday {
    background-color: white !important;
}

.crt-availability-colors-info .navbar-text {
    margin-top: 2px;
    margin-bottom: 2px;
}

.crt-availability-colors-info ul {
    padding-left: 5px;
    padding-top: 10px;
}

.crt-availability-colors-info .info-box {
    display: inline-block;
    border-radius: 100%;
    height: 15px;
    width: 15px;
}

@media (max-width: 768px) {
    .crt-availability-colors-info .navbar-text {
        font-size: 12px;
    }

    .crt-availability-colors-info .info-box {
        height: 10px;
        width: 10px;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.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: 16px;
        width: 16px;
        left: 4px;
        bottom: 5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #FF6A14;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

label.error {
    color: #a94442;
    font-size: 13px;
}
