/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
div.dt-paging {
    float: right;
}


#page-topbar{
    background-color: gray;
}

.topbar-user {
    @media (min-width: 768px) {
        background-color: gray;
    }
}


.ql-align-center {
    text-align: center !important;
}
.ql-align-left {
    text-align: left !important;
}
.ql-align-right {
    text-align: right !important;
}
.ql-align-justify {
    text-align: justify !important;
}

.text-dreta {
    text-align: right;
}