/*BOOTSTRAP OVERRIDE*/
/*$enable-shadows: true*/

.dropdown-item:hover, .dropdown-item:focus {
    color: black !important;
    /*background-color: var(--bs-dropdown-link-hover-bg);*/
}

.dropdown-menu-provincia {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 200px;
}

.modal:nth-of-type(even) {
    z-index: 3002 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1001 !important;
}

.form-select {
    font-family: 'Montserrat Regular' !important;
}

.min-vh-25 {
    min-height: 25vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-75 {
    min-height: 90vh !important;
}

.removeContent::after {
    content: none !important;
}

.removeContent::before {
    content: none !important;
}

.goldContent::after {
    color: black !important;
}

.goldContent:hover {
    color: black !important;
}

.accordion {
    --bs-accordion-border-width: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: rgba(255,255,255,0);
}

.accordion-body {
    background-color: rgba(0,0,0,0.50);
    border: 2px solid white;
    font-size: 0.90rem !important;
}

.borderWht {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-check-input:checked {
    background-color: #FFC506;
    border-color: #FFC506;
    color: black;
}

    .form-check-input:checked:after {
        color: black;
    }

.glicine {
    color: #B0BdF2;
}

.glicineChiaro {
    color: #cad4fc;
}

.bluTesto {
    color: #18273A;
}

.borderPolizze {
    border-left: 3px solid #B0BdF2;
    border-bottom: 1px solid #B0BdF2;
}

.modal-backdrop {
    background-color: rgb(72, 72, 72);
    /*filter: brightness(1.5);*/
    opacity: 0.85 !important;
}

.dropdown-menu {
    white-space: nowrap;
    border-radius: 0 !important;
}

.dropdown-header {
    padding: 0px !important;
}

.borderBtm {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#wrapperLight {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    background: conic-gradient(from 135deg at -25px -25px, rgba(255, 255, 255, 0.3) 0deg, rgba(0, 0, 0, 0.2) 20deg, rgba(0, 0, 0, 0.2) 320deg, rgba(255, 255, 255, 0.3) 360deg);
}

.nav-link:hover, .nav-link:focus {
    color: #9A7A63 !important;
}

.btn:hover {
    color: white !important;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-90 {
    height: 90% !important;
}

.col-mini {
    flex: 0 0 auto;
    width: 2.09%;
}

/*BOOTSTRAP OVERRIDE*/

/*bootstrap-datipcker override*/
.datepicker {
    color: #9A7A63 !important;
    font-size: 0.7rem !important;
    background-color: #131F2E !important;
    border: 1px solid #cbcbcb !important;
}
/*bootstrap-datipcker override*/

html, body {
    min-height: 100%;
    height: 100%;
    scrollbar-width: thin !important;
}

body {
    line-height: 1;
    background: url('../images/sfondo_org.png') black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: 'Montserrat Regular';
    scrollbar-width: thin !important;
}

.sfondoBox {
    line-height: 1;
    background: url('../images/sfondo_org.png') black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: 'Montserrat Regular';
    scrollbar-width: thin !important;
    /*background: rgba(42, 44, 48, 0.93);*/
}

.filterHtml {
    filter: contrast(90%) brightness(100%) saturate(2);
}

.boxRel {
    position: relative !important;
}

.boxAbs {
    position: absolute !important;
    top: 15px;
    left: -5px;
    right: 10px;
}

.pointer {
    cursor: pointer !important;
}

.codeMtotp {
    width: 35px;
    background-color: white !important;
    color: black !important;
    height: 3vh;
}

.codeFullotp {
    background-color: white !important;
    color: black !important;
    height: 3vh;
}

.modal-fascia {
    width: 100vw !important;
    max-width: 100vw !important;
}

.topMost {
    z-index: 100000 !important;
}

.icons {
    color: rgba(21, 24, 29, 0.93);
}

.inputTxt {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    transition: border 150ms cubic-bezier(0.4,0,0.2,1);
    min-height: 20px;
    z-index: 2;
    width: 100%;
}

.user-label {
    position: absolute;
    pointer-events: none;
    padding: 0.15rem;
    transition: 150ms cubic-bezier(0.4,0,0.2,1);
    z-index: 1;
}

.inputTxt:focus, .inputTxt:valid {
    outline: none;
}

    .inputTxt:focus ~ label, .inputTxt:valid ~ label {
        transform: translateY(-50%) scale(0.8);
        background-color: rgba(33,33,33,0.9);
        padding: 0.10rem;
    }

.inputReadOnly {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    transition: border 150ms cubic-bezier(0.4,0,0.2,1);
    min-height: 20px;
    z-index: 2;
    width: 100%;
}

    .inputReadOnly:focus, .inputReadOnly:valid {
        outline: none;
    }

    .inputReadOnly ~ label, .inputReadOnly ~ label {
        transform: translateY(-50%) scale(0.8);
        background-color: rgba(33,33,33,0.9);
        padding: 0.10rem;
    }


.opacityItem {
    color: white;
    background: rgba(21, 24, 29, 0.93);
    mix-blend-mode: normal;
}

.borderEngineItem {
    border: 1px solid rgba(155, 155, 155, 0.65);
    opacity: 1;
}

.opacityContent {
    color: white;
    background: rgba(42, 44, 48, 0.93);
    mix-blend-mode: normal;
}

.opacityContentItem {
    color: white;
    background: rgba(42, 44, 48, 0.96);
    mix-blend-mode: normal;
}

.opacityContentDrop {
    color: white;
    background: rgba(181, 189, 189, 0.90);
    mix-blend-mode: normal;
}

.opacityDati {
    color: black;
    /*background: rgba(25,30,40,0.80);*/
    background: linear-gradient(190deg, rgba(227,227,227,1) 0%, rgba(120,120,120,1) 100%);
    mix-blend-mode: normal;
}

.opacityNull {
    background-color: rgba(255, 255, 255, 0);
}

a:hover {
    color: #567890 !important;
}

.cmdHover {
}

    .cmdHover:hover {
        color: #567890;
    }

.blk {
    color: black;
}

.cmdLink {
    color: #8D1010;
}

.sfondoModal {
    /*    background: rgb(45,47,57);*/
    background-color: #15181D;
}

.sfondoModal2 {
    background-color: #18273A;
}

.sfondoModalGlicineChiaro {
    background-color: #cad4fc;
}

.sfondoModal3 {
    background-color: #131F2E;
}

.sfondoModalServizi {
    background-color: rgb(0, 25, 50,0.95);
}

.borderModalTitle {
    border-bottom-color: #9C9C9C;
}

.ylw {
    color: #FFC506;
}

.backylw {
    color: #15181D;
    font-weight: 700;
    background-color: #FFC506;
    border: 3px outset #FFC506;
    border-radius: 3px 3px;
}

    .backylw:hover {
        text-decoration: underline;
    }


.backGlicine {
    color: #15181D;
    font-weight: 700;
    background-color: #B0BdF2;
    border: 3px outset #B0BdF2;
    border-radius: 3px 3px;
}

    .backGlicine:hover {
        text-decoration: underline;
    }

.backylwInvert {
    color: #eae7e2;
    font-weight: 700;
    background-color: #0C1E57;
    border: 3px outset #0C1E57;
    border-radius: 3px 3px;
}

    .backylwInvert:hover {
        text-decoration: underline;
    }

.ombra {
    box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.175) !important;
    position: absolute;
}

.modalContent {
    color: white;
    background: linear-gradient(rgba(8, 8, 8,0.65), rgba(21, 21, 21,0.90));
    mix-blend-mode: normal;
}

.contentBlur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}

.noContentBlur {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}

.visible {
    visibility: visible !important;
}

.hidden {
    visibility: hidden !important;
}

.scrollProvince {
    min-height: 13px;
    max-height: 26px;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
}

.opacityNone {
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 1);
}

