/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
/* Anchos de columna */
.m-admision .c-table-header__cell--document,
.m-admision .c-table-header__cell--destination {
	width: 11rem;
}

.m-admision .c-table-header__cell--diagnosis {
	width: 19rem;
}

.m-admision .c-table-header__cell--name {
	width: 18rem;
}

.m-admision .c-table-header__cell--state {
	width: 9rem;
}

.m-admision .c-table-header__cell--actions {
    width: 8rem;
}

.m-admision .c-table-header__cell--origin {
    width: 15rem;
}

/* Estados */
.c-table-formatted-content--admission-admision .c-formatted-state__pill.c-formatted-state__pill--2 {
	background-color: var(--state-start);
}

.c-table-formatted-content--admission-admision .c-formatted-state__pill.c-formatted-state__pill--3,
.c-table-formatted-content--admission-admision .c-formatted-state__pill.c-formatted-state__pill--4,
.c-table-formatted-content--admission-admision .c-formatted-state__pill.c-formatted-state__pill--7 {
	background-color: var(--state-finished-with-error);
}

.c-table-formatted-content--admission-admision .c-formatted-state__pill.c-formatted-state__pill--5 {
	background-color: var(--state-executing);
}

.c-table-formatted-content--admission-admision .c-formatted-state__pill.c-formatted-state__pill--6 {
	background-color: var(--state-finished-successfully);
}
