body {
    font-family: Poppins;
}

.import-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 40px 100px 30px 100px;
    border-bottom: 1px solid #D4D4D4;
}
.import-wrap-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.import-wrap form {
    margin: 0;
}
.form-upload {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.upload-wrap {
    border: 1px dashed #4934B2;
    border-radius: 8px;
    background-color: #F4F2FF;
    padding: 8px 20px;
    cursor: pointer;
    position: relative;
    width: 220px;
}
.upload-wrap .upload-text {
    color: #4934B2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.upload-wrap .upload-text p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}
.upload-wrap .upload-icon {
    width: 20px;
    height: 20px;
    background-color: #4934B2;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.upload-wrap .upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.btn-import, .btn-delete, .btn-page {
    padding: 8px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 1.4;
    border: 0;
}
.btn-import {
    background-color: #4934B2;
    color: #FFFFFF; 
}
.btn-delete {
    background-color: #E5E5E5;
    color: #8F8F8F;
}
.btn-page {
    background-color: #D6D0FA;
    color: #000000;
    text-decoration: none;
}
.tab-wrap {
    padding: 40px 100px 100px;
    margin: 0 auto;
    max-width: 1925px;
    display: flex;
    flex-direction: column;
}
.import-tab {
    position: absolute;
    z-index: 5;
}
.import-tab ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.import-tab ul li {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    padding: 8px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    transition: all 0.3s ease-in-out;
}
.import-tab ul li:hover, .import-tab ul li.active {
    background-color: #D6D0FA;
}

/* datatable custom style */
table {
    border-collapse: collapse;
    border-spacing: 20px;
}
table thead tr th {
    background-color: #F4F1FF !important;
}
table thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
table thead tr th .dt-column-header .dt-column-title {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}
table tbody tr:nth-child(odd) td {
    background-color: #FFFFFF !important;
}
table tbody tr:nth-child(even) td {
    background-color: #F8F8F8 !important;
}
table tbody tr:first-child {
    border-top-style: hidden;
}
table tbody tr td {
    padding: 20px 5px !important;
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    line-height: 1
}
.dt-type-numeric.sorting_1 {
    text-align: center !important;
}
.dt-type-numeric,
.dt-type-date {
    text-align: left !important;
}
#tabel-barang tbody::before,
#tabel-barang-2 tbody::before {
    content: "";
    display: block;
    height: 20px;
}
/* #tabel-barang_info.dt-info,
#tabel-barang-2_info.dt-info {
    display: none;
} */
.dt-layout-table {
    margin-top: 0 !important;
}
.dt-search {
    margin-bottom: 40px;
}
.dt-search label {
    display: none;
}
.dt-search #dt-search-0,
.dt-search #dt-search-1 {
    background-color: #F4F4F4;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    width: 300px;
    padding: 8px 8px 8px 45px;
    color: #000000;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: 18px center;
}
.dt-search #dt-search-0::placeholder,
.dt-search #dt-search-1::placeholder {
    color: #8F8F8F;
}
.dt-paging {
    margin-top: 22px !important;
}
.dt-paging .pagination {
    gap: 5px;
}
.dt-paging .pagination .dt-paging-button .page-link,
.dt-paging .pagination .dt-paging-button .page-link.previous,
.dt-paging .pagination .dt-paging-button .page-link.next {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}
.dt-paging .pagination .dt-paging-button .page-link.previous,
.dt-paging .pagination .dt-paging-button .page-link.next {
    padding: 6px 10.4px;
}
.dt-length #dt-length-0,
.dt-length #dt-length-1 {
    padding: 2px 22px 2px 9px ;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background-position: right 6px center;
    margin-right: 9px;
}
.dt-length label {
    color: #8F8F8F;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}
#tabel-barang-2 tbody .group-row td:first-child {
    background-color: #F4F4F4 !important;
}
#tabel-barang-2 tbody .item-row td {
    text-align: center;
}
#tabel-barang-2 tbody .group-row .group-row-title {
    color: #8F8F8F;
    margin-left: 48px;
}
#tabel-barang-2 tbody .group-row .group-row-title:first-child {
    margin-left: 20px;
}
.img-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
#tabel-barang-2 tbody .group-row td {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}
#tabel-barang-2 tbody .group-row:first-child {
    border-top-style: solid;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: unset;
}
/* table tbody tr.group-row:first-child {
    border-top: none;
} */
/* end custom table */

.selected-file {
    display: none;
    z-index: 10;
    position: relative;
}
.selected-file-name {
    font-size: 12px;
    word-break: break-all;
}
.selected-file-remove {
    background:#FDECEC;
    color:#C0392B;
    border:0;
    border-radius:8px;
    padding:4px 8px;
    cursor:pointer;
    font-size: 12px;
}
