:root {
  --color-principal: #173474;
  --color-secundario: #28437c;
  --color-borde: #1b305f;
  --color-hover-sidebar: rgba(255, 255, 255, 0.08);
  --color-light-table: #f0fdf4;
  --color-card-highlight: #d4edda;
}

/* Color general de textos y headers */
h2 {
  color: var(--color-principal);
}

#sidebar {
  background-color: var(--color-principal) !important;
  border-right: 0.05rem solid var(--color-borde);
}

#sidebar .nav-link {
  color: #ffffff;
}

#sidebar .nav-link:hover {
  background-color: var(--color-hover-sidebar);
}

#sidebar .nav-link::before {
  background-color: #ffffff;
}

#sidebar .sidebar-header,
#sidebar .sidebar-logo a {
  color: #e9ecef;
}

#sidebar.collapsed .nav-link[title]::after {
  background: var(--color-secundario);
  color: white;
}

.dropdown-menu {
  background-color: var(--color-secundario) !important;
  border: 2px solid var(--color-principal) !important;
}

.dropdown-menu .dropdown-item {
  color: white !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--color-principal) !important;
  color: white !important;
}

.table td,
.table th {
  border: 1px solid var(--color-secundario) !important;
}

.table-light {
  background-color: var(--color-light-table) !important;
}

.modal input.form-control {
  background-color: #fff !important;
  color: #000 !important;
}

.illustration {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-emphasis-color);
}

@keyframes fadeHighlight {
  0%,
  80% {
    background-color: var(--color-card-highlight);
  }
  100% {
    background-color: transparent;
  }
}

.timeline li::before {
  background-color: #0d6efd;
}
:root {
  --color-principal: #8b1c3d; /* Burdeo oscuro */
  --color-secundario: #b6004c; /* Rosado intenso */
  --color-dorado: #d4af37; /* Amarillo/dorado suave */
  --color-hover-sidebar: rgba(255, 255, 255, 0.08);
  --color-light-table: #fdf4f6; /* Rosa claro */
  --color-card-highlight: #f8e4ec; /* Fondo leve para animaciones */
  --color-borde: #6d1230;

  /* Navbar */
  --navbar-bg: var(--color-principal);
  --navbar-text: #ffffff;
  --navbar-hover: rgba(255, 255, 255, 0.1);

  /* Botones destacados */
  --btn-principal-bg: var(--color-secundario);
  --btn-principal-hover: #99003d;
  --btn-text-light: #fff;

  /* Dropdown */
  --dropdown-bg: var(--color-secundario);
  --dropdown-border: var(--color-principal);
  --dropdown-hover: var(--color-principal);

  /* Badge/indicadores */
  --badge-info: var(--color-dorado);
}

/* Color general de textos y headers */
h2 {
  color: var(--color-principal);
}

#sidebar {
  background-color: var(--color-principal) !important;
  border-right: 0.05rem solid var(--color-borde);
}

#sidebar .nav-link {
  color: #ffffff;
}

#sidebar .nav-link:hover {
  background-color: var(--color-hover-sidebar);
}

#sidebar .nav-link::before {
  background-color: #ffffff;
}

#sidebar .sidebar-header,
#sidebar .sidebar-logo a {
  color: #f8f9fa;
}

#sidebar.collapsed .nav-link[title]::after {
  background: var(--color-secundario);
  color: white;
}

.dropdown-menu {
  background-color: var(--color-secundario) !important;
  border: 2px solid var(--color-principal) !important;
}

.dropdown-menu .dropdown-item {
  color: white !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--color-principal) !important;
  color: white !important;
}

.table td,
.table th {
  border: 1px solid var(--color-secundario) !important;
}

.table-light {
  background-color: var(--color-light-table) !important;
}

.modal input.form-control {
  background-color: #fff !important;
  color: #000 !important;
}

.illustration {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-emphasis-color);
}

@keyframes fadeHighlight {
  0%,
  80% {
    background-color: var(--color-card-highlight);
  }
  100% {
    background-color: transparent;
  }
}

