﻿.validation-message {
    color: #f44336;
    margin: 0;
    font-size: .8rem;
    margin-top: 3px;
    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;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/css/JakartaFont/PlusJakartaSans-Regular.ttf') format('truetype');
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    background-image: url("/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* Add this line */
}

.components-bg {
    background-image: linear-gradient(to bottom right, rgb(84,85,86,0.30), rgb(62,63,62,0.50));
    backdrop-filter:blur(5px);
}

.box-bg {
    background-image: linear-gradient(to bottom right, rgb(84,85,86,0.74), rgb(62,63,62,0.60));
}

.bg-t {
    background-color: transparent;
}

.bg-success {
    background-color: rgba(1,181,116,0.30);
}

.bg-warning {
    background-color: rgba(193,151,0,0.30);
}

.bg-error {
    background-color: rgba(235,0,27,0.30);
}

.bg-info {
    background-color: rgba(49,130,206,0.30);
}

.bold {
    font-weight: 600;
}

.bolder {
    font-weight: 800;
}

.mud-input-helper-text {
    color: var(--mud-palette-primary) !important;
}