/**
 * alertifyjs 1.12.0 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dialog {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}
.alertify .ajs-header {
    color: #000;
    font-weight: 700;
    background: #fafafa;
    border-bottom: #eee 1px solid;
    border-radius: 2px 2px 0 0;
}
.alertify .ajs-body {
    color: #000;
}
.alertify .ajs-body .ajs-content .ajs-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 4px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.alertify .ajs-body .ajs-content p {
    margin: 0;
}
.alertify .ajs-footer {
    background: #fbfbfb;
    border-top: #eee 1px solid;
    border-radius: 0 0 2px 2px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
    background-color: transparent;
    color: #000;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #3593d2;
}
.alertify-notifier .ajs-message {
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 2px;
}
.alertify-notifier .ajs-message.ajs-success {
    color: #fff;
    background: rgba(91, 189, 114, 0.95);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.alertify-notifier .ajs-message.ajs-error {
    color: #fff;
    background: rgba(217, 92, 92, 0.95);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.alertify-notifier .ajs-message.ajs-warning {
    background: rgba(252, 248, 215, 0.95);
    border-color: #999;
}

/* */
.alertify .ajs-dialog {
    background-color: #fff;
	box-shadow: 0px 30px 200px rgba(19, 44, 82, 0.45);
	border-radius: 20px;
}
.alertify .ajs-header {
    background: #3681FF;
    border-radius: 20px 20px 0 0;
	border: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
    color: #fff;
}
.alertify .ajs-body {
    color: #1C3358;
}
.alertify .ajs-footer {
    background: #F5F5F5;
    border-radius: 0 0 20px 20px;
	border: 0;
}
.alertify .ajs-body,
.alertify .ajs-body .ajs-content {
	position: relative;
}
.alertify .ajs-body::after,
.alertify .ajs-body .ajs-content::after {
    display: block;
	content: '';
	clear: both;
}
.alertify .ajs-body .ajs-content {
	padding: 24px 0 !important;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
	background-color: #FF6D00;
    box-shadow: 0px 6px 8px rgb(255 109 0 / 8%), 0px 3px 4px rgb(255 109 0 / 15%), 0px 1px 1px rgb(255 109 0 / 40%), inset 0px -2px 0px rgb(0 0 0 / 25%);
    color: rgba(0,0,0,.7);
	background-repeat: no-repeat;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-align: center;
    padding: 0 15px;
    position: relative;
	min-width: 0;
    min-height: 0;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    background-color: #2EDF5F;
    box-shadow: 0px 6px 8px rgba(0, 134, 52, 0.08), 0px 3px 4px rgba(0, 134, 52, 0.15), 0px 1px 1px rgba(0, 134, 52, 0.4), inset 0px -2px 0px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
	color: rgba(0,0,0,.7);
    text-align: center;
    padding: 0 15px;
    position: relative;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:active {
    top: 1px;
	outline: none;
}
.bt-green {
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:hover {
    background-color: #63FF8F;
    box-shadow: 0px 6px 8px rgba(0, 134, 52, 0.08), 0px 3px 4px rgba(0, 134, 52, 0.15), 0px 1px 1px rgba(0, 134, 52, 0.4), inset 0px -2px 0px rgba(0, 0, 0, 0.25);
    color: rgba(0,0,0,.7);
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:active {
    background-color: #2EDF5F;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.25);
    color: rgba(0,0,0,.7);
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:focus {
	outline: none;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok.disabled,
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:disabled {
    filter: grayscale(1);
    opacity: .8;
    pointer-events:none;
    cursor: default;
}
.alertify-notifier .ajs-message {
	background: #C9CFD9;
	box-shadow: 0px 1px 2px -2px rgba(182, 188, 198, 0.3), 0px 8px 10px -2px rgba(182, 188, 198, 0.3), 0px 15px 20px rgba(182, 188, 198, 0.1);
	border-radius: 10px 10px 0 10px;
	border: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.02em;
	text-shadow: none;
	color: #5B6475;
}
.alertify-notifier .ajs-message.ajs-success {
	background: #8FFF9B;
	box-shadow: 0px 1px 2px -2px rgba(98, 218, 111, 0.3), 0px 8px 10px -2px rgba(98, 218, 111, 0.3), 0px 15px 20px rgba(98, 218, 111, 0.1);
	text-shadow: none;
	color: #24762D;
}
.alertify-notifier .ajs-message.ajs-error {
	background: #FF6666;
	box-shadow: 0px 1px 2px -2px rgba(219, 67, 67, 0.3), 0px 8px 10px -2px rgba(219, 67, 67, 0.2), 0px 15px 20px rgba(219, 67, 67, 0.1);
	text-shadow: none;
	color: #2B0000;
}
.alertify-notifier .ajs-message.ajs-warning {
	background: #FFDE67;
	box-shadow: 0px 1px 2px -2px rgba(206, 176, 68, 0.3), 0px 8px 10px -2px rgba(206, 176, 68, 0.3), 0px 15px 20px rgba(206, 176, 68, 0.1);
	color: #493D10;
}




