/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@font-face {
  font-family: 'Aptos'; /* Font family name */
  src: url('../vendor/fonts/aptos-font/aptos.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Aptos', sans-serif !important;
}





.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;
}

.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;
}


.auth_bg{
  /* background-image: url('../img/backgrounds/main_bg.png'); */
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.25),
    rgba(51, 51, 129, 0.25)
  ),
  url("../img/backgrounds/main_bg.png");
  
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: right;
    background-repeat: no-repeat;
}
/* .content-wrapper{
  background-image: url('../img/backgrounds/main_bg.png');
  background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
} */
.layout-menu.bg-menu-theme{
  background-image: url('../img/backgrounds/sidebar_bg.png');
  background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    
     /* background: #eeeeee !important; */
}
.dark-style .app-brand-link img{ 
  filter: invert(1);
}
.card-header-elements .btn-light{
color: #000000 !important;
}
.form-label{
  font-weight: 600;
}
.modal-content{
  border-left: 6px solid var(--bs-primary) !important;
}
.modal-body .alert.alert-dismissible .btn-close{
  transform: translate(-5px, 6px) !important;
}
.menu-vertical .menu-icon {
  display: inline-table;
  font-size: 18px;
  width: 20px;
}
.badge_square{
  width:32px;
  height:32px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.badge_square i{
 font-size: 16px;
}
/* .table td{
color: var(--bs-black);
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: var(--bs-black);
} */
.visibility-hidden{
  visibility: hidden;
}
.token-card{
  max-width: 350px;
  width: 100%;
    margin: 0 auto;
    border: 1px solid #dddddd;
    min-height: 200px;
    padding: 18px 24px;
    text-align: center;
    color: #000000;

}
.token_title{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.token_gene_info{
  font-size: 13px;
  color: #000000;
  margin-bottom: 6px;
}
.token_hash{
  color: #000000;
  font-size: 13px;
}
.token_number{
  font-size: 62px;
  color: #000000;
  margin: 12px 0px;
  font-weight: 600;
}
.token_info_note{
  font-size: 12px;
}
.token_number_showing{
  border: 1px dashed var(--bs-primary);
  width: fit-content;
  margin: 0 auto;
  padding: 12px 10%;
  text-align: center;
  margin-bottom: 16px;
}
.swiper_slider_token_wrapper{
  color: #000000 !important;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.swiper-slide:not(.swiper-slide-active) .btn,
.swiper-slide:not(.swiper-slide-prev) .btn {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-slide.swiper-slide-active .btn
{
  pointer-events: initial;
  opacity: 1;
}