﻿.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;
}

.icon-text {
    display: flex;
    align-items: center;
}

.display-flex {
    display: flex;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limited-width-ellipsis {
    max-width: 300px;
}
.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.text-center {
    text-align: center;
}

.simple-table th {
    color: #6ab842;
}

.cursor-pointer {
    cursor: pointer !important;
}

.card-title {
    font-size: 19px;
    font-weight: lighter;
}

.divider-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.horizontal-center {
    display: flex;
    justify-content: center;
}

.cursor-default {
    cursor: default !important;
}

.m-10{
    margin: 10px;
}

.ml-3 {
    margin-left: 3px;
}