@charset "UTF-8";
/* Chiều cao dùng chung cho mọi control trong bộ lọc (input text, input date, nút) */
#supervision-report {
  /* ---------- Bộ lọc ----------
     Hai hàng: hàng 1 gồm 3 ô text chia đều, hàng 2 gồm ô tên gói thầu +
     khoảng ngày đăng tải + nút tìm kiếm. */
  /* ---------- Danh sách ---------- */
  /* Tên gói thầu là dòng đầu, cũng là link mở báo cáo chi tiết */
  /* Hai cột: trái rộng hơn phải, xuống 1 cột khi màn hẹp */
  /* ---------- Phân trang ---------- */
  /* ---------- Báo cáo ---------- */
  /* Khung cuộn ngang riêng cho bảng, không để trang bị đẩy ngang.
     Phải đặt overflow ở div bọc ngoài - nếu set display:block cho <table>
     thì cột của thead và tbody không còn thẳng nhau. */ }
  #supervision-report .supervisionReport__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px; }
    #supervision-report .supervisionReport__header h1 {
      margin: 0;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      color: #0f4871; }
  #supervision-report .supervisionReport__header--detail h1 {
    font-size: 22px; }
  #supervision-report .supervisionReport__header__right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap; }
  #supervision-report .supervisionReport__badge {
    background: #e8edfb;
    color: #2a4ba0;
    padding: 6px 14px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 700; }
  #supervision-report .supervisionReport__btn__back {
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-size: 13px; }
  #supervision-report .supervisionReport__filter {
    margin-bottom: 24px; }
    #supervision-report .supervisionReport__filter .supervisionReport__filter__row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items: center; }
      #supervision-report .supervisionReport__filter .supervisionReport__filter__row + .supervisionReport__filter__row {
        margin-top: 12px; }
    #supervision-report .supervisionReport__filter .supervisionReport__filter__input,
    #supervision-report .supervisionReport__filter .supervisionReport__filter__date {
      box-sizing: border-box;
      height: 40px;
      padding: 0 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px; }
    #supervision-report .supervisionReport__filter .supervisionReport__filter__input {
      flex: 1;
      min-width: 240px; }
    #supervision-report .supervisionReport__filter .supervisionReport__filter__date {
      width: 180px;
      color: #262626; }
    #supervision-report .supervisionReport__filter .supervisionReport__filter__label {
      font-size: 14px;
      color: #262626;
      white-space: nowrap; }
    #supervision-report .supervisionReport__filter .supervisionReport__filter__btn {
      box-sizing: border-box;
      height: 40px;
      padding: 0 20px;
      border: 1px solid #0f4871;
      border-radius: 6px;
      background: #0f4871;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer; }
  #supervision-report .supervisionReport__list__item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 20px; }
  #supervision-report .supervisionReport__list__item__bid {
    font-size: 15px;
    margin-bottom: 12px; }
    #supervision-report .supervisionReport__list__item__bid a {
      color: #1a4fa0;
      font-weight: 700;
      cursor: pointer; }
  #supervision-report .supervisionReport__list__item__project {
    font-size: 14px;
    margin-bottom: 12px; }
  #supervision-report .supervisionReport__list__item__cols {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 10px 24px; }
    @media (max-width: 767px) {
      #supervision-report .supervisionReport__list__item__cols {
        grid-template-columns: 1fr; } }
  #supervision-report .supervisionReport__label {
    color: #262626;
    font-size: 14px; }
  #supervision-report .supervisionReport__value {
    font-size: 14px;
    font-weight: 700;
    color: #262626;
    word-break: break-word; }
  #supervision-report .supervisionReport__empty {
    text-align: center;
    padding: 24px 0; }
    #supervision-report .supervisionReport__empty h4 {
      font-size: 16px;
      color: #7a7a7a; }
  #supervision-report .supervisionReport__paging {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px; }
    #supervision-report .supervisionReport__paging .supervisionReport__paging__text {
      color: #666;
      font-size: 13px; }
  #supervision-report .supervisionReport__box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px; }
  #supervision-report .supervisionReport__box__title {
    padding: 16px 24px;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid #eee; }
  #supervision-report .supervisionReport__box__body {
    padding: 20px 24px;
    font-size: 14px; }
  #supervision-report .supervisionReport__field {
    margin-bottom: 16px; }
    #supervision-report .supervisionReport__field:last-child {
      margin-bottom: 0; }
  #supervision-report .supervisionReport__field__label {
    color: #555;
    font-size: 14px;
    margin-bottom: 6px; }
  #supervision-report .supervisionReport__field__value {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    color: #262626;
    word-break: break-word; }
  #supervision-report .supervisionReport__recommendation {
    color: #333; }
  #supervision-report .supervisionReport__tableWrap {
    width: 100%;
    overflow-x: auto; }
  #supervision-report .supervisionReport__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 14px; }
    #supervision-report .supervisionReport__table thead tr {
      background: #f4f4f4;
      text-align: left; }
    #supervision-report .supervisionReport__table th {
      padding: 10px;
      font-weight: 700; }
    #supervision-report .supervisionReport__table td {
      padding: 12px 10px;
      vertical-align: top; }
    #supervision-report .supervisionReport__table tbody tr {
      border-top: 1px solid #eee; }
    #supervision-report .supervisionReport__table .col-no {
      width: 60px;
      color: #666; }
    #supervision-report .supervisionReport__table .col-result {
      width: 160px;
      white-space: nowrap; }
    #supervision-report .supervisionReport__table .col-comment {
      width: 220px;
      color: #555; }
    #supervision-report .supervisionReport__table tr.is-child td:nth-child(2) {
      padding-left: 28px; }
  #supervision-report .supervisionReport__table__section td {
    background: #f7f7f7;
    font-weight: 700; }
  #supervision-report .supervisionReport__result {
    font-weight: 700; }
  #supervision-report .supervisionReport__result--met {
    color: #1e8e3e; }
  #supervision-report .supervisionReport__result--not-met {
    color: #c0392b; }
  #supervision-report .supervisionReport__result--none {
    color: #8c8c8c;
    font-weight: 400; }

.el-pagination.is-background {
  padding: 0px; }

.el-pagination.is-background .el-pager li:not(.disabled).active,
.el-pager li:hover {
  background-color: #0f4871 !important;
  color: #FFFFFF !important; }