.sm_notification_disable_to_plan_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}
#residential-del {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 99999;
    padding: 11px 30px 10px 10px;
    text-indent: -9999px;
}
