@import "../../variables.scss";

.InvoicesBlock {
  .LeadsLimitationHead {
    padding-bottom: $pad + 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    h1 {
      padding-bottom: 0 !important;
    }
    .LeadsLimitationHeadRight {
    }
  }
  .InvoicesCheckBox {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  
 
}