.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    /* color: #fff; */
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #007bff;
    color: #fff;
}

.imgAdjuntos{
    max-width: 250px;
    cursor: pointer;
}

.card.th1{
    border: 1px solid #a1dee7;
    border-radius: 4px; 
}

.card-header.th1 {
    color: #0393a6;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #a1dee7;
    background-color: #dff8fb;
    padding: 5px 10px;
}

.card.th2 {
    border: 1px solid #85b5f5;
    border-radius: 4px;
}

.card-header.th2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #3651ac;
    background-color: #000077;
    padding: 5px 10px;
}

.card-body.th2{
    background-color: #0045ac;
}

#tableListadoAgentes {
    width: 100% !important;
    table-layout: fixed;
}

#tableListadoAgentes th, #tableListadoAgentes td {
    white-space: nowrap;
}

.btn-whatsapp {
    background-color: #25D366;
    /* Color de fondo de WhatsApp */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.btn-whatsapp i {
    margin-right: 5px;
}

.btn-aceptar {
    margin-top: 10px;
}

.form-control-sm {
    /* Ajusta el tamaño de los campos de formulario */
    height: calc(1.5em + .75rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
}

.form-group.short {
    max-width: 250px;
    /* Ancho máximo para campos cortos */
}

.img-thumbnail {
    cursor: pointer;
    width: 100%;
    max-width: 225px;
    /* Tamaño máximo para las miniaturas */
    height: auto;
    transition: transform 0.2s;
}

.img-comprobante {
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    /* Tamaño máximo para las miniaturas */
    height: auto;
    transition: transform 0.2s;
}

.imgcon{
    display: grid;
}

.img-container {
    position: relative;
    display: inline-block;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}