
p {
    /* font-size: 1.1em; */
    /* color: white !important; */
}

dl, ol, ul {
    color: white !important;
}

body[data-theme=dark] .sidebar {
    /* background: #293042; */
    background-color: rgb(30, 39, 50) !important;
}

body[data-theme=dark] .sidebar-content {
    background-color: rgb(30, 39, 50) !important;
}

.sidebar-content {
    /* background: #293042; */
    background-color: rgb(30, 39, 50) !important;
}
.sidebar {
    /* background: #293042; */
    background-color: rgb(30, 39, 50) !important;
}

body[data-theme=dark] .sidebar-cta-content {
    background: rgb(21, 32, 43) !important;
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.625;
    color: #a9acb3;
    /* background-color: #202634; */
    background-color: rgb(21, 32, 43) !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


.card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(30, 39, 50) !important;
    border-bottom: 0 solid transparent;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(30, 39, 50) !important;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .25rem;
}

.form-control {
    background-color: rgb(30, 39, 50) !important;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #a9acb3;
    --bs-table-striped-bg: rgb(21, 32, 43) !important;
    --bs-table-active-color: #a9acb3;
    --bs-table-active-bg: hsla(0, 0%, 100%, 0.1);
    --bs-table-hover-color: #a9acb3;
    --bs-table-hover-bg: hsla(0, 0%, 100%, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #a9acb3;
    vertical-align: top;
    border-color: #545968;
}


.tab .tab-content {
    background: rgb(30, 39, 50) !important;
    padding: 1.25rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.05);
    border-radius: 0 0 .2rem .2rem;
}


.tab .nav-tabs .nav-link.active {
    background: rgb(30, 39, 50) !important;
    color: #d4d6d9;
}

select {
    word-wrap: normal;
    background: rgb(30, 39, 50) !important;
    color: #d4d6d9;
    font-size: small;
}