html, body {
  font-family: "Raleway", sans-serif;
}
html p, body p {
  margin: 0 !important;
  padding: 0 !important;
}

.swal2-cancel, .swal2-confirm {
  padding: 10px 10px !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  outline: none !important;
  min-width: 100px !important;
  box-shadow: none !important;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.form-group label {
  color: #333;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.error {
  color: red !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0 !important;
}

.expand-button {
  background-color: transparent; /* Sfondo trasparente */
  border: none; /* Nessun bordo */
  color: #333; /* Colore del testo */
  text-decoration: underline; /* Sottolineato */
  cursor: pointer; /* Cambia il cursore al passaggio del mouse */
  padding: 0; /* Rimuove il padding predefinito */
  margin-top: 0.5rem; /* Spazio sopra il pulsante */
}

.expand-button:hover {
  color: #000; /* Cambia il colore del testo al passaggio del mouse */
}

.submit-button {
  background-color: #26282a; /* Colore di sfondo */
  color: #fff; /* Colore del testo */
  border: none; /* Nessun bordo */
  padding: 10px 20px; /* Padding interno */
  font-size: 16px; /* Dimensione del testo */
  cursor: pointer; /* Cambio del cursore al passaggio del mouse */
  border-radius: 5px; /* Bordi arrotondati */
  display: block; /* Rende il bottone un blocco */
  margin: 0 auto; /* Centra il bottone orizzontalmente */
}

.submit-button:hover {
  background-color: #000; /* Cambia il colore di sfondo al passaggio del mouse */
}

.close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  opacity: 0.5;
}

.close:hover {
  opacity: 1;
}

.close:focus {
  outline: none;
}

