.edit-featured-popup {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.edit-featured-popup .modal-dialog {
  margin: 1% auto !important;
}

.edit-featured-popup .modal-dialog {
  width: 920px !important;
}

@media (min-width: 768px) {
  .edit-featured-popup .modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  }
}

.edit-featured-popup .modal-content {
  position: relative;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  float: left;
  padding: 25px 0px 20px 25px;
  border: none;
}

.edit-featured-popup .modal-header .modal-title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}

.edit-featured-popup .overview_close {
  float: right;
  background: #333333 !important;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: relative;
  top: -33px;
  right: -9px;
  text-align: center;
}

.edit-featured-popup .modal-body {
  padding: 0 !important;
  min-height: 370px;
  max-height: 80vh !important;
  overflow: hidden;
}

.edit-featured-popup .modal-body {
  width: 100%;
  float: left;
  position: relative;
}

.edit-featured-popup .featured-images-wrap .col-md-5.final-featured-photo {
  padding: 0px;
}

.edit-featured-popup .featured-images-wrap .col-md-5.final-featured-photo::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 19px;
  width: 1px;
  height: 395px;
  background: #dddddd;
}

.edit-featured-popup .suggested-featured-photo h3.modal-title-ffp {
  margin-bottom: 10px;
  margin-left: 2px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

.edit-featured-popup .final-featured-photo h3.modal-title-ffp {
  margin-bottom: 10px;
  margin-left: 2px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}

.edit-featured-popup ul.edit-featurs-images {
  float: left;
  width: 100%;
}

.edit-featured-popup .final-featured-photo .edit-featurs-images li {
  width: 107px;
  min-width: unset;
}

.edit-featured-popup .edit-featurs-images li {
  float: left;
  width: 25%;
  position: relative;
  padding: 2px;
  min-width: 110px;
  z-index: 99;
}

.edit-featured-popup .edit-featurs-images li img {
  max-width: 100%;
  width: 100%;
  height: 109px;
  object-fit: cover;
  transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}

.edit-featured-popup img {
  vertical-align: middle;
}

.edit-featured-popup .final-featured-photo .edit-featurs-images .fimg-close svg {
  position: absolute;
  top: 6px;
  right: 6px;
}

.edit-featured-popup .col-md-7.suggested-featured-photo {
  position: relative;
  padding: 0;
}

.edit-featured-popup .suggested-featured-photo .Dropzone {
  border: none;
  background: transparent;
  position: absolute;
  height: 100%;
  width: calc(100% - 20px);
  margin: 0px auto;
  min-height: calc(100% + 40px);
  z-index: 9;
}

.edit-featured-popup .Dropzone {
  align-items: center;
  cursor: pointer;
  border: 1px solid #c5cbd6;
  background: #e7e8e9;
  border-bottom: 0;
  width: 100%;
  float: left;
}

.edit-featured-popup .featured-images-wrap .fimg-upload {
  position: relative;
  margin: 0px auto;
  cursor: pointer;
  padding: 19px;
  border-radius: 20px;
  text-align: center;
  transition: all ease-in 0.4s;
  -moz-transition: all ease-in 0.4s;
  -webkit-transition: all ease-in 0.4s;
  clear: both;
  border: 1px dashed #ccd0d5;
  width: 60%;
  min-width: 350px;
  box-sizing: border-box;
}

.edit-featured-popup .fimg-upload label {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  padding-bottom: 0;
  margin-bottom: 0;
}

.edit-featured-popup input[type="file"] {
  display: block;
}

.edit-featured-popup .new_upload_photos {
  position: relative;
}

.edit-featured-popup .new_upload_photos .infinite-scroll-component {
  overflow: auto !important;
  display: inline-block !important;
}

.edit-featured-popup .new_upload_photos .uploaded-photos-isc {
  width: 100%;
  position: unset;
  height: 290px !important;
  margin-top: 5px;
}

.edit-featured-popup .suggested-featured-photo ul.edit-featurs-images {
  padding-left: 15px;
  padding-right: 15px;
  height: 290px !important;
  overflow-y: auto;
  margin-bottom: 0;
}

.edit-featured-popup ul.edit-featurs-images {
  float: left;
  width: 100%;
}

.edit-featured-popup ul {
  list-style: none;
}

.edit-featured-popup .edit-featurs-images li {
  float: left;
  width: 25%;
  position: relative;
  padding: 5px;
  min-width: 110px;
  z-index: 99;
}

.edit-featured-popup .edit-featurs-images li img {
  max-width: 100%;
  width: 100%;
  height: 109px;
  border-radius: 10px;
  object-fit: cover;
  transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}

.edit-featured-popup .final-featured-photo ul#featured_image_ul {
  margin-left: -39px;
}

.edit-featured-popup .edit-featurs-images .fimg-close span {
  position: absolute;
  background: #1b1a1acc;
  z-index: 1;
  border-radius: 50%;
  right: 0;
  top: 0px;
  cursor: pointer;
  font-size: 7px;
  padding: 6px;
}

.edit-featured-popup .suggested-featured-photo .personal_img_active {
  border: inset;
  border-width: 3px;
  border-style: solid;
  border-color: #1388d1;
  transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  transform: scale(0.88);
  border: unset;
  box-shadow: 0 0 2px 2px #1388d1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  padding: 2px;
}

.edit-featured-popup .modal-footer {
  padding: 0px;
  float: left;
}

.edit-featured-popup .modal-footer .col-md-2 {
  float: none;
}

.edit-featured-popup .modal-footer .col-md-2 .action-wrap button.btn-primary,
.btn-success,
.edit-featured-popup .modal-footer .col-md-2 .action-wrap button.btn-success {
  float: left !important;
  background: #2687c9 !important;
  border-radius: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

/* More Photos */
.all-personal-photosmodal .uploaded-photos-isc {
  max-height: 600px !important;
  overflow: auto !important;
  top: 0px;
  margin-right: 16px;
}

.more-personal-photos ul.current-featurs {
  padding: 5px 15px 10px;
}

.featured_images ul.current-featurs {
  clear: both;
  overflow: hidden;
  padding: 3px;
  margin-top: 10px;
  padding-top: 0;
}

ul {
  list-style: none;
}

.featured_images.all-fimgs ul.current-featurs li {
  width: 20%;
}

.featured_images ul.current-featurs li {
  float: left;
  width: 33.33%;
}

.featured_images.all-fimgs ul.current-featurs li a {
  overflow: hidden;
  padding: 0;
  margin: 3px;
}

.featured_images ul.current-featurs li a {
  display: block;
  padding: 2px;
}

.featured_images.all-fimgs ul.current-featurs li img {
  border-radius: 12px;
  height: 160px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.featured_images ul.current-featurs img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.featured_images img {
  max-width: 100%;
}

.modal-new-style .modal-footer .btn.btn-primary {
  background: #2687c9 !important;
  border-radius: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.edit-featured-popup .action-wrap button.btn.btn-success {
  margin-top: 0 !important;
}