/* PANEL CUSTOM - TEK URUN */

.main-content {
    background: #f7f8fb;
}

.card {
    border: 1px solid #edf2f9;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(18, 38, 63, 0.04);
}

.card-body {
    padding: 26px;
}

.table-responsive {
    border-radius: 12px;
}

.table.e-commerce-table {
    margin-bottom: 0;
}

.table.e-commerce-table thead th {
    background: #fafbfe;
    color: #455560;
    font-size: 12px;
    font-weight: 700;
    border-top: 0;
    border-bottom: 1px solid #edf2f9;
    white-space: nowrap;
}

.table.e-commerce-table tbody td {
    vertical-align: middle;
    font-size: 13px;
    color: #455560;
    border-color: #edf2f9;
}

.table.e-commerce-table tbody tr:hover {
    background: #f8fbff;
}

.panel-title-cell h6 {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
}

.panel-sub-text {
    display: block;
    margin-top: 5px;
    color: #8c98a9;
    font-size: 12px;
}

.panel-domain-link {
    font-weight: 500;
}

.panel-code-badge {
    background: #fff0f6;
    color: #eb2f96;
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 11px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.status-pill.success {
    background: #e6fff7;
    color: #00a67d;
}

.status-pill.warning {
    background: #fff7e6;
    color: #d46b08;
}

.status-pill.danger {
    background: #fff1f0;
    color: #cf1322;
}

.status-pill.default {
    background: #f0f2f5;
    color: #595959;
}

.panel-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    min-width: 250px;
}

.panel-action-btn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fb;
    color: #5c6b82;
    border: 1px solid #e8edf7;
    transition: all .18s ease;
}

.panel-action-btn:hover {
    background: #3f87f5;
    border-color: #3f87f5;
    color: #fff;
}

.panel-action-btn.success:hover {
    background: #00c9a7;
    border-color: #00c9a7;
    color: #fff;
}

.panel-action-btn.warning:hover {
    background: #fa8c16;
    border-color: #fa8c16;
    color: #fff;
}

.panel-action-btn.danger:hover {
    background: #de4436;
    border-color: #de4436;
    color: #fff;
}

.panel-action-btn i {
    font-size: 14px;
}

.btn-primary {
    box-shadow: 0 6px 14px rgba(63, 135, 245, 0.25);
}

.tooltip-inner {
    background-color: #1f2937;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    padding: 7px 10px;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #1f2937;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #1f2937;
}

.bs-tooltip-left .arrow::before {
    border-left-color: #1f2937;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #1f2937;
}

.dashboard-stat-card .card-body {
    padding: 22px;
}

.dashboard-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.dashboard-stat-icon.primary {
    background: #eef5ff;
    color: #3f87f5;
}

.dashboard-stat-icon.success {
    background: #e6fff7;
    color: #00a67d;
}

.dashboard-stat-icon.warning {
    background: #fff7e6;
    color: #d46b08;
}

.dashboard-status-row,
.dashboard-site-row,
.dashboard-log-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #edf2f9;
}

.dashboard-status-row:last-child,
.dashboard-site-row:last-child,
.dashboard-log-row:last-child {
    border-bottom: 0;
}

.dashboard-site-row {
    gap: 15px;
}

.dashboard-site-row > div:first-child {
    min-width: 0;
}

.dashboard-site-row h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-inline-form {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.panel-inline-form button.panel-action-btn {
    border: 1px solid #e8edf7;
    cursor: pointer;
    font: inherit;
}

.panel-inline-form button.panel-action-btn:focus {
    outline: none;
}

.panel-actions form {
    flex: 0 0 auto;
}

/* ORDERS LIST RESPONSIVE */

.orders-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

#orders-filter-form {
    row-gap: 8px;
}

#orders-filter-form .btn {
    margin-bottom: 6px;
}

#orders-datatable {
    width: 100% !important;
}

.orders-desktop-scroll-table {
    min-width: 1120px;
}

.orders-table-wrap .dataTables_wrapper,
.orders-table-wrap .dataTables_scroll,
.orders-table-wrap .dataTables_scrollHead,
.orders-table-wrap .dataTables_scrollBody {
    max-width: 100%;
}

.orders-table-wrap .dataTables_scroll {
    overflow: hidden;
}

.orders-table-wrap .dataTables_scrollBody {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border-bottom: 1px solid #edf2f9;
}

.orders-table-wrap .dataTables_scrollBody::-webkit-scrollbar {
    height: 8px;
}

.orders-table-wrap .dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f3f5fa;
    border-radius: 8px;
}

.orders-table-wrap .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #c5cfdd;
    border-radius: 8px;
}

#orders-datatable .panel-actions {
    min-width: auto;
}

@media (max-width: 767px) {
    .orders-table-wrap {
        overflow: visible;
    }

    .orders-desktop-scroll-table {
        min-width: 0;
    }

    .orders-table-wrap .dataTables_scroll,
    .orders-table-wrap .dataTables_scrollHead,
    .orders-table-wrap .dataTables_scrollBody {
        overflow: visible !important;
        width: 100% !important;
    }

    .orders-table-wrap .dataTables_scrollHead {
        display: none !important;
    }

    .orders-table-wrap .dataTables_scrollBody {
        border-bottom: 0;
    }

    .main-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page-header {
        margin-bottom: 16px;
    }

    .page-header .header-title {
        font-size: 20px;
    }

    .card-body {
        padding: 14px;
    }

    #orders-filter-form {
        margin-bottom: 14px !important;
    }

    #orders-filter-form > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #orders-filter-form .btn {
        width: 100%;
        margin-right: 0;
    }

    #orders-export-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dataTables_wrapper .row {
        margin-left: 0;
        margin-right: 0;
    }

    .dataTables_wrapper .row > div {
        padding-left: 0;
        padding-right: 0;
    }

    .dataTables_length,
    .dataTables_filter,
    .dataTables_info,
    .dataTables_paginate {
        width: 100%;
        text-align: left !important;
        margin-bottom: 12px;
    }

    .dataTables_filter label,
    .dataTables_length label {
        width: 100%;
        display: grid;
        gap: 6px;
        font-weight: 700;
    }

    .dataTables_filter input,
    .dataTables_length select {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .dataTables_paginate .pagination {
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
    }

    .orders-mobile-table,
    .orders-mobile-table thead,
    .orders-mobile-table tbody,
    .orders-mobile-table th,
    .orders-mobile-table td,
    .orders-mobile-table tr {
        display: block;
        width: 100%;
    }

    .orders-mobile-table thead {
        display: none;
    }

    .orders-mobile-table tbody tr {
        margin-bottom: 14px;
        padding: 14px;
        border: 1px solid #e6edf5;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(18, 38, 63, 0.06);
    }

    .orders-mobile-table tbody td {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
        gap: 10px;
        padding: 9px 0 !important;
        border: 0 !important;
        font-size: 13px;
        white-space: normal;
        word-break: break-word;
    }

    .orders-mobile-table tbody td::before {
        content: attr(data-label);
        color: #8c98a9;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .02em;
    }

    .orders-mobile-table tbody td:first-child {
        padding-top: 0 !important;
    }

    .orders-mobile-table tbody td:first-child strong {
        display: inline-flex;
        padding: 6px 9px;
        border-radius: 8px;
        background: #fff0f6;
        color: #eb2f96;
        font-size: 12px;
    }

    .orders-mobile-table tbody td:last-child {
        grid-template-columns: 1fr;
        padding-top: 12px !important;
        border-top: 1px solid #edf2f7 !important;
    }

    .orders-mobile-table tbody td:last-child::before {
        display: none;
    }

    .orders-mobile-table .panel-title-cell h6 {
        font-size: 14px;
        line-height: 1.35;
    }

    .orders-mobile-table .panel-sub-text {
        font-size: 12px;
        word-break: break-all;
    }

    .orders-mobile-table .status-pill {
        width: max-content;
    }

    .orders-mobile-table .panel-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        min-width: 0;
    }

    .orders-mobile-table .panel-action-btn {
        width: 100%;
        height: 42px;
        border-radius: 12px;
    }

    .orders-mobile-table .panel-action-btn::after {
        content: "Sipariş Detayı";
        margin-left: 8px;
        font-size: 13px;
        font-weight: 800;
    }
}

.orders-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.orders-filter-actions .btn {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .orders-filter-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .orders-filter-actions .btn {
        width: 100%;
    }
}

/* ORDER DETAIL LONG TEXT FIX */

.order-long-text {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    line-height: 1.45;
}

.order-long-text a {
    display: inline;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}

@media (max-width: 767px) {
    .order-long-text {
        font-size: 12px;
        line-height: 1.5;
    }

    .order-detail-card,
    .order-detail-card .card-body,
    .order-detail-card table,
    .order-detail-card td {
        max-width: 100%;
    }
}

.page-header {
    margin-bottom: 22px;
}

.page-header .header-title {
    color: #1f2937;
    font-weight: 800;
}

.card-header {
    border-bottom: 1px solid #edf2f9;
    background: #fff;
}

.card-title {
    color: #1f2937;
    font-weight: 800;
}

.form-group label {
    color: #374151;
    font-size: 13px;
    font-weight: 700;
}

.form-control,
.custom-select {
    min-height: 42px;
    border-color: #dfe6f1;
    border-radius: 8px;
}

textarea.form-control {
    min-height: auto;
}

.form-control:focus,
.custom-select:focus {
    border-color: #3f87f5;
    box-shadow: 0 0 0 3px rgba(63, 135, 245, 0.12);
}

.alert {
    border-radius: 10px;
}

.site-edit-tabs {
    position: sticky;
    top: 70px;
    z-index: 15;
    margin-bottom: 20px;
    padding: 10px 12px 0;
    border: 1px solid #edf2f9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 38, 63, 0.04);
}

