/* Basis */

.booking-clendra .btn {
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #FFF;
    background: #ff6836;
    border-radius: 10px;
    height: 50px;
    font-weight: 600;
    min-width: 100px;
    padding: 0px 20px;
    transition: 0.2s ease;
    cursor: pointer;
    outline: 0;
    width: 100%;
}

.booking-clendra .btn:hover {
    color: #FFF;
    background: #ff6836;
    border-color: #ff6836;
}

.booking-clendra .btn-small {
    min-width: 50px;
}


.booking-clendra .btn-day {
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: rgba(0, 0, 0, 0);
    color: #000;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
    outline: 0;
    border-radius: 10px;
    transition: 0.4s all;
}

.booking-clendra .btn-day.active {
    color: #FFF;
    font-weight: 600;
    z-index: 99;
}

.booking-clendra .btn-day.active::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: #ff6836;
    border-radius: 10px;
    z-index: -1;
}

.booking-clendra .btn-day:disabled {
    cursor: no-drop;
}

.booking-clendra .text-field {
    padding: 10px;
    height: 50px;
    width: 200px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin: 0px 10px 0 0;
}

.booking-clendra .title {
    font-size: 1.3em;
}

.booking-clendra .subtitle {
    font-size: 1.1em;
}

/* Calendar */



.booking-clendra .calendar-assets {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
}

.booking-clendra #currentDate {
    text-align: center;
    font-size: 20px;
}

.booking-clendra .field {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    margin: 20px 0;
}

.booking-clendra .field label {
    margin: 2px;
}

.booking-clendra .form-input {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.booking-clendra .day-assets {
    display: flex;
    justify-content: space-between;
    width: 100%;
}



.booking-clendra .day-assets .btn:nth-child(2) i {
    padding: 0 10px 0 0 !important;
}

.booking-clendra .calendar {
    height: auto;
    width: 100%;
    border-radius: 18px;
    background: #ffffff;
    padding: 10px;
    user-select: none;
}

.booking-clendra .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 18px 18px 0px 0px;
    padding: 15px;
    height: 50px;
    width: 100%;
    color: #262626;
    position: relative;
    z-index: auto;
}

.booking-clendra .header h3 {
    font-size: 1.5rem;
}

.booking-clendra .month {
    font-size: 0.7em;
}

.booking-clendra .icon {
    padding: 10px;
    font-size: 1em;
    margin: 0 0 0 5px;
    background: #ffffff;
    color: #ff6836;
    border: none;
    cursor: pointer;
    outline: 0;
}

.booking-clendra .icon:hover {
    cursor: pointer;
}

.booking-clendra #calendar {
    width: 100%;
}

.booking-clendra .weekends th {
    font-size: 1em;
    color: #000;
    background-color: transparent;
    border: none;
    font-weight: 400;
    width: 40px;
    margin: 10px 0;
}

.booking-clendra #calendar tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 3px;
    border-bottom: 1px solid #ddd;
}

.booking-clendra #calendar tr:last-child {
    border-bottom: 0px;
}

.booking-clendra #calendar td {
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
}


.booking-clendra .ml-4 {
    margin-left: 4px;
}

.booking-clendra .mb-2 {
    margin-bottom: 2px;
}

.booking-clendra .input-class {
    width: 100%;
    padding: 2px;
    height: 32px;
}

.booking-clendra .br-5 {
    border-radius: 5px !important;
}

.booking-clendra .br-10 {
    border-radius: 10px !important;
}

.booking-clendra table.table {
    width: 100%;
}

.booking-clendra textarea.input-class {
    display: block;
    padding: 0 9px;
}

.booking-clendra .text-white {
    color: #fff;
}

.booking-clendra .h-37 {
    height: 37px;
}



/* for calender */





.booking-clendra .text-color {
    color: #fff;
}

.booking-details .box2 td,
.booking-details .box2 th {
    padding: 2px !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 0 25px !important;
}

