    .banner {
      background-color: #fff;
      padding: 25px;
      border-bottom: 1px solid #dee2e6;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .avatar {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 15px;
      border: 3px solid #eee;
    }
    .streamer-name {
      font-size: 1.5rem;
      font-weight: 600;
    }
    .social-icons a {
      margin-left: 10px;
    }
    .social-icons a.youtube i { color: #FF0000; }
    .social-icons a.instagram i { color: #C13584; }
    .social-icons a.twitch i { color: #9146FF; }
    .social-icons a.tiktok i {
  color: #010101;
  text-shadow:
    1px 1px 0 #25F4EE,
    -1px -1px 0 #FE2C55;
}
    .social-icons a:hover i {
      opacity: 0.8;
    }
    .video-wrapper iframe {
      width: 100%;
      height: 300px;
      border-radius: 8px;
    }
    .donate-box {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .donate-btn {
      background: #ff5e00;
      color: #fff;
      padding: 10px 25px;
      border-radius: 6px;
      text-decoration: none;
      display: inline-block;
      margin-top: 10px;
    }
    .donate-btn:hover {
      background: #e94d00;
      color: white;
    }
    @media (max-width: 768px) {
      .banner-row {
        flex-direction: column;
        text-align: center;
      }
      .banner-right {
        margin-top: 15px;
      }
    }
.swal2-popup {
    width: auto !important;
    padding: 20px;
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1) !important;
    font-size: 14px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.swal2-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}
.swal2-html-container {
    font-family: 'Arial', sans-serif;
    font-size: 13px !important;
    color: #555;
    margin-bottom: 10px !important;
}
.swal2-icon {
    font-size: 13px !important;
    margin-bottom: 10px;
}
.swal2-success {
    color: #28a745;
}
.swal2-error {
    color: #dc3545;
}
.swal2-confirm {
    background-color: #28a745 !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: bold;
}
.swal2-cancel {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: bold;
}
.badge.bg-success {
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .banner-row {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }
  .banner-right {
    margin-top: 15px;
    justify-content: center !important;
  }
  .avatar {
    width: 70px !important;
    height: 70px !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .streamer-name {
    font-size: 1.3rem !important;
  }
  .social-icons a {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}
