/* Import Google font - Poppins */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #595DB8; */

/* } */

.fos-list {
  margin-right: 5px;
  margin-left: 5px;
  width: 400px;
  padding: 15px;
  background: #fff;
  border-radius: 7px;
  padding: 5px 7px 5px 7px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.fos-list-final {
  width: 825px;
  padding: 15px;
  background: #fff;
  border-radius: 7px;
  padding: 20px 15px 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.fos-list .fos-item {
  list-style: none;
  display: flex;
  cursor: move;
  background: #fff;
  align-items: center;
  border-radius: 5px;
  padding: 10px 13px;
  margin-bottom: 11px;
  /*box-shadow: 0 2px 4px rgba(0,0,0,0.06);*/
  border: 1px solid #ccc;
  justify-content: space-between;
  display: grid;
  grid-template-columns: minmax(192px, 192px) minmax(63px, 63px) minmax(90px, 90px) minmax(30px, 30px);
}

.fos-item-2 {
  display: grid;
  grid-template-columns: minmax(192px, 192px) minmax(63px, 63px) minmax(90px, 90px) minmax(30px, 30px);
}

.fos-item .details {
  display: flex;
  align-items: center;
}

.fos-item .details img {
  height: 43px;
  width: 43px;
  pointer-events: none;
  margin-right: 12px;
  object-fit: cover;
  border-radius: 50%;
}

.fos-item .details span {
  font-size: 1rem;
}

.fos-item i {
  color: #474747;
  font-size: 1rem;
}

.fos-item.dragging {
  opacity: 0.6;
}

/* .fos-item.dragging :where(.details, i) {
  opacity: 0;
} */

.fos-item-final {
  list-style: none;
  display: flex;
  cursor: move;
  background: #fff;
  align-items: center;
  border-radius: 5px;
  padding: 10px 13px;
  margin-bottom: 11px;
  /*box-shadow: 0 2px 4px rgba(0,0,0,0.06);*/
  border: 1px solid #ccc;
  justify-content: space-between;
  align-content: center;
  display: grid;
  grid-template-columns: minmax(300px, 300px) minmax(55px, 55px) minmax(160px, 160px) minmax(180px, 180px) minmax( 20px, 20px );
}

.fos-col {
  display: grid;
  grid-template-columns: minmax(400px, 425px) minmax(825px, 855px);
}

.fos-col-4 {
  display: grid;
  grid-template-columns: minmax(200px, 200px) minmax(300px, 300px) minmax(360px, 400px) minmax(360px, 400px);
}

