@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #f5f5f5;
}

main {
  min-height: 100vh;
  height: 100%;
  width: 100%;
}

.bg-primary-color {
  background-color: #fcc200;
}

.bg-secondary-color {
  background-color: #4d4d4d;
}

.header {
  background: linear-gradient(to right, #e3ae00, #ffc917);
  color: #fff;
  text-align: center;
  padding: 10px;
}

.filter-container {
  background-color: #fff;
  padding: 10px;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.filter-container h1 {
  color: #4d4d4d;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0;
}

.filter-container select,
.filter-container input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.filter-container .row {
  margin-bottom: 20px;
}

label {
  color: black;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.disabled {
  opacity: 60%;
}

/* Estilo para el contenedor del spinner */
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; /* Z-index alto para que esté por encima de todo */
  /* Personalización del spinner Bootstrap */
}
.loader-container .spinner-grow {
  width: 5rem; /* Ancho del spinner */
  height: 5rem; /* Altura del spinner */
}

.bg-login-image {
  background: url("../assets/img/login1.png");
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.bg-password-image {
  background: url("https://source.unsplash.com/oWTW-jNGl9I/600x800");
  background-position: center;
  background-size: cover;
}

.btn-primary {
  height: 40px;
  background-color: #fcc200;
  color: #000;
  border-color: #fcc200;
}
.btn-primary:hover {
  background-color: #000;
  color: #fcc200;
  border-color: #000;
}
.btn-primary[disabled] {
  background-color: #414141;
  color: #000;
  border-color: #414141;
  cursor: not-allowed; /* Cambia el cursor para indicar que el botón está deshabilitado */
  /* Aquí puedes agregar otros estilos según tus necesidades */
}

.btn-danger {
  height: 40px;
  background-color: #fcc200;
  color: #000;
  border-color: #fcc200;
}
.btn-danger:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.btn-secondary {
  height: 40px;
  background-color: #fcc200;
  color: #000;
  border-color: #fcc200;
}
.btn-secondary:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.btn-success {
  height: 40px;
  background-color: #fcc200;
  color: #000;
  border-color: #fcc200;
}
.btn-success:hover {
  background-color: #000;
  color: #fcc200;
  border-color: #000;
}

.table-container {
  margin: 2rem 2rem 0 0;
}

.table-lg-text {
  font-size: 1rem;
}

#contacts,
#offices,
#companies,
#orders,
#users,
#suppliers,
#couriers,
#localCouriers,
#offers,
#logistics,
#packages,
#offices,
#equipments,
#tasks {
  margin: 1rem;
  width: 100%;
}
#contacts th,
#offices th,
#companies th,
#orders th,
#users th,
#suppliers th,
#couriers th,
#localCouriers th,
#offers th,
#logistics th,
#packages th,
#offices th,
#equipments th,
#tasks th {
  text-align: center;
  vertical-align: middle;
  font-size: 0.8rem;
}
#contacts tr td,
#offices tr td,
#companies tr td,
#orders tr td,
#users tr td,
#suppliers tr td,
#couriers tr td,
#localCouriers tr td,
#offers tr td,
#logistics tr td,
#packages tr td,
#offices tr td,
#equipments tr td,
#tasks tr td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.8rem;
}
#contacts tr .full-height,
#offices tr .full-height,
#companies tr .full-height,
#orders tr .full-height,
#users tr .full-height,
#suppliers tr .full-height,
#couriers tr .full-height,
#localCouriers tr .full-height,
#offers tr .full-height,
#logistics tr .full-height,
#packages tr .full-height,
#offices tr .full-height,
#equipments tr .full-height,
#tasks tr .full-height {
  height: 80px;
}

.top-card {
  height: 100%;
}

.office-buttons.d-none {
  display: none;
}

#version {
  color: #fff;
  text-align: end;
  font-size: x-small;
  margin: 0;
}

#wrapper {
  display: flex;
}

#sidebar,
#sidebarCollapsed {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to top, #676767, #343434);
  padding: 1rem;
  flex-shrink: 0;
  transition: width 0.3s;
}
#sidebar .title,
#sidebarCollapsed .title {
  max-width: 10rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar .title .menu-icon,
#sidebarCollapsed .title .menu-icon {
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block; /* Asegura que el icono se muestre en línea */
}
#sidebar hr,
#sidebarCollapsed hr {
  color: white;
  background-color: white;
}
#sidebar .nav .nav-link,
#sidebarCollapsed .nav .nav-link {
  color: white;
}
#sidebar .nav .nav-link i,
#sidebarCollapsed .nav .nav-link i {
  margin-right: 0.5rem;
}
#sidebar .nav .nav-link:hover,
#sidebarCollapsed .nav .nav-link:hover {
  color: #1b1b1b;
  background-color: #fcc200;
}
#sidebar .name,
#sidebarCollapsed .name {
  font-size: 0.8rem;
  font-weight: bold;
}
#sidebar .name:hover,
#sidebarCollapsed .name:hover {
  color: #fcc200;
}
#sidebar .dropdown .dropdown-menu,
#sidebarCollapsed .dropdown .dropdown-menu {
  background-color: #3e3e3e;
}
#sidebar .dropdown .dropdown-menu .dropdown-item,
#sidebarCollapsed .dropdown .dropdown-menu .dropdown-item {
  color: #fff;
}
#sidebar .dropdown .dropdown-menu .dropdown-item:hover,
#sidebarCollapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #1b1b1b;
  background-color: #fcc200;
}
#sidebar .dropdown .dropdown-menu .dropdown-divider,
#sidebarCollapsed .dropdown .dropdown-menu .dropdown-divider {
  color: #fff;
  background-color: #fff;
}
#sidebar .dropdown .dropdown-menu .logout,
#sidebarCollapsed .dropdown .dropdown-menu .logout {
  color: #ff2626;
}
#sidebar .dropdown .dropdown-menu .logout:hover,
#sidebarCollapsed .dropdown .dropdown-menu .logout:hover {
  color: #ff2626;
}
#sidebar.collapsed .title .menu-icon,
#sidebarCollapsed.collapsed .title .menu-icon {
  display: block;
}
#sidebar.collapsed .nav .nav-link,
#sidebarCollapsed.collapsed .nav .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sidebar.collapsed .nav .nav-link i,
#sidebarCollapsed.collapsed .nav .nav-link i {
  margin-right: 0;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
#sidebar.collapsed .nav .nav-link .text,
#sidebarCollapsed.collapsed .nav .nav-link .text {
  display: none;
}

/* Estilos para los botones fijos en la parte inferior izquierda */
.fixed-buttons {
  position: fixed;
  bottom: 5px; /* Ajusta la posición vertical según tus preferencias */
  right: 5px; /* Ajusta la posición horizontal según tus preferencias */
  z-index: 1000; /* Para que estén por encima del contenido */
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.2039215686);
  border-radius: 20px;
}

.fixed-button {
  display: block;
  margin: 5px;
  text-align: center;
  text-decoration: none;
}

.form-check-input[type=checkbox] {
  width: 1.25rem; /* Establece el ancho del checkbox */
  height: 1.25rem; /* Establece la altura del checkbox */
}

/*# sourceMappingURL=styles.css.map */
