/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff !important;
    background-color: #a50d26;
    border-color: #a50d26;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #a50d26;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
}

/* LOADING */
.loading {
    position: fixed;
    z-index: 999; /* Assicura che l'overlay sia sopra a tutto */
    height: 100%;
    width: 100%;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

/*.loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }*/

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.icon-style {
    width: 20%;
}

.v-align {
    vertical-align: middle;
}

.inline-items {
    display: flex;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #127db5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #127db5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.full-size-box {
    max-width: 100% !important;
}

.s-full-size-box {
    max-width: 95% !important;
}

.dropZone {
    border: 2px dashed rgba(0,0,0,0.25);
    background-color: white;
    transition: 0.3s;
}

    .dropZone:hover {
        cursor: pointer;
    }

.dragHover {
    background-color: rgba(0,174,255, 0.3) !important;
    transition: 0.3s;
}


.even {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background-color: white !important;
}

.odd {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background-color: rgba(0,0,0, 0.1) !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.disabled-section {
    pointer-events: none;
    opacity: 0.4;
}


.base-timer {
    position: relative;
    width: 100px;
    height: 100px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: rgb(65, 184, 131);
    }

    .base-timer__path-remaining.orange {
        color: orange;
    }

    .base-timer__path-remaining.red {
        color: red;
    }

.base-timer__label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}



#availability-error-container {
    display: none;
}


/* #search-info, #datesAvailability, #sitesAvailability, #siteEdit, .accordion */
.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000 !important;
}


#formAccessoCivico .form-control {
    max-width: 100% !important;
    width: 100%;
}

td.details-control {
    color: #555;
    cursor: pointer;
}

.table-detail {
    padding: 5px;
}

.details-block {
    margin: 15px 0;
}

.details-content {
    margin: 5px 15px;
}

    .details-content > span {
        white-space: pre-line
    }

#ac-table_filter > label > input {
    margin: 5px;
    max-width: 150px !important;
}

#contenuto > main > div > div.table-responsive {
    overflow-x: hidden;
}


.location {
    position: absolute;
    top: 205px;
    left: 30px;
    padding: 4px 5px;
    border: 0px;
    z-index: 400;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 5px #2f2f2f;
}

.attachment-label {
    cursor: pointer;
}

.availability-time-range {
    border-color: #ccc !important;
}

.iti--allow-dropdown {
    width: 100% !important;
}

/*CUSTOM CSS FROM BOOTSTRAP ITALIA*/

.primary-bg {
    background-color: #a50d26 !important
}

.primary-color {
    color: #a50d26 !important
}

.primary-border-color {
    border-color: #a50d26 !important
}

    .primary-border-color.border {
        border-color: #a50d26 !important
    }

.primary-bg-b1 {
    background-color: #a50d26 !important
}

.primary-color-b1 {
    color: #a50d26 !important
}

.primary-border-color-b1 {
    border-color: #a50d26 !important
}

    .primary-border-color-b1.border {
        border-color: #a50d26 !important
    }

.primary-bg-c12 {
    background-color: #a50d26 !important
}

.primary-color-c12 {
    color: #a50d26 !important
}

.primary-border-color-c12 {
    border-color: #a50d26 !important
}

    .primary-border-color-c12.border {
        border-color: #a50d26 !important
    }

a {
    color: #a50d26;
}

.form-check-input:checked {
    background-color: #a50d26;
    border-color: #a50d26
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #a50d26;
    border-color: #a50d26;
}

.form-range::-webkit-slider-thumb {
    background-color: #a50d26;
}

.form-range::-moz-range-thumb {
    background-color: #a50d26;
}


.btn-primary:hover {
    background-color: #630817 !important;
    border-color: #a50d26 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #a50d26;
    border-color: #a50d26;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #a50d26;
    border-color: #a50d26
}

.btn-outline-primary {
    color: #a50d26;
    box-shadow: inset 0 0 0 2px #a50d26
}

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: inset 0 0 0 1px #a50d26,0 0 0 .25rem rgba(0,122,82,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #768594;
        box-shadow: inset 0 0 0 2px #768594;
        opacity: .65;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #a50d26;
        box-shadow: inset 0 0 0 1px #a50d26
    }

.btn-link {
    color: #a50d26;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #a50d26
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    background-color: #a50d26
}

.nav-link {
    color: #a50d26;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #a50d26
}

.page-link {
    color: #a50d26;
}

.page-item.active .page-link {
    background-color: #a50d26;
    border-color: #a50d26
}

.progress-bar {
    background-color: #a50d26;
}

.list-group-item-action {
    color: #a50d26;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #a50d26;
    }

.list-group-item.active {
    background-color: #a50d26;
    border-color: #a50d26
}

.link-primary {
    color: #a50d26
}

.border-primary {
    border-color: #a50d26 !important
}

.accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true] {
    background-color: #a50d26;
    border-color: #a50d26
}

.accordion.accordion-background-hover .accordion-header .accordion-button:hover {
    background-color: #a50d26;
    border-color: #a50d26
}

.accordion-header .accordion-button {
    color: #a50d26;
}

.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows .splide__arrow {
    background: #a50d26;
}

.it-calendar-wrapper .it-header-block-title {
    background-color: #a50d26;
}

.it-calendar-wrapper .card .card-text a:hover {
    color: #a50d26
}

.alert .alert-link {
    color: #a50d26
}

.btn-icon .rounded-icon.rounded-primary {
    background-color: #a50d26
}

.bg-dark .btn-primary {
    border-color: #a50d26;
    color: #a50d26
}

    .bg-dark .btn-primary.disabled, .bg-dark .btn-primary:disabled {
        border-color: #a50d26;
    }

.bg-dark .btn-secondary {
    background-color: #a50d26;
}

    .bg-dark .btn-secondary.disabled, .bg-dark .btn-secondary:disabled {
        background-color: #a50d26;
    }

.form-check [type=checkbox]:checked + label::after {
    border-color: #a50d26;
    background-color: #a50d26;
}

.form-check [type=radio]:checked + label::after {
    border-color: #a50d26;
    background-color: #a50d26;
}

.form-check [type=radio]:checked + label::before {
    border-color: #a50d26
}

