.container {
  max-width: 100%; 
}
.header .header-logo a { 
  margin: 0 0;
}
.app-logo{
  height: 32px;
}  
.header .header-content .mid-content {
  flex: 1;
  text-align: left;
}  
.link-container {
  display: inline-block; 
}

.btn-custom {
  display: inline-block; 
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #ff4c4c;
  border: none; 
  border-radius: 4px;
  padding: 0 7px;
  font-weight: 700;
  cursor: pointer;
  background-color: #631010;
  transition: background-color 0.3s ease;
}

.link-container + .link-container::before {
  content: " | ";
  color: #5b5b5b;
  font-weight: bold;
  margin-right: 5px;
}
body{
  font-family: Poppins, 'Helvetica', sans-serif;
}
.btn-custom:hover {
  color: #ff4c4c;
  background-color: #631010;
}
.category-swiper {
  background-color: var(--bg-white);
  padding: 9px 0;
}
.swiper-slide3{
  width: auto !important;
}
.category-btn {
  background-color: transparent;
  border: 1px solid #4a3d50;
  border-radius: 32px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  color: #abb0ba;
  white-space: nowrap;
}
.category-btn.active, .category-btn:hover {
  background-color: transparent;
  border: 1px solid #4a3d50;
  color: #abb0ba;
}
.shop-card {
  border-radius: 8px;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.4);
  height: 130px;
} 
    .spanGame {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 15ch; /* Width of 2 characters */
    }

.betswiper-container {
        width: 100% !important;
        height: 76px !important;
        overflow: hidden !important;
    }

    .betswiper-wrapper {
        height: 100% !important;
    }

    .betswiper-slide { 
  border-radius: 6px;
        background-color: #201925 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        height: 76px !important;
    }

    .betswiper-slide img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
        width: 100px !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .betswiper-slide-content {
        padding-left: 10px !important;
    }

    .betswiper-slide-content h3 {
        margin: 0 !important;
        font-size: 16px !important;
    }

    .betswiper-slide-content p {
        margin-top: 0 !important;
        font-size: 12px !important;
        color: #666 !important;
    } 	
.betZ{
  margin-top: 1rem;
}
.betX{ 
  margin-left: 11px;
  font-size: 12px;
  margin-bottom: 0px;
  color: #6b6e73;
}
.betXX{ 
  margin-left: 11px;
  font-size: 14px;
  margin-bottom: 0px;
}
.tile-container__info {
  display: flex; 
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start; 
  gap: 4px;
  opacity: 1;
  grid-area: name;
  padding: 0 16px;
  z-index: 2;
}
.tile-container__info .tile-container__name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tile-container .tile-container__info .tile-container__provider {
  color: #abb0ba;
  font-size: 10px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a{
  color: #ffffff;
}
.load-circle div { 
  border: 7px solid rgb(255 76 76); 
}
.category-btn:hover {
  background-color: #272727;
  border: 1px solid #ff4c4c; 
}
#preloader {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.theme-dark .form-control { 
  border-radius: 7px;
}
@media (min-width: 992px) { 
  .imgLogin{
    display: none;
  }
}

.casino-search-results {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center; 
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding-top: 8px; 
}
.casino-search-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; 
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.empty-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center; 
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 24px 16px;
  text-align: center;
  width: 100%;
}
.empty-state .empty-state__title {
  color: #ffffff;
}
.empty-state .empty-state__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.empty-state .empty-state__text, .empty-state .empty-state__title {
  margin: 0 auto;
  width: 100%;
}
.empty-state .empty-state__title+.empty-state__text {
  margin-top: 4px;
}
.empty-state .empty-state__text {
  color: #abb0ba;
}
.empty-state .empty-state__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}
.empty-state .empty-state__text, .empty-state .empty-state__title {
  margin: 0 auto;
  width: 100%;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff4c4c;
  --bs-btn-border-color: #ff4c4c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff4c4c;
  --bs-btn-hover-border-color: #ff4c4c;
  --bs-btn-focus-shadow-rgb: 230, 68, 96;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff4c4c;
  --bs-btn-active-border-color: #ff4c4c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff4c4c;
  --bs-btn-disabled-border-color: #ff4c4c;
}
.balance-label {
  margin-left: 18px;
}
.balance-label {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center; 
}
.balance-label .title-small-bold-text {
  font-weight: 700;
}
.currency{
  color: #abb0ba;
}
.title-small-300-text, .title-small-bold-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  text-align: center;
}

.balance-label .sub-title-small-300-text {
  font-weight: 400;
}
.sub-title-small-300-text {
  font-weight: 300;
  line-height: 12px;
}
.sub-title-small-300-text, .sub-title-small-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
}

.dz-list > ul > li {
  border-bottom: 0px solid var(--border-color);
}
.dz-list > ul > li .item-content {
  padding: 7px 0; 
}

.dz-inner{
  font-size: 13px;
  padding: 0 7px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width)* -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 7px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { 
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; 
}

.custom-card2{
  border: 1px solid #2f2f2f !important;
}

