.igloo-otp {
  position: relative;

  .igloo-otp-extra {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 56px;
  }

  .igloo-otp-count-down {
    padding: 4px 12px;
    background: @grey;
    border-radius: @border-radius;
    color: @icon-color;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;

    .igloo-otp-count-down-inner {
      color: @icon-color;
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;

      .ant-statistic-content {
        font-size: 12px;
      }

      .ant-statistic-content-value {
        color: @icon-color;
      }
    }
  }
}
