/* *::selection{
   background-color: var(--bs-gray-500);
   color: transparent;
}*/

*::-webkit-scrollbar{
   height: 5px;
   width: 5px;
   background-color: transparent;
}

*::-webkit-scrollbar-track{
   background-color: transparent;
}

*::-webkit-scrollbar-thumb{
   background-color: var(--bs-dark);
}
.shadow {
    box-shadow: 0 1px 0 0 rgba(58,59,69,.15) !important;
}
.bg-gradient-primary {
    background-color: var(--bs-blue);
    background-image: linear-gradient(-180deg, var(--bs-link-hover-color) 10%, var(--bs-primary) 100%);
}
.sidebar-dark .sidebar-brand {
    color: #fff;
    background-color: var(--bs-dark);
    width: 100%;
}
.sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    background-color: #00000015;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
}
.row {
    --bs-gutter-x: 1rem;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.sidebar .nav-item .nav-link {
    
	border-bottom: 1px solid #00000015;
	box-shadow: 0 1px 0 0 #ffffff10;
}
@media (max-width:768px){
	.sidebar {
    }
}
a {
    text-decoration: none;
	color: var(--bs-dark);
}
.img-tabel {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
footer.sticky-footer {
    padding: 1.2rem 0;
	margin-top: 1.5rem;
	border-top: 1px solid #00000012;
}
.img-w50{
	width: 50px;
	height: 50px;
	padding: 4px;
}
.img-uni{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-uni:hover{
	opacity: 0.7;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dis-inlb{
	display: inline-block;
	margin-left: 10px;
}
.left-d{
	float: left;
	margin-top: 10px;
	display: inline-block;
}
.fa-fw {
    font-size: 20px;
}
.buttons-columnVisibility.active{
	background-color: var(--bs-gray);
}