.content-wrapper {
    background: f4f4f4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

label,
p,
a,
li,
input,
button,
span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

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

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

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

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

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

.main-sidebar {
    background: #2b303b !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: 22px !important;
}

.content-header {
    padding: 3% 20px !important;
    background: white !important;
    margin-bottom: 30px !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;
}

.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;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !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;
}