.site-edit-tabs .nav-link {
    color: #5f6f86;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}

.site-edit-tabs .nav-link.active {
    color: #3f87f5;
    background: #f5f9ff;
    border-color: #edf2f9 #edf2f9 #f5f9ff;
}

.panel-section {
    padding: 22px 0;
    border-bottom: 1px solid #edf2f9;
}

.panel-section:first-child {
    padding-top: 0;
}

.panel-section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.panel-section-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.panel-section-title h5 {
    margin-bottom: 4px;
    color: #1f2937;
    font-size: 16px;
    font-weight: 800;
}

.panel-section-title p {
    margin-bottom: 0;
    color: #8c98a9;
    font-size: 13px;
}

.sticky-form-actions {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 22px;
    padding: 14px 0;
    background: linear-gradient(180deg, rgba(247, 248, 251, 0), #f7f8fb 32%);
}

.side-nav .side-nav-menu > li.active > a {
    color: #3f87f5;
    background: #f0f6ff;
}

.side-nav .side-nav-menu > li.active .icon-holder {
    color: #3f87f5;
}

@media (max-width: 767px) {
    .site-edit-tabs {
        position: static;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }

    .site-edit-tabs .nav-item {
        flex: 0 0 auto;
    }

    .panel-section-title {
        display: grid;
        gap: 10px;
    }

    .sticky-form-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sticky-form-actions .btn {
        width: 100%;
    }
}

/* PANEL NAVIGATION IA */

.panel-side-nav .side-nav-menu {
    padding: 14px 12px 22px;
}

.panel-side-nav .nav-section-title {
    padding: 18px 12px 8px;
    margin: 0;
    list-style: none;
}

.panel-side-nav .nav-section-title span {
    display: block;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.panel-side-nav .nav-section-title-muted {
    margin-top: 12px;
    border-top: 1px solid #eef2f7;
}

.panel-side-nav .side-nav-menu > li.nav-item > a {
    min-height: 42px;
    margin: 2px 0;
    padding: 10px 12px;
    border-radius: 10px;
    color: #475569;
    font-weight: 650;
}

.panel-side-nav .side-nav-menu > li.nav-item > a .icon-holder {
    width: 28px;
    color: #64748b;
    font-size: 14px;
}

.panel-side-nav .side-nav-menu > li.nav-item.active > a {
    background: #ecfdf5;
    color: #047857;
}

.panel-side-nav .side-nav-menu > li.nav-item.active > a .icon-holder {
    color: #059669;
}

.panel-side-nav .side-nav-menu > li.nav-item > a:hover {
    background: #f8fafc;
    color: #0f172a;
}

/* SKOTE PANEL COMPATIBILITY */

.panel-hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.panel-topbar-title {
    display: grid;
    gap: 1px;
    padding-left: 14px;
    border-left: 1px solid #eff2f7;
    line-height: 1.2;
}

.panel-topbar-title span {
    color: #74788d;
    font-size: 11px;
    font-weight: 600;
}

.panel-topbar-title strong {
    color: #343a40;
    font-size: 14px;
    font-weight: 700;
}

.panel-header-avatar {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #556ee6;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
}

.page-header {
    margin-bottom: 24px;
}

.page-header .header-title {
    margin-bottom: 6px;
    color: #495057;
    font-size: 18px;
    font-weight: 600;
}

.header-sub-title .breadcrumb {
    margin-bottom: 0;
}

.card {
    border: 0;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #eff2f7;
}

.card-title {
    color: #495057;
    font-weight: 600;
}

.table.e-commerce-table,
.table.table-hover {
    margin-bottom: 0;
}

.table.e-commerce-table thead th {
    color: #495057;
    background: #f8f9fa;
    border-bottom: 1px solid #eff2f7;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.table.e-commerce-table tbody td {
    vertical-align: middle;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35em 0.65em;
    border-radius: 10rem;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.status-pill.success {
    color: #34c38f;
    background: rgba(52, 195, 143, 0.18);
}

.status-pill.warning {
    color: #f1b44c;
    background: rgba(241, 180, 76, 0.18);
}

.status-pill.danger {
    color: #f46a6a;
    background: rgba(244, 106, 106, 0.18);
}

.status-pill.default {
    color: #74788d;
    background: #eff2f7;
}

.panel-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.panel-action-btn {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    background: #eff2f7;
    border: 1px solid #eff2f7;
    transition: all .15s ease;
}

.panel-action-btn:hover {
    color: #fff;
    background: #556ee6;
    border-color: #556ee6;
}

.panel-action-btn.success:hover {
    background: #34c38f;
    border-color: #34c38f;
}

.panel-action-btn.warning:hover {
    background: #f1b44c;
    border-color: #f1b44c;
}

.panel-action-btn.danger:hover {
    background: #f46a6a;
    border-color: #f46a6a;
}

.panel-inline-form {
    display: inline-flex;
    margin: 0;
}

.panel-code-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    color: #556ee6;
    background: rgba(85, 110, 230, 0.12);
    font-size: 11px;
    font-weight: 600;
}

.panel-sub-text {
    display: block;
    margin-top: 3px;
    color: #74788d;
    font-size: 12px;
}

.panel-title-cell h6 {
    color: #343a40;
    font-size: 13px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    margin-bottom: .5rem;
    color: #495057;
    font-weight: 500;
}

.btn-default {
    color: #495057;
    background-color: #eff2f7;
    border-color: #eff2f7;
}

.btn-default:hover {
    color: #495057;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-block {
    display: block;
    width: 100%;
}

.site-edit-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #eff2f7;
}

.site-edit-tabs .nav-link {
    color: #495057;
    font-weight: 500;
}

.site-edit-tabs .nav-link.active {
    color: #556ee6;
    background: transparent;
    border-color: #eff2f7 #eff2f7 #fff;
}

.sticky-form-actions {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
    padding: 14px 0;
    background: linear-gradient(180deg, rgba(248, 248, 251, 0), #f8f8fb 32%);
}

.panel-auth-page .card {
    border-radius: 0.25rem;
}

@media (max-width: 767px) {
    .panel-actions {
        flex-wrap: wrap;
    }

    .site-edit-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .site-edit-tabs .nav-item {
        flex: 0 0 auto;
    }

    .sticky-form-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sticky-form-actions .btn {
        width: 100%;
    }
}

/* SKOTE DASHBOARD */

.dashboard-summary-card .mini-stat-icon .avatar-title {
    background: transparent;
    color: #fff;
}

.dashboard-status-list {
    display: grid;
    gap: 14px;
}

.dashboard-status-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #eff2f7;
}

.dashboard-status-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.dashboard-status-item span {
    color: #74788d;
    font-weight: 500;
}

.dashboard-status-item strong {
    color: #343a40;
    font-size: 18px;
}

.dashboard-table h6 {
    font-size: 13px;
    font-weight: 600;
}

.dashboard-list {
    display: grid;
    gap: 0;
}

.dashboard-list-item {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #eff2f7;
}

.dashboard-list-item:first-child {
    padding-top: 0;
}

.dashboard-list-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.dashboard-list-item h6 {
    color: #343a40;
    font-size: 13px;
    font-weight: 600;
}

.dashboard-list-item p {
    font-size: 12px;
}

/* SKOTE CAMPAIGN LIST */

.campaign-list-card .card-body {
    padding: 1.25rem;
}

.campaign-datatable {
    min-width: 1120px;
}

.campaign-datatable thead th {
    font-size: 12px;
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}

.campaign-datatable tbody td {
    vertical-align: middle;
}

.campaign-actions-cell {
    min-width: 320px;
}

.campaign-actions-cell .panel-actions {
    justify-content: flex-start !important;
    flex-wrap: nowrap;
}

.campaign-list-card .dataTables_info {
    color: #74788d;
    font-size: 13px;
}

.campaign-list-card .pagination {
    justify-content: flex-end;
    margin-bottom: 0;
}

.campaign-list-card .page-link {
    min-width: 32px;
    text-align: center;
}

.panel-domain-link {
    color: #556ee6;
    font-weight: 500;
}

.panel-domain-link:hover {
    color: #3448c5;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .campaign-actions-cell .panel-actions {
        flex-wrap: wrap;
    }

    .campaign-list-card .pagination {
        justify-content: center;
        margin-top: 12px;
    }

    .campaign-list-card .dataTables_info {
        text-align: center;
    }
}

/* SKOTE PRODUCT LIST */

.product-list-card .card-body {
    padding: 1.25rem;
}

.product-datatable {
    min-width: 1080px;
}

.product-datatable thead th {
    font-size: 12px;
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}

.product-datatable tbody td {
    vertical-align: middle;
}

.product-actions-cell {
    min-width: 130px;
}

.product-actions-cell .panel-actions {
    justify-content: flex-start !important;
    flex-wrap: nowrap;
}

.product-list-card .dataTables_info {
    color: #74788d;
    font-size: 13px;
}

.product-list-card .pagination {
    justify-content: flex-end;
    margin-bottom: 0;
}

.product-list-card .page-link {
    min-width: 32px;
    text-align: center;
}

.product-list-card .select2-container .select2-selection--single {
    min-height: 38px;
    border-color: #ced4da;
}

.product-list-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.product-list-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.product-list-card del {
    font-size: 12px;
}

@media (max-width: 991px) {
    .product-list-card .text-lg-end {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .product-actions-cell .panel-actions {
        flex-wrap: wrap;
    }

    .product-list-card .pagination {
        justify-content: center;
        margin-top: 12px;
    }

    .product-list-card .dataTables_info {
        text-align: center;
    }

    #products-filter-form .btn {
        width: 100%;
    }

    #products-filter-form .d-flex {
        width: 100%;
    }
}

/* SKOTE ORDER LIST */

.order-list-card .card-body {
    padding: 1.25rem;
}

.order-filter-panel {
    padding-bottom: 1rem;
    border-bottom: 1px solid #eff2f7;
}

.order-filter-actions {
    justify-content: flex-end;
}

.order-datatable {
    min-width: 1240px;
}

.order-datatable thead th {
    font-size: 12px;
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}

.order-datatable tbody td {
    vertical-align: middle;
}

