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

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}

/* Layout Navbar Fix */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 74px !important;
}

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

.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

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

/* Responsive Dropdown Fix */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
}

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

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

/* =======================================================
  ECO TRACCION CORPORATE THEME
======================================================= */

:root {
  --bs-primary: #1D6F35 !important;
  --bs-primary-rgb: 29,111,53 !important;

  --primary: #1D6F35 !important;
  --primary-rgb: 29,111,53 !important;

  --purple: #1D6F35 !important;
  --bs-purple: #1D6F35 !important;

  --menu-active-bg: rgba(29,111,53,0.15) !important;
  --menu-active-color: #1D6F35 !important;
  --menu-collapsed-active-icon: #1D6F35 !important;
}

/* Sidebar active */
.menu-item.active > .menu-link {
  background-color: rgba(29,111,53,0.15) !important;
  color: #1D6F35 !important;
}

.menu-item.active::before {
  background-color: #1D6F35 !important;
}

/* Sidebar hover */
.menu-link:hover {
  color: #1D6F35 !important;
}

/* Iconos activos */
.menu-item.active .menu-icon {
  color: #1D6F35 !important;
}

/* Botones */
.btn-primary {
  background-color: #1D6F35 !important;
  border-color: #1D6F35 !important;
}

.btn-primary:hover {
  background-color: #178D39 !important;
  border-color: #178D39 !important;
}

/* Outline buttons */
.btn-outline-primary {
  color: #1D6F35 !important;
  border-color: #1D6F35 !important;
}

.btn-outline-primary:hover {
  background-color: #1D6F35 !important;
  color: #fff !important;
}

/* Badges */
.badge,
.bg-label-primary {
  background-color: rgba(29,111,53,0.15) !important;
  color: #1D6F35 !important;
}

/* Pagination */
.page-item.active .page-link {
  background-color: #1D6F35 !important;
  border-color: #1D6F35 !important;
}

/* Forms focus */
.form-control:focus {
  border-color: #1D6F35 !important;
  box-shadow: 0 0 0 0.2rem rgba(29,111,53,0.25) !important;
}

/* Links */
a {
  color: #1D6F35;
}

a:hover {
  color: #178D39;
}

/* Text primary override */
.text-primary {
  color: #1D6F35 !important;
}

/* Dropdown active */
.dropdown-item.active,
.dropdown-item:active {
  background-color: #1D6F35 !important;
}