.booking-details .input-class {
    width: 100%;
    padding: 8px;
    height: 32px;
    border: none;
}

.booking-details table.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.booking-details .btn-add {
    width: 33px;
    border: 1px solid #000;
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
}

.booking-details ol.policy-dd {
    padding-left: 20px;
    list-style: disc;
}

.booking-details ol.policy-dd li::marker {
    font-size: 20px;
}

.booking-details {
    margin-bottom: 40px;
}

.booking-details .btn-payment {
    border: 1px solid #000;
    width: 100%;
}

.booking-details .btn {
    color: #FFF;
    background: #27a844;
    border-color: #27a844;
    padding: 4px;
}

.booking-details .person-lists {
    background: #244242;
    color: #fff;
    padding: 5px;
    margin: 0px;
    font-size: 15px;
}

.booking-clendra .form-control {
    border-radius: 5px;
}

@media(max-width:768px) {
    .booking-clendra .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .booking-details .person-lists {
        display: none;
    }

    .form-control {
        margin-bottom: 10px;
    }

    .booking-details .btn-add {
        width: 100%;
    }

    .head_section_white {
        padding-top: 2rem !important;
    }
}


.head_section_white {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.bc-pay {
    background-color: #c99b11;
    padding: 20px;
}

.booking-details .btn-red-pay {
    background-color: #fe0000;
    color: #fff;
    text-align: center;
    border-color: #fe0000;
    padding: 4px;
}

.book-form {
    position: relative;
}

#loader-div {
    position: absolute;
    top: 66px;
    background-color: #00000052;
    width: 100%;
    left: 0;
    bottom: 60px;
}

.booking-clendra .upcoming-date {
    background-color: #277800;
    color: #fff;
}

.booking-clendra .upcoming-date-disabled {
    background-color: #fff;
    color: #000;
}

@media (max-width:768px) {
    .booking-details .btn-red-pay {
        margin-bottom: 20px;
    }
}

#state_id-error {
    position: absolute;
    left: 3px;
    bottom: -34px;
    font-weight: 500;
    font-size: 16px;
}

#acceptTerms-error {
    position: absolute;
    left: 14px;
    bottom: 6px;
}

label.error {
    color: red;
    /* Change this to your desired color */
}

/* .error {
    color: red;
} */


/* General form styling */
.payment-form {
    background-color: #cfcfcf61;
    padding: 2% 0;
    margin-top: 103px;
}

/* Label styling */
.payment-form label {
    font-weight: bold;
    margin-top: 15px;
    display: block;
}

.payment-form .payment-form-title {
    text-align: center;
    padding-top: 30px;
}

.payment-form .payment-form-box {
    box-shadow: rgb(100 100 111 / 10%) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 4%;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

/* Input and textarea styling */
.payment-form input[type="text"],
.payment-form input[type="email"],
.payment-form input[type="number"],
.payment-form input[type="tel"],
.payment-form textarea,
.payment-form select {
    width: 100%;
    padding: 10px;
    margin: 5px 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s;
}

/* Focus state for inputs */
.payment-form input:focus,
.payment-form textarea:focus,
.payment-form select:focus {
    border-color: #007bff;
    /* Bootstrap primary color */
    outline: none;
}

/* Required field indication */
.payment-form .required {
    color: red;
}

/* Button styling */
.payment-form .button {
    background-color: #007bff;
    /* Bootstrap primary color */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;    margin: auto 44%;
    margin-top: 20px;
}

/* Button hover effect */
.payment-form .button:hover {
    background-color: #0056b3;
    /* Darker shade of primary */
}

/* Responsive styling */
@media (max-width: 768px) {
    .payment-form .row {
        flex-direction: column;
        /* Stack columns on small screens */
    }
}

.booking-clendra .text-red {
    color: red;
}

.person-field .form-control {
    height: 36px;
    border-radius: 5px;
}