@charset "UTF-8";
/* Show it is fixed to the top */
body {
  background-color: #f4f4f4;
  font-family: "Satoshi-Variable", sans-serif;
}

.container {
  max-width: 1240px;
}

.wrapper {
  border-radius: 8px;
}

.bg-light {
  background-color: rgba(26, 145, 161, 0.1) !important;
}

.text-primary {
  color: #e40e7d !important;
}

.text-secondary {
  color: #1a91a1 !important;
}

.text-secondary-dark {
  color: #075964;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.bg-secondary {
  background-color: #1a91a1 !important;
}

.bg-secondary-light {
  background-color: #e8f4f6 !important;
}

.btn-primary {
  background-color: #e40e7d;
  border-color: #e40e7d;
  border-radius: 10px;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: white;
  border-color: #e40e7d;
  color: #e40e7d;
  border-radius: 8px;
}

.btn-outline-primary {
  border-color: #e40e7d;
  color: #e40e7d;
  border-radius: 8px;
}

.btn-outline-primary:hover {
  background-color: #e40e7d;
  border-color: #e40e7d;
  color: white;
  border-radius: 8px;
}

.btn-secondary {
  background-color: #1a91a1;
  border-color: #1a91a1;
  border-radius: 8px;
}

.btn-secondary:hover {
  background-color: white;
  border-color: #1a91a1;
  color: #1a91a1;
  border-radius: 8px;
}

.pagination .page-item {
  margin: 4px;
  align-self: center;
}
.pagination .page-item .page-link {
  color: #222222;
  border: none;
  border-radius: 4px;
}
.pagination .page-item .page-link-active {
  color: white;
  border: none;
  border-radius: 4px;
  background-color: #1a91a1;
}
.pagination .page-item .page-link-arrow {
  background: none;
  border: none;
}

