/*
//
// Margins 
//
*/

.m-0 {
  margin: 0 !important;
}

/* Top */

.mt-0{
  margin-top: 0rem !important;
}

.mt-05rem{
  margin-top: 0.5rem !important;
}

.mt-1rem{
  margin-top: 1rem !important;
}

.mt-2rem{
  margin-top: 2rem !important;
}

.mt-3rem{
  margin-top: 3rem !important;
}

/* Right */

.mr-0 {
  margin-right: 0rem !important;
}

.mr-05rem {
  margin-right: 0.5rem !important;
}

.mr-1rem {
  margin-right: 1rem !important;
}

.mr-2rem {
  margin-right: 2rem !important;
}

.mr-3rem {
  margin-right: 3rem !important;
}

/* Bottom */

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-05rem {
  margin-bottom: 0.5rem !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.mb-2rem {
  margin-bottom: 2rem !important;
}

.mb-3rem {
  margin-bottom: 3rem !important;
}

/* Left */

.ml-0 {
  margin-left: 0rem !important;
}

.ml-05rem {
  margin-left: 0.5rem !important;
}

.ml-1rem {
  margin-left: 1rem !important;
}

.ml-2rem {
  margin-left: 2rem !important;
}

.ml-3rem {
  margin-left: 3rem !important;
}

/*
//
// Paddings 
//
*/

.p-0 {
  padding: 0rem !important;
}

/* Top */

.pt-0 {
  padding-top: 0rem !important;
}

.pt-05rem {
  padding-top: 0.5rem !important;
}

.pt-1rem {
  padding-top: 1rem !important;
}

.pt-2rem {
  padding-top: 2rem !important;
}

.pt-3rem {
  padding-top: 3rem !important;
}

/* Right */

.pr-0 {
  padding-right: 0rem !important;
}

.pr-05rem {
  padding-right: 0.5rem !important;
}

.pr-1rem {
  padding-right: 1rem !important;
}

.pr-2rem {
  padding-right: 2rem !important;
}

.pr-3rem {
  padding-right: 3rem !important;
}

/* Bottom */

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-05rem {
  padding-bottom: 0.5rem !important;
}

.pb-1rem {
  padding-bottom: 1rem !important;
}

.pb-2rem {
  padding-bottom: 2rem !important;
}

.pb-3rem {
  padding-bottom: 3rem !important;
}

/* Left */

.pl-0 {
  padding-left: 0rem !important;
}

.pl-05rem {
  padding-left: 0.5rem !important;
}

.pl-1rem {
  padding-left: 1rem !important;
}

.pl-2rem {
  padding-left: 2rem !important;
}

.pl-3rem {
  padding-left: 3rem !important;
}