.titleSection {
    /*color: #9A7A63;*/
    color: #FFC506;
    font-family: 'Montserrat Medium';
    font-size: 0.75rem;
}

option {
    font-family: 'Montserrat Regular' !important;
}

.ordering {
    font-family: 'Montserrat Regular' !important;
    color: #B2BdF2;
}

.noEvidenzia {
}

.evidenzia {
    background-color: #241827 !important;
}

.ordering-content {
    font-family: 'Montserrat Regular' !important;
    color: black !important;
}

.circle-icon {
    background: #9A7A63;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.gold {
    /*color: #9A7A63;*/
    color: #B0BdF2;
}

.orange {
    color: #FF914D;
}

.spaceLtr1 {
    letter-spacing: 0.075em;
}

.spaceNorm {
    letter-spacing: normal !important;
}

.backgold {
    background-color: #9A7A63;
}

.activePag {
    background-color: white;
    color: #9A7A63;
}

.w-35 {
    width: 35% !important;
}

.w-90 {
    width: 90% !important;
}

.scrollGold {
    scrollbar-color: #B0BDF2 rgb(8, 8, 8);
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 3px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: rgb(8, 8, 8); /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: blue; /* color of the scroll thumb */
    /*border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid #9A7A63; /* creates padding around scroll thumb */
}

