header.p-3.text-bg-dark.sticky-top {
    padding: 10px!important;
    background: #000000!important;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

main.main.frontend {
    opacity: 0;
    transition: opacity .52s ease-in;
    background: #f1f1f1;
}

.logout-link {
    text-decoration: none;
}

.mh-inherit {
    min-height: inherit;
}

.container-xxl.page-404-background {
    /* 404-page-not-found.jpg */
    background: url('/assets/images/primary/404-page-not-found.jpg');
    background-size: cover;
    background-position: center;
    align-content: center;
    text-align: center;
}

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

button.btn.btn-primary.w-92.position-absolute.complete-order {
    bottom: 15px;
}

a.nav-link.px-2.text-white.active {
    font-weight: 700;
    /* text-decoration: underline; */
}

.toggle-cart > i {
    font-size: 20px;
}

.toggle-cart:hover {
    background: #00000046!important;
    color: #fff!important;
}

.mh-section {
    min-height: 750px;
}

.btn {
    border-radius: 2.5px!important;
}

.btn.btn-primary {
    background: #ffa31a!important;
    border-color: #e08f15!important;
    color: #000000!important;
}

.btn.btn-outline-primary {
    border-color: #e08f15!important;
    color: #000000!important;
}

.btn.btn-outline-primary:hover {
    background: #ffa31a!important;
}

.card-header.py-3.text-bg-primary.border-primary {
    background: #ffa31a!important;
    background-color: #ffa31a!important;
    border-color: #e08f15!important;
}
.card.mb-4.rounded-3.shadow-sm.border-primary {
    border-color: #e08f15!important;
}
.card-header.py-3.text-bg-primary.border-primary > h4 {
    color: #000000!important;
}


/******* CAROUSEL SLIDER HOME PAGE ********/
#SliderHomePage > .carousel-inner, #SliderHomePage > .carousel-inner > .carousel-item  {
    max-height: 75vh;
}
button.carousel-control-next, button.carousel-control-prev {
    max-width: 120px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background: #ffffff2a;
    border-radius: 50px;
    outline: 7px solid #ffffff2a;
}

div.section-slider.d-flex {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 10%;
    margin: auto;
    color: #fff;
    background: #00000070;
    height: 72%;
    width: -webkit-fill-available;
    padding: 25px;
    border-radius: 2.5px;
}

.d-block.w-50.subimage {
    position: relative;
    clip-path: padding-box;
}

.section-slider.d-flex > .d-block {
    position: relative;
    padding: 12px 24px;
}

.section-slider.d-flex > .d-block > img {
    display: block;
    margin: auto;
    outline: 3px solid #ececec4d;
    border-radius: 3px;
    max-height: 100%;
    max-width: min-content;
}

h1.card-title.pricing-card-title {
    text-align: left;
    padding: 4px 15px;
    font-size: 50px;
}

ul.list-unstyled.mt-3.mb-4.plan-price > li {
    text-align: left;
    padding: 4px 15px;
    font-size: 17px;
    font-weight: 600;
}

.swal2-popup.swal2-toast {
    top: 80px!important;
}

.dropdown-menu.login-logout.show {
    padding: 12px;
    width: 250px;
}

button#LoginButton::after {
    display: none;
}

span.user-info {
    line-height: 2;
}

.row.row-cols-1.row-cols-md-3.mt-5.mb-3.text-center.plans-prices {
    max-width: 95%;
    margin: auto;
}

span.user-info.open-user-submenu:hover {
    cursor: pointer;
}

#TableCartUserProduct tbody tr {
    border-bottom: 1px solid #dedede;
}

#TableCartUserProduct tbody tr > td:nth-child(1) {
    padding: 4px;
}

button.btn.btn-link.text-danger.removeFromCart {
    text-decoration: none!important;
}

li.breadcrumb-item.page.active {
    font-weight: 600;
}

.rounded-circle.user-photo.d-block {
    width: 140px;
    height: 140px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    background-image: url(data-placeholder);
}

button.btn.btn-link.account-menu.w-100 {
    text-decoration: auto;
    color: #5f5a5a;
    font-weight: 600;
    text-align: left;
    padding: 8px 0;
    font-size: 17px;
}

.card.account-info {
    border: 1px solid #dedede;
    background: #ffffff;
    border-radius: 15px;
}

