.empty-container {
  min-height: 400px;
}

.empty-container p {
  color: #237dc0;
  margin-top: 20px;
}

.banner-main {
  min-height: 333px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  flex: 1;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-backdrop {
  background-color: #000;
}

.landing_wrapper {
  min-height: 100vh;
}

.captcha_main .captcha-area figure img {
  width: 60px;
}

.captcha_main .captcha-area {
  gap: 7px;
}

.disclaimer-div {
  max-height: 150px; /* Set the desired height */
  overflow-y: auto; /* Enables vertical scrolling */
  padding: 10px; /* Optional: Adds some padding for better readability */
  border: 1px solid #eee;
  font-size: 12px;
}

.disclaimer-div p {
  font-size: 12px;
}

.inner-content {
  min-height: calc(100vh - 242px);
}

.table tbody tr td {
  vertical-align: middle;
}

.modal-body,
.modal-footer {
  padding-bottom: 20px;
}

.modal-header .modal-title {
  margin: 15px 0;
}

.actionBtn {
  background: linear-gradient(95deg, #f1c4c4 0%, #d50000 53.7%);
}

.actionBtn:hover {
  background: linear-gradient(95deg, #f1c4c4 0%, #d50000 50%);
}

.select2-container--default .select2-selection--single {
  color: var(--primary-dark);
  font-family: var(--primary-font-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #fff;
  height: 40px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important;
}

.rolldate-panel.fadeIn header {
  display: block;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
}

.select2-dropdown {
  z-index: 1111110;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  color: black;
  background-color: #ddd;
  font-size: 12px;
}

.select2-results__option--selectable {
  color: black;
  font-size: 12px;
}

.select2.select2-container {
  width: 100% !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #e9ecef;
  color: black;
}

.select2-container--default .select2-results > .select2-results__options,
.select2-results {
  max-height: 200px;
  overflow-y: auto;
}

.landing_wrapper {
  padding-bottom: 60px;
  padding-top: 80px;
}

.language-login-container {
  position: absolute;
  right: 15px;
  top: 15px;
}

.landing_wrapper .lang-text {
  display: block;
}

.landing_wrapper .lang-text,
.landing_wrapper .language-main .lang-text,
.landing_wrapper .language-main .lang-arrow {
  display: block;
  color: white;
}

.landing_wrapper .language-main button {
  border: 1px solid white;
  padding: 10px;
}

.hierarchy-title {
  font-size: 16px;
}

.text-successs {
  color: #8bceff;
  text-align: center;
  font-family: var(--primary-font-700);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.text-dangerss {
  color: #ff6b6b;
  text-align: center;
  font-family: var(--primary-font-700);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.language-main .lang-btn {
  padding: 10px;
}

.banner-main .banner-img img {
  width: 100%;
}

.terminal-body {
  background: black;
  border: 8px solid grey;
  min-height: calc(100vh - 360px);
  max-height: calc(100vh - 360px);
  overflow-y: auto;
  overflow-x: hidden;
}

.terminal-container {
  padding: 10px;
}

.terminal-line-1,
.terminal-line-2 {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

.text-greys {
  color: #b5b0b0;
}

.text-oranges {
  color: orange;
}

.text-purples {
  color: #a876fa;
}

@media (max-width: 767px) {
  .terminal-body {
    min-height: calc(100vh - 300px);
    max-height: calc(100vh - 300px);
  }

  .terminal-line-1,
  .terminal-line-2 {
    font-size: 11px;
  }
}

.wallet-bottom {
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.terminal-wallet {
  position: relative;
}

.wallet_main {
  max-height: calc(100vh - 449px) !important;
}

.bg-bluess {
  background: #237dc01a;
}

.table-community tr th,
.table-community tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.table-community tr.empty td {
  padding-top: 8px;
  padding-bottom: 8px;
  background: transparent;
}

.burger-container {
  cursor: pointer;
}

.burger-active {
  background: url("../img/handburger.svg") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.bg-bluess.active {
  background: #b9bbc7;
}

.bg-bluess.active .burger-active {
  background: url("../img/handburger-active.svg") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.bg-greysss {
  background: #e7e8ec;
}

.table-community tr[data-open] {
  display: none;
}

.table-community tr[data-open].active {
  display: table-row;
}

.table-box-title {
  color: var(--Primary-Main, #237dc0) !important;
}

@media (max-width: 767px) {
  .banner-main .banner-img img {
    height: auto;
    object-fit: initial;
  }

  .banner-main {
    min-height: initial;
  }
}

.btn-closess {
  position: absolute;
  right: 15px;
  top: 15px;
}

.memomodals p {
  margin: 0px !important;
}

@media (max-width: 767px) {
  .banner-main .banner-img img {
    height: auto;
    object-fit: initial;
  }

  .banner-main {
    min-height: initial;
  }
}

.btn-closess {
  position: absolute;
  right: 15px;
  top: 15px;
}

.memomodals p {
  margin: 0px !important;
}
.circle-container {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-bottom: 10px;
}

.dounut-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  max-height: 320px;
  margin: auto;
}

.chart-container {
  position: relative;
  height: 400px;
  margin-top: 20px;
  border-radius: 10px;
}

.value-cards-main.box-only {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.value-cards-main.box-only:hover {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  background: #237dc0;
}

.value-cards-main.box-only:hover > .w-100 .card-heading,
.value-cards-main.box-only:hover > .card-value {
  color: white;
}

.value-cards-main.box-only .circle-container.banker-iconss.box-1 {
  background: url("../img/banker/icon-1.svg") no-repeat center #f5f5f5;
  background-size: 30px;
}

.value-cards-main.box-only .circle-container.banker-iconss.box-2 {
  background: url("../img/banker/icon-2.svg") no-repeat center #f5f5f5;
  background-size: 30px;
}

.value-cards-main.box-only .circle-container.banker-iconss.box-3 {
  background: url("../img/banker/icon-3.svg") no-repeat center #f5f5f5;
  background-size: 30px;
}

.value-cards-main.box-only .circle-container.banker-iconss.box-4 {
  background: url("../img/banker/icon-4.svg") no-repeat center #f5f5f5;
  background-size: 30px;
}

.value-cards-main.box-only:hover
  > .w-100
  .circle-container.banker-iconss.box-1 {
  background: url("../img/banker/icon-1-hover.svg") no-repeat center #ffffff50;
  background-size: 30px;
}

.value-cards-main.box-only:hover
  > .w-100
  .circle-container.banker-iconss.box-2 {
  background: url("../img/banker/icon-2-hover.svg") no-repeat center #ffffff50;
  background-size: 30px;
}

.value-cards-main.box-only:hover
  > .w-100
  .circle-container.banker-iconss.box-3 {
  background: url("../img/banker/icon-3-hover.svg") no-repeat center #ffffff50;
  background-size: 30px;
}

.value-cards-main.box-only:hover
  > .w-100
  .circle-container.banker-iconss.box-4 {
  background: url("../img/banker/icon-4-hover.svg") no-repeat center #ffffff50;
  background-size: 30px;
}

.value-cards-main.box-only .circle-container.player-iconss.box-1 {
  background: url("../img/player/icon-1.svg") no-repeat center #f5f5f5;
  background-size: 30px;
}

.value-cards-main.box-only .circle-container.player-iconss.box-2 {
  background: url("../img/player/icon-2.svg") no-repeat center #f5f5f5;
  background-size: 30px;
}

.value-cards-main.box-only .circle-container.player-iconss.box-3 {
  background: url("../img/player/icon-3.svg") no-repeat center #f5f5f5;
  background-size: 30px;
}

.value-cards-main.box-only .circle-container.player-iconss.box-4 {
  background: url("../img/player/icon-4.svg") no-repeat center #f5f5f5;
  background-size: 30px;
}

.value-cards-main.box-only:hover
  > .w-100
  .circle-container.player-iconss.box-1 {
  background: url("../img/player/icon-1-hover.svg") no-repeat center #ffffff50;
  background-size: 30px;
}

.value-cards-main.box-only:hover
  > .w-100
  .circle-container.player-iconss.box-2 {
  background: url("../img/player/icon-2-hover.svg") no-repeat center #ffffff50;
  background-size: 30px;
}

.value-cards-main.box-only:hover
  > .w-100
  .circle-container.player-iconss.box-3 {
  background: url("../img/player/icon-3-hover.svg") no-repeat center #ffffff50;
  background-size: 30px;
}

.value-cards-main.box-only:hover
  > .w-100
  .circle-container.player-iconss.box-4 {
  background: url("../img/player/icon-4-hover.svg") no-repeat center #ffffff50;
  background-size: 30px;
}

.tetx-greyss.card-heading {
  color: #969696;
}

.tetx-darkss.card-heading {
  color: #404041;
}

#timeFilter {
  border-radius: 30px;
  border: 1px solid white;
  color: white;
  padding: 2px 10px;
  background: transparent;
  font-size: 14px;
}

.text-table-grey {
  color: #40404180 !important;
}

.white-card.gradient,
.value-cards-main.gradient {
  background: linear-gradient(103.72deg, #70cefe 0%, #1b7ac2 98.61%);
}

.bordered-box-main.box-1,
.bordered-box-main.box-2 {
  background: transparent;
}

.bordered-box.box-1 {
  background: url("../img/bg-banker.png") no-repeat center #f5f5f5;
  background-size: cover;
}

.bordered-box.box-2 {
  background: #e9f2f9;
}

.package-card-value.text-whtie,
.bordered-box-title.text-whtie,
.text-white {
  color: white !important;
}

.text-right {
  text-align: right !important;
}

.progress {
  background-color: rgba(255, 255, 255, 0.3);
  height: 8px;
}

.progress-bar {
  background: #ffffff;
  border-radius: 10px;
  height: 8px;
}

.box-left {
  color: #fff;
  font-family: var(--primary-font-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  width: 50%;
}

.box-right {
  width: 50%;
  margin: 0;
  color: #fff;
  text-align: left;
  font-family: var(--secondary-font-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  letter-spacing: 0.5px;
}

.white-card.gradient .total-box .total-box-value {
  font-family: var(--primary-font-600);
}

.box-right span {
  font-size: 22px;
  line-height: 19.1px;
}

.circle-contaienr {
  border-radius: 50%;
  background: white;
  width: 20px;
  height: 20px;
  border: 3px solid black;
}

.circle-contaienr.green {
  border: 3px solid #04bfda;
}

.circle-contaienr.blue {
  border: 3px solid #237dc0;
}

.circle-contaienr.smallblue {
  border: 3px solid #99d3ff;
}

.card-percent {
  font-size: 30px;
  color: #237dc0;
  line-height: 0.1px;
}

.chat-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-containers {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}

.chart-containers .day {
  position: relative;
  text-align: center;
  color: white;
}
.chart-containers .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 3px solid #1a3a5a;
  font-size: 10px;
  font-family: "PoppinsSemiBold";
  color: #131c43;
}
.chart-containers .line {
  width: 30px;
  height: 4px;
  background: white;
  position: absolute;
  top: 25%;
  right: -21px;
  z-index: -1;
}
.chart-containers .value {
  margin-top: 5px;
  font-size: 10px;
}
.chart-containers .green {
  background: #00ff99;
}
.chart-containers .red {
  background: #ff3a3a;
}
.chart-containers .gray {
  background: #5283a7;
}

.chart-containers .day:last-child .line {
  display: none;
}

.blue-wheel-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 15px;
  padding-top: 15px;
}

.white-wheel-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #40404130;
  padding-bottom: 15px;
  padding-top: 15px;
}


.form-check-input[type=checkbox] {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: initial;
  border: 1px solid #CCCCCC;
  background: transparent;
}

.form-check-input:checked {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #00FF99;
  border-color: #00FF99;
  box-shadow: initial;
}


.box-11 {
  position: absolute;
  top: 20%;
  left: -200px;
  overflow: hidden;
  z-index: -1;
}

.box-22 {
  position: absolute;
  top: 20%;
  right: -220px;
  overflow: hidden;
  z-index: -1;
}

.box-33 {
  position: absolute;
  top:50%;
  left: -200px;
  overflow: hidden;
  z-index: -1;
}


.wheel-height {
  min-height: 350px;
  max-height: 350px;
  overflow-y: auto;
}


.menu-lists-wrapper button.menu-btn.btn-toggle.collapsed {
  cursor: pointer;
  touch-action: manipulation;
  position: relative;
  z-index: 99;
}