.time_frame .width100 {
  width: 100% !important;
}

.pd-r10 {
  padding-right: 10px;
}
.pd-l15 {
  padding-left: 15px;
}

.admin .pd-mg-agri {
  padding: 11px 15px;
  margin-left: 5px;
  font-size: 13px;
}

.ml-5 {
  margin-left: 5px;
}

.tree-title::before {
  content: '‣';
  padding-right: 5px;
}

.fa-icon-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.journey_path .modal-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.journey_path .modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.journey_path .modal-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 20px;
}
.journey_path .rotate-color {
  position: relative;
  transition: background-color 0.3s ease;
}

.journey_path .rotate-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 0, 0.1);
  transform-origin: bottom left;
  transform: rotate(-5deg);
  transition: transform 0.3s ease;
}

.journey_path .rotate-color:hover {
  background-color: rgba(0, 128, 0, 0.2);
}

.purchase_journeys .dropdown {
  position: relative;
  display: inline-block;
}

.purchase_journeys .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 1;
  left: -100%;
}

.purchase_journeys .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.purchase_journeys .dropdown:hover .dropdown-content {
  display: block;
}

.rotate-color:hover::before {
  transform: rotate(0deg);
}

.lb-total-user {
  padding: 10px;
  width: 100%;
  background: #00a65a;
}

.overview .box-title {
  margin-right: 5px !important;
}

.overview .custome-box-number {
  font-size: 25px;
  color: red;
}

.overview .color-icon {
  color: #f39c12;
}
/* ----- STATUS DOT STYLE ----- */
.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #16a34a;
  font-weight: 500;
}

.status-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #16a34a;
  display: inline-block;
}

.status-dot.out {
  color: #dc2626;
}

.status-dot.out::before {
  background-color: #dc2626;
}

.status-dot.warning {
  color: #f59e0b;
}

.status-dot.warning::before {
  background-color: #f59e0b;
}

.status-dot.danger {
  color: #dc2626;
}
.status-dot.danger::before {
  background-color: #dc2626;
}
.btn-clear-filter {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
  transition: all 0.2s ease-in-out;
}

.btn-clear-filter:hover {
  border-color: #b41020;
  color: #fff;
  background-color: #dc3545;
}

.style-input-search {
  display: inline-block;
  width: 200px;
  margin-right: 5px;
  background: #F9FAFB !important;
  padding: 17px !important;
  border: 0px;
}
/* Màn hình laptop 13–16 inch */
@media screen and (min-width: 1280px) and (max-width: 1680px) {
  .style-input-search {
    width: 154px!important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1680px) {
  .selling-product-th .set-width {
    width: 347px;
  }
}
/* Màn hình từ 17in */
@media screen and (min-width: 1681px) {
  .selling-product-th .set-width {
    width: 580px;
  }
}

.complant_refund_invoice .complaint-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.complant_refund_invoice .row-line {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.complant_refund_invoice .label-col {
  width: 200px;
  font-weight: 600;
  color: #333;
}

.complant_refund_invoice .value-col {
  flex: 1;
  padding-left: 10px;
  color: #111;
}

.complant_refund_invoice .complaint-info-table .btn {
  margin-top: -3px;
}

.page-upload {
  background-color: #f8fafc;
  padding: 40px 50px;
  border-radius: 10px;
  min-height: 90vh;
}

.page-upload .upload-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 30px 40px;
  max-width: 600px;
  margin: 0 auto;
}

.page-upload h3 {
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-upload label {
  font-weight: 600;
  color: #334155;
  display: block;
  margin-bottom: 6px;
}

.page-upload .form-control {
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 6px 12px;
  font-size: 14px;
  width: 100%;
  transition: border-color 0.2s ease;
}

.page-upload .form-control:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}

.page-upload .upload-box {
  background: #f9fafb;
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  text-align: center;
  padding: 25px;
  margin-top: 10px;
  cursor: pointer;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.page-upload .upload-box:hover {
  background: #f1f5f9;
  border-color: #3b82f6;
}

.page-upload .upload-box i {
  font-size: 36px;
  color: #60a5fa;
  margin-bottom: 8px;
}

.page-upload .upload-box p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

.page-upload .file-hidden {
  display: none !important;
}

.page-upload .file-list {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
  font-size: 13px;
  color: #1e293b;
}

.page-upload .file-list li {
  background: #f1f5f9;
  border-radius: 6px;
  padding: 6px 10px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.page-upload .file-remove {
  color: #ef4444;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
  transition: color 0.2s;
}

.page-upload .file-remove:hover {
  color: #b91c1c;
}

.page-upload .btn-save {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.page-upload .btn-save:hover {
  background: linear-gradient(135deg, #059669, #047857);
  transform: translateY(-2px);
}

.page-upload .actions {
  text-align: right;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .page-upload {
    padding: 20px;
  }

  .page-upload .upload-card {
    padding: 20px;
  }
}
.color_count {
  color: #22c55e;
}

.statistics .row.equal-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.statistics .row.equal-row > [class*="col-"] {
  display: flex;
}

.statistics .row.equal-row .well.box-shadow-report {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  width: 100%;
}

.rounded-8 {
  border-radius: 8px !important;
}
