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

.borderIcon {
    background-color: var(--colorePrincipale);
    border-radius: 50px;
    padding: 14px;
}

#snackSection {
    margin-bottom: 5rem;
}

.spaceBottom {
    margin-bottom: 10rem;
}

.titleMenu {
    margin-bottom: 0;
    font-weight: 600;
}

.allergene {
    font-size: 9px;
}

.descrizioneMenu {
    font-style: italic;
    font-weight: 300;
}

.tabs {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-bottom: 45px;
}

.categoriaName {
    background-color: var(--colorePrincipale);
    padding: 10px;
    text-align: center;
    color: white;
    margin-bottom: 15px;
    border-radius: 10px;
}

.categoriaInfoName {
    background-color: var(--colorePrincipale);
    padding: 10px;
    text-align: left;
    color: white;
    margin-bottom: 5px;
    border-radius: 10px;
    font-weight: 600;
}

.tabs nav ul li {
    border: 1px solid #e2e2e2;
    background-color: var(--colorePrincipale);
    border-radius: 15px;
    border-bottom: none;
    margin: 0 0.25em;
    margin-bottom: 0px;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.tabs ul {
    padding: 0;
}

nav {
    position: relative;
}

.tabs nav a {
    color: #fff;
    font-size: 16px;
    line-height: 2.5;
    white-space: nowrap;
    padding: 0px 15px;
    text-decoration: none;
}

.borderIcon>img {
    min-width: 53px;
    width: 58px;
}

.borderImg>img {
    min-width: 100px;
    width: 58px;
    border-radius: 20px;
}

/* li {
    list-style-type: none !important
}
 */
.tabs nav {
    overflow: scroll;
}

.tabs nav ul {
    display: flex;
}

.iconText {
    font-size: 0.9rem;
    font-weight: 600;
}

.iconTextCategorie {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0px;
}

.iconTextMenu {
    font-size: 1.5rem;
    font-weight: 600;
}

.iconSizeLeng img {
    width: 35px;
    margin-left: 7px;
}

.iconSizeLeng {
    align-content: center;
}

.back-button {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #007bff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.back-button:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}