@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=Shrikhand&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 {
  --haze: rgba(15, 23, 42, 0.7);
  --accent-a: #abddcc;
  --accent-a-dark: #8bc4b0;
  --accent-b: #22d3ee;
  --accent-c: #f472b6;
  --surface: rgba(15, 23, 42, 0.84);
  --surface-border: rgba(148, 163, 184, 0.2);
  --text-primary: #f8fafc;
  --text-secondary: rgba(226, 232, 240, 0.72);
  --text-muted: rgba(148, 163, 184, 0.6);
  --error: #f87171;
  --success: #34d399;
  --bg-dark: #050816;
}
* {
  box-sizing: border-box;
}
body {
  background-color: var(--bg-dark);
  margin: 0;
  font-family: "Inter", -apple-system, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
.auth-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  color: var(--text-primary);
  background: radial-gradient(circle at 15% 15%, rgba(171, 221, 204, 0.15), transparent 55%), radial-gradient(circle at 80% 20%, rgba(34, 211, 238, 0.18), transparent 55%), radial-gradient(circle at 50% 80%, rgba(244, 114, 182, 0.14), transparent 60%), linear-gradient(120deg, #020617 0%, #0b1120 40%, #020617 100%);
}
.auth-canvas {
  position: relative;
  flex: 1.2;
  display: none;
  overflow: hidden;
  box-shadow: 0.5px 0 30px -10px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
@media (min-width: 1024px) {
  .auth-canvas {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.auth-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.15) brightness(0.9);
}
.auth-canvas__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.title-wrapper {
  position: absolute;
  top: 3rem;
  left: 3rem;
  margin-bottom: 0;
  z-index: 20;
}
.title-wrapper .auth-canvas__title.shrikhand-regular {
  font-family: "Shrikhand", serif;
  font-weight: 500;
  font-style: normal;
}
.title-wrapper .auth-canvas__title {
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--text-primary);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  margin: 0;
  letter-spacing: 2px;
  color: var(--accent-a);
}
.logo-container {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 20px;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(171, 221, 204, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.logo-container:hover {
  transform: scale(1.02);
}
.logo-container:hover .logo-zervi {
  filter: drop-shadow(0 0 15px rgba(171, 221, 204, 0.5));
}
.logo-container:hover .logo-glow {
  opacity: 0.9;
}
.logo-glow {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, rgba(171, 221, 204, 0.3), rgba(34, 211, 238, 0.2), rgba(244, 114, 182, 0.1), transparent);
  animation: rotate-glow 8s linear infinite;
  z-index: -1;
  opacity: 0.7;
  box-shadow: 0 0 20px 10px rgba(34, 211, 238, 0.15);
}
.logo-zervi {
  width: 80%;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(171, 221, 204, 0.2));
  transition: filter 0.3s ease;
}
.auth-canvas__footer {
  position: absolute;
  bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--text-secondary);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  width: 70%;
}
.auth-canvas__footer::before, .auth-canvas__footer::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.25), transparent);
}
.auth-form {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
}
.auth-form::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.05), transparent 50%);
  pointer-events: none;
}
.auth-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 480px;
  border-radius: 28px;
  padding: clamp(32px, 5vw, 48px);
  border: 1px solid var(--surface-border);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(10, 15, 30, 0.98));
  backdrop-filter: blur(20px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.auth-card__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
.auth-card__subtitle {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--accent-a);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.auth-card__title {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 600;
  margin: 0;
  color: var(--text-primary);
}
.auth-card__badge {
  padding: 6px 12px;
  border-radius: 50px;
  border: 1px solid rgba(171, 221, 204, 0.2);
  background: rgba(171, 221, 204, 0.05);
  color: var(--accent-a);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
.auth-card__badge .pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-a);
  box-shadow: 0 0 0 0 rgba(171, 221, 204, 0.7);
  animation: pulse-green 2s infinite;
}
.auth-form__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
  margin-left: 4px;
}
.field__control {
  position: relative;
}
.field__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}
.field__icon svg {
  width: 20px;
  height: 20px;
}
.field-input {
  width: 100%;
  padding: 16px 50px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: rgba(5, 8, 22, 0.6);
  color: var(--text-primary);
  font-size: 15px;
  transition: all 0.3s ease;
}
.field-input::placeholder {
  color: rgba(148, 163, 184, 0.4);
}
.field-input:focus {
  outline: none;
  border-color: var(--accent-a);
  box-shadow: 0 0 0 3px rgba(171, 221, 204, 0.15);
  background: rgba(5, 8, 22, 0.9);
}
.field-input--invalid {
  border-color: var(--error);
}
.field-input--invalid:focus {
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15);
}
.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 #0b1021 inset !important;
  -webkit-text-fill-color: var(--text-primary) !important;
  transition: background-color 5000s ease-in-out 0s;
}
.field__toggle {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px;
}
.field__toggle:hover {
  color: var(--text-primary);
}
.field__toggle svg {
  width: 20px;
  height: 20px;
}
.field-error {
  color: var(--error);
  font-size: 13px;
  margin-left: 4px;
}
.auth-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: -5px;
}
.auth-options .remember {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--text-secondary);
}
.auth-options .remember input {
  accent-color: var(--accent-a);
  width: 16px;
  height: 16px;
}
.auth-options .remember:hover {
  color: var(--text-primary);
}
.auth-options .forgot {
  color: var(--accent-a);
  text-decoration: none;
  font-weight: 500;
}
.auth-options .forgot:hover {
  text-decoration: underline;
  color: var(--accent-a-dark);
}
.auth-button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(135deg, var(--accent-a), var(--accent-a-dark));
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.auth-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: translateX(-100%);
  transition: 0.5s;
}
.auth-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(171, 221, 204, 0.4);
}
.auth-button:hover:not(:disabled)::before {
  transform: translateX(100%);
}
.auth-button:hover:not(:disabled) .button-icon {
  transform: translateX(4px);
}
.auth-button:active {
  transform: translateY(0);
}
.auth-button .button-icon {
  transition: transform 0.2s;
  width: 20px;
  height: 20px;
}
.auth-button.loading {
  pointer-events: none;
  opacity: 0.8;
}
.auth-button.loading .button-text, .auth-button.loading .button-icon {
  display: none;
}
.auth-button.loading .button-loader {
  display: block;
}
.button-loader {
  display: none;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #0f172a;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.auth-footer {
  text-align: center;
  margin-top: 20px;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 1px;
}
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 0.6s linear;
  background-color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  width: 10px;
  height: 10px;
}
@keyframes rotate-glow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(171, 221, 204, 0.7);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(171, 221, 204, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(171, 221, 204, 0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ripple {
  to {
    transform: scale(40);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .auth-canvas {
    display: none;
  }
  .auth-card {
    padding: 32px 24px;
  }
  .auth-card__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 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;
}
.divscroll {
  overflow: auto;
  box-sizing: border-box;
  padding: 0 0rem;
  background-color: white !important;
}
/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
.divscroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.divscroll::-webkit-scrollbar:vertical {
  width: 4px;
}
.divscroll::-webkit-scrollbar-button:increment, .divscroll::-webkit-scrollbar-button {
  display: none;
}
.divscroll::-webkit-scrollbar:horizontal {
  height: 8px;
}
.divscroll::-webkit-scrollbar-thumb {
  background-color: rgba(121, 121, 121, 0.6588235294);
  background-image: linear-gradient(rgba(255, 255, 255, 0.9725490196), #71777c, rgba(255, 255, 255, 0.9725490196));
  border-radius: 20px;
  border: 1px solid transparent;
}
.divscroll::-webkit-scrollbar-track {
  border-radius: 10px;
}
.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: 100%;
  border-radius: 5px !important;
}
.divscrollJuan {
  overflow: auto;
  box-sizing: border-box;
  padding: 0 0rem;
  background-color: #ffffff !important;
}
.GKTabla {
  height: 100%;
  width: 99.7%;
}
.GKTabla thead th {
  padding: 0.5rem 0.5rem !important;
  background-color: #46525e;
  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;
}