.table {
 margin: 0;
 font-size: 15px;
}

.table thead tr th {
 background-color: #e33fe1;
 text-align: center;
 font-size: 15px;
 padding: 15px;
 color: #363636;
 font-family: "DM Sans", sans-serif;
 font-weight: 600;
 border-bottom: 0;
}

.table thead tr th:first-child {
 text-align: left;
 border-radius: 5px 0 0 0;
}

.table thead tr th:last-child {
 border-radius: 0 5px 0 0;
 text-align: right;
}

.table tbody {
 border: 0 !important;
 background-color: #000;
}

.table tbody tr td {
 text-align: center;
 vertical-align: middle;
 padding: 20px 15px;
 border-width: 1px;
 border: 0;
 font-family: "DM Sans", sans-serif;
 color: #fff;
}

.table tbody tr td::before {
 content: attr(data-label);
 font-family: "DM Sans", sans-serif;
 font-size: 15px;
 color: #fff;
 font-weight: 500;
 display: none;
 width: 50% !important;
 text-align: left;
}

.table tbody tr td:first-child {
 text-align: left;
}

.table tbody tr td:last-child {
 text-align: right;
}

.table tbody tr:nth-child(even) {
 background-color: rgba(255, 255, 255, 0.1);
 border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

@media (max-width: 991px) {
 .table--responsive thead {
  display: none;
 }

 .table--responsive tbody tr {
  display: block;
 }

 .table--responsive tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  text-align: right;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #e1e1e128;
 }

 .table--responsive tbody tr td:last-child {
  border: none;
 }

 .table--responsive tbody tr td::before {
  display: block;
 }
}

.table--form {
 width: 50%;
}

.badge--warning {
 background-color: rgba(255, 159, 67, 0.15);
 border: 1px solid #ff9f43;
 color: #ff9f43;
}

.base--bg {
 background-color: #af1dca;
}

.menu-btn-grp {
 display: flex !important;
 align-items: center;
 gap: 13px;
}

.account__wrap {
 background: none;
}

.account__wrap i{
 font-size: 26px;
 margin-right:5px;
}

.account__wrap span{
 margin-right:7px;
 font-size: 16px;
 color: #fff;
 cursor: pointer;
}

.mobile_side {
 margin-left: auto;
}

.mobile_side i{
 margin-right: 5px;

}

.mobile_side span{
 margin-right: 15px;

}


@media (max-width: 768px) {
 .table--form {
  width: 100%;
 }
}

.scroll-to-top, .post-card__thumb .post-card__date, .table thead tr th {
 background-color: #af1dca;
}

.payment-slider .single-slide img {
 /*width: 100%;*/
}

.scroll-to-top {
 height: 45px;
 width: 45px;
 position: fixed;
 bottom: 15%;
 right: 2%;
 display: none;
 z-index: 999;
 cursor: pointer;
 text-align: center;
 border-radius: 50%;
 background-color: #ff9827;
 line-height: 50px;
}

.scroll-to-top .scroll-icon {
 font-size: 24px;
 color: #363636;
}

.footer-license img {
 width: 70px !important;
}

/* Option 2: Import via CSS */
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");*/
.subscribe-form {
 justify-content: space-between;
 display: flex;
 flex-wrap: wrap;
}

.subscribe-form .form--control {
 width: calc(100% - 155px);
}

.subscribe-form .cmn-btn {
 width: 135px;
}
.country-code .input-group-text {
 background: #fff !important;
}

.country-code select {
 border: none;
}

.country-code select:focus {
 border: none;
 outline: none;
}
.fa-eye{
 position: absolute;
 top: 28%;
 right: 4%;
 cursor: pointer;
 color: lightgray;
}

