@media print {
  .statistic-button {
    display: none;
  }
  body {
    background-color: var(--bg);
  }
  .survey-content {
    padding: 1px 20px 0 20px !important;
    background-color: var(--bg);
    min-width: 1120px;
  }
  .box {
    margin: 20px 0;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
  }
  .statistic .statistical-container {
    border: none;
    border-left: 1px solid var(--border);
    height: 100%;
    background-color: white;
    padding: 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .list {
    flex: 1;
    padding: 20px;
  }
  .title {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .statistical-sum-wrap-item .statistical-percent-user {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #505050;
  }
  /* button */
  .wrap-btn-view-more .cpc-button {
    height: 32px;
    border: 1px solid var(--blue);
    box-shadow: none;
    padding: 6px 20px;
    outline: none;
  }
  .wrap-btn-view-more .cpc-button .bp4-button-text {
    color: var(--blue);
  }
  /* bottom */
  .questions .statistical-sum-wrap .statistical-container:first-child {
    padding: 20px;
    flex: 1 1;
    margin: 0;
    box-sizing: border-box;
  }
  .statistical-sum-wrap .statistical-container {
    width: calc(100% - 350px);
    margin-right: 10px;
    float: left;
  }

  .statistical-sum-wrap .statistical-container:nth-child(2) {
    border-left: 1px solid var(--border);
    padding: 20px;
    width: 350px;
    box-sizing: border-box;
  }
  .statistic {
    width: 350px;
  }
  .list-user-wrap .wrap-btn-view-more {
    background-color: white;
  }
  /* end bottom */
  .statistical-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
  }
  .header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 80px);
    z-index: 10;
  }
  .cpc-survey-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
  }
  .questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .question {
    display: flex;
    width: 100%;
    background-color: white;
    border-radius: 8px;
  }
  .list-answer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 15px;
  }
  .questions .statistical-sum-wrap {
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    padding: 0;
  }
  .rest-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    color: white;
    font-weight: 800;
    font-size: 8px;
    line-height: 10px;
  }
  .item-0 {
    transform: translate(0px);
  }
  .item-1 {
    transform: translate(-10px);
  }
  .item-2 {
    transform: translate(-20px);
  }
  .item-3 {
    transform: translate(-30px);
  }
  .item-4 {
    transform: translate(-40px);
  }
  .item-5 {
    transform: translate(-50px);
  }
  .time-expire {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3px 0;
    height: 36px;
    margin-right: 30px;
  }
  .actions {
    display: flex;
    gap: 20px;
  }
  .wrap-chart-line-percent {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
