#locked {
    text-align:       center;
    color:            #9b9d9e;
}
.input-rows {
    height:           40px;
    margin-top:       10px;
    margin-bottom:    10px;
    display:          flex;
    align-items:      center;
    justify-content:  center;
}
.text-data {
    width:            325px;
    height:           25px;
    font-size:        14px;
    text-align:       center;
    display:          flex;
    justify-content:  space-around;
}
.text-data a {
    color:            var(--cadomi-navy)
}
.text-data a:hover {
    color:            var(--cadomi-teal);
}
.list-group-item {
    cursor:           pointer;
}
/* Custom highlight color class */
.list-group-item.custom-highlight {
    background-color: var(--cadomi-navy);
    color:            white; 
}
/* :hover styling for list items */
.list-group-item:hover {
    background-color: var(--cadomi-teal) !important;
    color:            white !important;
    text-decoration:  underline !important;
}
#submenu-item {
    display:          none
}
.submenu:hover > #submenu-item {
    display:          block;
    width:            100%;
    left:             100%;
    top:              -8%;
}
.submenu:hover > .submenu-button {
    color:            var(--cadomi-teal);
}
#logPIB, #logCPIB {
    color:            var(--cadomi-navy);
}
#username:focus, #logPI:focus, #logPIB:focus{
    box-shadow:       none;
}
#logPIB:hover{
    background-color: white;
}
#notification-badge { 
    background-color: var(--cadomi-navy);
}
