.containerdd {
/* arreglar background en xq en create .blade se ve blanco el fondo */
background-color: rgb(255, 255, 255);
padding: 2rem;
margin-top: 1rem;
min-height: 500px !important ;
}

.draggable {
/* padding: 1rem; */
background-color: rgb(255, 255, 255);
/* border: 1px solid rgb(176, 176, 176); */
/*cursor: move;*/
}

.draggable.dragging {
opacity: .5;
}

.seleccionado{
background-color: #e6ffe6; /* Verde manzana muy suave */
}
.menuoffon{
margin-left: 0 !important;
}

.max-columna-ref{max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.max-columna-dir{max-width: 350px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.max-columna-id{max-width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.max-columna-dest{max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.max-columna-estado{max-width: 150px;
}

/* ----  GOOGLE MAPS ---- */
.modalGoogle{
width: 640px;
}

#country-input,#apt{
display: none;
}


.card-container {
display: flex;
height: 570px;
width: 600px;
/* display: none; */
}

.panel {
background: white;
width: 300px;
padding: 10px;
/* display: flex; */
flex-direction: column;
justify-content: space-around;
}

.card-container > .panel > .botones {
    margin-top: 20px;
 }

.half-input-container {
display: flex;
justify-content: space-between;
}

.half-input {
max-width: 120px;
}

.map {
width: 400px;
text-align: center;
}

input:focus::placeholder {
color: white;
}

.pac-container {
    z-index: 1051; /* Valor mayor que el z-index del modal */
    width: 500px !important;
}
/* ------Modalesp---- */

.modal-edicion{
    max-width: 950px !important;
}

.modal-header {
    justify-content: flex-start !important;
}

.modal-header-edit > * {
    margin-right: 10px;
}

.loading{
    width: 30px;
    display: none;
}

/* .table-responsive{
    height: 75hv !important;
} */

#subirParadas{
    text-align: center;
}

.hrs{
    margin-top: 2px;
    margin-bottom: 2px;
}

#botonBuscar{
    margin-left: 5px;
}

#searchColumn{
    margin-left: 5px;
}

.pagination{
    margin: 8px !important;
}

.separador>td {
    background-color: rgb(148, 126, 121);
    padding: 1px;
    margin: 0px; /* Adjust margin as needed */
}

.badge{
    display: block;
}

.logo{
    width: 150px !important;
    padding-top: 10px;
    padding-right: 10px;
}

.logo-cliente{
    width: 150px;
}

.logo-container {
    flex: 0 0 auto; /* Evita que ocupe espacio adicional */
}

.input-group, .form-select {
    flex: 1 1 auto; /* Permite que estos elementos se adapten al espacio disponible */
}

.custom-font-size-7{
    font-size: 10pt;
    color: rgb(113, 113, 113);
}

.enviando.processing {
    pointer-events: none;
    opacity: 0.5;
}

thead th {
    position: sticky ;
    top: 0 ;
    z-index: 10 ;
    background-color: white; /* O el color de fondo de tu elección */
}
thead.sticky-header th {
    background-color: white; /* O el color de fondo de tu elección */
}

.bg-filtro {
    background-color: #98818a; /* Color personalizado */
}

.bg-export {
    background-color: #769975; /* Color personalizado */
}

.bg-gradient-purple {
     background-color: #7220c4;
  }

.hidden-row {
    display: none;
}

#mostrar-sin-georeferencia{
    display: none;
}

.table-wrapper {
    position: relative;
    overflow-x: auto;
}

.fixed-column {
    position: sticky;
    right: 0;
    background-color: white !important;
    z-index: 10;
}
.fixed-column-celda {

    z-index: 11;
}

.fixed-column-row{
    background-color: white !important;
}

.fixed-column .table tbody tr td,
.fixed-column .table thead tr th {
    background-color: white;
}

.direccionii{
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.sub_cliente{
    max-width: 136px;
    text-overflow: ellipsis;
    overflow: hidden;
}
