.popupouterlarge {
	padding: 0.5% 0.5% 0.5% 0.5%;
	height: 85%;
	background-color: #ffffff;
}

.popup-content-small {
	width: 350px;
}

.popup-content-large {
	width: 500px;
}

.popup-content-medium-large {
	width: 80vw;
	    overflow: auto;
    max-height: 89%;
}

.popup-content-very-large {
	width: 800px;
}

.popup-dropdown-fix {
	height: 120px;
}

.popup-close-icon {
	position: absolute;
    right: -34px;
    top: -5px;
    width: 30px;
    border-radius: initial;
    background-color: unset;
}

.popup-close-icon img {
	padding: 8px;
	border-radius: 4px;
}

.popup-close-icon img:hover {
    background-color: #d0d0d0;
}



.popup-close-icon-left {
	position: absolute;
	left: -94px;
	top: -16px;
	width: 30px;
	border-radius: initial;
	background-color: unset;
}

.popup-close-icon-left img {
	padding: 8px;
	border-radius: 4px;
	filter: invert(1);
}

.popup-close-icon-left img:hover {
    background-color: #d0d0d0;
	filter: invert(1);
}