/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
  width: 100%;
  background: #1b1b1b;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
.text-upper {
  text-transform: uppercase;
}
a,
a:hover {
  color: #fbb200;
}

.pull-right {
  float: right !important;
}
/*** Button colors ****/
.btn {
  border-radius: 0rem;
  padding: 0.25rem 0.75rem;
}

.red-color,
#payment-methods .nav-link.active,
.form_button {
  background-color: #131015;
  border-color: #fff;
  color: #fff;
}
.red-color:hover {
  background-color: #651211;
  border: 1px solid #e26464;
}
.btn-register,
#payment-methods .nav-link,
.btn-game-search {
  background-color: #ffc107;
  border-color: #d1a246;
  color: #2b210e;
}

.btn-game-search {
  padding: 1rem;
}
.btn-register:hover {
  background-color: #d1a246;
  border-color: #0e0c0f;
  color: #23221e;
}
.btn-register:active {
  background-color: #d1a246;
  border-color: #0e0c0f;
  color: #23221e;
}

/**** NavBar ******/
#fixedHeader {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
}

/* .modal.show .modal-dialog {
  transform: translateY(30%);
} */

/* +IE10 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #fixedHeader {
    position: relative;
  }
  #wrapper {
    padding-top: 0 !important;
  }
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: white !important;
}
.form-error {
  color: red;
}

#wrapper {
  margin-top: 68px;
  /* set #wrapper overflow: hidden, to get right of strange behaviour on top menu */
  overflow: hidden;
}

@media (min-width: 1600px) {
  .container-fluid {
    width: 85%;
  }

  .textblock,
  .faq-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body {
    font-size: 0.9rem;
  }
}

.nav-item {
  font-size: 1.1rem;
}

@media (max-width: 1200px) {
  body {
    font-size: 0.9rem;
  }
  .nav-item {
    padding: 2px 8px;
    text-align: right;
  }

  .nav-link {
    display: inline-block !important;
    /* padding: 4px 0 !important; */
  }

  .payments .nav-link {
    padding: 0.5rem !important;
  }
}

.error {
  color: red;
  float: none;
}
.has-error .help-block,
.has-error .form-control-feedback {
  color: red;
  font-weight: bold;
}
.has-error .form-control {
  border-color: red;
}

.has-success .form-control {
  border-color: green;
}
.has-success .form-control-feedback {
  color: green;
}
/*=============FOOTER CSS START==================*/
.footer-title-box {
  margin: 15px 0;
}
.footer-title {
  margin: 15px 0;
  font-weight: bold;
}
.footer-content-box {
  margin: 15px 0;
  font-size: 12px;
}
.footer-link .active {
  color: white !important;
}

footer.hasFavs {
  padding-bottom: 2rem;
}

@media (max-width: 1080px) {
  footer.hasFavs {
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: auto;
    overflow: hidden;
  }
}
.gaming-icons > div {
    padding-bottom: 20px;
}
/*=============FOOTER CSS END==================*/
/*========DIALOG CSS START==============*/
.modal {
  z-index: 1053;
}

.modal-dialog {
  color: #000;
  max-width: 650px;
}

.close {
  text-shadow: none;
  /* color: #fff; */
}
.modal-body {
  border-bottom: 1px solid #e9ecef;
  padding: 1.5rem;
}
.modal-body .input-group-text,
.modal-body .form-control,
.form-control {
  border: 1px solid #9a9a9a;
}
.modal-body .login-form .input-group-text {
  border-right: none;
}
.input-group-text {
  border-radius: 0.5rem;
}

.modal-body .login-form .form-control {
  border-left: none;
}

.modal-content {
  border: 0px solid #d80006 !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
}
.modal-content a {
  color: #000;
}
.modal-content a.no-pointer {
  cursor: default;
}

.modal-footer {
  border-top: 0px;
  margin: 0 auto;
}

.modal-header {
  border-bottom: none !important;
  color: #fff;
  background-color: #d1a246;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  font-size: 2.25rem;
  color: #fff;
}

.modal-header .close:active,
.modal-header .close:focus,
.modal-header .close:hover {
  border: 0;
  box-shadow: 0;
  background-color: rgba(1, 1, 1, 0.5);
}
.modal-title .payment-methods img {
  width: 45px;
}

