
.form-shadow {
    box-shadow: 0 0 150px 75px #0285931A;
}

.rap-form input[type="text"],
.rap-form input[type="select"],
.rap-form input[type="number"],
.rap-form input[type="email"],
.rap-form input[type="password"],
.rap-form input[type="time"],
.rap-form textarea,
.rap-form select {
    background-color: #22B8C633;
    height: 60px !important;
    padding: 15px !important;
    border-radius: 15px !important;
    gap: 10px !important;
}

.rap-form textarea:focus {
    background-color: #22B8C633 !important;

}

.rap-form input[type="checkbox"] {
    background-color: #22B8C633;
    border: 2px solid white;
}

.rap-form input[type="checkbox"]:checked {
    color: red;
}


.rap-input {
    border-radius: 15px;
    padding: 10px 15px;
    background-color: #CFEFF2;
    font-size: 20px;
    border: 0;
    outline: 0;
}

.rap-fill-data .form-check {
    display: flex;
    align-items: center;
}

.rap-fill-data .form-check label {
    margin-left: 15px;
}

.rap-fill-data label {
    font-size: 19px;
    font-weight: 600
}

.rap-fill-data .form-check-input[type="checkbox"] {
    background-color: #22B8C633;
    height: auto !important;
    width: auto !important;
    padding: 15px !important;
    border-radius: 15px !important;
}

.rap-fill-data .form-check-input[type="checkbox"]:checked ~ .rap-fill-data .form-check-input[type="checkbox"] {
    background-color: #2196F3 !important;
}

.form-check-input:checked {
    background-color: #cad401 !important;
}


.rap-form-no-labels label {
    display: none;
}

.rap-input::placeholder {
    color: #028593;
}


.form-select:disabled, .form-control:disabled {
    background: #e0e0e0 !important;
    color: #888888;
}


.event {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 150px;
    bottom: 3px;
    left: calc(50% - 1.5px);
    content: " ";
    display: block;
    background: #cad401;
}

.event.busy {
    background: #f64747;
}

.flatpickr-day.selected {
    background-color: #028593 !important;
    color: white !important;
}
