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

.rtl #main_logo {
  right: 25px;
}

#main_logo {
  position: absolute;
  background: url("../images/main_logo.png");
  background-repeat: no-repeat;
  top: 25px;
  left: 25px;
  height: 122px;
  width: 116px;
}
body {
  font-family: MarkPro, Arial, Helvetica, sans-serif;
  background: url("../images/riot_background.jpg");
  color: white;
}
a {
  color: #e4373c;
}
a:hover,
.footer .locale_selector:hover {
  color: #cc1c21;
}
button {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px calc(12px * 2) 9px;
  background-color: #e4373c;
  background-image: none;
  border: 2px solid transparent;
  cursor: pointer;
  letter-spacing: 1.2px;
  transition: background-color 0.5s;
  user-select: none;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none !important;
}

.decline-button {
  background-color: black !important;
}

.disabled-button {
  background-color: #cfcfcf !important;
}

.panel {
  font-size: 0.9em;
  background: white;
  border-radius: 0.25em;
  margin: 0 auto;
  margin-top: 175px;
  width: 500px;
  color: black;
}
.header {
  padding-top: 20px;
}
.header .logo {
  margin: 0 auto;
  display: block;
  padding: 30px;
  width: 300px;
}
.panel .body p {
  text-align: center;
  line-height: 18px;
  margin: 20px;
  margin-top: 0;
}

.button-container {
  justify-content: space-evenly;
  display: flex;
  margin-top: 50px;
}

#omnichannel-confirmation .panel {
  padding-bottom: 10px;
}

#omnichannel-confirmation .right-button {
  margin-left: 25px;
}

.footer {
  color: #888277;
  font-size: 0.625em;
  text-align: center;
  line-height: 2;
}

.footer .helpful_links {
  padding: 10px;
  margin-left: 10px;
}

.rtl .footer .helpful_links p {
  text-align: right;
}

.footer .helpful_links p {
  text-align: left;
  margin: 12px 5px;
}

.footer .helpful_links .helpful_link {
  text-decoration: none;
  font-size: 13px;
  line-height: normal;
}

.rtl .footer .languages {
  text-align: right;
}

.footer .languages {
  text-align: left;
  font-size: 8px;
  padding: 20px;
}

.footer .locale_selector {
  padding: 2px;
  color: #828282;
  text-decoration: none;
}

.rtl {
  direction: rtl;
}