#nj_push_title,
#nj_push_body,
#nj_push_body p,
#nj_push_body *,
#najva_subscribe_btn {
    font-family: inherit;
}
#najva_wrapper {
    margin: 0;
    padding: 0;
    /* display: flex;
    align-items: flex-end;
    align-content: center;
    justify-content: flex-end; */
}
#najva_wrapper a{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
}

#najva_wrapper a:focus, 
#najva_wrapper a:active {
    outline: none !important;
    box-shadow: none !important;
}

img#najvalogo {
    max-width: 40px;
}
.najva-btn{
    margin:20px 10px 10px 10px;
    padding:10px 20px;
    background:#fff;
    color:#222;
    border:none;
    cursor:pointer;
    border-radius:8px;
    display:block;
    min-width:90%;
    border: 2px solid;
    font-size: 13px;
}
#nj_push_body,
#nj_push_body * {
    font-size: 13px;
}
#nj_push_title {
    font-size: 15px;
}
@media(min-width:768px){
    /* .najva-btn{min-width:250px;} */
    .najva-bottom-right{ right:30px; bottom:30px;}
    .najva-bottom-left{ left:30px; bottom:30px;}
    .najva-top-right{ right:30px; top:30px;}
    .najva-top-left{ left:30px; top:30px;}
}

@media(max-width:767px){
    .najva-bottom-right{ right:15px; bottom:15px;}
    .najva-bottom-left{ left:15px; bottom:15px;}
    .najva-top-right{ right:15px; top:15px;}
    .najva-top-left{ left:15px; top:15px;}
}

.alert{
    padding:15px;
    border:1px solid transparent;
    box-shadow:0 1px 2px rgba(0,0,0,0.11);
    position:relative;
    border-radius:20px;
    max-width: 400px;
}

.alert-white{
    background-image:linear-gradient(to bottom,#FFF,#F9F9F9);
    border:1px solid #cacaca;
    padding-right:61px;
    color:#404040;
}

.pushicon{
    width:45px;
    height:100%;
    position:absolute;
    top:-1px;
    right:-1px;
    border:1px solid #bdbdbd;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:0 20px 20px 0;
    flex-direction: column;
}

.pushicon img{
    max-width:30px;
    max-height:30px;
}

.alert-white.alert-success .pushicon{background:#60c060;border-color:#54a754;}
.alert-white.alert-info .pushicon{background:#4d90fd;border-color:#3a8ace;}
.alert-white.alert-warning .pushicon{background:#fc9700;border-color:#d68000;}
.alert-white.alert-danger .pushicon{background:#da4932;border-color:#ca452e;}

.najva-btn.alert-success {border-color:#60c060;}
.najva-btn.alert-info {border-color:#4d90fd;}
.najva-btn.alert-warning {border-color:#fc9700;}
.najva-btn.alert-danger {border-color:#da4932;}

.close{
    position:absolute;
    left:5px;
    top:5px;
    background:none;
    border:0;
    font-size:20px;
    cursor:pointer;
}