body {
  --globle-font-size-xl: 30px;
  --globle-font-size-ml: 18px;
}

@media screen and (max-width: 800px) {
  .mask_outer_container .mask_widget_container {
    width: 90% !important;
  }

  .mask_widget_container .mask_widget_form {
    width: 90% !important;
  }
}

@media screen and (max-width: 750px) {
  body {
    --globle-font-size-xl: 3vw !important;
    --globle-font-size-ml: 2.1vw !important;
  }

  .mask_outer_container .mask_widget_container {
    width: calc(100% - 95px) !important;
  }

  .mask_widget_form .mask_widget_button {
    width: 36% !important;
  }
}

@media screen and (max-width: 612px) {
  .mask_outer_container .mask_widget_container {
    /* top: -95% !important; */
    width: 90% !important;
  }
}

@media screen and (max-width: 600px) {

  .mask_outer_container .mask_widget_container {
    /* top: -95% !important; */
    width: 90% !important;
  }

  .mask_widget_container .mask_widget_form {
    width: 100% !important;
  }

  .mask_widget_form .mask_widget_input {
    width: calc(100% - 45px) !important;
    padding-left: 75px !important;
    height: calc(100% + 10px) !important;
  }

  .mask_widget_form .mask_widget_button {
    width: 35% !important;
    right: 35px !important;
    height: calc(100% - 25px) !important;
    top: 4px !important;
  }

  .mask_widget_form .mask_flag_usa_icon {
    left: calc(0% + 45px);
    top: 8px;
  }

  .mask_widget_form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width:500px) {
  .mask_outer_container .mask_widget_container {
    max-height: 330px !important;
  }

  .mask_outer_container .mask_widget_container h1 {
    padding-top: 0px !important;
  }

  .mask_flag_usa_icon {
    background: url(/wp-content/plugins/easeware_mask_widget_by_phone/img/flag.png) no-repeat no-repeat center/80% !important;
  }

  .mask_widget_form .mask_widget_input {
    height: calc(100% + 0px) !important;
  }

  .mask_widget_form .mask_widget_button {
    right: 34px !important;
    height: calc(100% - 35px) !important;
    top: 9px !important;
  }

  .mask_widget_form .mask_flag_usa_icon {
    left: calc(0% + 40px) !important;
    top: -8px;
  }
}

@media screen and (max-width: 485px) {
  .mask_img_container img {
    max-width: 250px !important;
  }

  .mask_widget_form .mask_widget_button {
    width: 30% !important;
    right: 32px !important;
    font-size: 14px !important;
  }

  .mask_widget_container .mask_widget_form {
    width: 100% !important;
  }

  .mask_widget_form .mask_widget_input.people_search_error,
  .mask_widget_form .mask_widget_input.people_search_success {
    background-position: calc(100% - 42%) center !important;
  }

  .mask_widget_form .mask_flag_usa_icon {
    left: calc(0% + 36px) !important;
    top: -8px;
  }

  .mask_img_container img {
    max-width: 250px !important;
  }

  .mask_outer_container .mask_widget_container h1 {
    font-size: 18px !important;
  }

  .mask_outer_container .mask_widget_container p {
    font-size: 12px !important;
  }

  .mask_widget_form .mask_widget_input {
    font-size: 14px !important;
  }

  .mask_widget_form .mask_widget_button {
    font-size: 14px;
  }

  .mask_outer_container .mask_close {
    right: 0 !important;
  }

  .mask_outer_container .mask_top_icon {
    height: 100% !important;
    left: 0px !important;
    background: url('/wp-content/plugins/easeware_mask_widget_by_phone/img/label.png') no-repeat no-repeat top/80% !important;
  }

  .mask_outer_container .mask_widget_container {
    max-height: 300px !important;
  }

}

@media screen and (max-width:400px) {
  .mask_widget_form .mask_widget_input {
    padding-left: 60px !important;
    height: calc(100% - 10px) !important;
  }

  .mask_flag_usa_icon {
    top: -8px;
    left: 32px;
    background: url(/wp-content/plugins/easeware_mask_widget_by_phone/img/flag.png) no-repeat no-repeat center/70% !important;
  }

  .mask_widget_form .mask_widget_button {
    right: 30px !important;
    top: 12px !important;
    height: calc(100% - 40px) !important;
  }
}

