/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
 .c-form-panel .c-form-section:not(:last-child) {
	margin-bottom: 1rem;
}

.c-form-panel .c-form-subsection:not(:first-child) {
	margin-top: .25rem;
}

.c-form-panel .c-form-section__header {
	padding: 1rem 2rem;
	background-color: var(--primary-f-normal);
	border-radius: 0.5rem;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: baseline;
}


.c-form-section__heade .c-form-section__title {
	font: 600 1.3rem / normal 'Lato', sans-serif!important;
	color: var(--primary-c-normal);
}


.c-form-panel .c-form-section__title .c-title__label{
	font: 600 1.5rem / normal 'Lato', sans-serif!important;
	color: var(--primary-c-normal)!important;
	border: none!important;
	padding: unset!important;
}

.c-form-panel .c-form-section__subtitle {
	color: var(--gray-c);
	margin-left: 0.5rem;
	font: 400 1.1rem 'Open Sans', sans-serif;
}

.c-form-panel .c-form-section__body {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1rem 2rem;
}

.c-form-panel .c-form-section__body .c-pair {
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
	height: fit-content;
	break-inside: avoid-column;
}

.c-form-panel .c-form-section__body .c-pair:last-child {
	padding-bottom: 0;
}

.c-form-panel .c-form-section__body .c-pair .c-pair__label {
	margin-bottom: 0.2rem;
}

.c-form-panel .c-form-section__body .c-textfield {
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	padding: 0 1rem;
	width: 100%;
	height: 2.3rem;
	font: 1.2rem / normal 'Open Sans', sans-serif;
}

.c-form-panel .c-form-subsection__body .c-numeric-field .webc-numeric-field {
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	padding: 0 .8rem;
	width: 100%;
	height: 1.6rem;
	font: 1.2rem / normal 'Open Sans', sans-serif;
}

.c-form-panel .c-form-section__body .c-textfield:disabled,
.c-form-panel .c-form-section__body .webc-numeric-field:disabled {
    background-color: var(--primary-d-bright);
}

.c-form-panel .c-form-section__body .c-pair .c-form-section__value {
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
	color: var(--gray-a);
	display: flex;
	align-items: center;
	width: -webkit-fill-available;
}

.c-form-panel .c-form-section__body .c-pair .c-form-section__value::placeholder {
	color: var(--gray-e);
}

.c-form-panel .c-form-section__body .c-pair .c-form-section__value:focus,
.c-form-panel .c-form-section__body .c-select:focus,
.c-form-panel .c-form-section__body .c-textfield:focus {
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}


.c-form-panel .c-form-section__body  webc-numeric-field::part(webc-numeric-field) {
	width: 5.2rem;
	height: 2.3rem;
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	padding: 0 1rem;
	display: flex;
	justify-content: space-between;
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
}
.c-form-panel .c-form-section__body webc-numeric-field::part(webc-numeric-field):hover{
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}

/*no funciona de momento*/
webc-numeric-field::part(webc-numeric-field):focus{
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}


.c-form-panel .c-form-subsection__title {
	font: 600 1.5rem / normal 'Lato', sans-serif;
	color: var(--primary-c-normal);
	border-bottom: 0.1rem solid var(--primary-f-normal);
	grid-column: 1/3;
	margin-bottom: 1rem;
}

.c-form-panel .c-form-section__body .c-pair__group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem 0;
	width: -webkit-fill-available;
}

.c-form-panel .c-form-section__body .c-pair.c-pair--inverted {
	display: flex;
	flex-direction: row;
	margin-right: 2rem;
	align-items: center;
}

.c-form-panel .c-form-section__body .c-pair.c-pair--inverted .c-pair__label {
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
	color: var(--gray-a);
	margin-left: 0.2rem;
	padding-top: .5rem !important;
}

.c-form-bic-edit-section_dosis__solvente-disolucion.c-form-subsection {
	margin-bottom: -1rem;
}

.c-bic-edit-section__opcion-solvente.c-pair {
	margin-bottom: 0rem;
}

.c-form-section-bic-editor .c-drug-edit-section__opciones-disolucion .c-drug-edit-section_dosis__types--options .c-label.c-pair__label {
	padding-top: 0!important;
}


.c-bic-edit-section__opcion-solvente.c-pair .c-drug-edit-section_dosis__types--options.c-pair.c-pair--inverted {
	padding-bottom: .3rem !important;
}

.c-form-panel .c-form-section input[type='radio'] {
	appearance: none;
	height: 1.8rem;
	width: 1.8rem;
	border: 0.1rem solid var(--primary-e-normal);
	border-radius: 100%;
	background: #fff no-repeat center;
}

.c-form-subsection-drugs__dosis.c-pair .c-form-section__value.c-textfield {
	width: 3.5rem!important;
	height: 1.7rem;
}

.c-form-panel .c-form-section input[type='radio']:disabled {
    background-color: var(--primary-d-bright);
}

.c-form-panel .c-form-section input[type='radio']:checked {
	background-image: url('/assets/skins/lahuen/base/images/icon_dot.svg');
	background-size: 1.1rem;
}

.c-form-panel .c-form-section input[type='radio']:focus {
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}