.shadowText {
    text-shadow: #c1c1c1 1px 1px 0, 2px 2px 1px rgba(167,140,89,0.1);
}

.hvrLinkProfile {
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
}

    .hvrLinkProfile:focus,
    .hvrLinkProfile:hover {
        color: #000000;
    }

        .hvrLinkProfile:focus:after,
        .hvrLinkProfile:hover:after {
            width: 100%;
            left: 0%;
        }

    .hvrLinkProfile:after {
        content: "";
        pointer-events: none;
        bottom: -2px;
        left: 50%;
        position: absolute;
        width: 0%;
        height: 3px;
        background-color: #0e1e9d;
        transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
        transition-duration: 400ms;
        transition-property: width, left;
    }

.hvrTitleWht {
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
    color: #FFC506;
}

    .hvrTitleWht:focus,
    .hvrTitleWht:hover {
        color: white;
    }

        .hvrTitleWht:focus:after,
        .hvrTitleWht:hover:after {
            width: 100%;
            left: 0%;
        }

    .hvrTitleWht:after {
        content: "";
        pointer-events: none;
        bottom: -2px;
        left: 50%;
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: white;
        transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
        transition-duration: 400ms;
        transition-property: width, left;
    }

.hvrTitle {
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
}

    .hvrTitle:focus,
    .hvrTitle:hover {
        color: #FFC506;
    }

        .hvrTitle:focus:after,
        .hvrTitle:hover:after {
            width: 100%;
            left: 0%;
        }

    .hvrTitle:after {
        content: "";
        pointer-events: none;
        bottom: -2px;
        left: 50%;
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: #FFC506;
        transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
        transition-duration: 400ms;
        transition-property: width, left;
    }

.hoverMeDisabled {
    color: #545f73;
    background: #A6C3E3;
    mix-blend-mode: normal;
    border-radius: 5px;
    position: relative;
    font-size: 0.55rem;
    font-weight: bold;
    z-index: 10;
}

.hoverMeTxtDisabled {
    color: #545f73 !important;
}

.hoverMeTxt {
}

    .hoverMeTxt:hover {
        color: #B1243C !important;
        cursor: pointer;
        text-decoration: underline;
    }


