.cover-box {
	width: 100vw !important;
	left: 0px !important;
	border-radius: 0px !important;
	opacity: unset !important; 
	overflow-x: scroll;
  overflow-y: hidden;
  background: rgba(147, 147, 147, .5) !important;
  -webkit-overflow-scrolling: touch;
}

.cover-box::-webkit-scrollbar {
  display: none;
}

.open-dialog, .open-dialog-adress {
	border: 1px solid #e5e5e5 !important;
	position: unset !important;
	border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

@media (min-width: 768px) {
	.open-dialog {
	  width: 600px !important;
	  height: 600px !important;
	  margin: 30px auto;
	  box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

	.open-dialog-adress {
		width: 300px !important;
		height: 300px !important;
		margin: 176px auto;
	  box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
}

@media (max-width: 768px) {
	.open-dialog {
	  width: 91% !important;
    height: 68% !important;
    margin: 30px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

	.open-dialog-adress {
		width: 70% !important;
		height: 30% !important;
		margin: 176px auto;
	  box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
}

.dialog-title {
	position: relative !important;
	left: 0 !important;
	border: none !important;
	border-bottom: 1px solid rgb(229, 229, 229) !important;
	margin-bottom: 10px;
}

.dialog-title div {
	position: relative !important;
	top: 6 !important;
	left: 0 !important;
	margin: 0 auto;
}

.vr-cover {
	opacity: unset !important;
	background: rgba(51, 51, 51, .8) !important;
}

.dialog-title .dialog-close {
	position: absolute !important;
  left: unset !important;
  right: 8px;
}

.content-text {
	position: relative !important;
	left: unset !important;
	right: unset !important;
	top: unset !important;
	width: 100% !important;
	height: calc(100% - 50px - 10px) !important;
}

.content-text div {
	position: relative !important;
	left: unset !important;
	right: unset !important;
  width: 100% !important;
  overflow: auto !important;
  padding: 9px 0 !important;
  border: none !important;
  width: 95% !important;
  height: calc(100% - 21px) !important;
  margin: 0 auto !important;
}

.content-text div::-webkit-scrollbar { 
	width: 0 !important 
}







