.dataTables_wrapper .form-control {
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    padding: 6px 29px 8px 14px;
    height: auto;
    font-size: 18px;
}
.form-control {
    height: auto;
    border: 1px solid #bfc9d4;
    color: #000000;
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 1px;
    height: calc(1.4em + 1.4rem + 2px);
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
}
.form-control {
    font-size: 1rem;
    font-weight: 400;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inicio {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #515365;
    transition: color .3s;
    transition: background .3s;
    background: rgb(0 150 136 / 11%);
    border-radius: 10px;
    margin-bottom: 10px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    line-height: inherit;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 200px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
}