.oneUpload-note .embell-title-photo-v1 {
  color: rgb(29, 28, 28);
  font-weight: 600;
  font-size: 16px;
}

.custom-one-upload .upload-later .groupd-upload-later-sec .sec .warning-uploadlater {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .oneUpload-note .custom-header {
    padding-left: 18px;
  }
}

@media (min-width: 768px) {
  .custom-one-upload .sec2 .main_upload {
    margin: 20px 0;
  }

  /* DEV-2991 */
  .custom-one-upload.custom-one-upload-v2 .sec2 .main_upload {
    margin-bottom: 0;
  }
  /* DEV-2991 */

  .custom-one-upload .sec2 .main_upload .upload-photo-color {
    background-color: #ffffff;
    max-width: 300px;
    margin: 0 auto;
  }
  .custom-one-upload .sec2 .main_upload .upload-photo-color .upload-label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #610284;
    border-radius: 8px;
    padding: 10px;
  }
  .custom-one-upload .sec2 .main_upload .upload-photo-color .upload-label .fa {
    color: #610284;
    margin-right: 5px;
  }
  .custom-one-upload .sec2 .main_upload .upload-photo-color .upload-label span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #610284;
    font-weight: 400;
    text-transform: uppercase;
  }
  .custom-one-upload .sec2 .main_upload .btn-upload {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    cursor: pointer;
  }
  .custom-one-upload .sec2 .warning {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .custom-one-upload .sec2 .warning img {
    width: 15px;
    margin-right: 5px;
  }
  .custom-one-upload .sec2 .warning .warning-text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #4F4F4F;
    text-align: center;
  }
  .custom-one-upload .sec2 .warning .warning-text-ver2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: red;
    text-align: center;
    font-weight: 300;
  }
  .custom-one-upload .sec2 .msg-unsupported-files-main2 {
    text-align: center;
  }
  .custom-one-upload .sec2 .img_show #sample2 {
    width: 80%;
    margin: 0 auto;
  }
  .custom-one-upload .sec2 .img_show #sample2 .photo_item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: 1px solid var(--blue-secondary-color);
    border-radius: 6px;
  }
  .custom-one-upload .sec2 .img_show #sample2 .photo_item .unnamed {
    text-align: left;
    display: inline-block;
  }
  .custom-one-upload .group-upload-photo {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #C5C5C5;
  }
  .custom-one-upload .upload-extra-options {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #C5C5C5;
  }

  /* DEV-2991 */
  .custom-one-upload.custom-one-upload-v2 .upload-extra-options {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  /* DEV-2991 */

  .custom-one-upload .upload-later {
    float: left;
    width: 100%;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox {
    margin-bottom: 10px;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #020202;
    font-weight: 400;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* Show the checkmark when checked */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #020202;
    /* Style the checkmark/indicator */
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 .checkmark:after {
    left: 7.5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    /* Create the checkmark/indicator (hidden when not checked) */
    content: "";
    position: absolute;
    display: none;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 input:checked ~ .checkmark:after {
    display: block;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 input:checked ~ .checkmark {
    background-color: #c48dc7;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .sec {
    float: left;
    margin-top: 15px;
    background-color: rgb(246, 242, 242);
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }

  /* DEV-2991 */
  .custom-one-upload.custom-one-upload-v2 .upload-later .groupd-upload-later-sec .sec {
    margin-top: 0;
    margin-bottom: 17px;
  }
  /* DEV-2991 */


  .custom-one-upload .upload-later .groupd-upload-later-sec .sec .warning-uploadlater {
    display: none;
    color: red;
    font-weight: 600;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .sec p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #020202;
    font-weight: 200;
    margin-bottom: 0;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .sec .img-upload-late {
    float: right;
    margin-right: 60px;
  }
  .custom-one-upload .group-upload-photo .group-upload-photo-sec .radio-inline .radio-title {
    font-size: 24px;
    font-weight: 400;
  }
  .custom-one-upload .group-upload-photo .group-upload-photo-sec .tip-from-dream-team {
    margin-left: 25px;
    margin-top: 25px;
  }
  .custom-one-upload .group-upload-photo .group-upload-photo-sec .tip-from-dream-team .header {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #020202;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
  }
  .custom-one-upload .group-upload-photo .group-upload-photo-sec .sec1 .compi-text-top {
    font-size: 20px !important;
  }
  .custom-one-upload .group-upload-photo .group-upload-photo-sec .sec1 .compilation-text-button {
    font-size: 16px;
    margin-top: 0;
  }
  .custom-one-upload .group-compilation .group-compilation-sec .radio-inline .radio-title {
    font-size: 24px;
    font-weight: 400;
  }
  .custom-one-upload .group-compilation .group-compilation-sec .sec1 .compi-text-top {
    font-size: 20px !important;
  }
  .custom-one-upload .group-compilation .group-compilation-sec .sec1 .compi-text-icon-v2 {
    display: flex;
  }
  .custom-one-upload .group-compilation .group-compilation-sec .sec1 .compi-text-icon-v2 span {
    color: #000000;
  }
  .custom-one-upload .group-compilation .group-compilation-sec .sec1 .compilation-text-button {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .custom-one-upload .sec2 {
    float: left;
    width: 100%;
    margin-top: 15px;
    background-color: rgb(246, 242, 242);
  }

  /* DEV-2991 */
  .custom-one-upload.custom-one-upload-v2 .sec2 {
    margin-top: 2px;
  }
  /* DEV-2991 */
  @supports (-webkit-overflow-scrolling: touch) {
    .custom-one-upload .sec2 {
      margin-bottom: 20px;
    }
  }
  .custom-one-upload .sec2 .main_upload {
    margin: 10px 0;
    padding: 15px;
  }

  /* DEV-2991 */
  .custom-one-upload.custom-one-upload-v2 .sec2 .main_upload {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* DEV-2991 */

  .custom-one-upload .sec2 .main_upload .upload-photo-color {
    background-color: unset;
    max-width: 300px;
    margin: 0 auto;
  }
  .custom-one-upload .sec2 .main_upload .upload-photo-color .upload-label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #610284;
    border-radius: 8px;
    padding: 10px;
    background-color: #FFFFFF;
  }
  .custom-one-upload .sec2 .main_upload .upload-photo-color .upload-label .fa {
    color: #610284;
    margin-right: 5px;
  }
  .custom-one-upload .sec2 .main_upload .upload-photo-color .upload-label span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #610284;
    font-weight: 400;
    text-transform: uppercase;
  }
  .custom-one-upload .sec2 .main_upload .btn-upload {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    cursor: pointer;
  }
  .custom-one-upload .sec2 .warning {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .custom-one-upload .sec2 .warning img {
    width: 15px;
    margin-right: 5px;
  }
  .custom-one-upload .sec2 .warning .warning-text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #4F4F4F;
    text-align: center;
  }
  .custom-one-upload .sec2 .warning .warning-text-ver2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: red;
    text-align: center;
    font-weight: 300;
  }
  .custom-one-upload .sec2 .msg-unsupported-files-main3 {
    text-align: center;
  }
  .custom-one-upload .sec2 .img_show #sample3 {
    width: 100%;
    margin: 0 auto;
  }
  .custom-one-upload .upload-later {
    float: left;
    width: 100%;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec {
    padding: 10px;
  }

  /* DEV-2991 */
  .custom-one-upload.custom-one-upload-v2 .upload-later .groupd-upload-later-sec {
    padding: 0;
  }
  /* DEV-2991 */

  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox {
    padding-left: 10px;
    margin-bottom: 10px;
  }

  /* DEV-2991 */
  .custom-one-upload.custom-one-upload-v2 .upload-later .groupd-upload-later-sec .checkBox {
    padding-left: 0;
  }

  
  .custom-one-upload-v2 .upload-later-action {
    padding-left: 25px;
  }
  /* DEV-2991 */


  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #020202;
    font-weight: 400;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* Show the checkmark when checked */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #020202;
    /* Style the checkmark/indicator */
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 .checkmark:after {
    left: 7.5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    /* Create the checkmark/indicator (hidden when not checked) */
    content: "";
    position: absolute;
    display: none;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 input:checked ~ .checkmark:after {
    display: block;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .checkBox .container2 input:checked ~ .checkmark {
    background-color: #c48dc7;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .sec {
    float: left;
    margin-top: 15px;
    background-color: rgb(246, 242, 242);
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }

  /* DEV-2991 */
  .custom-one-upload.custom-one-upload-v2 .upload-later .groupd-upload-later-sec .sec {
    padding-top: 0;
  }
  /* DEV-2991 */

  .custom-one-upload .upload-later .groupd-upload-later-sec .sec .warning-uploadlater {
    display: none;
    color: red;
    font-weight: 600;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .sec p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #020202;
    font-weight: 200;
  }
  .custom-one-upload .upload-later .groupd-upload-later-sec .sec .right {
    text-align: center;
  }
  .custom-one-upload .radio-inline {
    margin-bottom: 15px;
  }
  .custom-one-upload .group-upload-photo .group-upload-photo-sec .tip-from-dream-team {
    margin-left: 25px;
    margin-top: 25px;
  }
  .custom-one-upload .group-upload-photo .group-upload-photo-sec .tip-from-dream-team .header {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    margin-right: 5px;
    text-transform: uppercase;
  }
  .custom-one-upload .group-compilation .group-compilation-sec .radio-inline .radio-title {
    font-size: 24px;
    font-weight: 400;
  }
  .custom-one-upload .group-compilation .group-compilation-sec .sec1 .compi-text-top {
    font-size: 20px !important;
  }
  .custom-one-upload .group-compilation .group-compilation-sec .sec1 .compi-text-icon-v2 span {
    color: #000000;
  }
  .custom-one-upload .group-compilation .group-compilation-sec .sec1 .compilation-text-button {
    font-size: 16px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .sticky-upload {
    position: fixed;
    left: inherit;
    right: 15px;
    bottom: 250px;
    z-index: 98;
  }
  .sticky-upload .item-sticky:hover {
    cursor: pointer;
  }

  .body-modal-noupload .list-upload-previous {
      justify-content: center;
  }
}

.body-modal-noupload {
    text-align: center;
}

.body-modal-noupload .no-padding {
    padding: 0;
}

.body-modal-noupload label {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
}

.body-modal-noupload .list-upload-previous {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.body-modal-noupload .list-upload-previous .main-photo-up {
    flex: 0 0 25%;
    padding: 5px;
    position: relative;
}

.body-modal-noupload .list-upload-previous .main-photo-up .data-img-use {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
}

.body-modal-noupload .list-upload-previous .main-photo-up .data-img-use img {
    max-height: 130px;
    width: auto;
}

.body-modal-noupload .list-upload-previous .main-photo-up .selected {
    box-shadow: 0 0 2px 2px #ddd;
    border: 3px solid #FF135E;
}

#btn_upload_previous_photos {
    font-size: 20px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.14);
    padding: 9.2px 50px;
    background-color: #6E0072;
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 30px;
}

#mainUpload.focused, .container2.focused {
    border: 1px solid black;
}

