.w-100p {
  width: 100%;
}

.w-80p {
  width: 80%;
}

.w-60p {
  width: 60%;
}

.max-w-90p {
  max-width: 90%;
}

.h-80vh {
  height: 80vh;
}

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

.pt-50 {
  padding-top: 50px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}

.mr-5 {
  margin-right: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.fs-20 {
  font-size: 20px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-center {
  display: flex;
  align-items: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.disp-flex {
  display: flex !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

.text-left {
  text-align: left;
}

.float-unset {
  float: unset;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.inline-block {
  display: inline-block;
}

.disp-none {
  display: none !important;
}

.max-content {
  width: max-content;
}

.lh-150 {
  line-height: 150%;
}

.rotate-180 {
  rotate: 180deg;
}