/*#confirmationModal {*/
/*    z-index: 10056;*/
/*}*/
#totalInGames, #dealerName, #chairName, #tableStatusName {
 width: auto;
 padding: 5px 10px;
 position: absolute;
 left: 10px;
 font-size:11px;
 color: #000;
 border-radius: 6px;
 background-color: #eee;
}
#totalInGames { top: 100px; }
#totalInGames::before {
 margin-right: 10px;
 font-family: "Font Awesome 5 Free";
 content: "\f007";
}
#dealerName { top: 130px; }
#dealerName::before {
 margin-right: 10px;
 font-family: "Font Awesome 5 Free";
 content: "\f005";
}
#chairName { top: 160px; }
#chairName::before {
 margin-right: 10px;
 font-family: "Font Awesome 5 Free";
 content: "\f25b";
}
#tableStatusName { top: 190px; }
#rouletBoxTotal {
 width: 410px;
 display: flex;
 flex-direction: row;
 padding: 5px;
 position: absolute;
 top: 220px;
 left: 10px;
 overflow: hidden;
}
.rouletBox {
 width: 30px;
 height: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-right: 5px;
 padding: 0 10px;
 font-size: 11px;
 border-radius: 6px;
}

/* Search Modal */

.search-modal {
 position: fixed;
 z-index: 1000;
 display: none;
 opacity: 0;
 transition: opacity 0.5s, visibility 0s 0.5s;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 background-color: rgba(15, 15, 15, .98);
 color: #000;
}

.search-modal.active {
 opacity: 1;
 display: flex;
 transition: opacity 0.5s;
}

.search-modal-wrapper {
 z-index: 1001;
 overflow-y: auto;
 display: flex;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
}

.search-modal-overlay {
 position: static;
 height: 100%;
 width: 100%;
 display: flex;
 flex-direction: column;
 overflow: hidden;
 animation: fadeIn .24s;
}

.search-modal-overlay .fa-times {
 opacity: .5;
 cursor: pointer;
 transform: scale(2) translate(-15px, 15px);
 z-index: 2;
 align-self: flex-end;
}

.search-wrapper {
 width: 1024px;
 position: relative;
 padding: 50px 20px 20px;
 display: flex;
 flex-direction: column;
 margin: 0 auto;
}

.search-wrapper-search {
 display: flex;
 flex-direction: row;
 align-items: center;
 width: 100%;
 align-self: center;
 border-radius: 2px;
 background-color: #fff;
 color: #000;
}

.search-wrapper .search-wrapper-input {
 position: relative;
 min-width: 133px;
 width: 125px;
 display: inline-block;
 /*width: 100%;*/
 outline: none;
}

.search-wrapper-input select {
 color: #FFFFFF !important;
 padding: 0 0 0 10px;
 background-color: rgba(255,255,255,0.1);
 border: 1px solid rgba(255,255,255,0.2);
}

.search-wrapper-input option {
 background-color: rgba(0,0,0,0.9);
 color: #FFFFFF !important;
}

.search-bar-content {
 width: 100%;
 display: flex;
 border-radius: 16px 16px 0 0;
 align-items: center;
}

.search-bar-item {
 display: flex;
 flex-grow: 5;
 align-items: center;
}

.search-bar-item .fa-search {
 opacity: .5;
 margin-left: 20px;
}

.search-bar-item input {
 flex-grow: 1;
 outline: none;
 border-style: none;
 margin-left: 10px;
 min-height: 46px;
}

.common__head span {
 font-size: 18px !important;
}

.tab-group {
 display: flex;
 flex-direction: column;
 max-width: 100%;
}

.tab-group .tab-header {
 padding: 0 32px;
 margin: 20px 0;
 border: none;
 display: flex;
 overflow: hidden;
 position: relative;
 flex-shrink: 0;
}

.tab-label-container {
 display: flex;
 flex-grow: 1;
 overflow: hidden;
 z-index: 1;
}

.tab-list {
 flex-grow: 1;
 position: relative;
 transition: transform 500ms cubic-bezier(0.35, 0, 0.25, 1);
}

.tab-labels {
 display: flex;
}

.tab-label {
 color: #ffffff;
 height: 42px;
 padding: 0;
 opacity: 1;
 min-width: 100px;
}

.tab-label-content {
 display: none;
 justify-content: center;
 align-items: center;
 white-space: nowrap;
}

