/* SCROLL */
.table-responsive::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #e9ecef;
	height: 10px;
}
.table-responsive::-webkit-scrollbar {
	width: 2px;
	background-color: #e9ecef;
	height: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #ccced0;
	height: 10px;
}

/* LAIN-LAIN */
a.linkcustomku {
	color: #fff !important;
	text-decoration: none !important;
}
a.linkcustomku:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.btn-sm {
    padding: 8px 14px !important;
    line-height: 16px !important;
}
.table-responsive {
    display: inline-block !important;
    width: 100% !important;
    overflow-x: auto !important;
	scrollbar-color: #e9ecef;
    padding-bottom: 20px;
}
.table-bordered {
    border: 1px solid #e9ecef !important;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #e9ecef;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
th {
    text-align: left;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 1.25em;
}
.text-right {
    text-align: right!important;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
.breadcrumb {
    margin-bottom: 0 !important;
}
.form-outline {
    max-width: 80%;
}

/*-------------------------------------------------------
PROGRESS CIRCLE UNTUK DASHBOARD
---------------------------------------------------------*/
.progress {
    width: 150px;
    height: 150px !important;
    line-height: 150px;
    background: none;
    box-shadow: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #000;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%
}

.progress.blue .progress-bar {
    border-color: #049dff
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}

.progress.yellow .progress-bar {
    border-color: #fdba04
}

.progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}

.progress.yellow .progress-left .progress-bar {
    animation: none
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

/*-------------------------------------------------------
CARD UNTUK DASHBOARD
---------------------------------------------------------*/
.block-cardku-2 a {
	color: #fff;
	text-decoration: none;
}
.block-cardku-2 .order-card {
    color: #fff;
}

.block-cardku-2 .bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.block-cardku-2 .bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.block-cardku-2 .bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.block-cardku-2 .bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.block-cardku-2 .card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.block-cardku-2 .card .card-block {
    padding: 25px;
}

/*-------------------------------------------------------
AUTO COMPLETE UL LI
---------------------------------------------------------*/
#searchResult{
 list-style: none;
 padding: 0px;
 width: 250px;
 position: absolute;
 margin: 0;
}

#searchResult li{
 background: lavender;
 padding: 4px;
 margin-bottom: 1px;
}

#searchResult li:nth-child(even){
 background: cadetblue;
 color: white;
}

#searchResult li:hover{
 cursor: pointer;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
	--bs-table-accent-bg: unset !important;
}
.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
	--bs-table-accent-bg: unset !important;
}
.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
	--bs-table-accent-bg: unset !important;
}
.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
	--bs-table-accent-bg: unset !important;
}
.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
	--bs-table-accent-bg: unset !important;
}
.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
	--bs-table-accent-bg: unset !important;
}
.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
	--bs-table-accent-bg: unset !important;
}


/* Box autocomplete */
#suggesstion-box {
    position: relative;
}
#suggesstion {
    list-style: none;
    padding: 0;
    width: 100%;
    position: absolute;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}
#suggesstion::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}
#suggesstion li {
    background: #3b7ddd;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 5px 5px 5px 10px;
    width: auto;
}