<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * alertifyjs 1.11.3 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes &lt;Mohammad@alertifyjs.com&gt; (http://alertifyjs.com) 
 * Licensed under GPL 3 &lt;https://opensource.org/licenses/gpl-3.0&gt;*/
.alertify .ajs-dialog {
  background-color: white;
  -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: 2px;
}
.alertify .ajs-header {
  color: black;
  font-weight: bold;
  background: #fafafa;
  border-bottom: #eee 1px solid;
  border-radius: 2px 2px 0 0;
}
.alertify .ajs-body {
  color: black;
}
.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: bold;
  text-transform: uppercase;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #3593D2;
}
.alertify-notifier .ajs-message {
  /* color: #000; ê¸°ì¡´ ë©”ì‹œì§€ ê¸€ìž ìƒ‰  */
  /* border: solid 1px #ddd; ê¸°ì¡´ ë©”ì‹œì§€ border ìƒ‰*/
  
  background: rgba(255,255,255,0.95);
  color: #003465; /*ê¸€ìžìƒ‰ ìƒ‰ ë³€ê²½*/	
  text-align: center;
  border: solid 2px #003465; /*border êµµê¸° ë° ìƒ‰ ë³€ê²½ */
  border-radius: 2px;
  
  font-size: 13px; /*í°íŠ¸ ì‚¬ì´ì¦ˆ ì¶”ê°€ */
  font-weight: 600; /*í°íŠ¸ êµµê¸° ìƒ‰ ì¶”ê°€ */
}
.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 {
  /* background: rgba(217, 92, 92, 0.95); ê¸°ì¡´ ì—ëŸ¬ ë©”ì‹œì§€ ë°°ê²½ ìƒ‰*/
  /* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); ê¸°ì¡´ ì—ëŸ¬ ê¸€ìž íš¨ê³¼*/
  /* color: #fff; ê¸°ì¡´ ê¸€ìž ìƒ‰*/
  
  background: rgba(255,255,255,0.95); /*ë©”ì‹œì§€ ë°°ê²½ ìƒ‰ ë³€ê²½*/
  color: rgba(193, 8, 8, 0.95);  /*ê¸€ìž ìƒ‰ ë³€ê²½ */
  
  font-weight: 600; /*í°íŠ¸  êµµê¸° ì¶”ê°€ */
  font-size: 13px; /*í°íŠ¸ ì‚¬ì´ì¦ˆ ì¶”ê°€ */
  border-radius: 2px; /*border-radius ì¶”ê°€ */
  border: solid 2px rgba(193, 8, 8, 0.95);  /*border íš¨ê³¼ ì¶”ê°€ */

}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}

</pre></body></html>