.container-center{
	display: flex;
	justify-content: center;
	width: 100%;
}

.main-container, .choose-cont {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 10px;
	padding: 3em;
	overflow: auto;
}

.select-loc {
	display: none;
}

.select-loc .select {
	border: none;
}

.choose-cont td:hover {
	background-color: initial;
}

.align-row {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}

.choose-loc-btn, .choose-loc-btn-dpd, .choose-loc-btn-itella {
	display: none;
	margin: 10px auto 10px auto;
}

.active{
	background-color: #3D8AF6 !important;
	border: none !important;
	color: white !important;

}

container-center>button:hover{
	background-color: #3D8AF6 !important;
}

.parcel-select-omniva, .parcel-select-dpd, .parcel-select-itella{
	display: none;
	width: 100%;
	margin-top: 10px;
	height: auto;
}

.parcel-select-omniva::before, .parcel-select-omniva::after, .parcel-select-dpd::before,
.parcel-select-dpd::after, .select::before, .select::after{
	content: none;
}

.omniva-logo, .dpd-logo, .itella-logo{
	display: flex;
	justify-content: center;
	margin: auto 0 auto 0;
	width: 100px;
}

table {
	width: 100%;
}


#omniva-table{
	width: 100%;
}
#omniva-table:hover{
	background-color: none;
}
.choose-cont{
	text-align: center;
	border: none;
}

.show {
	display: block;
}


.select {
	cursor:auto ;
}

.itella-conteiner{
	width: 550px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.submit-btn{
	width: 100px;
	margin: 20px auto 0 auto;
}

.dpd-logo stop:nth-of-type(1) {
	stop-color: #a90034;
}

.dpd-logo stop:nth-of-type(2) {
	stop-color: #b03;
}

.dpd-logo stop:nth-of-type(3) {
	stop-color: #d30032;
}
.dpd-logo stop:nth-of-type(4) {
	stop-color: #dc0032;
}

.itella-logo svg {
	enable-background:new 0 0 1332.7 396.8;
}