html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: initial !important; */
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol:not(#webapp ol),
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

picture {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: inherit !important;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 30;
    font-display: swap;
}

.material-symbols-outlined-filled {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 30;
    font-display: swap;
}

.w-1\/2,
.w-2\/4 {
    width: 49.8%;
}

.w-1\/4 {
    width: 25%;
}

.w-3\/4 {
    width: 74.8%;
}

.w-1\/3 {
    width: 33%;
}

.w-2\/3 {
    width: 66%;
}

.w-1\/5 {
    width: 20%;
}

.w-2\/5 {
    width: 40%;
}

.w-3\/5 {
    width: 60%;
}

.w-4\/5 {
    width: 80%;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

/* .inline-container *,
.container * {
    font-size: var(--main-fs);
} */

/* .inline-container,
.container {
    font-size: 0;
} */

.container-pad {
    max-width: 1000px;
}

.container>.container {
    padding-left: initial;
    padding-right: initial;
}

.bg-full>.container {
    padding-left: 30px;
    padding-right: 30px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-200 {
    margin-right: 200px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-300 {
    margin-bottom: 300px;
}

.mt-100 {
    margin-top: 100px;
}

.mx-500 {
    margin-left: 500px;
    margin-right: 500px;
}

.mt-6 {
    margin-top: 4rem !important;
}

.-bottom-200 {
    bottom: -200px;
}

.line {
    border-bottom: 1px solid #d7d7d7;
    margin-top: 6px !important;
    margin-bottom: 2px !important;
}

.vh-60 {
    height: 60vh;
}

.vh-70 {
    height: 70vh;
}

.vh-80 {
    height: 80vh;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.object-position-top {
    object-position: top;
}

.object-position-center {
    object-position: center;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pb-03 {
    padding-bottom: 3px;
}

.icon {
    font-size: initial;
}

.icon-xxs {
    font-size: 14px !important;
}

.icon-xs {
    font-size: 18px !important;
}

.icon-lg {
    font-size: 40px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.z-1 {
    z-index: 1;
}

.z-100 {
    z-index: 100;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.text-danger {
    margin-top: 3px;
    display: block;
}

.effect {
    opacity: 0;
    transition: all 0.3s ease-in;
}

.effected {
    opacity: 1;
}

.bg-black {
    background-color: #0d1a10 !important;
}

.right-0 {
    right: 0;
}

/* Structure */
.success-icon {
    display: inline-block;
    width: 8em;
    height: 8em;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #4cc93f;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    animation: showSuccess 180ms ease-in-out;
    transform: scale(1);
}

.font-inherit {
    font-size: inherit !important;
}

/* Elements */
.success-icon__tip,
.success-icon__long {
    display: block;
    position: absolute;
    height: 3px;
    border-radius: 10px;
    background-color: #4cc93f;
}

.success-icon__tip {
    width: 2.4em;
    top: 4.3em;
    left: 1.4em;
    transform: rotate(45deg);
    animation: tipInPlace 300ms ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 180ms;
    visibility: hidden;
}

.success-icon__long {
    width: 3em;
    transform: rotate(-45deg);
    top: 3.7em;
    left: 2.75em;
    animation: longInPlace 140ms ease-in-out;
    animation-fill-mode: forwards;
    visibility: hidden;
    animation-delay: calc(300ms + 140ms);
}

@keyframes showSuccess {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@keyframes tipInPlace {
    from {
        width: 0em;
        top: 0em;
        left: -1.6em;
    }

    to {
        width: 2.4em;
        top: 4.3em;
        left: 1.4em;
        visibility: visible;
    }
}

@keyframes longInPlace {
    from {
        width: 0em;
        top: 5.1em;
        left: 3.2em;
    }

    to {
        width: 4em;
        top: 3.7em;
        left: 2.75em;
        visibility: visible;
    }
}

.text-2xl {
    font-size: 1.5rem !important;
}

.text-4xl {
    font-size: 5rem !important;
}

.loadingSpinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--main_color);
}

.loadingSpinner:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    background-color: #e5e7eb;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    display: block;
}

.ios .show-ios {
    display: block;
}

.android .show-android {
    display: block;
}

.llm {
    height: 50vh;
}

/* WEBAPP */
#webapp .bannerfloat {
    position: fixed;
    top: -200px;
    right: 0;
    width: 100%;
    max-width: 430px;
    background-color: var(--background_color);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
    opacity: 0;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.4) !important;
    -moz-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.175);
    -o-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.175);
    gap: 10px;
    border-radius: 30px;
    margin-top: 90px;
    margin-right: 30px;
}

#webapp .bannerfloat.show {
    top: 0px !important;
    opacity: 1 !important;
}

.mobile #webapp .bannerfloat {
    border-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 0px !important;
    right: 0px !important;
    z-index: 9999;
}

