.top_block {
  margin-top: -100px;
  z-index: -1;
  position: relative;
}


/* ------------------------------------------------- */
/* BOX MACRO-CATEGORIE (con icone) */
/* ------------------------------------------------- */

#page-servizi #box {
  transition: 0.2s ease-in-out;
  background-color: #ffffff;
}

#page-servizi #box .title {
  font-size: 20px;
  font-weight: bold;
  color: var(--grey-color);
  transition: 0.2s ease-in-out;
}

#page-servizi #box .text {
  color: var(--grey-color);
  font-size: 14px;
  transition: 0.2s ease-in-out;
}

#page-servizi #box .icona {
  height: 45px;
  transition: 0.2s ease-in-out;
}

#page-servizi #box .icona i {
  font-size: 40px;
  color: var(--second-color);
  transition: 0.2s ease-in-out;
}

#page-servizi #box .link {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--grey-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

#page-servizi #box .link:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  margin-left: 8px;
  margin-bottom: -4px;
}

#page-servizi #box:hover {
  background-color: var(--second-color) !important;
  transform: scale(1.05);
}

#page-servizi #box:hover .title {
  color: #ffffff;
}

#page-servizi #box:hover .text {
  color: #ffffff;
}

#page-servizi #box:hover .icona i {
  color: #ffffff;
}

#page-servizi #box:hover .link {
  color: #ffffff;
}

/* ------------------------------------------------- */
/* BOX CATEGORIE (pagine delle tassonomie) */
/* ------------------------------------------------- */

#box-categoria {
  border-radius: 15px;
}

#box-categoria .box-scale {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#box-categoria .box-scale img {
  transition: .3s ease-in-out;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#box-categoria:hover .box-scale img {
  transform: scale(1.1);
}

#box-categoria .box-title {
  padding: 25px 25px;
  background-color: var(--grey-color);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: .2s ease-in-out;
}

#box-categoria:hover .box-title {
  background-color: var(--second-color);
}

#box-categoria .box-title .title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}


/* ------------------------------------------------- */
/* BOX NEWS */
/* ------------------------------------------------- */

#box-article .box-img {
  overflow: hidden !important;
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#box-article .fade-bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  pointer-events: none;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

#box-article .box-img img {
  transition: .4s ease-in-out;
}

#box-article:hover img {
  transform: scale(1.1);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#box-article .box-img .cat-link {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  text-decoration: none;
}

#box-article .box-img .cat-link span {
  text-decoration: underline;
}

#box-article .box-img .cat-link::before {
  content: '\f02b';
  margin-right: 8px;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
}

#box-article {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

#box-article .box-content .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: var(--dark);
}


/* ------------------------------------------------- */
/* TASSONOMIE - SERVIZIO */
/* ------------------------------------------------- */

#loop-step #riga-step.odd .step-counter {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #20bc71;
  border-radius: 300px;
  filter: drop-shadow(1px 1px 40px rgba(0, 0, 0, 0.1));
}

#loop-step #riga-step.odd .number {
  font-size: 100px;
  font-weight: bold;
  color: #ffffff;
}

#loop-step #riga-step.odd .box-icon {
  position: absolute;
  right: -25px;
  bottom: -25px;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loop-step #riga-step.odd .step-counter .step-line {
  position: absolute;
  top: 95%;
  left: 20px;
  transform: rotate(0);
}

#riga-step .section-label::before {
  left: 0;
  transform: translateX(0);
}

#loop-step #riga-step.even .step-counter {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #20bc71;
  border-radius: 300px;
  filter: drop-shadow(1px 1px 40px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: end;
  justify-content: end;
}

#loop-step #riga-step.even .step-counter .step-line {
  position: absolute;
  top: 85%;
  left: -90%;
  transform: rotate(90deg);
}

#loop-step #riga-step.even .number {
  font-size: 100px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 22px;
}

#loop-step #riga-step.even .box-icon {
  position: absolute;
  left: -25px;
  top: -25px;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------------------------------------------- */
/* TASSONOMIE - CATEGORIA (servizi) */
/* ------------------------------------------------- */