.deposit-title img {
  float: none !important;
}
/*========DIALOG CSS END==============*/
/*================COMMON CLASSES START===============*/

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  cursor: no-drop;
}
/*================COMMON CLASSES END===============*/

.btn {
  cursor: pointer !important;
}
.close {
  cursor: pointer !important;
  padding: 5px;
}
.btn-theme {
  background-color: #ffc107;
  border-color: #0e0c0f;
  color: #000;
  padding: 5px 15px;
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed !important;
}
.deposit-page {
  background: #fff;
  padding: 20px;
  border: 2px solid #444242;
  margin-top: 0rem;
  color: #000;
}

.modal-body {
  overflow: auto;
  max-height: 650px;
}
#register .modal-body {
  max-height: 650px !important;
}
#register .modal-dialog {
  overflow: hidden;
  max-width: 650px;
}

.accept-terms-label {
  line-height: 2rem;
}

@media (max-height: 650px) {
  .modal-body {
    max-height: 320px;
  }
  .navbar-collapse {
    height: 250px;
    overflow-y: auto;
  }
}
@media (max-height: 400px) {
  .modal-body {
    max-height: 225px;
  }
  .navbar-collapse {
    height: 250px;
    overflow-y: auto;
  }
}
@media (max-height: 650px) {
  .navbar-collapse {
    height: 100%;
    overflow-y: visible;
  }
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.navbar-url li a.nav-link.active {
  font-weight: bold;
  color: white !important;
}

#phonePrefix input[type="text"] {
  width: 100%;
}
.fixedPosition {
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 0.56222) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="email"] {
    font-size: 16px;
  }
}
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 0.5625) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="email"] {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}
/* TOP MENU */
.navbar-light {
  font-size: 13px;
}
.navbar-light .navbar-nav a .active > {
  color: #fff;
  text-align: center;
  border-bottom: 0px solid #b49955;
}
.navbar-light.main-nav .navbar-nav a {
  text-align: center;
  color: #ebd282 !important;
  font-weight: 500;
  padding: 3px 0;
  text-transform: uppercase;
}

.grey-text {
  font-size: 11px;
  font-weight: 300;
  color: #858585 !important;
  letter-spacing: -0.025rem;
}

.navbar-light .navbar-nav a:hover {
  color: #fff !important;
  border-bottom: 0px solid #b49955;
}

.navbar-light .navbar-nav .subamount a:hover,
.navbar-light .navbar-nav .red a:hover {
  color: #000;
}
.navbar-light .navbar-nav a:focus {
  color: #fff;
  outline: 0;
}
.navbar-light .navbar-nav .active > .home {
  border-bottom: 3px solid #b49955;
}
.navbar-light .navbar-nav .home:hover {
  border-bottom: 3px solid #b49955 !important;
}

