.user-steps .aStep {
  width: 50%;
}
.webinair-calendar .info.name a {
  color: #333;
  font-weight: 700;
}
.azienda-content section#calendario-speciale.table-job .calendar-events .item .type {
  width: 150px;
}
.azienda-content section#calendario-speciale.table-job .calendar-events .item .type img {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .azienda-content section#calendario-speciale.table-job .calendar-events .item .type {
    display: block;
    width: 30%;
  }
}
.delete-job-interest {
  color: rgba(255, 0, 0, 0.9);
  font-size: 28px;
  cursor: pointer;
  font-weight: 700;
}
.delete-job-interest.disabled {
  font-size: 14px;
}
.myevents.jobs .item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.myevents.jobs .item .duration {
  text-align: center;
  width: 80px !important;
}
section#hero .dtable {
  background: transparent;
}
.bg-gray {
  background: #f2f2f2;
}
.bg-white {
  background: #ffffff !important;
}
section#event {
  background: #fff;
}
div#opportunities {
  padding-bottom: 30px;
}
section.timeline .timeline-wrp .item .content .description .title {
  line-height: 1.2;
  margin-bottom: 5px;
}
.webinar-label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 5px 0;
  background: red;
  color: #fff;
  padding: 0 6px 1px 6px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
}
.webinar-label.recorded {
  background: purple;
}
.webinar-label:not(.recorded) {
  animation-name: fadeinout;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes fadeinout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.filter-job {
  display: block;
  width: 300px;
  max-width: 300px;
  position: relative;
}
.filter-job input {
  width: 100%;
  border: 1px solid #bbb;
  padding: 10px;
}
.filter-job .fa-search {
  position: absolute;
  right: 12px;
  top: 14px;
}
