.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover{
  background-color: #ff4081 !important;
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection{
  padding: 10px 20px !important;
}
.ms-container .ms-list{
  min-height: 200px;
  height: auto !important;
}
.link{
  cursor: pointer !important;
}
.ms-container{
  width: 100% !important;
}
.ms-container::before{
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 10;
  content: "compare_arrows";
  font-family: Material Icons;
  font-size: 30px;
  color: #dbe0e4;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -15px;
}
.loading{
  display: none;
  background-color: rgba(17, 17, 17, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-image: url(../../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#profile-list li:hover{
    color: #fff;
    background-color: #ff4081;
}