.hoverMe {
    color: #15181d;
    /*background: rgba(21, 24, 29, 0.93);*/
    background: #A6C3E3;
    mix-blend-mode: normal;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
    transition: .2s ease;
    font-size: 0.55rem;
    z-index: 10;
}

    .hoverMe:hover a:first-child {
        color: black !important;
    }

    .hoverMe::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background-color: #ffc506;
        transition: .2s ease;
    }

    .hoverMe:hover {
        color: #000000;
        font-weight: bold;
        transition-delay: .2s;
        text-decoration: underline;
    }

        .hoverMe:hover a:link {
            color: #000000;
        }

    .hoverMe::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background-color: #ffc506;
        transition: .2s ease;
        z-index: -1;
    }

    .hoverMe:hover::after {
        height: 100%;
        transition-delay: 0.2s;
        color: aliceblue;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.blu {
    color: #15181D;
}

.cmdEngineTQ {
    position: relative;
    display: inline-block;
    padding: 0;
}

    .cmdEngineTQ.learn-more {
        width: 13.4rem;
    }

        .cmdEngineTQ.learn-more .circle {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: relative;
            display: block;
            margin: 0;
            width: 1.5rem;
            height: 1.5rem;
            background: #ffc506; /*rgb(18, 219, 223);*/
            border-radius: 1.625rem;
        }

            .cmdEngineTQ.learn-more .circle .icon {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
            }

                .cmdEngineTQ.learn-more .circle .icon.arrow {
                    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                    left: 0.25rem;
                    width: 0.8rem;
                    height: 0.05rem;
                    background: none;
                }

                    .cmdEngineTQ.learn-more .circle .icon.arrow::before {
                        position: absolute;
                        content: "";
                        top: -0.30rem;
                        right: 0.025rem;
                        width: 0.625rem;
                        height: 0.625rem;
                        border-top: 0.125rem solid #15181D;
                        border-right: 0.125rem solid #15181D;
                        transform: rotate(45deg);
                    }

        .cmdEngineTQ.learn-more .button-text {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0.45rem 0;
            margin: 0 0 0 1.5rem;
            color: #ffc506; /*rgb(18, 219, 223);*/
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
        }

    .cmdEngineTQ:hover .circle {
        width: 100%;
    }

        .cmdEngineTQ:hover .circle .icon.arrow {
            background: #15181D;
            transform: translate(1rem, 0);
        }

    .cmdEngineTQ:hover .button-text {
        color: #15181D;
    }

.cmdEngine {
    position: relative;
    display: inline-block;
    padding: 0;
}

    .cmdEngine.learn-more {
        width: 13.4rem;
    }

        .cmdEngine.learn-more .circle {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: relative;
            display: block;
            margin: 0;
            width: 1.5rem;
            height: 1.5rem;
            background: #A6C3E3;
            border-radius: 1.625rem;
        }

            .cmdEngine.learn-more .circle .icon {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
            }

                .cmdEngine.learn-more .circle .icon.arrow {
                    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                    left: 0.25rem;
                    width: 0.8rem;
                    height: 0.05rem;
                    background: none;
                }

                    .cmdEngine.learn-more .circle .icon.arrow::before {
                        position: absolute;
                        content: "";
                        top: -0.30rem;
                        right: 0.025rem;
                        width: 0.625rem;
                        height: 0.625rem;
                        border-top: 0.125rem solid #15181D;
                        border-right: 0.125rem solid #15181D;
                        transform: rotate(45deg);
                    }

        .cmdEngine.learn-more .button-text {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0.45rem 0;
            margin: 0 0 0 1.5rem;
            color: #A6C3E3;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
        }

    .cmdEngine:hover .circle {
        width: 100%;
    }

        .cmdEngine:hover .circle .icon.arrow {
            background: #15181D;
            transform: translate(1rem, 0);
        }

    .cmdEngine:hover .button-text {
        color: #15181D;
    }

.cmdEngineYlw {
    position: relative;
    display: inline-block;
    padding: 0;
}

    .cmdEngineYlw.learn-more {
        width: 13.4rem;
    }

        .cmdEngineYlw.learn-more .circle {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: relative;
            display: block;
            margin: 0;
            width: 1.5rem;
            height: 1.5rem;
            background: #FFC506;
            border-radius: 1.625rem;
        }

            .cmdEngineYlw.learn-more .circle .icon {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
            }

                .cmdEngineYlw.learn-more .circle .icon.arrow {
                    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                    left: 0.25rem;
                    width: 0.8rem;
                    height: 0.05rem;
                    background: none;
                }

                    .cmdEngineYlw.learn-more .circle .icon.arrow::before {
                        position: absolute;
                        content: "";
                        top: -0.30rem;
                        right: 0.025rem;
                        width: 0.625rem;
                        height: 0.625rem;
                        border-top: 0.125rem solid #000;
                        border-right: 0.125rem solid #000;
                        transform: rotate(45deg);
                    }

        .cmdEngineYlw.learn-more .button-text {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0.45rem 0;
            margin: 0 0 0 1.5rem;
            color: white;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
        }

    .cmdEngineYlw:hover .circle {
        width: 100%;
    }

        .cmdEngineYlw:hover .circle .icon.arrow {
            background: #000;
            transform: translate(1rem, 0);
        }

    .cmdEngineYlw:hover .button-text {
        color: #000;
    }

.hvrWht {
}

    .hvrWht:hover {
        color: white;
        cursor: pointer;
    }

.hvrBlk {
}

    .hvrBlk:hover {
        color: black !important;
    }

.hvr {
}

    .hvr:hover {
        background-color: #2e2c2c;
        color: #FFC506;
        cursor: pointer;
    }

.simplyHvr {
}

    .simplyHvr:hover {
        text-decoration: underline;
    }

.glicine {
    color: #B0BdF2;
}

.inputWht {
    background-color: #cbcbcb !important;
}

.hvrNoCur {
}

    .hvrNoCur:hover {
        background-color: #2e2c2c;
        color: #9A7A63;
    }

.wht {
    color: #CCCCCC !important;
}

.borderRichiesteAvv {
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.hrSep {
    border: 1px solid rgba(255,255,255,0.85);
}

.hrSepBottom {
    border-bottom: 1px solid #9c9c9c;
}

.hrSepTop {
    border-top: 0.01rem solid #9c9c9c;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.90rem !important;
}

.fs-75 {
    font-size: 0.70rem !important;
}

.fs-small {
    font-size: 0.65rem !important;
}

.h7 {
    font-size: 0.90rem !important;
}

.lh-2 {
    line-height: 1.4 !important;
}

.lh-25 {
    line-height: 1.9 !important;
}

.lh-3 {
    line-height: 3.4 !important;
}

.obj {
    text-align: justify;
}

.badge-icon {
    font-size: 0.35em !important;
    background-color: #3f7d08 !important;
}

.titleService2 {
    color: white;
    font-family: 'Montserrat Bold';
    font-size: 2.10em;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
}

.titleService {
    color: white;
    font-family: 'Montserrat Bold';
    font-size: 1.80em;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
}

.titleServiceSmall {
    color: white;
    /*font-family: 'Montserrat Bold';*/
    font-size: 1.80em;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
}


.txtColor {
    color: #cbcbcb !important;
}

.btEngineSx {
    color: white;
    background-color: #3A5271;
    font-weight: 700;
}

.btEngine {
    color: black;
    background-color: #B0BDF2;
    text-transform: uppercase;
    font-size: 0.80em;
}

.borderEngine {
    border: 1px solid rgba(156,156,156,1);
    opacity: 1;
}

.borderBox {
    border: 1px solid rgba(156,156,156,1) !important;
}

.borderBtNone {
    border-bottom: none !important;
}

.borderTpNone {
    border-top: none !important;
}

.borderSxNone {
    border-left: none !important;
}

.borderDxNone {
    border-right: none !important;
}

.containerSx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.brdRound-15 {
    border-radius: 5px;
}

.brdRound {
    border-radius: 30px;
}

.eventPlanning {
    color: white;
}

.eventProme {
    background-color: #567890;
}

.eventScheda {
    background-color: #56AA90;
}

.plug {
    border-width: 0px;
    border-style: none;
    border-color: #000000;
    border-radius: 7px 7px 0px 0px;
    background-color: #9A7A63;
    color: #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    font-weight: bold;
}

.plugBottom {
    border-width: 0px;
    border-style: none;
    border-color: #000000;
    border-radius: 0px 0px 7px 7px;
    background-color: #9A7A63;
    color: #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    font-weight: bold;
}

.boxServizi {
    background-image: linear-gradient(rgb(27, 31, 40), rgb(20, 17, 17));
}

.boxDati {
    /*border: 1px solid rgba(128, 128, 128,69);*/
    background-color: #2e2c2c;
}

.borderGold {
    border-color: rgb(167, 140, 89);
}

.borderTrend {
    border: 1px dashed rgba(128, 128, 128,69);
}

.spacingTitle {
    letter-spacing: 0.4em;
    white-space: nowrap;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0.75rem !important;
    background: rgba(0, 0, 0, 0);
    color: #cbcbcb;
    outline: none;
    opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    background: rgba(0, 0, 0, 0);
    color: #cbcbcb;
    outline: none;
    opacity: 1;
}

textarea::placeholder {
    color: white;
}

input[type=text] {
    font-size: 12px;
    border: 0px;
    color: rgba(255,255,255,1);
    background: rgba(0, 0, 0, 0);
    outline: none;
}

input[type=tel] {
    font-size: 12px;
    border: 0px;
    color: rgba(255,255,255,1);
    background: rgba(0, 0, 0, 0);
    outline: none;
}

input[type=password] {
    font-size: 12px;
    border: 0px;
    color: rgba(255,255,255,1);
    background: rgba(0, 0, 0, 0);
    outline: none;
}

.inputBckWhite {
    color: rgba(0,0,0,1) !important;
    background: rgba(255, 255, 255, 1) !important;
}

input[type=text]:focus::placeholder {
    background: rgba(0, 0, 0, 0);
    color: #cbcbcb;
    border: 0px;
    outline: none;
}

input[type=tel]:focus::placeholder {
    background: rgba(0, 0, 0, 0);
    color: #cbcbcb;
    border: 0px;
    outline: none;
}

input[type=text]:focus {
    border: 0px;
    outline: none;
}

input[type=tel]:focus {
    border: 0px;
    outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.stopEvent {
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        color: #cbcbcb;
        opacity: 0.5;
    }
}

.blink_green {
    animation: blinker2 1s linear infinite;
}

@keyframes blinker2 {
    50% {
        color: #59d822;
        opacity: 0.7;
    }
}

.backGroundRed {
    background-color: #ff3640;
}

.d-tbRow {
    display: table-row;
}

.d-tbCol {
    display: table-column;
}

/*POST IT*/
.postItBox {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    z-index: 10;
}

.postItChild {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 10em;
    width: 10em;
    padding: 1em;
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    transform: rotate(-6deg);
    transition: transform .15s linear;
}
/*POST IT*/

/*PULSANTE FOCUS APPALTI*/
.focus-appalto-btn {
    background-color: #ff9900; /* Colore di sfondo arancione */
    color: #12174a; /* Colore del testo principale */
    font-family: 'Montserrat Regular' !important;
    font-size: 0.75rem; /* Dimensione testo principale */
    font-weight: 900; /* Grassetto */
    padding: 8px 8px; /* Spaziatura */
    border: none; /* Rimozione del bordo */
    border-radius: 20px; /* Bordo arrotondato */
    display: flex; /* Flexbox per allineamento */
    align-items: center; /* Allinea verticalmente */
    text-transform: uppercase; /* Tutto in maiuscolo */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Effetto ombra */
    cursor: pointer; /* Icona del puntatore */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Transizione hover */
    border: 3px outset #e68302;
}

    .focus-appalto-btn img {
        height: 30px; /* Altezza del logo */
        margin-right: 10px; /* Spazio tra logo e testo */
    }

.focus-appalto-text {
    display: flex;
    flex-direction: column; /* Testo in colonna */
    align-items: flex-start; /* Allineato a sinistra */
}

.focus-appalto-btn small {
    font-size: 0.55rem; /* Dimensione del testo secondario */
    font-weight: 400; /* Normale per il testo secondario */
    color: #12174a; /* Colore testo secondario blu */
    text-transform: uppercase; /* Tutto in maiuscolo */
    margin-top: 5px; /* Spazio tra il testo principale e secondario */
    letter-spacing: 0.075em;
}

.focus-appalto-btn:hover {
    background-color: #cc7a00; /* Cambia colore di sfondo quando il mouse č sopra */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); /* Ombra pių pronunciata */
    transform: scale(1.02); /* Leggero zoom */
}
/*PULSANTE FOCUS APPALTI*/

/*BIGLIETTO DA VISITA*/
.business-card {
    width: 400px;
    height: 265px;
    background: linear-gradient(145deg, #1e293b, #0f172a);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3), 0 3px 10px rgba(0,0,0,0.1), inset 0 2px 1px rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
}

.card-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% -20%, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 50%, transparent 80%);
    opacity: 0.5;
}

.logo-area {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2), inset 0 2px 1px rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
}

