body {
    background-color: #f5f6fa;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.footer-page-list {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    list-style: none;
}

.footer-page-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-page-list li a {
    text-decoration: none;
    color: #797c89;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-page-list li a:hover {
    color: #1900ab;
}

.page-content {
    padding: 0px;
}

.page-content td {
    font-size: 14px;
}

.remove-btn, .remove-btn:hover {
    background-color: darkred;
    margin-left: 10px;
}

.product-add {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px 5px 0px 0px;
    padding-top: 5px;
}

.form-area {
    padding: 20px 25px
}

.form-group label {
    width: 100%;
    color: #4b5565;
    margin-bottom: 5px;
}

.form-group input, .form-group select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s
    ease-in-out, box-shadow .15s
    ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}


.form-group textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    height: 120px;
}

.form-group small {
    margin-bottom: 15px;
    color: darkred;
    display: block;
    margin-top: 5px;
}

.submit-btn-df {
    background-color: #120099;
    color: #fff;
    border: 0;
    padding: 11px 32px;
    border-radius: 3px;
    outline: 0;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
}

.submit-btn-df:hover {
    background-color: #0d0088;
    color: #fff;
    text-decoration: none;
}

.form-buttons-area .submit-btn-df {
    width: auto;
    max-width: none;
}

.form-search-area .submit-btn-df {
    width: auto;
    max-width: none;
}


.delete-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#00000070;
    z-index: 99;
    transition: all 0ms;
}

.delete-modal .delete-area {
    width: 100%;
    max-width: 420px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d7e2ef;
    margin-top: 5%;
    padding: 15px;
    border-radius: 6px;
}

.delete-modal .delete-area h6{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
}

.delete-modal .delete-area ul{
    width: 100%;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
}

.delete-modal .delete-area ul li{
    width: 50%;
    padding: 0px 5px;
    list-style: none;
    float: left;
}

.delete-modal .delete-area ul li a{
    width: 100%;
    background: linear-gradient(45deg, #43cea2, #185a9d);
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 5px;
    text-decoration: none;
    border-radius: 5px;
}

.delete-modal .delete-area ul li:first-child a{
    background: linear-gradient(45deg, #ff4e50, #c31432);
    color: #fff;
}

/* Bootstrap modal: layout overlay (gölge) üstünde görünsün */
.modal-backdrop {
    z-index: 9998 !important;
}
.modal {
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54 !important;
    outline: 0;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}

.layout.fixed-sidebar {
    padding: 10px;
}

@media(min-width: 768px){
    .layout .content {
        padding-left: 10px !important;
        padding-top: 1px !important;
    }
}

.section-hood {
    background-color: #1900aa;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}

.section-hood h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}

.section-hood p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}


.page-detail-form .page-box {
    width: 100%;
    display: block;
    margin-top: -50px;
}

.section-area {
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #edeef2;
}

/* ===== Page Header ===== */
.page-header {
    padding: 28px 28px 24px;
    border-bottom: 1px solid #edeef2;
}

.page-header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.page-header h4 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.page-header .page-subtitle {
    color: #7c7e94;
    font-size: 0.875rem;
    margin: 4px 0 0;
}

.page-header-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.btn-page-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-page-action-primary {
    background: #1900ab;
    color: #fff;
}

.btn-page-action-primary:hover {
    background: #1400a0;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(25, 0, 171, 0.25);
}

.page-body {
    padding: 24px 28px;
}

/* ===== Admin Table ===== */
.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table thead th {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7c7e94;
    padding: 12px 16px;
    border-bottom: 1px solid #edeef2;
    background: #fafbfc;
    white-space: nowrap;
}

.admin-table tbody tr {
    transition: background 0.15s;
}

.admin-table tbody tr:hover {
    background: #f8f9fc;
}

.admin-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f1f5;
    font-size: 0.875rem;
    color: #3a3a5c;
    vertical-align: middle;
}

.admin-table tbody tr:last-child td {
    border-bottom: none;
}

