.swal2-modal {
    padding: 20px !important;
    text-align: left;
    font-size: 14px !important;
}

.swal2-title {
    margin-bottom: 20px !important;
}

.swal2-modal form {
    text-align: left !important;
}

.swal2-modal form label {
    margin-bottom: 0;
    font-size: 12px;
}

.swal2-input[disabled] {
    background-color: lightgrey;
}

.text-red {
    color: red;
}

.fc-event.fully-booked {
     background: repeating-linear-gradient(
         45deg,
         #ff4c4c,
         #ff4c4c 10px,
         red 10px,
         red 20px
     );
     border-color: red !important;
 }
