/* Estilos globales */
/* Cambiar el color de fondo */
::-webkit-scrollbar {
  background-color: #f0f0f0;
  /* Color de fondo */
  width: 4px;
  /* Ancho de la barra */
  transition: 2s ease-in;
}

/* Cambiar el color del thumb (la parte arrastrable) */
::-webkit-scrollbar-thumb {
  background-color: #17172c3f;
  /* Color del thumb */
  border-radius: 5px;
  /* Bordes redondeados */
}

/* Cambiar el color al pasar el mouse sobre la barra de desplazamiento */
::-webkit-scrollbar-thumb:hover {
  background-color: #444;
}

/*Estilos globales de lrdsolutions*/
.scroll-no {
  overflow-y: auto;
  overflow-x: hidden;
}

.body-color {
  background-color: aliceblue;
}

.rowcrg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/*Asigna al elemento que tenga esta clase un display especifico para poder tomar herramientas de display sin tener que escribir display en cada unoa de ellas*/
.display-f {
  display: flex;
}

/*Utilzado para poder acomodar todos los elementos y se vayan recorriendo para abajo si es que se excede del contenedor*/
.display-l {
  display: inline;
}

/*Utilzado para poder acomodar todos los elementos y se vayan recorriendo para abajo si es que se excede del contenedor*/
.display-b {
  display: block;
}

/*Utilzado para poder acomodar todos los elementos y se vayan recorriendo para abajo si es que se excede del contenedor*/
.display-no {
  display: none;
}

/*Have que un nav o cualquier otra cosa horizontal se haga vertical*/
.flex-column {
  flex-direction: column;
}

/*Have que un nav o cualquier otra cosa horizontal se haga vertical*/
.flex-row {
  flex-direction: row;
}

/*Alinea el texto en medio/ Justificado enmedio*/
.alinear-center {
  text-align: center;
}

/*Alinear texto a la izq*/
.alinear-left {
  text-align: left;
}

/*Alinear texto a la izq*/
.alinear-right {
  text-align: right;
}

.justificar-left {
  justify-content: left;
}

.justificar-rigth {
  justify-content: right;
}

.justificar-center {
  justify-content: space-between;
}

.text-blanco {
  color: aliceblue;
}

.text-rojo {
  color: aliceblue;
}

.text-verde {
  color: aliceblue;
}

.text-c {
  font-size: 0.8rem;
}

.text-m {
  font-size: 1rem;
}

.text-g {
  font-size: 1.3rem;
}

.text-t {
  font-size: 1.5rem;
}

.text-negrita {
  font-weight: 800;
}

.text-decoration-no {
  text-decoration: none;
}

.form-check-input {
  width: 35px;
  height: 35px;
}

.cursor-mano {
  cursor: pointer;
}

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  /* Bootstrap's default z-index for modals */
}

/* catalogos refacciones  */
.contenedorsombra {
  background-color: #c2c2c21e;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 2px 5px rgb(177, 177, 177);
}

/* catalogos refacciones  */
.contenedortransparenteborde {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 1px 2px 5px rgb(177, 177, 177);
  margin: 10px;
}

/* Select con input de busqueda y tabla */
.registroatablaselect {
  cursor: pointer;
}

.hover-scala-c:hover {
  transform: scale(1.02);
  transition: 0.3s ease;
}

.hover-scala-m:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}

