.consent-popup-container{display:none;width:100vw;height:100vh;background-color:rgba(0,0,0,0.4);position:fixed;top:0;left:0;right:0;bottom:0;z-index:5000;justify-content:center;align-items:center}
.consent-popup{display:flex;flex-direction:column;gap:30px;background-color:white;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,0.2);width:50%;max-width:1440px;padding:30px;max-height:50%;overflow-y:auto}
.popup-btn-div{display:flex;justify-content:center}
.popup-btn{background-color:#00485e;border:0;color:white;padding:10px 20px;text-align:center;text-decoration:none;font-size:16px;font-family:"Akkurat Pro";font-weight:700;border-radius:5px;cursor:pointer;transition:all .2s linear}
.popup-btn:hover{color:white;background-color:#000}
@media(max-width:960px){.consent-popup{width:75%}
}