.time-hist-outer-div{
    height: 330px !important;
    overflow: auto;
}

.circular-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #ccc;
  }
  
  /* Plus button specific styles */
  .plus-btn {
    border: 2px solid #333;
  }
  
  /* Minus button specific styles */
  .minus-btn {
    border: 2px solid #333;
  }
  
  /* Hover styles */
  .circular-btn:hover {
    background-color: #ddd;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
    border: #dde0b4 solid 10px;
  }


  #profile-name {
    max-width: 200px; /* Adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.btn-indigo-600 {
    background-color: #6610f2; /* Replace this with the actual color code for $indigo-600 */
    color: white;
}
.btn-indigo-600:hover {
    background-color: #530fc1; /* Slightly darker shade for hover effect */
    color: white;
}

.btn-orange-600 {
  background-color: #beeb55; /* Replace this with the actual color code for $indigo-600 */
  color: rgb(0, 0, 0);
}

.btn-orange-600:hover {
  background-color: #fdff76e1; /* Slightly darker shade for hover effect */
  color: black;
}

.dirty { 
    background-color: #fbff00 !important;
    color: red !important;
    border: 1px #ff0000 solid !important;
    animation: blink 1s infinite; /* Apply the blink animation */
}

@keyframes blink {
  0%, 50%, 100% {
      opacity: 1; /* Fully visible */
  }
  25%, 75% {
      opacity: 0; /* Fully transparent */
  }
}

.dirty:hover { 
  background-color: #e2e50b !important;
  color: red !important;
  border: 1px #dd0101 solid !important;
  animation: none;
}

.clonable {
  background-color: #f5faff;
  border: 1px #e6e6e6 solid;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}

.projectTitleSection {
  background: linear-gradient(to bottom, #6610f2 10%, #6f42c1 100%);
  border-radius: 10px 10px 0px 0px;
  color: white;
  padding: 20px 10px;
}

.projectList {
  border: 1px solid #e1e1e1;
  background-color: #f0f8ff;
  color: black;
  font-size: 16px;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 5px;
}

/* .select2-selection__choice {
    height: 18px !important;
    font-size: 0.7rem;
} */

.bg-purple {
  background-color: #661262 !important; /* Replace with your custom color */
}

.download-pdf {
  cursor: pointer;
}

#map {
  height: 87vh;
  width: 100%;
}

.mapview {
  height: 100%;
}

.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -60%; /* Hidden by default */
  width: 40%;
  padding: 1rem;
  background-color: #ffffff;
  transition: right 0.3s ease-in-out;
  z-index: 1045; /* Ensure it sits on top of other content */
  overflow-y: auto; /* Enable vertical scrolling */
  max-height: 100vh; /* Limit height to viewport height */
  /* box-shadow: -10px 0px 10px 1px #2c3405; */
  box-shadow: -10px 0px 10px 1px #48464b;
}

.offcanvas h1 {
  font-size: 1.8rem;
}

.offcanvas h2 {
  font-size: 1.4rem;
}

.offcanvas h3 {
  font-size: 1.1rem;
}

.offcanvas.show {
  right: 0;
}

.offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-header .close {
  font-size: 1.5rem;
  padding: 10px;
  border-radius: 10px;
  line-height: .8;
  background-color: red;
}

table.project td {
  padding-left: 15px !important;
}

.project h3 {
  border-left: 4px solid #800081;
  padding-left: 5px;
  text-decoration: str;
  font-weight: bold;
  background: #ffddff;
}
