body.admin-soft-theme {
    --admin-accent: #c85d7f;
    --admin-accent-strong: #a93f63;
    --admin-accent-soft: #f8dce6;
    --admin-accent-lilac: #eadcf8;
    --admin-surface: #fffafb;
    --admin-surface-2: #fff;
    --admin-border: #f0dbe3;
    --admin-text: #4d3a45;
    --admin-muted: #8f7380;
    --admin-shadow: 0 10px 30px rgba(200, 93, 127, 0.10);
    background:
        radial-gradient(circle at top right, rgba(248, 220, 230, 0.8), transparent 28%),
        radial-gradient(circle at top left, rgba(234, 220, 248, 0.8), transparent 24%),
        #f9f4f7;
    color: var(--admin-text);
}

body.admin-soft-theme,
body.admin-soft-theme .app-default,
body.admin-soft-theme .menu-title,
body.admin-soft-theme .text-gray-900,
body.admin-soft-theme .text-dark,
body.admin-soft-theme .fw-bold,
body.admin-soft-theme .fw-semibold {
    color: var(--admin-text) !important;
}

body.admin-soft-theme .app-header {
    background: rgba(255, 250, 251, 0.92);
    border-bottom: 1px solid rgba(240, 219, 227, 0.9);
    box-shadow: 0 8px 24px rgba(99, 66, 80, 0.06);
}

