﻿.cookie-banner {
    direction: rtl;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #031a44;
    color: #fff;
    padding: 1rem;
    font-size: 0.95rem !important;
    display: none;
    justify-content: space-between;
    align-items: center;
    z-index: 99999999;
    border-radius: 10px;
    margin: 5px;
}
.cookie-banner p {
  margin: 0;
  padding-right: 1rem;
  font-size: 0.95rem!important;
  width:100%;
}
.cookie-banner a {
  color: #4da6ff;
  text-decoration: underline;
}
.cookie-banner .btn {
  background: #4da6ff;
  border: none;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 4px;
  cursor: pointer;

}
.cookie-banner .btn:hover {
  background: #1e90ff;
}

.cookie-banner #policy-buttons .btn-ok{  margin-left:1rem;}
.cookie-banner #policy-buttons{display:block;margin-top:10px;}

.cookieRedefine{ position: fixed;left:0;bottom:0; padding-bottom:45px; cursor:pointer;z-index:999;display:none;}
.cookieRedefine img{width:40px; height:40px; padding-left:5px;padding-bottom:5px;}

@media (max-width: 767px){
    .cookie-banner { display: block; }
        .cookie-banner #policy-buttons {
            display: block;
            margin-top: 1rem;
            text-align: center;
            width: 100%;
        }
}
.validatorPrivacy{color:red;display:none;}