:root .otp-theme {
  --loading_icon: url(../images/otp-loading.gif);
}
:root .ggp-theme {
  --loading_icon: url(../images/ggp_loading_100x67.gif);
}
:root .hs-theme {
  --loading_icon: url(../images/hs-loading.gif);
}

.page {
  background: #f7f7f7;
}

.title {
  margin-bottom: 8px;
}

[title~=flower] {
  border: 5px solid yellow;
}

.main-panel {
  margin-bottom: 100px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .main-panel {
    margin-bottom: 16px;
  }
}
.main-panel .loading {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background-image: var(--loading_icon) center center no-repeat;
  z-index: 10;
}
.main-panel .content {
  background-color: #fff;
  padding: 22px 22px 0px 30px;
}
.main-panel .content.init {
  background-color: #fff;
  padding: 25px 64px 56px;
  text-align: center;
}
.main-panel .content.init #add2cart {
  float: none;
}
.main-panel .content .start {
  border: 1px dashed #adadad;
  padding: 30px;
  margin-top: 15px;
}
.main-panel .content .text {
  font-size: 14px;
  color: #7a797a;
  margin: 15px 0;
}
.main-panel .content .title .header-upload-section {
  text-align: left;
  margin: auto;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.main-panel .content .title .upload-header-cont {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .main-panel .content .title .upload-header-cont .header-upload-section {
    max-width: 200px;
    margin-right: 4px;
    text-align: left;
    align-self: flex-start;
  }
}
.main-panel .content .title .upload-header-cont a.ggp_popup {
  text-align: right;
  flex-grow: 1;
  margin-left: 4px;
  color: #29b5dc;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .main-panel .content .title .upload-header-cont a.ggp_popup:hover {
    text-decoration: underline !important;
  }
}
@media only screen and (max-width: 992px) {
  .main-panel .content .title .upload-header-cont a.ggp_popup {
    order: 3;
    width: 100%;
    margin: auto auto 16px auto;
    padding: 8px 12px;
    border-radius: 4px;
    background: #29b5dc1a;
    text-align: center;
    cursor: pointer;
  }
  .main-panel .content .title .upload-header-cont a.ggp_popup:hover {
    background: #29b5dcc7;
    color: white;
  }
}
.main-panel .content .title .upload-header-cont p {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 8px auto;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  background: #fff0c1ad;
  flex-wrap: wrap;
  color: #000;
}
.main-panel .content .title .upload-header-cont p .icon-info {
  font-size: 16px;
}
.main-panel .content .title .upload-header-cont p span,
.main-panel .content .title .upload-header-cont p em {
  margin-top: 0px !important;
}
.main-panel .content .title a {
  float: right;
  color: #e01c7d;
  font-size: 12px;
  text-decoration: underline;
}
.main-panel .content .title p {
  color: #29b5dc;
  font-size: 12px;
}
.main-panel .content .title p i {
  display: inline-block;
  width: 24px;
  height: 26px;
  background: url(../images/product_view/file_type.png) no-repeat center center;
  float: left;
}
.main-panel .content .title p span {
  float: left;
  margin: 4px 0 0 5px;
  display: inline-block;
}
.main-panel .content .title p em {
  color: #e01c7d;
  margin: 5px 0 0 10px;
  font-style: normal;
  float: left;
  display: inline-block;
}
.main-panel .content .upload h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
.main-panel .content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #010101;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.main-panel form a {
  color: #1e9dc3;
  size: 14px;
}
.main-panel .image_upload {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  background: url(../images/upload_artwork/upload_file.png) center center no-repeat;
}
.main-panel .next {
  margin-bottom: 18px;
}
.main-panel .next a.btn {
  display: inline-block;
  height: 34px;
  width: 180px;
  border-radius: 3px;
  background-color: #e01c7d;
  color: #fff !important;
  line-height: 34px;
  cursor: pointer;
  padding: 0;
}
.main-panel .next a.btn:hover {
  text-decoration: none;
}
.main-panel .upload h3,
.main-panel .question .upload-question {
  width: 100%;
  margin: auto auto 16px auto;
  border: none !important;
  text-align: left;
  padding: 0px;
  font-weight: 400;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 19px;
}
.main-panel .choice {
  min-height: 80px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.main-panel .choice .radio {
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #e0e1e0;
  border-radius: 15px;
  background-color: #ffffff;
  float: left;
  position: relative;
}
.main-panel .choice .radio i {
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 13px;
  color: #fff;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.main-panel .choice .image {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin: -15px 10px;
}
.main-panel .choice .desc h4 {
  color: #4f5051;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.main-panel .choice .desc span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #4f5051;
}
.main-panel .choice .desc a {
  height: 0;
  width: 0;
  display: block;
}
.main-panel .choice:hover, .main-panel .choice.active {
  border: 1px solid #29b5dc;
  background-color: #fff;
}
.main-panel .choice:hover .radio, .main-panel .choice.active .radio {
  border: 1px solid #66e670;
  background-color: #66e670;
  color: #fff;
}
.main-panel .choice:hover .radio i, .main-panel .choice.active .radio i {
  display: block;
  opacity: 1;
}
.main-panel .guide_image {
  background: #f7f7f7;
  float: left;
  width: 100%;
  height: 193px;
}
.main-panel .guide_image img {
  display: block;
  width: 100%;
  height: auto;
}
.main-panel #add2cart {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .main-panel #add2cart {
    float: right;
  }
}
.main-panel .back {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .main-panel .explorer {
    display: none;
  }
}
.main-panel .restrict-upload {
  max-width: 390px;
  width: 100%;
  margin: 0px auto;
  padding: 16px;
  background: #ffffff;
  display: none;
}
@media only screen and (max-width: 768px) {
  .main-panel .restrict-upload {
    display: block;
  }
}
.main-panel .restrict-upload .ru-content {
  width: 100%;
  min-height: 300px;
  margin: 0px auto;
  border: 3px dashed #ccc;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.main-panel .restrict-upload .ru-content-img {
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
  opacity: 0.6;
}
.main-panel .restrict-upload .ru-content-title {
  width: 100%;
  margin: 0px auto;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #e60000;
}
.main-panel .restrict-upload .ru-content-desc {
  width: 100%;
  margin: 0px auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #666666;
}