/* Calendario */
.c-form-panel .c-form-section input[type='date']::-webkit-inner-spin-button,
.c-form-panel .c-form-section input[type='date']::-webkit-calendar-picker-indicator,
.c-form-panel .c-form-section input[type='datetime-local']::-webkit-inner-spin-button,
.c-form-panel .c-form-section input[type='datetime-local']::-webkit-calendar-picker-indicator {
	opacity: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-form-panel .c-form-section input[type='date'],
.c-form-panel .c-form-section input[type='datetime-local'] {
	position: relative;
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	padding: 0.2rem 1rem;
	background: #fff url('/assets/skins/lahuen/base/images/icon_calendar.svg') no-repeat right 1rem center/1.5rem;
	cursor: pointer;
	font: 400 1.2rem/1.5rem 'Open Sans', sans-serif;
	width: 25rem;
	height: 2.3rem!important;
	padding-right: 1rem;
	outline: none;
	margin-top: .4rem;
}

.c-form-panel .c-form-section .c-datetimepicker__action {
	display: none;
}

.c-form-panel .c-form-section input[type='date']:focus,
.c-form-panel .c-form-section input[type='datetime-local']:focus {
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}

/* Checkbox */
.c-form-panel .c-form-section__body .c-pair .c-form-section__value.c-check {
	appearance: none;
	background: #fff url('data:image/svg+xml,<svg xmlns="http://www.c3.org/2000/svg"/>') no-repeat center/1rem;
	border: 0.1rem solid var(--primary-e-normal);
	border-radius: 0.2rem;
	cursor: pointer;
	height: 2rem;
	margin-right: 0.5rem;
	width: 2rem;
}

.c-form-panel .c-form-section__body .c-pair .c-form-section__value.c-check:disabled {
    background-color: var(--primary-d-bright);
}

.c-form-panel .c-form-section__body .c-pair .c-form-section__value.c-check:checked {
	background-image: url('/assets/skins/lahuen/base/images/icon_check_2.svg');
}

.c-form-panel .c-form-section__body .c-pair .c-form-section__value.c-check:focus {
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}

/* Selector */
.c-form-panel .c-form-section .c-select {
	appearance: none;
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	background: #fff url(/assets/skins/lahuen/base/images/icon_select.svg) no-repeat right 1rem center/.7rem;
	padding: 0 2rem 0 1rem;
	font: 400 1.1rem / normal 'Open Sans', sans-serif;
	height: 2.3rem;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
}

.c-form-panel .c-form-section .c-select:disabled {
	opacity: 1;
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	background: url(/assets/skins/lahuen/base/images/icon_select.svg) no-repeat right 1rem center / .7rem;
	position: relative;
	width: 100%;
	height: 2.3rem;
	color: var(--gray-s);
	padding: 0 2.5rem 0 1rem;
	background-color: var(--primary-d-bright);
}

/* Selector Typeahead */
.c-form-panel .c-form-section .c-typeahead {
	appearance: none;
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	background: url('/assets/skins/lahuen/base/images/icon_select.svg') no-repeat right 1rem center/.7rem;
	position: relative;
	width: 100%;
	height: 2.3rem;
	padding: 0 2.5rem 0 1rem;
	display: flex;
	align-items: center;
	font: 400 1.2rem / normal 'Open Sans', sans-serif!important;
}

.c-form-panel .c-form-section .c-typeahead:focus-within {
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}

.c-form-panel .c-form-section .c-typeahead-selector {
	font: 1.2rem / normal 'Open Sans', sans-serif!important;
	color: #333;
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
	position: absolute;
	background-color: #fff;
	width: 100%;
	max-height: 10rem;
	overflow: auto;
}

.c-form-panel .c-form-section .c-typeahead-selector__item {
	padding: 0.5rem 1rem;
	cursor: pointer;
}

.c-form-panel .c-form-section .c-typeahead-selector__item:hover {
	background-color: #e6e6eb;
	transition: background-color 0.3s ease;
}

.c-form-panel .c-form-section .c-typeahead__viewer {
	color: var(--gray-a);
	font: 400 1.2rem/1.2rem 'Open Sans', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	height: 1.5rem;
	text-overflow: ellipsis;
}

.c-form-panel .c-form-section .c-typeahead__action-clear {
	-webkit-mask: url('data:image/svg+xml,<svg fill="%23fff" viewBox="2.52 2.52 80 80" xmlns="http://www.w3.org/2000/svg"><path d="M77.126,63.411L53.715,39.998l23.408-23.409c3.788-3.788,3.791-9.925,0.003-13.712 c-3.786-3.787-9.926-3.788-13.714,0L40.001,26.288L16.589,2.875c-3.787-3.787-9.927-3.788-13.714,0 c-3.787,3.787-3.786,9.927,0.001,13.714l23.412,23.413L2.877,63.411c-3.787,3.788-3.788,9.929-0.001,13.715 c3.789,3.789,9.926,3.784,13.713-0.002L40,53.713l23.412,23.412c3.787,3.788,7.927,3.786,13.713,0 C80.912,73.338,80.914,67.197,77.126,63.411z"/></svg>')
		center/.8rem no-repeat;
	background-color: #bbbcc9;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	display: flex;
	height: 1.2rem;
	width: 1.2rem;
	cursor: pointer;
}

.c-form-panel .c-drug-create-section__dosis.c-pair {
	margin-bottom: .5rem;
}

.c-form-panel .c-form-section .c-typeahead-selector.c-typeahead-selector__item {
	font: 400 1.2em / 1.1rem 'Open Sans', sans-serif !important;
}

.c-form-panel .c-form-section .c-typeahead__action-clear.c-action--tertiary .c-action__label.c-label {
	display: none;
}

.c-form-panel .c-form-section .c-label.c-typeahead__placeholder {
	color: var(--gray-a);
}

.c-form-panel .c-form-section .c-typeahead .c-typeahead__search {
	position: absolute;
	top: 2.3rem;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 15%);
	z-index: 10;
}

.c-form-panel .c-form-section__body .c-typeahead__search .c-textfield {
	margin: 1rem;
	width: -webkit-fill-available;
}

/* Text area */
.c-form-panel .c-form-section .c-textvalue--multiline {
	white-space: pre-line;
}

.c-form-panel .c-form-section .c-textarea-template__input {
	width: 100%;
	height: 8rem;
	appearance: none;
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	padding: 0.5rem 1rem;
	resize: none;
	font: 400 1.1rem / normal 'Open Sans', sans-serif;
}

.c-form-panel .c-form-section .c-textarea-template__input:focus {
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}

.c-form-panel .c-form-section .c-textarea-template__input::placeholder {
	color: var(--gray-e);
}

/* Spinner sección*/
.c-form-panel .c-form-section {
	position: relative;
}

