 @media (min-width: 320px) and (max-width: 900px) {
        .invest-btn-header {
          width: 42% !important;
        }
      }

      @media (min-width: 320px) and (max-width: 900px) {
        .page2 {
          width: 100% !important;
          margin-left: 0px !important;
        }
      }

      .page2 {
        width: 50%;
        margin-left: 250px;
        padding: 15px;
      }

      .rn-section-gapTop {
        padding-top: 10px !important;
      }

      .mt--100 {
        margin-top: 20px !important;
      }

      .rn-section-gap {
        padding: 30px 0 !important;
      }

      /* Ultra Compact Dashboard Design */
      .dashboard-wrapper {
        display: flex;
        min-height: calc(100vh - 200px);
        margin-top: 15px;
        gap: 8px;
      }

      span{
        color: #7d7f7f;
      }
      .header-content i{
         color: #7d7f7f;
      }
      
      /* Minimal Sidebar */
      .sidebar-menu {
        width: 224px;
        background: linear-gradient(
          135deg,
          rgba(124, 58, 237, 0.1),
          rgba(99, 102, 241, 0.1)
        );
        backdrop-filter: blur(10px);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 8px;
        padding: 8px;
        height: fit-content;
        position: sticky;
        top: 80px;
      }

      .sidebar-menu h4 {
        color: #8b5cf6;
        margin-bottom: 8px;
        font-size: 1.6rem;
        padding: 6px 8px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
      }

      .sidebar-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .sidebar-menu-item {
        margin-bottom: 2px;
      }

      .sidebar-menu-link {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        color: #6b7280;
        text-decoration: none;
        border-radius: 6px;
        transition: all 0.2s;
        font-size: 16px;
        font-weight: 500;
        gap: 10px;
      }

      .sidebar-menu-link:hover,
      .sidebar-menu-link.active {
        background: linear-gradient(135deg, #c4dec6, #19f86e);
        color: white;
        transform: translateX(2px);
      }

      .sidebar-menu-link i {
        margin-right: 6px;
        font-size: 1.5rem;
        width: 14px;
        color: #7d7f7f;;
      }

      .content-area {
        flex: 1;
        padding-left: 0;
      }

      .tab-content-wrapper {
        background: transparent;
        padding: 0;
        min-height: auto;
      }

      .tab-pane {
        display: none;
      }

      .tab-pane.active {
        display: block;
        animation: fadeIn 0.3s ease;
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: translateY(5px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      /* Micro Hero Banner */
      .hero-banner {
        height: 120px;
        background: linear-gradient(135deg, #3a0492, #70640e);
        /* background: linear-gradient(135deg, #7b2ff7, #f107a3); */
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
        position: relative;
        overflow: hidden;
      }

      .banner-shapes::before,
      .banner-shapes::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        animation: float 4s infinite ease-in-out;
      }

      .banner-shapes::before {
        top: -20px;
        left: -20px;
      }

      .banner-shapes::after {
        bottom: -20px;
        right: -20px;
        animation-delay: 2s;
      }

      @keyframes float {
        0%,
        100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-10px);
        }
      }

      .banner-content {
        text-align: center;
        color: white;
        backdrop-filter: blur(5px);
        /* background: rgba(255, 255, 255, 0.15); */
        padding: 12px 20px;
        border-radius: 10px;
        z-index: 1;
      }

      .banner-content h1 {
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 3px;
      }

      .banner-content h1 span {
        color: #fbbf24;
      }

      .banner-content p {
        font-size: 1rem;
        opacity: 0.9;
        margin: 0;
      }

      /* Mini Invest Button */
      .invest-btn-header {
        background: linear-gradient(135deg, #fbbf24, #f97316);
        border: none;
        /* padding: 5px 15px; */
        border-radius: 20px;
        font-weight: 600;
        color: white;
        font-size: 1.3rem;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
        width: 10%;
      }

      .invest-btn-header:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(251, 191, 36, 0.5);
      }

      /* Micro Welcome Banner */
      .welcome-banner {
        background: linear-gradient(90deg, #1e1b4b, #312e81, #1e1b4b);
        color: white;
        padding: 5px 0;
        /* font-size: 0.7rem; */
        font-weight: 600;
        overflow: hidden;
        border-radius: 6px;
        margin-bottom: 8px;
        border: 1px solid rgba(139, 92, 246, 0.3);
      }

      .welcome-text {
        display: inline-block;
        white-space: nowrap;
        animation: scroll 20s linear infinite;
      }

      @keyframes scroll {
        0% {
          transform: translateX(100%);
        }
        100% {
          transform: translateX(-100%);
        }
      }

      /* Ultra Compact Grid */
      .dashboard-card {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 8px;
        padding: 6px;
        margin-bottom: 6px;
        transition: all 0.3s;
        position: relative;
        overflow: hidden;
        height: 100%;
      }

      .dashboard-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, #8b5cf6, transparent);
        transition: left 0.5s;
      }

      .dashboard-card:hover::before {
        left: 100%;
      }

      .dashboard-card:hover {
        transform: translateY(-2px);
        border-color: rgba(139, 92, 246, 0.5);
        box-shadow: 0 4px 15px rgba(139, 92, 246, 0.2);
      }

      .icon-wrapper {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }

      .icon-wrapper i {
        font-size: 0.9rem;
        color: white;
      }

      .icon-purple {
        background: linear-gradient(135deg, #a78bfa, #7c3aed);
      }
      .icon-pink {
        background: linear-gradient(135deg, #f472b6, #db2777);
      }
      .icon-green {
        background: linear-gradient(135deg, #4ade80, #059669);
      }
      .icon-yellow {
        background: linear-gradient(135deg, #fbbf24, #b45309);
      }

      .card-title {
        font-size: 16px;
        font-weight: 600;
        color: #9ca3af;
        margin-bottom: 2px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
      }

      .card-value {
        font-size:13px;
        font-weight: 700;
        color: #999da4;

      }

      .profile-text {
        font-size: 16px;
        color: #999da4;

        margin-bottom: 2px;
        line-height: 1.4;
      }

      .rank-badge {
        background: linear-gradient(135deg, #8b5cf6, #6366f1);
        padding: 1px 6px;
        border-radius: 8px;
        font-size: 0.6rem;
        display: inline-block;
        margin-left: 2px;
        color: white;
      }

      /* Micro Referral Section */
      .referral-section {
        background: linear-gradient(135deg, #8b5cf6, #6366f1);
        border-radius: 8px;
        padding: 6px 10px;
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
      }

      .referral-link {
        background: rgba(255, 255, 255, 0.2);
        /* padding: 3px 8px; */
        border-radius: 4px;
        /* font-size: 0.8rem; */
        color: white;
        flex: 1;
        min-width: 150px;
        word-break: break-all;
      }

      .copy-btn {
        background: white;
        color: #8b5cf6;
        border: none;
        padding: 3px 12px;
        border-radius: 4px;
        /* font-size: 0.65rem; */
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
      }

      .copy-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      }

      /* Micro Ticker */
      .ticker-container {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 8px;
        padding: 6px;
        overflow: hidden;
        margin-top: 8px;
      }

      .ticker {
        display: flex;
        gap: 15px;
        animation: tickerScroll 25s linear infinite;
      }

      @keyframes tickerScroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }

      .ticker-item {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 1rem;
        white-space: nowrap;
      }

      .ticker-dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
      }

      /* Compact Modal */
      .modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(8px);
        z-index: 1050;
        align-items: center;
        justify-content: center;
        animation: fadeIn 0.3s;
      }

      .modal-overlay.show {
        display: flex;
      }

      .modal-content-advanced {
        background: rgba(30, 27, 75, 0.95);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(139, 92, 246, 0.3);
        border-radius: 12px;
        max-width: 400px;
        width: 90%;
        overflow: hidden;
        animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      }

      @keyframes slideUp {
        from {
          transform: translateY(30px) scale(0.95);
          opacity: 0;
        }
        to {
          transform: translateY(0) scale(1);
          opacity: 1;
        }
      }

      .modal-header-advanced {
        background: linear-gradient(135deg, #8b5cf6, #6366f1);
        padding: 10px 15px;
        position: relative;
      }

      .modal-title-advanced {
        font-size: 0.9rem;
        font-weight: 700;
        color: white;
        margin: 0;
        letter-spacing: 1px;
      }

      .close-modal-btn {
        position: absolute;
        top: 8px;
        right: 12px;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
      }

      .close-modal-btn:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
      }

      .modal-body-advanced {
        padding: 12px;
      }

      .fund-badge-advanced {
        background: linear-gradient(135deg, #22d3ee, #3b82f6);
        color: white;
        padding: 5px 12px;
        border-radius: 20px;
        font-weight: 700;
        font-size: 0.8rem;
        display: inline-block;
        margin-bottom: 12px;
      }

      .form-group-advanced {
        margin-bottom: 10px;
      }

      .form-label-advanced {
        font-size: 1rem;
        font-weight: 600;
        color: #9ca3af;
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        gap: 4px;
      }

      .form-control-advanced {
        width: 100%;
        padding: 6px 10px;
        border: 1px solid rgba(139, 92, 246, 0.3);
        border-radius: 6px;
        font-size: 0.75rem;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        transition: all 0.3s;
      }

      .form-control-advanced:focus {
        outline: none;
        border-color: #8b5cf6;
        box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.2);
      }

      .password-wrapper-advanced {
        position: relative;
      }

      .eye-icon-advanced {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #9ca3af;
        cursor: pointer;
        font-size: 0.85rem;
      }

      .modal-footer-advanced {
        padding: 8px 12px;
        display: flex;
        gap: 8px;
        border-top: 1px solid rgba(139, 92, 246, 0.2);
        width: 20%;
      }

      .btn-advanced {
        flex: 1;
        padding: 6px;
        border: none;
        border-radius: 6px;
        font-size: 0.7rem;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s;
      }

      .btn-invest-advanced {
        background: linear-gradient(135deg, #4ade80, #22c55e);
        color: white;
      }

      .btn-cancel-advanced {
        background: linear-gradient(135deg, #f87171, #ef4444);
        color: white;
      }

      .btn-advanced:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      }

      .error-message {
        color: #ef4444;
        font-size: 0.65rem;
        margin-top: 2px;
        display: none;
      }

      .error-message.show {
        display: block;
      }

      /* Compact Profile Page */
      .dark-profile-container {
        /* max-width: 600px; */
        margin: 0 auto;
      }

      .dark-profile-card {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 10px;
        overflow: hidden;
      }

      .dark-profile-header {
        background: linear-gradient(135deg, #2a0b72, #745d0a);
        padding: 12px;
        text-align: center;
      }

      .dark-profile-title {
        color: white;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 2px;
        margin: 0;
      }

      .dark-profile-content {
        padding: 12px;
      }

      .dark-profile-name-section {
        text-align: center;
        margin-bottom: 10px;
      }

      .dark-profile-name {
        color: #8b5cf6;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 6px;
      }

      .dark-profile-status {
        display: inline-block;
        background: linear-gradient(135deg, #8b5cf6, #1e0369);
        color: white;
        padding: 4px 12px;
        border-radius: 15px;
        font-size: 0.7rem;
        font-weight: 600;
      }

      .dark-profile-separator {
        height: 1px;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(139, 92, 246, 0.3),
          transparent
        );
        margin: 10px 0;
      }

      .dark-profile-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
      }

      .dark-profile-box {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 8px;
        padding: 8px;
        cursor: pointer;
        transition: all 0.3s;
      }

      .dark-profile-box:hover {
        transform: translateY(-2px);
        border-color: rgba(139, 92, 246, 0.5);
        box-shadow: 0 4px 15px rgba(139, 92, 246, 0.2);
      }

      .dark-profile-label {
        color: #9ca3af;
        font-size: 1.3rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 3px;
      }

      .dark-profile-value {
        color: #e5e7eb;
        font-size: 0.75rem;
        font-weight: 500;
        word-break: break-word;
      }

      .dark-profile-full {
        grid-column: 1 / -1;
      }

      /* Mobile Toggle */
      .sidebar-mobile-toggle {
        display: none;
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: linear-gradient(135deg, #8b5cf6, #6366f1);
        color: white;
        border: none;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
        z-index: 999;
        box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
        cursor: pointer;
      }

      .sidebar-close-btn {
        display: none;
      }

      .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
      }

      /* Responsive */
      @media (max-width: 991px) {
        .dashboard-wrapper {
          flex-direction: column;
        }

        .sidebar-menu {
          position: fixed;
          left: -200px;
          top: 0;
          bottom: 0;
          width: 180px;
          z-index: 999;
          transition: left 0.3s;
          border-radius: 0;
          height: 100vh;
          overflow-y: auto;
        }

        .sidebar-menu.active {
          left: 0;
        }

        .sidebar-overlay.active {
          display: block;
        }

        .sidebar-mobile-toggle {
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .sidebar-close-btn {
          display: block;
          position: absolute;
          top: 10px;
          right: 10px;
          background: transparent;
          border: none;
          color: #8b5cf6;
          font-size: 1.2rem;
          cursor: pointer;
        }

        .content-area {
          padding-left: 0;
        }
      }

      @media (max-width: 576px) {
        .dark-profile-grid {
          grid-template-columns: 1fr;
        }

        .dark-profile-full {
          grid-column: 1;
        }
      }

      .link_referral {
        display: flex;
        justify-content: space-between !important;
        align-items: center;
        gap: 20px;
        padding-bottom: 5px;
      }

      /*setting styles*/
      /* body {
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
        color: #e5e7eb;
        min-height: 100vh;
        padding: 20px;
      }

      .container {
        max-width: 1200px;
        margin: 0 auto;
      } */

      .header {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .logo {
        font-size: 1.5rem;
        font-weight: 700;
        background: linear-gradient(135deg, #8b5cf6, #6366f1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }

      /* .settings-wrapper {
        display: flex;
        gap: 20px;
      } */

      /* .settings-container {
        flex: 0 0 30%;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 8px;
        padding: 15px;
        height: fit-content;
        position: sticky;
        top: 20px;
      } */

      .header-content {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #86898e;
    font-size: 15px !important;
    font-weight: 600;
}

      .settings-accordion {
        /* background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 6px;
        margin-bottom: 8px; */
        overflow: hidden;
        transition: all 0.3s;
      }

      .settings-accordion:hover {
        border-color: rgba(139, 92, 246, 0.4);
      }

      .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        cursor: pointer;
        transition: all 0.3s;
        /* background: linear-gradient(
          135deg,
          rgb(37 9 100),
          rgb(140 118 22 / 83%)
        ); */
      }

      .accordion-header:hover {
        background: linear-gradient(135deg, #c4dec6, #19f86e);
      }

      .accordion-header.active {
        background: linear-gradient(
          135deg,
          rgb(37 9 100),
          rgb(140 118 22 / 83%)
        );
      }

      .header-content {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #e5e7eb;
        font-size: 0.9rem;
        font-weight: 600;
      }

      .accordion-header.active .header-content {
        color: white;
      }

      .header-content i {
        font-size: 1.1rem;
        width: 18px;
      }

      .chevron-icon {
        color: #9ca3af;
        font-size: 0.8rem;
        transition: transform 0.3s;
      }

      .accordion-header.active .chevron-icon {
        transform: rotate(180deg);
        color: white;
      }

      .accordion-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background: rgba(0, 0, 0, 0.2);
      }

      .accordion-body {
        padding: 0px !important;
      }
      .accordion-body.open {
        max-height: 500px;
      }

      .sub-menu {
        padding: 8px;
      }

      .sub-item {
        display: flex;
        align-items: center;
        gap: 10px;
        /* padding: 10px 12px;
        margin-bottom: 4px;
        background: rgb(140 118 22 / 83%);
        border: 1px solid rgb(140 118 22 / 83%);
        border-radius: 4px; */
        color: #d1d5db;
        font-size: 0.8rem;
        cursor: pointer;
        transition: all 0.2s;
        margin-bottom: 4px;
      }

      /* .sub-item:hover {
        background: linear-gradient(
          135deg,
          rgba(139, 92, 246, 0.2),
          rgba(99, 102, 241, 0.2)
        );
        border-color: rgba(139, 92, 246, 0.4);
        transform: translateX(3px);
        color: white;
      } */

      /* .sub-item.active {
        background: linear-gradient(135deg, #0b7211, #19f5ff);
        border-color: transparent;
        color: white;
      } */

      .sub-item i {
        font-size: 0.85rem;
        width: 16px;
      }

      .content-display {
        flex: 1;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 8px;
        padding: 20px;
        min-height: 400px;
      }

      .empty-state {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* height: 400px; */
        color: #6b7280;
      }

      .empty-state i {
        font-size: 3rem;
        margin-bottom: 15px;
        opacity: 0.5;
      }

      .empty-state p {
        font-size: 1rem;
        margin: 0;
      }

      .content-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(139, 92, 246, 0.2);
      }

      .content-header i {
        color: #8b5cf6;
        font-size: 1.5rem;
      }

      .content-header h3 {
        color: #e5e7eb;
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
      }

      .content-body {
        color: #d1d5db;
        font-size: 0.85rem;
        line-height: 1.6;
      }

      .content-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
      }

      .form-field {
        display: flex;
        flex-direction: column;
        gap: 6px;
      }

      .form-field label {
        color: #9ca3af;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .form-field input,
      .form-field select,
      .form-field textarea {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(139, 92, 246, 0.3);
        border-radius: 6px;
        padding: 10px 12px;
        color: white;
        font-size: 0.9rem;
        font-family: inherit;
        transition: all 0.3s;
      }

      .form-field input:focus,
      .form-field select:focus,
      .form-field textarea:focus {
        outline: none;
        border-color: #8b5cf6;
        box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2);
        background: rgba(255, 255, 255, 0.15);
      }

      .form-field textarea {
        resize: vertical;
        min-height: 100px;
      }

      .form-actions {
        display: flex;
        gap: 10px;
        margin-top: 10px;
      }

      .btn-submit {
        flex: 1;
        background: linear-gradient(135deg, #4ade80, #22c55e);
        color: white;
        border: none;
        padding: 10px 15px;
        border-radius: 6px;
        font-size: 0.85rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
      }

      .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
      }

      .btn-reset {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
        border: 1px solid rgba(239, 68, 68, 0.3);
        padding: 10px 15px;
        border-radius: 6px;
        font-size: 0.85rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
      }

      .btn-reset:hover {
        background: rgba(239, 68, 68, 0.3);
        border-color: rgba(239, 68, 68, 0.5);
      }

      .data-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.8rem;
      }

      .data-table th,
      .data-table td {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid rgba(139, 92, 246, 0.1);
      }

      .data-table th {
        background: rgba(139, 92, 246, 0.2);
        color: #e5e7eb;
        font-weight: 600;
      }

      .data-table td {
        color: #d1d5db;
      }

      .data-table tr:hover {
        background: rgba(139, 92, 246, 0.05);
      }

      .status-badge {
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 0.7rem;
        font-weight: 600;
        display: inline-block;
      }

      .status-pending {
        background: rgba(251, 191, 36, 0.2);
        color: #fbbf24;
      }

      .status-approved {
        background: rgba(34, 197, 94, 0.2);
        color: #22c55e;
      }

      .status-rejected {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
      }

      @media (max-width: 768px) {
        .settings-wrapper {
          flex-direction: column;
        }

        .settings-container {
          flex: 0 0 100%;
          position: relative;
          top: auto;
        }

        .content-display {
          min-height: 300px;
        }

        .header {
          flex-direction: column;
          text-align: center;
        }
      }

      /* fundrequest styles*/
      .main-wrapper {
        max-width: 1200px;
        margin: 0 auto;
      }

      /* Breadcrumb */
      .breadcrumb-bar {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        padding: 6px 12px;
        border-radius: 6px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .breadcrumb-bar a {
        color: white;
        text-decoration: none;
        font-size: 11px;
        opacity: 0.9;
      }

      .breadcrumb-bar span {
        color: white;
        font-size: 11px;
        font-weight: 600;
      }

      .breadcrumb-sep {
        color: rgba(255, 255, 255, 0.5);
        font-size: 10px;
      }

      /* Main Layout */
      .content-grid {
        display: grid;
        grid-template-columns: 380px 1fr;
        gap: 10px;
      }

      /* Card Base */
      .panel {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .panel-header {
        background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
        padding: 10px 14px;
        border-bottom: 2px solid #10b981;
      }

      .panel-title {
        color: white;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
        text-transform: uppercase;
      }

      .panel-body {
        padding: 14px;
      }

      /* QR Section */
      .qr-container {
        background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
        border-radius: 8px;
        padding: 12px;
      }

      .currency-select {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        cursor: pointer;
        transition: all 0.3s;
      }

      .currency-select:hover {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.3);
      }

      .currency-badge {
        width: 24px;
        height: 24px;
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: white;
        font-weight: 700;
      }

      .currency-text {
        flex: 1;
        color: white;
        font-size: 12px;
        font-weight: 600;
      }

      .currency-arrow {
        color: rgba(255, 255, 255, 0.6);
        font-size: 10px;
      }

      .qr-display {
        background: white;
        border-radius: 8px;
        padding: 12px;
        margin-bottom: 10px;
      }

      .qr-image {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        background: white;
        border: 3px solid #1e293b;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
      }

      .qr-grid {
        width: 100%;
        height: 100%;
        background-image: repeating-linear-gradient(
            0deg,
            #1e293b 0px,
            #1e293b 6px,
            transparent 6px,
            transparent 12px
          ),
          repeating-linear-gradient(
            90deg,
            #1e293b 0px,
            #1e293b 6px,
            transparent 6px,
            transparent 12px
          );
      }

      .qr-logo {
        position: absolute;
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 18px;
        box-shadow: 0 0 0 4px white;
      }

      .address-full {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        padding: 8px;
        margin-bottom: 8px;
      }

      .address-text {
        color: white;
        font-family: "Courier New", monospace;
        font-size: 9px;
        word-break: break-all;
        text-align: center;
        line-height: 1.5;
      }

      .copy-section {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        padding: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .address-preview {
        flex: 1;
        color: white;
        font-family: "Courier New", monospace;
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .btn-copy {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 5px;
        font-size: 11px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
        flex-shrink: 0;
      }

      .btn-copy:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
      }

      .btn-copy:active {
        transform: translateY(0);
      }

      /* Alert Messages */
      .alert-msg {
        border-radius: 8px;
        padding: 10px 12px;
        margin-bottom: 10px;
        display: none;
        gap: 10px;
        align-items: flex-start;
        animation: slideIn 0.3s ease;
      }

      @keyframes slideIn {
        from {
          opacity: 0;
          transform: translateY(-10px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .alert-msg.show {
        display: flex;
      }

      .alert-msg-icon {
        font-size: 16px;
        flex-shrink: 0;
        margin-top: 2px;
      }

      .alert-msg-content {
        flex: 1;
        font-size: 11px;
        line-height: 1.5;
      }

      /* Error Alert */
      .alert-error {
        background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
        border-left: 4px solid #ef4444;
      }

      .alert-error .alert-msg-icon {
        color: #dc2626;
      }

      .alert-error .alert-msg-content {
        color: #991b1b;
      }

      /* Success Alert */
      .alert-success {
        background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
        border-left: 4px solid #10b981;
      }

      .alert-success .alert-msg-icon {
        color: #059669;
      }

      .alert-success .alert-msg-content {
        color: #065f46;
      }

      /* Warning Alert */
      .alert-warning {
        background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
        border-left: 4px solid #f59e0b;
        animation: pulseWarning 2s ease-in-out infinite;
      }

      @keyframes pulseWarning {
        0%,
        100% {
          box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4);
        }
        50% {
          box-shadow: 0 0 0 8px rgba(245, 158, 11, 0);
        }
      }

      .alert-warning .alert-msg-icon {
        color: #f59e0b;
        animation: shake 0.5s ease-in-out infinite;
      }

      @keyframes shake {
        0%,
        100% {
          transform: rotate(0deg);
        }
        25% {
          transform: rotate(-5deg);
        }
        75% {
          transform: rotate(5deg);
        }
      }

      .alert-warning .alert-msg-content {
        color: #92400e;
      }

      /* Form Section */
      .field {
        margin-bottom: 12px;
      }

      .field-label {
        display: block;
        color: #1e293b;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .field-required {
        color: #ef4444;
      }

      .field-input {
        width: 100%;
        padding: 8px 10px;
        border: 2px solid #e2e8f0;
        border-radius: 6px;
        font-size: 12px;
        background: white;
        transition: all 0.3s;
      }

      .field-input:focus {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
      }

      .field-input.error {
        border-color: #ef4444;
      }

      .field-input.error:focus {
        border-color: #ef4444;
        box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
      }

      .field-input.success {
        border-color: #10b981;
      }

      .field-input.success:focus {
        border-color: #10b981;
        box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
      }

      .field-input::placeholder {
        color: #cbd5e1;
        font-size: 11px;
      }

      textarea.field-input {
        resize: vertical;
        min-height: 60px;
        font-family: inherit;
      }

      /* Action Footer */
      .action-bar {
        background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
        padding: 10px 14px;
        display: flex;
        gap: 8px;
        justify-content: flex-end;
        border-top: 2px solid #10b981;
      }

      .btn-action {
        padding: 8px 20px;
        border: none;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .btn-reset {
        background: linear-gradient(135deg, #64748b 0%, #475569 100%);
        color: white;
      }

      .btn-reset:hover {
        background: linear-gradient(135deg, #475569 0%, #334155 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(71, 85, 105, 0.4);
      }

      .btn-send {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        color: white;
      }

      .btn-send:hover:not(:disabled) {
        background: linear-gradient(135deg, #059669 0%, #047857 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
      }

      .btn-send:disabled {
        opacity: 0.5;
        cursor: not-allowed;
      }

      /* Info Box */
      .info-box {
        background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
        border-left: 4px solid #3b82f6;
        border-radius: 8px;
        padding: 10px 12px;
        margin-bottom: 12px;
        display: flex;
        gap: 10px;
      }

      .info-icon {
        color: #3b82f6;
        font-size: 16px;
        flex-shrink: 0;
      }

      .info-content {
        flex: 1;
      }

      .info-title {
        color: #1e40af;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 4px;
        text-transform: uppercase;
      }

      .info-text {
        color: #1e3a8a;
        font-size: 10px;
        line-height: 1.5;
      }

      /* Loading Spinner */
      .loader {
        width: 12px;
        height: 12px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-top-color: white;
        border-radius: 50%;
        animation: rotate 0.6s linear infinite;
        display: inline-block;
        margin-right: 6px;
      }

      @keyframes rotate {
        to {
          transform: rotate(360deg);
        }
      }

      /* Responsive */
      @media (max-width: 992px) {
        .content-grid {
          grid-template-columns: 1fr;
        }

        .qr-image {
          width: 180px;
          height: 180px;
        }
      }

      @media (max-width: 576px) {
        body {
          padding: 6px;
        }

        .content-grid {
          gap: 8px;
        }

        .panel-body {
          padding: 10px;
        }

        .action-bar {
          flex-direction: column;
        }

        .btn-action {
          width: 100%;
        }
      }

      /* Flatpickr Custom */
      .flatpickr-calendar {
        border-radius: 8px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      }

      .flatpickr-day.selected {
        background: #667eea;
        border-color: #667eea;
      }
      /* end fundrequest styles*/

      /*fund request history*/
      .container-fluid {
        max-width: 1400px;
        margin: 0 auto;
      }

      .breadcrumb-section {
        background: rgba(255, 255, 255, 0.95);
        padding: 0.75rem 1.25rem;
        border-radius: 12px;
        margin-bottom: 1.5rem;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
      }

      .breadcrumb {
        margin: 0;
        background: transparent;
        padding: 0;
        font-size: 0.9rem;
      }

      .breadcrumb-item {
        color: #6c757d;
      }

      .breadcrumb-item.active {
        color: #764ba2;
        font-weight: 600;
      }

      .breadcrumb-item + .breadcrumb-item::before {
        content: "-";
        color: #adb5bd;
      }

      .main-card {
        background: rgba(255, 255, 255, 0.98);
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        overflow: hidden;
        backdrop-filter: blur(10px);
      }

      .card-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 0.5rem 0.5rem;
        border: none;
      }

      .card-header h1 {
        color: white;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
      }

      .card-body {
        padding: 1rem;
      }

      .controls-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
        flex-wrap: wrap;
        gap: 0.75rem;
      }

      .entries-control {
        display: flex;
        align-items: center;
        gap: 0.4rem;
      }

      .entries-control label {
        font-size: 0.85rem;
        color: #495057;
        font-weight: 500;
        margin: 0;
      }

      .entries-control select {
        /* padding: 0.3rem 0.6rem; */
        border: 2px solid #e9ecef;
        border-radius: 6px;
        font-size: 0.85rem;
        transition: all 0.3s ease;
        cursor: pointer;
      }

      .entries-control select:focus {
        outline: none;
        border-color: #764ba2;
        box-shadow: 0 0 0 3px rgba(118, 75, 162, 0.1);
      }

      .search-control {
        display: flex;
        align-items: center;
        gap: 0.4rem;
      }

      .search-control label {
        font-size: 0.85rem;
        color: #495057;
        font-weight: 500;
        margin: 0;
      }

      .search-control input {
        padding: 0.3rem 0.8rem;
        border: 2px solid #e9ecef;
        border-radius: 6px;
        font-size: 0.85rem;
        width: 200px;
        transition: all 0.3s ease;
      }

      .search-control input:focus {
        outline: none;
        border-color: #764ba2;
        box-shadow: 0 0 0 3px rgba(118, 75, 162, 0.1);
      }

      .table-container {
        overflow-x: auto;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      }

      .data-table {
        width: 100%;
        margin: 0;
        border-collapse: separate;
        border-spacing: 0;
      }

      .data-table thead {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      }

      .data-table thead th {
        padding: 0.75rem 0.85rem;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.76rem;
        letter-spacing: 0.5px;
        border: none;
        white-space: nowrap;
        cursor: pointer;
        user-select: none;
        transition: background 0.2s ease;
      }

      .data-table thead th:hover {
        background: rgba(255, 255, 255, 0.1);
      }

      .data-table thead th:first-child {
        border-top-left-radius: 12px;
      }

      .data-table thead th:last-child {
        border-top-right-radius: 12px;
      }

      .data-table thead th i {
        margin-left: 0.4rem;
        font-size: 0.7rem;
        opacity: 0.7;
      }

      .data-table tbody {
        background: white;
      }

      .data-table th,
      .data-table td {
        padding: 10px;
        text-align: center !important;
        border-bottom: 1px solid rgba(139, 92, 246, 0.1);
      }

      .data-table tbody tr {
        border-bottom: 1px solid #f1f3f5;
        transition: all 0.2s ease;
      }

      .data-table tbody tr:hover {
        background: #f8f9fa;
      }

      .data-table tbody tr:last-child {
        border-bottom: none;
      }

      .data-table tbody td {
        padding: 0.65rem 0.85rem;
        color: #495057;
        font-size: 0.8rem;
        border: none;
      }

      .status-badge {
        display: inline-block;
        padding: 0.2rem 0.5rem;
        border-radius: 20px;
        font-size: 0.7rem;
        font-weight: 600;
        text-transform: uppercase;
      }

      .status-approved {
        background: #d4edda;
        color: #155724;
      }

      .status-pending {
        background: #fff3cd;
        color: #856404;
      }

      .status-rejected {
        background: #f8d7da;
        color: #721c24;
      }

      .empty-states {
        text-align: center;
        padding: 2rem 1rem;
        background: white;
      }

      .empty-states i {
        font-size: 1rem;
        color: #dee2e6;
        margin-bottom: 0.75rem;
      }

      .empty-states p {
        color: #6c757d;
        font-size: 0.9rem;
        margin: 0;
      }

      .footer-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        flex-wrap: wrap;
        gap: 0.75rem;
      }

      .showing-info {
        color: #6c757d;
        font-size: 0.85rem;
      }

      .pagination-controls {
        display: flex;
        gap: 0.5rem;
      }

      .pagination-btn {
        padding: 0.4rem 1rem;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border: none;
        border-radius: 6px;
        font-weight: 600;
        font-size: 0.85rem;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        gap: 0.4rem;
      }

      .pagination-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(118, 75, 162, 0.4);
      }

      .pagination-btn:active {
        transform: translateY(0);
      }

      .pagination-btn:disabled {
        background: #e9ecef;
        color: #adb5bd;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
      }

      @media (max-width: 768px) {
        body {
          padding: 0.75rem;
        }

        .card-header h1 {
          font-size: 1.3rem;
        }

        .card-body {
          padding: 1rem;
        }

        .controls-section {
          flex-direction: column;
          align-items: stretch;
        }

        .entries-control,
        .search-control {
          flex-direction: column;
          align-items: stretch;
        }

        .search-control input {
          width: 100%;
        }

        .data-table thead th,
        .data-table tbody td {
          padding: 0.6rem 0.65rem;
          font-size: 0.74rem;
        }

        .footer-section {
          flex-direction: column;
          align-items: stretch;
        }

        .pagination-controls {
          justify-content: center;
        }
      }

      @media (max-width: 576px) {
        .card-header {
          padding: 1.25rem 1rem;
        }

        .card-header h1 {
          font-size: 1.1rem;
        }

        .data-table thead th,
        .data-table tbody td {
          padding: 0.5rem 0.55rem;
          font-size: 0.68rem;
        }

        .pagination-btn {
          padding: 0.4rem 0.9rem;
          font-size: 0.8rem;
        }
      }
      /* end fund request history*/

      /* fund transfer history*/
      .breadcrumb-nav {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 12px;
        padding: 12px 20px;
        margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }

      .breadcrumb {
        margin: 0;
        background: transparent;
      }

      .breadcrumb-item {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
      }

      .breadcrumb-item.active {
        color: #fff;
        font-weight: 600;
      }

      .breadcrumb-item a {
        color: #fff;
        text-decoration: none;
        transition: all 0.3s;
      }

      .breadcrumb-item a:hover {
        color: #ffd700;
      }

      .main-container {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        animation: slideUp 0.6s ease-out;
      }

      @keyframes slideUp {
        from {
          opacity: 0;
          transform: translateY(30px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .header-gradient {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 8px;
        position: relative;
        overflow: hidden;
      }

      .header-gradient::before {
        content: "";
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(
          circle,
          rgba(255, 255, 255, 0.1) 0%,
          transparent 70%
        );
        animation: pulse 15s infinite;
      }

      @keyframes pulse {
        0%,
        100% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.1);
        }
      }

      .header-gradient h1 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        margin: 0;
        position: relative;
        z-index: 1;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
      }

      .controls-section {
        padding: 20px 30px;
        background: linear-gradient(to bottom, #f8f9fa 0%, #fff 100%);
        border-bottom: 1px solid #e9ecef;
      }

      .control-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
      }

      .entries-control,
      .search-control {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .entries-control label,
      .search-control label {
        font-weight: 600;
        color: #495057;
        font-size: 14px;
      }

      .form-select,
      .form-control {
        border-radius: 10px;
        border: 2px solid #e9ecef;
        transition: all 0.3s;
        font-size: 14px;
      }

      .form-select:focus,
      .form-control:focus {
        border-color: #667eea;
        box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
      }

      .table-container {
        padding: 0;
        overflow-x: auto;
      }

      .table {
        margin: 0;
      }

      .table thead {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
      }

      .table thead th {
        /* padding: 18px 15px; */
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        position: relative;
        cursor: pointer;
        transition: all 0.3s;
      }

      .table thead th:hover {
        background: rgba(255, 255, 255, 0.1);
      }

      .table thead th i {
        margin-left: 5px;
        opacity: 0.7;
      }

      /* .empty-states {
        padding: 60px 20px;
        text-align: center;
      } */

      .empty-icon {
        /* font-size: 80px; */
        color: #dee2e6;
        /* margin-bottom: 20px; */
        animation: float 3s ease-in-out infinite;
      }

      @keyframes float {
        0%,
        100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-10px);
        }
      }

      /* .empty-states h3 {
        color: #6c757d;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
      }

      .empty-state p {
        color: #adb5bd;
        font-size: 14px;
      } */

      .footer-section {
        padding: 5px 30px;
        background: #f8f9fa;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
      }

      .entries-info {
        color: #6c757d;
        font-size: 14px;
        font-weight: 500;
      }

      .pagination-controls {
        display: flex;
        gap: 10px;
      }

      .btn-pagination {
        padding: 5px 7px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 12px;
        border: none;
        transition: all 0.3s;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: flex;
      }

      .btn-previous {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
      }

      .btn-next {
        background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
        color: #fff;
      }

      .btn-pagination:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
      }

      .btn-pagination:active {
        transform: translateY(0);
      }

      @media (max-width: 768px) {
        body {
          padding: 10px;
        }

        .header-gradient {
          padding: 20px;
        }

        .header-gradient h1 {
          font-size: 22px;
        }

        .controls-section {
          padding: 15px 20px;
        }

        .control-group {
          flex-direction: column;
          align-items: stretch;
        }

        .entries-control,
        .search-control {
          width: 100%;
        }

        .form-select,
        .form-control {
          width: 100%;
        }

        .footer-section {
          padding: 15px 20px;
          flex-direction: column;
          align-items: stretch;
        }

        .pagination-controls {
          justify-content: center;
        }

        .table {
          font-size: 12px;
        }

        .table thead th {
          padding: 12px 8px;
          font-size: 11px;
        }
      }

      @media (max-width: 576px) {
        .btn-pagination {
          padding: 8px 16px;
          font-size: 12px;
        }

        .empty-icon {
          font-size: 60px;
        }

        .empty-state {
          padding: 40px 15px;
        }
      }

      .title_head {
        font-size: 15px;
        color: white;
        margin-top: 10px;
      }

      .link {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2px;
      }

      .empty-states2 {
        text-align: center;
      }

      .content {
        font-size: 10px;
        color: rgb(56, 54, 54);
      }
      /*end transfer history styles*/

      /* ===== FLATPICKR FIX - ADD THIS SECTION ===== */

      /* FIX 1: High Z-Index for Calendar Popup */
      .flatpickr-calendar {
        z-index: 99999 !important;
        visibility: visible !important;
        opacity: 1 !important;
      }

      /* FIX 2: Dark theme styling for calendar */
      .flatpickr-calendar {
        background: rgba(30, 27, 75, 0.95) !important;
        border: 1px solid rgba(139, 92, 246, 0.3) !important;
        border-radius: 8px !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
      }

      /* FIX 3: Style day cells */
      .flatpickr-day {
        color: #d1d5db !important;
        border-color: transparent !important;
      }

      .flatpickr-day:hover {
        background: rgba(139, 92, 246, 0.3) !important;
        color: white !important;
      }

      /* FIX 4: Selected date styling */
      .flatpickr-day.selected,
      .flatpickr-day.startRange,
      .flatpickr-day.endRange {
        background: linear-gradient(135deg, #8b5cf6, #6366f1) !important;
        border-color: #8b5cf6 !important;
        color: white !important;
      }

      /* FIX 5: Today's date */
      .flatpickr-day.today {
        border-color: #8b5cf6 !important;
        color: #8b5cf6 !important;
      }

      /* FIX 6: Disabled dates */
      .flatpickr-day.disabled,
      .flatpickr-day.notAllowed {
        color: #4b5563 !important;
        background: transparent !important;
        cursor: not-allowed !important;
      }

      /* FIX 7: Header styling */
      .flatpickr-months {
        background: rgba(139, 92, 246, 0.1) !important;
      }

      .flatpickr-prev,
      .flatpickr-next {
        color: #8b5cf6 !important;
        border-color: transparent !important;
      }

      .flatpickr-prev:hover,
      .flatpickr-next:hover {
        background: rgba(139, 92, 246, 0.2) !important;
      }

      /* FIX 8: Weekday header */
      .flatpickr-weekday {
        background: rgba(139, 92, 246, 0.1) !important;
        color: #8b5cf6 !important;
      }

      /* FIX 9: Month/Year dropdown */
      .flatpickr-monthDropdown-months,
      .flatpickr-monthDropdown-months option {
        background: rgba(139, 92, 246, 0.2) !important;
        color: white !important;
        border-color: rgba(139, 92, 246, 0.3) !important;
      }

      /* FIX 10: Ensure calendar doesn't get cut off */
      .flatpickr-calendar.open {
        display: block !important;
        max-height: none !important;
        max-width: none !important;
      }

      /* ===== END FLATPICKR FIX ===== */

      /* daily trade styles */

      /* end daily trade styles */

      /*withdrawal history styles*/
      .container-fluid {
        max-width: 1400px;
        margin: 0 auto;
      }

      .breadcrumb-section {
        background: rgba(255, 255, 255, 0.95);
        padding: 0.75rem 1.25rem;
        border-radius: 12px;
        margin-bottom: 1.5rem;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
      }

      .breadcrumb {
        margin: 0;
        background: transparent;
        padding: 0;
        font-size: 0.9rem;
      }

      .breadcrumb-item {
        color: #6c757d;
      }

      .breadcrumb-item.active {
        color: #764ba2;
        font-weight: 600;
      }

      .breadcrumb-item + .breadcrumb-item::before {
        content: "-";
        color: #adb5bd;
      }

      .main-card {
        background: rgba(255, 255, 255, 0.98);
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        overflow: hidden;
        backdrop-filter: blur(10px);
      }

      .card-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 0.5rem 0.8rem;
        border: none;
      }

      .card-header h1 {
        color: white;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
      }

      .card-body {
        padding: 1rem;
      }

      .controls-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
        flex-wrap: wrap;
        gap: 0.75rem;
      }

      .entries-control {
        display: flex;
        align-items: center;
        gap: 0.4rem;
      }

      .entries-control label {
        font-size: 0.85rem;
        color: #495057;
        font-weight: 500;
        margin: 0;
      }

      .entries-control select {
        /* padding: 0.3rem 0.6rem; */
        border: 2px solid #e9ecef;
        border-radius: 6px;
        font-size: 0.85rem;
        transition: all 0.3s ease;
        cursor: pointer;
      }

      .entries-control select:focus {
        outline: none;
        border-color: #764ba2;
        box-shadow: 0 0 0 3px rgba(118, 75, 162, 0.1);
      }

      .search-control {
        display: flex;
        align-items: center;
        gap: 0.4rem;
      }

      .search-control label {
        font-size: 0.85rem;
        color: #495057;
        font-weight: 500;
        margin: 0;
      }

      .search-control input {
        padding: 0.3rem 0.8rem;
        border: 2px solid #e9ecef;
        border-radius: 6px;
        font-size: 0.85rem;
        width: 200px;
        transition: all 0.3s ease;
      }

      .search-control input:focus {
        outline: none;
        border-color: #764ba2;
        box-shadow: 0 0 0 3px rgba(118, 75, 162, 0.1);
      }

      .table-container {
        overflow-x: auto;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      }

      .data-table {
        width: 100%;
        margin: 0;
        border-collapse: separate;
        border-spacing: 0;
      }

      .data-table thead {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      }

      .data-table thead th {
        padding: 0.75rem 0.8rem;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        border: none;
        white-space: nowrap;
        cursor: pointer;
        user-select: none;
        transition: background 0.2s ease;
      }

      .data-table thead th:hover {
        background: rgba(255, 255, 255, 0.1);
      }

      .data-table thead th:first-child {
        border-top-left-radius: 12px;
      }

      .data-table thead th:last-child {
        border-top-right-radius: 12px;
      }

      .data-table thead th i {
        margin-left: 0.4rem;
        font-size: 0.7rem;
        opacity: 0.7;
      }

      .data-table tbody {
        background: white;
      }

      .data-table tbody tr {
        border-bottom: 1px solid #f1f3f5;
        transition: all 0.2s ease;
      }

      .data-table tbody tr:hover {
        background: #f8f9fa;
      }

      .data-table tbody tr:last-child {
        border-bottom: none;
      }

      .data-table tbody td {
        padding: 0.65rem 0.8rem;
        color: #495057;
        font-size: 0.8rem;
        border: none;
      }

      .status-badge {
        display: inline-block;
        padding: 0.2rem 0.5rem;
        border-radius: 20px;
        font-size: 0.7rem;
        font-weight: 600;
        text-transform: uppercase;
      }

      .status-approved {
        background: #d4edda;
        color: #155724;
      }

      .status-pending {
        background: #fff3cd;
        color: #856404;
      }

      .status-rejected {
        background: #f8d7da;
        color: #721c24;
      }

      .empty-state {
        text-align: center;
        padding: 2rem 1rem;
        background: white;
      }

      .empty-state i {
        font-size: 1rem;
        color: #dee2e6;
        margin-bottom: 0.75rem;
      }

      .empty-state p {
        color: #6c757d;
        font-size: 0.9rem;
        margin: 0;
      }

      .footer-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        flex-wrap: wrap;
        gap: 0.75rem;
      }

      .showing-info {
        color: #6c757d;
        font-size: 0.85rem;
      }

      .pagination-controls {
        display: flex;
        gap: 0.5rem;
      }

      .pagination-btn {
        padding: 0.4rem 1rem;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border: none;
        border-radius: 6px;
        font-weight: 600;
        font-size: 0.85rem;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        gap: 0.4rem;
      }

      .pagination-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(118, 75, 162, 0.4);
      }

      .pagination-btn:active {
        transform: translateY(0);
      }

      .pagination-btn:disabled {
        background: #e9ecef;
        color: #adb5bd;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
      }

      @media (max-width: 768px) {
        body {
          padding: 0.75rem;
        }

        .card-header h1 {
          font-size: 1.5rem;
        }

        .card-body {
          padding: 1rem;
        }

        .controls-section {
          flex-direction: column;
          align-items: stretch;
        }

        .entries-control,
        .search-control {
          flex-direction: column;
          align-items: stretch;
        }

        .search-control input {
          width: 100%;
        }

        .data-table thead th,
        .data-table tbody td {
          padding: 0.6rem;
          font-size: 0.75rem;
        }

        .footer-section {
          flex-direction: column;
          align-items: stretch;
        }

        .pagination-controls {
          justify-content: center;
        }
      }

      @media (max-width: 576px) {
        .card-header {
          padding: 1.25rem 1rem;
        }

        .card-header h1 {
          font-size: 1.25rem;
        }

        .data-table thead th,
        .data-table tbody td {
          padding: 0.5rem;
          font-size: 0.7rem;
        }

        .pagination-btn {
          padding: 0.4rem 1rem;
          font-size: 0.85rem;
        }
      }

     
      .flatpickr-calendar.open {
        z-index: 999999 !important;
        display: block !important;
        max-height: none !important;
        visibility: visible !important;
        opacity: 1 !important;
      }

      .flatpickr-calendar.closed {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
      }

      .flatpickr-calendar {
        z-index: 999999 !important;
      }

      .flatpickr-calendar.open {
        display: block !important;
      }

      .flatpickr-calendar.closed {
        display: none !important;
      }

      .flatpickr-input {
        cursor: pointer !important;
      }

      .flatpickr-input:focus {
        outline: none !important;
      }

      /*withdrawal styles*/

      /* ADD THIS TO YOUR EXISTING WITHDRAWAL STYLES */

      input[type="text"],
      input[type="password"],
      input[type="email"],
      input[type="number"],
      input[type="tel"],
      textarea {
        line-height: 0px !important;
      }

      .withdrawal-password-container {
        position: relative !important;
        display: block !important;
      }

      .withdrawal-password-toggle-btn {
        position: absolute !important;
        left: 212px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        background: none !important;
        border: none !important;
        color: #a0aec0 !important;
        cursor: pointer !important;
        padding: 6px !important;
        transition: color 0.3s ease !important;
        z-index: 10 !important;
        pointer-events: auto !important;
      }

      .withdrawal-password-toggle-btn:hover {
        color: #667eea !important;
      }

      .withdrawal-form-input {
        width: 100% !important;
        padding: 12px 16px !important;
        border: 2px solid #e2e8f0 !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        transition: all 0.3s ease !important;
        background: #f7fafc !important;
        pointer-events: auto !important;
        cursor: text !important;
      }

      .withdrawal-input-with-icon {
        padding-left: 42px !important;
      }

      .withdrawal-form-input:focus {
        outline: none !important;
        border-color: #667eea !important;
        background: white !important;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
      }
      /* Withdrawal Form Styles */

      /* .withdrawal-form-wrapper {
        max-width: 520px;
        width: 100%;
      } */

      .withdrawal-alert-notification {
        background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
        border: none;
        border-radius: 12px;
        padding: 12px 18px;
        margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(238, 90, 111, 0.3);
        animation: alertSlideDown 0.4s ease-out;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      @keyframes alertSlideDown {
        from {
          opacity: 0;
          transform: translateY(-20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes alertSlideUp {
        from {
          opacity: 1;
          transform: translateY(0);
        }
        to {
          opacity: 0;
          transform: translateY(-20px);
        }
      }

      .withdrawal-alert-notification.alert-hiding {
        animation: alertSlideUp 0.3s ease-in forwards;
      }

      .withdrawal-alert-text {
        color: white;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .withdrawal-alert-icon {
        font-size: 18px;
      }

      .withdrawal-alert-close {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: white;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        padding: 0;
      }

      .withdrawal-alert-close:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
      }

      .withdrawal-card-main {
        background: white;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        animation: cardFadeIn 0.5s ease-out;
      }

      @keyframes cardFadeIn {
        from {
          opacity: 0;
          transform: scale(0.95);
        }
        to {
          opacity: 1;
          transform: scale(1);
        }
      }

      .withdrawal-card-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 11px 28px;
        border: none;
      }

      .withdrawal-card-header h4 {
        color: white;
        font-weight: 700;
        font-size: 15px;
        margin: 0;
        letter-spacing: 0.5px;
      }

      .withdrawal-card-body {
        padding: 28px;
      }

      .withdrawal-form-label {
        font-weight: 600;
        color: #2d3748;
        font-size: 13px;
        margin-bottom: 8px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .withdrawal-input-group {
        position: relative;
        margin-bottom: 20px;
      }

      .withdrawal-form-input {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #e2e8f0;
        border-radius: 10px;
        font-size: 14px;
        transition: all 0.3s ease;
        background: #f7fafc;
      }

      .withdrawal-form-input:focus {
        outline: none;
        border-color: #667eea;
        background: white;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
      }

      .withdrawal-form-input.input-error {
        border-color: #f56565;
        background: #fff5f5;
        animation: inputShake 0.4s ease;
      }

      .withdrawal-form-input.input-success {
        border-color: #48bb78;
        background: #f0fff4;
      }

      @keyframes inputShake {
        0%,
        100% {
          transform: translateX(0);
        }
        25% {
          transform: translateX(-8px);
        }
        75% {
          transform: translateX(8px);
        }
      }

      .withdrawal-validation-message {
        background: white;
        border-radius: 12px;
        padding: 16px 20px;
        margin-bottom: 20px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        animation: alertSlideDown 0.4s ease-out;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-left: 4px solid;
      }

      .withdrawal-validation-message.validation-error-type {
        border-left-color: #f56565;
        background: linear-gradient(to right, #fff5f5 0%, white 100%);
      }

      .withdrawal-validation-message.validation-success-type {
        border-left-color: #48bb78;
        background: linear-gradient(to right, #f0fff4 0%, white 100%);
      }

      .withdrawal-validation-message.alert-hiding {
        animation: alertSlideUp 0.3s ease-in forwards;
      }

      .withdrawal-password-container {
        position: relative;
      }

      .withdrawal-password-toggle-btn {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: #a0aec0;
        cursor: pointer;
        padding: 6px;
        transition: color 0.3s ease;
      }

      .withdrawal-password-toggle-btn:hover {
        color: #667eea;
      }

      .withdrawal-button-group {
        display: flex;
        gap: 12px;
        margin-top: 28px;
      }

      .withdrawal-action-btn {
        flex: 1;
        padding: 12px 24px;
        border: none;
        border-radius: 10px;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .withdrawal-btn-update {
        background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
        color: white;
        box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
      }

      .withdrawal-btn-update:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
      }

      .withdrawal-btn-update:active {
        transform: translateY(0);
      }

      .withdrawal-btn-cancel {
        background: linear-gradient(135deg, #fc8181 0%, #f56565 100%);
        color: white;
        box-shadow: 0 4px 15px rgba(252, 129, 129, 0.3);
      }

      .withdrawal-btn-cancel:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(252, 129, 129, 0.4);
      }

      .withdrawal-btn-cancel:active {
        transform: translateY(0);
      }

      .withdrawal-input-icon {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #a0aec0;
        pointer-events: none;
      }

      .withdrawal-input-with-icon {
        padding-left: 42px;
      }

      /* Custom Confirm Modal */
      .withdrawal-confirm-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(8px);
        z-index: 999999;
        align-items: center;
        justify-content: center;
        animation: fadeIn 0.3s ease;
      }

      .withdrawal-confirm-overlay.show {
        display: flex;
      }

      .withdrawal-confirm-dialog {
        background: white;
        border-radius: 16px;
        max-width: 420px;
        width: 90%;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
        animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }

      @keyframes slideUp {
        from {
          transform: translateY(30px) scale(0.95);
          opacity: 0;
        }
        to {
          transform: translateY(0) scale(1);
          opacity: 1;
        }
      }

      .withdrawal-confirm-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 20px 24px;
        color: white;
      }

      .withdrawal-confirm-title {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .withdrawal-confirm-body {
        padding: 24px;
      }

      .withdrawal-confirm-message {
        color: #2d3748;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
      }

      .withdrawal-confirm-footer {
        padding: 16px 24px;
        background: #f7fafc;
        display: flex;
        gap: 12px;
        justify-content: flex-end;
      }

      .withdrawal-confirm-btn {
        padding: 10px 24px;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .withdrawal-confirm-btn-ok {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
      }

      .withdrawal-confirm-btn-ok:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
      }

      .withdrawal-confirm-btn-cancel {
        background: #e2e8f0;
        color: #4a5568;
      }

      .withdrawal-confirm-btn-cancel:hover {
        background: #cbd5e0;
      }

      @media (max-width: 576px) {
        .withdrawal-card-header {
          padding: 20px;
        }

        .withdrawal-card-header h4 {
          font-size: 18px;
        }

        .withdrawal-card-body {
          padding: 20px;
        }

        .withdrawal-button-group {
          flex-direction: column;
        }

        .withdrawal-action-btn {
          width: 100%;
        }
      }
      /*end withdrawal styles*/

      .text-white {
        color: #fff !important;
        font-size: medium !important;
        padding: 5px !important;
      }

      .withdrawal {
        position: relative;
        right: 13px !important;
      }

      .empty-state1 {
        text-align: center;
        padding: 2rem 1rem;
        background: #b2ead6;
        border-radius: 24px;
      }


      input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea {
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 15px;
    outline: 1px solid grey !important;
    border: var(--border-width) solid var(--color-border);
    border-radius: 4px;
}

.form_des{
  background-color: #1e0369b4 !important;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}


/* Investment History Container Fix */
.container-fluid1 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 15px;
  margin: 0;
  box-sizing: border-box;
}

/* Ensure table container uses full width */
.container-fluid1 .main-card {
  width: 100% !important;
  max-width: 100% !important;
}

/* Table container full width */
.container-fluid1 .table-container {
  width: 100% !important;
  overflow-x: auto;
}

/* Force table to use container width */
.container-fluid1 .data-table {
  width: 100% !important;
  min-width: 800px; /* Minimum width for responsiveness */
  table-layout: fixed;
}

ul li{
  font-size: 16px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .mainmenu-nav .mainmenu li a {
        padding: px 2px !important;
    }
}