﻿@font-face {
    font-family: 'Inter-Black';
    src: url('/assets/fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/assets/fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('/assets/fonts/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('/assets/fonts/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('/assets/fonts/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/assets/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/assets/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('/assets/fonts/Inter-Thin.ttf') format('truetype');
}
.bulkBookingcss .TypeChooseRoom.bg-white {
    margin-top: 20px;
    padding: 0px 0px;
    background: transparent !important;
}

.bulkBookingcss .TypeChooseRoom ul#myTab {
    padding-top: 14px;
    border-bottom: 1px solid #f2006c;
}

.bulkBookingcss .TypeChooseRoom.bg-white ul#bookingTab {
    background-color: #fff;
    padding: 12px 0 0 0;
}

.bulkBookingcss .choose-room .room-types .card .card-header {
    background: #f4f8fb;
    border: 0px;
}

.bulkBookingcss .choose-room .room-types .card {
    background: #f4f8fb;
    box-shadow: 0px 0px 4px #d8d8d8;
}

.bulkBookingcss .TypeChooseRoom .nav-tabs .nav-item.show .nav-link,
.bulkBookingcss .TypeChooseRoom .nav-tabs .nav-link.active,
.bulkBookingcss .TypeChooseRoom .nav-tabs .nav-link:hover {
    color: #f2006c;
    background-color: #fff;
    border-bottom: 4px solid #ef0075 !important;
    border-radius: 0px;
    border: 0px;
}

.dobvalid .form-control {
    width: 100%;
}

select.form-control {
    width: 100% !important;
}

.form-group.drop-down {
    position: relative;
}

    .form-group.drop-down .form-control:focus-visible {
        border: 2px solid #ced4da;
    }

    .form-group.drop-down i {
        position: absolute;
        bottom: 6px;
        right: 14px;
        pointer-events: none;
    }

.KYCDOB span.focus-input100.scheduleCalendar {
    display: flex;
    top: -28px !important;
    justify-content: flex-end;
    padding-right: 15px;
}
#exampleModalCenter .KYCDOB span.focus-input100.scheduleCalendar {
    position: absolute;
    width: 100%;
    height: 100%; 
    top: 45% !important;
    left: 0;
    pointer-events: none;
}

.cancel-btn {
    border: 2px solid #324B72;
    width: 130px;
    height: 40px;
    color: #324B72;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-right: 10px;
}

    .cancel-btn:hover {
        cursor: pointer;
        background: white;
        color: #324B72;
        border: 2px solid #324B72;
    }

.continue-btn {
    background-color: #EF0073;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    /* margin-right: 20px; */
    /* margin-left: 10px; */
    border: 2px solid #EF0073;
    color: #ffffff;
}

    .continue-btn:hover {
        cursor: pointer;
        background: white;
        color: #ef0075;
        border: 2px solid #EF0073;
    }

.bulkBookingcss .TypeChooseRoom .nav-tabs .nav-link {
    border-bottom: 4px solid transparent !important;
    border-radius: 0px;
    border: 0px;
    margin: 0 0px 0 0;
    padding: 0px 18px 12px 12px !important;
    text-align: center;
    font-size: 14px;
}

.bulkBookingcss .TypeChooseRoom .nav-tabs li.nav-item {
    width: 50%;
}

.paymentContent {
    color: #98A5B8;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.utility-depo p {
    color: #98A5B8;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.promocodecontrols .form-group {
    background-color: #fff;
}

.coupon-header .close {
    padding: 0px !important;
    margin: -1rem -1rem -1rem auto !important;
    background-color: #ccc;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.coupon-header {
    padding: 0 !important;
    border-bottom: 0px !important;
}

.couponsearch input {
    width: 100%;
    background-color: #f1ebeb;
    padding: 10px;
    border: none;
}

    .couponsearch input:focus {
        border: none;
        outline: none;
    }

.couponwrap ul li {
    list-style-type: none;
}

    .couponwrap ul li .coupon-card {
        padding: 5%;
    }

    .couponwrap ul li:nth-child(even) {
        background-color: #e1bb72;
        border-radius: 8px;
    }

    .couponwrap ul li:nth-child(odd) {
        background-color: #FF8DBD;
        border-radius: 8px;
        min-width: 220px;
    }

.results-card {
    justify-content: center;
}

.couponwrap {
    height: 400px;
    overflow: auto;
}

.coupon-card p {
    color: #fff;
    line-height: 16px;
    margin-top: 8px;
    font-size: 15px;
}

    .coupon-card p span {
        color: #000;
        font-weight: 600;
        font-size: 15px;
    }

    .coupon-card p label {
        font-weight: 600;
        color: #161cef;
        margin-bottom: 0;
    }

.couponsearch {
    width: 96%;
    margin: 0 auto 20px auto;
}

#applied {
    display: none;
}

.btnPromosApply {
    background-color: #ef0073;
    position: absolute;
    color: #fff;
    font-weight: 600;
    border: 0px;
    cursor: pointer;
    right: 0px;
    margin-right: 15px;
    width: 70px;
    height: 30px;
    bottom: 0px;
}

.hdnbtns {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

    .hdnbtns button i {
        font-size: 18px;
        margin-top: 5px;
    }

    .hdnbtns button.btnRemove {
        color: #ef0073;
        color: #fff;
        border: none;
        width: 40px;
        height: 30px;
        bottom: 0px;
        cursor: pointer;
        background: none;
    }

.btnRemove i {
    color: #ef0073;
    font-weight: 700;
}

.hdnbtns input.btnRemove {
    border: none;
    right: 5px;
    background-color: transparent;
    color: red;
    font-weight: 600;
    cursor: pointer;
}

.name.active {
    box-shadow: -1px 1px 14px 2px rgba(0, 77, 225, 0.25);
    border-radius: 8px;
}

.coupon-card p label img {
    right: 5px;
    position: absolute;
    top: -12px;
}

.appliedcoupon {
    float: left;
}

.btnPromosApply.edit {
    width: 40px !important;
    right: 15px;
    color: #112950;
    background: none;
}

    .btnPromosApply.edit:after {
        font-family: FontAwesome;
        content: "\f044";
        font-weight: 700;
        font-size: 18px;
    }

#couponModal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no-Coupon h4 {
    font-size: 18px;
    font-weight: 600;
    color: #d95e5e;
}
.mob-sticky-btns {
display:none!important;
}
@media (max-width: 767px) {
    #couponModal .modal-dialog {
        position: relative;
        left: 48%;
    }

    .results-card {
        padding: 0 20px;
    }

    .promocodecontrols {
        margin-bottom: 20px;
    }

    #bookingPg .choose-room {
        padding-top: 30px !important;
    }

    .choose-room .breadcrumb-wrap .links ul li:after {
        top: 7px !important;
    }

    .coupon-card p label img {
        left: -5px;
        top: 2px;
    }
    .header.include {
        margin-bottom: 0% !important;
    }
    .book-now .booking-detail .graphical-info table tbody tr td .feature-svg .position-relative img {
        height: auto!important;
    }
}