.order-actions-cell {
    min-width: 70px;
}

.order-actions-cell .panel-actions {
    justify-content: flex-start !important;
}

.order-list-card .dataTables_info {
    color: #74788d;
    font-size: 13px;
}

.order-list-card .pagination {
    justify-content: flex-end;
    margin-bottom: 0;
}

.order-list-card .page-link {
    min-width: 32px;
    text-align: center;
}

.order-list-card .select2-container .select2-selection--single {
    min-height: 38px;
    border-color: #ced4da;
}

.order-list-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.order-list-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.order-list-card .badge-warning {
    color: #f1b44c;
    background: rgba(241, 180, 76, 0.18);
}

@media (max-width: 991px) {
    .order-filter-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .order-filter-actions {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .order-filter-actions .btn {
        width: 100%;
    }

    .order-list-card .pagination {
        justify-content: center;
        margin-top: 12px;
    }

    .order-list-card .dataTables_info {
        text-align: center;
    }
}

/* SKOTE ORDER DETAIL */

.order-detail-layout .card {
    margin-bottom: 24px;
}

.order-detail-layout .card-header {
    padding: 16px 20px;
    background: #fff;
    border-bottom: 1px solid #eff2f7;
}

.order-detail-layout .card-title {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

.order-detail-layout .table th {
    color: #495057;
    font-weight: 600;
}

.order-detail-layout .table td {
    color: #495057;
}

.order-detail-layout .form-select,
.order-detail-layout .form-control {
    min-height: 38px;
}

.order-detail-layout textarea.form-control {
    min-height: auto;
}

.order-long-text {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    line-height: 1.45;
}

.cart-editor-card {
    border: 0;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.cart-editor-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.cart-editor-section {
    padding: 18px;
    border: 1px solid #eff2f7;
    border-radius: 4px;
    background: #fff;
}

.cart-editor-section-title span {
    background: #556ee6;
}

.cart-editor-section-title strong,
.cart-editor-package-preview strong,
.admin-variant-editor-head strong,
.admin-variant-row label {
    color: #495057;
}

.cart-editor-package-preview > div,
.admin-variant-editor-head,
.admin-variant-row {
    border-color: #eff2f7;
    background: #f8f8fb;
}

.cart-editor-summary {
    top: 90px;
    border-radius: 4px;
    background: #2a3042;
    box-shadow: none;
}

.cart-editor-submit {
    min-height: 42px;
    border-radius: 4px;
}

.js-fast-kargo-branch-select {
    width: 100%;
}

.order-detail-layout .select2-container .select2-selection--single {
    min-height: 38px;
    border-color: #ced4da;
}

.order-detail-layout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.order-detail-layout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

@media (max-width: 991px) {
    .cart-editor-summary {
        position: static;
        margin-top: 20px;
    }
}

/* ORDER COMMAND WORKSPACE */

.order-command-hero {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding: 22px;
    border-radius: 8px;
    background: #2a3042;
    color: #fff;
}

.order-command-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 600;
}

.order-command-hero h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.order-command-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
}

.order-command-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.order-command-total {
    min-width: 220px;
    display: grid;
    align-content: center;
    justify-items: end;
    gap: 6px;
}

.order-command-total span:first-child {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.order-command-total strong {
    color: #fff;
    font-size: 24px;
}

.order-workspace-tabs {
    gap: 8px;
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.order-workspace-tabs .nav-link {
    color: #495057;
    font-weight: 600;
}

.order-workspace-tabs .nav-link.active {
    color: #fff;
    background: #556ee6;
}

.order-panel-card {
    border: 0;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.order-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.order-panel-head span {
    display: block;
    color: #74788d;
    font-size: 12px;
    font-weight: 600;
}

.order-panel-head h5 {
    margin: 2px 0 0;
    color: #343a40;
    font-size: 16px;
    font-weight: 700;
}

.order-detail-table h6 {
    font-size: 13px;
    font-weight: 600;
}

.order-totals-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
    border: 1px solid #eff2f7;
    border-radius: 8px;
    overflow: hidden;
}

.order-totals-strip > div {
    padding: 14px;
    background: #f8f8fb;
    border-right: 1px solid #eff2f7;
}

.order-totals-strip > div:last-child {
    border-right: 0;
}

.order-totals-strip span {
    display: block;
    color: #74788d;
    font-size: 12px;
}

.order-totals-strip strong {
    display: block;
    margin-top: 4px;
    color: #343a40;
    font-size: 15px;
}

.order-totals-strip .total {
    background: #556ee6;
}

.order-totals-strip .total span,
.order-totals-strip .total strong {
    color: #fff;
}

.order-info-grid {
    display: grid;
    gap: 12px;
}

.order-info-grid > div {
    padding: 14px;
    border: 1px solid #eff2f7;
    border-radius: 8px;
    background: #f8f8fb;
}

.order-info-grid span {
    display: block;
    margin-bottom: 5px;
    color: #74788d;
    font-size: 12px;
    font-weight: 600;
}

.order-info-grid strong {
    display: block;
    color: #343a40;
    font-size: 13px;
    word-break: break-word;
}

.order-profile-card {
    position: sticky;
    top: 90px;
    border: 0;
    text-align: center;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.order-customer-avatar {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #556ee6;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.order-profile-card h5 {
    margin-bottom: 4px;
    font-weight: 700;
}

.order-profile-lines {
    display: grid;
    gap: 12px;
    margin-top: 20px;
    text-align: left;
}

.order-profile-lines > div {
    padding-top: 12px;
    border-top: 1px solid #eff2f7;
}

.order-profile-lines span {
    display: block;
    color: #74788d;
    font-size: 12px;
    font-weight: 600;
}

.order-profile-lines strong,
.order-profile-lines small {
    display: block;
    margin-top: 4px;
}

.order-cart-workbench {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.order-cart-canvas {
    padding: 22px;
}

.order-form-block {
    padding: 16px;
    border: 1px solid #eff2f7;
    border-radius: 8px;
    background: #f8f8fb;
}

.order-form-block label {
    display: block;
    margin-bottom: 8px;
    color: #495057;
    font-weight: 600;
}

.order-package-snapshot {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.order-package-snapshot > div {
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eff2f7;
}

.order-package-snapshot span {
    display: block;
    color: #74788d;
    font-size: 12px;
}

.order-package-snapshot strong {
    display: block;
    margin-top: 4px;
    color: #343a40;
}

.order-cart-summary {
    position: sticky;
    top: 90px;
    padding: 20px;
    border-radius: 8px;
    background: #2a3042;
    color: #fff;
}

.order-cart-summary > span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.order-cart-summary h4 {
    color: #fff;
    margin-bottom: 18px;
}

.summary-line,
.summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.summary-line span,
.summary-total span {
    color: rgba(255, 255, 255, 0.68);
}

.summary-line strong,
.summary-total strong {
    color: #fff;
}

.summary-line.discount strong {
    color: #f46a6a;
}

.summary-total {
    margin-top: 10px;
    border-bottom: 0;
}

.summary-total strong {
    font-size: 22px;
}

.order-cart-summary p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.admin-variant-editor {
    display: grid;
    gap: 12px;
}

.admin-variant-editor-head,
.admin-variant-row {
    padding: 12px;
    border: 1px solid #eff2f7;
    border-radius: 8px;
    background: #fff;
}

.admin-variant-editor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-variant-editor-head strong,
.admin-variant-row label {
    color: #343a40;
    font-weight: 700;
}

.admin-variant-editor-head small {
    display: block;
    color: #74788d;
}

.admin-variant-row {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.order-technical-box,
.order-long-text {
    max-width: 100%;
    padding: 14px;
    border-radius: 8px;
    background: #f8f8fb;
    border: 1px solid #eff2f7;
    color: #495057;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.5;
}

.js-fast-kargo-branch-select {
    width: 100%;
}

@media (max-width: 1199px) {
    .order-profile-card,
    .order-cart-summary {
        position: static;
    }
}

@media (max-width: 991px) {
    .order-command-hero {
        display: grid;
    }

    .order-command-total {
        justify-items: start;
    }

    .order-totals-strip,
    .order-package-snapshot {
        grid-template-columns: 1fr;
    }

    .admin-variant-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .order-workspace-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .order-workspace-tabs .nav-item {
        flex: 0 0 auto;
    }
}

/* SKOTE CAMPAIGN CREATE */

.campaign-create-card {
    border: 0;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.campaign-form-section {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eff2f7;
}

.campaign-form-section:last-of-type {
    margin-bottom: 0;
}

.campaign-form-section-head {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.campaign-step {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #556ee6;
    color: #fff;
    font-weight: 700;
}

.campaign-form-section-head h5 {
    margin-bottom: 4px;
    color: #343a40;
    font-size: 16px;
    font-weight: 700;
}

.campaign-form-section-head p {
    margin-bottom: 0;
    color: #74788d;
    font-size: 13px;
}

.campaign-color-grid .form-control-color {
    width: 100%;
    min-height: 42px;
}

.campaign-create-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-top: 20px;
}

.campaign-preview-card {
    position: sticky;
    top: 90px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.campaign-preview-head {
    padding: 20px;
    background: #2a3042;
    color: #fff;
}

.campaign-preview-head span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-weight: 600;
}

.campaign-preview-head strong {
    display: block;
    color: #fff;
    font-size: 18px;
    word-break: break-word;
}

.campaign-preview-body {
    display: grid;
    gap: 20px;
    padding: 20px;
}

.campaign-preview-body span {
    display: block;
    margin-bottom: 8px;
    color: #343a40;
    font-size: 13px;
    font-weight: 700;
}

.campaign-preview-body ul {
    margin: 0;
    padding-left: 18px;
    color: #495057;
}

.campaign-preview-body li + li {
    margin-top: 6px;
}

.campaign-preview-body p {
    margin: 0;
    color: #74788d;
    line-height: 1.55;
}

@media (max-width: 1199px) {
    .campaign-preview-card {
        position: static;
        margin-top: 24px;
    }
}

@media (max-width: 575px) {
    .campaign-create-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .campaign-create-actions .btn {
        width: 100%;
    }
}

/* SKOTE PRODUCT CREATE */

.product-create-card {
    border: 0;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.product-form-section {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eff2f7;
}

.product-form-section:last-of-type {
    margin-bottom: 0;
}

.product-form-section-head {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.product-step {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #556ee6;
    color: #fff;
    font-weight: 700;
}

.product-form-section-head h5 {
    margin-bottom: 4px;
    color: #343a40;
    font-size: 16px;
    font-weight: 700;
}

.product-form-section-head p {
    margin-bottom: 0;
    color: #74788d;
    font-size: 13px;
}

.product-create-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-top: 20px;
}

.product-preview-card {
    position: sticky;
    top: 90px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.product-preview-head {
    padding: 20px;
    background: #2a3042;
    color: #fff;
}

.product-preview-head span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-weight: 600;
}

.product-preview-head strong {
    display: block;
    color: #fff;
    font-size: 18px;
    word-break: break-word;
}

.product-preview-head p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
}

.product-preview-body {
    display: grid;
    gap: 20px;
    padding: 20px;
}

.product-preview-body span {
    display: block;
    margin-bottom: 8px;
    color: #343a40;
    font-size: 13px;
    font-weight: 700;
}

.product-preview-price {
    padding-bottom: 16px;
    border-bottom: 1px solid #eff2f7;
}

.product-preview-price strong {
    display: block;
    color: #556ee6;
    font-size: 24px;
    font-weight: 700;
}

.product-preview-price small {
    display: block;
    margin-top: 4px;
    color: #74788d;
    text-decoration: line-through;
}

.product-preview-body ul {
    margin: 0;
    padding-left: 18px;
    color: #495057;
}

.product-preview-body li + li {
    margin-top: 6px;
}

.product-preview-body p {
    margin: 0;
    color: #74788d;
    line-height: 1.55;
}

.product-create-form .select2-container .select2-selection--single {
    min-height: 38px;
    border-color: #ced4da;
}

.product-create-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.product-create-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

@media (max-width: 1199px) {
    .product-preview-card {
        position: static;
        margin-top: 24px;
    }
}

@media (max-width: 575px) {
    .product-create-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .product-create-actions .btn {
        width: 100%;
    }
}

/* SKOTE PRODUCT EDIT */

.product-edit-card {
    border: 0;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.product-edit-section {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eff2f7;
}

.product-edit-section:last-of-type {
    margin-bottom: 0;
}

.product-edit-section-head {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.product-edit-section-head h5 {
    margin-bottom: 4px;
    color: #343a40;
    font-size: 16px;
    font-weight: 700;
}

.product-edit-section-head p {
    margin-bottom: 0;
    color: #74788d;
    font-size: 13px;
}

.product-edit-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-top: 20px;
}

.product-edit-side {
    position: sticky;
    top: 90px;
    display: grid;
    gap: 16px;
}

.product-edit-preview {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.product-edit-preview-head {
    padding: 20px;
    background: #2a3042;
    color: #fff;
}

.product-edit-preview-head span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-weight: 600;
}

.product-edit-preview-head strong {
    display: block;
    color: #fff;
    font-size: 18px;
    word-break: break-word;
}

.product-edit-preview-head p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
}

.product-edit-preview-body {
    display: grid;
    gap: 20px;
    padding: 20px;
}

.product-edit-price {
    padding-bottom: 16px;
    border-bottom: 1px solid #eff2f7;
}

.product-edit-price span,
.product-edit-status-list span {
    display: block;
    margin-bottom: 8px;
    color: #343a40;
    font-size: 13px;
    font-weight: 700;
}

.product-edit-price strong {
    display: block;
    color: #556ee6;
    font-size: 24px;
    font-weight: 700;
}

.product-edit-price small {
    display: block;
    margin-top: 4px;
    color: #74788d;
    text-decoration: line-through;
}

.product-edit-status-list {
    display: grid;
    gap: 14px;
}

.product-edit-status-list > div {
    padding-bottom: 14px;
    border-bottom: 1px solid #eff2f7;
}

.product-edit-status-list > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-edit-status-list strong,
.product-edit-status-list small {
    display: block;
}

.product-edit-status-list small {
    margin-top: 4px;
    color: #74788d;
}

.product-edit-shortcuts {
    display: grid;
    gap: 10px;
}

@media (max-width: 1199px) {
    .product-edit-side {
        position: static;
        margin-top: 24px;
    }
}

@media (max-width: 575px) {
    .product-edit-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .product-edit-actions .btn {
        width: 100%;
    }
}

/* SKOTE PRODUCT PACKAGES */

.package-workspace {
    display: grid;
    gap: 22px;
}

.package-hero {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #2446a8 0%, #2677d9 52%, #22a6b3 100%);
    color: #fff;
}

.package-hero .card-body {
    padding: 28px;
}

.package-hero-label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .74);
}

.package-hero h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.package-hero p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.package-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.package-hero-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.package-stat {
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
}

.package-stat span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.package-stat strong {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.package-default-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .14);
}

.package-default-box span {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.package-default-box strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}

.package-create-card,
.package-edit-card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.package-create-card .card-title-desc {
    color: #74788d;
    font-size: 13px;
}

.package-switch-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    background: #f8fafc;
}

.package-switch-grid .form-check {
    min-height: 42px;
    margin-bottom: 0;
    padding: 10px 12px 10px 42px;
    border: 1px solid #e6edf6;
    border-radius: 10px;
    background: #fff;
}

.package-switch-grid .form-check-input {
    margin-top: 2px;
    margin-left: -30px;
}

.package-switch-grid .form-check-label {
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.package-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.package-card-kicker {
    margin-bottom: 6px;
    color: #74788d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.package-badge-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.package-badge-row .badge {
    border-radius: 999px;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 800;
}

.package-price-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.package-price-strip > div {
    padding: 14px;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    background: #fbfcfe;
}

.package-price-strip span {
    display: block;
    margin-bottom: 6px;
    color: #74788d;
    font-size: 12px;
    font-weight: 700;
}

.package-price-strip strong {
    display: block;
    color: #263238;
    font-size: 16px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.package-edit-card .card-footer .btn {
    min-height: 40px;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .package-switch-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .package-hero .card-body {
        padding: 22px;
    }

    .package-hero h3 {
        font-size: 20px;
    }

    .package-stat {
        min-height: 86px;
        padding: 14px;
    }

    .package-stat strong {
        font-size: 22px;
    }

    .package-default-box {
        display: grid;
    }

    .package-default-box strong {
        text-align: left;
    }

    .package-switch-grid,
    .package-switch-grid-compact {
        grid-template-columns: 1fr;
    }

    .package-card-top {
        display: grid;
    }

    .package-badge-row {
        justify-content: flex-start;
    }

    .package-price-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .package-edit-card .card-footer .d-flex {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .package-edit-card .card-footer .btn {
        width: 100%;
    }
}

/* SKOTE PRODUCT VARIANTS */

.variant-workspace {
    display: grid;
    gap: 22px;
}

.variant-hero {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #1f4f7a 0%, #246fb5 50%, #29a6a6 100%);
    color: #fff;
}

.variant-hero .card-body {
    padding: 28px;
}

.variant-hero-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.variant-hero h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.variant-hero p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.variant-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.variant-hero-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.variant-stat {
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
}

.variant-stat span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.variant-stat strong {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.variant-create-card,
.variant-group-card,
.variant-stock-card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.variant-create-card .card-title-desc,
.variant-stock-card .card-title-desc {
    color: #74788d;
    font-size: 13px;
}

.variant-switch-box {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #e6edf6;
    border-radius: 10px;
    background: #f8fafc;
}

.variant-switch-small {
    min-height: 38px;
    padding: 8px 10px;
}

.variant-switch-box .form-check-label {
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.variant-group-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.variant-card-kicker {
    margin-bottom: 6px;
    color: #74788d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.variant-badge-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.variant-badge-row .badge {
    border-radius: 999px;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 800;
}

.variant-option-panel {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #edf2f7;
}

.variant-option-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.variant-option-title h5 {
    margin-bottom: 0;
    color: #263238;
    font-size: 15px;
    font-weight: 800;
}

.variant-option-title span {
    color: #74788d;
    font-size: 12px;
    font-weight: 700;
}

.variant-option-create {
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    background: #fbfcfe;
}

.variant-option-list {
    display: grid;
    gap: 10px;
}

.variant-option-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.variant-option-update {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 110px 130px 44px;
    gap: 8px;
    padding: 10px;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    background: #fff;
}

.variant-option-update .btn,
.variant-option-row > form:last-child .btn {
    width: 44px;
    min-width: 44px;
    height: 38px;
    padding: 0;
    border-radius: 10px;
}

.variant-stock-table {
    margin-bottom: 0;
}

.variant-stock-table th {
    color: #344054;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.variant-stock-table td strong {
    color: #263238;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.variant-stock-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.variant-stock-actions .btn {
    min-height: 42px;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .variant-option-update {
        grid-template-columns: 1fr 100px;
    }

    .variant-option-update .variant-switch-box,
    .variant-option-update .btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .variant-hero .card-body {
        padding: 22px;
    }

    .variant-hero h3 {
        font-size: 20px;
    }

    .variant-stat {
        min-height: 86px;
        padding: 14px;
    }

    .variant-stat strong {
        font-size: 20px;
    }

    .variant-group-head,
    .variant-option-title {
        display: grid;
    }

    .variant-badge-row {
        justify-content: flex-start;
    }

    .variant-option-row,
    .variant-option-update {
        grid-template-columns: 1fr;
    }

    .variant-option-update .btn,
    .variant-option-row > form:last-child .btn {
        width: 100%;
        min-width: 0;
    }

    .variant-stock-table {
        min-width: 640px;
    }

    .variant-stock-actions {
        display: grid;
    }

    .variant-stock-actions .btn {
        width: 100%;
    }
}

/* SKOTE SITE EDIT COMMAND */

.site-edit-command-card {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #253858 0%, #2563a6 52%, #2c9b8f 100%);
    color: #fff;
}

.site-edit-command-card .card-body {
    padding: 28px;
}

.site-edit-kicker {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-edit-command-card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.site-edit-domain {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    overflow-wrap: anywhere;
}

.site-edit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-edit-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.site-edit-stat {
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
}

.site-edit-stat span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.site-edit-stat strong {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.site-edit-save-hint {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 14px;
    padding: 13px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
}

.site-edit-save-hint i {
    margin-top: 2px;
    font-size: 18px;
}

.site-edit-nav-card {
    position: sticky;
    top: 72px;
    z-index: 30;
    margin-bottom: 22px;
    padding: 10px;
    border: 1px solid #e8eef7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .05);
}

.site-edit-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.site-edit-tabs .nav-item {
    flex: 0 0 auto;
}

.site-edit-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 9px 13px;
    border-radius: 10px;
    color: #526176;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.site-edit-tabs .nav-link i {
    font-size: 18px;
}

.site-edit-tabs .nav-link.active {
    background: #556ee6;
    color: #fff;
}

.site-edit-tab-content > .tab-pane > .card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.site-edit-tab-content .card-header {
    background: #fff;
}

.site-edit-tab-content .card-title {
    margin-bottom: 0;
    color: #263238;
    font-weight: 800;
}

.site-edit-sticky-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding: 14px 16px;
    border: 1px solid #e8eef7;
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 -8px 24px rgba(18, 38, 63, .06);
    backdrop-filter: blur(10px);
}

.site-edit-sticky-actions strong {
    display: block;
    color: #263238;
    font-size: 14px;
    font-weight: 800;
}

.site-edit-sticky-actions span {
    display: block;
    color: #74788d;
    font-size: 12px;
}

.site-edit-sticky-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.site-edit-sticky-buttons .btn {
    min-height: 40px;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .site-edit-command-card .card-body {
        padding: 22px;
    }

    .site-edit-command-card h3 {
        font-size: 20px;
    }

    .site-edit-stat {
        min-height: 84px;
        padding: 14px;
    }

    .site-edit-stat strong {
        font-size: 22px;
    }

    .site-edit-nav-card {
        position: static;
    }

    .site-edit-sticky-actions {
        display: grid;
    }

    .site-edit-sticky-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .site-edit-sticky-buttons .btn {
        width: 100%;
    }
}

/* SKOTE SITE EDIT FORM STABILIZER */

.site-edit-form .site-edit-tab-content .card-body {
    padding: 24px;
}

.site-edit-form .form-row {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: -9px;
    margin-left: -9px;
    grid-template-columns: none !important;
    gap: 0 !important;
}

.site-edit-form .form-row > .form-group,
.site-edit-form .form-row > [class*="col-"] {
    min-width: 0;
    padding-right: 9px;
    padding-left: 9px;
    margin-bottom: 18px;
}

.site-edit-form .form-group {
    margin-bottom: 18px;
}

.site-edit-form .panel-section > .form-group {
    max-width: 980px;
}

.site-edit-form .form-group label,
.site-edit-form .form-label {
    display: block;
    margin-bottom: 7px;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.site-edit-form .form-control,
.site-edit-form .custom-select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #dfe6f1;
    border-radius: 10px;
    color: #263238;
    font-size: 14px;
    line-height: 1.45;
    background-color: #fff;
}

.site-edit-form .form-control:focus,
.site-edit-form .custom-select:focus {
    border-color: #556ee6;
    box-shadow: 0 0 0 3px rgba(85, 110, 230, .12);
}

.site-edit-form textarea.form-control {
    min-height: 96px;
    resize: vertical;
}

.site-edit-form textarea[rows="10"].form-control {
    min-height: 260px;
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 13px;
}

.site-edit-form input[type="color"].form-control {
    height: 46px;
    min-height: 46px;
    padding: 5px;
    cursor: pointer;
}

.site-edit-form .form-text,
.site-edit-form small.form-text {
    display: block;
    margin-top: 7px;
    color: #7b849b !important;
    font-size: 12px;
    line-height: 1.45;
}

.site-edit-form .panel-section {
    padding: 24px 0;
    border-bottom: 1px solid #edf2f7;
}

.site-edit-form .panel-section:first-child {
    padding-top: 0;
}

.site-edit-form .panel-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.site-edit-form .panel-section-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.site-edit-form .panel-section-title h5 {
    margin-bottom: 4px;
    color: #263238;
    font-size: 15px;
    font-weight: 800;
}

.site-edit-form .panel-section-title p {
    margin-bottom: 0;
    color: #74788d;
    font-size: 13px;
    line-height: 1.45;
}

.site-edit-form .checkbox {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    margin-bottom: 0;
    padding: 8px 12px;
    border: 1px solid #e6edf6;
    border-radius: 10px;
    background: #f8fafc;
}

.site-edit-form .checkbox input[type="checkbox"] {
    position: static;
    width: 17px;
    height: 17px;
    margin: 0;
    flex: 0 0 auto;
}

.site-edit-form .checkbox label {
    margin-bottom: 0;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.site-edit-form #section-settings .form-group:has(input[name^="stats_"]) label {
    white-space: nowrap;
}

.site-edit-form #section-settings .form-group:has(input[name^="trust_"]) label {
    white-space: nowrap;
}

.site-edit-form #section-settings .form-row > .form-group:has(input[name^="stats_"][name$="_prefix"]),
.site-edit-form #section-settings .form-row > .form-group:has(input[name^="stats_"][name$="_suffix"]) {
    flex: 0 0 18%;
    max-width: 18%;
}

.site-edit-form #section-settings .form-row > .form-group:has(input[name^="stats_"][name$="_value"]) {
    flex: 0 0 22%;
    max-width: 22%;
}

.site-edit-form #section-settings .form-row > .form-group:has(input[name^="stats_"][name$="_label"]) {
    flex: 0 0 42%;
    max-width: 42%;
}

.site-edit-form .alert {
    margin-bottom: 20px;
    border-radius: 12px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .site-edit-form .form-row > .col-md-2,
    .site-edit-form .form-row > .col-md-3,
    .site-edit-form .form-row > .col-md-4,
    .site-edit-form .form-row > .col-md-5,
    .site-edit-form .form-row > .col-md-6,
    .site-edit-form .form-row > .col-md-9 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .site-edit-form .form-row > .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-edit-form #section-settings .form-row > .form-group:has(input[name^="stats_"]) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .site-edit-form .site-edit-tab-content .card-body {
        padding: 18px;
    }

    .site-edit-form .form-row {
        margin-right: 0;
        margin-left: 0;
    }

    .site-edit-form .form-row > .form-group,
    .site-edit-form .form-row > [class*="col-"],
    .site-edit-form .form-row > .col-md-2,
    .site-edit-form .form-row > .col-md-3,
    .site-edit-form .form-row > .col-md-4,
    .site-edit-form .form-row > .col-md-5,
    .site-edit-form .form-row > .col-md-6,
    .site-edit-form .form-row > .col-md-9,
    .site-edit-form .form-row > .col-md-12,
    .site-edit-form #section-settings .form-row > .form-group:has(input[name^="stats_"]) {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .site-edit-form .panel-section-title {
        display: grid;
    }

    .site-edit-form .panel-section-title > .checkbox,
    .site-edit-form .checkbox {
        width: 100%;
    }
}

/* SKOTE SITE MEDIA */

.media-workspace {
    display: grid;
    gap: 22px;
}

.media-hero {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #253858 0%, #2563a6 52%, #2c9b8f 100%);
    color: #fff;
}

.media-hero .card-body {
    padding: 28px;
}

.media-hero-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.media-hero h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.media-hero p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.media-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.media-hero-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.media-stat {
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
}

.media-stat span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.media-stat strong {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.media-hero-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 14px;
    padding: 13px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
}

.media-map-card,
.media-create-card,
.media-edit-card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.media-map-card .card-title-desc,
.media-create-card .card-title-desc {
    color: #74788d;
    font-size: 13px;
}

.media-map-item {
    display: flex;
    gap: 12px;
    height: 100%;
    padding: 15px;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    background: #fbfcfe;
}

.media-map-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 20px;
}

.media-map-item strong {
    display: block;
    margin-bottom: 4px;
    color: #263238;
    font-size: 14px;
    font-weight: 800;
}

.media-map-item span {
    display: block;
    margin-bottom: 6px;
    color: #556ee6;
    font-size: 12px;
    font-weight: 800;
}

.media-map-item p {
    margin-bottom: 0;
    color: #74788d;
    font-size: 12px;
    line-height: 1.45;
}

.media-field-help,
.media-field-usage {
    display: block;
    margin-top: 7px;
    color: #7b849b;
    font-size: 12px;
    line-height: 1.45;
}

.media-field-usage {
    color: #556ee6;
    font-weight: 700;
}

.media-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin-bottom: 0;
    padding: 9px 12px;
    border: 1px solid #e6edf6;
    border-radius: 10px;
    background: #f8fafc;
}

.media-switch .form-check-input {
    margin-left: 0;
}

.media-switch .form-check-label {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.media-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.media-card-kicker {
    margin-bottom: 6px;
    color: #74788d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.media-badge-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.media-badge-row .badge {
    border-radius: 999px;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 800;
}

.media-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    margin-bottom: 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #f8fafc;
    overflow: hidden;
}

.media-preview img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #fff;
}