.navbar-light .navbar-nav .reg-btn .btn {
  font-size: 1rem;
  padding: 0.15rem 0.75rem;
}
.navbar-light .navbar-nav .reg-btn .form-control {
  padding: 0.5rem;
  color: #000;
  border-radius: 0;
  border: none;
  height: 27px;
}
.navbar-light .navbar-nav .reg-btn .input-group-text {
  padding: 0.35rem 0.55rem;
  background-color: #fff;
  font-size: 0.9rem;
  border-radius: 0;
  border: none;
}
.navbar-light .navbar-nav .reg-btn .fas {
  color: #000;
}
.navbar-light .right-side-nav .nav-link:hover {
  border-bottom: none;
}
.navbar-light .navbar-toggler {
  border: 1px solid rgba(220, 178, 90, 1);
}
.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 0rem;
}
.navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.3rem;
}
.navbar-expand-xl .navbar-nav .btn-secondary {
  background: none;
  border: none;
  padding-top: 0.35rem;
  padding-bottom: 0rem;
}
.navbar-expand-xl .navbar-nav .btn-secondary:hover {
  background: none;
  border: none;
}
.navbar-expand-xl .navbar-nav .btn-secondary:focus {
  background: none;
  border: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(220, 178, 90, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Start of Screen Resolution 1200-1536 */
@media only screen and (min-width: 1200px) and (max-width: 1536px) {
  .navbar-nav .nav-item .form-inline .input-group .input-group-text {
    padding: 0.35rem 0.5rem;
    font-size: 0.875rem;
  }
  .navbar-nav .nav-item .form-inline .input-group .form-control {
    padding: 0.25rem 0.4rem;
    font-size: 0.875rem;
  }
  .navbar-nav .nav-item .form-inline .input-group .form-control:focus {
    box-shadow: unset;
    border: 1px solid #ced4da;
  }
  .navbar-nav .nav-item .form-inline .input-group .btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.35rem;
  }
  .navbar-nav .reg-btn .nav-link {
    list-style: none;
    margin-top: 7px;
  }
  .navbar-nav .reg-btn .nav-link:hover {
    border-bottom: 0px;
  }
}
/* End of Screen Resolution 1200-1536 */
/* Start of Dropdown Menu */
#dropdownMenuButton,
#dropdownMenuButton1 {
  /*background: white;*/
  border: 0px solid #f1f1f1;
  padding: 0.08rem;
  color: #fff;
  border-radius: 0px;
  background-color: transparent;
}
#dropdownMenuButton img,
#dropdownMenuButton1 img {
  height: 25px;
}
#dropdownMenuButton:focus,
#dropdownMenuButton1:focus {
  box-shadow: unset;
}
.dropdown-menu {
  margin-right: 1rem;
  background: #fff !important;
  margin-top: -0.5rem;
  min-width: 0rem;
}
.dropdown-menu .dropdown-item {
  padding: 0.25rem 0.2rem !important;
  text-align: center;
}
.dropdown-menu .dropdown-item img {
  height: 25px;
}
#menu .nav-item {
  list-style: none;
  padding: 0px 8px;
}

.navbar-expand-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#menu .dropdown {
  text-align: right;
}
/* End of Dropdown Menu */
.custom-tooltip {
  position: absolute;
  top: 40px;
  /* left: 195px; */
  z-index: 2;
}
.custom-tooltip.has-error .tooltip-arrow {
  border-width: 0 5px 5px;
  /*position: absolute;*/
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  /* left: 10px !important;*/
  border-bottom-color: #a94442;
  /* top: -5px*/
  margin-left: 10px;
}
.custom-tooltip.has-error .tooltip-inner {
  background: #a94442;
  max-width: 100%;
  font-size: 12px;
}
.loginUser {
  font-size: 10px;
}
.loginUser div {
  cursor: pointer;
}
.loginUser img {
  height: 15px;
}
.text-right {
  text-align: right;
}
.dropdown-toggle::after {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  padding: 3px;
}
.after-login ul li {
  list-style: none;
  display: inline-block;
  padding: 3px 5px;
}
a#btn-profile:hover,
a#btn-profile:active,
a#btn-profile.active {
  background: #555555;
  transition: all 0.3s ease-in;
}

.after-login ul {
  position: relative;
}

.after-login ul li .btn {
  padding: 4px 0.75rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

#aqUsername {
  font-size: 0.8rem;
}
#aqBalance {
  color: #dcb25a;
}

.after-login ul li.user-box {
  background-color: #651211;
  padding: 0 5px 0 0px;
  border: 1px solid rgba(255, 100, 100, 0.5);
  transition: background-color 0.2s ease;
  /* height: 32px; */
}

.after-login ul li.user-box:hover {
  background-color: #42100b;
}

.after-login ul li.user-box:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  background-image: url(../images/user-icon.png);
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.after-login a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .payments {
    max-height: 85vh;
    overflow: auto;
  }
}

#profile-popup .form-control {
  padding: 0.15rem !important;
}
#profile-popup label {
  margin: 2px 5px !important;
}

.list-group {
  max-width: 90px;
  width: 100%;
  float: right;
}

.list-group a {
  color: #000 !important;
  min-height: 75px;
  min-width: 75px;
}
@media only screen and (max-width: 767px) {
  .list-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    height: 75px;
    max-width: 100%;
    overflow: auto;
  }
  .list-group a {
    height: 75px;
  }
}
.list-group a:active {
  color: #777676 !important;
  min-height: 75px;
  min-width: 75px;
}
.list-group-item {
  padding: 0.75rem 0.25rem !important;
  background-color: #d4d4d4;
  border: 1px solid #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
}