#webapp .webapp-install {
    cursor: pointer;
}

#webapp .bannerfloat h4,
#webapp .bannerfloat .btn-close {
    color: var(--main_color);
}

#webapp .bannerfloat h4 {
    font-weight: 800;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

#webapp .bannerfloat p {
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #777777;
}

#webapp .bannerfloat .webapp-install {
    border: 0px;
    background-color: var(--main_color);
    height: 40px;
    padding: 0px 15px;
    border-radius: 10px;
    line-height: 12px;
}

#webapp .bannerfloat .webapp-install span {
    color: var(--main_text_color);
    font-weight: 800;
    line-height: 12px;
    font-size: 12px;
}

.bannerfloat img {
    max-width: 50px !important;
    max-height: 50px !important;
}

#webapp .banner p {
    font-size: 16px;
    font-weight: 400;
}

#webapp .banner span {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

#webapp .banner .webapp-install {
    margin-top: 20px;
}

#webapp .guide {
    display: none;
}

#webapp .guide-desktop,
#webapp .guide-android,
#webapp .guide-ios {
    display: none;
}

#webapp .guide-desktop {
    text-align: center;
}

#webapp .guide .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

#webapp .guide .modal-content {
    background-color: var(--background_color) !important;
    color: var(--text_color) !important;
}

#webapp .guide img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.dark-mode .btn-close {
    filter: brightness(0) invert(1);
}

#webapp .bannerfloat .btn-close {
    position: relative !important;
    right: initial !important;
    top: initial !important;
    font-size: initial !important;
}

#webapp li {
    padding-top: 5px;
}

.banner_chiusura {
    background-color: #f2f2f2;
    color: #000 !important;
}

.flag-lang {
    width: 25px;
}

.text-yellow {
    color: yellow;
}

.desktop .scroll-fade>div {
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: opacity 0.6s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;
}

/* bottom to top*/
.desktop .scroll-fade.fade-bt>div {
    transform: translateY(20vh);
}

.desktop .scroll-fade>.reached {
    opacity: 1;
    transform: none !important;
    visibility: visible;
}

.layer-youtube {
    position: relative;
    overflow: hidden;
}

.layer-youtube button {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
}

.layer-youtube img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.modal_youtube iframe {
    height: 800px;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: auto;
    width: 100%;
    top: -80px;
}

.modal_youtube .modal_close {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 999;
    background-color: transparent;
    border: 0px;
}

.modal_youtube .modal_close span {
    color: #fff !important;
    font-size: 25px !important;
}

.modal_youtube .modal-content {
    height: 600px;
    overflow: hidden;
}

.banner_chiusura_popup {
    height: 100vh !important;
    width: 100vw !important;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    display: none !important;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5) !important;
}


.banner_chiusura_popup.show {
    display: flex !important;
}

.banner_chiusura_popup>div {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    background: white;
    padding: 20px;
    color: black;
    text-align: center;
    width: 70%;
    position: relative;
}

.banner_chiusura_popup .onCloseBannerChiusura {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

@media only screen and (max-width: 900px) {
    .w-1\/2,
    .w-1\/3,
    .w-2\/3,
    .w-1\/4,
    .w-3\/4,
    .w-1\/5,
    .w-2\/5,
    .w-3\/5,
    .w-4\/5 {
        width: 100% !important;
    }

    .pr-60 {
        padding-right: 0px;
    }

    .pl-60 {
        padding-left: 0px;
    }

    .modal_youtube .modal-content {
        height: 300px;
    }

    .banner_chiusura_popup>div {
        width: initial !important;
        max-width: 90% !important;
    }
}