.form-file .form-file-name::before {
    border-color: #a50d26;
    color: #a50d26;
    border: 1px solid #a50d26;
}

.upload[type=file] + label {
    background-color: #a50d26;
}

.upload-file-list .upload-file.success svg {
    fill: #a50d26
}

.upload-file-list .upload-file.success p {
    color: #a50d26
}

.upload-file-list .upload-file button:hover svg {
    fill: #a50d26
}

.upload-dragdrop-input[type=file] + label {
    color: #a50d26;
}

.upload-dragdrop-image .upload-dragdrop-success {
    background: #a50d26;
}

.toggles label input[type=checkbox]:checked + .lever:after {
    background-color: #a50d26;
}

.bootstrap-select-wrapper select {
    width: 100%;
    margin-top: 8px;
}

.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn {
    color: #a50d26;
}

.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a {
    color: #a50d26;
}

    .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected span.check-mark {
        color: #a50d26
    }

    .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .icon {
        fill: #a50d26;
    }

.btn-dropdown {
    color: #a50d26;
}

nav.pagination-wrapper .btn.dropdown-toggle:after {
    color: #a50d26;
}

.pagination .page-item .page-link[aria-current] {
    border: 1px solid #a50d26;
    color: #a50d26;
}

.pagination .page-item .page-link.text {
    color: #a50d26
}

.pagination .page-item .page-link:hover {
    color: #a50d26;
}

    .pagination .page-item .page-link:hover .icon {
        fill: #a50d26
    }

.nav-tabs.nav-tabs-vertical .nav-link.active, .nav-tabs.nav-tabs-vertical .nav-item.show .nav-link {
    border-right-color: #a50d26
}

.nav-tabs .nav-link:hover {
    color: #a50d26;
}

.nav-tabs .nav-link.active .icon {
    fill: #a50d26
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #a50d26;
    color: #a50d26;
}

.nav-tabs.nav-tabs-editable .nav-tab-add:after {
    background-color: #a50d26
}

.nav-tabs.nav-tabs-editable .nav-tab-add:before {
    background-color: #a50d26
}

.nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close, .nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close {
    color: #a50d26
}

    .nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close .icon, .nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close .icon {
        fill: #a50d26
    }

.flex-column-reverse .nav-tabs .nav-link.active, .flex-column-reverse .nav-tabs .nav-item.show .nav-link {
    border-top-color: #a50d26
}

.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link.active, .flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-item.show .nav-link {
    border-left-color: #a50d26
}

.back-to-top {
    background: #a50d26;
}

.autocomplete-list a:hover {
    color: #a50d26;
}

    .autocomplete-list a:hover .icon {
        fill: #a50d26
    }

    .autocomplete-list a:hover .autocomplete-list-text em {
        color: #a50d26
    }

    .autocomplete-list a:hover mark, .autocomplete-list a:hover .mark {
        color: #a50d26
    }

.autocomplete-wrapper-big .autocomplete-icon .icon {
    fill: #a50d26;
}

.link-list-wrapper ul li a:hover:not(.disabled) span,
.link-list-wrapper ul li ul li a:hover:not(.disabled) span {
    color: #a50d26;
}

.link-list-wrapper ul li a:hover:not(.disabled) .icon,
.link-list-wrapper ul li ul li a:hover:not(.disabled) .icon {
    fill: #a50d26
}

.link-list-wrapper ul li a span,
.link-list-wrapper ul li ul li a span {
    color: #a50d26;
}

.navbar {
    background: #a50d26
}

    .navbar .navbar-collapsable .navbar-nav li a.nav-link {
        color: #a50d26;
    }

        .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
            fill: #a50d26;
        }

        .navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
            border-left: 3px solid #a50d26
        }

    .navbar .close-div .close-menu {
        color: #a50d26;
    }

    .navbar .dropdown-menu .link-list-wrapper ul li a span,
    .navbar .dropdown-menu .link-list-wrapper ul li ul li a span {
        color: #a50d26
    }

    .navbar .dropdown-menu .link-list-wrapper ul li a i,
    .navbar .dropdown-menu .link-list-wrapper ul li ul li a i {
        color: #a50d26
    }

.inline-menu .link-list-wrapper .link-list li a:after,
.inline-menu .link-list-wrapper ul li .link-list li a:after {
    background: #a50d26;
}

.inline-menu .link-list-wrapper .link-list li a.active span,
.inline-menu .link-list-wrapper ul li .link-list li a.active span {
    color: #a50d26;
}

.navbar {
    background: #a50d26;
}

    .navbar .navbar-collapsable .menu-wrapper {
        background: #a50d26
    }

    .navbar .dropdown-menu .link-list-wrapper a h3,
    .navbar .dropdown-menu .link-list-wrapper a .h3,
    .navbar .dropdown-menu .link-list-wrapper a .link-list-heading {
        color: #a50d26
    }

    .navbar .dropdown-menu .link-list-wrapper ul li a span,
    .navbar .dropdown-menu .link-list-wrapper ul li a i,
    .navbar .dropdown-menu .link-list-wrapper ul li ul li a span,
    .navbar .dropdown-menu .link-list-wrapper ul li ul li a i {
        color: #a50d26
    }

.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active span,
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active i,
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li ul li a[data-bs-toggle=collapse].active span,
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li ul li a[data-bs-toggle=collapse].active i {
    color: #a50d26;
}

.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a.active span,
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li ul li a.active span {
    color: #a50d26;
}

.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a.active:after,
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li ul li a.active:after {
    background-color: #a50d26
}

.sidebar-wrapper.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-bs-toggle=collapse].active,
.sidebar-wrapper.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li ul li a[data-bs-toggle=collapse].active {
    border-right: 2px solid #a50d26;
}

.bottom-nav a.active {
    color: #a50d26
}

    .bottom-nav a.active .icon {
        fill: #a50d26
    }

.bottom-nav a:hover {
    color: #a50d26
}

    .bottom-nav a:hover .icon {
        fill: #a50d26
    }

.bottom-nav .bottom-nav-badge, .bottom-nav .bottom-nav-alert {
    background-color: #a50d26;
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
    text-decoration: none;
    font-weight: 600;
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    padding-top: .55em;
    padding-bottom: .55em;
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li span.navigation-title {
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    padding-top: 1em;
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active,
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
    border-left: 2px solid #a50d26
}

    .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span,
    .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
        color: #a50d26;
    }

