.dialog-mask {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3; }
  .dialog-mask .dialog {
    position: fixed;
    max-width: 374px;
    width: 100%;
    top: 50%;
    left: 50%;
    flex-direction: column;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box; }
    .dialog-mask .dialog .dialog-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .dialog-mask .dialog .dialog-wrapper .dialog-header {
        position: relative;
        height: 50px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .dialog-mask .dialog .dialog-wrapper .dialog-header .dialog-header-title {
          font-family: Regular_Medium;
          font-weight: normal;
          font-size: 16px;
          color: #262933;
          line-height: 19px;
          text-align: center;
          font-style: normal;
          text-transform: none; }
        .dialog-mask .dialog .dialog-wrapper .dialog-header .close-icon {
          position: absolute;
          top: 18px;
          right: 18px;
          width: 20px;
          height: 20px;
          cursor: pointer;
          background-position: left;
          display: inline-block; }
      .dialog-mask .dialog .dialog-wrapper .dialog-body {
        border-top: 1px solid #E5E6E8;
        border-bottom: 1px solid #E5E6E8; }
        .dialog-mask .dialog .dialog-wrapper .dialog-body .tip-content {
          font-family: Regular;
          font-weight: 400;
          font-size: 14px;
          color: #262933;
          line-height: 20px;
          padding: 24px;
          box-sizing: border-box;
          text-align: center; }
      .dialog-mask .dialog .dialog-wrapper .dialog-footer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        box-sizing: border-box; }
        .dialog-mask .dialog .dialog-wrapper .dialog-footer .footer-btn {
          width: 100%;
          display: flex;
          justify-content: center;
          gap: 20px;
          min-height: 42px; }
          .dialog-mask .dialog .dialog-wrapper .dialog-footer .footer-btn span {
            width: 204px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: Regular;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            font-style: normal;
            height: 42px;
            white-space: nowrap;
            cursor: pointer; }
          .dialog-mask .dialog .dialog-wrapper .dialog-footer .footer-btn .back-btn {
            color: #262933;
            background: url("../images/header/ic_arcobtn.png") no-repeat;
            background-size: 100% 100%; }
            .dialog-mask .dialog .dialog-wrapper .dialog-footer .footer-btn .back-btn:hover {
              background: url("../images/header/ic_arcobtnhover.png") no-repeat;
              background-size: 100% 100%; }
          .dialog-mask .dialog .dialog-wrapper .dialog-footer .footer-btn .submit-btn {
            color: #fff;
            background: url("../images/header/ic_filterbtn.png") no-repeat;
            background-size: 100% 100%; }
            .dialog-mask .dialog .dialog-wrapper .dialog-footer .footer-btn .submit-btn:hover {
              background: url("../images/header/ic_filterbtnhover.png") no-repeat;
              background-size: 100% 100%; }

@media (max-width: 900px) {
  .dialog-mask .dialog {
    max-width: 80%; } }
@media (max-width: 520px) {
  .dialog-mask .dialog {
    max-width: 355px; } }

/*# sourceMappingURL=clearAccountModal.css.map */
