/*-----------------
	18. Booking
-----------------------*/

.booking-doc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.booking-doc-info .booking-doc-img {
    width: 80px;
    margin-right: 15px;
}

.booking-doc-info .booking-doc-img img {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.schedule-widget {
    border-radius: 10px;
    min-height: 100px;
    margin: 1% 1% 3% 1%;
}

.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}

.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}

.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    position: relative;
    width: 100%;
}

.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.28%;
}

.day-slot li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.day-slot li span.slot-date {
    display: block;
    color: #757575;
    font-size: 14px;
}

.day-slot li small.slot-year {
    color: #757575;
    font-size: 14px;
}

.day-slot li.left-arrow {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}

.day-slot li.right-arrow {
    right: -11px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}

.schedule-cont {
    padding: 20px;
}

.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}

.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
}

.time-slot li .timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 5px;
    text-align: center;
    position: relative;
}

.time-slot li .timing:hover {
    background-color: #fff;
}

.time-slot li .timing:last-child {
    margin-bottom: 0;
}

.time-slot li .timing.selected {
    background-image: linear-gradient(to right bottom, #7be495, #5bd39d, #41c2a1, #32b0a1, #329d9c);
    box-shadow: 15px 15px 40px #329D9C36;
    color: #fff;
}

.time-slot li .timing.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px;
}

.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.schedule-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.submit-section.proceed-btn {
    margin: 0 0 30px;
}


/* ===Custom Booking=== */

.btn-cf-booking {
    background-image: linear-gradient(to right bottom, #63bcc9, #4ca0b5, #3a84a0, #2b6a8a, #205072);
    box-shadow: 15px 15px 40px #329D9C36;
    border-radius: 50px;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.btn-edit-form {
    background-image: linear-gradient(to right bottom, #ffb747, #faaa3a, #f59d2d, #f09020, #eb8312);
    box-shadow: 15px 15px 40px #329D9C36;
    border-radius: 50px;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.modal-dialog {
    margin: 1rem;
}

.modal-content {
    border-radius: 1rem;
}

@media only screen and (max-width: 575.98px) {
    .booking-schedule.schedule-widget {
        overflow-x: auto;
    }
    .booking-schedule.schedule-widget>div {
        width: 730px;
    }
    .booking-schedule .day-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .booking-schedule .day-slot li {
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        width: 120px;
    }
    .booking-schedule .time-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .booking-schedule .time-slot li {
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        width: 120px;
    }
    .booking-schedule .time-slot li .timing span {
        display: inline-block;
    }
    .booking-schedule .day-slot li.right-arrow {
        right: -150px;
    }
}


/*-----------------
	19. Checkout
-----------------------*/

.booking-item-wrap {
    margin: 2% 4%;
    border-top: 1px solid #e4e4e4;
    padding-top: 15px;
}

.info-widget {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.card-label>label {
    background-color: #fff;
    color: #959595;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 6px auto auto 8px;
    padding: 0 7px;
}

.card-label>input {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    display: block;
    height: 50px;
    margin-top: -13px;
    padding: 5px 15px 0;
    transition: border-color .3s;
    width: 100%;
}

.exist-customer a {
    color: #20c0f3;
    font-weight: 500;
}

.payment-widget .payment-list+.payment-list {
    margin-bottom: 15px;
}

.payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}

.payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 3px 0 0 0;
    border: 2px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.payment-radio input:checked~.checkmark {
    border-color: #20c0f3;
}

.payment-radio .checkmark::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #20c0f3;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.payment-radio input:checked~.checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.booking-date {
    padding: 0;
    list-style: none;
}

.booking-date li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: left;
}

.booking-date li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
}

.booking-date li span a {
    color: #20c0f3;
    font-size: 13px;
    width: 100%;
    display: inline-block;
}

.booking-fee {
    padding: 0;
    list-style: none;
    margin-bottom: 3%;
}

.booking-fee li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 35%;
}

.booking-fee li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
}

.booking-total {
    border-top: 1px solid #e4e4e4;
    margin-top: 5px;
    padding-top: 10px;
}

.booking-total ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.booking-total ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #272b41;
}

.booking-total ul li .total-cost {
    color: #04a856;
    font-size: 16px;
    letter-spacing: 0.5px;
    float: right;
}