.navbar.it-navscroll-wrapper .custom-navbar-toggler {
    color: #a50d26;
}

    .navbar.it-navscroll-wrapper .custom-navbar-toggler span.it-list {
        color: #a50d26;
    }

.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active,
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
    border-left: 2px solid #a50d26
}

    .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span,
    .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
        color: #a50d26;
    }

.callout .collapse-div .collapse-header .callout-more-toggle {
    color: #a50d26;
}

    .callout .collapse-div .collapse-header .callout-more-toggle:active {
        color: #a50d26
    }

    .callout .collapse-div .collapse-header .callout-more-toggle span {
        border: 1px solid #a50d26;
    }

        .callout .collapse-div .collapse-header .callout-more-toggle span:before, .callout .collapse-div .collapse-header .callout-more-toggle span:after {
            background: #a50d26
        }

.toolbar a.active, .toolbar .btn-dropdown.active {
    color: #a50d26
}

    .toolbar a.active .icon, .toolbar .btn-dropdown.active .icon {
        fill: #a50d26
    }

.toolbar a:not(.disabled):hover, .toolbar .btn-dropdown:not(.disabled):hover {
    color: #a50d26
}

    .toolbar a:not(.disabled):hover .icon, .toolbar .btn-dropdown:not(.disabled):hover .icon {
        fill: #a50d26
    }

.toolbar .toolbar-badge, .toolbar .toolbar-alert {
    background-color: #a50d26;
}

.section.section-primary {
    background: #a50d26
}

.notification.with-icon.info {
    border-color: #a50d26
}

    .notification.with-icon.info .icon {
        fill: #a50d26
    }

.notification.dismissable .notification-close:hover .icon {
    fill: #a50d26
}

.avatar.avatar-primary {
    background: #a50d26
}

.avatar-wrapper .avatar-status.notify {
    background: #a50d26
}

.steppers .steppers-header li.active, .steppers .steppers-header li.confirmed {
    color: black !important;
}

/*    .steppers .steppers-header li.active .icon, .steppers .steppers-header li.confirmed .icon {
        fill: #a50d26 !important;
    }*/

.steppers .steppers-header li.steppers-index span.active {
    color: #a50d26;
}

.steppers .steppers-nav .steppers-dots li.done {
    background: #a50d26
}

.steppers .steppers-header li.active:after {
    background: #a50d26;
}

.steppers .steppers-header li.active .steppers-number {
    background: #a50d26;
    border-color: #a50d26
}

@media(max-width: 991px) {
    .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) {
        color: #a50d26;
    }

        .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):hover, .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):focus, .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):active {
            color: #a50d26 !important;
        }
}

.card.card-bg-primary {
    background-color: #a50d26
}

.card.border-bottom-card::before {
    background: #a50d26
}

.card.card-teaser-primary {
    border-left: 8px solid #a50d26
}

a.read-more {
    color: #a50d26;
}

.progress-bar {
    background-color: #a50d26
}

/*.progress-spinner.progress-spinner-active:not(.progress-spinner-double) {
    border-color: #a50d26;
}

.progress-spinner.progress-spinner-double .progress-spinner-inner:after {
    border: 4px solid #a50d26;
}*/

.popover .popover-header .icon {
    fill: #a50d26;
}

.popover .popover-body a.popover-inner-link:hover {
    color: #a50d26;
}

.popover .popover-body a.popover-inner-link .icon {
    fill: #a50d26;
}

.it-list-wrapper .it-list .list-item .it-right-zone span.metadata a {
    color: #a50d26
}

.it-list-wrapper .it-list .list-item .it-right-zone a:hover .text {
    color: #a50d26;
}

.chip.chip-primary {
    border-color: #a50d26;
    color: #a50d26
}

    .chip.chip-primary > .chip-label {
        color: #a50d26
    }

    .chip.chip-primary:hover {
        background-color: #a50d26;
        border-color: #a50d26
    }

.chip.chip-secondary {
    color: #a50d26
}

.rating > input:checked ~ label svg, .rating:not(:checked) > label:hover svg, .rating:not(:checked) > label:hover ~ label svg {
    fill: #a50d26
}

.rating > input:checked + label:hover + svg, .rating > input:checked ~ label:hover + svg, .rating > label:hover ~ input:checked ~ label + svg, .rating > input:checked ~ label:hover ~ label + svg {
    fill: #a50d26
}

.dimmer.dimmer-primary {
    background-color: #a50d26
}

.point-list-wrapper .point-list .point-list-aside {
    color: #a50d26;
    border-color: #a50d26
}

    .point-list-wrapper .point-list .point-list-aside:after {
        background-color: #a50d26
    }

    .point-list-wrapper .point-list .point-list-aside.point-list-primary {
        color: #a50d26;
        border-color: #a50d26
    }

        .point-list-wrapper .point-list .point-list-aside.point-list-primary:after {
            background-color: #a50d26
        }

.rating-list-wrapper .rating-list .rating-list-aside {
    color: #a50d26;
    border-right: 1px solid #a50d26
}

    .rating-list-wrapper .rating-list .rating-list-aside.rating-list-primary {
        color: #a50d26;
        border-right: 1px solid #a50d26
    }

.badge.badge-outline-primary {
    color: #a50d26;
    border: 1px solid #a50d26;
}

@media print {
    [type=checkbox]:checked + label::before {
        border-color: rgba(0,0,0,0) #a50d26 #a50d26 rgba(0,0,0,0) !important;
    }
}

.autocomplete__wrapper .autocomplete__menu .autocomplete__hint:hover, .autocomplete__wrapper .autocomplete__menu .autocomplete__hint:focus, .autocomplete__wrapper .autocomplete__menu .autocomplete__option:hover, .autocomplete__wrapper .autocomplete__menu .autocomplete__option:focus {
    color: #a50d26
}

.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu:before, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu:before {
    background: #a50d26
}

.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu {
    background-color: #a50d26
}

.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .btn, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .btn {
    background: #a50d26;
}

    .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .btn:hover, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .btn:hover {
        background: #a50d26
    }