.media-url-preview,
.media-empty-preview {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 22px;
    color: #74788d;
    text-align: center;
    overflow-wrap: anywhere;
}

.media-url-preview i,
.media-empty-preview i {
    color: #556ee6;
    font-size: 34px;
}

.media-url-preview span {
    max-width: 100%;
    font-size: 13px;
    word-break: break-word;
}

.media-linked-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.media-linked-info > div {
    padding: 12px;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    background: #fbfcfe;
}

.media-linked-info span {
    display: block;
    margin-bottom: 5px;
    color: #74788d;
    font-size: 12px;
    font-weight: 700;
}

.media-linked-info strong {
    display: block;
    color: #263238;
    font-size: 13px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.media-edit-card .card-footer .btn {
    min-height: 40px;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .media-hero .card-body {
        padding: 22px;
    }

    .media-hero h3 {
        font-size: 20px;
    }

    .media-stat {
        min-height: 84px;
        padding: 14px;
    }

    .media-stat strong {
        font-size: 22px;
    }

    .media-card-head {
        display: grid;
    }

    .media-badge-row {
        justify-content: flex-start;
    }

    .media-linked-info {
        grid-template-columns: 1fr;
    }

    .media-edit-card .card-footer .d-flex {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .media-edit-card .card-footer .btn {
        width: 100%;
    }
}

/* SKOTE SITE REVIEWS */

.review-workspace {
    display: grid;
    gap: 22px;
}

.review-hero {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #253858 0%, #2563a6 52%, #2c9b8f 100%);
    color: #fff;
}

.review-hero .card-body {
    padding: 28px;
}

.review-hero-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.review-hero h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.review-hero p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.review-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.review-hero-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.review-stat {
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
}

.review-stat span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.review-stat strong {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.review-hero-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 14px;
    padding: 13px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
}

.review-create-card,
.review-edit-card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.review-create-card .card-title-desc {
    color: #74788d;
    font-size: 13px;
}

.review-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin-bottom: 0;
    padding: 9px 12px;
    border: 1px solid #e6edf6;
    border-radius: 10px;
    background: #f8fafc;
}

.review-switch .form-check-input {
    margin-left: 0;
}

.review-switch .form-check-label {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.review-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.review-author > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 14px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 15px;
    font-weight: 800;
}

.review-card-kicker {
    margin-bottom: 5px;
    color: #74788d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.review-badge-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.review-badge-row .badge {
    border-radius: 999px;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 800;
}

.review-preview {
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfcfe;
}

.review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 10px;
}

