/* START: NEW CSS */
.stat-card.bg-primary {
    background-color: rgba(55, 85, 163, 1) !important;
}

.stat-card.bg-success {
    background-color: rgba(34, 120, 94, 1) !important;
}

.stat-card.bg-warning {
    background-color: rgba(232, 208, 135, 1) !important;
    color: #000 !important;
}

.stat-card.bg-danger {
    background-color: rgba(163, 53, 66, 1) !important;
}

aside {
    background: #1B1D2E !important;
}

aside a, aside .dropdown-menu a {
    color: #FFFFFF !important;
}

aside .dropdown-menu a.active {
    color: #00D796 !important;
}

html > body > div.page.page-center {
    background-color: #1b1d2e !important;
}

.nav-brand a, .auth-logo-container {
    font-size: 0px !important;
}

.dropdown-menu a {
    color: #007c57 !important;
}

table a.btn {
    color: #007c57 !important;
}

/* END: NEW CSS */

body.theme-light {
    font-size: 16px;
}

a {
    color: #007c57 !important;
}

header a, a.btn {
    color: #FFFFFF !important;
}

.theme-light header .container-fluid {
    min-height: 66px;
}

.theme-light header .container-fluid .navbar-nav:first-child {
    flex: 1;
    justify-content: center;
}

.theme-light header .container-fluid .navbar-nav:first-child:after {
    content: '';
    display: block;
    margin-left: auto;
}

.theme-light header .container-fluid .navbar-nav .nav-brand {
    margin-right: auto;
}

.theme-light .navbar-collapse .navbar {
    padding: 14px 0;
    background: #1B1D2E;
    color: #FFFFFF;
}

.theme-light .navbar .navbar-nav .nav-link {
    color: #FFFFFF;
}

.theme-light .navbar-collapse .dropdown-toggle:hover:after {
    color: #00D796;
}

.theme-light .btn {
    border-width: 0px !important;
    border-color: transparent !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.theme-light .btn:hover {
    background-color: #00D796;
}

.theme-light .btn.btn-success {
    background-color: #1b1d2e;
}

.theme-light table .btn-link {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #42a5f5;
}

.theme-light table .btn-link:hover {
    background-color: transparent;
}

.theme-light form .card {
    border: 1px solid #BFBFC2;
    border-radius: 10px;
    box-shadow: none;
}

.theme-light form .card-body {
    margin: 0 auto;
    padding: 24px 24px;
}

.theme-light form .card-body label {
    font-size: 22px;
    font-weight: 500;
    color: #1B1D2E;
}

.theme-light form .card-body .existing-file,
.theme-light form .card-body .select2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.theme-light form .card-body .form-control,
.theme-light form .card-body .existing-file,
.theme-light form .card-body .select2 {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 700;
    color: #1B1D2E;
    border: 1px solid #BFBFC2;
    border-radius: 5px !important;
}

.theme-light form .card-body textarea.form-control {
    height: 100px;
    padding: 16px 16px;
    font-weight: 500;
}

.theme-light form .card-body .form-control:active,
.theme-light form .card-body .form-select:active {
    border-color: #00D796;
    box-shadow: none;
}

.theme-light form .card-body .form-control:focus,
.theme-light form .card-body .form-select:focus {
    border-color: #00D796;
    box-shadow: 0px 0px 8px 0px rgba(0, 215, 150, 0.2);
}

.theme-light form .card-body .form-control::placeholder {
    font-weight: 400;
    color: #9598A5;
}

.theme-light form .card-body .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    width: 100%;
    color: #1B1D2E;
    font-size: 16px;
    font-weight: 700;
}

.theme-light form .card-body .form-check-input:checked {
    background-color: #00D796;
}

.theme-light form .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-height: 36px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0;
    width: 100%;
}

.theme-light form .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #9598A5;
}

.theme-light form .card-body .theme-light .select2-container--bootstrap .select2-selection--single {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0 0;
}

.theme-light form .card-body .select2 .selection {
    width: 100%;
}

.theme-light form .card-body .select2-container--bootstrap .select2-selection__clear {
    font-weight: 400;
    font-size: 16px;
}