.timeline li::before {
  background-color: var(--color-secundario);
}
:root {
  --color-principal: #173474;
  --color-secundario: #28437c;
  --color-borde: #1b305f;
  --color-hover-sidebar: rgba(255, 255, 255, 0.08);
  --color-light-table: #f0fdf4;
  --color-card-highlight: #d4edda;
}

/* Color general de textos y headers */
h2 {
  color: var(--color-principal);
}

#sidebar {
  background-color: var(--color-principal) !important;
  border-right: 0.05rem solid var(--color-borde);
}

#sidebar .nav-link {
  color: #ffffff;
}

#sidebar .nav-link:hover {
  background-color: var(--color-hover-sidebar);
}

#sidebar .nav-link::before {
  background-color: #ffffff;
}

#sidebar .sidebar-header,
#sidebar .sidebar-logo a {
  color: #e9ecef;
}

#sidebar.collapsed .nav-link[title]::after {
  background: var(--color-secundario);
  color: white;
}

.dropdown-menu {
  background-color: var(--color-secundario) !important;
  border: 2px solid var(--color-principal) !important;
}

.dropdown-menu .dropdown-item {
  color: white !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--color-principal) !important;
  color: white !important;
}

.table td,
.table th {
  border: 1px solid var(--color-secundario) !important;
}

.table-light {
  background-color: var(--color-light-table) !important;
}

.modal input.form-control {
  background-color: #fff !important;
  color: #000 !important;
}

.illustration {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-emphasis-color);
}

@keyframes fadeHighlight {
  0%,
  80% {
    background-color: var(--color-card-highlight);
  }
  100% {
    background-color: transparent;
  }
}

.timeline li::before {
  background-color: #0d6efd;
}
body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}
.jumbotron {
  background-color: #1f4596;
  color: #fff;
  padding: 100px 25px;
  font-family: Montserrat, sans-serif;
}
.container-fluid {
  padding: 60px 50px;
}
.bg-grey {
  background-color: #f6f6f6;
}
.logo-small {
  color: #f4511e;
  font-size: 50px;
}
.logo {
  color: #f4511e;
  font-size: 200px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #1f4596;
}
.carousel-indicators li {
  border-color: #1f4596;
}
.carousel-indicators li.active {
  background-color: #1f4596;
}
.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
}
.panel {
  border: 1px solid #f4511e;
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}
.panel-footer .btn:hover {
  border: 1px solid #f4511e;
  background-color: #fff !important;
  color: #f4511e;
}
.panel-heading {
  color: #fff !important;
  background-color: #1f4596 !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #1f4596;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #1f4596;
  color: #fff;
}
.navbar {
  margin-bottom: 0;
  background-color: #1f4596;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}
.navbar li a,
.navbar .navbar-brand {
  color: #fff !important;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #1f4596 !important;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f4511e;
}
.slideanim {
  visibility: hidden;
}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

/* -------------------------------------------------------------------------- */
/* 1. BASE STYLES & RESET */
/* -------------------------------------------------------------------------- */

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  opacity: 1;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

li {
  list-style: none;
}

h2 {
  font-weight: 600;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.275rem;
}

input[type="number"] {
  border-radius: 0.375rem;
  padding: 0.4rem;
}

input[type="number"]:focus {
  transition: all 0.2s ease-in-out;
}

/* -------------------------------------------------------------------------- */
/* 2. LAYOUT STRUCTURE */
/* -------------------------------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
}

.main {
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  flex-grow: 1;
}

.wrapper.collapsed .main {
  margin-left: -211px;
}

.content {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .content {
    max-width: auto;
    width: auto;
  }
}

/* -------------------------------------------------------------------------- */
/* 3. SIDEBAR */
/* -------------------------------------------------------------------------- */
.navbar {
  background-color: var(--navbar-bg) !important;
  color: var(--navbar-text);
}

.navbar .navbar-brand,
.navbar .btn,
.navbar a,
.navbar svg {
  color: var(--navbar-text) !important;
  fill: var(--navbar-text) !important;
}

.navbar .btn:hover {
  background-color: var(--navbar-hover);
}

#sidebar {
  max-width: 264px;
  min-width: 264px;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}

#sidebar .nav-item {
  margin-bottom: 0.5rem;
}

#sidebar .nav-link {
  padding: 0.85rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

#sidebar .nav-link {
  transition: all 0.2s ease-in-out;
}

