/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  /* width: 34px;
  height: 24px; */
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .layout-limit-container {
    width: 576px;
    margin: 0 auto;
  }
}

.btn-blue {
    color: #fff;
    background-color: var(--bs-blue);
    border-color: var(--bs-blue);
}

.bg-lightblue {
  background-color: #42a3db !important;
}

.bg-blue {
  background-color: #0075B9 !important;
}

.bg-navy {
  background-color: #004C7F !important;
}

.bg-darkcyan {
  background-color: #04A79D !important;
}

.bg-verydarkcyan {
  background-color: #017A75 !important;
}

.bg-darkgreen {
  background-color: #198754 !important;
}

.bg-yellow {
  background-color: #fff877 !important;
}

.bg-lightgreen {
  background-color: #dcff8b !important;
}

.bg-lightred {
  background-color: #ffa1a1 !important;
}

.bg-brown {
  background-color: #D65E01 !important;
}

.bg-darkbrown {
  background-color: #89512E !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bet_box {
  text-align: center; 
  height: 45px; 
  width: 8%;
}

.orgChartNodeClass {
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
  vertical-align: middle;
  font-family: arial,helvetica;
  cursor: default;
  border: 2px solid #b5d9ea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
  background-color: #b0d7ee;
  background: -webkit-gradient(linear, left top, left bottom, from(#b0d7ff), to(#b0d7ee));
}

.display-7 {
  font-size: calc(1.1875rem + 1.65vw);
  font-weight: 500;
  line-height: 1.37;
}
@media (min-width: 1200px) {
  .display-7 {
    font-size: 2rem;
  }
}

.wallet-top {
  --bs-card-spacer-y: 0.75rem;
}

.content-admin {
  margin-top: 4.5rem;
  /* margin-bottom: 70px; */
}

.wallet-position-relative {
  position: relative;
}

.wallet-small-w {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.85em; /* Adjust size as needed */
  margin: 2px; /* Adjust margin for spacing */
}

.wallet-small-cl {
  margin: 2px; /* Adjust margin for spacing */
  font-size: 1.2em;
}

.badgeusdt {
  padding: 0.49em 1.4em;
}

.my-6 {
  margin-top: 3.4rem !important;
  margin-bottom: 4rem !important;
}

.swiper {
  width: 100%;
  height: 14em;
  border-radius: 0.375rem;
} 

@media (min-width: 576px) {
  .swiper-login {
    width: 576px;
    margin: 0 auto;
    height:100vh;
  }

  .b-item {
    width: 5.5rem; 
    height: 5.5rem; 
  }
}
@media (max-width: 576px) {
  .swiper-login {
    width: 100vw;
    margin: 0 auto;
    height:100vh;
  }

  .b-item {
    width: 4rem; 
    height: 4rem; 
  }
}

.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ads-icon {
  flex: 0 0 auto;
  /* width: 10%; */
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  color: white;
}

.layer-1 {
  z-index: 1;
}

.dashboard-announcement {
  width: 100%;
}

.announcement-icon {
  float: left;
}

.announcement-text {
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.announcement-link {
  float: right;
}

.b-item {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 0.586667rem;
  font-size: 12px;
  padding: 2px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 1rem;
  /* border-bottom-right-radius: 1rem; */
  margin-top: 0.266667rem;
  margin-right: 0.266667rem;
  border-width: 0.266667rem;
  border-style: solid;
  border-color: rgb(255, 172, 26);
  border-image: initial;
}

.b-item img	{
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 0.586667rem;
  font-size: 12px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.bw-1 {
  border-width: 0.266667rem !important;
}

.bw-2 {
  border-width: 0.266667rem !important;
}

.bw-3 {
  border-width: 0.366667rem !important;
}

.bw-4 {
  border-width: 0.466667rem !important;
}