.main-register {
  width: 100%;
  text-align: center;
}

.main-register .register-header-box {
  background-image: url("../../images/admin/register-image-header.jpg");
  background-size: cover;
  background-position: 0;
  height: 300px;
  position: relative;
}

.overlay {
  position: absolute;
  background: #f7f1de;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .8;
  display: flex;
  justify-content: center;
}

.register-header-description {
  margin-top: 55px;
}

.register-header-description h2 {
  padding: 0 5px;
}

.register-header-description p {
  padding: 0 5px;
}

.content-container {
  z-index: 10;
  background: #f1f2f6;
  height: 100vh;
}

.detail-box {
  background-color: #fff;
  margin: -120px auto 0;
  max-width: 850px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  text-align: left;
  padding: 30px 30px 50px;
}

.accordion-button {
  padding: 20px 0 !important;

  &:not(.collapsed) {
    color: green !important;
    background-color: rgba(0, 177, 79, 0.051) !important;
    box-shadow: none !important;

    &::after {
      background-image: var(--bs-accordion-btn-icon) !important;
    }
  }
}

.form-register {
  margin-top: 30px;
}

.number-phone {
  display: flex;
}

.phone {
  margin-right: 15px;
  cursor: pointer;
}

.phone i {
  width: 31px;
  height: 31px;
  color: #00b14f;
  background-color: #dfe7e1;
  border-radius: 50%;
  text-align: center;
  line-height: 31px;
}

.underline {
  width: 55px;
  height: 4px;
  background-color: #00b14f;
  margin-bottom: 10px;
}

.select-sex {
  width: 100%;
  padding: 0.375rem 0.75rem;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select-sex:focus {
  border: 1px solid #00b14f;
  outline: 1px solid #00b14f;
}

.select-sex option {
  height: 30px;
  border-radius: 5px;
}

.select-sex option:hover {
  background-color: #00b14f;
}

.button {
  min-width: 100px;
  font-size: 14px;
  border-radius: 0.214rem;
  margin-right: 15px;
  height: 35px;
}

.btn-cancel {
  color: #212529;
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}

.btn-completed {
  color: #fff;
  background-color: #00b14f;
}

@media only screen and (max-width: 576px) {
  .main-register .register-header-box {
    background-image: none;
  }

  .overlay {
    background: none;
  }
}