/* ===== Admin Destek Talepleri Kartları ===== */
.admin-support-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.admin-support-card:last-of-type {
    margin-bottom: 0;
}
.admin-support-card:hover {
    border-color: #1900ab;
    box-shadow: 0 4px 12px rgba(25, 0, 171, 0.08);
}
.admin-support-card-id {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 600;
    min-width: 28px;
}
.admin-support-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1;
    font-size: 1.35rem;
    width: 36px;
    flex-shrink: 0;
}
.admin-support-card-body {
    flex: 1;
    min-width: 0;
}
.admin-support-card-subject {
    display: block;
    font-size: 0.95rem;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.admin-support-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.8rem;
    color: #64748b;
}
.admin-support-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.admin-support-card-meta i {
    font-size: 0.95em;
    opacity: 0.9;
}
.admin-support-card-date {
    color: #94a3b8;
}
.admin-support-card-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}
.admin-support-badge-open {
    background: #fef3c7;
    color: #b45309;
}
.admin-support-badge-answered {
    background: #d1fae5;
    color: #047857;
}
.admin-support-badge-closed {
    background: #e5e7eb;
    color: #4b5563;
}
.admin-support-card-arrow {
    font-size: 1.25rem;
    color: #cbd5e1;
    transition: color 0.2s, transform 0.2s;
    flex-shrink: 0;
}
.admin-support-card:hover .admin-support-card-arrow {
    color: #1900ab;
    transform: translateX(2px);
}
.admin-support-empty {
    text-align: center;
    padding: 48px 24px;
    color: #94a3b8;
}
.admin-support-empty i {
    font-size: 3rem;
    display: block;
    margin-bottom: 12px;
    color: #cbd5e1;
}
.admin-support-empty p {
    margin: 0;
    font-size: 0.95rem;
}

/* ===== Admin Destek Talebi Detay ===== */
.admin-support-detail-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}
.admin-support-detail-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}
.admin-support-detail-card-header > i {
    font-size: 1.25rem;
    color: #6366f1;
}
.admin-support-detail-card-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
}
.admin-support-detail-card-sub {
    margin: 2px 0 0;
    font-size: 0.8rem;
    color: #64748b;
}
.admin-support-detail-card-body {
    padding: 20px;
}
.admin-support-msg {
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 10px;
    border-left: 3px solid transparent;
}
.admin-support-msg:last-child {
    margin-bottom: 0;
}
.admin-support-msg-seller {
    background: #f0f9ff;
    border-left-color: #0ea5e9;
}
.admin-support-msg-admin {
    background: #f0fdf4;
    border-left-color: #22c55e;
}
.admin-support-msg-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.admin-support-msg-sender {
    font-size: 0.8rem;
    font-weight: 600;
}
.admin-support-msg-seller .admin-support-msg-sender { color: #0369a1; }
.admin-support-msg-admin .admin-support-msg-sender { color: #15803d; }
.admin-support-msg-time {
    font-size: 0.75rem;
    color: #94a3b8;
}
.admin-support-msg-body {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #334155;
    white-space: pre-wrap;
    word-break: break-word;
}
.admin-support-info-card .admin-support-detail-card-header {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
}
.admin-support-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.admin-support-info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}
.admin-support-info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.admin-support-info-row dt {
    margin: 0;
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
    min-width: 110px;
}
.admin-support-info-row dd {
    margin: 0;
    font-size: 0.9rem;
    color: #1a1a2e;
}

/* Category row: toggle + drag cell */
.cat-toggle-cell {
    width: 72px;
    white-space: nowrap;
    vertical-align: middle;
}

.cat-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    color: #7c7e94;
    cursor: pointer;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
    font-size: 1.1rem;
}

.cat-toggle-btn:hover {
    color: #1900ab;
    background: #f0f0ff;
}

.cat-toggle-btn i {
    transition: transform 0.2s;
}

.cat-toggle-btn.branch-collapsed i {
    transform: rotate(-90deg);
}

