#jazzy-sidebar .sidebar-brand {
    height: auto;
    padding: 16px 18px;
}

#jazzy-sidebar .admin-brandlink {
    padding: 0;
}

#jazzy-sidebar .admin-brandline {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

#jazzy-sidebar .admin-brandmark {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #ffa94d;
    background: #4c4c9d;
}

#jazzy-sidebar .admin-brandbox {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 4px;
    background: #ffffff;
}

#jazzy-sidebar .admin-brandtitle {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

#jazzy-sidebar .admin-brandtitle .fofa {
    color: #ffa94d;
}

#jazzy-sidebar .admin-brandtitle .appdot {
    color: #4c4c9d;
}

#jazzy-navigation .nav-item {
    --bs-nav-link-padding-x: 0.5rem;
}

#jazzy-navigation > .nav-item.has-treeview > .nav-link {
    padding-left: 0.45rem;
}

#jazzy-navigation .nav-treeview {
    padding-left: 1.25rem;
}

#jazzy-navigation .nav-treeview .nav-icon {
    display: none;
}

#jazzy-navigation .nav-treeview .nav-link p {
    margin-left: 0;
}

.login-logo img {
    width: 280px;
    max-width: 100%;
    height: auto;
}

.login-page {
    background: #eef3f6;
}

.login-box {
    width: min(430px, calc(100vw - 32px));
}

.login-box .card {
    border: 1px solid #dce5ee;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(35, 49, 59, 0.16);
    overflow: hidden;
}

.login-card-body {
    padding: 34px 34px 32px;
    color: #263540;
}

.login-box-msg {
    margin-bottom: 28px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #263540;
}

.login-card-body .form-control,
.login-card-body .input-group-text {
    border-color: #dce5ee;
}

.login-card-body .form-control {
    min-height: 50px;
    font-size: 18px;
}

.login-card-body .form-control:focus {
    border-color: #5b5bb0;
    box-shadow: 0 0 0 0.2rem rgba(91, 91, 176, 0.14);
}

.login-card-body .input-group-text {
    min-width: 54px;
    justify-content: center;
    color: #5b5bb0;
    background: #f7f8ff;
}

.login-card-body .btn-primary {
    min-height: 52px;
    border-color: #5b5bb0;
    background: #5b5bb0;
    font-size: 18px;
    font-weight: 800;
}

.login-card-body .btn-primary:hover,
.login-card-body .btn-primary:focus {
    border-color: #4c4c9d;
    background: #4c4c9d;
}

body.change-list thead th .sortoptions,
body.change-list thead th .fa-times,
body.change-list thead th .fa-sort-alpha-down,
body.change-list thead th .fa-sort-alpha-up,
body.change-list thead th .fa-sort-numeric-down,
body.change-list thead th .fa-sort-numeric-up {
    display: none !important;
}

.app-content-header {
    padding-bottom: 0;
}

.admin-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.admin-page-title {
    min-width: 0;
}

.admin-page-actions {
    flex: 0 0 auto;
}

.admin-page-title h3 {
    margin-bottom: 0 !important;
    line-height: 1.05;
}

.admin-breadcrumbs-under-title .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.25;
}

#jazzy-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 120px;
    max-width: 120px;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 6px;
    border-width: 1px;
    box-shadow: none;
    font-weight: 600;
    line-height: 1.25;
}

#jazzy-actions .d-flex,
#jazzy-actions .object-tools {
    display: flex;
    justify-content: flex-end;
}

#jazzy-actions .object-tools .btn {
    flex: 0 0 auto;
    width: auto !important;
}

#jazzy-actions a.btn.w-100 {
    width: auto !important;
    max-width: 120px !important;
}

#jazzy-actions .btn-outline-secondary {
    color: #4b5563;
    background: #ffffff;
    border-color: #cfd8e3;
}

#jazzy-actions .btn-outline-secondary:hover,
#jazzy-actions .btn-outline-secondary:focus {
    color: #ffffff;
    background: #6b7280;
    border-color: #6b7280;
}

.checkoutbatch-actions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.checkoutbatch-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    color: #4b5563;
    background: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.checkoutbatch-close:hover,
.checkoutbatch-close:focus {
    color: #ffffff;
    background: #6b7280;
    border-color: #6b7280;
    text-decoration: none;
}