.review-stars i {
    color: #d8dee9;
    font-size: 18px;
}

.review-stars i.active {
    color: #f1b44c;
}

.review-preview p {
    margin-bottom: 12px;
    color: #263238;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.review-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.review-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #526176;
    font-size: 12px;
    font-weight: 700;
}

.review-edit-card .card-footer .btn {
    min-height: 40px;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .review-hero .card-body {
        padding: 22px;
    }

    .review-hero h3 {
        font-size: 20px;
    }

    .review-stat {
        min-height: 84px;
        padding: 14px;
    }

    .review-stat strong {
        font-size: 22px;
    }

    .review-card-head {
        display: grid;
    }

    .review-badge-row {
        justify-content: flex-start;
    }

    .review-edit-card .card-footer .d-flex {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .review-edit-card .card-footer .btn {
        width: 100%;
    }
}

/* SKOTE SITE FAQS */

.faq-workspace {
    display: grid;
    gap: 22px;
}

.faq-hero {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #253858 0%, #2563a6 52%, #2c9b8f 100%);
    color: #fff;
}

.faq-hero .card-body {
    padding: 28px;
}

.faq-hero-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.faq-hero h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.faq-hero p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.faq-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.faq-hero-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.faq-stat {
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
}

.faq-stat span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.faq-stat strong {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.faq-hero-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 14px;
    padding: 13px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
}

.faq-create-card,
.faq-edit-card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.faq-create-card .card-title-desc {
    color: #74788d;
    font-size: 13px;
}

.faq-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin-bottom: 0;
    padding: 9px 12px;
    border: 1px solid #e6edf6;
    border-radius: 10px;
    background: #f8fafc;
}