#media-text .section-label::before {
  left: 0;
  transform: translateX(0);
}

#media-text #editor p {
  color: var(--grey-color);
}

#paragrafo-cards .sticky {
  position: sticky !important;
  top: 160px !important;
}

#paragrafo-cards .box-title {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: bold;
}

#paragrafo-cards .circle-icon i {
  color: var(--second-color);
  font-size: 35px;
}


#sezione-faq .section-label::before {
  position: absolute;
  top: -12px;
  left: 0;
  transform: translateX(0);
}

#sezione-faq .accordion {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 99px #0000001a;
  opacity: 1;
  color: var(--grey-color);
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  transition: 0.4s;
  position: relative;
}

#sezione-faq .accordion:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 23px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sezione-faq .active,
.accordion:hover {
  background: #ffffff !important;
}

#sezione-faq .panel {
  background: #ffffff !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#sezione-faq .decoration {
  position: absolute;
  left: 60%;
  top: 30px;
  transform: translateX(-50%);
  height: 120%;
  max-height: 1000px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #sezione-faq .accordion {
    padding: 15px 45px 15px 15px;
    font-size: 15px;
  }

  #sezione-faq .decoration {
    position: absolute;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    height: auto;
    width: 150%;
    max-height: 1000px;
    z-index: -1;
    bottom: -30px;
  }

  #sezione-faq .panel #editor p {
    font-size: 14px;
  }
}



#tabella-abbonamenti table {}

#tabella-abbonamenti table th {
  align-content: baseline;
}

#tabella-abbonamenti table th .boxed {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tabella-abbonamenti table th .boxed .count {
  height: 55px;
  width: 55px;
  border-radius: 50px;
  border: 5px solid var(--first-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: bold;
  color: var(--first-color);
  margin-bottom: 15px;
}

#tabella-abbonamenti table th .boxed .package-title {
  font-size: 20px;
  color: var(--grey-color);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
}

#tabella-abbonamenti table th .boxed .package-price {
  font-size: 19px;
  color: var(--grey-color);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

#tabella-abbonamenti table th .boxed .package-description {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

#tabella-abbonamenti table th span {
  display: block;
}

#tabella-abbonamenti table th:first-child {
  background-color: transparent;
}

#tabella-abbonamenti table tbody td {
  padding: 0 10px;
  width: 300px;
}

#tabella-abbonamenti table tbody td .check-box {
  background-color: #f5f5f5;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dfdfdf;
}

#tabella-abbonamenti table tbody td .check-box i {
  font-size: 25px;
  color: #10B404;
}

#tabella-abbonamenti table tbody td .check-box.red i {
  color: rgb(217, 0, 0);
}

#tabella-abbonamenti table tbody td:first-child {
  padding: 0 10px;
  width: 400px;
  border-bottom: 1px solid #e7e7e7;
}

#tabella-abbonamenti table tbody td .functionality {

  font-size: 13px;
  color: #333333;
}

#tabella-abbonamenti table tbody tr:last-child td {
  text-align: center;
  padding: 20px 0;
}

/* ------------------------------------------------- */
/* TASSONOMIE - SETTORE */
/* ------------------------------------------------- */

#singolo-settore .box-img i {
  font-size: 55px;
  color: var(--second-color);
}

#singolo-settore #intestazione-pagina .box-img {
  padding: 90px 50px;
}

#loop-zone-operative .badge-zona-operativa {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #989898;
  background-color: #f5f5f5;
}

#loop-zone-operative .badge-zona-operativa span {
  font-size: 16px;
  font-weight: bold;
}

/* ------------------------------------------------- */
/* PAGINA - DOWNLOAD */
/* ------------------------------------------------- */

#single-file .bg {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 99px #0000001a;
}

#single-file {
  color: var(--dark) !important;
  text-decoration: none;
}

#single-file i {
  color: var(--dark);
  font-size: 15px;
}

#single-file .file-weight {
  font-size: 14px;
  color: #989898;
}


/* ------------------------------------------------- */
/* PAGINA RISULTATI DI RICERCA */
/* ------------------------------------------------- */