div#EditorChatTXT {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 4px 12px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: 1px solid #f1f1f1;
}

div#offcanvasToggleChat > .offcanvas-header {
    background: #343434;
    color: #fff !important;
}

div#offcanvasToggleChat > .offcanvas-header > button.btn-close {
    background-color: white;
}

div#ToggleChatBody {
    display: inline;
    padding: 10px 10px 80px 10px;
}

div#ToggleChatBody .msg-chat {
    display: block;
    height: auto;
    min-height: 35px;
    max-height: min-content;
    min-width: 30%;
    width: auto;
    max-width: 75%;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px;
}

.msg-chat.shadow.user {
    background: #fff9ae;
}

.msg-chat.shadow.admin {
    background: #daffdf;
}

button#SendMSGbutton {
    background: #e3a124;
    color: #000;
    height: 48px;
    width: 48px;
    padding: 0;
    border-radius: 2px 24px 24px 2px !important;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    position: absolute;
    right: 12px;
    bottom: 4px;
}

button#SendMSGbutton > i {
    font-size: 22px;
    vertical-align: bottom;
    text-align: center;
}

div#EditorChatTXT > textarea.txt-msg-chat {
    border-radius: 24px 2px 2px 24px !important;
    resize: none;
    align-content: center;
    padding-left: 50px;
    margin: 0;
    min-width: 84%;
    width: auto;
    max-width: 100%;
    border: 1px solid #b7b7b7;
    min-height: 48px; /* Altezza minima */
    height: 48px; /* Altezza minima */
    max-height: 160px; /* Altezza massima */
    overflow-y: auto;
    transition: height 0.2s ease-in-out; /* Aggiunta di transizione fluida */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    /* Stili per la scrollbar in Firefox */
    scrollbar-width: thin; /* Imposta la scrollbar sottile */
    scrollbar-color: #343434 #f1f1f1; /* Colore del pollice e del tracciato */
}

/* Stili per la scrollbar nei browser basati su WebKit (Chrome, Safari, Edge) */
div#EditorChatTXT > textarea.txt-msg-chat::-webkit-scrollbar {
    width: 3px; /* Larghezza della scrollbar */
}

div#EditorChatTXT > textarea.txt-msg-chat::-webkit-scrollbar-thumb {
    background-color: #343434; /* Colore della scrollbar */
    border-radius: 10px; /* Arrotonda la scrollbar per renderla sottile */
}

div#EditorChatTXT > textarea.txt-msg-chat::-webkit-scrollbar-track {
    background: #f1f1f1; /* Colore di sfondo del tracciato della scrollbar */
}

.col-lg-12.users-chat.shadow {
    margin-bottom: 8px;
    padding: 5px 12px;
    border-radius: 8px;
}

.cursor-pointer {
    transition: transform .2s;
}
.cursor-pointer:hover {
    cursor: pointer;
    transform: scale(1.06);
}

ul.header-barmenu > li {
    transition: transform .2s;
}

ul.header-barmenu > li:hover {
    transform: scale(1.12);
}

div#offcanvasToggleChat > .offcanvas-header .position-absolute.w-100.d-flex.back-button {
    left: 0;
    right: 0;
    margin: auto;
    padding: 3px 12px;
    max-width: 120px;
}

div.msg-chat.shadow p.small-timestamp {
    margin: auto;
    font-size: 10px;
    text-align: right;
    color: #aaaaaa;
}

i#ChatAttachments {
    font-size: 24px;
    background: #f1f1f1;
    border: 1px solid #dedede;
    position: absolute;
    left: 18px;
    top: 8px;
    height: 39.5px;
    width: 39.5px;
    border-radius: 25px;
    align-content: center;
    text-align: -webkit-center;
}

.account-menu button.btn.btn-link.account-menu.w-100 {
    background: #e5e5e5;
    border-radius: 8px !important;
    margin-bottom: 8px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.account-menu button.btn.btn-link.account-menu.w-100.active {
    background: #121212;
    color: #ffffff;
}

.account-menu button.btn.btn-link.account-menu.w-100:hover {
    background: #777777;
    color: #ffffff;
}

.tab-panel.account.fade {
    display: none;
}

.tab-panel.account.fade.show {
    display: block;
}