/* styles for company icon */

.companyicon-wrap {
  border: 2px solid #959da5;
  height: 18px;
  width: 14px;
  left: 0;
  position: absolute;
  border-radius: 2px;
  margin-right: 6px;
}
.companyicon-wrap:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-top: 2px solid #959da5;
  border-right: 2px solid #959da5;
  bottom: -3px;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
  background: white;
  border-radius: 2px;
}
.companyicon-wrap:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #959da5;
  left: 2px;
  top: 1px;
  box-shadow: 4px 0 0px 0px #959da5, 0px 4px 0px 0px #959da5,
    4px 4px 0px 0px #959da5, 0px 8px 0px 0px #959da5, 4px 8px 0px 0px #959da5;
  border-radius: 50%;
}
.companyicon-wrap .companyicon {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 11px;
  border: 2px solid #959da5;
  left: 100%;
  border-radius: 3px 7px 3px 3px;
  bottom: -2px;
}
.companyicon-wrap .companyicon:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 2px;
  background: white;
  top: -2px;
  left: 0;
}
