:root {
  --main-c-headtable: #1D4F84;
  /* color cabecera table */
  --main-l-headtable: #ffffff;
  /* color letras */

  --main-c-botontable: #F0F0F0;
  /* colorbotones dentro de table */
  --main-l-botontable: #000000;
  /* color Letras */
  --main-h-botontable: #1D4F84;
  /* color hover  */
  --main-hl-botontable: #ffffff;
  /* color hover  */

  --main-c-botonnormal: #1D4F84;
  /* color boton normal y buscar */
  --main-l-botonnormal: #ffffff;
  /* color Letras */
  /* --main-h-botonnormal: #DD4B39; */
  --main-h-botonnormal: red;
  /* color hover  */
  --main-hl-botonnormal: #ffffff;
  /* color hover  */

  --main-c-botonconfimar: #203C5A;
  /* color boton normal y buscar */
  --main-l-botonconfimar: #ffffff;
  /* color Letras */
  --main-h-botonconfimar: #DD4B39;
  /* color hover  */
  --main-hl-botonconfimar: #ffffff;
  /* color hover  */

  --main-c-resaltar: #75FF33;
  /* color resaltado */
  --main-l-resaltar: #ffffff;
  /* Letra resltado */

  --main-c-alcabala: red;
  /* color resaltado */
  --main-l-alcabala: #ffffff;
  /* Letra resltado */

  --main-l-dolar: white;
  /* Color etra dolar */

  --main-c-psychotropic: indigo;
  /* Color para psicotrópicos */
  --main-c-psychotropic-hover: rgb(103, 13, 167);
  /* Color para psicotrópicos */

  --main-h-psychotropicX: purple;
  --main-h-psychotropicX-hover: rgb(170, 10, 170);

  --main-a-price-bs: rgb(21, 21, 99);
  --main-a-price-usd: rgb(9, 9, 114);
}

.modal-content {
  border-radius: 10px 10px 10px 10px !important;
}

.modal-header {
  border-radius: 10px 10px 0px 0px !important;
}

.sticky {
  position: sticky;
  left: 0;
}

.table tbody tr .sticky {
  background: white;
}

.table th .sticky {
  background: var(--main-c-headtable) !important;
}

.table tbody tr:nth-child(2n) .sticky {
  background: #f2f2f2;
}


/*
 * Skin: droguesur
 * ----------
 */
.skin-blue .main-header .navbar {
  background-color: #1D4F84;
  /* COLOR FONDO BARRA MENU HORIZONTAL */
}

.skin-blue .main-header .navbar .nav>li>a {
  color: #ffffff;
  /* COLOR LETRAS BARRA MENU HORIZONTAL */
}

.skin-blue .main-header .navbar .nav>li>a:hover,
.skin-blue .main-header .navbar .nav>li>a:active,
.skin-blue .main-header .navbar .nav>li>a:focus,
.skin-blue .main-header .navbar .nav .open>a,
.skin-blue .main-header .navbar .nav .open>a:hover,
.skin-blue .main-header .navbar .nav .open>a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  /* COLOR LETRAS HOVER MENU HORIZONTAL */
}

.skin-blue .main-header .navbar .navbar-custom-menu>.nav {
  margin-right: 10px;
}

.skin-blue .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}

.skin-blue .main-header .navbar .sidebar-toggle {
  color: #fff;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9;
}

@media (max-width: 767px) {
  .skin-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .skin-blue .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }

  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}

.skin-blue .main-header .logo {
  background-color: #367fa9;
  color: #ffffff;
  border-bottom: 0px solid transparent;
}

.skin-blue .main-header .logo>a {
  color: #ffffff;
  background-color: #ffffff;
}

.skin-blue .main-header .logo:hover {
  background: #357ca5;
}

.skin-blue .main-header li.user-header {
  background-color: #1D4F84;
  /* COLOR VENTANA LOGOUT DE USUARIO */
  color: #FFFFFF;
}

.skin-blue .main-header span.user-header {
  color: #FFFFFF;
}

.skin-blue .content-header {
  background: transparent;
}

