body {
  position: relative;
  font-family: "DM Sans", sans-serif !important;
}

.no-arrow {
  -moz-appearance: textfield;
}

.no-arrow::-webkit-inner-spin-button {
  display: none;
}

.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

label.error {
  color: red !important;
}

.become-seller-button {
  position: absolute;
  right: 0;
  top: 400px;
  z-index: 10002;
  padding: 20px;
  background-color: #FD7513;
  border-radius: 12px;
  font-weight: 700;
}
.become-seller-button a {
  color: white;
  text-decoration: none;
}

.request-success {
  color: #2DB93B;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.request-error {
  background-color: #ffe5ea;
  padding: 16px 32px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 12px;
  color: #dc3545 !important;
}

.btn-franchise {
  background-color: #FD7513 !important;
  width: 100%;
  color: white;
  border: none !important;
  padding: 15px 20px;
  border-radius: 45px !important;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
}
.btn-franchise:hover {
  background-color: #db5d02 !important;
}