.popup-schedule-share-box {
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;

  .schedule-btn-wrap {
    display: flex;
    justify-content: center;
  }

  .icon-box {
    width: .96rem;
    height: .96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6eaef;
    background: #fff;
    margin: 0 .24rem;
  }

  .icon-copy,
  .icon-share {
    width: .48rem;
    height: .48rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/icon-copy.png) no-repeat;
    background-size: 100% 100%;
  }

  .icon-share {
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/icon-share.png) no-repeat;
    background-size: 100% 100%;
  }

  .icon-text {
    color: #575b67;
    text-align: center;
    font-size: .2rem;
    line-height: .36rem; /* 180% */
  }
}

.schedule-share-cancle-btn {
  margin-top: .96rem;
  width: 6.86rem;
  height: .72rem;
  line-height: .72rem;
  text-align: center;
  flex-shrink: 0;
  background-color: #30364e;
  color: #fff;
  font-family: 'PEACE';
  font-size: .4REM;
  font-weight: 700;
}