.mb-root {
    color: rgb(51, 51, 51);
    min-height: 32px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    position: relative;
    word-break: break-word;
    display:block;
    margin-bottom:15px;
}
.mb-info {
    background: rgb(244, 244, 244);
}
.mb-error{
    background: rgba(232, 17, 35, 0.2);
}
.mb-warning {
    background: rgba(255, 185, 0, 0.2);
}
.mb-success {
    background: rgba(186, 216, 10, 0.2);
}
.mb-content {
    display: flex;
    line-height: normal;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
}

.mb-icon-container {
    font-size: 16px;
    min-width: 16px;
    min-height: 16px;
    display: flex;
    color: rgb(102, 102, 102);
    flex-shrink: 0;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 16px;
}
.icon {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    font-family: FabricMDL2Icons;
    color: rgb(102, 102, 102);
}
.mb-text {
    min-width: 0px;
    display: flex;
    flex-grow: 1;
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 8px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    word-break: normal;
}

.mb-inner-text {
    line-height: 16px;
}
