﻿
#noty_topRight_layout_container {
    top: 103px !important;
    right: 10px !important;
}

    #noty_topRight_layout_container > li {
        border: 0px !important;
        background-color: none !important;
    }

.noty_type_error {
    background-color: #E57373;
}

.notification-body {
}

    .notification-body .title {
        font-size: 12.5px;
        font-family: 'Montserrat';
        font-weight: 600;
        margin-bottom: 5px;
    }

    .notification-body .body {
        font-size: 11.5px;
        font-family: 'Open Sans';
        font-weight: 500;
    }

    .notification-body .close {
        font-size: 15px;
        font-family: 'Open Sans';
        font-weight: 500;
        position: absolute;
        top: 5px;
        right: 7px;
        opacity: 0;
        color: white;
        transition: all ease-in-out 100ms;
    }

    .notification-body:hover .close {
        opacity: 1 !important;
    }

.noty_close {
    background: none !important;
}
