.table thead.bg-blue-800 th a {
    color: white;
}
.table thead.bg-gold th a {
    color: black !important;
}

.login-cover {

    background: url(../images/login_cover2.png) no-repeat;
    background-size: cover;
}
.text-gold {
    color: #D1B000 !important;
    text-shadow:  1px 0 10px #EDA800;
}
.text-gold-800 {
    color: #EDA800 !important;
}
.bg-gold {
    color: black !important;
    background: #fdc638 url(../images/gold_pic.png) no-repeat;
}
.bg-black {
    background-color: #1c1c1c !important;
}
.bg-dark-2 {
    background-color: #313030 !important;
}
.breadcrumb-item {
   padding: 0.325rem 0 !important;
}

.bg-holder-left1 {
    background: url(../images/backgrounds/user_bg.jpg) center center no-repeat;
}
.bg-holder-left2 {
    background: url(../images/backgrounds/bg_user_gold.jpg) center center no-repeat;
}
.nav-pills .nav-link.active.tab-gold {
    background-color: #313030 !important;
    color: #ffffff !important;
}
.nav-pills .nav-link.active.tab-blue {
    background-color: #0277bd !important;
    color: #ffffff !important;
}