@media (min-width: 992px) {
  .hide-on-large {
    display: none !important;
  }
}


/* Optional: make it look cleaner */
.month_year_datepicker .ui-datepicker-calendar {
  display: none !important;
}

.skill-tag {
  background-color: #007bff;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
}

.skill-tag i {
  margin-left: 8px;
  cursor: pointer;
}


.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c62828; /* same green as edit icon */
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}
.delete-text{
  font-size: 13px;
  cursor: pointer;
  
}

.position-relative {
  position: relative;
}

.date-placeholder {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 12px;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
  transition: all 0.2s ease;
  background: white;
  padding: 0 4px;
}

.date-input:focus + .date-placeholder,
.date-input:valid + .date-placeholder {
  top: -8px;
  left: 8px;
  font-size: 12px;
  color: #495057;
}

.b1px{
  border: 1px solid gray !important;
}