.hover-scala-g:hover {
  transform: scale(1.1);
  transition: 0.3s ease;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Tipos de centrado +++++++++++++++++++++*/
/*Centra elemenetos que esten dentro de un contenedor/elemento padre (se pone al contenedor padre inmediato) en medio de ellos HORIZONTAL*/
.centrar {
  display: flex;
  /*alinea los componenetes*/
  align-items: center;
  /*Alinea horizontalmente en medio*/
  justify-content: center;
  /*Alinea verticalmenete en medio*/
}

/* Centra elemenetos que esten dentro de un contenedor/elemento padre (se pone al contenedor padre inmediato) en medio de ellos Vertical*/
.centrar-v {
  align-items: center;
}

/*Centra horizontlmente a los elmentos hijos que tenga ese contenedoor/seccion*/
.centrar-h {
  justify-content: center;
}

.radius-c {
  border-radius: 15px;
}

.radius-m {
  border-radius: 25px;
}

.radius-m {
  border-radius: 30px;
}

.contenedorlogoindex {
  width: 100px;
  height: 100px;
}

.logoindex {
  width: 45px;
  height: auto;
}

@media (min-width: 1400px) {
  .logoindex {
    width: 60px;
    height: auto;
  }
}

.icono-c {
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.icono-m {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.icono-g {
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.no-event {
  pointer-events: none;
}

.iconowhatsapp {
  position: fixed;
  width: 50px;
  bottom: 10px;
  right: 10px;
  animation: animacionlogowhatsapp 3s ease infinite;
  z-index: 10;
}

@media (min-width: 1500px) {
  .iconowhatsapp {
    width: 70px;
    bottom: 10px;
    right: 20px;
  }
}

@keyframes animacionlogowhatsapp {
  0% {
    opacity: 0.8;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
    bottom: 20px;
  }

  100% {
    opacity: 0.8;
  }
}

.inputfecha {
  height: 37px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

/**
* Template Name: Bootslander
/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #040677;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #1acc8d;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;
  /* The default color of the main navmenu links */
  --nav-hover-color: #1acc8d;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #1acc8d;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f4f5fe;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #08005e;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #0c0091;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: var(--heading-font);
}

.login-hero h4 {
  color: #f8f9fa;
}

.registered-icon {
  font-size: 0.5em;  /* Ajusta este valor según necesites */
  vertical-align: super;
  margin-left: 2px;
}

/* Si necesitas ajustar la alineación vertical del texto FOTON */
h1 span {
  vertical-align: baseline;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 32px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #171a2567;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: color-mix(in srgb, var(--nav-color), transparent 20%);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 25px;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 70vh;
  position: relative;
  padding: 120px 0 120px 0;
  display: flex;
  align-items: center;
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: rgba(10, 10, 17, 0.829) !important;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
}

.hero h1 span {
  color: var(--heading-color);
  border-bottom: 4px solid var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 22px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.contenedorimagenesprincipalservicio {
  position: relative;
  height: 300px;
  width: 300px;
}

.imgpricniaplfotonposventa1 {
  position: absolute;
  margin-top: 50px;
  right: 200px;
  top: 0;
  width: 130%;
  transform: rotateX(45deg);
}

.imgpricniaplfotonposventa2 {
  position: absolute;
  margin-top: 50px;
  right: 125px;
  top: 0;
  width: 130%;
}

.imgpricniaplfotonposventa3 {
  position: absolute;
  margin-top: 50px;
  right: 90px;
  top: 0;
  width: 130%;
}

.imgpricniaplfotonposventa4 {
  position: absolute;
  margin-top: 100px;
  right: 10px;
  top: 0;
  width: 130%;
  z-index: -3;
  filter: contrast(125%);
}

.imgpricniaplfotonposventa5 {
  position: absolute;
  margin-top: 120px;
  right: -70px;
  top: 0;
  width: 130%;
  z-index: -4;
  filter: contrast(125%);
}

.imgpricniaplfotonposventa6 {
  position: absolute;
  margin-top: 120px;
  right: -110px;
  top: 0;
  width: 130%;
  z-index: -5;
  filter: contrast(125%);
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }

  .imgpricniaplfotonposventa1 {
    margin-top: 0px;
  }

  .imgpricniaplfotonposventa2 {
    margin-top: 0px;
  }

  .imgpricniaplfotonposventa3 {
    margin-top: 0px;
  }
}

.hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* estilos globales app de servicio y mantenimiento */
.btncerrarsesion {
  height: 35px;
  font-size: 0.1rem;
  transition: 0.3s ease;
}

.btncerrarsesion:hover {
  transform: scale(1.03);
}

/* ----------------------------------------- Servicios totales hechos por la agenecia ------------------------------ */
.contenedortablatodoslosserviciosporagencia {
  min-height: 500px;
  width: 100%;
  background-color: aliceblue;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: auto;
}

.tablatodoslosserviciosporagencia {
  max-height: 500px;
  overflow-y: auto;
}

.botoncrearservicio {
  width: 150px;
  height: 40px;
  margin-top: 27px;
  font-size: 0.8rem;
  margin-right: 20px;
}

.botonbuscarvin {
  width: 150px;
  height: 40px;
  margin-top: 27px;
  font-size: 0.8rem;
  margin-right: 20px;
}

.inputservicio {
  width: 100%;
  font-size: 1rem;
}

@media (max-width: 500px) {
  .contenedortablatodoslosserviciosporagencia {
    font-size: 0.5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contenedortablatodoslosserviciosporagencia .btn {
    font-size: 0.5rem;
  }

  .tablatodoslosserviciosporagencia {
    font-size: 0.5rem;
  }

  .botoncrearservicio {
    width: 100px;
    height: 30px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 12px;
    font-size: 0.8rem;
    margin-bottom: 5px;
  }

  .inputcrearservicio {
    width: 200px;
  }
}

/* --------------------------------------- Buscar unidad vin ---------------------------------------  */
.tablabuscardatosvin {
  min-height: 200px;
  overflow-y: auto;
}

.tablabuscardatosvin td {
  max-height: 10px;
}

.inputposventa {
  width: 350px;
}

.modalcrearservicios {
  min-width: 80vw;
  min-height: 70vh;
}

.modalbuscarvin {
  min-width: 80vw;
  min-height: 70vh;
}

.filainsumosservicio {
  padding-left: 0px;
  padding-right: 0px;
}

.checkactividadesservicio {
  height: 30px;
  width: 30px;
}

.botonbuscarvinagendarservicio {
  margin-top: 10px;
  width: 130px;
  font-size: 0.8rem;
}

#crearservicioselectinsumosservicio {
  display: none;
}

#crearservicioselectactividadesservicio {
  display: none;
}

#crearservicioselectobservacionesservicio {
  display: none;
}

#contenedorselecttiposervicio {
  display: none;
}

#contenedorselectkms {
  display: none;
}