.login-btn {
  color: #fff;
}
.login-btn:hover {
  text-decoration: none;
  border-bottom: 3px solid #b21f2d !important;
}
@media (max-width: 415px) {
  .btn-login {
    line-height: 16px;
  }
  .img-flag {
    width: 35px;
    height: 24px !important;
  }
}
.btn-register,
.btn-login,
.logoutdropdown,
.toggleicon {
  display: inline-block !important;
}
.btn-login {
  font-size: 1rem;
  padding: 0.15rem 0.75rem;
}
a#btn-profile {
  display: inline-block;
  padding-left: 32px;
  background: none;
}
a#btn-profile:hover {
  background: none;
}
.navbar-brand {
  margin-right: 0px !important;
}
.navbar-brand .logo {
  max-height: 45px;
}
.logout {
  min-height: 38px;
  background: #ffc107;
  width: 100%;
  border: 1px solid #d1a246;
}
@media only screen and (max-width: 768px) {
  .logout {
    min-height: 75px;
  }
}
.logout span {
  color: #fff !important;
}

/* FOOTER */
.footer-link ul {
  font-size: 0.9rem;
  font-weight: 500;
  color: #b3b3b3;
}
.footer-link ul li.list-header {
  color: #fbb200;
  font-weight: 600;
}
.footer-link ul li {
  padding-top: 5px;
  /* padding-bottom: 10px; */
  /* font-size: 1rem; */
}
.footer-link ul li a {
  color: #b3b3b3;
  text-decoration: none;
}
.footer-link ul li a:hover {
  color: #fff;
}
.footer-sponsor p {
  font-size: 12px;
  font-weight: 500;
  color: #b3b3b3;
  margin-bottom: 0rem;
  display: inline-block;
}
.footer-sponsor .license .left-img {
  text-align: letf !important;
}
.right-img {
  text-align: right !important;
}
.footer-payment-methods p {
  font-size: 12px;
  font-weight: 500;
  color: #b3b3b3;
  margin-bottom: 0rem;
}
.footer-gambleaware p {
  font-size: 12px;
  font-weight: 500;
  color: #b3b3b3;
}
.footer-bottom {
  font-size: 12px;
  font-weight: 500;
  color: #b3b3b3;
}
.footer-bottom span {
  font-weight: 800;
  font-style: italic;
}

