.opportunities-container {
  display: flex;
}
.opportunities-container section {
  flex: auto;
}

.opportunities-filter {
  min-width: 380px;
  max-width: 380px;
}
.opportunities-filter h3 {
  margin: 10px 0;
}
.opportunities-filter .searchform {
  display: flex;
  margin-bottom: 30px;
}
.opportunities-filter .searchform input[type=text] {
  flex: 1;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-right: none;
}
.opportunities-filter .searchform button {
  background-color: #fff;
  flex: auto;
  width: 60px !important;
  border: none;
  background-color: #009ee2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.opportunities-filter .searchform button:hover {
  background-color: #009ee2;
}
.opportunities-filter .searchform button svg {
  height: 25px;
  stroke: #fff;
}
.opportunities-filter ul > li {
  list-style-type: none;
  margin: 0;
}
.opportunities-filter ul > li label {
  cursor: pointer;
  display: block;
  padding: 1px 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9rem;
}
.opportunities-filter ul > li input {
  display: none;
}
.opportunities-filter ul > li input:checked + label {
  background-color: #009ee2;
  color: #fff;
}
.opportunities-filter ul > li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
.opportunities-filter ul > li ul li label {
  font-weight: normal;
}
.opportunities-filter ul > li ul li:hover label {
  background-color: #eee;
  color: #111;
}
.opportunities-filter ul.children-categories li label {
  border: 1px solid #ddd;
}
.opportunities-filter ul.types {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0.5rem;
}
.opportunities-filter ul.types li {
  flex: 1;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
}
.opportunities-filter ul.types li label {
  text-decoration: none;
  font-weight: normal;
}
.opportunities-filter ul.types li:hover label {
  background-color: #eee;
  color: #111;
}
.opportunities-filter ul.types-archived {
  display: block;
  margin-bottom: 1rem;
}
.opportunities-filter ul.types-archived li label input {
  display: inline-block;
  margin-right: 10px;
}
.opportunities-filter ul.countries {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.opportunities-filter ul.countries li {
  flex: 1;
  min-width: 80px;
  max-width: 30%;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
}
.opportunities-filter ul.countries li label {
  text-decoration: none;
  font-weight: normal;
}
.opportunities-filter ul.countries li:hover label {
  background-color: #eee;
  color: #111;
}
.opportunities-filter ul {
  margin-bottom: 30px;
}
.opportunities-filter ul.single-level {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.opportunities-filter ul.single-level li {
  margin: 0;
  gap: 10px;
  max-width: fit-content;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
}
.opportunities-filter ul.single-level li label {
  text-decoration: none;
  font-weight: normal;
}
.opportunities-filter ul.single-level li:hover label {
  background-color: #eee;
  color: #111;
}

.paging {
  border: 1px solid #fff;
  margin-bottom: 2rem;
}
.paging ul {
  align-items: center;
  justify-content: center;
}
.paging ul li a {
  padding: 1rem;
}
.paging ul li a.active {
  background-color: #009ee2;
  color: #fff;
  border-radius: 3px;
}
.paging ul li:last-child {
  transform: rotate(180deg);
}

.opportunities-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-left: 0;
  gap: 2rem;
}
.opportunities-list .opportunity {
  border: 1px solid #eee;
}
.opportunities-list .opportunity .labels {
  position: relative;
  z-index: 500;
}
.opportunities-list .opportunity .labels span {
  position: absolute;
  bottom: -12px;
  right: 10px;
  border-radius: 15px;
  display: inline-block;
  background-color: #009ee2;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #fff;
}
.opportunities-list .opportunity .labels span.news {
  background-color: #b2c924;
}
.opportunities-list .opportunity .labels span.tenders {
  background-color: #009ee2;
}
.opportunities-list .opportunity .labels span.partnerships {
  background-color: #05667f;
}
.opportunities-list .opportunity h2 {
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: none;
  font-weight: 600;
}
.opportunities-list .opportunity .date {
  margin-bottom: 5px;
  font-size: 12px;
}
.opportunities-list .opportunity .opportunity-title {
  padding: 10px;
}
.opportunities-list .opportunity .opportunity-title .post-countries {
  margin-bottom: 10px;
}
.opportunities-list .opportunity .opportunity-title .post-countries .country {
  border: 1px solid #eee;
  background-color: #eee;
  font-size: 0.85rem;
  display: inline-block;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 3px;
}
.opportunities-list .opportunity .opportunity-content {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.opportunities-list .opportunity .opportunity-content .category {
  border: 1px solid #eee;
  background-color: #eee;
  font-size: 0.85rem;
  display: inline-block;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 3px;
}
.opportunities-list .opportunity .opportunity-image {
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  height: 200px;
  overflow: hidden;
}
.opportunities-list .opportunity .opportunity-image img {
  position: relative;
  height: 100%;
}
.opportunities-list .opportunity .opportunity-image img.blur-image {
  position: absolute;
  z-index: -1;
  height: 200%;
  width: 200%;
  top: -50%;
  left: -50%;
  filter: blur(25px);
  background-color: #eee;
}

@media (min-width: 600px) {
  .opportunities-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .opportunities-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#loading {
  display: none;
  position: fixed;
  z-index: 9990;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  justify-items: center;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
#loading.show {
  display: flex;
}
#loading .clock-wrapper {
  position: relative;
  width: 50px;
  height: 100px;
  transform-origin: center center;
  animation: rotate 3s 0.75s ease-in-out infinite;
}
#loading .clock-wrapper:before, #loading .clock-wrapper:after {
  z-index: -1;
  content: "";
  border: solid 4px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 50%;
  clip-path: inset(0 60% 0 0);
  width: 100%;
  height: 50%;
  animation: shadow 3s 0.75s linear infinite;
  opacity: 0;
}
#loading .clock-wrapper:after {
  position: absolute;
  top: -1px;
  left: -18px;
}
#loading .clock-wrapper:before {
  position: absolute;
  bottom: -1px;
  right: -18px;
  transform: rotate(180deg);
}
#loading .clock {
  position: relative;
  width: 0;
  height: 0;
  border-top: solid 50px #009ee2;
  border-bottom: solid 25px transparent;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}
#loading .clock:before, #loading .clock:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -47px;
  width: 0;
  height: 0;
  border-top: solid 44px #fff;
  border-bottom: solid 20px transparent;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}
#loading .clock:after {
  border-top: solid 44px #009ee2;
  will-change: transform;
  animation: clock1 3s linear infinite;
}
#loading .clock:last-child {
  transform: rotate(180deg) translateY(50px);
}
#loading .clock:last-child:after {
  transform: scale(0);
  animation: clock2 3s linear infinite;
}

@keyframes clock1 {
  20%, 50% {
    transform: scale(0);
  }
  70%, 100% {
    transform: scale(1);
  }
}
@keyframes clock2 {
  20%, 50% {
    transform: scale(1);
  }
  70%, 100% {
    transform: scale(0);
  }
}
@keyframes shadow {
  10% {
    opacity: 1;
  }
  20%, 50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70%, 100% {
    opacity: 0;
  }
}
@keyframes rotate {
  20%, 50% {
    transform: rotate(180deg);
  }
  70%, 100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=opportunities.css.map */