#sidebar .nav-link:hover {
  padding-left: 1rem;
}

#sidebar .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: width 0.3s ease;
}

#sidebar .nav-link:hover::before {
  width: 4px;
}

#sidebar .sidebar-header {
  font-size: 0.75rem;
  padding: 1.5rem 1.5rem 0.375rem;
}

#sidebar .sidebar-logo {
  padding: 2rem;
  text-align: center;
}

#sidebar .sidebar-logo a {
  font-size: 1.15rem;
  font-weight: 600;
}

#sidebar .collapse .sidebar-link.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#sidebar.collapsed {
  transform: translateX(-80%);
}

#sidebar.collapsed .sidebar-text,
#sidebar.collapsed .sidebar-logo,
#sidebar.collapsed .sidebar-header,
#sidebar.collapsed .collapse {
  display: none !important;
}

#sidebar.collapsed .nav-link {
  justify-content: right !important;
  align-items: right !important;
  padding: 0.85rem 0.5rem;
}

#sidebar.collapsed .nav-link i {
  font-size: 1.5rem;
}

#sidebar.collapsed .nav-link .bi-chevron-down,
#sidebar.collapsed .sidebar-link[data-bs-toggle="collapse"]::after {
  display: none !important;
}

#sidebar.collapsed .nav-link[title]::after {
  content: attr(title);
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  padding: 0.35rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
  white-space: nowrap;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
}

#sidebar.collapsed .nav-link[title]:hover::after {
  opacity: 1;
}

#sidebar.collapsed form.button_to {
  display: flex;
  justify-content: right;
  width: 100%;
  padding: 0.85rem 0;
}

#sidebar.collapsed form.button_to button {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: right;
  justify-content: right;
}

#sidebar.collapsed form.button_to button span,
#sidebar.collapsed form.button_to button .sidebar-text {
  display: none;
}

#sidebar.collapsed form.button_to button i {
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .js-sidebar {
    margin-left: -264px;
  }

  #sidebar.collapsed {
    margin-left: 0;
  }

  .navbar,
  .footer {
    width: 50vw;
  }
}

/* -------------------------------------------------------------------------- */
/* 4. COMPONENTS & ELEMENTS */
/* -------------------------------------------------------------------------- */

.avatar {
  height: 40px;
  width: 40px;
  transition: transform 0.3s ease-in-out;
}

.avatar:hover {
  transform: scale(1.3);
}

.dropdown-menu {
  border-radius: 8px;
}

.dropdown-menu .dropdown-item:hover {
  cursor: pointer;
}

.card {
  box-shadow: 0 0 0.875rem 0 rgba(34, 46, 60, 0.05);
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInCard 0.8s ease-in-out forwards;
}

.card-header h5 {
  font-size: 1.2rem;
}

.table td,
.table th {
  vertical-align: middle;
  padding: 0.75rem 1rem;
}

.modal input.form-control {
  width: 100% !important;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  box-shadow: none !important;
  outline: none !important;
}

