.posten-bring-custom-modal {
	max-width: 1100px;
	min-width: 350px;
	width: 30%;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	max-height: 70%;
	overflow-y: scroll;
}

.posten-bring-custom-modal.wide {
	width: 60%;
}

.posten-bring-custom-modal-overlay {
	display: none;
	background-color: #00000059;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
	align-items: center;
	justify-content: center;
}

.posten-bring-custom-modal-overlay.visible {
	display: flex;
}

@media only screen and (max-width: 782px) {
	.posten-bring-custom-modal.wide {
		width: 100%;
	}
	.posten-bring-custom-modal {
		width: 100%;
	}
}

@media only screen and (max-width: 550px) {
	#posten-bring-custom-modal-content {
		padding: 10px!important;
	}
}

#posten-bring-custom-modal-content {
	padding:10px 40px;
}


.close-posten-bring-modal {
	margin-top: 20px;
	margin-right:20px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	float:right;
}

.close-posten-bring-modal:hover svg {
	fill: rgb(0, 124, 186);
}
