:root{
    --mbgreenlighter: #bff9e0;
    --mbgreenlight: rgb(165, 219, 196);
    --mbgreen: #7ec2a5;
    --mbgreendarker: #519074;
}



.nav-pills .nav-link.active{
    box-shadow: none;
    border:1px solid var(--mbgreen);
}

#bookingTabsWrapper{
    position: relative;

    z-index: 1;


    height: 66px;
    margin-bottom: 15px;
}

#navHolder{
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#navHolder::-webkit-scrollbar {
    display: none;
}

#bookingTabsWrapper #shadowerLeft{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 100%;
    /*
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0) 80%);
    */
}

#bookingTabsWrapper #shadowerRight {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 100%;
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0) 80%);*/
}

#bookingTabsWrapper>div>nav{
    width: 665px;
    height: 100%;

}
#bookintTabsWrapper .nav-tabs .nav-link.active{
    box-shadow: 0px 0px 6px rgba(0,0,0,0.25)!important;
}


.bamt{
    position: fixed;
    background:#fff;
    padding: 7px 14px;
    bottom: 10px;
    left: 10px;
    border-radius: 35px;
    text-decoration: none;
    z-index: 999;
    border: 1px solid var(--mbgreen);
    font-weight: bold;
    transition: 0.3s all;
}

.bamt:hover{
    background: var(--mbgreen);
    color: #fff;

}


.merchant-infowindow{
    width: 420px;
    display: block;
    text-decoration: none;
    color: #333;
}

.merchant-marker{
    width: 50px;
    height: 30px;
    display: block;
    font-size: 16px;
    color:#333;
    font-weight: 700;
    background-color: #fff ;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    overflow: hidde;

    text-align: center;;

    border: 1px solid #ececec;
    position: relative;
}

.merchant-marker .review-score{
    padding: 4px 8px;
    width: 100%;
}

.merchant-marker .average-price{
    background-color: #565e64;
    color:#fff;
    font-size: 14px;
    width: 100%;
    padding: 4px 8px;
    font-weight: normal;
}

.merchant-marker:hover{
    color:#fff;
    background-color: var(--mbgreen);
}
.merchant-marker::after{

    content: "";
    position: absolute;

    left: 50%;
    width: 0px;
    height: 0px;
    border-width: 0.5rem 1rem;
    margin-top: 0px;
    border-style: solid;
    border-color: #565e64 transparent transparent;
    transform: translateX(-50%);
    z-index: 1;


}

a{
    color:var(--mbgreen);
}

a:hover{
    color: var(--mbgreen);
}

.btn-primary{
    background-color: var(--mbgreen);
    border-color: var(--mbgreen);
}

.btn-outline-primary{
    color:var(--mbgreen)!important;
    border-color: var(--mbgreen);
}

.btn-outline-primary:hover{
    background-color: transparent!important;
    border-color: var(--mbgreen)!important;
}

.btn-primary:hover{
    background-color: var(--mbgreen);
    border-color: var(--mbgreen);
    box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, .12),
                0 0.25rem 1rem rgba(31, 27, 45, .12) !important
}

.text-primary{
    color:var(--mbgreen) !important;
}

/* results page */

.results-container {
    overflow: scroll;
}

.isExtraPaybackLabel {

    color: #fff;
    background-color: var(--mbgreen);
    padding: 4px 5px;
    border-radius: 4px;
    font-size: 11px;

}

.product-item {
    padding: 0px!important;
}

.isExtraPayback {
    border: 6px solid var(--mbgreen);
    padding: 10px;
    border-radius: 6px;
}

.ais-InfiniteHits {
    height: 100vh;
    overflow-y: scroll;
}

.ais-InfiniteHits-item::before {
    display: none !important;

}

.merchantInfoWindow p {
    margin-bottom: 0px;
}

.ais-RefinementList-showMore:hover,
.ais-InfiniteHits-loadMore:hover,
.ais-ClearRefinements-button:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.ais-ClearRefinements-button {
    margin-top: 15px;
}

.ais-RefinementList-showMore,
.ais-InfiniteHits-loadMore,
.ais-ClearRefinements-button {
    width: 100%;
    margin-bottom: 25px;
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;

    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;


    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

body {
    background: rgb(249, 249, 249);
    -webkit-font-smoothing: antialised;
}

.google-button {
    background: none padding-box rgb(255, 255, 255);

    border: 0px;
    margin: 0px;
    padding: 0px 17px;
    text-transform: none;
    appearance: none;
    cursor: pointer;
    user-select: none;
    direction: ltr;

    text-align: center;
    height: 40px;
    vertical-align: middle;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;

}

#map-tools {

    position: absolute;
    top: 10px;
    right: 10px;
}

.page-wrapper {}

.ais-Hits-item,
.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Results-item {
    width: 100%!important;
    overflow: hidden!important;
    padding:0px!important;
}

b {
    color: var(--mbgreen);
}

.ais-InfiniteHits-item {
    padding: .625rem 1rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    transition: 0.3s all;

    padding: 0px;
}

.ais-InfiniteHits-item a {
    text-decoration: none;
    color: var(--mbgreen);
}

.ais-InfiniteHits-item:hover {

    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.15)
}


.ais-InfiniteHits-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 94%;
    left: 3%;
    bottom: 0;
    height: 10px;
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 7%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 7%);
}

.ais-InfiniteHits-item p {
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.ais-InfiniteHits-item h4 {
    font-size: 16px;
    margin: 5px 0px 5px 0px;
}

.ais-InfiniteHits-item .item-distance {
    font-size: 13px;
    font-style: italic;
}

.ais-InfiniteHits-item .item-categories {
    font-size: 12px;
}

#map {
    height: 100vh;
    width: 100%;
}

.customCompanyMarker {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.ais-ClearRefinements-button--disabled,
.ais-RefinementList-showMore--disabled,
.ais-InfiniteHits-loadMore--disabled {
    display: none;
}

.ais-ClearRefinements-button {}

.ais-SearchBox-input {
    padding-left: 25px !important;
    display: block;
    width: 100%;
    padding: .625rem 1rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .3125rem;
    box-shadow: inset 0 1px 2px transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ais-RefinementList-labelText {
    font-size: 13px
}



.vhos {

    overflow-y: scroll;
}

.orange {
    color: var(--mbgreen);
}

.arrow_box {
    position: absolute;
    font-size: 10px;
    width: 50px;
    height: 20px;
    background: var(--mbgreen);
    border-radius: 5px;
    margin: 10px -30px;
    color: white;
    cursor: pointer;
}

.arrow_box img {
    min-width: 150px;
    width: auto;
    max-height: 100px;
    height: auto;
    border-radius: 5px;
}

.arrow_box:after {
    top: 20px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: var(--mbgreen);
    border-width: 5px;
    margin-left: -5px;
}

.ais-ClearRefinements-button{
    background-color: var(--mbgreen)!important;
    padding: 10px!important;
    font-weight: bold;
}

.rheostat-progress{
    background-color: var(--mbgreen) !important;
}

.nav-pills .nav-link.active{
    color: var(--mbgreen);
}
.breadcrumb-item.active{
    color: var(--mbgreen);
}
