@charset "UTF-8";
.text-primary-gm {
  color: #0064A5;
}

.text-dark-gm {
  color: #3A3A3A;
}

.text-light-mg {
  color: #f8f9fa;
}

.text-primary-title-gm {
  color: #0064A5;
  font-weight: 600;
}

.text-primary-subtitle-gm {
  font-weight: 400;
}

.fw-semi-bold {
  font-weight: 600;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #3A3A3A;
}

.btn-pl-primary,
.btn-gm-primary {
  background-color: #0064A5;
  color: #ffffff;
  border: 1px solid #0064A5;
  transition: all 0.3s ease;
}
.btn-pl-primary:hover,
.btn-gm-primary:hover {
  background-color: rgb(0, 69.0909090909, 114);
  border-color: rgb(0, 69.0909090909, 114);
  color: #ffffff;
}
.btn-pl-primary:active,
.btn-gm-primary:active {
  background-color: rgb(0, 53.6363636364, 88.5);
}
.btn-pl-primary:disabled,
.btn-gm-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-secondary {
  background-color: #3A3A3A;
  color: #ffffff;
  border: 1px solid #3A3A3A;
  transition: all 0.3s ease;
}
.btn-gm-secondary:hover {
  background-color: rgb(32.5, 32.5, 32.5);
  border-color: rgb(32.5, 32.5, 32.5);
  color: #ffffff;
}
.btn-gm-secondary:active {
  background-color: rgb(19.75, 19.75, 19.75);
}
.btn-gm-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-success {
  background-color: #198754;
  color: #ffffff;
  border: 1px solid #198754;
  transition: all 0.3s ease;
}
.btn-gm-success:hover {
  background-color: rgb(17.03125, 91.96875, 57.225);
  border-color: rgb(17.03125, 91.96875, 57.225);
  color: #ffffff;
}
.btn-gm-success:active {
  background-color: rgb(13.046875, 70.453125, 43.8375);
}
.btn-gm-success:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-danger {
  background-color: #dc3545;
  color: #ffffff;
  border: 1px solid #dc3545;
  transition: all 0.3s ease;
}
.btn-gm-danger:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  color: #ffffff;
}
.btn-gm-danger:active {
  background-color: rgb(167.4810126582, 29.0189873418, 42.2848101266);
}
.btn-gm-danger:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-warning {
  background-color: #ffc107;
  color: #3A3A3A;
  border: 1px solid #ffc107;
  transition: all 0.3s ease;
}
.btn-gm-warning:hover {
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(211, 158.25, 0);
  color: #3A3A3A;
}
.btn-gm-warning:active {
  background-color: rgb(185.5, 139.125, 0);
}
.btn-gm-warning:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-outline-primary {
  background-color: transparent;
  color: #0064A5;
  border: 1px solid #0064A5;
  transition: all 0.3s ease;
}
.btn-gm-outline-primary:hover {
  background-color: #0064A5;
  color: #ffffff;
}

.btn-gm-outline-secondary {
  background-color: transparent;
  color: #3A3A3A;
  border: 1px solid #3A3A3A;
  transition: all 0.3s ease;
}
.btn-gm-outline-secondary:hover {
  background-color: #3A3A3A;
  color: #ffffff;
}

.btn-gm-outline-light {
  background-color: transparent;
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
  transition: all 0.3s ease;
}
.btn-gm-outline-light:hover {
  background-color: #f8f9fa;
  color: #ffffff;
}

.header {
  background-color: #3A3A3A;
  color: white;
}
.header .nav-link {
  font-weight: 500;
}
.header .nav-link:hover {
  color: #0064A5;
}

.container-gm-header-1 {
  height: 74px;
}

.footer {
  background-color: #3A3A3A !important;
  color: white;
  font-size: 0.9rem;
}

.colors-gm-primary {
  background-color: #0064A5;
}

.colors-gm-secondary {
  background-color: #3A3A3A;
}

.colors-gm-light {
  background-color: #f8f9fa;
}

.colors-gm-dark {
  background-color: #3A3A3A;
}

.h1-gm {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}

.h2-gm {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
}

.h3-gm {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
}

.h4-gm {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
}

.h5-gm {
  font-size: 0.938rem;
  font-family: "Inter", sans-serif;
}

.p-gm {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
}

.card-body.card-body-gm-primary {
  background: #0064A5;
  color: #f8f9fa;
  padding: 2rem;
}

.card-body.card-body-gm-secondary {
  background: #3A3A3A;
  color: #f8f9fa;
  padding: 2rem;
}

.card-body-gm-primary > .fa-solid.fa-bolt {
  font-size: 36px;
}

a {
  color: #0064A5;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(0, 69.0909090909, 114);
  text-decoration: underline;
}

.nav-link-gm {
  color: #0064A5;
  transition: all 0.3s ease;
}
.nav-link-gm:hover {
  color: rgb(0, 69.0909090909, 114);
}
.nav-link-gm.active {
  color: #0064A5;
  font-weight: 600;
}

.form-control-gm-search {
  border-radius: 3px 0 0 3px;
}

