/* 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: "Exo 2", sans-serif !important;
  font-size: 14px;
}
.text-upper {
  text-transform: uppercase;
}
hr {
  border-top: 1px solid #6a6a6a;
}

p {
  font-family: "Noto Sans", sans-serif;
}

a,
a:hover {
  color: #d1a246;
}

.pull-right {
  float: right !important;
}
/*** #BTN: Button colors ****/
.btn {
  border-radius: 0.3rem;
  padding: 0.5rem 0.75rem;
  border: 2px solid #d1a246;
}
.btn:hover {
	background-color: rgba(0,0,0,0.7);
}
.blue-color {
  background-color: #3333cd;
  border-color: #3333cd;
}
.blue-color:hover {
  background-color: #2020b6;
  border-color: #2020b6;
}
.blue-color:active {
  background-color: #2020b6;
  border-color: #2020b6;
}

li.user-box {
	border: 2px solid #d1a246;
	border-radius: 0.3rem;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	padding: 2px 5px;
	top: 1px;
}
.after-login ul li.user-box::after {
	content: 'View Profile';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: auto;
	height: 100%;
	display: block;
	padding: 7px 5px;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.2s;
	pointer-events: none;
}
.after-login ul li.user-box:hover::after {
	opacity: 1;
}

.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;
}

.red-color,
#payment-methods .nav-link.active,
.form_button {
  background-color: #131015;
  border-color: #fff;
  color: #fff;
}

