.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font21 {
  font-size: 21px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font38 {
  font-size: 38px;
}

.font40 {
  font-size: 40px;
}

.font42 {
  font-size: 42px;
}

.font44 {
  font-size: 44px;
}

.font46 {
  font-size: 46px;
}

.font48 {
  font-size: 48px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-32 {
  line-height: 32px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-36 {
  line-height: 36px;
}

.line-height-38 {
  line-height: 38px;
}

.line-height-40 {
  line-height: 40px;
}

.opacity10 {
  opacity: 0.1;
}

.opacity20 {
  opacity: 0.2;
}

.opacity30 {
  opacity: 0.3;
}

.opacity40 {
  opacity: 0.4;
}

.opacity50 {
  opacity: 0.5;
}

.opacity60 {
  opacity: 0.1;
}

.opacity70 {
  opacity: 0.7;
}

.opacity80 {
  opacity: 0.8;
}

.opacity90 {
  opacity: 0.9;
}

.space1 {
  display: block;
  width: 100%;
  height: 1px;
}

.space2 {
  display: block;
  width: 100%;
  height: 2px;
}

.space5 {
  display: block;
  width: 100%;
  height: 5px;
}

.space10 {
  display: block;
  width: 100%;
  height: 10px;
}

.space15 {
  display: block;
  width: 100%;
  height: 15px;
}

.space20 {
  display: block;
  width: 100%;
  height: 20px;
}

.space25 {
  display: block;
  width: 100%;
  height: 25px;
}

.space30 {
  display: block;
  width: 100%;
  height: 30px;
}

.space35 {
  display: block;
  width: 100%;
  height: 35px;
}

.space40 {
  display: block;
  width: 100%;
  height: 40px;
}

.space50 {
  display: block;
  width: 100%;
  height: 50px;
}

.padding-0 {
  padding: 0;
}

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

.rounded-15 {
  border-radius: 15px;
}

.rounded-10 {
  border-radius: 10px !important;
}

.border-rounded-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.border-rounded-bottom {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.white-color {
  color: #fff;
}

.rounded-full {
  border-radius: 500px;
}