.faq-switch .form-check-input {
    margin-left: 0;
}

.faq-switch .form-check-label {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.faq-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.faq-question-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.faq-question-summary > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 14px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 15px;
    font-weight: 800;
}

.faq-question-summary h4 {
    overflow-wrap: anywhere;
}

.faq-card-kicker {
    margin-bottom: 5px;
    color: #74788d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.faq-badge-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.faq-badge-row .badge {
    border-radius: 999px;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 800;
}

.faq-preview {
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfcfe;
}

.faq-preview strong {
    display: block;
    margin-bottom: 10px;
    color: #263238;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.faq-preview p {
    margin-bottom: 0;
    color: #526176;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.faq-edit-card .card-footer .btn {
    min-height: 40px;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .faq-hero .card-body {
        padding: 22px;
    }

    .faq-hero h3 {
        font-size: 20px;
    }

    .faq-stat {
        min-height: 84px;
        padding: 14px;
    }

    .faq-stat strong {
        font-size: 22px;
    }

    .faq-card-head {
        display: grid;
    }

    .faq-badge-row {
        justify-content: flex-start;
    }

    .faq-edit-card .card-footer .d-flex {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .faq-edit-card .card-footer .btn {
        width: 100%;
    }
}

/* SKOTE SHIPPING ACCOUNTS */

.shipping-workspace {
    display: grid;
    gap: 22px;
}

.shipping-hero,
.shipping-form-hero {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #253858 0%, #2563a6 52%, #2c9b8f 100%);
    color: #fff;
}

.shipping-hero .card-body,
.shipping-form-hero .card-body {
    padding: 28px;
}

.shipping-hero-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.shipping-hero h3,
.shipping-form-hero h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.shipping-hero p,
.shipping-form-hero p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.shipping-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shipping-hero-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.shipping-stat,
.shipping-form-summary > div {
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
}

.shipping-stat span,
.shipping-form-summary span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.shipping-stat strong,
.shipping-form-summary strong {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.shipping-form-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.shipping-hero-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 14px;
    padding: 13px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
}

.shipping-list-card,
.shipping-form-card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.shipping-list-card .card-title-desc,
.shipping-form-card .card-title-desc {
    color: #74788d;
    font-size: 13px;
}

.shipping-table th {
    color: #344054;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.shipping-title-cell {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 230px;
}

.shipping-title-cell > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 20px;
}

.shipping-title-cell h6 {
    margin-bottom: 2px;
    color: #263238;
    font-weight: 800;
}

.shipping-title-cell small,
.shipping-muted {
    color: #74788d;
    font-size: 12px;
}

.shipping-break {
    max-width: 260px;
    overflow-wrap: anywhere;
}

.shipping-branch-code {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #263238;
    font-weight: 800;
}

.shipping-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.shipping-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #dfe6f1;
    border-radius: 10px;
    background: #fff;
    color: #526176;
    transition: all .15s ease;
}

.shipping-action-btn:hover {
    border-color: #556ee6;
    background: #eef3ff;
    color: #556ee6;
}

.shipping-action-btn.success {
    border-color: rgba(52, 195, 143, .32);
    color: #34c38f;
}

.shipping-action-btn.success:hover {
    background: rgba(52, 195, 143, .1);
}

.shipping-action-btn.danger {
    border-color: rgba(244, 106, 106, .32);
    color: #f46a6a;
}

.shipping-action-btn.danger:hover {
    background: rgba(244, 106, 106, .1);
}

.shipping-form-section {
    height: 100%;
    padding: 18px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfcfe;
}

.shipping-form-section h5 {
    margin-bottom: 18px;
    color: #263238;
    font-size: 15px;
    font-weight: 800;
}

.shipping-form .form-label {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.shipping-form .form-control,
.shipping-form .custom-select,
.shipping-form .form-select {
    min-height: 44px;
    border-color: #dfe6f1;
    border-radius: 10px;
}

.shipping-field-help {
    display: block;
    margin-top: 7px;
    color: #7b849b;
    font-size: 12px;
    line-height: 1.45;
}

.shipping-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.shipping-form-actions .btn {
    min-height: 40px;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .shipping-form-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .shipping-hero .card-body,
    .shipping-form-hero .card-body {
        padding: 22px;
    }

    .shipping-hero h3,
    .shipping-form-hero h3 {
        font-size: 20px;
    }

    .shipping-stat,
    .shipping-form-summary > div {
        min-height: 84px;
        padding: 14px;
    }

    .shipping-stat strong,
    .shipping-form-summary strong {
        font-size: 22px;
    }

    .shipping-table {
        min-width: 920px;
    }

    .shipping-form-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .shipping-form-actions .btn {
        width: 100%;
    }
}

/* SKOTE SERVER MANAGEMENT */

.server-workspace {
    display: grid;
    gap: 22px;
}

.server-hero,
.server-form-hero {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #253858 0%, #2563a6 52%, #2c9b8f 100%);
    color: #fff;
}

.server-hero .card-body,
.server-form-hero .card-body {
    padding: 28px;
}

.server-hero-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.server-hero h3,
.server-form-hero h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.server-hero p,
.server-form-hero p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.server-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.server-hero-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.server-hero-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
}

.server-list-card,
.server-form-card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.server-list-card .card-title-desc,
.server-form-card .card-title-desc {
    color: #74788d;
    font-size: 13px;
}

.server-table-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.server-search {
    position: relative;
    width: min(420px, 100%);
}

.server-search i {
    position: absolute;
    left: 13px;
    top: 50%;
    z-index: 2;
    color: #74788d;
    font-size: 18px;
    transform: translateY(-50%);
}

.server-search .form-control {
    min-height: 42px;
    padding-left: 40px;
    border-radius: 10px;
}

.server-table th {
    color: #344054;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.server-title-cell {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 230px;
}

.server-title-cell > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 20px;
}

.server-title-cell h6 {
    margin-bottom: 2px;
    color: #263238;
    font-weight: 800;
}

.server-title-cell small {
    color: #74788d;
    font-size: 12px;
}

.server-code-badge {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.server-break {
    display: inline-block;
    max-width: 260px;
    overflow-wrap: anywhere;
}

.server-row-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.server-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #dfe6f1;
    border-radius: 10px;
    background: #fff;
    color: #526176;
    transition: all .15s ease;
}