.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a {
    color: #a50d26
}

    .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a .icon {
        fill: #a50d26
    }

    .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a.it-opener[aria-expanded=true] .icon {
        fill: #a50d26
    }

.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .navbar-brand {
    color: #a50d26
}

@media(min-width: 992px) {
    .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item.active,
    .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul li ul.link-list a.list-item.active {
        color: #a50d26;
        border-bottom: 2px solid #a50d26
    }
}

@media(max-width: 992px) {
    .it-header-center-wrapper.theme-light + .it-header-navbar-wrapper .custom-navbar-toggler .icon {
        fill: #a50d26
    }

    .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper {
        background: #a50d26
    }
}

@media(min-width: 992px) {
    .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
        fill: #a50d26
    }

    .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before {
        background-color: #a50d26
    }

    .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link {
        color: #a50d26
    }

        .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
            border-bottom-color: #a50d26
        }

    .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu {
        background: #a50d26
    }

        .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu:before {
            background: #a50d26
        }
}

@media(max-width: 992px) {
    .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper {
        background: #a50d26
    }
}

@media(min-width: 992px) {
    .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before {
        background-color: #a50d26
    }

    .navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link {
        color: #a50d26
    }

        .navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link.active {
            border-bottom-color: #a50d26
        }

    .navbar.theme-light-desk .dropdown-menu {
        background: #a50d26
    }

        .navbar.theme-light-desk .dropdown-menu:before {
            background: #a50d26
        }
}

.componente-base {
    background-color: #a50d26;
}

.icon-primary {
    fill: #a50d26 !important
}

.link-list-wrapper.menu-link-list h3:after,
.link-list-wrapper.menu-link-list .h3:after,
.link-list-wrapper.menu-link-list h4:after,
.link-list-wrapper.menu-link-list .h4:after {
    background-color: #a50d26
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #a50d26;
    border-color: #a50d26;
}

.card.card-big .card-body .top-icon .icon {
    fill: #a50d26;
}

a.read-more .icon {
    fill: #a50d26;
}

.btn-outline-primary:not(:disabled):not(.disabled):hover {
    color: white;
    background-color: #a50d26;
    border-color: #a50d26;
    box-shadow: inset 0 0 0 2px #a50d26;
}

.btn-outline-primary:hover .icon.icon-primary {
    fill: white !important;
}

:focus:not(.focus--mouse) {
    border-color: transparent !important;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%) !important;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(214, 1, 46, .5)
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(214, 1, 46, .5)
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: inset 0 0 0 1px #a50d26,0 0 0 .25rem rgba(214, 1, 46, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(214, 1, 46, .5)
}

.bg-dark .btn-primary:focus, .bg-dark .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(214, 1, 46, .5)
}

.bg-dark .btn-primary:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(214, 1, 46, .5)
}

.row-calendar-navigation {
    border: 1px solid #a50d26;
    background-color: #a50d26 !important;
    color: white;
    text-transform: uppercase;
    /*    margin-right: 0px;
    margin-left: 0px;*/
}

.calendar-movement {
    cursor: pointer;
}

#c001_slot-container {
    max-height: 26.5rem;
    overflow: auto;
    overflow-x: hidden;
    padding-left: 0px;
}

    /* width */
    #c001_slot-container::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    #c001_slot-container::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    #c001_slot-container::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 20px;
    }

        /* Handle on hover */
        #c001_slot-container::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.dayItem {
    /*box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);*/
    text-transform: uppercase;
    text-align: center;
    /*height: 100px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
    padding: 10px;
}

    .dayItem > .card-body {
        padding: 8px;
    }

.medium-icon {
    width: 35px;
    height: 35px;
    fill: white;
}

.monthName {
    text-transform: capitalize !important;
    font-size: 20px;
    font-weight: 600;
}

/* #contactDescription(sul portale vecchio)*/
.boxDetailDescription {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #a50d26;
}

    .boxDetailDescription p {
        margin-bottom: 0;
    }


.search-box {
    color: #555555 !important;
    border: 1px solid #CCC !important;
    border-radius: 5px !important;
    height: 40px !important;
    width: 100% !important;
    margin-top: 10px !important;
    background: url(../img/search_icon.png) no-repeat scroll 7px 7px;
    background-size: 30px !important;
    background-color: #fff !important;
    padding-left: 40px !important;
    box-shadow: 3px 3px rgba(204, 204, 204,0.5) !important;
}

    .search-box::placeholder {
        color: #555555;
    }

/*New css for calendar*/
.weekDayStyle {
    /*padding: 0.3rem 0rem;*/
    width: 14.28%;
    text-align: center;
}

.dayRow {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
}

