:global {
  .nbugs-mobile-cycle {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    .am-list-header {
      font-size: 12px;
      padding: 15px 15px 6px 15px;
      .am-icon-question-circle {
        width: 12px;
        height: 12px;
        position: relative;
        top: 2px;
        margin-left: 4px;
      }
    }
    .date-picker-list {
      .am-list-body::before {
        height: 0 !important;
      }
    }
    .am-list-item .am-list-line .am-list-extra {
      font-size: 16px;
      color: #000;
      flex-basis: 50%;
    }
    .am-list-item .am-list-line .am-list-arrow {
      width: 10px;
      height: 10px;
    }
    .am-list-item .am-list-line .am-list-arrow-horizontal {
      visibility: inherit;
    }
    form {
      min-height: 0;
      flex: 1;
    }
    .required {
      color: #f5222d;
    }
    .footer-btn {
      padding: 5px;
      background-color: #fff;
      .am-button {
        height: 45px;
      }
    }
  }
  .nbugs-cycle-rule-tip-list {
    display: flex;
    flex-direction: column;
    .rule-tip-item {
      position: relative;
      text-align: left;
      padding-left: 10px;
      &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #1785ec;
      }
      .rule-tip-item-content {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 3px;
        color: rgba(0, 0, 0, 0.85);
      }
      .rule-tip-item-overlay {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
        color: rgba(0, 0, 0, 0.45);
      }
    }
  }
}
.overlay {
  line-height: 22px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}
