:root{
  --color-white: #FFFFFF;
}
.p-1 {
  padding : .5em !important;
}

.p-2 {
  padding : .75em !important;
}

.p-3 {
  padding : 1em !important;
}

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

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

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

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

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

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

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

.mx-0 {margin-left : 0 !important;margin-right : 0 !important;}

.my-0 {margin-top : 0 !important;margin-bottom : 0 !important;}

.m-1 {
  margin : .5em !important;
}

.m-2 {
  margin : .75em !important;
}

.m-3 {
  margin : 1em !important;
}

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

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

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

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

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

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

.my-1 {
  margin-top    : .5em !important;
  margin-bottom : .5em !important;
}

.my-2 {
  margin-top    : .75em !important;
  margin-bottom : .75em !important;
}

.my-3 {
  margin-bottom : 1em !important;
  margin-top    : 1em !important;
}
.my-4 {
  margin-bottom : 1.25em !important;
  margin-top    : 1.25em !important;
}
.my-5 {
  margin-bottom : 1.50em !important;
  margin-top    : 1.50em !important;
}
.my-6 {
  margin-bottom : 2em !important;
  margin-top    : 2em !important;
}

.small {
  font-size : .9em !important;
}

.fw-bold {
  font-weight : bold !important;
}



.border-bottom {
  border-bottom : 1px solid #CCC!important;
}

.py-1 {
  padding-bottom    : .5em !important;
  padding-top : .5em !important;
}

.py-2 {
  padding-bottom    : .75em !important;
  padding-top : .75em !important;
}

.py-3 {
  padding-bottom : 1em !important;
  padding-top    : 1em !important;
}
.py-4 {
  padding-bottom : 1.25em !important;
  padding-top    : 1.25em !important;
}
.py-5 {
  padding-bottom : 1.50em !important;
  padding-top    : 1.50em !important;
}
.py-6 {
  padding-bottom : 2em !important;
  padding-top    : 2em !important;
}
.h-em-1{height:1em;}
.h-em-2{height:2em;}
.h-em-3{height:3em;}
.h-rem-1{height:1rem;}
.h-rem-2{height:2rem;}
.h-rem-3{height:3rem;}
.color-white{
  color:var(--color-white)!important;
}
.lh-1em{line-height:1em;}
.lh-1rem{line-height:1rem;}