/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa+One:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100;300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html {
    /*overflow-x: hidden;*/
    width: 100%;
}

body {
    padding-top: 0;
    margin-top: 0;
    overflow-x: hidden;
    width: 100%;
    /*background-color: #660618;*/
    /*background: #780505;*/
    overflow-x: clip;
    background: #f3f3f3;
    /*background: linear-gradient(0deg, rgba(120, 5, 5, 1) 1%, rgba(196, 63, 63, 1) 44%, rgba(255, 255, 255, 1) 100%);*/
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-auto {
    margin: 0 auto;
}

.p-t-30 {
    padding-top: 30px
}

.p-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.pad-80 {
    padding: 80px
}

.full {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

/* NAVBAR */


.navbar .logo img {
    height: 40px;
    /* Regola in base al tuo logo */
    width: auto;
    display: block;

    padding-left: 0 !important;

}

.navbar .navbar-default a.logo {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 1px solid
}

/* Mostra il menu dropdown al passaggio del mouse */


.navbar-default .navbar-nav>li>a:hover {
    font-family: 'Roboto';
    color: #fff;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.dropdown-menu {
    transition: all 0.3s ease;
    border-radius: 20px;
}

.dropdown-menu li {
    padding-top: 8px;
    padding-bottom: 8px;
}


.navbar-default {

    border: none;
}

.navbar {
    position: fixed !important;
    top: 20px;
    /* Usiamo left/right per centrare la barra rispetto ai margini di 40px */
    left: 40px;
    right: 40px;
    z-index: 300;
    border-radius: 40px;
    padding: 7px 20px;
    /* Spazio interno laterale per logo e menu */

    /* Effetto Vetro */
    background: rgba(8, 12, 47, 0.5);

    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

    /* Layout: Logo a sinistra, Menu a destra */

    display: flex;
    justify-content: center;
    align-items: center;


    /* Preparazione per GSAP */
    visibility: visible;
    will-change: transform, opacity, background-color, backdrop-filter;
    transition: background-color 0.3s ease, padding 0.3s ease, border-radius 0.3s ease, transform 0.3s ease;
}

.navbar.navbar-scrolled {
    padding: 8px 30px;
    border-radius: 20px;
    transform: scaleX(0.95);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
    border-radius: 30px;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Mostra il menu dropdown al passaggio del mouse */
.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
    margin-top: 0;
    /* Evita buchi tra link e menu */
}

/* Opzionale: aggiungi una transizione fluida */
.dropdown-menu {
    transition: all 0.3s ease;
}



@media (max-width: 767px) {
    .navbar {
        display: block;
        right: 10px;
        left: 10px;
        z-index: 500;
        border-radius: 8px;
        flex-direction: column;

    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .nav>li {
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 18px;
        position: relative;
        display: block;
        text-align: center;
    }


}

.navbar-default .navbar-nav>li>a {
    font-family: 'Roboto';
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    height: 40px;
}


/* Applica queste regole solo quando lo schermo è 1199px o più piccolo */
@media (max-width: 1199px) {

    /* 1. Forza l'header (Logo + Hamburger) a occupare tutta la larghezza */
    .navbar-header {
        float: none !important;
        display: block;
        /*width: 100%;*/
    }

    /* 2. Mostra sempre il pulsante Hamburger */
    .navbar-toggle {
        display: block !important;
        float: right;
        margin-right: 15px;
    }

    /* 3. Nasconde il menu orizzontale standard e lo prepara per il collasso */
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        /*width: 100% !important;*/
        float: none !important;
        clear: both;
    }

    .navbar-collapse.collapse {
        display: none !important;
        /* Nasconde i link */
    }

    /* 4. Quando il menu viene aperto (cliccando l'hamburger), Drupal/Bootstrap aggiunge la classe .in */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    /* 5. Impila le voci di menu verticalmente */
    .navbar-nav {
        margin: 7.5px -15px;
        float: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar {
        display: block;
        right: 10px;
        left: 10px;
        z-index: 500;
        border-radius: 8px;
        flex-direction: column;

    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .nav>li {
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 18px;
        position: relative;
        display: block;
        text-align: center;
    }

}

/* 6. Ripristina il menu orizzontale sopra i 1199px (Desktop) */
@media (min-width: 1200px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-toggle {
        display: none !important;
    }
}

@media (max-width: 1199px) {

    /* Base del bottone */
    .navbar-toggle {
        border: none;
        background-color: transparent !important;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        /* Assicurati che sia uguale per tutte */
        height: 3px;
        background-color: #ffffff !important;
        transition: all 0.3s ease-in-out;
        transform-origin: center;
        /* Rimuoviamo eventuali margini che sfalsano il calcolo */
        margin: 0 auto !important;
    }

    /* Ripristiniamo il margine solo quando è CHIUSO */
    .navbar-toggle.collapsed .icon-bar+.icon-bar {
        margin-top: 4px !important;
    }

    /* --- STATO APERTO --- */

    /* Prima barra (Figlio 2) */
    .navbar-toggle:not(.collapsed) span.icon-bar:nth-child(2) {
        /* Spostiamo verso il basso e ruotiamo */
        transform: translateY(3px) rotate(45deg) !important;
    }

    /* Seconda barra (Figlio 3) */
    .navbar-toggle:not(.collapsed) span.icon-bar:nth-child(3) {
        opacity: 0 !important;
        transform: scale(0) !important;
    }

    /* Terza barra (Figlio 4) */
    .navbar-toggle:not(.collapsed) span.icon-bar:nth-child(4) {
        /* Spostiamo verso l'alto (stesso valore) e ruotiamo */
        /* Se sembra ancora corta, prova a regolare 3px in 2px o 4px */
        transform: translateY(-3px) rotate(-45deg) !important;
    }
}

.logo-vittorazzi-home {
    max-width: 200px;
}

/* TESTI */
.centrale {
    text-align: center;
}

.m-centrale {
    margin-left: auto;
    margin-right: auto;
}

.sinistro {
    text-align: left;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}


.h1 {
    font-family: 'Source Sans 3';
    font-size: 64px;
    line-height: 72px;
    opacity: 1;
    font-weight: 900;
    letter-spacing: 0px;
    font-size: clamp(4rem, 3vw, 2rem);
    line-height: clamp(4rem, 3vw, 2rem);
}

.h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 0px;

}



.h3 {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0px;

}

.tit-card {
    font-family: 'Source Sans 3';

    font-size: clamp(4.5rem, 3vw, 2rem);
    font-size: clamp(1.75rem, 0.7273rem + 3.2727vw, 4rem);
    font-size: clamp(3rem, 2.5455rem + 1.4545vw, 4rem);

    line-height: clamp(3rem, 2.5455rem + 1.4545vw, 4rem);
    font-weight: 900;
    letter-spacing: -1px;
}

@media (min-width: 1200px) {
    .tit-card {
        font-size: 24px;
    }
}

@media screen and (min-width: 1210px) and (max-width: 2600px) {
    .tit-card {
        font-size: 32px;

    }
}


.tit-card-mission,
.tit-card-vision {
    font-family: 'Source Sans 3';
    font-size: clamp(4rem, 3vw, 2rem);
    line-height: clamp(4rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -1px;
}

.over-tit-card {
    font-family: 'Roboto';

    line-height: clamp(2rem, 3vw, 2rem);
    font-size: clamp(0.875rem, 0.4773rem + 1.2727vw, 1.75rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    width: fit-content;

}

.txt-card {
    font-family: 'Roboto';
    font-size: 20px;
    font-size: clamp(2rem, 3vw, 2rem);
    line-height: clamp(2.6rem, 3vw, 2rem);
    font-weight: 300;
    letter-spacing: 0px;
}



.testo {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}


.svg {
    margin-bottom: 20px;
}

/* SEZIONE */
.sezione {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px;
    position: relative;
}

.bg-home {
    position: relative;
    min-height: 400px;
    flex-direction: row;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vw / 4);

    padding: 30px;
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #222;
    flex: 1;
}

/* Creiamo uno strato separato per l'immagine */
.bg-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../sites/default/files/home/elicottero.jpg');
    background-size: cover;
    background-position: center;
    /* Qui decidi quanto deve essere visibile l'immagine */
    opacity: 0.8;
    /* Opzionale: se vuoi che il blu influenzi i colori dell'immagine */
    mix-blend-mode: hard-light;
}




/* FLEX */




/* SIDER */
.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.video-placeholder.alternate {
    background: linear-gradient(135deg, #2c3e50 0%, #000000 100%);

}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-text {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 5px;
}

.content-overlay {
    text-align: left;
    z-index: 10;
    padding: 20px;
    width: 70%
}

.over-title {
    font-size: clamp(1rem, 3vw, 2rem);
    font-family: 'Source Sans 3';
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: var(--text-shadow);
    opacity: 1;
    visibility: visible;
    color: #fff;
    text-align: left;
    letter-spacing: 0;
}

.slide-title {
    font-family: 'Source Sans 3';
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: clamp(3rem, 7vw, 6rem);
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: var(--text-shadow);
    opacity: 1;
    visibility: visible;
    color: #fff;
    text-align: left;
    letter-spacing: 0;
}

.slide-subtitle {
    font-family: 'Roboto';
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 300;
    letter-spacing: 0px;
    opacity: 1;
    visibility: visible;
    text-shadow: var(--text-shadow);
    color: #fff;
    text-align: left;
    margin-top: 8px;
}

/* Navigation Styles */
.slider-nav {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    display: flex;
    gap: 15px;
}

.nav-prev,
.nav-next {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.nav-prev:hover,
.nav-next:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.slide-indicators {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    gap: 10px;
    z-index: 100;
}

.indicator {
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: white;
    width: 60px;
}

.cta {
    padding: 10px 0px;
}

.cta a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.button {
    background-color: #f00;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    width: fit-content;
    transition: all 0.3s ease;
    margin-top: 20px;
    z-index: 1;
}

.button:hover {
    background-color: #000;
}


/* AGGIUNTO */
/* Stile base per la Home (Full Screen o altezza standard) */
/* 1. Impostazione predefinita per TUTTE le pagine (Interne) */
.slider-container {
    width: 100%;
    height: 600px;
    /* Altezza fissa per le pagine interne */
    position: relative;
    overflow: hidden;
}

/* Assicuriamoci che i contenitori interni seguano l'altezza di 600px */
.slider-container .slide,
.slider-container .video-container,
.slider-container .bg-video,
.slider-container .video-placeholder {
    height: 600px;
    background-color: #000;
    width: 100%;
    object-fit: cover;
    /* Fondamentale per non deformare il video */
}

/* 2. Eccezione specifica per la HOME PAGE */
/* Drupal aggiunge '.path-frontpage' al body della home */
body.path-frontpage .slider-container,
body.path-frontpage .slider-container .slide,
body.path-frontpage .slider-container .video-container,
body.path-frontpage .slider-container .bg-video {
    height: 100vh;
    /* Torna a tutto schermo solo in Home */
}



/* FOOTER */
.footer {

    background-color: #000;
    color: #fff;
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #333;
}


.logo-footer {
    max-width: 150px;
}

.testo-footer {
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
}

.testo-footer-li {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;

}

.testo-footer-li li {
    line-height: 28px;
}

.testo-footer-li a {
    color: #fff;
    text-decoration: none;
}

.testo-footer-li a:hover {
    color: #f00;
    text-decoration: none;
}

.testo-copy-sx {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;

}

.testo-copy-dx {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    text-align: right;

}


/* COLORI */
.white {
    color: #fff;
}

.red {
    color: #f00;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-dk-red {
    background-color: #700b0b
}

.bg-red {
    background-color: #f00
}

.bg-lg-grey {
    background-color: #ccc;
}

.bg-dk-grey {
    background-color: #333;
}

.bg-form {
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
}

/* FLEX */
.row-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


/* HOME */
.hero-section-home {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/elicottero.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}


.hero-section-company {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/our-vision.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}


.hero-section-company-2 {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/cockpit.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}

.hero-section-company-3 {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/elicottero.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}

.hero-section-business {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/research.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}


.hero-section-business-1 {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/production.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}


.hero-section-business-2 {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/mro.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}

.hero-section-business-3 {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/logistic.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}

.hero-section-product {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/vittorazzi.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}

.hero-section-vittorazzi {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/paramotore.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}



.hero-section-contacts {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/c117.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}

.hero-section-news {
    position: relative;
    width: 100%;
    min-height: 60vh;
    min-height: calc(100vw /3);
    /* Regola l'altezza desiderata */
    background-image: url('../../../sites/default/files/home/carbon.jpg');
    /* Sostituisci con la tua immagine */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Fixed su desktop se preferisci */
}





.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
    opacity: 0.8;

}

.glass-card {
    display: flex;
    /* Rendi glass-card flex container */
    flex-direction: column;
    flex-grow: 1;
    /* Cresce per riempire altezza disponibile */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 30;
    min-height: 450px;
    height: 100%
        /* Solo MINIMO, flex-grow gestisce resto */
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* Centra verticalmente le colonne */
    justify-content: center;
    /* Bonus: centra orizzontalmente se serve */
    min-height: 60vh;
    /* Altezza minima per centrare visibilmente */
    padding: 15px 0;
    flex-direction: row;
    /* Spazio top/bottom */
    z-index: 1;
}

.row-eq-height>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.row-eq-height-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* Centra verticalmente le colonne */
    justify-content: center;
    /* Bonus: centra orizzontalmente se serve */
    min-height: 45vh;
    /* Altezza minima per centrare visibilmente */
    padding: 15px 0;
    flex-direction: row;
    /* Spazio top/bottom */
    z-index: 1;
}

.row-eq-height-company>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}


/* CARD HOME */
.card-rnd-bg {
    background-image: url('../../../sites/default/files/home/prd-dev.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
}

.card-prod-bg {
    background-image: url('../../../sites/default/files/home/prd-production.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
}

.card-mro-bg {
    background-image: url('../../../sites/default/files/home/prd-repair.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
}

.card-log-bg {
    background-image: url('../../../sites/default/files/home/prd-logistic.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
}

.card-log-bg-rotor {
    background-image: url('../../../sites/default/files/home/rotor.png');
    background-size: cover;
    background-position: center;

    border-radius: 15px;
}

/* Overlay scuro per testi leggibili */
.card-rnd-bg::before,
.card-prod-bg::before,
.card-mro-bg::before,
.card-log-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /* Opacità 40%, regola */
    border-radius: 15px;
    /* Arrotonda angoli */
    z-index: 0;
}


/* MARQUEE */
.counter {
    display: inline-block;
    transition: all 0.1s;
    font-size: 90px;
    font-weight: 200;
    font-family: 'Roboto';
    margin-top: 20px
}

.counter.animate-end {
    animation: bounce-in 0.2s ease-out;
}

.sezione-marquee {
    padding: 0;
    position: relative;
}

.sezione.bg-red-marquee {
    height: 100px;
    background-color: #dc3545;
    background: linear-gradient(0deg, rgba(120, 5, 5, 1) 1%, rgba(196, 63, 63, 1) 44%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(186, 19, 19, 1) 0%, rgba(255, 0, 0, 1) 41%, rgba(186, 19, 19, 1) 100%);
    /* Rosso Bootstrap */
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sezione.bg-white-marquee {
    height: 100px;

    /*background: linear-gradient(0deg, rgba(120, 5, 5, 1) 1%, rgba(196, 63, 63, 1) 44%, rgba(255, 255, 255, 1) 100%);*
    background-color: #fff;
    /* Rosso Bootstrap */
    overflow: hidden;
    display: flex;
    align-items: center;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}

.marquee {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.marquee-customer {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.marquee-customer img {
    height: 100px;
    filter: grayscale(100%);

    /* Opzionale: Aggiunge un po' di opacità per renderli più discreti */
    opacity: 0.7;

    /* Transizione fluida per l'effetto hover */
    transition: all 0.3s ease-in-out;
}

.marquee-block {
    font-family: 'Source Sans 3';
    font-size: 24px;
    font-weight: 100;
    color: white;
    padding: 0 60px;
    flex-shrink: 0;
    text-transform: uppercase;
}



.flexi-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100px;
    padding: 10px;
}


@media (max-width: 767px) {
    .sezione {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 15px;
        position: relative;
    }

    .card-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        text-align: left;
        padding: 15px 15px;
        margin-bottom: 15px;

    }

    .txt-card {
        font-family: 'Roboto';
        font-size: 16px;
        font-size: clamp(2rem, 3vw, 2rem);
        line-height: clamp(2.3rem, 3vw, 2rem);
        font-weight: 300;
        letter-spacing: 0px;
    }
}



/**/
/* Forza le colonne a comportarsi come contenitori flex ad altezza uguale */
.row-flex-match {
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    margin-bottom: 30px;

}

.row-flex-match>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Fa sì che la card occupi tutto lo spazio della colonna */
.card-content {
    flex: 1;
    /* Fondamentale: espande la card per riempire l'altezza della colonna */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Opzionale: distribuisce spazio tra titolo, testo e pulsante */

}

/* Se vuoi che il pulsante 'Learn More' sia sempre allineato in basso */
.card-content .cta {
    margin-top: auto;
}

.card-content {
    flex-grow: 1;
    /* Contenuto riempie glass-card */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
    padding: 40px 40px;
    margin-bottom: 15px;
}

.card-bottom {
    flex-grow: 1;
    /* Contenuto riempie glass-card */
    margin-top: 30px;
    align-content: flex-end;
}

.card-top {}

.card-center {}


/* CARD HOME */
.card-mission-bg {
    background-image: url('../../../sites/default/files/home/our-mission.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
}

.card-vision-bg {
    background-image: url('../../../sites/default/files/home/our-vision.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
}



.cont-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.flex-align-center {
    justify-content: center;
    align-items: center;
}

.flex-align-start {
    justify-content: start;
    align-items: start;
}

.flex-align-stretch {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.row.equal>[class*="col-"] {
    margin-bottom: 30px;

}



.h-box-company {
    min-height: 350px
}


/* PRODUCtioNS */

.prd-over-tit {
    color: #f00;
    font-family: "Source Sans 3";
    font-size: 16px;
    text-align: left;

}

.prd-tit {
    font-family: "Source Sans 3";
    font-size: 32px;
    font-weight: 900;
    text-align: left;
}

.prd-txt {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.prd-svg {
    margin-right: 6px;

    vertical-align: middle;

}


.business {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    text-align: left;
}

.business li {
    line-height: 28px;
}


.tit-document {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #f00;
    margin-bottom: 20px;
}

.txt-document {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}



.tb-products thead {
    font-family: 'Roboto';
    font-size: 16px !important;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.tb-products tbody {
    font-family: 'Roboto';
    font-size: 16px !important;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}


/* PURCHASING */
.txt-purchasing {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

ul .txt-purchasing {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.bullets::before {
    content: '';
    position: absolute;
    left: -4px;
    width: 10px;
    height: 10px;
    background-color: #f00;
    margin-top: 10px;
}

.leat-form {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #fff
}


/* VIEWS */
.views-col {
    padding: 40px;
    background-color: #ccc;
    margin-bottom: 15px;
    border-radius: 15px;
}

.wwu-reparto {
    font-family: 'Roboto';
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0px;
    background-color: #f00;
    display: table;
    padding: 5px 10px;
    margin-bottom: 10px
}

.wwu-titolo {
    font-family: 'Roboto';
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0px;
}

.wwu-sottotitolo {
    font-family: 'Roboto';
    font-size: 24px !important;
    color: #fff !important;
}

.wwu-testo {
    font-family: 'Roboto';
    font-size: 20px !important;
    color: #fff !important;
}

.wwu-container-col {
    min-height: 300px;
    background-color: #333;
    padding: 15px;


}

.wwu-button {
    background-color: #f00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: table;
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
}

.wwu-button a {
    color: #fff;
    text-decoration: none;


}

.wwu-container-row {
    margin-bottom: 30px
}

.views-element-container {
    /*background-color: #000;*/
}

.wwu-container-fields {
    min-height: 300px;
    background-color: #333;
    padding: 15px;
}

.node-wwu-full {
    border: 1px solid #f00
}



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
}

.pagination li a {
    color: #000
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #aaa;
    border-color: #aaa;
}

.back-to {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000;

    margin-top: 30px;
}

.field--name-field-wwu-titolo {
    font-size: 24px;
    font-weight: 600;
    color: #f00;
    margin-bottom: 10px;
}

.field--name-field-wwu-sottotitolo {
    font-size: 18px;
    font-weight: 600;
    color: #f00;
    margin-bottom: 10px;
}

.field--name-field-wwu-corpo {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

.field--name-field-reparto {
    font-size: 16px;
    font-weight: 600;
    color: #f00;
    margin-bottom: 10px;
}


.form-group {
    margin-bottom: 5px;
}



.news-settore {
    background-color: #f00;
    padding: 5px 10px;
    display: table;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    border-radius: 5px;
}

.news-data {
    background-color: #fff;
    padding: 5px 10px;
    display: table;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #f00;
    border-radius: 5px;
}

.news-title {



    margin-bottom: 10px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
}

.news-corpo {
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
}

/* Rendi il wrapper alto quanto tutto lo schermo */
.login-wrapper {
    display: flex;
    align-items: center;
    /* Centra verticalmente */
    justify-content: center;
    /* Centra orizzontalmente */
    min-height: 100vh;
    /* 100% dell'altezza viewport */
    background-color: #000;
    position: relative;
    /* Opzionale: un colore di sfondo */
}

/* Stringi la maschera di login e dagli stile */
.login-centered-box {
    width: 100%;
    max-width: 400px;
    /* Larghezza massima della maschera */
    padding: 30px;
    background: #888;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 1);
    margin: auto;
    height: 400px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-centered-box button {
    margin-bottom: auto;
    margin-top: 80px;
}


.leat-btn {
    padding: 30px;
    background: #ffffff;
    border: 2px solid rgb(111, 9, 9);
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    background: rgb(111, 9, 9);
}

.leat-btn a {
    color: #fff;
    font-weight: 600;
}

.leat-btn-add {
    padding: 30px;
    background: #ffffff;
    border: 2px solid rgb(111, 9, 9);
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    min-height: 50px;
    margin-bottom: 20px;
    background: rgb(111, 9, 9);
}

.leat-btn-add a {
    color: #fff;
    font-weight: 600;
}

.leat-btn:hover {
    background: #f00;
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.leat-btn-add:hover {
    background: #f00;
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #fff
}


.leat-btn i {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.leat-btn span {
    font-weight: bold;
    font-size: 1.1rem;

}

.dash-card {
    width: 100%;
    min-height: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.full-height {
    min-height: 100vh;
    height: 100%;

}

.bg-grad-black {
    background: #0a0a0a;
    background: radial-gradient(circle, rgba(10, 10, 10, 1) 1%, rgba(102, 101, 101, 1) 64%, rgba(20, 14, 14, 1) 100%);
}

.sezione-dash {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px;
    position: relative;
}

.azioni-dashboard {
    width: 100%;

    overflow: hidden;
    margin-bottom: 10px
}

.flex-dash {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.button-dash {


    background-color: #f00;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    width: fit-content;
    transition: all 0.3s ease;
    margin-top: 20px;
    z-index: 1;


}

.dash-exit {

    position: absolute;
    z-index: 20;

}

#logoutModal .modal-content {
    background-color: #1a1a1a;
    /* Colore scuro dashboard */
    color: white;
    border: 1px solid #444;
}

#logoutModal .modal-header,
#logoutModal .modal-footer {
    border-color: #333;
}

#logoutModal .close {
    color: white;
}

/* Forza la modal a stare sopra il backdrop di Bootstrap */
.modal-backdrop {
    z-index: 1040 !important;
}

#logoutModal {
    z-index: 1050 !important;
}

/* Se la modal appare ancora "dietro" la dashboard */
.sezione.dash {
    transform: none !important;
    filter: none !important;
}

.modal-backdrop {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}








/* Dashboard container */
.sezione-dash {
    padding: 40px 15px;


}

/* Dashboard header */
.dashboard-header h2 {
    font-weight: 600;
    color: #333;
}

.dashboard-header .btn {
    margin-left: 10px;
}

/* Card */
.dash-card {
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    text-align: center;
}

/* Gradient colors per card */
.dash-card.emar {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}

.dash-card.easa {
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
}

.dash-card.cap9110 {
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

.dash-card.news {
    background: linear-gradient(135deg, #f7971e, #ffd200);
    color: #333;
}

.dash-card.work {
    background: linear-gradient(135deg, #8e2de2, #4a00e0);
}

/* Hover effect */
.dash-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Card titles */
.dash-card h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Card icons */
.dash-card .dash-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

/* Card buttons */
.dash-card .leat-btn-add {
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
    border-radius: 6px;
    padding: 8px 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

.dash-card .leat-btn-add:hover {
    background-color: #fff;
    color: #000;
}

/* Main title */
h1.centrale {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

/* Logout modal */
.modal-content {
    border-radius: 12px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.dashboard-header .btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.dashboard-header .btn-danger:hover {
    background-color: #c0392b;
    border-color: #c0392b;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: transparent;
    border-color: #ddd;
}

.panel-title {
    background-color: transparent;
    background: none;
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.dashboard-header h2 {
    color: #fff
}

/* Esempio per allinearli */
.views-exposed-form .js-form-item {
    display: inline-block;

    vertical-align: bottom;


}

.views-field-field-rating {
    width: 10%;
}

.views-field-field-part-number {
    width: 20%
}

.views-field-field-manufacturer {
    width: 20%
}

.views-field-field-description {
    width: 20%
}

.views-field-field-coc {
    width: 10%
}

.views-field-field-easa {
    width: 10%
}

.views-field-field-emar {
    width: 10%
}

/* header filtri*/

.td-uno {
    width: 10%;
}

.td-due {
    width: 20%
}

.td-tre {
    width: 20%
}

.td-quattro {
    width: 20%
}

.td-cinque {
    width: 10%
}

.td-sei {
    width: 10%
}

.td-sette {
    width: 10%
}

.td-action {
    width: 20%
}

/* */
/* Forza entrambe le tabelle a comportarsi nello stesso modo */
.views-exposed-form table,
.view-view-capability table {
    table-layout: fixed;
    /* Fondamentale per rispettare le percentuali */
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

@media (max-width: 768px) {

    .views-exposed-form table,
    .view-view-capability table {
        table-layout: auto;
        /* Fondamentale per rispettare le percentuali */
        width: 100%;
        border-collapse: collapse;
        margin: 0;
    }


    .td-due {
        width: 100%
    }

    .td-tre {
        width: 100%
    }

    .td-quattro {
        width: 100%
    }

}

/* Rimuovi padding extra dai widget dei filtri che sballano i calcoli */
.views-exposed-form td {
    padding: 5px;
    /* Assicurati che sia uguale a quello della tabella dati */
    vertical-align: middle;
}

.views-exposed-form .form-item,
.views-exposed-form input {
    width: 100%;
    /* L'input deve occupare tutto lo spazio del TD */
    max-width: 100%;
    box-sizing: border-box;
    /* Include il bordo nel calcolo della larghezza */
}

#edit-actions .button {
    border: 1px solid #000;
    margin: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.messages--status {
    background-color: #dff0d8;
    color: #3c763d;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}

.views-exposed-form {
    display: block;
    flex-wrap: wrap;
    border: 4px solid;
    margin-block: var(--space-l);
    padding: var(--space-xs) var(--space-l) var(--space-l) var(--space-l);
    border: var(--details-border-size) solid var(--details-border-color);
    border: none;
    border-radius: var(--details-border-size-radius);
    background-color: var(--color-white);
    box-shadow: none !important;

}

.dropbutton-wrapper {
    display: inline-flex;
    border-radius: var(--button-border-radius-size);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    float: right;
}




.form-actions-in-table button {
    margin: 0;
    border: 1px solid
}


.eu-cookie-compliance-default-button {
    color: #000
}