.brand-link.text-sm .brand-image, .text-sm .brand-link .brand-image{
    height: 61px;
    margin-bottom: unset;
    margin-left: unset;
    margin-top: -.25rem;
}

.brand-link .brand-image {
    float: left;
    line-height: unset;
    margin-left: unset;
    margin-right: unset;
    margin-top: unset;
    max-height: 61px;
    width: auto;
}

label.required:after {
    content:" *";
    color: red;
  }
ul.navbar-nav{
    width: 144px;
}

html, body {
    overflow-x: hidden;
}

.uploaded_image {
    /* width: 50px !important; */
    max-width: 143px !important;
    height: 68px !important;
    object-fit: fill !important;
    zoom: 1.7 !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    padding-right: unset !important;
}

.home-content{
    height: 60vh;
    display: flex;
}
.d-flex{
    display: flex;
}

.di-flex{
    display: inline-flex;
}

.float-left{
    float: left
}

.m-auto{
    margin: auto;
}
.pt-10{
    padding-top: 10px;
}

.mt-10{
    margin-top: 10px;
}

.text-center{
    text-align: "center";
}

@media only screen and (max-width: 600px) {
    .brand-link.text-sm .brand-image, .text-sm .brand-link .brand-image {
        height: 47px;
        margin-bottom: unset;
        margin-left: unset;
        margin-top: -.25rem;
    }
    .user-panelmb-1{
        padding-left: 15px;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }
}

.toasts-bottom-right {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999999;
}