.sortable-content * {
  box-sizing: border-box;
}
.sortable-content span.flag {
  width: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.sortable-content span.flag img {
  width: 100% !important;
}

.sortable-content.sortable-jobs .settings-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 10px 35px;
  margin-bottom: 25px;
}
.sortable-content.sortable-jobs .settings-wrapper a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #565555;
  transition: 0.3s all;
}
.sortable-content .settings-wrapper a.active,
.sortable-content .settings-wrapper a:hover {
  color: #0062ff;
}
.sortable-content .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0px;
}

.sortable-content .item .content {
  /* padding: 20px; */
  display: flex;
  flex-direction: column;
}

.sortable-content .item .inner-wrapper {
  border-radius: 18px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  color: inherit;
  transition: 0.3s all;
}
.sortable-content .item .inner-wrapper:hover {
  // box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sortable-content .content-wrapper > div {
  width: 25%;
  /* padding: 15px; */
  position: static;
  transition: 0.15s left, 0.15s top, 0.15s height, 0.2s transform, 0.3s opacity;
}
.sortable-content .hide {
  display: none;
}
.sortable-content .item h5 {
  margin-bottom: 0px;
  position: relative;
  padding-right: 40px;
}
.sortable-content .item .content a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  margin: auto 0 0 0;
  color: #0062FF;
  transition: 0.3s all;
}
.sortable-content .item .content a:hover {
  color: #0062FF;
}
.sortable-content .item .content a svg path {
  color: #0062FF;
}
.sortable-content .item .content a:hover svg {
  margin-left: 13px;
  color: #0062FF !important;
}
.sortable-content .item .content a:hover svg path {
  fill: #0062FF !important;
}
.sortable-content .item .content a svg {
  margin-left: 10px;
  transition: 0.3s all;
}

.sortable-content .no-results {
  display: none;
}
.sortable-content .no-results.show {
  display: block;
}
.sortable-content .absolute {
  position: absolute !important;
}
.sortable-content .scale {
  transform: scale(0) !important;
  opacity: 0 !important;
}
.sortable-content .scale1 {
  transform: scale(1) !important;
}
