<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.service-error-msg {
    border: 2px solid #738693;
    border-radius: 4px;
    padding: 10px 10px 10px 42px;
    background-color: #dce3e7;
    font-size: 16px;
    line-height: 24px;
    color: #595454;
    position: relative;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.service-error-msg b {
    color: #2c8ec8;
    position: relative;
    top: 1px;
}
.service-error-msg:before {
    content: "\e88e";
    font-family: 'Material Icons';
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    color: #406683;
    position: absolute;
    top: 10px;
    left: 10px;
}
.service-error-msg:after{
    content: none;
}
.service-error-msg.small{
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.3;
}

.service-error-msg.small:before {
    left: 7px;
    position: absolute;
    top: 9px;
    background: url(common/icon-info.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 16px;
    height: 16px;
}
.modal-job-board .account-warning,
.modal-job-board .job-warning,
.modal-job-board .account-info {
    margin-top: -10px;
}

.service-error-msg.purchase-error-msg {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #E6F2FE;
    line-height: 19.2px;
    border: 2px solid #316186;
    display: flex;
}

.service-error-msg.purchase-error-msg .close{
    width: 24px;
    height: 24px;
    font-size: 36px;
    line-height: 18px;
    text-align: center;
    color: #316186;
    cursor: pointer;
    margin-right: 2px;
    margin-left: 8px;
}</pre></body></html>