
.recruitment-details-inline {
  margin-top: 40px;
  width: 100%;
  animation: fadeIn 0.3s ease;
  z-index: 999;
  /*position: relative;*/
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: none !important;
  border-top: 0 !important;
  transform: translateY(-50%);
  padding: 0 !important;
  margin: 0 !important;
}

.recruitment-details-inline .recruitment-card {
  background: #f5f7fb;
  padding: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  max-width: 1200px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.recruitment-timeline-container {
  position: relative;
}
.recruitment-timeline-container .vis-item.vis-range {
  border-radius: 12px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.vis-current-time {
  z-index: 100 !important;
}
.for-what-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.for-what-term {
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(50% - 10px);
}

.for-what-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.for-what-icon svg {
  width: 36px;
  height: 36px;
  fill: #407DD8; /* lub currentColor */
}
.for-what-icon svg path{
  fill: #407DD8; /* lub currentColor */
}
.status-node {
  width: 70%;
}
.recruitment-status {
font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  background: rgba(255, 235, 0, 0.2);
  padding: 17px 16px;
  border-radius: 6px;
}
.recruitment-status span {
  font-size: 12px;
  font-weight: 400;
}
.recruitment-status span a {
  display: flex;
  align-items: center;
}
.recruitment-status span a svg{
  height: 12px;
  margin-left: 15px;
}
.recruitments-mail-notification {
  background-color: #003399;
  text-align: center;
  padding: 15px 35px;
  font-size: 12px;
  font-family: "Lexend", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.recruitments-mail-notification:hover {
  background-color: #407DD8;
}
/*.vis-grid.vis-vertical.vis-major.vis-january.vis-even {*/
/*  position: relative; !* konieczne dla ::before *!*/
/*}*/

/*.vis-grid.vis-vertical.vis-major.vis-january.vis-even::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 50%;*/
/*  width: 2px;*/
/*  height: 100%;*/
/*  background-color: black;*/
/*  z-index: 10; !* zwiększaj w razie potrzeby *!*/
/*  transform: translateX(-50%);*/
/*}*/