.header {
  background-color: #111111;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo {
 border-radius: 18%;
  overflow: hidden;
}

.logoName {
  font-size: 22px !important;
  font-weight: 500;
  color: #f6f6f6;
  line-height: 41.15px;
  font-family: interSemiBold;
  padding-left: 10px;
}

.bodyOne {
  padding-top: 40px;
  padding-bottom: 40px;
}

.alertPhoto {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}

.title {
  font-size: 28px !important;
  font-family: interSemiBold;
  color: #000000;
  margin-bottom: 20px;
}

.description {
  font-size: 16px;
  font-family: inter;
  line-height: 31.47px;
  color: #4d4d4d;
}

.inputGroup {
  margin-top: 30px;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.phone {
  font-size: 16xp;
  font-family: inter;
  color: #6b6b6b;
  width: 200px;
}

.phoneNo {
  font-size: 16xp;
  font-family: inter;
  color: #6b6b6b;
  width: 200px;
}

.inputNumber {
  padding-top: 12px;
  padding-bottom: 12px;
}

.btnDelete {
  margin-top: 30px;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 0;
}

@media only screen and (max-width: 576px) {
  .inputGroup {
    width: 100%;
    flex-direction: column !important;
    align-items: flex-start;
    row-gap: 10px;
  }
}
