/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
/*
body {
    background: rgb(205, 205, 205);
    background-size: cover;
}
*/
body::-webkit-scrollbar {
    display: none;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}
/*
.text-muted
{
    color: #e2dee3 !important;
}

.btn-outline-secondary
{
    color: #e2dee3 !important;
    border-color: #6c757d !important;
}

.card {
    background-color: rgba(255, 255, 255, 0.70) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}
*/
/*
.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
    background: linear-gradient(270deg, #5eacff 0%, #007bff 100%);
    color: white;
}

button.btn-primary,
a.btn-primary,
input.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #fff !important;
}

button.btn-primary:hover,
a.btn-primary:hover,
input.btn-primary:hover {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
    color: #fff !important;
}

.session-detail .btn-outline-secondary,
.session-detail .list-group-item.list-group-item-action {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    transition: all 0.2s ease;
}

.session-detail .btn-outline-secondary:hover,
.session-detail .btn-outline-secondary:focus,
.session-detail .list-group-item.list-group-item-action:hover,
.session-detail .list-group-item.list-group-item-action:focus {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

.session-detail .list-group-item.list-group-item-action:hover,
.session-detail .list-group-item.list-group-item-action:focus {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.text-muted,
.text-secondary,
.filter-label,
.results-count {
    color: #f0f0f0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}
*/
/* Forza il testo bianco su sfondi scuri */
.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo svg {
    width: 30px;
    height: 24px;
}

.app-brand-text.demo {
    font-size: 1.25rem;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.content-wrapper .navbar {
    z-index: auto;
}
/*
.authentication-bg {
    background-color: rgba(220,220,220,1)!important;
}
*/
/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

.demo-vertical-spacing>* {
    margin-top: 1.25rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 300px;
        position: relative;
    }

    #dropdown-variation-demo .btn-group .text-truncate::after {
        position: absolute;
        top: 45%;
        right: 0.65rem;
    }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.25rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1.25rem;
}

.services .text-muted {
    color: #393b3e !important;}

