.infractores-title{
    color:black;
    font-size: 1.3rem;
}
.border {
    border: 1px solid #18191a !important;
}
 .formulario-capess{
    background-color: #5387df38 !important;
    color: black;
 }
 .formulario-capess:input{
    border: black 3px;
 }
.table thead {
    background-color: #5387df38 !important;
    color: black;
}
.center{
    display: flex;
    justify-content: center;
}
.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #66666656;
}
td{
    word-break: break-all;
}
.table.table thead th{
    vertical-align: middle;
}
.mt-6{
    margin-top:10rem;
}
.celda{
    width:10rem!important;
}
.btn-round{
    font-size: small;
    padding: 0.3rem;
    font-style: normal;
    text-transform: none;
    border-radius: 2rem !important;
}
.btn-round:hover{
    transform: scale(1.1);
}
.btn-descarga{
    background-color: #235DE7 !important;
}
.btn-cancelar{
    background-color: #b8bcc5 !important;
    color:black !important;
}
.btn-busqueda{
    background-color: #f6f9ffda !important;
    color:black !important;
    border: 1px solid #18191a !important;
}

.img-btn-descarga{
    max-width:1.4rem;
}
.table-infractores{
    overflow:scroll;
}
.arrow-max{
    max-width: 10px;
}
.arrow-table{
    top: 0.2rem;
    position: absolute;
}
.form-label{
    width: 100%;
}