/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2021 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url(/fonts/Satoshi-Variable.woff2?353a66cdd8922bb63107b51bb4ebc47f) format("woff2"), url(/fonts/Satoshi-Variable.woff?4db206aaad2132de9db7c2ed26b55b88) format("woff"), url(/fonts/Satoshi-Variable.ttf?536fda9b164542087fc736ce08d382d0) format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url(/fonts/Satoshi-VariableItalic.woff2?9d501e440d7109a57c882c57a9285d57) format("woff2"), url(/fonts/Satoshi-VariableItalic.woff?fe877592580e0a941b9ed0d2995aea8d) format("woff"), url(/fonts/Satoshi-VariableItalic.ttf?9519fea9567e2405bc08c2a383630289) format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url(/fonts/Satoshi-Light.woff2?df8f06167ee6fd05a1312732d4e9ea50) format("woff2"), url(/fonts/Satoshi-Light.woff?67e7fa77f107df3491b6c74c9d09a41e) format("woff"), url(/fonts/Satoshi-Light.ttf?22ef061781b1162ac317c35b1b821110) format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url(/fonts/Satoshi-LightItalic.woff2?540a6dd2e29f70e154776e4d0dfbaa38) format("woff2"), url(/fonts/Satoshi-LightItalic.woff?9473bef147f48d191d0d6bfd04f39a14) format("woff"), url(/fonts/Satoshi-LightItalic.ttf?bdeb9dc94481cdcc43dd3e98c9f87bc6) format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url(/fonts/Satoshi-Regular.woff2?9ec05085c4cd2966eba82346dcfd9bea) format("woff2"), url(/fonts/Satoshi-Regular.woff?ca3da5fd2b609836ef69e0f6e677450c) format("woff"), url(/fonts/Satoshi-Regular.ttf?fe762acc7e97cb6128058a93523585f0) format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url(/fonts/Satoshi-Italic.woff2?f4acf4adbba9bcd2c75cc012be3f0e0e) format("woff2"), url(/fonts/Satoshi-Italic.woff?a7000aa1c017eec578681948611f7460) format("woff"), url(/fonts/Satoshi-Italic.ttf?89c785539a22fa0dfa0f5e129c4f5a9b) format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url(/fonts/Satoshi-Medium.woff2?1ffe968245568e8ba1e766cec2c0075d) format("woff2"), url(/fonts/Satoshi-Medium.woff?2419b46c96ed15331ba205aa3b103eb8) format("woff"), url(/fonts/Satoshi-Medium.ttf?759562088ba19068aef82baee40e2ab5) format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url(/fonts/Satoshi-MediumItalic.woff2?6be6d51d5fc7402ee45f6c343e607baa) format("woff2"), url(/fonts/Satoshi-MediumItalic.woff?cb8316e39642de8a12d54a60366bb476) format("woff"), url(/fonts/Satoshi-MediumItalic.ttf?5db9ec801a311bdf187ba0e401b05d12) format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url(/fonts/Satoshi-Bold.woff2?a0e6d25529eab537426cc73a2199dd85) format("woff2"), url(/fonts/Satoshi-Bold.woff?a875ff682ee232938607cd70a2997cd9) format("woff"), url(/fonts/Satoshi-Bold.ttf?137a52d9f47dd71c6247397651ccbf6f) format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url(/fonts/Satoshi-BoldItalic.woff2?99235b175b514139aed0e14900656fcc) format("woff2"), url(/fonts/Satoshi-BoldItalic.woff?d6da0f2020393863d72091bd133bd446) format("woff"), url(/fonts/Satoshi-BoldItalic.ttf?95e24575ceb54c131b6befcb1df1d776) format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url(/fonts/Satoshi-Black.woff2?b5013d854bb5a8e48651144002dcc6a7) format("woff2"), url(/fonts/Satoshi-Black.woff?4261d202e1e9410db1bfa7a19ab6c372) format("woff"), url(/fonts/Satoshi-Black.ttf?464354ba5a06467ecac56ec6be8e083b) format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url(/fonts/Satoshi-BlackItalic.woff2?d456cea1fae27f7d469433631ff713b2) format("woff2"), url(/fonts/Satoshi-BlackItalic.woff?048e5edd452be6c1321441275bb898d0) format("woff"), url(/fonts/Satoshi-BlackItalic.ttf?6688ad1e9589e67518294867a239fdae) format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
.form-control,
select,
textarea,
input {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  border-radius: 8px;
  border: 2px solid #ccd1d4;
}

.input-group-text {
  border-radius: 8px;
  border: 2px solid #ccd1d4;
}

.form-select {
  border-radius: 8px;
  border: 2px solid #ccd1d4;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='6' viewBox='0 0 13 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 5.5L0 0.5L13 0.500001L6.5 5.5Z' fill='%23222222'/%3E%3C/svg%3E%0A");
  background-size: auto;
}

.search-bar {
  border-radius: 8px;
}
.search-bar .form-control,
.search-bar select,
.search-bar textarea {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  border-radius: 8px;
  border: 2px solid #1a91a1;
}

.checkbox-accordion .accordion .accordion-item {
  border: 2px solid #ccd1d4;
  border-radius: 8px;
  background-color: #f4f4f4;
  color: #666666;
}
.checkbox-accordion .accordion .accordion-item .accordion-header {
  margin: -2px;
}
.checkbox-accordion .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #666666;
  background-color: #f4f4f4;
  text-align: left;
  border: 2px solid #ccd1d4;
  border-radius: 8px;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.checkbox-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='6' viewBox='0 0 13 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 5.5L0 0.5L13 0.500001L6.5 5.5Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}
.checkbox-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='6' viewBox='0 0 13 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 5.5L0 0.5L13 0.500001L6.5 5.5Z' fill='%23222222'/%3E%3C/svg%3E%0A");
  width: 0.875rem;
  height: 0.875rem;
  background-size: 0.8rem;
  background-position-y: center;
}

