/* Import Settings */ /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  zoom: 85%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** Iron grey **/
/** Opal green **/
/** Greyscale **/
.primary {
  color: #0A122A;
}

.primary-green {
  color: #007367 !important;
}

.medium-grey {
  color: #506678 !important;
}

.medium-light-grey {
  color: #7992A1 !important;
}

.accent-color {
  color: #A5FFD6 !important;
}

.accent-color-filter {
  filter: brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(1771%) hue-rotate(87deg) brightness(102%) contrast(101%);
}

.font-color-filter {
  filter: brightness(0) saturate(100%);
}

.primary-color-filter {
  filter: brightness(0) saturate(100%) invert(4%) sepia(89%) saturate(1730%) hue-rotate(215deg) brightness(100%) contrast(98%);
}

.light-grey {
  color: #97A5B0;
}

.light-green {
  color: #55D5B0 !important;
}

.medium-green {
  color: #008C7C !important;
}

.medium-light-green {
  color: #00A996 !important;
}

.dark-grey {
  color: #304355 !important;
}

.grey-600 {
  color: #B3BBC1 !important;
}

.grey-400 {
  color: #D9DDE0 !important;
}

.grey-800 {
  color: #304355 !important;
}

.grey-900 {
  color: #0F1929 !important;
}

.white-background-widget {
  background-color: #FAFCFC;
}

.white-pure-background-widget {
  background-color: white;
}

.light-blue {
  color: #6bb4f6;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif!important;
  font-weight: 400;
  background-color: #F3F8FA;
  font-size: 1rem;
  line-height: 1.5;
  color: #304355;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h6 {
  color: #0A122A;
}

h1 {
  font-size: 4rem;
  line-height: 5rem;
}
@media screen and (max-width: 489px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

h2 {
  font-size: 3.5rem;
  line-height: 4rem;
  letter-spacing: -0.02rem;
}

h3 {
  font-size: 3rem;
  line-height: 4rem;
}
@media screen and (max-width: 489px) {
  h3 {
    text-align: center;
  }
}

h4 {
  font-size: 2.5rem;
  line-height: 3.375rem;
}

h5,
.h5 {
  font-size: 2rem;
  line-height: 2.75rem;
}

h6,
.h6 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
}

p,
label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
}

p,
label,
ul li {
  /*max-width: 30rem;*/
}

span.medium,
p.medium,
a.medium,
label.medium,
address.medium,
sup.medium,
li.medium,
div.medium {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
}

span.small,
p.small,
a.small,
label.small,
address.small,
sup.small,
div.small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

p.ultra-small,
span.ultra-small,
a.ultra-small,
label.ultra-small,
div.ultra-small {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.02rem;
}

ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
  list-style-type: disc;
  margin-left: 1rem;
}

a {
  color: #6BB4F6;
  font-weight: 400;
  text-decoration-line: underline;
  letter-spacing: 0.02rem;
}

a.showmore {
  text-decoration: underline;
  font-weight: normal;
}

a.showmore:hover {
  filter: brightness(0.5);
}

a:disabled,
a.link-disabled {
  opacity: 0.2;
  cursor: not-allowed!important;
}

textarea {
  font-family: "Source Sans Pro", sans-serif!important;
  font-size: 1rem;
  line-height: 1.5;
}

.disabled {
  display: none !important;
}

.disabled-mobile {
  display: block;
}

.disabled-desktop {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 843px) {
  .disabled-mobile {
    display: none !important;
  }

  .disabled-desktop {
    display: inherit !important;
  }
}

