﻿.noty_theme__error
{
    background-color:#D32F2F;
     padding:8px;
  
}

.noty_theme__success
{
    background-color:#388E3C;
     padding:8px;
  
}
.noty_theme__warning {
    background-color:#E64A19;
    padding:8px;
}

.noty_theme__error:last-of-type
{
      -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.noty_theme__error .noty_body,.noty_theme__success .noty_body,.noty_theme__warning .noty_body
{
    color:white;
  

}

div#noty_layout__topCenter {
    top:0px !important;
    width:100%;
    max-width:800px;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar
{
    background-color:white !important;
}