.photo {
  margin-bottom: 30px;
}
.photo .model-ratio-image .containerImg {
  padding-bottom: 100%;
}
.photo_empty {
  color: #ddd;
}
.photo_empty .model-ratio-image {
  background: #fff;
  border: 1px solid #ddd;
  color: #ddd;
}
.photo_empty .model-ratio-image a {
  color: #ddd !important;
  padding-top: 40px;
  font-size: 16px;
}
.photo_empty .model-ratio-image .upload {
  color: #ddd;
  font-size: 65px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -10% 0 0 -25%;
}
.filter-button {
  margin: 15px auto 0 !important;
  display: block;
  padding: 5px 10px;
  background: none;
  border: 1px solid #245ca8;
  color: #245ca8 !important;
  border-radius: 5px;
  transition: .3s;
}
.filter-button i {
  margin-right: 5px;
}
.filter-button:hover {
  color: #fff !important;
  background: #245ca8;
}
#modal_filter {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  background: rgba(0, 0, 0, 0.5);
}
#modal_filter .modal-content {
  transform: translateY(-50%);
  width: 50%;
  left: 0;
  right: 0;
  margin: 50vh auto;
}
@media (max-width: 767.98px) {
  #modal_filter .modal-content {
    width: 90%;
  }
}
#modal_filter .modal-content .modal-header ul {
  display: flex;
  justify-content: space-between;
}
#modal_filter .modal-content .filter-list {
  display: flex;
  gap: 15px;
  justify-content: space-around;
}
#modal_filter .modal-content .filter-list li {
  cursor: pointer;
}
#modal_filter .modal-content .filter-list li:hover img,
#modal_filter .modal-content .filter-list li.focus img {
  opacity: 1;
  box-shadow: 0px 5px 9px #000;
}
#modal_filter .modal-content .filter-list li img {
  border-radius: 100%;
  opacity: .5;
  transition: .3s;
}
#modal_filter .modal-content .filter-list li p {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
#modal_filter .modal-content .save-filter {
  color: #fff !important;
  background: #245ca8;
  border: none;
  padding: 10px 15px;
  margin: 15px auto 0;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
