/* sidebar widget */
.bdb_widget #form-booking .date-picker-listing-service {
    width: 100%;
    border: 1px solid #e3e6ef;
    padding-left: 15px;
    padding-right: 15px;
}

.bdb_widget #form-booking .date-picker-listing-service:focus {
    outline: 0 none;
}

.bdb_widget #form-booking .bdb-time-slots-dropdown > a {
    border: 1px solid #e3e6ef;
    display: block;
    padding: 0 15px;
    border-radius: 3px;
    line-height: 38px;
}

.bdb_widget #form-booking .db-drop-wrapper {
    margin-top: 10px;
}

.bdb_widget #form-booking .book-now,
.bdb_widget #form-booking .login-booking {
    display: block;
    background: #444752;
    color: #fff;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    margin-top: 10px;
    overflow: hidden;
}
.bdb_widget #form-booking .login-booking:hover{
    color: #fff;
}

.bdb_widget #form-booking .book-now.loading {
    text-indent: -9999px;
    position: relative;
}

.bdb_widget #form-booking .book-now.loading:before {
    position: absolute;
    content: "";
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #000;
    width: 25px;
    height: 25px;
    -webkit-animation: lspin 2s linear infinite;
    /* Safari */
    animation: lspin 2s linear infinite;
    top: 7px;
    left: 45%;
}

.bdb_widget #form-booking .book-now.db-not-available {
    opacity: 0.5;
    cursor: not-allowed;
}

@-webkit-keyframes lspin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes lspin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bdb_widget #form-booking .book-now:hover {
    color: #fff;
}

.daterangepicker .drp-calendar.left {
    margin-right: 8px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #444752;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #444752;
    color: #fff;
}

.bdb-panel-dropdown-content {
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.bdb-panel-dropdown-content.pdc-active {
    height: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.bdb-panel-dropdown-content .time-slot {
    text-align: center;
    background: #eee;
    padding: 10px 15px 3px;
    margin: 5px 0;
    border-radius: 3px;
    cursor: pointer;
}

.bdb-panel-dropdown-content .time-slot input[name="time-slot"] {
    display: none;
}

.bdb-panel-dropdown-content .time-slot label strong,
.bdb-panel-dropdown-content .time-slot label span {
    display: block;
    cursor: pointer;
}

.booking-estimated-cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e3e6ef;
    margin-top: 15px;
    padding-top: 7px;
}

.booking-estimated-cost span {
    font-weight: 600;
}

.bdb-bdb-time-picker-wrapper {
    margin-top: 10px;
}

.bdb-bdb-time-picker-wrapper input.bdb-time-picker {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e3e6ef;
}

/* flatpickr time picker styles */
.flatpickr-calendar {
    background: #fff;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 257px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.numInputWrapper {
    position: relative;
    height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%;
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto;
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time input:hover,
.flatpickr-time input:focus {
    background: #fff;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #f5f5f5;
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}


/* booking confirm style */
.db-confirm-form-wrapper .db-form-field label {
    display: block;
    margin-bottom: 8px;
}

.db-confirm-items {
    display: flex;
    flex-wrap: wrap;
}

.db-confirm-item-img {
    margin-right: 20px;
}

.db-confirm-item-img img {
    width: 80px;
}

.db-confirm-item-details h3 {
    margin: 0;
}

.db-confirm-item-details ul {
    margin: 0 -10px;
    padding: 0;
    display: flex;
    align-items: center;
}

.db-confirm-item-details ul li {
    padding: 0 10px;
    margin: 0;
    list-style-type: none;
}

.db-confirm-contents {
    width: 60%;
    margin-top: 10px;
}

.db-confirm-form-wrapper > h3 {
    margin: 0 0 10px 0;
}

.db-confirm-form-wrapper .db-form-field {
    margin-bottom: 20px;
}

.db-confirm-form-wrapper .db-form-field input {
    width: 100%;
    height: 42px;
    border: 1px solid #e3e6ef;
    padding: 0 15px;
}

.db-confirm-form-wrapper .db-form-field textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #e3e6ef;
    padding: 15px;
}

.db-confirm-form-wrapper .booking-confirmation-btn {
    text-decoration: none;
    color: #fff;
    padding: 0 30px;
    line-height: 44px;
    background: #444752;
    border-radius: 3px;
    display: inline-block;
}

/*  all booking*/

.atbd_content_active #db-booking-tabs,
.atbd_content_active #db-booking-tabs .db-booking-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.atbd_content_active #db-booking-tabs .db-booking-parent .db-booking-parent__child,
.atbd_content_active .booking-requests .db-list-box-listing,
.atbd_content_active .booking-requests .db-list-box-listing-img a,
.atbd_content_active #db-booking-tabs .bd-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.atbd_content_active #db-booking-tabs .db-booking-filter,
.atbd_content_active .booking-requests .db-inner-booking-list .db-booking-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.atbd_content_active .booking-requests .db-list-box-listing-content .db-h3Title,
.atbd_content_active .booking-requests .db-list-box-listing-content .booking-status,
.atbd_content_active .booking-requests .buttons-to-right,
.atbd_content_active .booking-requests .buttons-to-right .buttons-to-right__reject,
.atbd_content_active .booking-requests .buttons-to-right .buttons-to-right__approve,
.atbd_content_active .booking-requests .buttons-to-right .buttons-to-right__cancel,
.atbd_content_active .booking-requests .buttons-to-right .buttons-to-right__remove,
.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-toggle,
.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.atbd_content_active .booking-requests .db-inner-booking-list {
    display: flex;
    align-items: flex-start;
}

.atbd_content_active #db-booking-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
    margin-bottom: 0;
}

