.table{
    --bs-table-bg: transparent;
}
.list-group{
    --bs-list-group-bg: transparent;
    --bs-list-group-color: #fff;
    --bs-list-group-border-color: #dee2e645;
    --bs-list-group-action-hover-color: #fff;
    --bs-list-group-action-hover-bg: var(--blue-400-transparent-a-10, rgba(17, 153, 250, 0.10))
}
:root{
    --bs-secondary-color: rgb(125, 125, 125);
}
.table-vm td{
    vertical-align: middle;
    padding-top: 1rem;
}
.fs-14{
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}
.font-weight-bold{
    font-weight: bold;
}
.list-group-item{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px !important;
}
.list-group-item:last-child{
    border-bottom: none;
}
.bg-crp{
    background-color: #061121
}
.nav-link{
    font-weight: 500;
}
.accordion{
    --bs-accordion-bg: #0b1427;
}
.download-app-button::after {
    display: none;
}
.download-app-button[aria-expanded="false"] .text-std, .download-app-button[aria-expanded="true"] .text-da{
    display: none;
}
.navbar-brand{
    height: 100%;
}
.home-hero-cta-download{
    color: inherit !important;
    text-decoration: none;
}
.navbar-collapse{
    justify-content: flex-end;
}