.btn-gm-search {
  border-radius: 0 3px 3px 0;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.form-check-input-gm:checked {
  background-color: #0064A5;
  border-color: #0064A5;
}

.text-bg-mg-primary {
  background-color: #0064A5 !important;
  color: #ffffff !important;
}

.text-bg-mg-secondary {
  background-color: #3A3A3A !important;
  color: #ffffff !important;
}

.text-bg-mg-success {
  background-color: #198754 !important;
  color: #ffffff !important;
}

.text-bg-mg-danger {
  background-color: #dc3545 !important;
  color: #ffffff !important;
}

.text-bg-mg-warning {
  background-color: #ffc107 !important;
  color: #3A3A3A !important;
}

.text-bg-mg-info {
  background-color: #0dcaf0 !important;
  color: #3A3A3A !important;
}

.text-bg-mg-light {
  background-color: #f8f9fa !important;
  color: #3A3A3A !important;
}

.text-bg-mg-dark {
  background-color: #3A3A3A !important;
  color: #ffffff !important;
}

.card-gm {
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
}
.card-gm:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.card-gm-primary {
  background-color: #0064A5;
  color: #ffffff;
}

.card-gm-secondary {
  background-color: #3A3A3A;
  color: #ffffff;
}

.form-control-gm {
  border-radius: 0.375rem;
  border: 1px solid rgb(134.5, 134.5, 134.5);
  transition: all 0.3s ease;
}
.form-control-gm:focus {
  border-color: #0064A5;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 165, 0.25);
}

.form-label-gm {
  font-weight: 500;
  color: #3A3A3A;
  margin-bottom: 0.5rem;
}

.form-check-input-gm:checked {
  background-color: #0064A5;
  border-color: #0064A5;
}

.spacing-xs {
  margin: 0.25rem;
}

.spacing-sm {
  margin: 0.5rem;
}

.spacing-md {
  margin: 1rem;
}

.spacing-lg {
  margin: 1.5rem;
}

.spacing-xl {
  margin: 2rem;
}

.p-xs {
  padding: 0.25rem;
}

.p-sm {
  padding: 0.5rem;
}

.p-md {
  padding: 1rem;
}

.p-lg {
  padding: 1.5rem;
}

.p-xl {
  padding: 2rem;
}

.text-primary-gm {
  color: #0064A5 !important;
}

.text-secondary-gm {
  color: #3A3A3A !important;
}

.text-success-gm {
  color: #198754 !important;
}

.text-danger-gm {
  color: #dc3545 !important;
}

.text-warning-gm {
  color: #ffc107 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #3A3A3A !important;
}

.bg-primary-gm {
  background-color: #0064A5 !important;
}

.bg-secondary-gm {
  background-color: #3A3A3A !important;
}

.bg-success-gm {
  background-color: #198754 !important;
}

.bg-danger-gm {
  background-color: #dc3545 !important;
}

.shadow-sm-gm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow-md-gm {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shadow-lg-gm {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.rounded-sm-gm {
  border-radius: 0.25rem;
}

.rounded-md-gm {
  border-radius: 0.375rem;
}

.rounded-lg-gm {
  border-radius: 0.5rem;
}

.shimmer {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  animation: shimmer-animation 1.5s linear infinite;
  border-radius: 0.375rem;
  overflow: hidden;
}
.shimmer.circle {
  border-radius: 50%;
}
.shimmer.rectangular {
  width: 100%;
}

@keyframes shimmer-animation {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.gm-pagination .page-item {
  margin: 0 3px;
}
.gm-pagination .page-item .page-link {
  border-radius: 8px !important;
  border: 1px solid #e9ecef !important;
  color: #3A3A3A;
  font-weight: 500;
  padding: 0.6rem 1rem;
  transition: all 0.3s ease;
}
.gm-pagination .page-item .page-link:hover {
  background: rgba(0, 100, 165, 0.05);
  color: #0064A5;
  border-color: rgba(0, 100, 165, 0.2) !important;
}
.gm-pagination .page-item.active .page-link {
  background-color: #0064A5 !important;
  border-color: #0064A5 !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(0, 100, 165, 0.2);
}
.gm-pagination .page-item.disabled .page-link {
  background-color: #f8f9fa;
  color: #adb5bd;
}

.product-card-gm {
  background: white;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.product-card-gm:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 100, 165, 0.15);
}
.product-card-gm .product-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f8f9fa;
  position: relative;
}
.product-card-gm .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.5s ease;
}
.product-card-gm .product-image .badge-promo {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.product-card-gm:hover .product-image img {
  transform: scale(1.08);
}
.product-card-gm .product-info {
  padding: 1.25rem;
}
.product-card-gm .product-info .product-title {
  font-weight: 600;
  font-size: 1rem;
  color: #3A3A3A;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3rem;
}
.product-card-gm .product-info .product-price {
  font-weight: 700;
  font-size: 1.25rem;
  color: #0064A5;
  margin-bottom: 1rem;
}
.product-card-gm .product-info .product-actions {
  display: flex;
  gap: 10px;
}

.product-card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: white;
  border-radius: 10px;
}
.product-card .card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.product-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card .product-category-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 10;
  font-size: 0.75rem;
  background-color: #0064A5;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  color: white;
  pointer-events: none;
}
.product-card .wishlist-toggle,
.product-card .cart-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 12;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.product-card .wishlist-toggle:hover,
.product-card .cart-btn:hover {
  transform: translateY(-3px);
  background: #f8f9fa;
}
.product-card .wishlist-toggle i,
.product-card .cart-btn i {
  color: #333;
  font-size: 1.1rem;
}
.product-card .wishlist-toggle {
  top: 10px;
  left: 10px;
}
.product-card .cart-btn {
  top: 10px;
  right: 10px;
}
.product-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.product-card:hover .wishlist-toggle,
.product-card:hover .cart-btn {
  opacity: 1;
}
.product-card:hover .card-img-wrap img {
  transform: scale(1.08);
}
.product-card .product-title {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
  color: #3A3A3A;
}
.product-card .product-price {
  color: #0064A5;
  font-weight: 700;
  font-size: 1.15rem;
}

.gm-pagination .pagination {
  gap: 0.5rem;
}
.gm-pagination .pagination .page-item .page-link {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  color: #3A3A3A;
  padding: 0.5rem 0.9rem;
  transition: all 0.15s ease;
}
.gm-pagination .pagination .page-item .page-link:hover {
  background-color: rgba(0, 100, 165, 0.05);
  color: #0064A5;
  border-color: #0064A5;
}
.gm-pagination .pagination .page-item.active .page-link {
  background-color: #0064A5;
  border-color: #0064A5;
  color: white;
}