.tab-filters {
 display: flex;
 justify-content: space-between;
 padding: 0 2rem 1.5rem 2rem;
}

.tab-filters__title {
 font-size: 20px;
 color: var(--theme-one);
 font-weight: 600;
 line-height: 22px;
}

.tab-filters__show-on-page {
 cursor: pointer;
 font-size: 20px;
 color: var(--active-color);
 font-weight: 600;
 line-height: 22px;
}

.green_btn {
 background: var(--active-two);
}

.tab-filters__subfilters {
 display: flex;
 justify-content: space-between;
}

.tab-filters__filter {
 padding: 10px;
 font-size: 16px;
 color: var(--white);
 font-weight: 600;
 line-height: 22px;
}


.scrollbar {
 overflow-y: scroll;
 height: calc(100vh - 200px);
}

.empty-games {
 color: #ffffff;
 text-align: center;
 padding-top: 60px;
}

.game-modal {
 z-index: 10000;
 background-color: #000;
 visibility: hidden;
 opacity: 0;
 transition: opacity 0.5s, visibility 0s 0.5s;
}

.game-modal.active {
 z-index: 100000;
 opacity: 1;
 visibility: visible;
 transition: opacity 0.5s;
}

.game-modal {
 position: fixed;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
}

.close-button {
 color: #FFFFFF;
 float: right;
 margin: 10px;
}

/* Game modal */

.game-header {
 padding: 11px 0 12px;
 display: flex;
 justify-content: space-between;
}

.game-header .header-left {
 flex: 1;
 padding-left: 6px;
 display: flex;
 align-items: center;
 font-size: 14px;
}

.game-header .game-name {
 padding: 0 15px;
 color: #fff;
 font-size: 14px;
}

.game-header .game-name-container {
 display: flex;
}

.game-clock {
 color: #fff;
 display: flex;
 align-items: center;
}

.game-header .header-right {
 flex: 1;
 justify-content: flex-end;
 display: flex;
 align-items: center;
 padding-right: 10px;
}

.game-header .header-right div,
.game-header .header-left div {
 font-size: x-large;
}

.game-header .game-header-button {
 display: inline-block;
 margin: 0 5px;
 color: #fff;
 font-size: 14px;
 cursor: pointer;
 transition: color .3s;
}

.game-header .game-clock-icon {
 padding-right: 5px;
}

/* Search Modal */

.search-modal {
 position: fixed;
 z-index: 1000;
 display: none;
 opacity: 0;
 transition: opacity 0.5s, visibility 0s 0.5s;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 background-color: rgba(15, 15, 15, .98);
 color: #000;
}

.search-modal.active {
 opacity: 1;
 display: flex;
 transition: opacity 0.5s;
}

.search-modal-wrapper {
 z-index: 1001;
 overflow-y: auto;
 display: flex;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
}

.search-modal-overlay {
 position: static;
 height: 100%;
 width: 100%;
 display: flex;
 flex-direction: column;
 overflow: hidden;
 animation: fadeIn .24s;
}

.search-modal-overlay .fa-times {
 opacity: .5;
 cursor: pointer;
 transform: scale(2) translate(-15px, 15px);
 z-index: 2;
 align-self: flex-end;
}

.search-wrapper {
 width: 1024px;
 position: relative;
 padding: 50px 20px 20px;
 display: flex;
 flex-direction: column;
 margin: 0 auto;
}

.search-wrapper-search {
 display: flex;
 flex-direction: row;
 align-items: center;
 width: 100%;
 align-self: center;
 border-radius: 2px;
 background-color: #fff;
 color: #000;
}

.search-wrapper .search-wrapper-input {
 position: relative;
 min-width: 133px;
 width: 125px;
 display: inline-block;
 /*width: 100%;*/
 outline: none;
}

.search-wrapper-input select {
 color: #FFFFFF !important;
 padding: 0 0 0 10px;
 background-color: rgba(255,255,255,0.1);
 border: 1px solid rgba(255,255,255,0.2);
}

