[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

[type="file"]+label {
  background: #e83e8c;
  border: none;
  border-radius: 80px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: poppins, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 1rem;
  outline: none;
  padding: 1rem 50px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;


  &:hover {
    background-color: darken(#f15d22, 10%);
  }

  &.btn-1 {
    background-color: #e83e8c;
    box-shadow: 0 6px darken(#f79159, 10%);
    transition: none;

    &:hover {
      box-shadow: 0 4px darken(#f79159, 10%);
      top: 2px;
    }
  }

}

.fieldset {
  border: 1px solid #ccc !important;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.select-status {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: none;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08) !important;
}

.privacy-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/images/yvip_bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 15px;
}