.footer-section {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.footer-div {
  padding: 15px;
  margin: 30px 0 30px 0;
  background-color: #282828;
}

.footer-div h1 {
  color: #fff;
  font-size: 24px !important;
  padding: 10px 0;
  margin: 0;
}

.footer-div .img-div {
  padding: 0;
  margin: 0;
  display: block;
}
.img-div img {
  width: 100%;
}

.content-div h3 {
  margin: 0;
  padding: 10px 0;
  display: block;
  font-size: 18px;
  line-height: 1.4;
}

.content-div p {
  margin: 0;
  padding: 10px 0;
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

.content-div p.p-line {
  margin: 0;
  padding: 0px 0;
}

.p-title {
  font-weight: 600;
  font-size: 18px;
}

.link-div {
  padding: 0px;
  text-align: center;
  position: relative;
  background-color: #383838;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  height: 100px;
}

.link-div:hover {
  height: 200px;
  padding: 0px;
  background-color: #535353;
  justify-content: center;
  align-items: center;
  transition: height 0.5s;
  z-index: 9999;
}

.link-div > h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
  height: 100px;
  font-weight: 400;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-div > .overlay {
  opacity: 0;
  position: absolute;
  z-index: 999;
  padding: 10px;
  background: #535353;
  height: 130px;
}

.link-div:hover > .overlay {
  opacity: 1;
  top: 60px;
}

@media (max-width: 992px) {
  .footer-providers .providers-logo div {
    width: 20%;
    padding-bottom: 15px;
  }
  .footer-payment-methods .payment-logo div {
    width: 20%;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer-link .gc-logo {
    align-self: center !important;
  }
  .footer-link .social-icon {
    align-self: center !important;
    text-align: right;
  }
  .footer-providers .providers-logo div,
  .payment-logo div {
    width: 33.33%;
    padding-bottom: 15px;
  }
  .footer-sponsor .license p {
    text-align: center;
  }
  .footer-sponsor .license .left-img {
    text-align: center !important;
  }
  .right-img {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.align-self-center {
  text-align: center;
}
.gameProvders img,
.paymentProvders img {
  height: 26px;
}
@media (max-width: 767px) {
  .gameProvders img,
  .paymentProvders img {
    height: 15px;
  }
}

.gameProvders img,
.paymentProvders img,
.gaming-icons img {
  height: 26px;
  object-fit: contain;
}

/* ALERT */
.alert {
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  z-index: 1055;
  font-size: 0.75rem;
}

/* VALIDATION */
.form-group > div,
.form-group {
  position: relative;
}

.error.help-block {
  display: block !important;
  min-height: 21px;
  margin-top: 0.25rem;
}

.form-control-feedback {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  line-height: 34px;
  text-align: center;
}

.has-error {
  background-color: transparent !important;
}
.has-error .input-group-text,
.has-error .form-control {
  border-color: red;
}

.has-success .input-group-text,
.has-success .form-control {
  border-color: green;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a golden background */
.checkbox input:checked ~ .checkmark {
  background-color: #ffc107;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.payments ul li {
  list-style: none;
}
.payments ul li div {
  background: #eaeaea;
  color: #000;
  cursor: pointer;
  position: relative;
  border-radius: 0.3rem;
}

.payment-methods.payments ul li > div {
  background: #5a5a5a;
  color: #eaeaea;
  cursor: pointer;
  height: 80px;
  position: relative;
}

.payments ul li > div:hover {
  background: #0b0b0b;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.payments .tab-content a,
.payments a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payments img {
  max-width: 100%;
}

.payments h5 {
  text-transform: uppercase;
  font-size: 1rem;
}

.payment-methods.payments h6 {
  font-size: 0.9rem;
  color: #ccc;
}

.payments h6 {
  font-size: 0.75rem;
}

#payment-methods .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}

#payment-methods .nav-link.active {
  color: #fff;
}

#payment-methods .nav-link:hover,
#payment-methods .nav-link.active {
  background-color: #000;
  transition: all 0.3s ease-out;
  color: #d1a246;
}

#payment-methods .nav-link {
  background-color: transparent;
  border: 1px solid #d1a246;
  border-radius: 0.5rem;
}

/* iframe */
.fluidMedia {
  position: relative;
  padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 30px;
  height: 0;
  /* overflow: hidden; */
}

.fluidMedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* RESET AQ COMMON PAGES STYLES */
.textblock,
.faq-wrapper {
  min-height: auto;
  width: 100%;
  margin: auto;
}

.textblock h1 {
  font-size: 1.25rem;
  margin-top: 1rem;
  font-weight: bold;
}
.form-container,
.form_block,
.textblock form {
  width: auto;
  padding: 0;
  border: none;
}
.form-inline input {
  max-width: 90px;
}

.form_button {
  border: 0;
  border-radius: 1rem;
  padding: 0.5rem;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 0;
  box-shadow: none;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
}

#table th {
  background: #f1f1f1;
  font-size: 13px;
  color: #000;
  border-radius: none;
}

#table th:first-child {
  border-radius: none;
}

.iframe-games,
.no-chat .iframe-games {
  /* min-height: 50vh;
  max-height: 90vh; */
  height: calc(100vh - 68px - 30px);
  transition: all 0.5s ease-out;
}

@media (max-width: 768px) {
  #aqUsername {
    max-width: 45px;
    overflow: hidden;
    /* display: table-cell; */
    text-overflow: ellipsis;
  }
  .after-login ul li {
    padding: 0;
    font-size: 11px;
  }
  .after-login ul li i {
    font-size: 1.25rem;
  }
  .iframe-games {
    height: calc(100vh - 62px - 100px);
  }
}

@media only screen and (max-width: 420px) {
  img.logo {
    width: 60px;
  }
  #wrapper {
    margin-top: 62px;
  }
}