.search-bar-content {
 width: 100%;
 display: flex;
 border-radius: 16px 16px 0 0;
 align-items: center;
}

.search-bar-item {
 display: flex;
 flex-grow: 5;
 align-items: center;
}

.search-bar-item .fa-search {
 opacity: .5;
 margin-left: 20px;
}

.search-bar-item input {
 flex-grow: 1;
 outline: none;
 border-style: none;
 margin-left: 10px;
 min-height: 46px;
}

.tab-group {
 display: flex;
 flex-direction: column;
 max-width: 100%;
}

.tab-group .tab-header {
 margin: 20px 0;
 border: none;
 display: flex;
 overflow: hidden;
 position: relative;
 flex-shrink: 0;
}

.tab-label-container {
 display: flex;
 flex-grow: 1;
 overflow: hidden;
 z-index: 1;
}

.tab-list {
 flex-grow: 1;
 position: relative;
 transition: transform 500ms cubic-bezier(0.35, 0, 0.25, 1);
}

.tab-labels {
 display: flex;
}

.tab-label {
 color: #ffffff;
 height: 42px;
 padding: 0;
 opacity: 1;
 min-width: 100px;
}

.tab-label-content {
 display: none;
 justify-content: center;
 align-items: center;
 white-space: nowrap;
}

.scrollbar {
 overflow-y: scroll;
 height: calc(100vh - 200px);
}

.empty-games {
 color: #ffffff;
 text-align: center;
 padding-top: 60px;
}

/**
 * Game bets
 */
.game-card-bets {
 display: none;
 top: 45%;
 width: 100%;
 position: absolute;
 z-index: 4;
}

.game-card-bets .min-bets {
 float: left;
 margin-left: 10px;
}

.game-card-bets .max-bets {
 float: right;
 margin-right: 10px;
 text-align: right;
}

.game-card-bets .min-bets, .game-card-bets .max-bets {
 width: 45%;
 line-height: 1.5rem;
}

.game-card-bets .min-bets span:first-child {
 display: block;
 font-weight: 700;
 font-size: 1rem;
 opacity: .7;
}

.game-card-bets .max-bets span:first-child {
 display: block;
 font-weight: 700;
 font-size: 1rem;
 opacity: .7;
}

.dealer-name {
 border-radius: 5px;
 background-color: #283352;
 padding: 3px;
 display: none;
 position: absolute;
 bottom: 25%;
 left: 5px;
}

.dealer-name span:first-child {
 display: block;
 line-height: 1;
}

.game-data {
 border-radius: 5px;
 background-color: #283352;
 padding: 5px;
 position: absolute;
 top: 10px;
 right: 10px;
 display: none;
 justify-content: space-between;
}

.game-data-won {
 padding: 5px;
 background-color: #af1dca;
 text-align: center;
}

.game-data-online {
 text-align: center;
}

.nav-right {
 padding: 7px 20px;
 height: 37px;
}

.navbar {
 position: relative;

}

@media (max-width: 1199px) {
 .navbar-nav {
  display: flex !important;
  flex-direction: column !important;
 }
}

.aspect-16to9 {
 height: auto;
 width: 100%;
}

.p-16to9 {
 position: relative;
 overflow: hidden;
 padding: 0.6rem 0.6rem !important;
}

.card-body-carousel {
 /*position: absolute;*/
 top: 1rem;
 bottom: 1rem;
 right: 1rem;
 left: 1rem;
 overflow: hidden;
}

.langSel {
 padding: 10px 20px;
 width: 100%;
 border: 1px solid rgba(255, 255, 255, 0.15);
 cursor: pointer;
 color: #ffffff;
 background-color: #0A0629;
 height: 50px;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -ms-border-radius: 4px;
 -o-border-radius: 4px;
}
.langSel option {
 background-color: #0A0629;
 font-weight: bold;
 font-size: 16px
}

select {
 padding: 10px 100px;
 width: 100%;
 border: 1px solid rgba(255, 255, 255, 0.15);
 cursor: pointer;
 color: #ffffff;
 background-color: #0A0629;
 height: 50px;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -ms-border-radius: 4px;
 -o-border-radius: 4px;
}

