.--rafting-booking-label {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    background-color: transparent;
    cursor: pointer;
}

.ui-inputbox {
    position: relative !important;
}

.datepicker--day-name {
    color: #0069ff !important;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: white !important;
    background-color: #0069ff !important;
}

.datepicker--cell.-current- {
    color: white !important;
    background-color: rgba(0, 105, 255, 0.5) !important;
}

.rft-select-field {
    display: block;
    outline: 0;
    width: 100%;
    color: #444;
    font-size: 16px;
    padding: 25px 14px 7px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
}

.rafting-route-select {
    background-color: white;
}