.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cv-req-subbox {
  max-width: 90%;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.cv-req-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  /* box-shadow: 0 2px 20px rgb(30 10 58 / 4%); */
  box-shadow: -3px -3px 7px #f6f6f6, 3px 3px 5px #ceced1;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin: 20px 20px 20px 0;
  padding: 19px 16px;
}

.cv-req-box:hover {
  box-shadow: 0 14px 40px rgba(30, 10, 58, 0.1);
}

.reqImage {
  width: 135px;
  height: 135px;
  padding: 8px;
  /* border: 1px solid #ccc; */
  border-radius: 8px;
  /* background: #ecf0f3; */
  box-shadow: -3px -3px 7px #ffffff, 3px 3px 5px #ceced1;
}

.cv-req-arrow {
  font-size: 30px;
  padding-left: 7px;
  color: rgba(56, 22, 22, 0.231372549);
}

.cv-req-contentwrap {
  margin-left: 14px;
}

.cv-req-arrow {
  color: #6D6E74;
  width: 40px;
  height: 40px;
}

.cv-req-arrow {
  color: #222;
  position: relative;
  display: flex;
  border-radius: 15px;
  /* background: #f2f3f7; */
  font-weight: 700;
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: -6px -6px 8px rgba(255, 255, 255, 0.31), 5px 5px 8px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.ellipsis.cv-req-title {
  font-size: 18px;
  line-height: 1;
  /* border-bottom: 1px solid #ccc; */
  padding: 0 0 10px 0;
  margin-bottom: 5px;
}

.cv-border-bottom {
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 5px;
}

.cv-req-additionalDetails {
  color: #717b9e;
  position: relative;
  margin-top: 4px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.cv-req-tagswrap {
  margin-top: 8px;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  color: #717b9e;
}

span.cardtag {
  padding: 2px 6px;
  border: 1px solid #e7e7f1;
  border-radius: 50px;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  margin: 2px;
  color: #717b9e;
}

/* ======================
    Mobile Responsive
=========================*/
@media screen and (max-width: 767px) {
  #infinite-list {
    padding-right: 0px !important;
    height: calc(100vh - 220px);
  }
  .cv-req-box {
    flex-direction: column;
    padding: 5px 0 5px 5px;
    align-items: end;
    margin: 10px 10px 20px 10px;
    position: relative;
  }
  .cv-req-arrow-boxs {
    position: absolute;
    top: 0;
    right: 0;
  }
  .cv-req-arrow {
    margin: 10px;
    box-shadow: 2px 2px 2px rgba(141, 141, 141, 0.5607843137), -2px -2px 2px rgba(225, 225, 225, 0.2392156863);
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    border: 1px solid #eee;
  }
  .cv-req-subbox {
    max-width: 100%;
    gap: 0;
    min-width: 100%;
  }
  .reqImage {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 5px 0 0 5px;
  }
  .cv-req-tagswrap {
    display: none;
  }
  .ellipsis.cv-req-title {
    width: 80%;
  }
}/*# sourceMappingURL=reqcatalogue.css.map */