/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

/*
* For collapse menu logo change
******************************************************************************/
.app-brand-logo .small-logo {
  display: none;
}

.layout-menu-collapsed:not(:is(.layout-menu-hover, .layout-menu-expanded)) .app-brand-logo .large-logo {
  display: none;
}

.layout-menu-collapsed:not(:is(.layout-menu-hover, .layout-menu-expanded)) .app-brand {
  padding: 0;
}

.layout-menu-collapsed:not(.layout-menu-hover) .app-brand-logo .small-logo {
  display: block;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

.menu-icon {
  text-align: center;
}

iframe,
img {
  vertical-align: middle;
}

.nav-align-top .nav-tabs {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.btn.loading,
.list-group-item.loading {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.btn.loading::before,
.list-group-item.loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn.loading::after,
.list-group-item.loading::after {
  content: '\eb46';
  font-family: "boxicons" !important;
  font-size: 1.15rem;
  line-height: 1;
  color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 6;
}

table.dataTable thead th {
  white-space: nowrap;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: inherit;
}

.file-input.theme-explorer-fa6 .file-drop-zone {
  margin: 0 !important;
}

.filepond--root {
  margin-bottom: 0 !important;
}

.tagify.form-control {
  line-height: 0.2;
  padding: 0 .875rem .375rem .875rem !important;
}