.bg-dark {
    background-color: rgba(45, 52, 54, 0.95) !important;
}

.navbar {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
}

.nav-link {
    color: #ffffff !important;
}

.nav-item.active > a {
    color: #aab5bf !important;
}

.nav-link:hover {
    color: #6C757D !important;
}

.btn-outline-dc {
    color: #ffffff;
    background-color: #6C7A89;
}

.btn-outline-dc:hover {
    color: #2D3436;
    background-color: #BDC3C7;
}

.btn-outline-dc:disabled {
    color: #ffffff;
    background-color: #6C7A89;
}

.modal-content {
    background-color: rgba(247, 247, 247);
    color: #2D3436 !important;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #fff;
    display: inline-block;
}