.layout {
  width: 100%;
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.layout--sm {
  max-width: 37.5rem;
}
.layout--md {
  max-width: 61.75rem;
}
.layout--multiple-imgs {
  min-height: 35rem;
}
@media screen and (max-width: 870px) {
  .layout--multiple-imgs {
    flex-direction: column !important;
  }
}

.w50 {
  width: 50%;
}
@media screen and (max-width: 489px) {
  .w50 {
    width: 100%!important;
  }
}

.w25 {
  width: 25%;
}

.w75 {
  width: 75%;
}

.w100 {
  min-width: unset;
  width: 100%;
}

.w-200 {
  width: 200px !important;
}

.h100 {
  height: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.no-wrap {
  white-space: nowrap;
}

.word-break {
  word-break: break-all;
}

@media screen and (max-width: 739px) {
  a.anchor {
    display: block;
    position: relative;
    top: -3rem;
    visibility: hidden;
  }
}

.bold {
  font-weight: 700!important;
}

.semi-bold {
  font-weight: 600!important;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.subtitle {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #A5FFD6;
}

.subtitle--line,
.subtitle--line--search {
  padding-left: 5rem;
  position: relative;
  max-width: 20.625rem;
}

.subtitle--line:before,
.subtitle--line--search:before {
  content: " ";
  height: 0.1rem;
  width: 4rem;
  background: #007367;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.display-none {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row--stretch {
  align-items: flex-end;
}

@media screen and (max-width: 489px) {
  .flex-row {
    flex-direction: column;
  }
  .flex-row > div {
    flex: unset;
  }
  .flex-row > div.img {
    min-height: 20rem;
  }
  .subtitle--line--search {
    position: relative;
    padding-left: 0px;
    max-width: 100%;
  }
  .subtitle--line--search:before {
    width: 0px;
  }
  .flex-row--stretch {
    flex-direction: column;
    align-items: stretch;
  }
  .reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 843px) {
  .flex-row--tablet {
    flex-direction: column;
  }
}
@media screen and (max-width: 1156px) {
  .flex-row--wide {
    flex-direction: column;
  }
}

.column-reverse {
  flex-direction: column-reverse;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-auto {
  flex: auto;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3!important;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.wrap {
  flex-wrap: wrap;
}

.text-nowrap {
  white-space: nowrap;
}

.background-unset {
  background: unset !important;
}

.space-evenly {
  justify-content: space-evenly;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.center {
  justify-content: center!important;
}

.start {
  justify-content: flex-start;
}

.end {
  justify-content: flex-end;
}

.left {
  justify-content: left;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-baseline {
  align-items: baseline;
}

.gap-025 {
  gap: 0.25rem;
}

.gap-05 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-15 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-10 {
  gap: 10rem;
}

.gap-24px {
  gap: 24px;
}

.gap-10px {
  gap: 10px;
}

@media screen and (max-width: 843px) {
  .gap-tablet-0 {
    gap: 0rem;
  }

  .gap-tablet-1 {
    gap: 1rem;
  }
}

@media screen and (max-width: 489px) {
  .gap-mobile-2 {
    gap: 2rem;
  }
}

@media screen and (max-width: 870px) {
  footer .gap-10 {
    gap: 2rem;
  }
}

.half-w {
  width: 50%;
}

.full-w {
  width: 100%;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-1-5 {
  margin-top: 1.5rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.p-0 {
  padding: 0px!important;
}

.p-05 {
  padding: 0.5rem;
}

.p-1 {
  padding: 1rem;
}

.p-0-1 {
  padding: 0 1rem;
}

.p-1-5,
.p-15 {
  padding: 1.5rem;
}

.p-2 {
  padding: 2rem;
}

.p-5 {
  padding: 5rem;
}
@media screen and (max-width: 489px) {
  .p-5 {
    padding: 1rem 2rem;
  }
}

.p-x-05 {
  padding: 0 0.5rem;
}

.p-y-05 {
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
}

.p-x-1 {
  padding: 0 1rem;
}

.pl-05 {
  padding-left: 0.5rem;
}

.pl-1 {
  padding-left: 1rem;
}
@media screen and (max-width: 489px) {
  .pl-1 {
    padding-left: 0;
  }
}

.pr-1 {
  padding-right: 1rem;
}

.py-1 {
  padding: 1rem 0;
}

.pb-0 {
  padding-bottom: 0rem!important;
}

.pb-05 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-1-5 {
  padding-bottom: 1.5rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 5rem;
}

@media screen and (max-width: 489px) {
  .pb-mobile-0 {
    padding-bottom: 0rem!important;
  }
}

.mb-1 {
  margin-bottom: 1rem;
}

.mr-05 {
  margin-right: 0.5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mx-05 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-05 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-left: 0.5rem;
}

.ml-05 {
  margin-left: 0.5rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.uppercase {
  font-weight: 600;
  text-transform: uppercase;
}

.border-bottom {
  border-bottom: 1px solid #D9DDE0;
}
.border-top {
  border-top: 1px solid #D9DDE0;
}

.border-left {
  border-left: 1px solid #D9DDE0;
}

.border-right {
  border-right: 1px solid #D9DDE0;
}

@media screen and (max-width: 489px) {
  .border-left {
    border-left: none;
    padding-left: 0;
  }

  .border-right {
    border-right: none;
    padding-right: 0;
  }
}

@media screen and (max-width: 632px) {
  .border-top--mobile {
    border-top: 1px solid #D9DDE0;
    padding-top: 2rem;
    margin-top: 1rem;
  }
}

.no-border {
  border: 0 !important;
}

.primary-bordered-element {
  border: 1px solid #007367;
  border-radius: 1rem;
  box-shadow: 0px 0px 8px 1px #D9F1EF;
  box-shadow: 0px 1px 2px 0px rgba(15, 25, 41, 0.0509803922);
}

.bordered-element {
  border: 1px solid #D9DDE0;
  border-radius: 1rem;
}

.warning-message {
  background-color: #FDD06A;
  border-radius: 0.25rem;
  padding: 1rem;
  color: #0A122A;
  font-weight: 400;
  width: 100%;
}

.bordered-element-error {
  border: 1px solid #FDD06A;
  border-radius: 0.5rem;
}

@media screen and (max-width: 489px) {
  .avoid-scroll {
    overflow: hidden;
  }
}

.max-width-unset {
  max-width: unset;
}

.fit-content {
  display: block;
  width: fit-content;
}

.display-block {
  display: block!important;
}

.code-comment {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 0.5rem;
  display: block;
  word-wrap: break-word;
}

/** order status **/
.order-item .status {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.order-item .status::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 50%;
}

.order-item .status--confirmed::before {
  border: 2px dashed #6ADE6D;
}

.order-item .status--review::before {
  border: 2px solid #FDD06A;
}

.order-item .status--execution::before {
  background-color: #FDD06A;
  border: 2px solid #FDD06A;
}

.order-item .status--delivered::before {
  background-color: #6ADE6D;
  border: 2px solid #6ADE6D;
}

.order-item .status--shipped::before {
  border: 2px solid #6ADE6D;
}

.order-item .status--error::before {
  background-color: #E76B5A;
  border: 2px solid #E76B5A;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: 0.25s ease-in transform;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 1rem;
  }
  100% {
    margin-top: 0;
  }
}
/* Import Components */
.button {
  padding: 0 2rem;
  border-radius: 50px;
  max-height: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-weight: 400 !important;
  font-family: "Source Sans Pro", sans-serif!important;
  font-size: 1.125rem;
  letter-spacing: 0.02rem;
  cursor: pointer;
  border: 1px solid #007367;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 44px;
}

.button span {
  font-family: "Source Sans Pro", sans-serif!important;
}

@media screen and (max-width: 843px) {
  .button {
    height: 3rem;
    max-height: 3rem;
    line-height: 3rem;
  }
}

.button--primary {
  color: #fff !important;
  background: linear-gradient(90deg, #007367 0%, #1E8C7F 100%);
}

.button--primary:hover {
  background: #004039;
  border: 1px solid #004039;
  box-shadow: none;
}

.button--primary:hover > .icon:not(.button-whithout-animation) {
  -webkit-animation: anim 0.5s linear;
}

@-webkit-keyframes anim {
  25% {
    -webkit-transform: translate3d(21.34px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
    will-change: transform;
  }
  50% {
    -webkit-transform: translate3d(23.475px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 0;
    will-change: transform;
  }
  75% {
    -webkit-transform: translate3d(-10px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-2.655px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
    will-change: transform;
  }
}

.button--primary-disabled {
  background: linear-gradient(90deg, #00736780 0%, #1e8c7f80 100%);
  box-shadow: none;
  cursor: not-allowed;
}

.button--secondary {
  color: #0A122A;
  border: 1px solid #0A122A;
  background-color: transparent;
}

.button--secondary:hover {
  color: #fff;
  border: 1px solid #0A122A;
  background: linear-gradient(90deg, #0A122A 0%, #00204A 100%);
}

.button--secondary:hover > .icon {
  filter: brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(1771%) hue-rotate(87deg) brightness(102%) contrast(101%);
  -webkit-animation: anim 0.5s linear;
}

.button--extra-small {
  height: 2.125rem;
  max-height: 2.125rem;
  line-height: 2.125rem;
  font-size: 12px;
}

@-webkit-keyframes anim {
  25% {
    -webkit-transform: translate3d(21.34px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
    will-change: transform;
  }
  50% {
    -webkit-transform: translate3d(23.475px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 0;
    will-change: transform;
  }
  75% {
    -webkit-transform: translate3d(-10px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-2.655px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
    will-change: transform;
  }
}

.button--accent {
  color: #004039;
  background-color: #A5FFD6;
  box-shadow: 0px 33px 13px rgba(85, 213, 176, 0.01), 0px 19px 11px rgba(85, 213, 176, 0.05), 0px 8px 8px rgba(85, 213, 176, 0.09), 0px 2px 5px rgba(85, 213, 176, 0.1), 0px 0px 0px rgba(85, 213, 176, 0.1);
}

.button--accent:hover {
  background: #00A996;
  border: 1px solid #00A996;
  color: #004039;
}

.button--disabled {
  color: #B3BBC1 !important;
  border-color: #D9DDE0;
  background-color: #D9DDE0;
  box-shadow: none;
  font-weight: 400 !important;
  cursor: default;
}

.button--disabled:hover {
  background-color: #D9DDE0;
  border-color: #D9DDE0;
  color: #B3BBC1 !important;
}

.button--gradient {
  background: linear-gradient(92.35deg, #0A122A 0%, #304355 100%);
  border: 1px solid #0A122A;
  font-weight: 400 !important;
  color: #fff !important;
}

.button--small {
  height: 44px;
  max-height: 44px;
  line-height: 24px;
}

.button--selector-variant {
  border: 1px solid #97A5B0;
  box-shadow: 0px 2px 0px 0px rgba(217, 221, 224, 0.1019607843);
  background: #FCFEFF;
  font-size: 14px;
  color: #0A122A;
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 16px 8px 16px;
  height: unset;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.button:hover {
  font-weight: 400;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel] {
  font: inherit;
  border: 1px solid #B3BBC1;
  border-radius: 0.5rem;
  color: #304355;
  padding: 0 1rem;
  height: 2.5rem;
  max-height: 2.5rem;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus {
  /*border: 1px solid #007367;*/
}

input.input--primary {
  border: 1px solid #007367;
  color: black;
  background-color: transparent;
  width: 18rem;
}

input.input--secondary {
  border: 1px solid #CFE7EF;
  color: #CFE7EF;
  background-color: transparent;
  width: 18rem;
}
@media screen and (max-width: 489px) {
  input.input--primary,
  input.input--secondary {
    width: unset;
  }
}

input:read-only:not([type=submit], [type=checkbox], [type=radio], [type=range]):not(.dropdown-element) {
  background-color: #ECEEEF;
  color: #B3BBC1;
}

input:focus {
  outline: none;
}

textarea {
  height: 13.5rem;
  padding: 1rem;
  border: 1px solid #D9DDE0;
  resize: none;
  border-radius: 1.5rem;
}

/** VALID and INVALID inputs **/
.valid {
  font-weight: 700;
  color: #304355 !important;
}

input[type=text].valid,
input[type=password].valid,
input[type=email].valid,
input[type=number].valid,
textarea.valid {
  border: 1px solid #008C7C;
}

.error {
  color: #E76B5A !important;
  font-weight: 700;
}

input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=number].error,
textarea.error {
  border: 1px solid #B02132;
}

input.error::-webkit-input-placeholder {
  /* Edge */
  color: #E76B5A;
}

input.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #E76B5A;
}

input.error::placeholder {
  color: #E76B5A;
}

/** END: VALID and INVALID inputs **/
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B3BBC1;
  opacity: 1;
  /* Firefox */
}

input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B3BBC1;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B3BBC1;
}

.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

input#upload-file[disabled] {
  pointer-events: none;
}

#upload-step-1,
#upload-file-cart {
  position: relative;
}

#upload-step-1 .upload-file__label,
#upload-step-1 .upload-file__btn,
#upload-file-cart .upload-file__label,
#upload-file-cart .upload-file__btn {
  border-radius: 4px;
  cursor: pointer;
  height: 3rem;
  line-height: 3rem;
  min-width: 13rem;
  padding: 0rem 1rem;
}

#upload-step-1 .upload-file__btn,
#upload-file-cart .upload-file__btn {
  height: 50px!important; 
  line-height: 50px!important;
}

#upload-step-1 .upload-file__label,
#upload-file-cart .upload-file__label {
  border: 1px dashed #B3BBC1;
  color: #B3BBC1;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

#upload-step-1 select,
#upload-file-cart select {
  min-width: unset;
  height: 50px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

#uploaded-files select {
  width: 185px;
  max-width: 185px;
}

#uploaded-files label {
  /*pointer-events: none;*/
  cursor: pointer;
}

#uploaded-files input[type=checkbox]:checked + label {
  font-weight: 400 !important;
}

#uploaded-files input[type=checkbox] + label {
  font-weight: 400 !important;
}

#upload-step-1,
#upload-file-cart {
  display: flex;
  gap: 1rem;
  min-height: 240px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 843px) {
  #upload-step-1,
  #upload-file-cart {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 489px) {
  #upload-step-1 .flex,
  #upload-file-cart .flex {
    flex-wrap: wrap;
  }
}

#mercato {
  padding: 1rem;
}

.select-carrello-materiali {
  display: flex;
}

.uploadtest {
  /*padding-top: 1rem;*/
}

@media screen and (max-width: 843px) {
  #upload-step-1,
  #upload-file-cart {
    flex-wrap: wrap;
  }

  .select-carrello-materiali {
    display: block;
  }

  .select-carrello-materiali div:not(:first-of-type) {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 489px) {
  #upload-step-1 .flex,
  #upload-file-cart .flex {
    flex-wrap: wrap;
  }  
}

#upload-step-1 .upload-file__btn,
#upload-file-cart .upload-file__btn {
  width: 50%;
  padding: 0;
  border-radius: 50px;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02rem;
  cursor: pointer;
  border: 1px solid #007367;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  background: #007367;
  box-shadow: 0px 33px 13px rgba(85, 213, 176, 0.01), 0px 19px 11px rgba(85, 213, 176, 0.05), 0px 8px 8px rgba(85, 213, 176, 0.09), 0px 2px 5px rgba(85, 213, 176, 0.1), 0px 0px 0px rgba(85, 213, 176, 0.1);
}

@media screen and (max-width: 489px) {
  #upload-step-1 .upload-file__btn,
  #upload-file-cart .upload-file__btn {
    width: 100%;
  }
}

#upload-step-1 .upload-file__btn:hover,
#upload-file-cart .upload-file__btn:hover {
  background: #004039;
  box-shadow: none;
}

#upload-step-3 .upload-file__name {
  padding: 0.5rem 0.75rem;
}

.upload-file-name {
  border: 1px solid #D9DDE0;
  border-radius: 8px;
  color: #0A122A;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  height: 3rem;
  line-height: 3rem;
  padding: 0rem 1rem;
}

#upload-step-2 .file-name__uploading-line,
.div-file .file-name__uploading-line {
  position: relative;
  display: flex;
  width: 100%;
  height: 0.5rem;
}

#upload-step-2 .file-name__uploading-line--inactive, 
#upload-step-2 .file-name__uploading-line--gradient,
.div-file .file-name__uploading-line--gradient,
.div-file .file-name__uploading-line--inactive {
  position: absolute;
  height: 0.5rem;
  width: 100%;
  border-radius: 20px;
  background-color: #ECEEEF;
}

#upload-step-2 .file-name__uploading-line--gradient,
.div-file .file-name__uploading-line--gradient {
  background: linear-gradient(270deg, #007367 0%, #55D5B0 100%);
}

#upload-step-2 .upload-file__label,
.funnel-form__header .upload-file__label {
  width: 100%;
}

.div-file .upload-file__label {
  width: 60%;
}

.card-upload-file {
  display: flex;
  flex-direction: row;
}

.card-upload-file .file-upload {
  width: 50%;
}

.card-upload-file .file-options {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.card-upload-file .file-options .option {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}

.div-container-progress-bar {
  display: flex;
  width: 50%;
  justify-content: end;
}
  
@media screen and (max-width: 843px) {
  .card-upload-file .file-options {
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 739px) {
  .card-upload-file {
    flex-direction: column;
  }

  .card-upload-file .file-upload {
    width: 100%;
  }

  .card-upload-file .file-options .option:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
  }

  .card-upload-file .file-options .option:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .card-upload-file .file-options .option:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
  }

  .div-container-progress-bar {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .div-file .upload-file__label {
    width: 100%;
  }
}

@media screen and (max-width: 632px) {
  .card-upload-file .file-options {
    width: 100%;
    display: contents;
  }

  .card-upload-file .file-options .option {
    width: 100%;
    display: flex;
    justify-content: center!important;
    align-items: center;
    gap: 1rem;
  }
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  color: #D9DDE0;
  width: 1.5em;
  height: 1.5em;
  min-width: 1.5em;
  min-height: 1.5em;
  border: 1px solid #D9DDE0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #0A122A;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

.checkbox {
  display: flex;
  gap: 1rem;
  align-items: center;
}

label.checkbox--light {
  font-weight: 400;
  color: #fff;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  color: #D9DDE0;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border: 1px solid #D9DDE0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

input[type=checkbox] + label,
input[type=checkbox] + div > label,
input[type=checkbox] + div > div {
  cursor: pointer;
}

input[type=checkbox]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #0A122A;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:disabled {
  background: #ECEEEF;
  cursor: unset;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:checked + div > label,
input[type=checkbox]:checked + div > div {
  color: #0A122A;
  font-weight: 400;
}

input[type=checkbox]:checked + label.checkbox--light,
input[type=checkbox]:checked + div > label.checkbox--light,
input[type=checkbox]:checked + div > div {
  color: #fff !important;
  font-weight: 400 !important;
}

input[type=checkbox]:disabled + label,
input[type=checkbox]:disabled + div > label,
input[type=checkbox]:disabled + div > div {
  color: #D9DDE0;
  cursor: unset;
}

input[type=checkbox]:checked:not(#privacy-policy, #general-conditions) + label,
input[type=checkbox]:checked:not(#privacy-policy, #general-conditions) + div > label,
input[type=checkbox]:checked:not(#privacy-policy, #general-conditions) + div > div {
  color: #0A122A;
  font-weight: 700!important;
}

input[type=checkbox]:checked:disabled::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #B3BBC1;
}

input[type=checkbox]:checked:disabled::before {
  transform: scale(1);
}

input[type=checkbox]#custom-volume:checked + label,
input[type=checkbox]#custom-volume:checked + div > label,
input[type=checkbox]#custom-volume:checked + div > div {
  font-weight: normal;
}

.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default!important;
}

/** Icon sizes **/
.icon-xxs {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.5rem;
  min-height: 0.5rem;
  max-width: 0.5rem;
  max-height: 0.5rem;
}

.icon-xs {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  max-width: 1rem;
  max-height: 1rem;
}

.icon-sm {
  width: 1.5rem!important;
  height: 1.5rem!important;
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.icon-md {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
}

.icon-ml {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
}

.icon-lg {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
}

.icon-xl {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
}

.icon-xxl {
  width: 7.5rem;
  height: 7.5rem;
  min-width: 7.5rem;
  min-height: 7.5rem;
}

/** Icon svgs **/
.cart {
  background-image: url("../img/cart.svg");
}

.block-icon {
  background-image: url("../img/svg/generic/block.svg");
}

.image-ai {
  background-image: url("../img/svg/generic/image-ai.svg");
}

.photo-placeholder {
  background-image: url("../img/svg/generic/photo-placeholder.svg");
}

.handshake {
  background-image: url("../img/svg/generic/handshake.svg");
}

.placeholder-uploading {
  background-image: url("../img/svg/generic/placeholder-uploading.svg");
}

.add-primary {
  background-image: url("../img/svg/add-primary.svg");
}

.download-icon {
  background-image: url("../img/svg/generic/download.svg");
}

.shape {
  background-image: url("../img/svg/generic/shape.svg");
}

.check {
  background-image: url("../img/svg/generic/check.svg");
}

.external-link {
  background-image: url("../img/svg/generic/external-link.svg");
}

.reel {
  background-image: url("../img/svg/card-reel.svg");
}

.user {
  background-image: url("../img/svg/user.svg");
}

.arrow-right-button {
  background-image: url("../img/svg/arrow-right-button.svg");
}

.arrow-down {
  background-image: url("../img/svg/arrow-down.svg");
}

.attrezzi {
  background-image: url("../img/svg/generic/attrezzi.svg");
}

.sicurezza {
  background-image: url("../img/svg/generic/sicurezza.svg");
}

.iso {
  background-image: url("../img/svg/generic/iso.svg");
}

.danger {
  background-image: url("../img/svg/generic/danger.svg");
}

.serie {
  background-image: url("../img/svg/generic/serie.svg");
}

.qualita {
  background-image: url("../img/svg/generic/qualita.svg");
}

.flessibilita {
  background-image: url("../img/svg/generic/flessibilita.svg");
}

.alleggerimento {
  background-image: url("../img/svg/generic/alleggerimento.svg");
}

.velocita {
  background-image: url("../img/svg/generic/velocita.svg");
}

.precisione {
  background-image: url("../img/svg/generic/precisione.svg");
}

.produzione {
  background-image: url("../img/svg/generic/produzione.svg");
}

.prototipo {
  background-image: url("../img/svg/generic/prototipo.svg");
}

.unita {
  background-image: url("../img/svg/generic/unita.svg");
}

.tecnica {
  background-image: url("../img/svg/generic/tecnica.svg");
}

.materiale {
  background-image: url("../img/svg/generic/materiale.svg");
}

.finitura {
  background-image: url("../img/svg/generic/finitura.svg");
}

.dimension {
  background-image: url("../img/svg/generic/dimension.svg");
}

.prezzo {
  background-image: url("../img/svg/generic/prezzo.svg");
}

.package {
  background-image: url("../img/svg/generic/package.svg");
}

.tempo {
  background-image: url("../img/svg/generic/tempo.svg");
}

.search {
  background-image: url("../img/svg/generic/search.svg");
}

.vertical-menu {
  background-image: url("../img/svg/generic/vertical-menu.svg");
}

.add-page {
  background-image: url("../img/svg/generic/add-page.svg");
}

.zip-file-icon {
  background-image: url("../img/svg/generic/zip-file.svg");
}

.completed {
  background-image: url("../img/svg/generic/completed.svg");
}

.info-icon {
  background-image: url("../img/svg/generic/info.svg");
}

.cestino {
  background-image: url("../img/svg/generic/cestino.svg");
}

.closeicon {
  background-image: url("../img/svg/generic/close.svg");
}

.sorting-alphabetically {
  background-image: url("../img/svg/generic/sorting-field-table-alphabetical.svg");
}

.sorting {
  background-image: url("../img/svg/generic/sorting-field-table-number.svg");
}

.account {
  background-image: url("../img/svg/generic/account.svg");
}

.account-outlined {
  background-image: url("../img/svg/generic/account-outlined.svg");
}

.account-filled {
  background-image: url("../img/svg/generic/account-filled.svg");
}

.cross {
  background-image: url("../img/svg/generic/cross.svg");
}

.edit {
  background-image: url("../img/svg/generic/edit.svg");
}

.delete {
  background-image: url("../img/svg/generic/delete.svg");
}

.chevron-down {
  background-image: url("../img/svg/generic/chevron-down.svg");
}

.chevron-up {
  background-image: url("../img/svg/generic/chevron-down.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.show-eye {
  background-image: url("../img/svg/generic/show.svg");
  position: absolute;
  top: 2.85rem;
  right: 1rem;
  cursor: pointer;
  display: block;
}

.hide,
.hide-icon {
  background-image: url("../img/svg/generic/hide.svg");
}

.menu {
  background-image: url("../img/svg/generic/menu.svg");
}

.kebab-menu {
  background-image: url("../img/svg/generic/kebab-menu.svg");
}

.warning {
  background-image: url("../img/svg/generic/warning.svg");
}

.arrow-left {
  background-image: url("../img/svg/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow-up {
  background-image: url("../img/svg/arrow-down.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-right {
  background-image: url("../img/svg/arrow-down.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.arrow-right-outlined {
  background-image: url("../img/svg/arrow-outlined.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-left-outlined {
  background-image: url("../img/svg/arrow-outlined.svg");
}

.arrow-wo-dot-left-outlined {
  background-image: url("../img/svg/generic/arrow-wo-dot-outlined.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-wo-dot-right-outlined {
  background-image: url("../img/svg/generic/arrow-wo-dot-outlined.svg");
}

.line-arrow-right {
  background-image: url("../img/svg/line-arrow.svg");
}

.impostazioni {
  background-image: url("../img/svg/generic/impostazioni.svg");
}

.part-screening-icon {
  background-image: url("../img/svg/generic/part-screening-icon.svg");
}

.navigazione {
  background-image: url("../img/svg/generic/navigazione.svg");
}

.ordini {
  background-image: url("../img/svg/generic/prototipo.svg");
}

.ordini-icon {
  background-image: url("../img/svg/generic/ordini.svg");
}

.file-icon {
  background-image: url("../img/svg/generic/file.svg");
}

.pagamento {
  background-image: url("../img/svg/generic/pagamento.svg");
}

.upload-icon {
  background-image: url("../img/svg/generic/upload.svg");
}

.play-icon {
  background-image: url("../img/svg/generic/play.svg");
}

.page {
  background-image: url("../img/svg/generic/page.svg");
}

.page-checked {
  background-image: url("../img/svg/generic/page-checked.svg");
}

.page-upload-again {
  background-image: url("../img/svg/generic/page-upload-again.svg");
}

.spin {
  background-image: url("../img/svg/generic/spin.svg");
}

.posizione {
  background-image: url("../img/svg/generic/posizione.svg");
}

.cross-outlined {
  background-image: url("../img/svg/generic/circle-icon.svg");
}

.download-icon {
  background-image: url("../img/svg/generic/download.svg");
}

.plus-icon {
  background-image: url("../img/svg/generic/plus.svg");
}

.spinner-icon {
  display: inline-block;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
  color: #007367;
}

.rotate-right {
  background-image: url("../img/svg/generic/rotate-right.svg");
}

.infill {
  background-image: url("../img/svg/generic/infill.svg");
}

.heat-treatment {
  background-image: url("../img/svg/generic/heat_treatment.svg");
}

.circle-border-green {
  background-color: transparent;
  border: 3px solid #007367;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 50%;
}

.circle-green {
  background-color: #007367;
  border: 2px solid #007367;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 50%;
}

.circle-yellow {
  background-color: #FDD06A;
  border: 2px solid #FDD06A;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 50%;
}

.circle-red {
  background-color: #e72c2c;
  border: 2px solid #e72c2c;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 50%;
}

.circle-grey {
  background-color: #c8c8c8;
  border: 2px solid #c8c8c8;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 50%;
}

.circle {
  text-align: center;
  font-weight: 600;
  width: 2rem;
  height: 2rem;
  background-color: #007367;
  color: #fff;
  line-height: 2rem;
  border-radius: 50%;
}

.pointer {
  cursor: pointer;
}

.animate {
  animation: jumpInfinite 1.5s infinite;
}

.primary-color {
  filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(827%) hue-rotate(135deg) brightness(92%) contrast(101%);
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(827%) hue-rotate(135deg) brightness(92%) contrast(101%);
}

.no-filters {
  filter: none;
}

.white-color {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(239deg) brightness(109%) contrast(101%);
}

.light-green-color {
  filter: brightness(0) saturate(100%) invert(72%) sepia(75%) saturate(300%) hue-rotate(108deg) brightness(90%) contrast(91%);
}

.greyscale-900-color {
  filter: brightness(0) saturate(100%) invert(7%) sepia(11%) saturate(3352%) hue-rotate(178deg) brightness(94%) contrast(95%);
}

.greyscale-800-color {
  filter: brightness(0) saturate(100%) invert(23%) sepia(16%) saturate(1100%) hue-rotate(168deg) brightness(94%) contrast(90%);
}

.greyscale-600-color {
  filter: brightness(0) saturate(100%) invert(92%) sepia(9%) saturate(230%) hue-rotate(163deg) brightness(83%) contrast(82%);
}

.primary-grey-color {
  filter: brightness(0) saturate(100%) invert(30%) sepia(14%) saturate(920%) hue-rotate(163deg) brightness(92%) contrast(83%);
}

.warning-color {
  filter: brightness(0) saturate(100%) invert(81%) sepia(55%) saturate(495%) hue-rotate(335deg) brightness(103%) contrast(98%);
}

.error-color {
  filter: brightness(0) saturate(100%) invert(53%) sepia(31%) saturate(1033%) hue-rotate(319deg) brightness(94%) contrast(93%);
}

.inactive {
  filter: brightness(0) saturate(100%) invert(87%) sepia(15%) saturate(124%) hue-rotate(163deg) brightness(84%) contrast(89%);
  -webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(15%) saturate(124%) hue-rotate(163deg) brightness(84%) contrast(89%);
  cursor: unset;
}

.country-IT {
  background-image: url("../img/svg/country/IT.svg");
}

.country-GB, .country-EN {
  background-image: url("../img/svg/country/GB.svg");
}

.country-EU {
  background-image: url("../img/svg/country/EU.svg");
}

.country-BE {
  background-image: url("../img/svg/country/BE.svg");
}

.country-BG {
  background-image: url("../img/svg/country/BG.svg");
}

.country-CZ {
  background-image: url("../img/svg/country/CZ.svg");
}

.country-DK {
  background-image: url("../img/svg/country/DK.svg");
}

.country-DE {
  background-image: url("../img/svg/country/DE.svg");
}

.country-EE {
  background-image: url("../img/svg/country/EE.svg");
}

.country-IE {
  background-image: url("../img/svg/country/IE.svg");
}

.country-GR {
  background-image: url("../img/svg/country/GR.svg");
}

.country-ES {
  background-image: url("../img/svg/country/ES.svg");
}

.country-FR {
  background-image: url("../img/svg/country/FR.svg");
}

.country-HR {
  background-image: url("../img/svg/country/HR.svg");
}

.country-CY {
  background-image: url("../img/svg/country/CY.svg");
}

.country-LV {
  background-image: url("../img/svg/country/LV.svg");
}

.country-LT {
  background-image: url("../img/svg/country/LT.svg");
}

.country-LU {
  background-image: url("../img/svg/country/LU.svg");
}

.country-HU {
  background-image: url("../img/svg/country/HU.svg");
}

.country-MT {
  background-image: url("../img/svg/country/MT.svg");
}

.country-NL {
  background-image: url("../img/svg/country/NL.svg");
}

.country-AT {
  background-image: url("../img/svg/country/AT.svg");
}

.country-SM {
  background-image: url("../img/svg/country/SM.svg");
}

.country-PL {
  background-image: url("../img/svg/country/PL.svg");
}

.country-PT {
  background-image: url("../img/svg/country/PT.svg");
}

.country-RO {
  background-image: url("../img/svg/country/RO.svg");
}

.country-SI {
  background-image: url("../img/svg/country/SI.svg");
}

.country-SK {
  background-image: url("../img/svg/country/SK.svg");
}

.country-FI {
  background-image: url("../img/svg/country/FI.svg");
}

.country-SE {
  background-image: url("../img/svg/country/SE.svg");
}

.logos {
  object-fit: contain;
  height: 4.25rem;
  max-height: 4.25rem;
}

@media screen and (min-width: 739px) {
  .logos--xl {
    height: 8.5rem;
    max-height: 8.5rem;
  }
}

.logos-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

model-viewer {
  height: 100%;
  width: 100%;
  --progress-bar-color: transparent;
}

.alerts {
  position: relative;
  top: 3.5rem;
}
@media screen and (min-width: 739px) {
  .alerts {
    top: 5.75rem;
  }
}

.global-banner {
  /* position: -webkit-sticky;
  position: sticky; */
  top: 4.75rem;
  z-index: 999;
}

.global-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1); 
  z-index: -1;
}

@media screen and (max-width: 632px) {
  .global-banner {
    top: 55px;
  }
}

.alert {
  padding: 0.6rem;
  margin-bottom: 0.25rem;
  border-radius: 0 0 1rem 1rem;
  opacity: 1;
  transition: opacity 0.15s linear;
  background: rgb(0 115 103 / 90%);
  color: #fff;
  text-align: center;
  display: flex;
  gap: 1.5rem;
}

.alert:not(:first-child) {
  border-radius: 1rem;
}

.alert--info {
  border: 1px solid #6BB4F6;
  background-color: rgba(107, 180, 246, 0.2);
  color: #304355;
  align-items: baseline;
}

.alert--info .alert__body {
  text-align: left;
}

.alert--info .alert__title {
  text-transform: capitalize;
  text-align: left;
}

.alert--info .alert__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert__body {
  width: 100%;
  max-width: 78.75rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  font-weight: 400;
}
@media screen and (max-width: 489px) {
  .alert__body {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.alert__body > .alert__content {
  text-align: start;
}

.alert--primary {
  background-color: rgba(48, 67, 85, 0.95);
  color: #fff;
  font-weight: 600;
}

.alert--dismissible .icon {
  float: right;
}

.alert--country {
  text-align: left;
  background-color: transparent;
  color: #304355;
  border: 1px solid #D9DDE0;
  padding: 2rem;
}

.alert.dismissed {
  opacity: 0;
  display: none;
}

select {
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url("../img/svg/generic/chevron-down.svg");
  background-position: right 1rem bottom 50%;
  background-size: 1rem;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  padding: 0.5rem 1rem;
  height: 2.5rem;
  max-height: 2.5rem;
  min-width: 15rem;
  border: 1px solid #B3BBC1;
  border-radius: 0.5rem;
  /* styling */
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  color: #0A122A;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 843px) {
  select {
    min-width: 10rem;
  }
}

select:disabled {
  cursor: unset;
  border-color: #D9DDE0;
  color: #B3BBC1;
  background-image: none;
  background-image: url("../img/svg/generic/chevron-down-disabled.svg");
  background-position: 95%;
  background-size: 0.7rem;
  background-repeat: no-repeat;
}

input:disabled {
  cursor: unset;
  border-color: #D9DDE0;
  color: #B3BBC1!important;
  background-color: #fcfdfe!important;
  user-select: none!important;
}

select::-ms-expand {
  display: none;
  /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

select:focus {
  border-color: #008C7C;
  outline: none;
}

select#our-proposal {
  max-width: 20rem;
  color: #007367;
  font-weight: 700;
}

select.select-multi-upload {
  min-width: 200px!important;
}

.modal {
  position: fixed;
  z-index: 999999!important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(243, 248, 250, 0.75);
}

.modal--country {
  border-radius: 8px;
  border: 1px solid var(--greyscale-400, #D9DDE0);
  background: var(--white-background-widget, #FAFCFC);
}

.modal--wide {
  background-color: rgba(250, 252, 252, 0.95);
  backdrop-filter: blur(5px);
}

.modal .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 4rem 3rem;
  min-width: 30rem;
  max-width: 40rem;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 8px;
  background-color: #FAFCFC;
}

@media screen and (max-width: 489px) {
  .modal .modal__content {
    padding: 2rem 1.5rem;
    margin: 5rem 1rem;
    position: relative;
    top: unset;
    left: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    min-width: unset;
  }
}

.wide-modal__content {
  border: unset;
  box-shadow: unset;
  border-radius: unset;
  background-color: unset;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 5rem auto;
}

@media screen and (max-width: 739px) {
  .wide-modal__content {
    margin: 5rem 1rem;
  }
}

.wide-modal__content--wide {
  max-width: 60rem;
  gap: 2rem;
  padding: 3rem;
}

@media screen and (max-width: 489px) {
  .wide-modal__content--wide {
    padding: 0;
  }
}

.wide-modal__content--wide a {
  font-weight: normal;
  text-decoration: underline;
}

.wide-modal__content--wide a:hover {
  filter: brightness(0.5);
}

.wide-modal__content--wide p {
  max-width: unset;
}

.modal--wide .wide-modal__content #volume-slider {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 489px) {
  .modal--wide .wide-modal__content #volume-slider {
    gap: 2rem;
    align-items: center;
    flex-direction: column;
  }
}

.modal--wide .modal__content-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wide-modal__content h6 {
  font-size: 1rem;
}

.modal-icon {
  background-image: url("../img/svg/generic/alert.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 40px;
}

.close, .closeicon {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  font-size: 2.5rem;
}

@media screen and (max-width: 489px) {
  .close {
    top: 0;
    right: 1rem;
  }
}

.modal--wide .close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
  font-size: 2.5rem;
}

@media screen and (max-width: 489px) {
  .modal--wide .close {
    top: 1.5rem;
    right: 1.5rem;
  }
}

#file-name-recap {
  max-width: 180px;
}

.label-scroll {
  max-width: 500px;
}

.material-label, #file-name-recap, .label-scroll {
  overflow: hidden;
  white-space: nowrap;
}

.material-label {
  min-width: 30px;
  width: fit-content;
  text-align: start;
  max-width: 150px;
}

.modal-projects > div {
  flex: 1;
}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip--error {
  font-size: 0.75rem;
  font-weight: 600 !important;
  line-height: 1.125rem;
  letter-spacing: 0.02rem;
  color: #E76B5A !important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext {
  position: absolute;
  width: 100%;
  left: -0.5rem;
  top: 2rem;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #D9DDE0;
  color: #304355;
  font-weight: 400;
  border-radius: 0.25rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

/* The bordered part of the triangle */
.tooltiptext::before,
.tooltiptext::after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: 1rem;
  margin-left: -11px;
}

#th-leadtime {
  position: relative;
}

th#th-leadtime,
td.td-leadtime {
    flex: 4;
    min-width: 110px;
    max-width: 110px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#th-leadtime .tooltiptext {
    width: 350px;
    left: 0.5rem;
    font-size: 0.9rem;
    line-height: normal;
    text-align: left;
}

#th-leadtime > .tooltip {
  display: flex;
  font-weight: 400;
  align-items: center;
  position: unset;
}

#th-leadtime > .tooltip .tooltiptext {
  min-width: 13rem;
  width: 100%;
}

/* The bordered part of the triangle */
.tooltiptext::before,
.tooltiptext::after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: 1rem;
  margin-left: -11px;
}

.tooltiptext::before {
  border-bottom: 10px solid #D9DDE0;
}

.tooltiptext::after {
  border-bottom: 10px solid #fff;
  margin-bottom: -2px;
  z-index: 1;
}

.funnel-card--warning .tooltiptext {
  width: 20rem;
}

@media screen and (max-width: 489px) {
  .funnel-card--warning .tooltiptext {
    width: 10rem;
  }
}

#piu_material {
  font-size: 17px;
  animation: blink 1s;
  animation-iteration-count: 20;
}

@keyframes blink { 50% { border: 2px solid #000; background-color: #ECEEEF;  }  }

.blink-el {
  animation: blink 1s;
  animation-iteration-count: 20;
}

#table-wrapper {
  position: relative;
}

#table-scroll {
  width: 100%;
  overflow: auto;
  margin-top: 1rem;
}

#table-wrapper .table {
  min-width: 700px;
}

.table {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.table > .tr .td {
  flex: 1;
}

.table > .tr .th {
  flex: 1;
}

.table > .tr .th.order-th {
  flex: 2;
}

.table .price-cell {
  min-width: 110px;
  max-width: 110px;
}

tr.threshold td.td-price {
  max-width: 130px;
  line-height: 1rem;
  font-size: 14px;
}

tr.threshold td.td-price:hover {
  color: white !important;
}

tr.threshold td.td-price .tooltiptext {
  left: 1.5rem;
  top: 3rem;
  width: 500px;
  font-size: 1rem;
  line-height: 24px;
}



@media screen and (max-width: 739px) {
  .table .tr:first-child {
    display: none;
  }
}

.th {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.75rem;
  text-align: center;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #B3BBC1;
}

@media screen and (max-width: 739px) {
  .th {
    text-align: left;
  }
}

@media screen and (min-width: 739px) {
  .th-m {
    display: none;
  }
}

.tr {
  display: flex;
  padding: 1.5rem;
  margin: 0.25rem 0;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 739px) {
  .tr {
    align-items: normal;
  }
}

.tr:not(:first-child) {
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(217, 221, 224, 0.1);
  border-radius: 1rem;
}

.tr:first-child {
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D9DDE0;
}

.order-detail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  grid-auto-rows: auto;
}

@media screen and (max-width: 1190px) {
  .order-detail {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 870px) {
  .order-detail {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 489px) {
  .order-detail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.order-detail .th,
.order-detail .td {
  text-align: left;
}

.order-detail .td span {
  line-height: 1.25rem;
}

.order-detail .td a {
  color: #007367;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.tr.type-1 {
  background-image: url("../img/funnel/funnel-card-custom.svg"), linear-gradient(274.39deg, #304355 0%, #0F1929 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left, bottom;
  border: 1px solid #304355;
}
.tr.type-1 .td {
  color: #F3F8FA !important;
}

.tr.type-2 {
  background-image: url("../img/funnel/funnel-card.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left, bottom;
}

.td {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.75rem;
  text-align: center;
  letter-spacing: 0.02rem;
  color: #304355;
}

@media screen and (max-width: 739px) {
  .td {
    text-align: left;
  }
}

.td.lg {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

/** order status **/
.td.status::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 50%;
  margin: 0px 8px -5px 0;
}

.td.status--confirmed::before {
  border: 2px dashed #6ADE6D;
}

.td.status--review::before {
  border: 2px solid #FDD06A;
}

.td.status--execution::before {
  background-color: #FDD06A;
  border: 2px solid #FDD06A;
}

.td.status--delivered::before {
  background-color: #6ADE6D;
  border: 2px solid #6ADE6D;
}

.td.status--shipped::before {
  border: 2px solid #6ADE6D;
}

.td.status--error::before {
  background-color: #E76B5A;
  border: 2px solid #E76B5A;
}

.wide-image {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
  object-fit: contain;
}

.wide-image > img {
  width: 100%;
}

.img-min-height {
  min-height: 250px;
  object-fit: cover;
}

@media screen and (max-width: 489px) {
  .img-min-height > img {
    height: 250px;
    object-fit: cover;
  }
}

.img-144h {
  max-height: 144px;
  object-fit: cover;
}

@media screen and (max-width: 843px) {
  .img-144h {
    max-height: 100px;
  }
}

.vector-bg {
  background-image: url("../img/svg/vector-bg-04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.gallery-col-3 * img {
  min-width: 400px;
  min-height: 200px;
}

/*.accordion {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #B3BBC1;
  border-radius: 4px;
  background-color: #FCFEFF;
  color: #304355;
  padding: 0 1rem;
  height: 2.875rem;
  max-height: 2.875rem;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
}

.accordion__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.875rem;
}

.accordion--open {
  max-height: unset;
  height: unset;
}

.accordion--open .icon {
  transform: rotate(180deg);
}

.accordion__content div {
  display: flex;
  flex-direction: column;
}

.accordion__content form {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
}*/

.no-model-viewport {
  width: 155px;
  height: 155px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #B3BBC1;
  background-image: url("../img/slider-volume/s0perc.png");
  background-color: #FCFEFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 489px) {
  .no-model-viewport {
    width: 100%;
  }
}

.cube .face {
  fill: rgba(255, 0, 0, 0.5);
  stroke: #000;
  stroke-width: 1px;
}

.cube .edge {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
}

.cube .hidden {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
  stroke-dasharray: 4;
}

datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
}

.hidden-accordion {
  visibility: hidden;
  height: 0;
  /* width: 0; */
  padding: 0 !important;
  margin: -1rem 0 !important;
}

.range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  height: 2px;
  background: #B3BBC1;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 1rem;
  width: 1rem;
  background-color: #007367;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

.range-input::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  background-color: #007367;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

.range-input::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 5px rgba(0, 115, 103, 0.1);
}

.range-input:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.2);
}

.range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.2);
}

.range-input::-moz-range-thumb:hover {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.1);
}

.range-input:active::-moz-range-thumb {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.2);
}

