.inputAtty {
font-family: "Font Awesome 5 Free",Tahoma !important;
 font-weight: 900 !important;
    text-decoration: inherit !important;
    padding: 0 0 0 5px !important;
    height: calc(1.5em + 0.75rem + 2px);

}
.inputAtty .field {
    position: relative; /* For the icon positioning */
}

.inputAtty .field i {
    /* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 36px;
    width: 36px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    color: #777777;
    text-align: center;
    line-height: 42px;
    transition: all 0.3s ease-out;
    pointer-events: none;
}



.multiselect-container{
    transform: inherit !important;
}