body.admin-soft-theme .app-sidebar {
    background: linear-gradient(180deg, #fffafb 0%, #fff 100%);
    border-left: 1px solid rgba(240, 219, 227, 0.9);
    box-shadow: 12px 0 35px rgba(169, 63, 99, 0.05);
}

body.admin-soft-theme .app-sidebar-logo {
    min-height: 68px;
    border-bottom: 1px solid var(--admin-border);
}

body.admin-soft-theme .admin-soft-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

body.admin-soft-theme .admin-soft-brand-copy {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}

body.admin-soft-theme .admin-soft-brand-copy strong {
    font-size: 14px;
    color: var(--admin-accent-strong);
}

body.admin-soft-theme .admin-soft-brand-copy small {
    font-size: 11px;
    color: var(--admin-muted);
}

body.admin-soft-theme .app-sidebar .menu-link {
    border-radius: 16px;
    margin-bottom: 6px;
    min-height: 48px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    transition: all 0.18s ease;
}

body.admin-soft-theme .app-sidebar .menu-link:hover,
body.admin-soft-theme .app-sidebar .menu-item.hover > .menu-link,
body.admin-soft-theme .app-sidebar .menu-item.show > .menu-link,
body.admin-soft-theme .app-sidebar .menu-item.active > .menu-link,
body.admin-soft-theme .app-sidebar .menu-link.active,
body.admin-soft-theme .app-sidebar .menu-item.here > .menu-link {
    /*background: linear-gradient(90deg, rgba(248, 220, 230, 0.75), rgba(234, 220, 248, 0.55));*/
    box-shadow: inset 0 0 0 1px rgba(200, 93, 127, 0.08);
}

body.admin-soft-theme .app-sidebar .menu-item.show > .menu-link,
body.admin-soft-theme .app-sidebar .menu-item.active > .menu-link,
body.admin-soft-theme .app-sidebar .menu-link.active
 {
    background: linear-gradient(90deg, rgba(248, 220, 230, 0.95), rgba(234, 220, 248, 0.82)) !important;
    box-shadow:
        inset 0 0 0 1px rgba(200, 93, 127, 0.14),
        0 8px 18px rgba(200, 93, 127, 0.10) !important;
}

body.admin-soft-theme .app-sidebar .menu-item.show > .menu-link .menu-title,
body.admin-soft-theme .app-sidebar .menu-item.active > .menu-link .menu-title,
body.admin-soft-theme .app-sidebar .menu-link.active .menu-title,
body.admin-soft-theme .app-sidebar .menu-item.here > .menu-link .menu-title {
    color: var(--admin-accent-strong) !important;
    font-weight: 700;
}

body.admin-soft-theme .app-sidebar .menu-bullet,
body.admin-soft-theme .app-sidebar .menu-icon,
body.admin-soft-theme .app-navbar i,
body.admin-soft-theme .btn i {
    color: var(--admin-accent-strong) !important;
}

body.admin-soft-theme .app-sidebar .menu-icon,
body.admin-soft-theme .app-sidebar .menu-bullet {
    width: 2.25rem;
    min-width: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.admin-soft-theme .app-sidebar .menu-icon i,
body.admin-soft-theme .app-sidebar .menu-bullet i,
body.admin-soft-theme .app-sidebar .menu-link .mdi {
    font-size: 1.35rem !important;
    line-height: 1;
}

body.admin-soft-theme .app-sidebar .menu-link .menu-icon i,
body.admin-soft-theme .app-sidebar .menu-link .menu-bullet i {
    background: linear-gradient(135deg, rgba(248, 220, 230, 0.95), rgba(234, 220, 248, 0.95));
    border: 1px solid rgba(200, 93, 127, 0.12);
    border-radius: 14px;
    box-shadow: 0 6px 14px rgba(200, 93, 127, 0.08);
    padding: 0.55rem;
}

body.admin-soft-theme .app-sidebar .menu-item.show > .menu-link .menu-icon i,
body.admin-soft-theme .app-sidebar .menu-item.active > .menu-link .menu-icon i,
body.admin-soft-theme .app-sidebar .menu-link.active .menu-icon i,
body.admin-soft-theme .app-sidebar .menu-item.here > .menu-link .menu-icon i,
body.admin-soft-theme .app-sidebar .menu-item.show > .menu-link .menu-bullet i,
body.admin-soft-theme .app-sidebar .menu-item.active > .menu-link .menu-bullet i,
body.admin-soft-theme .app-sidebar .menu-link.active .menu-bullet i,
body.admin-soft-theme .app-sidebar .menu-item.here > .menu-link .menu-bullet i {
    background: linear-gradient(135deg, rgba(200, 93, 127, 0.16), rgba(234, 220, 248, 0.96));
    border-color: rgba(200, 93, 127, 0.2);
}

body.admin-soft-theme .app-sidebar .menu-arrow:after {
    color: var(--admin-accent-strong) !important;
}

body.admin-soft-theme .app-sidebar .menu-link .menu-arrow:after,
body.admin-soft-theme .app-sidebar .menu-item.show > .menu-link .menu-arrow:after,
body.admin-soft-theme .app-sidebar .menu-item.active > .menu-link .menu-arrow:after,
body.admin-soft-theme .app-sidebar .menu-link.active .menu-arrow:after,
body.admin-soft-theme .app-sidebar .menu-item.here > .menu-link .menu-arrow:after {
    color: #a93f63 !important;
    opacity: 1 !important;
}

body.admin-soft-theme .app-main {
    background: transparent;
}

body.admin-soft-theme .admin-soft-content {
    padding: 20px 22px 28px;
}

body.admin-soft-theme .card,
body.admin-soft-theme .modal-content,
body.admin-soft-theme .menu-sub-dropdown,
body.admin-soft-theme .dropdown-menu,
body.admin-soft-theme .swal2-popup {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(240, 219, 227, 0.95);
    box-shadow: var(--admin-shadow);
    border-radius: 22px !important;
}

body.admin-soft-theme .card-header,
body.admin-soft-theme .card-footer,
body.admin-soft-theme .modal-header,
body.admin-soft-theme .modal-footer {
    border-color: rgba(240, 219, 227, 0.8);
}

body.admin-soft-theme .btn.btn-primary,
body.admin-soft-theme .badge-light-success {
    background: linear-gradient(135deg, var(--admin-accent), #d37aa0) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(200, 93, 127, 0.22);
}

body.admin-soft-theme .btn.btn-light,
body.admin-soft-theme .btn.btn-custom,
body.admin-soft-theme .btn.btn-active-light {
    background: #fff !important;
    border: 1px solid var(--admin-border) !important;
    color: var(--admin-accent-strong) !important;
}

body.admin-soft-theme .btn:hover,
body.admin-soft-theme .menu-link:hover,
body.admin-soft-theme .symbol:hover,
body.admin-soft-theme .app-sidebar-toggle:hover {
    transform: translateY(-1px);
}

body.admin-soft-theme .form-control,
body.admin-soft-theme .form-select,
body.admin-soft-theme .select2-selection,
body.admin-soft-theme textarea {
    background: #fff;
    border: 1px solid #ecd5de !important;
    border-radius: 14px !important;
    color: var(--admin-text) !important;
    box-shadow: none !important;
}

body.admin-soft-theme .form-control:focus,
body.admin-soft-theme .form-select:focus,
body.admin-soft-theme textarea:focus {
    border-color: rgba(200, 93, 127, 0.55) !important;
    box-shadow: 0 0 0 0.2rem rgba(200, 93, 127, 0.12) !important;
}

body.admin-soft-theme table,
body.admin-soft-theme .table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(248, 220, 230, 0.22);
    --bs-table-hover-bg: rgba(234, 220, 248, 0.26);
    border-color: rgba(240, 219, 227, 0.85);
}

body.admin-soft-theme .table > :not(caption) > * > * {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    border-bottom-color: rgba(240, 219, 227, 0.8);
}

body.admin-soft-theme .app-sidebar-footer .btn {
    border-radius: 16px;
}

body.admin-soft-theme .admin-soft-welcome {
    color: var(--admin-accent-strong);
    font-size: 1rem;
    letter-spacing: -0.1px;
}

body.admin-soft-theme .symbol img,
body.admin-soft-theme #imgMainUserLogo,
body.admin-soft-theme #kt_header_user_menu_toggle img {
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(200, 93, 127, 0.16);
}

body.admin-soft-theme .file-uploader-modal .modal-header {
    align-items: center;
}

body.admin-soft-theme .upload-file-picker {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px;
    margin: 18px 0 10px;
    border: 1px dashed rgba(200, 93, 127, 0.35);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(248, 220, 230, 0.38), rgba(234, 220, 248, 0.32));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

body.admin-soft-theme .upload-file-picker__icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--admin-accent-strong);
    box-shadow: 0 10px 24px rgba(200, 93, 127, 0.12);
    flex-shrink: 0;
}

