@import url('https://fonts.cdnfonts.com/css/roboto-condensed');
@import url('https://fonts.cdnfonts.com/css/roboto');


/* Cookies */

.cookiealert {
  position: fixed;
  bottom: 20px;
  right: -420px;
  max-width: 400px;
  width: 100%;
  background: #26264a;
  border-radius: 20px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.cookiealert.show {
  right: 20px;
}

.cookiealert h4,
.cookiealert p {
  text-align: left;
}

.second-heading {
  margin-top: 1rem;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acc-content {
  border: none;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  background: #448aff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: bold;
  box-shadow: rgb(68, 138, 255, 0.3) 3px 3px 20px;
  margin-top: 1rem;
}

.cookiealert .ref-content {
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}

.top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.cookies-content p {
  font-size: 14px;
  margin-top: 1rem;
  color: white;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
}

.cookies-content h4 {
  color: #448aff;
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
}

.cookies-content i {
  color: #448aff;
  font-size: 32px;
}

@media screen and (max-width: 415px) {
  .cookiealert {
    max-width: 300px;
  }
}
