.remon-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'Roboto';
    font-style: normal;
    z-index: 9999;
}

.remon-popup--content {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 16px 16px;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.3);
}

.remon-popup--hero {
    width: 302px;
}

.remon-popup--subtitle-icon {
    width: 14px;
    height: 14px;
}

.remon-popup--subtitle {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
}

.remon-popup--content span img {
    width: 14px;
    height: 14px;
}

.remon-popup--content h2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #E4752E;
    margin-bottom: 16px;
    padding: 0;
}

.remon-popup--content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

.remon-popup--content a {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-decoration-line: underline;
    color: #000066;
    margin-right: 12px;
}

.remon-popup--buttoncontainer {
    width: 100%;
    background: #F2F2F2;
    margin-top: 16px;
    padding: 19px 28.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* .remon-popup--buttoncontainer button {
    margin-right: 24px;
    padding: 5px 10px;
    height: 34px;
    background: #E4752E;
    box-shadow: 0px 1px 2px #B9B9B9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: none;
    color: #fff;
    cursor: pointer;
} */
.remon-popup--buttoncontainer button.btn:hover,
.remon-popup--buttoncontainer button.btn:visited,
.remon-popup--buttoncontainer button.btn:active,
.remon-popup--buttoncontainer button.btn {
    margin-right: 24px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    color: #fff;
}

.remon-popup--buttoncontainer button.btn.loading {
    background-image: url(../img/loading-large.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 6px center;
    color: rgba(0, 0, 0, 0.3);
}

.remon-popup--buttoncontainer button.btn.loading img {
    visibility: hidden;
}

.remon-popup--buttoncontainer button img {
    margin-left: 7.75px;
    width: 13.12px;
    height: 12.79px;
}

.remon-popup--closebutton {
    height: 17px;
    width: 17px;
    right: 16px;
    top: 16px;
    position: absolute;
    cursor: pointer;
}

.remon-popup--anchor {
    cursor: pointer;
}