.atbd_content_active #db-booking-tabs .db-booking-parent {
    margin: 0;
}

.atbd_content_active .booking-requests .db-booking-single:first-child {
    margin-top: 20px;
}

.atbd_content_active .booking-requests .db-booking-single {
    padding: 30px;
    border: 1px solid #ececec;
}

.atbd_content_active .booking-requests .db-booking-single.canceled-booking {
    padding: 30px 30px 4px 30px;
}

.atbd_content_active .booking-requests .db-booking-single:not(:last-child) {
    border-bottom: none;
}

.atbd_content_active #db-booking-tabs .db-booking-parent .db-booking-parent__child {
    list-style: none;
    margin: 0;
}

.atbd_content_active #db-booking-tabs .db-booking-parent .db-booking-parent__child a {
    font-size: 14px;
    font-weight: 500;
    color: #808496;
    padding: 6px 10px;
    text-decoration: none;
    cursor: pointer;
}

.atbd_content_active #db-booking-tabs .db-booking-parent .db-booking-parent__child a:visited {
    color: #808496;
}

.atbd_content_active #db-booking-tabs .db-booking-parent .db-booking-parent__child a:focus {
    outline: none;
}

.atbd_content_active #db-booking-tabs .db-booking-parent .db-booking-parent__child.active a {
    border-bottom: 2px solid #272b41;
    color: #272b41;
    text-transform: capitalize;
}

.atbd_content_active #db-booking-tabs .db-sort-by:not(:last-child) {
    margin-right: 10px;
}

.atbd_content_active .booking-requests .db-list-box-listing {
    position: relative;
}

.atbd_content_active .booking-requests .db-list-box-listing-content .db-h3Title {
    margin: 0;
    text-transform: capitalize;
}

.atbd_content_active #directorist.atbd_wrapper .booking-requests .db-list-box-listing-content .db-h3Title > a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #272b41;
    text-decoration: none;
    margin-right: 15px;
}

.atbd_content_active .booking-requests .db-list-box-listing-content .db-h3Title > a:focus {
    outline: none;
}

.atbd_content_active .booking-requests .db-list-box-listing-content .db-h3Title .booking-status {
    margin-right: 6px;
}

.atbd_content_active .booking-requests .db-list-box-listing-content .booking-status {
    font-size: 12px;
    font-weight: 400;
    padding: 0 12px;
    height: 24px;
    border-radius: 12px;
    background-color: rgba(39, 43, 65, .20);

}

.atbd_content_active .booking-requests .db-list-box-listing-content .booking-status-badge-pending {
    background-color: rgba(255, 175, 0, .20);
    color: #c18400;
}

.atbd_content_active .booking-requests .db-list-box-listing-content .booking-status-badge-approved {
    color: #00a441;
    background-color: rgba(50, 204, 111, .20);
}

.atbd_content_active .booking-requests .db-list-box-listing-content .booking-status-badge-rejected {
    color: #a10000;
    background-color: rgba(255, 57, 57, .20);
}

.atbd_content_active #directorist.atbd_wrapper .booking-requests .db-list-box-listing-content .db-h5Title {
    margin: 0;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #272b41;
}

.atbd_content_active .booking-requests .db-inner-booking-wrapper {
    padding: 11px 0 16px 0;
}

.atbd_content_active .booking-requests .db-inner-booking-list .db-booking-list {
    margin: 0;
}

.atbd_content_active .booking-requests .db-inner-booking-list .db-booking-list > li {
    list-style: none;
    text-transform: none;
}

.atbd_content_active .booking-requests .db-inner-booking-list .db-booking-list > li a{
    line-height: inherit !important;
}

.atbd_content_active .booking-requests .db-inner-booking-list .db-booking-list li:not(:last-child) {
    margin-right: 20px;
    position: relative;
}

