#_exitwidgetcontainer, #_exitwidgetcontainer *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;z-index:1000;}
#_exitwidgetcontainer .popup {
        width:100%;
        height:100%;
        display:none;
        position:fixed;
        top:0px;
        left:0px;
        background:rgba(0,0,0,0.75);
    }
/* Inner */
#_exitwidgetcontainer .popup-inner {
    width:40%;
    padding:20px;/*Chinmay - 1.0.53.61 - decress for promotion*/
    position:fixed;
    top:5%;
    left:50%;
    transform:translate(-50%, 0);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
#_exitwidgetcontainer .popup-inner > div {
    max-height:calc(90vh - 50px);
    overflow:auto;
}
/* Close Button */
#_exitwidgetcontainer .popup-close {
    width:30px;
    height:30px;
    line-height:30px;
    position:fixed;
    top:20px;
    right:20px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(209, 83, 83, 0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    color:#fff;
    text-decoration: none;
    cursor:pointer;
}
#_exitwidgetcontainer .popup-close:after{
    content: "\00d7";
}
#_exitwidgetcontainer .popup-close:hover {
    background:rgba(209, 83, 83, 0.8);
    text-decoration:none;
}
#_exitwidgetcontainer .exitbookbtn {
        font-family: sans-serif;
        background: rgb(148, 58, 148) none repeat scroll 0% 0%;
        /*width: 110px;*/
        height: 35px;
        padding: 0 18px !important;
        margin-top: 10px;
        border-radius: 3px;
        line-height: 35px;
        background: #943a94;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        /*font-weight: bold;*/
        font-size: 14px;
}