* {
    box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
}

.cwp-booking-dashboard {
    position: relative;
}

.cwp-booking-dashboard-head {
    padding: 11px 30px;
    background: #fff;
    margin-bottom: 28px;
    box-shadow: 0 1px 3px #00000010;
    border-radius: 10px;
}

.cwp-booking-dashboard-head h3 {
    margin: 0;
    color: #111827;
    font-size: 23px;
    line-height: 36px;
    font-weight: bold;
}

.cwp-booking-tabs ul.cwp-tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.cwp-booking-tabs ul.cwp-tabs li {
    list-style: none;
    padding: 0 0 3px 0;
    margin: 0 15px 0 0;
    letter-spacing: 0px;
    color: #000000DE;
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
}

.cwp-booking-tabs ul.cwp-tabs li a {
    letter-spacing: 0px;
    color: #000000DE;
    opacity: 1;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.cwp-booking-tabs ul.cwp-tabs li a:focus{
    border: 0;
    outline: 0;
}

.cwp-booking-tabs ul.cwp-tabs li.cwp-active-tab {
    border-bottom: 3px solid #293544;
    font-weight: 500;
}

.cwp-tab-content:not(.cwp-active-tab-content) {
    display: none;
}

.cwp-booking-dashboard-content .cwp-dashboard-content-table-container {
    position: relative;
}

.cwp-booking-dashboard-content-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.cwp-booking-dashboard-content-head .cwp-dashboard-total-bookings {
    color: #070026;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
}
.cwp-booking-dashboard-content-head .cwp-dashboard-total-bookings span {
    margin: 0 5px;
}
.cwp-booking-dashboard-content-head .cwp-booking-status-filter-container {
    min-width: 130px;
    height: 42px;
}
.cwp-booking-status-filter-container span.select2-selection.select2-selection--single {
    border: 1px solid #BEBEBE;
    border-radius: 2px;
}

.cwp-booking-status-filter-container span.select2-selection.select2-selection--single span.select2-selection__arrow {
    height: calc(42px - 6px);
    top: 1px;
}

.cwp-dashboard-booking {
    box-shadow: 0px 4.01px 3.61px #00000005;
    background: #fff;
    margin-bottom: 24px;
}

.cwp-dashboard-content-table tbody tr:last-child .cwp-dashboard-booking {
    margin-bottom: 0;
}

.cwp-dashboard-booking .cwp-dashboard-booking-top {
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #BEBEBE;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-status-title {
    width: 58.33333333%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-status {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-transform: capitalize;
    background: #f9e9d1;
    border: 1px solid #FFEACA;
    color: #000000;
    line-height: 15px;
    font-size: 13px;
    width: 130px;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-status.approved {
    border-color: #7EE6CC;
    background: #CAFFF2;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-status.cancelled {
    border-color: #BABABA;
    background: #E8E8E8;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-status-title .cwp-booking-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    color: #070026;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-status-title .cwp-booking-associated-post {
    font-size: 12px;
    line-height: 24px;
    color: #070026;
    margin: 0;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-status-title .cwp-booking-associated-post-id {
    font-size: 12px;
    line-height: 24px;
    color: #070026;
    margin: 0;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-dates-container {
    width: 41.66666667%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-dates-container .cwp-booking-dates {
    width: 50%;
    text-align: center;
    display: block;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-dates-container .cwp-booking-dates span {
    background: #F0FEFF;
    border: 1px solid #BADBDD;
    border-radius: 3px;
    padding: 2px 5px;
    color: #070026;
    font-size: 10px;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-dates-container .cwp-booking-dates h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #070026;
    line-height: 21px;
}
.cwp-dashboard-booking .cwp-dashboard-booking-top .cwp-booking-dates-container .cwp-booking-dates p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    color: #070026;
}

.cwp-dashboard-booking .cwp-dashboard-booking-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cwp-dashboard-booking .cwp-dashboard-booking-bottom .cwp-dashboard-booking-stats {
    width: 60%;
}
.cwp-dashboard-booking .cwp-dashboard-booking-bottom .cwp-dashboard-booking-stats .cwp-dashboard-booking-stats-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cwp-dashboard-booking .cwp-dashboard-booking-bottom .cwp-dashboard-booking-stats .cwp-dashboard-booking-stats-list li {
    width: calc(100% / 4);
    border-right: 0.4px solid #bebebe;
    padding: 14px;
    text-align: center;
}
.cwp-dashboard-booking .cwp-dashboard-booking-bottom .cwp-dashboard-booking-stats .cwp-dashboard-booking-stats-list li .cwp-dashboard-booking-type {
    border: 1px solid #F1DBA2;
    background: #fff0ca;
    padding: 3px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 8px;
    font-weight: 600;
    display: inline-block;
}
.cwp-dashboard-booking .cwp-dashboard-booking-bottom .cwp-dashboard-booking-stats .cwp-dashboard-booking-stats-list li .cwp-dashboard-booking-type.date {
    border-color: #97CBCE;
    background: #d4e0ff;
}
.cwp-dashboard-booking .cwp-dashboard-booking-bottom .cwp-dashboard-booking-stats .cwp-dashboard-booking-stats-list li .cwp-dashboard-booking-type.slot {
    border-color: #c097ce;
    background: #f9e8ff;
}
.cwp-dashboard-booking .cwp-dashboard-booking-bottom .cwp-dashboard-booking-stats li h5 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    color: #070026;
    font-weight: bold;
    text-transform: capitalize;
}
.cwp-dashboard-booking .cwp-dashboard-booking-bottom .cwp-dashboard-booking-stats li p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    color: #070026;
}

.cwp-dashboard-booking .cwp-dashboard-booking-bottom .cwp-dashboard-booking-actions {
    width: 40%;
    padding: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.cwp-dasboard-booking-action a {
    height: 40px;
    outline: 0;
    border: 1px solid #2b01e0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.cwp-dasboard-booking-action:nth-child(odd) a,
.cwp-dasboard-booking-action:nth-child(even) a:hover {
    background: #2b01e0;
    color: #ffffff;
}

.cwp-dasboard-booking-action:nth-child(even) a,
.cwp-dasboard-booking-action:nth-child(odd) a:hover {
    background: #ffff;
    color: #2b01e0;
}

.cwp-booking-sidebar {
    position: absolute;
    background: #fff;
    right: -200px;
    max-width: 400px;
    min-width: 400px;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    border: 1px solid #e0e0e0;
    transition: 0.3s;
    min-height: 250px;
    max-height: 100vh;
    transform: translate(100px, 0px);
}

.cwp-booking-head {
    display: flex;
    justify-content: space-between;
    background: #293544;
    padding: 10px;
    align-content: center;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
}

.cwp-booking-head h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

span.cwp-close-sidebar {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

span.cwp-close-sidebar span {
    background: #fff;
    border-radius: 50%;
    color: #293544;
    cursor: pointer;
    font-size: 14px;
    padding: 1px 0px 0 0px;
    height: 16px;
    width: 16px;
    margin: 2px 5px 0 0;
}

span.cwp-close-sidebar p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.cwp-booking-dashboard-details h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    padding: 15px;
    background: #F9FAFB;
}

.cwp-booking-custom-fields {
    overflow-x: hidden;
}

.cwp-booking-dashboard-details p,
.cwp-booking-custom-fields p,
.cwp-booking-custom-fields .cwp-cpt-single-number,
.cwp-booking-custom-fields .cwp-cpt-single-email {
    margin: 0;
    font-size: 14px;
    padding: 15px;
    background: #fff;
}

.cwp-booking-custom-fields .cwp-cpt-single-url,
.cwp-booking-custom-fields .cwp-cpt-single-oembed,
.cwp-booking-custom-fields .cwp-cpt-single-file,
.cwp-booking-custom-fields .cwp-cpt-single-password {
    margin: 0;
    font-size: 14px;
    padding: 15px;
    background: #fff;
}

.cwp-booking-custom-fields .cwp-cpt-single-email a,
.cwp-booking-custom-fields .cwp-cpt-single-url a {
    margin: 0;
    font-size: 14px;
    background: #fff;
    color: #007BFF;
}

.cwp-booking-custom-fields .cwp-cpt-single-email a:hover,
.cwp-booking-custom-fields .cwp-cpt-single-url a:hover {
    color: #2378d3;
}

.cwp-booking-custom-fields .cwp-cpt-single-file a {
    color: #007BFF;
    font-size: 14px !important;
    margin: 0;
    text-decoration: underline;
    border: 0;
}

.cwp-booking-custom-fields .cwp-cpt-single-password-container .cwp-cpt-single-password input[type="password"] {
    padding: 0px;
    border: 0;
    text-align: left;
    background: transparent;
}

.cwp-booking-custom-fields .cwp-cpt-single-oembed iframe {
    width: 100%;
}

.cwp-booking-contentss {
    padding: 15px;
}

.cwp-booking-custom-fields .cwp-cpt-single-field-container>h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    padding: 15px;
    background: #F9FAFB;
}

.cwp-booking-custom-fields img.cwp-cpt-single-image-item {
    height: 160px;
    width: 100%;
    padding: 15px;
}

.cwp-booking-custom-fields .cwp-cpt-single-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 15px;
}

.cwp-booking-custom-fields img.cwp-cpt-single-gallery-item {
    width: calc((100%/2) - 5px);
    height: 110px;
    margin: 0 0 10px 0;
}

.cwp-booking-custom-fields .cwp-cpt-single-field-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 12px;
}

.cwp-booking-custom-fields .cwp-cpt-single-field-container li {
    color: #898886;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cwp-booking-custom-fields .cwp-cpt-single-field-container ul li p {
    padding: 0;
}

.cwp-booking-custom-fields .cwp-cpt-single-field-container .cwp-col-md-6.cwp-user-col,
.cwp-booking-custom-fields .cwp-cpt-single-field-container .cwp-post-row .cwp-col-12.cwp-col-md-6 {
    width: 100%;
    padding: 12px;
    margin: 0 0 10px 0;
}

.cwp-booking-custom-fields .cwp-cpt-single-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}

.cwp-booking-custom-fields .cwp-cpt-single-gallery img.cwp-cpt-single-gallery-item {
    width: calc((100%/8) - 9px);
    height: 71px;
    margin: 0 10px 10px 0;
}

.cwp-booking-custom-fields .cwp-cpt-single-gallery img.cwp-cpt-single-gallery-item:last-child {
    margin: 0;
}

.cwp-booking-sidebar .cwp-booking-content {
    min-height: 240px;
}

.cwp-loading-msgs {
    position: relative;
}

.cwp-loading-msgs:before {
    animation: rotation 3s linear infinite;
    border: 5px dotted #39414d;
    border-radius: 50%;
    border-top-color: transparent;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 50px;
    z-index: 3;
}

.cwp-loading-msgs:after {
    background: #ffffff88;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}

.cubewp_booking_box {
    position: absolute;
    z-index: 9999;
    background: transparent;
    left: 0;
    right: 0;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.cubewp_booking_modal-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 5%), 0 2px 20px 0 rgb(0 0 0 / 10%);
    padding: 30px;
    min-width: 400px;
}

.cubewp-close-cancel {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cubewp-close-cancel span {
    cursor: pointer;
}

.cubewp_booking_modal-box h5 {
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
    color: #2C3E50;
    margin: 5px 0 15px;
}

.cubewp_booking_modal-box textarea {
    min-height: 135px;
    outline: none;
    padding: 15px;
    margin: 0 0 15px 0;
    border: 0.1rem solid #E0E0E0;
}

.cwp-booking-cancel-detail {
    max-width: 400px;
    margin: 20px 0;
}

.cubewp_booking_modal-box a.cwp-booking-cancel-button {
    background: #007bff;
    border: 1px solid #007BFF;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 500;
}

.cubewp_booking_modal-box a.cwp-booking-cancel-button.cwp_cancel_booking_reject {
    margin: 16px 0 0 0;
    background: #e0e0e0;
    border-color: #e0e0e0;
    color: #000000;
}

.cubewp_booking_modal-box a.cwp-booking-cancel-button:hover {
    background: #2271b1;
    text-decoration: none;
}

.cubewp_booking_modal-box a.cwp-booking-cancel-button.cwp_cancel_booking_reject:hover {
    background: #e0e0e075;
    border-color: #e0e0e075;
}

.cwp-user-dashboard .cwp-user-dashboard-tab-content-container .cwp-user-dashboard-tab-content-post-action:hover,
.cwp-user-dashboard .cwp-user-dashboard-tab-content-container .cwp-user-dashboard-tab-content-post-action:hover {
    background: #f0f0f0;
}

button#cwp-booking-cancel {}

@media only screen and (max-width: 600px) {
    .cubewp_booking_modal-box {
        width: 90%;
        min-width: unset;
    }
}

/*-------------Booking Pagination--------------------*/
.booking-pagination {
    display: block;
    margin: 30px 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

.booking-pagination span {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 500;
    background: #007BFF;
    border-radius: 5px;
    color: #fff;
    padding: 10px 18px;
}

.booking-pagination a,
.cwp-booking-pagination a:focus {
    color: #7e84a3;
    margin: 0 10px;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
}