.alertify,
.alertify-show,
.alertify-log {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.alertify-hide {
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-log-hide {
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
	position: fixed; z-index: 99999;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color:white;
}
	.alertify-cover-hidden {
		display: none;
	}
.alertify {
	font-size:16px;
	position: fixed; z-index: 99999;
	left: 50%;
	bottom:-20px;
	width: 100%;
	max-width:480px;
	opacity: 1;
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		     -o-transform: translateX(-50%);
		        transform: translateX(-50%);
}
	.alertify-hidden {
		bottom:-120px;
		opacity: 0;
		display: none;
	}
	/* overwrite display: none; for everything except IE6-8 */
	:root *> .alertify-hidden {
		display: block;
		visibility: hidden;
		opacity: 0;
	}
	.alertify-none {
		opacity: 0;
		display: none;
	}
.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.alertify-logs-hidden {
	display: none;
}
	.alertify-log {
		display: block;
		margin-top: 10px;
		position: relative;
		right: -300px;
		opacity: 0;
	}
	.alertify-log-show {
		right: 0;
		opacity: 1;
	}
	.alertify-log-hide {
		-webkit-transform: translate(300px, 0);
		   -moz-transform: translate(300px, 0);
		    -ms-transform: translate(300px, 0);
		     -o-transform: translate(300px, 0);
		        transform: translate(300px, 0);
		opacity: 0;
	}
	.alertify-dialog {
		padding: 28px 28px 0;
	}
		.alertify-resetFocus {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.alertify-inner {
			text-align: center;
		}
		.alertify-text {
			margin-bottom: 15px;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			font-size: 100%;
		}
		.alertify-buttons {
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:active,
			.alertify-button:visited {
				cursor: pointer;
			}

/* ————————————————————————————————————————————————————
 *
 * DANI Customized Style
 *
/* ———————————————————————————————————————————————————— */
.alertify-cover {
    background: rgba(20, 23, 26, 0.5);
    filter: alpha(opacity=100);
    opacity: 1;
}
.alertify-cover.animate__fadeIn {
	-webkit-animation-duration: 400ms !important;
	animation-duration: 400ms !important;
}
.alertify-cover.animate__fadeOut {
	-webkit-animation-duration: 510ms !important;
	animation-duration: 510ms !important;
}
/* dialog */
.alertify {
  background:#fff;
  border-radius: 24px 24px 0 0;
	-webkit-box-shadow: 0px 8px 40px -12px rgb(0 0 0 / 5%);
	box-shadow: 0px 8px 40px -12px rgb(0 0 0 / 5%);
}
.alertify-dialog {
    padding: 0;
}
.alertify-message {
    padding: 60px 20px 40px;
    line-height: 1.3;
}
.alertify-text-wrapper {
    padding: 0 28px 28px;
}
.alertify-text {
    margin: 0;
}

.alertify-buttons {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
		padding:0px 20px 40px;
}
.alertify-button {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    letter-spacing:0;
    background: var(--color-lbl);
    color: var(--color-bl)!important;
    white-space: nowrap;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: 0;
		border-radius:10px;
		outline:none!important;
}
.alertify-button:first-child {
  margin-right:10px;
}
.alertify-button:nth-child(2n) {
	background-color:var(--color-c2);
}

.alertify-button:nth-child(2n+1):hover {
  background: var(--color-lbl);
	color:var(--color-bl);
}

.alertify-button-ok {
}

/* log */
.alertify-logs {

}
.alertify-log {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px;
    border-radius: 10px;
    position: relative;
	background: rgb(121 80 242 / 10%);
	border: 1px solid rgb(121 80 242 / 30%);
	color: #7950F2;
}
    .alertify-log-error {
        background: rgb(240 62 62 / 10%);
        border-color: rgb(240 62 62 / 30%);
        color: #f03e3e;
    }
    .alertify-log-success {
        background: rgb(76 110 245 / 10%);
        border-color: rgb(76 110 245 / 30%);
        color: #4c6ef5;
    }

    /* .alertify-log-error:before,
    .alertify-log-success:before {
        content: '';
        width: 20px; height: 20px;
        display: inline-block;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: contain !important;
    } */
