body{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.profileName {
    position: absolute;
    left: 68px;
    bottom: 25px;
}

.custom-badge{
    right:0;
}

.offcanvas-end{
    width: 400px;
}

div.dropend > .dropdown-menu.show {
    width: 250px;
}

.table-moder{
    display: none;
}

@media (max-width: 768px) {
    .offcanvas-end{
        width: 100% !important;
    }

    div.dropend > .dropdown-menu.show {
        width: 100%;
    }

    .table-moder{
        display: block;
    }

    .page {
        overflow-x: hidden;
    }
}
