/*body {
    background-color: #ECECEC !important;
}

.left-sidebar {
    background-color: #f5f4f4 !important;
}

.app-header {
    background: #f5f4f4 !important;
}*/

#profile_image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.dp-container {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-radius: 100%;
    text-align: center;
}

.elevate-chart {
    min-width: 1200px;
}

/*.datatables .table-responsive {
    overflow-x: clip;
}*/

.table-responsive {
    overflow-y: hidden;
    height: auto;
    overflow-x: auto !important;
    padding-bottom: 20px;
}

.no-margin {
    margin: 0 !important
}
