.avatar-sm {
    height: 7rem !important;
    width: 15rem !important;
}



img.businesslogo {
    width: 100% !important;
}

img.companylogo {
    margin-top: -42px;
    width: 85% !important;
}

.invalid-feedback1{
    display:block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f46a6a;
}
.show-class {
    display: block;
    float: right;
  }

  .hide-class {
    display: none;
  }
  i.far.fa-window-close {
    color: red !important;
}

i.mdi.mdi-file-pdf {
    color: green;
}

h4.card-title.mb-12 {
    margin-top: 20px;
    margin-bottom: 47px;
}

label {
    /* CSS properties for labels */
    font-weight: bold;
    color: #333;
  }
