@font-face {
  font-family: SofiaProBold;
  src: url(../fonts/SofiaProBold.otf);
}

@font-face {
  font-family: SofiaProMedium;
  src: url(../fonts/SofiaProMedium.otf);
}

@font-face {
  font-family: SofiaProRegular;
  src: url(../fonts/SofiaProRegular.otf);
}

@font-face {
  font-family: SofiaProSemiBold;
  src: url(../fonts/SofiaProSemiBold.otf);
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #ffffff;
}

body {
  font-family: SofiaProSemiBold;

  background: #db8c7d;
  background: -webkit-radial-gradient(top, #219ab8, #05313a);
  background: -moz-radial-gradient(top, #219ab8, #05313a);
  background: radial-gradient(to bottom, #219ab8, #05313a);
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

a,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  text-underline: none;
  color: #ffffff;
}

span {
  color: #CB3233;
  font-weight: bold;
}

.sub {
  margin: 2rem auto !important;
  font-size: 1.3rem;
}

.noDesktop {
  display: none;
}

.noMobile {
  display: block;
}

.active {
  background-color: transparent !important;
}

.center-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-left {
  border-left: 2px solid #000000;
}

.border-right {
  border-right: 2px solid #000000;
}

.border-top {
  border-top: 2px solid #000000;
}

.border-bottom {
  border-bottom: 2px solid #000000;
}

.hero-copy {
  text-align: center;
  padding: 1em;
}

.hero-wrapper-full {
  background-color: transparent;
}

.bg-white {
  background: white !important;
}

/*buttons CSS*/

.btn,
a.btn-primary,
a.btn-primary:active,
a.btn-primary:focus,
.btn-next,
.btn-next:active,
.btn-next:focus,
.btn-submit,
.btn-submit:active,
.btn-submit:focus {
  -webkit-appearance: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: SofiaProWeb, Helvetica, Arial, sans-serif;
  font-weight: 500;
  height: 3rem;
  min-width: 140px;
  margin-bottom: 16px;
  padding: 1.2em 0 2em 0;
  font-size: 1em;
  line-height: 1;
  transition-duration: 100ms;
  transition-property: background, border, box-shadow, color;
  transition-timing-function: ease;
  pointer-events: auto;
  color: #000000;
  background: #ffffff;
  outline: none;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #ffffff;
  border-image: initial;
}

a.btn-primary:hover,
.btn-next:hover {
  background-color: #eeeeee !important;
  color: #000000 !important;
  border-color: #eeeeee !important;
  outline: none !important;
}

.btn-submit,
.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
  background-color: #162c36 !important;
  color: #ffffff !important;
  border-color: #162c36 !important;
  outline: none !important;
}

.options-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*top banner*/

.main-header {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}

.bottom-banner {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  position: absolute;
  width: 100%;
  margin: 0 auto;
}

.logo-align {
  text-align: left;
}

.logo {
  max-width: 175px;
}

/*questions section*/

.online-matches,
.matches-mobile-display {
  max-width: 300px;
}

.question-box {
  color: #000000;
  background: #eeeeee;
  max-width: 300px;
  padding: 8px 0;
  border-radius: 5px;
}

/****** LOADER ******/

.circles {
  margin-bottom: 32px;
}

.circle {
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: 48px;
  transform: translate(-50%, -50%);
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.btn-ssos {
  display: flex !important;
  flex-direction: column;
  justify-content: space-around !important;
  align-items: center !important;
  gap: 1rem;
}

.username-suggestion button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 5px 24px 5px 24px !important;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none !important;
  min-width: unset !important;
  height: unset !important;
}

.username-suggestion button:hover {
  background-color: rgb(230, 230, 230);
  color: rgb(178, 178, 178);
}

.help-block-u {
  display: flex !important;
  gap: 1rem;
}
/*Media queries for mobile or desktop view*/

@media only screen and (max-width: 320px) {
  .align-items-center {
    -webkit-box-align: initial !important;
    -webkit-align-items: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
  }
}

@media only screen and (max-width: 380px) {
  li {
    font-size: 10px !important;
  }

  h3 {
    font-size: 1.2rem !important;
  }

  h4 {
    font-size: 1.4rem !important;
  }

  a.btn-primary,
  a.btn-primary:active,
  a.btn-primary:focus,
  .btn-next,
  .btn-next:active,
  .btn-next:focus,
  .btn-submit,
  .btn-submit:active,
  .btn-submit:focus {
    padding: 0.8em 0 0.8em 0 !important;
  }

  .question-box {
    max-width: 290px;
  }
}

@media only screen and (max-width: 480px) {
  li {
    font-size: 12px;
  }

  h1 {
    font-size: 2.25rem;
  }

  a.btn-primary,
  a.btn-primary:active,
  a.btn-primary:focus,
  .btn-next,
  .btn-next:active,
  .btn-next:focus,
  .btn-submit,
  .btn-submit:active,
  .btn-submit:focus {
    padding: 1em 0 1em 0;
    height: auto !important;
    margin-bottom: 8px !important;
  }

  .disclaimer {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  h3,
  h4 {
    font-size: 1.4rem;
  }

  .noDesktop {
    display: block;
  }

  .noMobile {
    display: none;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-desc {
    font-size: 14px;
    line-height: 1;
  }

  .bg-white {
    background: white !important;
  }

  .logo-align {
    text-align: center;
  }

  #s1,
  #s9 {
    -webkit-box-align: initial !important;
    -webkit-align-items: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
  }

  .bottom-copy {
    text-align: center;
    position: absolute;
    right: 0;
    padding: 0 0 10px;
    width: 100%;
    bottom: 3em;
  }

  .disclaimer {
    font-size: 12px;
  }

  .bottom-banner {
    top: 100%;
    margin: 0;
    position: initial;
  }

  .policy-and-terms {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (min-width: 767px) {
  a.btn-primary,
  a.btn-primary:active,
  a.btn-primary:focus,
  .btn-next,
  .btn-next:active,
  .btn-next:focus,
  .btn-submit,
  .btn-submit:active,
  .btn-submit:focus {
    height: auto;
    padding: 0.5em 0 0.5em 0;
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 991px) {
  a.btn-primary,
  a.btn-primary:active,
  a.btn-primary:focus,
  .btn-next,
  .btn-next:active,
  .btn-next:focus,
  .btn-submit,
  .btn-submit:active,
  .btn-submit:focus {
    min-width: 140px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

body[data-filepath="de2"] h3.question-box {
  font-size: 1.2rem;
}

body[data-filepath="de2"] .options-btn .btn {
  font-size: 0.9em;
}

.help-block {
  color: rgb(223 35 35);
  text-shadow: 1px 1px #000;
  font-size: 14px;
  margin-left: 0.5rem;
}

.row {
  justify-content: center;
}
