.dataTable-wrapper.no-header .dataTable-container {
	border-top: 1px solid #d9d9d9;
}

.dataTable-wrapper.no-footer .dataTable-container {
	border-bottom: 1px solid #d9d9d9;
	overflow-y: auto;
}

.dataTable-top,
.dataTable-bottom {
	padding: 0;
	/* margin-bottom: 2em; */
	font-size: small;
}

.dataTable-top > nav:first-child,
.dataTable-top > div:first-child,
.dataTable-bottom > nav:first-child,
.dataTable-bottom > div:first-child {
	float: left;
}

.dataTable-top > nav:last-child,
.dataTable-top > div:last-child,
.dataTable-bottom > nav:last-child,
.dataTable-bottom > div:last-child {
	float: right;
}

.dataTable-selector {
	padding: 4px 6px;
	border: 0;
	background: #efefef;
	margin-right: 1em;
	border-radius: 7px;
	outline: none;
	border-right: solid #efefef 5px;
}

.dataTable-input {
	padding: 6px 12px;
	border-radius: 6px;
	outline: none;
	border: 0;
	background: #efefef;
	font-size: small;
}

.dataTable-info {
	margin: 7px 0;
}

/* PAGER */
.dataTable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.dataTable-pagination li {
	list-style: none;
	float: left;
}

.dataTable-pagination a {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
}

.dataTable-pagination a:hover {
	background-color: #d9d9d9;
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
	background-color: #d9d9d9;
	cursor: default;
}

.dataTable-pagination .ellipsis a,
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
	cursor: not-allowed;
}

.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.dataTable-pagination .pager a {
	font-weight: bold;
}

/* TABLE */
.dataTable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.dataTable-table > tbody > tr > td,
.dataTable-table > tbody > tr > th,
.dataTable-table > tfoot > tr > td,
.dataTable-table > tfoot > tr > th,
.dataTable-table > thead > tr > td,
.dataTable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}

.dataTable-table > thead > tr > th {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #3eb4ed;
	font-size: small;
	font-weight: normal;
}

.dataTable-table > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
}

.dataTable-table th {
	vertical-align: bottom;
	text-align: left;
}

.dataTable-table th a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
}

.dataTable-sorter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.dataTable-sorter::before,
.dataTable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}

.dataTable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}

.dataTable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
	opacity: 0.6;
}

.dataTables-empty {
	text-align: center;
}

.dataTable-top::after, .dataTable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}


a.color-danger.dropdown-item.d-flex.align-items-center {
    color: #ff3131;
}

.btn {
    font-size: 14px;
    color: #4a4a4a;
    padding: 4px 15px 3px;
    border: 0;
    line-height: 1.6;
    border-radius: 50px;
    text-transform: capitalize;
}

.btn .bi {
    font-size: 16px;
    vertical-align: -1px;
    margin-left: -3px;
    line-height: 1;
    /* color: #fff; */
}

.btn.btn-primary {
    color: #fff;
}

._sidebar {
    /* position: relative; */
    /* display: block; */
    /* width: 250px; */
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* width: 250px; */
    /* z-index: 996; */
    /* transition: all 0.3s; */
}

aside .sidebar-container {
    overflow-y: auto;
    padding: 20px;
    scrollbar-color: #aab7cf transparent;
    height: 100vh;
    margin-top: 60px;
    scrollbar-width: auto;
}

.sidebar .sidebar-nav .nav-link.active {
    background: #167cb0;
}

.hapusInputJenisProduksi .bi:hover {
    color: #fff;
}

.dataTable-search {
    margin-bottom: 10px;
}

.master-index .info-card {
    overflow: hidden;
    transition: all .3s;
}

.dash-home .filter .icon:hover {
    color: #fff;
}

a.card-link i {
    color: #fff;
    vertical-align: 0px;
    padding-left: 2px;
}

span.badge-pill {
    background: #1994d3;
    color: #fff;
    padding: 9px 6px 8px 6px;
    line-height: 0;
    border-radius: 50px;
    height: 18px;
    min-width: 18px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 12px;
}

.pengajuan.card-icon {
    vertical-align: -18px;
}

.pengajuan h5 {
    margin: 0;
}

.pengajuan .card.info-card.sales-card {
    padding: 0;
    /* background: var(--theme-color); */
}

.dashboard .pengajuan .info-card {
    padding-bottom: 0;
    box-shadow: 0px 2px 7px 2px rgb(0 0 0 / 6%);
    transition-delay: 0s;
}

.card-body.pengajuan_ .list-group li {
    background: #f5f6f6;
}

.card-body.pengajuan_ .list-group {
    border-radius: 0 0 8px 8px;
    border-top: 0px;
}

.card-body.pengajuan_ .list-group li:first-child {
    border-top: 0;
}