.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.title-flex i {
    font-weight: normal;
    font-size: 16px !important;
    text-transform: none;
    font-style: normal;
}

#box_for_you.chance-cont>.chance {
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: row;
}

#box_for_you.chance-cont>.chance>*~* {
    margin-left: unset !important;
}

#box_for_you.chance-cont>.chance>.panel {
    /*    width: calc(50% - 7.5px);*/
    /*    flex-grow: unset;*/
    /*    flex-basis: unset;*/
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
}

#box_for_you.chance-cont>.chance>.panel:nth-child(3) {
    /*    width: 100%;*/
    margin-top: -25px;
    flex: 1 1 100%;
}

#box_for_you.chance-cont .panel.panel-default:only-child {
    flex: 1 1 100%;
    /* Khi chỉ có một cột, chiếm toàn bộ chiều rộng */
}

.text-right.crawl_time .small {
    margin-bottom: 10px;
}

#showPopupCompare .modal-lg {
    width: 97%;
}

.org_version .chk_notification {
    margin-right: 8px;
}

.org_version label {
    font-weight: 400;
}

.org_version #btn_change_org[disabled] {
    cursor: pointer;
    opacity: 0.5;
    filter: grayscale(1);
}

.org_version #btn_change_org[disabled]:hover {
    color: #fff;
    background-color: #0566a4;
    border-color: #045182;
}

.bidding-table td h3 {
    font-weight: 400;
}

.border-bidding>h2.bidding-heading {
    border-bottom: 4px #0685d6 solid;
    text-transform: uppercase;
    font-size: 20px;
    color: #0685d6;
    font-weight: 500;
    padding-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 992px) {

    #box_for_you.chance-cont>.chance>.panel,
    #box_for_you.chance-cont>.chance>.panel:nth-child(3) {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (max-width: 576px) {

    #box_for_you.chance-cont>.chance>.panel,
    #box_for_you.chance-cont>.chance>.panel:nth-child(3) {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }

    .daugia-metabox {
        flex-wrap: wrap;
    }

    #showUpdatedHistories .modal-footer {
        text-align: left;
    }
}