div#bm-check {
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.note-baomat {
    text-align: center;
}
section.bm-section  .rs-flip-box .rs-flip-box-inner .front-part {
    border-radius: 20px;
}

section.bm-section .rs-flip-box .rs-flip-box-inner {
    box-shadow: none;
}
.item-bm-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.item-bm-flex .flex-shrink-0 {
    display: flex;
}

.item-bm-flex .right {
    margin-left: 30px;
}
div#bm-block-2 {
    padding: 30px 80px;
    float: left;
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 35%);
    border-radius: 20px;
}
.item-bm-flex .flex-shrink-0 img {
    width: 90px;
    height: auto;
}
.des-bm {
    font-size: 20px;
    line-height: inherit;
}
div#top-check-bm {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

div#top-check-bm h1 {
    color: #73b830;
    font-weight: bold;
}

div#top-check-bm .icon-box i {
    color: green;
}
.status-card .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.status-card .row .col-xs-2 {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
}

.status-card .row .col-xs-2 i {
    font-size: 40px !important;
}
.security-item .text-danger {
    color: red;
}

.security-item .text-warning {
    color: orange;
}