
body,
html {
  background: #0d0606;
}

a,
a:hover {
  color: rgb(255, 210, 211);
}

.mobile-bg {
	background-color: #111;	
	background-image: none;
}

.btn-register,
#payment-methods .nav-link,
.btn-game-search {
  background-color: #d62026;
  border-color: rgb(167, 10, 14);
  color: #fff !important;
}

.btn-register:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: #c00 !important;
}

.red-color,
#payment-methods .nav-link.active,
.form_button {
  background-color: rgb(179, 38, 41);
  border-color: rgb(196, 68, 71);
  color: #fff;
}
.red-color:hover,
#payment-methods .nav-link.active:hover,
.form_button:hover {
  background-color: rgb(130, 9, 12);
  border: 1px solid rgb(232, 113, 116);
}

#payment-methods .nav-link:hover,
#payment-methods .nav-link.active {
  background-color: rgb(125, 9, 12) !important;
  transition: all 0.3s ease-out;
  color: rgb(233, 193, 112) !important;
}

#payment-methods .nav-link {
  background-color: transparent;
  border: 1px solid rgb(125, 9, 12);
  border-radius: 0.5rem;
  color: rgb(184, 154, 33) !important;
}

.casino-menu .nav-item.active,
.casino-menu .nav-item:hover,
.casino-menu .nav-item:focus {
  background: rgb(126, 7, 11) !important;
}

.casino-menu .nav-item.active a,
.casino-menu .nav-item:hover a,
.casino-menu .nav-item.active,
.casino-menu .nav-item:hover {
  color: #fff7fb !important;
}

.modal-header,
.card-header {
  background-color: rgb(126, 7, 11);
}

.loadMore {
  background: rgb(213, 30, 34) !important;
}

.footer-div,
.content-div,
.profile .balance {
}

.footer-link ul li.list-header {
    color: #cd8282;
    font-weight: 600;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

#aqBalance,
#aqUsername,
.aqProfileText {
  color: #ffd5e7;
}

.navbar-light .navbar-toggler {
  border: 1px solid rgb(242, 85, 154);
}

.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='rgb(242, 85, 154)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.after-login ul li.user-box {
  background-color: #111;
  border: 1px solid #a30000;
}

.real-btn {
  background: #da2172 !important;
  border: 1px solid #f2559a !important;
  color: #f9eef3 !important;
}
.real-btn:hover {
  background: #a30048 !important;
}
.demo-btn {
  background: #16282b !important;
  border: 1px solid #ffffff !important;
  color: #fff !important;
}
.demo-btn:hover {
  background: #011 !important;
}

.navbar-brand .logo {
  max-height: 55px;
}

.checkbox input:checked ~ .checkmark {
  background-color: #a30000;
}
/**
PROFILE
**/

.profile ul {
  list-style-type: none;
  line-height: 2rem;
  font-size: 1rem;
}
.profile ul,
.profile a {
  color: #949494;
}

.profile .balance {
  padding: 0.5rem;
}
.profile .deposit {
  background: #f2559a;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem;
}
.profile .deposit a {
  color: #000 !important;
}
.profile .form-control {
  background-color: #fff;
  border: 1px solid rgb(121, 121, 121);
  padding: 0.5rem !important;
  margin-bottom: 0.5rem;
}
/* .form-control:disabled,
.form-control[readonly] {
  background-color: #a30048 !important;
} */

.profile ul:nth-child(1),
.profile ul:nth-child(2) {
  border-right: none;
}

.profile .self-bar-select {
  max-width: 80%;
  float: right;
}

::placeholder {
  color: #eaeaea !important;
}

.profile ul {
  border: none;
}

@media only screen and (min-width: 1024px) {
  .add-border {
    border-right: 1px solid #f2559a;
  }
}

@media only screen and (max-width: 768px) {
  .profile .balance,
  .profile .deposit {
    padding: 0.25rem;
    height: 37px;
  }
  .profile.balance span {
    display: block;
  }
  .profile a,
  .profile .balance,
  .profile .deposit {
    font-size: 10px;
  }
  .profile .deposit {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profile .account-menu--header h5 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .profile ul:nth-child(1),
  .profile ul:nth-child(2) {
    border-right: 1px solid #f2559a;
  }
}

@media only screen and (min-width: 1200px) {
  .profile ul:nth-child(1),
  .profile ul:nth-child(2) {
    border-right: none;
  }
  .profile ul:nth-child(2) {
    border-top: 1px solid #f25555;
    border-bottom: 1px solid #f25555;
  }
}

.profile ul,
.profile a {
  color: #ebf6f7;
}
.profile a:hover,
.profile a:focus,
#show-deposit span,
.profile a.active {
  color: #f25555;
}

#show-deposit span {
  cursor: pointer;
}
#show-deposit span:hover {
  text-decoration: underline;
}
#bottom-nav,
.gamebox-favourite i,
.deposit-money i {
  background-color: rgb(126, 7, 11) !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #de1a1a;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

a.btn-gamesPage {
  background-color: transparent;
  border: 1px solid rgb(182, 35, 38);
  text-decoration: none;
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 0.3rem;
}

a.btn-gamesPage:hover {
  background-color: rgb(182, 149, 35);
  border: 1px solid rgb(124, 10, 13);
  transition: all 0.3s ease-in-out;
}

.account-menu .nav-link {
  background-color: transparent;
  color: #fff;
}

.account-menu .nav-link.active,
.account-menu .tab-content > .active {
  background-color: rgb(126, 7, 11);
  border: 1px solid rgb(181, 36, 39);
}
.account-menu .nav-link.active {
  color: #f2559a;
  border-bottom: none;
}

.profile .col-xl-9 {
  background-color: #303030 !important
}

.games-menu.nav-tabs .nav-link {
  background-color: #313131 !important;
}
.games-menu .nav-item.show .nav-link,
.games-menu .nav-item .nav-link:hover {
  background-color: #d62026 !important;
  color: #fff !important;
}

.back-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #d62026 !important;
  color: #fff !important;
  border-radius: 0.5rem;
  font-size: 1.5rem;
}

.preset-amounts .btn-register {
  border-color: rgb(180, 151, 37);
  color: rgb(255, 210, 211) !important;
}
.preset-amounts .btn-register:hover {
  background-color: rgb(125, 9, 12) !important;
}

.profile .btn-register {
  background-color: #a30048;
  border: 1px solid #fe1212;
}

.step {
  background-color: transparent !important;
  border: 2px solid #f2559a !important;
}
.step.finish {
  background-color: #f2559a !important;
}

hr {
  border-top: 1px solid rgba(242, 85, 154, 0.5);
}

.carousel-item {
    width: auto;
}