.embed-responsive.embed-responsive-16by9 section.content-section,
.embed-responsive.embed-responsive-16by9 .textblock {
  position: absolute;
  top: 0;
}

.textblock iframe {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .field #errors {
    float: none;
  }
}

.profile-checkbox {
  padding-left: 25px;
}

input::placeholder {
  color: #666 !important;
}

.pass-wrapper {
  display: block !important;
}

@media (min-width: 320px) {
  .after-login ul li {
    padding: 0 5px;
  }
  .btn-login,
  .navbar-light .navbar-nav .reg-btn .btn {
    padding: 0.15rem 0.25rem;
    font-size: 11px;
  }
  .topnavbar .nav-item {
    border: none;
  }
}

/* iPhone 5*/
@media (max-width: 320px) {
  a#btn-profile {
    padding-left: 0;
  }
  .after-login ul li.user-box:before {
    content: "";
    background-image: none;
  }
  .after-login ul li {
    padding-left: 0;
  }
}
/* iPad Pro left menu fix*/
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .iPad-Pro--fix {
    display: none !important;
  }
  .iPad-Pro--wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.mobile-bg {
  background: url(../../assets/images/mobile-bg.jpg) no-repeat top left fixed;
  background-size: cover;
}

/*affiliate.jsp*/
.middle-section {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}

.middle-div {
  padding: 40px 100px;
  margin: 30px 0 30px 0;
  background-color: #282828;
  display: block;
  width: 100%;
}

.middle-div .center-div-1 {
  padding: 10px;
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.middle-div .center-div-1 .border_div {
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  border: 2px solid #fff;
}

.middle-div .center-div-1 .h2-center {
  font-size: 28px;
  font-weight: 600;
  padding: 55px;
}

.middle-div .center-div-1 .border_div > h2::before {
  content: "";
  display: block;
  height: 100px;
  width: 146px;
  position: absolute;
  bottom: -20px;
  left: -18px;
  background-image: url(../../common/assets/images/left_bottom_border.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.middle-div .center-div-1 .border_div > h2::after {
  content: "";
  display: block;
  height: 100px;
  width: 146px;
  position: absolute;
  top: -20px;
  right: -18px;
  background-image: url(../../common/assets/images/top_right_border.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.span-block {
  display: block !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #6c757d;
  border-color: #6c757d;
  opacity: 0.65;
  color: #868686;
  cursor: not-allowed;
}

#cookie-bar-button {
  color: #000 !important;
}
#cookie-bar-prompt-logo {
  display: none;
}
#cookie-bar p a {
  color: red !important;
  font-weight: bold;
}

/* Replacing Vuetify injected styles */
.content-div > .error,
.form-group .error {
  background-color: transparent !important;
}

/* Reset Card Styles */
form .card {
  background-color: transparent;
  border: none;
}
form .card-header {
  border: none;
  border-radius: none;
}

.form-control {
  border-radius: 15px;
  padding: 1rem !important;
}

#register .custom-select {
  height: auto;
}

/* .register-page {
  background: url(../images/bg-register.jpg) no-repeat center center fixed;
  background-size: cover;
} */

/* Dynamic game size, depending on Chat position */
.is-dockBottom .iframe-games {
  /* 68px = Top Nav | 64px = chat topbar */
  height: calc(75vh - 68px - 64px);
}

.is-dockRight .iframe-games,
.is-dockLeft .iframe-games {
  height: calc(100vh - 68px - 30px);
  /* 400px = chat width | 17px - scrollbar */
  width: calc(100vw - 400px - 17px);
}

.is-dockLeft .iframe-games {
  margin-left: 400px;
}

.grey {
  filter: grayscale(1);
  transition: filter 0.5s ease-in;
}

/* Ensure iOS does not zoom-in, when a field is focused */
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
input[type="week"],
select:focus,
textarea,
.form-control {
  font-size: 16px !important;
}

.form-row > .col-lg-6.mb-2.form-row {
  display: flex;
  align-items: center;
}
.form-row label {
  margin-bottom: 0;
}

/* Fullscreen BTN - Template 3 Only */
#go-button {
  position: absolute;
  z-index: 100;
  border-radius: 1rem;
}
