/*-------------------------------------------------------------------------*/
/* Popup box
/*-------------------------------------------------------------------------*/
.popup-box {
	width: 90%;
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 1.25rem;
	z-index: 99999;
	position: fixed;
	max-width: 450px;
	box-shadow: inset 0 0 0 1px #131311, inset 0 0 0 2px rgba(57, 59, 50, 0.26), 0 0 6px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 0 0 1px #131311, inset 0 0 0 2px rgba(57, 59, 50, 0.26), 0 0 6px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 0 1px #131311, inset 0 0 0 2px rgba(57, 59, 50, 0.26), 0 0 6px 0 rgba(0, 0, 0, 0.15);
	background-color: #131412;
	background-image: url(../../images/patterns/pattern-noise.png);
	background-repeat: repeat;
	background-position: center center;
}

.popup-box .popup-message {
	color: #807e67;
	margin: 0 !important;
	font-size: 1.0625rem;
	text-align: center;
	font-family: var(--font-family-primary);
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.12);
}

.popup-box .popup-links {
	margin: 1rem 0 0 0;
	text-align: center;
}

.popup-box .popup-links .popup-link {
	width: auto !important;
	margin: 0 0.5rem !important;
}

.popup-box .popup-links .popup-link.alert-button   {}
.popup-box .popup-links .popup-link.confirm-hide   {opacity: 0.7;}
.popup-box .popup-links .popup-link.confirm-button {}