.filter {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(66 66 66 / 80%);
	display: none;
	z-index: 10;
}

.filter .content {
	margin: 50px 25px;
	background-color: #FFFFFF;
	height: calc(100vh - 100px);
	border-radius: 10px;
}

.filter .content .inner {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	position: relative;
	top: -50px;
}

.filter .content .inner-div {
	overflow-y: scroll;
}

.filter .content .inner-div img {
	width: 100%;
}

.filter .content button {
    padding: unset;
    width: 45px;
    height: 45px;
    position: relative;
    left: calc(100vw - 75px);
    top: -25px;
    border-radius: 50%;
	font-size: 30px;
	z-index: 100;
}
