#noty_top_layout_container {
    width: 100%!important;
    left: 0!important;
    z-index: 99999!important;
}
#noty_top_layout_container li {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    border: none!important;
    background-image: none!important;
}
#noty_top_layout_container li .noty_bar {
    padding: 19px 30px;
    font-weight: 500;
}
#noty_top_layout_container li .noty_type_error {
    color: white;
    background: #ed1c24!important;
}
#noty_top_layout_container li .noty_type_alert {
    color: white;
    background: #ffbf1a!important;
}
#noty_top_layout_container li .noty_type_success {
    color: white;
    background: #1caf9a!important;
}
#noty_top_layout_container li .noty_type_information {
    color: white;
    background: #21bbb0!important;
}
#noty_top_layout_container li .noty_buttons {
    position: relative;
    text-align: center!important;
    background: transparent!important;
    border: 0!important;
}
.noty_message>span {
    font-size: 15px;
    font-weight: 600;
}