
.msgBox {
    width: 541px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.5);
    display: table;
}

.msgBoxHeader {
    height: 68px;
    background-color: #fff !important;
    width: 100%;
    padding: 23px 0 0 20px !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    border: none !important;
    font-family: Cera;
    font-size: 18px;
    color: #292929 !important;
    font-weight: normal;
}

.msgBoxBody {
    padding-right: 15px;
    display: inline-block;
    width: 100%;
    margin-top: 75px;
    min-height: 200px;
}

.msgBoxMessageDiv {
    margin-left: 22px;
    margin-bottom: 15px;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    float: right;
    width: 405px;
    max-height: 295px;
    overflow: auto;
}


    .msgBoxMessageDiv::-webkit-scrollbar {
        width: 10px;
    }

    .msgBoxMessageDiv::-webkit-scrollbar-thumb {
        border: 3px solid transparent;
        background-clip: padding-box;
        -webkit-border-radius: 50px;
        background-color: #dadfe2;
    }

        .msgBoxMessageDiv::-webkit-scrollbar-thumb:window-inactive {
            background-color: #dadfe2;
        }

.msgBoxMessage {
    font-family: Cera !important;
    font-size: 18px !important;
}

.messageBoxPromptRow {
    display: table-row
}

.msgBoxText {
    border-collapse: collapse;
    height: 40px;
    width: 103px;
    border: 1px solid #DCDFE1;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 0 0 0 121px;
    font-family: Cera;
    font-size: 15px;
    font-weight: normal;
}

.msgBoxIconDiv {
    float: left;
    margin: 11px 0 0 22px;
    display: inline-block;
}

.msgBoxIcon {
    height: 72px;
}

.msgBoxFooter {
    width: 100%;
    bottom: 0;
    background-color: #fff !important;
    border: none !important;
    position: relative;
    margin: 12px 0 0 0;
    height: 70px;
}

.msgBoxOk {
    cursor: pointer !important;
    border: none !important;
    background: none !important;
    float: right !important;
    font-size: 18px !important;
    font-family: Cera !important;
    height: 50px !important;
    background-color: #2CA14C !important;
    color: #fff !important;
    border-radius: 4px !important;
    margin: 0 20px 0 0 !important;
    padding: 0 20px 0 20px !important;
}

.msgBoxContinue {
    cursor: pointer !important;
    border: none !important;
    background: none !important;
    float: right !important;
    font-size: 18px !important;
    font-family: Cera !important;
    height: 50px !important;
    background-color: red !important;
    color: #fff !important;
    border-radius: 4px !important;
    margin: 0 20px 0 0 !important;
    padding: 0 20px 0 20px !important;
}


.msgBoxCancel {
    cursor: pointer !important;
    border: none !important;
    background: none !important;
    float: left !important;
    font-size: 18px !important;
    font-family: Cera !important;
    height: 50px !important;
    background-color: #BBBBBB !important;
    color: #fff !important;
    border-radius: 4px !important;
    margin: 0 0 0 20px !important;
    padding: 0 20px 0 20px !important;
}

@media(max-width: 600px) {
    .msgBox {
        width: 290px;
    }

    .msgBoxMessageDiv {
        width: 100%;
    }

    .msgBoxMessage {
        font-size: 3vw !important;
        padding-left: 12px;
        display: block;
    }

    .msgBoxCancel,
    .msgBoxOk {
        font-size: 3vw !important;
        padding: 0px 6px 3px 6px !important;
        height: auto !important;
    }

    .msgBoxOk {
        height: 25px !important;
    }

    .msgBoxContinue {
        font-size: 3vw !important;
        padding: 0px 6px 3px 6px !important;
        height: auto !important;
    }

    .msgBoxIcon {
        height: 11vw !important;
    }

    .msgBoxText {
        margin: 0 auto;
    }
}

.biometricDisclaimer {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 20px;
}

.messageLink {
    color: #0288d2;
    font-weight: bold;
    text-decoration: none;
}

    .messageLink:hover,
    .messageLink:active,
    .messageLink:focus,
    .messageLink:visited {
        color: #0288d2;
        font-weight: bold;
        text-decoration: none;
    }

.messageFinePrints {
    color: #989898;
    font-size: 13px;
    font-weight: normal;
}
