body {
    font-size: 14px;
}

.contorno {
    background: #f5f5f5;
    margin: 0;
    overflow: hidden;
}

@media(max-width:576px) {
    .contorno {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.encabezado {
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 1000;
    padding-top: 10px;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .2), transparent);
}

.img-encabezado {
    height: 180px;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    border-radius: 15px;
    padding: 8px;
}

.image-parent {
    padding: 0;
    height: 100vh;
    min-height: 500px;
    position: relative;
    float: left;
    display: inline-block;
}

.image-child {
    transform: scale(1, 1);
    background-size: cover;
    transition: 1s all ease;
    height: 100%;
    width: 100%;
}

.image-child:hover {
    transform: scale(1.1, 1.1);
    transition: .5s all ease-out;
}

.boton-centrado {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.screm-Admin {
    background-image: url(../images/admin-login.jpg);
    background-size: cover;
    height: 100vh;
    min-height: 100%;
    position: absolute;
    width: 100%;
}

.screm-Client {
    background-image: url(../images/client-login.jpg);
    background-size: cover;
    height: 100vh;
    min-height: 100%;
    position: absolute;
    width: 100%;
}

.formulario {
    margin: 5% auto;
    position: relative;
    width: 420px;
}

@media(max-width:767px) {
    .formulario {
        width: 90%;
    }
}

.caja {
    position: relative;
    margin-bottom: 30px;
}

.form-input {
    display: block;
    background: none;
    padding: 7px 12px;
    border: none;
    width: 100%;
    color: transparent;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-input:focus {
    outline: 0;
}

.form-group input:focus,
.form-group input:valid {
    color: #333;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    color: #98a6ad;
    z-index: 1;
    font-weight: normal;
    transition: all 0.28s ease;
}

.form-group input:focus~.control-label {
    color: #62a3ff;
    font-size: 0.8rem;
    top: -1rem;
    left: 0;
}

.form-group input:valid~.control-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

.form-group .bar::before {
    content: '';
    background-color: #62a3ff;
    height: 0.125rem;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: -0.0625rem;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input:focus~.bar::before {
    width: 100%;
    left: 0;
}

.btn-block,
.badge-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 16%), 0 2px 10px 0 rgba(0, 0, 0, 12%);
}

.btn-ingreso {
    background-color: #2bbbad;
    border: 1px solid #2bbbad;
    color: #fff;
}

.btn-ingreso:hover {
    color: #fff;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}


.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de !important;
    /*border-radius: 0!important;*/
    padding: .375rem .75rem !important;
    height: calc(2.25rem + 2px) !important;
    border-radius: .25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px !important;
    right: 6px !important;
}

.lista {
    transform: translate(150px, 40px);
}

.upload-box {
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 10px black;
    width: 350px;
    outline: none;
    max-width: 100%;
}

::-webkit-file-upload-button {
    content: '\f093';
    color: white;
    background: #4b545c;
    padding: 15px;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 0 1px 1px #4b545c;
    outline: none;
}

.badge-observado {
    color: #fff;
    background-color: #ff9800;
}

/* .select2-dropdown {
    z-index: 1050!important;
} */
/* .main-sidebar{
    z-index: 1052;
} */
/* .modal{
    z-index: 1053;
} */

.ajs-message.ajs-error.ajs-visible {
    font-size: 1.2rem !important;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 50rem;
    border-left: 2px solid #f5f5f5;
}

.iconTracking {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    color: #fff;
    margin-right: 0.5rem;
}

#loadingMessage {
    border: solid 1px #dee2e6;
    padding: 0.45rem;
    color: #6c757d;
    background-color: #f8f9fa;
    display: none;
    border-radius: 0.2rem;
}

.small-input {
    -moz-appearance: textfield;
}

.small-input::-webkit-inner-spin-button {
    display: none;
}
.input-group-addon{
    padding: 8px 8px;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ced4da;
    background-color: #e9ecef;
    color: #495057;
    border-radius: 3px;
    min-width: 36px;
}
.toast-message{
    font-size: 1rem;;
    font-weight: 400;
}

#ListarRepartoHoy #checkboxAll,
#ListarHistorial #checkboxAll
{
    cursor: pointer!important;
    /* width: 40px!important; */
}

table.dataTable>thead .sorting_asc:after, 
table.dataTable>thead .sorting_asc:before{
    display: none!important;
}
table.dataTable>thead .sorting_asc{
    cursor: auto!important;
}
#toast-container .toast-warning {
    background-color: #f39c12!important;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo transparente */
}

.loading-content {
    z-index: 10000;
    display: flex;
    flex-direction: column; /* Para alinear los GIFs en columna */
    align-items: center; /* Centrar los GIFs horizontalmente */
}
.loading-content #img-1{
    max-width: 50%;
}
.loading-content #img-2 {
    width: auto; /* Para mantener la proporción de las imágenes */
    max-width: 100%; /* Para asegurar que las imágenes no excedan el tamaño del contenedor */
}