
body {
    background-color: #ffffff !important;
            background-image: url(https://www.spl-xdemat.fr/Xtransfert/img/background/ball-63527_1920.png) !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .color-theme, .btn-flat.btn-theme {
        color: #4695d0 !important;
    }

    .btn-flat.btn-theme:hover {
        background-color: hsl(from #4695d0 h s 96) !important;
    }

    .border-theme {
        border-color: #4695d0 !important;
    }

    .border-bottom-theme {
        border-bottom-color: #4695d0 !important;
    }

    .border-right-theme {
        border-right-color: #4695d0 !important;
    }

    .border-left-theme {
        border-left-color: #4695d0 !important;
    }

    .bck-hover-theme-lighten:hover {
        background-color: hsl(from #4695d0 h s 96) !important;
    }

    .btn-raised.btn-theme, .scroll-flat.scroll-theme::-webkit-scrollbar-thumb {
        background-color: #4695d0 !important;
    }