.logo-menu {
 padding-bottom: 20px;
 padding-top: 20px;
}

.main__tab__slide .nav .nav-item .nav-link {
 font-size: 16px;
}

.game-card__thumb .game_play_button {
 opacity: 0;
 position: absolute;
 top: 80%;
 left: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 text-align: center;
 border-radius: 40px;
 color: rgba(103, 192, 103, 0.75);
 letter-spacing: 1px;
 line-height: 15px;
 border: 2px solid rgba(103, 192, 103, 0.75);
 transition: all 0.3s ease 0s;
}

.casino-game-title-text span {
 text-align: center;
 font-size: 16px;
}

.game_play_button span {
 color: white;
 font-size: 16px;
 padding: 16px 32px;
}

.game-card__thumb .game_play_button {
 position: absolute;
 top: 80%;
 left: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 text-align: center;
 border-radius: 40px;
 color: rgba(103, 192, 103, 0.75);
 letter-spacing: 1px;
 line-height: 15px;
 border: 2px solid rgba(103, 192, 103, 0.75);
 transition: all 0.3s ease 0s;
}

.agree--text {
 color: #F3486A;
 font-size: 16px;
}

.checked_container {
 display: block;
 position: relative;
 padding-left: 35px;
 margin-bottom: 12px;
 cursor: pointer;
 font-size: 22px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

/* Hide the browser's default checkbox */
.checked_container input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

/* Create a custom checkbox */
.checked_checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 25px;
 width: 25px;
 background-color: #eee;
}

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

/* When the checkbox is checked, add a blue background */
.checked_container input:checked ~ .checked_checkmark {
 background-color: #2196F3;
}

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

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

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

.cmn--btn span {
 color: #fff !important;
 font-size: 16px;
}

.game-card {
 cursor: pointer;
}

.game-card__thumb .game_play_button {
 opacity: 0;
 position: absolute;
 top: 80%;
 left: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 text-align: center;
 border-radius: 40px;
 color: rgba(103, 192, 103, 0.75);
 letter-spacing: 1px;
 line-height: 15px;
 border: 2px solid rgba(103, 192, 103, 0.75);
 transition: all 0.3s ease 0s;
}

.game_play_button span {
 color: white;
 border: 2px #ff6600 solid;
 border-radius: 15px;
 font-size: 16px;
 padding: 16px 32px;
 background-color: #f3486a;
}

.casino__box .casino__overlay {
 left: 410px;
}

.casino-game-title-container {
 text-align: center !important;
}
.game_play_button a {
 font-weight: bold;
 color: #fff;
}

.casino-game-title-text span {
 text-align: center !important;
}