.mask_filter {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.mask_edit_container {
  position: relative;
  max-width: 780px;
  min-height: 390px;
  width: 100%;
  background: #f0f2f5;
  border-radius: 10px;
}

.mask_edit_container .mask_widget_form {
  position: relative;
  max-width: 650px;
  width: 100%;
  padding-bottom: 1rem;
}

.mask_edit_button {
  background: #61ca87 !important;
  border-radius: 35px;
  border: none;
  max-width: 250px;
  width: 100%;
  height: 70px;
  font-size: var(--globle-font-size-xl);
  font-family: Gilmer;
  font-weight: bold;
  color: #ffffff !important;
  position: absolute;
  top: 11px;
  right: 12px;
  cursor: pointer;
  text-align: center;
  line-height: 70px;
}

.mask_edit_usa {
  position: absolute;
  max-width: 50px;
  width: 100%;
  height: 100%;
  top: 18px;
  left: 32px;
  background: url(/wp-content/plugins/easeware_mask_widget_by_phone/img/flag.png) no-repeat;
}

.mask_outer_container .mask_widget_container {
  max-width: 780px;
  max-height: 390px;
  width: 100%;
  background: #f0f2f5;
  border-radius: 10px;
  z-index: 9999;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* top: 50%;
  left: 50%; */
  /* transform: translate(-50%, -50%); */
  box-shadow: 0px 45px 20px -20px #a1a7b5;
  cursor: text;
}

.mask_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mask_cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(184, 193, 194, 0.5);
  backdrop-filter: blur(5px);
}

.mask_outer_container .mask_top_icon {
  position: absolute;
  width: 227px;
  height: 150%;
  top: -20px;
  left: 36px;
  background: url(/wp-content/plugins/easeware_mask_widget_by_phone/img/label.png) no-repeat;
}

.mask_outer_container .mask_close {
  position: absolute;
  width: 50px;
  height: 12%;
  top: 5px;
  right: 10px;
  cursor: pointer;
  background: url('/wp-content/plugins/easeware_mask_widget_by_phone/img/关闭按钮.svg') no-repeat no-repeat center;
}

.mask_outer_container .mask_widget_container h1 {
  padding: 1.5rem;
  font-size: var(--globle-font-size-xl);
  font-family: Gilmer;
  font-weight: bold;
  color: #0e2045;
  line-height: 30px;
}

.mask_outer_container .mask_widget_container p {
  font-size: var(--globle-font-size-ml);
  font-family: Gilmer;
  font-weight: 400;
  color: #0e2045;
}

.mask_widget_container .mask_widget_form {
  position: relative;
  max-width: 650px;
  width: 100%;
  padding-bottom: 1rem;
}

.mask_widget_form .mask_widget_input {
  max-height: 90px;
  height: 90px;
  width: 100%;
  padding-left: 95px;
  border-radius: 45px;
  border: 2px solid #ffffff;
  font-size: var(--globle-font-size-xl);
  font-family: Gilmer;
  font-weight: 400;
  color: #97a0b1;
  background: #ffffff;
  box-shadow: 0px 30px 15px -10px #c5cbd6;
}

.mask_widget_form .mask_widget_input.people_search_error {
  background-image: url(/wp-content/plugins/easeware_mask_widget_by_phone/img/check-error.svg);
  background-repeat: no-repeat !important;
  background-position: calc(100% - 45%) center;
}

.mask_widget_form .mask_widget_input.people_search_success {
  background-image: url(/wp-content/plugins/easeware_mask_widget_by_phone/img/check-success.svg);
  background-repeat: no-repeat !important;
  background-position: calc(100% - 45%) center;
}

.mask_widget_form .mask_widget_input:focus {
  border-color: #67a4ff;
  outline: 0;
  /* box-shadow: inset 0 20px 20px rgb(0 0 0 / 1%), 0 0 20px rgb(102 175 233); */
}

.mask_widget_form .mask_widget_input::placeholder {
  color: #97a0b1;
}

.mask_widget_form .mask_widget_button {
  background: #61ca87 !important;
  border-radius: 35px !important;
  border: none;
  max-width: 250px;
  width: 100%;
  height: 70px;
  font-size: var(--globle-font-size-xl);
  font-family: Gilmer;
  font-weight: bold;
  color: #ffffff !important;
  position: absolute;
  top: 22px;
  right: 12px;
  cursor: pointer;
  padding: 0;
}

.mask_flag_usa_icon {
  position: absolute;
  max-width: 50px;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 32px;
  background: url(/wp-content/plugins/easeware_mask_widget_by_phone/img/flag.png) no-repeat;
}