body {
    background-size: auto 100% !important;
    background-position: left !important;
    background-color: #f5ede9 !important;
    background-repeat: no-repeat !important;
}


#kt_app_header {
    background-color: #a9a3a7 !important;
}

.app-sidebar-secondary {
    border-right: 0px !important;
}

#kt_app_sidebar {
    background-color: #f5ede9 !important;
}

.h-logo {
    height: var(--bs-app-sidebar-primary-width-actual);
}

.login-margin-top {
    margin-top: var(--bs-app-sidebar-primary-width-actual);
}

:root {
    --bs-primary: #a9a3a7 !important;
}

@media (max-width: 576px) {
    .toto {
        width: 100%;
    }

    .h-m-logo {
        width: 75%;
    }
}

@media (min-width: 991.98px) {
    :root {
        --bs-app-header-height: 90px !important;
        --bs-app-header-height-actual: 90px !important;
    }

    [data-kt-app-sidebar-stacked=true] {
        --bs-app-sidebar-primary-width: 0px;
    }
}

.customer-item {
    border-radius: .65rem;
    border: 1px solid #e0e0e0;
}