

.text-bold {
    font-weight: 800 !important;
  }

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

.f-20{
    font-size: 20px;
}


.float-right{
    display: flex;
    justify-content: end;
}

.float-center{
    display: flex;
    justify-content: center;
}

.form-error{
	color: #D60201 !important;
	border: 1px solid #fbc2c4 !important;
	background: rgb(251, 227, 228) !;
  }



  .rdt_TableCol{
    font-size: 16px;
    background-color: rgb(214, 2, 1) !important;
    color: #fff;
  }


  .rdt_TableCell 
  {
    font-size: 16px;
  }

  .h-40{
    height: 30px !important;
    width: 60px;
  }

  .ml-3{
    margin-left: 3px;
  }

  .top{
    z-index: 999;
    max-height: 300px;
    overflow: auto;
  }

  .pointer{
    cursor: pointer;
  }

  .h-600{
    max-height: 600px;
    overflow: auto;
  }

 .side-menu{
  overflow: scroll;
  height: 100vh;
 }

 .br-20{
  border-radius: 20px;
 }