﻿main {
    margin-top: 10px;
}

.avatar {
    border-radius: 50%;
    border: 1px solid silver;
}
.avatar-sm {
    width: 35px;
    height: 35px;
}
.avatar-md {
    width: 70px;
    height: 70px;
}
.fs-7 {
    font-size: 0.8rem !important;
}
.w-60p{
    width:60px;
}

.validation-summary-errors {
    color: #842029;
    background-color: #f8d7da;
    margin-top: 1rem;
    padding: 1rem 1rem;
    border-radius: .25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c2c7;
}
.input-validation-error {
    border-color: red;
}
.ltrtext{
    direction:ltr !important;
    text-align:left;
}