.contact-icon {
    width: 20px;
    color: #60a5fa;
    text-align: center;
    font-size: 0.8rem;
}

.contact-link {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .contact-link:hover {
        color: #60a5fa;
    }

.form-control {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    color: white;
    border-radius: 10px;
    padding: 0.5rem;
    font-size: 0.85rem;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1), 0 2px 1px rgba(255,255,255,0.05);
    resize: none;
}

    .form-control:focus {
        background: rgba(255,255,255,0.05);
        border-color: rgba(255,255,255,0.2);
        color: white;
        box-shadow: 0 0 0 2px rgba(59,130,246,0.3), inset 0 2px 4px rgba(0,0,0,0.1);
    }

    .form-control::placeholder {
        color: #64748b;
    }

.btn-send {
    background: linear-gradient(145deg, #3b82f6, #2563eb);
    border: none;
    color: white;
    padding: 0.1rem 0.80rem;
    border-radius: 8px;
    font-size: 0.85rem;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3), inset 0 2px 1px rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

    .btn-send:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(37, 99, 235, 0.4), inset 0 2px 1px rgba(255,255,255,0.1);
        color: white;
    }

.notes-area {
    position: relative;
}

.notes-submit {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.btn-profile {
    background: linear-gradient(145deg, #fbbf24, #f59e0b);
    border: none;
    color: #000;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3), inset 0 2px 1px rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    width: 100%;
}

    .btn-profile:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(245, 158, 11, 0.4), inset 0 2px 1px rgba(255,255,255,0.2);
        color: #000;
    }

.buttons-container {
    display: flex;
    gap: 0.5rem;
    padding: 0 1rem;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1), inset 0 1px 1px rgba(255,255,255,0.05);
}

    .close-btn:hover {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
        transform: translateY(-1px);
        border-color: rgba(239, 68, 68, 0.3);
    }

    .close-btn i {
        font-size: 0.5rem;
    }

