.body {
  margin: 0;
  padding: 0;
}

.hide {
  width: 1px;
  height: 1px;
}

.background-loader {
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.9;
  background-color: #fff;
}

.loader {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.fix-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.space-top {
  margin-top: 7px;
}

.space-right {
  margin-right: 5px;
}

.set-bold {
  font-weight: 800;
}

.start-screen {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.start-screen__title {
  font-weight: 900;
  margin-top: 20px;
}
.start-screen__subtitle {
  color: #959595;
  font-weight: 800;
  font-size: 1.2rem;
  margin-top: 10px;
}
.start-screen__subtitle-text {
  color: #959595;
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: -15px;
  letter-spacing: -0.03rem;
}
.start-screen__info {
  height: max-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.06rem;
  color: #959595;
  letter-spacing: -0.03rem;
  text-align: left;
  display: flex;
  margin-top: 5px;
  padding-right: 20px;
}
.start-screen__info__image {
  width: max-content;
  height: max-content;
}
.start-screen__info__text {
  margin-left: 20px;
  margin-top: 5px;
}
.start-screen__info img {
  height: 56px;
  width: 55px;
  margin-left: 15px;
}
.start-screen__info__img-important {
  width: 88px !important;
  height: 88px !important;
  z-index: 999;
  position: absolute;
  margin-left: 0px !important;
}
.start-screen__important {
  border: 5px solid #6a6a6a;
  border-radius: 15px;
  padding: 10px 10px 10px 59px;
  margin-left: 25px;
}
.start-screen__button {
  background-color: #6a6a6a;
  max-width: max-content;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 50px;
  margin-top: 20px;
}
.start-screen__button:hover {
  background-color: #ffffff;
  border: 3px solid #6a6a6a;
  color: #6a6a6a;
}

.start-step-group {
  width: 850px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 576px) {
  .start-step-group {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .start-step-group {
    width: 100vw;
  }
}

.header-bar {
  background-color: #191919;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-bar__back-to-hotsite {
  padding: 5px;
  margin-left: 10px;
}
.header-bar__back-to-hotsite__link {
  text-decoration: none;
  color: #fff;
}
.header-bar__back-to-hotsite__link:hover {
  color: #fff;
  text-decoration: none;
}
.header-bar__logo {
  width: 100px;
  height: 30px;
  margin-top: 5px;
}
.header-bar__reserved-space {
  width: 100px;
}

.main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.model-preview {
  display: flex;
  justify-content: center;
}

.title-customize {
  font-family: "Montserrat", sans-serif;
  color: #6a6a6a;
  font-weight: 600;
  font-size: 2.2rem;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .title-customize {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .title-customize {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .title-customize {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .title-customize {
    font-size: 28px;
  }
}

.left-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #6a6a6a;
  z-index: 999;
}
.left-panel__icon-area {
  width: 62px;
}
.left-panel__icon-item {
  margin-top: 30px;
  cursor: pointer;
}
.left-panel__icon-subtitle {
  font-size: 0.8rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}
@media screen and (max-width: 576px) {
  .left-panel {
    flex-direction: initial;
    height: 73px;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .left-panel {
    flex-direction: initial;
    height: 73px;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .left-panel {
    flex-direction: initial;
    height: 73px;
    justify-content: center;
    margin-top: 20px;
  }
}

.right-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 999;
}
.right-panel__icon-item {
  margin-bottom: 25px;
  cursor: pointer;
  width: 50px;
}
@media screen and (max-width: 576px) {
  .right-panel__icon-item {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .right-panel__icon-item {
    margin-left: 25px;
  }
}
.right-panel__remove-icon {
  font-size: 36px;
  color: #f95454;
  margin-left: 5px;
  cursor: pointer;
}
.right-panel__button {
  background-color: #6a6a6a;
  max-width: max-content;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .right-panel__button {
    margin-top: 0px;
    margin-left: 30px;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .right-panel__button {
    margin-top: 0px;
    margin-left: 30px;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  .right-panel__button {
    margin-top: 0px;
    margin-left: 30px;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .right-panel__button {
    font-size: 18px;
    padding: 0px 10px 0px 10px;
    height: 50px;
  }
}
.right-panel__button:hover {
  background-color: #ffffff;
  border: 3px solid #6a6a6a;
  color: #6a6a6a;
}
@media screen and (max-width: 576px) {
  .right-panel {
    flex-direction: initial;
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .right-panel {
    flex-direction: initial;
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .right-panel {
    flex-direction: initial;
    margin-top: 20px;
    justify-content: center;
  }
}

.model {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.model-not-selected {
  color: #E2E2E2;
  margin: auto;
  width: max-content;
  margin-top: 100px;
}

.selected-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.selected-group__selected-title {
  margin-top: 40px;
  color: #000;
}
.selected-group__selected-model img {
  max-height: calc(100vh - 300px);
}

.config-panel-group {
  min-height: 100vh;
  box-shadow: 3px 10px 7px #888888 !important;
}
.config-panel-group__uploader {
  margin-top: 40px;
  color: #000;
}
.config-panel-group__subtittle {
  font-size: 0.8rem;
  color: #888888;
  text-align: center;
  padding-bottom: 10px;
}
.config-panel-group__uploaded-images {
  border: 1px solid #000;
  height: 100px;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
}
.config-panel-group__uploaded-images:hover {
  border: 3px solid #000;
  height: 105px;
  box-shadow: 3px 5px 7px #888888;
}
.config-panel-group__images {
  width: 80%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.config-panel-group__images img {
  width: 20px !important;
  height: 20px !important;
}
.config-panel-group__delet-image {
  width: 30%;
  height: 100%;
  background-color: #000;
}
.config-panel-group__delet-image:hover {
  cursor: pointer;
}
.config-panel-group__image-img {
  max-width: 1px;
  max-height: 1px;
  width: auto;
  height: auto;
}
.config-panel-group__delet-image-icon {
  color: #fff;
  font-size: 22px !important;
  margin-top: 35px;
  margin-left: 40%;
  cursor: pointer;
  z-index: 99;
}
.config-panel-group__image-selected {
  border: 3px solid #000;
  height: 105px;
  box-shadow: 3px 5px 7px #888888;
}
.config-panel-group__image-not-selected {
  opacity: 0.4;
}
.config-panel-group__layer-name {
  color: #000;
  font-family: inherit;
  padding: 3px 3px 3px 5px;
  background-color: #fff;
  font-size: 0.6rem;
  box-shadow: 1px 1px 3px #000000;
  border-right: 5px solid #000;
}
.config-panel-group__uploaded-images-group {
  overflow: scroll;
  max-height: calc(100vh - 500px);
}
.config-panel-group__title {
  font-size: 1rem;
  padding: 15px;
  height: 30px;
}

.custom-icon {
  font-size: 16px;
}

.custom-menu {
  width: 300px;
  background-color: #ffffff;
  height: 100%;
}

.open-customization-menu {
  display: flex;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 10px;
}
.open-customization-menu__button {
  width: max-content;
  background-color: #191919;
  color: #fff;
  padding: 6px 10px 10px 30px;
  border-bottom-left-radius: 40px;
  cursor: pointer;
  align-self: flex-end;
  font-size: 0.9rem;
}
.open-customization-menu__icon {
  font-size: 18px;
}

.custom-collapse {
  transition: opacity 120ms linear, max-height 0.13s linear;
  width: 100%;
  max-width: 280px;
  padding: 0px 10px 0px 10px;
  min-height: calc(100vh - 290px);
  align-self: flex-end;
}
.custom-collapse__upload-icon {
  margin-top: 15px;
  font-size: 28px;
}
.custom-collapse__save-upload-button {
  background-color: #000000;
  border: solid 2px #ffffff;
  border-radius: 0;
  color: #fff;
  min-width: 100%;
  font-size: 0.9rem;
}
.custom-collapse__finalize-group {
  border-top: dashed 1px #9e9e9e;
  height: 70px;
  margin-top: calc(100vh - 900px);
}
.custom-collapse__upload-area {
  padding-bottom: 5px;
}
.custom-collapse__img-thumb {
  margin-top: 5px;
  overflow: scroll;
  overflow-y: hidden;
  display: flex;
  height: 160px;
  padding: 10px;
  background-color: #e9eaea26;
  border-radius: 3px;
}
.custom-collapse__img-thumb::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.custom-collapse__img-thumb::-webkit-scrollbar-track {
  background: #f9f9f9;
}
.custom-collapse__img-thumb::-webkit-scrollbar-thumb {
  background: #000;
}
.custom-collapse__img-thumb::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.custom-collapse__img-thumb img {
  width: 115px;
  height: 115px;
  margin-top: 5px;
  padding: 4px;
  margin: 4px;
  border: dashed 1px #9e9e9e;
}

.ativo {
  border: 2px solid #000 !important;
  height: 117px !important;
  width: 117px !important;
  box-shadow: 3px 3px 7px #888888 !important;
}

.removido {
  display: none !important;
}

.image-config-collapse {
  transition: opacity 120ms linear, max-height 0.13s linear;
  width: 100%;
  padding: 0px 10px 10px 10px;
  align-self: flex-end;
  margin-top: 20px;
  background-color: #e9eaea26;
  border-radius: 3px;
}
.image-config-collapse__upload-icon {
  font-size: 20px;
}
.image-config-collapse__cancel {
  font-size: 0.8rem;
  margin-top: 15px;
  text-align: center;
  font-weight: 400;
  color: #f10909;
  cursor: pointer;
}
.image-config-collapse__cancel:hover {
  text-decoration: underline;
}
.image-config-collapse__title {
  font-size: 1rem;
  padding: 15px;
  height: 49px;
}

.actions-group {
  width: 100%;
}
.actions-group__custom-ranger-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  background: #000;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.actions-group__custom-ranger-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
  height: 30px;
  background: #000;
  cursor: pointer;
}
.actions-group__label {
  font-size: 12px;
  font-weight: 500;
  font-family: Tahoma;
  margin-bottom: 20px;
}
.actions-group__label-buttons {
  margin-top: 20px;
  width: 100%;
}
.actions-group__layer-button {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  padding: 15px;
  max-width: 100%;
  min-width: 100%;
  font-size: 0.9rem;
}
.actions-group__layer-button:hover {
  background-color: #fff;
  color: #000;
  border: solid 2px #000;
}
.actions-group__remove-button {
  border-radius: 0;
  background-color: #ff0000;
  color: #ffffff;
  padding: 15px;
  max-width: 100%;
  min-width: 100%;
  font-size: 0.9rem;
  margin-top: 8px;
}
.actions-group__remove-button:hover {
  background-color: #fff;
  color: #ff0000;
  border: 2px solid #ff0000;
}
.actions-group__layer-icon {
  font-size: 1rem;
}
.actions-group__button-group {
  padding-bottom: 10px;
  border-width: 1px;
  display: flex;
  flex-wrap: wrap;
}
.actions-group__save-button {
  background-color: #000000;
  border-radius: 0;
  color: #fff;
  padding: 15px;
  max-width: 100%;
  min-width: 100%;
  font-size: 0.9rem;
  margin-top: 10px;
}
.actions-group__save-button:hover {
  background-color: #fff;
  color: #000;
  border: solid 2px #000;
}

.close-window-icon {
  cursor: pointer;
  margin-left: 95%;
}

.input-file-container {
  position: relative;
}

.input-file-trigger {
  margin-top: 50px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  transition: all 0.4s;
  cursor: pointer;
  width: 115px;
  height: 115px;
  margin: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

.input-file:hover + .input-file-trigger,
.input-file:focus + .input-file-trigger,
.input-file-trigger:hover,
.input-file-trigger:focus {
  background: #191919;
  color: #FFF;
}

.file-return {
  margin: 0;
}

.file-return:not(:empty) {
  margin: 0.5em 0;
}

.file-return {
  font-size: 0.7em;
  font-weight: 500;
  text-align: center;
}

.file-return:not(:empty):before {
  font-style: normal;
  font-weight: normal;
}

.finishing-screen {
  display: flex;
  justify-content: center;
}
.finishing-screen__box {
  width: 600px;
  height: 100%;
  margin-top: 40px;
}
.finishing-screen__success-message {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: #636363;
}
.finishing-screen__final-message {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  color: #aeb1ae;
}
.finishing-screen__success-icon {
  font-size: 60px;
  margin: 0 auto;
  padding: 0px 175px 3px 175px;
  color: #82ce34;
}
.finishing-screen__back {
  padding: 20px 40px 3px 0px;
  text-decoration: none;
  color: #da8a27;
  cursor: pointer;
}
.finishing-screen__back:hover {
  text-decoration: underline;
  color: #000;
}
.finishing-screen__back-to-cart {
  text-decoration: none;
  color: #da8a27;
  cursor: pointer;
  text-align: center;
}
.finishing-screen__back-to-cart:hover {
  text-decoration: underline;
  color: #000;
}
.finishing-screen__preview {
  max-width: 600px;
  background-position: center;
  background-size: contain;
  position: relative;
}
.finishing-screen__miolo {
  max-width: 100%;
  top: 0px;
  left: 0px;
}
.finishing-screen__final-image {
  max-width: 600px;
  z-index: -1;
}
.finishing-screen__confirm-box {
  display: flex;
  justify-content: space-evenly;
}
.finishing-screen__confirm-button {
  background-color: #fff;
  border: 2px solid #6a6a6a;
  color: #6a6a6a;
  border-radius: 25px;
  padding: 5px 20px 5px 20px;
  font-size: 0.9rem;
  height: 40px;
  margin-top: 10px;
}
.finishing-screen__confirm-button:hover {
  background-color: #6a6a6a;
  border-radius: 25px;
  color: #fff;
}
.finishing-screen__unconfirm-button {
  background-color: #fff;
  border: 2px solid #da8a27;
  color: #da8a27;
  border-radius: 25px;
  padding: 5px 20px 5px 20px;
  font-size: 0.9rem;
  height: 40px;
  margin-top: 10px;
}
.finishing-screen__unconfirm-button:hover {
  background-color: #da8a27;
  border-radius: 25px;
  color: #fff;
}

.modal-content {
  background-color: #ffffff;
  color: #000;
  margin-top: 300px;
  border-radius: 0.8rem;
}
.modal-content__confirm-button {
  background-color: #6a6a6a;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #6a6a6a;
}
.modal-content__confirm-button:hover {
  background-color: #fff;
  color: #6a6a6a;
  border-radius: 25px;
  border: 2px solid #6a6a6a;
}
.modal-content__cancel-button {
  font-size: 0.9rem;
  margin-right: 20px;
}
.modal-content__cancel-button:hover {
  font-weight: 500;
  text-decoration: underline;
  margin-right: 20px;
  cursor: pointer;
}
.modal-content__modal-body {
  text-align: center;
}

.modal-header {
  border-radius: 0px !important;
  border: 0px !important;
}

.modal-body {
  border-radius: 0px !important;
}

.modal-alert {
  border-radius: 0.8rem !important;
}

.modal-title {
  flex: auto;
  text-align: center;
}

.alert {
  margin-bottom: 0px;
}

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