.yearpicker-container {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-height: 200px;
  overflow-y: auto;
  padding: 5px;
  border-radius: 4px;
}

.yearpicker-popup {
  display: flex;
  flex-direction: column;
}

.year-item {
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
}

.year-item:hover,
.year-item.selected {
  background-color: #003973;
  color: #fff;
  border-radius: 4px;
}

.code-danger 
{
  color: #DC143C;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0px!important;
}