@media (max-width: 768px) {
  .h1-gm {
    font-size: 1.75rem;
  }
  .h2-gm {
    font-size: 1.5rem;
  }
  .h3-gm {
    font-size: 1.25rem;
  }
  .spacing-xl {
    margin: 1.5rem;
  }
  .p-xl {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .h1-gm {
    font-size: 1.5rem;
  }
  .h2-gm {
    font-size: 1.25rem;
  }
  .h3-gm {
    font-size: 1.1rem;
  }
}
.breadcrumb {
  background: transparent;
  font-size: 14px;
  margin-bottom: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›" !important;
  color: #3A3A3A;
}

.breadcrumb-item a {
  color: #3A3A3A;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #0064A5;
}

.breadcrumb-item.active {
  color: #0064A5;
  font-weight: 600;
}

.map-container {
  position: relative;
  width: 100%;
}
.map-container .point {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #3A3A3A;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 100, 165, 0.5), 0 0 25px rgba(0, 100, 165, 0.3);
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.25s ease;
  z-index: 2;
  animation: pulse-glow 2s infinite;
}
.map-container .point:hover {
  transform: translate(-50%, -50%) scale(1.5);
}

@keyframes pulse-glow {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 12px rgba(0, 100, 165, 0.5);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 22px rgba(0, 100, 165, 0.8);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 12px rgba(0, 100, 165, 0.5);
  }
}
.accordion-button-gm-categorias {
  background: #3A3A3A !important;
  color: #f8f9fa !important;
  border-radius: 0 !important;
  font-weight: 500;
}
.accordion-button-gm-categorias:not(.collapsed) {
  background-color: rgb(32.5, 32.5, 32.5) !important;
  color: #f8f9fa !important;
}

