@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/hellaspm/assets/fonts/Manrope/Manrope-VariableFont_wght.woff2") format("woff");
  font-display: swap;
}
*:not(.fa):not(.swal2-icon) {
  font-family: "Manrope", Helvetica, Verdana, sans-serif;
  box-sizing: border-box;
}

body {
  color: #ffffff;
  padding: 20px;
}

.general-section {
  width: 100%;
}

.general-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0px 30px;
}
@media (min-width: 1680px) {
  .general-container {
    padding: 0;
  }
}

/* .general-container {
   max-width: $general-container;
   width: calc(100% - 40px);
   margin: auto;
} */
.small-container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0px 30px;
}
@media (min-width: 1420px) {
  .small-container {
    padding: 0;
  }
}

.extra-small-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0px 30px;
}
@media (min-width: 1120px) {
  .extra-small-container {
    padding: 0;
  }
}

span,
a,
p,
b,
h1,
h2,
h3,
h4,
h5 {
  color: #030303;
}

.main-color {
  color: #1E4A6C;
}

.blue {
  color: #50586F;
}

.white {
  color: #ffffff;
}

.grey {
  color: #474747;
}

.red {
  color: #1E4A6C;
}

* {
  font-weight: 200;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.underline {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rounded_image {
  border-radius: 250px;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-05 {
  opacity: 0.5;
}

input:focus-visible {
  outline: none;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

.is-disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

::-webkit-scrollbar-thumb {
  background: #1E4A6C;
}

::-webkit-scrollbar-track {
  background: #f2f2f2;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #1E4A6C #f2f2f2;
}

.languages-list-wrapper ul {
  list-style: none;
  display: flex;
}
.languages-list-wrapper ul li a {
  padding: 0.45rem 0.25rem;
  font-weight: 400;
}
.languages-list-wrapper ul li a.active {
  font-weight: 700;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.gap-20 {
  gap: 20px;
}

.table {
  display: table;
  text-align: center;
  width: 100%;
  margin: 10% auto 0;
  border-collapse: separate;
  font-weight: 400;
}

.table_row {
  display: table-row;
}

.theader {
  display: table-row;
}

.table_header {
  display: table-cell;
  border-bottom: #ccc 1px solid;
  /* border-top: #ccc 1px solid; */
  background: #ffffff;
  color: #1E4A6C;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.table_header:first-child {
  /* border-left: #ccc 1px solid;
  border-top-left-radius: 5px; */
}

.table_header:last-child {
  /* border-right: #ccc 1px solid;
  border-top-right-radius: 5px; */
}

.table_small {
  display: table-cell;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
  /* background: #bdbdbd; */
  color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_row > .table_small > .table_cell {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #1E4A6C;
  border-bottom: #ccc 1px solid;
}

.table_row > .table_small:first-child > .table_cell {
  /* border-left: #ccc 1px solid; */
}

.table_row > .table_small:last-child > .table_cell {
  /* border-right: #ccc 1px solid; */
}

.table_row:last-child > .table_small:last-child > .table_cell:last-child {
  /* border-bottom-right-radius: 5px; */
}

.table_row:last-child > .table_small:first-child > .table_cell:last-child {
  /* border-bottom-left-radius: 5px; */
}

.table_row:nth-child(2n+3) {
  /* background: #e9e9e9; */
}

@media screen and (max-width: 992px) {
  .table {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .table {
    display: block;
  }
  .table_row:nth-child(2n+3) {
    background: none;
  }
  .theader {
    display: none;
  }
  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: table-cell;
    width: 50%;
  }
}
@media screen and (max-width: 650px) and (max-width: 420px) {
  .table_row > .table_small > .table_cell:nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .table_cell {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 650px) and (max-width: 420px) {
  .table_cell {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    margin: 5% auto 0;
    text-align: center;
  }
  .table_small {
    display: table-row;
  }
}
@media screen and (max-width: 650px) and (max-width: 420px) {
  .table_small {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .table_row > .table_small:first-child > .table_cell:last-child {
    border-left: none;
  }
  .table_row > .table_small > .table_cell:first-child {
    border-left: #ccc 1px solid;
    color: #1E4A6C;
    font-weight: 800;
  }
}
@media screen and (max-width: 650px) and (max-width: 420px) {
  .table_row > .table_small > .table_cell:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .table_row > .table_small:first-child > .table_cell:first-child {
    border-top-left-radius: 10px;
    border-top: #ccc 1px solid;
    color: #1E4A6C;
    font-weight: 800;
  }
}
@media screen and (max-width: 650px) and (max-width: 420px) {
  .table_row > .table_small:first-child > .table_cell:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .table_row > .table_small:first-child > .table_cell:last-child {
    border-top-right-radius: 10px;
    border-top: #ccc 1px solid;
  }
  .table_row > .table_small:last-child > .table_cell:first-child {
    border-right: none;
  }
  .table_row > .table_small > .table_cell:last-child {
    border-right: #ccc 1px solid;
  }
  .table_row > .table_small:last-child > .table_cell:first-child {
    border-bottom-left-radius: 5px;
  }
  .table_row > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
}
.password-input {
  position: relative;
}
.password-input .show-password-input {
  position: absolute;
  right: 25px;
  top: 0px;
  border: none;
  background: none;
}
.password-input .show-password-input::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 800 800' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;'%3E%3Cpath d='M66.667,66.667L733.333,733.333' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:66.67px;'/%3E%3Cpath d='M223.759,224.087C122.16,293.176 66.667,400 66.667,400C66.667,400 187.879,633.333 400,633.333C468.343,633.333 527.247,609.113 575.703,576.28M366.667,168.607C377.513,167.338 388.627,166.667 400,166.667C612.12,166.667 733.333,400 733.333,400C733.333,400 710.273,444.39 666.667,494.45' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:66.67px;'/%3E%3Cpath d='M466.667,474.54C448.973,490.373 425.613,500.003 400,500.003C344.77,500.003 300,455.233 300,400.003C300,372.547 311.064,347.677 328.977,329.606' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:66.67px;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
}

body .site-header .main-header {
  display: flex;
}
body .site-header .main-header .main-header-col.left {
  width: 25%;
}
body .site-header .main-header .main-header-col.left .logo-container img {
  max-height: 60px;
  max-width: 120px;
  width: auto;
  height: auto;
}
body .site-header .main-header .main-header-col.right {
  width: 25%;
}
body .site-header .main-header .main-header-col.right .secondary-navigation ul.menu {
  display: flex;
  justify-content: flex-end;
}
body .site-header .main-header .main-header-col.right .secondary-navigation ul.menu li {
  margin: 0 10px;
}
body .site-header .main-header .main-header-col.right .secondary-navigation ul.menu li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}
body .site-header .main-header .main-header-col.right .secondary-navigation ul.menu li a:hover {
  color: #0073e6;
}
body .site-header .main-header .main-header-col.center {
  width: 50%;
}
body .site-header .main-header .main-header-col.center .main-navigation ul.menu {
  display: flex;
  justify-content: center;
}
body .site-header .main-header .main-header-col.center .main-navigation ul.menu li {
  margin: 0 15px;
}
body .site-header .main-header .main-header-col.center .main-navigation ul.menu li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}
body .site-header .main-header .main-header-col.center .main-navigation ul.menu li a:hover {
  color: #0073e6;
}

.pagination-container {
  display: flex;
  justify-content: center;
}

.pagination-container {
  display: flex;
  justify-content: center;
}
.pagination-container .nav-links {
  display: flex;
  gap: 15px;
}

.prev.page-numbers,
.next.page-numbers {
  background: transparent;
  border: solid 1px #f2f2f2;
  color: #000000;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 50px;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  background: #f2f2f2;
  color: #000000;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
}

.prev.page-numbers:focus,
.next.page-numbers:focus {
  background: #f2f2f2;
  color: #000000;
  border: solid 1px #f2f2f2;
}

.page-numbers:not(.prev):not(.next) {
  background: #f2f2f2;
  color: #000000;
  min-height: 50px;
  min-width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  list-style: none;
}

.current.page-numbers:not(.prev):not(.next) {
  color: #ffffff;
  background: #f2f2f2;
}

.page-numbers:not(.prev):not(.next):not(.current):hover {
  background: #f2f2f2;
}/*# sourceMappingURL=hellaspm.css.map */