.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;
}
