#notificationx-frontend {
    color: #000;
    font-family: Open Sans, sans-serif;
    text-shadow: none
}

#notificationx-frontend .nx-container {
    position: fixed;
    z-index: 99998
}

#notificationx-frontend .nx-container.nxc-bottom_left {
    bottom: 80px;
    left: 10px
}

#notificationx-frontend .nx-container.nxc-bottom_right {
    bottom: 30px;
    right: 30px
}

.notification-item {
    -webkit-animation:left_to_right 3s ease 0s 1 normal;
    -moz-animation:left_to_right 3s ease 0s 1 normal;
    -ms-animation:left_to_right 3s ease 0s 1 normal;
    animation:left_to_right 3s ease 0s 1 normal;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    left: auto;
    min-width: 300px;
    position: relative;
    z-index: 99998
}

.notification-item .notificationx-inner {
    align-items: center;
    display: flex;
    /* padding-right: 25px; */
}

.overlayforclosenotification {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

.notification-item .notificationx-image {
    -ms-grid-row-align: stretch;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-basis: 100px;
    justify-content: center;
    min-width: 100px;
    overflow: hidden;
    padding: 12px;
    width: 100px
}

.notification-item .notificationx-image>img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.notification-item .notificationx-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0
}


.notification-item .notificationx-content>p {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0
}

.notification-item .notificationx-content>p a {
    position: relative;
    z-index: 9
}

.notification-item .notificationx-content>p:not(:last-of-type) {
    margin-bottom: 5px
}

.notification-item .notificationx-content>p>span {
    margin-right: 5px
}

.notification-item .notificationx-content>p>span p {
    margin-bottom: 0;
    margin-top: 0
}

.notification-item .notificationx-content>p.nx-first-row {
    font-size: 13px;
    line-height: 1.2
}

.notification-item .notificationx-content>p.nx-first-row * {
    line-height: 1.2
}

.notification-item .notificationx-content>p.nx-second-row {
    font-size: 14px;
    line-height: 1.2
}

.notification-item .notificationx-content>p.nx-second-row * {
    line-height: 1.2
}

.notification-item .notificationx-content>p.nx-third-row {
    font-size: 13px;
    line-height: 1.2
}

.notification-item .notificationx-content>p.nx-third-row * {
    line-height: 1.2
}

.notification-item .notificationx-content.adv-template>p>span {
    width: 100%
}

.notification-item .notificationx-content.adv-template>p.nx-third-row {
    align-items: center;
    display: flex
}

.notification-item .notificationx-content.adv-template>p.nx-third-row>span {
    flex-grow: 1;
    width: auto
}

.notification-item .notificationx-content .nx-branding {
    align-items: center;
    display: flex;
    z-index: 9;
    word-break: break-all
}

.notification-item .notificationx-content .nx-branding>* {
    margin-right: 5px
}

.notification-item .notificationx-content .nx-branding>a {
    display: inline-block;
    z-index: 999
}

.notification-item .notificationx-content .nx-branding>a>svg {
    fill: #5614d5;
    display: block;
    height: 16px;
    width: 80px
}

.notification-item .notificationx-content .nx-branding>a:hover>svg {
    fill: #b18ef4;
    transition: fill .3s ease 0s
}

.notification-item .notificationx-close {
    -ms-grid-row-align: start;
    align-self: start;
    display: inline-flex;
    margin-top: 5px;
    order: 2;
    padding: 10px 15px 10px 10px;
    z-index: 9
}


@-webkit-keyframes jump{
    0%{ -webkit-transform:translateY(0); transform:translateY(0); }
    20%{ -webkit-transform:translateY(0); transform:translateY(0); }
    40%{ -webkit-transform:translateY(-30px); transform:translateY(-30px); }
    50%{ -webkit-transform:translateY(0); transform:translateY(0); }
    60%{ -webkit-transform:translateY(-15px); transform:translateY(-15px); }
    80%{ -webkit-transform:translateY(0); transform:translateY(0); }
    100%{ -webkit-transform:translateY(0);transform:translateY(0); }
}

@keyframes jump{
    0%{ transform:translateY(0); }
    20%{ transform:translateY(0); }
    40%{ transform:translateY(-30px); }
    50%{ transform:translateY(0); }
    60%{ transform:translateY(-15px); }
    80%{ transform:translateY(0); }
    100%{ transform:translateY(0); }
}


@-webkit-keyframes left_to_right{
    0%{ -webkit-transform:translateX(-2000px); transform:translateX(0); }
    20%{ -webkit-transform:translateX(-50px); transform:translateX(0); }
    40%{ -webkit-transform:translateX(-20px); transform:translateX(-20px); }
    50%{ -webkit-transform:translateX(0); transform:translateX(0); }
    60%{ -webkit-transform:translateX(-15px); transform:translateX(-15px); }
    80%{ -webkit-transform:translateX(0); transform:translateX(0); }
    100%{ -webkit-transform:translateX(0);transform:translateX(0); }
}

@keyframes left_to_right{
    0%{   opacity: 0;transform:translateX(-3000px); }
    40%{ opacity: 0.5; transform:translateX(30px); }
    60%{ opacity: 1;transform:translateX(0px); }
    70%{ transform:translateX(15px); }
    80%{ transform:translateX(0); }
    90%{ transform:translateX(0); }
    100%{ transform:translateX(0); }

}


#notificationx-frontend .nx-container.nxc-center {
    top: 50%;
    left: 30%
}