.btn-game-search {
  padding: 1rem;
}
.top-content button a {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.category button a {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
/**** NavBar ******/
#fixedHeader {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
  box-shadow: 0px 2px 3px 3px rgb(0 0 0 / 50%);
}

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

/* +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;
}
/**** Content *****/
.top-content {
  margin-top: 1rem;
  max-height: 700px;
}
.top-content h2 {
  font-weight: 900;
  margin-bottom: 1.2rem;
}
.top-content p {
  font-weight: 500;
  font-size: 0.95rem;
}
.top-content .btn {
  font-weight: 700;
}
.top-content .left-content {
  height: 100%;
  /*  background-image: url(assets/images/bg1.jpg);*/
  background-size: cover;
}
.top-content .left-content .transparent-bg {
  /* background-color: rgba(0, 0, 0, 0.5);*/
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.top-content .left-content .panel {
  display: flex;
  /*height:407px;*/
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  width: 88%;
  height: 100%;
}
.top-content .left-content .panel .h2 {
  font-weight: 900;
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
.top-content .left-content .panel-btn {
  position: absolute;
  width: 88%;
  bottom: 0;
  right: 7px;
}
.top-content .right-content {
  height: 100%;
  background-size: cover;
  /*background-image: url(assets/images/bg2.jpg);*/
}
.top-content .right-content .transparent-bg {
  /* background-color: rgba(0, 0, 0, 0.5);*/
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.top-content .right-content .panel {
  display: flex;
  /*height:407px;*/
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 88%;
  height: 100%;
}
.top-content .right-content .panel .h2 {
  font-weight: 900;
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
.top-content .right-content .panel-btn {
  position: absolute;
  width: 88%;
  bottom: 0;
  right: 14px;
}
@media (max-width: 768px) {
  .top-content .right-content .panel-btn {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 0px 30px;
    left: 0px;
  }
  .top-content .left-content .panel-btn {
    position: absolute;
    width: 100%;
    bottom: 14px;
    padding: 0px 30px;
    left: 0px;
  }
  #aqUsername {
    max-width: 50px;
    overflow: hidden;
    display: table-cell;
    text-overflow: ellipsis;
  }
  .after-login ul li {
    padding: 0;
    font-size: 11px;
  }
}
/*** Category *****/
.category {
  margin-top: 1rem;
}
.category .btn {
  padding: 0.2rem 0.75rem;
  text-transform: uppercase;
}
.category p {
  font-size: 0.8rem;
  font-weight: 500;
}
.category .panel {
  min-height: 210px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #403216 !important;
  color: #eaeaea !important;
}
.form-error {
  color: red;
}

.popup {
  top: 50px;
}

@media (min-width: 1024px) {
  .category h3 {
    font-size: 1rem;
  }
  .popup {
    position: absolute;
    z-index: 4;
    right: 15px;
  }
}
#wrapper {
  margin-top: 72px;
  /* set #wrapper overflow: hidden, to get right of strange behaviour on top menu */
  overflow: hidden;
}

@media (min-width: 1200px) {
  .desktop-bg {
    background: url(../../assets/images/desktop-nav.jpg) no-repeat top left
      fixed;
  }

  .category h3 {
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .regbtn {
    text-align: left !important;
  }
}
@media (min-width: 1600px) {
  /* .container-fluid {
    width: 85%;
  } */

  .textblock,
  .faq-wrapper {
    width: 100%;
  }
  .regbtn {
    text-align: left !important;
  }
  .dropdown-menu {
    margin-left: 0.1rem;
    margin-top: 0.1rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body {
    font-size: 0.9rem;
  }
  .dropdown-menu {
    margin-left: 0.1rem;
    margin-top: 0.1rem !important;
  }
}

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

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

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

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

  .dropdown-menu {
    margin-left: 0.1rem;
  }
  .category .panel {
    min-height: 170px !important;
  }
  .topnavbar {
    height: auto !important;
  }
  .topnavbar .nav-item {
    float: none !important;
  }
  .regbtn {
    text-align: left !important;
  }
  .popup {
    position: absolute;
    z-index: 4;
    right: 0px;
  }
  .balcsection {
    padding: 0 1rem 0 0 !important;
  }
  .top-content .left-content .panel {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .top-content .right-content .panel {
    background-color: rgba(0, 0, 0, 0) !important;
  }
}
@media (max-width: 767px) {
  .category {
    margin-top: 1.5rem !important;
  }
  .top-content .left-content .transparent-bg {
    right: 0px;
  }
  .top-content .right-content .transparent-bg {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .regbtn {
    text-align: right !important;
  }
  .balcsection {
    padding: 0 0.5rem 0 0 !important;
  }
  .dropdown-menu {
    margin-left: 2px;
  }
}
.error, .global-error {
  color: #ff7979;
}
.no-spin input[type="number"]::-webkit-inner-spin-button,
.no-spin input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/*=============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: #ffc107 !important;
}

/*=============FOOTER CSS END==================*/
/*========DIALOG CSS START==============*/
.modal {
  z-index: 1053;
}
.modal-dialog {
  color: #000;
  margin: 10px auto;
  max-width: 650px;
}

.close {
  text-shadow: none;
  color: #fff;
}
.form-control {
	color: #eaeaea !important;
}
.modal-body {
  border-bottom: 2px solid #2c2c2c;
  padding: 1.5rem;
}
.modal-body .input-group-text,
.modal-body .form-control {
  border: 1px solid #d1a246;
  background-color: #403216;
}
.modal-body .login-form .input-group-text {
  border-right: none;
}

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

.modal-content {
  background-color: #000;
  color: #fff;
}
.modal-content a {
  color: #d1a246;
}
.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 {
  margin: 0 auto;
} */

.modal-title .payment-methods img {
  width: 45px;
}

.deposit-title img {
  float: none !important;
}
/*========DIALOG CSS END==============*/
/*================COMMON CLASSES START===============*/
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-bold {
  font-weight: bold;
}
.page-title {
  margin: 15px 0;
  font-weight: bold;
}
.border-white-4px {
  border-top: 4px solid white;
}
.border-black-4px {
  border-top: 4px solid black;
}
.border-white-1px {
  border-top: 1px solid white;
}
.border-red-1px {
  border: 1px solid #d80006;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  cursor: no-drop;
}
/*================COMMON CLASSES END===============*/
.mat-dialog-container {
  background: transparent !important;
  padding: 0px !important;
  box-shadow: none !important;
}
.cdk-overlay-pane {
  max-width: 98% !important;
}
.pointer {
  cursor: pointer !important;
}
.myaccount-page {
  background: #fff;
  padding: 0px;
  /*  border: 2px solid #444242;*/
  margin-top: 0rem;
  color: #000;
}
.ajax-loading-modal {
  position: fixed;
  z-index: 99999999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: Black;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.8;
}
.ajax-loading-modal .center {
  z-index: 1000;
  margin: 200px auto;
  padding: 10px;
  width: 130px;
  height: 130px;
  background-color: White;
  border-radius: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.ajax-loading-modal .center img {
  height: 100%;
  width: 100%;
}
.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;
}
.strong {
  font-weight: bold;
}
.deposit-page {
  background: #fff;
  padding: 20px;
  border: 2px solid #444242;
  margin-top: 0rem;
  color: #000;
}

.ngx-pagination .current {
  background: #d80006 !important;
}
.ngx-pagination li {
  display: inline-block;
  cursor: not-allowed !important;
}
.mat-dialog-container {
  overflow: hidden !important;
}
.modal-body {
  overflow: auto;
  max-height: 650px;
}

#registerForm .input-group-prepend .input-group-text,
#aqLoginForm .input-group-prepend .input-group-text {
	color: white;
	background-color: #d1a246;
}
#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;
  }
}
.closebtn {
  display: none;
}
@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;
}

#mySidenav {
  display: none;
}

@media (max-width: 1199px) {
  .closebtn {
    display: block;
  }
  .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 124px;

    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 3;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav.open {
    width: 100%;
    display: block !important;
  }

  .sidenav .nav-item {
    text-align: left;
  }
}

.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;
  }
}
.register-form .dropdown-toggle::after {
  display: none;
}
.top-haeder-bg {
  position: fixed;
  top: 0;
  height: 74px;
  background-color: #1b1b1b;
  width: 100%;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .top-haeder-bg {
    height: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1700px) {
  .top-haeder-bg {
    height: 84px;
  }
}
.toast-top-right {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  right: auto !important;
}

/* TOP MENU */
.navbar-light {
  font-size: 13px;
  padding: 0 0 0 1rem;
}
.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,
.navbar-light .navbar-nav a.active {
  color: #ffc107 !important;
}

.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 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
  margin-top: 33px;
  margin-right: 20px;
}
.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-brand {
 margin-right: 5rem;
 }
 */
