
.before-locicon {
  margin-top: 15px;
  color: #a6a3a1;
  font-family: 'Inconsolata-Bold';
  display: flex;
  align-items: center;
  width: 100%;
}

.before-dateicon {
  display: flex;
  align-items: center;
}

.flex .before-locicon {
    width: auto;
    margin-top: 0px;
}

.rowhead {
  margin-bottom: 10px;
}

.data .row, .offer-actions-popup .row {
  background: transparent;
  padding: 34px 50px!important;
  border-bottom: 2px solid #a6a3a1;
}

.row svg {
  width: 30px;
}
.row svg path {
  fill: #a6a3a1!important;
}

.data .row:hover, .offer-actions-popup .row:hover {
  background: #f8f8f8;
  cursor: pointer;
}



.userrow {
  background: #f4f4f4;
  padding: 25px 35px;
  border-radius: 8px;
}

.mainflex {
  display: flex;
  grid-column-gap: 50px;
  align-items: center;
}


@media screen and (max-width: 768px) {

  .data .row, .offer-actions-popup .row {
      padding: 34px 12px!important;
  }
  .row svg {
    width: 24px;
  }
  .mainflex {
    grid-column-gap: 20px;
  }

}
