body,
html {
  margin: 0;
  height: 100%;
  background: black;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contain {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 1200px; */
  margin: auto;
}

.stretch {
  display: block;
  width: 100%;
  height: 100%;
}

.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-color-scheme: dark) {
  body {
    margin: 0;
    height: 100%;
    background: black;
  }
}

.hidden {
  display: none;
  visibility: hidden;
  /* transition: transform 400ms ease 0ms; */
}

#consent-popup {
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: auto 0;
  position: absolute;
  z-index: 2 !important;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-family: sans-serif;
  overflow: auto;
}

#consent-bottom.consent-bottom-container {
  color: white;
  font-family: sans-serif;
  padding: 30px 60px 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 720px;
  background-color: #252525;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 30px auto;
  z-index: 1;
}

#consent-bottom .consent-bottom-content {
  font-size: 11px;
  flex: 1;
  text-align: left;
  margin-right: 30px;
}

.consent-button {
  height: 40px;
  border-radius: 8px;
  border: 2px solid #5d5d5d;
  color: white;
  background-color: #252525;
  white-space: nowrap;
  padding: 10px 15px;
}

.consent-button:hover {
  background-color: #c0bfbd;
  cursor: pointer;
}

#consent-bottom #consent-bottom-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

#consent-bottom #consent-bottom-close-btn:hover {
  margin-left: 10px;
  color: #c0bfbd;
  cursor: pointer;
}

#consent-popup #consent-close-btn:hover {
  color: #c0bfbd;
  cursor: pointer;
}

#consent-popup .consent-container {
  padding: 20px;
  background-color: #252525;
  width: 400px;
  margin: auto;
  border-radius: 10px;
}

#consent-popup .consent-title {
  font-size: 20px;
}

#consent-popup .consent-subtitle {
  font-size: 18px;
}

#consent-popup .consent-content p {
  font-size: 11px;
  cursor: text;
}

#consent-popup .consent-button-div {
  font-size: 16px;
}

#consent-popup .switch-analytics {
  position: relative;
  width: 70px;
  height: 24px;
  margin-right: 5px;
  float: right;
}

#consent-popup .consent-analytics {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#consent-popup .consent-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#consent-popup .switch-analytics input {
  opacity: 0;
  width: 0;
  height: 0;
}

#consent-popup .slider-analytics {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}

#consent-popup .slider-analytics:before {
  position: absolute;
  content: "Off";
  height: 16px;
  left: 34px;
  bottom: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #00000063;
  padding-bottom: 1px;
  font-size: 14px;
}

#consent-popup .slider-analytics:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #252525;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 8px;
}

#consent-popup input:checked + .slider-analytics {
  background-color: #30315e;
}

#consent-popup input:focus + .slider-analytics {
  box-shadow: 0 0 3px #37d322;
}

#consent-popup input:hover + .slider-analytics {
  box-shadow: 0 0 3px #37d322;
}

#consent-popup input:checked + .slider-analytics:after {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
  content: "";
  width: 26px;
}

#consent-popup input:checked + .slider-analytics:before {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  content: "On";
  color: white;
}

#consent-popup .slider-analytics.round {
  border-radius: 12px;
}

#consent-popup .slider-analytics.round:before {
  border-radius: 8px;
}

/* #consent-bottom-more-btn {
  text-decoration: underline;
  cursor: pointer;
} */

.consent-cookies-page-link {
  cursor: pointer;
  text-decoration: underline;
  color: gray;
}

.consent-cookies-page-link:active {
  cursor: pointer;
  text-decoration: underline;
  color: #551a8b;
}

.consent-second-button {
  margin-left: 10px;
}

@media screen and (max-width: 780px) {
  #consent-bottom.consent-bottom-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  #consent-bottom.consent-bottom-container {
    padding: 30px;
    flex-direction: column;
    margin-bottom: 0;
  }
  #consent-bottom .consent-bottom-content {
    margin-bottom: 15px;
    margin-right: 0;
  }
  #consent-popup .consent-container {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 365px) {
  .consent-button-div {
    flex-direction: column;
  }

  .consent-button {
    width: 100%;
  }

  .consent-second-button {
    margin-left: 0;
    margin-top: 10px;
  }
}


/* loading splash */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.loading-div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-top: 140px;
    align-items: center;
}

.container-splash {
    width: 100%;
    height: 100%;
    position: relative;
}

.spinner
{
  stroke:#ffffff;
  -webkit-animation: rotation 1.35s linear infinite;
  animation: rotation 1.35s linear infinite;
}

.loading-div span {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-left: 12px;
}

@-webkit-keyframes rotation
{
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotation
{
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.circle
{
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.35s ease-in-out infinite;
  animation: turn 1.35s ease-in-out infinite;
}

@-webkit-keyframes turn
{
  0% {
    stroke-dashoffset: 180;
  }

  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes turn
{
  0% {
    stroke-dashoffset: 180;
  }

  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