.illustration-img {
  max-width: 150px;
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/* 5. ANIMATIONS & VISUAL CUES */
/* -------------------------------------------------------------------------- */

@keyframes fadeInCard {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeHighlight {
  0%,
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* -------------------------------------------------------------------------- */
/* 6. UTILITY CLASSES */
/* -------------------------------------------------------------------------- */

.hover-bg-light:hover {
  cursor: pointer;
}

.border-strong {
  border-width: 1px;
}

.border-derecha {
  border-right: 2px solid;
}

.border-inferior {
  border-bottom: 2px solid;
}

.seccion-dashboard {
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background-color 0.2s ease;
}

.seccion-dashboard:hover {
  cursor: pointer;
}

.seccion-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.icono {
  font-size: 1.8rem;
  display: block;
}

.timeline li {
  position: relative;
  padding-left: 1.5rem;
  border-left: 2px solid;
}

.timeline li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.modal {
  z-index: 1055;
}
.modal-backdrop {
  z-index: 1050;
}
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");

body {
  font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.navbar,
.btn {
  font-family: "Outfit", sans-serif;
}
.navbar {
  z-index: 1030;
  transition: all 0.3s ease-in-out;
}

.navbar-brand img {
  border-radius: 0.375rem;
}

body {
  scroll-padding-top: 120px;
  font-family: "Poppins", sans-serif;
}

.navbar .nav-link {
  color: #002c5e !important;
  transition: color 0.3s ease-in-out;
}

.navbar .nav-link:hover {
  color: #0d6efd !important;
}

/* Animación base */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pop in */
.animate-pop {
  animation: popIn 0.8s ease-out;
}

@keyframes popIn {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* Slide in from bottom */
.animate-slide-up {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.8s ease-out forwards;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Delay helpers */
.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

/* Hover scale effect */
.card:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

/* Button hover effect */
.btn:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease-in-out;
}

.text-primary {
  color: #002c5e !important;
}

.btn-outline-primary {
  color: #002c5e;
  border-color: #002c5e;
}

.btn-outline-primary:hover {
  background-color: #002c5e;
  color: white;
}

.btn-primary {
  background-color: #002c5e;
  border-color: #002c5e;
}

.btn-primary:hover {
  background-color: #001f44;
  border-color: #001f44;
}

.animate-slide-down {
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#collapseLogin {
  margin-top: 1rem;
}

.card.animate-slide-down {
  width: 100%;
  max-width: 400px;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

background-color {
  background: #1f4596;
}

body {
  font-family: "Poppins", sans-serif;
  background: #ececec;
}
/*------------ Login container ------------*/
.box-area {
  width: 930px;
}
/*------------ Right box ------------*/
.right-box {
  padding: 40px 30px 40px 40px;
}
/*------------ Custom Placeholder ------------*/
::placeholder {
  font-size: 16px;
}
.rounded-4 {
  border-radius: 20px;
}
.rounded-5 {
  border-radius: 30px;
}
/*------------ For small screens------------*/
@media only screen and (max-width: 768px) {
  .box-area {
    margin: 0 10px;
  }
  .left-box {
    height: 100px;
    overflow: hidden;
  }
  .right-box {
    padding: 20px;
  }
}
.edit-profile-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  margin-top: 1rem;
}

.avatar-preview,
.card-avatar {
  width: 100px;
  display: block;
  margin: 0 auto;
  height: 100px;
  object-fit: cover;
  border: 2px solid #ddd;
}

.profile-form .input-group-text {
  background: transparent;
  border: none;
}

.card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}

.avatar-section h5,
.profile-preview h5 {
  margin-bottom: 1rem;
  font-family: "Georgia", serif;
}

.card-body {
  padding: 1rem 1.5rem;
}

.preview-card {
  padding-top: 0.5rem;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.profile-form .form-control {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: border-color 0.3s ease;
}

.profile-form .form-control:focus {
  background-color: #fff;
  border-color: #6b4f4f;
  box-shadow: 0 0 0 0.2rem rgba(107, 79, 79, 0.2);
}

.profile-form .form-floating + .form-floating {
  margin-top: 1rem;
}

/* Mejora visual de inputs */
input[type="number"] {
  border-radius: 0.375rem;
  padding: 0.4rem;
}

/* Fila destacada */
.table-light {
  background-color: #f0fdf4 !important;
}

/* Header visualmente atractivo */
h2 {
  font-weight: 600;
  color: #173474;
}
* {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
  font-family: sans-serif;
}
@media print {
  .table,
  .table__body {
    overflow: visible;
    height: auto !important;
    width: auto !important;
  }
}

/*@page {
    size: landscape;
    margin: 0; 
}*/

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

main.table {
  width: 82vw;
  height: 90vh;
  background-color: #fff5;

  backdrop-filter: blur(7px);
  box-shadow: 0 0.4rem 0.8rem #0005;
  border-radius: 0.8rem;

  overflow: hidden;
}

.table__header {
  width: 100%;
  height: 10%;
  background-color: #fff4;
  padding: 0.8rem 1rem;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table__header .input-group {
  width: 35%;
  height: 100%;
  background-color: #fff5;
  padding: 0 0.8rem;
  border-radius: 2rem;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: 0.2s;
}

.table__header .input-group:hover {
  width: 45%;
  background-color: #fff8;
  box-shadow: 0 0.1rem 0.4rem #0002;
}

.table__header .input-group img {
  width: 1.2rem;
  height: 1.2rem;
}

.table__header .input-group input {
  width: 100%;
  padding: 0 0.5rem 0 0.3rem;
  background-color: transparent;
  border: none;
  outline: none;
}

.table__body {
  width: 95%;
  max-height: calc(89% - 1.6rem);
  background-color: #fffb;

  margin: 0.8rem auto;
  border-radius: 0.6rem;

  overflow: auto;
  overflow: overlay;
}

.table__body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.table__body::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: #0004;
  visibility: hidden;
}

.table__body:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

table {
  width: 100%;
}

td img {
  width: 36px;
  height: 36px;
  margin-right: 0.5rem;
  border-radius: 50%;

  vertical-align: middle;
}

table,
th,
td {
  border-collapse: collapse;
  padding: 1rem;
  text-align: left;
}

thead th {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #d5d1defe;
  cursor: pointer;
  text-transform: capitalize;
}

tbody tr:nth-child(even) {
  background-color: #0000000b;
}

tbody tr {
  --delay: 0.1s;
  transition: 0.5s ease-in-out var(--delay), background-color 0s;
}

tbody tr.hide {
  opacity: 0;
  transform: translateX(100%);
}

tbody tr:hover {
  background-color: #fff6 !important;
}

tbody tr td,
tbody tr td p,
tbody tr td img {
  transition: 0.2s ease-in-out;
}

tbody tr.hide td,
tbody tr.hide td p {
  padding: 0;
  font: 0 / 0 sans-serif;
  transition: 0.2s ease-in-out 0.5s;
}

tbody tr.hide td img {
  width: 0;
  height: 0;
  transition: 0.2s ease-in-out 0.5s;
}

.status {
  padding: 0.4rem 0;
  border-radius: 2rem;
  text-align: center;
}

.status.delivered {
  background-color: #86e49d;
  color: #006b21;
}

.status.cancelled {
  background-color: #d893a3;
  color: #b30021;
}

.status.pending {
  background-color: #ebc474;
}

.status.shipped {
  background-color: #6fcaea;
}

@media (max-width: 1000px) {
  td:not(:first-of-type) {
    min-width: 12.1rem;
  }
}

thead th span.icon-arrow {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1.4px solid transparent;

  text-align: center;
  font-size: 1rem;

  margin-left: 0.5rem;
  transition: 0.2s ease-in-out;
}

thead th:hover span.icon-arrow {
  border: 1.4px solid #6c00bd;
}

thead th:hover {
  color: #6c00bd;
}

thead th.active span.icon-arrow {
  background-color: #6c00bd;
  color: #fff;
}

thead th.asc span.icon-arrow {
  transform: rotate(180deg);
}

thead th.active,
tbody td.active {
  color: #6c00bd;
}

.export__file {
  position: relative;
}

.export__file .export__file-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #fff6 url(/images/export.png) center / 80% no-repeat;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}

.export__file .export__file-btn:hover {
  background-color: #fff;
  transform: scale(1.15);
  cursor: pointer;
}

.export__file input {
  display: none;
}

.export__file .export__file-options {
  position: absolute;
  right: 0;

  width: 12rem;
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;

  opacity: 0;
  transform: scale(0.8);
  transform-origin: top right;

  box-shadow: 0 0.2rem 0.5rem #0004;

  transition: 0.2s;
}

.export__file input:checked + .export__file-options {
  opacity: 1;
  transform: scale(1);
  z-index: 100;
}

.export__file .export__file-options label {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  background-color: #f2f2f2;

  display: flex;
  justify-content: space-around;
  align-items: center;

  transition: 0.2s ease-in-out;
}

.export__file .export__file-options label:first-of-type {
  padding: 1rem 0;
  background-color: #86e49d !important;
}

.export__file .export__file-options label:hover {
  transform: scale(1.05);
  background-color: #fff;
  cursor: pointer;
}

.export__file .export__file-options img {
  width: 2rem;
  height: auto;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

@import "bootstrap";
@import "font-awesome";

.tooltip {
  z-index: 30000 !important; /* mayor que el navbar (usualmente 1030 en Bootstrap) */
}
