/*--------------------------------------------------------------
 * [NEXTLOOP] - noty modified styling
 *--------------------------------------------------------------*/
.noty_message {
    font-size: 15px !important;
    color: rgb(255, 255, 255);
    padding: 20px !important;
    /* font-weight: 600; */
}

.noty_type_information .noty_message:before {}

.noty_type_success .noty_message:before {}

.noty_type_warning .noty_message:before {}

.noty_message:after {
    clear: both;
}

.noty_type_warning {
    background-color: rgb(217, 83, 79);
    border-color: rgb(217, 83, 79) !important;
    border-radius: 3px;
}

.noty_type_information {
    background-color: #5bc0de;
    border-color: #5bc0de;

    /* border: 1px solid #EFAF1E; */
    border-radius: 3px;
}

.noty_type_success {
    background-color: rgb(96, 186, 135);
    border-color: rgb(96, 186, 135);
    /* border: 1px solid #EFAF1E; */
    border-radius: 3px;
}

/*better centering of top notice*/
#noty_top_layout_container {
    left: 1% !important;
    width: 98% !important;
    text-align: center;
}

.i-am-new li {
    background: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
}

#noty_topRight_layout_container li,  #noty_bottomRight_layout_container li, #noty_topLeft_layout_container li, #noty_bottomLeft_layout_container li{
    border: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}