body {
  padding-top: 5rem;
  background: #f3f3f3;
}
body > .container{
  background: #f3f3f3;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.items-block__addmore{
  position: relative;
  display: flex;
  right: 0;
  padding: 0 1rem;
  font-size: .8rem;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  justify-content: flex-end;
  padding-top: 1rem;
}
.items-block__addmore img{
    width: 1rem;
    margin-right: 0.25rem;
}
.items-block{

}
.items-block__line{
  position: relative;
  border-bottom: 2px dotted #e5e5e5;
  margin-bottom: 0.5rem;
}
.item-delete{
  position: absolute;
  bottom: 1.75rem;
  right: -0.5rem;
  cursor: pointer;
}
.item-delete img{
  width: 1rem;
}
.invoice-form{
  background: #fff;
  padding: 3rem;
  border-radius: .5rem;
  box-shadow: 0px 7px 10px 5px rgb(0 0 0 / 5%);
}
.btn-block{
  background: #932c3f;
  border: 2px solid#932c3f;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media (max-width:1050px){  
  .items-block__line .col-md-3 label{
    font-size: .8rem;
  }
  .items-block__line .col-md-3{
    padding: 0.25rem;
  }
}
@media (max-width:768px){  
  .items-block__line{
    flex-direction: column;
    width: 100%;
  }
  .items-block__line .col-md-3{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.btn-primary:hover{
  background-color: #831729;
  border-color: #831729;
}
.buttons-row{
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}
.all-invoices__btn img{
  width: 20px;
}
.all-invoices__btn{
  color: #5a5a5a;
  border: 1px solid#ababab;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.all-invoices__btn:hover{
  color: #000;
}