.brand-link .brand-image {
    width:90%;
    opacity: 1 !important;
}
.table-link {
    display: flex;
    flex-direction: column;
    line-height: 16px;
}
.table-link .title {
    color: #ffffff;
}
.table-link .sub-title {
    color: #767676;
    font-size: 14px;
}

.leaderboardCard {
    background: #008087;
}

[class*=sidebar-dark-] {
    background: #008087;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid transparent;
    margin: 10px 0;
}

.dark-mode .content-wrapper,
.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .dark-mode .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background: #006a70;
}

.progress-append {
    max-height: 500px;
    overflow: auto;
    color: #555555;
    background-color: #ffffff;
}
.progress-append ul {
    list-style: none;
    padding:0;
    margin: 0;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border-color: transparent !important
}
.table thead th {
    border-bottom-color: #6c757d !important;
}
.table th {
    color: #c29b59;
}

.small-box {
    background: #008087;
}

.btn-sm {
    font-size: 12px;
    padding: 3px 4px;
}


.readonly-field {
    background-color: #555555 !important;
    color: #717171 !important;
    opacity: 0.7;
    cursor: not-allowed;
    border-color: #7c7c7c !important;
}
