:root {
    background-color: #ffffff;
    color: #000000;
}

.navigation-menu {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    min-width: 225px;
    background: #000000;
}

.user-menu {
    position: absolute;
    top: 60px;
    right: 15px;
    background: #ffffff !important;
    color: #000000 !important;
    z-index: 999;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
}

.user-menu-button {
    color: #000000 !important;
    width:100%;
    justify-content: flex-start !important;
}

div .lang-label {
    color: #000000;
    font-weight: 600;
    margin-left: 8px;
    margin-right: 8px;
}

.custom-menu-item, .custom-menu-item-selected {
    color: #ffffff !important;
    margin-top: 16px;
    width: 100%;
    justify-content: flex-start !important;
}

.custom-menu-item-selected {
    background: #25252C !important;
}

div.custom-menu-item-disabled button, a{
    color: #5E5E63 !important;
    cursor: unset;
}

.user-name-label {
    font-weight: 600 !important;
    margin-left: 8px !important;
}

.expand-collapse-icon {
    color: #000000 !important;
}

.custom-menu-item-logo {
    justify-content: left !important;
    width: 100%;
}
.custom-menu-home-label {
    font-size: 45px !important;
    margin-bottom: 10px !important;
}

.custom-menu-label {
    color: #CDCDCF !important;
    font-size: 12px !important;
    margin-top: 8px !important;
}

.menu-item-dot {
    width: 8px;
    height: 8px;
    border: 2px solid #5050EB;
    background: #ffffff;
    border-radius: 50%;
}


.submit-button, .submit-button-warning, .submit-button-deactivation, .submit-button-activation {
    background: #2A2A2F !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    height: 38px !important;
    max-height: 38px !important;
    min-width: 128px !important;
}

.submit-button:disabled, .submit-button-warning:disabled {
    background: #E0E0E0 !important;
    color: #989898 !important;
    cursor: not-allowed !important;
}

.submit-button-warning {
    background: #D32F2F !important;
}

.submit-button-deactivation {
    background: #FFFFFF !important;
    color: #D32F2F !important;
    border: 1px solid #D32F2F !important;
    box-shadow: none !important;
}

.submit-button-activation {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
}

.cancel-button {
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 8px !important;
    border: 1px solid #5F5F63 !important;
    height: 38px !important;
    max-height: 38px;
    min-width: 128px !important;
}

.alert-component-success {
    background: #E8F5E9 !important;
    border: 1px solid #12821A;
    color: #12821A !important;
}

.alert-component-error {
    background: #ffffff !important;
    border: 1px solid #d11919;
    color: #ce4c4c !important;
}

.alert-component-warning {
    background: #FFF3E0 !important;
    border: 1px solid #C54702;
    color: #C54702 !important;
}


.triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000000;
    margin-bottom: 2px;
}

