@charset "UTF-8";
.steps {
  max-width: 600px;
  margin: 0 auto;
}

.steps .box {
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 0.2rem;
}

.steps .box header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fb;
  height: 30px;
  border-radius: 0.3rem;
}

.steps .box ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 100px;
}

.steps .box li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
}

.steps .box li::before {
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #c4c4c4;
  white-space: nowrap;
  letter-spacing: 0.05rem;
}

.steps .box li:nth-of-type(1)::before {
  content: "DESCRIZIONE";
}

.steps .box li:nth-of-type(2)::before {
  content: "ESPOSIZIONE";
}

.steps .box li:nth-of-type(3)::before {
  content: "FOTO";
}

.steps .box li:nth-of-type(4)::before {
  content: "CONFERMA";
}

.steps .box .s::after {
  content: " ";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #948d8d;
  position: absolute;
}

.steps .box .s::before {
  color: #948d8d;
  font-weight: 700;
}

.steps img {
  width: 1rem;
  height: 1rem;
  opacity: 0.2;
}

.steps .ffrew {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 1rem 0 1rem 0;
}

@media screen and (max-width: 350px) {
  .steps .box ul {
    flex-direction: column;
    align-items: start;
    padding-left: 1rem;
  }
  .steps .box li::before {
    left: 110%;
    top: auto;
    transform: translateX(0);
  }
}
label {
  color: #636363;
  font-weight: 400;
  letter-spacing: 0.02rem;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 0.9rem;
  /*padding: 0 0.1rem; */
  cursor: pointer;
}

input, textarea {
  display: inline-block;
  border: none;
  color: #636363;
  outline: 0;
  background: transparent;
  font-size: 0.9rem;
  padding: 0 0 0 0.6ch;
  font-weight: 700;
  cursor: pointer;
}

.text, .radioButton {
  overflow: hidden;
}

