@charset "UTF-8";
.card-doanhnghiep {
  display: block;
  top: 0px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #ffedb6; }
  .card-doanhnghiep:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #e0efff;
    background-color: white;
    border-bottom: 5px solid #FFC107; }

.d-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center; }

.card-doanhnghiep-header {
  background: #FFC107;
  display: flex;
  align-items: center;
  justify-content: center; }

.card-doanhnghiep-body {
  margin: 1rem 0 1rem 0;
  padding: 0 24px; }

.card-doanhnghiep-footer {
  margin: 0 1rem;
  padding: 12px;
  border-top: 1px solid wheat;
  font-size: 12px; }

.text-doanhnghiep-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 .5rem;
  padding: .25rem;
  border-radius: .5rem; }

.text-sanpham {
  font-weight: bold; }

.d-sp-nganhnghe-chinh {
  margin: .5rem;
  padding: .5rem;
  height: -webkit-fill-available;
  border-radius: .5rem;
  border: 1px solid wheat; }

.d-sp-bieutrung {
  margin: .5rem;
  padding: .5rem;
  height: -webkit-fill-available;
  border-radius: .5rem;
  border: 1px solid wheat; }

@media only screen and (max-width: 600px) {
  .d-grid-3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0; }
  .card-doanhnghiep-footer {
    margin: 0 !important;
    padding: 1rem 0; }
  .d-block-content {
    padding: 0; } }

.carousel {
  padding: 0 2rem; }

.pagination-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
  background-color: #f9f9f9;
  padding: 10px 20px;
  border-radius: 50px;
  /* Bo trĂ²n cáº£ thanh */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }

.card-doanhnghiep {
  height: 100%;
  margin: 0; }

/* Pagination Styles */
.pagination {
  margin-bottom: 0; }

.pagination .page-item .page-link {
  border: none;
  color: #6c757d;
  background: transparent;
  font-weight: 500;
  margin: 0 2px;
  border-radius: 50%;
  /* NĂºt trĂ²n */
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s; }

.pagination .page-item.active .page-link {
  background-color: #FFC107;
  color: #000;
  box-shadow: 0 2px 4px rgba(255, 193, 7, 0.4); }

.pagination .page-item.disabled .page-link {
  opacity: 0.4;
  cursor: default; }

.pagination .page-item:not(.disabled):not(.active) .page-link:hover {
  background-color: #e9ecef;
  color: #000; }

/* Selector & Counter Styles */
.controls-group {
  display: flex;
  align-items: center;
  border-left: 1px solid #dee2e6;
  padding-left: 15px;
  margin-left: 5px; }

.custom-delta-select {
  border: 1px solid #ced4da;
  border-radius: 20px;
  padding: 4px 10px;
  padding-right: 25px;
  /* Cho mÅ©i tĂªn dropdown */
  font-size: 0.875rem;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  height: 30px;
  line-height: 1.5; }

.custom-delta-select:focus {
  border-color: #FFC107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25); }

.record-status {
  font-size: 0.9rem;
  color: #495057;
  font-weight: 600;
  margin-left: 10px;
  white-space: nowrap; }

.record-status .current {
  color: #212529; }

.record-status .divider {
  color: #adb5bd;
  margin: 0 3px; }

.record-status .total {
  color: #6c757d; }