body {
    font-size: 12px !important;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
}

table, th, td, h6, a, button, div {
    font-size: 12px !important;
}

td {
    padding: 5px !important;
}

.nav-link {
    padding: 0 8px;
}

.nav-tabs .nav-link {
    padding: 10px 15px;
}

fieldset {
    margin-bottom: 1em !important;
    border: 1px solid #666 !important;
    padding:1px !important;
}

legend {
    padding: 1px 10px !important;
    float:none;
    width:auto;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #1f497d;
}

.input-search {
  background-image: url('/static/search.svg');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%; /* Full-width */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

.func-btn {
    width: 100px !important;
    margin-right: 5px !important;
    padding-top: 2px !important;;
    padding-bottom: 2px !important;;
}

thead {
    position: sticky;
    top: 0px;
    background-color: gray;
    color: white
}

.form-control, .form-select {
    height: 30px;
    font-size: 13px !important;
}

.selected-row {
    background: #d9f7ff !important;
}

#myGrid {
    height: 750px;
    width: 100%;
    margin: 0 10px 10px 10px;
}

.ag-theme-alpine {
    --ag-font-size: 11px !important;
    --ag-grid-size: 3px !important;
    --ag-list-item-height: 18px !important;
}

.ag-cell {
    border: 1px solid #F1EFEF;
}

#selectCapDauThau {
    height: 35px;
    font-size: 14px !important;
    font-weight: bold;
}

.content-cdt {
    display: none;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: fit-content;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 30px;
    padding-bottom: 8px;
    background: linear-gradient(currentColor 0 0) 0 100%/0% 3px no-repeat;
    animation: l2 2s linear infinite;
  }
  .loader:before {
    content:"Loading..."
  }
  @keyframes l2 {to{background-size: 100% 3px}}