/*--list-GLOBAL STYLES--list-*/

:root {
  --list-white: #ffffff;
  --list-dark: #0c3566;
  --list-soft: #58708d;
  --list-blue: #1d7cee;
  --list-font-innoget: "Raleway", sans-serif;
  --list-light-grey: rgba(223, 221, 224, 0.4);
}

body {
  font-family: var(--list-font-innoget), sans-serif !important;
  color: #0c3566;
  background-color: #e9edf1;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: var(--list-dark);
}
.listing-section .btn,
.btn {
  border-radius: 7px;
  font-family: var(--list-font-innoget) !important;
  font-weight: 400;
}

.listing-section .btn-s,
.btn-s {
  padding: 8px 15px !important;
  font-size: 12px !important;
  line-height: 1.1em !important;
}
.listing-section .btn-m,
.btn-m {
  padding: 12px 22px !important;
  font-size: 13px !important;
  line-height: 1.1em !important;
  font-weight: bold;
}
.listing-section .btn-l,
.btn-l {
  padding: 15px 30px !important;
  font-size: 16px !important;
  
  padding: 15px 30px !important;
font-size: 15px;
line-height: 1.1em;
font-weight: bold;
}


.btn-blue {
  background-color: var(--list-blue);
  color: var(--list-white) !important;
}

.btn-blue:hover {
  background-color: var(--list-blue) !important;
  color: var(--list-white) !important;
}

.btn-white {
  background-color: var(--list-white);
  color: var(--list-blue);
}

.btn-white:hover {
  color: var(--list-blue);
}

.btn-border-white {
  background-color: transparent;
  border: 2px solid var(--list-white);
  color: var(--list-white);
}

.btn-border-white:hover {
  color: var(--list-white);
}

.btn-border-blue {
  background-color: var(--list-white);
  border: 2px solid var(--list-blue);
  color: var(--list-blue);
  box-sizing: content-box;
}

.btn-border-blue:hover {
  color: var(--list-blue);
}

.uppercase {
  text-transform: uppercase;
}

section {
  padding: 25px 0 40px 0 !important;
}

h2 {
  color: var(--list-dark);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
}

/*END GLOBAL STYLES*/

.listing-section{
    position: relative;
}
.listing-section .loading{
position: absolute;
width: 100%;
height: 100vh;
top: 0;
left: 45%;
opacity: 0.7;
}
.listing-section .loading img{
    margin: auto;
    margin-top: 20vh;
}

.tech-offers-list__top {
  margin-bottom: 0px;
}

.tech-offers-list__ref {
  opacity: 0.6;
  color: #0c3566;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 13px;
}

.tech-offers-list__grid {
  margin: 0 -10px -10px -10px;
  display: flex;
  flex-wrap: wrap;
}

.tech-offers-list__card {
  background: var(--list-white);
  border-radius: 7px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 23.27%;
  margin: 10px;
  min-height: 363px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tech-offers-list__card.mheight {
  background: var(--list-white);
  border-radius: 7px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 23.27%;
  margin: 10px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tech-offers-list__cover-wrapper {
  position: relative;
}

.tech-offers-list__cover {
  height: 140px;
  width: auto;
  background: var(--list-background-grey);
  border-radius: 8px;
  overflow: hidden;
}

.tech-offers-list__cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tech-offers-list__logo {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 50%;
  border: 0.5px solid var(--list-grey);
  background-color: #ffffff;
  height: 41px;
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tech-offers-list__logo img {
  object-fit: cover;
  width: 100%;
  padding: 5px;
}

.tech-offers-list__save-button {
  position: absolute;
  top: 8px;
  right: 8px;
}

.tech-offers-list__save-button .btn-round {
  width: 26px;
  height: 26px;
  max-height: 26px;
  max-width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--list-grey);
}

.tech-offers-list__save-button svg {
  stroke: var(--list-white);
  min-width: 20px;
  height: 20px;
}

h3.tech-offers-list__title {
  margin: 15px 0 8px 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}

.tech-offers-list__category,
.tech-offers-list__org {
  font-size: 12px;
  font-family: var(--list-font-innoget);
  letter-spacing: 0;
  line-height: 17px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--list-soft);
}

.tech-offers-list__category {
  margin-bottom: 5px;
}

.tech-offers-list__category svg,
.tech-offers-list__org svg {
  margin-right: 4px;
}

.tech-offers-list__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 11px -4px -4px -4px;
}
.tech-offers-list__card.mheight .tech-offers-list__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tech-offers-list__buttons .btn {
  flex: 1;
  justify-content: center;
  margin: 4px;
}

.tech-offers-list__buttons .btn-blue {
  background-color: #1d7cee;
}

.tech-offers-list__buttons .btn-blue:hover {
  background-color: #1d7cee !important;
}

.tech-offers-list__buttons .btn-border-blue {
  border: 1px solid #1d7cee;
  color: #1d7cee;
}

.tech-offers-list__buttons .btn-border-blue:hover {
  color: #1d7cee;
}

.tech-offers-list__pagination {
  margin-top: 30px;
}

.tech-offers-list__pagination-bar.pagination {
  margin: 0;
  border-radius: 8px;
}

.tech-offers-list__pagination-bar.pagination li a {
  padding: 15px 19px;
  border-color: #1d7cee;
  color: #1d7cee;
  transition: 0.3s ease-in-out;
}

.tech-offers-list__pagination-bar.pagination li a:hover {
  background-color: #e8f1fd;
}

.tech-offers-list__pagination-bar.pagination li.active a {
  background-color: #1d7cee;
  color: #ffffff;
}
