
.cookie_warning_container{padding: 25px 30px; position: fixed; bottom:0; left: 0;color:#fff; font-size: 12px; z-index: 10000; display: flex; align-items: center;}
.cookie_warning_Color{position: absolute; top: 0;right: 0;bottom: 0;left: 0; opacity: 0.8;}
.cookie_text{position: relative; z-index: 20}
.cookie_text a {color: #fff; text-decoration: underline; font-weight: bold;}
.cookie_text a:hover {color: #fff !important;  text-decoration: none;}

.cookie_btn{position: relative; z-index: 20; padding-left: 2rem;}
#agree{border: 1px solid #fff; color:#fff; background: none;}
#agree:hover{background: #fff; color:#000;}
/*phones*/
@media (max-width: 991px) {

}