/*------------- IMPORT FONT -------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*------------- VARIABILI -------------*/
/*------------- GENERALI -------------*/
*,
html,
body {
  font-family: "Raleway", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100vh !important;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: unset !important;
}

/*-------------------------------*/
#download_iconStart {
  position: absolute;
  background-color: white;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#download_iconStart iconify-icon {
  font-size: 300px;
}

/*-------------------------------*/
.group-btn {
  padding: 10px 0px 10px 0px !important;
}

.btn {
  text-align: left !important;
}

.btn-outline-dark {
  border-radius: 6px !important;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 0.5px solid #292929 !important;
  padding: 6px !important;
}

.btn-outline-dark img {
  width: 50px;
}

.btn-check:hover + .btn-outline-dark img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.btn-check:checked + .btn-outline-dark img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

iframe::-moz-selection,
.title h1::-moz-selection,
h5::-moz-selection {
  background: transparent;
}

iframe::selection,
.title h1::selection,
h5::selection {
  background: transparent;
}

iframe::-moz-selection,
.title h1::-moz-selection,
h5::-moz-selection {
  background: transparent;
}

#canvasProva {
  font-family: "Raleway", sans-serif !important;
}

.title {
  position: absolute;
  padding-left: 20px;
  z-index: 99 !important;
}

.title h1,
.title h5 {
  font-weight: 300 !important;
  color: #292929;
}

.title h5 {
  line-height: 3px;
}

.row {
  height: 100vh !important;
}

.iframe-container {
  height: 100%;
  position: relative;
}

.iframe-container .iconify {
  cursor: pointer !important;
}

.iframe-container .icons_download {
  display: none;
  border: 0.5px solid #292929;
  border-radius: 10px;
  position: absolute;
  right: 0;
  padding: 5px 7px;
  top: 35px;
  right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.iframe-container .icons_download label .iconify {
  font-size: 20px;
}

.iframe-container #download_obj,
.iframe-container .download_obj,
.iframe-container .download {
  margin: 6px 2px;
  color: #292929 !important;
}

.iframe-container .icons_movement {
  border: 0.5px solid #292929;
  position: absolute;
  bottom: 25px;
  margin-left: 20px;
  border-radius: 10px;
  padding: 1px;
  display: none;
}

.iframe-container .icons_movement label .iconify {
  font-size: 20px;
}

.iframe-container .reset,
.iframe-container .enterFullScreen,
.iframe-container .zoom-in,
.iframe-container .zoom-out {
  margin: 5px 10px 5px 10px;
}

.controls {
  height: 100vh !important;
  overflow-y: scroll !important;
  padding: 2rem !important;
}

.titolo-variante {
  background: transparent !important;
  font-weight: 600 !important;
  color: #292929;
  font-size: 19px;
}

.selezione-tipo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border-radius: 5px !important;
}

.selezione-tipo .iconify {
  margin: 8px;
}

.selezione-tipo p {
  font-weight: 600 !important;
  font-family: "Raleway", sans-serif;
  font-size: 15px !important;
  margin-bottom: 0;
}

.selezione-tipo:hover,
.dropdown-item:active {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.icona-selezione {
  border: 1px solid rgba(0, 0, 0, 0.479);
  margin: 4px;
  border-radius: 5px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.main-divider {
  border-top: 3px solid #000000b9 !important;
  opacity: 1;
}

.titolo-normale {
  font-weight: 600 !important;
  color: #292929;
  font-size: 19px;
}

.dropdown-divider {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.colori {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  border-radius: 50%;
  cursor: pointer;
  border: 0.5px solid #ababab;
  background-size: 120% !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#coloreImportatoTelaio,
#coloreImportatoFabricInt,
#coloreImportatoFabrics {
  border: 0.5px solid #7b7a7a !important;
}

.colori-disabled {
  border: 1px solid rgba(0, 0, 0, 0.479);
  margin: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent !important;
  text-align: center;
}

.blocco-colore {
  padding: 10px 15px;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blocco-colore p {
  margin: 0;
  font-weight: 400 !important;
  font-family: "Raleway", sans-serif;
  font-size: 17px !important;
  color: #292929;
}

.blocco-colore .colori {
  border: 1px solid #717171;
  border-radius: 50% !important;
  background-position: center !important;
  background-size: cover !important;
}

.selezione-colori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 5px;
}

.selezione-colori .colori {
  margin: 10px;
  max-width: 38px;
  max-height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
}

.not-selected {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
}

.selected {
  background: #292929;
  border-radius: 6px;
}

.selected p {
  color: white !important;
}

.iconify {
  font-size: 24px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

header h4 {
  font-weight: 600 !important;
  font-family: "Raleway", sans-serif;
  font-size: 20px !important;
}

.container-back {
  margin: 12px;
  position: relative;
}

.container-back .iconify {
  width: 30px !important;
  position: absolute;
  z-index: 80 !important;
}

.disabled {
  pointer-events: none !important;
  opacity: 0.4;
}

.disabled p, .disabled label {
  opacity: 0.4;
}

.blocco-switch {
  width: 100%;
  padding: 0 !important;
  margin-left: 10px;
}

.form-check-input:checked {
  background-color: #292929 !important;
  border: #292929 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-check-input {
  -webkit-box-shadow: 0px 0px 0px 1px #ffffff89 !important;
  box-shadow: 0px 0px 0px 1px #ffffff89 !important;
  cursor: pointer !important;
  border: 1px solid #292929 !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba 0, 0, 0, 0'/></svg>") !important;
  width: 3em !important;
  height: 1.5em !important;
}

.accordion-button {
  font-family: "Raleway", sans-serif;
  border-radius: 6px !important;
}

.accordion-button::after {
  background-size: 0.9rem !important;
}

.accordion-item {
  border: 0px !important;
  margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  color: #292929 !important;
  background-color: transparent !important;
  -webkit-box-shadow: transparent !important;
          box-shadow: transparent !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.scroll-colori,
.accordion-item {
  z-index: 99 !important;
  border: 0.5px solid #292929 !important;
  border-radius: 6px !important;
}

.accordion-body {
  margin-top: -8px;
  border-radius: 6px !important;
}

#controls {
  display: none;
}

#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 870px) {
  .row {
    height: auto !important;
  }
  .row .iframe-container {
    height: 46vh !important;
    width: 100%;
  }
  .row .controls {
    width: 100%;
    height: 54vh !important;
    overflow-y: scroll !important;
  }
  .row #loading {
    width: 100%;
    height: 54vh !important;
  }
  .title {
    padding: 8px;
  }
  .title h1 {
    font-size: 22px !important;
  }
  .title h5 {
    font-size: 10px !important;
  }
}
/*# sourceMappingURL=style.css.map */