.new_request {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.new_request h2 {
  font-size: 20px;
  font-weight: 900;
}
.new_request h1 {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 575px) {
  .new_request h1 {
    font-size: 25px;
  }
}
.new_request .form-check input[type=checkbox] {
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
}
.new_request .form-check label {
  display: inline-block;
  padding-top: 6px;
  margin-left: 5px;
}
@media (max-width: 575px) {
  .new_request .spawn-switch {
    font-size: 14px;
  }
}
.new_request .card {
  border-radius: 30px;
  overflow: hidden;
}
.new_request .card .card-header {
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.new_request .card .card-header h4 {
  font-weight: 700;
  font-size: 24px;
}
.new_request .card .card-header p {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .new_request .card .card-header {
    padding: 15px;
  }
  .new_request .card .card-header h4 {
    font-size: 18px;
  }
  .new_request .card .card-header p {
    font-size: 14px;
  }
}
.new_request .card .form-group label {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.new_request .card .form-group input, .new_request .card .form-group select, .new_request .card .form-group textarea {
  border-radius: 20px;
}
.new_request .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}
.new_request .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.new_request .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: 0.4s;
}
.new_request .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #ccc;
  transition: 0.4s;
}
.new_request input:checked + .slider {
  background-color: #581866;
}
.new_request input:checked + .slider:before {
  background-color: #fff;
}
.new_request input:focus + .slider {
  box-shadow: none;
}
.new_request input:checked + .slider:before {
  transform: translateX(18px);
}
.new_request .slider.round {
  border-radius: 34px;
}
.new_request .slider.round:before {
  border-radius: 50%;
}
.new_request .span-switch {
  font-size: 16px;
  font-weight: 400;
}
.new_request .select2-container--default.select2-container--disabled .select2-selection--single {
  border-radius: 20px;
  height: 37px;
}
.new_request .select2-container--default.select2-container .select2-selection--single {
  border-radius: 20px;
  height: 37px;
}
.new_request .select2-selection__rendered {
  margin-top: 5px;
}
.new_request .btn-link {
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #581866;
  color: #fff;
  text-decoration: none !important;
}
.new_request .btn-link:hover {
  background-color: #581866 !important;
  color: #fff !important;
}
.new_request .final-submit .btn-link {
  padding: 10px 80px;
  border-radius: 30px;
}
.new_request .final-submit span {
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.new_request input[type=file]::file-selector-button {
  border: none;
  transition: 1s;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #581866;
  color: #fff;
  text-decoration: none !important;
}
.new_request input[type=file]::file-selector-button:hover {
  background-color: #581866;
}

#privacyModal p, #privacyModal span {
  padding: 0;
  margin: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.btn-icon {
  padding: 10px 10px;
  border-radius: 20px;
  background-color: #581866;
  color: #fff;
  text-decoration: none !important;
  outline: none !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.btn-icon img {
  width: 15px;
  margin-left: 10px;
  margin-right: 10px;
  fill: #fff;
}
.btn-icon span {
  vertical-align: middle;
  line-height: 10px;
  font-weight: 700;
}

.btn-icon:hover {
  background-color: #581866 !important;
  color: #fff !important;
}

.btn-inversed {
  background-color: #fff;
  border: 2px solid #581866;
  color: #581866;
}
.btn-inversed img {
  fill: #581866;
}

.btn-inversed:hover {
  background-color: #fff !important;
  border: 2px solid #581866 !important;
  color: #581866 !important;
}

.reserved_area {
  min-height: 600px;
}
.reserved_area h2 {
  font-size: 20px;
  font-weight: 900;
}
.reserved_area h1 {
  font-size: 40px;
  font-weight: 900;
}
.reserved_area .btn-delete {
  background-color: #fff;
  border: 2px solid #F40000;
  color: #F40000;
}
.reserved_area .btn-delete img {
  fill: #F40000;
}
.reserved_area .card {
  border-radius: 30px;
  overflow: hidden;
}
.reserved_area .card .card-header {
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .reserved_area .card .card-header {
    padding: 15px;
  }
}
.reserved_area .card .card-header h4 {
  font-weight: 700;
  font-size: 24px;
}
.reserved_area .card .card-header p {
  font-size: 16px;
  font-weight: 400;
}
.reserved_area .card .form-group label {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.reserved_area .card .form-group input, .reserved_area .card .form-group select {
  border-radius: 20px;
}
.reserved_area .card .menu {
  list-style-type: none;
}
@media (max-width: 1199px) {
  .reserved_area .card .menu {
    padding-left: 10px !important;
  }
}
.reserved_area .card .menu li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .reserved_area .card .menu li {
    margin-bottom: 20px;
  }
}
.reserved_area .card .menu li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.reserved_area .card .menu li img {
  width: 15px;
  margin-right: 10px;
}
.reserved_area .card .menu li span {
  vertical-align: middle;
  line-height: 10px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .reserved_area .card .menu li span {
    line-height: 15px;
  }
}
.reserved_area .card .menu li:last-of-type {
  margin-bottom: 0;
}
.reserved_area .card .menu .active a, .reserved_area .card .menu .active img, .reserved_area .card .menu .active span {
  color: #76B72A !important;
  fill: #76B72A !important;
}
.reserved_area .status-status {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-right: 7px;
}
.reserved_area .request-row {
  border-bottom: 3px solid #ccc;
}

.mynavbar .nav-logo {
  display: block;
  width: 200px;
  margin-right: 20px;
}
.mynavbar .nav-title {
  font-size: 20px;
  font-weight: 700;
}
.mynavbar .info img {
  width: 16px;
  margin-right: 5px;
  margin-left: 15px;
}
.mynavbar .info a {
  color: var(--bs-card-color);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.mynavbar .login {
  text-align: end;
  margin-left: 50px;
}
.mynavbar .login span {
  font-size: 13px;
  font-weight: 700;
  display: block;
}
.mynavbar .login a {
  margin-top: -8px;
  display: block;
  color: #581866 !important;
}
.mynavbar .login img {
  width: 36px;
  margin-right: 0;
  margin-left: 5px;
  color: #581866 !important;
  fill: #581866 !important;
}

.myfooter .colored {
  color: #581866 !important;
  font-size: 20px;
  font-weight: 700;
}
.myfooter .foot-logo {
  display: block;
  width: 200px;
  margin-bottom: 20px;
}
.myfooter .foot-rag {
  font-size: 13px;
  font-weight: 400;
}
.myfooter .info img {
  height: 16px;
  margin-right: 5px;
}
.myfooter .info a {
  color: var(--bs-card-color);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.myfooter .app {
  text-align: right;
}
.myfooter .app p {
  font-size: 12px;
  font-weight: 400;
}
.myfooter .app img {
  height: 30px !important;
}
.myfooter .barretta {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.request_sent h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 46.96px;
  text-align: center;
}
.request_sent h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.18px;
  text-align: center;
}
.request_sent p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.home .hero {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-color: grey;
  position: relative;
}
.home .hero .texts {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 80px;
  color: #fff;
  width: 50%;
}
.home .hero .texts h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.48px;
}
.home .hero .texts h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 46.96px;
}
@media (max-width: 1199px) {
  .home .hero .texts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .home .hero .texts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .hero .texts h2 {
    font-size: 20px;
  }
  .home .hero .texts h1 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .home .hero .texts {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home .hero .texts h2 {
    font-size: 10px;
  }
  .home .hero .texts h1 {
    font-size: 10px;
  }
}
.home .hero .login-box {
  position: absolute;
  right: 80px;
  bottom: -40px;
  background-color: #fff;
  padding: 30px;
  text-align: center;
  width: 35%;
  box-shadow: 0px 8px 16px 4px rgba(0, 0, 0, 0.1490196078);
  border-radius: 30px;
}
.home .hero .login-box h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 28.18px;
}
.home .hero .login-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.home .hero .login-box .btn {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .home .hero .login-box {
    width: 40%;
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .home .hero .login-box {
    width: 50%;
    padding: 15px;
    right: 30px;
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  .home .hero .login-box {
    width: 90%;
    padding: 15px;
    right: 5%;
    bottom: -90px;
  }
}
@media (max-width: 575px) {
  .home .hero .login-box {
    width: 90%;
    padding: 10px;
    right: 5%;
    bottom: -120px;
  }
}
.home .hero .intro p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.home .works .img {
  width: 100px;
  height: 100px;
  padding: 30px 0px 0px 0px;
  border-radius: 50px;
  background-color: #E7F0FE;
  margin: auto;
  margin-bottom: 20px;
}
.home .works .img img {
  width: 50px;
  color: #581866;
  fill: #581866;
}
.home .works h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.home .works h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}
.home .works p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 991px) {
  .home .works h4 {
    font-size: 16px;
  }
  .home .works p {
    font-size: 14px;
  }
}
.home .list-offices {
  width: 100%;
  background-color: #F3F3F3;
}
.home .list-offices h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.home .list-offices .description {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.home .list-offices .item {
  padding: 20px;
  border-radius: 30px;
}
.home .list-offices .item-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
}
.home .list-offices .item-content .item-title {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.home .list-offices .item-content .item-title img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.home .list-offices .item-content .places .place {
  margin-top: 15px;
}
.home .list-offices .item-content .places span {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.home .list-offices .item-content .places i {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}
.home .list-offices .item-content .places .text-violet {
  font-size: 16px;
  font-weight: 700;
  color: #581866;
  text-decoration: none;
}
.home .list-offices .item-content .places .text-violet img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.home .contacts {
  width: 100%;
  border-radius: 30px;
  background-color: #fff;
}
.home .contacts h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
}
.home .contacts .description {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}
.home .contacts .places .place {
  margin-top: 15px;
}
.home .contacts .places span {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.home .contacts .places i {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}
.home .contacts .places .text-violet {
  font-size: 16px;
  font-weight: 700;
  color: #581866;
  text-decoration: none;
}
.home .contacts .places .text-violet img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.form-check-input {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
       appearance: checkbox !important;
}/*# sourceMappingURL=style.css.map */