
.rba-overlay-popup {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: rgb(170, 170, 170);
    opacity: 0.7;
    visibility: visible;
    z-index: 1000;
    /* height: 1093px; */
}

.rba-message-popup {
    position: fixed;
    /* left: 651.5px; */
    top: 145px;
    width: 600px;
    padding: 20px;
    display: block;
    background-color: white;
    border: 3px solid rgb(50, 90, 90);
    text-align: center;
    font-size: 14px;
    z-index: 1001;
}

.rba-message-popup .header {
    margin-bottom: 28px;
    border-bottom: solid 3px #996666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #996666;
    font-weight: bold;
    height:30px
}

.rba-message-popup .haader .logo {
    float:left;
}

.rba-message-popup  .header .title {
    float: right;
}

.rba-message-popup .body p {
    margin: 14px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    color: #626262;
}
.rba-message-popup .body p a {
    color: black;
}
.rba-message-popup .body p a:link {
    color: black;
}
.rba-message-popup .body p a:visited {
    color: black;
}

.rba-message-popup .footer {
    padding-top: 30px;
}

.rba-message-popup .footer .button {
    padding: 6px;
    cursor: pointer;
    border: solid 2px rgb(50, 90, 90);
}

.rba-message-popup .footer .button a {
    color: black;
}
.rba-message-popup .footer .button a:link {
    color: black;
}
.rba-message-popup .footer .button a:visited {
    color: black;
}

.rba-message-popup .footer .button-gap {
    padding:23px;
}