@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;600;700&display=swap");


/* Fonts*/
/* Variables */
/* Body*/
/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
  --app-font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition: color 0.5s, background-color 0.5s;
  line-height: 1.6;
  font-family: var(--app-font-family);
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.plano_app{
  display: contents !important;
}
html, body {
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 700;
}
.title {
  font-size: 15px;
}
.title-Modal {
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 12px !important;
}
* {
  font-weight: 500;
}
#app {
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
}
.footerApp {
  background-color: #04101f !important;
  color: rgb(255, 255, 255);
}
/* Bootstrap */
/* Tabla */
.alert-table {
  position: relative;
  padding: 0.65rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.separador {
  border-right: 1px solid rgb(104, 104, 104);
  height: 100%;
  margin-right: 0px;
}
.vuetable > thead > tr > th {
  cursor: auto;
}
.vuetable-body > tr > td {
  /*vertical-align: baseline;¨*/
}
.vuetable-body > tr > td {
  font-size: 12px;
  text-align: center;
}
.md .alert-table {
  position: relative;
  padding: 0.65rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.md .vuetable > thead > tr > th {
  cursor: auto;
  border-bottom: 2px solid #dee2e6;
}
.md .vuetable-body > tr > td {
  font-size: 10px;
  text-align: center;
  color: rgba(26, 27, 26, 0.925);
  vertical-align: baseline;
}
div > .modal {
  overflow: auto;
}
.mostar {
  display: block;
}
.ocultar {
  display: none;
}
.visibilidad {
  display: none;
}
.mytable, #mytable {
  overflow-x: auto;
}
.fixTableHead {
  overflow-y: auto;
  height: 110%;
}
.fixTableHead thead th {
  position: sticky;
  top: 0;
  background-color: white;
}
.row-estado-inactivo {
  background-color: rgba(255, 0, 0, 0.26);
}
.verde {
  background-color: rgba(0, 151, 6, 0.1803921569) !important;
  border-color: #4caf50 !important;
}
.rojo {
  background-color: rgba(225, 15, 0, 0.1607843137) !important;
  border-color: #4caf50 !important;
}
.amarillo {
  background-color: rgba(214, 205, 124, 0.2) !important;
  border-color: #4caf50 !important;
}
.azul {
  background-color: rgba(188, 219, 243, 0.3215686275) !important;
  border-color: #0078d8 !important;
}
.celeste {
  background-color: rgba(130, 197, 248, 0.6235294118) !important;
  border-color: #309ef8 !important;
}
.inputTabla {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  line-height: 25px;
}
/* Login */
:root {
  --bg-dark: #09090b;
  --bg-card: #18181b;
  --border-color: #27272a;
  --border-focus: #3b82f6;
  --text-main: #f4f4f5;
  --text-muted: #a1a1aa;
  --primary: #2563eb;
  --primary-hover: #3b82f6;
  --primary-glow: rgba(59, 130, 246, 0.4);
  --error: #ef4444;
  --shadow-card: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}
body {
  background-color: var(--bg-dark);
  margin: 0;
  font-family: "Inter", -apple-system, sans-serif;
  color: var(--text-main);
}
.auth-wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #09090b;
  /* Sleek Professional Corporate Background */
  background: radial-gradient(circle at top left, rgba(0, 191, 165, 0.08) 0%, transparent 40%), radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.08) 0%, transparent 40%);
  background-blend-mode: screen;
}
/* Nebula glowing background orbs for extra depth */
.auth-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}
.glow-1 {
  top: -10%;
  left: -10%;
  width: 60vw;
  height: 60vh;
  background: radial-gradient(circle, rgba(0, 191, 165, 0.1) 0%, transparent 70%);
}
.glow-2 {
  bottom: -10%;
  right: -10%;
  width: 50vw;
  height: 50vh;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
}
.auth-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}
.auth-info-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  z-index: 1;
}
.auth-info-section .brand-panel {
  background: linear-gradient(135deg, rgba(0, 191, 165, 0.12) 0%, rgba(24, 24, 27, 0.6) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 191, 165, 0.2);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 40px -10px rgba(0, 191, 165, 0.1);
  width: 100%;
  max-width: 500px;
}
.auth-info-section .info-content {
  max-width: 500px;
}
.auth-info-section .info-title {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 0;
  background: linear-gradient(135deg, #ffffff 40%, #a1a1aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth-info-section .auth-legend {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  max-width: 100%;
  text-align: left;
  font-style: normal;
  border-left: 3px solid rgba(0, 191, 165, 0.5);
  padding-left: 20px;
}
.logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  user-select: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.logo-container:hover {
  transform: scale(1.02);
}
.logo-icon {
  color: #00bfa5;
  margin-right: 12px;
  filter: drop-shadow(0 0 8px rgba(0, 191, 165, 0.4));
  width: 28px;
  height: 28px;
}
.logo-gk {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  background: linear-gradient(135deg, #1de9b6, #00897b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}
.logo-nexora {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #f5f5f5;
  letter-spacing: 2px;
  margin-left: 6px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.auth-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.auth-card {
  width: 100%;
  max-width: 500px;
  background-color: rgba(24, 24, 27, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 36px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.auth-header {
  text-align: left; /* Align header text to left for a modern SaaS look */
}
.auth-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--text-main);
}
.auth-subtitle {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.label-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.field-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
}
.forgot-link {
  font-size: 13px;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.forgot-link:hover {
  color: var(--primary-hover);
}
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.input-icon {
  position: absolute;
  left: 14px;
  color: #52525b;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.input-icon svg {
  width: 18px;
  height: 18px;
}
.field-input {
  width: 100%;
  background-color: #09090b;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 12px 14px 12px 42px;
  color: var(--text-main);
  font-size: 15px;
  font-family: inherit;
  transition: all 0.2s ease;
}
.field-input::placeholder {
  color: #52525b;
}
.field-input:focus {
  outline: none;
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.field-input.is-invalid {
  border-color: var(--error);
}
.field-input.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}
.field-input {
  /* Chrome Autofill Fix */
}
.field-input:-webkit-autofill, .field-input:-webkit-autofill:hover, .field-input:-webkit-autofill:focus, .field-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #09090b inset !important;
  -webkit-text-fill-color: var(--text-main) !important;
  transition: background-color 5000s ease-in-out 0s;
}
.password-toggle {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  color: #52525b;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.password-toggle:hover {
  color: var(--text-muted);
}
.password-toggle svg {
  width: 18px;
  height: 18px;
}
.error-message {
  font-size: 13px;
  color: var(--error);
  margin-top: 4px;
}
.field-options {
  margin-top: 4px;
  margin-bottom: 8px;
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background-color: #09090b;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.custom-checkbox:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.checkbox-label {
  font-size: 14px;
  color: var(--text-muted);
}
.submit-btn {
  background-color: var(--primary);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
}
.submit-btn:hover {
  background-color: var(--primary-hover);
  box-shadow: 0 4px 12px var(--primary-glow);
}
.submit-btn:active {
  transform: translateY(1px);
}
.submit-btn.is-loading {
  pointer-events: none;
  background-color: var(--primary-hover);
}
.submit-btn.is-loading .btn-text {
  display: none;
}
.submit-btn.is-loading .btn-loader {
  display: block;
}
.btn-loader {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.auth-footer {
  text-align: center;
  margin-top: 0;
}
.auth-footer p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.animated-gk-code {
  font-weight: 700;
  background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899, #3b82f6);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: colorShift 5s ease infinite;
  display: inline-block;
}
@keyframes colorShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Media Queries */
@media (max-width: 992px) {
  .auth-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 24px;
    min-height: auto;
    margin: 40px 0;
  }
  .auth-info-section {
    padding: 0 16px;
    align-items: center;
    text-align: center;
  }
  .auth-info-section .brand-logo {
    justify-content: center;
    margin-bottom: 20px;
  }
  .auth-info-section .info-title {
    font-size: 32px;
    text-align: center;
  }
  .auth-info-section .auth-legend {
    text-align: center;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 20px;
  }
  .auth-card {
    padding: 40px 24px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .auth-card {
    padding: 32px 20px;
    border-radius: 16px;
  }
}
.v-treeview-node__root > button {
  color: white !important;
}
.v-treeview-node__root > .v-treeview-node__content > .v-treeview-node__prepend > i {
  color: white !important;
}
.v-treeview-node__root > .v-treeview-node__content > .v-treeview-node__label {
  color: white !important;
}
.v-list-item__subtitle {
  color: white !important;
}
header {
  background-color: #36344d !important;
}
.menu {
  background: linear-gradient(180deg, rgba(9, 32, 63, 0.87) 77%, rgba(47, 0, 255, 0.075)) !important;
}
.v-expansion-panel-title {
  font-size: 12px;
}
.vappbar {
  background-color: rgba(9, 32, 63, 0.6509803922) !important;
}
.fondobody {
  background-repeat: round;
  min-height: 750px;
}
.btnmenu:hover {
  background-color: rgba(50, 50, 255, 0);
  cursor: pointer;
}
.btnmenu > button {
  font-size: 12px;
}
.v-expansion-panel-text__wrapper {
  text-align: start;
  padding: 8px 19px 16px;
}
.btnHeader {
  background-color: rgba(18, 96, 25, 0.7411764706);
  color: #fff;
}
.btnHeader:hover {
  background-color: rgba(18, 96, 24, 0.4117647059);
  color: #fff;
}
.btnDelegate {
  background-color: rgba(18, 96, 25, 0.7411764706) !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
  font-size: 10px;
}
.btnDelegate:hover {
  background-color: rgba(18, 96, 24, 0.4117647059) !important;
}
.btnDelegatetitulo {
  background-color: #673de6 !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
}
.btnDelegatetitulo:hover {
  background-color: rgba(103, 61, 230, 0.7607843137) !important;
}
.btnDelegateDelete {
  background-color: #e63d3d !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
  font-size: 10px;
}
.btnDelegateDelete:hover {
  background-color: rgba(230, 61, 61, 0.7607843137) !important;
}
.form-control-fecha {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2823529412);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1475rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-fecha > .v-input {
  width: 100% !important;
  display: inline;
}
.form-control-fecha:hover {
  border-color: #673de6;
}
.form-control-fecha > label {
  color: #673de6 !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2823529412);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1475rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.GKTabla {
  margin: 0px !important;
  font-family: Arial, Helvetica, sans-serif;
}
.GKTabla > thead > tr > th {
  font-size: 14px !important;
  color: #06040c;
}
.GKTabla > thead > tr > th:hover {
  color: #673de6;
}
.GKTabla > tbody > tr > td {
  font-size: 12px !important;
}
.GKTabla > tbody > tr:hover td {
  color: #ffffff;
}
.divTabla {
  border-left: 1px solid rgba(90, 90, 90, 0.562);
}
.dropdown {
  font-size: 12px;
  font-family: "";
  width: 10%;
  text-align: center;
}
.dropdown:hover {
  border-bottom: 1px solid #673de6;
}
#dropdownMenu2 {
  font-size: 12px;
}
/* Personalizados */
.modal-all {
  max-width: 100%;
  height: 100%;
  margin: auto !important;
}
.title-Modal {
  background-color: #09203f !important;
  text-align: start;
  color: #ffffff !important;
}
.modalCardClass {
  box-shadow: 0px 0px 10px #09203f !important;
}
.labelAutorizacion > div > div > div > div > div > input {
  color: #171a25 !important;
  font-size: 20px !important;
}
.v-card__actions {
  background-color: #09203f;
}
.v-card__actions > button > span {
  color: #ffffff !important;
}
.v-card-text {
  background-color: #09203f;
  color: #ffffff;
}
/* Global sleek scrollbar styles for webkit browsers */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(121, 121, 121, 0.3);
  border-radius: 20px;
  border: 1px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(121, 121, 121, 0.5);
}
/* Firefox scrollbar support */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(121, 121, 121, 0.3) transparent;
}
/* Specific scrollable containers */
.divscroll, .divscrollJuan, .contenedor-main {
  overflow: auto;
  box-sizing: border-box;
  scrollbar-width: thin;
}
/* Light background scrollbars for tables / white card areas */
.divscrollJuan::-webkit-scrollbar-thumb,
.divscroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
}
.divscrollJuan::-webkit-scrollbar-thumb:hover,
.divscroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.divscrollJuan {
  background-color: #ffffff !important;
}
.btnPdf {
  color: #000 !important;
  caret-color: #000 !important;
  background-color: rgb(255, 255, 255);
}
.btnExel {
  color: #000 !important;
  caret-color: #000 !important;
  background-color: rgb(255, 255, 255);
}
.borderClasGK {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(17, 116, 172, 0.568627451);
}
.tamañoLogoencabezado {
  width: 10px;
}
.form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.1rem 0.1rem !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #040b13 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.527) !important;
  border-radius: 0.1475rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.btn:hover {
  color: black !important;
}
.btn {
  display: inline-block !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  text-align: center !important;
  text-decoration: none !important;
  /* vertical-align: middle !important; */
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 0.1rem 0.1rem !important;
  font-size: 1.01rem !important;
  border-radius: 0.25rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
#form-buscar {
  margin: 0px !important;
  width: 99% !important;
}
.mb-3 {
  margin-bottom: 0px !important;
}
.text-muted {
  color: #000000 !important;
}
/* Modificamos el hr para que tenga un margin de 0.2rem*/
hr {
  margin: 0.2rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
/* Aqui agregamos el tamaño de los bordes de las columnas de los row*/
.v-col-xxl,
.v-col-xxl-auto,
.v-col-xxl-12,
.v-col-xxl-11,
.v-col-xxl-10,
.v-col-xxl-9,
.v-col-xxl-8,
.v-col-xxl-7,
.v-col-xxl-6,
.v-col-xxl-5,
.v-col-xxl-4,
.v-col-xxl-3,
.v-col-xxl-2,
.v-col-xxl-1,
.v-col-xl,
.v-col-xl-auto,
.v-col-xl-12,
.v-col-xl-11,
.v-col-xl-10,
.v-col-xl-9,
.v-col-xl-8,
.v-col-xl-7,
.v-col-xl-6,
.v-col-xl-5,
.v-col-xl-4,
.v-col-xl-3,
.v-col-xl-2,
.v-col-xl-1,
.v-col-lg,
.v-col-lg-auto,
.v-col-lg-12,
.v-col-lg-11,
.v-col-lg-10,
.v-col-lg-9,
.v-col-lg-8,
.v-col-lg-7,
.v-col-lg-6,
.v-col-lg-5,
.v-col-lg-4,
.v-col-lg-3,
.v-col-lg-2,
.v-col-lg-1,
.v-col-md,
.v-col-md-auto,
.v-col-md-12,
.v-col-md-11,
.v-col-md-10,
.v-col-md-9,
.v-col-md-8,
.v-col-md-7,
.v-col-md-6,
.v-col-md-5,
.v-col-md-4,
.v-col-md-3,
.v-col-md-2,
.v-col-md-1,
.v-col-sm,
.v-col-sm-auto,
.v-col-sm-12,
.v-col-sm-11,
.v-col-sm-10,
.v-col-sm-9,
.v-col-sm-8,
.v-col-sm-7,
.v-col-sm-6,
.v-col-sm-5,
.v-col-sm-4,
.v-col-sm-3,
.v-col-sm-2,
.v-col-sm-1,
.v-col,
.v-col-auto,
.v-col-12,
.v-col-11,
.v-col-10,
.v-col-9,
.v-col-8,
.v-col-7,
.v-col-6,
.v-col-5,
.v-col-4,
.v-col-3,
.v-col-2,
.v-col-1 {
  width: 100% !important;
  padding: 9px !important;
}
hr {
  color: rgba(255, 255, 255, 0);
}
/* Botones */
.btnHeaderdelete {
  background-color: rgba(255, 255, 255, 0.8941176471) !important;
  border: 1px solid rgba(8, 1, 1, 0.8705882353) !important;
  color: rgba(8, 1, 1, 0.8705882353);
}
.btnHeaderdelete .v-btn--variant-elevated, .btnHeaderdelete .v-btn--variant-flat {
  background-color: rgba(191, 24, 24, 0.4156862745) !important;
  border: 1px solid rgba(63, 9, 9, 0.4156862745) !important;
  color: #fff;
}
.btnHeaderdelete:hover {
  background-color: rgba(185, 25, 25, 0.6196078431) !important;
  border: 1px solid rgba(185, 25, 25, 0.6196078431) !important;
  color: white;
}
.btnHeaderdelete:hover .v-btn--variant-elevated, .btnHeaderdelete:hover .v-btn--variant-flat {
  background-color: rgba(191, 24, 24, 0.4156862745) !important;
  border: 1px solid rgba(63, 9, 9, 0.4156862745) !important;
  color: #fff;
}
.btnHeader {
  background-color: rgba(24, 97, 191, 0.4156862745) !important;
  border: 1px solid rgba(9, 32, 63, 0.4156862745) !important;
  font-weight: 900 !important;
  color: #fff;
}
.btnHeader span {
  font-weight: 900 !important;
}
.btnHeader:hover {
  background-color: #55708b !important;
  border: 1px solid rgba(18, 37, 96, 0.4117647059);
  color: #ffffff !important;
}
/* Fin Botones */
/* Filtro */
.filtro {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}
.filtro button {
  background-color: #093663 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  border: 1px solid #000000 !important;
  border-radius: 5px !important;
}
.filtro input, .filtro select {
  background-color: rgba(68, 68, 68, 0) !important;
  color: #000000 !important;
  font-weight: 900 !important;
  border: 1px solid #232323 !important;
  border-radius: 5px !important;
  padding: 0.1rem 0.1rem !important;
}
.filtro input::placeholder, .filtro select::placeholder {
  color: #4f4f4f; /* Cambia este color al que quieras */
}
/* Fin Filtro*/
/* Paginado de Tabla */
.pagination {
  justify-content: center !important;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination .page-item .page-link {
  background-color: rgba(1, 15, 28, 0);
  color: #023371;
  font-weight: 900;
}
.pagination .page-item:hover .page-link {
  background-color: #010f1c !important;
  color: #ffffff !important;
}
/* Tabla */
.tablaJuanClass {
  background-color: #002a61 !important;
  color: rgb(0, 0, 0) !important;
  height: auto !important; /* Allow table to fit its content instead of stretching awkwardly */
  border-radius: 5px !important;
}
.divscrollJuan {
  overflow: auto;
  box-sizing: border-box;
  padding: 0 0rem;
  background-color: #ffffff !important;
}
.GKTabla {
  height: auto !important; /* Allow table to fit its content */
  width: 99.7%;
}
.GKTabla thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  padding: 0.5rem 0.5rem !important;
  background-color: #46525e !important;
  color: #ffffff !important;
  border-bottom: 1px solid #2c2d2e !important;
}
.GKTabla thead:nth-last-child(2) {
  border-right: 1px solid black;
}
.GKTabla tr td:nth-last-child(2) {
  border-right: 1px solid rgb(63, 63, 63);
}
.table-striped > tbody > tr:nth-of-type(odd) {
  color: rgb(1, 1, 1) !important;
}
.table > :not(caption) > * > * {
  padding: 0rem 0.5rem !important;
  background-color: rgba(87, 118, 149, 0.8705882353);
  color: #fff;
  border-bottom-width: 1px !important;
}
.totalPagina {
  background-color: #e4e4e4 !important;
  border-top: 1px solid rgba(93, 93, 93, 0.562) !important;
  color: #000000;
}
.totalPagina button {
  color: #000000 !important;
  font-weight: 500 !important;
}
/* Fin Tabla */
/* Menu */
.menuClass {
  border-radius: 5px !important;
}
.menu-container {
  background-color: rgba(33, 2, 72, 0.0352941176) !important; /* blanco limpio */
  padding: 10px 20px; /* más aire */
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; /* sombra sutil elegante */
  border-bottom: 0px solid #e0e0e0; /* línea separadora */
  display: flex;
  align-items: center;
  z-index: 10;
}
.menu-container > div {
  justify-content: start !important;
  margin-left: 0%;
}
.menu-btn {
  height: 40px !important;
  background-color: #010f1c !important;
  color: #ffffff !important; /* negro más fuerte */
  font-weight: 900 !important; /* texto bien grueso */
  text-transform: uppercase !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  margin: 0 6px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease-in-out !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu-btn:hover {
  background-color: #010f1c !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  color: #ffffff;
}
/* Elementos del menú */
.menu-item {
  padding: 10px 20px;
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.25s ease-in-out;
  cursor: pointer;
}
.menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.menu-dropdown {
  background-color: #1e1e2f;
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  min-width: 200px;
  z-index: 1000;
}
/* Fin Elementos del menú */
/* Fin Menu */
/* Ícono */
.icon {
  color: #006eff !important;
  font-size: 20px;
}
/* Fin Ícono */
/* Detalle del menú */
.detalle {
  color: #010218 !important;
  font-size: 14px !important;
}
.v-list-item {
  color: #010218 !important;
  font-size: 14px !important;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}
.v-list-item:hover {
  color: #ffffff !important; /* color azul al hacer hover */
  background-color: #09155c !important;
}
/* Fin Detalle del menú */
/* Fondo ContenedorIndex */
.modalCardClass {
  background-color: rgba(24, 97, 191, 0.4156862745) !important;
}
.v-toolbar__content {
  height: 50px !important;
}
.fondobody {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.7333333333);
}
/* Fin Fondo ContenedorIndex */
/* barra de modal CRUD */
.toolbar-gk .v-toolbar__content {
  height: 51px !important;
  color: #fff;
  background-color: rgba(24, 97, 191, 0.4156862745) !important;
}
.v-tabs {
  color: #fff !important;
  background-color: #09203f !important;
}
.v-card-text {
  background-color: #e0e0e0 !important;
  color: #000000;
}
/* Fin Barra modal Crud */
/* Estilo Modales */
.title-Modal {
  background-color: #f5f5f5 !important;
  font-size: 15px !important;
}
.title-Modal > div > .v-btn--icon {
  font-size: 25px;
  color: rgba(30, 30, 30, 0.7843137255);
  font-weight: 100 !important; /* más fino */
}
.modalCardClass > .title-Modal {
  text-align: start;
  color: rgba(30, 30, 30, 0.7843137255) !important;
  box-shadow: 0px 0px 10px #000000 !important;
}
.v-card {
  background-color: #e8e8e8 !important;
  color: white !important;
}
.v-card-actions {
  background-color: rgba(255, 255, 255, 0.8470588235) !important;
  color: white !important;
}
/* Fin Estilo Modales */
/* boton delegados */
.btnCrud {
  background-color: rgba(10, 39, 78, 0.9215686275) !important;
  color: #ffffff !important;
  left: 0;
  top: 0 !important;
}
.btnDelegate {
  background-color: #ffffff !important;
  border: 1px solid rgba(8, 1, 1, 0.8705882353) !important;
  color: rgba(8, 1, 1, 0.8705882353) !important;
  font-weight: 900 !important;
}
.btnDelegate:hover {
  background-color: #3de640 !important;
  border: 1px solid #3de640;
  color: #ffffff !important;
}
.btnDelegatetitulo {
  background-color: #673de6 !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
}
.btnDelegatetitulo:hover {
  background-color: rgba(103, 61, 230, 0.7607843137) !important;
}
.btnDelegateDelete {
  background-color: #e63d3d !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
  font-size: 10px;
}
.btnDelegateDelete:hover {
  background-color: rgba(230, 61, 61, 0.7607843137) !important;
}
/* Fin boton delegados */
/* Boton limpiar */
.btnlimpiar {
  color: #673de6 !important;
}
/* Fin Boton Limpiar */
/* Barra titulo */
.vappbar {
  background-color: rgba(225, 227, 229, 0.8196078431) !important;
  height: 50px;
}
.v-main {
  --v-layout-top:38px !important;
}
/* Footer App */
.footerApp {
  background-color: #04101f !important;
  color: rgb(255, 255, 255);
}
/* Load */
.load {
  background-color: rgba(14, 34, 61, 0.9490196078) !important;
  color: white !important;
}
.progress {
  color: #ffffff;
}