.ba-mw-100{
    max-width: 100px;
}
.ba-w-165{
    width: 165px;
}

.form-row-marged{
    margin-bottom: 25px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #dddcdc;
}
.form-row-double-col .form-group,
.form-row-double-col .form-check{
    margin-bottom: 25px;
}

select.form-control-alt{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.form-group.lw-err{
    position: relative;
}
.ba--lw-fg-error{
    color: #dc2626!important;
    font-size: 10px;
    position: absolute;
    max-width: 100%;
}
a.link-fx.logo-fx::before {
    bottom: -20px;
    width: 100%;
    height: 3px;
    background-color: #6dbea7;
}
.btn-primary {
    background-color: #6dbea7;
    border-color: #578d80;
}
.btn-primary:hover {
    background-color: #02c08a;
    border-color: #017f6e;
}
/* User page rules */

table .role-badge.admin{
    background-color: #eed400;
}
table .role-badge.supervisor{
    background-color: #0891b2;
}
table .role-badge.staff{
    background-color: #65a30d;
}
table .role-badge.operator{
    background-color: #de3232;
}
table .role-badge.client-user{
    background-color: #0284c7;
}
table .role-badge.super-admin{
    background-color: #6dbea7;
}
table .status-bg{
    background-color: #16a34a !important; 
}
.form-check.view-activate-acc{
    margin-top: 32px;
}
@media (max-width: 767px){
    .form-check.view-activate-acc{
        margin-top: 0;
    }
}
/* END User page rules */

/* Approve user page rules */
.decline-approve-cont button{
    min-width: 125px;
}

input.account-decline-reason:placeholder-shown + .account-decline-btn {
    background-color: grey;
    border: grey;
    pointer-events: none;
}


/* END Approve usere rules */

/* listing page rules */
table.listing-list .badge{
    background-color: #de3232;
}
table.listing-list .badge.accommodation{
    background-color: #65a30d;
}
table.listing-list .badge.tours-activities{
    background-color: #0891b2;
}
table.listing-list .badge.locations{
    background-color: #d97706;
}
table.listing-list .badge.business{
    background-color: #8f55f2;
}
table.listing-list .badge.food-beverage{
    background-color: #eed400;
}
table.listing-list .badge.plain{
    background-color: #333;
}
select.readonly{
    pointer-events: none;
    background-color: #e9ecef;
}
.approve-listing{
    margin-top: 30px;
}
.api-inventory-match{
    width: 100%;
    margin-bottom: 1.5rem;
}
.api-inventory-match{
    width: 100%;
    margin-bottom: 1.5rem;
}
.api-inventory-match label{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e444a;
    background-color: #d8dde5;
    background-clip: padding-box;
    border: 1px solid #d8dde5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.api-inventory-match label input[type=radio]{
    position: absolute;
    top: 50%;
    right: 3px;
    margin: 0;
    transform: translate(-50%,-50%);
    outline: none!important;
    box-shadow: none;
}
.api-inventory-match label input[type=radio]:after{
    content: '';
    position: absolute;
    top: -12px;
    right: 0;
    width: 28px;
    height: 37px;
    border-left: 1px solid #d1d7e1;
}
.swiper.ba-swiper-listing{
    height: 200px;
    background-color: #e9ecef;
    padding: 0 25px;
    border-radius: 5px;
}
.swiper.ba-swiper-listing .swiper-button-prev,
.swiper.ba-swiper-listing .swiper-button-next{
    color: black;
}
.swiper.ba-swiper-listing .swiper-button-prev:after,
.swiper.ba-swiper-listing .swiper-button-next:after{
    font-size: 30px;
}
.swiper.ba-swiper-listing .swiper-slide{
    height: 100%;
    padding: 15px;
}
.swiper.ba-swiper-listing .swiper-slide .image-container{
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
label.ba-label-si{
    height: 100%;
    width: 100%;
    cursor: pointer;
}
input[type=radio].ba-radio-si{
    height: 100%;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
input[type=radio].ba-radio-si:checked{
    background-image: url("../images/check-solid.svg");
    background-color: #0000009c;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center center;
}
.dropzone-col{
    display: none;
}
.button-flx-cont{
    display: flex;
}
.fairharbour-code{
    display: none;
}

@media (max-width: 768px){
    .swiper.ba-swiper-listing{
        height: 300px;
    }
    .approve-listing{
        margin-top: 0;
    }
}

/* END LISTING PAGE RULES */

/* Event pages rules */
.filter-container{
    display: flex;
    align-items: center;
}
.filter-container .sort-cont{
    position: relative;
    margin-right: 15px;
}
.filter-container .sort-cont .sort-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    width: 55px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.1s linear;
}
.filter-container .sort-cont .sort-icon.active:after {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0284c7;
    background-image: url('../images/sort.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.filter-container .sort-cont .sort-icon.show {
    padding: 10px 5px;
}
.filter-container .sort-cont .sort-icon .srt-line{
    height: 2px;
    width: 100%;
    background-color: #000000;
}
.filter-container .sort-cont .sort-icon .srt-line.line2{
    width: 75%;
}
.filter-container .sort-cont .sort-icon .srt-line.line3{
    width: 50%;
}
.filter-container .sort-cont .dropdown-menu{
    border: 1px solid #d8dde5;
    left: -15px !important;
}
.filter-container .sort-cont .dropdown-menu .dropdown-item{
    cursor: pointer;
}
.filter-container .sort-cont .dropdown-menu .dropdown-item.selected{
    font-weight: bold;
    background-color: #ddeafe;
}

.repeat-event-cont{
    display: none;
}
input#logo{
    display: none;
}
.ba-custom-accordion .accordion-button::after {
    margin-left: unset;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.ba-custom-accordion .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
}
.ba-custom-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
}
.ba-custom-accordion .accordion-button .start{
    display: flex;
    flex-wrap: wrap;
}
.ba-custom-accordion .accordion-button .start .ab-info-item{
    margin: 5px 15px 5px 0;
    background-color: #fafafa;
    padding: 4px 10px;
    border: 1px solid #d8dde5;
}
.ba-custom-accordion .accordion-button .end{
    margin-right: 25px;
}
.event-external-links-cont{
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin-bottom: 25px;
}
.event-external-links-cont .title{
    margin-right: 10px;
}
.event-external-links-cont .qty{
    font-weight: 700;
    margin-right: 10px;
}
.event-external-links-cont .price{
    font-weight: 700;
}
.event-gst-cont{
    display: flex;
    width: 60%;
    justify-content: space-between;
}
.event-gst-cont .price{
    font-weight: 700;
}
.event-total-cont{
    display: flex;
    width: 60%;
    justify-content: space-between;
}
.event-total-cont .price{
    font-weight: 700;
}
#event_logo_uploader{
    display: none;
    margin-top: 25px;
    max-width: 200px;
}
.row.dz-logo-cont:not(.show){
    align-items: flex-end;
}
@media (max-width: 768px){
    .ba-custom-accordion .accordion-button .end{
        display: none;
    }
    .ba-custom-accordion .accordion-button .end.search-quote{
        display: unset;
    }
    .ba-custom-accordion .accordion-button .end.search-quote .ba-w-165{
        width: 120px;
    }
    .event-external-links-cont,
    .event-gst-cont,
    .event-total-cont{
        width: 90%;
    }
}
/* END Event pages rules */

