* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.flex-direction-column {
  flex-direction: column !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.wD-100 {
  width: 100% !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-12 {
  gap: 12px !important;
}

.fS-13 {
  font-size: 13px !important;
}

.fS-14 {
  font-size: 14px !important;
}

.fS-16 {
  font-size: 16px !important;
}

.fS-20 {
  font-size: 20px !important;
}

.fS-24 {
  font-size: 24px !important;
}

.color-000000 {
  color: #000000 !important;
}

.color-FFFFFF {
  color: #ffffff !important;
}

.color-BBB74F {
  color: #bbb74f !important;
}

.color-00031E {
  color: #00031e !important ;
}

.mB-5 {
  margin-bottom: 5px !important;
}

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

.mB-10 {
  margin-bottom: 10px !important;
}

.mB-25 {
  margin-bottom: 25px !important;
}

.fW-400 {
  font-weight: 400 !important;
}

.fW-500 {
  font-weight: 500 !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: end !important;
}