#contenedorfechaservicio {
  display: none;
}

#contenedorfechacrearservicio {
  display: none;
}

.framefactura {
  width: 500px;
  height: 70vh;
}

.framefacturaxml {
  width: 500px;
  height: 70vh;
  border: 2px solid rgb(161, 161, 161);
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.btndescargarfacturaxml {
  width: 150px;
}

.framecomprobante {
  width: 500px;
  height: 70vh;
}

/* catalogos actividaddes  */
.seccionagregaractividades {
  background-color: #c2c2c21e;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 2px 5px rgb(177, 177, 177);
}

/* catalogos refacciones  */
.seccionagregarrefacciones {
  background-color: #c2c2c21e;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 2px 5px rgb(177, 177, 177);
}

.vinscrearvincontenedorlistaagencia {
  border-radius: 15px;
  z-index: 0;
  margin-top: 3px;
}

.vinscrearvintablalistaagencias {
  border: 1px solid rgb(179, 179, 179);
  border-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Formulario para crear vins */
/* subtitulo para colocar el año de la unidad*/
.vinscrearvinssubtitulo {
  padding: 0;
  margin: 0;
  margin-left: 7px;
}

/* Interfaz Configuraciones */
.configuracioncontenedorcorreos {
  width: 90%;
}

/* Clientes */
.contenedordocumentosclientes {
  height: 50vh;
  width: 100%;
}

/* ajustes de sidebar */
/* Layout autenticado */
.main-background {
  position: relative;
  min-height: 100vh;
}

.main-background .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: -1;
}

.sidebar-sticky {
  width: 280px;
  height: 100vh;
}

.content-area {
  width: calc(100% - 280px);
}

@media (max-width: 991.98px) {
  .content-area {
    width: 100%;
  }
}
/* Spinner Overlay */
#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999; /* Asegura que esté por encima de los modales */
    display: none;
    justify-content: center;
    align-items: center;
}

/* Asegura que el spinner esté centrado */
#spinner-overlay .spinner-border {
    width: 5rem !important;
    height: 5rem !important;
    border-width: 0.5em !important;
}

/* Asegura que los modales tengan un z-index menor */
.modal {
    z-index: 1050;
}

/* Asegura que el backdrop del modal no tape el spinner */
.modal-backdrop {
    z-index: 1040;
}
.bg-orange {
    background-color: #fd7e14 !important;
}
.bg-orange-light {
    background-color: #fecfa4 !important;
}
.btn-orange {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: white;
}
.btn-orange:hover {
    background-color: #e06800;
    border-color: #d35d00;
}
.btn-orange:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.25);
}
.btn-orange:active {
    background-color: #d35d00;
    border-color: #c65400;
}

    