.atbd_content_active .booking-requests .db-inner-booking-list .db-booking-list li:not(:last-child):after {
    content: '|';
    color: #e0e0e0;
    right: -13px;
    position: absolute;
}

.atbd_content_active .booking-requests .db-inner-booking-list .db-booking-list > li a {
    text-decoration: none;
}

.atbd_content_active .booking-requests .db-inner-booking-list .db-booking-list > li a,
.atbd_content_active .booking-requests .db-inner-booking-list .db-booking-list > li,
.atbd_content_active .booking-requests .db-inner-booking-list > p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #686c7c;
    margin: 0;
}

.atbd_content_active .booking-requests .db-list-box-listing .db-list-box-listing-img {
    margin-right: 20px;
}

.atbd_content_active .booking-requests .db-list-box-listing .db-list-box-listing-img img {
    background-color: #706b89;
    border-radius: 5px;
    width: 120px;
    height: 120px;
    max-width: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.atbd_content_active .booking-requests .buttons-to-right a:not(:last-child) {
    margin-right: 10px;
}

.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__reject,
.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__approve,
.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__cancel {
    font-size: 14px;
    font-weight: 400;
    color: #272b41;
    border-radius: 4px;
    background-color: #f3f3f3;
    padding: 0 20px;
    text-decoration: none;
    height: 38px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__reject:visited,
.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__approve:visited,
.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__cancel:visited {
    color: #272b41;
}


.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__reject:hover,
.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__cancel:hover {
    background-color: #e23636;
    color: #ffffff;
}

.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__approve:hover {
    background-color: #272b41;
    color: #ffffff;
}

.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__remove {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(226, 54, 54, .15);
    border-radius: 50%;
    color: #e23636;
    text-decoration: none;
}

.atbd_content_active #directorist.atbd_wrapper .booking-requests .buttons-to-right .buttons-to-right__remove i {
    font-size: 20px;
}

.atbd_content_active #db-booking-tabs .bd-dropdown.with-sort {
    width: 130px;
}

.atbd_content_active #db-booking-tabs .bd-dropdown.without-sort {
    width: 238px;
}

.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-toggle {
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 0 16px;
    height: 40px;
    text-decoration: none;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    width: 100%;
}

.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-toggle:after {
    position: absolute;
    content: '';
    right: 15px;
    border: solid #babfd8;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.atbd_content_active #db-booking-tabss .bd-dropdown .atbd-dropdown-toggle:visited {
    color: #666d92;
}

.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-toggle:focus {
    outline: none;
}

.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-toggle > span {
    color: #9299b8;
    margin-right: 9px;
}

.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-items {
    width: 100%;
    z-index: 10;
    max-height: 250px;
    overflow-y: auto;
}

.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-items.atbd-show {
    top: 41px;
    padding: 9px 0;
}

.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-item {
    padding: 6px 15px;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    color: #666d92;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 18px;
}

.atbd_content_active #db-booking-tabs .bd-dropdown .atbd-dropdown-item:visited {
    color: #666d92;
}

.atbd_content_active #db-booking-tabs .bd-dropdown-items .bd-dropdown-item:hover {
    background-color: #eeeeee;
    color: #272b41;
}

/* widget guest count select */
.db-guest-count .atbd-dropdown-toggle {
    display: block;
    width: 100%;
    border: 1px solid #e3e6ef !important;
    margin-top: 5px;
    border-radius: 3px;
}

.db-guest-count .atbd-dropdown-items.atbd-show {
    top: 40px;
}

.db-guest-count .atbd-dropdown-items .atbd-dropdown-item {
    padding: 5px 15px;
}

.db-guest-count .atbd-dropdown-items .atbd-dropdown-item:hover {
    background: #eee !important;
}


.bd-dropdown .atbd-dropdown-item:hover {
    background-color: #eeeeee;
    color: #272b41;
}

/*pagination*/
.atbd_content_active #db-booking-pagination.db-booking-pagination .db-pagination {
    margin: 0;
    padding: 30px;
    text-align: center;
}

.atbd_content_active #db-booking-pagination .db-pagination .db-item-number.db-item-number-next {
    padding-right: 3px;
}

.atbd_content_active #db-booking-pagination .db-pagination .db-item-number.db-item-number-prev {
    padding-left: 3px;
}

.atbd_content_active #db-booking-pagination .db-pagination li {
    list-style: none;
    display: inline-flex;
    margin: 0;
}

.atbd_content_active #db-booking-pagination .db-pagination .db-item-number:not(:last-child) {
    margin-right: 6px;
}

