.toast-cards {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 23px 24px;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1.69px solid #FEECC2;
    box-shadow: 2px 2px 8px rgba(13, 31, 69, 0.04);
    border-radius: 8px;


}

.toast-cards>svg {
    flex-shrink: 0;
}

.toast-cards .toast-card-head {
    color: #1D2026;
    line-height: 32px;
}

.toast-cards .toast-card-subHead {
    font-size: 16px;
    font-weight: 500;
    color: #586174;
    line-height: 32px;
}

.toast-cards.scnd {
    box-shadow: 2px 2px 8px 0px #0D1F450A;
    border: 1.69px solid #CEDEFF;
}

.tab-container button.tab {
    color: #1865FF;
    border: 1px solid #1865FF;
    width: fit-content;
    height: 40px;
    border-radius: 8px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: var(--h5);
    font-weight: 500;

}

.tab-container button.tab.active {
    color: #fff;
    background-color: #1865FF;
}

button.issueButton {
    background: linear-gradient(180deg, #2E74FF 0%, #1F69FF 100%);
    box-shadow: 0px 2px 3px 0px #3734D136;
    box-shadow: 0px 3px 4px 0px #DFE5FF4D inset;
    box-shadow: 0px 1px 1px 0px #FFFFFF59 inset;
    box-shadow: 0px -2px 2px 0px #5046BD99 inset;
    width: 178px;
    height: 32px;
    border-radius: 8px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 0.5px solid #7FAAFF;
    color: #fff !important;
}

th,
td,
tr {
    color: #586174;
}

.table thead {
    padding: 28px 24px;
    gap: 24px;
    height: 89px;
    background: #fff;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 12px;
}
.table thead th{
    font-weight: 500 !important;
}

tr th:first-child,
tr td:first-child {
    padding: 0px 24px;
}

tr {
    height: 56px;
}



.table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
}

.table thead th {
    padding: 12px 24px;
    border-bottom: 3px solid #1865FF66;
}
.table tbody tr td{
     padding: 12px 24px;
}

.table thead th:first-child {
    border-top-left-radius: 12px;
}

.table thead th:last-child {
    border-top-right-radius: 12px;
}

.table thead th:first-child {
    border-bottom-left-radius: 12px;
}

.table thead th:last-child {
    border-bottom-right-radius: 12px;
}



.table tbody tr:last-child td {
    border: none;
}



.table tbody tr td {
    border: none;
    cursor: pointer;
    vertical-align: middle;

}

tbody tr:nth-child(even) {
    background-color: #F0F5FF;
}

tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}
tbody tr:first-child td:first-child {
    border-top-left-radius: 12px;
}
tbody tr:first-child td:last-child {
    border-top-right-radius: 12px;
}

.table tbody {
    border-top: 12px solid transparent;
}

.table tbody::before {
    content: "-";
    display: block;
    line-height: 8px;
    color: transparent;
}