.server-action-btn:hover {
    border-color: #556ee6;
    background: #eef3ff;
    color: #556ee6;
}

.server-action-btn.danger {
    border-color: rgba(244, 106, 106, .32);
    color: #f46a6a;
}

.server-action-btn.danger:hover {
    background: rgba(244, 106, 106, .1);
}

.server-datatable-footer {
    margin-top: 16px;
}

.server-form-section {
    height: 100%;
    padding: 18px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfcfe;
}

.server-form-section h5 {
    margin-bottom: 18px;
    color: #263238;
    font-size: 15px;
    font-weight: 800;
}

.server-form .form-label {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.server-form .form-control,
.server-form .custom-select,
.server-form .form-select {
    min-height: 44px;
    border-color: #dfe6f1;
    border-radius: 10px;
}

.server-field-help {
    display: block;
    margin-top: 7px;
    color: #7b849b;
    font-size: 12px;
    line-height: 1.45;
}

.server-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin-bottom: 0;
    padding: 9px 12px;
    border: 1px solid #e6edf6;
    border-radius: 10px;
    background: #f8fafc;
}

.server-switch .form-check-input {
    margin-left: 0;
}

.server-switch .form-check-label {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.server-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.server-form-actions .btn {
    min-height: 40px;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .server-hero .card-body,
    .server-form-hero .card-body {
        padding: 22px;
    }

    .server-hero h3,
    .server-form-hero h3 {
        font-size: 20px;
    }

    .server-table {
        min-width: 980px;
    }

    .server-table-toolbar {
        justify-content: stretch;
    }

    .server-search {
        width: 100%;
    }

    .server-form-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .server-form-actions .btn {
        width: 100%;
    }
}

/* SKOTE DEPLOYMENT LOGS */

.deployment-workspace {
    display: grid;
    gap: 22px;
}

.deployment-hero {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #253858 0%, #2563a6 52%, #2c9b8f 100%);
    color: #fff;
}

.deployment-hero .card-body {
    padding: 28px;
}

.deployment-hero-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.deployment-hero h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.deployment-hero p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.deployment-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.deployment-hero-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.deployment-hero-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
}

.deployment-list-card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.deployment-list-card .card-title-desc {
    color: #74788d;
    font-size: 13px;
}

.deployment-filter-panel {
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfcfe;
}

.deployment-filter-panel .form-label {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.deployment-filter-panel .form-control,
.deployment-filter-panel .custom-select,
.deployment-filter-panel .form-select {
    min-height: 42px;
    border-color: #dfe6f1;
    border-radius: 10px;
}

.deployment-table th {
    color: #344054;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.deployment-site-cell {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 240px;
}

.deployment-site-cell > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 20px;
}

.deployment-site-cell h6 {
    margin-bottom: 2px;
    color: #263238;
    font-weight: 800;
}

.deployment-site-cell small {
    display: block;
    color: #74788d;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.deployment-site-cell em {
    display: inline-flex;
    margin-top: 4px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #526176;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.deployment-code-badge {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 12px;
    font-weight: 800;
}

.deployment-muted {
    color: #74788d;
    font-size: 12px;
}

.deployment-message {
    min-width: 230px;
    max-width: 420px;
    color: #263238;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.deployment-payload-wrap {
    min-width: 320px;
    max-width: 560px;
}

.deployment-payload {
    margin-bottom: 6px;
}

.deployment-payload summary {
    cursor: pointer;
    color: #556ee6;
    font-size: 13px;
    font-weight: 800;
}

.deployment-payload pre {
    max-width: 520px;
    max-height: 260px;
    margin: 10px 0 0;
    padding: 12px;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    background: #0f172a;
    color: #e5edf8;
    font-size: 12px;
    white-space: pre-wrap;
    overflow: auto;
}

.deployment-payload-short {
    display: block;
    color: #74788d;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.deployment-datatable-footer {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .deployment-hero .card-body {
        padding: 22px;
    }

    .deployment-hero h3 {
        font-size: 20px;
    }

    .deployment-table {
        min-width: 1180px;
    }
}

/* DEPLOYMENT TABLE WIDTH FIX */

.deployment-table {
    width: 100%;
    min-width: 1320px;
}

.deployment-table th,
.deployment-table td {
    vertical-align: middle;
    white-space: normal;
}

.deployment-table th:nth-child(1),
.deployment-table td:nth-child(1) {
    width: 80px;
}

.deployment-table th:nth-child(2),
.deployment-table td:nth-child(2) {
    width: 310px;
}

.deployment-table th:nth-child(3),
.deployment-table td:nth-child(3) {
    width: 210px;
}

.deployment-table th:nth-child(4),
.deployment-table td:nth-child(4) {
    width: 130px;
}

.deployment-table th:nth-child(5),
.deployment-table td:nth-child(5) {
    width: 360px;
}

.deployment-table th:nth-child(6),
.deployment-table td:nth-child(6) {
    width: 170px;
}

.deployment-table th:nth-child(7),
.deployment-table td:nth-child(7) {
    width: 150px;
}

.deployment-message {
    min-width: 0;
    max-width: 330px;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.45;
}

.deployment-payload-wrap {
    min-width: 0;
    max-width: 160px;
}

.deployment-payload summary {
    display: inline-flex;
    align-items: center;
    max-width: 150px;
    cursor: pointer;
    color: #556ee6;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    white-space: normal;
}

.deployment-payload pre {
    width: 520px;
    max-width: 520px;
    max-height: 260px;
    margin: 10px 0 0;
    padding: 12px;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    background: #0f172a;
    color: #e5edf8;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
    overflow: auto;
}

.deployment-payload-short {
    display: none;
}

/* SKOTE ADMIN LOGS */

.admin-log-workspace {
    display: grid;
    gap: 22px;
}

.admin-log-hero {
    overflow: hidden;
    border: 0;
    background: linear-gradient(135deg, #253858 0%, #2563a6 52%, #2c9b8f 100%);
    color: #fff;
}

.admin-log-hero .card-body {
    padding: 28px;
}

.admin-log-hero-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-log-hero h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.admin-log-hero p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.admin-log-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.admin-log-hero-actions .btn {
    border-radius: 10px;
    font-weight: 700;
}

.admin-log-hero-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
}

.admin-log-list-card {
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.admin-log-list-card .card-title-desc {
    color: #74788d;
    font-size: 13px;
}

.admin-log-filter-panel {
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfcfe;
}

.admin-log-filter-panel .form-label {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.admin-log-filter-panel .form-control,
.admin-log-filter-panel .custom-select,
.admin-log-filter-panel .form-select {
    min-height: 42px;
    border-color: #dfe6f1;
    border-radius: 10px;
}

.admin-log-table {
    width: 100%;
    min-width: 1380px;
}

.admin-log-table th,
.admin-log-table td {
    vertical-align: middle;
    white-space: normal;
}

.admin-log-table th {
    color: #344054;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-log-table th:nth-child(1),
.admin-log-table td:nth-child(1) {
    width: 80px;
}

.admin-log-table th:nth-child(2),
.admin-log-table td:nth-child(2) {
    width: 250px;
}

.admin-log-table th:nth-child(3),
.admin-log-table td:nth-child(3) {
    width: 190px;
}

.admin-log-table th:nth-child(4),
.admin-log-table td:nth-child(4) {
    width: 140px;
}

.admin-log-table th:nth-child(5),
.admin-log-table td:nth-child(5) {
    width: 120px;
}

.admin-log-table th:nth-child(6),
.admin-log-table td:nth-child(6) {
    width: 300px;
}

.admin-log-table th:nth-child(7),
.admin-log-table td:nth-child(7) {
    width: 170px;
}

.admin-log-table th:nth-child(8),
.admin-log-table td:nth-child(8) {
    width: 140px;
}

.admin-log-table th:nth-child(9),
.admin-log-table td:nth-child(9) {
    width: 150px;
}

.admin-log-admin-cell {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
}

.admin-log-admin-cell > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-log-admin-cell h6 {
    margin-bottom: 2px;
    color: #263238;
    font-weight: 800;
}

.admin-log-admin-cell small {
    display: block;
    color: #74788d;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.admin-log-code-badge,
.admin-log-entity {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef3ff;
    color: #556ee6;
    font-size: 12px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.admin-log-entity {
    background: #f1f5f9;
    color: #526176;
}

.admin-log-message {
    min-width: 0;
    max-width: 280px;
    color: #263238;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.admin-log-payload-wrap {
    min-width: 0;
    max-width: 160px;
}

.admin-log-payload summary {
    display: inline-flex;
    align-items: center;
    max-width: 150px;
    cursor: pointer;
    color: #556ee6;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    white-space: normal;
}

.admin-log-payload pre {
    width: 520px;
    max-width: 520px;
    max-height: 260px;
    margin: 10px 0 0;
    padding: 12px;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    background: #0f172a;
    color: #e5edf8;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
    overflow: auto;
}

.admin-log-muted {
    color: #74788d;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.admin-log-datatable-footer {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .admin-log-hero .card-body {
        padding: 22px;
    }

    .admin-log-hero h3 {
        font-size: 20px;
    }
}

/* OPS DASHBOARD REDESIGN */

.ops-dashboard {
    display: grid;
    gap: 22px;
}

.ops-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
    gap: 20px;
    padding: 28px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(37, 56, 88, .96), rgba(37, 99, 166, .92)),
        #253858;
    color: #fff;
    overflow: hidden;
}

.ops-kicker,
.ops-hero-panel span,
.ops-panel-head span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ops-hero h1 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
}

.ops-hero p {
    max-width: 620px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
}

.ops-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ops-hero-actions .btn {
    border-radius: 10px;
    font-weight: 800;
}

.ops-hero-panel {
    display: grid;
    gap: 12px;
}

.ops-hero-panel > div {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
}

.ops-hero-panel strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.ops-hero-panel small {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .68);
}

