/* Aggiornato 2024/09/09 */

html, body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.1rem;
}

.div-master {
    position: relative;
}

footer {
    padding: 10px !important;
    height: 100px !important;
    width: 100% !important;
    position: relative;
    font-size:0.7em;
    color:#fff;
    line-height: 1.2em;
    margin: 0 !important;
    background: linear-gradient(90deg, rgba(82,81,117,1) 0%, rgba(163,27,89,1) 100%) !important;
}

.overdiv {
    background-color:#1A1A1A;
    position: absolute;
    top: 0px;
    left: 0px;
}

#overdiv {
    display: none;
}
.somm-gradient {
    position: absolute;
    top: 0px;
    left: 0px;
}

::-webkit-scrollbar {
width: 20px;
}

::-webkit-scrollbar-track {
background: #fff;
border-radius: 8px;
}

::-webkit-scrollbar-thumb {
background: #9b9b9b;
border-radius: 8px;
border: 2px solid #fff;
border-right-width: 5px;;
}

.sidebar-sublist::-webkit-scrollbar-track {
    background: #525175;
    border-radius: 8px;
}

.sidebar-sublist::-webkit-scrollbar-thumb {
    background: #9b9b9b;
    border-radius: 8px;
    border: 2px solid #525175;
    border-right-width: 5px;;
    }

@supports not selector(::-webkit-scrollbar) {
body {
    scrollbar-color: #525175
                    #fff;
}
}

.page-body {
    padding: 0px !important;;
}

footer img {
    width: 15vw;
}

.oswald-200 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200 !important;
    font-style: normal;
}

.oswald-400 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
}

.oswald-500 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
}

.oswald-600 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
}

.oswald-700 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;
}

.nunito-sans-200 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200 !important;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

.nunito-sans-300 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300 !important;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

.nunito-sans-400, .nunito-sans-400::placeholder {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

.nunito-sans-400::placeholder {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.nunito-sans-600 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

.nunito-sans-700 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

.nunito-sans-800 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800 !important;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

.page-main-header {
    border-bottom: 1px solid #52517566;
}
.main-header-left {
    border-right: 1px solid #52517566;
}
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-menu.show {
    transform: translate3d(-0.5px, 45.5px, 0px);
    min-width: 1rem !important;
    z-index: 1200;
}

.text-welcome {
    font-size: 4rem;
    line-height: 3rem;
}
.sub-welcome {
    font-size: 2.7rem;
}
.roundbtn {
    color: #525175;
    font-size: 1rem;
    line-height: 1.7rem;
}
.roundbtn .accent {
    font-size: 1.8rem;
}

.headerbtn {
    border: 1px solid #524E57;
    border-radius: 20px;
    color: #524E57;
    padding: 0.1rem 0.6rem;
    letter-spacing: 3px;
    font-size: 0.8em;
}
.headerbtn.active {
    background-color: #A31B59;
    border: 1px solid #A31B59;
    color: #fff;
}
.headersearch {
    width: 2em;
}

.blurred {
    backdrop-filter: blur(5px);
    box-shadow: inset 0px 0px 40px 40px #fff;
}

#pageWrapper {
    margin-top: 1px !important;
    margin-bottom: -1px !important;
}

.nomevino {
    color: #525175;
}

.single-tipo {
    border: 1px solid #ffffff;
    border-radius: 40px;
    background-color: #A31B59;
    border: 1px solid #A31B59;
}
.single-tipo a {
    color: #fff;
}

.deactivated{
    opacity: 0.5;
    pointer-events: none;
}
