@font-face {
  font-display: swap;
  font-family: ITCAvantGardePro-Bold;
  src: local("Open Sans, sans-serif"),
    url(ITCAvantGardePro-Bold.woff2) format("woff2"),
    url(ITCAvantGardePro-Bold.woff) format("woff");
}

body {
  background-color: #000;
  font-family: "ITCAvantGardePro-Bold";
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

.assistant-wrapper {
  background-color: #191919;
  padding: 0 20px;
}

.header-container {
  align-items: center;
  display: flex;
  height: 86px;
  justify-content: center;
}

.header-container .logo {
  height: 50px;
  width: 81px;
}

.footer {
  align-items: center;
  display: flex;
  padding: 0 20px;
  height: 170px;
  justify-content: center;
}

.footer a:not(:first-child) {
  margin-left: 38px;
}

.footer a {
  color: #fff;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.footer a:hover {
  text-decoration: underline;
}

.footer a:not(:first-child)::before {
  background-color: #fff;
  border-radius: 100%;
  content: " ";
  display: inline-block;
  height: 5px;
  left: -20px;
  position: absolute;
  top: 9px;
  width: 5px;
}

a[data-testid="zoovu-brand"] {
  display: none;
}

@media (max-width: 768px) {
  .footer a:not(:first-child)::before {
    display: none;
  }

  .footer {
    flex-direction: column;
    height: auto;
    margin: 20px 0;
  }

  .footer a {
    margin: 20px 0 !important;
    text-align: center;
  }
}

#jo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: white;
}

#jf {
  background: #222;
  padding: 20px;
  box-shadow: 0 0 10px #000;
}

#jf input[type="password"] {
  padding: 10px;
  margin-right: 10px;
  border: none;
}

#jf button {
  padding: 10px 15px;
  border: 1px solid white;
  background-color: #222;
  color: white;
  cursor: pointer;
}

#jf button:hover {
  background-color: #333;
}

#je {
  color: red;
  margin-top: 10px;
}