/* Ensure the close button doesn't interfere with existing content */
.content-wrapper {
    padding-top: 10px;
}
/*BIGLIETTO DA VISITA*/

/*BARRA AGGIUDICATARIO*/
.analysis-section {
    margin: 1px 0;
    padding: 5px;    
    border-radius: 4px;
    border-left: 4px solid;
}

.tenderBack {
    background: rgba(0, 255, 0, 0.05);
}

.tenderNoBack {
    background: rgba(255, 0, 0, 0.05);
}

@keyframes pulseButton {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    50% {
        transform: scale(1.01);
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.analysis-button {
    width: 100%;
    color: #16191e;
    padding: 5px 8px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 3px;
    min-height: 30px;
    max-height: 60px;
}

    .analysis-button:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

.tenderEq {
    background-color: rgb(32, 180, 32);
}

    .tenderEq:hover {
        background-color: rgb(28, 160, 28);
    }

.tenderEqSec {
    border-left-color: #00FF00;
}

.tenderNoEq {
    background-color: #ff3640;
}
    .tenderNoEq:hover {
        background-color: rgb(160, 0, 0);
    }

.tenderNoEqSec {
    border-left-color: #FF0000;
}

.button-left {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 30px;
    font-weight: normal;
    line-height: 18px;
    font-size: 13px;
}

.ranking {
    font-weight: bold;
}

.company-name {
    font-weight: normal;
}

.button-right {
    background: rgba(0, 45, 114, 0.15);
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    height: 20px;
    display: flex;
    align-items: center;
    animation: pulseButton 1s infinite;
    border: 1px solid rgba(0, 45, 114, 0.2);
    min-width: 120px !important;
}

.button-icon {
    width: 20px;
    height: 20px;
    fill: #16191e;
    flex-shrink: 0;
}

.analysis-stats {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