.navbar-toggler {
  background-color: transparent;
  padding: 0.2rem;
}
.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(255, 255, 255, 0.8)' stroke-width='2' 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;
  }
  .dropdown-menu {
    margin-right: 0.5rem !important;
  }
}
/* 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;
  /* height: 34px;*/
}
/* 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;
}
.form-group {
  margin-bottom: 35px;
}
.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;
  position: relative;
  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 i {
  padding: 0px 1px;
}

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

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



@media only screen and (max-width: 1200px) {
  .dropdown-menu {
    margin-top: 0.5rem;
  }
}
.topnavbar {
  float: left;
  display: inherit;
  /* padding-left: 30px !important; */
}
.topnavbar .nav-item {
  font-size: 1rem;
  border-bottom: 1px solid #fff;
}
.after-login a:hover {
  text-decoration: none;
}
div.bhoechie-tab-container {
  z-index: 10;
  background-color: #fff;
  color: #000;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  padding: 0px !important;
  /* margin-top: 20px;
   margin-left: 50px;*/
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 1;
  filter: alpha(opacity=97);
  font-size: 13px;
}
div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 11px;
}
div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #000;
  font-size: 20px;
}
div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #000;
  color: #fff !important;
}

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

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

div.bhoechie-tab-content {
  background-color: #fff;
  /* border: 1px solid #eeeeee;*/
  padding-left: 0px;
  padding-top: 0px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}
