.grecaptcha-badge {
    transform: scale(0.5) translateX(-55px) translateY(25px) !important;
}

@font-face {
    font-family: Barmeno-Extra;
    src: url("codebase/fonts/unicode.barmeneb.ttf");
}

.title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 0px 2px 2px black;
}

.f11 {
    font-size: 11px;
}

.red {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.green {
    color: green;
    font-size: 11px;
    font-weight: bold;
}

.body-style {
    background-image: url('../codebase/image/MBB/MBB.JPG');
    width: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.white {
    background-color: white;
}

.webix_tab_more_icon {
    display: none !important;
}

/* Điều chỉnh vị trí của 2 tab */
.webix_el_tabbar {
    justify-content: flex-start !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: relative;
}

/* Tùy chỉnh tab */
.webix_item_tab {
    background-color: #007BFF !important;
    /* xanh dương */
    color: white !important;
    border: 1px solid #0056b3 !important;
    border-bottom: none !important;
    border-radius: 5px 5px 0 0 !important;
    margin-right: 2px !important;
    padding: 8px 18px !important;
    font-weight: bold !important;
}

/* Điều chỉnh màu nền cho 2 tab */
.webix_item_tab.webix_selected {
    background-color: #0056b3 !important;
    color: #fff !important;
}

/* CSS đường kẻ phân cách 2 tab với nội dung bên trong */
.webix_el_tabbar::after {
    content: '';
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    height: 3px !important;
    pointer-events: none;
    z-index: 10;
}

.webix_after_all_tabs {
    background-color: #0056b3 !important;
    height: 3px !important;
    width: calc(100vw - 0px) !important;
    position: fixed !important;
    left: 0 !important;
    top: 80 !important;
    border: none !important;
    margin: 0 !important;
    transform: translateY(-2px) !important;
    padding: 0 !important;
    z-index: 10;
}