#ts_pct_wrapper{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    opacity: 1;
    display: none;
}
#ts_pct_wrapper .ts_pct_modal {
    width: 410px;
    background: #ececec;
    padding: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 8px 0px 20px 14px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #ff4141;
    text-align: center;
    
    opacity: 0;
}
#ts_pct_wrapper .ts_pct_modal p{
    padding: 0;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 20px;
    font-size: 0.9em;
}
#ts_pct_wrapper button{
    font-size: 0.9em;
    padding: 10px;
}
@media(max-width:767px){
    #ts_pct_wrapper .ts_pct_modal {
        width: 80%;
    }
}
