@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wght@100..700&display=swap');

* {
    font-family: 'Google Sans Flex', sans-serif;
}

#change-password {
    padding: 5px 10px !important;
}

.nav-item i {
    margin-right: 5px !important;
    color: #ffffffc9;

    &.right {
        top:42% !important;
        margin-right: 0;
    }
}


.has-treeview.menu-open{
    background: rgba(255,255,255,.1) !important;
    border-radius:10px;
    transition: 0.3s !important;
}

.sidebar .nav-item:last-child {
    margin-bottom: 0 !important;
}

.nav-link {
    background: none !important;

    p {
        opacity: .8 !important;
    }
}

.nav-link.active {
    background:none !important;
    box-shadow: none !important;

    p {
        color:#fff !important;
        opacity: 1 !important;
    }
}

.main-sidebar .brand-text {
    display: none !important;
}

.brand-link  {
    border: none !important;
}

.brand-image-xl {
    width: 100% !important;
    object-fit: contain !important;
    filter: grayscale(100%) invert();
}

.card-header {
    background: none !important;
    border:none !important;

    h6 {
        color: #000002 !important;
        font-weight: 600 !important;
        line-height: 1.3em !important;
    }
}

.content-wrapper {
    background: #f0f4f9 !important;
}



.card {
    border-radius: 16px !important;
    border: none !important;
    overflow: hidden !important;
    box-shadow: none !important;

    &.shadow {
        box-shadow: none !important;
    }

    .card-body {
        padding: 10px !important;
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.container-fluid {
    h1 {
        color:#000002 !important;
    }
}

.table {
    thead {

        tr {
            border-radius: 10px;
        }

        th {
            background: #f2f2f2;
            border: none !important;

            &:first-child{
                border-radius: 10px 0 0px 10px !important;
            }

            &:last-child{
                border-radius: 0px 10px 10px 0px !important;
            }
        }
        
    }

    td {
        vertical-align: middle !important;
        border-top: 0 !important;
        border-bottom: 1px solid #eaeaea !important;
    }
}

.dataTables_wrapper {
    padding: 0 10px;
}

.main-header {
    i {
        color:#000002 !important
    }
}