.calendar {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.day {
    width: 13%;
    padding: 8px;
    text-align: center;
    border: 1px solid black;
}

.dayNumber {
    font-weight: 900;
    font-size: 22px;
    color: black;
}

.activeDay {
    /*background: rgba(183, 1, 1, 0.7);*/
    background: #a50d26;
    color: #fff !important;
}

    .activeDay .dayNumber {
        color: #fff !important;
    }

.unavailableSlots {
    /*background: grey;*/
    color: black !important;
}

    .unavailableSlots .dayNumber {
        color: grey !important;
    }

.cardStyle {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    margin: 10px 0px;
    cursor: pointer;
}

.card-title {
    color: #1A1A1A !important;
}

.card.availableItem.cardStyle::after {
    content: none;
}

.changeBackground {
    cursor: pointer;
}

    .changeBackground:hover {
        background-color: darkgray;
    }

.card-body > .card-text {
    font-family: 'titillium', Helvetica, Arial, sans-serif !important;
}

.inactivePhone {
    padding-left: 50px !important;
}

.center-icon {
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
}

@media (min-width: 375px) {
    .d-xs-inline-block {
        display: inline-block !important;
    }

    .d-xs-none {
        display: none !important;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
    margin-top: 0;
}

.card:after {
    content: "";
    display: block;
    margin-top: 0px;
    margin-left: 24px;
}

.card a.read-more {
    position: unset;
    bottom: 0px;
}

.availableItem {
}

.activeAvailableItem {
    color: #fff;
    background-color: #a50d26 !important;
}

.badge.bg-primary {
    color: #fff;
    background-color: #007bff !important;
}

.badge.bg-warning {
    color: #212529;
    background-color: #ffc107 !important;
}

.badge.bg-dark {
    color: #fff;
    background-color: #343a40 !important;
}

.badge.bg-light {
    color: #212529;
    background-color: #f8f9fa !important;
}

.badge.bg-info {
    color: #fff;
    background-color: #17a2b8 !important;
}

.table-tr-head {
    font-size: 1em !important;
}

.table-tr-body {
    font-size: 1em !important;
}

.pagination .page-item {
    margin-right: unset;
}

ul.pagination {
    margin-bottom: unset;
}

/* progress spinner*/
.progress-spinner.size-lg {
    width: 80px;
    height: 80px;
}

.progress-spinner.progress-spinner-double.size-lg {
    width: 80px;
    height: 80px;
}

    .progress-spinner.progress-spinner-double.size-lg .progress-spinner-inner {
        width: 80px;
        height: 40px;
    }

.customsteps {
    overflow-x: auto;
}

.phonestepper {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .phonestepper ul {
        display: contents;
    }

    .phonestepper .it-pin-wrapper {
        display: flex;
        align-items: center;
        background-color: #fff;
    }

    .phonestepper::after {
        content: " ";
        width: 96%;
        position: absolute;
        height: 4px;
        right: 10px;
        top: 39px;
        z-index: 1;
        border-bottom: 3px dashed #a50d26;
    }

    .phonestepper .pin-icon {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        display: flex;
        border: 2px solid #d3d3d3;
        background-color: #fff;
        z-index: 2;
    }

    .phonestepper .confirmed .pin-icon {
        border-color: #a50d26;
    }

    .phonestepper .active .pin-icon {
        background-color: #a50d26;
        border-color: #a50d26;
    }

textarea {
    border: 1px solid #555555 !important;
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
    font-weight: 400 !important;
    text-decoration: none;
}

    .breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
        text-decoration: underline;
    }

.breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
    font-weight: unset !important;
}

.alert-primary {
    background-position: 20px 12px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border-left: 8px solid hsl(210deg, 100%, 40%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(210deg, 100%, 40%)' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E");
}

.alert-info {
    background-position: 20px 12px;
}

.alert-danger {
    background-position: 20px 12px;
}

.alert-success {
    background-position: 20px 12px;
}

.steppers .phonestepper li .steppers-number {
    font-weight: bold;
}

.steppers .phonestepper li.active .steppers-number {
    color: #fff;
}

.text-muted {
    color: #555555 !important;
}

.steppers .steppers-header ul li {
    color: #768594 !important;
}

p.bottoni {
    text-align: center;
    margin-bottom: 16px !important
}

@media (min-width: 768px) {
    p.bottoni {
        text-align: right;
        margin-right: 12px;
    }
}


.link-list-wrapper ul li a span,
.link-list-wrapper ul li ul li a span {
    margin-right: unset;
    color: #555555 !important;
}

.link-list-wrapper ul li a.active span,
.link-list-wrapper ul li ul li a.active span {
    color: #555555 !important;
}

nav.pagination-wrapper .btn.dropdown-toggle {
    color: #555555 !important;
}

.pagination .page-item.disabled a.page-link .icon {
    color: #555555 !important;
}

nav.pagination-wrapper .btn.dropdown-toggle {
    color: #555555 !important;
}

.huechange {
    filter: hue-rotate(120deg);
}

.extra-marker.extra-marker-svg .svg-inline--fa, .extra-marker.extra-marker-svg i {
    left: -1px !important;
}

    .extra-marker.extra-marker-svg i.large {
        font-size: 22px !important;
        margin-top: 8px !important;
        width: 52.5px !important;
        height: 67.5px !important;
        left: -2px !important;
    }

.listElement {
    padding: 0.5vh 1vh;
    border-bottom: 2px solid #dbdedf;
    cursor: pointer;
}

    .listElement:last-child {
        border-bottom: none;
    }

    .listElement.active {
        background-color: #a50d26;
        color: white !important;
    }

.listElementTitle {
    font-weight: bold;
    color: #79030D;
    font-size: 0.9rem;
}

    .listElementTitle.active {
        color: white !important;
    }

.listElementSubtitle {
    font-size: 0.9rem;
    margin-bottom: 0.5vh !important;
    margin-left: 8px;
}

.scrollableList {
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden
}

.customColumn70 {
    width: 72%;
    flex: 0 0 72%;
    max-width: 72%;
}

.customColumn50 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1px;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden
}

.customIcon {
    width: 16px;
    height: 16px;
    vertical-align: baseline;
}

    .customIcon.active {
        fill: white !important;
    }

#c001_placeList {
    border: 2px solid #dbdedf;
}

/* width */
.scrollableList::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.scrollableList::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scrollableList::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

    /* Handle on hover */
    .scrollableList::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#leafletButtonArea {
    bottom: 16px;
    right: 10px;
    text-align: center; /* Centra i pulsanti orizzontalmente */
}

/*.mapButton {
    display: block;*/ /* Rendi i pulsanti elementi in linea */
/*width: 35px;*/ /* Imposta la larghezza dei pulsanti */
/*height: 35px;*/ /* Imposta l'altezza dei pulsanti */
/*margin-bottom: 10px;*/ /* Aggiunge spazio tra i pulsanti */
/*background-color: #630817;*/ /* Colore di sfondo dei pulsanti */
/*color: white;*/ /* Colore del testo dei pulsanti */
/*border: none;*/ /* Rimuove il bordo dei pulsanti */
/*border-radius: 50%;*/ /* Rendi i pulsanti tondi */
/*font-size: 16px;*/ /* Dimensione del testo dei pulsanti */
/*cursor: pointer;*/ /* Mostra un cursore pointer al passaggio del mouse */
/*text-align: center;*/ /* Allinea il testo al centro */
/*line-height: 36px;*/ /* Centra verticalmente il testo */
/*text-decoration: none;*/ /* Rimuove la sottolineatura del testo */
/*z-index: 1001;
}*/

/* Stili per le icone */
/*.mapButton i {
        font-size: 18px;*/ /* Dimensione dell'icona */
