.custom-drag-control{
		background: #fff;
		width: 400px;
		height: 490px;
		border-radius: 5px; 
		position: fixed; 
		bottom: calc(50vh - 245px);
		right: calc(50vw - 200px);
		z-index: 10;
		box-shadow: rgba(0, 0, 0, 0.21) 0px 4px 16px 0px;
		font-size: 12px;
		color: #111;
	}