body {
  background-color: #ffffffdd;
  color: #333;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.top-navbar {
  display: flex;
  height: 40px;
  flex-direction: row;
  align-items: center;
  background-color: #062d43;
}

.nav-drop {
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-img {
  width: 18px;
  margin-bottom: 3px;
}

.elselogo {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.logo-a {
  color: #f9faff;
}

.logo-a:hover {
  color: #cecfd5;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 10px 10px;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  background-color: #f5f5f5;
}

.footer-logo {
  margin-top: 0.6rem;
  color: #111;
  font-family: "Roboto", sans-serif;
}

.footer-ban {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  color: #111;
  font-family: "Roboto", sans-serif;
}

.footer-content {
  display: flex;
  text-align: right;
  margin-bottom: 0.6rem;
}

.footer-sm {
  display: none;
}

.content-item:not(:last-child) {
  margin-right: 0.8rem;
}

.content-item {
  font-weight: bold;
  color: #111;
  font-family: "Roboto", sans-serif;
}

.content-item:hover {
  color: #cecfd5;
}

.cookie-container {
  width: 100%;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  /* display: flex; */
  /* justify-content: center; */
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.cookie-1 {
  opacity: 0.975;
  animation-duration: 0.8s;
  animation-name: fadeIn;
  background-color: #fff;
  color: #595d63;
  padding: 16px;
  box-sizing: border-box;
  box-shadow: 1px -1px 5px #595d6344;
  /* border-radius: 12px; */
  /* box-shadow: 0 4px #aab1ba; */
  /* border: 2px solid #aab1ba; */
}

.cookie-1-t {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: -0.25px;
  font-weight: 500;
  text-align: center;
  flex: 1 1 0;
}

.cookie-1-b {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.f2-title1 {
  margin: 0;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.f2-link {
  font-weight: bold;
}

.cookie-btn {
  background: #0058a3;
  border: 2px solid #03427a;
  color: #ffffff;
  border-radius: 20px;
  padding: 8px 24px;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 576px) {
  .footer {
    display: none;
    font-size: 15px;
    flex-direction: column;
    justify-content: center;
  }

  .footer-ban {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .footer-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    background-color: #f5f5f5;
  }

  .footer-ban-sm {
    display: flex;
    flex-direction: row;
    margin-top: 0.8rem;
  }

  .ban-sm {
    margin-right: 0.8rem;
  }

  .content-item-sm {
    font-weight: bold;
  }

  .content-item-sm:not(:last-child) {
    margin-right: 0.8rem;
  }

  .cookie-1-t {
    line-height: 1.5;
    font-size: 14px;
  }

  .cookie-btn {
    padding: 6px 15px;
    font-size: 14px;
    /* letter-spacing: 0.75px; */
  }
}

.cookie-area {
  padding: 15px;
}

.cookie-title {
  font-size: 24px;
  font-weight: bold;
}

.cookie-title-s {
  font-size: 18px;
  font-weight: bold;
}

.cookie-title:not(:first-child) {
  margin-top: 25px;
}

.cookie-content {
  margin-bottom: 10px;
}

.content-inner {
  margin-left: 28px;
}