body.admin-soft-theme .upload-file-picker__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

body.admin-soft-theme .upload-file-picker__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--admin-accent-strong);
}

body.admin-soft-theme .upload-file-picker__hint {
    color: var(--admin-muted);
    font-size: 0.9rem;
}

body.admin-soft-theme .upload-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.admin-soft-theme .upload-file-trigger {
    align-self: flex-start;
    border-radius: 14px !important;
    padding: 0.85rem 1.2rem !important;
    box-shadow: 0 8px 20px rgba(200, 93, 127, 0.14);
}

body.admin-soft-theme .upload-file-name {
    min-height: 24px;
    color: var(--admin-text);
    font-size: 0.92rem;
    font-weight: 500;
}

body.admin-soft-theme .upload-progress-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

body.admin-soft-theme .upload-progress {
    flex: 1;
    height: 14px !important;
    background: rgba(240, 219, 227, 0.9);
    border-radius: 999px;
    overflow: hidden;
}

body.admin-soft-theme .upload-progress__bar {
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--admin-accent), #d37aa0);
    transition: width 0.2s ease;
}

body.admin-soft-theme .upload-progress__value {
    min-width: 52px;
    margin: 0 !important;
    color: var(--admin-accent-strong);
    font-weight: 700;
    text-align: left;
}

body.admin-soft-theme .bullet.bg-success,
body.admin-soft-theme .badge.badge-light-success {
    background-color: var(--admin-accent) !important;
}

body.admin-soft-theme a {
    transition: all 0.18s ease;
}

body.admin-soft-theme a:hover {
    color: var(--admin-accent-strong);
}

@media (max-width: 991px) {
    body.admin-soft-theme .admin-soft-content {
        padding: 0px 12px 24px;
    }

    body.admin-soft-theme .admin-soft-brand-copy {
        display: none;
    }
}
body.admin-soft-theme .menu-sub-dropdown.menu.show,body.admin-soft-theme  .menu-sub-dropdown.show[data-popper-placement],body.admin-soft-theme  .show.menu-dropdown > .menu-sub-dropdown {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--admin-accent-strong) !important;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e")
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
    color: #d37aa0
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease;
    color: #e48bb1
}
