/*!
* www.whmcsco.com
* Persian Whmcs 
* Persian Template & Module for Whmcs
* 09017700463
*/
#najva-popup {
    z-index: 2147483646;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12)!important;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12)!important;
    direction: rtl;
    position: fixed;
    padding: 10px 0 10px 0;
    top: 10px;
    left: 15px;
    background-color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #eaeaea;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}
#najva-popup-image-wrapper {
    width: 25%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
#najva-popup-body-wrapper {
    margin-right: 25%;
    border-right: 1px solid #eaeaea;
    padding: 15px;
    font-size: 14px;
    line-height: 30px;
}
#najva-popup-text {
    margin: 0;
    line-height: 1.5em;
    color: #000;
    font-size: 1em;
}
#najva-popup-button-wrapper {
    margin-top: 7px;
}
.najva-float-left {
    float: left!important;
}
.najva-popup-button {
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    font-size: 1.2em;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: initial;
}
#najva-popup-reject-button {
    color: #212529!important;
    background-color: #f8f9fa!important;
    border-color: #f8f9fa!important;
}
#najva-popup-accept-button {
    color: #fff!important;
    background-color: #007bff!important;
    border-color: #007bff!important;
}

.najva-popup-image {
    width: 50%;
    height: auto;
    vertical-align: middle;
}


.notification_bar {
    /* background: url(../img/top_bar_bg_nowrouz.jpg); */
    background-size: 1600px 182px !important;
    padding: 15px 0;
    display: none;
}

.notification_bar .notification_bar_container {
    position: relative;
    padding: 5px 0;
    border-radius: 5px;
}

.notification_bar .notification_bar_container .notification_close {
    position: absolute;
    right: -40px;
    color: rgba(255,255,255,0.6);
    font-size: 200%;
    font-weight: bold;
    line-height: 1.3;
}

.notification_bar .notification_bar_container .notification_close:hover {
    color: #fff
}

.notification_bar .notification_bar_container .text {
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 5px 15px 0 15px;
}

.notification_bar .notification_bar_container .btn {
    font-size: 13px;
    border-radius: 3px;
    border: 2px solid #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.notification_bar:hover .notification_bar_container .btn:hover {
    padding: 6px 40px
}

.push-left {
    float: left;
}

@media only screen and (max-width:768px) {
    .notification_bar {
        padding: 5px 10px
    }

    .notification_bar .notification_bar_container {
        position: inherit;
    }

    .notification_bar .notification_bar_container .notification_close {
        display: block;
        text-align: center;
        position: inherit;
        line-height: 1
    }

    .notification_bar .notification_bar_container .btn {
        float: none !important;
        display: block;
    }

}

@media only screen and (max-width:480px) {
    .notification_bar {
        padding: 5px 10px
    }

    .notification_bar .notification_bar_container {
        position: inherit;
    }

    .notification_bar .notification_bar_container .notification_close {
        display: block;
        text-align: center;
        position: inherit;
        line-height: 1
    }

    .notification_bar .notification_bar_container .btn {
        float: none !important;
        display: block;
    }

}