﻿@font-face {
  font-family: 'PT Sans';
  font-display: swap;
  src: url('/Content/themes/bt/fonts/PTSans/PT_Sans-Web-Regular.ttf');
}
@font-face {
  font-family: 'PT Sans Bold';
  font-display: swap;
  src: url('/Content/themes/bt/fonts/PTSans/PT_Sans-Web-Bold.ttf');
}
.SecondaryFont {
  font-family: 'PT Sans';
  font-weight: 500 !important;
  font-style: normal;
}
.SecondaryFontBold {
  font-family: 'PT Sans Bold';
  font-weight: 700 !important;
  font-style: normal;
}
.SecondaryFontBolder {
  font-family: 'PT Sans Bold';
  font-weight: 900 !important;
  font-style: normal;
}
.SecondaryFontLight {
  font-family: 'PT Sans';
  font-weight: 300 !important;
  font-style: normal;
}
.not-available {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-available > img {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
/*h2, h3 {
    text-align: center;
}*/
.footer-links {
  margin-top: auto;
  padding: 75px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
.socials a {
  font-family: 'PT Sans';
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  text-align: left;
  color: #67686A;
  display: flex;
  align-items: center;
  gap: 4px;
}
.socials a:hover {
  text-decoration: underline;
}
.line-separator {
  width: 1px;
  background-color: #D4D4D4;
}
a {
  font-family: 'PT Sans';
  color: #000B13;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  vertical-align: middle;
  text-decoration: none;
}
.headBrowser {
  text-align: center;
}
.headBrowser > div {
  display: inline-block;
  margin-left: 24px;
}
.headBrowser > div:first-of-type {
  margin-left: 0;
}
.headBrowser a {
  min-width: 120px;
}
.headBrowser a img {
  margin-bottom: 8px;
}
body {
  margin: 0;
}
.modal-custom-header {
  width: 1168px;
  margin: 0 auto;
  padding: 24px 0;
}
.not-found {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found .line-separator {
  height: auto;
  border: none;
}
.not-found .not-found-container {
  width: 506px;
  height: 468px;
  margin: 0 auto;
  background: url(../images/BTP/NotSupported_NotFound/BTPay_404.svg) no-repeat;
}
.not-found .not-found-container .background-image {
  width: 468px;
  height: 468px;
  margin: 0 auto;
  position: relative;
}
.not-found .not-found-container .background-image > img {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.not-found .not-found-container .background-image > img.dashed-circle {
  bottom: 0;
  left: 0;
  transform: none;
}
.not-found .not-found-container .background-image .bt-error-pages {
  min-height: unset;
  width: 312px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.not-found .not-found-container .background-image .bt-error-pages .bottle {
  position: relative;
  margin-bottom: 24px;
}
.not-found .not-found-container .background-image .bt-error-pages .bottle > img.bottle-background {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.not-found .not-found-container .background-image .bt-error-pages .head-error {
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
  color: #000B13;
  max-width: 250px;
  margin: 0 auto;
}
.not-found .not-found-container .background-image .bt-error-pages .head-error-subtitle {
  font-family: PT Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000B13;
  max-width: 250px;
  margin: 0 auto;
}
.not-found .not-found-container .background-image .bt-error-pages .btn-default {
  margin: 0;
  margin-top: 32px;
  background-color: transparent;
  padding: 4px 8px !important;
  font-family: PT Sans;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  color: #222222;
  text-transform: none;
  cursor: pointer;
}
.not-found .not-found-container .background-image .bt-error-pages .btn-default:hover {
  background-color: #FFF3CF;
}
.image-wrapper {
  position: relative;
}
.image-wrapper > img {
  max-width: 506px;
}
.image-wrapper .image-content {
  position: absolute;
  top: 280px;
  left: 0;
  width: 506px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.image-wrapper .image-content .content {
  display: flex;
  flex-direction: column;
  color: #000B13;
  font-family: 'PT Sans';
  max-width: 336px;
  align-items: center;
}
.image-wrapper .image-content .content .title {
  font-size: 19px;
  font-weight: 700;
}
.image-wrapper .image-content .content .message {
  font-size: 16px;
}
.image-wrapper .image-content .content button {
  color: #222222;
  border: 1px solid #222222;
  font-family: 'PT Sans Bold';
  font-size: 14px;
  padding: 4px 8px;
  text-align: center;
  background-color: transparent;
  border-radius: 8px;
  width: fit-content;
  margin-top: 16px;
  line-height: 24px;
  cursor: pointer;
}
.image-wrapper .image-content .content button:hover,
.image-wrapper .image-content .content button:focus,
.image-wrapper .image-content .content button:active {
  background-color: #FFECA9;
}