:root {
    --sienekib-table-py: 0rem;
    --sienekib-table-px: 0rem;
    --sienekib-table-background: transparent;

    --sienekib-table-min-width: 100%;
    --sienekib-table-position: relative;
    --sienekib-table-vertical-align: top;
    --sienekib-table-caption-side: bottom;
    --sienekib-table-display: table;
    --sienekib-table-border-collapse: separate;
    --sienekib-table-border-spacing-y: .95rem;
    --sienekib-table-border-spacing-x: 0;
}

.etable {
    z-index: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--sienekib-table-background);
    padding: var(--sienekib-table-py) var(--sienekib-table-px);
}

.etable table,
.etable>div,
.etable>ul {
    width: 100%;
    min-width: 100%;
    position: var(--sienekib-table-position);
    border-collapse: var(--sienekib-table-border-collapse);
    vertical-align: var(--sienekib-table-vertical-align);
    caption-side: var(--sienekib-table-caption-side);
    display: var(--sienekib-table-display);
    border-spacing: var(--sienekib-table-border-spacing-x) var(--sienekib-table-border-spacing-y);
}


.etable table thead tr {
    position: relative;
}

.etable table tbody tr {
    height: 80px;
    background-color: #fff;
}


.etable table thead tr th {
    font-weight: 400;
    font-size: .875rem;
    font-family: Poppins;
}

.etable table thead tr th:first-child,
.etable table tbody tr td:first-child {
    padding-left: .5rem;
}

.etable table thead tr th:last-child,
.etable table tbody tr td:last-child {
    padding-right: .5rem;
}

.etable table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.etable table tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.etable-tag {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: .25rem .75rem;
    font-size: .75rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-weight: 400;
}

.etable-tag-light {
    color: #9ca5ae;
    border-color: #9ca5ae;
}

.etable-tag-success {
    color: #25ad52;
    border-color: #25ad52;
}

.etable-tag-warning {
    color: #F89220;
    border-color: #F89220;
}

.etable-tag-info {
    color: #897AE8;
    border-color: #897AE8;
}

.etable-tag-danger {
    color: #F72670;
    border-color: #F72670;
}

.etable-im {
    width: 40px !important;
    height: 40px !important;
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fef1d6 !important;
    color: #F89220;
    font-weight: 600;
    font-weight: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    border-color: transparent !important;
}

small.etable-im {
    border: 1px solid #f8932057 !important;
}

.etable-im+.etable-im {
    margin-left: -18px;
}

.etable-im.count {
    width: 35px !important;
    height: 35px !important;
    color: #000;
    font-size: .75rem;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    background-color: aliceblue !important;
}