#searchResults {
  min-height: 55vh;
}

#searchResults .search-label {
  display: inline-block;
  color: var(--dark);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

/* ------------------------------------------------- */
/* PAGINA 404 */
/* ------------------------------------------------- */

#page-404 {
  min-height: 54vh;
}


/* ------------------------------------------------- */
/* BANNER FORM RICHIEDI INFORMAZIONI */
/* ------------------------------------------------- */

#richiedi-informazioni .custom-position {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}


/* ------------------------------------------------- */
/* BANNER CTA */
/* ------------------------------------------------- */

#banner-cta {
  height: 35vw;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#banner-cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #045CB4;
  opacity: .6;
  border-radius: 1rem;
}

#banner-cta #editor p {
  color: #ffffff;
}


/* ------------------------------------------------- */
/* BANNER AREE COPERTURA ASSISTENZA */
/* ------------------------------------------------- */

#aree-map .mappa iframe {
  width: 100%;
  height: 550px;
}

#aree-map .section-label {
  color: var(--second-color);
}

#aree-map .label {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

#aree-map .autocomplete-wrapper {
  position: relative;
  max-width: 400px;
  width: 100%;
  background: linear-gradient(to right, #ffffff, #f6f5e7);
  border-radius: 4px;
}

#aree-map #search-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  appearance: none;
  font-family: inherit;
  color: #333;
}

#aree-map .suggestions {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  border-radius: 0 0 4px 4px;
}

#aree-map .suggestions li {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 16px;
}

#aree-map .suggestions li:hover {
  background-color: #f2f2f2;
}

#aree-map .hidden {
  display: none;
}

#aree-map #modal-content i {
  font-size: 30px;
  color: var(--grey-color);
  margin-right: 10px;
}

#aree-map #modal-content .small-text {
  font-size: 15px;
  font-weight: bold;
}

#aree-map #modal-content .static-width-icon {
  display: flex;
  align-items: center;
  width: 130px;
}

#aree-map #modal-content .static-width-number {
  width: 250px;
}

#aree-map #modal-content .static-width-number a {
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  color: var(--second-color);
  transition: .1s ease-in-out;
}

#aree-map #modal-content .static-width-number a:hover {
  opacity: .8;
}


/* ------------------------------------------------- */
/* SINGOLO SERVIZIO */
/* ------------------------------------------------- */

#photogallery {
  overflow-x: hidden;
}

#photogallery .splide__pagination__page {
  height: 8px;
  width: 80px;
  border-radius: 0 !important;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #8a8a8a;
}

#photogallery .splide__track {
  overflow: visible !important;
}

#photogallery .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #707271 !important;
}

#photogallery .splide__pagination {
  bottom: 0 !important;
}


/* ------------------------------------------------- */
/* PAGINA DEI MARCHI */
/* ------------------------------------------------- */

#loop-marchi #box .icona {
  width: 200px;
}

#loop-marchi #box .title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--dark);
}

#loop-marchi #box .img-placeholder {
  width: 200px;
  height: 100px;
}

/* ------------------------------------------------- */
/* TASSONOMIA - SINGOLO MARCHIO */
/* ------------------------------------------------- */

#intestazione-pagina .box-img {
  padding: 70px 50px;
}

#banner-categoria .title {
  font-size: 20px;
  font-weight: bold;
  color: var(--grey-color);
  transition: 0.2s ease-in-out;
}

#banner-categoria .icon i {
  font-size: 40px;
  color: var(--second-color);
}

#banner-categoria .text {
  color: var(--grey-color);
  font-size: 14px;
  transition: 0.2s ease-in-out;
}

#banner-categoria .link {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--grey-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#banner-categoria .link:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  margin-left: 8px;
  margin-bottom: -4px;
  text-decoration: none !important;
  color: var(--dark);
  font-size: 13px;
}

#banner-categoria .single-service {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #dedede;
  color: var(--dark);
  font-size: 14px;
  text-decoration: none;
  transition: .2s ease-in-out;
}

#banner-categoria .single-service:hover {
  padding-left: 8px;
}