#popup_box {
  text-align: left;
  padding: 0 !important;
  border-radius: 0.3rem;
}
#popup_box a.close {
  display: none !important;
}
#popup_box div.modal-header {
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#popup_box div.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px;
  border-top: none;
}
#popup_box div.modal-footer button {
  margin: 15px 5px;
  cursor: pointer;
}
#popup_box div.modal-footer button.artwork_popup_box_btn.change_filetype:hover {
  background-color: #fff;
  color: #e01c7d;
}
#popup_box h6 {
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
@media only screen and (max-width: 778px) {
  #popup_box h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 778px) {
  #popup_box div.inner div button.btn {
    min-width: 80px;
    margin: 15px 10px;
  }
}
#popup_box table.artwork_popup_box {
  margin-bottom: 0;
}
#popup_box table.artwork_popup_box td {
  vertical-align: middle;
  border: none;
  color: #636363;
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}
#popup_box table.artwork_popup_box td.left {
  text-align: left;
}
#popup_box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 15px 0 10px;
  color: #000;
}
#popup_box p b {
  font-weight: 600;
}

.artwork_uploader_explore_panel .panel_head .name h2 {
  margin: 0 0 5px;
}
.artwork_uploader_explore_panel .panel_head .name span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #030c0e;
}

.upload_confirm a {
  display: block;
  margin: 33px auto 15px;
  text-align: center;
  color: #fff;
  line-height: 34px;
  height: 34px;
  width: 160px;
  border-radius: 3px;
  background-color: #e01c7d;
  text-decoration: none;
}

.upload_confirm a:hover {
  text-decoration: none;
  color: #fff;
}

