#coockiecontrol {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    /*visibility: hidden;*/
    /*opacity: 1;
    text-align: center;
    padding: 0;
    -webkit-transition: visibility 0s 1s,opacity 1s linear;
    -o-transition: visibility 0s 1s,opacity 1s linear;
    transition: visibility 0s 1s,opacity 1s linear;*/
    background-color: #6aaae4;
    transform: rotateY(0);
    /*width: 100%;
    height: 100%;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #6aaae4;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    transition: transform .6s;
    transform-style: preserve-3d;
}

    #coockiecontrol.visualizza {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 1s linear;
        -o-transition: opacity 1s linear;
        transition: opacity 1s linear;
    }

    #coockiecontrol svg.icon {
        width: 40px;
        height: 40px;
        fill: #fff;
    }

#ot-sdk-btn-floating.ot-floating-button {
    position: fixed;
    left: 30px;
    bottom: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 15px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    transition: all 300ms ease;
    z-index: 2147483646;
    animation: otFloatingBtnIntro 800ms ease 0ms 1 forwards;
}

#ot-sdk-btn-floating.ot-floating-button::before {
    content: "";
    border: 5px solid rgba(0,0,0,0);
    z-index: 1001;
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(10px, -50%);
}

#ot-sdk-btn-floating.ot-floating-button::before, #ot-sdk-btn-floating.ot-floating-button::after {
    text-transform: none;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    transform: scale(0);
    opacity: 1;
    transition: all 300ms ease;
    display: block;
    height: auto;
}

#ot-sdk-btn-floating .ot-floating-button__front {
    background-color: #6aaae4;
    transform: rotateY(0);
}

#ot-sdk-btn-floating .ot-floating-button__front, #ot-sdk-btn-floating .ot-floating-button__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #6aaae4;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    transition: transform .6s;
    transform-style: preserve-3d;
}

#ot-sdk-btn-floating.ot-floating-button button {
    background-color: rgba(0,0,0,0);
    border: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#ot-sdk-btn-floating .ot-floating-button__front svg {
    width: 30px;
    height: 37px;
}

#ot-sdk-btn-floating.ot-floating-button button {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* cookieconsent.ccs - custom layout 400 zoom*/
@media screen and (min-resolution: 3.0dppx) {

    #s-c-bn {
        font-size: 0.8em !important; /* dimensione della X per chiudere la finestra*/

    }

    #s-inr {
        padding-top: 0em !important;
        padding-bottom: 0em !important; /*FIX 10.5em;*/
    }

    #s-bl {
        margin-top: 2em !important;
        padding-top: 0em !important;
        padding-bottom: 7.5em !important;
    }


    #s-hdr {
        height: 0em !important;
    }

    .bns-t #s-bns {
        height: 2em !important;
        margin-top: 1em !important;
        padding: 0 1em !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 0.5em !important;
    }

    #s-bns .c-bn {
        all: unset;
        color: var(--cc-btn-secondary-text) !important;
        background: var(--cc-btn-secondary-bg) !important;
        padding: 1em 1.7em !important;
        display: inline-block !important;
        cursor: pointer !important;
        font-size: 0.5em !important;
        -moz-user-select: none !important;
        -khtml-user-select: none !important;
        -webkit-user-select: none !important;
        -o-user-select: none !important;
        user-select: none !important;
        text-align: center;
        border-radius: var(--cc-btn-border-radius) !important;
        flex: 1 !important;
        font-weight: 600 !important;
    }

    #s-bns button:first-child {
        color: var(--cc-btn-primary-text) !important;
        background: var(--cc-btn-primary-bg) !important;
    }
}