.skin-blue .user-panel>.info,
.skin-blue .user-panel>.info>a {
  color: #fff;
}

.skin-blue .sidebar-menu>li.header {
  color: #ffffff;
}

/* .skin-blue .sidebar-menu>li>a {
  border-left: 3px solid transparent;
  margin-right: 1px;
} */

.colorPromDias {
  color: #FFFFFF !important;
  background-color: #1D4F84 !important;
}

.colorVip {
  color: #000000 !important;
  background: #FFE37F !important;
}

.colorVip2 {
  color: #000000 !important;
  background: #FFE9AF !important;
}

.title {
  /* COLOR TITULO DEL MENU VERTICAL */
  color: #FFFFFF;
  background: #203C5A;
}

/* .btnmenuvertical { // COLOR DEL BOTON OCULTAR/MOSTRAR MENU VERTICAL // -> REVERENDA ESTÚPIDEZ HABIENDO UN PARENT ELEMENT SETTEADO
  color: #FFFFFF !important;
  background: #1D4F84 !important;
}
.btnmenuvertical:hover { 
  color: #ffffff !important;
  background: #203C5A !important;
} */
.skin-blue .content .skin-blue .sidebar-menu>li>a {
  border-left: 3px solid transparent;
  margin-right: 1px;
}

.skin-blue .sidebar-menu>li>a:hover,
.skin-blue .sidebar-menu>li.active>a {
  color: #ffffff;
  /* COLOR LETRA HOVER BARRA MENU VERTICAL */
  background: #1E282C;
  /* COLOR FONDO HOVER BARRA MENU VERTICAL */
  border-left-color: #C01F2F;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
  margin: 0 1px;
  background: #203C5A;
  /* COLOR FONDO SUB-MENU VERTICAL */
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background: #203C5A;
  /* COLOR FONDO BARRA MENU VERTICAL */
}

.skin-blue .sidebar a {
  color: #ffffff;
  /* COLOR LETRAS BARRA MENU VERTICAL */
}

.skin-blue .sidebar a:hover {
  text-decoration: none;
}

.skin-blue .treeview-menu>li>a {
  color: #ffffff;
  /* COLOR LETRAS SUB-MENU VERTICAL */
}

.skin-blue .treeview-menu>li.active>a,
.skin-blue .treeview-menu>li>a:hover {
  color: #ffffff;
  /* COLOR LETRAS SUB-MENU VERTICAL */
  background: #1E282C;
  /* COLOR FONDO SUB-MENU VERTICAL */
}

.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}

.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -o-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
}

.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn {
  background-color: #fff;
  color: #666;
}

.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn {
  border-left-color: #fff;
}

.skin-blue .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 0 !important;
}

.skin-blue.layout-top-nav .main-header>.logo {
  background-color: #000000;
  color: #ffffff;
  border-bottom: 0px solid transparent;
}

.skin-blue.layout-top-nav .main-header>.logo>a {
  color: #ffffff;
}

.skin-blue.layout-top-nav .main-header>.logo:hover {
  background: #3b8ab8;
}

.ColorDolar {
  color: var(--main-l-dolar) !important;
}

/*botones */
.colorTitulo {
  background-color: var(--main-c-headtable) !important;
  /* background-color: transparent; */
  position: sticky;
  top: 0;
  /* background-color: rgba(255, 255, 255, 0.9); */
  /* Semi-transparent white */
  backdrop-filter: blur(5px);
  /* Optional: Add a blur effect */
  z-index: 10;
  color: var(--main-l-headtable) !important;
}

.colorResaltado {
  background-color: var(--main-c-resaltar) !important;
  color: var(--main-l-resaltar) !important;
}

.colorAlcabala {
  background-color: var(--main-c-alcabala) !important;
  color: var(--main-l-alcabala) !important;
}

.btn-pedido {
  color: var(--main-l-botontable) !important;
  background-color: var(--main-c-botontable);
  width: 40px;
  border-radius: 4px;
  /* border: unset; */
}

.btn-pedido:hover {
  color: var(--main-hl-botontable) !important;
  background-color: var(--main-h-botontable) !important;
}

