.job-list-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ecf5fc;
}

.job-list-navigation .container {
  width: 85%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.job-list-navigation .container .bigtitle {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #202124;
}

.job-list-navigation .container .bigtitle span {
  color: #03429f;
}

.job-list-navigation .container .smalltext {
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 400;
  color: #202124;
}

.job-list-navigation .container form .searchform {
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.job-list-navigation .container form .searchform .jobinput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.job-list-navigation .container form .searchform .jobinput input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #202124;
  width: 100%;
}

.job-list-navigation .container form .searchform .jobinput select {
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
  color: #696969;
}

.job-list-navigation .container form .searchform .jobinput .icon {
  font-size: 20px;
  color: #696969;
}

.job-list-navigation .container form .searchform .jobinput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}

.job-list-navigation .container form .searchform .jobinput select {
  border: none;
  outline: none;
  width: 100%;
}

.job-list-navigation .container form .searchform .jobinput .icon {
  font-size: 20px;
  color: #696969;
}

.job-list-navigation .container form .searchform .searchbutton {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-list-navigation .container form .searchform .searchbutton button {
  background-color: #03429f;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
}

.job-list-navigation .container form .filters {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.job-list-navigation .container form .filters .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.job-list-navigation .container form .filters .filter select {
  border: none;
  outline: none;
  background-color: transparent;
  color: #696969;
  width: 100%;
}

.job-list-navigation .container form .filters .filter.clear-filters {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.job-list-navigation .container form .filters .filter.clear-filters .clear-filters-btn {
  background-color: #f8f9fa;
  color: #6c757d;
  border: 1px solid #dee2e6;
  outline: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job-list-navigation .container form .filters .filter.clear-filters .clear-filters-btn:hover {
  background-color: #e9ecef;
  color: #495057;
}

.job-list-navigation .container form .filters .filter.clear-filters .clear-filters-btn i {
  font-size: 16px;
}

.job-list-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.job-list-jobs .container {
  width: 85%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.job-list-jobs .container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #e0e0e0;
  width: calc(33.333% - 50px);
  min-width: 300px;
  max-width: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.job-list-jobs .container .box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.job-list-jobs .container .box .left .image {
  width: 100%;
  height: 100%;
}

.job-list-jobs .container .box .left .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job-list-jobs .container .box .left .text .title a {
  font-size: 20px;
  font-weight: 500;
  color: #202124;
}

.job-list-jobs .container .box .left .text .description {
  font-size: 15px;
  font-weight: 400;
  color: #696969;
}

.job-list-jobs .container .box .left .text .description a {
  font-size: 15px;
  font-weight: 400;
  color: #202124;
}

.job-list-jobs .container .box .left .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}

.job-list-jobs .container .box .left .buttons .orari {
  background-color: #dbe3f1;
  color: #03429f;
  border: 0.5px solid #dbe3f1;
  outline: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
}

.job-list-jobs .container .box .left .buttons .location {
  background-color: #fff;
  color: #202124;
  border: 0.5px solid #dbe3f1;
  outline: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
}

.job-list-jobs .container .box .left .smalltext .text {
  color: #202124;
  font-size: 16px;
  font-weight: 400;
}

.job-list-jobs .container .box .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  text-align: center;
}

.job-list-jobs .container .box .right .wishlist button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #696969;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #dbe3f1;
  color: #696969;
}

.job-list-jobs .container .box .right .premium img {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #696969;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #dbe3f1;
  color: #696969;
}

.job-list-jobs .container .box .right .job-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.job-list-jobs .container .box .right .job-indicators .urgent-indicator {
  background: linear-gradient(135deg, #696969, #696969);
  color: white;
  border: none;
  outline: none;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
          box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.job-list-jobs .container .box .right .job-indicators .urgent-indicator i {
  font-size: 8px;
}

.job-list-jobs .container .box .right .job-indicators .featured-indicator {
  background: linear-gradient(135deg, #696969, #696969);
  color: #333;
  border: none;
  outline: none;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(255, 217, 61, 0.3);
          box-shadow: 0 2px 4px rgba(255, 217, 61, 0.3);
}

.job-list-jobs .container .box .right .job-indicators .featured-indicator i {
  font-size: 8px;
}

.job-list-jobs .container .box .right .job-indicators .urgent-featured {
  background: linear-gradient(135deg, #696969, #696969);
  color: white;
  border: none;
  outline: none;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
          box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.job-list-jobs .container .box .right .job-indicators .urgent-featured i {
  font-size: 8px;
}

@media (max-width: 1200px) {
  .job-list-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ecf5fc;
  }
  .job-list-navigation .container {
    width: 95%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .job-list-navigation .container .bigtitle {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #202124;
    font-size: 25px;
    line-height: 1.1;
    margin: 0 0 10px;
  }
  .job-list-navigation .container .bigtitle span {
    color: #03429f;
  }
  .job-list-navigation .container .smalltext {
    font-size: 15px;
    margin-bottom: 35px;
    font-weight: 400;
    color: #202124;
  }
  .job-list-navigation .container form .searchform {
    background-color: #fff;
    border-radius: 10px;
    margin: 20px 0px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .job-list-navigation .container form .searchform .jobinput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 0.5px solid #e0e0e0;
  }
  .job-list-navigation .container form .searchform .jobinput input {
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #202124;
    width: 100%;
  }
  .job-list-navigation .container form .searchform .jobinput select {
    border: none;
    outline: none;
    width: 100%;
    background-color: transparent;
    color: #696969;
    font-size: 15px;
  }
  .job-list-navigation .container form .searchform .jobinput .icon {
    font-size: 15px;
    color: #696969;
  }
  .job-list-navigation .container form .searchform .searchbutton {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .job-list-navigation .container form .searchform .searchbutton button {
    background-color: #03429f;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    height: 50px;
    width: 100%;
  }
  .job-list-navigation .container form .filters {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .job-list-navigation .container form .filters .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .job-list-navigation .container form .filters .filter select {
    border: none;
    outline: none;
    background-color: transparent;
    color: #696969;
    width: 100%;
    padding: 12px 0px;
    border-bottom: 0.5px solid #e0e0e0;
    font-size: 15px;
  }
  .job-list-navigation .container form .filters .filter.clear-filters {
    margin-top: 10px;
  }
  .job-list-navigation .container form .filters .filter.clear-filters .clear-filters-btn {
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
    outline: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .job-list-navigation .container form .filters .filter.clear-filters .clear-filters-btn:hover {
    background-color: #e9ecef;
    color: #495057;
  }
  .job-list-navigation .container form .filters .filter.clear-filters .clear-filters-btn i {
    font-size: 16px;
  }
  .job-list-jobs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-list-jobs .container {
    width: 95%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .job-list-jobs .container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #e0e0e0;
    width: 90%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .job-list-jobs .container .box .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .job-list-jobs .container .box .left .image {
    width: 100%;
    height: 100%;
  }
  .job-list-jobs .container .box .left .image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .job-list-jobs .container .box .left .text .title a {
    font-size: 20px;
    font-weight: 500;
    color: #202124;
  }
  .job-list-jobs .container .box .left .text .description {
    font-size: 15px;
    font-weight: 400;
    color: #696969;
  }
  .job-list-jobs .container .box .left .text .description a {
    font-size: 15px;
    font-weight: 400;
    color: #202124;
  }
  .job-list-jobs .container .box .left .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .job-list-jobs .container .box .left .buttons .orari {
    background-color: #dbe3f1;
    color: #03429f;
    border: 0.5px solid #dbe3f1;
    outline: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 400;
  }
  .job-list-jobs .container .box .left .buttons .location {
    background-color: #fff;
    color: #202124;
    border: 0.5px solid #dbe3f1;
    outline: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 400;
  }
  .job-list-jobs .container .box .left .smalltext .text {
    color: #202124;
    font-size: 15px;
    font-weight: 400;
  }
  .job-list-jobs .container .box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .job-list-jobs .container .box .right .wishlist button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #696969;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0.5px solid #dbe3f1;
    color: #696969;
  }
  .job-list-jobs .container .box .right .job-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .job-list-jobs .container .box .right .job-indicators .urgent-indicator {
    background: linear-gradient(135deg, #696969, #696969);
    color: white;
    border: none;
    outline: none;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
            box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
  }
  .job-list-jobs .container .box .right .job-indicators .urgent-indicator i {
    font-size: 8px;
  }
  .job-list-jobs .container .box .right .job-indicators .featured-indicator {
    background: linear-gradient(135deg, #696969, #696969);
    color: #333;
    border: none;
    outline: none;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(255, 217, 61, 0.3);
            box-shadow: 0 2px 4px rgba(255, 217, 61, 0.3);
  }
  .job-list-jobs .container .box .right .job-indicators .featured-indicator i {
    font-size: 8px;
  }
  .job-list-jobs .container .box .right .job-indicators .urgent-featured {
    background: linear-gradient(135deg, #696969, #696969);
    color: white;
    border: none;
    outline: none;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
            box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
  }
  .job-list-jobs .container .box .right .job-indicators .urgent-featured i {
    font-size: 8px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=job-lists.css.map */