/* Background blur when modal open */

p.content {
    color: #000;
}

.boxbutton .btn{
    text-transform: unset !important;
    border-radius: 0.375rem;
    color: #ffffff;
    line-height:unset !important;
    overflow: hidden !important;
    padding: 10px 20px;
    position: relative !important;
    font-weight: unset !important;
    text-align: center !important;
    white-space: unset !important;
    z-index: unset !important;
    letter-spacing: unset !important;
    border: unset !important;
}
.boxbutton .btn-secondary{
    background-color: #6c757d !important;
    
}
.boxbutton .btn-primary{
    background-color: #0d6efd !important;
    
}
.bg {
/*body.modal-open .bg {*/
    filter: blur(10px);
    -webkit-filter: blur(10px);
}


.popup-translator .cookie-heading {
    width: 65%;
    text-align: center;
}

.modal-body .content {
    font-size: 16px;
    /* text-align: justify; */
    padding: 2%;
}



.popup-translator .goog-te-gadget .goog-te-combo {
    width: 100%;
}

.popup-translator .goog-te-gadget .goog-te-combo {
    background-color: #0d6efd !important;
}

.popup-translator .goog-te-gadget .goog-te-combo {
    width: 90%;
}

.agree-btn {
    font-size: 17px;
    width: 21%;
    background-color: #0d6efd;
    color: #fff;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    padding: 6px;
}
.save-btn {
    font-size: 17px;
    width: 20rem;
    background-color: #0d6efd;
    color: #fff;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    padding: 6px;
}

.disagree-btn {
    font-size: 17px;
    width: 21%;
    background-color: #fff;
    color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    padding: 6px;
}

.modal-footer {
    justify-content: center;
}

.modal-content{
    background: url("../img/background-cookie.jpg");
}

.modal-content .modal-header1 , .modal-body, .modal-footer{
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.content {
    background-color: unset !important;
    border: unset !important;
}


.more-option-btn-section .agree-btn{
    width: 42%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .save-btn {
        width: 24rem;
       
    }
}


@media only screen and (max-width: 767px) {
    .modal-body .content {
        overflow: scroll;
        height: 261px;
    }

    .popup-translator {
        display: grid;
        grid-auto-flow: dense;
        padding: 0px !important;
    }

    .popup-translator .cookie-heading {
        width: 100%;
        text-align: center;
        padding-top: 16px;
        font-size: 25px;
    }

    #google_translate_element {
        order: -1;
    }

    .popup-translator .goog-te-gadget .goog-te-combo {
        width: 40%;
        float: right;
    }

    .modal-footer {
        /* flex-direction: column-reverse; */
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .save-continue,
    .save-preference {
        font-size: 12px;
        width: 100%;
    }

    .save-btn {
        font-size: 11px;
        width: 74%;
    }

    .agree-btn {
        font-size: 13px;
        width: 26%;
    }
    .disagree-btn {
        font-size: 13px;
        width: 26%;
    }

    .more-option-btn-section .agree-btn{
        width: 100%;
    }
}

/* radio button */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* radaio button */

.reject-accept-section {
    display: none;
}

.more-option-btn-section {
    display: none;
}

.close-cookie-modal {
    padding: 0px 7px;
    border: 1px solid #000 !important;
    border-radius: 29px;
    margin: 4px 4px;
    width: 26px;
}


#modal_content {
    background: url("../images/hero_bg.jpg");
    background-position: center;
    padding: 27px 13px;
}
.message {
    color: green;
}

#form-section {
    border: 1px solid #000;
}

.scroll_popup_close {
    cursor: pointer;
}

#form-section::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
  }

@media only screen and (min-width: 768px) and (max-width: 2000px) {
    .popup-translator {
        display: grid;
        grid-auto-flow: dense;
        padding: 0px !important;
    }

    .popup-translator .cookie-heading {
        width: 100%;
        text-align: center;
        padding-top: 16px;
    }

    #google_translate_element {
        order: -1;
    }

    .popup-translator .goog-te-gadget .goog-te-combo {
        width: 16%;
        float: right;
        text-align: center;
    }
}


/* pop up */

#modal_content {
    background: url("../images/hero_bg.jpeg");
    background-position: center;
    padding: 27px 13px;
}
.message {
    color: green;
}

#form-section {
    border: 1px solid #000;
}

.scroll_popup_close {
    cursor: pointer;
}

#form-section::placeholder {
    color: #000;
    opacity: 1; 
  }




  /* separate_modal */

.separate_modal .modal-content {
    background: unset;
    background-color:#736d6da8;
    color:#000;
    text-align: center;
}

.separate_modal .modal-body, .separate_modal .modal-footer {
    backdrop-filter: unset;
}

.separate_modal .separate-cookie-btn {
    border-radius: 25px;
}


/* button in the header */
.apply-btn-section {
    width: 27%;
    margin: 0 auto;
}
.apply-btn-section .apply-btn {
    border-radius: 47px;  
    font-size: 13px;
    display: block;
    padding: 6px 4px;
    margin: 0 auto;
    background-color: #808080;
}

.apply-btn-section .apply-btn-yes, .apply-btn-section .apply-btn-no {
    border-radius: 25px;  
    font-size: 13px;
    padding: 3px 4px;
}

.confirm-btn .apply-btn-yes {
    background-color: #fff;
    color: green;
}

.apply-btn-section {
    display: none;
}

/*body .custom_bg_add.bg {*/
.bg {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}


@media only screen and (max-width: 767px) {
    .apply-btn-section {
        width: 89%;
        margin-top: 8px;
    }
}







