@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 {
    border          : 8px solid #2b9dc2;
    display         : none;
    background      : url("/resource/img/exit-popup/rs-rr-uninstall-v6/bg.png") 0 0 no-repeat #ffffff;
    background-size : cover;
}
.eip .clr-2b9dc2 {
    color : #2b9dc2 !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;
}
.ui-dialog .eip {
    border      : 8px solid #2b9dc2;
    display     : none;
    font-family : Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color       : #101010;
}
#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-family     : Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size       : 12px;
    font-weight     : 600;
    color           : #86b055;
    text-decoration : underline;
    cursor          : pointer;
    letter-spacing  : 0.02em;
}
.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("/resource/img/exit-popup/rs-rr-uninstall-v6/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("/resource/img/exit-popup/rs-rr-uninstall-v6/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          : 15px 25px 13px 25px;
    margin           : 20px 15px 0 15px;
    min-width        : 195px;
    max-width        : 300px;
    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 : #86b055;
    box-shadow       : 1px 2px 5px rgba(47, 47, 47, 0.5);
}
.ui-dialog .eip #eip-container #eip-offer-button:hover {
    background-color : #779c4b;
}
/*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-family : Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    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*/
