.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 {
	position: fixed; z-index: 99999;
	left: 50%;
	top:50%;
	width: 300px;
	opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		     -o-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
}
	.alertify-hidden {
		-webkit-transform: translate(-50%, -100px);
		   -moz-transform: translate(-50%, -100px);
		    -ms-transform: translate(-50%, -100px);
		     -o-transform: translate(-50%, -100px);
		        transform: translate(-50%, -100px);
		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;
			}

@media only screen and (max-width: 680px) {
	.alertify,
	.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.alertify {
		margin: 0;
	}
}





/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {

}
.alertify {
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
	/* .alertify-button {
		border-radius: 4px;
		color: #FFF;
		font-weight: bold;
		padding: 6px 15px;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0,0,0,.5);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	}
	.alertify-button:hover,
	.alertify-button:focus {
		outline: none;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	}
	.alertify-button:focus {
		box-shadow: 0 0 15px #2B72D5;
	}
	.alertify-button:active {
		position: relative;
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
			background-color: #FE1A00;
			border: 1px solid #D83526;
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
			background-color: #5CB811;
			border: 1px solid #3B7808;
		} */






/* ————————————————————————————————————————————————————
 *
 * 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: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}
.alertify-dialog {
    padding: 0;
}
.alertify-message {
    padding: 30px 28px 28px;
    line-height: 1.5;
}
.alertify-message .title_1 {
    font-size: 18px;
    color: #212529;
    font-weight: 700;
}
.alertify-message .title_2 {
    font-size: 16px;
    color: #212529;
    font-weight: 700;
}
.alertify-message .desc {
    font-size: 14px;
    color: #868E96;
    margin-top: 10px;
}
.alertify-text-wrapper {
    padding: 0 28px 28px;
}
.alertify-text {
    margin: 0;
}

.alertify-buttons {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.alertify-button {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.025em;
    background: #fff;
    color: #868e96;
    white-space: nowrap;
    font-weight: 500;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-left: 1px solid #e9ecef;
}
.alertify-button:first-child {
    border-left: 0;
}

.alertify-button:hover {
    background: #f1f3f5;
}
.alertify-button-ok {
    color: #212529;
}

/* 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;
    } */
