/*.form-control {*/
/*    outline: 0;*/
/*    border-color: #ECECEC;*/
/*    border-style: solid;*/
/*    border-width: 1px;*/
/*    width: 95%;*/
/*    background-color: #ffffff;*/
/*    padding: 6px;*/
/*    border-radius: 2px;*/
/*    margin-bottom: 5px;*/
/*    font-size: 14px;*/
/*}*/

.angucomplete-holder {
    position: relative;
}

.angucomplete-holder.error input {
    border-color: var(--bs-danger, red) !important;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    background-color: #ffffff;
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 6px 6px 10px -1px #0000000f;
    text-align: left;
    font-weight: normal;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
    padding: 5px 5px 0;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px 5px 0;
    color: #000000;
    margin-bottom: 4px;
}

.angucomplete-selected-row, .angucomplete-row:hover {
    background-color: #7684f6;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}
