::-webkit-scrollbar {
    background-color: white;
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f5faff;
}

::-webkit-scrollbar-thumb {
    background: #6b7280;
}

.scroll-y-navigation {
    overflow-y: auto;
}

.scroll-x-navigation {
    overflow-x: auto;
}

/* ------------------------------------------------- */

.listbarang {
    /* border-collapse: collapse; */
    width: 100%;
}

.listbarang td {
    height: 50px;
}

.listbarang td,
.listbarang th {
    border: 0.1px solid #f5faff;
    /* padding: 8px; */
    /* height: 50px; */
}

.listbarang tr:hover {
    background-color: #f5faff;
}

.listbarang th {
    font-size: 12px;
    background-color: #ea3134;
}

/* --------------------------- */

.container input:checked ~ .checkmark {
    background-color: #ea3134;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="search"]:focus {
    outline: none;
}
