.withdivisiontab[data-v-933d691b]:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none;
}.result-card[data-v-1d99da40] {
  overflow: hidden;
}
.result-card__title-link[data-v-1d99da40] {
  line-height: 2.5ex;
  overflow: hidden;
  display: inline-block;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.result-card__show-more[data-v-1d99da40] {
  position: relative;
}
.result-card__footer[data-v-1d99da40] {
  height: 3.5rem;
}
.banner-image[data-v-1d99da40] {
  aspect-ratio: 1.91/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}.briefcase[data-v-86cfdc39] {
  width: 100%;
  height: 352px;
}.filter-count[data-v-f1f2f357] {
  position: relative;
  padding-right: 5px;
}
.job[data-v-f1f2f357] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

/* moving */
.jobny-move[data-v-f1f2f357] {
  transition: all 600ms ease-in-out 50ms;
}

/* appearing */
.job-enter-active[data-v-f1f2f357] {
  transition: all 400ms ease-out;
}

/* disappearing */
.job-leave-active[data-v-f1f2f357] {
  transition: all 200ms ease-in;
  position: absolute;
  z-index: 0;
}

/* appear at / disappear to */
.job-enter[data-v-f1f2f357],
.job-leave-to[data-v-f1f2f357] {
  opacity: 0;
}.btn-twitter {
  border-radius: 10%;
  background-color: black !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.button-container .btn-twitter:hover {
  background-color: #a0a0a0 !important;
  cursor: pointer;
}

.btn-facebook {
  border-radius: 10%;
  background-color: #65686e !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.button-container .btn-facebook:hover {
  background-color: #a0a0a0 !important;
  cursor: pointer;
}

.btn-linkedin {
  border-radius: 10%;
  background-color: #246c91 !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.button-container .btn-linkedin:hover {
  background-color: #a0a0a0 !important;
  cursor: pointer;
}

.btn-xing {
  border-radius: 10%;
  background-color: #175051 !important;
  color: #cfdc00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.button-container .btn-xing:hover {
  background-color: #a0a0a0 !important;
  cursor: pointer;
}

.btn-whatsapp {
  border-radius: 10%;
  background-color: #57a173 !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.button-container .btn-whatsapp:hover {
  background-color: #a0a0a0 !important;
  cursor: pointer;
}

.btn-telegram {
  border-radius: 10%;
  background-color: #5691ae !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.button-container .btn-telegram:hover {
  background-color: #a0a0a0 !important;
  cursor: pointer;
}

.btn-facebook-messenger {
  border-radius: 10%;
  background-color: #4e7ab1 !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.button-container .btn-facebook-messenger:hover {
  background-color: #a0a0a0 !important;
  cursor: pointer;
}

.btn-copy {
  border-radius: 10%;
  background-color: #838383 !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.button-container .btn-copy:hover {
  background-color: #a0a0a0 !important;
  cursor: pointer;
}

.btn-email {
  border-radius: 10%;
  background-color: #cc8f33 !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.button-container .btn-email:hover {
  background-color: #a0a0a0 !important;
  cursor: pointer;
}

.button-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 5px;
}

.btn-copy:hover {
  background-color: #f0f0f0 !important;
}

.jw-country-flag {
  height: 1.25em;
  width: auto;
  vertical-align: middle;
  border: 1px solid #ddd;
}