@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/APP_HHCNDN/Components/Layout/Menu.razor.rz.scp.css */
body[b-r637q90g85] {
}
/* _content/APP_HHCNDN/Components/Layout/Topbar.razor.rz.scp.css */
.topbar[b-jg08o5nvvb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    background-color: #ffffff;
    height: 15vh;
    font-family: 'Times New Roman', Times, serif;
    flex-wrap: wrap;
}

.title[b-jg08o5nvvb] {
    color: #257347;
    font-weight: 600;
    font-size: 45px;
    margin: 30px;
    white-space: nowrap;
}
.icon[b-jg08o5nvvb] {
    font-size: 25px;
}

.user-info[b-jg08o5nvvb] {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #2c6ca3;
    margin-right: 30px;
    flex-shrink: 0;
}

.icon-user[b-jg08o5nvvb] {
    font-size: 52px;
    color: #2d8659;
}

.username[b-jg08o5nvvb] {
    font-size: 18px;
    color: #1a56a3;
    font-weight: 600;
}

.userid[b-jg08o5nvvb] {
    font-size: 16px;
    color: #444;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .title[b-jg08o5nvvb] {
        font-size: 32px;
        margin: 10px;
        text-align: center;
    }

    .user-info[b-jg08o5nvvb] {
        gap: 10px;
        margin-right: 10px;
    }

    .icon-user[b-jg08o5nvvb] {
        font-size: 42px;
    }

    .username[b-jg08o5nvvb] {
        font-size: 16px;
    }

    .userid[b-jg08o5nvvb] {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .title[b-jg08o5nvvb] {
        font-size: 32px;
        margin: 10px;
    }

    .icon-user[b-jg08o5nvvb] {
        font-size: 40px;
    }

    .username[b-jg08o5nvvb] {
        font-size: 16px;
    }

    .userid[b-jg08o5nvvb] {
        font-size: 14px;
    }

    .topbar[b-jg08o5nvvb] {
        padding: 10px 16px;
    }
}

@media (max-width: 600px) {
    .topbar[b-jg08o5nvvb] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: auto; 
        gap: 10px;
    }

    .title[b-jg08o5nvvb] {
        font-size: 26px;
        margin: 0;
    }

    .user-info[b-jg08o5nvvb] {
        flex-direction: column;
        gap: 6px;
        margin-right: 0;
    }

    .icon-user[b-jg08o5nvvb] {
        font-size: 38px;
    }

    .username[b-jg08o5nvvb] {
        font-size: 15px;
    }

    .userid[b-jg08o5nvvb] {
        font-size: 13px;
    }
}
/* _content/APP_HHCNDN/Components/Pages/Accounts/Register.razor.rz.scp.css */
.background-lg[b-19ulhfvxuv] {
  background: url("images/branime.png") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
}

.container[b-19ulhfvxuv] {
  max-width: 900px;
  width: 100%;
  padding: 0 15px;
}

/* ---------- REGISTER BOX ---------- */
.register-wrapper[b-19ulhfvxuv] {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px;
  height: 822px;
}

/* ---------- LEFT SIDE ---------- */
.register-left[b-19ulhfvxuv] {
  position: relative;
  background: url("images/conbo.jpg") center/cover no-repeat;
  color: white;
  padding: 40px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.register-left[b-19ulhfvxuv]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0000008c;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(5px);
  mask-image: linear-gradient(to bottom, transparent -90%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent -90%, black 100%);
  z-index: 0;
}

.register-left > *[b-19ulhfvxuv] {
  position: relative;
  z-index: 1;
}

.register-left img[b-19ulhfvxuv] {
  width: 145px;
  height: auto;
  margin-top: 140px;
  margin-bottom: 6px;
  border: 3px solid #646858;
  border-radius: 50%;
}

.register-left p[b-19ulhfvxuv] {
  margin: 10px 0;
  font-size: 1rem;
}

/* ---------- RIGHT SIDE ---------- */
.register-right[b-19ulhfvxuv] {
  flex: 1;
  padding: 33px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.register-right h1[b-19ulhfvxuv] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 25px;
  text-align: center;
}

/* ---------- FORM STYLES ---------- */
.form-group[b-19ulhfvxuv] {
  margin-bottom: 15px;
}

.form-label[b-19ulhfvxuv] {
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}

.form-control[b-19ulhfvxuv] {
  width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: border 0.3s ease;
}

.form-control:focus[b-19ulhfvxuv] {
  border-color: #0d6efd;
  outline: none;
}

