@charset "utf-8";

.cookie { position: fixed; bottom: 16px; left: 50%; translate: -50%; width: 100%; z-index: 999999999; max-width: 700px; border-radius: 30px; background: linear-gradient(355deg, rgb(11, 34, 44), rgb(3, 17, 36)); color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.2); padding: 14px; align-items: center; gap: 40px; justify-content: space-between; display: none; }

.cookie__btn { border: none; white-space: nowrap; padding: 12px; border-radius: 4px; background: rgb(255, 255, 255); color: rgb(94, 77, 104); cursor: pointer; }

.cookiebtnblock { display: flex; }

.declineBtnn { margin-left: 10px; background-color: red; color: white; }

@media screen and (max-width: 600px) {
  .cookiebtnblock { display: flex; flex-direction: column; }
  .declineBtnn { margin-left: 0px; margin-top: 10px; }
}

.cookie__text { color: white; }
