html {
  font-size: 16px;
}

body {
  font-family: 'Poppins', sans-serif !important;
  background-color: white !important;
}

h1 {
  /* font-size: 3.125rem; */
  font-size: 1.802rem;
  margin-bottom: 0em;
}
h2 {
  /* font-size: 2.618rem; */
  font-size: 1.602rem;
  margin-bottom: 0em;
}
h3 {
  font-size: 1.424rem;
  margin-bottom: 0em;
}
h4 {
  font-size: 1.266rem;
  margin-bottom: 0em;
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 0em;
}
h6 {
  font-size: 1rem;
  margin-bottom: 0em;
}

p:last-child {
  margin-bottom: 0rem;
}

p {
  font-weight: 400;
}

.anticon {
  font-size: inherit;
}

b {
  font-weight: 500 !important;
  line-height: 1.8rem;
}

/* 
a:visited{
  color: #0C4BB5;
}
*/

button:focus {
  outline: none !important;
}
a:focus {
  outline: none !important;
}

ul {
  list-style: disc outside;
}

.list-item :not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.active-orange-text {
  color: #f7671e;
  font-family: 'Poppins', sans-serif;
}

.active-orange-text:hover {
  color: #2e2e2e;
}

.main-tagline {
  font-size: 52px !important;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 700;
}

/* Job search filter */

.sui-facet {
  font-size: 16px;
}

.sui-facet__title {
  font-size: 1.125em;
  font-weight: 400;
}
.sui-multi-checkbox-facet__option-label {
  font-size: 0.875em;
}

.company-header {
  padding: 1rem 0.4rem 1rem 0.4rem;
}

.company-header p:last-child {
  margin-bottom: 0;
}

.form-input-hint {
  font-size: 0.8rem;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.reader strong {
  font-weight: 600;
}

.reader p,
.reader ul {
  font-weight: 400;
  margin-bottom: 0.8em !important;
  line-height: 1.5em;
  font-size: 1em;
}

.reader ul {
  margin-bottom: 1em !important;
}

.reader ul li {
  margin-bottom: 0.4em;
}

.description {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.25px;
  word-spacing: 1px;
}

.filter-facet .ant-checkbox-wrapper {
  width: 100%;
  display: flex;
}

.filter-facet .ant-checkbox {
  display: flex;
  align-items: flex-start;
  top: 0.2rem;
}
.filter-facet .ant-checkbox + span {
  flex: 1 1;
}
.search-filter {
  margin-bottom: 1.4rem;
}
.search-filter h5 {
  margin-bottom: 0.8rem;
}

@media (max-width: 600px) {
}

.container {
  width: 90%;
  margin: 0px auto;
  max-width: 1400px;
  /* overflow: "hidden"; */
}

.mini-container {
  width: 90%;
  margin: 0px auto;
  max-width: 900px;
}

.hero {
  background: #ff621d;
  border-bottom: 4px solid #e4593b;
  padding: 0px !important;
}

.hero-section-header {
  font-size: 3rem !important;
}

.tagline {
  font-size: 2rem;
  padding: 2rem 6rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.ant-tag {
  margin-right: 0.2em;
  font-size: 0.8em;
  border: 0px;
  padding: 0.4em 0.8em;
}

.default-tag {
  background-color: #f7f7f7;
  color: #666666;
}

.main-area .container {
}

.icon {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 800px) {
  .container {
    width: 90%;
  }
  .tagline {
    padding: 1rem 2rem;
  }
  .filter-area .container {
    padding: 1rem 0rem;
  }
}

@media (max-width: 767px) {
  .hero-section-header {
    text-align: center;
    font-weight: 600 !important;
    font-size: 38px !important;
    line-height: 3rem !important;
  }
}

@media (max-width: 438px) {
  .hero-section-header {
    text-align: center;
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 2.5rem !important;
  }
}

@media (max-width: 600px) {
  .job {
    padding: 0.6rem 0.6rem !important;
  }

  .search-area .column {
    width: 100% !important;
    margin-bottom: 0.8rem;
  }

  .search-area .btn {
    padding: 0.8rem 1rem !important;
  }

  .sublist-header {
    padding: 2rem 0.4rem 0rem 0.4rem !important;
  }
}
@media (max-width: 576px) {
  .tagline {
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .tag {
    padding: 0.2rem 0.6rem;
    box-sizing: border-box;
  }
  .apply-button-row {
    padding-top: 1rem;
  }
}

.ant-divider {
  color: rgba(0, 0, 0, 0.85);
}

.ant-divider-horizontal {
  margin: 12px 0px 24px 0px !important;
}

/* event confirmation selection cards */
.selection-wrapper {
  display: flex;
  justify-content: space-evenly;
  border-radius: 3px;
}

.selected-content {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0);
  /* border: solid 2px transparent; */
  background: #fff;
  padding: 15px 0;
  transition: 0.3s ease-in-out all;
  border-radius: 10px;
}

.selected-label {
  width: 100%;
  position: relative;
}

.selected-label input {
  display: none;
}

.selected-content h4 {
  font-size: 14px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #1f2949;
}
.card-1 {
  margin: 20px 0 10px;
  border-radius: 10px;
  /* transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); */
}

.card-1:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.active {
  /* border: 2px solid #ff9587; */
  box-shadow: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 10px;
}

.inactive {
  border: 2px solid transparent;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}

.info-section {
  margin-top: 0.6rem;
}

.info-row {
  padding: 0.4rem 0rem;
}

.skeleton-area {
  margin-bottom: 0.4rem;
  display: flex;
}
.skeleton-ul {
  margin: 0px;
  list-style: none;
  display: block;
  flex: 1 1;
}

.skeleton {
  /* box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15); */
  border-radius: 4px;
  position: relative;
  background-color: #f2f2f2;
  overflow: hidden;
  margin-bottom: 0.2rem;
  height: 1.2rem;
  flex: 1 1;
}

.skeleton::before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #e8e8e8 50%,
    transparent 100%
  );
  animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}