.cat-toggle-placeholder {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

/* Drag handle - clearly visible */
.drag-handle {
    cursor: grab;
    color: #7c7e94;
    font-size: 1.25rem;
    padding: 4px 6px;
    margin-left: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
}

.drag-handle:hover {
    color: #1900ab;
    background: #f0f0ff;
}

.drag-handle:active {
    cursor: grabbing;
}

.sortable-ghost {
    background: #eef0ff !important;
    opacity: 0.6;
}

.sortable-chosen {
    background: #f5f3ff !important;
    box-shadow: 0 2px 8px rgba(25, 0, 171, 0.12);
}

/* Action buttons in table */
.action-btn {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e3ef;
    background: #fff;
    color: #5a5c72;
    font-size: 0.9rem;
    transition: all 0.15s;
    text-decoration: none;
    cursor: pointer;
}

.action-btn:hover {
    border-color: #1900ab;
    color: #1900ab;
    background: #f5f3ff;
}

.action-btn-danger:hover {
    border-color: #dc3545;
    color: #dc3545;
    background: #fef2f2;
}

/* Category tree indent */
.cat-name {
    font-weight: 500;
    color: #1a1a2e;
}

.cat-slug {
    font-size: 0.75rem;
    color: #a0a3b5;
    font-family: 'SF Mono', 'Roboto Mono', monospace;
}

.cat-branch-icon {
    color: #c0c3d0;
    flex-shrink: 0;
}

/* Status badge */
.status-dot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
}

.status-dot::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-dot-active::before { background: #22c55e; }
.status-dot-inactive::before { background: #94a3b8; }

/* Alert toast */
.page-alert {
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

/* ===== Form pages (add/edit) ===== */
.form-card {
    background: #fafbfc;
    border: 1px solid #edeef2;
    border-radius: 12px;
    padding: 24px 28px;
    max-width: 560px;
}

.form-group {
    margin-bottom: 20px;
}

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

.form-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #3a3a5c;
    margin-bottom: 8px;
}

.form-label .text-danger {
    color: #dc3545;
}

.form-input,
.form-select {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #1a1a2e;
    background: #fff;
    border: 1.5px solid #e0e3ef;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input::placeholder {
    color: #a0a3b5;
}

.form-input:focus,
.form-select:focus {
    border-color: #1900ab;
    box-shadow: 0 0 0 3px rgba(25, 0, 171, 0.08);
}

.form-select {
    cursor: pointer;
    appearance: auto;
}

/* ===== Pill toggle switch (aktif/pasif, varyant vb.) ===== */
.toggle-switch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}

.toggle-switch input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.toggle-slider {
    position: relative;
    width: 48px;
    height: 26px;
    flex-shrink: 0;
    background: #e2e8f0;
    border-radius: 26px;
    border: 1px solid #cbd5e1;
    transition: background 0.25s, border-color 0.25s;
}

.toggle-slider::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease;
}

.toggle-switch input:checked + .toggle-slider {
    background: #22c55e;
    border-color: #16a34a;
}

.toggle-switch input:checked + .toggle-slider::after {
    transform: translateX(22px);
}

.toggle-switch input:focus-visible + .toggle-slider {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.toggle-switch input:disabled + .toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

.toggle-switch input:disabled ~ .toggle-label {
    opacity: 0.6;
}

.toggle-label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1a1a2e;
}

.toggle-switch .toggle-desc {
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #7c7e94;
    margin-top: 2px;
}

/* Toggle card (Varyant oluşturucu vb.) */
.toggle-card {
    background: #fff;
    border: 1.5px solid #e0e3ef;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 24px;
}

.toggle-card .toggle-switch {
    margin: 0;
}

.toggle-card .toggle-label {
    flex: 1;
}

/* Form satırında Sıra ile hizalı Aktif alanı */
.toggle-card-inline {
    margin-bottom: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
}

/* Table içi toggle (küçük) */
.toggle-switch-sm .toggle-slider {
    width: 40px;
    height: 22px;
}

.toggle-switch-sm .toggle-slider::after {
    width: 16px;
    height: 16px;
}

.toggle-switch-sm input:checked + .toggle-slider::after {
    transform: translateX(18px);
}

/* Section divider */
.form-section-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #3a3a5c;
    margin: 24px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edeef2;
}

.form-section-title:first-child {
    margin-top: 0;
}

/* Value rows (attribute values) */
.values-list {
    margin-bottom: 12px;
}

.value-row {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    align-items: center;
}

.value-row .form-input {
    flex: 1;
    margin-bottom: 0;
}

.value-row .btn-remove-value {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border: 1.5px solid #e8eaef;
    background: #fff;
    color: #94a3b8;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.value-row .btn-remove-value:hover {
    color: #dc3545;
    border-color: #fecaca;
    background: #fef2f2;
}

