h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

.v-toolbar__title {
    font-family: 'Poppins', sans-serif;
}

.nav-btn {
    position: absolute !important;
}

.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
    background-color: rgb(255 255 255 / 12%) !important;
}

.user-logged {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.v-avatar.v-list-item__avatar.user-logged-img.rounded-0.v-avatar--tile {
    border-radius: 6px !important;
}

nav li:hover,
nav li.router-link-active,
nav li.router-link-exact-active {
  background-color: indianred;
  cursor: pointer;
}

.v-list-item--active .v-list-item__title {
    color: #3478a5;
}
.v-list-item--active .theme--light.v-icon {
    color: #3478a5 !important;
}
.v-list-item--link:before {
    background-color: #e0e0e0 !important;
    border-radius: 12px !important;

}
a:hover {
    text-decoration: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}


.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

/* .v-btn--rounded {
    border-radius: 12px !important;
} */

.rounded {
    border-radius: 4px !important;
}

.rounded-card {
    border-radius: 4px !important;
}

.v-list-item, .v-list-item:before, .v-list-item>.v-ripple__container {
    border-radius: 4px!important;
}

i.v-icon.xx-large-icon {
    font-size: 75px;
}

i.v-icon.x-large-icon {
    font-size: 55px;
}

.toolbar-next-btn {
    position: absolute !important;
    right: 0px !important;
}

.toolbar-back-btn {
    position: absolute !important;
    right: 120px !important;
}

.v-data-table.elevation-1.v-data-table--has-bottom.theme--light {
    border-radius: 12px !important;
}

.box-shadow {
    -webkit-box-shadow: 0 3px 11px 0 #e8eafc,0 3px 3px -2px hsla(0,0%,69.8%,.1019607843),0 1px 8px 0 hsla(0,0%,60.4%,.1019607843)!important;
    -moz-box-shadow: 0 3px 11px 0 #e8eafc,0 3px 3px -2px hsla(0,0%,69.8%,.1019607843),0 1px 8px 0 hsla(0,0%,60.4%,.1019607843)!important;
    box-shadow: 0 3px 11px 0 #e8eafc,0 3px 3px -2px hsla(0,0%,69.8%,.1019607843),0 1px 8px 0 hsla(0,0%,60.4%,.1019607843)!important;
}

.btns-toolbar .v-toolbar__content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

button.quotesidebar-btn {
    position: absolute;
    right: 15px;
}
.dashboard-loading {
    position: absolute !important;
    top: -66px;
    z-index: 2000;
    height: 5px !important;
}
/*
a.v-tab.v-tab--active {
    border: 1px solid #3478a5;
    border-radius: 25px;
    background: #ffffff;
}*/

.v-navigation-drawer--bottom.v-navigation-drawer--is-mobile {
    max-height: 100% !important;
    top: auto;
    bottom: 0;
    min-width: 100%;
}

.prefix-fix .v-text-field__prefix {
    margin-top: 0px !important;
}
.prefix-fix .v-text-field__suffix {
    margin-top: 0px !important;
}

.fab-tiny.v-btn--fab.v-size--small {
    height: 32px;
    width: 32px;
}

span.colorpick-label {
    position: absolute;
    color: #363636;
    top: 32px;
    font-size: 10px;
    width: 64px;
    white-space: pre-wrap;
    text-transform: capitalize !important;
}

/* .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child, .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row), .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child, .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row), .theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th {
    border-bottom: none !important;
} */

.apexcharts-toolbar {
    z-index: 7 !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #f0f0f0 inset !important;
}

.btn-cards.v-card {
    border-radius: 4px !important;
    margin: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v-alert.luminio-tip-alert {
    background: #f3f3f3 !important;
}

.luminio-tip-alert {
    line-height: 1rem;
    letter-spacing: .0071428571em;
}

span.select-custom-placeholder {
    position: absolute;
    top: -1px;
    z-index: 2;
    left: 6px;
    background: white;
    padding: 0px 8px;
    border: 1px solid #36363621;
    border-radius: 4px;
    box-shadow: 0px 5px 25px 0px rgb(104 104 104 / 15%) !important;
}

span.select-custom-settings-placeholder {
    position: absolute;
    top: -13px;
    z-index: 2;
    left: 5px;
    background: white;
    padding: 0px 8px;
    border: 1px solid #36363621;
    border-radius: 4px;
    box-shadow: 0px 5px 25px 0px rgb(104 104 104 / 15%) !important;
}
span.select-custom-windows-placeholder {
    position: absolute;
    top: 60px;
    z-index: 2;
    left: 41px;
    /* background: white; */
    padding: 0px 8px;
    border: 1px solid #36363621;
    border-radius: 4px;
    box-shadow: 0px 5px 25px 0px rgb(104 104 104 / 15%) !important;
}

.distributor-card-profile {
    position: absolute;
    top: 106px;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
}
/* .distributor-card-profile-pic {} */
.distributor-card-profile-phone {
    position: absolute;
    right: 15px;
    bottom: 0px;
    font-weight: 500;
}
.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
    box-shadow: 0 3px 11px 0 #e8eafc,0 3px 3px -2px hsla(0,0%,69.8%,.1019607843),0 1px 8px 0 hsla(0,0%,60.4%,.1019607843)!important;
}
.products-table-item {
    box-shadow: 0 3px 11px 0 #e8eafc,0 3px 3px -2px hsla(0,0%,69.8%,.1019607843),0 1px 8px 0 hsla(0,0%,60.4%,.1019607843)!important;
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 8px !important;
}

.squared-avatar {
    
border-radius: 6px !important;
}
.squared-icon-btn {border-radius: 8px !important;height: 45px !important;width: 45px !important;}
.distributor-bottom-nav {
    bottom: 0;
    display: flex;
    left: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 -15px 15px -15px #e8eafc,0 3px 3px -2px hsla(0,0%,69.8%,.1019607843),0 1px 8px 0 hsla(0,0%,60.4%,.1019607843)!important;
    
}
.cart-badge span.v-badge__badge.red {
    top: -8px !important;
    left: 40px !important;
}

.cart-counter-container {/* position: relative; *//* bottom: -15px; */}
.cart-counter {
    margin-left: 8px ;
    margin-right: 8px ;
}
button.cart-remove-product.v-btn.v-btn--icon.v-btn--round.theme--light.v-size--small {
    background: #ffdddd;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
    width: 32px;
}

button.cart-edit-product.v-btn.v-btn--icon.v-btn--round.theme--light.v-size--small {
    background: #fff0dd;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
    width: 32px;
}

button.cart-counter-minus.v-btn.v-btn--icon.v-btn--round.theme--light.v-size--x-small {
    border: 1px solid #636363;
    border-radius: 4px !important;
    color: #636363 !important;
}

button.cart-counter-plus.v-btn.v-btn--icon.v-btn--round.theme--light.v-size--x-small {
    border: 1px solid #3478a5;
    border-radius: 4px !important;
    color: #3478a5 !important;
}

span.item-subtotal {
    position: absolute;
    right: 15px;
    bottom: 12px;
}


/* For media queries testing only - No Borrar */
.example {
    padding: 20px;
    color: white;
  }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .example {background: red;}

  }

  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .example {background: green;}

  }

  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .example {background: blue;}
  }

  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .example {background: orange;}
  }

  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .example {background: pink;}
  }

  table {
    text-transform: uppercase !important;
  }

  @media print {
    body * {
      visibility: hidden;
    }
    #section-to-print, #section-to-print * {
      visibility: visible;
    }
    #section-to-print {
      position: absolute;
      left: 0;
      top: 0;
    }
  }
  td .v-chip.ma-0.primary,
  td .v-chip.ma-0.v-chip--active.primary,
  td .v-chip.ma-0[color="primary"] {
      background-color: transparent !important;
      box-shadow: none !important;
      border: none !important;
      color: #3478a5 !important;  /* Color de texto azul primary */
  }

