@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.grid-view thead tr:not(.filters) {
    /* background-color: #222;
    color: #FFFFFF; */
}

.grid-view thead th, .detail-view tr th {
    font-weight: 700;
}

a.link-disabled {
    cursor: not-allowed;
}

.custom-switch label {
    color: #4285F4;
}

nav.navbar {
    display: none;
}

.iconsosmed {
    width: 30px;
}

.left-login-container {
    background: url(../img/bg-login-left.png);
    color: #fff !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #483390;
}

@media (max-width: 768px) {
    nav.navbar {
        display: flex;
    }

    .left-login-container {
        display: none !important;
    }
}