.admin__menu .item-idpsaml.parent.level-0 > a:before,
.admin__menu .item-idpsaml.level-0 > a:before  { /* idpsaml is name of menu.xml parent  */
    content: url('../images/mo.png');
    display: block; /* Ensures that margin-bottom works properly */
    width: 50px;
    height: 42px;
    margin: 0 auto 5px auto; /* Center horizontally and add space below */
    text-transform: none;
    color: #b9944c;
    text-decoration: underline;
    text-decoration: solid;
    font-weight: bold;
    text-transform: none;
}

.admin__menu .item-idpsaml.level-0 > a {
    color: #eca311;
    font-weight: bold;
    text-transform: none; /* Ensure the text isn't capitalized */
}

/* MiniOrange Button Styles */
.mo-orange-button {
    background-color: #eb5202;
    font-size: 14px;
    cursor: pointer;
}

.mo-inline-form {
    display: inline-block;
}

.mo-inline-form-margin {
    display: inline-block;
    margin-right: 10px;
}