.range-input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.2);
}

.sliderticks {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.sliderticks span {
  display: flex;
  justify-content: center;
  width: 1px;
  height: 10px;
  background: #d3d3d3;
  line-height: 40px;
  cursor: pointer;
}

input[type=range]:disabled {
  opacity: 0.5;
}

input[type=range]:disabled::-webkit-slider-runnable-track,
input[type=range]:disabled::-moz-range-track,
input[type=range]:disabled::-webkit-slider-thumb,
input[type=range]:disabled::-moz-range-thumb {
  cursor: default;
}


.dropdown input {
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background: #FCFEFF;
  color: #304355 !important;
  text-align: left;
  background-image: url("../img/svg/generic/chevron-down.svg");
  background-position: 95%;
  background-size: 1rem;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  padding: 0.5rem 1rem;
  height: 2.875rem;
  max-height: 2.875rem;
  min-width: 15rem;
  border: 1px solid #B3BBC1;
  border-radius: 4px;
  /* styling */
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  color: #0A122A;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.28px;
}

.dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 4.5rem;
  width: 100%;
  max-height: 280px;
  overflow: scroll;
  z-index: 1;
  padding: 0 1rem;
  border-radius: 8px;
  border: 1px solid var(--greyscale-400, #D9DDE0);
  background: var(--background-input, #FCFEFF);
  box-shadow: 0px 4px 4px 0px rgba(80, 102, 120, 0.05);
  margin-top: 1rem;
}

.dropdown-content span:not(:first-child) {
  border-top: 1px solid #D9DDE0;
}

.dropdown-content span {
  color: #B3BBC1;
  padding: 14px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dropdown-content .icon {
  opacity: 0.6;
}

.dropdown span:hover .icon,
.dropdown-content span.selected .icon {
  opacity: 1;
}

.dropdown span:hover,
.dropdown-content span.selected {
  color: #0A122A;
}

.show {
  display: block;
}

.dropdown input.dropdown-search {
  border: none;
  box-shadow: none;
  width: 100%;
  min-width: unset;
  background-image: url("../img/svg/generic/search.svg");
  background-position: 95%;
  background-size: 1rem;
  background-repeat: no-repeat;
  cursor: text;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  padding: 0;
}

.search-input {
  border: 1px solid #D9DDE0;
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  align-items: center;
  padding: 0 1rem;
  background-color: #FCFEFF;
}

.search-input--table {
  border-radius: 0.5rem;
  max-width: unset;
  width: 100%;
  gap: 1rem;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  border: 1px solid #B3BBC1;
}

.search-input input {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
}

.radio-button-card {
  border: 1px solid #D9DDE0;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}

.radio-button-card > div {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  justify-content: space-between;
}

.radio-button-card > div:first-child {
  border-bottom: 1px solid #D9DDE0;
  padding: 0.5rem 1rem 0.25rem 1rem;
}

.radio-button-card > div:last-child {
  padding: 0.25rem 1rem;
}

.radio-button-card * > label {
  font-size: 1rem;
}

@media screen and (max-width: 739px) {
  .radio-button-card * > label {
    font-size: 0.875rem;
  }
}

.radio-button-card--bg {
  background-image: url("../img/funnel/radio-button-card-design.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.radio-button-card > div > input {
  display: none;
}

.radio-button-card > div > label {
  width: 100%;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  line-height: 22px;
}

@media screen and (max-width: 975px) and (min-width: 740px) {
  .radio-button-card > div > label {
    flex-direction: column;
  }
}

.radio-button-card > div > img {
  width: 40px;
}

/* , .selected */
.radio-button-card--checked, .rowtable.selected  {
  border: 1px solid #007367;
  box-shadow: 0px 0px 8px 1px #D9F1EF;
  background-color: #fff;
}

/* .selected > div:first-child  */
.radio-button-card--checked > div:first-child, .rowtable.selected > div:first-child {
  border-bottom: 1px solid #007367;
}

.radio-button-card--disabled {
  border: 1px solid #D9DDE0;
  background-color: #ECEEEF;
  color: #B3BBC1;
  cursor: unset;
}

.radio-button-card--disabled * > input {
  background: #ECEEEF;
}

.badge {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 9;
}

.badge-material {
  min-width: 100px;
  width: 100px;
  min-height: 30px;
  padding: 4px 8px 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.badge-technology {
  min-width: 50px;
  width: 50px;
  min-height: 30px;
  padding: 4px 8px 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.badge--metal {
  border: 1px solid #3541A1;
  color: #3541A1;
  background: #fcfeff;
}

.badge--plastic {
  border: 1px solid #B02132;
  color: #B02132;
  background: #fcfeff;
}

.badge--cnc {
  border: 1px solid #0A122A;
  color: #0A122A;
  background: rgba(10, 18, 42, 0.2);
  text-transform: uppercase;
  font-weight: normal;
}

.badge--mjf {
  border: 1px solid #007367;
  color: #007367;
  background: rgba(0, 115, 103, 0.2);
  text-transform: uppercase;
  font-weight: normal;
}

.badge--generic {
  border: 1px solid #007367;
  color: #007367;
  background: rgb(0, 115, 103, 0.2);
  text-transform: uppercase;
  font-weight: normal;
}

.radio-button-card--disabled .badge {
  opacity: 0.5;
}

/* Import Layout */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: unset;
  z-index: 8500;
}

header a {
  text-decoration: none !important;
}

header.open {
  bottom: 0;
}

@media screen and (max-width: 1156px) {
  header.open #desktop-sub-menu {
    display: block;
  }
  header.open #mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 632px) {
  header.open #mobile-menu {
    display: block;
  }
  header.open #desktop-sub-menu {
    display: none;
  }
}

@media screen and (min-width: 1157px) {
  header.open #mobile-menu {
    display: none;
  }
  header.open #desktop-sub-menu {
    display: none;
  }
}

.logo {
  min-width: 185px;
  min-height: 17px;
  width: 185px;
  height: 17px;
  background-image: url("../img/svg/logos/madeinadd.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: unset;
  transform: unset;
}

header ul {
  display: flex;
  align-items: center;
}

header ul#navigation-center {
  gap: 2rem;
}

header ul#navigation-right {
  gap: 1rem;
}

@media screen and (max-width: 632px) {
  header ul#navigation-right {
    display: none;
  }
}

header ul li {
  list-style: none;
  white-space: nowrap;
  margin: 0;
}

header .icon {
  cursor: pointer;
}

header #mobile-hamburger {
  display: none;
}

header #checkout-mobile {
  display: none;
}

@media screen and (max-width: 632px) {
  header #mobile-hamburger {
    display: block;
  }
  header #checkout-mobile {
    display: block;
  }
}

@media screen and (min-width: 1157px) {
  header #tablet-hamburger {
    display: none;
  }
}

ul#navigation-center a:hover,
#desktop-sub-menu a:not(.button):hover,
#mobile-menu a:not(.button):hover,
#desktop-lang-open a:hover,
#mobile-lang-open a:hover {
  font-weight: 700;
  cursor: pointer;
  color: #0A122A;
}

ul#navigation-center a::after,
#desktop-sub-menu a:not(.button)::after,
#mobile-menu a:not(.button)::after,
#desktop-lang-open a::after,
#mobile-lang-open a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (max-width: 1156px) {
  header #navigation-center {
    display: none;
  }
}

@media screen and (min-width: 1157px) {
  header #desktop-menu-show {
    display: none !important;
  }
}

/* Menu desktop */
header #desktop-menu {
  z-index: 600;
  border-bottom: 1px solid #F8FDFF;
  backdrop-filter: blur(10px);
  background: rgba(243, 248, 250, 0.98);
  border-bottom: 1px solid #F8FDFF;
  box-shadow: 0px 10px 4px rgba(0, 68, 95, 0.01), 0px 6px 3px rgba(0, 68, 95, 0.03), 0px 3px 3px rgba(0, 68, 95, 0.04), 0px 1px 1px rgba(0, 68, 95, 0.05), 0px 0px 0px rgba(0, 68, 95, 0.05);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 3.5rem;
  max-height: 3.5rem;
}

@media screen and (min-width: 632px) {
  header #desktop-menu {
    height: 4.75rem;
    max-height: 4.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section__content.section__content__secondary {
    padding: 1rem 2rem 5.5rem;
  }
}

@media screen and (min-width: 843px) {
  header #desktop-menu {
    height: 4.75rem;
    max-height: 4.75rem;
  }
}

@media screen and (min-width: 1157px) {
  header #desktop-menu {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .section__content.section__content__secondary {
    padding: 1rem 5rem 5.5rem;
  }
}

header #desktop-menu ul li,
header #desktop-menu a:not(.button),
header #desktop-sub-menu a:not(.button),
header #desktop-sub-lang a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #0A122A;
  cursor: pointer;
}

header #desktop-menu a.button,
header #desktop-sub-menu a.button,
header #mobile-menu a.button {
  display: block;
  text-transform: none;
  height: 2.75rem;
  max-height: 2.75rem;
  line-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

