

#login-box #User { background-color: #03002d; border-color: #e6bf56; color: #fff; } #login-box #Password { background-color: #03002d; border-color: #e6bf56; color: #fff; } #info-name input { background-color: #03002d; border-color: #e6bf56; color: #fff; } #info-email input { background-color: #03002d; border-color: #e6bf56; color: #fff; } #dashboard-text { background-color: #03002d; border-color: #e6bf56; color: #fff; } .border-separator-right { border-color: #e6bf56 !important; }

body {
    color: #e6bf56;
    background-color: #03002d;
    background-image: url('');
}

.products-row li.price-box {
    background-color: #03002d !important;
    color: #e6bf56 !important;
}

div#cd-cart {
    background-color: #03002d !important;
}

div#cd-cart button#btn-cart-close{
    color: #e6bf56 !important;
}

.document-pdf a, .document-img a {
    color: #e6bf56 !important;
}

header {
    background: #03002d;
    padding: ;
    margin: ;
}

footer {
    background: #03002d;
    padding: ;
    margin: ;
}

#table-utenti-registrati {
    color: #e6bf56;
}

.loader-container {
    background-color: #03002d;
}

.loader {
    background-color: #03002d;
}

.loader::after {
    background-color: #e6bf56;
}


            @font-face {
                font-family: customFont;

                        src: url('https://digivents2.bucket.digivents.net/3010/WebLayout/a8b9bcb5-a7d2-47fa-9674-4780c4a9e77b.ttf');
                                }

            body {
                font-family: customFont;
            }
        
                .btn-new {
                    border-radius: 5px;
                    color: #03002d !important;
                    background-color: #e6bf56 !important;
                    text-decoration: none !important;
                    font-weight: normal !important;
                }

                .btn-new:hover {
                    color: #03002d !important;
                    background-color: #e6bf56 !important;
                    text-decoration: none !important;
                    font-weight: bold !important;
                }
            