/*
* 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;
}

/* if screen width is bigger than mobile width, then limit the width to 900px */
@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;
}

.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 */
}

.badgeusdt {
  padding: 0.49em 1.4em;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 4rem !important;
}