.cc-auth-body {
    background: #f5f8fa;
}

.cc-auth-aside {
    background-image: linear-gradient(rgba(17, 24, 39, .72), rgba(17, 24, 39, .78)), url("metronic/media/misc/auth-bg.png");
}

.cc-demo27-body {
    background: #f9f9f9;
}

#kt_app_header {
    background: #fff;
    border-bottom: 1px solid #f1f1f4;
}

#kt_app_toolbar {
    background: #fff;
    border-bottom: 1px solid #f1f1f4;
}

#kt_app_sidebar {
    background: #111111;
}

#kt_app_sidebar .btn-custom {
    border: 1px dashed #2d2d35;
    border-radius: 6px;
    background: transparent;
    min-height: 66px;
}

#kt_app_sidebar .btn-custom:hover {
    background: #19191f;
    border-color: #3b3b45;
}

#kt_app_sidebar .separator {
    border-bottom-color: #2a2a31;
    margin-bottom: 18px;
    margin-top: 18px;
}

#kt_app_sidebar .menu .menu-link {
    color: #f5f8fa;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 38px;
}

#kt_app_sidebar .menu .menu-title {
    color: #f5f8fa;
    font-weight: 700;
}

#kt_app_sidebar .menu .menu-icon i,
#kt_app_sidebar .menu .menu-arrow:after {
    color: #536a9d;
}

#kt_app_sidebar .menu .menu-link.active,
#kt_app_sidebar .menu .menu-link:hover,
#kt_app_sidebar .menu .menu-item.here > .menu-link {
    background: #1f1f29;
}

#kt_app_sidebar .menu .menu-link.active .menu-title,
#kt_app_sidebar .menu .menu-link:hover .menu-title,
#kt_app_sidebar .menu .menu-item.here > .menu-link .menu-title {
    color: #fff;
}

#kt_app_sidebar .menu .menu-bullet .bullet {
    background-color: #536a9d;
}

#kt_app_sidebar .menu-heading,
#kt_app_sidebar .menu-section {
    color: #7e8db5;
}

#kt_app_sidebar_footer .btn-custom {
    min-height: 36px;
}

.cc-stat {
    border-radius: 8px;
    min-height: 128px;
}

.cc-color-dot {
    border-radius: 999px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.cc-table-actions {
    width: 170px;
}

.cc-quick-expense {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #f8fdfb 100%);
    border: 1px solid #edf1f7;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.cc-soft-panel {
    background: #ffffff;
    border: 1px dashed #dce7f5;
    border-radius: 8px;
    padding: 24px;
}

.cc-money-input {
    color: #071437;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    min-height: 64px;
}

.cc-money-input::placeholder {
    color: #c6cfdf;
}

.cc-quick-expense .form-control,
.cc-quick-expense .form-select,
.cc-quick-expense .select2-container--bootstrap5 .select2-selection {
    background-color: #fff;
    border-color: #e4e9f2;
}

.cc-quick-expense .select2-container--bootstrap5 .select2-selection--single {
    min-height: 46px;
}

.cc-quick-expense .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.cc-password-help {
    background: #f8fafc;
    border: 1px dashed #dce7f5;
    border-radius: 8px;
    padding: 14px 16px;
}

.cc-ticket-box {
    background: #f8fbff;
    border: 1px dashed #c9dbf5;
    border-radius: 8px;
    padding: 14px;
}

.cc-ticket-preview img {
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    display: block;
    max-height: 220px;
    max-width: 100%;
    object-fit: contain;
}

.cc-color-control {
    background: #f8fafc;
    border: 1px dashed #dce7f5;
    border-radius: 8px;
    padding: 12px;
}

.cc-native-color {
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.cc-color-picker-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    min-height: 58px;
    padding: 10px 12px;
    text-align: left;
    width: 100%;
}

.cc-color-picker-btn:hover {
    border-color: #3e97ff;
}

.cc-color-preview {
    border: 3px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #dce3ef;
    height: 34px;
    width: 34px;
}

.cc-color-swatch-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cc-color-swatch {
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #dce3ef;
    height: 28px;
    width: 28px;
}

.cc-color-swatch.active,
.cc-color-swatch:hover {
    box-shadow: 0 0 0 3px rgba(62, 151, 255, .25);
}

.form-control,
.form-select,
.card,
.btn,
.alert,
.notice {
    border-radius: 8px;
}

@media (min-width: 992px) {
    .app-sidebar {
        width: 340px;
    }
}