.btn-buscar {
  color: var(--main-l-botonnormal) !important;
  background-color: var(--main-c-botonnormal) !important;
  width: 40px;
  border-radius: 0 4px 4px 0 !important;
}

.btn-buscar:hover {
  color: var(--main-hl-botonnormal) !important;
  background-color: var(--main-h-botonnormal) !important;
  border-radius: 8px;
}

.btn-peqbuscar {
  color: var(--main-l-botonnormal) !important;
  background-color: var(--main-c-botonnormal) !important;
  height: 30px;
  width: 40px;
  border-radius: 0px 8px 8px 0px !important;
  border: none;
}

.btn-peqbuscar:hover {
  color: var(--main-l-headtable) !important;
  background-color: var(--main-c-headtable) !important;
  border-radius: 0px 8px 8px 0px !important;
  border: none;
}

.btn-confirmar {
  color: var(--main-l-botonconfimar) !important;
  background-color: var(--main-c-botonconfimar) !important;
  width: 95px;
  height: 34px;
  border-radius: 4px;
  border: none;
}

.btn-confirmar:hover {
  color: var(--main-hl-botonconfimar) !important;
  background-color: var(--main-h-botonconfimar) !important;
}

.btn-normal {
  color: var(--main-l-botonnormal) !important;
  background-color: var(--main-c-botonnormal) !important;
  height: 34px;
  width: 95px;
  border-radius: 4px;
  border: none;
}

.btn-normal:hover {
  color: var(--main-hl-botonnormal) !important;
  background-color: var(--main-h-botonnormal) !important;
}

.btn-catalogo {
  color: var(--main-l-botonnormal) !important;
  background-color: var(--main-c-botonnormal) !important;
  height: 34px;
  width: 95px;
  border-radius: 4px;
  border: none;
}

.btn-catalogo:hover {
  color: var(--main-l-botonnormal) !important;
  background-color: var(--main-h-botonnormal) !important;
}

.btn-catalogoX {
  color: var(--main-hl-botonnormal) !important;
  background-color: var(--main-h-botonnormal) !important;
  height: 34px;
  width: 95px;
  border-radius: 4px;
  border: none;
}

/* Tama単o del logo de la pantalla Menu */
.tamLogoMenu {
  width: 90%;
}

/* Tama単o del logo de la pantalla Login */
.tamLogoLogin {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 250px;
}


tbody:before,
tbody:after {
  display: none !important;
}

.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
    width: 1170px;
  }
}

.hide_block {
  display: none !important;
}

.display_block {
  display: block !important;
}

ul.nav-tabs li.active {
  background-color: var(--main-color1);
}

/*----------------------------*\
  product
\*----------------------------*/

.product {
  position: relative;
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #0F8043;
  box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #0F8043;
  border-radius: 10px 10px 10px 10px !important;
}

.product .product-img {
  position: relative;
  border-radius: 10px 10px 10px 10px !important;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.product .product-img>img {
  width: 100%;
}

.product .product-img .product-label {
  position: absolute;
  top: 15px;
  right: 15px;
}

.product .product-img .product-label>span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label>span.sale {
  background-color: #FFF;
  border-color: #0F8043;
  color: #0F8043;
}

.product .product-img .product-label>span.new {
  background-color: #0F8043;
  border-color: #0F8043;
  color: #FFF;
}

.product .product-body {
  position: relative;
  padding: 15px;
  background-color: #FFF;
  text-align: center;
  z-index: 20;
  border-radius: 0px 0px 10px 10px !important;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8D99AE;
}

.product .product-body .product-name {
  text-transform: uppercase;
  font-size: 14px;
}

.product .product-body .product-name>a {
  font-weight: 700;
}

.product .product-body .product-name>a:hover,
.product .product-body .product-name>a:focus {
  color: #0F8043;
}

.product .product-body .product-price {
  color: #0F8043;
  font-size: 18px;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product .product-body .product-rating {
  position: relative;
  margin: 15px 0px 10px;
  height: 20px;
}

.product .product-body .product-rating>i {
  position: relative;
  width: 14px;
  margin-right: -4px;
  background: #FFF;
  color: #E4E7ED;
  z-index: 10;
}

.product .product-body .product-rating>i.fa-star {
  color: #ef233c;
}

.product .product-body .product-rating:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #E4E7ED;
}

.product .product-body .product-btns>button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>button:hover {
  background-color: #E4E7ED;
  color: #0F8043;
  border-radius: 50%;
}

.product .product-body .product-btns>button .tooltipp {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: 150px;
  padding: 10px;
  font-size: 12px;
  line-height: 10px;
  background: #1e1f29;
  color: #FFF;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>button:hover .tooltipp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.product .add-to-cart {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: #1e1f29;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 2;
}

.product:hover .add-to-cart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #0F8043;
  opacity: 0;
  visibility: hidden;
}