/*}*/

.mapButton {
    display: flex; /* Utilizza flexbox per il centramento */
    align-items: center; /* Allinea verticalmente l'icona */
    justify-content: center; /* Allinea orizzontalmente l'icona */
    width: 35px; /* Imposta la larghezza dei pulsanti */
    height: 35px; /* Imposta l'altezza dei pulsanti */
    margin-bottom: 10px; /* Aggiunge spazio tra i pulsanti */
    background-color: #a50d26; /* Colore di sfondo dei pulsanti */
    color: white; /* Colore del testo dei pulsanti */
    border: none; /* Rimuove il bordo dei pulsanti */
    border-radius: 50%; /* Rendi i pulsanti tondi */
    font-size: 16px; /* Dimensione del testo dei pulsanti */
    cursor: pointer; /* Mostra un cursore pointer al passaggio del mouse */
    text-align: center; /* Allinea il testo al centro */
    line-height: 36px; /* Centra verticalmente il testo */
    text-decoration: none; /* Rimuove la sottolineatura del testo */
    z-index: 1001;
}

    .mapButton:hover {
        background-color: #630817; /* Colore di sfondo dei pulsanti */
    }

    .mapButton i {
        font-size: 18px; /* Dimensione dell'icona */
        line-height: 1; /* Imposta line-height per evitare disallineamenti */
    }

.C014_link {
    color: #a50d26 !important;
    font-size: 18px;
    flex: 0 0 auto;
}

    .C014_link:hover {
        cursor: pointer;
    }

.C014_SeparateElement {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.AppDetailsView_fieldsArea {
    text-align: left;
}

.AppDetailsView_label {
    font-size: 18px;
    color: #1A1A1A !important;
}

.AppDetailsView_value {
    font-size: 22px;
    font-weight: bold;
    flex: 1 0 auto;
    color: #404040 !important;
}

.AppDetailsView_link {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.appointmentSingleColmun_separator {
    height: 1px; /* Altezza della linea */
    background-color: #ccc; /* Colore della linea */
    margin: 10px 0; /* Spazio sopra e sotto la linea */
}

.appointmentSingleColmun_outerFieldsDiv {
    border: 1px lightgray solid;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 2vh 0vh;
}

.wizardpage-section {
    padding: 0vh 3vh;
}

#service-detail-select {
    border: 1px solid black;
    border-radius: .25rem;
}

.calendarBorder {
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #ccc;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.titleSection {
    color: #a50d26;
}

.c001_informationTitle {
    font-size: larger;
    color: black;
    text-decoration: none;
}

.dayCell {
    width: 14.28%;
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase !important;
}

@media (max-width: 991px) {
    .calendarBorder {
        border: none;
        box-shadow: none;
    }

    .dayItem {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        text-align: center;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 1rem;
        border-radius: 5px;
        padding: 10px;
    }

    #c001_slot-container {
        max-height: none;
    }

    .listElement {
        border: 1px lightgray solid;
        border-radius: 5px;
        padding: 1rem;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        margin: 1vh 0vh;
    }

    #c001_placeList {
        border: none;
    }

    #c001_map {
        margin-left: -25px;
        margin-right: -25px;
        width: auto !important;
        height: 45vh !important;
    }

    #c016_map {
        /*margin-left: -30px;
        margin-right: -30px;*/
        width: auto !important;
        height: 45vh !important;
    }

    .customBackground {
        box-shadow: none !important;
        border-radius: 5px;
    }

    .wizardpage-section {
        padding: 0vh .5vh;
    }

    .mx-4 {
        margin-right: 8px !important;
        margin-left: 8px !important;
    }

    .customCardBody {
        padding: 8px !important;
    }

    .mx-5 {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }

    .card-wrapper {
        padding-bottom: 8px;
    }
}

@media (max-width: 768px) {
    #c014 .card-title {
        font-size: 32px !important;
    }

    .AppDetailsView_value, .C014_link {
        margin-top: 8px;
        flex-basis: 100%;
    }
}

@media (max-width: 451px) {
    #c014 .card-title {
        font-size: 24px !important;
    }
}

@media (max-width: 381px) {
    #c014 .card-title {
        font-size: 20px !important;
    }

    .AppDetailsView_value {
        font-size: 18px !important;
    }

    .C014_link {
        font-size: 18px !important;
    }
}

.mediumIcon {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
}

#btnAddToCalendar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
}

#appointmentSuccessAdditionalInfoNotes h2 {
    color: #a50d26;
    font-size: 1.5em;
    margin-bottom: 20px;
}

#appointmentSuccessAdditionalInfoNotes ul {
    font-size: 18px;
    color: black;
}

#appointmentSuccessAdditionalInfoNotes strong {
    font-weight: bold;
    color: black;
}

