.cts-checking {
  display: flex;
  flex-direction: column;
  align-items: center;
  @include padding-style();

  .item-checking-time {
    width: 180px;
    height: 180px;
    background-image: linear-gradient(#FC9E48, $theme);
    border-radius: 50%;
    color: $color-white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: $font-size-30;

    .time {}

    .text {
      margin-top: 10px;
    }
  }

  .item-checking-text {
    margin-top: 42px;

    .text1 {
      color: $color-btn;
    }

    .text2 {
      text {
        &:nth-child(1) {
          color: $color-danger;
        }

        &:nth-child(2) {
          color: $color-btn;
          margin-left: 20px;
          font-size: $font-size-30;
        }
      }
    }
  }
}
