/* head table */

.search-documents {
	display: flex;
	gap: 0.4rem;
	align-items: center;
	flex-wrap: wrap;
}

.search-pagination,
.search-datatable {
	padding-left: 2rem;
}

.label-search_arr_doc {
	position: relative;
	display: flex;
	width: 350px;
}

.label-search_arr_doc input[type="text"]
{
	border-radius: 8px;
}

.icon-delete-left {
	position: absolute;
	right: 8px;
	top: 10px;
	cursor: pointer;
}

.icon-search_arr_doc {
	position: absolute;
	left: 10px;
}

/* head table */

/* columns */

#table thead th:last-child {
	max-width: 85px !important;
}
/* #table thead th:nth-child(2) {
	max-width: 70px !important;
	min-width: 70px !important;
} */
/* #table thead th:nth-child(9),
#table thead th:nth-child(10) {
	min-width: 80px !important;
}
#table thead th:nth-child(8) {
	min-width:137px !important;
}
#table thead th:nth-child(11) {
	min-width: 223px;
} */
/* #table thead th:nth-child(6) {
	max-width:100px !important;
} */

/* columns */


/* info contract */
.information-contract, 
.information-subcontract,
.information {
	display: flex;
    flex-direction: column;
    /* border: 1px solid; */
    border-radius: 8px;
    padding: 8px;
    gap: 2px;
	box-shadow: var(--boxshadow-1);
	background-color: var(--neutral50);
}

.information-contract .information-contract-title,
.information .information-contract-title,
.information-subcontract .information-contract-title{
	font-size: 20px;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--color-neutral300);
}

.information-item{
	font-size: 14px;
    color: var(--color-neutral300);
}

.ctn-btn-filter{
	display: flex;
	align-items: center;
	gap: 4px;
}

/* info contract */


textarea#observations {
    min-height: 150px;
}