/* Marketing Dialog Styles */
.marketing-dialog-transparent .v-dialog {
    background: transparent !important;
    box-shadow: none !important;
}

.marketing-dialog-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.marketing-close-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.marketing-close-button:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}
.marketing-close-button2 {
    
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 20px;
    width: 140px;
    font-size: 11px !important;
    color: white !important;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.marketing-close-button2:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.marketing-close-icon {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.marketing-carousel-container {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
}

.marketing-carousel-container .v-carousel {
    width: 100% !important;
    height: 400px !important;
}

.marketing-carousel-container .v-carousel .v-window__container {
    width: 100% !important;
    height: 400px !important;
}

.marketing-carousel-container .v-carousel .v-window-item {
    width: 100% !important;
    height: 400px !important;
}

.marketing-carousel-container .v-carousel-item {
    width: 100% !important;
    height: 400px !important;
    position: relative !important;
    overflow: hidden !important;
}

.marketing-carousel-container .v-window__container .v-window-item {
    width: 100% !important;
    height: 400px !important;
}

.marketing-carousel-container .v-carousel .v-carousel-item {
    width: 100% !important;
    height: 400px !important;
}

.marketing-carousel-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* Additional specificity for Vuetify carousel images */
.marketing-carousel-container .v-carousel .v-carousel-item img,
.marketing-carousel-container .v-carousel .v-window-item img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.marketing-single-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0;
}

.marketing-content-overlay {
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 20px;
    color: #333;
    margin-top: 0;
    border-radius: 0;
}

.marketing-content-card {
    background: transparent !important;
    color: #333 !important;
}

.marketing-title .title {
    color: #333 !important;
    font-size: 1.3rem !important;
    line-height: 1.2 !important;
}

.marketing-text {
    color: #555 !important;
}

.marketing-content {
    font-size: 0.95rem;
    line-height: 1.4;
}

/* ============================================================
   Luminio — Design System polish (global, conservador)
   Marca: #3478a5 (azul acero) + neutros. App-wide.
   ============================================================ */

/* Botones de texto: modernos, sin mayúsculas gritonas.
   (No cambio border-radius global para no romper button-toggles) */
.v-btn:not(.v-btn--icon):not(.v-btn--fab) {
  text-transform: none !important;
  letter-spacing: 0.2px !important;
  font-weight: 600;
}

/* Tailwind dentro de la SPA: Vuetify inyecta su CSS en runtime (después de
   tailwind.css), así que una utilidad de baja especificidad como tw-text-white
   puede perder y el texto sale OSCURO sobre botones de color primario.
   Forzamos que el texto claro siempre gane (el ícono lo hereda del botón).
   Regla: texto claro cuando el fondo es el color primario. */
.v-application .tw-text-white { color: #fff !important; }

/* Inputs outlined: esquinas más suaves */
.v-text-field--outlined .v-input__slot {
  border-radius: 8px !important;
}

/* Data tables: cabecera limpia + hover de fila sutil */
.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  background: #f6f8fa;
  color: #5b6770 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 0.02em;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: #f3f7fa !important;
}

/* Tabs: indicador en color de marca */
.v-tabs-slider { background-color: #3478a5 !important; }

/* Chips un poco más definidos */
.v-chip { font-weight: 600; }

/* Scrollbar slim slate */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: #c4ccd1;
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background: #aab4bb;
  border: 2px solid transparent;
  background-clip: content-box;
}

/* Dashboard / Reportes — stat cards (KPI) */
.dash-stat.v-card { border-radius: 14px !important; }
.dash-stat .v-list-item { padding: 6px 16px; }
.dash-stat .v-list-item__title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #264653 !important;
  line-height: 1.15 !important;
}
.dash-stat .v-list-item__subtitle {
  font-size: 0.82rem !important;
  color: #7c8893 !important;
  white-space: normal !important;
}
.dash-stat .v-list-item__icon img { height: 30px !important; top: 6px !important; }

/* Vistas internas: espaciado uniforme (top + lados) desde una sola fuente de verdad.
   Las de auth son full-screen y no llevan la clase .lum-content-pad. */
.lum-content-pad .v-main__wrap {
  padding: 24px 18px 0;
}
/* Neutraliza el margen/padding superior propio de cada vista (mt-10, pa-4, app-grid-container…)
   para que el header siempre quede a la misma distancia del navbar. */
.lum-content-pad .v-main__wrap > div > .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 600px) {
  .lum-content-pad .v-main__wrap {
    padding: 16px 10px 0;
  }
}