.details-open {
	overflow: hidden;
	overscroll-behavior: none;
	touch-action: none;
	height: 100%;
}

.itopia-domain-front .close {
	background-image: url(../icon/x.svg);
	background-size: 50%;
	background-repeat: no-repeat;  
	background-position: center; 

	/*border: 2px solid rgb(0,0,0);*/
	border-radius: 0.5rem;
	margin-left: 5px;

	width: 40px;
	height: 40px;

	background-color: transparent;

	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(320deg) brightness(102%) contrast(103%);

	cursor: pointer;

	position: absolute;
	top:5px;
	right: 5px;
}

.itopia-domain-front .close:hover {
	/*background-color: #ffffff;*/
	/*border-color: #ffffff;*/
	/*filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(320deg) brightness(102%) contrast(103%);*/
}

.itopia-domain-front .details {
	display: none;
}

.itopia-domain-front .details.open {
	display: block;
	position: fixed;
    top: 0px;
    left: 0px;
	/*background: rgba(248,250,254, 0.15);*/
	background: rgba(0,0,0, 0.7);

    z-index: 999;
    width: 100%;
    height: 100vh; 
	overflow: auto;

	backdrop-filter: blur(1px);
}

.itopia-domain-front .details .title {
	font-weight: bold; 
} 

.itopia-domain-front .details .content {
	position: relative;

	width: 100%;
	max-width: 1080px;
	margin: auto; 
	/*background-color: black;*/
	background-color: #292929;
	padding: 10px; 
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.08); 
	box-shadow: 0 1px 2px rgb(20 45 82 / 2%), 0 3px 4px rgb(20 45 82 / 3%), 0 5px 8px rgb(20 45 82 / 4%); 
	line-height: normal; 
}

.itopia-domain-front .details textarea {
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.47);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    background-color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    field-sizing: content;
}

.itopia-domain-front .details textarea:read-only {
    /*background: rgba(255, 255, 255, 0.04);*/
    background: transparent;
    /*border: transparent;*/
    color: rgb(179 179 179);
    border-radius: 0px;
    border: 1px solid rgb(73 73 73);
}

.itopia-domain-front .details hr {
	border: 6px solid;
}

.itopia-domain-front .details .box {
	background-color: rgb(50, 50, 50);
	/*background-color: #313131;*/
	padding: 10px;
	margin-bottom: 22px;
	margin-left: 40px;
	margin-right: 40px;
}
