body .p-inputgroup {
    .p-inputgroupaddon {
        background-color: #eeebf2;
        border: 1px solid #c1c1cc;
        color: #212533;
        height: 35px;
        min-width: 35px;

        &:first-child {
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
            border-right: none;
        }

        &:last-child {
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            border-left: none;
        }

        button {
            border: none;
        }
    }
}
