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

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

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

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

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

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

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

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

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

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

.fs-35 {
  font-size: 35px;
}
.fs-40 {
  font-size: 40px;
}

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

.fw-lightbold {
  font-weight: 500 !important;
}

.pointer {
  cursor: pointer;
}

.system-muted {
  color: rgba(160, 160, 160);
}
.system-bg-grey{
  background-color: rgb(244, 244, 244);
}

hr {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.2) !important;
}

.system-light-blue-bg{
  background-color: #eaf1fe !important;
}

.system-light-blue-bg-01{
  background-color: #f3f3f3 !important;
}

.system-light-blue-bg-02{
  background-color: #eaf1fe !important;
}

.lh-12{
  line-height: 1.2;
}

/* Loader animation */
.loader {
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: transparent;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; 
}


.text-light-grey{
  color: #aaaaaa;
}

.hr-line{
  color: #aaaaaa !important;
}