/* :root {
    --white: #ffffff;
    --white-light: #edf6fb;
    --white-side: #e2eef5;
    --white-form: #f5faff;
    --gray: #DBD8E3;
    --gray2: darkgray;
    --gray3: #352F44;
    --black: #000000;
    --black2: #0f1014;
    --black3: #1d202a;
    --blue: #40e0ddff;
    --blue-light: #b4f8ff94;
    --main-blue: #214455;
    --main-green2: #89e9d1;
    --green:#53c53e;
    --green2:#0e7e29;
    --main-green: #4ae459;
    --ultra-violet: rgb(84, 69, 165);
    --plum: #7f4179ff;
    --wenge: #605754ff;
    --purple:   #b368fe;
} */

:root {
    --white: #ffffff;
    --white-light: #fbfdff;
    --white-side: #e2eef5;
    --white-form: #f5faff;
    --gray: #DBD8E3;
    --gray2: darkgray;
    --gray3: #352F44;
    --black: #000000;
    --black2: #0f1014;
    --black3: #212529 ;
    --blue: #18edba ;
    --blue-light: #b4f8ff94;
    --main-blue: #214455;
    --green:#18EDBA;
    --green2:#00BBBF;
    --main-green: #18edba;
    --ultra-violet: rgb(84, 69, 165);
    --plum: #7f4179ff;
    --wenge: #605754ff;
    --purple:   #00BBBF;
}
body {
  color: var(--white);
  background: var(--black2);
  /* padding-top: 70px;  */
}
.sidebar{
  background-color: var(--black3);
  /* height: 100vh; */
}

.nav-link{
  font-size: 12px !important;
  color: var(--gray);
}




.click{
  cursor: pointer;
}

.expired {
  filter: grayscale(100%);
  opacity: 0.5;
  /* pointer-events: none; */
  
}

.cancelClick{
  pointer-events: none;
}

/* Light Mode */
body.light-mode {
  background-color: var(--white-light);
  color: var(--black2);
}

body.light-mode .navbar-light {
  background-color: var(--white-light);
  color: var(--black2);
}

body.light-mode .sidebar {
  background-color: var(--white);
      box-shadow: 1px 1px 15px gray;
}



body.light-mode h1,
body.light-mode h2,
body.light-mode h3,
body.light-mode h4,
body.light-mode h5,
body.light-mode strong,
body.light-mode p {
  color: var(--black2);
}

body.light-mode p {
    color: var(--black3);
}

body.light-mode .nav-link,
.form-control,
.vs-alert {
  color: var(--black2);
}


body.light-mode .table,
.accordion-body {
  background-color: var(--gray);
  border: 1px solid rgba(0, 0, 0, 0.13);
}

.table-striped>tbody>tr{
  color: var(--white-light) !important;
}

body.light-mode .table-striped>tbody>tr{
  color: var(--black3) !important;
}

body.light-mode .material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}


body.light-mode .main-card2 {
  background-color: var(--white);
  box-shadow: 0px 0px 12px #888888;
}


body.light-mode .main-card2:hover {
  background: radial-gradient(var(--blue-light), transparent) !important;
  box-shadow: -3px 1px 3px rgb(29, 251, 151), 0px 0px 12px rgb(29, 122, 251) !important;
}


body.light-mode .main-card {
  background-color: var(--white);
    box-shadow: 0px 0px 12px #919191;
}
body.light-mode .card {
  background-color: var(--white);
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(60, 72, 88, 0.10), 0 1.5px 4px 0 rgba(60, 72, 88, 0.06);
  border: none;
  padding: 1.5rem 1.25rem;
  transition: box-shadow 0.2s, transform 0.2s;
}

body.light-mode .card:hover {
  box-shadow: 0 6px 24px 0 rgba(60, 72, 88, 0.16), 0 2px 8px 0 rgba(60, 72, 88, 0.10);
  transform: translateY(-2px) scale(1.01);
}

.card {
  background-color: var(--black3);
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18), 0 1.5px 4px 0 rgba(0,0,0,0.10);
  border: none;
  padding: 1.5rem 1.25rem;
  transition: box-shadow 0.2s, transform 0.2s;
}

