.vertically-center
{
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}
.navbar-custom .button-menu-mobile
{
    width: 40px;
}
.logo-box
{
    width: 70%;
}
.logo span.logo-lg
{
    padding-left: 20px;
}
.logo span.logo-lg img
{
    width: 100%;
    height: 100%;
}
.col-form-label
{
    padding-top: 4px;
}
.form-label, .col-form-label
{
    font-weight: 500;
}
.text-right
{
    text-align: right !important;
}
.avatar-sm
{
    object-fit: contain;
}
.form-control.is-invalid, .is-invalid + .select2 .select2-selection, .was-validated .form-control:invalid {
    border-color: #f35d5d !important;
    padding-right: calc(1.5em + 0.9rem);
    background-image: unset !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.225rem) center;
    background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem);
}
@media (max-width: 991.98px)
{
    .logo-box
    {
        width: 225px!important;
    }
}
.logo .logo-lg-text-light
{
    float: left;
}