.noty_buttons { 
  
    margin:2px 0 20px 0;
    width:100%;
    text-align:center;
    
  }
  
  .modal-overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,.3); */
    background: radial-gradient(circle, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  }
  
  .noty_modal{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
  }
  
  .noty_theme__metroui.noty_bar {
    box-shadow: 0 3px 15px rgba(0,0,0,.4), 0 0 5px rgba(0,0,0,.4);
  }
  
   .noty_body {
    padding: 18px!important;
    font-size:16px!important;
    user-select:none;
  }

  
/* #noty_layout__center {           
  width: 460px !important;
} */

.noty-btn {

  display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s;
    cursor:pointer;
}

.noty-btn-ok {

  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: none;
  margin:0 12px;
}


.noty-btn-cancel {

  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
  margin:0 12px;

}

.noty-btn-ok:hover {

  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: none;

}


.noty-btn-cancel:hover {

  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: none;

}