.ggskin_text>div::-webkit-scrollbar {width: 10px;} 

.ggskin_text>div::-webkit-scrollbar-track {background: rgba(255, 255, 255, 0.5);}

.ggskin_text>div::-webkit-scrollbar-thumb {background:  rgba(0, 0, 0, 0.5);}

.ggskin_text>div {scrollbar-width: thin; }


.popup-max-height{
	max-height: 95%;
	top: 50% !important;
	transform: translateY(-50%);
	}