
body, div.container-fluid {
    background-color: #f7e7ce !important;
}


#whatsapp_btn {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    width: 66px;
    height: 66px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    /* background-color: #FFF4EA; */
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    bottom: 10px;
    right: 10px;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: fixed;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.blob {
    background: #F5F5F5;
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;

    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.bg_red {
    background-color: #810321 !important;
}

.beige_text {
    color: #f7e7ce !important;
}

.dark_bg::before {
    background: rgba(0, 0, 0, 0.5);
    /* filter: brightness(50%); */
    z-index: 0;
}

.dark_bg>* {
    z-index: 1;
}

#language-picker-select{
    padding: 2px;
}