.product .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #0F8043;
  border-color: #0F8043;
  padding: 0px 30px 0px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
  Widget product
\*----------------------------*/

.product-widget {
  position: relative;
}

.product-widget+.product-widget {
  margin: 30px 0px;
}

.product-widget .product-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
}

.product-widget .product-img>img {
  width: 100%;
}

.product-widget .product-body {
  padding-left: 75px;
  min-height: 60px;
}

.product-widget .product-body .product-category {
  text-transform: uppercase;
  font-size: 10px;
  color: #8D99AE;
}

.product-widget .product-body .product-name {
  text-transform: uppercase;
  font-size: 12px;
}

.product-widget .product-body .product-name>a {
  font-weight: 700;
}

.product-widget .product-body .product-name>a:hover,
.product-widget .product-body .product-name>a:focus {
  color: #0F8043;
}

.product-widget .product-body .product-price {
  font-size: 14px;
  color: #0F8043;
}

.product-widget .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product-widget .product-body .product-price .qty {
  font-weight: 400;
  margin-right: 10px;
}

.product-widget .delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  text-align: center;
  font-size: 10px;
  padding: 0;
  background: #1e1f29;
  border: none;
  color: #FFF;
}

/*----------------------------*\
  Products slick
\*----------------------------*/

.products-slick .slick-list {
  padding-bottom: 60px;
  margin-bottom: -60px;
  z-index: 2;
}

.products-slick .product.slick-slide {
  margin: 15px;
}

.products-tabs>.tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs>.tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-slick-nav {
  position: absolute;
  right: 15px;
  z-index: 10;
}

.products-slick-nav .slick-prev,
.products-slick-nav .slick-next {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: inline-block !important;
  margin: 0px 2px;
}

.products-slick-nav .slick-prev:before,
.products-slick-nav .slick-next:before {
  font-size: 14px;
}

blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect;
  /* para Safari 4.0 - 8.0 */
  animation: 2s linear infinite condemned_blink_effect;
}

/* para Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }

  50% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }

  50% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

/*=========================================================
  07 -> PRODUCTS PAGE
===========================================================*/

/* MONTOS DE ARTICULOS */
.article-price-bs {
  color: var(--main-a-price-bs);
}

.article-price-usd {
  color: var(--main-a-price-usd);
}

/* EXTRAS */
.container-card {
  padding: 1rem;
  background-color: whitesmoke;
  border: 1px solid slategray;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  .card-title, .card-title h4{font-weight: bold; margin-top: unset;}
  .card-content{display: flex; flex-wrap: wrap;gap:1rem;}
}

.toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.toggle input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #FFF;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #1D4F84;
}

input:checked + .slider:before {
  transform: translateX(100%);
}

/* DROPZONE */
.dropzone {
  border: 2px dashed #ccc !important;
  padding: 20px;
  text-align: center;
  background: #f8f9fa;
  border-radius: 5px;
  margin-top: 10px;
  min-height: 150px;
}

.dropzone:hover {
  border: 2px dashed #1D4F84 !important;
}

.dropzone.dz-drag-hover {
  border:  2px dashed #1D4F84 !important;
  background: #eee;
}

/* NEW GRID LAYOUT FOR `MENU` */

