.buttons-addenda-masiva{
    border-radius: 10px;
    height: 45px;
    width: 145%;
    background: transparent;
    border: 3px solid #6C84C8;;
    font-size: 17px;
    color: #3c3c3c;
    font-weight: bolder;
}

.buttons-addenda-masiva i {
    padding-left: 15px;
}

.buttons-addenda-masiva:hover{
    border-radius: 10px;
    height: 45px;
    width: 145%;
    background-color: #6C84C8;
    border: 3px solid #6C84C8;
    font-size: 17px;
    color: white;
    font-weight: bolder;
    cursor: pointer;
}

.buttons-addenda-masiva:focus{
    outline: none;
}

.custom-input-addenda #file-name {
    display: none;
}

.enviar-button{
    border: none;
    width: 12%;
    margin-left: 47%;
    height: 38px;
    border-radius: 5px;
    background-color: #1F4FB2;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.drop-area-documento{
    width: 100%;
    border: 7px dashed #b7b7b7;
    height: 216px;
}

.error-column {
        white-space: pre-wrap;
        word-break: break-word;
}

#detalleLayout{
    border-bottom: 1px solid black
}

#detalleLayout td {
    border-top: 1px solid #000;
    padding: 15px; 
}

#detalleLayout_wrapper .dataTables_paginate {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swal-title {
    font-size: 24px;
    font-weight: bold;
}
  
.swal-subtitle {
    font-size: 18px;
    font-weight: normal;
}
  
.log-button{
    border: none;
    width: 12%;
    margin-left: 47%;
    height: 38px;
    border-radius: 5px;
    background-color: #1F4FB2;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

#tabla-log-carga-addenda-masiva td {
    max-width: 200px;
    word-wrap: break-word;
  }

.boton-ayuda{
    height: 20px;
    margin-left: 5px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #6C84C8;
    border-radius: 64px;
    width: 21px;
    padding-inline: 6px;
    font-weight: bold;
    color: #ffffff;
    cursor:pointer;
}