
    body {
      margin: 0;
      padding: 0;
      background: #f0f0f0;
      font-family: Arial, sans-serif;
    }

    /* 1) HEADER (NAVBAR) */
    .navbar {
        background: linear-gradient(135deg, #02050a 0%, #4d97b8 100%);
    }
    .navbar-brand {
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #fff !important;
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      margin-right: 1rem;
    }
    .navbar-nav .nav-link:hover {
      opacity: 0.8;
    }
    .header-btn {
      font-weight: 600;
      letter-spacing: 0.5px;
      border-radius: 20px;
      padding: 0.4rem 1rem;
    }

    /* 2) WALLETS SECTION */
    .wallets-section {
      background: #0e1d26;
      color: #000;
      padding: 50px 15px;
      color: #fff;
    }
    .wallets-section h2 {
      font-weight: 700;
      margin-bottom: 10px;
    }
    .wallets-section p.description {
    max-width: 800px;
    color: #444;
    margin-bottom: 30px;
    color: #fff;
    background: #173140;
    padding: 12px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 1px;
}

    /* Cards for each wallet */
    .wallet-card {
        background: #152b35;
        border: 3px solid #152b35;
    border-radius: 10px;
    text-align: center;
    transition: box-shadow 0.2s ease;
    height: 100%;
    cursor: pointer;
    color: #fff;
}
    .wallet-card:hover {
      box-shadow: 0 0 8px rgba(155, 0, 232, 0.2);
    }
    .wallet-card img {
      max-width: 60px;
      margin-bottom: 10px;
    }
    .wallet-name {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0;
      color: #000;
    }

    /* 3) FIRST MODAL (BOTTOM SHEET) */
    .modal.bottom-sheet .modal-dialog {
      position: fixed;
      bottom: 0;
      margin: 0;
      width: 100%;
      max-width: 500px;
      left: 50%;
      transform: translateX(-50%) translateY(100%);
      transition: transform 0.3s ease-out;
      border-radius: 16px 16px 0 0;
    }
    .modal.bottom-sheet .modal-content {
      border-radius: 16px 16px 0 0;
      background-color: #eaf2f6;
      box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
    }
    .modal.bottom-sheet.show .modal-dialog {
      transform: translateX(-50%) translateY(0);
    }
    .modal.fade.show {
      background-color: rgba(0,0,0,0.4);
    }
    .modal-body {
      text-align: center;
      padding: 2rem 1.5rem;
    }
    .modal-body h4 {
      font-weight: 600;
      margin-bottom: 1rem;
      font-size: 1.25rem;
    }

    /* Close button for modals */
    .modal .close {
      outline: none;
      border: none;
      background: transparent;
      font-size: 1.5rem;
      opacity: 0.7;
      transition: opacity 0.2s ease;
    }
    .modal .close:hover {
      opacity: 1;
    }

    /* Button in the first modal */
    .btn-border-purple {
    border: 2px solid #87b8d1;
    background-color: #fff;
    color: #072840;
    border-radius: 20px;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    transition: all 0.2s ease;
}
    .btn-border-purple:hover {
      background-color: #02050a;
      color: #fff;
    }

    /************************************************
     * 4) SECOND MODAL (IMPORT LOBSTR) WITH WHITE BG
     *    + PURPLE BOTTOM BORDER
     ************************************************/
    .modal.import-lobstr .modal-dialog {
      max-width: 600px;
    }
    .modal.import-lobstr .modal-content {
      background-color: #e9f8ff;
      color: #252e31;
      border: none;
      border-bottom: 4px solid #02050a;
      border-radius: 8px;
    }
    .modal.import-lobstr .modal-header {
      border-bottom: none;
      position: relative;
    }
    .modal.import-lobstr .modal-header .lobstr-icon {
      width: 40px;
      margin-right: 10px;
    }
    .modal.import-lobstr .modal-header h5 {
      font-weight: 600;
      font-size: 1.2rem;
      margin: 0;
    }
    /* The tabs at the top */
    .modal.import-lobstr .nav-tabs {
      border-bottom: 1px solid #ddd;
    }
    .modal.import-lobstr .nav-link {
      background: transparent;
      color: #000;
      border: none;
      border-radius: 0;
    }
    .modal.import-lobstr .nav-link.active {
      border-bottom: 3px solid #02050a;
      color: #000;
    }
    /* Form Fields */
    .modal.import-lobstr .form-group label {
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 0.3rem;
    }
    .modal.import-lobstr .form-control {
      background: #d4f1ff;
      border: 1px solid #ccc;
      color: #000;
      border-radius: 6px;
    }
    .modal.import-lobstr .form-text {
      color: #777;
      font-size: 0.8rem;
    }
    /* Footer buttons */
    .modal.import-lobstr .modal-footer {
      border-top: none;
      justify-content: flex-end;
    }
    .btn-cancel {
      background-color: #da3ca1; /* Pinkish */
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 0.5rem 1.5rem;
      margin-right: 0.5rem;
    }
    .btn-cancel:hover {
      opacity: 0.8;
    }
    .btn-proceed {
      background-color: #007184; /* Blueish */
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 0.5rem 1.5rem;
    }
    .btn-proceed:hover {
      opacity: 0.8;
    }

    .hp-select-box-item {
      cursor: pointer;
    }
    span.h4.d-block.coin-name {
      font-size: 13px;
    }
    img.img-icons {
    width: 3rem;
    height: 3rem;
    margin-bottom: 7px;
    border-radius: 50%;
}
    #preloader {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.7);
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    .description {
      font-size: 1.1em;
      color: #333;
      line-height: 1.6;
      color: #fff;
    }

    .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    display: flex
;
    justify-content: left;
    align-items: center;
}
span.h4.d-block.coin-name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

    
    .wallet-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px;
      max-width: 400px;
    }

    .wallet-label {
      color: #ffffff;
      font-size: 14px;
    }

    .toggle-wrapper {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
    }

    .toggle-label {
      color: #6c8ebf;
    }

    .toggle-switch {
      position: relative;
      display: inline-block;
      width: 34px;
      height: 18px;
    }

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

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #2b2b3c;
      border-radius: 34px;
      transition: 0.4s;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 14px;
      width: 14px;
      left: 2px;
      bottom: 2px;
      background-color: #8c9bbd;
      transition: 0.4s;
      border-radius: 50%;
    }

    .toggle-switch input:checked + .slider {
      background-color: #4f46e5;
    }

    .toggle-switch input:checked + .slider:before {
      transform: translateX(16px);
      background-color: #ffffff;
    }
  