.btn-add-value {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #5a5c72;
    background: #fff;
    border: 1.5px solid #e0e3ef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-add-value:hover {
    color: #1900ab;
    border-color: #1900ab;
    background: #f8f7ff;
}

/* Form actions */
.form-actions {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #edeef2;
}

.btn-form-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: #1900ab;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-form-primary:hover {
    background: #1400a0;
    color: #fff;
    box-shadow: 0 4px 12px rgba(25, 0, 171, 0.25);
}

.btn-form-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #5a5c72;
    background: #fff;
    border: 1.5px solid #e0e3ef;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.15s;
}

.btn-form-secondary:hover {
    color: #1900ab;
    border-color: #1900ab;
    background: #f8f7ff;
}

@media (max-width: 576px) {
    .page-header {
        padding: 20px 16px 18px;
    }

    .page-header h4 {
        font-size: 1.15rem;
    }

    .page-body {
        padding: 16px;
    }

    .admin-table thead th,
    .admin-table tbody td {
        padding: 10px 12px;
    }

    .page-header-top {
        flex-direction: column;
    }
}

/* ===== Login Page - Dark Theme #1900ab ===== */
.login-page-wrapper {
    display: flex;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}

.login-left-panel {
    flex: 0 0 45%;
    background: linear-gradient(145deg, #0d0054 0%, #1900ab 50%, #2e10d0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.login-left-content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 40px;
}

.login-brand-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.login-brand-icon i {
    font-size: 36px;
    color: #fff;
}

.login-left-content h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.login-left-content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    font-weight: 400;
}

.login-left-decoration {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.login-deco-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.login-deco-circle-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
}

.login-deco-circle-2 {
    width: 300px;
    height: 300px;
    bottom: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
}

.login-deco-circle-3 {
    width: 180px;
    height: 180px;
    top: 40%;
    left: 60%;
    background: radial-gradient(circle, rgba(255,255,255,0.02) 0%, transparent 70%);
}

.login-right-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fc;
    padding: 40px 20px;
}

.login-area {
    width: 100%;
    max-width: 420px;
}

.login-box {
    width: 100%;
}

.login-logo-wrapper {
    text-align: center;
    margin-bottom: 32px;
}

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

.login-area h2 {
    color: #1a1a2e;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.login-area p {
    color: #7c7e94;
    font-size: 0.9375rem;
    margin-bottom: 28px;
}

.login-alert-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef2f2;
    color: #b91c1c;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid #fecaca;
}

.login-alert-box i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.login-field {
    margin-bottom: 18px;
}

.login-field label {
    display: block;
    font-weight: 500;
    color: #3a3a5c;
    margin-bottom: 7px;
    font-size: 15px;
}

.login-field label i {
    font-size: 16px;
    margin-right: 4px;
    color: #1900ab;
    margin-top: -1px;
    float: left;
}

.login-input {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    font-size: 0.9375rem;
    color: #1a1a2e;
    background: #fff;
    border: 1.5px solid #e0e3ef;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.login-input::placeholder {
    color: #a0a3b5;
}

.login-input:focus {
    border-color: #1900ab;
    box-shadow: 0 0 0 3px rgba(25, 0, 171, 0.1);
    background: #fff;
}

.login-options {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    color: #5a5c72;
    cursor: pointer;
    user-select: none;
}

.login-remember input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #1900ab;
    border-radius: 4px;
    cursor: pointer;
}

.login-submit-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #1900ab 0%, #2e10d0 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(25, 0, 171, 0.25);
}

.login-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(25, 0, 171, 0.35);
    background: linear-gradient(135deg, #1400a0 0%, #2508c0 100%);
    color: #fff;
}

.login-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(25, 0, 171, 0.2);
}

.login-submit-btn i {
    font-size: 1.15rem;
    transition: transform 0.2s;
}

.login-submit-btn:hover i {
    transform: translateX(3px);
}

.login-area .footer-page-list {
    margin-top: 32px;
    margin-bottom: 0;
    gap: 20px;
}

.login-area .footer-page-list li a {
    color: #a0a3b5;
    font-size: 0.8125rem;
}

.login-area .footer-page-list li a:hover {
    color: #1900ab;
}