.upload_confirm a.disable {
  background-color: #d8d8d8;
  cursor: default;
}

.nav_group {
  padding: 24px;
  width: 100%;
  background: white;
  margin: auto;
}
.nav_group .confirm-checkbox {
  cursor: pointer;
}
@media only screen and (min-width: 778px) {
  .nav_group .confirm-checkbox {
    float: right;
  }
}
.nav_group .confirm-checkbox span {
  font-weight: 400;
}

.nav_group > div + div > label {
  float: right;
  margin-top: -25px;
}

.nav_group > div + div > label * {
  float: left;
  display: block;
  margin-left: 5px;
}

.nav_group > div + div > label input {
  height: 17px;
  width: 17px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #ffffff;
}

.nav_group > div + div > label span {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
}

.back_btn.btn {
  height: 34px;
  width: 224px;
  border: 1px solid #000000;
  border-radius: 4px;
  background: #ffffff;
  float: left;
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
}
.back_btn.btn:hover {
  cursor: pointer;
  background: #f2f2f2;
}
@media only screen and (max-width: 992px) {
  .back_btn.btn {
    float: none;
    width: 98%;
    margin: auto;
  }
}

.submit_upload,
.confirm_selection {
  height: 34px;
  width: 224px;
  border-radius: 3px;
  background-color: #e84fa5;
  float: right;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
}
.submit_upload:hover,
.confirm_selection:hover {
  background-color: #d04794;
}
@media only screen and (max-width: 992px) {
  .submit_upload,
.confirm_selection {
    width: 98%;
    margin: auto;
  }
}

.submit_upload.disable,
.confirm_selection.disable,
.submit_upload.disable:hover,
.confirm_selection.disable:hover {
  background-color: #bcbdbf;
  cursor: not-allowed;
}

.submit_upload:active,
.confirm_selection:active,
.submit_upload:hover,
.confirm_selection:hover {
  background-color: #e01366;
  text-decoration: none;
  color: #fff;
}

/*************qq upload list****************/
.upload_field {
  padding-top: 10px;
  border-top: 1px solid #d8d8d8;
}

.upload_field:first-child {
  padding-top: 0;
  border-top: none;
}

.qq-thumbnail-wrapper,
.upload_field .image,
.upload_field .info {
  display: block;
  float: left;
}

.upload_field .image {
  width: 50px;
  height: 50px;
  margin-top: -5px;
  background: url(../images/product_view/not_upload.png) no-repeat center center;
}

.upload_field .icn-file {
  font-size: 40px;
  float: left;
  position: relative;
  top: -8px;
  color: #29b5dc;
  opacity: 0.8;
}

.qq-thumbnail-wrapper {
  width: 50px;
  height: 50px;
  text-align: center;
}

.upload_field .qq-thumbnail-wrapper img {
  width: auto;
  max-width: 50px;
  height: 100%;
  display: inline-block;
}
.upload_field .info {
  margin: 0 8px;
  line-height: 14px;
}
.upload_field .info span {
  display: block;
  color: #7a797a;
  font-size: 10px;
}
.upload_field .info strong {
  color: #010101;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
}
.upload_field a.btn {
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  height: 34px;
  width: 79px;
  border-radius: 3px;
  background-color: #29b5dc;
  padding: 0;
}
.upload_field a.btn:hover {
  background-color: #269acb;
}
.upload_field a.btn.qq-upload-delete {
  background: #ff0000 !important;
}
.upload_field a.btn.qq-upload-delete:hover {
  background: #cc0000 !important;
}
.upload_field .action {
  text-align: right;
}

.progressbar-text {
  left: 0 !important;
  top: 15px !important;
}

.progress {
  margin-bottom: 0px !important;
  overflow: visible !important;
}

.progress.qq-hide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .panel_scroll {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    padding: 0px !important;
  }
}

#popup_overlay {
  padding: 16px;
}

/*# sourceMappingURL=artwork_uploader.css.map */