.text, .dd, .radioButton {
  padding: 0.82rem 0.72rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 0.3rem;
  background: linear-gradient(to right bottom, #ffffff, #fefefe, #fdfdfd, #fcfcfc, #fbfbfb, #fafafa, #f9f9f9, #f8f8f8);
  vertical-align: top;
  cursor: pointer;
  /*
  input {
      min-width: 0; 
      flex-grow: 1;
  }*/
}

.text input, .dd input, .radioButton input {
  flex-grow: 1;
  min-width: 1rem;
}

.text svg, .dd svg, .radioButton svg {
  flex-shrink: 0;
  /*width: 0.9rem;*/
  flex-basis: 0.9rem;
  pointer-events: none;
}

.text svg path, .dd svg path, .radioButton svg path {
  fill: #c4c4c4;
}

.text svg circle, .dd svg circle, .radioButton svg circle {
  fill: #c4c4c4;
}

.rotate {
  transform: rotate(180deg);
}

.rotate path {
  fill: #636363;
}

.iconsFocus {
  width: 1rem;
}

.iconsFocus path {
  fill: #636363 !important;
}

.error {
  color: #f14668;
  background: white;
  font-size: 0.8rem;
  padding: 0.2rem;
  font-weight: 600;
  height: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.dd ul {
  z-index: 1;
  top: 110%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 0.3rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background: white;
  font-size: 0.9rem;
  font-family: monospace;
  opacity: 0;
  transition: opacity 0.4s;
}

.dd ul li {
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #636363;
  text-align: center;
  background: white;
  line-height: 2rem;
}

.dd .cnt {
  flex-grow: 1;
}

.dd .cnt input {
  width: 100%;
}

.dd .error {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  border: 1px solid #f14668;
}

.inverse ul {
  bottom: 110%;
  top: auto !important;
}

.radioButton {
  padding: 0;
  min-height: 3rem;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}

.radioButton ul {
  flex-wrap: wrap;
}

.radioButton li {
  text-align: center;
  cursor: pointer;
  padding: 0.82rem 0.72rem;
}

.radioButton label {
  display: inline-block;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}

.radioButton label:hover::after {
  position: absolute;
  bottom: 80%;
  left: calc(50% - 5px);
  content: "▼";
  font-size: 0.9rem;
  /*width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #636363 transparent transparent  transparent; */
}

.radioButton input {
  visibility: hidden;
  position: absolute;
}

.radioButton input:checked + label {
  border-bottom: 8px dotted #822e2e;
  margin-bottom: -1rem;
  text-shadow: 0px 0px 1px black;
}

.radioButton:hover {
  border-color: #96c8da;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

.block {
  display: block;
}

.dnone {
  display: none;
}

.opacity {
  opacity: 1 !important;
}

/*border*/
.text:hover, .dd:hover {
  border-color: #a1a1a1;
}

div.text.borderFocus, div.dd.borderFocus {
  border-color: #96c8da;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

div.text.borderError, div.dd.borderError, ul.radioButton.borderError {
  border-color: #f14668 !important;
}

/*border*/
/* custom style non includere se non necessari*/
.ddStyleLabel {
  border: none;
  background: none;
}

.ddStyleLabel input {
  width: 0;
  height: 0;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.2rem;
}

.help1, .help2 {
  width: 100px;
}

.helpBox {
  z-index: 3;
  position: absolute;
  background-color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-size: 0.8rem;
  border: 2px solid #c4c4c4;
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.helpBox .closeIcon {
  cursor: pointer;
  position: absolute;
  width: 1rem;
  right: 5px;
  top: 5px;
}

.helpBox .closeIcon path {
  fill: #636363;
}

.helpIcon {
  width: 1rem;
  height: 1rem;
}

.close {
  display: none;
}

#loader {
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

#loader div {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #A0A0A0;
  width: 50px;
  height: 50px; /* Safari */
  animation: spin 1s linear infinite;
  margin: auto;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/***************/
.loaderImage {
  width: 149px;
}

.loaderImage div {
  margin: auto auto;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: loaderImage 2s linear infinite;
}

@keyframes loaderImage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/***************/
.search {
  z-index: 901;
  background-color: white;
  max-width: 400px;
  max-height: 0;
  /*transition: max-height 0.25s ;*/
  overflow: hidden;
  position: relative; /*stacking context */
  margin: 1rem auto;
}

.search.open {
  background-color: white;
  animation: apri 0.3s forwards ease-in;
  /*overflow: visible;*/
  padding: 0.5rem 1rem 1rem;
  border-radius: 0.3rem;
  /* transition: max-height 1.25s ease-in; */
}

.search .tags {
  flex-basis: 0;
}

.search .title {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  opacity: 0.6;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.search .twin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search .dd {
  padding: 0.42rem !important;
}

.search .dd.w100 {
  width: 100%;
}

.search .dd.w170px {
  width: 170px;
}

.search .dd ul.h200px {
  max-height: 300px;
  overflow-y: auto;
}

.search .dd .labelFocus {
  opacity: 1;
  color: #636363;
}

.search .multi {
  border: 1px solid #c4c4c4;
  border-radius: 0.3rem;
  padding-bottom: 0.22rem;
  background: linear-gradient(to right bottom, #ffffff, #fefefe, #fdfdfd, #fcfcfc, #fbfbfb, #fafafa, #f9f9f9, #f8f8f8);
}

.search .multiCnt .dd {
  border: none;
  background: none;
}

.search .multiCnt .dd input::-moz-placeholder {
  font-size: 0.8rem;
}

.search .multiCnt .dd input::placeholder {
  font-size: 0.8rem;
}

.search .multiCnt .focus {
  border-color: #96c8da;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
 

.search .tagType {
  display: inline-block;
  position: relative;
}

.search .tag {
  min-height: 1.1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  padding: 0.1rem 0.3rem;
  /*margin: 0 0.3rem 0;*/
  margin: 0.1rem 0.3rem;
  border-radius: 0.2rem;
  letter-spacing: 0.05rem;
  color: white;
  background-color: #1a73e8;
  font-weight: 700;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.search .tag svg {
  width: 0.7rem !important;
  flex-shrink: 0;
}

.search .tag svg path {
  fill: white;
}

.search .tag:hover {
  transform: scale(1.01);
}

.search .tag.abs {
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.5rem;
  right: 0;
}

.search .type {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  padding: 0.3rem;
  margin: 0.5rem 0;
  border-radius: 0.2rem;
  letter-spacing: 0.07rem;
  height: 1rem;
  background-color: white;
}

.search .type > svg {
  cursor: pointer;
  width: 1rem;
}

.search .type > svg path {
  fill: #636363;
}

@keyframes apri {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1000px;
    overflow: visible;
  }
}
.searchBg {
  z-index: 900;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
}

.ddStyle1 input {
  width: 0;
  height: 0;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.2rem;
}

.divider {
  box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.149);
}

.filters {
  width: 1.5rem;
}

/********** card **********/
.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 300px;
  height: 600px;
  background: white;
  border-radius: 0.3rem;
  color: #343434;
  margin: 0.4rem;
  border: none;
}

.card img {
  padding: 0px;
  margin: 0px;
  border-radius: 0.3rem 0.3rem 0 0;
}

.card .main {
  padding: 4px;
}

.card .title {
  display: flex;
  align-items: center;
}

.card .title span {
  font-size: 0.8rem;
  background: #f2f2f2;
  padding: 0.0625rem 0.3125rem;
  margin: 0 0.3rem 0 0.7rem;
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.searchBox {
  position: sticky;
  top: 0;
}

.skeleton {
  opacity: 0.7;
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
    color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
    color: hsl(200, 20%, 95%);
  }
}
.topCnt {
  position: relative;
  height: 2.5rem;
  margin: 0;
  padding: 0;
}

.closeW {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.9rem;
}

.closeW path {
  fill: #c4c4c4;
}

.closeW:hover path {
  fill: #636363;
}

.search label {
  color: hsla(0, 0%, 15%, 0.3);
  font-weight: 700;
}

.search input::-moz-placeholder {
  color: hsla(0, 0%, 15%, 0.5);
  font-weight: 700;
}

.search input::placeholder {
  color: hsla(0, 0%, 15%, 0.5);
  font-weight: 700;
}

.search .multi, .search .dd {
  border-color: hsla(0, 0%, 65%, 0.2);
  border-width: 3px;
}

.search .type {
  color: hsl(0, 0%, 65%);
}

.search .icons {
  fill: hsla(0, 0%, 65%, 0.5);
}

.search .icons path {
  fill: hsla(0, 0%, 65%, 0.5);
} /*# sourceMappingURL=logIn.css.map */