/* Login mobil */
@media (max-width: 992px) {
    .login-left-panel {
        display: none;
    }

    .login-right-panel {
        background: linear-gradient(170deg, #0d0054 0%, #1900ab 100%);
        padding: 24px 16px;
    }

    .login-area {
        max-width: 440px;
    }

    .login-box {
        background: #fff;
        border-radius: 16px;
        padding: 32px 24px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 480px) {
    .login-right-panel {
        padding: 16px 12px;
    }

    .login-box {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .login-logo {
        max-width: 200px;
    }

    .login-area h2 {
        font-size: 1.35rem;
    }

    .login-area p {
        font-size: 0.875rem;
    }

    .login-input {
        height: 48px;
        font-size: 0.9375rem;
    }

    .login-submit-btn {
        height: 48px;
    }
}

@media (max-width: 360px) {
    .login-box {
        padding: 20px 14px;
    }

    .login-area h2 {
        font-size: 1.2rem;
    }

    .login-input {
        height: 46px;
    }

    .login-submit-btn {
        height: 46px;
        font-size: 0.9375rem;
    }
}

/* ===== Attributes & Variations Page ===== */
.av-page-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.av-section {
    background: #fff;
    border: 1px solid #edeef2;
    border-radius: 14px;
    overflow: hidden;
}

.av-section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px 18px;
    border-bottom: 1px solid #f0f1f5;
}

.av-section-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.av-section--variation .av-section-icon {
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
    color: #7c3aed;
}

.av-section--attribute .av-section-icon {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #2563eb;
}

.av-section-header h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.av-section-header p {
    font-size: 0.8125rem;
    color: #7c7e94;
    margin: 2px 0 0;
}

.av-section-body {
    padding: 20px 24px 24px;
}

.av-add-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.av-add-input {
    flex: 1;
    height: 44px;
    padding: 0 14px;
    font-size: 0.9rem;
    color: #1a1a2e;
    background: #f8f9fc;
    border: 1.5px solid #e0e3ef;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.av-add-input::placeholder {
    color: #a0a3b5;
}

.av-add-input:focus {
    border-color: #1900ab;
    box-shadow: 0 0 0 3px rgba(25, 0, 171, 0.08);
    background: #fff;
}

.av-add-select {
    height: 44px;
    padding: 0 12px;
    font-size: 0.85rem;
    color: #3a3a5c;
    background: #f8f9fc;
    border: 1.5px solid #e0e3ef;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    min-width: 140px;
    transition: border-color 0.2s;
}

.av-add-select:focus {
    border-color: #1900ab;
}

.av-add-btn {
    height: 44px;
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    white-space: nowrap;
}

.av-section--variation .av-add-btn {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: #fff;
}

.av-section--variation .av-add-btn:hover {
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
    transform: translateY(-1px);
}

.av-section--attribute .av-add-btn {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
}

.av-section--attribute .av-add-btn:hover {
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
    transform: translateY(-1px);
}

.av-checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #5a5c72;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    height: 44px;
    padding: 0 8px;
}

.av-checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #2563eb;
    border-radius: 4px;
    cursor: pointer;
}

.av-empty {
    text-align: center;
    padding: 32px 20px;
    color: #a0a3b5;
}

.av-empty i {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
    color: #d0d2de;
}

.av-empty span {
    font-size: 0.875rem;
}

.av-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.av-list-item {
    padding: 10px 12px;
    border-bottom: 1px solid #edeef2;
    background: #fafbfc;
    border-radius: 6px;
    margin-bottom: 6px;
}

.av-list-item:last-child {
    margin-bottom: 0;
}

