.fs12 {
  color: var(--neutral-06, #808080);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 16.8px */
}

.fs10 {
  color: var(--neutral-04, #4D4D4D);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 12px */
}

.fs14 {
  color: var(--neutral-04, #4D4D4D);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

.fs16 {
  color: var(--neutral-05, #111624);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.fs16 li a p {
  color: var(--neutral-03, #111624);
}

.leftMenuShadow .sidebar .fs16 a p {
  font-weight: 600;
}

.fs24 {
  color: var(--red-main, #CC3A3D);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
}

.fs24Title {
  color: var(--neutral-04, #4D4D4D);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
}

.fs28 {
  color: var(--neutral-02, #1A1A1A);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 39.2px */
}

.fs20 {
  color: var(--secondary, #111624);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.fs13 {
  color: var(--new-red, #CC3A3D);
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.textGreen {
  color: rgba(162, 191, 0, 1);
}

.textBlue {
  color: rgba(8, 165, 211, 1);
}

.textBlueNotify {
  color: #004DA9;
  font-size: 0.875rem;
}

/* Start: tutor pagination */
.fs14Paginate {
  font-size: 14px;
  font-weight: 400;
  /* color: yellow !important; */
}

.fs10Paginate {
  font-size: 10px;
  font-weight: 500;
  color: #818181;
  border: none;
}

.find-tutors .filter-tutors .dataTables_paginate ul.pagination li.active a {
  color: white;
  border-radius: 2px;
  background: var(--New-red, #CC3A3D);
}

.find-tutors .filter-tutors .dataTables_paginate ul.pagination li a.fs10Paginate:hover {
  color: white;
  border-radius: 2px;
  background: var(--New-red, #CC3A3D);
}

/* End: tutor pagination */
