.newEditorLogic #reviewModal #template-normal-edited-photo #box-img-review-modal .order-history {
  display: none;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo #box-img-review-modal .photoEditApproved .images_big .image-pins .part-original {
  padding-right: 0;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo #box-img-review-modal .photoEditApproved .images_big .image-pins .part-original #planit {
  width: 100%;
  height: auto;
  background: none;
  /*.planit-markers-container{
      &:not(:first-child){
          display: none;
      }
  }*/
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo #box-img-review-modal .photoEditApproved .images_big .image-pins .part-original #planit .image-container {
  position: unset;
  width: 100%;
  height: auto;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo #box-img-review-modal .photoEditApproved .images_big .image-pins .part-original #planit .image-container img {
  max-height: unset;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo #box-img-review-modal .photoEditApproved .images_big .image-pins .part-original #planit .planit-infobox-container:not(:first-child) {
  display: none;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .right-review-modal .btn-approve-ask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .right-review-modal .btn-approve-ask #btnApproveMobile {
  background-color: var(--primary-color-v2) !important;
}
@media (min-width: 768px) {
  .newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .right-review-modal .btn-approve-ask button {
    width: 80%;
  }
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .right-review-modal .btn-approve-ask button.btn-ask-modal {
  background-color: #dcdcdc !important;
  color: #0a0a0a;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .right-review-modal #show-content-send-better-photo {
  width: 100%;
  text-align: center;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .right-review-modal #show-content-send-better-photo #btnSendBetterPhoto {
  background-color: unset !important;
  color: var(--primary-color-v2);
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history {
  display: block !important;
  margin-bottom: 20px;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history.order-history-mobile {
  margin-top: 15px;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-title {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 10px;
  align-items: center;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-title .title {
  font-weight: 700;
  margin-bottom: 0;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-title .fa {
  margin-left: 10px;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history.active .group-order-histories {
  display: block;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-order-histories {
  display: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 15px;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-order-histories .description {
  font-weight: bold;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-order-histories .editor-logs .history-item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-order-histories .editor-logs .history-item .group-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 5px 20px;
  position: relative;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-order-histories .editor-logs .history-item .group-item img {
  width: 40px;
  cursor: pointer;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-order-histories .editor-logs .history-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-order-histories .original-photo {
  margin-top: 10px;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-order-histories .original-photo .title-original {
  font-weight: bold;
  font-size: 14px;
}
.newEditorLogic .photoEditApprovedModal #template-normal-edited-photo .order-history .group-order-histories .original-photo img {
  margin-right: 10px;
}
.newEditorLogic .textRightModal {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  position: relative;
}
.newEditorLogic .textRightModal .read-more {
  cursor: pointer;
}
@media (min-width: 768px) {
  .newEditorLogic .textRightModal .read-more .toggle-icon {
    display: none;
  }
}
.newEditorLogic .textRightModal .read-more .toggle-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.newEditorLogic .textRightModal .read-more .toggle-icon.fa-angle-down {
  display: none;
}
@media (min-width: 768px) {
  .newEditorLogic .textRightModal .read-more {
    display: none;
  }
}
.newEditorLogic .textRightModal .paragraph + .paragraph {
  margin-top: 20px;
}
.newEditorLogic .textRightModal.expanded .read-more .toggle-icon.fa-angle-up {
  display: none;
}
.newEditorLogic .textRightModal.expanded .read-more .toggle-icon.fa-angle-down {
  display: block;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history {
  display: block !important;
  margin-bottom: 20px;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history.order-history-mobile {
  margin-top: 15px;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-title {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 10px;
  align-items: center;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-title .title {
  font-weight: 700;
  margin-bottom: 0;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-title .fa {
  margin-left: 10px;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history.active .group-order-histories {
  display: block;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-order-histories {
  display: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 15px;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-order-histories .description {
  font-weight: bold;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-order-histories .editor-logs .history-item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-order-histories .editor-logs .history-item .group-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 5px 20px;
  position: relative;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-order-histories .editor-logs .history-item .group-item img {
  width: 40px;
  cursor: pointer;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-order-histories .editor-logs .history-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-order-histories .original-photo {
  margin-top: 10px;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-order-histories .original-photo .title-original {
  font-weight: bold;
  font-size: 14px;
}
.newEditorLogic #template-more-edited-photo #review-edited-photo-info .editor-notice .order-history .group-order-histories .original-photo img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .newEditorLogic #template-more-edited-photo #review-edited-photo-info .other-notice {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .newEditorLogic #template-more-edited-photo #review-edited-photo-info .other-notice .read-more {
    display: none;
  }
}
.newEditorLogic #template-more-edited-photo #review-edited-photos-view .btn-approve-ask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newEditorLogic #template-more-edited-photo #review-edited-photos-view .btn-approve-ask .btn-approve-modal {
  background-color: var(--primary-color-v2) !important;
  width: 100%;
}
@media (min-width: 768px) {
  .newEditorLogic #template-more-edited-photo #review-edited-photos-view .btn-approve-ask button {
    width: 80%;
  }
}
.newEditorLogic #template-more-edited-photo #review-edited-photos-view .btn-approve-ask button.btn-ask-modal {
  background-color: #dcdcdc !important;
  width: 100%;
  color: #0a0a0a;
}
.newEditorLogic #template-more-edited-photo #review-edited-photos-view #show-content-send-better-photo {
  width: 100%;
  text-align: center;
}
.newEditorLogic #template-more-edited-photo #review-edited-photos-view #show-content-send-better-photo #btnSendBetterPhoto {
  background-color: unset !important;
  color: var(--primary-color-v2);
}
@media screen and (max-width: 767px) {
  .newEditorLogic {
    /*#reviewModal .review-edit-photo .edited-photo-column {
        padding-left: 0;
    }*/
  }
  .newEditorLogic #list-review-photo-edit .edited-photo-column {
    padding: 0 5px;
  }
  .newEditorLogic #list-review-photo-edit .edited-photo-column .img-container {
    position: relative;
  }
  .newEditorLogic #list-review-photo-edit .edited-photo-column .img-container.active {
    border: 3px solid var(--primary-color-v2);
  }
  .newEditorLogic #list-review-photo-edit .edited-photo-column .img-container .editor-favorite-img {
    position: absolute;
    width: 100%;
    font-size: 11px;
    border-radius: 5px;
    background-color: var(--primary-color-v2);
    font-weight: bold;
    padding: 5px;
  }
  .newEditorLogic #template-more-edited-photo #show-content-send-better-photo {
    width: 100%;
    text-align: center;
  }
  .newEditorLogic #template-more-edited-photo #show-content-send-better-photo #btnSendBetterPhoto {
    background-color: unset !important;
    color: var(--primary-color-v2);
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history {
    display: block !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history.order-history-mobile {
    margin-top: 15px;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-title {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin-bottom: 10px;
    align-items: center;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-title .title {
    font-weight: 700;
    margin-bottom: 0;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-title .fa {
    margin-left: 10px;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history.active .group-order-histories {
    display: block;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-order-histories {
    display: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 15px;
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-order-histories .description {
    font-weight: bold;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-order-histories .editor-logs .history-item {
    border-bottom: 1px solid #cccccc;
    position: relative;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-order-histories .editor-logs .history-item .group-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px 20px;
    position: relative;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-order-histories .editor-logs .history-item .group-item img {
    width: 40px;
    cursor: pointer;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-order-histories .editor-logs .history-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-order-histories .original-photo {
    margin-top: 10px;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-order-histories .original-photo .title-original {
    font-weight: bold;
    font-size: 14px;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .order-history .group-order-histories .original-photo img {
    margin-right: 10px;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .btn-approve-ask {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .newEditorLogic #template-more-edited-photo .order-history-section .btn-approve-ask .btn-approve-modal {
    background-color: var(--primary-color-v2) !important;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .newEditorLogic #template-more-edited-photo .order-history-section .btn-approve-ask button {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .newEditorLogic #template-more-edited-photo .order-history-section .btn-approve-ask button.btn-ask-modal {
    background-color: #dcdcdc !important;
    width: 100%;
    color: #0a0a0a;
  }
}
@media screen and (max-width: 767px) {
  .newEditorLogic .textRightModal .paragraph {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .newEditorLogic #list-review-photo-edit .edited-photo-column .img-container .editor-favorite-img {
    position: absolute;
    width: 100%;
    font-size: 10px;
    border-radius: 5px;
    background-color: var(--primary-color-v2);
    font-weight: bold;
    padding: 3px;
  }
}
