:root {
    --primary: #398440;
}


.error-message {
    display: none;
}

.custom-error-message fieldset.MuiOutlinedInput-notchedOutline {
    border-color: #d32f2f;
}

.custom-error-message .error-message {
    color: #d32f2f;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    display: block;
}

.small-table .css-1ygcj2i-MuiTableCell-root {
    padding: 0.05rem !important;
}

.small-table .css-1ex1afd-MuiTableCell-root {
    padding: 0.05rem !important;
}
h5 {

    text-align: right;
}
.css-nvl0p3 {
    display: flex;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0.3rem;
    width: 23%;
    position: fixed;
    height: -webkit-fill-available;
}
a.logout {
    margin-left: 25px;
    color: black;
}
a.logout:hover {
    margin-left: 25px;
    color: navajowhite;
}
.warning {

    color: red;

}

