﻿.validation-message {
    color: #f44336;
    font-size: .8rem;
    margin: 3px 0 0;
    text-align: start;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: .03333em;
}

.mud-snackbar-location-bottom-left {
    bottom: 50px !important;
}

.mud-snackbar-location-bottom-right {
    bottom: 50px !important;
}

.mud-input.mud-input-filled.mud-disabled {
    background-color: rgba(0,0,0,0.06);
    color: #444;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol.mud-disabled {
    color: #666;
}

:root {
    --mud-drawer-width-left: 300px !important;
}

.test-enviroment {
    margin-left: 10px;
    font-size: 18px;
}

/*--------------- Language switcher and language dialog ---------------*/
/*-----------------------------------------------------------------------
-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
/* Language switcher button */
#languageSwitcher-btn {
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 2px #ccc;
    padding: 6px 15px;
}

.darkmode #languageSwitcher-btn {
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    box-shadow: 0 2px 2px #222222;
    padding: 6px 15px;
    color: #eee;
}

/* Language dialog */
#languageDialog .mud-list-item {
    border: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 2px #ccc;
}

.darkmode #languageDialog .mud-list-item {
    border: 1px solid #3c3c3c;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 2px #222222;
}