@import url("../fontkit/fonts.css");
.background-image {
  background-image: url("../images/darker-bg.png");
  background-size: cover;
  /* per adattare l'immagine alle dimensioni della finestra del browser */
  background-position: center;
  /* per centrare l'immagine */
  background-repeat: no-repeat;
  margin-bottom: 0;
}

a {
  box-shadow: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #F58221;
}

.font-primary {
  font-family: "Maison Neue Extended", sans-serif;
}

.font-secondary {
  font-family: "Bellarina";
  color: #1C99D6;
}

.vh-90 {
  min-height: 90vh;
}

.vh-80 {
  min-height: 80vh;
}

.btn-curve {
  background: transparent;
  color: white;
  background-image: linear-gradient(to right, #F15A24, #F7931E);
  border-color: transparent;
  font-family: "Maison Neue Extended", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 70%;
}

.btn-curve:focus {
  outline: none;
  border-color: #F58221;
}

.btn-curve span {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: "Maison Neue Extended", sans-serif;
}

#skipButton {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: "Maison Neue Extended", sans-serif;
}

.span-style {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: "Bellarina";
}

.span-or {
  color: #d6d6d6;
  font-family: "Bellarina";
  font-size: 40px;
}

.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Assicurati che l'header sia sopra agli altri contenuti */
}

.logo-header {
  max-height: 2.5rem;
}

.logo {
  width: inherit;
  max-width: 35rem;
}

#backImage {
  cursor: pointer;
}

.footer {
  background-color: #000000;
  width: 100%;
  padding: 20px 0;
  /* Spazio intorno ai contenuti del footer */
}

.footer-element span {
  color: #ffffff;
  font-size: 15px;
  font-family: "Maison Neue Extended", sans-serif;
}

.icons {
  margin-right: 10px;
}

.background-black {
  background-image: linear-gradient(60deg, #00AFEC 0%, #5FD9E5 100%);
}

.background-white {
  background-color: #ffffff;
}

.color-red {
  color: #F58221;
}

input {
  padding: 20px;
  font-size: 17px;
  font-family: "Maison Neue Extended", sans-serif;
  border: solid 1px;
}

label {
  font-family: "Maison Neue Extended", sans-serif;
  font-size: 13px;
}

.input-error {
  border-color: red;
  background-color: #fce4e4;
  outline: none;
}

.input-error::placeholder {
  color: red;
}

.span-error {
  color: red;
  font-size: 13px;
}

.input-box {
  padding-bottom: 40px;
}

h1 {
  font-family: "Maison Neue Extended", sans-serif;
  font-weight: 800;
  color: #ffffff;
}

h2 {
  color: #ffffff;
  font-family: "Maison Neue Extended", sans-serif;
  line-height: 52px;
}

h3 {
  color: #252525;
  font-size: 45px;
  font-family: "Maison Neue Extended", sans-serif;
}
h3 span {
  color: #1C99D6;
  font-size: 60px;
  font-family: "Bellarina";
}

.transparent {
  font-family: "Bellarina";
  font-size: 60px;
}

.button-container {
  background-color: black;
  color: #ffffff;
  border: solid 1px;
  border-radius: 6px;
  text-transform: uppercase;
}

select {
  border-color: #767676;
  border: solid 1px;
  border-radius: 6px;
  padding: 22px;
  margin: 2px;
  font-size: 17px;
  font-family: "Maison Neue Extended", sans-serif;
}

.btn-img {
  border-color: #F58221;
  padding: 20px 50px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-img span {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  color: black;
  font-family: "Maison Neue Extended", sans-serif;
}

.btn-img:hover,
.btn-img:focus {
  outline: none;
  border-color: #F58221;
}

#clientForm {
  padding-bottom: 3rem;
}

#clientNote {
  padding-top: 3rem;
}

#note {
  height: 171px;
}

@media only screen and (max-device-width: 576px) and (-webkit-min-device-pixel-ratio: 2) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-device-width: 577px) and (-webkit-min-device-pixel-ratio: 2) {
  .phone {
    display: none;
  }
}
.custom-file-input {
  visibility: hidden;
  position: absolute;
}