.form-check {
  font-weight: 100;
}
.form-check .form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.1em;
  vertical-align: top;
  border: 2px solid #ccd1d4;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-check .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check label {
  padding-left: 1rem;
}

.display--native-content {
  margin-bottom: 20px !important;
}
.display--native-content.native--w970-h250 {
  height: 250px;
  width: 970px;
  margin: 0 auto;
}
.display--native-content.native--w728-h90 {
  height: 90px;
  width: 728px;
  margin: 0 auto;
}
.display--native-content.placeholder-content {
  background-color: #909090;
  display: table;
  padding: 30px;
  text-align: center;
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 49px;
}

.navbar-nav .nav-link {
  color: #222222;
}

.hero-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://i.postimg.cc/63nvy05j/hero-img.png);
  background-position-y: center;
  background-size: cover;
}

.dropdown-menu {
  max-height: 500px;
  overflow: auto;
}

.list-group-item {
  padding: 0.2rem 1rem;
  font-weight: 400;
}
.list-group-item .job-sum {
  color: #1a91a1;
  font-weight: 700;
}

.highlighted-jobs-wrapper {
  border: 4px solid #1a91a1;
  border-radius: 8px;
}
.highlighted-jobs-wrapper .highlighted-jobs-card {
  border-radius: 8px;
}
.highlighted-jobs-wrapper .highlighted-jobs-card a {
  text-decoration: none;
  color: black;
}
.highlighted-jobs-wrapper .highlighted-jobs-card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.highlighted-jobs-wrapper .highlighted-jobs-card .card-text {
  color: rgba(34, 34, 34, 0.7);
}

.sub-categories {
  font-size: 0.8rem;
  font-weight: 600;
}
.sub-categories a {
  text-decoration: none;
  color: black;
}
.sub-categories .job-divider {
  border-left: 2px solid #87c3cb;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  font-weight: 100;
  margin-bottom: 0;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #87c3cb;
  color: white;
  border: 2px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 400;
  margin-bottom: -3px;
  color: #E40E7D;
  background-color: #fff;
  border-color: #e40e7d #e40e7d #fff;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 0;
}

.home.tab-content {
  border: 3px solid #e40e7d;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  font-weight: 100;
  margin-bottom: 0;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #87c3cb;
  color: white;
  border: 2px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 500;
  margin-bottom: -3px;
  color: #e40e7d;
  background-color: #fff;
  border-color: #e40e7d #e40e7d #fff;
  border-width: 3px;
}

.promo-style {
  border-color: #FBE836 !important;
}

.promo2-style {
  border-color: #e60000 !important;
}

.promo-divider {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  letter-spacing: 1px;
}