/* ------------------------------------------------- */
/* PAGINA INTERVENTO */
/* ------------------------------------------------- */

#richiedi-intervento {
  height: calc(100vh - 106px);
  width: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(45deg, var(--second-color-sfumato) 0%, rgba(245, 245, 245, 0.84) 25%, rgba(245, 245, 245, 0.37) 75%, var(--second-color-sfumato) 100%);
  position: relative;
}

#richiedi-intervento .bg-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#richiedi-intervento .banner-info {
  background-color: var(--first-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#richiedi-intervento .banner-info span {
  font-size: 25px;
  font-weight: 900;
}

#richiedi-intervento .banner-info span i {
  font-size: 35px;
}

#richiedi-intervento #form {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* ------------------------------------------------- */
/* SINGOLA ZONA OPERATIVA */
/* ------------------------------------------------- */

#slider-zona-operativa {
  min-height: calc(100vh - 106px);
  width: 100%;
  background: linear-gradient(45deg, var(--second-color-sfumato) 0%, rgba(245, 245, 245, 0.84) 25%, rgba(245, 245, 245, 0.37) 75%, var(--second-color-sfumato) 100%);
  position: relative;
}

#slider-zona-operativa .bg-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#slider-zona-operativa .banner-info {
  background-color: var(--first-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#slider-zona-operativa .banner-info span {
  font-size: 25px;
  font-weight: 900;
}

#slider-zona-operativa .banner-info span i {
  font-size: 35px;
}

#slider-zona-operativa #form {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

#slider-zona-operativa #editor p {
  color: var(--grey-color);
}

#slider-zona-operativa .static-width-icon i {
  font-size: 30px;
  color: var(--grey-color);
  margin-right: 10px;
}

#slider-zona-operativa .small-text {
  font-size: 15px;
  font-weight: bold;
}

#slider-zona-operativa .static-width-icon {
  display: flex;
  align-items: center;
  width: 130px;
}

#slider-zona-operativa .static-width-number {
  width: 250px;
}

#slider-zona-operativa .static-width-number a {
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  color: var(--second-color);
  transition: .1s ease-in-out;
}

#slider-zona-operativa .static-width-number a:hover {
  opacity: .8;
}

#servizi #box {
  transition: 0.2s ease-in-out;
  background-color: #ffffff;
}

#servizi #box .title {
  font-size: 20px;
  font-weight: bold;
  color: var(--grey-color);
  transition: 0.2s ease-in-out;
}

#servizi #box .text {
  color: var(--grey-color);
  font-size: 14px;
  transition: 0.2s ease-in-out;
}

#servizi #box .icona {
  height: 45px;
  transition: 0.2s ease-in-out;
}

#servizi #box .icona i {
  font-size: 40px;
  color: var(--second-color);
  transition: 0.2s ease-in-out;
}

#servizi #box .link {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--grey-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

#servizi #box .link:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  margin-left: 8px;
  margin-bottom: -4px;
}

#servizi #box:hover {
  background-color: var(--second-color) !important;
  transform: scale(1.05);
}

#servizi #box:hover .title {
  color: #ffffff;
}

#servizi #box:hover .text {
  color: #ffffff;
}

#servizi #box:hover .icona i {
  color: #ffffff;
}

#servizi #box:hover .link {
  color: #ffffff;
}

/* ------------------------------------------------- */
/* PAGINA CONTATTI */
/* ------------------------------------------------- */

#page-contatti .mappa iframe {
  height: 400px;
  width: 100%;
  border-radius: 20px;
}

#page-contatti .banner-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

#page-contatti .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

#page-contatti .margin-negative {
  margin-top: -150px;
}

#page-contatti .contacts a {
  color: var(--dark);
  text-decoration: none;
  transition: .1s ease-in-out;
}

#page-contatti .contacts span {
  color: var(--dark);
}

#page-contatti .contacts a:hover {
  text-decoration: underline;
}

#page-contatti .box-icon {
  width: 40px;
  display: flex;
  align-items: center;
}

#page-contatti .contacts i {
  color: var(--grey-color);
  font-size: 20px;
}




