html, body {
  height: 100%;
}

#app {
  width: 100%;
  
}

body {
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;*/
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
  background-image: url("/static/img/tapiz_wasaflete.png");
  font-family: 'Poppins', sans-serif;
 
/*   backdrop-filter: blur(6px); */
}

.title
{
  font-size: 14px;
  background: white;
  margin: 10px;
  border-radius: 10px;
  font-weight: bold;
  padding: 0 10px 0 10px;
}

.logoTitle
{
  width: 100px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.contenedor
{
  font-size: 14px;
  background: white;
  margin: 10px;
  border-radius: 10px;
  font-weight: bold;
  padding: 0 10px 0 10px;
}

.form-container {
  width: 100%;
  max-width: 330px;
  margin:auto;
}
.form-signin {
  width: 100%;
  max-width: 330px;
/*   padding: 15px; */
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.brand
{
  position: fixed;
  right: 0;
  bottom: 0;
  margin:0px 10px;
  font-size: 0.8em;
}

.mw-50
{
  max-width:50%;
}

.badge2
{
  background: #6284ff;
}

.badgeOrange
{
  background: #0f853e;
}

.filtros
{
    border: solid 1px #d9d9d9;
    border-radius: 5px;
    margin: 0px 20px 10px 10px;
}
.pdf
{
    color: red;
    font-size: 34px;
}
.ml-1
{
  margin-left: 1rem;
}
.mt-5
{
  margin-top: 5rem;
}

.zoom
{
  opacity: 0.9;
  transform: scale(0.9);
  cursor: pointer;
}

.textPoliti
{
    white-space: pre-wrap;
    font-family: 'Poppins';
    line-height: 28px;
    text-align: justify;
}

.zoom:hover
{
  opacity: 1;
  transform: scale(1);
  color: #FFD700 !important;
  cursor: pointer;
  box-shadow: -1px 1px 11px 1px #ffd700;
}

.zoomServ
{
  opacity: 0.9;
  transform: scale(0.9);
  cursor: pointer;
}

.zoomServ:hover
{
  opacity: 1;
  transform: scale(1);
  color: #ffffff !important;
  background: #0d6efd;
  cursor: pointer;
  box-shadow: -1px 1px 11px 1px #0d6efd;
}


.zoomServ1
{
  opacity: 0.9;
  transform: scale(0.9);
  cursor: pointer;
}

.zoomServ1:hover
{
  opacity: 1;
  transform: scale(1);
  color: #ffffff !important;
  background: #188251;
  cursor: pointer;
  box-shadow: -1px 1px 11px 1px #188251;
}

.zoomServ2
{
  opacity: 0.9;
  transform: scale(0.9);
  cursor: pointer;
}

.zoomServ2:hover
{
  opacity: 1;
  transform: scale(1);
  color: #ffffff !important;
  background: #f7ba06;
  box-shadow: -1px 1px 11px 1px #f7ba06;
}
.serv-active
{
  opacity: 1;
  transform: scale(1);
  color: #ffffff !important;
  background: #0fbfd1;
  box-shadow: -1px 1px 11px 1px #188251;
}

.searchInputC
 {
    padding: 5px 10px;border: solid 1pt #ced4da;cursor: pointer;margin-top: 5px;border-radius: 5px;
}


.formSo
{
  background: white;
  padding: 0px 30px 30px 30px;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 1px #958b8b;
}

.card-cargas
{
  width: 100%;
  max-width: 330px;
  margin: auto;
  
}

.segMundial
{
  
  background-image: url("/static/imgForms/LogoVigiladoSFC.png");
  background-position: start;
  background-repeat:no-repeat;
  background-size: 38px;
}

.segPrevisora
{  
  background-image: url("/static/imgForms/LogoSIFColombiaPrevisora.png");
  background-position: 9% 95%;
  background-repeat:no-repeat;
  background-size: 158px;
}

.segPrevisoraModal
{
  
  background-image: url("/static/imgForms/LogoSIFColombiaPrevisora.png");
  background-position: 1% 100%;
  background-repeat:no-repeat;
  background-size: 158px;
}

.tipoVehiculo
{
    color: #198754;
    border-color: #198754;
    border: 1px;
    border-radius: 10px;
    border-style: solid;
    padding: 1px 0px 0px 14px;
}

.bolder
{
  font-weight: bolder;
}

.shadowBo
{
  border-radius: 13px;
  box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.formFiltro
{
    background: white;
    padding: 10px 10px 3px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #958b8b;
}
.bg-primary
{
  background-color:#0d6efd;
}
.bg-warning
{
  background-color:#ff9007;
}
.bg-success
{
  background-color:#198754;
}
.bg-oran
{
  background-color:#ff5722;
}

[v-cloak] {
  display: none;
}

.spec
{
  font-size: 11px;
}


.star-rating {
  font-size: 24px;
  text-align: right;
}
.star-ratingCa {
    font-size: 60px;
    text-align: center;
}
.filled {
    color: gold;
}
.unfilled {
    color: lightgray;
}

.select-container {
      display: grid;
/*     width: 200px;
    margin: 20px auto;
  position: relative; */
  }

  /* Agrega estilos CSS para el input de búsqueda */
 .select-container input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  /* Agrega estilos CSS para el select */
 .select-container select {
   width: 100%;
    padding: 5px;
    box-sizing: border-box; 
  }


None of those suggestions worked for me. I just came out with this solution:

span .select2-container {
    z-index:10050 !important;
}

.select2-container .select2-selection--single{
  height:38px !important;
}

.linkPadoDiv {
  width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top: 15px;
    padding: 10px;
  position: relative;
}
   
.copiarBoton {
      position: sticky;
      top: 10px;
      right: 0px;
      padding: 5px;
      background-color: #007bff;
      color: #fff;
      border: none;
      cursor: pointer;
    }

.aTe
{
  color: #0d6efd;
  text-decoration: underline;
  cursor:pointer;
}

.whatsapp-container {
    position: fixed; /* Posición fija para que el elemento sea independiente del desplazamiento */
    bottom: 2px; /* Distancia desde la parte inferior */
    right: 2px; /* Distancia desde la parte derecha */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.whatsapp-label {
  width: 90px;
  margin-top: -22px;/* Espacio superior entre la imagen y la etiqueta */
  color: #33d951;
}

.w-100{
  padding-bottom: 115px;
}

.bg_certificado
{
  background:white;
}

.closeBtn {
    position: fixed;
    top: 15%;
    right: 15%;
    background-color: #f79d16;
    opacity: 1;
    color: black;
    border-radius: 50%;
    z-index: 100;
    border: solid 1px black;
}

.refreshBtn {
  width: 50px;               /* Ancho fijo */
  height: 50px;              /* Altura igual al ancho para forma circular perfecta */
  font-size: 22px;           /* Tamaño de fuente ligeramente reducido */
  position: fixed;
  top: 10px;
  right: 30px;
  background-color: white;
  color: black;
  border-radius: 50%;        /* Radio del 50% para hacerlo circular */
  z-index: 100;
  border: solid 1px black;
  padding: 0;                /* Eliminar padding que pueda deformar */
  display: flex;             /* Usar flexbox para centrar contenido */
  justify-content: center;   /* Centrar horizontalmente */
  align-items: center;       /* Centrar verticalmente */
  line-height: 1;            /* Evita problemas de altura de línea */
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Sombra sutil para mejor apariencia */
  transition: all 0.2s ease; /* Transición suave para efectos de hover */
}

/* Opcional: estilo al pasar el mouse */
.refreshBtn:hover {
  background-color: #f8f8f8;
  transform: rotate(15deg);  /* Pequeña rotación al hover */
}

/* Ajuste para el spinner cuando isLoading es true */
.refreshBtn .spinner-border {
  width: 24px;
  height: 24px;
}
.returnBtn
{
  position: fixed;
  top: 10px;
  left: 30px;  
  opacity: 1;
  color: #2783c6;  
  z-index: 100;  
}

.contratar
{
  font-size: 14px;
  padding: 4px;
  margin-right:-5px;
}

.cotizacionContainer
{
  margin: 5px 0px;
  padding: 5px;
  border: solid 1px #cbcbcb;
  border-radius: 5px;
  background: #efefef;
  margin-bottom: 15px;
}

.subdanger
{
  color: #d90303;
  background: #ffd0d0;
  border: none;
}

.subwarning
{
  background: #ffe082;
  border: none;
}

.priceProduct{
    text-align: center;
    letter-spacing:2px;
    font-size: 20px;
    color: green;
    font-weight: bold;
}

  .boton-vibrante {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #10B87B;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
  }

  /* Efecto de vibración */
  .boton-vibrante:hover {
    animation: vibrar 0.2s infinite alternate;
  }

  @keyframes vibrar {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(5px);
    }
  }

.containerPoliza {
  width: 100%;
  max-width: 360px;
/*   padding: 15px; */
  margin: auto;
}

.containerCotizacion {  
  background-color:#ffffff;
  margin-top: 10px;
  padding:10px;
  border-radius: 6px;
  font-weight: bold;
}
.cardPoliza {
  margin-top: 12px;
  margin-bottom: 8px;
  background-color: #19875440;
  border-radius: 8px;
  padding-bottom: 6px;
  padding-top: 6px;
  
}

.datosConductor {  
  margin-bottom: 8px;
  background-color: #f3f4f7;
  border-radius: 8px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.btnRemove {
  display: block;
  background-color: red;
  border-radius: 100%;    
  margin-bottom: 2px;
  margin-top: 2px;
}
.btnUpload{
  display: block;
  background-color: #0d6efd;
  border-radius: 100%;    
  margin-bottom: 2px;
  margin-top: 2px;
}
.listaVehiculos {  
  padding:4px;  
  background-color: #f3f4f7;  
  border-radius: 8px;  
  border: 1px solid #151d5947;
  
}

.saldos {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 8px;
}

.customAlert {
    color:#373737;
    background-color: #f8d7da;
    text-align: center;
    border-radius: 2px;
    padding: 6px;
    margin-bottom: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Ajuste para que el mapa sea responsive */
#mapaMaster {
  height: 80vh; /* Valor por defecto */
}

@media (min-width: 768px) {
  #mapaMaster {
    height: 80vh; /* Altura para tabletas */
  }
}

@media (min-width: 992px) {
  #mapaMaster {
    height: 90vh; /* Altura para pantallas grandes */
  }
}