label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 700;
}
/* .bg-gradient-primary {
    background-color: #079cd7;
    background-image: linear-gradient(180deg,#46c1f1 10%,#009edd 100%);
    background-size: cover;
} */
.dobu-btn-primary {
    background-color: #262261;
}
/* .sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #079cd7;
    font-weight: 700;
} */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background: none;
    border-radius: .35rem;
    font-size: 12px;
    text-align: right;
    float: right;
}
/* .tab-content {
    background-color: #fff;
    padding: 20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
} */
.badge {
    display: inline-block;
    padding: .5em 1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}