
#eng_cookie_consent_banner {
    position: fixed;
    z-index: 10099;
    bottom: 0px;
    right: 0px;
    width: 40%;
}

#eng_cookie_consent_banner .eng_cookie_consent_banner_container{
  
    border-radius: 6px;
    background: #ffffff;
    padding: 15px;
    color: #000000;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-left:0px;
    margin-right:20px;
    margin-bottom:20px;
}

.eng_btn_container {
    display: flex;
    justify-content: space-between;
}

#eng_cookie_consent_banner p{
    font-size: 14px;
    text-align: center; 
}

#eng_cookie_consent_banner h3{
    font-size: 18px;
    text-align: center; 
}

#eng_cookie_consent_banner .accept_btn {
    background: #17163e;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 10px 20px;
}

#eng_cookie_consent_banner .deny_btn{
    background: #eeeeee;
    color: #000;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 10px 20px;
}

.eng_consent_settings_menu_btn{
    color: #fff!important;
}

/* Handle */
.eng_consent_settings_menu_cookies_container::-webkit-scrollbar-thumb {
    background: #000000!important;
}

/* Handle on hover */
.eng_consent_settings_menu_cookies_container::-webkit-scrollbar-thumb:hover {
    background: #000000!important;
}

.eng_consent_settings_menu button{
    background-color: #000000;
    border: none;
    color: #fff;
    border-radius: 3px;
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
}
.eng_consent_settings_menu a{
    color: #000000!important;
}
.eng_consent_settings_menu button:hover{
    background-color: #000000;
}
