/* Seaside Slots */
/* http://paletton.com/#uid=73o0n0kllQ7bzWlgQT9pBMWuqJj */

.color-primary-0 {
  color: #79c7ff;
} /* Main Primary color */
.color-primary-1 {
  color: #eaf6ff;
}
.color-primary-2 {
  color: #a8dbff;
}
.color-primary-3 {
  color: #4eb6ff;
}
.color-primary-4 {
  color: #20a0fa;
}

.color-secondary-1-0 {
  color: #ffd370;
} /* Main Secondary color (1) */
.color-secondary-1-1 {
  color: #fff8e8;
}
.color-secondary-1-2 {
  color: #ffe3a2;
}
.color-secondary-1-3 {
  color: #ffc642;
}
.color-secondary-1-4 {
  color: #ffb712;
}

.color-secondary-2-0 {
  color: #ffa770;
} /* Main Secondary color (2) */
.color-secondary-2-1 {
  color: #fff1e8;
}
.color-secondary-2-2 {
  color: #ffc6a2;
}
.color-secondary-2-3 {
  color: #ff8b42;
}
.color-secondary-2-4 {
  color: #ff6d12;
}

.color-complement-0 {
  color: #ffc170;
} /* Main Complement color */
.color-complement-1 {
  color: #fff5e8;
}
.color-complement-2 {
  color: #ffd7a2;
}
.color-complement-3 {
  color: #ffad42;
}
.color-complement-4 {
  color: #ff9812;
}

body,
html {
  background: #051b2b;
}

.btn-register,
#payment-methods .nav-link,
.btn-game-search {
  background-color: #20a0fa;
  border-color: #79c7ff;
  color: #fff7fb !important;
}

.after-login ul li.user-box a {
  color: #f0d271;
}

.btn-register:hover {
  background-color: #9d6b22;
  border-color: #ffe3a2;
  color: #20a0fa;
}

.red-color,
#payment-methods .nav-link.active,
.form_button {
  background-color: #10a1ca;
  border-color: #72cde7;
  color: #fff;
}
.red-color:hover,
#payment-methods .nav-link.active:hover,
.form_button:hover,
.after-login ul li.user-box:hover {
  background-color: #959c9e;
  border: 1px solid #72cde7;
}

#payment-methods .nav-link:hover,
#payment-methods .nav-link.active {
  background-color: #10507d !important;
  transition: all 0.3s ease-out;
  color: #72cde7 !important;
}

#payment-methods .nav-link {
  background-color: transparent;
  border: 1px solid #f0d271;
  border-radius: 0.5rem;
  color: #267bb2 !important;
}

.casino-menu .nav-item.active,
.casino-menu .nav-item:hover,
.casino-menu .nav-item:focus {
  background: #20a0fa !important;
}

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

.modal-header,
.card-header {
  background-color: #20a0fa;
}

.loadMore {
  background: #02ceef !important;
}

.footer-div,
.content-div,
.profile .balance {
  background-color: #253a4a;
}

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

#aqBalance,
#aqUsername {
  color: #fff;
}

.navbar-light .navbar-toggler {
  border: 1px solid #72cde7;
}

.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(114, 205, 231)' 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: #20a0fa;
  border: 1px solid #79c7ff;
}

.real-btn {
  background: #20a0fa !important;
  border: 1px solid #79c7ff !important;
  color: #fff7fb !important;
}
.real-btn:hover {
  background: #ffad0d !important;
  border-color: #ffe3a2 !important;
  color: #23221e !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: #20a0fa;
}
/**
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: #ebd282;
  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: #046db9 !important;
} */

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

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

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

.profile a:hover,
.profile a:focus,
.profile .active,
#show-deposit span,
footer a {
  color: #72cde7 !important;
}

#show-deposit span {
  cursor: pointer;
}
#show-deposit span:hover {
  text-decoration: underline;
}

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

@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 #ffc107;
  }
}

@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 #ffc107;
    border-bottom: 1px solid #ffc107;
  }
}

.profile ul,
.profile a {
  color: #ebf6f7;
}

.profile a:hover,
.profile a:focus,
.profile a.active {
  color: #72cde7;
}

#bottom-nav {
  background-color: #ffc107;
}

.gamebox-favourite i,
.deposit-money i {
  background-color: #ffc107 !important;
  color: #000 !important;
}

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffc107' 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='%23ffc107' 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 #20a0fa;
  text-decoration: none;
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 0.3rem;
}

a.btn-gamesPage:hover {
  background-color: #20a0fa;
  border: 1px solid #ffc107;
  color: #000;
  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: #9d6b22;
  border: 1px solid #20a0fa;
}
.account-menu .nav-link.active {
  color: #20a0fa;
  border-bottom: none;
}

.profile .col-xl-9 {
  background-color: #1d303e !important;
}

.games-menu.nav-tabs .nav-link {
  background-color: #051b2b !important;
}
.games-menu .nav-item.show .nav-link,
.games-menu .nav-item .nav-link:hover {
  background-color: #20a0fa !important;
  color: #fff7fb !important;
}

.back-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #20a0fa;
  color: #fff7fb;
  border-radius: 0.5rem;
  font-size: 1.5rem;
}

.preset-amounts .btn-register {
  border-color: #9d6b22;
  color: #fff7fb !important;
}
.preset-amounts .btn-register:hover {
  background-color: #20a0fa !important;
}

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

hr {
  border-top: 1px solid rgba(32, 160, 250, 0.5);
}
