.split-delv-table-resp {
  overflow-y: scroll;
  height: 365px;
}
.split-delv-table-resp::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.split-delv-table-resp::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 6px;
}


.db-wid-x-scrl {
  scrollbar-width: thin;
  overflow-x: scroll;
  max-width: 100%;
  position: relative;
  width: auto;
}

.db-wid-x-scrl::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

.db-wid-x-scrl::-webkit-scrollbar-track {
  background: #fff;
}

.db-wid-x-scrl::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 10px;
}
.recharts-default-legend
{
  display: none ;
}

.label-fix{
  display: flex;
  align-items: center;
}
.profile-img-border-radius{
  border-radius: 50px;
}
.react-datepicker-wrapper input{
  width:70px;
  margin-left:10px;
}
.record-align{
 position: relative;
 top: -148px;
}