.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-16 { font-size: 16px !important; }
.fs-18 { font-size: 18px !important; }
.fs-20 { font-size: 20px !important; }

.text-white{
  color: #ffffff !important;
}

.text-primary{
  color: #3182F6 !important;
}

.text-gray {
  color: #696C6F !important;
}

.text-black {
  color: #0E0E0E !important;
}

.text-reqular {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.bg-primary{
  color: #3182F6 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #696C6F !important;
}

.bg-black {
  background-color: #0E0E0E !important;
}

.line_gray {
  background-color: #D9DCE1 !important;
}

.background {
  background-color: #F4F4F4 !important;
}

.text-red {
  color: #DD0000 !important;
}