﻿/* Custom form component styles */

/* Search icon styling for input fields with icon-after-input-container */
.counter-party-search-icon {
    line-height: 4.2rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
}

/* Search input field font styling */
.search-term-input-field {
    font-family: inherit;
    font-size: 1.6rem;
}.core-entity-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}/* Fix button row indentation in counterparty view */
.counter-party-summary > .row.gap-3 {
    margin-left: 0;
    margin-right: 0;
}
