@import "../../variables.scss";

.MonthlyStatementBlock {
  .pagination{
    justify-content: center;
    margin-top: 25px;
  }
  
  .BtnCustom {
    font-size: $font + 4;
    border: none !important;
    padding: 0 $pad + 5;
    height: 44px;
    border-radius: $bdr-rds - 2;
    box-shadow: none;
    background-color: #b0b0b0 !important;
  }

  .orangeBtn{
    background-color: #f6931c !important;
    border: none;
  }
  
  .MonthlySummaryCard {
    color:$black;
    @media (max-width: $md) {
      padding-bottom: $pad;
    }
    p {
      margin: 0;
      color: $black;
      font-size: $font + 8;
      @media (max-width: $xl) {
        font-size: $font + 6;
      }
      @media (max-width: $md) {
        font-size: $font + 4;
      }
    }
  }
  .AccountSummary {
    width: 370px;
    @media (max-width: $xl) {
      width: 240px;
    }
    @media (max-width: $md) {
      width: 100%;
    }
    h5 {
      font-size: $font + 10;
      font-weight: $font-weight-heavy;
    }
    p {
      margin-bottom: 2px;
      color: $black;
      display: flex;
      align-items: center;
      justify-content: space-between;
      strong {
        font-weight: $font-weight-regular;
      }
    }
  }
  .MonthlyStatementLogo {
    max-width: 300px;
    margin-top: $mrg + 10;
    margin-bottom: $mrg + 30;
    @media (max-width: $xxl) {
      max-width: 200px;
    }
    @media (max-width: $md) {
      display: none;
    }
    img {
      display: block;
    }
  }
  .MonthlyStatementInfo {
    padding-top: $pad + 10;
    p {
      font-style: italic;
      color: #777777;
      margin-bottom: 0;
    }
  }
}