
.webkit-scrollbar { 
    display: none !important;
  }

.chatFE { 
    font-size: 30px;
}

.account-container {
    max-width: 550px;
}

.backgroundSuccess { 
    background: #00000029;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;

}

.modalSuccess { 
    padding: 15px;
    border-radius: 8px;
    background: white;
    text-align: center;
    font-size: 18px;
    color: black;
    max-width: 400px;
    box-shadow: 3px 3px 0px #ffffff36;
    position: relative;
}

.imgCloseX {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.errorMsg { 
    margin: 10px auto 0;
    color: red;
    width: fit-content;
    padding: 6px;
    border-radius: 30px;
}

.cookies__modal p,
.cookies__modal button {
    font-size: 16px;
    color: white;
}

#acceptBtn { 
    background-color: #00bbae;
    box-shadow: 4px 4px 0 #4ed6cd;
    padding: 5px;
    color: white;
    border-radius: 8px;
    /* margin: 10px auto; */
    border: none;
}
#declineBtn { 
    background-color: #b8b4b4;
    box-shadow: 4px 4px 0 #cfcfcf;
    padding: 5px;
    color: white;
    border-radius: 8px;
    /* margin: 10px auto; */
    border: none;
}




.modals { 
    background: #00000029;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.row.content { 
    padding: 8px;
    border-radius: 8px;
    align-items: flex-start;
    height: 350px;
    overflow-y: auto;
    position: relative;
    display: flex;
    justify-content: center;
}




.modal-container { 
    background-color: white;
    padding: 15px;
    text-align: center;
}

.citiesButtons, .pricingButtons, .districtButtons { 
    padding: 6px;
    margin: 8px;
    cursor: pointer;
    border-radius: 24px;
    display: flex;
    width: fit-content;
    background: #fff6eb;
    justify-content: center;
    align-items: center;
    text-align: center;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    filter: drop-shadow(4px 4px 0px #FFE1BD);
}
.citiesButtons:hover, .pricingButtons { 
    filter: initial;
    transition: 0.5s;
}

.city-active { 
    background-color: #4ed6cd;
    color: white;
    filter: drop-shadow(4px 4px 0px #bdece9);
}

.height-auto { 
    height: auto !important;
}

.banner-text-wrapper { 
    width: 702px;
    max-width: 100%;
    margin: 20px auto 0;
    text-align: center;
}

.btn__wrapper { 
    font-size: 16px;
    color: white;
    background: grey;
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: space-between;
    border-radius: 16px;
}

.btn__wrapper a { 
    font-size: 18px;
    background: grey;
    width: 100%;
    padding: 10px;
}

.btn__wrapper a:hover { 
    font-size: 18px;
    background: rgb(192, 191, 191); 
}

.first__btn { 
    font-size: 18px;
    background: #f49f3f;
    width: 100%;
    padding: 10px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.first__btn.active { 
    background: #f49f3f !important;
}

.second__btn.active { 
    background: #f49f3f !important;
}

.second__btn  { 
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.background-image { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: 1;
}

.gallery_content { 
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
}

.image_container { 
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}


.fa-star { 
    color: #ffee58;
}


@media(min-width: 992px) { 
    #chat__opening { 
        position: fixed;
        z-index: 99999999;
        bottom: 24px;
        right: 0;
        justify-content: flex-end;
        background: #00000029;
        padding: 10px;
        left: 0;
        top: 0;
        height: 100vh;
        display: none;
    }

    .bee_success { 
        height: 300px;
    }

    .bd-promotion-thumb-wrapper { 
        text-align: center;
    }
}

@media (max-width: 992px) { 
    #chat__opening { 
        position: fixed;
        z-index: 99999999;
        bottom: 24px;
        right: 0;
        justify-content: flex-end;
        background: #00000029;
        padding: 10px;
        left: 0;
        top: 0;
        height: 100vh;
        display: none;
    }

    .bee_success { 
        height: 200px;
    }
    
    .text-centered { 
        text-align: center;
    }
}
.cookies { 
    height: 50px;
}

.show { 
    display: block !important;
}

@media (max-width: 480px) { 

    #showMoreModal .modal-container { 
        overflow-y: scroll;
        height: inherit;
    }

    .modal-container { 
        width: 100%;
    }
    .cookies__modal {
        background: #f49f3f;
        color: white;
        height: auto;
        width: 100%;
        padding: 10px;
        position: fixed;
        bottom: 0px;
        padding-bottom: 40px;
        z-index: 99999;
        display: none;
        text-align: center;
        align-items: center;
        flex-direction: column;
        /* border-radius: 8px; */
        box-shadow: 1px 1px 4px black;
    }
}

@media (min-width: 480px) {
    .cookies__modal {
        background: #f49f3f;
        color: white;
        width: 100%;
        padding: 10px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        height: 218px;
        z-index: 99999;
        display: none;
        text-align: center;
        align-items: center;
        flex-direction: row;
        box-shadow: 1px 1px 4px black;

    }
}