.grid-container {
  display: grid;
  /* position: relative; */
  grid-template-rows: 5rem 1fr;
  grid-template-columns: 5rem 1fr;
  transition: all .3s ease-in-out;
  /* z-index: 0; */
}

.grid-container-expanded {
  grid-template-columns: 20rem 1fr;

  .main-header>.navbar {
    margin-left: 20rem;
  }

  .updated-sidebar {
    margin-left: 0;
  }

  .content-wrapper {
    margin-left: 20rem;
  }
}

.main-header {
  grid-column: 2;
  grid-row: 1;
}

/* SIDEBAR STYLES */
.updated-sidebar {
  background: var(--main-c-botonconfimar);
  width: 5rem;
  height: 100%;
  position: fixed;
  transition: all .3s ease-in-out;
  grid-row: 1 / span 2;
  grid-column: 1;
}

.expanded-updated-sidebar {
  width: 20rem;
}

.sidebar-user-title {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.sidebar-user-title>center>span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar:hover,
.expanded-updated-sidebar .sidebar {
  padding: 0px 5px 10rem 5px;

  .sidebar-user-title {
    opacity: 1;
  }
}

.logo-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.logo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.logo-image.active {
  opacity: 1;
}

/* TABLE STYLES */
table {
  overflow: auto;
}

.table-responsive {
  max-height: 77.5vh;
  margin-bottom: 10px;
  scrollbar-color: var(--main-c-botonconfimar) ghostwhite;
}

table>tr:hover {
  background-color: #F5F5F5;
}

table,
th,
td {
  border-left: none !important;
  border-right: none !important;
}

table,
th,
td:first-child {
  border-top: none !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: none;
}

@media (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
    overflow-y: unset !important;
  }
}

/* OVERRIDES */

.breadcrumb {
  background: transparent;
  padding: 8px 0;
  margin-bottom: unset !important;
  display: flex;
  align-items: center;
}

.content {
  padding: 0 15px;
}

.box-body {
  padding: 5px 10px 0px 10px;
}

.pagination {
  margin: unset;
}

.main-header>.navbar {
  margin-left: 5rem;
}

.navbar {
  display: flex;
  justify-content: start;
  align-items: center;
}

.sidebar {
  padding-bottom: 10rem;
  overflow-y: auto;
  height: 100%;
  overflow: hidden;
  /* overflow-x: hidden;
  overflow-y: scroll; */
  scrollbar-width: none;
  transition: all .3s ease-in-out;
}

.sidebar>.sidebar-menu>li {
  border-radius: 5px;
  overflow: hidden;
}

.sidebar>.sidebar-menu>li>a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0rem;
  transition: all .3s ease-in-out;

  span {
    opacity: 0;
    transition: all .3s ease-in-out;
  }
}

.sidebar:hover>.sidebar-menu>li>a,
.expanded-updated-sidebar .sidebar .sidebar-menu>li>a,
.expanded-updated-sidebar .sidebar .sidebar-menu .treeview-menu>li>a {
  gap: 1rem;

  span {
    opacity: 1;
  }
}

.sidebar>.sidebar-menu>li>a>small {
  transition: all .3s ease-in-out;
  opacity: 0;
}

.sidebar:hover>.sidebar-menu>li>a>small,
.expanded-updated-sidebar .sidebar .sidebar-menu>li>a>small {
  opacity: 1;
}

.skin-blue .main-header .navbar {
  background-color: #203c5a;
  /* COLOR FONDO BARRA MENU HORIZONTAL */
  max-height: 2rem;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background: #203C5A;
}

.box-title {
  color: white;
  margin: unset;
  font-size: 22px;
}

.tasa_cambiaria {
  font-size: 15px;
}