header #desktop-menu a.user-icon,
header #mobile-menu a.user-icon {
  padding: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #007367 !important;
}

/* Sub-menu Desktop */
header #desktop-sub-menu,
header #desktop-sub-lang {
  display: none;
  position: absolute;
  top: 5.75rem;
  left: 0;
  right: 0;
  background: rgba(243, 248, 250, 0.95);
  text-transform: uppercase;
  border-top: 1px solid #A6C3D0;
  box-shadow: 0px 151px 60px rgba(66, 85, 99, 0.01), 0px 85px 51px rgba(66, 85, 99, 0.05), 0px 38px 38px rgba(66, 85, 99, 0.09), 0px 9px 21px rgba(66, 85, 99, 0.1), 0px 0px 0px rgba(66, 85, 99, 0.1);
  padding: 1rem 6rem;
}

@media screen and (max-width: 739px) {
  header #desktop-sub-menu,
  header #desktop-sub-lang {
    gap: 1rem;
    justify-content: center;
  }
}

@media screen and (min-width: 1157px) {
  header #desktop-sub-menu,
  header #desktop-sub-lang {
    display: none;
  }
}

@media screen and (max-width: 739px) {
  header #desktop-sub-menu,
  header #desktop-sub-lang {
    display: none;
  }
}

header #desktop-sub-menu::before,
header #desktop-sub-menu::after {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: 100%;
  margin-left: -11px;
  right: 5.85rem;
}

@media screen and (max-width: 843px) {
  header #desktop-sub-menu::before,
  header #desktop-sub-menu::after {
    right: 1.25rem;
  }
}

header #desktop-sub-menu::before {
  border-bottom: 20px solid #A6C3D0;
}

header #desktop-sub-menu::after {
  border-bottom: 20px solid rgba(243, 248, 250, 0.95);
  margin-bottom: -1px;
  z-index: 1;
}

.dropdown-content-menu {
  display: none;
  position: absolute;
  background: rgba(243, 248, 250, 1);
  min-width: 200px;
  margin-left: -1rem;
  box-shadow: 0px 151px 60px rgba(66, 85, 99, 0.01), 
  0px 85px 51px rgba(66, 85, 99, 0.05), 
  0px 38px 38px rgba(66, 85, 99, 0.09), 
  /*0px 9px 21px rgba(66, 85, 99, 0.1),*/
  0px 0px 0px rgba(66, 85, 99, 0.1);
  z-index: 1;
  padding: 1rem;
}

.servizi-menu-link:hover .dropdown-content-menu,
.servizi-menu-link:active .dropdown-content-menu {
  display: block!important;
}

/* Menu mobile */
#mobile-menu {
  display: none;
  background: #F3F8FA;
  z-index: 500;
  height: 100%;
}

@media screen and (min-width: 739px) {
  #mobile-menu {
    display: none !important;
  }
}

#mobile-menu > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: calc(100% - 5rem);
  overflow-x: scroll;
}

#mobile-menu a {
  color: #304355;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#mobile-menu .nav a {
  padding: 1rem 2rem;
}

#mobile-menu .nav a:not(:last-child) {
  border-bottom: 1px solid #D9DDE0;
}

#desktop-menu .language-menu {
  position: absolute;
  top: 6.5rem;
  right: 0;
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 4px 4px rgba(80, 102, 120, 0.05);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1156px) {
  #desktop-menu .language-menu {
    right: 26rem;
  }
}

#desktop-menu a:hover:not(.button),
#mobile-menu a:hover:not(.button) {
  /*font-weight: 700;*/
  color: #0A122A;
  cursor: pointer;
}

#desktop-menu .language-menu > a {
  padding: 0.5rem;
  margin: 0 1rem;
  cursor: pointer;
}

#desktop-menu .language-menu > a:not(:last-child) {
  border-bottom: 1px solid #D9DDE0;
}

@media screen and (max-width: 739px) {
  #mobile-menu .nav .list-menu {
    height: auto;
  }

  #mobile-menu .nav .dropdown-content-menu {
    display: none;
  }

  .dropdown-content-menu {
    background: rgba(243, 248, 250, 1);
    position: relative;
    width: auto;
    margin-left: 0rem;
    box-shadow: unset;
    z-index: 1;
    padding: 0rem;
    padding-bottom: 1rem;
  }

  #mobile-menu .nav #dropdown-content-servizi-mobile-menu a {
    border-bottom: 0px!important;
    display: block;
    padding: 0.15rem 3rem;
  }
}

.header-lang {
  border-radius: 4px;
  border: 1px solid #D9DDE0;
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
}

.footer_logo-link {
  margin-bottom: 1.25rem;
}

footer {
  background-color: #0A122A !important;
  color: #fff;
  padding: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 4.75rem;
}

@media screen and (max-width: 489px) {
  footer {
    padding: 3rem 1rem;
  }
}

@media screen and (max-width: 870px) {
  footer .footer-elements {
    gap: 1rem;
  }
}

@media screen and (max-width: 849px) {
  footer .footer-elements-input {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 1rem;
  }
}

@media screen and (max-width: 722px) {
  footer .footer-elements {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 652px) {
  footer .footer-elements {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 1rem;
  }
}

footer .border {
  border-bottom: 1px solid #7992A1;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 489px) {
  footer .border {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}

footer a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.02em;
  color: #F8FDFF;
}

footer a:hover {
  /*opacity: 0.8;*/
}

footer a.current-page {
  color: #A5FFD6;
}

footer h6 {
  font-weight: 600;
  text-transform: uppercase;
  color: #A5FFD6 !important;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 160%;
}

footer h6.small {
  font-weight: normal;
  text-transform: uppercase;
  color: #A5FFD6 !important;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 160%;
}

footer input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #304355;
  /* Not removed via appearance */
  margin: 0;
  color: #A5FFD6;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border: 1px solid #F8FDFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

footer input[type=checkbox] + label {
  cursor: pointer;
}

footer input[type=checkbox]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #A5FFD6;
}

footer input[type=checkbox]:checked::before {
  transform: scale(1);
}

.v-t-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 632px) {
  .v-t-box {
    margin-top: 12rem;
  }
}

.v-t__circle {
  position: relative;
  height: 3.5rem;
  min-width: 3.5rem;
  width: 3.5rem;
  text-align: center;
  vertical-align: middle;
  line-height: 3.5rem;
  border-radius: 100%;
  background: #CFE7EF;
  font-weight: 700;
  font-size: 1.375rem;
  color: #fff;
  transition: all 0.25s ease-in;
  z-index: 3;
}

@media screen and (max-width: 632px) {
  .v-t__circle {
    display: none;
  }
}

.v-t__circle--small {
  min-width: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
}

.v-t__circle--start {
  margin: 3rem 1.5rem;
}

.v-t__circle--end {
  margin: 0 1.5rem;
}

.v-t__line {
  max-height: calc(100% - 3rem);
  left: calc(1.75rem - 1px);
  position: absolute;
  width: 2px;
  background: #007367;
  z-index: 2;
  margin-top: 3rem;
}

@media screen and (max-width: 632px) {
  .v-t__line {
    display: none;
  }
}

.v-t__line-inactive {
  height: calc(100% - 3rem);
  position: absolute;
  width: 2px;
  left: calc(1.75rem - 1px);
  background: #CFE7EF;
  z-index: 1;
  margin-top: 3rem;
}

@media screen and (max-width: 632px) {
  .v-t__line-inactive {
    display: none;
  }
}

.v-t-box .active {
  box-shadow: 0px 10px 4px rgba(85, 213, 176, 0.01), 0px 6px 3px rgba(85, 213, 176, 0.05), 0px 3px 3px rgba(85, 213, 176, 0.09), 0px 1px 1px rgba(85, 213, 176, 0.1), 0px 0px 0px rgba(85, 213, 176, 0.1);
  background: #007367;
}

.v-t .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  gap: 2rem;
  height: 100vh;
  padding-bottom: 5rem;
}

@media screen and (max-width: 632px) {
  .v-t .row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
    margin-top: unset;
    height: unset;
    padding: 0;
  }
}

.v-t .row .row_content {
  display: flex;
  gap: 2rem;
  position: sticky;
  top: 20rem;
  z-index: 3;
}

@media screen and (max-width: 632px) {
  .v-t .row:last-child {
    margin-top: unset;
    height: unset;
  }
}

.v-t {
  display: flex;
  width: 100%;
}

.v-t .content {
  display: flex;
  flex: calc(50% + 1.75rem);
  flex-direction: column;
  gap: 2rem;
  position: relative;
  margin-top: 10rem;
}

.v-t .content .overlay .overlay__sticky {
  content: "";
  pointer-events: none;
}

@media screen and (min-width: 632px) {
  .v-t .content .overlay .overlay__sticky {
    background: linear-gradient(180deg, rgb(243, 248, 250) 0%, rgba(255, 255, 255, 0) 100%);
    position: sticky;
    width: 100%;
    height: 20rem;
    top: 0;
    z-index: 4;
  }
}

.v-t .content .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20rem;
}

@media screen and (max-width: 632px) {
  .v-t .content .overlay {
    top: 0rem;
  }
}

.v-t .row .v-t__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: calc(100% - 3.5rem);
  max-width: 22rem;
}

.v-t .row .v-t__text > h6 {
  font-weight: 400;
}

@media screen and (min-width: 632px) {
  .v-t .row .v-t__text h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .v-t .row .v-t__text h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 739px) {
  .v-t .row .v-t__text h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .v-t .row .v-t__text h6 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

@media screen and (max-width: 632px) {
  .v-t .row .v-t__text {
    align-items: center;
  }
  .v-t .row .v-t__text > h6, .v-t .row .v-t__text > h4, .v-t .row .v-t__text > p {
    text-align: center;
  }
}

.v-t .row:last-child .v-t__text {
  margin-bottom: 10rem;
}

.v-t__image {
  display: none;
}

@media screen and (max-width: 632px) {
  .v-t__image {
    display: block;
    mix-blend-mode: darken;
    max-height: 20rem;
    object-fit: contain;
  }
}

.v-t__sticky-image {
  display: block;
  flex: calc(75% - 1.75rem);
  background-image: url("../img/vertical-timeline/timeline-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: darken;
  height: 25rem;
}

@media screen and (max-width: 632px) {
  .v-t__sticky-image {
    display: none;
  }
}

.v-t__animation {
  flex: 80%;
  margin-top: -10rem;
}

@media screen and (max-width: 632px) {
  .v-t__animation {
    display: none;
  }
}

.v-t__animation #v-t__animation-container-sticky {
  width: 100%;
  padding-top: 100%;
  position: sticky;
  top: 10rem;
}

.v-t__animation #v-t__animation-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.v-t__text--sticky {
  position: sticky;
  top: 20rem;
}

.card {
  min-height: 322px;
  min-width: 230px;
  border: 1px solid #A6C3D0;
  background-color: #F3F8FA;
  border-radius: 8px;
  padding: 1.5rem;
  grid-column: span 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
}

.card--wo-border {
  border: none;
}

.card:hover {
  background: linear-gradient(rgba(0, 115, 103, 0.85) 100%, rgba(0, 115, 103, 0.85) 100%), url("../img/prototipi/Processo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 142px 57px rgba(85, 213, 176, 0.01), 0px 80px 48px rgba(85, 213, 176, 0.05), 0px 35px 35px rgba(85, 213, 176, 0.09), 0px 9px 19px rgba(85, 213, 176, 0.1), 0px 0px 0px rgba(85, 213, 176, 0.1);
  border-radius: 8px;
}

.card--wo-border:hover {
  background: none;
  box-shadow: none;
  border-radius: none;
}

.card:hover h6,
.card:hover p {
  color: #fff;
}

.card img {
  width: 80px;
  height: 80px;
}

.card:hover .icon {
  filter: brightness(0) saturate(100%) brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
}

.cards--wo-border {
  grid-gap: 2rem;
  padding: 0 1rem;
}

@media screen and (min-width: 870px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1157px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 489px) {
  .cards {
    display: flex;
    flex-direction: column;
  }
}

.cards-title {
  grid-column: span 2;
  border: none;
  padding-right: 1rem;
}

.outlined-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
}

.outlined-card > div {
  border: 1px solid #D9DDE0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.outlined-card h6 {
  border-bottom: 1px solid #D9DDE0;
  text-align: center;
  padding: 1rem;
}

.outlined-card img {
  display: block;
  max-width: 200px;
  object-fit: contain;
  margin: auto;
  padding: 1rem;
}

.outlined-card .see-more {
  display: none;
  width: 100%;
}

.outlined-card .outlined-card__content:hover > img {
  display: none;
}

.outlined-card .outlined-card__content:hover > .see-more {
  display: block;
}

.outlined-card .see-more > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.outlined-card__content {
  width: 100%;
  height: 18rem;
  cursor: pointer;
  display: flex;
}

@media screen and (max-width: 1156px) {
  .pcs {
    display: none;
  }
}

#scroll-element {
  overflow: auto;
  display: flex;
}

#scroll-element > div {
  flex: 0 0 98%;
  margin: 0 1rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#scroll-element::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#scroll-element {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.pc-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(1, 1fr 3fr);
}

.pc {
  min-width: 230px;
  border-radius: 8px;
  background-color: #F3F8FA;
  padding: 1rem;
}

.pc--basic {
  border: 2px solid #0A122A;
}

.pc--evo {
  border-radius: 8px;
  background-color: #F3F8FA;
  border: 2px solid #007367;
}

.pc-basic-container {
  height: 100%;
}

.pc h6,
.pc p {
  color: #304355;
}

.pc--evo h6 {
  color: #007367;
}

.pc .apex {
  color: #9EACB7;
}

.pc img {
  object-fit: contain;
  height: 250px;
}

.card-number {
  color: #B3BBC1;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
}

.card-number .current-card {
  color: #0A122A;
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 600;
}

.sections {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5.75rem;
}

@media screen and (max-width: 632px) {
  .sections {
    margin-top: 3.5rem;
  }
}

.section {
  min-height: 20rem;
  align-items: center;
  background-color: #F3F8FA;
}

