.full-screen {
  &.losing-lottery {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
    .title-box {
      display: flex;
      align-items: center;
      flex-direction: column;
      .title {
        width: 47vmin;
        height: 14.58vmin;
        margin-bottom: 2.7vmin;
      }
      .thanks {
        color: #ff6b5c;
        font-size: 3.78vmin;
        font-weight: 500;
      }
    }
    .losing-icon {
      width: 27vmin;
      height: 27vmin;
    }
    .check-winners {
      margin-bottom: 4vmin;
      color: #666;
      font-weight: 500;
      font-size: 3.78vmin;
      display: inline-flex;
      align-items: center;
      .inner {
        display: inline-flex;
        align-items: center;
        .inner-under-line {
          text-decoration: underline;
          color: #2d8cf0;
        }
        .right-arrow-icon {
          width: 5.4vmin;
          height: 5.4vmin;
        }
      }
    }
  }
      
}