html {
    color: #c3c3c3de !important;
}

.white {
    background-color: #3f3f3f !important;
}

.black {
    background-color: #9f9f9f !important;
}

.blue {
    background-color: #0c4f82 !important;
}

.light-green.lighten-3 {
    background-color: #6a8c42 !important;
}

.orange.lighten-2 {
    background-color: #d09236 !important;
}

.orange {
    background-color: #c17300 !important;
}

.orange.darken-2 {
    background-color: #b35c04 !important;
}

.blue.darken-1 {
    background-color: #1b5287 !important;
}

.blue.darken-2 {
    background-color: #0c3b69 !important;
}

.ag-theme-material {
    color: #cfcfcfde !important;
    background-color: #3f3f3f !important;
}

.ag-theme-material .ag-header {
    color: rgba(250, 250, 250, 0.54) !important;
}

.ag-row-hover {
    background: #6c6c6c !important;
}

.blue.lighten-1 {
    background-color: #0c4f82 !important;
}

.grey.lighten-2 {
    background-color: #4f4f4f !important;
}

.grey.lighten-3 {
    background-color: #242424 !important
}

.grey.lighten-4 {
    /* background-color: #9f9f9f !important */
    background-color: #515151 !important;
}


.grey.lighten-5 {
    background-color: #373737 !important;
}


.grey-text.text-lighten-4 {
    color: #cccccc !important;
}

.white-text {
    /* color: #292929 !important; */
    /* color: #8a8282 !important; */
    /* color: #e2e2e2 !important; */
    color: #1e1e1e !important;
}

.black-text {
    color: #c1c1c1 !important;
}

.orange-text {
    color: #8c8883 !important;
}

.grey-text.text-lighten-2 {
    color: #525252 !important;
}

.grey-text.text-darken-2 {
    color: #c1c1c1 !important
}

.grey.lighten-4 {
    /* color: #828282 !important; */
}

.grey-text {
    color: #d7d7d7 !important;
}

div.collapse-header.active.blue.lighten-1.white-text {
    color: #d7d7d7 !important;
}

a.text-link:link {
    color: #b1b1b1 !important;
    --color: #966100 !important;
}

a.text-link:visited {
    color: #a9a9a9 !important;
}

.header-logo-name {
    color: #d7d7d7 !important;
    --color: #ffa500eb !important;
    background-image: linear-gradient(var(--color) 0%, var(--color) 100%);
}

.nav-title, #section-ticker {
    color: #d7d7d7 !important;
}

h5.white-text {
    color: #d7d7d7 !important;
}

a.white-text {
    color: #d7d7d7 !important;
}

.services-button {
    color: #575757 !important;
    background-color: #d2840f !important;

}

.bech32-logo {
    color: #292929 !important;
}

.segwit-logo {
    background: url(../images/segwit-logo-black.svg) no-repeat center !important;
    background-size: 20px 10px !important;
    background-color: #9f9f9f !important;
}

#wtf-logo {
    color: #d2840f !important;
}

nav ul a:hover {
    background-color: #50636b !important;
}

nav ul li.active {
    background-color: #0c4f82 !important;
}

.table-of-contents a {
    color: #adadad !important;
}


.card-content.vtiny h5 {
    /* color: #383838 !important; */
    /* color: #8a8282 !important; */
    /* color: #e2e2e2 !important; */
    /* color: #1e1e1e !important; */
}

#deposit-title, #futures-title, #pairs-title  {
    color: #8a8282 !important;
}

#filter-bitcoin-buttons a.grey-text, #filter-altcoin-buttons a.grey-text, #filter-historic-buttons a.grey-text, #filter-exchanges-buttons a.grey-text {
    color: #000 !important;
}

#price-div {
    /* color: #292929 !important; */
}

/* TWITTER */
.timeline-Widget.timeline-Widget--edge {
    background-color: #5d5d5d !important;
}

.SandboxRoot {
    color: #d8e7f1 !important;
}

p#flag-text a {
    color: #292929 !important;
    /* text-decoration: none; */
    font-weight: bold;
}

div.card a {
    color: #292929 !important;
    /* text-decoration: none; */
    font-weight: bold;
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: rgba(100,100,100,0.4);
}

.table-of-contents a.active {
    border-left: 2px solid #0c4f82;
}

/* OVERRIDES FOR COLLECTIONS */
.collection {
    border: 1px solid #353535;
}

.collection a.collection-item {
    background-color: #545454 !important;
    border-bottom: 1px solid #353535 !important;
}

.collection a.collection-item:not(.active):hover {
    background-color: #1c4a6d !important;
}
