.selected {
  color: #ff6464;
}

.stageIcons {
  margin-right: 7px;
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  border-radius: 50%;
}

.detail-vedio {
  height: 240px;
  width: 100%;
}

.vedio-slector {
  height: 230px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
}
@media (max-width: 375px) {
  .vedio-slector {
    height: 200px !important;
  }
}

.hidden {
  display: none;
}