.card:hover {
  box-shadow: 0 6px 24px 0 rgba(0,0,0,0.28), 0 2px 8px 0 rgba(0,0,0,0.16);
  transform: translateY(-2px) scale(1.01);
}

body.light-mode .text-main-gradient {
  background-image: linear-gradient(45deg, var(--main-blue), var(--main-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.light-mode .text-main-gradient-secondary {
  background-image: linear-gradient(45deg, var(--green2), var(--main-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-primary {
  background: linear-gradient(90deg, var(--black) 0%, var(--black3) 100%);
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  border: none;
  border-radius: 0px;
  padding: 0.6em 1.6em;
  font-size: .9rem;
  box-shadow: 0 2px 8px 0 rgba(55, 219, 217, 0.08);
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
  outline: none;
  letter-spacing: 0.03em;
  cursor: pointer;
  display: inline-block;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(90deg, var(--black3) 33%, var(--gray3) 100%);
  box-shadow: 0 4px 16px 0 rgba(64, 224, 221, 0.16);
  transform: translateY(-2px) scale(1.03);
  color: #fff !important;
}

.btn-primary:active {
  background: linear-gradient(90deg, var(--black) 0%, var(--black3) 100%);
  box-shadow: 0 1px 4px 0 rgba(64, 224, 221, 0.10);
  transform: scale(0.98);
}

.btn-primary:disabled,
.btn-primary[disabled] {
  background: var(--gray);
  color: var(--gray2) !important;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.7;
}

body.light-mode li,
body.light-mode p,
body.light-mode .form-control,
body.light-mode .vs-alert,
body.light-mode .accordion-button,
body.light-mode table {
  color: var(--black3);
}

body.light-mode a,
body.light-mode span{
  /* color: var(--green2); */
  color: var(--black2);
  font-weight: 600;
}

body.light-mode .vs-dialog {
  background: var(--white-light) !important;
  /* color: var(--white) !important; */
}



/* Estilos para .form-control en modo claro */
body.light-mode .form-control {
  color: var(--black2);
  background-color: var(--white-form);
  border: 1px solid var(--gray2);
  /* Define un borde para el modo claro */
}

body.light-mode .form-control:focus {
  color: var(--black2);
  background-color: var(--white-form);
  border-color: var(--blue);
  /* Cambia el borde a un color diferente */
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  /* Añade una sombra sutil */
}

body.light-mode .form-control:disabled,
body.light-mode .form-control[readonly] {
  color: var(--black2);
  background-color: var(--gray);
  /* Fondo gris claro */
  border: 1px solid var(--gray);
  /* Mantén el mismo borde */
}

   body.light-mode .vs-switch {
      background-color: #aebfc7 !important;
    }


  body.light-mode .vs-notification {
    background: var(--white-form) !important;
    color: var(--black3) !important;
    box-shadow: -3px 1px 3px rgb(29, 251, 151), 0px 0px 12px rgb(29, 122, 251) !important;
  }



  body.light-mode  .btn-primary {
    background-color: var(--black) !important;
    font-weight: 600 !important;
    border: 0px solid transparent;
  }
  
 

  body.light-mode hr {
        border: none;
          height: 1px;
          color: var(--main-blue);
          background-color: var(--main-blue);
  }

.card-header {
  background-color: #161820;
  border-radius: 9px !important;
}

body.light-mode .card-header {
  background-color: var(--white-side);
}




body.light-mode .dropdown-menu-dark {

      background-color: var(--white);
        box-shadow: 0px 2px 6px #888888;
      border-radius: 9px;
  
}

.dropdown-menu-dark{
  background-color: var(--black3);
    background-clip: border-box;
    border-radius: 9px;
    box-shadow: 0px 1px 6px #000000;
}

body.light-mode .dropdown-item {
  color: var(--black3) !important;
  font-size: small !important;
}

.dropdown-item{
    color: var(--white-side) !important;
    font-size: small !important;
}


 .vs-table__header {
  background: var(--black3) !important;
}

body.light-mode .vs-table__header {
  background: rgba(var(--vs-gray-2), 1) !important;
}


.vs-table__footer {
  background: var(--black3) !important;
}

body.light-mode .vs-table__footer {
  background: rgba(var(--vs-gray-2), 1) !important;
}

.vs-table__thead .vs-table__th{
  background: var(--black2) !important; 
}

body.light-mode .vs-table__thead .vs-table__th{
background: #f5f5f5 !important

}


.vs-table__tr:hover .vs-table__td{
  background: var(--black2) !important; 
}

body.light-mode .vs-table__tr:hover .vs-table__td{
background: var(--main-green2) !important;
font-weight: 600 !important;
}


body.light-mode .dropdown-toggle::after {
  color: var(--green) !important;
}

.dropdown-toggle::after {
  color: var(--white-side) !important;
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {

        background-color:var(--blue-light) !important;
}
.dropdown-menu-dark .dropdown-item.hover,
.dropdown-menu-dark .dropdown-item:hover {

        background-color:var(--blue-light) !important;
}




.bg-warning{
      background: linear-gradient(90deg,rgb(255 255 255) 0%, rgb(207 179 76) 33%, rgb(249 165 61) 100%) !important; 
}
.bg-danger{
      background: linear-gradient(90deg, rgba(17, 37, 22) 0%, rgb(121, 9, 46) 33%, rgb(255, 15, 83) 100%) !important;
}
.bg-success{
      background: linear-gradient(90deg, rgb(83, 164, 114) 0%, rgb(9, 121, 65) 33%, rgb(84, 148, 92) 100%) !important;
}
.bg-ready{
      background: linear-gradient(90deg, rgb(69, 77, 133) 0%, rgb(64, 104, 141) 33%, rgb(74, 106, 135) 100%) !important;
}



hr{
    border: none;
    height: 1px;
    color: var(--green);
    background-color: var(--green);
}



.vs-notification {
      box-shadow: -3px 1px 3px rgb(29, 251, 151), 0px 0px 3px rgb(29, 122, 251) !important;
    }

.selectCard{
  /* box-shadow: -3px 1px 3px rgb(29 149 251),0px 0px 12px rgb(145 29 251) !important; */
    box-shadow: -3px 1px 3px rgb(29, 251, 151), 0px 0px 12px rgb(29, 122, 251) !important;
  
  cursor: pointer;
}
.main-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--black3);
  background-clip: border-box;
  border: unset !important;
  border-radius: 9px;
  box-shadow: 0px 0px 12px #000000;
  cursor: pointer;
}



.main-card2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--black3);
  background-clip: border-box;
  border: unset !important;
  border-radius: 9px;
  box-shadow: 0px 0px 12px #000000;
  cursor: pointer;
}

.main-card2:hover {
  background: radial-gradient(var(--black3), transparent) !important;
  box-shadow: -3px 1px 3px rgb(29, 251, 151), 0px 0px 12px rgb(29, 122, 251) !important;
}

.list-group-item {
  color: var(--gray);
  background-color: transparent !important;
  border: 1px solid rgb(90 90 90 / 13%) !important;
}

.black-bg{
    background-color: var(--black);
}
.black2-bg{
    background-color: var(--black2);
}
.text-link{
    cursor: pointer;
    color: var(--blue);
}


.smallText{
    font-size: x-small !important;
}
::selection {
  background-color: var(--main-blue) !important;
  color: white !important;
}

.navbar-dark{
  background: rgb(255 255 255 / 0%);
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 0%);
  backdrop-filter: blur( 2px );
}


.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

  /* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* h1,h2,h3,h4,h5,label{
    font-family: 'Belanosima', sans-serif !important;
    color: var(--white);
} */
a,li,p,span, .form-control,.vs-alert, table, .dropdown-menu{
    font-family: 'Montserrat', sans-serif !important;
    color: var(--white);
}
p, table{
    font-size: small !important;
}
.table{
    font-size:small !important;
    color: var(--gray2) !important;
    padding: .3 rem .3rem !important;
    background-color: unset !important;
    border: unset !important;
    
}
tbody, td, tfoot, th, thead, tr{
  border: unset !important;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .66rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
    background-color: #31383f;
    background-clip: padding-box;
    border: unset;
    -webkit-appearance: none;
    border-radius: 3px !important;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: var(--gray1);
    background-color: var(--black2);
    border-color: var(--gray3);
    outline: 0;
    box-shadow:unset;
}

.form-control:disabled, .form-control[readonly]{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: .66rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray);
  background-color: var(--black2);
  background-clip: padding-box;
  border: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 9px !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.card-station{
  background: transparent !important;
  border: none !important;
}


.spanButton{
    background: linear-gradient(45deg, var(--blue), var(--main-green));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'Belanosima', sans-serif !important;
}

.text-main-gradient{
    background-image: linear-gradient(45deg, var(--blue), var(--main-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-main-gradient-secondary{
    background-image: linear-gradient(45deg, var(--purple), var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary {
    background-color:var(--main-blue) !important;
    font-weight: 600 !important;
    border: 0px solid transparent;
}



a:hover{
    color: var(--main-green);
}

.vs-alert{
    height: auto !important;
    font-size: small !important;
    color: var(--gray) !important;
    border-color: var(--blue-light) !important;
    border-radius: 9px 9px 9px 9px !important;
}


/* Cambiar el color de fondo de la scrollbar */
::-webkit-scrollbar {
    background-color: var(--black2); /* color de fondo */
    width: 6px; /* ancho de la scrollbar */
    
  }
  
  /* Cambiar el color del "thumb" de la scrollbar */
  ::-webkit-scrollbar-thumb {
    background-color: var(--gray3); /* color del "thumb" */
  }
  

  .circle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--main-green);
    animation: pulse 1s ease-in-out infinite;
  }
  .circle-gray {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--wenge);
  }
  
  @keyframes pulse {
    0% {
      transform: scale(0.8);
      opacity: 0.8;
    }
    50% {
      transform: scale(1.2);
      opacity: 1;
    }
    100% {
      transform: scale(0.8);
      opacity: 0.8;
    }
  }

  
  /* .accordion-button{
    font-size: small;
    color: var(--gray);
    background: var(--black3);
  }
  .accordion-button:focus{
    font-size: small;
    color: var(--gray);
    background: var(--black3);
  }
  .accordion-button:not(.collapsed){
    font-size: small;
    color: var(--gray);
    background: var(--black3);
  }
  .accordion-body{
    background-color: var(--black2);
  }

  .accordion-item{
    border: 1px solid var(--black3);
  }   

  .accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  } */




  body.light-mode .accordion {
    box-shadow: 0px 0px 12px #888888;
    border-radius: 9px;
    background: var(--white);
  }

  body.light-mode .accordion-header {
    border-radius: 0px 6px 6px 0px !important;
    box-shadow: 0px 1px 0px #4ae459;
    background: var(--white-form);
  }

  /* body.light-mode .accordion-item {
    border-radius: 9px !important;
  } */

  .accordion-item{
    border-radius:9px !important;
    background-color: #50505038;
    border: 1px solid rgba(0,0,0,.125);
  }


  body.light-mode .accordion-body {
    background-color: var(--white-form);
    border-radius: 0px 0px 9px 9px;
  }


  .accordion{
    box-shadow: 0px 0px 12px #000000;
    border-radius: 9px;
    background: var(--black3);
  }

  .accordion-header{
      border-radius: 0px 6px 6px 0px !important;
      box-shadow: 0px 1px 0px #4ae459;
      background:var(--black3);
  }

  .accordion-item{
    border-radius:9px !important;
  }

  .accordion-body {
    background-color: var(--black2);
  }

  .vs-switch{
    background-color: var(--black2) !important;
  }

  .vs-switch__text{
     color: var(--white) !important;
  }
  
  .vs-dialog{
    background: var(--black2) !important;
    color: var(--white) !important;
  }


  .fade-enter-active, .fade-leave-active {
    transition: opacity 0.5s;
  }
  .fade-enter, .fade-leave-to {
    opacity: 0;
  }
  




    /* CSS */
    .pulsating-image {
      animation: pulse2 .5s infinite alternate;
      /* Define la animación 'pulse' */
    }
  
    @keyframes pulse2 {
      0% {
        transform: scale(.9);
        /* Escala normal al inicio */
      }
  
      100% {
        transform: scale(1.1);
        /* Escala un poco más grande al final */
      }
    }


@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

.float {
  display: inline-block;
  animation: float 3s ease-in-out infinite;
}

@media (min-width: 292px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}



@media (max-width: 576px) {
  .remove-vh-100-sm {
    height: 54px !important;
  }
  .remove-vh-100-sm2 {
    height: auto !important;
  }
}



/* Estilos personalizados para los links de paginación tipo botón elegante */
.pagination-link {
  font-size: .6rem;
  font-family: 'Montserrat', sans-serif !important;
  font-optical-sizing: auto;
  background: #111;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #111;
  border-radius: 0.5rem;
  margin-right: 0.12rem;
  padding: 0.5rem 1.1rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  cursor: pointer;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-link--active {
  color: #fff;
  border-style: solid;
  font-weight: 800;
  background: #222 !important;
  border-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}
.pagination-link:focus {
  outline: none;
  background: #333 !important;
  color: #fff;
}
.pagination-link[disabled] {
  background: #444 !important;
  color: #bbb !important;
  cursor: not-allowed;
  opacity: 0.7;
  border: none !important;
}
.pagination-link:hover {
  transform: rotate(3deg) scale(1.05);
  background: #222;
}

.filter-row{
  background: #00000029;
    padding: 1rem;
    border-radius: 9px;
    border-color: #323232;
    border-style: solid;
    border-width: thin;
}
body.light-mode .filter-row{
  background: #f3f3f3;
    padding: 1rem;
    border-radius: 9px;
    border-color: #c9c9c9;
    border-style: solid;
    border-width: thin;
}



.multiselect__placeholder{
  color: #7c7c7c !important;
  font-size: small !important;
}



.multiselect__tags{
  background: var(--black2) !important;
  color: var(--white) !important;
  font-size: small !important;
  border-radius: 9px !important;
  border: 1px solid #404040 !important;
}
body.light-mode .multiselect__tags{
  background: var(--white) !important;
  color: var(--black2) !important;
  font-size: small !important;
  border-radius: 9px !important;
      border-color: #c9c9c9 !important;
    border-style: solid !important;
    border-width: thin !important;
}

.multiselect__content-wrapper{
  background: var(--black2) !important;
  color: var(--white) !important;
  font-size: small !important;
  border-radius: 9px !important;
}
body.light-mode .multiselect__content-wrapper{
  background: var(--white) !important;
  color: var(--black2) !important;
  font-size: small !important;
  border-radius: 9px !important;
}

.multiselect__input{
  background: var(--black2) !important;
  color: var(--white) !important;
  font-size: small !important;
  border-radius: 9px !important;
}
body.light-mode .multiselect__input{
  background: var(--white) !important;
  color: var(--black2) !important;
  font-size: small !important;
  border-radius: 9px !important;
}
.multiselect__single{
  background: var(--black2) !important;
  color: var(--white) !important;
  font-size: small !important;
  border-radius: 9px !important;
}
body.light-mode .multiselect__single{
  background: var(--white) !important;
  color: var(--black2) !important;
  font-size: small !important;
  border-radius: 9px !important;
}

.serial-number{
  text-decoration: underline;
  color: var(--white);
  cursor: pointer;
  transition: transform 0.15s;
}
.serial-number:hover {
  transform: scale(1.10);
}
.serial-number:active {
  transform: scale(0.96);
  color: var(--main-green);
}

body.light-mode .serial-number{
  text-decoration: underline;
  color: #000000;
  cursor: pointer;
  transition: transform 0.15s;
}
body.light-mode .serial-number:hover {
  transform: scale(1.10);
}
body.light-mode .serial-number:active {
  transform: scale(0.96);
  color: var(--main-blue);
}


.btn-outline-dark{
  color: white !important;
    border-color: #6c6c6c !important;
}
body.light-mode .btn-outline-dark{
  color: #000000 !important;
    border-color: #6c6c6c !important;
}


.circle-emoji{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #262731;
}
.circle-emoji span{
  font-size: 1.5rem;
}
.circle-emoji-shadow{
  text-shadow: 1px 1px 2px #1b00ff, 2px 3px 1px #75ffb3, 0px 3px 1px #75ffd5;
}

body.light-mode .circle-emoji{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f1f6fb;
}


.hoverClick{
  cursor: pointer !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}

.hoverClick:hover {
  transform: rotate(2deg) scale(1.03) !important;
  box-shadow: 0 4px 16px 0 rgba(64, 224, 221, 0.842), 0 2px 1px 0 rgba(60, 72, 88, 0.10) !important;
}
.hoverClick:active {
  transform: rotate(0deg) scale(0.98) !important;
  box-shadow: 0 1px 4px 0 rgba(64, 224, 221, 0.10) !important;
}
.hoverClick:focus {
  outline: none !important;
  box-shadow: 0 4px 16px 0 rgba(64, 224, 221, 0.842), 0 2px 1px 0 rgba(60, 72, 88, 0.10) !important;
}


.textDark{
  color: var(--white-form) !important;
}

body.light-mode .textDark{
  color: var(--black2) !important;
}

/* Modal styles for dark and light mode */
.modal-content {
  background-color: var(--black3);
  color: var(--white);
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18), 0 1.5px 4px 0 rgba(0,0,0,0.10);
  border: none;
  transition: box-shadow 0.2s, transform 0.2s;
}

body.light-mode .modal-content {
  background-color: var(--white);
  color: var(--black2);
  box-shadow: 0 2px 16px 0 rgba(60, 72, 88, 0.10), 0 1.5px 4px 0 rgba(60, 72, 88, 0.06);
}

.modal-header {
  background-color: var(--black2);
  border-bottom: 1px solid var(--gray3);
  border-radius: 14px 14px 0 0;
}

body.light-mode .modal-header {
  background-color: var(--white-side);
  border-bottom: 1px solid var(--gray);
}

.modal-title {
  color: var(--white);
}

body.light-mode .modal-title {
  color: var(--black2);
}

.modal-body {
  background-color: var(--black3);
  color: var(--white);
  border-radius: 0 0 14px 14px;
}

body.light-mode .modal-body {
  background-color: var(--white-form);
  color: var(--black2);
}

.btn-close {
  filter: invert(1);
}

body.light-mode .btn-close {
  filter: none;
}


.separator{
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--black3);
  line-height: 0.1em;
  margin: 10px 0;
  }

  body.light-mode .separator {
    border-bottom: 1px solid #bdbdbd;
  }


  .separatorChild{
    background:  #262731;
    padding: 0 10px;
    color: #888;
  }

  body.light-mode .separatorChild {
    background: #f3f3f3;
    color: #888;
  }



  body.light-mode .qrcode-stream-wrapper {
  animation: rainbow-shadow 2s linear infinite;
}
.qrcode-stream-wrapper {
  border-radius: 9px;
  animation: rainbow-shadow .9s linear infinite;
}

@keyframes rainbow-shadow {
  0% {
    box-shadow: 0 4px 16px 0 #ff0055, 0 2px 1px 0 #00ffd0;
  }
  25% {
    box-shadow: 0 4px 16px 0 #00ffea, 0 2px 1px 0 #fffb00;
  }
  50% {
    box-shadow: 0 4px 16px 0 #00ff2a, 0 2px 1px 0 #ff00ea;
  }
  75% {
    box-shadow: 0 4px 16px 0 #ff9100, 0 2px 1px 0 #00aaff;
  }
  100% {
    box-shadow: 0 4px 16px 0 #ff0055, 0 2px 1px 0 #00ffd0;
  }
}

.qrcode-stream-camera{
  border-style: solid;
    border-color: #dfdfdfc7;
    border-width: 2px;
    border-radius: 9px;
}
.scanned-feedback {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}