@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

body {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 1rem;
  background-color: #f5f5f5;
  color: #333!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, Arial, sans-serif;
}

.special-parent{
  text-align: center;
}

.vino-sub2 {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.wrapper::before {
  content: url(../assets/img/bg-arc-light.svg);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200vw;
  z-index: -900;
}

#nav-nutr-tab {
  width: 68%;
}

.fsize-headings {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 0.9rem;
  text-align: center;
  color: #333;
}

#nav-rifiuti-tab {
  width: 30%;
}

.hr-headings {
  width: 50%;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 5px!important;
  margin-bottom: 5px!important;
  border-color: #777 !important;
}


.w-80 {
  width: 80% !important;
}

.mw-80 {
  max-width: 80% !important;
}

.container {
  max-width: 669px !important;
}

.nome-vino {
  font-weight: 1rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #333;
}

.vino-sub1 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: #222;
}

.language-dd {
  position: fixed;
  top: 10%;
  right: 10px;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.language-selector select {
  border: none;
  background: none;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
}

.bottle-wine {
  max-height: 350px;
}

.ditta_image {
  max-width: 165px;
}

.card {
  /*box-shadow: #000 0px 4px 8px -2px, #000 0px 0px 0px 1px;*/
  border-radius: 10px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff52; /* Colore 'overlay semi-trasparente */
  backdrop-filter: blur(7px); /* Sfocatura */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  z-index: 2;
}

.card-body {
  z-index: 3;
}

.tipo-rifiuto {
  font-weight: bold;
}

.raccolta-rifiuto {
  font-weight: 300;
}

.codice-rifiuto {
  font-size: 0.8rem;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;

  margin-right: 5px;
}

.codice-rifiuto-code {
  font-size: 0.8rem;
  font-weight: 500;
  background-color: #36aa91;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  line-height: 1.15385;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
}

.waste-icon {
  max-height: 70px;
  width: auto;
}

.button-7 {
  background-color: #0095ff;
  border: 1px solid transparent;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.table {
  width: 100%;
  margin-bottom: 0.1rem;
  color: var(--bs-table-color);
  vertical-align: middle;
  border-color: var(--bs-table-border-color);
  border-spacing: 0 0.5em;
}

table {
  border-collapse: collapse;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none;
}

.tab-name {
  font-weight: 400;
  padding-left: 10px;
  background-color: rgb(29, 99, 87)!important;
  padding-right: 10px;
  font-size: 0.75rem;
  font-family: "Roboto Condensed", sans-serif;
}

.nav-tabs {
  border-radius: 100%!important;
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #272727;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #36aa91;
    border-bottom: none!important;
  
}

.nav-tabs .nav.link {
  border-radius: 100%!important;
}

.nav-link {
  color: #36aa91;
  border-radius: 20px!important;
}

.nav-link.active{
  color: white!important;
  font-weight: bold;
  background: #36aa91!important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.vodiapicker {
  display: none;
}

#a {
  padding-left: 0px;
}

#a img,
.btn-select img {
  width: 12px;
}

#a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover {
  background-color: #f4f3f3;
}

#a li img {
  margin: 5px;
  max-width: 32px;
}

#a li span,
.btn-select li span {
  margin-left: 30px;
}

/* item list */

.table-hr {
  color: #757575;
}

.b {
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.open {
  display: show !important;
}

.btn-select {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 100%px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li {
  margin-left: 0px;
}

.btn-select:hover {
  background-color: #f4f3f3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
  outline: none;
}

.lang-select {
  margin-left: 50px;
}

.language-dd {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-dd .lang-select {
  margin: 0px;
  position: relative;
}

.language-dd .lang-select button.btn-select {
  margin: 0;
}

.language-dd .lang-select button.btn-select li span {
  display: none;
}

.language-dd .lang-select button.btn-select li img {
  width: 100%;
  height: 30px;
  object-fit: contain;
}

.language-dd .lang-select .b.language-change-options {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

.language-dd .lang-select .b.language-change-options ul#a {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.language-dd .lang-select .b.language-change-options ul#a li span {
  display: none;
}

.language-dd .lang-select .b.language-change-options ul#a li img {
  width: 50%;
  margin: 0;
}

.language-dd .lang-select .b.language-change-options ul#a li {
  padding: 0;
  display: flex;
  justify-content: center;
}

.custom-p-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.valoreNutr {
  font-weight: bold;
  color: #333;
}

.valoreChild:before {
  content: "\2043";
  margin-right: 0.5rem;
  color: #36aa91;
}

.valoreNutr-heading {
  color: #333;
}