.basic-info-inputs-phone-verify {
  display: flex;
  width: 100%;
  max-width: unset;
  gap: 15px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

.phone-edit-verify-modal {
  max-width: 160px !important;
  min-width: 140px !important;
}

#reset-code-input {
  padding: 7px;
  margin-left: 25%;
}

#reset-email-input {
  padding: 7px;
  margin: unset;
  line-height: unset !important;
}

.button-update-phone-number {
  font-size: 16px !important;
}

#phone-edit-verify {
  font-size: 16px !important;
}

#resend-code-btn {
  font-size: 16px;
}

.basic-info-inputs-phone-verify label,
.basic-info-inputs-phone-verify .label {
  margin: 0;
  font-size: 14px;
}

.button-phone-verify {
  padding: 6px 20px 6px 20px;
}

.basic-info-inputs {
  grid-template-columns: 44px 1fr 57px;
  max-width: unset;
}

#main-modal-verify {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
#close-modal-btn,
#close-modal-btn-verify {
  position: absolute;
  top: 20px;
  right: 16px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background-color: transparent;
  color: rgb(187, 187, 187);
  border: none;
  cursor: pointer;
}
.verify-phone-number-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  color: gray;
}
.verify-phone-number-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  color: gray;
}

.code-resend-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.input-button-verify {
  display: flex;
  gap: 10px;
}
.basic-info-inputs-phone-verify button {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  padding: 0;
}
.verify-phone-resend {
  text-align: center;
  margin: 0;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  color: grey;
  letter-spacing: 1px;
}
.code-timer {
  min-height: 20px;
  font-size: 13px !important;
  color: grey !important;
}
.verify-phone-resend button:disabled {
  color: grey;
  cursor: default;
}
.verify-phone-resend button {
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  color: rgb(2, 82, 255);
  position: relative;
  transition:
    color 0.3s,
    transform 0.3s;
}
.input-button-verify {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.button-phone-verify:disabled {
  background-color: grey;
}
.button-phone-verify {
  padding: 8px 10px 8px 10px;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  width: 50%;
  border: none;
  display: flex;
  background-color: rgb(162, 21, 85);
  max-width: 180px;
}

.basic-info-inputs-phone-verify button {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  padding: 0;
}
.button-update-phone-number {
  display: flex;
  align-items: center !important;
  color: rgb(255, 0, 0);
  font-size: 1.1rem;
}

.sucess-text {
  color: green;
  width: 100%;
  font-size: 15px;
  height: 20px;
}
.basic-info-inputs-phone-verify input:read-only {
  border: none;
  background-color: transparent;
}
.basic-info-inputs-phone-verify input {
  font-size: 15px !important;
  font-weight: bold;
}

.error-text {
  min-height: 25px;
  color: red;
}

.button-update-phone-number:disabled {
  display: flex;
  align-items: center !important;
  color: rgb(82, 78, 78);
  font-size: 1rem;
}

.basic-info-inputs-phone-verify label,
.basic-info-inputs-phone-verify .label {
  margin: 0;
  color: gray;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-bottom: unset !important;
}

.phone-modal-content-verify {
  padding: 3rem 0 2rem 0;
  margin: unset;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.phone-wrap-edit-verify {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.phone-wrap-edit-verify button {
  margin-right: 9px;
  display: none;
}

#admin-name-edit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