.atbd_content_active #db-booking-pagination .db-pagination .db-item-number a {
    padding: 0;
    line-height: normal;
    height: 35px;
    width: 35px;
    min-width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-radius: 300px;
    background-color: #fff;
    transition: 0.3s;
    text-align: center;
    right: auto;
    float: none;
    text-decoration: none;
    color: #7a82a6;
    font-size: 15px;
}

.atbd_content_active #db-booking-pagination .db-pagination .db-item-number.current a {
    background-color: #444752;
    color: #ffffff;
    border-color: transparent;
    cursor: default;
}

.atbd_content_active #db-booking-pagination .db-pagination .db-item-number a > i {
    font-size: 12px;
    border: 0 none;
    margin: 0;
}

/*booking confirmation*/
.booking-confirmation-page > i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.db-confirmation-success > i {
    background: #37be0d;
}

.db-confirmation-error > i {
    background: #ff3939;
}

.booking-confirmation-page > h2 {
    color: #272b41;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 25px 0 15px;
}

.booking-confirmation-page > p {
    color: #686c7c;
    font-size: 14px;
    line-height: 30px;
}

.booking-confirmation-page > a {
    font-size: 14px;
    font-weight: 400;
    color: #272b41;
    border-radius: 4px;
    background-color: #f3f3f3;
    padding: 0 20px;
    text-decoration: none;
    height: 38px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    border: 1px solid #e8e8e8;
}

.booking-confirmation-page > a:visited {
    color: #272b41;
}

.booking-confirmation-page > a:hover {
    background-color: #272b41;
    color: #ffffff;
}

#no-bookings-information {
    padding-top: 40px;
}

/* sidebar widget available times list */
.bdb-available-time-wrapper{
    padding: 15px 12px;
    background: #F3F4F6;
}
.bdb-available-time-wrapper > span{
    font-weight: 500;
    color: #272b41;
    display: block;
    margin-bottom: 5px;
}
.bdb-available-times-list .bdb-available-time{
    display: block;
}

/* frontend booking style */
.atbd_content_active #directorist.atbd_wrapper .atbd-booking-information .bdb-timing-type > p{
    color: #202428;
    margin-bottom: 15px;
}
.atbd_content_active #directorist.atbd_wrapper .atbd-booking-information .bdb-timing-type-select label,
.atbd_content_active #directorist.atbd_wrapper .atbd-booking-information .display-available-time  label,
.atbd_content_active #directorist.atbd_wrapper .atbd-booking-information .display-slot-available-text  label{
    margin: 0;
}
.atbd_content_active #directorist.atbd_wrapper .atbd-booking-information .dashicons-trash{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.dbe-tickets .atbd-dropdown{
    border: 1px solid #e8e8e8;
}
.dbe-tickets .atbd-dropdown .atbd-dropdown-toggle{
    display: block;
}
.dbe-tickets .atbd-dropdown .atbd-dropdown-items a{
    border-bottom: 1px solid #e8e8e8 !important;
    padding: 3px 10px;
}
.dbe-tickets .atbd-dropdown .atbd-dropdown-items a:hover{
    background: #e8e8e8 !important;
}
.dbe-tickets .atbd-dropdown .atbd-dropdown-items a:last-child{
    border-bottom: 0 none !important;
}

.bdb_event label,
.maximum_ticket_allowed label{
    min-width: 215px;
    display: inline-block;
}
.maximum_ticket_allowed{
    margin-top: 10px;
}
.bdb_event,
.maximum_ticket_allowed{
    display: flex;
    align-items: center;
}
.bdb-booking-type{
    margin-bottom: 10px;
}
.bdb-booking-type p{
    color: #202408 !important;
    margin-bottom: 8px !important;
}
.available-ticket{
    margin-top: 10px;
}
.db-booking-msg{
    position: relative;
    top: 2px;
}

.instant_booking label,
.display-slot-available-text label,
.display-available-ticket label{
    margin: 0 !important;
    position: relative;
    top: 2px;
}

/* booking form on listing details page */
.booking-wrapper .booking-content{
    padding: 30px;
}
.booking-wrapper .booking-content .book-now{
    display: inline-block !important;
}

/*media screen*/
@media (max-width: 767.98px) {
    .atbd_content_active #db-booking-tabs .bd-dropdown {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 575.98px) {
    .atbd_content_active .booking-requests .db-list-box-listing {
        display: block;
    }

    .atbd_content_active .booking-requests .db-list-box-listing .db-list-box-listing-img {
        margin-bottom: 20px;
    }

}

@media (max-width: 400.98px) {
    .atbd_content_active .booking-requests .db-booking-single {
        padding: 25px;
    }
    input#bdb_slot_available_text {
        width: 100%;
    }
    .bdb-timing-type-select{
        flex-wrap: wrap;
    }
    #directorist.atbd_wrapper .bdb-tab__nav__item{
        margin-bottom: 10px;
    }
}
