#modal_popup_report .modal-dialog{
    width: 100%;
    max-width: 100%;
    margin: 0px;
    max-height: 100%;
    height: 100%;
}
#modal_popup_report .modal-content{
    height: 100%;
}
#modal_popup_report .modal-body{
    padding: 0px;
}
#modal_popup_report .modal-body .content-html{
    height: 100%;
}
#modal_popup_report .modal-body .content-html iframe,
#frm_get_accounting,
#frm_get_accountingsss,
#frm_list_address,
#frm_task_list,
#modal_popup_search_company{
    height: 100%;
    width: 100%;
}
#frm_list_address{
    position: absolute;
}
#modal_popup_orginbill .modal-body .content-html iframe{
    height: 100%;
    width: 100%;
    min-height: 400px;
}
#modal_popup_exportbill .modal-body .content-html iframe{
    height: 100%;
    width: 100%;
    min-height: 650px;
}
#modal_popup_search_company .modal-body .content-html iframe{
    height: 100%;
    width: 100%;
    min-height: 500px;
}
._get_form_real_bill{
    color: blue;
}
.view-bill .table-fix-header{
    max-height: 700px;
}

/** setup auo business */
._form_setting_account_hddt{
    display: none;
    margin-top: 20px;
}
.bg-warning-alert{
    background-color: #fff9e6 !important;
}
/** sweet alert */
.swal2-title{
    font-size: 1.2rem;
}
/* list thong bao business bi loi ket noi auto */
.swal2-html-container{
    text-align: left !important;
    font-size: 14px !important;
}
.list_business_error_off{
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    margin-top: 20px;
}
.list_business_error_off li{
    list-style: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.popup-list-business_error::before{
    content: "";
    background-color: #00000021;
    position: fixed;
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    #modal_popup_business_auto .modal-dialog{
        width: 95% !important;
    }
    #modal_popup_business_auto .modal-dialog table thead th:nth-child(4) {
        width: 80px !important;
    }
    #modal_popup_business_auto .modal-dialog table tbody td:nth-child(4) button {
        font-size: 10px !important;
    }
}

.badge-status-5{
    background-color: #568df3;
    color: #fff;
}
.info-bill-change-status{
    line-height: 30px;
}