/* aside {
    height: 110vh !important;
} */

.wrapper {
    zoom: 100% !important;
}

.error {
    color: red !important;
    font-size: 0.8rem;
    font-weight: 600 !important;
}

.dt-button {
    background: #6610f2 !important;
    color: #ffffff !important;
    font-size: 0.8em !important;
    line-height: 1em !important;
    border: 1px solid #cccccc !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    border-radius: .3rem !important;
    padding: 0.7rem !important;
}

.dt-button:hover {
    color: #fff !important;
    background-color: #6610f2 !important;
    border-color: #6610f2 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #6610f2 !important;
    border-color: #6610f2 !important;
    /* box-shadow: none; */
}

.btn-primary:hover {
    color: #6610f2 !important;
    background-color: white !important;
    border-color: #6610f2 !important;
    transition-duration: 0.3s;
    transform: scale(1, 1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
    /* box-shadow: none; */
}

.dt-down-arrow {
    color: #ffffff !important;
}

.btn-link {
    padding: 0 !important;
}

tr,
th,
td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.iconosTablas {
    text-decoration: none;
    padding-top: 0.2rem !important;
}

.bordeColumna {
    border-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    color: #6610f2 !important;
}

.card,
table,
.card-footer {
    /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important; */
    border-radius: .3rem !important;
}

.card,
.card-footer {
    background-color: rgb(22 14 158 / 9%) !important;
}

table {
    background-color: #ffffff !important;
}

table.dataTable {
    margin-top: 20px !important;
}

table thead th {
    background-color: #6710f2 !important;
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: #6610f2 !important;
    border-color: #6610f2 !important;
    color: #ffffff !important;
}

.page-link {
    color: #6610f2 !important;
}

.btn-link {
    color: #6610f2 !important;
}

.table thead th {
    font-weight: 500 !important;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.fixed-bottom a {
    margin: 0 10px;
}