.c-form-panel .c-worklist-modal-panel__body .c-form-section .c-spinner {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	display: flex;
	flex-direction: row;
	justify-content: center;
	top: 4.2rem;
	height: calc(100% - 4.2rem);
	border-radius: 0.5rem;
	padding-right: 8rem;
}

.c-form-panel .c-worklist-modal-panel__body .c-form-section .c-spinner::before {
	transform: scale(0.5);
}

/* Mensajes de error */
.c-form-panel .c-form-section .c-pair__invalid-message {
	color: #e54848;
	flex-basis: 100%;
	font: 400 1.1rem / normal 'Open Sans', sans-serif;
	margin-top: 0.2rem;
	min-height: 1.6rem;
}

/* Botón terciario  */
.c-form-panel .c-form-section .c-action--tertiary {
	background-color: var(--primary-f-normal);
	color: var(--primary-d-normal);
	border-radius: 0.3rem;
}

.c-form-panel .c-form-section .c-action--tertiary .c-action__label {
	display: flex;
	align-items: center;
	font: 600 1.1rem/1.2rem 'Open Sans', sans-serif;
}

.c-form-panel .c-form-section .c-action--tertiary:hover {
	background-color: var(--primary-a-bright);
	color: var(--primary-a-normal);
	transition: background-color 0.3s ease;
}

/* Checkbox */
.c-form-panel .c-form-section .c-check {
	appearance: none;
	background: #fff url('data:image/svg+xml,<svg xmlns="http://www.c3.org/2000/svg"/>') no-repeat center/1.2rem;
	border: 0.1rem solid var(--primary-e-normal);
	border-radius: 0.2rem;
	cursor: pointer;
	height: 1.5rem;
	margin-right: 0.5rem;
	width: 1.5rem;
}

.c-form-panel .c-form-section .c-check.c-check--checked {
	background: url('/assets/skins/lahuen/base/images/icon_check_2.svg') no-repeat center/1rem;
}

.c-form-panel .c-form-section .c-check:focus {
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}

/* Indicar nuevo fármaco */

.c-drug-create-section__frequency.c-pair {
	margin-top: -1.1rem;
}

.c-drug-create-section__duracion-options.c-pair {
	margin-bottom: -1rem;
}

.c-form-panel .c-form-section__body .c-pair.c-drug-create-section__prescription .c-form-section__value.c-typeahead,
.c-form-panel .c-form-section__body .c-pair.c-fleboclisis-create-section__prescription .c-form-section__value.c-typeahead {
		width: 40rem;
    height: 2.3rem!important;
    padding: 0rem 2.5rem 0 1rem !important;
}

.c-form-panel .c-form-section__body .c-pair .c-form-section__value.c-select {
    width: 24rem;
}

