#modal-change-customer-phone {
  height: 100%;
  padding: 0px 24px 24px
}

#modal-change-customer-phone .head{
  padding: 8px 8px 8px 18px;
}

#modal-change-customer-phone .head h4{
  font-size: 18px;
  margin-left: 33px;
  margin: 0;
  padding: 0;
}

#modal-change-customer-phone .content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#modal-change-customer-phone .content p{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-top: 40px;
}

#modal-change-customer-phone .content input{
  display: inline-block;
  width: 88%;
  background: #fff;
  border: solid 1px #d7d7d7;
  border-radius: 4px;
  color: #797979;
  padding: 10px 12px;
  font-size: 1.6em;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}

#modal-change-customer-phone .footer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#modal-change-customer-phone .footer button{
  margin: 18px;
  border-radius: 24px;
  width: 353px;
  background: #ED202B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  border: none;
  cursor: pointer;
}

#modal-change-customer-phone .footer .cancel{
  color: #b6b6b6;
  text-decoration: underline;
  cursor: pointer;
  font-size: 18px;
}
