/* .bg-dark {
    background: #500a93 !important;
    color: white !important;
}

.navbar-light {
    background: #b67feb !important;
    color: white !important;
}

.sidebar-dark-primary {
    background: #500a93 !important;
    color: white !important;
}
 */

.bg-dark {
    background: #500a93 !important;
    color: white !important;
    box-shadow: 2px 2px 3px black;
}

.navbar-light {
    background: #500a93 !important;
    color: white !important;
}

.sidebar-dark-primary {
    background: #500a93 !important;
    color: white !important;
}

/* .login-page {
    background-color: #8445c0;
} */

.login-logo a,
.register-logo a {
    color: #ffffff;
    text-shadow: 2px 1px 1px #500a93;
}

.preloader {
    display: -ms-flexbox;
    display: flex;
    background-color: #510a935e;
    height: 100vh;
    width: 100%;
    transition: height .2s linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.bg-personal {
    background-color: #2a445e;
    color: white;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
}

h1 {
    color: #500a93;
}

td {
    color: #500a93;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.login-page .card-footer {
    display: none;
}

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


/* Oculta la columna de acciones en pantallas pequeñas */

@media (max-width: 767px) {
    td {
        text-transform: uppercase;
    }
    .child .dtr-data:last-child {
        font-size: 14px;
    }
    .dataTables_info {
        display: none;
    }
}

.cursor-pointer {
    cursor: pointer;
}