html,
body {
  margin: 0;
  height: 100%;
  font-family: "GTPressuraLight", sans-serif;
  font-weight: normal;
  color: #000000;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}

@font-face {
  font-family: GTPressuraLight;
  src: url("GT-Pressura-Light.otf");
}

a {
  color: #1f232f;
}

a:hover {
  color: #0ebec7;
}

h2 {
  margin: 14px 0;
  font-size: 22px;
}

.bold-font {
  font-weight: 700;
}

.page-container {
  height: 100%;
  width: 100%;
}

.header {
  height: 75px;
  border-bottom: 1px solid #e0dcdc;
  display: flex;
  align-items: center;
}

.header-text {
  font-size: 24px;
  margin-left: 50px;
  color: #0a2136;
}

.header-logo-svg {
  height: 34px;
  padding-left: 30px;
}

.header-logo-href {
  display: flex;
}

.main-content {
  width: 100%;
  overflow-y: auto;
}

.dial-info {
  width: 70%;
  max-width: 1280px;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
}

.dial-section {
  display: flex;
}

.dial-section-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 162px;
}

.body-logo-svg {
  width: 76px;
}

.dial-section-text {
  border-bottom: 1px solid #0ebec7;
  padding-bottom: 20px;
  width: calc(100% - 162px);
}

.qrcode-wrapper {
  padding-top: 20px;
}

.bottom {
  width: 100%;
  font-size: 12px;
  color: #0a2136;
  opacity: 0.46;
  margin: 46px auto 10px auto;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .dial-info {
    width: 80%;
  }

  .dial-section-icon {
    width: 110px;
  }

  .body-logo-svg {
    width: 60px;
  }

  .dial-section-text {
    border-bottom: 1px solid #0ebec7;
    padding-bottom: 20px;
    width: calc(100% - 110px);
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .header {
    height: 60px;
  }

  .header-logo-svg {
    width: 64px;
    padding-left: 16px;
  }

  .header-text {
    font-size: 20px;
  }

  .dial-info {
    width: 90%;
    margin: 5px auto;
  }

  .dial-section-icon {
    width: 68px;
  }

  .body-logo-svg {
    width: 45px;
  }

  .dial-section-text {
    border-bottom: 1px solid #0ebec7;
    padding-bottom: 22px;
    width: calc(100% - 68px);
  }

  h2 {
    margin: 12px 0 6px 0;
    font-size: 20px;
  }

  .bottom {
    margin-top: 24px;
  }

  #direct-ip-dial-section
  {
    display: none;
    margin-top: 6px;
  }

  #lobby-ip-join-option
  {
    display: none;
  }

  #webrtc-dial-section
  {
    display: none;
  }

  #qrcode-dial-section
  {
    display: none;
  }

  #test-call-section
  {
    display: none;
  }

  #direct-domain-join-pin-preamble
  {
    display: none;
  }

  #direct-domain-join-pin
  {
    display: none;
  }
}