/* Put all your tenant-specific css exceptions in this file */
        {{--
        :root {
            /* Buttons */
            --color-eight: #FF0000;

            /* Primary background */
            --color-two: #00FF00;

            /* Secondary background */
            --color-six: #0000FF;

            /* White */
            --color-one: #777777;

            /* Scrollbar */
            --color-three: #222222;
        } --}}

.bg-six {
background-color:#00B3F0!important;
background-image:url('almelo.png');
background-repeat:no-repeat;
background-position:center;
}
.btn.btn-one {
background-color:#00B3F0!important;
border-color:#00B3F0!important;
}
.card.card-two, h2, .bg-six img {
display:none;
}
.user-message {
background-color:#00B3F0!important;
}