.c-form-panel .c-drug-create-section_dosis__radio-options.c-pair,
.c-form-panel .c-drug-create-section_duracion__radio-options.c-pair  {
	flex-direction: row;
	padding-bottom: .1rem;
  width: -webkit-fill-available;
	padding-top: 0.2rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__dosis.c-pair > .c-label.c-pair__label,
.c-form-panel .c-form-section__body .c-drug-create-section__duracion.c-pair > .c-label.c-pair__label {
    width: 100%;
}

.c-form-panel .c-form-section__body .c-drug-create-section__dosis.c-pair,
.c-form-panel .c-form-section__body .c-drug-create-section__duracion.c-pair,
.c-form-panel .c-form-section__body .c-drug-create-section__observations.c-pair{
    flex-direction: unset;
    flex-wrap: wrap;
}

.c-form-panel .c-form-section__body .c-drug-create-section_dosis__type--default .c-form-section__value {
    width: 5rem;
}

.c-drug-create-sub-section__dosis--standard .c-form-subsection__body {
    display: flex;
    align-items: center;
}

.c-form-panel .c-form-section__body .c-drug-create-sub-section__dosis--standard .c-drug-create-section_dosis__type--default.c-pair {
    padding-bottom: 0;
    margin-right: .5rem;
		display: flex;
		flex-direction: row;
    align-items: baseline;
}

.c-form-panel .c-form-section__body .c-drug-create-sub-section__dosis--standard .c-label.c-pair__label.c-label__unidad-dosis {
	padding-left: 2.5rem;
    font: 400 1.2rem 'Open Sans', sans-serif;
    margin-left: .5rem;
    color: var(--gray-a);
}
.c-form-section .c-drug-create-section_dosis__radio-options.c-pair .c-pair__description,
.c-form-section .c-drug-create-section_duracion__radio-options.c-pair .c-pair__description {
    color: var(--grey-a);
		font-size: 1.2rem !important;
}

.c-form-panel .c-drug-create-sub-section__dosis--standard.c-form-subsection {
	margin-top: -.3rem;
	margin-left: -8.6rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section_dosis__type--default .c-label__unit,
.c-form-panel .c-form-section__body .c-drug-create-section__duration .c-label.c-pair__label {
    font: 400 1.2rem / normal 'Open Sans', sans-serif;
    color: var(--grey-a);
}

.c-form-panel .c-form-section__body .c-drug-create-section__duration.c-pair,
.c-form-panel .c-form-section__body .c-drug-create-section__frequency-num-dosis.c-pair {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.c-form-panel .c-form-section__body .c-drug-create-section__frequency-num-dosis.num-dosis-minutes .c-form-section__value {
	/*margin-left: 5rem!important;*/
	width: 14rem !important;
}

.c-form-panel .c-form-section__body .c-drug-create-section__frequency-num-dosis .c-pair__description {
	margin-bottom: .1rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__duration .c-form-section__value.c-textfield {
    width: 5rem;
    margin-right: .8rem;
		margin-top: 0.5rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__duracion {
	display: flex;
	flex-direction:  column !important;
}

.c-form-panel .c-form-section__body .c-drug-create-section__via.c-pair {
	margin-top: .2rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__duracion .c-drug-create-section_duracion__radio-options {
	width: 10.5rem !important;
	height: 1.7rem;
	align-items: center;
}
.c-form-panel .c-form-section__body .c-drug-create-section__duracion .c-drug-create-section__duration {
	padding-bottom: 0;
	margin-top: -.2rem;
}

.c-form-section-drug-editor .c-form-section__body .c-pair {
	margin-bottom: 0rem;
}

.c-form-section-drug-editor .c-drug-create-section_dosis__types--options.c-dosis__radio--fija-selected {
	margin-top: -1.8rem;
}

.c-form-section-drug-editor .c-drug-create-section_dosis__types--options.c-dosis__radio--variable-selected {
	margin-top: -1.7rem;
}

.c-form-section-drug-editor .c-drug-create-section__frequency .c-label.c-pair__label {
	margin-top: .5rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__prog-admin.c-pair,
.c-form-panel .c-form-section__body .c-drug-create-section__schedule-date.c-pair {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
}

.c-form-panel .c-drug-create-sub-section__dosis--standard.c-form-subsection.format-basedosis {
	margin-top: 0rem;
	margin-left: -8.6rem;
}

.c-form-panel .c-form-section__body .c-pair.c-pair--inverted .c-pair__label.c-label__base-dosis {
	font-size: 1.1rem;
	margin-left: -11.5rem;
	width: 14rem;
	padding-top: 3.5rem !important;
}

.c-form-panel .c-form-section__body .c-drug-create-section_dosis__base.c-pair {
    padding: 0;
    margin-top: -.2rem;
}

.c-form-panel .c-form-section__body .c-pair.c-drug-create-section__frequency-num-dosis .c-form-section__value.c-select {
	width: 10rem;
	margin-left: 1.1rem;
}

.c-form-panel .c-form-section__body .c-pair.c-drug-create-section__frequency-num-dosis .c-label.c-pair__label {
    font: 400 1.1rem 'Open Sans', sans-serif;
    color: var(--gray-a);
		margin-bottom: .1rem;
}

.c-form-panel .c-form-section__body .c-pair.c-drug-create-section__schedule-date .c-form-section__value.c-datetimepicker {
    width: 12rem;
    height: 2rem;
}

.c-form-panel .c-form-section__body .c-variable-dosis__dosis-section.c-pair,
.c-form-panel .c-form-section__body .c-variable-dosis__hour.c-pair {
	flex-direction: row;
	align-items: center;
}

.c-form-panel .c-form-section__body .c-drug-create-section__schedule-date--hour.c-pair {
    flex-direction: row;
    align-items: center;
		width: 5.5rem;
    margin-top: .6rem;
		margin-right: 6rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__schedule-date--hour.c-pair .c-form-section__value.c-select,
.c-form-panel .c-form-section__body .c-variable-dosis__hour.c-pair .c-form-section__value.c-select {
    width: 5.5rem;
		margin: .2rem; 
		height: 2.3rem;
		margin: .2rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__prog-admin.c-pair {
    margin-bottom: .8rem;
		margin-top: .8rem;
}

.c-form-section .c-pair.c-drug-create-section__frequency-num-dosis .c-pair__description {
    flex: inherit;
}

.c-drug-create-section__schedule-date .c-pair,
.c-variable-dosis__dosis-section .c-pair  {
    margin-right: .5rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__schedule-date .c-pair.c-pair .c-pair__label,
.c-form-panel .c-form-section__body .c-variable-dosis__dosis-section .c-pair.c-pair .c-pair__label{
    font: 400 1.2rem 'Open Sans', sans-serif;
    color: var(--gray-a);
}

.c-form-panel .c-form-section__body .c-drug-create-section_schedule-date--datepick-separator.c-pair,
.c-form-panel .c-form-section__body .c-variable-dosis__hour.c-pair {
    padding-bottom: .5rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__schedule-date--hour.c-pair .c-form-section__value:not(:last-child) {
    margin-right: .5rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__observations.c-pair {
    margin-top: 0rem;
}

.c-form-panel .c-form-section__body .c-variable-dosis__value .c-form-section__value.c-textfield {
    width: 3.5rem;
}

.c-form-panel .c-form-section__body .c-variable-dosis__dosis-section.c-pair {
	margin-left: 2.5rem;
	margin-top: -1.2rem;
	margin-bottom: -.5rem;
}

.c-form-panel .c-form-section__body .c-variable-dosis__drug--hour.c-pair {
    margin-left: auto;
    margin-top: -.5rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__prog-admin .c-pair__label {
	margin-top: -.5rem!important; 
}


.c-variable-dosis__drug--hour .c-worklist-modal__action.c-action.c-action--secondary {
	background: var(--primary-f-light);
	color: var(--primary-d-normal);
	padding: 0.5rem 1.5rem;
	border-radius: 0.3rem;
	border: none;
	font: 600 1.2rem / normal 'Lato', sans-serif;
	display: flex;
	align-items: center;
	margin-right: 1rem;
	cursor: pointer;
	height: 2.5rem;
	margin-top: .3rem;
	margin-bottom: .7rem;
}

.c-variable-dosis__drug--hour .c-worklist-modal__action.c-action.c-action--secondary:before {
    -webkit-mask 		: no-repeat center;
    -webkit-mask-size 	: 1.9rem;
    -webkit-mask-image 	: url('//shared.incancer.lahuen.health/assets/skins/lahuen/ehr/images/icon_add.svg');
    background-color 	: var(--primary-d-normal);
    content 			: ' ';
    height 				: 2rem;
    width 				: 2rem;
    margin-right 		: 0.5rem;
}

.c-variable-dosis__drug--hour .c-worklist-modal__action.c-action.c-action--secondary:hover {
    background-color: var(--primary-a-bright);
    color: var(--primary-a-normal);
    transition: all 0.3s ease;
}

.c-variable-dosis__drug--hour .c-worklist-modal__action.c-action.c-action--secondary:hover:before{
	background-color 	: var(--primary-a-normal);
	transition 			: all 0.3s ease;
}

.c-variable-dosis__delete .c-worklist-modal__action.c-action.c-action--secondary {
	border: none;
	display: flex;
	min-width: auto;
	margin-bottom: 1.1rem;
	margin-left: .5rem;
	height: 1.5rem;
	width: 1.5rem;
	padding: .4rem;
	background: url('/assets/skins/lahuen/base/images/icon_cancel.svg') no-repeat center / contain;
}

.c-variable-dosis__delete .c-worklist-modal__action.c-action.c-action--secondary:hover {
    background-color: unset;
    color: inherit;
}

.c-variable-dosis__delete .c-worklist-modal__action .c-action__label {
    display: none;
}

.c-form-panel .c-form-section__body .c-drug-create-section__frequency-daily-obs.c-pair .c-form-section__value.c-textfield,
.c-form-panel .c-form-section__body .c-drug-create-section__frequency-sos-detail.c-pair .c-form-section__value.c-textfield,
.c-form-panel .c-form-section__body .c-drug-create-section__frequency-other-obs.c-pair .c-form-section__value.c-textfield {
    width: 24rem;
}

.c-form-panel .c-form-section__body .c-variable-dosis__dosis-section .c-pair.c-pair .c-pair__label.c-pair__label--opcional-dosis {
	font: 400 1.1rem / normal 'Open Sans', sans-serif;
    color: var(--gray-d);
}

/* Fleboclisis */
.c-flebolisis-indication-sidepanel.c-form-panel .c-form-section-fleboclisis-editor .c-form-section__body .c-pair {
	padding-bottom: 0rem!important;
}

.c-flebolisis-indication-sidepanel.c-form-panel .c-form-section-fleboclisis-editor .c-form-subsection-fleboclisis-edit__solvente-volumen .c-form-subsection__body {
	display: flex;
	flex-direction: row;
	gap: .5rem;
	flex-wrap: nowrap;
	align-items: center;
}



.c-flebolisis-indication-sidepanel.c-form-panel .c-form-section-fleboclisis-editor .c-form-fleboclisis-edit-section_via.c-pair {
	margin-top: .5rem;
}

.c-flebolisis-indication-sidepanel.c-form-panel .c-form-section-fleboclisis-editor .c-form-fleboclisis-edit-section__schedule .c-pair__description {
	margin-top: .2rem;
}

.c-flebolisis-indication-sidepanel.c-form-panel .c-form-section-fleboclisis-editor .c-form-fleboclisis-edit-section__volumen-ml.c-pair .c-pair__label{
	font: 1.2rem / normal 'Open Sans', sans-serif !important;
}

.c-electrolitos__drug--action .c-worklist-modal__action.c-action.c-action--secondary {
    background: var(--primary-f-light);
    color: var(--primary-d-normal);;
    padding: .5rem 1.5rem;
    height: 2.5rem;
    border-radius: 0.3rem;
    border: none;
		font: 600 1.2rem / normal 'Lato', sans-serif;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 1rem;
}

.c-electrolitos__drug--action.c-pair {
  align-items: flex-end;
}

.c-electrolitos__drug--action .c-worklist-modal__action.c-action.c-action--secondary:before {
    -webkit-mask: no-repeat center;
    -webkit-mask-size: 1.5rem;
    -webkit-mask-image: url('/assets/skins/lahuen/ehr/images/icon_add.svg');
    background-color: var(--primary-d-normal);
    content: ' ';
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.5rem;
}

.c-electrolitos__drug--action .c-worklist-modal__action.c-action.c-action--secondary:hover {
	background-color: var(--primary-a-bright);
	color: var(--primary-a-normal);
	transition: all 0.3s ease;
}

.c-electrolitos__drug--action .c-worklist-modal__action.c-action.c-action--secondary:hover:before {
    background-color: var(--primary-a-normal);
    transition: all 0.3s ease;
}

.c-form-panel .c-form-section__body .c-electrolitos-list__electrolito.c-pair {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-form-panel .c-form-section__body .c-electrolitos-list__electrolito.c-pair .c-pair__label {
    font: 400 1.2rem 'Open Sans', sans-serif;
    color: var(--gray-a);
}


.c-form-panel .c-form-section__body .c-drug-create-section__schedule-date .c-pair.c-pair .c-pair__label.c-label__text-hora-opcional {
  color: var(--gray-d);
	/*margin-left: 5.5rem;*/
}

.c-electrolitos-list__electrolito .c-pair {
    margin-right: .5rem;
}

.c-electrolitos__list.c-pair {
	margin-top: -.7rem;
}

.c-electrolitos__delete .c-worklist-modal__action.c-action.c-action--secondary {
	display: flex;
	min-width: auto;
	height: 1.5rem;
	width: 1.5rem;
	padding: .5rem;
	margin-left: 1.2rem;
  background: url('/assets/skins/lahuen/base/images/icon_cancel.svg') no-repeat center / contain;
}

.c-electrolitos__delete .c-worklist-modal__action.c-action.c-action--secondary:hover {
    background-color: unset;
    color: inherit;
}

.c-electrolitos__delete .c-worklist-modal__action .c-action__label {
    display: none;
}

.c-form-panel .c-form-section__body .c-pair.c-electrolitos__miligramos .c-form-section__value.c-textfield {
    width: 3rem;
}

.c-form-fleboclisis-edit-section__schedule.c-pair.c-pair--inverted {
	margin: 0rem 0rem 1.2em 0;
}

.c-form-panel .c-form-section__body .c-electrolitos-list__electrolito.c-pair,
.c-form-panel .c-form-section__body .c-electrolitos-list__electrolito .c-pair {
    padding: 0;
}

.c-form-panel .c-form-section__body .c-pair.c-form-fleboclisis-edit-section_dosis__admin-speed .c-form-section__value.c-textfield {
    width: 24rem;
}

.c-form-fleboclisis-edit-section__duracion-tratamiento.c-pair {
	margin-bottom: 0rem;
}

.c-form-fleboclisis-edit-section__duracion-tratamiento.c-pair {
	margin-bottom: -.5rem;
}

.c-from-fleboclisis-edit-section_schedule-date--datepick-opcional-text.c-pair {
	margin-bottom: -1rem !important;
}

.c-form-fleboclisis-edit-section__schedule-date--separator.c-pair {
	padding-bottom: 0rem !important;
	margin-bottom: -.5rem !important;
	margin-top: 0.5rem;
 	margin-left: 0.2rem;
}

.c-from-fleboclisis-edit-section_schedule-date--datepick-opcional-text.c-pair {
	margin-top: -0.7rem;
}
.c-from-fleboclisis-edit-section_schedule-date--datepick-opcional-text.c-pair .c-label__text-hora-opcional {
	font: 400 1.1rem / normal 'Open Sans', sans-serif !important;
	color: var(--gray-d) !important;
	margin-top: .7rem;
}

.c-form-fleboclisis-edit-section__schedule.c-pair.c-pair--inverted {
    margin-bottom: 0;
    margin-top: 1rem;
}

.c-form-panel .c-form-section__body .c-form-fleboclisis-edit-section__observations.c-pair {
    flex-direction: unset;
		flex-wrap: wrap;
}

.c-form-panel .c-form-section__body .c-pair.c-electrolitos__empty-list .c-pair__label {
    font: 400 1.1rem 'Open Sans', sans-serif;
    color: var(--gray-a);
}

.c-form-panel .c-form-section__body .c-electrolitos__empty-list.c-pair {
    padding: 0;
}

.c-form-panel .c-form-section__body .c-pair.c-form-fleboclisis-edit-section__observations .c-form-section__value.c-textfield {
    margin-right: 0rem;
}

.c-form-panel .c-form-section__body .c-drug-create-section__duracion-options.c-pair {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
		padding-bottom: .5rem;
}

.c-drug-create-section__aaditional-options .c-worklist-modal__action--aditional-option {
    background-color: transparent;
    font: 600 1.1rem 'Lato', sans-serif;
    color: #23385e;
    text-decoration: underline;
    width: fit-content;
    margin-bottom: 5rem;
    margin-left: -.2rem;

}

.c_drug-create-section__frequency-week--action .c-worklist-modal__action--frequency-days-option {
    background-color: transparent;
    font: 600 1.1rem 'Lato', sans-serif;
    color: var(--primary-c-normal);
    text-decoration: underline;
    width: fit-content;
		margin-left: -0.4rem;
		margin-top: -0.8rem;
    margin-bottom: -0.5rem;
}

.c-drug-create-section__frequency-week.c-pair.c-pair--inverted {
	padding-bottom: .2rem!important;
}

.c-drug-create-section__aaditional-options .c-worklist-modal__action--aditional-option.c-action--disabled {
    color: var(--gray-e);
}

.c-form-panel .c-form-section__body .c-drug-create-section__prog-admin.c-pair .c-form-section__value.c-textfield {
    width: 4rem;
    margin: 0 .5rem;
}

.c-form-panel .c-form-section__body .c-pair.c-drug-create-section__vigencia-prescription .c-pair__label.c-label__text-separador--dias-extend-text {
    font: 400 1.1rem 'Open Sans', sans-serif;
    color: var(--gray-a);
    margin-left: auto;
}

/* bic */
.c-form-section-bic-editor .c-form-subsection-drugs__dosis webc-numeric-field::part(webc-numeric-field) {
	height: 2.1rem!important;
}
.c-form-section-bic-editor .c-form-subsection-drugs__prescription.c-pair {
	width: 24rem;
}
.c-form-section-bic-editor .c-form-subsection-drugs__potency.c-pair {
	width: 10.5rem !important;
	margin-left: .5rem;
}

.c-form-section-bic-editor .c-form-subsection-drugs__dosis.c-pair {
 	margin-left: .5rem;
}
.c-form-section-bic-editor .c-form-subsection-drugs__dosis.c-pair .c-numeric-field.c-form-section__value{
 	height: 2.3rem;
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
}

.c-form-section-bic-editor .c-form-bic-edit-section__schedule.c-pair.c-pair--inverted .c-label.c-pair__label {
	padding-top: 0!important;
}

.c-form-section-bic-editor .c-bic-edit-section_schedule-date--datepick-opcional-text.c-pair, 
.c-form-section-fleboclisis-editor .c-from-fleboclisis-edit-section_schedule-date--datepick-opcional-text.c-pair {
	flex-direction: row !important;
	margin-bottom: -1rem !important;
}

.c-form-section-bic-editor .c-form-bic-edit-section__schedule-date--hourpick .c-form-section__value.c-select,
.c-form-section-fleboclisis-editor .c-form-fleboclisis-edit-section__schedule-date--hourpick .c-form-section__value.c-select {
	margin-right: .5rem;
	margin-left: .5rem;
	margin-top: 1rem;
	width: 6rem !important;
}

.c-form-section-flebolcisis-editor .c-flebolcisis-edit-section_schedule-date--datepick-opcional-text .c-label__text-separador {
	flex: 1;
	font: 400 1.25rem / normal 'Open Sans', sans-serif !important;
	color: var(--gray-d) !important;
}


.c-form-sub-section-electrolitos .c-form-subsection__title {
	border-bottom: none!important;
	margin-bottom: .5rem!important;
}

.c-form-sub-section-electrolitos .c-form-subsection__title .c-label.c-title__label {
	font: 600 1.2rem 'Lato', sans-serif!important;
	color: var(--primary-d-normal)!important;
	grid-column: 1 / 3!important;
	padding-left: 0; 
}

.c-form-section-flebolcisis-editor .c-form-fleboclisis-edit-section__electrolitos.c-pair {
	margin-top: -1rem;
}

.c-form-fleboclisis-edit-section__duracion-tratamiento-content .c-label-por--separador.c-label.c-pair__label,
.c-form-fleboclisis-edit-section__duracion-tratamiento-content .c-label-dias--separador.c-label.c-pair__label {
	margin-right: 1.2rem;
	font: 1.2rem / normal 'Open Sans', sans-serif !important;
	color: var(--gray-a)!important;
	margin-left: 0.2rem;
}
.c-electrolitos-list__electrolito .c-electrolitos__miligramos.c-pair .c-numeric-field.c-form-section__value {
	font :400 1.2rem / normal "Open sans", sans-serif!important;
}

.c-form-fleboclisis-edit-section__duracion-tratamiento-content {
	display: flex;
	align-items: center;
	width: 5rem;
}

.c-form-panel .c-form-section__body .c-form-fleboclisis-edit-section__duracion-tratamiento .c-form-section__value.c-textfield {
	width: -webkit-fill-available;
	margin-right: 1rem;
	width: 5.2rem;
}

.c-form-fleboclisis-edit-section__schedule-date.c-pair {
	flex-direction: row !important;
	align-items: center;
	padding-bottom: 0;
}

.c-form-fleboclisis-edit-section__schedule-date .c-pair__label.c-label__text-separador {
	font: 400 1.2rem 'Open Sans', sans-serif;
	color: var(--gray-a);
}

/* BIC */

.c-form-panel .c-form-section__body .c-form-subsection-drugs__drugs-rows.c-pair {
    display: flex;
    flex-direction: row;
    align-items: end;
    padding: 0;
}

.c-form-subsection-drugs__prescription.c-pair {
    width: 17rem;
}

.c-form-panel .c-form-section__body .c-form-subsection-drugs__potency.c-pair {
    width: 9rem;
}

.c-form-subsection-drugs__drugs-rows .c-form-subsection-drugs__delete.c-pair {
	margin-left: -2.4rem;
}

.c-form-subsection-drugs__unit--label.c-pair {
	margin-left: -.5rem;
	width: 2.6rem;
	font-size: 1.1rem !important;
}

.c-form-panel .c-form-section__body  .c-form-subsection-drugs__potency.c-pair .c-form-section__value.c-select {
    width: -webkit-fill-available;
}

.c-form-subsection-drugs__dosis.c-pair {
    width: 5rem;
}

.c-form-panel .c-form-section__body .c-form-subsection-drugs__drugs-rows.c-pair .c-pair {
    margin-right: .25rem;
}

.c-form-bic-edit-section_dosis__solvente-disolucion .c-form-subsection__body {
    display: flex;
    align-items: center;
    gap: .5rem;
    font: 400 1.2rem 'Open Sans', sans-serif;
}

.c-form-panel .c-form-section__body .c-pair.c-form-bic-edit-section_dosis__disolucion-textfield .c-form-section__value.c-textfield {
    width: 5rem;
}

.c-form-panel .c-form-section__body .c-form-bic-edit-section_dosis__disolucion-select.c-pair {
    padding-bottom: 1rem;
}


.c-form-subsection-drugs__add-drug .c-worklist-modal__action.c-action.c-action--secondary {
    background: var(--primary-f-light);
    color: var(--primary-d-normal);
    padding: .5rem 1.5rem;
    height: 2.5rem;
    border-radius: 0.3rem;
    border: none;
    font: 600 1.2rem / normal 'Lato', sans-serif;
    display: flex;
    align-items: center;
    min-width: fit-content;
    margin-left: auto;
		margin-top: .5rem;
}

.c-form-subsection-drugs__add-drug .c-worklist-modal__action.c-action.c-action--secondary:hover {
    background-color: var(--primary-a-bright);
    color: var(--primary-a-normal);
    transition: all 0.3s ease;
}

.c-form-subsection-drugs__add-drug .c-worklist-modal__action.c-action.c-action--secondary:before {
    -webkit-mask: no-repeat center;
    -webkit-mask-size: 1.2rem;
    -webkit-mask-image: url('/assets/skins/lahuen/ehr/images/icon_add.svg');
    background-color: var(--primary-d-normal);
    content: ' ';
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.5rem;
}

.c-form-subsection-drugs__add-drug .c-worklist-modal__action.c-action.c-action--secondary:hover:before {
    background-color: var(--primary-a-normal);
    transition: all 0.3s ease;
}


.c-form-bic-edit-section_dosis_duracion-tratamiento .c-form-bic-edit-section__duracion-tratamiento-content {
	display: flex;
	width: 5rem;
	align-items: center;
}

.c-form-bic-edit-section_dosis_duracion-tratamiento .c-form-bic-edit-section__duracion-tratamiento-content .c-label-por--separador {
 	margin-right: .5rem;
	 font: 1.2rem / normal 'Open Sans', sans-serif !important;
	 color: var(--gray-a)!important;
}

.c-form-bic-edit-section_dosis_duracion-tratamiento .c-form-bic-edit-section__duracion-tratamiento-content .c-label-dias--separador {
 	margin-left: .5rem;
	font: 1.2rem / normal 'Open Sans', sans-serif !important;
	color: var(--gray-a)!important;
}

.c-form-bic-edit-section__drugs .c-form-subsection-drugs.c-pair {
	margin-bottom: -1rem !important;
}


.c-form-subsection-drugs__delete .c-worklist-modal__action.c-action.c-action--secondary {
	display: flex;
	min-width: auto;
	height: .2rem;
	width: .2rem;
	padding: .6rem;
	border: none;
	margin-left: 7.3rem;
	/* margin-top: -1rem; */
	margin-bottom: .3rem;
  background: url('/assets/skins/lahuen/base/images/icon_cancel.svg') no-repeat center / contain;
}

.c-pair__label.c-label__text-separador {
	font: 1.2rem / normal 'Open Sans', sans-serif !important;
	color: var(--gray-a) !important;
}

.c-form-subsection-drugs__unit--label .c-pair__label {
	margin-left:  12.5rem;
	margin-right: .5rem;
	margin-bottom: .3rem !important;
	 color: var(--gray-a)!important;
	 font: 1.2rem / normal 'Open Sans', sans-serif !important;
	 margin-bottom: 0.2rem;
}


.c-form-section-bic-editor .c-form-subsection-drugs__unit--label .c-pair__label {
	 margin-left:  3rem;
	 margin-right: .5rem;
	 margin-bottom: .3rem !important;
    color: var(--gray-a)!important;
		font: 1.2rem / normal 'Open Sans', sans-serif !important;
    margin-bottom: 0.2rem;
}

.c-form-section-bic-editor .c-form-bic-edit-section__schedule-date--datepick.c-pair {
	margin-top: -2.7rem;
	margin-right: .5rem;
}

.c-form-section-bic-editor .c-form-bic-edit-section__schedule-date--hourpick.c-pair {
	margin-top: -2rem;
}
.c-form-section-bic-editor .c-bic-edit-section_schedule-date--datepick-opcional-text.c-pair {
	margin-top: -2.2rem;
}

.c-form-section-bic-editor  .c-bic-edit-section_schedule-date--datepick-opcional-text .c-label__text-separador {
	font: 400 1.1rem / normal 'Open Sans', sans-serif !important;
	color: var(--gray-d)!important;
}
.c-form-section-bic-editor .c-form-bic-edit-section__schedule-date.c-pair {
	margin-bottom: -1rem;
}

.c-form-subsection-drugs__delete .c-worklist-modal__action.c-action.c-action--secondary:hover {
    background-color: unset;
    color: inherit;
}

.c-form-subsection-drugs__delete .c-worklist-modal__action .c-action__label {
    display: none;
}

.c-form-panel .c-form-section__body .c-form-subsection-drugs__unit--label.c-pair,
.c-form-panel .c-form-section__body .c-form-subsection-drugs__drugs-rows.c-pair,
.c-form-panel .c-form-section__body .c-form-subsection-drugs__drugs-rows .c-pair {
    padding: 0;
}


.c-form-panel .c-form-section__body .c-form-subsection-drugs__drugs-rows.c-pair:not(:last-child) {
		margin-bottom: 0.5rem;
}

.c-form-section-bic-editor .c-pair.c-form-bic-edit-section_dosis__admin-speed .c-form-section__value.c-textfield {
    width: 24rem;
}

.c-form-section-bic-editor .c-form-bic-edit-section_dosis__admin-speed.c-pair,
.c-form-section-bic-editor .c-form-bic-edit-section_via.c-pair {
	margin-bottom: 0rem;
}

.c-form-section-bic-editor .c-form-bic-edit-section__observations.c-pair {
	flex-direction: row !important;
	margin-top: .5rem;
	flex-wrap: wrap;
}

.c-form-section-bic-editor .c-form-bic-edit-section__schedule-date.c-pair {
	flex-direction: row !important;
	align-items: center;
}

.c-form-section-bic-editor .c-form-bic-edit-section_dosis_duracion-tratamiento.c-pair {
	margin-bottom: 0;
}

.c-form-fleboclisis-edit-section__electrolitos.c-pair {
	margin-top: -1rem;
	margin-bottom: 0rem;
}

.c-form-section-bic-editor .c-form-bic-edit-section__schedule-date	.c-form-bic-edit-section__schedule-date--datepick.c-pair,
.c-form-section-fleboclisis-editor .c-form-fleboclisis-edit-section__schedule-date	.c-form-fleboclisis-edit-section__schedule-date--datepick.c-pair {
    width: 12rem;
    height: 2rem;
}	

.c-form-section-bic-editor .c-form-bic-edit-section__schedule-date .c-pair__label.c-label__text-separador {
	font: 400 1.1rem 'Open Sans', sans-serif;
	color: var(--gray-a);
	padding-bottom: 0!important;
}
.c-bic-edit-section_schedule-date--datepick-opcional-text .c-pair__label.c-label__text-separador {
	font:  1.1rem / normal 'Lato', sans-serif;
}

.c-form-section-bic-editor .c-form-bic-edit-section__schedule-date--hourpick.c-pair,
.c-form-section-fleboclisis-editor .c-form-fleboclisis-edit-section__schedule-date--hourpick.c-pair {
	flex-direction: row !important;
	align-items: center;
	padding-bottom: 0rem !important;
}
.c-form-section-bic-editor .c-form-bic-edit-section__drugs.c-pair{
	margin-top: -.5rem;
	margin-bottom: -.5rem;
}
.c-form-section-fleboclisis-editor .c-form-fleboclisis-edit-section__schedule-date .c-form-fleboclisis-edit-section__schedule-date--datepick.c-pair {
	margin-top: -.8rem;
}
/*Insumos*/

.c-form-section-insumos-editor .c-form-section-insumos-editor__insumo.c-pair {
	width: 24rem;
}
.c-form-section-insumos-editor .c-form-section-insumos-editor__quantity .c-form-section__value.c-textfield.c-textfield--filled {
	width: 2rem;
}
.c-form-section-insumos-editor .c-form-section-insumos-editor__observations{
	flex-direction: row !important;
	width: 30rem;
}

.c-form-section-insumos-editor__observations.c-pair {
	flex-wrap: wrap;
}

.c-pharmacy-indication-sidepanel-view .c-drug-section__prescription-view.section__prescription-view--resume .section__prescription-view-resume {
	margin-right: 1rem;
	display: flex;
	align-items: center;
}

.c-pharmacy-indication-sidepanel-view .c-drug-section__prescription-view.section__prescription-view--resume .section__prescription-view-resume:before {
	content: '\25BA';
    color: var(--primary-c-normal);
    font-size: 1rem;
    margin-right: 0.5rem;
}

.c-pharmacy-indication-sidepanel-view .prescription-dosis-no-admin.prescription__dosis--no-admin {
	color: var(--system-error-normal);
}

.c-form-section-view .section__prescription-view--resume .pharmacy-indication-title {
	padding-right: .5rem;
}

.c-drug-create-section__duracion .c-drug-create-section_duracion__types--options.c-pair.c-pair--inverted {
	padding-bottom: 0;
}

.c-drug-create-section_dosis__types--options.c-pair.c-pair--inverted {
	padding-bottom: 0 !important;
}