.section--light-wave {
  background-image: url("../img/svg/sections/section-light-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.section--light-wave--flipped {
  background-image: url("../img/svg/sections/section-light-wave-flipped.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.section--white {
  padding-top: 10rem;
  background-image: url("../img/svg/sections/section-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.section--white-wave {
  background-image: url("../img/svg/sections/section-white-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.section--white-top-wave {
  background-image: url("../img/svg/sections/section-white-top-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.section--white-bottom-wave {
  background-image: url("../img/svg/sections/section-white-bottom-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.section--white-wave-rotated {
  background-image: url("../img/svg/sections/section-white-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.section--light-bottom-wave {
  background-image: url("../img/svg/sections/section-light-bottom-wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section--hero-materiali-e-tecnologia {
  background-image: url("../img/hero/Hero_tecnologia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media screen and (min-width: 1190px) {
  .section--hero-materiali-e-tecnologia {
    background-image: url("../img/hero/Hero_tecnologia_big.png");
  }
}

@media screen and (max-width: 489px) {
  .section--hero-materiali-e-tecnologia {
    background-image: none;
  }
}

.section--hero-prototipi {
  background-image: url("../img/hero/Hero_prototipi.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media screen and (min-width: 1190px) {
  .section--hero-prototipi {
    background-image: url("../img/hero/Hero_prototipi_big.png");
  }
}

@media screen and (max-width: 489px) {
  .section--hero-prototipi {
    background-image: none;
  }
}

.section--hero-ridisegna {
  background-image: url("../img/hero/Hero_ridisegna.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media screen and (min-width: 1190px) {
  .section--hero-ridisegna {
    background-image: url("../img/hero/Hero_ridisegna_big.png");
  }
}

@media screen and (max-width: 489px) {
  .section--hero-ridisegna {
    background-image: none;
  }
}

.section--hero-aboutus {
  background-image: url("../img/hero/Hero_aboutus.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media screen and (min-width: 1190px) {
  .section--hero-aboutus {
    background-image: url("../img/hero/Hero_aboutus_big.png");
  }
}

@media screen and (max-width: 489px) {
  .section--hero-aboutus {
    background-image: none;
  }
}

.section--hero-default {
  background-image: url("../img/hero/Hero_default.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media screen and (max-width: 489px) {
  .section--hero-default {
    background-image: none;
  }
}

.section--hero-trasforma {
  background-image: url("../img/hero/Hero_trasforma.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media screen and (min-width: 1190px) {
  .section--hero-trasforma {
    background-image: url("../img/hero/Hero_trasforma_big.png");
  }
}

@media screen and (max-width: 489px) {
  .section--hero-trasforma {
    background-image: none;
  }
}

.section-hero-img {
  display: none;
}

@media screen and (max-width: 489px) {
  .section-hero-img {
    display: block;
    position: relative;
    top: -1.5rem;
    left: -1.5rem;
    width: calc(100% + 3rem);
  }
}

@media screen and (max-width: 843px) {
  .section #hero {
    flex-direction: column-reverse;
  }
}
.section #hero * > model-viewer {
  min-height: 20rem;
}

.section__header,
.section__footer {
  width: 100%;
  overflow: hidden;
}
.section__header > img,
.section__footer > img {
  width: 100%;
  height: auto;
  display: block;
}

.section__header {
  margin-bottom: -2px;
}

.section__footer {
  margin-top: -2px;
}

.section__content {
  padding: 6rem;
}

@media screen and (max-width: 739px) {
  .section__content {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 489px) {
  .section__content {
    flex-direction: column;
    padding: 1.5rem;
  }
}

.section--dark-blue .section__content {
  background-color: #0A122A;
}

.section--dark .section__content {
  background-color: #0A122A;
}

.section--dark .section__content.bg-gradient {
  background-image: linear-gradient(180deg, #425563 0%, #0A122A 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.section--dark .section__content.bg-wave {
  background-image: url("../img/svg/sections/section-dark-wave.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.section--dark h3,
.section--dark h5,
.section--dark h6,
.section--dark p,
.section--dark-blue h3,
.section--dark-blue h5,
.section--dark-blue p {
  color: #fff;
}

.fs-img-container {
  width: 50%;
  height: 200px;
  overflow: hidden;
}

.fs-img-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.vector-bg-multiple-imgs {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 870px) {
  .vector-bg-multiple-imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.vector-bg-multiple-imgs div {
  width: 390px;
  height: 48%;
  overflow: hidden;
  position: absolute;
}

.vector-bg-multiple-imgs div:first-child {
  top: 0;
  right: 0;
}

.vector-bg-multiple-imgs div:last-child {
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 870px) {
  .vector-bg-multiple-imgs div {
    position: relative;
    height: 22.5rem;
    overflow: hidden;
    width: unset;
  }
}

.vector-bg-multiple-imgs div img {
  height: 100%;
  width: auto;
  display: block;
}

@media screen and (min-width: 870px) {
  .vector-bg-multiple-imgs div img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 870px) {
  .vector-bg-multiple-imgs div img {
    max-width: 75%;
    height: auto;
    margin: auto;
  }
}

.animation-box {
  margin-top: 5rem;
  height: 2rem;
}

.grid-3-2 {
  width: 100%;
  row-gap: 1rem;
}

.grid-3-2 > div {
  flex-grow: 1;
  width: 48%;
}

@media screen and (min-width: 1157px) {
  .grid-3-2 > div {
    width: 32%;
  }
}

@media screen and (max-width: 739px) {
  .grid-3-2 > div {
    width: 100%;
  }
}

.form-item {
  width: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 1.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.form-item--lg-p {
  padding: 3rem 6rem;
}

@media screen and (max-width: 739px) {
  .form-item--lg-p {
    padding: 1.5rem;
  }
}

.form-item--p4 {
  padding: 4rem;
}

@media screen and (max-width: 739px) {
  .form-item--p4 {
    padding: 1.5rem;
  }
}

.form-item-bg {
  background-image: url("../img/funnel/form-item-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

@media screen and (max-width: 739px) {
  .form-item .border-left {
    border-left: none;
  }
}

@media screen and (max-width: 739px) {
  .form-item .pl-1 {
    padding-left: 0;
  }
}

.tabs {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.tab {
  padding: 0.5rem 1rem;
  background: #ECEEEF;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #D9DDE0;
  border-radius: 8px 8px 0px 0px;
  color: #B3BBC1;
  flex: 1;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.tab-active {
  background-color: #FAFCFC;
  color: #007367;
}

.vector-1 {
  background-image: url("../img/svg/vector-bg-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 20rem;
}

.vector-2-img {
  background-image: url("../img/svg/vector-bg-02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.vector-2 {
  background-image: url("../img/object-2.png"), url("../img/svg/vector-bg-03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.grid-table {
  display: flex;
  flex-direction: column;
}

.grid-table > div:not(:first-child) {
  border-top: none;
}

@media screen and (min-width: 843px) {
  .grid-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  .grid-table > div:nth-child(2n+0) {
    border-left: none;
  }

  .grid-table > div:not(:first-child) {
    border-top: 1px solid #D9DDE0;
  }

  .grid-table > div:not(:nth-child(-n+2)) {
    border-top: none;
  }
}

@media screen and (min-width: 1157px) {
  .grid-table {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-table > div:not(:first-child) {
    border: 1px solid #D9DDE0;
  }

  .grid-table > div:nth-child(3n), .grid-table > div:nth-child(3n-1) {
    border-left: none;
  }

  .grid-table > div:not(:nth-child(-n+3)) {
    border-top: none;
  }
}

.grid-table > div:first-child {
  border-left: 1px solid #D9DDE0;
}

.grid-table > div {
  border: 1px solid #D9DDE0;
}

.grid-table .grid-th,
.grid-table .grid-td {
  padding: 1rem 1.5rem;
}

.grid-table .grid-th {
  background-color: #F3F8FA;
  border-bottom: 1px solid #D9DDE0;
}

.grid-table .grid-th label {
  white-space: nowrap;
  font-weight: 600!important;
}

@media screen and (max-width: 489px) {
  .grid-table label {
    width: 10rem;
    display: inline-block;
    overflow-wrap: break-word;
  }
}

/** 3 Columns Grid **/
.grid-3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 739px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 2rem;
  }
}

@media screen and (min-width: 843px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}

/** 4 Columns Grid **/
.grid-4 {
  display: flex;
  flex-direction: column;
  border: 1px solid #D9DDE0;
  border-radius: 0.5rem;
}

.grid-4 > div:not(:last-child) {
  border-bottom: 1px solid #D9DDE0;
}

.grid-item {
  padding: 1rem;
  text-align: left;
}

.grid-4 > div > .grid-item:first-child {
  display: flex;
  align-items: center;
  width: 10rem;
}

.grid-4 img {
  height: 174px;
  max-height: 174px;
  object-fit: contain;
}

.grid-4 > div > .grid-item:not(:first-child) {
  border-left: 1px solid #D9DDE0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.grid-4 > div > .grid-item--left {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

#final-quality-check-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 739px) {
  #final-quality-check-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 2rem;
  }
}

@media screen and (min-width: 843px) {
  #final-quality-check-options {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}

.funnel-card--basic .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  justify-items: start;
}

@media screen and (max-width: 739px) {
  .funnel-card--basic .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .funnel-card--basic .grid > div {
    width: 100%;
  }

  .funnel-card--basic .grid > div:nth-child(2n) {
    align-items: flex-end;
  }
}

.funnel-layout {
  width: 100%;
  max-width: 78.75rem;
  margin: 5.5rem auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 632px) {
  .funnel-layout {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 6.5rem auto 5.5rem;
  }
}

@media screen and (min-width: 843px) {
  .funnel-layout {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: 6.5rem auto 5.5rem;
  }
}

@media screen and (min-width: 1157px) {
  .funnel-layout {
    padding: 0;
  }
}

.funnel-layout#upload-step {
  max-width: 66.375rem;
}

.funnel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.banner-upload {
  background-image: url("../img/funnel/texture-dx.webp"), url("../img/funnel/texture-sx.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right, left;
  padding: 32px 64px;
}

@media screen and (max-width: 739px) {
  .banner-upload {
    padding: 2rem;
  }
}

.funnel .span {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  color: #304355;
}

.funnel .span--primary {
  color: #007367;
}

.funnel .span--link {
  color: #6BB4F6;
}

.funnel .span--icon__info::before,
.span--icon__info__link_disabled::before,
.icon-info {
  content: url("../img/svg/generic/info.svg");
  line-height: 1.5rem;
  padding: 0 0.5rem 0 0;
  height: 1rem;
}

.funnel .span--icon__info_small::before,
.span--icon__info_small__link_disabled::before,
.icon-info {
  content: url("../img/svg/generic/info_small.svg");
  line-height: 1.5rem;
  padding: 0 0.5rem 0 0;
  height: 1rem;
}

.funnel .span--icon__alert::before {
  content: url("../img/svg/generic/error.svg");
  line-height: 1.5rem;
  padding: 0 0.5rem 0 0;
}

.sticky {
  position: sticky;
  top: 7rem;
  align-self: flex-start;
  width: 100%;
}

.funnel .sub-header {
  display: flex;
  justify-content: space-between;
  background-color: #F3F8FA;
  padding: 0.5rem 1rem;
}

.funnel .sub-controller {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0 0.5rem;
}

.funnel .add-controller {
  background-image: url("../img/svg/generic/add.svg");
  background-repeat: no-repeat;
  width: 2.625rem;
  height: 2.625rem;
}

.funnel .payment-method-card-imgs > img {
  height: 2rem;
  width: auto;
}

.funnel-cols {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.funnel-cols > div:first-child {
  flex: 2;
}

.funnel-cols > div:last-child {
  flex: 1;
}

@media screen and (max-width: 739px) {
  .funnel-cols {
    /*flex-direction: column;*/
    flex-direction: column-reverse;
  }

  .funnel-cols > div:first-child, 
  .funnel-cols > div:last-child {
    flex: 1;
  }
}

.funnel-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 739px) {
  .funnel-col {
    width: 100% !important;
  }
}

.upload-img {
  position: relative;
  width: 100%;
  flex: 1;
}

@media screen and (max-width: 870px) {
  .upload-img {
    display: none;
  }
}

.upload-img img {
  position: absolute;
  top: 0;
  right: 0;
  top: -10rem;
  right: -10rem;
  height: 270px;
}

.funnel .payment {
  background-color: #ECEEEF;
  padding: 1.5rem 1rem;
  cursor: pointer;
}

.funnel .payment--active {
  background-color: #FAFCFC;
}

.funnel .payment input {
  cursor: pointer;
}

.funnel .payments > .payment:first-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.funnel .payments > .payment:last-child {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom: none;
}

.funnel .payment:not(.payment--active) {
  border-bottom: 1px solid #D9DDE0;
}

.funnel .payments .payment--active {
  border: 1px solid #008C7C !important;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
}

.our-proposal {
  margin-top: 2rem;
}

@media screen and (max-width: 489px) {
  .our-proposal {
    gap: 1rem;
  }
}

.our-proposal > div {
  min-height: 10.625rem;
  text-align: center;
  min-width: 9rem;
  border: 1px solid #D9DDE0;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
}

.our-proposal > div > p {
  max-width: 5rem;
}

@media screen and (max-width: 489px) {
  .our-proposal > div {
    width: 100%;
  }
}

@media screen and (max-width: 489px) {
  .funnel-form__header {
    align-items: start;
  }

  .funnel-form__header a {
    width: 100%;
  }
}

/** Loading animation **/
.reverse-direction .loading {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.loading div {
  background: #F3F8FA;
  position: absolute;
}

.funnel-cards__loading-container {
  height: 20rem;
  width: 100%;
  position: relative;
}

.funnel-cards__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 20rem;
  height: 20rem;
  position: relative;
}

.funnel-cards__loading-container .shape-1 {
  top: 0;
  left: 80%;
  height: 20.5rem;
  width: 1rem;
}

.funnel-cards__loading-container .shape-2 {
  top: 0;
  right: calc(30% - 1rem);
  height: 1rem;
  width: 40%;
}

.funnel-cards__loading-container .shape-3 {
  top: 1rem;
  left: 0;
  height: 1rem;
  width: 80%;
}

.funnel-cards__loading-container .shape-4 {
  top: 2.75rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}

.funnel-cards__loading-container .shape-5 {
  top: 4rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}

.funnel-cards__loading-container .shape-6 {
  top: 0rem;
  left: 65%;
  height: 20rem;
  width: 1rem;
}

.funnel-cards__loading-container .shape-7 {
  top: 5.25rem;
  left: 0;
  height: 3rem;
  width: 80%;
}

.funnel-cards__loading-container .shape-8 {
  top: 4.25rem;
  left: 45%;
  height: 1rem;
  width: 35%;
}

.funnel-cards__loading-container .shape-9 {
  top: 8.25rem;
  left: 15%;
  height: 0.75rem;
  width: 60%;
}

.funnel-cards__loading-container .shape-10 {
  top: 9rem;
  left: 0;
  height: 2rem;
  width: 100%;
}

.funnel-cards__loading-container .shape-11 {
  top: 11rem;
  right: calc(30% - 1rem);
  height: 1rem;
  width: 40%;
}

.funnel-cards__loading-container .shape-12 {
  top: 12rem;
  left: 0;
  height: 1rem;
  width: 80%;
}

.funnel-cards__loading-container .shape-13 {
  top: 13.75rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}

.funnel-cards__loading-container .shape-14 {
  top: 15rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}

.funnel-cards__loading-container .shape-15 {
  top: 16.25rem;
  left: 0;
  height: 3rem;
  width: 80%;
}

.funnel-cards__loading-container .shape-16 {
  top: 15.25rem;
  left: 45%;
  height: 1rem;
  width: 35%;
}

.funnel-cards__loading-container .shape-17 {
  top: 19.25rem;
  left: 15%;
  height: 0.75rem;
  width: 60%;
}

.funnel-cards__loading-container .shape-18 {
  top: 20rem;
  left: 0;
  height: 2rem;
  width: 100%;
}

.funnel-cards-optimized__loading-container {
  height: 9rem;
  width: 100%;
  position: relative;
}

.funnel-cards-optimized__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 9rem;
  height: 9rem;
  position: relative;
}

.funnel-cards-optimized__loading-container .shape-1 {
  top: 0;
  left: 80%;
  height: 9rem;
  width: 1rem;
}

.funnel-cards-optimized__loading-container .shape-2 {
  top: 0;
  right: calc(30% - 1rem);
  height: 1rem;
  width: 40%;
}

.funnel-cards-optimized__loading-container .shape-3 {
  top: 1rem;
  left: 0;
  height: 1rem;
  width: 80%;
}

.funnel-cards-optimized__loading-container .shape-4 {
  top: 2.75rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}

.funnel-cards-optimized__loading-container .shape-5 {
  top: 4rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}

.funnel-cards-optimized__loading-container .shape-6 {
  top: 0rem;
  left: 65%;
  height: 9rem;
  width: 1rem;
}

.funnel-cards-optimized__loading-container .shape-7 {
  top: 5.25rem;
  left: 0;
  height: 3rem;
  width: 80%;
}

.funnel-cards-optimized__loading-container .shape-8 {
  top: 4.25rem;
  left: 45%;
  height: 1rem;
  width: 35%;
}

.funnel-cards-optimized__loading-container .shape-9 {
  top: 8.25rem;
  left: 15%;
  height: 0.75rem;
  width: 60%;
}

.best-solution {
  background-color: #FCFEFF !important;
  padding: 1.3rem 1.5rem;
}

.best-solution__loading-container {
  height: 30rem;
  position: relative;
}

.best-solution__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 30rem;
  height: 30rem;
  position: relative;
}

.best-solution__loading-container .shape-1 {
  top: 1.5rem;
  left: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-2 {
  top: 0;
  right: 0;
  height: 1.5rem;
  width: 20%;
}

.best-solution__loading-container .shape-3 {
  top: calc(2.5rem + 1px);
  right: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-4 {
  top: 4.5rem;
  right: 0;
  height: 0.75rem;
  width: 100%;
}

.best-solution__loading-container .shape-5 {
  top: 7.5rem;
  right: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-6 {
  top: 3.5rem;
  left: calc(50% - 0.5rem);
  height: 4rem;
  width: 1rem;
}

.best-solution__loading-container .shape-7 {
  top: calc(8.5rem + 1px);
  right: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-8 {
  top: 10.5rem;
  right: 0;
  height: 0.75rem;
  width: 100%;
}

.best-solution__loading-container .shape-9 {
  top: 11.25rem;
  left: calc(35% - 0.5rem);
  height: 7.75rem;
  width: 1rem;
}

.best-solution__loading-container .shape-10 {
  top: 13rem;
  right: 0;
  height: 0.75rem;
  width: 100%;
}

.best-solution__loading-container .shape-11 {
  top: 12rem;
  left: 0;
  height: 3rem;
  width: calc(35% - 0.5rem);
}

.best-solution__loading-container .shape-12 {
  top: 14.5rem;
  right: 0;
  height: 0.75rem;
  width: 100%;
}

.best-solution__loading-container .shape-13 {
  top: 16rem;
  left: 0;
  height: 3rem;
  width: calc(35% - 0.5rem);
}

.best-solution__loading-container .shape-14 {
  top: 18rem;
  right: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-15 {
  top: calc(19rem + 1px);
  right: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-16 {
  top: 21rem;
  right: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-17 {
  top: 20rem;
  right: 30%;
  height: 1rem;
  width: 30%;
}

.best-solution__loading-container .shape-18 {
  top: 23rem;
  right: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-19 {
  top: 22rem;
  right: 20%;
  height: 1rem;
  width: 45%;
}

.best-solution__loading-container .shape-20 {
  top: 25rem;
  right: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-21 {
  top: 24rem;
  right: 20%;
  height: 1rem;
  width: 45%;
}

.best-solution__loading-container .shape-22 {
  top: calc(26rem + 1px);
  right: 0;
  height: 1rem;
  width: 100%;
}

.best-solution__loading-container .shape-23 {
  top: 27rem;
  right: 20%;
  height: 1rem;
  width: 45%;
}

.best-solution__loading-container .shape-24 {
  top: 28rem;
  right: 0;
  height: 2rem;
  width: 100%;
}

.notes__loading-container {
  height: 15rem;
  width: 100%;
  position: relative;
}

.notes__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 20rem;
  height: 20rem;
  position: relative;
}

.notes__loading-container .shape-1 {
  top: 1.5rem;
  left: 0;
  height: 1rem;
  width: 80%;
}

.notes__loading-container .shape-2 {
  top: 0;
  right: 0;
  height: 2.5rem;
  width: 20%;
}

.notes__loading-container .shape-3 {
  top: 3.25rem;
  left: 0;
  height: 0.75rem;
  width: 100%;
}

.notes__loading-container .shape-4 {
  top: 4.75rem;
  left: 0;
  height: 0.75rem;
  width: 100%;
}

.notes__loading-container .shape-5 {
  top: 6.25rem;
  left: 0;
  height: 0.75rem;
  width: 90%;
}

.notes__loading-container .shape-6 {
  top: 7.75rem;
  left: 0;
  height: 10rem;
  width: 100%;
}

.notes__loading-container .shape-7 {
  top: 7rem;
  right: 0;
  height: 1.5rem;
  width: 35%;
}

.notes__loading-container .shape-8 {
  top: 5.5rem;
  right: 0;
  height: 1.5rem;
  width: 10%;
}

.notes__loading-container .shape-9 {
  top: 17.75rem;
  left: 0;
  height: 2.25rem;
  width: 78%;
}

.notes__loading-container .shape-10 {
  top: 17.75rem;
  right: 0;
  height: 2.25rem;
  width: 3%;
}

.our-proposal__loading-container {
  height: 10rem;
  padding-top: 5%;
  width: 100%;
  position: relative;
}

.our-proposal__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 10rem;
  height: 10rem;
  position: relative;
}

.our-proposal__loading-container .shape-1 {
  top: 0;
  left: calc(33% - 1.5rem);
  height: 10rem;
  width: 2.25rem;
}

.our-proposal__loading-container .shape-2 {
  top: 0;
  left: calc(66% - 0.5rem);
  height: 10rem;
  width: 2.25rem;
}

.our-proposal__loading-container .shape-3 {
  top: 5rem;
  left: 0;
  height: 1.25rem;
  width: 100%;
}

.our-proposal__loading-container .shape-4 {
  top: 7rem;
  left: 0;
  height: 0.5rem;
  width: 100%;
}

.our-proposal__loading-container .shape-5 {
  bottom: 0;
  left: 0;
  height: 1.75rem;
  width: 100%;
}

@-webkit-keyframes wave {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@-moz-keyframes wave {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

#payment-section {
  display: none;
}

@media screen and (min-width: 632px) {
  #payment-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

#payment-section--mobile {
  display: none;
}

@media screen and (max-width: 632px) {
  #payment-section--mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.funnel #delivery-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #D9DDE0;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 489px) {
  #upload-step-2 > div:first-child,
  #upload-step-3 > div:first-child,
  #upload-step-4 > div:first-child {
    border-bottom: 1px solid #B3BBC1;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 489px) {
  #upload-step-3 select,
  #upload-step-4 select {
    min-width: unset;
  }
}

#upload-step-4 > div {
  border-color: #FDD06A;
  background: linear-gradient(0deg, #F6F7F7, #F6F7F7), linear-gradient(0deg, #FDD06A, #FDD06A);
  color: #B3BBC1;
}

#upload-step-4 a:hover:not(.button) {
  filter: brightness(0.5);
}

#upload-step-3 .delete:hover,
#upload-step-4 .delete:hover {
  filter: brightness(0) saturate(100%) invert(7%) sepia(15%) saturate(2533%) hue-rotate(178deg) brightness(92%) contrast(94%);
}

@media screen and (max-width: 489px) {
  #uploaded-files-list select {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 489px) {
  select#select-all-unit {
    max-width: 100%;
    width: 100%;
  }
}

.placeholder-img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  border-radius: 1.5rem;
  border: 1px solid #D9DDE0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.placeholder-img img {
  width: 180px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder-img > img.placeholder-screenshot {
  width: 100px;
}

#lavorazioni_meccaniche .item-measures {
  width: 150px;
}

.funnel-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.funnel-card--basic {
  background: #FFF;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.funnel-card--warning {
  border: 1px solid #FDD06A;
}

.funnel-card,
.funnel-card-checkout {
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.funnel-card-checkout {
  border: 1px solid #007367;
}

.funnel-card--optimized {
  border: 1px solid #304355;
  box-shadow: 0px 2px 0px 0px rgba(217, 221, 224, 0.1019607843);
  padding: 1rem;
  border-radius: 8px;
  background-image: url("../img/funnel/funnel-card-optimized.svg"), linear-gradient(0deg, #304355, #304355), linear-gradient(274.39deg, #304355 0%, #0A122A 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.funnel-card--optimized h5,
.funnel-card--optimized p {
  color: #fff;
}

.funnel-card--optimized .button--secondary {
  border-color: #A5FFD6;
  color: #A5FFD6;
}

.funnel-card--optimized .product-img {
  background: linear-gradient(0deg, rgba(60, 80, 97, 0.7), rgba(60, 80, 97, 0.7));
  border: 1px solid #97A5B0;
}

/* .placeholder-img img.screenshot.scaled {
  transform: scale(1.6);
} */

.funnel-card--optimized .product-img img {
  object-fit: scale-down;
}

@media screen and (max-width: 1156px) {
  .funnel-card__content > div:first-child {
    min-height: 140px;
  }
}
@media screen and (max-width: 843px) {
  .funnel-card__content > div:first-child {
    height: unset;
  }
}

.funnel-card__details {
  border-top: 1px solid #D9DDE0;
  padding-top: 1rem;
}

.funnel-card__details.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.funnel-card__details > div > p,
.funnel-card__details > div > a {
  margin-top: 0.2rem;
}

.funnel-delivery-options {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #f9f9f9;
  max-width: 330px;
}

.funnel-delivery-options label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-size: 0.90rem;
}

.funnel-delivery-options label input[type="radio"] {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
}

.funnel-delivery-options label input[type="radio"]::before {
  background-color: #007367!important;
  width: 0.68rem;
  height: 0.68rem;
}

.funnel-card--basic a:not(.button),
.funnel-card__details > div > a,
.funnel-card-checkout a {
  text-decoration: underline;
  font-weight: normal;
}

.funnel-card--basic a:hover:not(.button),
.funnel-card__details > div > a:hover,
.funnel-card-checkout a:hover {
  filter: brightness(0.5);
}

.strikeout {
  position: relative;
}
.strikeout::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

p.expanded-p {
  text-overflow: ellipsis;
  overflow: hidden;
}

.modal--wide p.expanded-p {
  width: 10vw;
}

.funnel p.expanded-p {
  max-width: 10rem;
}
@media screen and (max-width: 632px) {
  .funnel p.expanded-p {
    max-width: 10rem;
  }

  .funnel-card__details.grid div {
    grid-column: span 3;
    gap: 0.75rem;
  }
}

.saved-projects p.expanded-p,
.orders p.expanded-p {
  width: 15rem;
}
@media screen and (min-width: 1157px) {
  .saved-projects p.expanded-p,
  .orders p.expanded-p {
    width: 20rem;
  }
}

@media screen and (max-width: 843px) {
  .funnel-card__content--res > div:nth-child(1),
  .funnel-card__content--res > div:nth-child(2) {
    min-height: 140px;
  }
}

@media screen and (max-width: 843px) {
  .funnel-card__content__tech-details {
    gap: 1rem;
  }
}

.funnel-card:not(.custom),
.funnel-card:not(.custom) input {
  cursor: pointer;
}

.funnel-card p.p-custom {
  padding: 0.5rem 2rem 1rem 0;
}

.funnel-card-wave {
  background-image: url("../img/funnel/funnel-card-wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media screen and (max-width: 632px) {
  .product-img-box {
    display: none;
  }
}

.product-img {
  background: #FCFEFF;
  border: 0.5px solid #B3BBC1;
  border-radius: 1rem;
  height: fit-content;
  padding: 1.5rem 1.25rem;
}

.product-img > img,
.product-img > a > img {
  width: 90px;
  object-fit: cover;
}

.product-img--small {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.product-img--small > img {
  width: 40px;
  object-fit: cover;
  padding-top: 7.5px;
}

.product-img.small > img {
  width: 50px;
  object-fit: cover;
}

.product-img img.screenshot.scaled {
  transform: scale(1.6);
}

.product-img img.screenshot.scaled-md {
  transform: scale(1.4);
}


@media screen and (max-width: 489px) {
  /* .product-img {
    display: none;
  } */
}

@media screen and (max-width: 489px) {
  .product-img-container {
    display: none;
  }
}

.funnel-card.custom .product-img {
  background: #3C5061;
}

.funnel-card--active {
  border: 1px solid #007367;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
}

.funnel-card.custom {
  border: 1px solid #304355;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  background-image: url("../img/funnel/funnel-card-custom.svg"), linear-gradient(274.39deg, #304355 0%, #0A122A 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.funnel-card.custom h6,
.funnel-card.custom p {
  color: #fff;
}

.funnel-card-add-saved-project {
  border-radius: 1.5rem;
  border: 1px dashed #B3BBC1;
  padding: 1.5rem 2rem;
  cursor: pointer;
}

.funnel-card-add-saved-project p {
  color: #304355;
  max-width: unset;
}

@media screen and (max-width: 489px) {
  .funnel-card--warning div {
    align-items: flex-start;
  }
}

@media screen and (max-width: 489px) {
  .funnel-card--warning .button {
    width: 100%;
  }
}

.funnel .boxed-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #D9DDE0;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

.progress-bar {
  position: relative;
}

.progress-bar a {
  text-decoration: none !important;
}

.progress-bar__line {
  position: absolute;
  width: 50%;
  height: 1px;
  top: 50%;
  z-index: 0;
  float: left;
}

.progress-bar__line--completed {
  border-bottom: 2px solid #0A122A;
}

.progress-bar__line--next {
  border-bottom: 2px dashed #B3BBC1;
}

.progress-bar__line--1 {
  left: 0;
}

.progress-bar__line--2 {
  left: 50%;
}

.progress-bar__line--3 {
  left: 100%;
}

.progress-bar__steps {
  z-index: 3;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.progress-bar__steps > .status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.2rem;
  padding: 0.5rem 0.75rem;
  border-radius: 60px;
  font-weight: 600;
  z-index: 1;
  font-size: 12px;
}

.progress-bar__steps > .status--completed {
  border: 1px solid #0A122A;
  background-color: #0A122A;
  color: #fff;
}

.progress-bar__steps > .status--ongoing {
  border: 1px solid #0A122A;
  background-color: #F3F8FA;
  color: #425563;
}

.progress-bar__steps > .status--next {
  border: 1px solid #D9DDE0;
  background-color: #F3F8FA;
  color: #B3BBC1;
}

.status span {
  /* margin-right: 1rem; */
}

.status--next .step,
.status--ongoing .step,
.status--completed .step {
  /* min-width: 2rem; */
  width: 2rem;
  height: 2rem;
}

.status--completed .step {
  background-image: url("../img/svg/generic/completed.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.status--ongoing .step {
  width: 20px;
  height: 20px;
  border: 1px solid #0A122A;
  background-color: #0A122A;
  color: #F3F8FA;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
}

.status--next .step {
  width: 20px;
  height: 20px;
  border: 1px solid #D9DDE0;
  background-color: #F3F8FA;
  color: #B3BBC1;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
}

.status--ongoing .step-1::before, .status--ongoing .step-2::before, .status--ongoing .step-3::before, .status--ongoing .step-4::before,
.status--next .step-1::before,
.status--next .step-2::before,
.status--next .step-3::before,
.status--next .step-4::before {
  /* line-height: 1.8rem; */
  /* padding: 0 0.4rem; */
}

.status--ongoing .step-1::before,
.status--next .step-1::before {
  content: "1";
}

.status--ongoing .step-2::before,
.status--next .step-2::before {
  content: "2";
}

.status--ongoing .step-3::before,
.status--next .step-3::before {
  content: "3";
}

.status--ongoing .step-4::before,
.status--next .step-4::before {
  content: "4";
}

@media screen and (max-width: 739px) {
  .progress-bar span {
    display: none;
  }
}

.profile-sidebar > div {
  border-bottom: 1px solid #D9DDE0;
}

.profile-sidebar > div > a {
  color: #B3BBC1;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 0.75rem 0;
  cursor: pointer;
  text-decoration: none;
}

.profile-sidebar > div > a:hover {
  filter: brightness(0) saturate(100%) invert(39%) sepia(4%) saturate(3386%) hue-rotate(165deg) brightness(91%) contrast(79%);
}

.profile-sidebar > div:last-child {
  border-bottom: none;
}

.profile-sidebar .active > a {
  filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(827%) hue-rotate(135deg) brightness(92%) contrast(101%);
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(827%) hue-rotate(135deg) brightness(92%) contrast(101%);
}

* {
  box-sizing: border-box;
}

.slider-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.slides-container {
  width: 100%;
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.slides-container::-webkit-scrollbar {
  display: none;
}

/*.slide {
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 16px 16px rgba(151, 165, 176, 0.01), 0px 8px 16px rgba(151, 165, 176, 0.05), 0px 17px 17px rgba(151, 165, 176, 0.09), 0px 4px 10px rgba(151, 165, 176, 0.1), 0px 0px 0px rgba(151, 165, 176, 0.1);
  border-radius: 0.5rem;
  padding: 1rem;
  scroll-snap-align: start;
  flex-shrink: 0;
  width: calc(100% - 2rem);
  margin: 0 1rem 2rem 1rem;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 489px) {
  .slide {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 870px) {
  .slide {
    width: calc(33.3% - 2rem);
  }
}

.slide > div {
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9DDE0;
}

.slide .agency {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #B3BBC1;
}

.slide .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #0A122A;
}

.slide .body {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #304355;
}*/

.certifications {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.certifications-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  justify-content: flex-start;
}

.articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  grid-auto-rows: auto;
}

@media screen and (max-width: 870px) {
  .articles {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.article {
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(217, 221, 224, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
  flex: 1;
  cursor: pointer;
}

article > * {
  flex: 1;
}

.article div {
  padding: 1.5rem;
}

.article img {
  max-width: 12rem;
  object-fit: cover;
}

@media screen and (max-width: 489px) {
  .article img {
    max-width: unset;
  }
}

.article p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
  color: #304355 !important;
  font-weight: 400 !important;
}

.news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  grid-auto-rows: auto;
}

@media screen and (max-width: 870px) {
  .news {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 489px) {
  .news {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.news-item {
  background: #FDFEFF;
  border: 1px solid #F8FDFF;
  box-shadow: 0px 140px 56px rgba(121, 146, 161, 0.01), 0px 79px 47px rgba(121, 146, 161, 0.05), 0px 35px 35px rgba(121, 146, 161, 0.09), 0px 9px 19px rgba(121, 146, 161, 0.1), 0px 0px 0px rgba(121, 146, 161, 0.1);
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
  cursor: pointer;
  position: relative;
}

.news-item div {
  padding: 1.5rem;
}

.news-item img {
  width: 100%;
  object-fit: cover;
}

.news-item-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  letter-spacing: 0.02em;
  color: #304355;
}

.news-category {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: rgba(0, 115, 103, 0.8);
  box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.01), 0px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.09), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fff;
  padding: 0.5rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.correlate-search {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: #007367;
  box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.01), 0px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.09), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fff;
  padding: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.correlate-search:hover {
  background: #004039;
  box-shadow: none;
}

.tech-details-table {
  background: linear-gradient(323.46deg, rgba(207, 231, 239, 0.5) -46.53%, rgba(250, 252, 252, 0.5) 50%);
  /* Greyscale 400 */
  border: 1px solid #D9DDE0;
  /* Widget shadow */
  box-shadow: 0px 2px 0px rgba(217, 221, 224, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tech-details-table-part-screening {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 489px) {
  .tech-details-table {
    padding: 3rem;
  }

  .div-file .upload-file__label {
    width: 100%;
  }
}

.tech-details-table .subtitle,
.tech-details-table-part-screening .subtitle {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.02em;
  /* Greyscale 600 */
  color: #97A5B0;
}

.tech-details-table .grid,
.tech-details-table-part-screening .grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 489px) {
  .tech-details-table .grid,
  .tech-details-table-part-screening .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 2rem;
  }
}

.drop-zone {
  border: 1px dashed #B3BBC1;
  border-radius: 1rem;
  color: #B3BBC1;
  padding: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
  height: fit-content;
  background-color: #FCFEFF;
}

.drop-zone__prompt {
  padding: 1.5rem;
  height: 100%;
}

.drop-zone,
.drop-zone label {
  cursor: pointer;
}

.drop-zone label {
  padding: 1.5rem;
}

.drop-zone--over {
  border-color: #007367;
  background-color: #F0F9FC;
}

.drop-zone__input {
  display: none;
}

form#without-3d-model input {
  background: transparent;
  border: none;
  color: #0A122A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  padding: 0;
}

form#without-3d-model {
  position: relative;
}

@media screen and (max-width: 489px) {
  form#without-3d-model > div:not(#form-actions-kebab-menu-open) {
    width: 100%;
  }

  form#without-3d-model > div:not(#form-actions-kebab-menu-open) > div {
    width: 100%;
  }
}

@media screen and (max-width: 489px) {
  form#without-3d-model .form-actions {
    display: none;
  }
}

#form-actions-kebab-menu {
  display: none;
}

@media screen and (max-width: 489px) {
  #form-actions-kebab-menu {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}

#form-actions-kebab-menu-open {
  display: none;
}

.search-image {
  width: 200px;
}

@media screen and (max-width: 489px) {
  #form-actions-kebab-menu-open {
    display: block;
    position: absolute;
    top: 3rem;
    right: 1rem;
    width: fit-content;
  }

  .search-image {
    width: 100%;
    height: 250px;
  }
}

.tr-header {
  color: #304355;
  font-weight: 400;
  background-color: transparent;
  border-radius: 8px 8px 0 0;
  padding: 0.5rem 1rem;
  height: 100%;
  max-height: unset;
  min-height: 30px;
}

.tr-header .icon {
  display: block;
}

@media screen and (max-width: 489px) {
  .tr-header .icon {
    /*display: none;*/
  }
}

tr {
  border: 1px solid #D9DDE0;
  margin: 0.25rem 0;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  gap: 1rem;
  min-height: 64px;
  border-radius: 1rem;
  background-color: #FCFEFF;
  font-weight: 700;
  font-size: 14px;
}

tr.rowtable {
  font-size: 1rem;
  font-weight: normal;
  gap: 0.5rem;
}

td,
th {
  flex: 4;
  text-align: left;
}

td.external-link-row,
th.external-link-row {
  display: block;
}

@media screen and (max-width: 489px) {
  td.external-link-row,
  th.external-link-row {
    display: none;
  }
}

#table-materials-and-technologies th:nth-child(2)
/*#table-materials-and-technologies td:nth-child(2)*/ {
  flex: 10;
  min-width: 200px;
  max-width: 290px;
}

.table-container-materials-and-technologies::-webkit-scrollbar {
  width: 100%;
  height: 8px;
}

.table-container-materials-and-technologies::-webkit-scrollbar-track {
  border-radius: 0%;
  border: none;
  background: #f2f2f3;
}

.table-container-materials-and-technologies::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #007367;
  height: 5px;
}

td > a.external-link-row--mobile {
  gap: 0.25rem;
  align-items: center;
  font-weight: 400;
  display: none;
}

@media screen and (max-width: 489px) {
  td > a.external-link-row--mobile {
    display: flex;
  }
}

th {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

td:first-child,
th:first-child {
  flex: 1;
}

.table-filter * > select {
  height: 40px;
  min-width: 100% !important;
  width: 100% !important;
  border: 1px solid #B3BBC1;
  color: #0A122A;
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
}

.table-filter * > input {
  height: 40px;
  max-height: 40px;
}

.table-filter > div {
  flex: 2;
}

.table-filter > div:last-child {
  flex: 3;
}

/* tbody#table-materials-and-technologies-result-rows td:nth-child(6) {
  border-top: 1px solid #D9DDE0;
  padding-top: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 1rem 1rem 1rem;
} */

tbody#table-materials-and-technologies-result-rows tr {
  position: relative;
}

tbody#table-materials-and-technologies-result-rows .two-row-tr-height {
  /* height: 170px; */
  align-items: baseline;
  padding-top: 1rem;
}

/* tbody#table-materials-and-technologies-result-rows .td-extra {
  height: 82px;
} */

tbody#table-materials-and-technologies-result-rows #tr-spinner-loading-table-materials-and-technologies-result-rows {
  border: unset; 
  background: transparent; 
  cursor: default;
}

tbody#table-materials-and-technologies-result-rows #tr-spinner-loading-table-materials-and-technologies-result-rows.min-height {
  min-height: 320px;
}

#lista-ordini .table {
  color: #304355 !important;
}
#lista-ordini .table .th, #lista-ordini .table .td {
  text-align: left !important;
}
#lista-ordini .table a.tr {
  text-decoration: none !important;
}

.autocomplete-items-search {
  border: 1px solid #d9dde0;
  margin-top: -2px;
  border-radius: 4px;
  padding: 6px 0px;
  background: #fff;
  height: auto;
  position: absolute;
  z-index: 99;
}

.autocomplete-items-search > ul {
  line-height: 2;
}

.autocomplete-items-search > ul li {
  display: flex;
  list-style-type: none;
  align-items: center;
  margin: 0px;
  padding: 1px 16px;
  font-weight: 400;
}

.autocomplete-items-search > ul li strong {
  font-weight: 700;
}

.autocomplete-items-search > ul li .history {
  width: 16px;
  height: 100%;
  margin-right: 7px;
}

.other-search-user ul li {
  display: inline-block; 
  list-style: none;
  margin-left: 0px;
}

.other-search-user ul li > a {
  position: unset;
}

.use-local-storage-search:hover {
  background: #F3F8FA;
}

/***** gennaio 2024: menu con menu a tendina *****/
header ul#navigation-center {
  gap: 4rem;
}

header ul#navigation-right {
  background: rgba(243, 248, 250, 1);
}

header #desktop-sub-menu .list-menu a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #304355;
  cursor: pointer;
}

header #desktop-sub-menu,
header #desktop-sub-lang {
  background: rgba(243, 248, 250, 1);
}

header #desktop-sub-menu::after {
  border-bottom: 20px solid rgba(243, 248, 250, 1);
}

.list-menu {
  height: 25px;
}

.div-bar-ricerca {
  display: flex;
}

.input-icons-end {
  width: 100%;
  position: relative;
}

.input-icons-end .icon {
  position: absolute;
  margin-right: 10px;
  display: flex;
  align-items: center;
  height: 100%!important;
  right: 0;
}

.input-icons-end input {
  width: 100%;
  padding-right: 38px;
  text-align: start;
  position: absolute;
}

@media screen and (max-width: 489px) {
  .div-bar-ricerca {
    display: block;
  }

  .input-icons-end input {
    position: relative;
    margin-bottom: 0.75rem;
  }

  .autocomplete-items-search {
    margin-top: -60px;
  }
}

/************ START CARRELLO V1 ************/
.chevron-down {
  background-image: url("../img/svg/generic/chevron-down.svg");
}

.print-icon {
  background-image: url("../img/svg/generic/print-icon.svg");
}

.design-print-icon {
  background-image: url("../img/svg/generic/design-print-icon.svg");
}

.input-icons-start {
  width: 100%;
  position: relative;
}

.input-icons-start .icon {
  position: absolute;
  margin-left: 10px;
  display: flex;
  align-items: center;
  height: 100%!important;
}

.input-icons-start input {
  width: 100%;
  padding-left: 38px;
  text-align: start;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.pt-0 {
  padding-top: 0rem!important;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-1-5 {
  padding-top: 1.5rem;
}

.chevron-right {
  background-image: url("../img/svg/generic/chevron-right.svg");
}

.chevron-left {
  background-image: url("../img/svg/generic/chevron-right.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*.form-item-carrello:not(.second) {
  width: 49%;
  padding: 1rem;
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  margin-left: 0%;
  margin-right: 1%;
  margin-top: 0%;
}

.form-item-carrello:not(.first) {
  width: 49%;
  padding: 1rem;
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  margin-left: 1%;
  margin-right: 0%;
  margin-top: 0%;
}*/

.form-item-carrello {
  width: 100%;
  padding: 1rem;
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
}

.form-item-carrello > div {
  display: flex;
}

.text-form-item-carrello {
  width: 80%; 
  float: left;
}

.icon-form-item-carrello {
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: end;
  float: right;
}

.icon-form-item-carrello > .icon {
  border: 1px solid #97A5B0;
  border-radius: 50%;
  margin-top: 0px;
}


@media (min-width: 653px) and (max-width: 960px) {
  .text-form-item-carrello {
    width: 70%; 
  }

  .icon-form-item-carrello {
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: end;
    float: right;
  }
}

@media screen and (max-width: 652px) {
  /*.form-item-carrello:not(.second) {
    width: 100%;
    margin-bottom: 1%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .form-item-carrello:not(.first) {
    width: 100%;
    margin-top: 1%;
    margin-left: 0%;
    margin-right: 0%;
  }*/

  .form-item-carrello > div {
    display: block;
  }

  .text-form-item-carrello {
    width: 80%; 
    float: left;
  }

  .icon-form-item-carrello {
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: end;
    float: right;
  }
}

.highlightItemChechout {
  box-shadow: 0px 0px 10px 0px #007367!important;
}

.removeHighlightItemChechout {
  box-shadow: none!important;
  transition: all 10s ease-out;
}
/************ END CARRELLO V1 ************/

/************ START PART SCREENING ************/
textarea.contenteditable,
div.contenteditable,
span.contenteditable {
  border: 1px solid #B3BBC1!important;
  border-radius: 0.5rem;
  padding: 0.4rem 1rem;
  background-color: #ffffff;
  height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}

textarea.contenteditable {
  height: 100px;
  max-height: unset;
}

textarea.contenteditable:empty::before,
div.contenteditable:empty::before,
span.contenteditable:empty::before,
span.search_plm:empty::before {
  content: attr(placeholder);
  color: #B3BBC1!important;
}

textarea.contenteditable:focus-visible,
div.contenteditable:focus-visible,
span.contenteditable:focus-visible,
span.search_plm:focus-visible {
  outline: none;
}

textarea.contenteditable[contenteditable="false"],
div.contenteditable[contenteditable="false"],
span.contenteditable[contenteditable="false"],
span.search_plm[contenteditable="false"] {
  opacity: 0.4;
  user-select: none;
}

.hide-configuration-file-part-screening {
  height: 0px;
  overflow: hidden;
  display: none;
  transition: all 1s ease-in-out;
}

.show-configuration-file-part-screening {
  height: auto;
  overflow: auto;
  display: block;
  transition: all 1s ease-in-out;
}

table#table-part-screening {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  display: inline-table;
}

table#table-part-screening th {
  font-weight: bold;
}

table#table-part-screening thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

table#table-part-screening thead tr.table-part-screening-tr,
table#table-part-screening tbody tr.table-part-screening-tr {
  border: none;
  border-radius: unset;
  border-bottom: 1px solid #b3bbc1;
  background-color: #f3f8fa;
  text-transform: uppercase;
}

table#table-part-screening tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

table#table-part-screening tbody tr.table-part-screening-tr {
  /*display: table-row;*/
  vertical-align: inherit;
  border: none;
  border-color: inherit;
  min-height: 20px;
}

table#table-part-screening tbody tr.table-part-screening-tr:nth-of-type(odd) {
  /*background-color: rgb(0 115 103 / 20%);*/
  /*background-color: #f4f4f4;*/
  background-color: white;
}


table#table-part-screening th.id-part-screening-th,
table#table-part-screening td.id-part-screening-td {
  min-width: 65px;
  max-width: 65px;
  padding: 0.5rem 0rem;
}

table#table-part-screening th.name-part-screening-th,
table#table-part-screening td.name-part-screening-td {
  max-width: 300px;
  min-width: 300px;
  text-align: start;
}

table#table-part-screening tbody th {
  font-weight: 600;
}

table#table-part-screening tbody td {
  font-weight: 500;
}

table#table-part-screening th.data-part-screening-th,
table#table-part-screening td.data-part-screening-td {
  min-width: 120px;
  max-width: 120px;
  text-align: start;
}

table#table-part-screening th.chevron-part-screening-th,
table#table-part-screening td.chevron-part-screening-td {
  min-width: 50px;
  max-width: 50px;
  vertical-align: middle;
}

table.table-file-part-screening {
  width: 90%;
  max-width: 90%;
  margin: 1rem 0rem 1.5rem 0rem;
  background-color: transparent;
  display: inline-table;
}

table.table-file-part-screening thead th.table-file-part-screening-th {
  font-weight: 600;
  text-align: inherit;
  display: table-cell;
  padding: 0.5rem;
  vertical-align: top;
  border-right: 0.5px solid #dee2e6;
}

table.table-file-part-screening thead th.table-file-part-screening-th:last-child {
  border-right: unset;
}

table.table-file-part-screening tbody td.table-file-part-screening-td {
  padding: 0.4rem;
  vertical-align: top;
  border-top: 0.5px solid #dee2e6;
  border-right: 0.5px solid #dee2e6;
  font-weight: 500;
}

table.table-file-part-screening tbody td.table-file-part-screening-td:last-child {
  border-right: unset;
}

.search-part-screening {
  border: 1px solid #D9DDE0;
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  align-items: center;
  padding: 0 1rem;
  background-color: #ffffff;
}

.search-part-screening--table {
  border-radius: 0.5rem;
  max-width: unset;
  min-width: 200px;
  width: 100%;
  gap: 1rem;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  border: 1px solid #B3BBC1;
  color: #B3BBC1;
}

.input-search-part-screening:empty::before {
  content: attr(placeholder);
  color: #b4bcc2;
  display: block;
  position: absolute;
  border: 0px solid white!important;
  outline: none!important;
  cursor: text!important;
}

.input-search-part-screening {
  width: 100%!important;
  border: 0px solid white!important;
  outline: none!important;
  color: black!important;
}

.input-search-part-screening:focus-visible {
  outline: none!important;
}

#ul-files-see-part-screening-file.grid {
  /*grid-template-columns: repeat(2, 1fr)!important;*/
  grid-template-columns: repeat(1, 1fr)!important;
  /*grid-gap: 0.25rem;*/
  grid-gap: 0px;
}

#ul-files-see-part-screening-file.grid li {
  margin-bottom: 4px;
}

details#select-volume-production-part-screening,
details.select_file_fluidi_agenti_chimici {
  border: 1px solid #B3BBC1;
  display: inline-flex;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font: inherit;
  line-height: 1.5em;
  color: #0F1929;
  min-width: 15rem;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  cursor: pointer;
  min-height: 2.5rem;
  height: 2.5rem;
  z-index: 999;
}

details#select-volume-production-part-screening[open],
details.select_file_fluidi_agenti_chimici[open] {
  border-color: #008C7C;
  outline: none;
  height: auto;
}

details#select-volume-production-part-screening summary,
details.select_file_fluidi_agenti_chimici summary{
  padding: 0.5em 1em 0.5em 1em;
  display: flex;
  align-items: center;
  justify-content: start;
  background-image: url(../img/svg/generic/chevron-down.svg);
  background-position: right 1rem bottom 50%;
  background-size: 1rem;
  background-repeat: no-repeat;
  user-select: none;
  outline: none;
}

details#select-volume-production-part-screening[open] summary,
details.select_file_fluidi_agenti_chimici[open] summary{
  background-image: url(../img/svg/generic/chevron-up.svg);
  background-position: right 1rem bottom 50%;
  background-size: 1rem;
  background-repeat: no-repeat;
}

details#select-volume-production-part-screening div,
details.select_file_fluidi_agenti_chimici div {
  /*width: 100%;*/
}

details#select-volume-production-part-screening div fieldset,
details.select_file_fluidi_agenti_chimici div fieldset {
  border: 0;
  padding: 0;
}

details#select-volume-production-part-screening div fieldset ul,
details.select_file_fluidi_agenti_chimici div fieldset ul{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

details#select-volume-production-part-screening div fieldset ul li,
details.select_file_fluidi_agenti_chimici div fieldset ul li,
details.select_file_fluidi_agenti_chimici div fieldset ul div:not(.icon) {
  margin: 0;
  padding: 2px 1em;
  display: flex;
  align-items: center;
  cursor: pointer!important;
  min-height: 1.2em;
  white-space: nowrap;
  user-select: none;
}

details.select_file_fluidi_agenti_chimici div fieldset ul div:not(.icon) {
  cursor: default!important;
}

details#select-volume-production-part-screening div fieldset ul li:hover,
details.select_file_fluidi_agenti_chimici div fieldset ul li:hover {
  background: #4D90FE;
  color: white;
  cursor: pointer!important;
}

details#select-volume-production-part-screening div fieldset ul li:hover .icon,
details.select_file_fluidi_agenti_chimici div fieldset ul li:hover .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(239deg) brightness(109%) contrast(101%);
}


details#select-volume-production-part-screening div fieldset ul li:last-child:hover,
details.select_file_fluidi_agenti_chimici div fieldset ul li:last-child:hover {
  border-radius: 0px 0px 0.25rem 0.25rem;
}

details#select-volume-production-part-screening div fieldset ul li label,
details.select_file_fluidi_agenti_chimici div fieldset ul li label {
  display: inline-block;
  width: 100%;
  font-size: initial;
  cursor: pointer!important;
}

.error-upload-file {
  border-color: #FDD06A!important;
  background: linear-gradient(0deg, #F6F7F7, #F6F7F7), linear-gradient(0deg, #FDD06A, #FDD06A);
  color: #B3BBC1;
}

.grid-select-upload-file {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
}

.select_file_fluidi_agenti_chimici {
  position: absolute;
}

.grid-select-upload-file-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
}

.grid-select-upload-file .subtitle,
.grid-select-upload-file-4 .subtitle {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.02em;
  color: #97A5B0;
}

.grid-select-upload-file-4 select {
  min-width: unset;
}

@media screen and (max-width: 870px) {
  .grid-select-upload-file {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-select-upload-file .select_file_fluidi_agenti_chimici {
    position: relative;
  }

  .grid-select-upload-file-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 424px) {
  .select_file_fluidi_agenti_chimici {
    position: relative;
  }
  
  .grid-select-upload-file-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.div_show_configuration_file ul li {
  margin-left: 2rem;
  list-style-type: circle;
}
/************ END PART SCREENING ************/

/************ START SLIDER ************/
/* Slideshow container */
.slideshow-home-page-container {
  display: flex;
  height: calc(50vh - 92px);
  overflow: hidden;
  margin: 0px 6rem;
  max-height: 300px;
  min-height: 220px;
}

@media screen and (max-width: 739px) {
  .slideshow-home-page-container {
    margin: 0px 1.5rem;
  }
}
@media screen and (max-width: 489px) {
  .slideshow-home-page-container {
    flex-direction: column;
    margin: 0px 1.5rem;
  }
}

.div-slide-home-page {
  display: flex;
  max-height: 100%;
}

/* bottoni next & previous */
.slideshow-home-page-container .prev, 
.slideshow-home-page-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px 20px 20px 10px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 50px 50px 0;
  user-select: none;
  background-color: rgba(0,115,103,0.8);
  z-index: 2;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* posizione del bottone next */
.slideshow-home-page-container .next {
  right: 0;
  border-radius: 50px 0 0 50px;
  padding: 20px 10px 20px 20px;
}

/* hover bottoni next & previous */
.slideshow-home-page-container .prev:hover, 
.slideshow-home-page-container .next:hover {
  background-color: rgba(0,115,103,0.8);
}

/* active bottoni next & previous */
.slideshow-home-page-container .prev:active, 
.slideshow-home-page-container .next:active,
.slideshow-home-page-container .prev:focus, 
.slideshow-home-page-container .next:focus {
  outline: none !important;
}

/* div con immagine */
.slide-home-page {
  height: 100%;
  min-height: 220px;
  position: relative;
  z-index: 1;
  /*padding: 20px 35px;*/
}

.div-text-slide {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;*/
  width: 50%;
}

.div-image-slide {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.div-image-slide .image {
  width: auto;
  height: calc(50vh - 92px);
  min-height: 220px;
  object-fit: cover;
}

.div-image-slide .image-mobile {
  display: none;
}

/* inizio title */
.slide-home-page .title {
  font-size: 2rem;
  padding: 0px 60px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  letter-spacing: -0.02rem;
  line-height: normal;
  font-weight: bold;
}

.slide-home-page .title-mobile {
  display: none;
}
/* fine title */

/* inizio description */
.slide-home-page .description {
  font-size: 1.15rem;
  padding: 0px 60px;
  margin: 8px 0px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
}

.slide-home-page .description-mobile {
  display: none;
}
/* fine description */

/* inizio indicatori */
.dot-container {
  text-align: center;
  margin-top: -1.5%;
  z-index: 100;
  display: block;
  z-index: 2;
  position: relative;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffffcc;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #007367cc;
}

.slide-home-page .dot:hover {
  cursor: pointer;
}

.dot-active {
  background-color: #007367!important;
  border: 1px solid #ffffff!important;
}
/* fine indicatori */

.slide-home-page .div-empty-cta {
  height: 2.5rem;
}

/* inizio bottone cta */
.slide-home-page .div-button-cta {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0px 30px;
  width: 50%;
  position: absolute;
  bottom: 20px;
  /*margin-top: 3rem;*/
}

.slide-home-page .div-button-cta .button-cta {
  min-width: 10rem;
  padding: 0px 20px;
  width: auto;
  height: 2.5rem;
  max-height: 2.5rem;
  line-height: 2.5rem;
}
/* fine bottone cta */

/* inizio animazione cambio slide */
.slideshow-home-page-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4;} 
  to {opacity: 1;}
}
/* fine animazione cambio slide */


@media only screen and (max-width: 255px) {
  .slideshow-home-page-container .prev, 
  .slideshow-home-page-container .next,
  .slide-home-page .text {font-size: 11px}
}

@media (min-width: 850px) and (max-width: 1359px) {
  .dot-container {
    margin-top: -2%;
    display: block;
  }
}

@media screen and (max-width: 652px) {

  /* Slideshow container */
  .slideshow-home-page-container {
    max-height: 100%;
    height: 100%;
  }

  .div-slide-home-page {
    display: block;
    max-height: 100%;
    min-height: 300px;
  }

  /* inizio title */
  .slide-home-page .title {
    display: none;
  }

  .div-text-slide {
    width: 100%;
    height: 100%;
  }

  .div-text-slide div .div-container-slide {
    min-height: 210px!important;
    width: 100%!important;
  }

  .slide-home-page .title-mobile {
    font-size: 2rem;
    padding: 10px 40px 2px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    letter-spacing: -0.02rem;
    line-height: normal;
    font-weight: bold;
  }
  /* fine title */

  /* inizio description */
  .slide-home-page .description {
    display: none;
  }

  .slide-home-page .description-mobile {
    font-size: 1.25rem;
    padding: 0px 40px;
    margin: 8px 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
  }
  /* fine description */

  /* inizio image */
  .div-image-slide {
    width: 100%;
  }

  .div-image-slide .image {
    display: none;
  }
  
  .div-image-slide .image-mobile {
    display: block;
    height: 130px;
    object-fit: cover;
  }
  /* fine image */

  .slide-home-page .div-empty-cta {
    height: 0rem;
  }

  /* inizio button cta */
  .slide-home-page .div-button-cta .button-cta {
    left: 10%;
  }

  .slide-home-page .div-button-cta {
    display: flex;
    justify-content: center;
    /*position: static!important;*/
    position: absolute;
    bottom: 5px;
    width: 100%;
    margin: 30px 0px 10px 0px;
  }

  .slide-home-page .div-button-cta .button-cta {
    min-width: unset;
    padding: 0px 50px;
    width: auto;
  }
  /* fine button cta */

  /* bottoni next & previous */
  .slideshow-home-page-container .prev {
    padding: 10px 10px 10px 5px;
  }

  .slideshow-home-page-container .next {
    padding: 10px 5px 10px 10px;
  }
}

@media (min-width: 467px) and (max-width: 849px) {
  .dot-container {
    margin-top: -4.5%;
  }
}

@media screen and (max-width: 467px) {
  .dot-container {
    display: none;
  }
}
/************ END SLIDER ************/

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-no-underline {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

.text-new-row {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-break: break-word;
}

.spinner {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
  color: #007367;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.pagination-container {
  width: 100%;
  display: flex;
  bottom: 0;
  padding-bottom: 1rem;
  padding-top: 0.25rem;
}

.pagination-number,
.pagination-button {
  font-size: 0.75rem;
  background-color: transparent;
  border: 0.5px solid #007367;
  margin: 0.05rem 0.15rem;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  border-radius: 0.5rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background-color: rgb(0 115 103 / 20%);
}

.pagination-number.active {
  background-color: #007367;
  color: #fff;
}

.table-checkout {
  text-align: right;
}

.table-checkout thead {
  /*background-color: rgb(0, 115, 103, 0.5);*/
  background-color: #f3f8fa;
}

.table-checkout-grey {
  /*background-color: rgb(0, 115, 103, 0.2);*/
  background-color: #f4f4f4;
}

/*** inizio modale ***/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  display: none;
  background-color: rgba(217, 221, 224, 0.8);
  backdrop-filter: blur(5px);
  z-index: 9999999999!important;
}

.modal-content {
  background-color: white;
  /*border: 1px solid #007367;*/
  padding: 1.5rem 2rem;
  border-radius: 8px;
  min-width: 550px;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
}

.modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-header .btn-close-modal {
  padding: calc(1rem * .5) calc(1rem * .5);
  margin: calc(-.5 * 1rem) calc(-.5 * 1rem) calc(-.5 * 1rem) auto;
}

.div-btn-close-modal {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.5em 0.5em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 1px solid #000;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  word-break: break-word;
  hyphens: auto;
}

.modal-footer {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-footer-sticky {
  position: sticky;
  bottom: 0;
  padding: 1rem 2rem;
  min-width: 550px;
  border-radius: 8px;
  box-shadow: 0px -8px 8px 0px rgba(213, 218, 225, 0.25), 0px -4px 2px 0px rgba(213, 218, 225, 0.15), 0px -16px 16px 0px rgba(213, 218, 225, 0.05);
}

@media (min-width: 489px) {
  .modal-dialog {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 653px) {
  .modal-dialog {
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }

  .modal-content {
    min-width: unset;
  }
}

@keyframes animationOpenConfirmModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*** fine modale ***/

/************ START POSTPROCESS ************/
.card-postprocess {
  min-height: 200px;
  min-width: 230px;
  border: 1px solid #a6c3d0;
  background-color: #f3f8fa;
  border-radius: 8px;
  padding: 1.5rem;
  grid-column: span 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
}

.dropdown-color {
  gap: 0 !important;
}

.dropdown-color dd,
.dropdown-color dt,
.dropdown-color ul {
  margin: 0px;
  padding: 0px;
}
.dropdown-color dd {
  position: relative;
}

/* The visible container */
.dropdown-color dt a {
  background: #ffffff url("../img/svg/chevron-down.svg") no-repeat scroll 97.5% center;
  display: block;
  padding-right: 20px;
  width: 100%;
  border: 1px solid #d3d3d3;
  min-height: 50px;
  align-content: center;
  padding-left: 1rem;
}

/*.dropdown-color dt a span {cursor:pointer; display:block; padding:0px 5px 0px 5px;line-height: 18px; vertical-align: middle; }*/
.dropdown-color dt a:hover {
  color: #212121;
  border: 1px solid #999999;
}

/* Text for both (box and options) */
.dropdown-color a,
.dropdown-color a:visited {
  color: #555555;
  text-decoration: none;
  outline: none;
}
.dropdown-color a:hover {
  color: #212121;
}

/* The container for the dropdown options */
.dropdown-color dd ul {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #d3d3d3;
  color: #555555;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  list-style: none;
  z-index: 9999;
}

.dropdown-color dd ul li {
  list-style: none;
}

/* The dropdown options */
.dropdown-color dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown-color span.value {
  display: none;
}

/* If using images */
.dropdown-color img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px;
}
/* If using colors */
.dropdown-color .color {
  border: 1px solid silver;
  vertical-align: middle;
  margin-right: 5px;
  min-width: 10px;
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:#D9DDE0;
  height: 1px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.height-auto {
  height: auto;
}

.input-component {
  max-width: 7rem;
}

.warning-box {
  background-color: #FDD06A33;
  border: 1px solid #ebad22;
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
}

.dmls-box {
  padding-left: 8px;
  padding-right: 8px;
  gap: 8px;
  justify-content: center;
}

.row-material-copy {
  padding-left: 8px;
  padding-right: 8px;
  gap: 8px;
  justify-content: start;
}

.infill-resistance-box {
  padding-left: 8px;
  padding-right: 8px;
  gap: 8px;
  justify-content: center;
  margin: 0 1rem 0 1rem;
}

/************* END POST PROCESS ************/

/************* START NO 3D AI ************/
.no3D-border-card {
  padding: 24px;
  border-radius: 8px;
  border: 1px;
  gap: 16px;
  border: 1px solid #d9dde0;
}

.img_textTo2D {
  max-width: 100%;
  max-height: 100%;
}

.converted-img {
  border: 0.5px solid #B3BBC1;
  border-radius: 0.25rem;
}

.button-genera-immagine {
  /* display: flex;
  justify-content: center;
  flex: 0.25;
  margin-left: auto; */
}

.header-1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-transform: uppercase;

  color: #00a996;
}

.textarea-character-count {
  float: right;
  text-align: end;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

.no-border {
  border: none;
}

.progress-bar-image-generation {
  height: 8px;
  color: white;
	line-height: 75px;
	font-size: 35px;
	font-family: "Segoe UI";
	animation-direction: reverse;
	background:  #007367;
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,#007367 0%, #55D5B0 100%);
  border-radius: 20px;
}

.accordion-ai {
  color: #000 !important;
  background-color: transparent !important;
  align-items: flex-start;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  justify-content: space-between;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(20%) !important;
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-20%) !important;
}

.carousel-inner > .carousel-item > div > a > div > img {
  width: 100px;
  height: 100px;
}

.carousel-button {
  border: 1px solid #d9dde0;
  border-radius: 4px;
}

.carousel-image {
  border: 1px solid #d9dde0;
  border-radius: 4px;
}

.carousel-image-selected {
  border: 2px solid #004039;
}

.no3dsalva {
  min-width: 180px;
}

.carousel-buttons {
  display: flex;
  gap: 1rem;
  margin-left: auto; 
  margin-top: 10px
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.icon_3DTo2DDownload {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #555;
  color: white;
  font-size: 14px;
  padding: 10px 10px;
  border: none;
  cursor: default;
  border-radius: 5px;
}

.div_3DTo2D {
  width: 100%;
  min-height: 543px;
  min-width: 543px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d9dde0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.div_3DTo2D .div_download { 
  position: absolute; 
  bottom: 30px; 
  right: 30px;
  width: 44px;
  height: 44px;
 }

.show-ai {
  display: block;
}

.mia-textarea-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mia-textarea {
  overflow: auto;
  border-radius: 0.5rem;
  transition: padding-top 0.3s ease;
  padding-top: 1rem;
  height: calc(10rem + var(--padding-top, 16px));
  min-height: calc(10rem + var(--padding-top, 16px));
}

.mia-textarea:focus {
  outline: none !important;
  border: 1px solid #007367;
  border-radius: 0.5rem;
}

.mia-textarea::-webkit-scrollbar {
    width: 9px;
}
  
.mia-textarea::-webkit-scrollbar-track {
  background: #eceeef; /* sfondo del track */
  border-radius: 9px; /* arrotonda sopra e sotto */
}
  
.mia-textarea::-webkit-scrollbar-thumb {
  background-color: #007367; /* colore del thumb */
  border-radius: 9px; /* arrotonda sopra e sotto */
  border: none; /* rimuove bordo interno */
}
  
/* Firefox */
.mia-textarea {
  scrollbar-width: thin;
  scrollbar-color: #007367 #eceeef;
}

.file-previews-no-3d-modal {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, 48px);
    gap: 1rem;
    width: calc(100% - 2rem);
}
                            
.file-preview-no-3d-modal {
    position: relative;
}

.preview-content-no-3d-modal {
    position: relative;
    width: 48px;
    height: 48px;
}

.preview-content-no-3d-modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.25rem;
    border: 1px solid rgba(236, 238, 239, 1);
}

.remove-file-no-3d-modal {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.remove-file-no-3d-modal .icon.cross {
    filter: brightness(0) invert(1);
}

.upload-photo-no-3d-modal {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    background-color: white;
}

.char-counter-promt-no-3d-modal {
    position: absolute;
    right: 1rem;
    bottom: 0.75rem;
    font-size: 0.875rem;
    color: rgb(48, 67, 85);
    background-color: white;
}

.card-preview-generate-image-no-3d {
  position: relative;
  border: 1px solid #eceeef;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: transparent;
  background-size: cover;
  cursor: default;
  background-position: center;
  width: 100%;
  min-height: 400px;
  max-height: 450px;
}

.div-icon-download-image-ai {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background-color: #007367;
  color: white;
  padding: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-icon-download-image-ai div.icon {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 870px) {
    .card-preview-generate-image-no-3d {
      max-height: 490px;
    }
  }

.card-preview-generate-image-no-3d.active {
  border: 1px solid rgb(151, 165, 176);
  cursor: pointer;
}

.card-preview-generate-image-no-3d.selected {
  border: 2px solid #007367!important;
  cursor: pointer;
}

.card-preview-generate-image-no-3d.preview-image--small {
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    min-height: unset;
    background-size: cover;
}

.carousel-inner-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
}

@media screen and (max-width: 843px) {
    .carousel-inner-item {
      flex-direction: row;
    }
}

.div_3DTo2D .div_empty_image_label { 
  position: absolute; 
  bottom: 25%;
  width: 200px;
  text-align: center;
 }

/************* END NO 3D AI ************/

/************* START POPOVER ************/

.popover-trigger {
  position: relative;
}

.popover {
  position: absolute;
  width: max-content;
  left: -3rem;
  top: 2rem;
  margin-bottom: 15px;
  padding: 1rem;
  border: 1px solid #D9DDE0;
  color: #304355;
  font-weight: 400;
  border-radius: 0.5rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

/************* END POPOVER ************/

/************* START VIDEO UPLOAD ************/

.dimension-iframe-video-upload {
  width: 1200px;
  height: 630px;
}

.position-button-close-video-upload {
  border: 2px solid white;
  color: white;
}

@media (min-width: 851px) and (max-width: 1105px) {
  .dimension-iframe-video-upload {
    width: 1000px;
    height: 525px;
  }
}

@media (min-width: 653px) and (max-width: 850px) {
  .dimension-iframe-video-upload {
    width: 750px;
    height: 394px;
  }
}

@media (min-width: 510px) and (max-width: 652px) {
  .dimension-iframe-video-upload {
    width: 570px;
    height: 300px;
  }
}

@media (min-width: 340px) and (max-width: 509px) {
  .dimension-iframe-video-upload {
    width: 380px;
    height: 200px;
  }
}

@media screen and (max-width: 339px) {
  .dimension-iframe-video-upload {
    width: 300px;
    height: 158px;
  }
}

/************* END VIDEO UPLOAD ************/

.discount-tag {
  border-radius: 6px;
  color: white;
  background-color: #007367 !important;
  font-size: 1rem;
  min-width: 60px;
  height: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner-confirm-mail {
  background: #6BB4F633;
  color: #304355;
  border: 1px solid #6BB4F6;
}

#banner-confirm-mail .resend-verification-email u {
  color: #6BB4F6;
}

/* Toast */
#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.toast {
  min-width: 250px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(274.39deg, #304355 0%, #007367 100%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.3s, transform 0.3s;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

#discount-code-banner {
  font-weight: bold;
}

.tooltiptext.august-shipment {
  left: 0.5rem;
  top: 2.5rem;
}

.warning-alert {
  border: 1px solid #FDD06A;
  background-color: rgba(253, 208, 106, 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.alert-filled {
  background-image: url("../img/svg/generic/alert.svg");
}

a.not-styled {
  color: black;
  text-decoration: none;
}

.download-icon-secondary {
  background-image: url("../img/svg/generic/icon-download-secondary.svg");
}

.text-card-checkout {
  max-width: 20ch;
  word-wrap: break-word;
  hyphens: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lh-1 {
  line-height: 1;
}

@media screen and (min-width: 870px) {
  .mia-hide-lg {
    display: none;
  }
}


@media screen and (max-width: 870px) {
  .table-container-materials-and-technologies {
    overflow-x: auto;
  }

  .mia-hide-md {
    display: none;
  }

  .mia-d-md-block {
    display: block;
  }

  .mia-mt-1 {
    margin-top: 1rem;
  }

  .gap-md-0 {
    gap: 0;
  }
}

.col-span-1 {
  grid-column: span 1;
}

.col-span-2 {
  grid-column: span 2;
}

.two-row-tr-height {
  /* position: static !important; */
  display: flex;
  flex-wrap: wrap;
}

.two-row-tr-height .td-extra {
  flex: 1 1 100%;
  margin: 0 1rem 0 1rem;
}

/* .two-row-tr-height .td-extra:nth-last-of-type(2) {
  margin-bottom: -20px;
} */

.two-row-tr-height td:last-child {
  margin-bottom: 1rem;
}

#table-materials-and-technologies.t-blur .rowtable:not(.clicked, .threshold):nth-of-type(n+4) .td-leadtime span:not(.tooltiptext),
#table-materials-and-technologies.t-blur .rowtable:not(.clicked, .threshold):nth-of-type(n+4) .td-price span:not(.tooltiptext) {
  filter: blur(4px);
}

#table-materials-and-technologies .icon-express-delivery {
  filter: blur(0px)!important;
  padding-left: 5px;
}

.tooltiptext.opacity-tooltip {
  width: 500px;
  left: 2rem;
}
  
.td-fdm {
  flex: 1 1 40% !important;;
  display: flex;
}

.td-maraging {
  flex: 1 1 100%;
  display: flex;
  margin-bottom: 0 !important;
}

.td-multi-tech {
  flex: 1 1 40% !important;
  display: flex;
}

.font-size-business-day-express-delivery { font-size: 1.1rem!important; }

/* ### START THANK YOU PAGE ### */
.container-thank-you-page {
  display: block; 
  background-color: #fff; 
  padding: 20px; 
  border-radius: 1.5rem;
}
/* ### END THANK YOU PAGE ### */

.accordion--open .chevron-down {
  transform: rotate(180deg);
}

.expandable-section {
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  /* transition: visibility 0s, opacity 0.5s linear; */
}

.expandable-section--open {
  /* transition: all 1s ease; */
  height: fit-content;
  visibility: visible;
  opacity: 1;
}

.accordion-wrapper {
  border-radius: 0.5rem;
  border: 1px solid #D9DDE0;
  padding: 10px;
}

.global-banner .alert__body {
  gap: 1rem;
}

.accordion-wrapper.accordion--open {
  padding-bottom: 0;
}

.accordion-wrapper.accordion--open #additional-attachments-expand {
  padding-bottom: 10px;
}

#discount-banner .alert__content {
  font-size: 17px;
}

.accordion--open #cost-summary {
  border-bottom: 1px solid #D9DDE0;
  padding-bottom: 10px;
}

.accordion-mia {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #D9DDE0;
  position: relative;
}
.accordion-mia__intro {
  position: relative;
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.accordion-mia__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  color: black;
  opacity: 0;
}
.accordion-mia h4,x
.accordion-mia p {
  margin: 0;
  line-height: 1;
}
.accordion-mia h4 {
  color: black;
  font-size: 26px;
  font-weight: 500;
}
.accordion-mia p {
  color: black;
  font-size: 15px;
}
.accordion-mia__active .accordion-mia__content {
  padding: 0 20px 20px;
  opacity: 1;
}

.pp-availables {
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #7992A1;
  margin-left: 8px;
}

.pp-title {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
}

.pp-detail-title {
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #7992A1;
}

.warning-title {
  font-family: Source Sans Pro;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: black;
}

.warning-check-title {
  font-family: Source Sans Pro;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: black;
  margin-bottom: 5px;
}

.warning-check {
  font-family: Source Sans Pro;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: black;
}

.accordion-mia__active .chevron-down {
  transform: rotate(180deg);
}

.dropdown-absolute {
  position: absolute;
  width: 92.5%;
  margin-top: 23px;
}

.mt-50px {
  margin-top: 50px;
}

#additional-attachments-wrapper {
  background-color: #ffffff;
}

#additional-attachments-wrapper .accordion-wrapper {
  padding: 1.5rem;
}

.button.additional-attachments-cta {  
  justify-content: center;
}

#delayed-delivery-banner .alert__content {
  font-size: 1rem;
}


.mia-grid-50-50 {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  column-gap: 20px; 
}

.mia-grid-60-40 {
  display: grid;
  grid-template-columns: calc(40% - 10px) calc(60% - 10px);
  column-gap: 20px; 
}

@media (max-width: 1024px) {
  .mia-grid-60-40 {
    grid-template-columns: 100%; 
  }

  .mia-grid-50-50 {
    grid-template-columns: 100%; 
  }
}

.mia-py-03 {
  padding: 0.3rem 0;
}

.mia-pb-05 {
  padding-bottom: 0.5rem;
}

.border-bottom-primary-xl {
  border-bottom: 3px solid #007367;
}

.border-bottom-grey-400 {
  border-bottom: 1px solid #D9DDE0;
}

.tds-tables {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.tds-tables .tds-table {
  flex: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .tds-tables .tds-table {
    flex: 100%;
  }
}


.phone-input {
  border: 1px solid #B3BBC1;
  border-radius: 4px;
}

.phone-input-signin-page {
  
}

.telephone-inputs-container {
  position: relative;
}

.telephone-prefix-input{
  position: absolute;
  width: 50px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  text-align: center;
}

#telefono,
#phone_form_slogged {
  padding-left: 50px;
  box-shadow: none;
  border: none;
}

#country-div-checkout,
#country-div-checkout-modale {
  width: 200px;
  top: 100%;
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#country-div-checkout::-webkit-scrollbar,
#country-div-checkout-modale::-webkit-scrollbar {
  height: 100%;
  width: 8px;
}

