.tile-icon {
  margin-right: 1.2rem;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
}
.tile-icon img {
  width: 100%;
  height: 100%;
}
.tile-action {
  display: flex;
  align-items: center;
}
/* Inline tags */
.data-row {
  padding: 0.4rem 0rem 0.4rem 0rem !important;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  align-content: flex-start;
}
.inline-value {
  padding-right: 0rem;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1em;
}
.inline-span {
  padding-right: 0rem;
  color: #666666;
  flex: 1;
  align-items: center;
  font-size: 1em;
}
.inline-value .icon {
  margin-right: 0.4rem;
}
@media (max-width: 600px) {
  .job {
    padding: 0.6rem 0.4rem 0.4rem 0.4rem !important;
  }
  .tile-action {
    display: none;
  }
  .job .tile-icon {
    width: 50px !important;
    height: 50px !important;
  }
  .job .job-details {
    width: 100%;
  }
  .job-detail {
    flex-wrap: wrap;
  }
  .card-header {
    width: 100%;
    padding: 1rem 0rem;
  }
  .reader {
    padding-right: 0;
  }
  .job .data-row {
    flex-direction: column;
  }
}
.sui-results-container {
  padding-inline-start: 0;
}
.job-list-item a:hover {
  opacity: 1;
  color: inherit;
}

