.form-check-input {
    cursor: pointer !important;
}

.input-custom .input-group-prepend {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 100%;
    margin-right: 0px;
    border: 1px solid #ced4da;
    border-left: none;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    transition: border-color 0.3s ease;
}

.input-custom .input-group-text {
    background-color: #ffffff;
    padding: 0.2rem 0.4rem;
    border: none;
}

.input-custom .icon-img {
    max-width: 26px;
    max-height: 20px;
    opacity: 0.3;
}

.input-custom .form-control {
    height: 2.75rem;
    font-size: 14px;
    padding-right: 32px;
    color: #373737;
}

.input-custom .form-control::placeholder {
    color: #6c757d;
}

.booking-bg .details-block table.table tbody .pay-button-block .pay-button{
    margin-top: 25px;
    display: inline-block;
    background: url(/images/arrow_pay.png) no-repeat 20px center, linear-gradient(180deg, rgba(55, 94, 151, 0.9) 0%, #375e97 0.01%, #294a7a 29.69%);
    opacity: 0.8;
    border-radius: 6px;
    border: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 45px;
    padding-right: 25px;
    transition: opacity 0.2s;
}

.booking-bg .details-block table.table tbody .pay-button-block .pay-button:hover {
    opacity: 0.7;
    transition: opacity 0.2s;
    text-decoration: none;
}