.divtooltip {
    position: relative;
    display: inline-block;
    padding: 10px;
}

    /* Tooltip text */
    .divtooltip .divtooltipcontent {
        visibility: hidden;
        width: 180px;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        background-color: #fff;
        border: 1px solid black;
    }

        .divtooltip .divtooltipcontent a {
            text-decoration: none;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .divtooltip:hover .divtooltipcontent {
        visibility: visible;
    }

.w-60 {
    width: 60% !important;
}

@media (max-width: 768px) {
    .w-60 {
        width: auto !important; /* Imposta la larghezza automatica su schermi piccoli */
    }
}

.customSelect .dropdown-toggle::after {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "" !important;
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
}

.customHover:hover {
    color: #630817 !important;
}

/*.form-group.form-check label.active {
    transform: unset !important;
}*/

.activeTab {
    border-left: 2px solid #a50d26 !important;
    border-right: 2px solid #a50d26 !important;
    border-top: 2px solid #a50d26 !important;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ECEFF1;
}

.notActiveTab {
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #a50d26;
    background-color: white;
}

.greyBackground {
    background-color: white;
    padding: 16px !important;
}

@media (min-width: 992px) {
    .greyBackground {
        background-color: #ECEFF1;
        padding: 40px !important;
    }
}

.steppers-header li.border-left-tab::after {
    content: "";
    position: absolute;
    top: 10%; /* Per evitare di toccare il bordo inferiore */
    bottom: 10%; /* Per evitare di toccare il bordo superiore */
    left: 0; /* Posiziona la linea sul lato sinistro */
    width: 1px;
    background-color: #ccc; /* Cambia il colore in base alle tue necessità */
}

.leftBorderSeparator::after {
    content: "";
    position: absolute;
    top: 10%; /* Per evitare di toccare il bordo inferiore */
    bottom: 10%; /* Per evitare di toccare il bordo superiore */
    width: 1px;
    background-color: #ccc; /* Cambia il colore in base alle tue necessità */
}

.steppers-header {
    position: relative;
}

    .steppers-header li {
        position: relative;
    }

        .steppers-header li.border-right-tab::after {
            content: "";
            position: absolute;
            top: 10%; /* Per evitare di toccare il bordo superiore */
            bottom: 10%; /* Per evitare di toccare il bordo inferiore */
            right: 0; /* Posiziona la linea sul lato destro */
            width: 1px;
            background-color: #ccc; /* Cambia il colore in base alle tue necessità */
        }

.step-number {
    color: black;
    font-size: 22px;
    font-weight: bold;
}

.step-name {
    color: #a50d26;
    font-size: 20px;
    font-weight: bold;
}

.step-container {
    border-bottom: 2px solid #a50d26;
    padding: 8px;
}

/*.form-control:disabled, .form-control[readonly] {
    border-bottom: none;
}*/

/*Setto il colore della label a grigio per gli elementi disabilitati*/
.form-group .customSelect:has(button:disabled) ~ label,
.form-group phonenumber:has(input:not([hidden]):disabled) ~ label,
.form-group textarea:disabled ~ label,
.form-group input:disabled ~ label {
    color: #828282;
}

/*.form-group label {
    transform: translateY(-75%);
    font-size: .777rem;
    color: #1a1a1a;
}*/

.calendar-icon {
    position: absolute;
    right: 10px; /* Distanza dal bordo destro */
    top: 35%;
    transform: translateY(-50%);
    pointer-events: none; /* Evita che l'icona sia cliccabile */
}

.form-group textarea:not(:disabled):hover,
.form-group input:not(:disabled):hover {
    border-color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
    color: #1a1a1a;
    background-color: #fff;
}

:focus:not(.focus--mouse), .form-check [type=checkbox]:focus + label, .form-check [type=radio]:focus + label, .toggles label input[type=checkbox]:focus + .lever {
    border-color: black !important;
    /*box-shadow: 0 0 0 2px black !important;*/
    outline: 1px solid black !important;
}

.customSelect button {
    border: 1px solid black;
}

    .customSelect button:disabled {
        border: 1px solid black;
        background-color: #d8d9da;
    }

    .customSelect button:hover {
        background-color: #E7E7E7;
    }

.customSelect ~ div.dropdown-menu.show {
    border: 1px solid black;
    border-radius: 5px;
}

h1.text-danger {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}*/

#buttonSeparatorStyle {
    border: 1px solid #C5C7C9 !important;
    display: block !important;
    opacity: 1 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    background-color: #79030D; /* Cambia il colore di sfondo */
    color: #fff; /* Opzionale: cambia il colore del testo per il contrasto */
    box-shadow: none; /* Rimuovi l'ombra se non necessaria */
}

/* Applicare gx-0 sotto i 991px */
@media (max-width: 991px) {
    .gx-responsive {
        --bs-gutter-x: 0 !important; /* Simula l'effetto di gx-0 */
    }
}

/* Impostare il gap predefinito sopra i 991px */
@media (min-width: 992px) {
    .gx-responsive {
        --bs-gutter-x: 24px; /* Rimuove l'effetto di gx-0 */
    }
}

.main-li {
    padding-top: 30px;
}


.main-ul .main-li:first-child {
    padding-top: 0px;
}

.leaflet-control-attribution .leaflet-attribution-flag {
    display: none !important;
}

.maxWidth,
p, span, label, small {
    max-width: 34rem !important; /* 70 caratteri circa */
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

    small.maxWidth {
        display: block;
    }

/* Adattamento per schermi piccoli */
@media (max-width: 768px) {
    .maxWidth, p, span, label, small {
        max-width: 28rem !important; /* Riduce il limite */
    }
}

.form-group label,
.noMaxWidth {
    max-width: none !important;
    word-wrap: normal !important;
    overflow-wrap: normal !important;
}

.success-button-section {
    padding: 2vh 0vh;
}

#btnAddToCalendar:hover svg {
    fill: white !important; /* Cambia il colore dell'icona */
}

a:hover {
    background-color: inherit;
    color: #630817;
    cursor: pointer;
}


.customSelect.disabled,
.customSelect:has(button.disabled),
.customSelect:has(button:disabled) {
    background-color: #d8d9da;
}


.pds-card-body {
    padding: 1.25rem;
}

.pds-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

#response-search-box {
    border: 1px solid black;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    z-index: 1000;
    color: #555555 !important;
    border: 1px solid #CCC !important;
    border-radius: 5px !important;
    box-shadow: 3px 3px rgba(204, 204, 204,0.5) !important;
}

    #response-search-box ul li a {
        color: #555555 !important;
    }

a.faq-anchor {
    color: #222 !important;
    /*font-weight: bolder;*/
}

    a.faq-anchor:hover {
        color: #a50d26 !important;
    }

.faq-content,
.faq-content * {
    font-family: 'titillium' !important;
    font-size: 18px !important;
    /*color: #1a1a1a !important;*/
}

.faq-title,
.faq-title * {
    font-family: 'titillium-bold' !important;
    font-size: 32px !important;
    /*color: #1a1a1a !important;*/
}

.faq-title-small {
    font-family: 'titillium-bold' !important;
    font-size: 28px !important;
    /*color: #1a1a1a !important;*/
}

.sentimentContainer * {
    font-family: 'titillium' !important;
    font-size: 18px !important;
}

.faq-search-box {
    /*color: #1a1a1a !important;*/
    background: url(../img/search_icon.png) no-repeat scroll 7px 7px;
    background-size: 30px !important;
    background-color: #fff !important;
    padding-left: 40px !important;
    background-position-y: center;
}

