/* All Media - HTML Tags */

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  color: #b5b5c4;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  background: #100c0f;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

a {
  color: #e0e0ec !important;
  text-decoration: none !important;
}

a:link {
  color: #e0e0ec !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

a:active {
  color: #fff !important;
}

a:visited {
  color: #e0e0ec !important;
}

input,
button,
select,
textarea {
  -webkit-padding: 0.4em 0;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--theme_input_background) inset !important;
  color: var(--theme_input_text) !important;
  border: 3px solid #3a0000;
  -webkit-text-fill-color: var(--theme_input_text);

  box-shadow: #000 1px 1px 1px;
  border-radius: 0.25rem;
  transition: background-color 5000s ease-in-out 0s,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input {
  background: var(--theme_input_background);
  color: var(--theme_input_text);
  height: 3em;
  font-size: 1em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  padding-left: 2.4em;
  border: none;
  outline: none;
}

select {
  height: 40px !important;
  color: #676767 !important;
  padding-left: 34px !important;
  background-color: var(--theme_input_background) !important;
  border: none !important;
}

button {
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

button:disabled {
  color: #999;
}

button:focus {
  border-color: #666;
}

/* All Media - Custom Classes */

.home_body_top {
  background: url("/img/badge_bg.png") no-repeat 0 0;
  background-size: cover;
}

footer {
  min-height: 50px;
  margin-top: auto;
}

header {
  min-height: 50px;
}

label {
  display: block;
}

.input-container {
  padding-top: 1.5em;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  align-items: flex-start !important;
}

.page-title {
  font-size: 3.5em !important;

  color: var(--theme_title_text) !important;
  line-height: 1.1;
}

.page-title::after {
  content: ".";
  color: var(--theme_text_red);
  font-size: 3rem;
  display: inline-block;
  position: relative;
  top: 0.1rem;
}

.body1 {
  color: #8a8995;
  font-size: 0.9728978457261988vw;
}

.body-bold {
  font-size: 1.5em;
  color: #e0e0ec !important;
  font-weight: 600;
  background: none !important;
  border: none !important;
  padding: 0;
  margin: 0;
}

.body-bold:hover {
  background: transparent !important;
  border-radius: 0px !important;
  border: none !important;
  text-decoration: none;
}

.body-bold:focus {
  background: transparent !important;
  border-radius: 0px !important;
  text-decoration: none;
  box-shadow: none !important;
}

.body-padding {
  padding-left: 17%;
  padding-right: 17%;
}

.body-normal {
  font-size: 14px;
  color: #8a8995;
}

.body-small {
  font-size: 12px;
  color: #8a8995;
}

.body-small-red {
  font-size: 12px;
  color: #c60f3e;
}

.title {
  color: var(--theme_title_text);
  font-size: 42px;
}

.title_dot {
  color: var(--theme_text_red);
  font-size: 4em;
  display: inline-block;
  position: relative;
  top: 0.0015em;
}

.modal-title_dot {
  padding-left: 0.1em;
  color: var(--theme_text_red);
  font-size: 1.8em;
  display: block;
  position: relative;
  top: -0.2em;
}

.stepsxofy {
  display: flex;
}

footer {
  display: flex;
  flex-direction: column;
}

.footer_input {
  background-color: transparent;
}

.footer_check {
  position: absolute;
  bottom: 0;
  height: 100%;
  top: 0;
  font-size: 0.8125em;
  padding-top: 0.4411764705882353em;
  padding-bottom: 0.4411764705882353em;
  padding-left: 1em;
}

footer {
  background: url("/img/home_footer_bg.png") no-repeat 0 0;
  background-size: cover;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.learn_about_bg {
  background: url("/img/home_about_bg.png") no-repeat 0 0;
  background-size: cover;
}

.report_input {
  background: var(--theme_input_background);
  width: 38em;
  height: 3em;
  font-size: 1em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  padding-left: 2.4em;
}

.picture-border {
  box-shadow: 3px 3px var(--theme_text_red);
  -webkit-box-shadow: 3px 3px var(--theme_text_red);
  border-radius: 5px;
}

.footer-order-badge {
  aspect-ratio: 2 / 1;
  box-shadow: 1px 1px var(--theme_text_red);
  -webkit-box-shadow: 1px 1px var(--theme_text_red);
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.footer-order-hot {
  position: absolute;
}

.footer-order-new {
  position: absolute;
  padding-left: 5em;
}

.logo_large {
  width: 9vw;
}

.social_icons img:hover {
  filter: grayscale(100%) brightness(200%) hue-rotate(360deg) saturate(1000%)
    contrast(1000%);
  -webkit-filter: grayscale(100%) brightness(200%) hue-rotate(360deg)
    saturate(1000%) contrast(1000%);
  -moz-filter: grayscale(100%) brightness(200%) hue-rotate(360deg)
    saturate(1000%) contrast(1000%);
}

.footer-panel-one {
  width: 28vw;
  color: var(--theme_text_normal);
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.menu_list,
.footer-panel-one {
  line-height: 1.5rem;
}

.footer-col-four {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer__t-and-c {
  justify-content: space-between;
  align-items: center;
}

.footer__top-row {
  display: flex;
  flex-direction: row;
}

.brand-carousel {
  display: flex;
}

.margin-space {
  margin-left: 2.0847810979847115vw;
}

.content_red,
.text-red {
  color: var(--theme_text_red);
}

.window {
  position: relative;
  width: 51rem;
  max-width: 100%;
  max-height: 100%;
  margin: 2rem auto;
  border-radius: 0.5rem;
  background: var(--theme_modal_background);
  color: white;
  border-right: 3px solid red;
  border-bottom: 3px solid red;
  padding: 1em;
}

.title {
  color: var(--theme_title_text);
  font-size: 1.4em;
}

.header {
  font-size: 1.25rem !important;
  font-weight: 700;
  padding-bottom: 25pt;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.ether_img img {
  vertical-align: middle;
}

.scan_text,
.text-brighter {
  color: var(--theme_text_brighter);
}

.footer {
  padding-top: 20px;
  text-align: left;
}

.modal-content-container {
  text-align: center;
  padding-top: 35px;
}

.modal-address {
  overflow-wrap: break-word;
}

.modal-icon {
  text-align: center;
}

.modal-footer-text {
  padding-top: 20px;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.btn-secondary:hover {
  border: 2px solid var(--theme_modal_button_border) !important;
}

.select-width,
.select-width select {
  width: 100% !important;
}

.input-width,
.input-width input {
  width: 100% !important;
}

.input-balance-container {
  margin-right: 10em;
}

.social_icons {
  padding-bottom: 0.3em;
}

.navbar-collapse {
  z-index: 9;
}

/* Desktop (resolution > 990px) */

.media-mobile {
  display: none;
}

.media-tablet {
  display: none;
}

.media-desktop {
  display: inline-block;
}

.social_icons img {
  width: 15pt !important;
  height: 15pt !important;
  margin-left: 1.25em !important;
}

.body-bold {
  font-size: 1.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media (max-width: 990px) {
  /* Tablet (resolution <= 990px) */

  .media-mobile {
    display: none;
  }

  .media-tablet {
    display: inline-block;
  }

  .media-desktop {
    display: none;
  }

  .social_icons img {
    width: 12pt !important;
    height: 12pt !important;
    margin-left: 0.5em !important;
  }

  .body-bold {
    font-size: 2.2vw;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .body1 {
    font-size: 2.5vw;
  }

  .learn-about-sections {
    flex-direction: column;
  }

  .content_sub_title {
    font-size: 3.5vw !important;
  }

  .logo_large {
    width: 15em;
  }

  .footer__top-row {
    display: flex;
    flex-direction: column;
  }

  .footer-panel-one {
    width: 100%;
    padding-bottom: 2em;
    padding-top: 1em;
  }

  .footer__t-and-c {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer__t-and-c .margin-space {
    margin-left: 0px;
  }

  .menu_list_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu_list_container hr,
  .footer-col-four hr {
    width: 40% !important;
  }

  .learn-about-sections > div {
    padding-top: 2em;
  }

  .window {
    height: 100%;
  }

  .input-balance-container {
    margin-right: 5em;
  }

  .body-padding {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 425px) {
  /* Mobile (resolution <= 425px) */

  .media-mobile {
    display: inline-block;
  }

  .media-tablet {
    display: none;
  }

  .media-desktop {
    display: none;
  }

  .social_icons img {
    width: 10pt !important;
    height: 10pt !important;
    margin-left: 0.6em !important;
  }

  .stepsxofy {
    display: none !important;
  }

  .brand-carousel {
    display: none;
  }

  .body-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-bold {
    font-size: 4vw;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .body1 {
    font-size: 2vw;
  }

  .button {
    font-size: 0.8em !important;
    padding: 0.4864489228630994vw 2.0847810979847115vw !important;
  }

  .title {
    font-size: 1em;
  }

  .modal-content-container {
    padding-top: 10px;
  }

  .input-balance-container {
    margin-right: 0;
  }

  .nav-link {
    font-size: 12pt !important;
  }

  .carousel-btn-text {
    font-size: 2vw;
  }

  .title {
    font-size: 0.70em;
  }

  .modal-content-container {
    text-align: left;
    padding-top: 5vh;
    padding-bottom: 2.5vh;
  }

  .title_dot {
    display: none;
  }

  .page-title {
    font-size: 2.0em !important;
    line-height: 1.1;
  }

  .modal-content-container {
    padding-top: 10px;
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
  }

  .modal-title_dot {
    padding-left: 0.1em;
    top: -0.62em;
  }

  .header {
    padding-bottom: 0;
  }
}
