body {
  background-color: #f1f5f9;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.register-card {
  max-width: 380px;
  margin: 50px auto;
  background: white;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.register-card img.logo,
.logo {
  max-height: 60px;
  margin-bottom: 10px;
}

.form-control::placeholder {
  font-size: 14px;
}

.input-group-text i {
  font-size: 14px;
}

.btn-register {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}

.divider {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.mobile-wrapper {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;

}

/* img {
  width: 24px;
  height: 24px;
  object-fit: contain;
} */

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: 999;
}

.bottom-nav a {
  width: 20%;
}

.bg-gradient-primary {
  background: linear-gradient(to right, #5b86e5, #36d1dc) !important;
  color: white;
}

#trade-wrapper {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}

.fixed-trade-btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1000;
  max-width: 420px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#trade-popup {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 420px;
  max-height: 85vh;
  overflow-y: auto;
  background: #111;
  color: white;
  padding: 20px 20px 30px;
  border-radius: 20px 20px 0 0;
  z-index: 1050;
  transition: bottom 0.3s ease-in-out;
}

#trade-popup.show {
  bottom: 0;
}

/* Cross button */
#trade-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

#trade-wrapper {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}

.fixed-trade-btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1000;
  max-width: 420px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#trade-popup {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 420px;
  max-height: 85vh;
  overflow-y: auto;
  background: #111;
  color: white;
  padding: 20px 20px 30px;
  border-radius: 20px 20px 0 0;
  z-index: 1050;
  transition: bottom 0.3s ease-in-out;
}

#trade-popup.show {
  bottom: 0;
}

/* Cross button */
#trade-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#trade-wrapper {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}
.fixed-trade-btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1000;
  max-width: 420px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#trade-popup {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 420px;
  background: #111;
  color: white;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  z-index: 1050;
  transition: bottom 0.3s ease-in-out;
}
#trade-popup.show {
  bottom: 0;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.bg-gradient-primary {
  background: linear-gradient(to right, #3b1e1e, #5a2c2c) !important;
}