.btn-primary[b-19ulhfvxuv] {
  background-color: #0d6efd;
  border: none;
  padding: 12px 0;
  font-size: 1rem;
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  color: white;
}

.btn-primary:hover[b-19ulhfvxuv] {
  background-color: #0b5ed7;
}

/* ---------- TEXT LINKS ---------- */
.register-right p[b-19ulhfvxuv] {
  font-size: 0.9rem;
  margin-top: 15px;
  color: #666;
  text-align: center;
}

.register-right p a[b-19ulhfvxuv] {
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
}

.accept-terms[b-19ulhfvxuv] {
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #333;
}

.accept-terms label[b-19ulhfvxuv] {
  display: flex;
  align-items: center;
  gap: 5px;
}

.accept-terms a[b-19ulhfvxuv] {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

/* ---------- RESPONSIVE DESIGN ---------- */
@media (max-width: 992px) {
  .container[b-19ulhfvxuv] {
    max-width: 750px;
    padding: 20px;
  }

  .register-right[b-19ulhfvxuv] {
    padding: 30px 25px;
  }

  .register-right h1[b-19ulhfvxuv] {
    font-size: 1.6rem;
  }

  .register-left img[b-19ulhfvxuv] {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .register-wrapper[b-19ulhfvxuv] {
    flex-direction: column;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }

  .register-left[b-19ulhfvxuv] {
    height: 40vh;
    background-position: center;
  }

  .register-left img[b-19ulhfvxuv] {
    width: 150px;
    margin-bottom: 10px;
  }

  .register-right[b-19ulhfvxuv] {
    padding: 25px 20px;
  }

  .register-right h1[b-19ulhfvxuv] {
    font-size: 1.4rem;
  }

  .form-control[b-19ulhfvxuv] {
    font-size: 0.95rem;
  }

  .btn-primary[b-19ulhfvxuv] {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .register-right[b-19ulhfvxuv] {
    padding: 20px 15px;
  }

  .register-right h1[b-19ulhfvxuv] {
    font-size: 1.2rem;
  }

  .register-left img[b-19ulhfvxuv] {
    width: 200px;
    margin-top: 20px;
  }

  .form-group[b-19ulhfvxuv] {
    margin-bottom: 10px;
  }

  .form-control[b-19ulhfvxuv] {
    padding: 8px 10px;
  }

  .btn-primary[b-19ulhfvxuv] {
    padding: 10px 0;
  }

  .accept-terms[b-19ulhfvxuv] {
    font-size: 0.85rem;
  }
}
/* _content/APP_HHCNDN/Components/Pages/Home/Home.razor.rz.scp.css */
.dashboard-container[b-vjqogh8b5m] {
    font-family: "Inter", sans-serif;
    padding: 40px;
    background: #f9f9f9;
    min-height: 100vh;
}

.title[b-vjqogh8b5m] {
    color: #1aa179;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.chart-card[b-vjqogh8b5m] {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    width: 80%;
}

.chart-header[b-vjqogh8b5m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.chart-title[b-vjqogh8b5m] {
    font-weight: bold;
    font-size: 1.2rem;
}

.chart-controls select[b-vjqogh8b5m] {
    border: none;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 0.9rem;
}

.invoice-card[b-vjqogh8b5m] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    width: 320px;
    text-align: center;
}

.invoice-header[b-vjqogh8b5m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1aa179;
    font-weight: 600;
}

.invoice-value[b-vjqogh8b5m] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 15px 0;
}

.invoice-sub[b-vjqogh8b5m] {
    font-size: 0.9rem;
    color: #555;
}

    .invoice-sub .up[b-vjqogh8b5m] {
        color: green;
    }
/* _content/APP_HHCNDN/Components/Pages/Login/Login.razor.rz.scp.css */
.background-lg[b-zeirac8vfo] {
  background: url("images/branime.png") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
  padding: 0;
}

.container[b-zeirac8vfo] {
  max-width: 900px;
  width: 100%;
  padding: 0 15px;
}

.login-wrapper[b-zeirac8vfo] {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px;
  min-height: 400px;
}

.login-left[b-zeirac8vfo] {
  position: relative;
  background: url("images/conbo.jpg") center/cover no-repeat;
  color: white;
  padding: 40px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.login-left[b-zeirac8vfo]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0000008c;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(to bottom, transparent 60%, black 90%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 60%, black 90%);
  z-index: 0;
}

.login-left img[b-zeirac8vfo] {
  width: 145px;
  height: auto;
  margin-top: 160px;
  margin-bottom: 26px;
  border: 3px solid #646858;
  border-radius: 50%;
}

.login-left p[b-zeirac8vfo] {
  position: relative;
  z-index: 1;
}

.login-right[b-zeirac8vfo] {
  flex: 1;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-right h1[b-zeirac8vfo] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 25px;
  text-align: center;
}

.form-group[b-zeirac8vfo] {
  margin-bottom: 15px;
}

.form-label[b-zeirac8vfo] {
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}

.form-control[b-zeirac8vfo] {
  width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: border 0.3s ease;
}

.form-control:focus[b-zeirac8vfo] {
  border-color: #0d6efd;
  outline: none;
}

.btn-primary[b-zeirac8vfo] {
  background-color: #0d6efd;
  border: none;
  padding: 12px 0;
  font-size: 1rem;
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  color: white;
}

.btn-primary:hover[b-zeirac8vfo] {
  background-color: #0b5ed7;
}

.login-right p[b-zeirac8vfo] {
  font-size: 0.9rem;
  margin-top: 15px;
  color: #666;
  text-align: center;
}

.login-right p a[b-zeirac8vfo] {
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
}

.form-options[b-zeirac8vfo] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #333;
}

.remember-me[b-zeirac8vfo] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.forgot-password[b-zeirac8vfo] {
  text-decoration: none;
  color: #0d6efd;
  font-weight: 500;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 992px) {
  .container[b-zeirac8vfo] {
    max-width: 750px;
  }

  .login-right[b-zeirac8vfo] {
    padding: 30px 20px;
  }

  .login-right h1[b-zeirac8vfo] {
    font-size: 1.6rem;
  }

  .login-left img[b-zeirac8vfo] {
    width: 130px;
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .login-wrapper[b-zeirac8vfo] {
    flex-direction: column;
    box-shadow: none;
    border-radius: 0;
  }

  .login-left[b-zeirac8vfo] {
    height: 40vh;
  }

  .login-left[b-zeirac8vfo]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/login.jpg") center/cover no-repeat;
    filter: blur(2px) brightness(0.3);
    transform: scale(1.05);
    z-index: 0;
  }

  .login-left img[b-zeirac8vfo] {
    position: relative;
    z-index: 1;
  }

  .login-right[b-zeirac8vfo] {
    padding: 25px 20px;
  }

  .login-right h1[b-zeirac8vfo] {
    font-size: 1.4rem;
  }

  .form-control[b-zeirac8vfo] {
    font-size: 0.95rem;
  }

  .btn-primary[b-zeirac8vfo] {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .login-right[b-zeirac8vfo] {
    padding: 20px 15px;
  }

  .login-right h1[b-zeirac8vfo] {
    font-size: 1.2rem;
  }

  .login-left img[b-zeirac8vfo] {
    width: 120px;
    margin-top: 20px;
  }

  .form-options[b-zeirac8vfo] {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .form-control[b-zeirac8vfo] {
    padding: 8px 10px;
  }

  .btn-primary[b-zeirac8vfo] {
    padding: 10px 0;
  }
}
/* _content/APP_HHCNDN/Components/Pages/Material/Material.razor.rz.scp.css */
/*
.page-container {
    padding: 20px;
    font-family: Arial, sans-serif;
}

.page-title {
    font-size: 28px;
    color: #0AA89E;
    font-weight: bold;
    margin-bottom: 20px;
}

.top-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.search-box {
    flex: 1;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.filter-select {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.btn-add {
    background: #0AA89E;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.btn-refresh {
    background: white;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.material-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.material-table th {
    background: #0AA89E;
    color: white;
    padding: 12px;
    text-align: left;
}

.material-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.img-thumb {
    width: 45px;
    height: 45px;
    border-radius: 6px;
    object-fit: cover;
}

.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.status-badge.active {
    background: #D2F8EA;
    color: #0AA89E;
}

.status-badge.inactive {
    background: #EEE;
    color: #555;
}

.btn-edit {
    background: #F4C044;
    padding: 7px 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.actions {
    font-size: 18px;
    cursor: pointer;
}

.pagination {
    margin-top: 20px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.pagination button {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
}

.pagination button.active {
    background: #0AA89E;
    color: white;
}

.table-info {
    margin-top: 10px;
    color: #555;
}

    */

.overlay[b-azqwywws8m] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
    z-index: 1050;
}

.d-flex[b-azqwywws8m] {
    margin-left: 40px;
    gap: 12px;
    flex-wrap: wrap;
}

.text-head[b-azqwywws8m] {
    font-size: 45px;
    background-color: #00cc99;
    color: white;
    height: 8vh;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table[b-azqwywws8m] {
    font-family: 'Times New Roman', Times, serif;
}

    .table th[b-azqwywws8m] {
        background-color: #00cc998c;
        font-size: 19px;
    }

.text-card[b-azqwywws8m] {
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
}

.form-label[b-azqwywws8m] {
    font-weight: bold;
}

.table td:last-child[b-azqwywws8m] {
    text-align: center;
    vertical-align: middle;
}

.form-popup[b-azqwywws8m] {
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown-b-azqwywws8m 0.25s ease;
}

h3[b-azqwywws8m] {
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Times New Roman', Times, serif;
}

@keyframes slideDown-b-azqwywws8m {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .text-head[b-azqwywws8m] {
        font-size: 32px;
        height: auto;
        padding: 10px;
    }

    .d-flex[b-azqwywws8m] {
        margin-left: 20px;
        justify-content: center;
        gap: 10px;
    }

    .table th[b-azqwywws8m], .table td[b-azqwywws8m] {
        font-size: 16px;
        padding: 6px;
    }

    .form-popup[b-azqwywws8m] {
        max-width: 90%;
    }
}


@media (max-width: 600px) {
    .text-head[b-azqwywws8m] {
        font-size: 24px;
        height: auto;
        padding: 8px;
    }

    .d-flex[b-azqwywws8m] {
        flex-direction: column;
        margin-left: 0;
        gap: 8px;
        align-items: center;
    }

    .table[b-azqwywws8m] {
        font-size: 14px;
        overflow-x: auto;
        display: block;
    }

        .table th[b-azqwywws8m], .table td[b-azqwywws8m] {
            white-space: nowrap;
            padding: 5px;
        }

    .form-popup[b-azqwywws8m] {
        width: 95%;
        max-width: none;
    }


    .gr-img[b-azqwywws8m] {
        width: 48px;
        height: 48px;
        border-radius: 6px;
        object-fit: cover;
    }

    .gr-status[b-azqwywws8m] {
        padding: 6px 12px;
        border-radius: 18px;
        font-size: 14px;
        font-weight: 600;
    }

        .gr-status.active[b-azqwywws8m] {
            background: #D2F8EA;
            color: #0AB7A4;
        }

        .gr-status.inactive[b-azqwywws8m] {
            background: #FCE3E3;
            color: #D9534F;
        }
}
/* _content/APP_HHCNDN/Components/Pages/Material/MaterialCategory.razor.rz.scp.css */
/*
.gr-page-container {
    padding: 25px;
    font-family: Arial, sans-serif;
}

.gr-title {
    font-size: 28px;
    color: white;
    background: #0AB7A4;
    padding: 18px 25px;
    border-radius: 6px;
    width: 100%;
    font-weight: bold;
}

.gr-top-bar {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.gr-btn-add {
    background: #0AB7A4;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.gr-btn-refresh {
    background: white;
    border: 1px solid #ccc;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.gr-table-wrapper {
    margin-top: 25px;
    background: white;
    padding: 15px;
    border-radius: 10px;
}

.gr-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.gr-table th {
    background: #0AB7A4;
    color: white;
    padding: 12px;
    text-align: left;
}

.gr-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.gr-table tr:nth-child(even) {
    background: #F7F9FB;
}


.gr-btn-edit {
    background: #F5C344;
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}



*/

.overlay[b-5kmre9g87f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
    z-index: 1050;
}

.d-flex[b-5kmre9g87f] {
    margin-left: 40px;
    gap: 12px;
    flex-wrap: wrap;
}

.text-head[b-5kmre9g87f] {
    font-size: 45px;
    background-color: #00cc99;
    color: white;
    height: 8vh;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table[b-5kmre9g87f] {
    font-family: 'Times New Roman', Times, serif;
}

    .table th[b-5kmre9g87f] {
        background-color: #00cc998c;
        font-size: 19px;
    }

.text-card[b-5kmre9g87f] {
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
}

.form-label[b-5kmre9g87f] {
    font-weight: bold;
}

.table td:last-child[b-5kmre9g87f] {
    text-align: center;
    vertical-align: middle;
}

.form-popup[b-5kmre9g87f] {
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown-b-5kmre9g87f 0.25s ease;
}

h3[b-5kmre9g87f] {
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Times New Roman', Times, serif;
}

@keyframes slideDown-b-5kmre9g87f {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .text-head[b-5kmre9g87f] {
        font-size: 32px;
        height: auto;
        padding: 10px;
    }

    .d-flex[b-5kmre9g87f] {
        margin-left: 20px;
        justify-content: center;
        gap: 10px;
    }

    .table th[b-5kmre9g87f], .table td[b-5kmre9g87f] {
        font-size: 16px;
        padding: 6px;
    }

    .form-popup[b-5kmre9g87f] {
        max-width: 90%;
    }
}


@media (max-width: 600px) {
    .text-head[b-5kmre9g87f] {
        font-size: 24px;
        height: auto;
        padding: 8px;
    }

    .d-flex[b-5kmre9g87f] {
        flex-direction: column;
        margin-left: 0;
        gap: 8px;
        align-items: center;
    }

    .table[b-5kmre9g87f] {
        font-size: 14px;
        overflow-x: auto;
        display: block;
    }

        .table th[b-5kmre9g87f], .table td[b-5kmre9g87f] {
            white-space: nowrap;
            padding: 5px;
        }

    .form-popup[b-5kmre9g87f] {
        width: 95%;
        max-width: none;
    }


    .gr-img[b-5kmre9g87f] {
        width: 48px;
        height: 48px;
        border-radius: 6px;
        object-fit: cover;
    }

    .gr-status[b-5kmre9g87f] {
        padding: 6px 12px;
        border-radius: 18px;
        font-size: 14px;
        font-weight: 600;
    }

        .gr-status.active[b-5kmre9g87f] {
            background: #D2F8EA;
            color: #0AB7A4;
        }

        .gr-status.inactive[b-5kmre9g87f] {
            background: #FCE3E3;
            color: #D9534F;
        }
}
/* _content/APP_HHCNDN/Components/Pages/Member/Dshoivien.razor.rz.scp.css */
.overlay[b-e0xd4uniny] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px; 
    z-index: 1050; 

}
.d-flex[b-e0xd4uniny] {
    margin-left: 40px;
    gap: 12px;
    flex-wrap: wrap;
}
.text-head[b-e0xd4uniny] {
    font-size: 45px;
    background-color: #00cc99;
    color: white;
    height: 8vh;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table[b-e0xd4uniny] {
    font-family: 'Times New Roman', Times, serif;
}
    .table th[b-e0xd4uniny] {
        background-color: #00cc998c;
        font-size: 19px;

    }
.text-card[b-e0xd4uniny] {
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
}
.form-label[b-e0xd4uniny]{
    font-weight:bold;
}
.table td:last-child[b-e0xd4uniny] {
    text-align: center;
    vertical-align: middle;
}
.form-popup[b-e0xd4uniny] {
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown-b-e0xd4uniny 0.25s ease;
}

h3[b-e0xd4uniny] {
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Times New Roman', Times, serif;
}

@keyframes slideDown-b-e0xd4uniny {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 992px) {
    .text-head[b-e0xd4uniny] {
        font-size: 32px;
        height: auto;
        padding: 10px;
    }

    .d-flex[b-e0xd4uniny] {
        margin-left: 20px;
        justify-content: center;
        gap: 10px;
    }

    .table th[b-e0xd4uniny], .table td[b-e0xd4uniny] {
        font-size: 16px;
        padding: 6px;
    }

    .form-popup[b-e0xd4uniny] {
        max-width: 90%;
    }
}


@media (max-width: 600px) {
    .text-head[b-e0xd4uniny] {
        font-size: 24px;
        height: auto;
        padding: 8px;
    }

    .d-flex[b-e0xd4uniny] {
        flex-direction: column;
        margin-left: 0;
        gap: 8px;
        align-items: center;
    }

    .table[b-e0xd4uniny] {
        font-size: 14px;
        overflow-x: auto;
        display: block;
    }

        .table th[b-e0xd4uniny], .table td[b-e0xd4uniny] {
            white-space: nowrap;
            padding: 5px;
        }

    .form-popup[b-e0xd4uniny] {
        width: 95%;
        max-width: none;
    }
}
/* _content/APP_HHCNDN/Components/Pages/Product/San-Pham.razor.rz.scp.css */
/* ===== PAGE WRAPPER ===== */
.gr-page-container[b-i7lxvqizwj] {
    font-family: 'Inter', sans-serif;
    padding: 20px;
    background: #f6fbfb;
}

/* ===== PAGE TITLE ===== */
.gr-title[b-i7lxvqizwj] {
    background: #5fbdb0;
    padding: 18px 22px;
    border-radius: 6px;
    color: white;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

/* ===== TOP BAR ===== */
.gr-top-bar[b-i7lxvqizwj] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.gr-search[b-i7lxvqizwj] {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dce5e6;
    outline: none;
    min-width: 260px;
}

/* ===== BUTTONS ===== */
.gr-btn-add[b-i7lxvqizwj],
.gr-btn-export[b-i7lxvqizwj],
.gr-btn-filter[b-i7lxvqizwj],
.gr-btn-edit[b-i7lxvqizwj] {
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

/* Add New */
.gr-btn-add[b-i7lxvqizwj] {
    background: #8fe0d3;
    color: #fff;
}

/* Export */
.gr-btn-export[b-i7lxvqizwj] {
    background: #eef3f4;
    color: #333;
}

/* Filter */
.gr-btn-filter[b-i7lxvqizwj] {
    background: white;
    border: 1px solid #dce5e6;
}

/* Edit Button */
.gr-btn-edit[b-i7lxvqizwj] {
    background: #5fbdb0;
    color: white;
}

/* ===== TABLE ===== */
.gr-table-wrapper[b-i7lxvqizwj] {
    overflow-x: auto;
}

.gr-table[b-i7lxvqizwj] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.gr-table th[b-i7lxvqizwj] {
    background: #e8f4ef;
    padding: 14px 18px;
    border-bottom: 1px solid #d1e4e1;
    font-size: 13px;
    font-weight: 700;
    color: #35645a;
}

.gr-table td[b-i7lxvqizwj] {
    padding: 16px 18px;
    border-bottom: 1px solid #eef5f6;
    font-size: 14px;
}

/* ===== STATUS BADGES ===== */
.status-active[b-i7lxvqizwj],
.status-inactive[b-i7lxvqizwj] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.status-active[b-i7lxvqizwj] {
    background: #e6faf4;
    color: #2d9b6c;
}

.status-inactive[b-i7lxvqizwj] {
    background: #fde8e8;
    color: #d35b5b;
}
/* _content/APP_HHCNDN/Components/Pages/Supplier/Dsnhacungcap.razor.rz.scp.css */
.overlay[b-yjax5h2kgm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
    z-index: 1050;
}

.d-flex[b-yjax5h2kgm] {
    margin-left: 40px;
    gap: 12px;
    flex-wrap: wrap;
}

.text-head[b-yjax5h2kgm] {
    font-size: 45px;
    background-color: #00cc99;
    color: white;
    height: 8vh;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table[b-yjax5h2kgm] {
    font-family: 'Times New Roman', Times, serif;
}

    .table th[b-yjax5h2kgm] {
        background-color: #00cc998c;
        font-size: 19px;
    }

.text-card[b-yjax5h2kgm] {
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
}

.form-label[b-yjax5h2kgm] {
    font-weight: bold;
}

.table td:last-child[b-yjax5h2kgm] {
    text-align: center;
    vertical-align: middle;
}

.form-popup[b-yjax5h2kgm] {
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown-b-yjax5h2kgm 0.25s ease;
}

h3[b-yjax5h2kgm] {
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Times New Roman', Times, serif;
}

@keyframes slideDown-b-yjax5h2kgm {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .text-head[b-yjax5h2kgm] {
        font-size: 32px;
        height: auto;
        padding: 10px;
    }

    .d-flex[b-yjax5h2kgm] {
        margin-left: 20px;
        justify-content: center;
        gap: 10px;
    }

    .table th[b-yjax5h2kgm], .table td[b-yjax5h2kgm] {
        font-size: 16px;
        padding: 6px;
    }

    .form-popup[b-yjax5h2kgm] {
        max-width: 90%;
    }
}


@media (max-width: 600px) {
    .text-head[b-yjax5h2kgm] {
        font-size: 24px;
        height: auto;
        padding: 8px;
    }

    .d-flex[b-yjax5h2kgm] {
        flex-direction: column;
        margin-left: 0;
        gap: 8px;
        align-items: center;
    }

    .table[b-yjax5h2kgm] {
        font-size: 14px;
        overflow-x: auto;
        display: block;
    }

        .table th[b-yjax5h2kgm], .table td[b-yjax5h2kgm] {
            white-space: nowrap;
            padding: 5px;
        }

    .form-popup[b-yjax5h2kgm] {
        width: 95%;
        max-width: none;
    }
}
