﻿.mud-alert {
    font-weight: 500 !important;
    font-size: 13px !important;
}

.mud-dialog{
    border: 5px solid white !important;
}

.mud-nav-link {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}
.mud-nav-link-active {
    color: #000000 !important;
    font-weight: 700 !important;
    background: #0083FF80
}

.app-logo {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    border-radius: 20px;
}

.app-logo-text {
    font-weight: 700;
    font-size: 14px;
    color: #454545;
    text-align: center;
    vertical-align: central
}

.app-fixed-container{
    overflow-y: scroll;
    height: 100%;
}

.mud-skeleton {
    transform: unset !important;
}