/**
 * alertifyjs 1.13.1 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: #e8e8e8;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
}
.alertify .ajs-header {
	color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='803' height='20' viewBox='0 0 803 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_17_648' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='803' height='20'%3E%3Cpath d='M0 10C0 4.47715 4.47715 0 10 0H793C798.523 0 803 4.47715 803 10V20H0V10Z' fill='url(%23paint0_linear_17_648)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_17_648)'%3E%3Cpath d='M780.084 -27.0878C458.462 186.943 257.057 -166.726 -5.7204 61.9787' stroke='white' stroke-opacity='0.1'/%3E%3Cpath d='M787.842 -18.1739C466.22 195.857 264.815 -157.813 2.03769 70.8926' stroke='white' stroke-opacity='0.1'/%3E%3Cpath d='M795.6 -9.26003C473.978 204.771 272.573 -148.899 9.79581 79.8065' stroke='%2300D1FF' stroke-opacity='0.1'/%3E%3Cpath d='M803.358 -0.34612C481.736 213.684 280.331 -139.985 17.5539 88.7204' stroke='%23132C33' stroke-opacity='0.1'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_17_648' x1='-1.37911e-10' y1='19.9999' x2='803' y2='19.9997' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.385417' stop-color='%23132C33'/%3E%3Cstop offset='0.614583' stop-color='%23126E82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"),
        linear-gradient(
          var(--bg-barra-direccion),
          var(--bg-barra-stop-0),
          var(--bg-barra-stop-1)
        );
	border-radius: var(--bo-ventana) var(--bo-ventana) 0 0;
	height: 25px;
	display: flex;
	align-items: center;
}

.alertify .ajs-body .ajs-content .ajs-input {
	display: block;
	width: 100%;
	padding: 8px;
	margin: 4px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

/* .alertify {
	border-top: #eee 1px solid;
	height: 3vh;
	background: #d8e3e7;
	box-shadow: inset 1px -3px 6px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 10px 10px;
} */

.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;
}
