.app-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.app-status-active {
    color: #0f7b40;
    background: #edf9f2;
}

.app-status-deleted {
    color: #b42318;
    background: #fef3f2;
}

.theme-action-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 150px;
}

.theme-action-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f6f7fb;
    border: 1px solid #eef0f7;
    transition: all 0.2s ease;
}

.theme-action-btn:hover {
    background: #edf1ff;
    border-color: #dbe4ff;
}

.theme-action-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.theme-action-btn.theme-action-btn-delete {
    background: #fff4f4;
    border-color: #ffdede;
}

.theme-action-btn.theme-action-btn-delete:hover {
    background: #ffeaea;
    border-color: #ffcaca;
}

.theme-filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.theme-actions-col {
    text-align: center;
    white-space: nowrap;
}

.purchase-shipping-group {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    max-width: 360px;
}

.purchase-shipping-group > .purchase-shipping-input,
.purchase-shipping-group > input.form-control {
    flex: 1 1 0%;
    min-width: 0;
    height: 38px;
}

.purchase-shipping-group .purchase-shipping-tax-mode {
    width: 124px;
}

.purchase-shipping-group .purchase-shipping-tax-mode:disabled {
    color: #5b667a;
    background-color: #f6f7fb;
}

.purchase-shipping-group > .select2-container {
    flex: 0 0 124px !important;
    width: 124px !important;
    min-width: 124px !important;
    max-width: 124px !important;
}

.purchase-shipping-group > .select2-container .selection {
    display: block;
    width: 100%;
}

.purchase-shipping-group > .select2-container .select2-selection--single {
    height: 38px !important;
    min-height: 38px !important;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    box-sizing: border-box;
}

.purchase-shipping-group > .select2-container .select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 0.9rem !important;
    padding-right: 2rem !important;
    color: #5b667a;
}

.purchase-shipping-group > .select2-container .select2-selection__arrow {
    height: 38px !important;
}

.purchase-shipping-group > .dropdown-wrapper {
    display: none !important;
}

.theme-action-dropdown {
    display: flex;
    justify-content: center;
    width: 100%;
}

.theme-action-dropdown-toggle {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #5b667a;
    transition: background 0.2s ease, color 0.2s ease;
    font-size: 12px;
}

.theme-action-dropdown-toggle:hover {
    background: #f6f7fb;
    color: #1b2850;
}

.theme-action-dropdown .dropdown-menu {
    min-width: 220px;
}

.theme-action-dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
}

.theme-action-dropdown-item img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.theme-action-dropdown-delete {
    color: #dc3545;
}

.theme-action-dropdown-delete:hover,
.theme-action-dropdown-delete:focus {
    color: #dc3545;
}
