
.p-inputgroup > .p-inputwrapper:last-child > .p-component.p-autocomplete-input {
    border-radius:0;
}

.p-inputgroup > .p-inputwrapper.p-calendar:last-child > .p-component {
    border-radius:0;
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
}

.p-input-icon-right > svg:last-of-type, .p-input-icon-right > i:last-of-type {
    right: 0.75rem;
    color: #6c757d;
}
