@font-face {
  font-family: Montserrat-Bold;
  src: url("/fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: Montserrat-Medium;
  src: url("/fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: Montserrat-Regular;
  src: url("/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("/fonts/Montserrat-SemiBold.ttf");
}

body {
  font-family: Montserrat-SemiBold !important;
  font-size: 0.8rem !important;
  background-color: #FAFAFA;
}

.container {
  min-width: 60%;
}

.header-navbar a {
  color: #F5F6F7 !important;
}

.logo img {
  height: 56px;
  overflow: hidden;
}

.fixed-top {
  position: inherit;
  padding-top: 10px !important;
  min-height: 100px;
}

.header-div {
  min-height: 560px;
  background-image: url("../images/careers.png");
  background-repeat: no-repeat;
}

.nav-item {
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
}

.nav-item:hover {
  -webkit-box-shadow: 2px 8px 24px #1314153D;
          box-shadow: 2px 8px 24px #1314153D;
  border: 1px solid #FFFFFF;
}

.nav-link img {
  padding-right: 12px;
}

.nav-item a {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.header-text {
  padding-top: 161px;
  font-size: 80px;
  color: #F7F8F9;
  font-weight: 600;
}

.mr-auto,
.mx-auto {
  margin-right: 0px !important;
}

#recent-jobs {
  margin-top: 48px;
}

.card {
  margin-top: 24px;
  padding: 60px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #E2E2E2;
  border-radius: 16px;
  min-height: 250px;
}

.job-card-icon {
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  min-height: 72px;
  max-width: 72px;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.job-card-icon img {
  padding-top: 16px;
  padding-bottom: 16px;
}

.job-card-name {
  color: #0063D6;
  font-size: 24px;
  font-weight: 600;
}

.job-card-subname {
  color: #5B6D76;
  font-weight: 600;
  font-size: 16px;
}

.apply-btn {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 7px;
  padding-bottom: 6px;
  background: #039608 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  float: right;
}

.job-details-row {
  padding-top: 24px;
}

.job-details-row h5 {
  font-size: 12px;
  color: #5B6D76;
  font-weight: 600;
}

.job-details-row .table-responsive {
  margin-left: 63px;
}

.job-details-row p {
  font-size: 16px;
  color: #131415;
  font-weight: 600;
}

.job-details-row table td,
table th {
  padding: 8px;
  border: none !important;
}

.job-details-row table th {
  color: #5B6D76;
  padding-bottom: 0px !important;
  font-size: 12px;
  font-weight: 600;
  max-width: 132px;
  padding-right: 80px;
}

.job-details-row table td {
  color: #131415;
  padding-bottom: 0px !important;
  font-size: 16px;
  font-weight: 600;
}

.career_footer {
  margin-top: 96px;
  width: 100%;
  background-color: #333e63;
  color: #f5f6f7;
  text-align: center;
  min-height: 90px;
}

.career_footer p {
  font-family: "Red Hat Display" !important;
  font-size: 16px;
  float: left;
  padding-top: 34px;
  padding-left: 108px;
}

.career_footer .career_footer_img {
  float: right;
  padding-right: 151px;
  padding-top: 30px;
  font-size: 17px;
}

.career_footer .career_footer_img img {
  margin-left: 10px;
}

.table td,
.table th {
  padding: 0px;
}

a.apply-btn:hover {
  color: #FFFFFF;
}

.close_job {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #046AC3 !important;
  line-height: 21px !important;
  border: 1px solid #046AC3 !important;
  border-left: 6px solid #046AC3 !important;
  border-radius: 3px !important;
  padding: 0 10px !important;
  margin-left: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.no_job_exist {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.no_job_exist.no_job {
  margin-left: 50px !important;
}

.card-header-tabs .nav-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

@media only screen and (max-width: 992px) {
  .job-details-row table th {
    padding-right: 8px !important;
  }
  .job-details-row .table-responsive {
    margin-left: 0px;
  }
}
/*# sourceMappingURL=index.css.map */