/* style.css Suffix: 29bae6e6 */

.fms-dashboard-container_29bae6e6 {
    display: flex;
    background-color: #0b0e1b;
    color: #ffffff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    min-height: 900px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Sidebar Styles */
.fms-sidebar_29bae6e6 {
    width: 280px;
    background: #0d1122;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}

.fms-brand_29bae6e6 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.brand-text_29bae6e6 {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ff007f;
    text-transform: uppercase;
}

.fms-menu_29bae6e6 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-grow: 1;
}

.menu-item_29bae6e6 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 16px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 500;
    transition: all 0.25s ease;
}

.menu-item_29bae6e6 i {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.menu-item_29bae6e6:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
}

.menu-item_29bae6e6.active_29bae6e6 {
    background: linear-gradient(135deg, rgba(225, 0, 127, 0.15) 0%, rgba(127, 0, 255, 0.05) 100%);
    border: 1px solid rgba(225, 0, 127, 0.2);
    color: #ff007f;
    font-weight: 600;
}

.logout-btn_29bae6e6 {
    margin-top: 20px;
    color: rgba(255, 69, 58, 0.8);
}

.logout-btn_29bae6e6:hover {
    background: rgba(255, 69, 58, 0.08);
    color: #ff453a;
}

.sidebar-ad-card_29bae6e6 {
    background: linear-gradient(135deg, rgba(225, 0, 127, 0.15) 0%, rgba(127, 0, 255, 0.05) 100%);
    border: 1px solid rgba(225, 0, 127, 0.2);
    border-radius: 16px;
    padding: 20px;
    margin-top: auto;
}

.sidebar-ad-card_29bae6e6 h4 {
    margin: 0 0 8px 0;
    font-size: 1rem;
    font-weight: 700;
}

