html {
  margin: 0 auto;
  padding: 0;
  height: 100%;
}
.improve-personal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000001a;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  display: none;
}
.personal-data-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(50% - 232px);
  left: calc(50% - 280px);
  width: 560px;
  border-radius: 10px;
  opacity: 1;
  background: #ffffff;
  box-shadow: -2px 0 10px 0 #00000033;
}
.personal-data-box .top {
  padding: 0 20px;
  font-size: 16px;
  height: 40px;
  position: relative;
  border-radius: 10px 10px 0 0;
  background: #8bb3ff;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.personal-data-box .top img{
  cursor: pointer;
}
.info-box {
  padding: 4px 40px 20px 40px;
  font-size: 14px;
  font-weight: 400;
  
  line-height: 14px;
}
.info-label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.info-box .btns {
  margin-top: 24px;
  justify-content: flex-end;
  align-items: center;
}
.info-box .cancle {
  width: 80px;
  height: 40px;
  border: 1px solid #e5e6eb;
  cursor: pointer;
  color: #86909c;
  border-radius: 2px;
}
.info-box .save {
  
  margin-left: 14px;
  width: 80px;
  height: 40px;
  background: #4a75ff;
  border-radius: 2px;
  font-weight: 600;
  color: #ffffff;
}
.info-box .form-control::-webkit-input-placeholder {
  font-size: 14px !important;
  
  font-weight: 400 !important;
  color: #a4acb6 !important;
}
.info-box .form-control {
  font-size: 14px;
  color: #1d2129;
  border: 1px solid #e5e6eb;
  height: 40px;
  box-sizing: border-box;
}
.info-box .form-control:focus {
  color: #1d2129;
  box-shadow: none;
}
.info-box .form-control:disabled {
  background-color: #f2f3f5;
  border: none;
}
#inputPhone {
  border-right: none;
}
.input-group-text {
  font-size: 14px;
  color: #4a75ff;
  background-color: #fff;
  border-radius: 0;
}
