.fbm-errorPrompt-background {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    background-color: #1F1F21;
    opacity: 0.8;
    z-index: 1001;
}

.fbm-errorPrompt {
    position: fixed !important;
    left: 70px;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -33px;
    border-radius: 8px;
    min-height: 66px;
    background: linear-gradient(to bottom right, #22243E, #181A29);
    background: -webkit-linear-gradient(left top, #22243E, #181A29);
    z-index: 1001;
}

.fbm-errorPrompt>div {
    position: relative;
    margin: 20px 10px 20px 45px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    word-wrap: break-word;
}

.fbm-error {
    position: fixed;
    left: 15px;
    top: 50%;
    right: 15px;
    margin: auto 0;
    border-radius: 8px;
    background: linear-gradient(to bottom right, #22243E, #181A29);
    background: -webkit-linear-gradient(left top, #22243E, #181A29);
    z-index: 1200;
    transform: translateY(-50%) translateZ(1002px);
}

.fbm-error>div {
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 45px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    word-wrap: break-word;
}

.fbm-error>div>span {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 14px;
    color: #7798FF;
}

.fbm-error>div>div {
    font-size: 14px;
}

.fbm-icon-error {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -33px;
    width: 64px;
    height: 66px;
    background-image: url(image/errorPrompt_error.png);
    background-size: 100%;
}

.fbm-icon-error-server {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -33px;
    width: 64px;
    height: 66px;
    background-image: url(image/errorPrompt_error_server.png);
    background-size: 100%;
}

.fbm-icon-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background-image: url(image/errorPrompt_close.png);
    background-size: 100%;
}

.fbm-icon-error-custom {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -33px;
    width: 64px;
    height: 66px;
    background-image: url(image/toast_error_server.png);
    background-size: 100%;
}