@charset "utf-8";
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: red;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
@font-face {
  font-family: "ElanAT";
  src: url("../fonts/elanatmedium.woff2") format("woff2"), url("../fonts/elanatmedium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.elan-font {
  font-family: "ElanAT";
}
/*== IE Block Code Ends ==*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  /*  width: 100%;
  height: 100%;*/
  -ms-overflow-style: none; /*IE and Edge */
  scrollbar-width: none;
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none; /*IE and Edge */
  scrollbar-width: none;
  height: 100%;
  color: #FFFFFF;
}
body::-webkit-scrollbar {
  width: 0 !important
}
.bodyScrollPause {
  overflow-y: hidden;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
h1 {
  margin: 0;
}
.sonyheader {
  padding: 5px 10px;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sonyheader img {
  height: 15px;
}
.c-pointer {
  cursor: pointer;
}
.siteBg {
  background-image: url(../images/bg.jpg);
  background-color: #000000;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  /*  min-height: 100dvh;*/
}
.custom-container {
  max-width: 100%;
  width: 1400px;
  /*  padding-top: 2em;
  padding-bottom: 10em;*/
  height: calc(100vh - 75px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy-content {
  font-family: "ElanAT";
  margin-bottom: 1em;
}
.custom-container h1 {
  font-size: 2em;
  color: #c5d752;
  text-align: center;
  text-transform: uppercase;
}
.custom-container h2 {
  font-size: 1.5em;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.8em;
}
.copy-content p {
  font-size: 1em;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.custom-container p a {
  color: #c5d752;
  text-decoration: underline;
}
.login-logo {
  max-width: 320px;
  width: 90%;
  margin-top: 1rem;
}
.btn_container {
  margin-top: 5%;
}
.btn_container a {
  display: inline-block;
  background: #BCE954;
  color: #000000;
  font-size: 24px;
  padding: 7px 12px;
  border-radius: 8px;
  margin-right: 15px;
  text-transform: uppercase;
}
.btn_container a:hover {
  background: rgba(150, 193, 51, 1.00);
}
.footer {
  position: fixed;
  top: auto;
  width: 100%;
  text-align: center;
  z-index: 9;
  bottom: 0;
  background: #000000;
  font-size: 10px;
  padding: 5px 0;
  color: rgb(224, 226, 230);
}
.bugs img {
  max-width: 60%;
  margin: 15px auto;
}
.footer-links a {
  display: inline-block;
  color: rgb(224, 226, 230);
  margin: 0 5px;
}
.footer-links a:hover, #btnCredits:hover, #btnCreditsIntro:hover {
  color: #ffffff;
}
#containerCredits, #containerCreditsIntro {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0 5px;
  background: #000;
  text-align: center;
  display: none;
  z-index: 5;
}
#btnCredits, #btnCreditsIntro {
  cursor: pointer !important;
}
#btnCredits::after, #btnCreditsIntro::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.075em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.6em solid;
  border-left: 0.4em solid transparent;
}
#closeCredits, #closeCreditsIntro {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  cursor: pointer;
  opacity: 0.7;
}
#closeCredits:hover, #closeCreditsIntro:hover {
  opacity: 1;
}
#closeCredits:before, #closeCredits:after, #closeCreditsIntro:before, #closeCreditsIntro:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40%;
  background: #ffffff;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}
#closeCredits:after, #closeCreditsIntro:after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}
.line-break, .copyright br {
  display: none;
}
.personal_info img {
  width: 24px;
  margin-left: 0.3rem;
  margin-bottom: 0px;
}
@media screen and (max-width:1600px) {
  .login-logo {
    max-width: 200px;
    width: 90%;
    margin-top: 1rem;
  }
}
@media screen and (max-width:750px) {
  .login-logo {
    max-width: 200px;
    width: 50%;
  }
  .btn_container {
    display: flex;
    text-align: center;
  }
  .btn_container a {
    font-size: 16px;
    padding: 7px;
    margin-bottom: 5px;
  }
  .btn_container a:last-child {
    margin-right: 0;
  }
  .btn_container a:hover {
    background: #BCE954;
  }
}
@media screen and (max-height:360px) and (orientation:landscape) {
  .siteBg {
    min-height: 100dvh;
  }
  .login-logo {
    max-width: 200px;
    width: 30%;
  }
}