.tab-list {
  display: flex;
  list-style: none !important;
  padding-left: 0px;
  gap: 15px;
  margin-bottom: 0 !important;
}

.tab-list > li {
  color: #fff;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.tab-list > li:hover,
.tab-list > li.li-active {
  color: #2c4e86;
  border-bottom: 2px solid #2c4e86;
}

label.req-left:after {
  position: absolute;
  top: 8px;
  content: "";
  left: -15px;
  display: block;
  background: #ff0000;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.req-left {
  padding-right: 20px;
  position: relative;
  font-size: 13px;
}
.vali-not label.req-left:after {
  left: 0;
}
.vali-not label.req-left {
  left: 0;
  padding-right: 10px;
}

.previous_icon{
  width: 30px;
  height: 30px;
}

.previous_icon>img{
  width: 100%;
  height: 100%;
}

.label-style{
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

.i-icon{
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  background: #000;
  min-width: 14px;
  height: 14px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}

.label-req{
  position: relative;
  font-size: 13px;
}

.label-req:after {
  position: absolute;
  top: 8px;
  content: "";
  right: 83%;
  display: block;
  background: #ff0000;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.main-select{
  min-height: 34px;
  background: #fff;
  border-radius: 0 !important;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #ced4da;
}

.item-details{
  color: #2c4e86;
  font-weight: 600;
  font-size: 13px;
  margin: 20px 0 10px 0 !important;
}

.processed-records{
  color: #2c4e86;
  font-weight: 600;
  font-size: 20px !important;
  margin: 10px 0 !important;
}