.taxPopup .taxPopupModal{display:none;width:100vw;height:100vh;opacity:9000;position:fixed;top:0;left:0;bottom:0;background-color:rgba(0,0,0,0.4);right:0;z-index:5000;overflow:auto}
.taxPopup .overlay-content{background:#fff;padding:1%;color:#000;top:30px;margin:0 0 0 -20%;cursor:default;z-index:10001;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,0.9);padding:50px 50px;position:relative}
.taxPopup .popup .material-icons{color:#000 !important;cursor:pointer}
.taxPopup .popup .popup-description{display:flex;justify-content:space-between}
.taxPopup .popup{position:relative;margin:0;width:50%;margin:auto;max-width:1440px;margin-bottom:100px}
.taxPopup .popup-content{height:auto;margin-bottom:10px}
.taxPopup .overlay-bg{display:none;position:absolute;top:0;left:0;height:100%;width:100%;cursor:pointer;z-index:1000;background:#000;background:rgba(0,0,0,0.75)}
.taxPopup .btn-section{margin:20px 0}
.taxPopup .popup .btn{position:relative;z-index:3;background-color:#00243d;font-size:16px;border:1px solid;border-radius:4px;padding:6px 12px;text-decoration:none;font-family:"akkurat-pro";font-weight:700;color:#fff}
.taxPopup .btn-agree:hover{color:white;background-color:#000;border:1px solid #ae9f7e;transition:all .2s linear}
.taxPopup .btn-disagree:hover{color:white;background-color:#000;border:1px solid #ae9f7e;transition:all .2s linear}
@media(max-width:960px){.taxPopup .overlay-content{top:25px;padding:50px 15px}
.taxPopup .popup{width:70%}
.taxPopup .btn-section{text-align:center;margin-top:10px;display:flex;justify-content:center;gap:15px}
}