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


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

.content-wrapper>.content {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Google Sans Flex" !important;
}

label,
p,
a,
li,
input,
button,
span {
    font-family: "Google Sans Flex" !important;
}

input,
select,
select span {
    font-size: 14px !important;
}

.form-group label {
    font-size: 14px !important;
}

.brand-image-xl {
    width: 100% !important;
    opacity: 1 !important;
    padding: 0 10px !important;
}

.sidebar {
    min-width: 100%;
}

.nav-item {
    padding: 0px !important;
    transition: 0.3s;

    a {
        padding: 10px 10px!important;
        color:#ffffffc9 !important;
        width: 100% !important;
    }

    .nav-item {
        a {
            padding: 10px 20px!important;
        }
    }

    &.menu-open {
        background: #3a3a3a !important;
        border-radius: 8px;
        transition: 0.3s;
    }

    &:last-child {
        margin-bottom: 0 !important;
    }
}

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

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

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

.main-sidebar {
    background: #1a1a1a !important;
    box-shadow: none !important;
}

.nav-link {
    color: #929aac !important;

    font-weight: 400 !important;
}

.nav-link p {
    font-size: 14px !important;
}

.nav-link.active:not(.member-info) {
    background: none !important;
    color: #fff !important;
    box-shadow: none !important;
    font-weight: 600 !important;
}

.content-header h1 {
    font-size: 20px !important;
}

.content-header {
    padding: 20px 18px!important ;
    margin-bottom: 0px !important;

    .container-fluid {
        padding: 0 !important;
    }
}

.card {
    box-shadow: none !important;
    border-radius: 0 !important;
    background: white !important;
}

.card-header {
    font-weight: 600;
    opacity: 1;
    letter-spacing: 0px;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #e6e6e6 !important;
}

.card-header .btn {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
}

.card-header .btn i {
    margin-right: 5px !important;
}

.form-group div.col-10 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.form-group .col-form-label {
    font-weight: 500 !important;
    text-align: left;
}

table {
    font-size: 14px !important;
}

table th {
    border-top: 0 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

table .select2-container--focus,
table .select2-container--open {
    min-width: 300px;
}

.card-content table input:focus {
    min-width: 100px !important;
}

table textarea:focus {
    min-width: 200px !important;
    min-height: 150px !important;
}

table input {
    min-height: 42px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding-left: 5px;
}

/* table textarea {
    min-width: 300px;
} */

table input[type='checkbox'] {
    width: 30px;
}

table .select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: nowrap !important;
}

#snackbar {
    position: fixed;
    z-index: 1;
    right: 5%;
    top: 100px;
    font-size: 17px;
}

th.dt-center,
td.dt-center {
    text-align: center;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
        width: 55px;
    }
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: 0;
        width: 55px ;
    }
}

.main-header a {
    color:#1a1a1a !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;
}

.navbar {
    i {
        color: #1a1a1a !important;
    }
}