.sidebar-ad-card_29bae6e6 p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.invite-btn_29bae6e6 {
    background: linear-gradient(135deg, #ff007f 0%, #7f00ff 100%);
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

/* Main Dashboard Panel */
.fms-main_29bae6e6 {
    flex-grow: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #090c18;
}

/* Header Grid Row */
.fms-header-grid_29bae6e6 {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 20px;
}

.header-card_29bae6e6 {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.balance-card_29bae6e6 {
    background: #111428;
}

.balance-meta_29bae6e6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.toggle-visibility_29bae6e6 {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.balance-value_29bae6e6 {
    font-size: 2rem;
    font-weight: 800;
    margin: 10px 0 2px 0;
}

.balance-value_29bae6e6 .currency_29bae6e6 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    font-weight: 600;
}

.balance-alt_29bae6e6 {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
}

.add-balance-btn_29bae6e6 {
    background: linear-gradient(135deg, #ff007f 0%, #7f00ff 100%);
    border: none;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 0.85rem;
}

/* Quick Actions Card */
.quick-actions_29bae6e6 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    align-items: center;
}

.action-icon-btn_29bae6e6 {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
}

.action-icon-btn_29bae6e6:hover {
    color: #ffffff;
}

.icon-holder_29bae6e6 {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
}

.icon-purple_29bae6e6 { background: rgba(225, 0, 255, 0.12); color: #e100ff; }
.icon-blue_29bae6e6   { background: rgba(10, 132, 255, 0.12); color: #0a84ff; }
.icon-orange_29bae6e6 { background: rgba(255, 159, 10, 0.12); color: #ff9f0a; }
.icon-green_29bae6e6  { background: rgba(48, 209, 88, 0.12); color: #30d158; }
.icon-rose_29bae6e6   { background: rgba(255, 69, 58, 0.12); color: #ff453a; }

.label-text_29bae6e6 {
    font-size: 0.72rem;
    font-weight: 600;
    text-align: center;
}

/* Promo Banner Card */
.promo-banner_29bae6e6 {
    background: linear-gradient(135deg, rgba(225, 0, 127, 0.1) 0%, rgba(127, 0, 255, 0.05) 100%);
    border: 1px dashed rgba(225, 0, 127, 0.25);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.promo-content_29bae6e6 h3 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.promo-content_29bae6e6 p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 1.3;
}

.promo-graphic_29bae6e6 {
    font-size: 2.2rem;
    color: #00f2fe;
}

/* Service Tabs */
.category-tabs-section_29bae6e6 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-header-row_29bae6e6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-header-row_29bae6e6 h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.view-all-link_29bae6e6 {
    font-size: 0.8rem;
    color: #ff007f;
    text-decoration: none;
    font-weight: 600;
}

.tabs-grid_29bae6e6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.tab-card_29bae6e6 {
    background: #111428;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.tab-card_29bae6e6:hover {
    background: rgba(255, 255, 255, 0.04);
}

.tab-card_29bae6e6.active_29bae6e6 {
    background: rgba(255, 0, 127, 0.1);
    border-color: #ff007f;
}

.tab-icon_29bae6e6 {
    font-size: 1.4rem;
}

.text-pink_29bae6e6 { color: #ff007f; }
.text-cyan_29bae6e6 { color: #00f2fe; }
.text-blue_29bae6e6 { color: #0a84ff; }
.text-purple_29bae6e6 { color: #bf5af2; }
.text-orange_29bae6e6 { color: #ff9f0a; }
.text-gray_29bae6e6 { color: rgba(255,255,255,0.4); }

.tab-label_29bae6e6 {
    font-size: 0.78rem;
    font-weight: 600;
}

/* Workspace Layout columns */
.workspace-columns_29bae6e6 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 25px;
}

.workspace-card_29bae6e6 {
    background: #111428;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 25px;
}

.form-column_29bae6e6 .card-header_29bae6e6 h3 {
    margin: 0 0 5px 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.form-column_29bae6e6 .card-header_29bae6e6 p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 20px 0;
}

/* Custom Dropdown Styling (Premium & Dark Mode identical to reference) */
.custom-premium-dropdown_29bae6e6 {
    position: relative;
    width: 100%;
}

.dropdown-trigger_29bae6e6 {
    background: #161a35;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.25s ease;
}

.dropdown-trigger_29bae6e6:hover {
    border-color: rgba(255, 0, 127, 0.4);
    background: #191e3e;
}

.dropdown-trigger_29bae6e6 .flag-icon_29bae6e6 {
    margin-right: 8px;
    font-size: 1.1rem;
}

.dropdown-trigger_29bae6e6 i {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.25s ease;
}

.custom-premium-dropdown_29bae6e6.open_29bae6e6 .dropdown-trigger_29bae6e6 i {
    transform: rotate(180deg);
}

.dropdown-menu-list_29bae6e6 {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #13172e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    z-index: 1000;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
    backdrop-filter: blur(15px);
    overflow: hidden;
}

.search-input-wrapper_29bae6e6 {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #171c3a;
}

.search-input-wrapper_29bae6e6 i {
    color: rgba(255, 255, 255, 0.4);
    margin-right: 10px;
    font-size: 0.9rem;
}

.dropdown-search_29bae6e6 {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    font-size: 0.85rem;
    width: 100%;
}

.scrollable-options_29bae6e6 {
    max-height: 220px;
    overflow-y: auto;
}

/* Custom Scrollbar */
.scrollable-options_29bae6e6::-webkit-scrollbar {
    width: 6px;
}
.scrollable-options_29bae6e6::-webkit-scrollbar-track {
    background: transparent;
}
.scrollable-options_29bae6e6::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
}

.dropdown-option_29bae6e6 {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.8);
    transition: all 0.2s ease;
}

.dropdown-option_29bae6e6:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.dropdown-option_29bae6e6.selected {
    background: rgba(255, 0, 127, 0.1);
    color: #ff007f;
    font-weight: 600;
}

/* Inputs & Form Groups */
.form-row-grid_29bae6e6 {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.form-group_29bae6e6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.form-group_29bae6e6 label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.5px;
}

.phone-input-group_29bae6e6 {
    display: flex;
    background: #161a35;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.prefix-addon_29bae6e6 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.input-field_29bae6e6 {
    background: transparent;
    border: none;
    padding: 12px 16px;
    color: #fff;
    outline: none;
    font-size: 0.9rem;
    flex-grow: 1;
}

.beneficiary-picker-btn_29bae6e6 {
    background: none;
    border: none;
    color: #0a84ff;
    padding: 0 15px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: color 0.2s ease;
}

/* Amount Presets */
.amount-presets_29bae6e6 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.preset-btn_29bae6e6 {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.preset-btn_29bae6e6:hover {
    background: rgba(255, 255, 255, 0.08);
}

.preset-btn_29bae6e6.active_29bae6e6 {
    background: rgba(255, 0, 127, 0.15);
    border-color: #ff007f;
    box-shadow: 0 4px 15px rgba(255, 0, 127, 0.2);
}

/* Calculations Grid Feedback */
.calc-grid_29bae6e6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
}

.calc-box_29bae6e6 {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.calc-label_29bae6e6 {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 4px;
}

.calc-val_29bae6e6 {
    font-size: 1.1rem;
    font-weight: 700;
}

.badge-free_29bae6e6 {
    font-size: 0.65rem;
    background: rgba(48, 209, 88, 0.1);
    color: #30d158;
    padding: 2px 6px;
    border-radius: 4px;
    width: fit-content;
    margin-top: 5px;
}

.submit-topup-btn_29bae6e6 {
    width: 100%;
    background: linear-gradient(135deg, #ff007f 0%, #7f00ff 100%);
    border: none;
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.submit-topup-btn_29bae6e6:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 0, 127, 0.3);
}

/* Right Column Panels */
.workspace-sidebar_29bae6e6 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pad-card_29bae6e6 {
    padding: 20px;
}

.card-header-with-link_29bae6e6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.card-header-with-link_29bae6e6 h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.small-link_29bae6e6 {
    font-size: 0.75rem;
    color: #ff007f;
    text-decoration: none;
    font-weight: 600;
}

.operator-row-grid_29bae6e6 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.op-item-badge_29bae6e6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 14px 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.op-item-badge_29bae6e6:hover {
    background: rgba(255, 255, 255, 0.04);
}

.op-item-badge_29bae6e6.active_op_29bae6e6 {
    border-color: #ff007f;
    background: rgba(255, 0, 127, 0.05);
}

.logo-circle_29bae6e6 {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.circle-red_29bae6e6 { background-color: #e60000; }
.circle-dark_29bae6e6 { background-color: #1c1c1e; }
.circle-blue_29bae6e6 { background-color: #00a8e8; }
.circle-tmobile_29bae6e6 { background-color: #e100ff; }
.circle-purple_29bae6e6 { background-color: #7f00ff; }
.circle-orange_29bae6e6 { background-color: #ff9f0a; }

.op-item-badge_29bae6e6 strong {
    font-size: 0.72rem;
    text-align: center;
}

.op-item-badge_29bae6e6 span {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}

/* Transactions items list */
.tx-list_29bae6e6 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tx-item_29bae6e6 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.01);
    padding: 12px;
    border-radius: 12px;
}

.tx-logo_29bae6e6 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.72rem;
}

.tx-info_29bae6e6 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tx-info_29bae6e6 strong {
    font-size: 0.82rem;
}

.tx-info_29bae6e6 span {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
}

.tx-value_29bae6e6 {
    font-size: 0.85rem;
    font-weight: 700;
}

.neg-val_29bae6e6 {
    color: #ff453a;
}

.tx-status_29bae6e6 {
    font-size: 0.68rem;
    text-align: right;
    line-height: 1.2;
}

.status-success_29bae6e6 {
    color: #30d158;
}

.status-success_29bae6e6 small {
    color: rgba(255, 255, 255, 0.3);
}

.view-all-tx-btn_29bae6e6 {
    width: 100%;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    font-size: 0.82rem;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.2s ease;
}

.view-all-tx-btn_29bae6e6:hover {
    border-color: rgba(255, 0, 127, 0.3);
    color: #fff;
}

/* Modals Overlay */
.operators-modal-overlay_29bae6e6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(8px);
}

.operators-modal_29bae6e6 {
    background: #111428;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    width: 480px;
    padding: 25px;
}

.modal-header_29bae6e6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal-header_29bae6e6 h3 {
    margin: 0;
    font-size: 1.15rem;
}

.modal-close_29bae6e6 {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-grid_29bae6e6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.modal-op-card_29bae6e6 {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-op-card_29bae6e6:hover {
    background: rgba(255,255,255,0.05);
}

/* Responsive queries */
@media (max-width: 1024px) {
    .fms-dashboard-container_29bae6e6 {
        flex-direction: column;
    }
    .fms-sidebar_29bae6e6 {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .fms-header-grid_29bae6e6 {
        grid-template-columns: 1fr;
    }
    .tabs-grid_29bae6e6 {
        grid-template-columns: repeat(3, 1fr);
    }
    .workspace-columns_29bae6e6 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .tabs-grid_29bae6e6 {
        grid-template-columns: repeat(2, 1fr);
    }
    .operator-row-grid_29bae6e6 {
        grid-template-columns: repeat(2, 1fr);
    }
}
