.sidebar-menu .header {
  font-family: 'Segoe UI', sans-serif; /* Clean and modern */
  text-transform: uppercase;
  font-size: 18px !important;
  /*font-style: normal; *//* or italic */
  /*font-weight: 600;*/ /* Semi-bold */
  text-align: center;
  color: #337ab7 !important; /* Change to any color you like */
  /*font-weight: bold;  */
  letter-spacing: 1px; /* Optional spacing for elegance */
}
.skin-blue-light .main-sidebar {
  margin-top: 60px; /* Creates space to show the border and radius */
  border-top: 4px solid #bfc1c3;
  /*border-top-left-radius: 10px;*/
  border-top-right-radius: 60px;
  overflow: hidden;
  border-right: 4px solid #00c0ef; /* Adjust thickness and color */
  background-color: #FFF !important;
  /*width: 67px !important;*/
}

.skin-blue-light .wrapper {
  background-color: transparent !important;
}

.sidebar-menu li a {
  display: flex;
  align-items: center;
}
.custom-dashboard-icon::before {
  content: '';
  display: inline-block;
  background-image: url('/img/siotyx_img/dashboard.png');
  background-size: contain;
  width: 26px;
  height: 26px;  
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.custom-operaciones-icon::before {
  content: '';
  display: inline-block;
  background-image: url('/img/siotyx_img/operaciones.png');
  background-size: contain;
  width: 26px;
  height: 26px;  
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.custom-bienes-icon::before {
  content: '';
  display: inline-block;
  background-image: url('/img/siotyx_img/bienes_tipos_bienes.png');
  background-size: contain;
  width: 26px;
  height: 26px;  
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.custom-reportes-icon::before {
  content: '';
  display: inline-block;
  background-image: url('/img/siotyx_img/reportes.png');
  background-size: contain;
  width: 26px;
  height: 26px;  
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.custom-configuracion-icon::before {
  content: '';
  display: inline-block;
  background-image: url('/img/siotyx_img/configuracion.png');
  background-size: contain;
  width: 26px;
  height: 26px;  
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.custom-pedidos-icon::before {
  content: '';
  display: inline-block;
  background-image: url('/img/siotyx_img/pedidos.png');
  background-size: contain;
  width: 26px;
  height: 26px;  
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.custom-bitacora-icon::before {
  content: '';
  display: inline-block;
  background-image: url('/img/siotyx_img/bitacora.jpg');
  background-size: contain;
  width: 26px;
  height: 26px;  
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.skin-blue-light .sidebar-menu > li:not(.header) {
  /*border: 1px solid #56595b !important;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px !important;
  margin: 4px 8px !important;
  padding: 0px 3px !important;
}

.skin-blue-light .main-header .navbar {
  background-color: #ecf0f5 !important; /* Replace with your desired color */
}

.skin-blue-light .main-header .logo {
  background-color: #ecf0f5 !important; /* Replace with your desired color */
}

.image-container {
  border: 1px solid #00c0ef; /* Border color and thickness */
  border-radius: 8px;         /* Optional: rounded corners */
  padding-top: 10px;
  padding: 10px;              /* Space between border and image */
  width: 96%;         /* Shrinks to fit image size */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* Optional shadow */
  background-color: #fff;     /* Optional background */
  height: 48px;
  /*For center content*/
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center;     /* vertical centering */
  /*height: 100%; */
}

.image-container img {
  width: 100%;                /* Makes image fill the container */
  height: 80%;               /* Maintains aspect ratio */
  display: block;             /* Removes inline spacing */
  border-radius: 4px;         /* Optional: round image corners */
  width: 131px !important;
  height: 27px !important;
}

/*Logo header*/
.skin-blue-light .main-header .logo {
    background-color: transparent !important;
    color: #fff;
    border-bottom: 0 solid transparent;
    padding-bottom: 6px;
}

.logo-lg-custom span{
  /*padding: 4px; */
  /*margin: 0 auto;*/
  padding-bottom: 11px;  
}

.logo-lg-custom img{
  /*padding: 4px; */
  /*margin: 0 auto;*/
  padding-bottom: 11px;
  height: 47px;
  width: 128px;
}

.skin-blue-light .info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    margin-bottom: 15px;
    /*border-top: 1px solid #38AFE4;*/
    /*box-shadow: inset 0 1px 0 rgba(32, 175, 200, 0.3);*/
    box-shadow: 0 4px 6px rgba(32, 175, 200, 0.3);
    border-top: 1px solid #38AFE4;
    border-bottom: 1px solid #38AFE4;
    border-right: 1px solid #38AFE4;
    border-left: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

/*Icono de dashboard*/
.skin-blue-light .info-box-icon {
  position: relative;
  top: -2.2px;
  left: -4px;
}

.border-line {
  position: absolute;
  top: 0;
  left: 30%; /* centers the line */
  width: 58%;
  height: 1px;
  background-color: #00AFB1;  
}

/*Para botones*/
.skin-blue-light .btn-info {
  background: linear-gradient(to left, #e0e0e0, #f5f5f5);
  color: #337ab7;            /* Bootstrap blue or use #38AFE4 */
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.4); /* blue shadow all around */
  transition: all 0.3s ease;
  cursor: pointer;
}

.skin-blue-light .btn-success {
  background: linear-gradient(to left, #e0e0e0, #f5f5f5);
  color: #337ab7;            /* Bootstrap blue or use #38AFE4 */
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.4); /* blue shadow all around */
  transition: all 0.3s ease;
  cursor: pointer;
}

.skin-blue-light .btn-primary {
  background: linear-gradient(to left, #e0e0e0, #f5f5f5);
  color: #337ab7;            /* Bootstrap blue or use #38AFE4 */
  border: none;
  padding: 10px 18px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.4); /* blue shadow all around */
  transition: all 0.3s ease;
  cursor: pointer;
}

.skin-blue-light .btn-danger {
  background: linear-gradient(to left, #e0e0e0, #f5f5f5);
  color: #337ab7;            /* Bootstrap blue or use #38AFE4 */
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.4); /* blue shadow all around */
  transition: all 0.3s ease;
  cursor: pointer;
}

.skin-blue-light .btn-warning {
  background: linear-gradient(to left, #e0e0e0, #f5f5f5);
  color: #337ab7;            /* Bootstrap blue or use #38AFE4 */
  border: none;
  padding: 10px 18px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.4); /* blue shadow all around */
  transition: all 0.3s ease;
  cursor: pointer;
}

.skin-blue-light .sidebar-mini.sidebar-collapse .main-header .logo {
  width: 100% !important;
}

@media (min-width: 768px) {
  body.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 90px !important;
    transition: width 0.3s ease-in-out;
  }

  body.sidebar-mini.sidebar-collapse .brand-link {
    width: 90px !important;
    transition: width 0.3s ease-in-out;
    text-align: center;
  }

  /*Show space in header left for an small ICON*/
  /*body.sidebar-mini.sidebar-collapse .content-wrapper,
  body.sidebar-mini.sidebar-collapse .main-footer,
  body.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 90px !important;
    transition: margin-left 0.3s ease-in-out;
  }*/
  body.sidebar-mini.sidebar-collapse .content-wrapper,
  body.sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 90px !important;
    transition: margin-left 0.3s ease-in-out;
  }

  body.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0 !important;
    transition: none !important;
  }
}

.user-menu > a.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* adds spacing between image and text */
}

.user-menu .user-image {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.dropdown.user.user-menu {
  border: 1px solid #ccc; /* Light gray border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  border-radius: 6px; /* Optional: rounded corners */
  /*padding: 5px; *//* Optional: spacing inside */
  background-color: #fff; /* Optional: ensure background is solid */
  height: 50px !important;
}

.nav .navbar-nav {
  padding-top: 10px !important;
  padding-right: 2px !important;
}

.dropdown.user.user-menu:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  cursor: default;
}

.component-containers {
  padding-right: 8px !important;
}

.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  position: absolute;
  left: 50px; /* adjust based on your collapsed width */
  top: 0;
  z-index: 1001;
  /*background-color: #1e282c;*/ /* match AdminLTE default */
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  border-radius: 4px;
  padding: 5px 0;
  min-width: 240px;
}

.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  left: 50px !important;
  top: 0 !important;
}

.main-sidebar,
.sidebar {
  overflow: visible;
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .sidebar {
  overflow: visible !important;
}

.sidebar-collapse .main-header {
  margin-left: 0 !important;
  width: 100% !important;
  transition: none !important;
}
