/* display */
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline !important;
}
.d-none {
  display: none !important;
}

/* text styles */
.uppercase {
  text-transform: uppercase !important;
}

/* alignment */
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}

/* positioning */
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.top-1 {
  top: 0.25rem !important;
}
.left-1 {
  left: 0.25rem !important;
}
.top-3 {
  top: 1.5rem !important;
}
.right-1 {
  right: 1rem !important;
}

/* margins */
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-sm {
  margin-top: 0.2rem !important;
}
.mb-sm {
  margin-top: 0.2rem !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.ml-1 {
  margin-left: 0.5rem !important;
}
.mr-1 {
  margin-right: 0.5rem !important;
}

/* padding */
.p-1 {
  padding: 0.3rem !important;
}
.p-2 {
  padding: 0.7rem !important;
}
.pl-1 {
  padding-left: 0.5rem !important;
}
.pr-1 {
  padding-right: 0.5rem !important;
}
.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* text size */
.text-xl {
  font-size: 3rem !important;
}
.text-lg {
  font-size: 2rem !important;
}
.text-md {
  font-size: 1.2rem !important;
}
.text-sm {
  font-size: 0.9rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
}

/* font weight */
.text-bold {
  font-weight: bold !important;
}
.text-normal {
  font-weight: normal !important;
}

/* text alignment */
.text-center {
  text-align: center !important;
}

/* width */
.width-1px {
  width: 1px !important;
}
.width-40px {
  width: 40px !important;
}
.width-50px {
  width: 50px !important;
}
.width-65px {
  width: 65px !important;
}
.width-100px {
  width: 100px !important;
}
.width-120px {
  width: 120px !important;
}
.width-140px {
  width: 140px !important;
}
.width-175px {
  width: 175px !important;
}
.width-250px {
  width: 250px !important;
}
.width-325px {
  width: 325px !important;
}
.width-350px {
  width: 350px !important;
}
.width-375px {
  width: 375px !important;
}
.width-600px {
  width: 600px !important;
}

/* width percentages */
.width-20 {
  width: 20% !important;
}
.width-25 {
  width: 25% !important;
}
.width-30 {
  width: 30% !important;
}
.width-33 {
  width: 33% !important;
}
.width-35 {
  width: 35% !important;
}
.width-50 {
  width: 50% !important;
}
.width-100 {
  width: 100% !important;
}

/* tables */

.border-bottom-3 {
  border-bottom-width: 3px !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}

.cursor-pointer {
  cursor: pointer;
}

/* border */

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}
