/* Kode Alert */
.kode-alert {
    color: #fff;
    position: relative;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 10px;
    padding: 12px;
    padding-right: 30px;
  }
  
  .kode-alert a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
  }
  
  .kode-alert h4 {
    font-size: 14px;
    margin: 0;
    color: inherit;
    font-weight: 600;
    line-height: normal;
  }
  
  .kode-alert .img {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 3px;
    left: 12px;
    top: 12px;
  }
  
  .kode-alert-img {
    padding-left: 65px;
    min-height: 64px;
  }
  
  .kode-alert-icon {
    padding-left: 40px;
  }
  
  .kode-alert-icon .ti {
    display: block;
    width: 20px;
    text-align: center;
    position: absolute;
    font-size: 20px;
    left: 12px;
    top: 12px;
  }
  
  .kode-alert .closed {
    position: absolute;
    right: 3px;
    text-decoration: none;
    font-weight: bold;
    top: 0px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding: 4px;
  }
  
  .kode-alert .closed:hover {
    color: #fff;
  }
  
  .kode-alert-click {
    cursor: pointer;
    padding-right: 12px;
  }
  
  .kode-alert .primary {
    outline: 0;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    color: inherit;
    border-radius: 3px;
    padding: 4px 10px;
  }
  
  .kode-alert .cancel {
    outline: 0;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    padding: 4px 10px;
  }
  
  .kode-alert .primary:hover,
  .kode-alert .cancel:hover {
    opacity: 0.9;
  }
  
  .kode-alert-top,
  .kode-alert-bottom,
  .kode-alert-top-left,
  .kode-alert-top-right,
  .kode-alert-bottom-left,
  .kode-alert-bottom-right,
  .kode-alert-fullscreen {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    position: fixed;
    display: none;
    z-index: 1000;
  }
  
  .kode-alert-top {
    top: 0;
    left: 0;
    right: 0;
  }
  
  .kode-alert-bottom {
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .kode-alert-top-left {
    top: 80px;
    left: 20px;
  }
  
  .kode-alert-top-right {
    top: 80px;
    right: 20px;
  }
  
  .kode-alert-bottom-left {
    bottom: 20px;
    left: 20px;
  }
  
  .kode-alert-bottom-right {
    bottom: 20px;
    right: 20px;
  }
  
  .kode-alert-fullsize {
    top: 50%;
    left: 50%;
    margin: -20px;
  }
  
  .alert1 {
    background: #c1c1c1;
  }
  
  .alert2 {
    background: #3F51B5;
  }
  
  .alert3 {
    background: #4CAF50;
  }
  
  .alert4 {
    background: #00B8D4;
  }
  
  .alert5 {
    background: #FF6D00;
  }
  
  .alert6 {
    background: #c1c1c1;
  }
  
  .alert7 {
    background: #9A80B9;
  }
  
  .alert8 {
    background: #A2DED0;
    color: #444;
  }
  
  .alert8 .closed {
    color: inherit;
  }
  
  .alert8 a:hover.closed {
    color: inherit;
  }
  
  .alert9 {
    background: #D2527F;
  }
  
  .alert10 {
    background: #5b3e86;
  }
  
  .alert11 {
    background: #E99844;
  }
  
  .alert1-light {
    background: #30ffec;
    color: #000000;
  }
  
  .alert2-light {
    background: #abb4e2;
    color: #252f69;
  }
  
  .alert3-light {
    background: #d3f3df;
    color: #22c55e;
  }
  
  .alert4-light {
    background: #fbf0ce;
    color: #eab308;
  }
  
  .alert5-light {
    background: #ffc599;
    color: #994100;
  }
  
  .alert6-light {
    background: #fccbc7;
    color: #ba160a;
  }
  
  .alert7-light {
    background: #e8e3ef;
    color: #674b88;
  }
  
  .alert8-light {
    background: #edf9f6;
    color: #2f8571;
  }
  
  .alert9-light {
    background: #f2cbd9;
    color: #97274e;
  }
  
  .alert10-light {
    background: #5b3e86;
    color: #ffffff;
  }
  
  .alert11-light {
    background: #f9e3cd;
    color: #b26515;
  }
  
  .alert1-light .closed,
  .alert2-light .closed,
  .alert3-light .closed,
  .alert4-light .closed,
  .alert5-light .closed,
  .alert6-light .closed,
  .alert7-light .closed,
  .alert8-light .closed,
  .alert9-light .closed,
  .alert10-light .closed,
  .alert11-light .closed {
    color: inherit;
    opacity: 0.6;
  }
  
  .alert1-light .closed:hover {
    color: inherit;
    opacity: 0.8;
  }