/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.custom-popup {
    /* width: 700px; */
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none;
  }

  .custom-popup-header {
    padding: 20px 20px 10px;
    text-align: left;
    position: relative;
  }

  .dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
  }

  .custom-popup-title {
    padding: 10px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
  }

  .custom-popup-header .layui-icon-close {
    position: absolute;
    /* top: 5px; */
    right: 20px;
    cursor: pointer;
    font-size: 22px;
    color: #333;
    line-height: 1;
  }

  .custom-popup-body {
    padding: 20px;
  }
  .custom-popup-from {
    width: 100%;
    height: calc(100% - 55px);
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
  }