﻿.font-24 {
    font-size: 24px !important;
}
/*.desktop-logo{
    height:3.8rem!important;
}*/
/*.desktop-dark {
    height: 3.8rem !important;
}*/
.text-right{
    text-align:right !important;
}
.float-right{
    float:right !important;
}
.required:after{
    content: " *";
    color:red;
}
.error-bg-list{
    background-color: #EC9780;
}
.text-red{
    color:#ff0000
}
.font-18{
    font-size:18px;
}
.font-bold{
    font-weight:bold;
}
.font-16{
    font-size:16px;
}
.model-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem !important;
}
.required:after {
    content: " *";
    color: red;
}

.avatar.avatar-xxl {
    line-height: 5rem;
    font-size: 1.5rem;
    max-width: 12rem;
    max-height: 12rem;
    width: auto;
    height: auto;
}
.pl-0{
    padding-left:0px !important;
}