.errorClass{
  padding: 4px 0;
}
.textColorRed{
  color: #f46a6a;
}
.textColorGreen{
  color: #34c38f;
}
.textFont14{
  font-size: 14px;
}
.textFont20{
  font-size: 14px;
}
.background-color-none{
  background-color: transparent !important;
}
.textCenter{
  text-align: center !important;
}
.textRight{
  text-align: right !important;
}
.fRight{
  float: right !important;
}
.borderedDiv{
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  padding: 10px;
  background-color: #f8f8f8 !important;
}
.my-custom-scrollbar {
position: relative;
height: 279px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