.profile-payments-item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--material);
  border-top: 1px solid var(--border);
  height: 76px;
  padding: 12px 16px;
  width: 100%;
}
.profile-payments-item__box {
  background-color: #fff;
  border-radius: 4px;
  height: 52px;
  min-width: 72px;
  padding: 4px;
}
.profile-payments-item__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50%;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.profile-payments-item__info {
  -webkit-margin-start: 16px;
  margin-inline-start: 16px;
}
.profile-payments-item__name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
.profile-payments-item-amount:not(:first-child) {
  margin-top: 2px;
}
.profile-payments-item-amount {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-payments-item-amount__key {
  font-weight: 300;
}

.profile-payments-item-amount__key, .profile-payments-item-amount__value {
  color: var(--text-for-material);
  font-size: 12px;
  line-height: normal;
}
.profile-payments-item-amount__value {
  -webkit-margin-start: 3px;
  font-weight: 400;
  margin-inline-start: 3px;
}

.profile-payments-item-amount__key, .profile-payments-item-amount__value {
  color: var(--text-for-material);
  font-size: 12px;
  line-height: normal;
}

[id^="NotiflixNotify-"] { 
  background: rgb(57 54 54) !important; 
  border-bottom: 3px solid red;
}

#NotiflixNotifyWrap { 
  background: rgb(57 54 54) !important;  
}

[id^=NotiflixNotifyWrap] * { 
  fill: #595959;
}

.formDepositoPagamento{
  display: none;
}
 
.custom-tab-1 .nav-link:focus, .custom-tab-1 .nav-link:hover, .custom-tab-1 .nav-link {
  color: #717171;
}

.custom-tab-1 .nav-link:focus, .custom-tab-1 .nav-link:hover, .custom-tab-1 .nav-link.active { 
  color: #ffffff;
}

.theme-dark .form-control {
  background: #4a3d50; 
}

.theme-dark .input-group-icon .form-control {
  background: #4a3d50;
}
.theme-dark .input-group .input-group-text {
  background-color: #312935 !important; 
}

.casino-history-list-container {
  height: 100%;
  overflow: hidden;
}
.casino-history .casino-history-list {
  height: calc(100% - 60px);
}

.casino-history-list, .transaction-history-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: calc(100% - 48px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.casino-history-list-item {
  background-color: #201925;
  padding: 0 16px 8px;
  width: 100%;
}
.casino-history-list-item>div, .casino-history-list-item>div>.col {
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.casino-history-list-item>div {
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-top: 1px solid #38323d;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 8px;
  width: 100%;
}
.casino-history-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: normal;
}
.game-item-image-container.casino-history {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.casino-history-list-item .game-item-image-container+.casino-game-bet-info {
  margin-left: 16px;
}
.casino-history-info .title-text {
  font-weight: 400;
  margin-bottom: 4px;
}
.title-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
.casino-history-info .sub-title-xsmall-300-text {
  margin-top: 2px;
}
.sub-title-xsmall-300-text.flex-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-title-xsmall-300-text {
  color: #abb0ba;
  font-weight: 300;
}
.sub-title-small-500-text, .sub-title-xsmall-300-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
.sub-title-xsmall-300-text {
  color: #abb0ba;
  font-weight: 300;
}
.sub-title-small-500-text, .sub-title-xsmall-300-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
.casino-history-info .sub-title-xsmall-300-text span+span {
  padding-left: 4px;
}
.casino-history-list-item>div>.col {
  -webkit-box-orient: vertical;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4px;
}

.casino-history-list-item>div, .casino-history-list-item>div>.col {
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title-small-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
.title-small-bold-text, .title-small-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  text-align: center;
}
.game-item-image-container.casino-history {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.casino-history-list-item .icon-casino-game {
  border-radius: 4px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 64px;
  z-index: 1;
}
.game-item-image-container img:before {
  background-color: #4a3d50;
  content: "";
  height: 100%;
  left: -2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% + 2px);
} 
.color-green {
  color: #01df61;
}
.color-red {
  color: #ff0000;
}
.color-orange {
  color: #f5853b;
}
.bet-history-list-container .pagination, .casino-history-list .pagination, .transaction-history-list .pagination {
  -webkit-margin-before: 4px;
  background-color: #201925;
  height: 68px;
  margin-block-start: 4px;
}

.pagination {
  gap: 0;
}
.pagination, .pagination-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.pagination {
  color: #fff;
  gap: 8px;
  height: 34px;
  margin: 10px 0;
}
.pagination .pagination__item:not(:last-child) {
  margin-right: 8px;
}
.pagination .pagination__item.disabled {
  background-color: #3b343e;
  border-color: #3b343e;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination .pagination__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #4a3d50;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  justify-content: center;
  line-height: 14px;
  margin: 0;
  min-width: 32px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.pagination .pagination__item:not(:last-child) {
  margin-right: 8px;
}

.pagination .pagination__item.active {
  border: 2px solid #ff4c4c;
  cursor: default;
}
.pagination .pagination__item.dots {
  pointer-events: none;
}
.bet-history-list-container {
  height: calc(100% - 60px);
}
.transaction-history-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: calc(100% - 48px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.empty-center {
  height: 100%;
}
.bet-history-profile-container {
  height: 100%;
  overflow: hidden;
}
.empty-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 24px 16px;
  text-align: center;
  width: 100%;
}
.empty-state .empty-state__title {
  color: #ffffff;
}
.empty-state .empty-state__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.empty-state .empty-state__text, .empty-state .empty-state__title {
  margin: 0 auto;
  width: 100%;
}
.empty-state .empty-state__title+.empty-state__text {
  margin-top: 4px;
}
.empty-state .empty-state__text {
  color: #abb0ba;
}
.empty-state .empty-state__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}
.empty-state .empty-state__text, .empty-state .empty-state__title {
  margin: 0 auto;
  width: 100%;
}

.whatsapp-button img {
    width: 60%;
}

.whatsapp-button {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 24;
    background-color: #25D366;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 769px) {
    .whatsapp-button {
        bottom: 15px;
    }
}