.nav-tabs {
 --bs-nav-tabs-border-width: 1px;
 --bs-nav-tabs-border-color: #dee2e6;
 --bs-nav-tabs-border-radius: 0.375rem;
 --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
 --bs-nav-tabs-link-active-color: #495057;
 --bs-nav-tabs-link-active-bg: #fff;
 --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
 border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav {
 --bs-nav-link-padding-x: 1rem;
 --bs-nav-link-padding-y: 0.5rem;
 --bs-nav-link-font-weight: ;
 --bs-nav-link-color: var(--bs-link-color);
 --bs-nav-link-hover-color: var(--bs-link-hover-color);
 --bs-nav-link-disabled-color: #6c757d;
 display: flex;
 flex-wrap: wrap;
 padding-left: 0;
 margin-bottom: 0;
 list-style: none;
}

.cookies-card__content {
 margin-bottom: 0;
}
.cmn-accordion .card-header .acc-btn, .single-select.active::after,
.cookies-card__icon, .copied::after {
 background-color: #af1dca;
}

.cookies-card__icon {
 width: 55px;
 height: 55px;
 border-radius: 50%;
 background-color: #fff529;
 color: #fff;
 font-size: 32px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
}

.bg--base {
 background-color: #ed1569;
}

.contact_cc {
 color: #fff;
}

.contact_cc i{
 font-size: 40px !important;
}

.contact-form-wrapper h2 {
 color: antiquewhite;
}

.contact-form-wrapper button {
 color: antiquewhite;
 font-weight: bold;
 font-size: 17px !important;
}

.feature-card__icon, .text--base {
 color: #af1dca;
}

.cookies-card {
 width: 520px;
 padding: 30px;
 color: #fdfdfd;
 position: fixed;
 bottom: 15px;
 left: 15px;
 z-index: 999999;
 transition: all .5s;
 background: #261a0f;
 border-radius: 5px;
}

.cmn-btn, .table.style--two thead {
 background-color: #af1dca;
}

.cmn-btn {
 padding: 14px 35px;
 text-transform: uppercase;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 -o-border-radius: 5px;
 background-color: #ed1569;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 color: #fff;
 font-weight: 700;
}

.input-group-text {
 padding: 0.25rem .75rem !important;
}

.balance__wrap {
 margin-right: 20px;

}

.balance__wrap span {
 color: #fff;
 font-size: 2rem !important;
 font-weight: 600;
}

.balance__wrap_desktop i {
 color: #fff;
 font-size: 19px !important;
}

.balance__wrap_desktop span {
 font-size: 1.2rem !important;
 color: #fff !important;
 font-weight: 600 !important;
}

.aos-animate h3 {
 font-size: 29px;
 color: #fff;
}

.aos-animate small {
 font-size: 16px;
 color: #fff;
}

.bg-warning img {
 width: 28px;
}

.bg-warning p {
 color: #000;
 margin-left:25px;
}

.withdraw__box {
 background-color: var(--slidebox);
 /* padding: 18px 20px 20px; */
 border-radius: 10px;
 height: 100%;
 display: block;
 /* padding-bottom: 90px;*/
}

.withdraw__box .withdraw__title {
 color: var(--white);
 font-weight: 600;
 margin-bottom: 20px;
}

.withdraw__box .form__wrap {
 position: relative;
 width: 100%;
}

.withdraw__box select {
 width: 100%;
 background: #1A233F;
 border: none;
 color: var(--white);
 border: 1px solid #334476;
 border-radius: 10px;
 padding: 20px 10px 22px;
}

 background: #1A233F;
 border: 1px solid #334476;
 border-radius: 10px;
 color: var(--textcolor);
}

.form__wrap input {
 border: unset;
 border-radius: 10px;
 padding: 10px 40px 20px 20px;
 background: var(--signbet);
 width: 100%;
 font-size: 22px;
 outline: none;
 color: #ff6c6c;
}

.withdraw__box span {
 color: #fff;
}

.withdraw__box .input-group-text {
 font-size: 34px;
 color: var(--textcolor);
}

.deposit__wrap {
 /* border: 1px solid var(--active-color); */
 /* padding: 40px 40px; */
 border-radius: 10px;
 text-align: center;
 /* margin: 0 70px; */
}

.deposit__wrap .quick-value {
 margin-top: 25px;
 display: flex;
 align-items: center;
 margin-bottom: 19px;
 justify-content: space-between;
 gap: 14px;
}

.deposit__wrap .quick-value li {
 width: 25%;
 background-color: #af1dca;
 border-radius: 10px;
 padding:5px;
 border: solid 1px #141c33;
}

.deposit__wrap .quick-value h5 {
 color: #fff;
}

.deposit__wrap .quick-value li .active {
 background: #af1dca;
 border-radius: 10px;
 padding:5px;
}

.card_secure_c p {
 text-align: left;
 font-size:12px;
}

.card_secure_c b {
 font-size: 13px;
}

.card_secure_c img {
 width: 10%;
}

.getIban_btn {
 padding: 20px;
}

.toggle-bar input {
 align-items: center;
 display: contents;
}

.contact__preference__wrap .deposit__wrapper {
 display: flex;
 align-items: center;
 justify-content: space-between;
 align-items: flex-end;
 gap: 15px 15px;
}

