.notice-block .icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.notice-block svg {
    flex-shrink: 0;
}

.notice-block .text-warning {
    border-color: #B26200!important;
}

.notice-block .border-warning {
    color: #B26200!important;
}

.notice-block .text-success {
    color: #017839!important;
}

.notice-block .border-success {
    border-color: #017839!important;
}

.notice-block .text-info {
    color: #0D77D6!important;
}

.notice-block .border-info {
    border-color: #0D77D6!important;
}
/*# sourceMappingURL=notice-block.css.map */