header.navbar {
    padding: 1.063rem 1.125rem 1.063rem 1.125rem;
}

header.navbar .MDB_H4 {
    color: var(--mdb-white);
}

header.navbar .divided-line {
    width: 1px;
    height: 48px;
    flex-grow: 0;
    opacity: 0.2;
    background-color: var(--og-white);
    margin-left: 14px;
}

.navbar .logo-brand img {
    cursor: pointer;
    height: 51px;
    margin-right: 2.475rem;
}

header.navbar a, .navbar a:hover, .navbar a:active, .navbar a:focus {
    background-color: transparent;
    cursor: pointer;
}

header.navbar a.icon-only i {
    color: var(--white);
    font-size: 25px;
}

header.navbar .v1 {
    border-left: 1px solid var(--white);
    height: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

header.navbar .navbar-nav .nav-item .nav-link {
    color: var(--white);
}

#badge-cnt-task {
    position: absolute;
    border-radius: 50%;
    background-color: var(--error-solid);
    top: 10px;
    right: 53px;
    min-width: 0;
}

.task-row{
    margin: 0;
}


.task-color-red {
    color: red;
    width: 40px;
}

.task-color-yellow {
    color: yellow;
    width: 40px !important;

}

.task-color-lightgreen {
    color: lightgreen;
    width: 40px;
}

.task-row .btn-gray-custom {
    color: #222;
    background-color: lightgrey;
    border-color: lightgrey;
    min-width: 1rem;
    padding: 0.35rem 0.5rem;
}

.nav-footer {
    height: 35px;
}

.navbar-z-index-1025 {
    z-index: 1025 !important;
}

header.navbar .v2 {
    border-left: 1px solid var(--white);
    margin-top: 10px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}