/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {

}

.dark-style .menu .app-brand.demo {

}

.app-brand {
  margin-top: 0.3rem;
  padding: 0 !important;
}

.app-brand-logo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0.3rem;
}

.app-brand-link {
  margin-right: 5px;
}

.app-brand-logo img {
  max-width: 100%;
  max-height: 100%;
}

.app-brand-text {
  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;
}



a.app-brand-link > span > img.logo-sm{
  display: none;
}

@container (max-width:213px) {
  a.app-brand-link > span > img.logo-lg{
    display: none;
  }
  a.app-brand-link > span > img.logo-sm{
    display: block !important;
  }
}


/* Hide template customizer button */
#template-customizer .template-customizer-open-btn {
  display: none !important;
}

.team-changer-navbar {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
}

#navbar-collapse > ul > li.nav-item.dropdown-shortcuts.navbar-dropdown.dropdown.me-2.me-xl-0 > div > div > a{
  padding: 0;
}

body > div.layout-wrapper.layout-content-navbar > div.layout-container > div > div > div.container-fluid.flex-grow-1.container-p-y > div:nth-child(1) > div > div > form > div.d-flex.justify-content-end,
body > div.layout-wrapper.layout-content-navbar > div.layout-container > div > div > div.container-fluid.flex-grow-1.container-p-y > div:nth-child(2) > div > div > form > div.d-flex.justify-content-end {
  justify-content: flex-start !important;
}

body > div.layout-wrapper.layout-content-navbar > div.layout-container > div > div > div.container-fluid.flex-grow-1.container-p-y > div:nth-child(1) > div > div > form > div.col-5.float-end.ms-2 > div > button
{
  width: 130px;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: -1px;
}

/* Remove padding from section titles in user profile */
body > div.layout-wrapper.layout-content-navbar > div.layout-container > div > div > div.container-fluid.flex-grow-1.container-p-y > div> div > h5{
  padding-bottom: 0;
}

.profile-photo-container{
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Fix avatar size */
.avatar{
  object-fit: cover;
}

.avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.btn {
  --bs-btn-padding-x: 0.7rem !important;
  --bs-btn-padding-y: 0.5rem !important;
}

.table > :not(caption) > * > * {
  padding: 0.55rem 0.5rem !important;
}

@media (min-width: 576px) {
  .list-group-item > span {
    display:flex !important;
  }
}
