.notify_page .btn{
    margin-top: 10px;
}
.btn_margin_top{
    margin-top: 0 !important;
}
@media (min-width: 320px) and (max-width: 1200px) {
    .btn_margin_top{
        margin-top: 5px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .effect_in_margin_top{
        margin-bottom: 10px;
    }
}
#animate_in,#animate_out{
    display: inline;
    width: auto;
}
#form_notice{
    display: none;
}
.ui-pnotify-action-button{
    background-color: #fff !important;
    color: #525252 !important;
}
.m-l-20{
    margin-left: 20px;
}
.card-block h4, .ui-pnotify-title, .pf-heading h3 {
    color: #fff !important;
}
.P-notify .wrapper{
    background:transparent !important;
}
.card h5{
    margin-bottom: 0;
}
.opacity .btn-warning{
    background-color: rgba(255,160,0,0.7);
}
.opacity .btn-success{
    background-color: rgba(0,191,134,0.7);
}
.opacity .btn-info{
    background-color: rgba(102,140,255,0.7);
}
.opacity .btn-danger{
    background-color: rgba(255,128,128,0.7);
}
.opacity .btn-mint{
    background-color: rgba(15,176,192,0.7);
}
.alert-warning{
    background-color: rgba(255,160,0,0.9);
    border: 1px solid #e59000;
}
.alert-success{
    background-color: rgba(0,191,134,0.9);
    border: 1px solid #00ab78;
}
.alert-info{
    background-color: rgba(102,140,255,0.9);
    border: 1px solid #5b7ee5;
}
.alert-danger{
    background-color: rgba(255,128,128,0.9);
    border: 1px solid #e57373;
}
.source{
    width: 90%;
}
.ui-pnotify-icon{
    margin-top: 2px !important;
}
@media only screen and (max-width: 767px) {
    html > body > .ui-pnotify {
        bottom: auto !important;
        left: 0 !important;
        margin: 0 !important;
        right: 0 !important;
        top: 60px !important;
        width: auto !important;
    }

    html > body > .ui-pnotify .notification {
        border-radius: 0 !important;
        height: auto !important;
        position: static !important;
        width: 100%;
    }

    html > body > .ui-pnotify .notification .ui-pnotify-title,
    html > body > .ui-pnotify .notification .ui-pnotify-text {
        padding-right: 35px !important;
    }

    html > body > .ui-pnotify .notification .ui-pnotify-sticker {
        display: none !important;
    }

    html > body > .ui-pnotify .notification .ui-pnotify-closer {
        display: block !important;
        font-size: 24px !important;
        visibility: visible !important;
    }
}