.job--detail-page {
  padding-top: 30px;
}
.job--detail-page .breadcrumb {
  font-size: 0.875rem;
}
.job--detail-page .breadcrumb a {
  text-decoration: none;
  color: #222222;
}
.job--detail-page .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #222222;
  content: var(--bs-breadcrumb-divider, ">");
}
.job--detail-page .highlighted-jobs {
  border: 3px solid #1a91a1;
  border-radius: 8px;
}
.job--detail-page .highlighted-jobs-card {
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.job--detail-page .highlighted-jobs-card .card-body {
  padding: initial;
}
.job--detail-page .highlighted-jobs a {
  text-decoration: none;
  color: #222222;
}
.job--detail-page .highlighted-jobs a:hover {
  color: #e40e7d;
}
.job--detail-page .highlighted-ad {
  border: 3px solid #2a95d4;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.job--detail-page .job--detail {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.job--detail-page .job--detail-title {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 15px;
}
.job--detail-page .job--detail-title a {
  text-decoration: none;
  color: #1a91a1;
}
.job--detail-page .job--detail-title:hover {
  color: #e40e7d;
}
.job--detail-page .job--detail-sub-title--w-image {
  background-color: #e8f4f6;
  display: flow-root;
  padding: 10px;
  margin-right: -20px;
  margin-left: -20px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.job--detail-page .job--detail-sub-title--w-image .employer-logo {
  border: 2px solid white;
  display: inline;
  float: left;
  margin-right: 15px;
}
.job--detail-page .job--detail-sub-title--w-image .employer-name {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: contents;
}
.job--detail-page .job--detail-sub-title--w-image .employer-location {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: contents;
}
.job--detail-page .job--detail-tag-filters .tag {
  color: #1a91a1;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  border-radius: 50px;
  text-align: center;
  padding: 2px 10px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #1a91a1;
}
.job--detail-page .job--detail-description {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.job--detail-page .job--detail-description::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 30%;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(139, 167, 32, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
.job--detail-page .newsletter-subscribe--w-image {
  background-color: #e8f4f6;
  display: flow-root;
  margin-bottom: 20px;
  padding: 10px;
}
.job--detail-page .newsletter-subscribe--w-image-logo {
  display: inline;
  float: left;
  margin-right: 15px;
}
.job--detail-page .newsletter-subscribe--w-image-cta {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

#filterSubmit {
  position: sticky;
  bottom: 5px;
}

.sidebar {
  background-color: rgba(26, 145, 161, 0.1);
  padding: 15px;
  border-radius: 8px;
}
.sidebar .filter-pill {
  border-radius: 8px !important;
  margin: 2px;
  font-size: 0.725rem;
  color: white !important;
  padding: 2px 8px;
  background-color: #1a91a1 !important;
  border-color: #1a91a1;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sidebar .filter-pill:hover {
  background-color: white;
  border-color: #1a91a1;
  color: #1a91a1;
}
.sidebar .input-group-text {
  border-radius: 8px;
  background-color: #1a91a1;
  border-color: #1a91a1;
}
.sidebar .search-form--title {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar .search-form--active-filters {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.sidebar .search-form--active-filters .active-filters--title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar .search-form form {
  margin-top: 10px;
}
.sidebar .search-form--input label {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: -5px;
}

.job-description-wrapper {
  border-radius: 8px;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: grey;
  background-color: transparent;
  border-color: grey;
}

.recommended-jobs {
  border: 3px solid #1a91a1;
}
.recommended-jobs .recommended-jobs-card:not(:last-child) {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccd1d4;
}

.widget {
  border-radius: 8px;
}

.job--detail-page {
  padding-top: 30px;
}
.job--detail-page .highlighted-jobs-card {
  padding: 10px;
}
.job--detail-page .highlighted-jobs-card .card-body {
  padding: initial;
}
.job--detail-page .newsletter-subscribe--w-image {
  background-color: #e8f4f6;
  display: flow-root;
  margin-bottom: 20px;
  padding: 10px;
}
.job--detail-page .newsletter-subscribe--w-image-logo {
  display: inline;
  float: left;
  margin-right: 15px;
}
.job--detail-page .newsletter-subscribe--w-image-cta {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

#jobFrameBody {
  overflow: hidden;
}
#jobFrameBody #jobFrame {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  vertical-align: baseline;
  outline: none;
  height: calc(100vh - 196px);
}
#jobFrameBody .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='15' cy='15' rx='15' ry='15' fill='%2387C2CA'/%3E%3Cpath d='M20 15L13 24L13 6L20 15Z' fill='white'/%3E%3C/svg%3E");
}
#jobFrameBody .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='15' cy='15' rx='15' ry='15' transform='rotate(-180 15 15)' fill='%2387C2CA'/%3E%3Cpath d='M10 15L17 6L17 24L10 15Z' fill='white'/%3E%3C/svg%3E");
}
#jobFrameBody .carousel-indicators {
  margin-bottom: -1.25rem;
}
#jobFrameBody .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #1A91A1;
}

.job--application-page {
  padding-top: 30px;
}
.job--application-page fieldset {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.job--application-page .step--login {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
}
.job--application-page .step--login.btn {
  margin-left: 10px;
}
.job--application-page .step--cv .uploaded_cv .file-section {
  background-color: #f4f4f4;
  border-right: 2px solid white;
}
.job--application-page .step--cv .uploaded_cv span {
  font-weight: bold;
}
.job--application-page .step--cv .uploaded_cv .cv_actions {
  float: right;
}
.job--application-page .step--cv .uploaded_cv .cv_actions button {
  border: 0;
  background-color: transparent;
}

.authentication--pages {
  padding-top: 30px;
  padding-bottom: 30px;
}
.authentication--pages fieldset {
  color: #4f4f4f;
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}

.f {
  background-color: #39579a;
  color: white;
  border-radius: 8px;
}

.f-div {
  width: 50px;
}

.g {
  background-color: #df4a32;
  color: white;
  border-radius: 8px;
}

.g-div {
  width: 50px;
}

.social-button-divider {
  height: 3rem;
  border-right: white solid 1px;
  margin: -1rem 0;
}

.login-link {
  text-decoration: none;
}

.text-input {
  height: 40px;
}
.text-input input {
  height: 100%;
}

.required-input {
  position: relative;
}

.required-input input {
  position: relative;
  z-index: 9;
  background: transparent;
  border: 2px solid #ccd1d4;
  padding: 5px;
}

.required-input label {
  position: absolute;
  left: 5px;
  top: 7px;
  z-index: 1;
  color: #ccc;
  margin-left: 10px;
}

.cv-input {
  width: -moz-fit-content;
  width: fit-content;
}

.cv-file-container {
  background-color: #f4f4f4;
  border-radius: 8px;
}

.required-input label::after {
  content: "*";
  color: red;
}

input[required]:valid + .input-label {
  display: none;
}

select.required-select option:after {
  content: "*";
  color: red;
}

.step2-links li a {
  color: #1a91a1;
  font-size: 1.25rem;
}

.profile-buttons button[aria-selected=true] {
  color: #1a91a1;
  font-weight: 700;
}
.profile-buttons button[aria-selected=true]::after {
  content: url("data:image/svg+xml; utf8, <svg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 6L-4.89399e-07 11.1962L-3.51373e-08 0.803847L9 6Z' fill='rgb(26, 145, 161)'/></svg>");
  width: 22px;
  height: 10px;
  margin: 10px 5px 0 10px;
}
.profile-buttons .btn:focus,
.profile-buttons .btn:active {
  outline: none !important;
  box-shadow: none;
}

.sidebar-wrapper {
  min-width: 300px;
}

.divider-border {
  border-color: #1a91a1 !important;
}

.saved-search-container .accordion-button:not(.collapsed) {
  background-color: white;
}

.form-control, select, textarea, input {
  line-height: 24px;
}

.highlighted-jobs-card {
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.highlighted-jobs-card .card-body {
  padding: initial;
}
.highlighted-jobs-card .card-body .delete-job {
  font-size: 0.8rem;
  color: #f4f4f4;
  font-weight: 100;
  float: right;
}
.highlighted-jobs-card .card-title {
  font-size: 1.25rem;
}
.highlighted-jobs .card-secondary-text {
  font-size: 0.725rem;
}
.highlighted-jobs a {
  text-decoration: none;
  color: #222222;
}
.highlighted-jobs a:hover {
  color: #e40e7d;
}

.job-categories-notification_wrapper {
  background-color: #f4f4f4;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .stepper-item {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #e40e7d;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #e40e7d;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.b2b_landing .card {
  min-height: 140px;
}
.b2b_landing .card .card-number svg {
  margin-top: -45px;
}
.b2b_landing .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.b2b_landing .package_card {
  border: 1px solid #1a91a1;
}
.b2b_landing .package_card .card-description {
  font-size: 0.875rem;
}
.b2b_landing .vertical-card {
  font-size: 0.875rem;
}
.b2b_landing .review-co {
  font-size: 0.625rem;
}
.b2b_landing hr:not([size]) {
  height: 2px;
  background-color: #ccd1d4;
}
