.prompt {	z-index: 1;	min-width: 100px;	max-width: calc( 100vw - 20px);	max-height: calc( 100vh - 20px);	padding: 1.4375rem 1.5625rem;	margin: 10px;	border-radius: 0.625rem;	opacity: 0;	transition: opacity .25s;	box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);	background: #fff;}.prompt-animated {	opacity: 1;}.prompt-closable {	padding-right: 30px;}.prompt-close {	position: absolute;	top: 5px;	right: 0;	display: flex;	align-items: center;	justify-content: center;	padding: 5px 15px 5px 10px;	width: 25px;	height: 25px;	cursor: pointer;	opacity: .5;	transition: all 0.2s ease-in-out;}.prompt-close::before {	content: 'x';}.prompt-close:hover {	opacity: 1;}.prompt-content {	display: none;}.prompt-list {	max-width: 300px;}.prompt-top {	position: relative;	margin-bottom: 10px;}.prompt-top::before {	content: '';	position: absolute;	width: 10px;	height: 10px;	background: inherit;}.prompt-top::before {	top: 100%;	left: 50%;	transform: translate(-50%, -48%) rotate(45deg);}.prompt-bottom {	position: relative;	margin-top: 10px;}.prompt-bottom::before {	content: '';	position: absolute;	width: 10px;	height: 10px;	background: inherit;}.prompt-bottom::before {	top: 0;	left: 50%;	transform: translate(-50%, -52%) rotate(45deg);}.prompt-left {	position: relative;	margin-right: 10px;}.prompt-left::before {	content: '';	position: absolute;	width: 10px;	height: 10px;	background: inherit;}.prompt-left::before {	top: 50%;	left: 100%;	transform: translate(-48%, -50%) rotate(45deg);}.prompt-right {	position: relative;	margin-left: 10px;}.prompt-right::before {	content: '';	position: absolute;	width: 10px;	height: 10px;	background: inherit;}.prompt-right::before {	top: 50%;	left: 0;	transform: translate(-52%, -50%) rotate(45deg);}.prompt-unfit::before {	content: none;}.desktop .prompt-close {	opacity: 0;}.desktop .prompt:hover .prompt-close {	opacity: .5;}.desktop .prompt:hover .prompt-close:hover {	opacity: 1;}
/*# sourceMappingURL=prompt.css.map */