/* Marka sayfası (brands) */
.av-section--brands .av-section-icon {
    background: linear-gradient(135deg, #ccfbf1, #99f6e4);
    color: #0d9488;
}

/* Komisyon sayfası */
.av-section--commission .av-section-icon {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #b45309;
}

.commission-form .commission-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.commission-input {
    width: 120px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 0 14px;
    font-size: 0.9375rem;
    line-height: 1.25;
    box-sizing: border-box;
}

.commission-input:focus {
    border-color: #d97706;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}

.commission-percent {
    font-size: 1rem;
    font-weight: 600;
    color: #64748b;
    line-height: 44px;
}

.commission-save-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9375rem;
    border: none;
    background: linear-gradient(135deg, #d97706, #b45309);
    color: #fff;
    line-height: 1;
    transition: box-shadow 0.2s, transform 0.15s;
}

.commission-save-btn:hover {
    color: #fff;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
    transform: translateY(-1px);
}

.commission-save-btn i {
    font-size: 1.1rem;
    line-height: 1;
}

.brands-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edeef2;
}

.brands-add-form {
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex: 1;
    min-width: 260px;
}

.brands-add-form .brands-input {
    max-width: 280px;
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 0 14px;
    font-size: 0.9375rem;
    line-height: 1.25;
    box-sizing: border-box;
}

.brands-add-form .brands-input:focus {
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}

.brands-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    border: none;
    background: linear-gradient(135deg, #0d9488, #0f766e);
    color: #fff;
    white-space: nowrap;
    transition: box-shadow 0.2s, transform 0.15s;
    line-height: 1;
}

.brands-add-btn:hover {
    color: #fff;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
    transform: translateY(-1px);
}

.brands-add-btn i {
    font-size: 1.1rem;
    line-height: 1;
}

.brands-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 260px;
    height: 44px;
}

.brands-search-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #94a3b8;
    pointer-events: none;
    line-height: 1;
}

.brands-search {
    padding-left: 44px;
    padding-right: 14px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    height: 44px;
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25;
    box-sizing: border-box;
}

