@import url('https://fonts.googleapis.com/css?family=Roboto:400,600,700&display=swap');
.ui-widget-overlay {
    z-index: 10000 !important;
    background-image: none !important;
    background-color: #000000 !important;
    background-repeat: repeat !important;
    opacity: 0.60 !important;
    filter: Alpha(Opacity=60);
    position:fixed;
}
.ui-dialog {
    z-index: 10001!important;
    padding:0!important;
    border: none!important;
    border-radius: 10px!important;
}
.ui-widget-overlay.eip-overlay {
    z-index: 10000!important;
    background-image: none!important;
    background-color: #000000!important;
    background-repeat: repeat!important;
    opacity: 0.60!important;
    filter: Alpha(Opacity=60);
}
.eip-wrapper,
.eip-overlay {
    position: fixed!important;
}
.ui-dialog .ui-dialog-content.eip {
    display: none;
    background: url("/images/exit-popups/du-uninstall/bg.png") 0 0 no-repeat #ffffff;
    background-size: cover;
    border: 8px solid #3158aa;
    display: none;
    font-family: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #101010;
}
.eip .clr-3158aa {
    color: #3158aa!important;
}
.without_title .ui-dialog-titlebar {
    display:none;
}
.eip-wrapper.ui-dialog {
    z-index: 10001!important;
    padding:0!important;
    border: none!important;
    border-radius: 0!important;
}
#eip {display: none;}
.eip__container {
    display: table;
    width: 100%;
}
.eip__container_cell {
    padding: 20px!important;
    display: table-cell;
    vertical-align: middle;
    height: 282px;
}
/*Buttons and links*/
.ui-dialog .eip #eip-close-lnk {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #04b14f;
    text-decoration: underline;
    cursor: pointer;
}
.ui-dialog .eip #eip-close-lnk:hover {
    text-decoration: none;
}
.ui-dialog .eip #eip-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 13px;
    height: 13px;
    background: url("/images/exit-popups/du-uninstall/close.png") 0 0 no-repeat transparent;
}
.ui-dialog .eip #eip-close:hover {
    opacity: 0.8;
}
.ui-dialog .eip .eip__container__btn-wrapper {
    text-align: center;
}
.ui-dialog .eip .eip__container__btn-wrapper_inner {
    display: inline-block;
    text-align: center;
}
.btn-wrapper_larrow,
.btn-wrapper_rarrow {
    position: relative;
    display: inline-block;
    top: 2px;
    width: 55px;
    height: 47px;
    background: url("/images/exit-popups/du-uninstall/arrow.png") 0 0 no-repeat transparent;
}
.btn-wrapper_rarrow {
    transform: scaleX(-1);
}
.ui-dialog #eip #eip-offer-button {
    border-radius: 20px;
    display: inline-block;
    padding: 11px 25px 11px 25px;
    margin: 20px 15px 0 15px;
    min-width: 170px;
    max-width: 358px;
    font-family: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    background-color: #04b14f;
}
.ui-dialog .eip #eip-container #eip-offer-button:hover {
    background-color: #04a24c;
}
/*End Buttons and links*/
/*Content*/
.ui-dialog .eip .eip-title {
    line-height: 1.1;
    font-size: 48px;
    font-family: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.ui-dialog .eip .eip-subtitle,
.ui-dialog .eip .eip-subtitle span {
    line-height: 1.1;
    font-size: 40px;
    font-family: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #101010;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.ui-dialog .eip p {
    margin: 10px 0;
    line-height: 1.2;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #40403f;
}
.ui-dialog .eip p span {
    font-family: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
/*End Content*/