.nav>li>a {
  position: relative;
  padding: 10px 15px;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.main-header {
  position: fixed;
  width: 100%;
  grid-column: 2;
  grid-row: 1;
}

.main-header > .navbar > .subs {
  font-size: 22px;
}

.main-sidebar {
  /* position: fixed; */
  padding-top: 0;
}

.sidebar-mini {
  overflow: visible !important;
}

.content-wrapper {
  margin-top: 5rem;
  margin-left: 5rem;
  background-color: white;
  grid-column: 2;
  grid-row: 2;
}

.group-cart-footer {
  background: #eee;
  border-top: 1px solid lightgray;
  display: flex;
  color: black;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  position: fixed ;
  bottom: 0;
  right: 0rem;
  left: 5rem;
  transition: all .3s ease-in-out;
}

/* .group-cart-item:last-child {
  font-weight: normal;
  font-size: unset;
  gap: .5rem;
} */

.group-cart-item {
  display: flex;
  flex-direction: column;
  font-size: medium;
}

.group-cart-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.group-cart-total {
  font-size: 1.4rem;
}

.group-cart-item > span:first-child {
  font-weight: bold;
}

.group-cart-item:last-child {
  font-weight: normal;
}

.content-collapse {
  .group-cart-footer {
    left: 20rem !important;
  }
}

.skin-blue .sidebar-menu {
  .treeview-menu {
    margin: unset;
    padding: unset;
    background: #1E282C;
  }
  .treeview-menu>li>a>span {
    opacity: 0;
    transition: all .3s ease-in-out;
  }
  .treeview-menu>li>a {
    display: flex !important;
    align-items: center;
    gap: 0rem;
    transition: all .3s ease-in-out;
  }
}

.skin-blue .sidebar-menu>li>.treeview-menu {
  margin: unset;
  padding: unset;
  background: #1E282C;
}

.treeview-menu>li>a>span {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.treeview-menu>li>a {
  display: flex !important;
  align-items: center;
  gap: 0rem;
  transition: all .3s ease-in-out;
}

/* LAST INSTANCE CUSTOM BUTTONS */

.psycho-btn-catalogo {
  color: var(--main-l-botonnormal);
  background-color: var(--main-c-psychotropic);
  height: 34px;
  width: 95px;
  border-radius: 4px;
  border: none;
  transition: all .25s ease-in-out;
}

.psycho-btn-catalogo:hover {
  background-color: var(--main-c-psychotropic-hover);
}

.psycho-btn-catalogoX {
  color: var(--main-l-botonnormal);
  background-color: var(--main-h-psychotropicX);
  height: 34px;
  width: 95px;
  border-radius: 4px;
  border: none;
  transition: all .25s ease-in-out;
}

/* UPDATED CUSTOM MEDIA QUERY! */

@media (max-width: 1100px) {

  ul.nav>li,
  ul.nav>li>a>span {
    font-size: 12px !important;
  }
}

@media (max-width: 870px) {

  ul.nav>li,
  ul.nav>li>a>span {
    font-size: 10px !important;
  }
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .main-header>.navbar {
    margin-left: 0rem;
  }

  .updated-sidebar {
    margin-left: -100%;
  }

  .content-wrapper {
    margin-left: unset;
  }

  .grid-container-expanded {
    .main-header>.navbar {
      margin-left: 0;
    }

    .updated-sidebar {
      margin-left: 0;
    }

    .content-wrapper {
      margin-left: -3rem;
    }
  }

  .group-cart-footer {
    flex-wrap: wrap;
    gap: 2rem;
    left: 0rem;
    transition: all .3s ease-in-out;
  }

  .units {
    display: none;
  }
  
  .content-collapse {
    .group-cart-footer {
      left: 0 !important;
    }
  }
}

/* COMMON CUSTOM CLASSES */
.hidden {
  display: none !important;
}

.relative {
  position: relative !important;
}

.stick {
  position: sticky !important;
}

.left-0 {
  left: 0 !important;
}

.left-sm {
  left: .5rem !important;
}

.left-md {
  left: 1rem !important;
}

.left-full {
  left: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-sm {
  bottom: .5rem !important;
}

.bottom-md {
  bottom: 1rem !important;
}

.right-0 {
  right: 0 !important;
}

.right-sm {
  right: .5rem !important;
}

.right-md {
  right: 1rem !important;
}

.border {
  border: 1px solid lightgray !important;
}

.border-t {
  border-top: 1px solid lightgray !important;
}

.border-r {
  border-right: 1px solid lightgray !important;
}

.border-l {
  border-left: 1px solid lightgray !important;
}

.border-b {
  border-bottom: 1px solid lightgray !important;
}

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

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

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

.rounded-l {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-r {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-l-sm {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-r-sm {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.w-fit {
  width: fit-content !important;
}

.w-full {
  width: 100% !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100dvh !important;
}

.h-screen-minus-10rem {
  height: calc(100dvh - 10rem) !important;
}

.font-md {
  font-size: 1.2rem !important;
}

.font-lg {
  font-size: 1.5rem !important;
}

.font-xl {
  font-size: 2rem !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: bold !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-sm {
  margin-top: .5rem !important;
}

.mt-md {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-sm {
  margin-bottom: .5rem !important;
}

.mb-md {
  margin-bottom: 1rem !important;
}

.my-sm {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.my-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-lg {
  margin-top: 2rem!important;
  margin-bottom: 2rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-inherit {
  padding: inherit !important;
}

.p-sm {
  padding: .5rem !important;
}

.p-md {
  padding: 1rem !important;
}

.p-lg {
  padding: 2rem !important;
}

.py-sm {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.py-md {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-lg {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-sm {
  padding-top: .5rem !important;
}

.pt-md {
  padding-top: 1rem !important;
}

.pt-lg {
  padding-top: 2rem !important;
}

.pb-sm {
  padding-bottom: .5rem !important;
}

.pb-md {
  padding-bottom: 1rem !important;
}

.pb-lg {
  padding-bottom: 2rem !important;
}

.flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-col {
  flex-direction: column !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.wrap {
  flex-wrap: wrap !important;
}

.no-wrap {
  flex-wrap: nowrap !important;
}


.gap {
  gap: var(--gap, 1rem) !important; /* default 1rem */
}

.gap-xs { --gap: .25rem; }
.gap-sm { --gap: .5rem; }
.gap-md { --gap: 1rem; }
.gap-lg { --gap: 2rem; }
.gap-xl { --gap: 3rem; }

.flex-1 {
  flex: 1 !important
}

.height-0 {
  height: 0 !important;
}

.height-fit {
  height: fit-content !important
}

/* Custom nicer select control (restyled to match form inputs) */
.form-select {
  /* -webkit-appearance: none;
  -moz-appearance: none; */
  /* appearance: none; */

  /* display: inline-block; */
  width: 100%;
  box-sizing: border-box;

  background-color: #ffffff;
  border: 1px solid rgba(29, 79, 132, 0.12);
  border-radius: 6px;
  border-color: rgba(29, 79, 132, 0.22);
  padding: 6px 44px 6px 12px; /* space for arrow on right */
  font-size: 1.3rem;
  color: #243447;
  height: 34px;
  /* transition: border-color 160ms ease, box-shadow 160ms ease, transform 60ms ease; */
  /* small rounded box + caret drawn in a single inline SVG so it visually matches inputs */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='18'%3E%3Crect rx='4' ry='4' x='0' y='0' width='28' height='18' fill='%23f3f6fb' stroke='%23e4e9f3'/%3E%3Cpath d='M8 6l6 6 6-6' stroke='%236b7280' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); */
  /* background-repeat: no-repeat;
  background-position: right 10px center; */
  /* background-size: 28px 18px; */
}

/* Disabled state */
.form-select:disabled,
.form-select[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
  background-color: #fafafa;
}

/* small / large helpers */
.form-select-sm {
  height: 30px;
  padding: 4px 38px 4px 10px;
  font-size: 0.85rem;
  border-radius: 4px;
  background-position: right 8px center;
  background-size: 24px 14px;
}

.form-select-lg {
  height: 44px;
  padding: 10px 48px 10px 14px;
  font-size: 1.05rem;
  border-radius: 8px;
  background-position: right 12px center;
  background-size: 32px 20px;
}

/* When used next to icons/buttons, allow a compact inline look */
.form-select.inline {
  display: inline-block;
  width: auto;
  min-width: 160px;
}

/* Mobile-first responsive "variants" like Tailwind:
  - unprefixed classes = base (mobile)
  - use escaped-colon classes for breakpoints: e.g. <div class="sm:btn-normal"> in HTML
  - CSS selector = .sm\:btn-normal (colon escaped with backslash)
  Breakpoints chosen to match Tailwind-ish defaults:
    sm: 640px, md: 768px, lg: 1024px, xl: 1280px
*/

/* --- Helper: make some components driven by CSS custom properties so variants only change vars --- */
/* Example: make .btn-normal read values from CSS variables with sensible defaults */
.btn-normal {
  color: var(--btn-normal-color, var(--main-l-botonnormal)) !important;
  background-color: var(--btn-normal-bg, var(--main-c-botonnormal)) !important;
  height: var(--btn-normal-height, 34px);
  width: var(--btn-normal-width, 95px);
  border-radius: var(--btn-normal-radius, 4px);
  border: var(--btn-normal-border, none);
}

/* Example: a layout element using a variable for left offset (so responsive variant can override) */
.group-cart-footer {
  left: var(--group-cart-left, 5rem);
  right: 0;
  bottom: 0;
  position: fixed;
  transition: all .3s ease-in-out;
}

/* --- Mobile-first breakpoint variants --- */
@media (min-width: 640px) { /* sm */
  /* Utility-like overrides */
  .sm\:flex { display: flex !important; }
  .sm\:block { display: block !important; }
  .sm\:hidden { display: none !important; }
  .sm\:w-fit { width: fit-content !important; }
  .sm\:items-center { align-items: center !important; }
  .sm\:justify-between { justify-content: space-between !important; }
  .sm\:gap { gap: 1rem !important; }

  /* Override component variables for "sm" */
  .sm\:btn-normal { --btn-normal-bg: var(--main-c-botonnormal); --btn-normal-color: var(--main-l-botonnormal); }
  /* Example: move group-cart-footer left on sm+ */
  .sm\:group-cart-left-5rem { --group-cart-left: 5rem; }
  .sm\:group-cart-left-20rem { --group-cart-left: 20rem; }
}

@media (min-width: 768px) { /* md */
  .md\:flex { display: flex !important; }
  .md\:flex-row { flex-direction: row !important; }
  .md\:flex-col { flex-direction: column !important; }
  .md\:block { display: block !important; }
  .md\:hidden { display: none !important; }
  .md\:w-fit { width: fit-content !important; }
  .md\:items-center { align-items: center !important; }
  .md\:justify-between { justify-content: space-between !important; }
  .md\:gap { gap: 1rem !important; }

  /* md overrides for components */
  .md\:btn-normal { --btn-normal-width: 110px; --btn-normal-height: 36px; }
  .md\:group-cart-left-20rem { --group-cart-left: 20rem; }
}

@media (min-width: 1024px) { /* lg */
  .lg\:flex { display: flex !important; }
  .lg\:block { display: block !important; }
  .lg\:hidden { display: none !important; }
  .lg\:w-fit { width: fit-content !important; }
  .lg\:items-center { align-items: center !important; }
  .lg\:justify-between { justify-content: space-between !important; }
  .lg\:gap { gap: 1rem !important; }

  /* lg overrides for components */
  .lg\:btn-normal { --btn-normal-width: 130px; --btn-normal-height: 40px; }
  .lg\:group-cart-left-20rem { --group-cart-left: 20rem; }
}

/* --- Usage notes (no runtime JS required)
  - In HTML add classes exactly with colon: class="btn-normal sm:btn-normal md:btn-normal"
  - In CSS we target the colon-escaped class name: .sm\:btn-normal { ... } inside the appropriate @media
  - For complex components avoid copying full rules; instead drive visual parts with CSS variables (see .btn-normal, .group-cart-footer above),
    then set those variables in the breakpoint classes (.sm\:..., .md\:..., .lg\:...).
  - For simple display/layout utilities, define sm\:*, md\:*, lg\:* classes inside each breakpoint as shown.
*/