.custom-file-label {
  background-color: #F58221;
  color: #ffffff;
  padding: 21px;
  cursor: pointer;
  font-size: 17px;
  border: solid 1px;
  border-radius: 6px;
}

.file-uploaded {
  background-color: green !important;
}

textarea {
  padding: 20px;
  font-size: 17px;
}

.uppercase {
  text-transform: uppercase;
  font-size: 40px;
}

@media only screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .title-form {
    padding-left: 4%;
  }
  h2 {
    font-size: 35px;
  }
}
.loading {
  position: fixed;
  /* o absolute, a seconda delle tue esigenze */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6235294118);
  z-index: 9999;
}

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: transparent;
  border: 3px solid #3c3c3c;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-family: sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.ring:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid #F58221;
  border-right: 3px solid #F58221;
  border-radius: 50%;
  animation: animateC 1.2s linear infinite;
}

.span-loading {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  animation: animate 1.2s linear infinite;
}

.span-loading:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F58221;
  top: -6px;
  right: -8px;
}

@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
input[type=file] {
  /* nascondi l'aspetto predefinito */
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

.login {
  font-family: "Maison Neue Extended", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.user-box {
  position: relative;
}
.user-box input {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.user-box input::placeholder {
  color: white;
}
.user-box label {
  position: absolute;
  font-family: "Maison Neue Extended", sans-serif;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.alert {
  background-color: transparent;
  border: none;
  color: #F58221;
  font-weight: 300;
  padding: 0;
}

.bg-black {
  background: rgb(18, 18, 18) !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.459);
  text-align: left;
  font-size: 14px;
  padding: 16px;
}

thead {
  border-bottom: 2px solid #3FB5E5;
  background-color: #3FB5E5;
  font-family: "Maison Neue Extended", sans-serif;
  font-size: 14px;
  color: #ffffff;
}

td {
  font-family: "Maison Neue Book", sans-serif;
  color: #252525;
  padding: 16px;
}

.font-bold {
  font-family: "Maison Neue Extended", sans-serif;
}

tr {
  border-bottom: 1px solid rgba(63, 63, 63, 0.205);
}

tr:last-child td {
  border-bottom: none;
}

a {
  color: #252525;
  font-weight: 400;
}

a:hover {
  color: #3FB5E5;
}

.par-title {
  font-weight: 400;
  text-align: start;
}

.pagination {
  justify-content: center;
  margin-top: 4rem;
}
.pagination .page-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.2rem;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: none;
  background-color: #f7f7f7;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.pagination .page-link:hover {
  background-color: #F58221;
  color: #ffffff;
  border-color: #F58221;
}
.pagination .page-link.active {
  background-image: linear-gradient(to right, #F15A24, #F7931E);
  color: #ffffff;
}

.custom-link {
  font-family: "Maison Neue Extended", sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-image: linear-gradient(to right, #F15A24, #F7931E);
  border: 1px solid #F58221;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s, color 0.3s;
}

.custom-link:hover {
  background-color: #F58221;
  color: #ffffff;
}

.error {
  color: white;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .title-form {
    padding-left: 0;
  }
  .vh-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .footer {
    margin-top: 48px;
  }
  .icons {
    max-height: 45%;
  }
  #clientNote {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #clientForm {
    padding-bottom: 0 !important;
    padding-top: 6rem !important;
  }
  .title-form h2 {
    padding: 0;
    margin: 0;
    font-size: 30px;
  }
  .logo {
    max-width: 15rem;
  }
  .py-mobile {
    padding-bottom: 0 !important;
  }
}
.debug {
  background-color: rgba(255, 0, 0, 0.61);
  border: 1px solid black;
}

@media screen and (min-width: 569px) {
  .display-flex {
    display: flex;
  }
  .icons {
    max-height: 80%;
  }
  .photo-button {
    display: flex;
  }
}
.img-wrapper {
  max-width: 200px;
}

.btn_download {
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  background-image: linear-gradient(to right, #F15A24, #F7931E);
}

.icon {
  font-size: 20px;
}

.small-image {
  max-width: 100%;
}

.name-target {
  font-family: "Maison Neue Extended", sans-serif;
}

@media screen and (max-width: 767px) {
  .admin {
    display: block !important;
  }
  .fs-name-target h3 {
    font-size: 33px;
  }
}

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