/* assets/css/main.css */
:root {
    --theme-default: #0766AD;
    --theme-secondary: #29ADB2;
  }

  
.list-product .datatable-selector{
    border: 1px solid #e5e5e5 !important;
    margin-right: 10px;
}

.datatable-input, .datatable-selector{
    border: 1px solid #e5e5e5 !important;
}

.table#project-status tbody tr td{
    vertical-align: middle !important;
}

.page-header .logo-wrapper{
    background: #ffffff !important;
}

.page-sidebar{
    margin-top: 66px !important;
}

.toggle-sidebar{
    align-items: center;
    /* background-color: var(--body-color); */
    background-color: rgba(48, 142, 135, .2);
    border: 1px solid var(--shape-border);
    border-radius: 8px;
    display: flex;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px;
}

.image-product{
    border-radius: 1.5rem;
}

.tagify{
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .35rem .45rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.table-product-modal{
    max-height: 387px;
    overflow: auto;
}

.table-center td{
    vertical-align: middle !important;
}

.pagination{
    gap: 10px;
    align-items: center;
}

.page-item .next-prev {
    border-radius: 40px;
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
    padding: 5px 12px;
    border: 1px solid #000 !important;
}

.page-item:last-child .page-link{
    border-radius: 40px;
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
    padding: 4px 11px;
    border: 1px solid #000 !important;
}

.page-link{
    border: 0px solid #000 !important;
}

.active>.page-link, .page-link.active{
    background-color: #0766AD !important;
    border-radius: 29px;
    padding: 8px 13px;
}

.pagination .active .page-link{
    color: #ffffff !important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align: left !important;
}

.mx-datepicker-range{
    width: 100% !important;
}

.mx-input{
    height: auto !important;
    padding: 8px 24px !important;
}

.dropdown .dropdown-toggle{
    width: 115px;
}

.dropdown .dropdown-toggle:after{
    font-size: 12px;
}

.header-top h3 {
  margin: 0;
}
.kpi {
  border: 1px solid #eef2f7;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
}
.kpi-label {
  font-size: 12px;
  color: #6b7280;
}
.kpi-value {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.badge {
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}
.bg-danger { background: #e74b2b; color: #fff; }
.bg-warning { background: #ea9200; color: #fff; }
.bg-success { background: #16a34a; color: #fff; }
.bg-secondary { background: #94a3b8; color: #fff; }
.fw-600 { font-weight: 600; }