/* ------------------------------------------------- */
/* PAGINA ASSISTENZA HINTERLAND */
/* ------------------------------------------------- */

#filtro-comuni #form-stock-magazzino {
  border: 1px solid #dedede;
}

#filtro-comuni #form-stock-magazzino table {
  border-collapse: unset;
  border-spacing: 0;
}

#filtro-comuni #form-stock-magazzino table,
#filtro-comuni #form-stock-magazzino table p {
  font-size: 14px !important;
  color: var(--grey-color);
}

#filtro-comuni #form-stock-magazzino table p {
  line-height: 20px;
}

#filtro-comuni #form-stock-magazzino table input {
  padding: 13px 10px;
  border: 1px solid #dedede;
  border-radius: 10px;
  width: 100%;
}

#filtro-comuni #form-stock-magazzino table input::placeholder {
  color: var(--grey-color);
}

#filtro-comuni #form-stock-magazzino table thead td {
  background-color: #f5f5f5;
}

#filtro-comuni #form-stock-magazzino table tr:nth-child(even) {
  background-color: #f5f5f5;
}

#filtro-comuni #form-stock-magazzino table thead td {
  padding: 15px 20px;
}

#filtro-comuni #form-stock-magazzino table td {
  border-right: 1px solid var(--light-primary);
  border-top: 1px solid var(--light-primary);
  border-bottom: 1px solid var(--light-primary);
  text-align: center;
}

#filtro-comuni #form-stock-magazzino table thead td:first-child {
  border-left: 1px solid var(--light-primary);
}

#filtro-comuni #form-stock-magazzino table td:first-child {
  border-left: 1px solid var(--light-primary);
}

#filtro-comuni #form-stock-magazzino table thead td:last-child {
  width: 220px;
}

#filtro-comuni #form-stock-magazzino table td .stock-img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

#filtro-comuni #form-stock-magazzino table tbody td {
  padding: 10px 20px;
  text-align: left;
  border-top: none;
}

#filtro-comuni #form-stock-magazzino table td .iva {
  color: var(--dark);
  font-size: 11px;
  font-weight: 300;
}

#filtro-comuni #form-stock-magazzino table td:nth-child(1) {
  width: 20%;
  border-right: 1px solid #dedede;
}

#filtro-comuni #form-stock-magazzino table td:nth-child(2) {
  width: 55%;
  border-right: 1px solid #dedede;
}

#filtro-comuni #form-stock-magazzino table td:nth-child(3) {
  width: 25%;
}

#filtro-comuni #form-stock-magazzino table td .btn-1 {
  font-size: 14px;
  padding: 10px 25px;
}

#filtro-comuni #form-stock-magazzino .no-result {
  padding: 10px 25px;
  text-align: center;
  display: none;
}



/* ------------------------------------------------- */
/* PAGINA PAGAMENTI */
/* ------------------------------------------------- */

#page-pagamenti {
  min-height: calc(100vh - 106px);
  width: 100%;
  background: linear-gradient(45deg, var(--second-color-sfumato) 0%, rgba(245, 245, 245, 0.84) 25%, rgba(245, 245, 245, 0.37) 75%, var(--second-color-sfumato) 100%);
  position: relative;
}

#page-pagamenti .bg-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#page-pagamenti .banner-info {
  background-color: var(--first-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#page-pagamenti .banner-info span {
  font-size: 25px;
  font-weight: 900;
}

#page-pagamenti .banner-info span i {
  font-size: 35px;
}

#page-pagamenti #form {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

#page-pagamenti .static-width-icon i {
  font-size: 30px;
  color: var(--grey-color);
  margin-right: 10px;
}

#page-pagamenti .small-text {
  font-size: 15px;
  font-weight: bold;
}

#page-pagamenti .static-width-icon {
  display: flex;
  align-items: center;
  width: 130px;
}

#page-pagamenti .static-width-number {
  width: 250px;
}

#page-pagamenti .static-width-number a {
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  color: var(--second-color);
  transition: .1s ease-in-out;
}

#page-pagamenti .static-width-number a:hover {
  opacity: .8;
}