/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2026 | 18:55:13 */
.swal2-actions button {
	background: #708871;
}
.swal2-actions button a {
	color: #fff; 
}
.swal2-actions button:hover {
	background: #5a6d5a;
}
.swal2-actions button:hover a {
	color: #fff; 
}	
button.swal2-close {
	color: #708871 !important;
}
button.swal2-close:hover {
	color: #5a6d5a;
}
button.swal2-close:focus, 
button.swal2-close:active {
	background: transparent;
}
.swal2-container {
	z-index: 1000000000 !important;
}
.swal2-confirm a {
	padding: 0.5rem 1rem !important;
}
.swal2-confirm a {
	padding: .625em 1.1em !important;
	line-height: 2 !important
}

button.swal2-cancel {
	background: #e02b20 !important;
}

.docs-alert {
	padding: 2rem 0 !important; 
	min-height: 330px !important;
}

.docs-alert .swal2-icon {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.docs-alert .swal2-title {
	padding-top: 10px !important; 
	font-size: 24px; 
}

.docs-alert ul {
	margin-left: 0 !important;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

.docs-alert ul li {
	list-style-type: none;
}

.docs-alert ul li span {
	font-weight: bold; 
}

.docs-alert .logout-link a {
	border-radius: 50px; 
	color: #fff; 
	background: #e02b20;
	padding: 6px 18px; 
	font-size: 16px; 
	font-weight: 400;
	line-height: 2;
	text-transform: uppercase;
}

.docs-alert .custom-link {
	color: #e02b20; 
	font-size: 15px; 
}

.swal2-html-container .link {
	border-bottom: none !important;
}

@media only screen and (max-width: 450px) {
	html.swal2-shown {
		overflow-x: hidden;
	}
	.swal2-icon {
		margin-top: 10px;
		margin-bottom: 0px;
	}
	div.swal2-container {
		left: 0; 
		right: 0;
		padding: 0 16px;
		width: 100vw !important;
	}
	div.swal2-popup:not(.docs-alert) {
		padding: 0 !important;
		padding-top: 24px !important; 
		padding-bottom: 24px !important;
	}
	.swal2-html-container {
		padding: 1em 0.6em .3em !important; 
	}
}