#country-div-checkout::-webkit-scrollbar-track,
#country-div-checkout-modale::-webkit-scrollbar-track {
  border-radius: 0%;
  background: #f2f2f3;
}

#country-div-checkout::-webkit-scrollbar-thumb,
#country-div-checkout-modale::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #007367;
  width: 5px;
}

#telephone-prefix,
#telephone-prefix-modale {
  box-shadow: none;
}

#btn-prefix,
#btn-prefix-modale {
  width: 80px; 
  height: 100%; 
  background-color: #f3f5f9;
  box-shadow: none;
}

#btn-prefix:not(.signin-page),
#btn-prefix-modale:not(.signin-page) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#btn-prefix.signin-page,
#btn-prefix-modale.signin-page {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px!important;
  border: 1px solid #B3BBC1;
  padding: 0 1rem;
  height: 2.5rem;
  max-height: 2.5rem;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
}
.td-technology {
  flex: 10;
  min-width: 200px;
  max-width: 290px;
}

.td-divide {
  border-top: 1px solid #D9DDE0;
  padding-top: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 1rem 0 1rem;
  flex: 1 1 100%;
}

#div-payment-checkout > div.rounded-top {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

#div-payment-checkout > div.rounded-bottom {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.div-file-name-scroll-on-hover {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  box-sizing: border-box;
  max-width: 600px;
  width: 100%;
  overflow: hidden;
}

