.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

table>:not(:first-child) {
    border-top: transparent !important;
}

.table-heading-bg-color {
    background: linear-gradient(160.06deg, rgba(255, 255, 255, 0.0153) -4.43%, rgba(255, 255, 255, 0.03) 105.49%) !important;
}

.table>:not(caption)>*>* {
    padding: 0;
}

.table-box {
    background: linear-gradient(160.06deg, rgba(255, 255, 255, 0.051) -4.43%, rgba(255, 255, 255, 0.1) 105.49%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    backdrop-filter: blur(72px);
    border-radius: 30px;
}

.table-tab-color {
    color: var(--color-white) !important;
    opacity: 0.7;
}

.purple-table {
    border-radius: 30px !important;
    width: 406px;
    top: -33px;
    left: 311px
}

.opacity-02 {
    opacity: 0.2;
}

/* MEDIA QUERRY */
@media (max-width:576px) {
    .w-270 {
        width: 270px;
    }


}

@media (min-width:992px) and (max-width:1199.98px) {
    .purple-table {
        width: 406px;
        top: -33px;
        left: 220px
    }
}

@media (min-width:992px) and (max-width:1399.98px) {
    .purple-table {
        width: 369px;
        top: -33px;
        left: 217px
    }
}