.brands-search:focus {
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

.brands-empty {
    padding: 48px 24px;
}

.brands-list-wrap {
    position: relative;
    border: 1px solid #edeef2;
    border-radius: 10px;
    overflow: hidden;
    background: #fafbfc;
}

.brands-table {
    margin: 0;
    background: #fff;
}

.brands-table thead th {
    background: #f8fafc;
    color: #64748b;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}

.brands-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.brands-table tbody tr:last-child td {
    border-bottom: none;
}

.brands-table tbody tr:hover {
    background: #f8fafc;
}

.brand-name {
    font-weight: 500;
    color: #334155;
}

.brands-no-results {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
    background: #fff;
    border-top: 1px solid #edeef2;
}

.brands-no-results i {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 12px;
    color: #cbd5e1;
}

.brands-no-results p {
    margin: 0;
    font-size: 0.9375rem;
}

@media (max-width: 640px) {
    .brands-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .brands-add-form {
        min-width: 0;
    }
    .brands-add-form .brands-input {
        max-width: none;
    }
    .brands-search-wrap {
        max-width: none;
    }
}

.av-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.av-card {
    border: 1.5px solid #edeef2;
    border-radius: 12px;
    background: #fafbfc;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.av-card:hover {
    border-color: #d5d7e2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.av-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border-bottom: 1px solid #f0f1f5;
}

.av-card-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1a1a2e;
    flex: 1;
}

.av-card-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.av-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.av-badge--type {
    background: #f0f1ff;
    color: #6366f1;
}

.av-badge--required {
    background: #fef3c7;
    color: #b45309;
}

.av-badge--optional {
    background: #f1f5f9;
    color: #94a3b8;
}

.av-badge--custom-img {
    background: #ede9fe;
    color: #6d28d9;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.av-hint {
    color: #7c7e94;
    font-size: 0.8125rem;
}

.av-card-actions {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.av-card-body {
    padding: 14px 18px;
}

.av-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.av-tags:empty {
    margin-bottom: 0;
}

.av-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 12px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    transition: all 0.15s;
}

.av-section--variation .av-tag {
    background: #f5f3ff;
    color: #6d28d9;
    border: 1px solid #e9e5ff;
}

.av-section--attribute .av-tag {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
}

.av-tag-remove {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    opacity: 0.5;
    transition: opacity 0.15s, background 0.15s;
    padding: 0;
    flex-shrink: 0;
}

.av-tag-remove:hover {
    opacity: 1;
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.av-tag-add-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.av-tag-input {
    height: 36px;
    padding: 0 12px;
    font-size: 0.8125rem;
    color: #1a1a2e;
    background: #fff;
    border: 1.5px solid #e0e3ef;
    border-radius: 8px;
    outline: none;
    flex: 1;
    max-width: 220px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.av-tag-input::placeholder {
    color: #b0b3c5;
}

.av-tag-input:focus {
    border-color: #1900ab;
    box-shadow: 0 0 0 2px rgba(25, 0, 171, 0.06);
}

.av-tag-add-btn {
    width: 36px;
    height: 36px;
    border: 1.5px solid #e0e3ef;
    border-radius: 8px;
    background: #fff;
    color: #5a5c72;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.15s;
    flex-shrink: 0;
}

.av-section--variation .av-tag-add-btn:hover {
    border-color: #7c3aed;
    color: #7c3aed;
    background: #f5f3ff;
}

.av-section--attribute .av-tag-add-btn:hover {
    border-color: #2563eb;
    color: #2563eb;
    background: #eff6ff;
}

@media (max-width: 640px) {
    .av-add-row {
        flex-wrap: wrap;
    }

    .av-add-input {
        min-width: 100%;
    }

    .av-tag-input {
        max-width: none;
    }

    .av-section-header {
        padding: 16px 18px 14px;
    }

    .av-section-body {
        padding: 16px 18px 18px;
    }
}

.form-min-hood {
    color: #1900aa;
    border-bottom: 1px dashed #1900aa;
    padding-bottom: 8px;
    margin-bottom: 13px;
    margin-top: 9px;
    font-size: 15px;
}

.account-profile-area {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 120px;
}

.account-profile-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #f3f3f3;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.profile-upload-label {
    display: inline-block;
    background: #1400a0;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

.profile-upload-label:hover {
    background: #1900aa;
}

.account-profile-area #profile-input {
    display: none;
}

/* Select2 uyumu */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    min-height: 38px;border-radius: 6px;border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 19px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 36px;}

.report-area-home {
    padding: 20px 15px;
    padding-top: 0px;

}

.report-area-home .report-box {
    padding: 30px 25px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #1900aa;
}

.report-area-home .report-box h6{
    color: #fff;
}

.report-area-home .report-box p{
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.graphic-area {
    padding: 20px 35px;
    padding-top: 15px;
}


/* Form Butonları Alanı */
.form-buttons-area {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* İptal Butonu */
.cancel-btn-df {
    background-color: #6b7280;
    color: #fff;
    border: 0;
    padding: 11px 32px;
    border-radius: 3px;
    outline: 0;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s ease;
    font-size: 15px;
}

.cancel-btn-df:hover {
    background-color: #4b5563;
    color: #fff;
    text-decoration: none;
}

/* Form Control Stilleri (Bootstrap uyumlu) */
.form-control, .form-select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}

.form-control:focus, .form-select:focus {
    border-color: #3e86c6;
    box-shadow: 0 0 0 0.2rem rgba(62, 134, 198, 0.25);
    background-color: #f5f6fa;
}

.form-control[type="file"] {
    height: auto;
    padding: 8px 12px;
    cursor: pointer;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    color: #4b5565;
    font-size: 15px;
    font-weight: 500;
}

.form-label .text-danger {
    color: #dc3545;
}

/* Textarea için özel stil */
textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: vertical;
}

@media (max-width: 768px) {
    .form-buttons-area {
        flex-direction: column;
    }
    
    .form-buttons-area .submit-btn-df,
    .form-buttons-area .cancel-btn-df {
        width: 100%;
    }

    .admin-support-card {
        flex-wrap: wrap;
        padding: 14px 16px;
        gap: 10px;
    }
    .admin-support-card-badge {
        order: 1;
        margin-left: auto;
    }
    .admin-support-card-arrow {
        order: 2;
    }
    .admin-support-card-body {
        width: 100%;
    }
}

/* Card düzeltmeleri */
.card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 1.25rem;
}

/* Buttons area düzeltmeleri */
.buttons-area {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
    width: 100%;
}

.buttons-area .edit-btn {
    flex: 1;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    background-color: #1900aa;
    color: #fff;
}

.buttons-area .edit-btn:hover {
    background-color: #1802ab;
    color: #fff;
    text-decoration: none;
}

.buttons-area form {
    flex: 1;
    display: flex;
}

.buttons-area .remove-btn {
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 14px;
    background-color: #dc3545;
    color: #fff;
}

.buttons-area .remove-btn:hover {
    background-color: #c82333;
    color: #fff;
}