.div-file-name-scroll-on-hover-checkout {
  max-width: 300px;
}

.div-file-name-scroll-on-hover-profile {
  max-width: 450px!important;
}

.file-name-scroll-on-hover {
  display: inline-block;
  white-space: nowrap;
  transition: transform 1.5s ease-in-out;
  will-change: transform;
  position: relative;
  font-size: 1rem;
  cursor: help;
}

.file-name-scroll-on-hover-checkout {
  transition: transform 2.5s ease-in-out!important;
}

.file-name-scroll-on-hover-profile,
.file-name-scroll-on-hover-detail-checkout {
  font-size: 22px!important;
  transition: transform 2s ease-in-out!important;
}

@media screen and (max-width: 1040px) {
  .div-file-name-scroll-on-hover-checkout {
    max-width: 250px!important;
  }
}

@media screen and (max-width: 740px) {
  .div-file-name-scroll-on-hover {
    max-width: 100%;
  }
}

.online_3d_viewer > div {
  display: none !important;
}

/* .cursor-click-animation {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #007367;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: click-scale-shadow 2s 3;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0 0 0 rgba(0,0,0,0); 
} */

/* Animazione di movimento e click */
@keyframes click-scale-shadow {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 rgba(0,115,103,0);
    opacity: 1;
  }
  25% {
    transform: translate(-50%, -50%) scale(2);
    box-shadow: 0 0 15px 5px rgba(0,115,103,0.6);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.75);
    box-shadow: 0 0 8px 3px rgba(0,115,103,0.4);
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    box-shadow: 0 0 12px 4px rgba(0,115,103,0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 rgba(0,115,103,0);
    opacity: 1;
  }
}