.ops-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ops-metric-card,
.ops-panel,
.ops-bottom-strip {
    border: 1px solid #e8eef7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .04);
}

.ops-metric-card {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.ops-metric-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eef3ff;
    color: #2563a6;
    font-size: 22px;
}

.ops-metric-card span {
    color: #6b7280;
    font-size: 13px;
    font-weight: 800;
}

.ops-metric-card strong {
    color: #263238;
    font-size: 22px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.ops-metric-card small {
    color: #8b97a8;
    font-size: 12px;
}

.ops-panel {
    height: 100%;
    padding: 20px;
}

.ops-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.ops-panel-head span {
    color: #7b849b;
}

.ops-panel-head h4 {
    margin: 4px 0 0;
    color: #263238;
    font-size: 16px;
    font-weight: 900;
}

.ops-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ops-chart-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #526176;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.ops-chart-legend i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.ops-chart-legend .orders {
    background: #2563a6;
}

.ops-chart-legend .revenue {
    background: #2c9b8f;
}

.ops-health-list {
    display: grid;
    gap: 10px;
}

.ops-health-list > div,
.ops-ratio > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 12px;
    background: #f8fafc;
}

.ops-health-list span,
.ops-ratio span {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.ops-health-list strong,
.ops-ratio strong {
    color: #263238;
    font-size: 18px;
    font-weight: 900;
}

.ops-ratio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}

.ops-order-feed,
.ops-campaign-stack,
.ops-log-timeline {
    display: grid;
    gap: 10px;
}

.ops-order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    color: inherit;
    transition: all .15s ease;
}

.ops-order-item:hover {
    border-color: #c9d6f7;
    background: #fbfcff;
}

.ops-order-item strong,
.ops-campaign-item strong,
.ops-log-item strong {
    display: block;
    color: #263238;
    font-size: 14px;
    font-weight: 900;
}

.ops-order-item span,
.ops-campaign-item small,
.ops-log-item span {
    display: block;
    color: #7b849b;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.ops-order-item b {
    display: block;
    color: #263238;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
}

.ops-order-item em {
    display: inline-flex;
    margin-top: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.ops-order-item em.success {
    background: #e5f8f0;
    color: #14805e;
}

.ops-order-item em.warning {
    background: #fff4db;
    color: #936100;
}

.ops-order-item em.danger {
    background: #ffe8e8;
    color: #c43d3d;
}

.ops-campaign-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 13px;
    border-radius: 12px;
    background: #f8fafc;
}

.ops-campaign-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef3ff;
    color: #2563a6;
    font-weight: 900;
}

.ops-campaign-item em {
    color: #263238;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.ops-log-item {
    position: relative;
    padding: 12px 12px 12px 18px;
    border-left: 4px solid #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
}

.ops-log-item.success {
    border-left-color: #2c9b8f;
}

.ops-log-item.danger {
    border-left-color: #f46a6a;
}

.ops-log-item.warning {
    border-left-color: #f1b44c;
}

.ops-log-item small {
    display: block;
    margin-top: 4px;
    color: #9aa4b2;
    font-size: 11px;
}

.ops-bottom-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
}

.ops-bottom-strip span {
    display: block;
    color: #7b849b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ops-bottom-strip strong {
    display: block;
    margin-top: 4px;
    color: #263238;
    font-weight: 900;
}

.ops-empty {
    padding: 16px;
    border-radius: 12px;
    background: #f8fafc;
    color: #7b849b;
    text-align: center;
}

@media (max-width: 1199px) {
    .ops-hero {
        grid-template-columns: 1fr;
    }

    .ops-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ops-hero {
        padding: 22px;
    }

    .ops-hero h1 {
        font-size: 24px;
    }

    .ops-metric-grid,
    .ops-ratio {
        grid-template-columns: 1fr;
    }

    .ops-panel-head,
    .ops-bottom-strip,
    .ops-order-item {
        display: grid;
    }

    .ops-order-item b {
        text-align: left;
    }
}

/* PROFESSIONAL TOPBAR ACTIONS */

.panel-topbar-actions {
    gap: 12px;
    padding-right: 18px;
}

.panel-header-shortcuts {
    align-items: center;
    gap: 8px;
    padding-right: 12px;
    margin-right: 2px;
    border-right: 1px solid #edf1f7;
}

.panel-header-shortcut {
    height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid #e7edf6;
    border-radius: 10px;
    background: #f8fbff;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
    transition: all .18s ease;
}

.panel-header-shortcut:hover {
    border-color: #d8e2f1;
    background: #eef4ff;
    color: #3152d9;
}

.panel-header-shortcut i {
    color: #556ee6;
    font-size: 18px;
    line-height: 1;
}

.panel-user-menu {
    display: inline-flex;
    align-items: center;
}

.panel-user-toggle {
    height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 12px 5px 6px !important;
    border: 1px solid #e7edf6;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

.panel-user-toggle:hover,
.panel-user-toggle:focus {
    border-color: #d8e2f1;
    background: #f8fbff;
}

.panel-user-copy {
    flex-direction: column;
    align-items: flex-start;
    min-width: 92px;
    line-height: 1.15;
}

.panel-user-name {
    max-width: 145px;
    overflow: hidden;
    color: #263142;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-user-role {
    margin-top: 2px;
    color: #7b8496;
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
}

.panel-user-chevron {
    color: #8a94a6;
    font-size: 17px;
}

.panel-user-dropdown {
    width: 260px;
    padding: 10px;
    border: 1px solid #e7edf6;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

.panel-user-dropdown-head {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 8px 10px;
}

.panel-user-dropdown-head strong {
    display: block;
    color: #263142;
    font-size: 14px;
    font-weight: 800;
}

.panel-user-dropdown-head small {
    display: block;
    max-width: 175px;
    overflow: hidden;
    color: #7b8496;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-user-dropdown .dropdown-item {
    border-radius: 9px;
    padding: 9px 10px;
    color: #344054;
    font-weight: 700;
}

.panel-user-dropdown .dropdown-item:hover {
    background: #f4f7fb;
    color: #3152d9;
}

@media (max-width: 1199.98px) {
    .panel-user-toggle {
        width: 44px;
        justify-content: center;
        padding: 5px !important;
    }
}

@media (max-width: 991.98px) {
    .panel-topbar-actions {
        gap: 6px;
        padding-right: 10px;
    }
}

/* PANEL RESPONSIVE WIDTH REVISION */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    body {
        min-width: 0;
    }

    #layout-wrapper {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    #page-topbar {
        left: 0 !important;
        right: 0 !important;
    }

    .navbar-header {
        width: 100%;
        min-height: 68px;
        padding: 0 10px !important;
    }

    .navbar-brand-box {
        width: auto !important;
        min-width: 0;
        padding: 0 8px 0 0;
        background: transparent !important;
    }

    .navbar-brand-box .logo-lg {
        display: none !important;
    }

    .navbar-brand-box .logo-sm {
        display: inline-block !important;
    }

    .main-content {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-content {
        width: 100%;
        padding: 82px 0 56px !important;
    }

    .page-content > .container-fluid,
    .footer > .container-fluid {
        width: 100%;
        max-width: none !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .card {
        border-radius: 12px;
    }

    .card-body {
        padding: 16px !important;
    }

    .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

    .form-group,
    .mb-3 {
        margin-bottom: 14px !important;
    }

    .form-control,
    .custom-select,
    .select2-container {
        width: 100% !important;
        max-width: 100%;
    }

    .table-responsive,
    .dataTables_wrapper {
        width: 100%;
        max-width: 100%;
    }

    .dataTables_wrapper .row {
        width: auto;
        margin-left: -6px;
        margin-right: -6px;
    }

    .dataTables_wrapper .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 575.98px) {
    .navbar-header {
        padding: 0 8px !important;
    }

    .header-item {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .page-content {
        padding-top: 78px !important;
    }

    .page-content > .container-fluid,
    .footer > .container-fluid {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .card-body {
        padding: 14px !important;
    }

    .page-title-box,
    .page-header {
        margin-bottom: 14px !important;
    }

    .btn {
        white-space: normal;
    }

    .panel-actions {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

/* MOBILE USER DROPDOWN ALIGNMENT FIX */

@media (max-width: 600px) {
    .navbar-header .panel-user-menu {
        position: relative !important;
    }

    .navbar-header .panel-user-menu .panel-user-dropdown {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        right: 0 !important;
        left: auto !important;
        width: min(280px, calc(100vw - 18px)) !important;
        min-width: 260px;
        max-width: calc(100vw - 18px);
        transform: none !important;
        margin: 0 !important;
    }

    .navbar-header .panel-user-menu .panel-user-dropdown.show {
        right: 0 !important;
        left: auto !important;
        transform: none !important;
    }
}

@media (max-width: 380px) {
    .navbar-header .panel-user-menu .panel-user-dropdown {
        right: -2px !important;
        width: calc(100vw - 16px) !important;
        min-width: 0;
    }
}

/* FAST KARGO BRANCH SELECT2 VISIBILITY FIX */

.order-detail-layout .js-fast-kargo-branch-select + .select2-container {
    width: 100% !important;
    display: block;
}

.order-detail-layout .js-fast-kargo-branch-select + .select2-container .select2-selection--single {
    min-height: 42px;
    display: flex;
    align-items: center;
    border-color: #ced4da;
}

.order-detail-layout .js-fast-kargo-branch-select + .select2-container .select2-selection__rendered {
    width: 100%;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 36px;
}

.order-detail-layout .js-fast-kargo-branch-select + .select2-container .select2-selection__arrow {
    height: 40px;
}

/* FAST KARGO SELECT2 DUPLICATE FIELD FIX */

.order-detail-layout select.js-fast-kargo-branch-select.select2-hidden-accessible {
    position: absolute !important;
    left: -999999px !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.order-detail-layout select.js-fast-kargo-branch-select.select2-hidden-accessible + .select2-container {
    width: 100% !important;
    display: block !important;
}