.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;
}

.bhoechie-tab-content {
  padding-bottom: 20px !important;
}
.login-btn {
  color: #fff;
}
.login-btn:hover {
  text-decoration: none;
  border-bottom: 3px solid #b21f2d !important;
}
@media (max-width: 415px) {
  .img-flag {
    width: 35px;
    height: 24px !important;
  }
  .navbar-toggler-icon {
    height: 22px;
  }
}
.btn-register,
.btn-login,
.logoutdropdown,
.toggleicon {
  display: inline-block;
}
.btn-register {
  background-color: rgba(0,0,0,0.4);
  border-radius: 0.3rem;
  border-width: 2px;
  color: #fff;
}

.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: 100px;
  margin-top: -10px;
  /* margin-bottom: 10px; */
}
.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;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-div {
    padding: 20px 0;
  }
}

.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;
}

.grid-4 {
  padding: 5px 0;
  padding-right: 5px !important;
  padding-left: 5px !important;
  float: left;
  position: relative;
  width: 33.3%;
}
@media only screen and (max-width: 768px) {
  .grid-4 {
    width: 100%;
  }
}

.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;
}

/* HOME */
.category .panel {
  display: flex;
  align-items: center;
}
.category .panel p {
  width: 100%;
}
.category .panel .h3 {
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.category .small {
  height: 45px;
}
.top-content .left-content {
  min-height: 150px;
  background-repeat: no-repeat !important;
}
.top-content .right-content {
  min-height: 150px;
  background-repeat: no-repeat !important;
}
.top-content p {
  text-align: center;
}

/* DATEPICKER */
.gj-picker {
  color: #000;
}

.categories-menu-mobile {
  background: #1b1b1b;
}

.categories-menu-mobile a {
  color: #ebd282 !important;
}

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

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-error {
  background-color: transparent !important;
}

.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;
  border: 1px solid #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 {
  background-color: #000;
  border-color: #000 !important;
  transition: all 0.3s ease-out;
  border-bottom: 0 px solid #000;
}

/* 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_button {
  border: 0;
  padding: 0.5rem;
  font-size: 1rem;
  color: #fff;
  display: block;
  margin: 0;
  box-shadow: none;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Exo", sans-serif;
}

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

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

.iframe-games {
  min-height: 50vh;
  max-height: 90vh;
}

@media only screen and (min-width: 1024px) {
  .games-iframe {
    width: 800px;
    height: 600px;
    margin: 0 auto;
  }
}

.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;
  margin-left: 25px;
}

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

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

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

/* 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: #614747 !important;
  color: #ccc !important;
}

#cookie-bar-button {
  color: #000 !important;
}
#cookie-bar-prompt-logo {
  display: none;
}
#cookie-bar p a {
  color: red !important;
  font-weight: bold;
}
  header {
    background: url(../../assets/images/circuit.png), linear-gradient(90deg, rgba(117,28,28,1) 0%, rgba(102,101,9,1) 63%, rgba(5,149,60,1) 100%);
    height: 5.5rem;
  }
.aq-login {
    position: absolute;
    top: 1.5rem;
  }
  .top-menu {
    position: initial;
    right: 0;
  }

  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 15px;
  }

  .menu-items {
    display: none;
  }

  .menu-items.show {
    display: flex;
    position: fixed;
    left: 0;
    top: 98px;
    width: 100vw;
    height: calc(100vh - 98px);
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
  }
  .menu-items.show .nav-item {
    font-size: 2.5rem;
  }


  @media (min-width: 768px) {
    header {
    }
    .aq-login {
      right: 1rem;
      top: auto;
    }

    .top-menu {
      position: absolute;
      top: 2.75rem;
      right: auto;
      left: 9rem;
    }
  }
  
  .login--header {
    padding: 0;
    margin: 0;
}

.banner-home {
	padding-top:0.5rem;
}

#gameList-wrapper {
    padding-top: 8px;
}

