.biddingTechView_container {
	display: flex;
}

.biddingTechView_container--leftProjectPanel {
	width: 330px;
}

.biddingTechView_container select {
	border: none;
}

.biddingTechView_container div.biddingTechView_container--leftProjectPanel select,
.biddingTechView_container div.biddingTechView_container--leftProjectPanel input {
	height: 20px;
	background-color: #111;
	border: none;
	text-align: center;
}

.leftProjectPanel_details--format {
	display: flex;
}

.leftProjectPanel_details--format span {
	margin-left: 5px;
	margin-right: 5px;
}

.biddingTechView_container--leftProjectPanel .boton_xs {
	padding: 0.16rem 1.3rem;
	font-weight: 700;
}

.namingConventionBlocks {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	background-color: #131416;
	min-width: 60px;
	height: 40px;
	font-weight: 700;
}

/* .namingConventionBlocks :nth-child(2) {
	font-size: 18px;
	position: absolute;
	bottom: -3.5px;
} */

.namingConventionBlocks .boton_xs {
	border-radius: 5px 5px 0 0;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.namingConventionDetail_container li {
	display: flex;
	gap: 0.8rem;
	margin-bottom: 0.5rem;
}

.namingConventionDetail_container .boton_xs {
	display: block;
	width: 60px;
	min-width: 60px;
	height: 20px;
	text-align: center;
	font-weight: 700;
}

.customTableSelect {
	-webkit-appearance: none; /* Para navegadores basados en WebKit como Chrome o Safari */
	-moz-appearance: none; /* Para Firefox */
	appearance: none; /* Para navegadores más modernos */
	padding-left: 1rem;
}

table td,
table th {
	border: 1px solid #26282c;
	padding: 0;
}

table th {
	color: #717273;
}
