.light-style .menu .app-brand.demo,
.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 40px;
  height: 40px;
}
.app-brand-logo.demo svg {
  width: 40px;
  height: 40px;
}

.layout-menu .app-brand-logo.demo {
  width: 28px;
  height: 28px;
}
.layout-menu .app-brand-logo.demo svg {
  width: 28px;
  height: 28px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

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

.content-wrapper .navbar {
  z-index: auto;
}

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

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

@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
.layout-demo-wrapper {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.dropdown-user .dropdown-menu .dropdown-item small {
  display: block;
}

.org-switch-wrapper {
  display: inline;
}

.org-switch-wrapper > div {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-top;
}

@media only screen and (max-width: 767px) {
  .org-switch-wrapper > div {
    max-width: 260px;
  }
}
@media only screen and (max-width: 620px) {
  .org-switch-wrapper > div {
    max-width: 120px;
  }
}
@media only screen and (max-width: 420px) {
  .org-switch-wrapper > div {
    max-width: 60px;
  }
}
.modal-header {
  padding: 1rem 1.5rem 0.85rem !important;
}

.swal2-html-container {
  line-height: 1.6rem !important;
  font-size: 1rem !important;
}

.dz-remove-disabled {
  display: block;
  padding: 0.375rem 0;
  font-size: 0.75rem;
}

#template-customizer .template-customizer-open-btn {
  top: 100px !important;
}

.accordion-item:first-child {
  border-top: none !important;
}

fieldset.nv-fieldset legend {
  padding: 0.5em 0 0 0;
  margin: 0 0 0.85em 0;
  font-size: 1em;
  color: var(--bs-body-color);
  border-bottom: 1px solid var(--bs-primary);
  font-weight: 550;
}

.form-part {
  display: none;
}

.input-group-btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: calc(1.5em + 0.844rem + 2px);
}

.input-group .select2-selection {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.search-input-wrapper .search-input {
  padding-right: 6.5rem;
  white-space: nowrap;
  overflow: auto;
}

.navbar-search-wrapper .typeahead-loader {
  position: absolute;
  right: 4rem;
  top: 25%;
  z-index: 1;
  display: none;
}

.border-top-1 {
  border-top: 1px solid var(--bs-border-color);
}

.border-bottom-1 {
  border-bottom: 1px solid var(--bs-border-color);
}

.border-start-1 {
  border-left: 1px solid var(--bs-border-color);
}

.border-end-1 {
  border-right: 1px solid var(--bs-border-color);
}

@media (min-width: 576px) {
  .border-sm {
    border: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 1400px) {
  .border-xxl {
    border: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 576px) {
  .border-top-sm {
    border-top: 1px solid var(--bs-border-color);
  }
  .border-bottom-sm {
    border-bottom: 1px solid var(--bs-border-color);
  }
  .border-start-sm {
    border-left: 1px solid var(--bs-border-color);
  }
  .border-end-sm {
    border-right: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 768px) {
  .border-top-md {
    border-top: 1px solid var(--bs-border-color);
  }
  .border-bottom-md {
    border-bottom: 1px solid var(--bs-border-color);
  }
  .border-start-md {
    border-left: 1px solid var(--bs-border-color);
  }
  .border-end-md {
    border-right: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 992px) {
  .border-top-lg {
    border-top: 1px solid var(--bs-border-color);
  }
  .border-bottom-lg {
    border-bottom: 1px solid var(--bs-border-color);
  }
  .border-start-lg {
    border-left: 1px solid var(--bs-border-color);
  }
  .border-end-lg {
    border-right: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 1200px) {
  .border-top-xl {
    border-top: 1px solid var(--bs-border-color);
  }
  .border-bottom-xl {
    border-bottom: 1px solid var(--bs-border-color);
  }
  .border-start-xl {
    border-left: 1px solid var(--bs-border-color);
  }
  .border-end-xl {
    border-right: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 1400px) {
  .border-top-xxl {
    border-top: 1px solid var(--bs-border-color);
  }
  .border-bottom-xxl {
    border-bottom: 1px solid var(--bs-border-color);
  }
  .border-start-xxl {
    border-left: 1px solid var(--bs-border-color);
  }
  .border-end-xxl {
    border-right: 1px solid var(--bs-border-color);
  }
}
@media (min-width: 576px) {
  .border-0-sm {
    border: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-0-md {
    border: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-0-lg {
    border: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-0-xl {
    border: 0 !important;
  }
}
@media (min-width: 1400px) {
  .border-0-xxl {
    border: 0 !important;
  }
}
@media (min-width: 576px) {
  .border-top-0-sm {
    border-top: 0 !important;
  }
  .border-bottom-0-sm {
    border-bottom: 0 !important;
  }
  .border-start-0-sm {
    border-left: 0 !important;
  }
  .border-end-0-sm {
    border-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-top-0-md {
    border-top: 0 !important;
  }
  .border-bottom-0-md {
    border-bottom: 0 !important;
  }
  .border-start-0-md {
    border-left: 0 !important;
  }
  .border-end-0-md {
    border-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-top-0-lg {
    border-top: 0 !important;
  }
  .border-bottom-0-lg {
    border-bottom: 0 !important;
  }
  .border-start-0-lg {
    border-left: 0 !important;
  }
  .border-end-0-lg {
    border-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-top-0-xl {
    border-top: 0 !important;
  }
  .border-bottom-0-xl {
    border-bottom: 0 !important;
  }
  .border-start-0-xl {
    border-left: 0 !important;
  }
  .border-end-0-xl {
    border-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .border-top-0-xxl {
    border-top: 0 !important;
  }
  .border-bottom-0-xxl {
    border-bottom: 0 !important;
  }
  .border-start-0-xxl {
    border-left: 0 !important;
  }
  .border-end-0-xxl {
    border-right: 0 !important;
  }
}
.border-bottom-1 {
  border-bottom: 1px solid var(--bs-border-color);
}

@media (min-width: 768px) {
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-end-md {
    border-right: 1px solid var(--bs-border-color);
  }
}
.h-0 {
  height: 0 !important;
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-100 {
    height: 100% !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-100 {
    height: 100% !important;
  }
}
.input-group.no-shadow:focus-within {
  box-shadow: none !important;
}