body {
    background: none;
    /*background-image: linear-gradient(180deg, rgb(255,239,250), rgba(247,195,231,1));*/
    background-image: linear-gradient(180deg, var(--mud-palette-background), var(--mud-palette-background-grey));
    background-attachment: fixed;
}

img.circle {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    /*border: 1px solid #efefef;*/
}

.text-center {
    text-align: center !important;
}

.text-end{
    text-align:right !important;
}

.card-hover {
    cursor: pointer;
    transition: background-color 0.25s ease !important;
}

.card-hover:hover {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}


.numbers {
    font-size: 18px;
}

    .numbers .highlight {
        font-size: 25px;
    }

/*.mud-input-label-outlined{
    background-color: transparent !important;
}

.mud-input-label-outlined:focus {
    background-color: #fff !important;
}*/