.jpush-div {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: transparent;
}

.jpush-div .jpush-member-input {
    margin-top: 20px;
    width: 80%;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #18191b;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11pt;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
}

.jpush-div .jpush-title-input {
    margin-top: 20px;
    width: 80%;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #18191b;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11pt;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
}

.jpush-div .jpush-body-input {
    margin-top: 20px;
    width: 80%;
    height: 200px;
    resize: none;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    background-color: #18191b;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11pt;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    margin-left: 10%;
}

.jpush-div .jpush-send-button {
    width: 100px;
    float: right;
    margin-right: 10%;
    margin-top: 40px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ff6200;
    height: 40px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11pt;
    border: none;
    outline: none;
    color: white;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/* progress bar start */
.progressbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    clear: both;
    z-index: 1000;
}

.progressbar .progress {
    background: #f3a359; /*-- Color of the bar --*/
    height: 23px;
    width: 100%;
    max-width: 0%;
    float: left;
    -webkit-animation: progress 2s 1 forwards;
    -moz-animation: progress 2s 1 forwards;
    -ms-animation: progress 2s 1 forwards;
    animation: progress 2s 1 forwards;
}


.progressbar .progress .pbaranim {
    font-family: NanumGothic;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 25px;
    height: 23px;
    width: 100%;
    text-align: center;
    color: black;
    overflow: hidden;
    background: url('../../../common/images/7uo1osj.gif') repeat-x;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
    filter: alpha(opacity=5);
}

#jpush-popup {
    position: absolute;
    top: 60px;
    box-sizing: border-box;
    right: -350px;
    width: 350px;
    min-height: 400px;
    background: rgba(0,0,0,0.8);
    -webkit-animation: slide 1s forwards;
    /*-webkit-animation-delay: 1s;*/
    animation: slide 1s forwards;
    /*animation-delay: 1s;*/
    z-index: 10000;
    padding: 30px;
    color: white;
    white-space: pre-line;
    line-height: 130%;
}

#jpush-popup img {
    width: 90%;
    border-radius: 10px;
    height: 100%;
    max-height: 300px;
    margin-left: 5%;
    margin-bottom: 15px;
    margin-top: 15px;
}

#jpush-popup h3 {
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
}

#jpush-popup p {
    font-weight: 300;
}

#jpush-popup button {
    margin-left: 35%;
    outline: none;
    border: 1px solid;
    color: white;
    background: none;
    padding: 8px;
    border-radius: 5px;
    font-size: 10pt;
    width: 30%;
    font-weight: 300;
    cursor: pointer;
    margin-top: 10px;
}

.jpush-popup-off {
    position: absolute;
    top: 60px;
    right: 350px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-weight: 700;
    font-size: 20px;
    font-family: sans-serif;
    text-align: center;
    cursor: pointer;
    line-height: 60px;
    display: none;
    z-index: 10000;
}

@-webkit-keyframes slide {
    100% { right: 0px; }
}

@keyframes slide {
    100% { right: 0px; }
}
