.nk-cookie-banner {position: fixed;bottom: 0px;left: 0px;width: 100%;z-index: 999;border-radius: 0px;display: none;}
.exit-message { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: #fff; border-radius: 5px; padding: 20px; text-align: center; width: 500px; height: 300px; z-index: 10000; }.exit-message p { margin-bottom: 10px; }.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 9999; }