.branded-footer {
  background-color: #275d57;
  bottom: 0px;
}
.branded-footer .container {
  padding: 2rem 1rem 1rem 1rem;
}
.footer-menu {
  list-style-type: none;
  padding: 0px 0px 2rem 0px;
  margin: 0px;
}
.footer-menu li {
  margin-bottom: 1rem;
}
.footer-menu li a {
  font-size: 0.9rem;
  color: white;
  text-decoration: none;
  font-weight: 400;
  opacity: 0.8;
}
.footer-menu li:hover a {
  opacity: 1;
}
.active {
  opacity: 1;
  color: #ff621d;
}
.branded-footer h5 {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.branded-footer p {
  margin-bottom: 0px;
  color: #ffffff;
}
.branded-footer a {
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
.branded-footer b {
  margin-bottom: 0px;
  color: #ffffff;
}
.disabled-link {
  cursor: default;
  opacity: 0.4 !important;
}

header li {
  margin-top: 0;
  margin-bottom: 0;
}
.hamburger {
  color: #000000 !important;
}
.branded-header {
  z-index: 100;
  position: sticky;
  top: 0;
  background-color: white;
  box-shadow: 2px 0.4px 2px rgba(33, 33, 33, 0.15);
}
.branded-header .logo {
  width: 180px;
}
.branded-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem;
}
.menu {
  list-style-type: none;
  margin: 0;
  box-shadow: none !important;
  padding: 1em 0;
  background: none !important;
  justify-content: flex-end;
  display: flex;
  flex: 1;
  align-items: center;
}
.menu .btn,
.mobile-menu .btn {
  padding: 0.4rem 1rem;
}
.menu li {
  display: inline-block;
  margin-left: 1.2rem;
}
.menu li a {
  font-size: 1rem;
  color: #0c203a;
  text-decoration: none;
  font-weight: 400;
  opacity: 1;
}
.menu li:hover a {
  opacity: 1;
  color: #e24d3a;
}
.active {
  opacity: 1 !important;
  color: #e24d3a !important;
}
/* Mobile nav */
.mobile-nav-menu .menu {
  list-style-type: none;
  margin: 0;
  box-shadow: none !important;
  padding: 1em 0;
  background: none !important;
  display: flex;
  flex-direction: column;
}
.mobile-nav-menu .menu li {
  flex: 1;
}
.mobile-nav-menu .menu li a {
  color: #111111;
  opacity: 0.6;
}
.mobile-nav-menu .menu li a:hover,
.mobile-nav-menu .menu li a:active,
.mobile-nav-menu .active {
  opacity: 1 !important;
}
.mobile-nav {
  background: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  padding: 0rem 1.6rem 1.6rem 1.6rem !important;
  text-align: right;
  margin: 0px;
}
.mobile-menu {
  padding: 0px;
}
.mobile-menu li {
  display: block;
  padding: 0.4rem 0rem;
}
.mobile-menu li a {
  font-size: 1rem;
  color: #0c203a;
  text-decoration: none;
  font-weight: 400;
  opacity: 1;
}
.menu-button {
  font-size: 1rem;
  font-weight: 500;
  color: inherit !important;
  text-decoration: none !important;
}
.dropdown-icon {
  width: 1.4em;
  height: 1.4em;
  margin-left: 0.1rem;
  transition: transform 0.2s linear;
}
.dropdown-icon.active {
  transition: transform 0.2s linear;
  transform: rotateZ(180deg);
}
.btn-cta {
  background-color: #0c4bb5 !important;
  color: #ffffff !important;
  opacity: 1;
}
@media (max-width: 600px) {
  .branded-header .container {
    width: 100%;
    padding: 1rem 1.4rem;
  }
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

.branded-area .ant-select-multiple .ant-select-selection-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: #2a53b1;
  background-color: #e0e8f4 !important;
  font-size: 1rem !important;
}
.secondary-background {
  background: #ffffff;
  padding: 1rem 0rem 1rem 0rem !important;
  border-radius: 0px 0px 8px 8px !important;
  border: 1px solid #e5e7e8;
  margin-bottom: 2rem;
  box-shadow: 0px 8px 20px #0c4bb51f;
}
.secondary-background .ant-slider-rail {
  background-color: #9faabb;
}
.secondary-background .ant-select-selector {
  background-color: #0c4bb50d !important;
  border: 1px solid #0c4bb533 !important;
}
.vertical-checkbox-group {
  display: flex !important;
  flex-direction: column;
  font-size: 14px;
}
.vertical-checkbox-group .ant-checkbox-wrapper {
  padding: 0.4rem 0rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-size: 0.83rem;
}
.vertical-checkbox-group .ant-checkbox-wrapper .ant-checkbox + span {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.vertical-checkbox-group .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0px;
}
.shadow-area {
  box-shadow: 0px 10px 40px #0c4bb51f;
}
.shadow-area .ant-btn-primary span {
  font-weight: 500 !important;
}
.shadow-area .ant-select-multiple .ant-select-selection-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: #2a53b1;
  background-color: #e0e8f4 !important;
}
.secondary-background {
  background: #ffffff;
  padding: 1rem 1rem;
  border-radius: 8px;
  color: #0c203a;
}
.secondary-background .ant-form {
  color: inherit;
}
.secondary-background .ant-slider-rail {
  background-color: #9faabb;
}
.vertical-checkbox-group {
  display: flex !important;
  flex-direction: column;
  color: rgba(12, 32, 58, 0.6) !important;
}
.vertical-checkbox-group .ant-checkbox-wrapper {
  padding: 0.4rem 0rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-size: 1em;
  color: inherit;
}
.vertical-checkbox-group .ant-checkbox-wrapper .ant-checkbox {
  top: 0px;
}
.vertical-checkbox-group .ant-checkbox-wrapper .ant-checkbox + span {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
}
.vertical-checkbox-group .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0px;
}
.expect-checkbox .ant-checkbox-inner {
  width: 18px;
  height: 18px;
  border: 1px solid #0c4bb5;
  border-radius: 2px;
  opacity: 1;
}
.ghost-select {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*
	background: #0c4bb50d;
	border: 1px solid #0c4bb533;
  */
  border-radius: 0px;
  padding: 0px 0px 0px 16px;
  height: 100%;
}
.ghost-select .ant-input:focus,
.ghost-select .ant-input-focused {
  box-shadow: none !important;
  outline: 0px !important;
}
.ghost-select .ant-select-selection-search:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.ghost-select .ant-select-focused .ant-select-selector {
  box-shadow: none !important;
}
.ghost-select .icon {
  margin-right: 0.8rem;
  height: 20px;
  width: auto;
}
.ghost-select .ant-btn-link {
  color: #0c203a;
  opacity: 0.6;
}
.ghost-select .ant-btn-link:hover,
.ghost-select .ant-btn-link:active,
.ghost-select .ant-btn-link:focus {
  opacity: 0.9;
}
.ghost-select .ant-select,
.ghost-select .ant-input-lg {
  background: none !important;
}
.ghost-select .ant-select::focus-visible,
.ghost-select .ant-input-lg::focus-visible {
  outline: none;
}
.ghost-select .ant-select:focus,
.ghost-select .ant-input-lg:focus {
  outline: none;
}
.ghost-select .ant-select-selector,
.ghost-select .ant-input-lg {
  background: none !important;
  border: none !important;
}
.ghost-select .search-location-input {
  flex: 1;
}
.ghost-select .ant-input-lg {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 18px !important;
  line-height: 1;
}
.ghost-select .ant-select-selection-search-input,
.ghost-select .ant-select-lg {
  font-size: 18px;
  font-family: Poppins !important;
}
.ghost-select .primary-tag {
  font-size: 1em;
}
.ghost-select .ant-select-multiple.ant-select-lg .ant-select-selection-item {
  font-size: 18px !important;
}
.ghost-select .ant-select-selection-item-content {
  font-size: 1em;
}
.ghost-select .ant-select-selection-search {
  flex: 1 !important;
}
.ant-select-multiple .ant-select-selection-placeholder {
  color: #0c203a !important;
  opacity: 0.2 !important;
  font-variant: normal;
  font-size: 18px;
}
.ant-input-lg::placeholder {
  color: #0c203a !important;
  opacity: 0.2 !important;
  font-variant: normal;
  font-size: 18px;
}
.primary-tag {
  color: #2a53b1 !important;
  background-color: #e0e8f4 !important;
  border: 0px !important;
  padding: 0.4rem 0.6rem !important;
  font-size: 0.86rem !important;
}
.orange {
  color: #f7671e;
}
.blue {
  color: #0c4bb5;
}
.fixed-bottom-horizontally-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10;
  width: 100vw;
  bottom: 2rem;
  left: 0;
}
.selection-area {
  background: var(--unnamed-color-0c203a) 0% 0% no-repeat padding-box;
  background: #0c203a 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 60px rgba(12, 75, 181, 0.12);
  border-radius: 8px;
  opacity: 1;
  color: #ffffff;
  min-width: 400px;
  padding: 1rem 1rem 1rem 1.4rem;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between !important;
}
.selection-area .ant-btn-link {
  color: rgba(255, 255, 255, 0.6);
}
.jobs-list {
  padding-bottom: 8rem;
}
.action-right-section {
  display: flex !important;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 0.68rem;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .action-right-section {
    flex-direction: row;
    align-items: center;
  }
}
.job-title-h5 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-form-horizontal .ant-form-item-control {
  padding: 0.6rem 0rem;
}
@media only screen and (min-width: 992px) {
  .inner-container {
    margin: 0 16px;
  }
  .inner-card {
    margin: 0rem 1.5rem 0rem;
    padding-top: 2rem;
  }
  .onboarding-card {
    margin: 4rem auto;
  }
  .inner-onboarding-card {
    margin-left: 40px;
  }
}
.with-right-border {
  border-right: 1px solid rgba(12, 32, 58, 0.1);
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .with-right-border {
    border-right: 0px !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .mobile-only-padding {
    margin: 1rem 0rem;
    border-radius: 8px;
    display: flex;
  }
  .secondary-background {
    margin-left: -50px;
    margin-right: -50px;
    padding: 1rem 1.5rem !important;
  }
  .clear-button {
    display: none;
  }
  .salary-filter-update-btn {
    display: none;
    background-color: #0c203a;
  }
}
@media (max-width: 1200px) {
  .mobile-space-between {
    display: flex;
    padding: 0rem 0rem 0.6rem 0rem;
    justify-content: space-between !important;
  }
}
/* Hide scrollbar for Chrome, Safari and Opera */
.filterscrollable::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.filterscrollable {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.scrollable-filter-secton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-right: 1.5rem;
}
.clear-button {
  color: #f7671e;
  padding-left: 1rem;
}
.salary-filter-update-btn {
  background-color: #f7671e;
  border: 0;
}
@media (max-width: 657px) {
  .mobile-only-padding {
    margin: 1rem 0rem;
    border-radius: 8px;
    display: flex;
    justify-content: center;
  }
}

.job-item {
  box-shadow: 0px 5px 20px #0c4bb50f;
  border: 1px solid #0c4bb51a;
  border-radius: 5px;
  opacity: 1;
  padding: 1.4rem 1.6rem 1.4rem 1.6rem;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.job-item .ant-btn-link {
  color: #f7671e;
}
.job-item .job-title {
  color: #0c203a;
  margin-bottom: -1rem;
}
.job-item .job-title :hover {
  font-weight: 600;
  text-decoration: underline;
}
.job-item .description {
  font-size: 0.9rem;
}
.job-item .description h1,
.job-item .description h2,
.job-item .description h3,
.job-item .description h4,
.job-item .description h5,
.job-item .description h6 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.job-item h5 {
  margin-bottom: 0px;
  font-size: 1.125rem !important;
  line-height: 1.3em;
  color: #0c203a;
  margin-bottom: 0.4rem;
}
.job-item h5,
.job-item h6 {
  color: inherit;
}
.job-item .job-class {
  color: #0c203a;
}
.job-item .company {
  color: #3e8e7b;
}
.job-item .company :hover {
  font-weight: 600;
  text-decoration: underline;
}
.job-item .share-link {
  color: #f7671e;
}
.job-item .job-header {
  display: flex;
  flex-direction: row;
}
.job-item .job-header img {
  width: 45px;
  height: 45px;
  border-radius: 5px;
}
.job-header-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.data-row {
  padding: 0.6rem 0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.data-row .item {
  color: rgba(12, 32, 58, 0.6);
  margin-right: 1rem;
}
.posted-on-label {
  display: flex;
  gap: 1rem;
  font-weight: normal;
  color: #9ba1a6;
}
@media (max-width: 990px) {
  .search-row {
    margin-top: 16px;
  }
}
.empty-state {
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
/* Media query for xs or md screens */
@media screen and (max-width: 991px) {
  .posted-on-label {
    justify-content: flex-start !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
/* Media query for lg or xl screens */
@media screen and (min-width: 992px) {
  .posted-on-label {
    justify-content: flex-end;
  }
}
/* Media query for xs screens */
@media screen and (max-width: 767px) {
  .job-header-info {
    padding-left: 0;
    /* Remove the padding for xs screens */
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1350px) and (min-width: 768px) {
  .job-header-info {
    padding-left: 1.5rem;
    /* Apply the style between 1350px and 769px screen sizes */
  }
}

