.header_logo_text {
    color: #fff;
}

.nav-tabs-vertical .nav-link.active {
    background: #252b36;
    color: #fffbed;
}

.form-label {
    font-weight: bold;
}

.required_mark {
    font-weight: bold;
    color: #ed2d2d;
}

.divider {
    height: 1px;
    background-color: #e5e5e5;
}

.bg-dark {
    background-color: #252b36 !important;
}

.btn-dark {
    background-color: #252b36 !important;
}

.btn-outline-dark {
    color: #252b36 !important;
    border-color: #252b36 !important;
    background-color: transparent;
}

.btn-outline-dark:hover {
    color: #fff !important;
    border-color: #252b36 !important;
    background-color: #252b36 !important;
}

.badge-success {
    padding: 5px;
    border: 1px solid #009700;
    color: #009700;
}

.badge-danger {
    padding: 5px;
    border: 1px solid #d20000;
    color: #d20000;
}

.badge-warning {
    padding: 5px;
    border: 1px solid #e49e23;
    color: #e49e23;
}

.badge-dark {
    padding: 5px;
    border: 1px solid #252b36;
    color: #252b36;
}

.badge-info {
    padding: 5px;
    border: 1px solid #12b2b4;
    color: #12b2b4;
}

.digibus-table-header {
    background-color: #34A853 !important;
}

.navbar-dark {
    background-color: #34A853 !important;
}

.sidebar-dark {
    background-color: #34A853 !important;
}

.btn-brand {
    background-color: #34A853 !important;
    color: #fff !important;
}

.btn-outline-brand {
    color: #34A853 !important;
    border-color: #34A853 !important;
    background-color: transparent;
}

.btn-outline-brand:hover {
    color: #fff !important;
    border-color: #34A853 !important;
    background-color: #34A853;
}