/* Accordion rules */
.accordion-button.ba-fake-accordion{
    display: flex;
    justify-content: space-between;
}
.accordion-button.ba-fake-accordion .start{
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
}
.accordion-button.ba-fake-accordion .start .ab-info-item{
    margin: 5px 15px 5px 0;
    background-color: #fafafa;
    padding: 4px 10px;
    border: 1px solid #d8dde5;

}
.accordion-button.ba-fake-accordion .end a{
    color: black;
}
.accordion-button.ba-fake-accordion .end a:hover{
    color: black;
    text-decoration: underline;
}
.accordion-button.ba-fake-accordion::after {
    margin-left: unset;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(-90deg);
}
.accordion-button.ba-fake-accordion.no-after::after {
   display: none;
}

@media (max-width: 768px){
    .accordion-button.create-quote .ba-w-165{
        width: 120px;
    }
}
@media (max-width: 500px){
    .accordion-button.create-quote .ba-w-165{
        width: unset;
        font-size: 12px;
    }
}
/* END Accordion rules */

/* Order Payment Accordion rules */
.ba-custom-stripe-input label{
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.ba-stripe-c-input{
    padding: 5px 0;
    border: 0;
}
.ba-stripe-c-input::placeholder{
    color: #3e444a;
}
/* END Order Payment Accordion rules */

/* Email template rules */
.place-h-txt{
    position: absolute;
    top: 40px;
}
/* END Email template rules */

/* TRANSACTION REPORT*/
.transaction-header-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.date-picker-container{
    display: flex;
    align-items: flex-end;
}
.transaction-dp{
    width: 150px;
}
.transaction-filter-select{
    width: 250px;
}
.transaction-filter-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
/* END TRANSACTION REPORT*/

/* ----------------New css------------------ */
.inventory_list{
    height: 300px;
    overflow-x: clip;
    overflow-y: scroll;
}
.inventory_list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.inventory_list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.inventory_list::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.inventory_list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* --------------------- */
.hotel-image{
    width: 100%;
    border-radius:7px;
}
.search-side-bar{
    margin-left: -12px;
    margin-top: -26px;
    /* background-color: #e1e1e1; */
}
.property-box{
    padding: 5px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}


[slider] {
    width: 100%;
    position: relative;
    height: 5px;
    margin: 45px 0 10px 0;
    }

    [slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 5px;
    }
    [slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
    }

    [slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
    }


    [slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 14px;
    background-color: #0891b2;
    }

    [slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 20px;
    width: 20px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
    }

    [slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    opacity: 0;
    }

    div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
    }

    div[slider] > input[type=range]:focus {
    outline: none;
    }

    div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: #0891b2;
    -webkit-appearance: none;
    }

    div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
    }

    div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
    }

    div[slider] > input[type=range]::-ms-tooltip {
    display: none;
    }

    [slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    background-color: #0891b2;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    }

    [slider] > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #0891b2;
    }

    [slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    }

    [slider]:hover > div > [sign] {
    opacity: 1;
    }