.nav-progress li {
 width: 25%;
 background-color: #283352;
 border-radius: 10px;
 margin-right: 10px;
}

.nav-progress li a{
 color: #fff;
 font-size: 14px;
 padding:25px !important;
}

.nav-progress li .active{
 background-color: #0e4e54;
 border-radius: 10px;
}

.nav-progress li span{
 font-weight: bold;
 color: #fff;
 font-size: 16px;
}

.sw-toolbar-elm button {
 display: none;
 color: #141c33;
}

.sw-btn {
 margin-bottom: 15px;
 padding:18px;
}

.bonus_card {
 margin: auto;
}

.bonus_card a{
 color: #3387CC !important;
 text-decoration: underline !important;
}

.bonus_card a:hover{
 text-decoration: none !important;
}

.bonus__line nav li a {
 padding:10px !important;
 font-size:16px !important;
}

.bonus__line nav li {
 background: #fff;
 margin-right: 10px;
 margin-bottom: 15px;
 border-radius: 5px;
}

.bonus__line nav li a span{
 font-weight: bold;
}

#chatra:not(.chatra–expanded) {
 /*visibility: hidden !important;*/
 opacity: 1 !important;
 pointer-events: none;
 transition: none;
}

}

.preference__line input[type="checkbox"]{
 height: 40px;
 width: 80px;
}

/* Checkbox element, when checked */
.preference__line input[type="checkbox"]:checked {
 box-shadow: 0 0 0 3px hotpink;
}

.deposit_history__line i {
 font-size: 16px;
 color: black !important;
}

.deposit_history__line nav li a {
 padding:10px !important;
 font-size:16px !important;
}

.deposit_history__line nav li {
 background: #fff;
 margin-right: 10px;
 margin-bottom: 15px;
 border-radius: 5px;
}

.deposit_history__line nav li a span{
 font-weight: bold;
}

#bonusConditionsModal {
 top:20% !important;
}

#additionalBonusModal {
 top:20% !important;
}

.modal-bonus textarea{
 border:1px solid #888 !important;
 border-radius: 5px !important;
}


.card-footer nav ul li {
 border-radius: 3px !important;
}

.card-footer nav ul li:active {
 color: #000 !important;
 background-color: #fff !important;
}

.card-footer nav ul li span{
 padding: 12px !important;
}

.flex-grow-1 label {
 color: #fff0c3 !important;
 font-size: 16px !important;
 margin-bottom: 6px !important;
}

.game-modal-top {
 top: 140px;
}

@media (max-width: 1399px) {
 .main__tab__slide .nav .nav-item .nav-link {
  padding: 3px 10px 1px;
  display: grid;
  gap: 0px 5px;
  background: var(--header);
  width: 150px;
  height: 70px;
  border-radius: 4px;
 }

 .game-modal-top {
  top: 160px;
 }
}


@media (max-width: 600px) {
 .game-header {
  position: absolute;
  right: 0;
 }
 .game-header .header-left {
  display: none;
 }
 .col-sm-6 {
  flex: 0 0 auto;
  width: 50%;
 }
}
@media (min-width: 1200px) {
 .modal-xl {
  /*max-width: 530px !important;*/
 }

 .navbar-expand-xl .navbar-nav {
  flex-direction: row;
 }

 .navbar-expand-xl .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
 }

}

@media (max-width: 991px) {
 .account__wrap {
  display: none;
 }
 .header-section .header-wrapper .balance__wrap {
  position: relative;
 }
 .header-section .header-wrapper .language__wrap .flag {
  position: absolute;
  top: 4px;
  left: 0;
  width: 28px;
  height: 20px;
 }
 .game-modal-top {
  top: 190px;
 }
}
@media screen and (max-width: 500px) {
 .search-form .tab-group .tab-header,
 .search-form .tab-group .tab-filters {
  flex-direction: column;
 }
 .search-form .tab-group .tab-filters {
  padding: 1rem;
 }
 .search-form .tab-group .tab-filters .tab-filters__filter {
  font-size: 13px;
 }
}
