.booking-title span {
    color: rgba(0, 122, 255, 1);
}

.booking-line {
    background-color: rgba(0, 122, 255, 1);
    border-radius: 50rem;
    height: 4px;
}

.booking-title .booking-title-wrapper {
    max-width: fit-content;
}

.booking-body .form-control, .booking-body .form-dropdown {
    height: 64px;
    background-color: white;
}

.booking-body .form-control:hover, .booking-body .form-control:focus, .booking-body .form-control:focus-visible {
    border: 1px solid rgba(0, 122, 255, 1) !important;
    outline: none;
}

.booking-body .form-dropdown .dropdown-item:active {
    color: rgba(0, 122, 255, 1);
    background-color: rgba(0, 122, 255, 0.1);
}

.booking-body .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}

.submit-book-request {
    border-radius: 50rem;
    background-color: rgba(0, 122, 255, 1);
    height: 64px;
}

.submit-book-request:hover, .submit-book-request:active {
    background-color: rgba(0, 125, 255, 1) !important;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.captcha-visual {
    position: relative;
    flex: 1;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    letter-spacing: 6px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 10px 30px rgba(33, 68, 131, 0.08);
    user-select: none;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    color: #1f3b73;
    text-shadow: 1px 1px #fff, -1px -1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.captcha-visual span {
    display: inline-block;
    margin: 0 3px;
}

.captcha-refresh {
    color: rgba(0, 122, 255, 1);
    border-radius: 8px;
    height: 64px;
    min-width: 64px;
    font-size: 22px;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
}

.captcha-refresh:hover,
.captcha-refresh:active {
    background: rgba(255, 255, 255, 0.9) !important;
}