.table-responsive {
    --styled-min-w: 1200px;
    --styled-min-h: 60px;
    --styled-bg: white;
    --styled-border-color: #CACEDA;
    --border-scroll: #fff;
    --scroll-h: 16px;
    /* width: 100%;
    margin: 1rem 0;
    background-color: var(--styled-bg);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 2.5rem 0.45rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); */
    overflow: hidden;
    overflow-x: auto;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    padding: 0 1.85rem 0.45rem;
    background-color: var(--styled-bg);
    clear: both;
    mask-border-outset: inherit;
}

.table-responsive::-webkit-scrollbar {
    width: 7px;
    height: var(--scroll-h);
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--styled-border-color);
    border: 4px solid var(--border-scroll);
}

.table-responsive>*,
.table-responsive table {
    width: 100%;
    min-width: var(--styled-min-w);
    margin: 0 auto;
    font-family: 'Onest';
    font-size: 14px;
}

.table-responsive table thead tr {
    height: 40px;
    padding: 0.25rem 0;
    background-color: #40515A;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-responsive table thead tr th:first-child {
    border-radius: 50px 0 0 50px;
}

.table-responsive table thead tr th:last-child {
    border-radius: 0 50px 50px 0;
}

.table-responsive table thead tr>* {
    height: 100%;
    max-width: 240px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins';
    /* text-transform: uppercase; */
    text-transform: capitalize;
}

.table-responsive table tbody tr {
    width: 100%;
    vertical-align: middle;
    height: var(--styled-min-h);
    min-height: var(--styled-min-h);
    font-family: 'Poppins';
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.table-responsive table tbody tr:last-child {
    border-bottom-color: transparent;
}


.table-responsive table tbody tr td {

    vertical-align: middle;
}

.table-option-toggler {
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
}

.table-line-options {
    width: 140px;
    /* top: 80%;
    right: 0rem; */
    right: 5%;
    opacity: 1;
    z-index: 1000;
    clear: both;
    box-sizing: content-box;
    overflow-clip-margin: 2rem0;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 0.25rem;
}

.table-option-link {
    gap: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.85);
    padding: 0.45rem 0.6rem;
    font-size: 14px;
}

.table-option-separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.table-option-link:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
}

.table-option-link * {
    margin: 0;
    padding: 0;
    pointer-events: none;
}


.table-status {
    --status-color: #E5EDFF;
    --status-bg: #E5EDFF;
    background-color: var(--status-bg);
    padding: 0.45rem 0.75rem;
    border-radius: 50px;
    font-weight: 700;
}


.cards-table {
    gap: 2.25rem;
    display: flex;
    align-items: flex-start;
}

.cards-table-item {
    --cardWidth: 380px;
    width: var(--cardWidth);
    min-width: var(--cardWidth);
    position: relative;
}

.cards-table-item .btn-more {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 1.25rem;
}

.card-table-body {
    height: 21.8rem;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-table-body::-webkit-scrollbar {
    width: 8.25px;
}

.card-table-body::-webkit-scrollbar-thumb {
    background-color: #CACEDA;
    border-radius: 10px;
}

.card-body-item {
    padding: 1rem;
    border-radius: 0.45rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.025); */
}

.card-body-item .status {
    --bg: 247, 38, 112;
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border: 1px solid rgba(var(--bg), 0.1);
    border-radius: 50px;
    font-size: 12px;
    margin-top: 0.4rem;
    color: rgb(var(--bg));
    font-weight: bold;
    background-color: rgba(var(--bg), 0.2);
}

.card-body-item .date {
    font-size: 14px;
    gap: 4px;
    font-weight: 500;
    font-family: 'Onest';
}


.table-item {
    border-radius: 0.25rem;
    font-weight: bold;
    background-color: #CACEDA;
    color: #000;
    font-weight: 700;
    font-size: .64rem;
    padding: .25rem .5rem;
    text-transform: uppercase;
}

.action-table {
    gap: 2px;
}

.action-table>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 18px;
    border-radius: 0.15rem;
    border: 1px solid rgba(0, 0, 0, 0.01);
    color: #000;
}

.action-table>*:hover {
    opacity: 0.5;
    border-color: rgba(0, 0, 0, 0.1);
}

.action-table .show {
    color: #2EADE6;
    background-color: #E7EEF3;
}

.action-table .editable {
    color: #FF9213;
    background-color: #FFE9CF;
}

.action-table .trash {
    color: #F72670;
    background-color: #FCB6CF;
}
