.seller-content {
  display: flex;
  background-color: #39992a;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  min-height: 500px;
  justify-content: space-between;
  border: 2px solid #01295f;
}

.seller-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
}

.body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  box-sizing: border-box;
  min-height: 400px;
  padding: 0 2rem;
}

.seller-card-label {
  color: #01295f;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.seller-name-section {
  display: flex;
  margin: 0 auto;
  padding: 1.8rem 0;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.name-label {
  font-size: 0.8rem;
  font-weight: 600;
}

.name {
  font-weight: bold;
  color: #01295f;
  margin-left: 0.5rem;
}

.qr-code-section {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.seller-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  background-color: #01295f;
  align-self: flex-end;
  min-height: 90px;
  color: #fff;
  padding-top: 0.6rem;
}

.seller-footer div {
  display: block;
  font-size: 1.2rem;
  font-size: bold;
  text-align: center;
}

/* Buttons section */
.btn-container {
  margin: 0.4em;
  border-radius: 10px;
  padding: 0.6rem 2rem;
  background-color: #01295f;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  position: relative;
  width: fit-content;
}

.qr-code-btn-section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  box-sizing: border-box;
}

.qr-code-close-btn,
.qr-code-download-btn {
  outline: none !important;
  border: none;
  width: 110px;
  text-align: center;
  padding: 0.6rem 0;
  display: inline-block;
  box-sizing: border-box;
}

.qr-code-close-btn {
  background-color: #ff0303;
}
