/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
.c-form-section-patient-view__patient-view .c-form-subsection__body,
.c-form-section-patient-view__patient-view-extended .c-form-subsection__body {
	column-count: 2;
	column-gap: 4rem;
}

/* Buscador documento */
.c-form-section-patient-view__patient-nin.c-pair.c-pair--actionable.c-person-search {
	gap: 0.5rem;
	align-items: center;
}

.c-form-section-patient-view__patient-nin .c-label.c-pair__label {
	width: 100%;
	margin-bottom: 0;
}

.c-form-section-patient-view__patient-nin .c-person-search__document-type.c-select {
	width: 9.5rem;
	margin-right: 0.5rem;
}

.c-form-section-patient-view__patient-nin .c-person-search__country.c-typeahead {
	width: 13rem;
	margin-right: 0.5rem;
}

.c-form-section-patient-view__patient-nin .c-person-search__document.c-textfield {
	width: 24rem;
	height: 2.5rem;
}

.c-form-section .c-typeahead.c-person-search__country .c-typeahead__search {
	width: 22rem;
}

.c-form-section .c-typeahead.c-person-search__country .c-typeahead__search {
	margin-left: -9rem;
}

.c-form-section-patient-view__patient-nin .c-pair__action-search {
	width: 4rem;
	height: 2.3rem;
	border-radius: 0.4rem;
	background: var(--primary-f-normal) url('/assets/skins/lahuen/base/images/icon_input_search.svg') no-repeat
		center/3.2rem;
	margin-left: -4.55rem;
}

.c-form-section-patient-view__patient-nin .c-pair__action-search:hover {
	background: var(--primary-a-bright) url('/assets/skins/lahuen/base/images/icon_input_search_hover.svg') no-repeat
		center/3.2rem;
	transition: background 0.3s ease;
}

.c-form-section-patient-view__patient-nin .c-pair__action-search .c-label {
	display: none;
}
