.sweet-alert {
	width: 390px !important;
	max-width: calc(100% - 30px) !important;
	padding: 26px 24px 22px !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	border: 1px solid #edf2f7 !important;
	box-shadow: 0 18px 55px rgba(15, 23, 42, 0.14) !important;
	font-family: inherit !important;
}

.sweet-alert h2 {
	margin: 12px 0 8px !important;
	color: #253858 !important;
	font-size: 17px !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
}

.sweet-alert p {
	margin: 0 auto 20px !important;
	color: #667085 !important;
	font-size: 12px !important;
	line-height: 1.7 !important;
}

.sweet-alert .sa-button-container {
	margin-top: 8px !important;
}

.sweet-alert button {
	min-width: 88px !important;
	min-height: 34px !important;
	padding: 0 14px !important;
	margin: 0 4px !important;
	border-radius: 7px !important;
	border: 0 !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: all 0.2s ease !important;
}

.sweet-alert button.confirm {
	background: #1479f9 !important;
	color: #ffffff !important;
}

.sweet-alert button.confirm:hover {
	background: #086be7 !important;
	transform: translateY(-1px);
}

.sweet-alert button.cancel {
	background: #f4f7fa !important;
	color: #667085 !important;
	border: 1px solid #e5eaf0 !important;
}

.sweet-alert button.cancel:hover {
	background: #edf2f7 !important;
	color: #475467 !important;
}

.sweet-alert .sa-icon {
	margin: 0 auto !important;
	width: 68px !important;
	height: 68px !important;
}

.sweet-alert .sa-icon.sa-success {
	border-color: #5cc795 !important;
}

.sweet-alert .sa-icon.sa-success .sa-line {
	background-color: #299d68 !important;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
	border-color: #d7f1e5 !important;
}

.sweet-alert .sa-icon.sa-error {
	border-color: #f09a9a !important;
}

.sweet-alert .sa-icon.sa-error .sa-line {
	background-color: #dc5a67 !important;
}

.sweet-alert .sa-icon.sa-warning {
	border-color: #f0c47a !important;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
	background-color: #d99438 !important;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
	background-color: #d99438 !important;
}

.sweet-alert .sa-icon.sa-info {
	border-color: #b9dcff !important;
}

.sweet-alert .sa-icon.sa-info:before {
	background-color: #1479f9 !important;
}

.sweet-alert .sa-icon.sa-info:after {
	background-color: #1479f9 !important;
}

.sweet-alert .sa-icon.sa-info .sa-body {
	background-color: #1479f9 !important;
}

.sweet-alert .sa-icon.sa-info .sa-dot {
	background-color: #1479f9 !important;
}

.sweet-alert.sigolabang-alert-loading .sa-icon {
	display: none !important;
}

.sweet-alert.sigolabang-alert-loading h2 {
	margin-top: 4px !important;
}

.sweet-alert.sigolabang-alert-loading .sigolabang-alert-spinner {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	vertical-align: -3px;
	border: 2px solid #dcecff;
	border-top-color: #1479f9;
	border-radius: 50%;
	animation: sigolabangAlertSpin 0.7s linear infinite;
}

@keyframes sigolabangAlertSpin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.sweet-alert .sa-confirm-button-container {
	margin-left: 0 !important;
}

.sweet-alert .sa-error-container {
	background: #fff7f7 !important;
	border: 1px solid #ffe3e3 !important;
	border-radius: 7px !important;
	color: #b54747 !important;
}

.sweet-overlay {
	background-color: rgba(15, 23, 42, 0.34) !important;
}

@media (max-width: 480px) {
	.sweet-alert {
		width: calc(100% - 24px) !important;
		padding: 22px 18px 19px !important;
	}

	.sweet-alert h2 {
		font-size: 16px !important;
	}

	.sweet-alert p {
		font-size: 11px !important;
	}

	.sweet-alert button {
		min-width: 82px !important;
		font-size: 10px !important;
	}
}
