
.search-field[data-v-2eff8e21] {
    max-width: 280px;
}
.search-field-center[data-v-2eff8e21] {
    flex-shrink: 0;
}
.status-chip[data-v-2eff8e21] {
    border-radius: 8px;
    min-height: 36px;
    padding: 6px 16px;
    width: 100%;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    box-shadow: none;
}
.action-buttons[data-v-2eff8e21] {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.btn-action[data-v-2eff8e21] {
    background-color: #ebf0ff;
}
.btn-primary-action[data-v-2eff8e21] {
    background-color: #ebf0ff;
}
.btn-action-square[data-v-2eff8e21] {
    min-width: 36px !important;
    min-height: 36px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
}


.swal-maintenance-popup {
    width: 520px !important;
    border-radius: 14px !important;
    padding: 28px 24px 22px !important;
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    display: flex !important;
    flex-direction: column !important;
}
.swal-maintenance-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #0b1440 !important;
    margin: 0 0 10px !important;
}
.swal-maintenance-text {
    font-size: 18px !important;
    color: #4a5672 !important;
    line-height: 1.45 !important;
    margin-top: 6px !important;
}
.swal-maintenance-popup .swal2-title {
    order: 1;
}
.swal-maintenance-popup .swal2-html-container {
    order: 2;
}
.swal-maintenance-popup .swal2-icon {
    order: 3;
    margin: 24px auto 10px !important;
}
.swal-maintenance-popup .swal2-actions {
    order: 4;
}
.swal-maintenance-actions {
    margin-top: 22px !important;
    gap: 18px !important;
}
.swal-maintenance-btn {
    min-width: 150px;
    height: 56px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.swal-maintenance-btn--confirm {
    background: #1f7a55;
    color: #ffffff;
}
.swal-maintenance-btn--cancel {
    background: #e6ebf3;
    color: #55607a;
}