.search-input {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    height: 45px;
    background-size: 25px;
    background-position: 5px center;
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000026;
    margin-bottom: 12px;
}

    .search-input input {
        border: none;
        outline: none;
        flex-grow: 1;
        padding: 10px;
        font-family: 'titillium' !important;
        font-size: 1.0rem;
    }

    .search-input .btn-search {
        background-color: #a50d26; /* Colore del pulsante */
        color: white;
        padding: 10px 25px;
        border: none;
        cursor: pointer;
        font-family: 'titillium' !important;
        font-size: 1rem;
    }

.icon-m {
    width: 24px;
    height: 24px;
}

a.search-faq-item:hover {
    color: #630817 !important;
}

#c021 h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #1A1A1A;
}

#c021 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #555555;
}

#c021 ul {
    padding-left: 20px;
    margin-left: 0;
}

#c021 li {
    margin-left: 0;
    padding-left: 5px;
    font-size: 14px;
}

.uploadFileText {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #1A1A1A;
}

#c022 {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

/*.geolocationModal .modal-dialog {
    margin: 4px;
}*/

.geolocationModal .modal-header {
    align-items: baseline;
}

.geolocationModal .modal-content {
    border-radius: 24px;
    background-color: white;
}

.geolocationModal .modal-footer {
    border-radius: 24px;
    background-color: white;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

    .geolocationModal .modal-footer button {
        border-radius: 30px;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -1px;
        text-align: center;
    }

.geolocationModal .modal-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -1px;
    text-align: center;
    color: #27364E;
}

.geolocationModal .modal-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: center;
    color: #838FA0;
}

body:has(.geolocationModal.show) .modal-backdrop {
    z-index: 1050 !important;
    background-color: hsl(0deg, 0%, 0%) !important;
}

#c022_map {
    /*margin-left: -30px;
        margin-right: -30px;*/
    width: auto !important;
    height: 45vh !important;
}

.successDescription {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #1A1A1A;
}

    .successDescription strong {
        font-weight: 700;
        color: #1A1A1A;
    }

.successTitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #1A1A1A;
}

.privacy-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
}

@media (max-width: 768px) {
    .privacy-container {
        align-items: flex-end;
    }

    #privacyCheckbox {
        margin-bottom: 1.5rem;
    }
}

.privacy-text {
    flex: 1;
}

.privacy-checkbox {
    flex-shrink: 0;
}

#privacyCheckbox {
    transform: scale(2);
    transform-origin: center;
    accent-color: #A50D26;
}

.uploadFileWarning {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}

    .uploadFileWarning strong {
        color: #1A1A1A !important;
    }

.mapCustomIcon {
    font-size: 12px !important;
    position: absolute !important;
    top: 4%;
    pointer-events: none;
}

#c022_map .extra-marker.extra-marker-svg .svg-inline--fa, .extra-marker.extra-marker-svg i {
    left: 0.5% !important;
}


.customPageTitleSmall {
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #A50D26;
}

.customPageTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #A50D26;
}

.customPageDescription {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1A1A1A;
}

/* Nasconde tutto tranne la versione mobile per default */
.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

/* Se siamo su schermo piccolo (mobile), invertiamo */
@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

.slim-header-icon {
    fill: #630817 !important;
    width: 18px !important;
    height: 18px !important;
}

.slim-header-icon-fill {
    fill: #630817 !important;
}

.sentimentContainer {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sentimentButtonsContainer {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.sentiment {
    border-radius: 50px;
    padding: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    background-color: white;
    transition: all 0.3s ease;
    min-width: 50px;
    color: #1A1A1A;
}

    .sentiment:hover {
        cursor: pointer;
        background-color: #a50d26;
        color: white;
        border-color: #a50d26;
    }

    .sentiment.active {
        background-color: #a50d26;
        color: white;
        border-color: #a50d26;
    }
/* Checkin page */

.checkin-Container {
    display: flex;
    flex-direction: column;
    margin: 48px 0;
    padding: 0 48px;
}

.checkin-Text,
.checkin-Text * {
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #1A1A1A !important;
}

.checkin-ButtonContainer {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 16px 0;
}

@media (max-width: 768px) {
    .checkin-Container {
        margin: 24px 0;
        padding: 0 24px;
    }

    .checkin-ButtonContainer {
        flex-direction: column;
    }
}

.checkin-success_title {
    font-size: 25px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    color: #1A1A1A !important;
}

.checkin-code_container {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 4px 0px #00000026;
    border-radius: 4px;
    border-width: 1px;
    padding: 24px;
}

.checkin-sub_title {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #1A1A1A !important;
}

.checkin-code {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0px;
    text-align: center;
    color: #1A1A1A !important;
}

.checkin-site_name,
.checkin-site_name * {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #1A1A1A !important;
}

.checkin-error_title {
    font-size: 25px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #1A1A1A !important;
}

.checkin-error_sub_title {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #1A1A1A !important;
}

.checkin-downloadButton {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 3vh;
}
/*
    .checkin-downloadButton > .icon {
        fill: white !important;
    }
*/
@media (max-width: 500px) {
    .checkin-downloadButton {
        width: 100% !important;
    }
}

.faq-content ul > li > p {
    display: inline;
}

.translate-button,
.translate-button :hover,
.translate-button :focus /*,
.translate-button :active,
.translate-button :target */ {
    color: #fff !important;
    background-color: unset !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


@media (min-width: 576px) {
    .support-home-page {
        padding: 0 5px;
    }
}

@media (min-width: 768px) {
    .support-home-page {
        padding: 0 50px;
    }
}

@media (min-width: 992px) {
    .support-home-page {
        padding: 0 50px;
    }
}

@media (min-width: 1200px) {
    .support-home-page {
        padding: 0 50px;
    }
}

@media (min-width: 1400px) {
    .support-home-page {
        padding: 0 50px;
    }
}

a.translate-selector {
    color: #a50d26;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

    a.translate-selector:hover {
        text-decoration: underline !important;
        color: #a50d26;
    }

    a.translate-selector:focus {
        text-decoration: underline !important;
        color: #630817;
    }

a.dropdown-item.active.translate-selector, a.dropdown-item.translate-selector:active {
    color: #a50d26;
    background-color: #ffffff;
}