.login-page {
  display: flex !important;
  min-height: 100vh;
}
.login-page .login-sidebar {
  width: 40%;
  background: linear-gradient(135deg, #0064A5 0%, #0073B9 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  color: white;
}
.login-page .login-sidebar .brand-logo {
  max-width: 200px;
  margin-bottom: 2rem;
}
.login-page .login-sidebar .brand-quote {
  font-size: 1.1rem;
  opacity: 0.8;
  line-height: 1.6;
  text-align: center;
}
.login-page .login-content {
  width: 60%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.login-page .login-content .login-card {
  width: 100%;
  max-width: 400px;
}
.login-page .login-content .login-card .login-header {
  margin-bottom: 2.5rem;
}
.login-page .login-content .login-card .login-header h2 {
  font-weight: 700;
  color: #3A3A3A;
}
.login-page .login-content .login-card .login-header p {
  color: #3A3A3A;
}

@media (max-width: 992px) {
  .login-page {
    flex-direction: column;
  }
  .login-page .login-sidebar,
  .login-page .login-content {
    width: 100%;
  }
  .login-page .login-sidebar {
    padding: 2rem;
    min-height: 250px;
  }
}
.search-pill-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.search-pill-container .input-group-pill {
  flex-grow: 1;
  display: flex;
  border-radius: 50rem;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  overflow: hidden;
  margin-right: 1rem;
}
.search-pill-container .input-group-pill .form-control {
  border: none;
  background: transparent;
  height: 48px;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  box-shadow: none !important;
}
.search-pill-container .input-group-pill .form-control::-moz-placeholder {
  color: #adb5bd;
}
.search-pill-container .input-group-pill .form-control::placeholder {
  color: #adb5bd;
}
.search-pill-container .input-group-pill .btn-search {
  background-color: #0064A5;
  color: white;
  border: none;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 50rem 50rem 0;
  transition: all 0.2s ease;
}
.search-pill-container .input-group-pill .btn-search:hover {
  background-color: rgb(0, 69.0909090909, 114);
  width: 80px;
}
.search-pill-container .input-group-pill .btn-search i {
  font-size: 1.1rem;
}
.search-pill-container .search-count {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 700;
  white-space: nowrap;
}

.support-chat-widget {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}
.support-chat-widget .chat-window {
  width: 100%;
  max-width: 350px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.support-chat-widget .chat-window .chat-header {
  background: #004e8d;
  color: white;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.support-chat-widget .chat-window .chat-header .manager-avatar {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.support-chat-widget .chat-window .chat-header .manager-info {
  flex: 1;
}
.support-chat-widget .chat-window .chat-header .manager-info h6 {
  margin: 0;
  font-weight: 600;
  font-size: 0.95rem;
}
.support-chat-widget .chat-window .chat-header .manager-info span {
  font-size: 0.75rem;
  opacity: 0.8;
}
.support-chat-widget .chat-window .chat-body {
  flex: 1;
  padding: 1.25rem;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 300px;
}
.support-chat-widget .chat-window .chat-body .message {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 15px;
  font-size: 0.9rem;
  line-height: 1.4;
  position: relative;
}
.support-chat-widget .chat-window .chat-body .message.received {
  background: white;
  align-self: flex-start;
  border-bottom-left-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: #3A3A3A;
}
.support-chat-widget .chat-window .chat-body .message.sent {
  background: #004e8d;
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 78, 141, 0.2);
}
.support-chat-widget .chat-window .chat-body .message small {
  display: block;
  font-size: 0.65rem;
  opacity: 0.6;
  text-align: right;
  margin-top: 4px;
}
.support-chat-widget .chat-window .chat-footer {
  padding: 1rem;
  background: white;
  border-top: 1px solid #f1f5f9;
  display: flex;
  gap: 0.5rem;
}
.support-chat-widget .chat-window .chat-footer input {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  outline: none;
}
.support-chat-widget .chat-window .chat-footer input:focus {
  border-color: #004e8d;
}
.support-chat-widget .chat-window .chat-footer button {
  background: #004e8d;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-card-premium {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  position: relative;
}
.product-card-premium .pcp-image-wrap {
  width: 100%;
  aspect-ratio: 1.4/1;
  background-color: #f6f6f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
}
.product-card-premium .pcp-image-wrap img {
  max-width: 65%;
  max-height: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card-premium .pcp-brand-badge {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}
.product-card-premium .pcp-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #333;
  line-height: 1.3;
}
.product-card-premium .pcp-rating {
  color: #555;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
  display: flex;
  gap: 3px;
}
.product-card-premium .btn-cotizar {
  background: white;
  border: 1px solid #000;
  padding: 3px 14px;
  border-radius: 3px;
  font-size: 0.8rem;
  cursor: pointer;
  align-self: flex-start;
  font-weight: 500;
}
.product-card-premium .btn-cotizar:hover {
  background: #000;
  color: #fff;
}
.product-card-premium .pcp-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0064A5;
  margin-top: 0.5rem;
}

.team-section .filter-pills {
  display: flex;
  gap: 20px;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.team-section .filter-pill {
  cursor: pointer;
  color: #444;
  font-size: 0.95rem;
  position: relative;
  padding-bottom: 5px;
}
.team-section .filter-pill.active {
  color: #0064A5;
  font-weight: 700;
}
.team-section .filter-pill.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0064A5;
}
.team-section .team-member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team-section .team-member-card .tm-avatar-wrap {
  width: 170px;
  height: 170px;
  margin-bottom: -50px;
  z-index: 2;
  position: relative;
}
.team-section .team-member-card .tm-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 2px #0064A5;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
.team-section .team-member-card .tm-info-box {
  background: #0064A5;
  color: white;
  padding: 70px 20px 25px;
  border-radius: 6px;
  width: 100%;
  max-width: 260px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.team-section .team-member-card .tm-name {
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 3px;
  color: white;
}
.team-section .team-member-card .tm-position {
  font-size: 0.85rem;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.85);
}

body.gm-premium-layout {
  font-family: "Inter", sans-serif;
  color: #333;
  overflow-x: hidden;
  height: 100vh;
  margin: 0;
  /* Fondo estilo "Desktop" */
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  background-attachment: fixed;
  background-size: cover;
}

/* Navbar Superior Global (Bitrix-inspired) */
.gm-navbar {
  height: 48px;
  background: rgba(43, 44, 60, 0.85);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.gm-navbar .gm-navbar-left {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
}
.gm-navbar .gm-navbar-left .nav-item {
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.gm-navbar .gm-navbar-left .nav-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.gm-navbar .gm-navbar-left .nav-item.active {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.gm-navbar .gm-navbar-left .nav-item .badge-count {
  background: #ff5752;
  color: white;
  font-size: 0.65rem;
  padding: 1px 5px;
  border-radius: 10px;
  font-weight: bold;
  margin-left: -2px;
  vertical-align: super;
}
.gm-navbar .gm-navbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gm-navbar .gm-navbar-right .btn-search-nav {
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: none;
  font-size: 1rem;
  margin-right: 10px;
  cursor: pointer;
}
.gm-navbar .gm-navbar-right .btn-search-nav:hover {
  color: #fff;
}
.gm-navbar .gm-navbar-right .gm-logo-nav {
  height: 24px;
  opacity: 0.9;
  margin-right: 5px;
}
.gm-navbar .gm-navbar-right .divider-v {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 5px;
}
.gm-navbar .gm-navbar-right .btn-capsule {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 3px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s;
  position: relative;
  text-decoration: none;
}
.gm-navbar .gm-navbar-right .btn-capsule:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.gm-navbar .gm-navbar-right .btn-capsule .badge-capsule {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff5752;
  color: white;
  font-size: 0.6rem;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}
.gm-navbar .gm-navbar-right .gm-user-widget {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 2px 4px 2px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}
.gm-navbar .gm-navbar-right .gm-user-widget .clock {
  font-weight: 300;
  opacity: 0.8;
}
.gm-navbar .gm-navbar-right .gm-user-widget .gm-avatar-small {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0064A5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.75rem;
  overflow: hidden;
}
.gm-navbar .gm-navbar-right .gm-user-widget .gm-avatar-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Sidebar Estilizado */
.gm-sidebar {
  background: rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  height: calc(100vh - 48px);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  /* Scrollbar discreto e invisible */
}
.gm-sidebar::-webkit-scrollbar {
  width: 4px;
}
.gm-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.gm-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.gm-sidebar .gm-logo-container {
  padding: 1.25rem 1.5rem 0.75rem;
}
.gm-sidebar .gm-logo-container h2 {
  font-size: 1.3rem !important;
  letter-spacing: 1px;
}
.gm-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.7);
  padding: 0.75rem 1.25rem;
  transition: all 0.3s;
  border-right: 4px solid transparent;
  border-left: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gm-sidebar .nav-link i {
  margin-right: 10px;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.gm-sidebar .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-right-color: rgba(47, 198, 246, 0.4);
}
.gm-sidebar .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-right: 4px solid #2fc6f6;
}
.gm-sidebar .nav-header {
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  margin-top: 1rem;
  padding: 0 1.25rem 0.4rem;
}

/* Área de Contenido Elevada */
.gm-content-wrapper {
  height: calc(100vh - 48px);
  padding: 1.5rem;
  overflow-y: auto;
}

.gm-card-premium {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

/* Pop-up de Perfil de Usuario (Estilo Bitrix Premium) */
.gm-user-popup {
  position: absolute;
  top: 55px;
  right: 15px;
  width: 320px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 2000;
  display: none;
  overflow: hidden;
  color: #333;
  font-family: "Inter", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.gm-user-popup.active {
  display: block;
  animation: fadeInDown 0.2s ease-out;
}
.gm-user-popup .popup-header {
  padding: 24px 20px 16px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.gm-user-popup .popup-header .avatar-large {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0064A5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  overflow: hidden;
  flex-shrink: 0;
}
.gm-user-popup .popup-header .avatar-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gm-user-popup .popup-header .user-info .name-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 2px;
}
.gm-user-popup .popup-header .user-info .name-row h6 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  color: #222;
}
.gm-user-popup .popup-header .user-info .name-row i {
  font-size: 0.75rem;
  color: #999;
}
.gm-user-popup .popup-header .user-info .job-title {
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 8px;
}
.gm-user-popup .popup-header .user-info .admin-badge {
  display: inline-block;
  background: #e1f5fe;
  color: #03a9f4;
  font-size: 0.7rem;
  padding: 2px 10px;
  border-radius: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.gm-user-popup .work-section {
  margin: 0 16px 16px;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fafafa;
}
.gm-user-popup .work-section .work-status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.85rem;
}
.gm-user-popup .work-section .work-status-row .status-label {
  color: #555;
  font-weight: 400;
}
.gm-user-popup .work-section .work-status-row .status-label strong {
  color: #222;
  margin-left: 5px;
  font-weight: 600;
}
.gm-user-popup .work-section .work-status-row .edit-icon {
  color: #bbb;
  font-size: 0.8rem;
  cursor: pointer;
}
.gm-user-popup .work-section .work-status-row .edit-icon:hover {
  color: #888;
}
.gm-user-popup .work-section .work-actions {
  display: flex;
  gap: 10px;
}
.gm-user-popup .work-section .work-actions .btn-work {
  flex: 1;
  height: 36px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.gm-user-popup .work-section .work-actions .btn-work.btn-pause {
  background: #fff;
  border: 1px solid #00a2e8;
  color: #00a2e8;
}
.gm-user-popup .work-section .work-actions .btn-work.btn-pause:hover {
  background: #f0f9ff;
}
.gm-user-popup .work-section .work-actions .btn-work.btn-resume {
  background: #e8f5e9;
  border: 1px solid #4caf50;
  color: #2e7d32;
}
.gm-user-popup .work-section .work-actions .btn-work.btn-resume:hover {
  background: #c8e6c9;
}
.gm-user-popup .work-section .work-actions .btn-work.btn-finish {
  background: #00a2e8;
  color: #fff;
}
.gm-user-popup .work-section .work-actions .btn-work.btn-finish:hover {
  background: #0088c2;
}
.gm-user-popup .access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0 16px 20px;
}
.gm-user-popup .access-grid .access-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.gm-user-popup .access-grid .access-card:hover {
  background: #f8f8f8;
  border-color: #ddd;
}
.gm-user-popup .access-grid .access-card i {
  font-size: 1.4rem;
  color: #777;
  display: block;
  margin-bottom: 8px;
}
.gm-user-popup .access-grid .access-card span {
  font-size: 0.8rem;
  color: #555;
  font-weight: 400;
}
.gm-user-popup .popup-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #f0f0f0;
}
.gm-user-popup .popup-menu .menu-item {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.2s;
}
.gm-user-popup .popup-menu .menu-item:hover {
  background: #f9f9f9;
}
.gm-user-popup .popup-menu .menu-item .menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #444;
  font-size: 0.9rem;
  text-decoration: none;
}
.gm-user-popup .popup-menu .menu-item .menu-link i {
  width: 20px;
  color: #888;
  text-align: center;
}
.gm-user-popup .popup-menu .menu-item .fa-chevron-right {
  font-size: 0.75rem;
  color: #ccc;
}
.gm-user-popup .popup-footer {
  padding: 15px 20px;
  background: #fdfdfd;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}
.gm-user-popup .popup-footer .footer-link {
  color: #999;
  text-decoration: none;
}
.gm-user-popup .popup-footer .footer-link:hover {
  color: #666;
}
.gm-user-popup .popup-footer .btn-logout {
  color: #999;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.gm-user-popup .popup-footer .btn-logout:hover {
  color: #f44336;
}

/* Modal Estilo Mectrix */
.gm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 3000;
  backdrop-filter: blur(4px);
  overflow-y: auto;
  padding: 20px;
}
.gm-modal .gm-modal-content {
  background: #fff;
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  margin-top: 60px;
  margin-bottom: 60px;
}
.gm-modal .gm-modal-content.report-modal {
  max-width: 800px;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.gm-modal .gm-modal-content.report-modal .report-header {
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fdfdfd;
  border-bottom: 1px solid #f0f0f0;
  color: #777;
  font-size: 1.1rem;
}
.gm-modal .gm-modal-content.report-modal .report-header .left {
  font-weight: 500;
  font-size: 1rem;
  color: #555;
}
.gm-modal .gm-modal-content.report-modal .report-header .center {
  font-size: 1rem;
  color: #555;
}
.gm-modal .gm-modal-content.report-modal .report-header .btn-close-report {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  font-size: 1.2rem;
}
.gm-modal .gm-modal-content.report-modal .report-header .btn-close-report:hover {
  color: #999;
}
.gm-modal .gm-modal-content.report-modal .report-user-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px 25px;
  background: #f8fbff;
}
.gm-modal .gm-modal-content.report-modal .report-user-info .info-box {
  background: #e7f3ff;
  padding: 12px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #daecff;
}
.gm-modal .gm-modal-content.report-modal .report-user-info .info-box .label {
  font-size: 0.9rem;
  color: #555;
  font-weight: 500;
}
.gm-modal .gm-modal-content.report-modal .report-user-info .info-box .user-pill {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gm-modal .gm-modal-content.report-modal .report-user-info .info-box .user-pill img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gm-modal .gm-modal-content.report-modal .report-user-info .info-box .user-pill .text {
  display: flex;
  flex-direction: column;
}
.gm-modal .gm-modal-content.report-modal .report-user-info .info-box .user-pill .text .name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0064a5;
  text-decoration: underline;
}
.gm-modal .gm-modal-content.report-modal .report-user-info .info-box .user-pill .text .pos {
  font-size: 0.75rem;
  color: #777;
}
.gm-modal .gm-modal-content.report-modal .report-work-details {
  margin: 0 25px 20px;
  padding: 10px 15px;
  background: #eef3f7;
  border: 1px solid #e0e6eb;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.85rem;
  color: #666;
}
.gm-modal .gm-modal-content.report-modal .report-work-details .title {
  font-weight: 600;
  color: #555;
}
.gm-modal .gm-modal-content.report-modal .report-work-details strong {
  color: #333;
}
.gm-modal .gm-modal-content.report-modal .report-work-details .edit {
  margin-left: auto;
  color: #ccc;
  cursor: pointer;
}
.gm-modal .gm-modal-content.report-modal .report-work-details .edit:hover {
  color: #888;
}
.gm-modal .gm-modal-content.report-modal .report-section {
  padding: 0 25px 20px;
}
.gm-modal .gm-modal-content.report-modal .report-section label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #555;
  font-size: 0.9rem;
}
.gm-modal .gm-modal-content.report-modal .report-section textarea {
  width: 100%;
  height: 120px;
  padding: 15px;
  border: 1px solid #d4dadf;
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.95rem;
  resize: none;
}
.gm-modal .gm-modal-content.report-modal .report-section textarea:focus {
  outline: none;
  border-color: #00a2e8;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 25px 25px;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #555;
  font-size: 0.9rem;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid .input-plus {
  display: flex;
  border: 1px solid #d4dadf;
  border-radius: 4px;
  overflow: hidden;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid .input-plus input {
  flex: 1;
  border: none;
  padding: 8px 12px;
  font-size: 0.85rem;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid .input-plus input:focus {
  outline: none;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid .input-plus .btn-plus {
  width: 36px;
  background: #eef3f7;
  border: none;
  border-left: 1px solid #d4dadf;
  color: #777;
  cursor: pointer;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid .input-plus .btn-plus:hover {
  background: #e0e6eb;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid .events-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid .events-row .time-input {
  width: 60px;
  padding: 8px;
  border: 1px solid #d4dadf;
  border-radius: 4px;
  text-align: center;
  font-size: 0.85rem;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid .events-row .input-plus {
  flex: 1;
}
.gm-modal .gm-modal-content.report-modal .report-bottom-grid .check-container {
  font-size: 0.8rem;
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  margin: 0;
}
.gm-modal .gm-modal-content.report-modal .report-footer {
  padding: 20px 25px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fdfdfd;
}
.gm-modal .gm-modal-content.report-modal .report-footer .add-comment {
  font-size: 0.85rem;
  color: #777;
  text-decoration: underline;
}
.gm-modal .gm-modal-content.report-modal .report-footer .add-comment:hover {
  color: #555;
}
.gm-modal .gm-modal-content.report-modal .report-footer .actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.gm-modal .gm-modal-content.report-modal .report-footer .actions .btn-finalizar {
  background: #ff3e1d;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}
.gm-modal .gm-modal-content.report-modal .report-footer .actions .btn-finalizar:hover {
  background: #e6381a;
  box-shadow: 0 4px 12px rgba(255, 62, 29, 0.3);
}
.gm-modal .gm-modal-content.report-modal .report-footer .actions .btn-cerrar {
  background: none;
  border: none;
  color: #ff3e1d;
  font-weight: 700;
  cursor: pointer;
}
.gm-modal .gm-modal-content.report-modal .report-footer .actions .btn-cerrar:hover {
  color: #e6381a;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animaciones Globales Mectrix */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-fade-in-down {
  animation: fadeInDown 0.3s ease-out forwards;
}

.animate-fade-in-up {
  animation: fadeInUp 0.3s ease-out forwards;
}

.animate-fade-in-right {
  animation: fadeInRight 0.3s ease-out forwards;
}

.gm-messenger-page-wrapper {
  height: calc(100vh - 48px);
  background: transparent;
  overflow: hidden;
}
.gm-messenger-page-wrapper > .row {
  height: 100%;
  margin: 0;
  background: transparent;
  overflow: hidden;
}

.gm-messenger-container {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
}

/* Sidebar Estilo Glassmorphism */
.gm-messenger-sidebar {
  width: 380px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-right: 1px solid rgba(226, 232, 240, 0.8);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.gm-messenger-sidebar .gm-sidebar-header {
  padding: 24px 20px;
}
.gm-messenger-sidebar .gm-sidebar-header h5 {
  font-weight: 800;
  color: #1e293b;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.gm-messenger-sidebar .gm-sidebar-header .gm-search-wrapper {
  background: rgba(241, 245, 249, 0.8);
  border-radius: 12px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.gm-messenger-sidebar .gm-sidebar-header .gm-search-wrapper:focus-within {
  background: #fff;
  border-color: #00a884;
  box-shadow: 0 0 0 3px rgba(0, 168, 132, 0.1);
}
.gm-messenger-sidebar .gm-sidebar-header .gm-search-wrapper i {
  color: #64748b;
}
.gm-messenger-sidebar .gm-sidebar-header .gm-search-wrapper input {
  border: none;
  background: transparent;
  padding: 12px;
  width: 100%;
  font-weight: 500;
}
.gm-messenger-sidebar .gm-sidebar-header .gm-search-wrapper input:focus {
  outline: none;
}
.gm-messenger-sidebar .gm-chats-list {
  flex: 1;
  overflow-y: auto;
  padding: 5px 12px;
}
.gm-messenger-sidebar .gm-chats-list::-webkit-scrollbar {
  width: 8px;
}
.gm-messenger-sidebar .gm-chats-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  margin-bottom: 4px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item:hover {
  background: rgba(241, 245, 249, 0.8);
  transform: translateX(4px);
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item.active {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item.active .gm-avatar {
  border: 2px solid #00a884;
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item .gm-avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-right: 15px;
  background: linear-gradient(135deg, #00a884 0%, #008f6f 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 168, 132, 0.2);
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item .gm-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item .gm-chat-info {
  flex: 1;
  min-width: 0;
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item .gm-chat-info h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  align-items: center;
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item .gm-chat-info h6 i {
  margin-right: 6px;
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item .gm-chat-info p {
  margin: 4px 0 0;
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 400;
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item .gm-chat-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item .gm-chat-meta .gm-chat-time {
  font-size: 0.7rem;
  font-weight: 600;
  color: #94a3b8;
}
.gm-messenger-sidebar .gm-chats-list .gm-chat-item .gm-chat-meta .gm-badge {
  background: #22c55e;
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 8px;
  min-width: 22px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(34, 197, 94, 0.3);
}

/* Chat Viewport Premium */
.gm-messenger-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #f1f5f9;
  position: relative;
}
.gm-messenger-main .gm-chat-header {
  height: 70px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.gm-messenger-main .gm-chat-header .gm-chat-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gm-messenger-main .gm-chat-header .gm-chat-user-info .gm-avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #00a884 0%, #008f6f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.gm-messenger-main .gm-chat-header .gm-chat-user-info .gm-user-details h6 {
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  font-size: 1rem;
}
.gm-messenger-main .gm-chat-header .gm-chat-user-info .gm-user-details .gm-user-status {
  font-size: 0.75rem;
  font-weight: 600;
  color: #22c55e;
  display: flex;
  align-items: center;
  gap: 5px;
}
.gm-messenger-main .gm-chat-header .gm-chat-user-info .gm-user-details .gm-user-status::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
}
.gm-messenger-main .gm-chat-header .gm-chat-actions {
  display: flex;
  gap: 8px;
}
.gm-messenger-main .gm-chat-header .gm-chat-actions .btn-icon-plain {
  background: transparent;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 1rem;
  transition: all 0.2s;
  cursor: pointer;
  outline: none;
}
.gm-messenger-main .gm-chat-header .gm-chat-actions .btn-icon-plain:hover {
  background: #f1f5f9;
  color: #00a884;
  transform: translateY(-2px);
}
.gm-messenger-main .gm-chat-header .gm-chat-actions .btn-icon-plain:active {
  transform: scale(0.95);
}
.gm-messenger-main .gm-chat-viewport {
  flex: 1;
  overflow: hidden;
  background-color: #f8fafc;
  position: relative;
  display: flex;
  flex-direction: column;
}
.gm-messenger-main .gm-chat-viewport .gm-messages-scroll {
  height: 100%;
  padding: 20px 5%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.gm-messenger-main .gm-chat-viewport .gm-messages-scroll::-webkit-scrollbar {
  width: 6px;
}
.gm-messenger-main .gm-chat-viewport .gm-messages-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.gm-messenger-main .gm-chat-viewport .gm-messages-scroll .gm-bubble {
  max-width: 70%;
  margin-bottom: 12px;
  padding: 12px 18px 25px;
  border-radius: 20px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s;
}
.gm-messenger-main .gm-chat-viewport .gm-messages-scroll .gm-bubble:hover {
  transform: scale(1.01);
}
.gm-messenger-main .gm-chat-viewport .gm-messages-scroll .gm-bubble .gm-time {
  position: absolute;
  bottom: 8px;
  right: 15px;
  font-size: 0.65rem;
  font-weight: 700;
  opacity: 0.6;
}
.gm-messenger-main .gm-chat-viewport .gm-messages-scroll .gm-bubble.gm-out {
  align-self: flex-end;
  background: linear-gradient(135deg, #00a884 0%, #008f6f 100%);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.gm-messenger-main .gm-chat-viewport .gm-messages-scroll .gm-bubble.gm-out .gm-time {
  color: rgba(255, 255, 255, 0.8);
}
.gm-messenger-main .gm-chat-viewport .gm-messages-scroll .gm-bubble.gm-in {
  align-self: flex-start;
  background: #fff;
  color: #1e293b;
  border-bottom-left-radius: 4px;
  border: 1px solid rgba(226, 232, 240, 0.8);
}
.gm-messenger-main .gm-chat-footer {
  padding: 20px 25px;
  background: #fff;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}
.gm-messenger-main .gm-chat-footer .gm-input-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.gm-messenger-main .gm-chat-footer .gm-input-container .btn-action {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: #f1f5f9;
  border: none;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.gm-messenger-main .gm-chat-footer .gm-input-container .btn-action:hover {
  background: #e2e8f0;
  color: #1e293b;
}
.gm-messenger-main .gm-chat-footer .gm-input-container .gm-input-wrapper {
  flex: 1;
  background: #f1f5f9;
  border-radius: 14px;
  padding: 5px 20px;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.gm-messenger-main .gm-chat-footer .gm-input-container .gm-input-wrapper:focus-within {
  background: #fff;
  border-color: #00a884;
  box-shadow: 0 4px 15px rgba(0, 168, 132, 0.1);
}
.gm-messenger-main .gm-chat-footer .gm-input-container .gm-input-wrapper input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 500;
}
.gm-messenger-main .gm-chat-footer .gm-input-container .gm-input-wrapper input:focus {
  outline: none;
}
.gm-messenger-main .gm-chat-footer .gm-input-container .btn-send {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: linear-gradient(135deg, #00a884 0%, #008f6f 100%);
  color: #fff;
  border: none;
  box-shadow: 0 8px 15px rgba(0, 168, 132, 0.2);
  transition: all 0.3s;
}
.gm-messenger-main .gm-chat-footer .gm-input-container .btn-send:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(0, 168, 132, 0.3);
}
.gm-messenger-main .gm-chat-footer .gm-input-container .btn-send:active {
  transform: scale(0.95);
}

.gm-messenger-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  padding: 40px;
}
.gm-messenger-empty .gm-empty-icon {
  width: 120px;
  height: 120px;
  background: rgba(0, 168, 132, 0.05);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #00a884;
  margin-bottom: 30px;
  animation: float 3s ease-in-out infinite;
}
.gm-messenger-empty h4 {
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 10px;
}
.gm-messenger-empty p {
  color: #64748b;
  max-width: 300px;
  line-height: 1.6;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.gm-content .h2-gm {
  color: #fff !important;
  letter-spacing: -0.5px;
}

.gm-pills {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.gm-pills .nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 500;
}
.gm-pills .nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
}
.gm-pills .nav-link.active {
  background: #2fc6f6 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(47, 198, 246, 0.3);
}

.dept-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
  border: none;
}
.dept-card .card-title {
  color: var(--mectrix-primary);
  font-weight: 700;
  font-size: 1.1rem;
}

.emp-card-mini {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 10px;
  transition: background 0.2s;
}
.emp-card-mini:hover {
  background: #f8fafc;
}
.emp-card-mini img {
  width: 38px;
  height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
}
.emp-card-mini .info .name {
  font-weight: 600;
  font-size: 0.85rem;
  color: #1e293b;
}
.emp-card-mini .info .pos {
  font-size: 0.75rem;
  color: #64748b;
}
.emp-card-mini.boss {
  background: #f1f5f9;
  padding: 12px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
}

.table-mectrix {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.table-mectrix thead th {
  background: #f8fafc;
  color: #64748b;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  border: none;
  padding: 12px 20px;
}
.table-mectrix tbody td {
  padding: 12px 20px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.85rem;
}

.modal-mectrix .modal-content {
  border-radius: 16px;
  border: none;
}
.modal-mectrix .modal-header {
  border-bottom: 1px solid #f1f5f9;
  padding: 1.5rem;
}
.modal-mectrix .modal-footer {
  border-top: 1px solid #f1f5f9;
}

.org-tree-container {
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 700px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 16px;
  position: relative;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.org-tree-container:active {
  cursor: grabbing;
}
.org-tree-container .zoom-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 100;
}
.org-tree-container .zoom-controls .btn-zoom {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  transition: all 0.2s;
  cursor: pointer;
}
.org-tree-container .zoom-controls .btn-zoom:hover {
  color: #2fc6f6;
  background: #f8fafc;
  transform: translateY(-2px);
}
.org-tree-container .zoom-controls .btn-zoom i {
  font-size: 1.1rem;
}

.zoom-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 0 0;
  transition: transform 0.1s ease-out;
}

.org-tree {
  display: table;
  margin: 0 auto;
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
}
.org-tree ul {
  padding-top: 25px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0;
}
.org-tree ul li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 25px 10px 0 10px;
  transition: all 0.3s ease;
}
.org-tree ul li::before, .org-tree ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #cbd5e1;
  width: 50%;
  height: 25px;
}
.org-tree ul li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #cbd5e1;
}
.org-tree ul li:only-child::after, .org-tree ul li:only-child::before {
  display: none;
}
.org-tree ul li:only-child {
  padding-top: 0;
}
.org-tree ul li:first-child::before, .org-tree ul li:last-child::after {
  border: 0 none;
}
.org-tree ul li:last-child::before {
  border-right: 2px solid #cbd5e1;
  border-radius: 0 5px 0 0;
}
.org-tree ul li:first-child::after {
  border-radius: 5px 0 0 0;
}
.org-tree ul li.collapsed > ul {
  display: none;
}
.org-tree ul li.collapsed::after {
  border-left: 0;
}
.org-tree ul li.has-children > .org-node {
  cursor: pointer;
}
.org-tree ul li.has-children > .org-node .node-toggle {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #64748b;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 1px solid #cbd5e1;
  z-index: 10;
  transition: all 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.org-tree ul li.has-children > .org-node .node-toggle .icon-collapse {
  display: none;
}
.org-tree ul li.has-children > .org-node:hover .node-toggle {
  color: #2fc6f6;
  border-color: #2fc6f6;
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 4px 8px rgba(47, 198, 246, 0.2);
}
.org-tree ul li.has-children:not(.collapsed) > .org-node .node-toggle {
  background: #f8fafc;
  color: #2fc6f6;
  border-color: #2fc6f6;
}
.org-tree ul li.has-children:not(.collapsed) > .org-node .node-toggle .icon-expand {
  display: none;
}
.org-tree ul li.has-children:not(.collapsed) > .org-node .node-toggle .icon-collapse {
  display: block;
}
.org-tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #cbd5e1;
  width: 0;
  height: 25px;
  margin-left: -1px;
}
.org-tree ul li.collapsed > ul::before {
  display: none;
}
.org-tree ul .org-node {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 15px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s;
  min-width: 240px;
  position: relative;
  z-index: 2;
  text-align: left;
  height: auto;
}
.org-tree ul .org-node:hover {
  box-shadow: 0 8px 25px rgba(47, 198, 246, 0.15);
  transform: translateY(-3px);
  border-color: #2fc6f6;
  z-index: 5;
}
.org-tree ul .org-node .node-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 10px;
}
.org-tree ul .org-node .node-header h5 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #334155;
}
.org-tree ul .org-node .node-header .btn {
  color: #94a3b8;
}
.org-tree ul .org-node .node-header .btn:hover {
  color: #0f172a;
  background: #f1f5f9;
}
.org-tree ul .org-node .node-boss {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.org-tree ul .org-node .node-boss img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.org-tree ul .org-node .node-boss .info .name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}
.org-tree ul .org-node .node-boss .info .pos {
  font-size: 0.7rem;
  color: #64748b;
}
.org-tree ul .org-node.root-node {
  border-color: rgba(47, 198, 246, 0.3);
  background: #f8fafc;
}
.org-tree ul .org-node.root-node .node-header h5 {
  color: #0064A5;
}
.org-tree ul .org-node.root-node .node-boss {
  background: #fff;
}

.table-mectrix .badge {
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 4px 10px;
}
.table-mectrix .x-small {
  font-size: 0.7rem;
}
.table-mectrix td {
  vertical-align: top;
}
.table-mectrix .small::-webkit-scrollbar {
  width: 3px;
}
.table-mectrix .small::-webkit-scrollbar-track {
  background: transparent;
}
.table-mectrix .small::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.history-row {
  animation: fadeInRight 0.3s ease forwards;
  opacity: 0;
}

.history-row:nth-child(1) {
  animation-delay: 0.05s;
}

.history-row:nth-child(2) {
  animation-delay: 0.1s;
}

.history-row:nth-child(3) {
  animation-delay: 0.15s;
}

.history-row:nth-child(4) {
  animation-delay: 0.2s;
}

.history-row:nth-child(5) {
  animation-delay: 0.25s;
}

.history-row:nth-child(6) {
  animation-delay: 0.3s;
}

.history-row:nth-child(7) {
  animation-delay: 0.35s;
}

.history-row:nth-child(8) {
  animation-delay: 0.4s;
}

.history-row:nth-child(9) {
  animation-delay: 0.45s;
}

.history-row:nth-child(10) {
  animation-delay: 0.5s;
}

.history-row:nth-child(11) {
  animation-delay: 0.55s;
}

.history-row:nth-child(12) {
  animation-delay: 0.6s;
}

.history-row:nth-child(13) {
  animation-delay: 0.65s;
}

.history-row:nth-child(14) {
  animation-delay: 0.7s;
}

.history-row:nth-child(15) {
  animation-delay: 0.75s;
}

.history-row:nth-child(16) {
  animation-delay: 0.8s;
}

.history-row:nth-child(17) {
  animation-delay: 0.85s;
}

.history-row:nth-child(18) {
  animation-delay: 0.9s;
}

.history-row:nth-child(19) {
  animation-delay: 0.95s;
}

.history-row:nth-child(20) {
  animation-delay: 1s;
}

#history-table-body tr:not(.history-row) {
  opacity: 1 !important;
}/*# sourceMappingURL=main.css.map */