.refresh-btn /* ---- MAIN CARD ---- */
.search-result-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

/* ---- FLEX WRAPPER ---- */
.search-result-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

/* ---- LEFT SIDE ---- */
.account-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #374151;
    flex: 1;
    min-width: 280px;
}

.account-title {
    font-weight: 600;
    color: #1f2937;
    font-size: 14px;
    margin-bottom: 4px;
}

.account-name {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    margin: 0;
}

.account-email {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.date-range {
    margin-top: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}

.date-label {
    color: #6b7280;
}

.date-value {
    color: #111827;
    font-weight: 500;
}

.edit-btn {
    background: #e6f0ff;
    color: #2563eb;
    border: none;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
}

    .edit-btn:hover {
        background: #dbeafe;
    }

/* ---- RIGHT SIDE ---- */
.statement-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
    min-width: 300px;
}

.statement-type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.statement-title {
    font-weight: 600;
    color: #1f2937;
    font-size: 14px;
    margin-bottom: 6px;
}

.statement-dropdown {
    background: #fff3e6;
    border: 1px solid #f2e6d8;
    border-radius: 10px;
    padding: 10px 14px;
    width: 260px;
    font-size: 14px;
    color: #374151;
    outline: none;
    cursor: pointer;
    appearance: none;
}

.label-title {
    font-size: 16px !important;
}

.refresh-btn {
    transition: 0.3s ease;
    background: #59c7fa4a;
    margin-left: 10px;
    color: #3889f4;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 16px 27px;
    cursor: pointer;
    border: 1px solid #3889f4a3;
    font-family: var(--headingFont) !important;
    transition: 0.3s ease;
    background: radial-gradient(circle, #2e77f2, #59c7fa);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ButtonFont) !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

    .refresh-btn:hover {
        opacity: 0.9;
    }

.search-result-row {
    display: flex;
    flex-direction: row;
}



.checksearch-bottom .MuiInputBase-root {
    border-radius: 8px;
}

.right-section select.statement-select {
    width: 80%;
    color: #333;
    font-size: 14px;
    outline: none;
    border-radius: 8px !important;
    font-family: var(--headingFontLight);
    letter-spacing: inherit;
    border: 0px;
    box-sizing: content-box;
    padding: 16.5px 14px;
}

.date-section {
    margin-top: 15px;
}

.TableRow {
    font-family: var(--headingLight) !important;
}

.transaction-popup {
    color: #000;
    max-height: 85vh;
    overflow-y: auto;
}

.detail-row {
    display: grid;
    grid-template-columns: 320px 1fr;
    border-bottom: 1px solid #7a7a7a;
}

.detail-label {
    padding: 14px 16px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border-right: 1px solid #7a7a7a;
}

.detail-value {
    padding: 14px 16px;
}

/************************ gateway api css *****************/

.gateway-card {
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 20px;
    border: 1px solid #E0D5E8;
    box-shadow: none;
}

.highlight-value {
    color: #55C3F9;
    font-size: 14px;
    word-break: break-all;
}

.field-helper {
    margin-top: 8px;
    color: #5E5E5E;
    font-size: 13px;
}

.right-align {
    display: flex;
    justify-content: flex-end;
}


/********************* manage role css ******************/

.roles-card {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: none;
    background-color: #fff;
}

.AddedMembers {
    background-color: #EAF4FC;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.permission-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #22394C;
}

.gateway-page {
    padding: 20px;
}

.header {
    margin-bottom: 20px;
}

.steps-panel {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 8px;
}

.step {
    padding: 10px;
    cursor: pointer;
    border-left: 3px solid transparent;
}

    .step:hover {
        background: #eee;
    }

    .step.active {
        border-left: 3px solid #007bff;
        font-weight: bold;
    }

.content-card {
    padding: 25px;
}

.arch-card {
    text-align: center;
    padding: 15px;
    background: #fafafa;
    border-radius: 6px;
}

.info-box {
    background: #fafafa;
    padding: 15px;
    border-radius: 6px;
}

.api-box {
    background: #fafafa;
    padding: 15px;
    border-radius: 6px;
}

.code-block {
    background: #1e1e1e;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    font-family: monospace;
    white-space: pre;
}