.site-header {
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1040; }

.switch-group-btn {
  border-radius: 6px;
  font-weight: 700;
  border: none; }

.switch-group-dark .switch-group-inner {
  background: #E0E0E0; }

.switch-group-inner {
  padding: .25rem;
  border-radius: 6px;
  background-color: #455A64;
  white-space: nowrap;
  min-height: 36px;
  display: flex; }

.switch-group-dark .switch-btn.active {
  background: #455A64; }

.switch-btn-sx:last-child {
  margin-left: -0.25rem !important; }

.switch-btn-sx {
  font-size: .875rem;
  padding: .157rem 1.2rem !important;
  width: auto !important; }

.switch-btn {
  border-radius: 6px;
  cursor: pointer;
  padding: .75rem 4rem;
  font-size: 1rem !important;
  display: inline-flex;
  align-items: center; }

.switch-btn.active {
  background: #03A9F4;
  color: #fff; }

.site-header .btn-login {
  margin-left: .5rem;
  padding: .5rem 2rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 6px; }

.btn-primary {
  border-color: #03A9F4;
  background-color: #03A9F4; }

.navbar-light.navbar {
  padding: 1rem; }

@media (min-width: 1200px) {
  .navbar-light.navbar {
    padding-left: 2rem;
    padding-right: 2rem; } }
.lp-footer {
  background: #455A64;
  padding: 1.4rem 0 1.5rem; }

.lp-footer-copy {
  color: #fff; }

.site-header-profile a {
  color: #424242;
  text-decoration: none; }

.lp-career {
  /*background: #fff;*/
  font-family: "CeraPro"; }
  .lp-career-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: normal; }

.career-section-padding {
  background: url("../images/career-main-bg.png") no-repeat center;
  background-size: cover;
  padding: 5rem 0; }
.career-section-first {
  padding-top: 0; }
@media (min-width: 768px) {
  .career-section-header {
    margin: -5rem 0; } }

.lp-career-title {
  color: #4F4F4F;
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .lp-career-title {
      font-size: 4rem;
      line-height: 1.1;
      margin-bottom: 1rem; } }

.lp-career-table {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  position: relative;
  z-index: 101; }

tr > th:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

tr > th:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

tr > td:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

tr > td:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.th-gray {
  background-color: #D9D9D9; }

.td-gray {
  background-color: #F2F2F2; }

th, td {
  font-size: 1rem; }

.btn-career-success {
  background-color: #14AE5C;
  border-color: #14AE5C;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  min-width: 3.5rem; }

.btn-career-success:hover {
  background-color: #0F8C4F;
  border-color: #0F8C4F; }

a > .btn-career-success {
  color: #fff;
  font-size: 1rem; }

a > .btn-career-success:hover {
  color: #fff; }

a > .btn-career-success:focus {
  color: #fff; }

.career-modal-title {
  color: #4F4F4F;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  align-content: center; }

.btn-success {
  background-color: #14AE5C;
  border-color: #14AE5C;
  border-radius: 6px;
  color: #fff;
  font-weight: 700; }

.btn-success:hover {
  background-color: #0F8C4F;
  border-color: #0F8C4F; }

.btn-block {
  font-weight: 700;
  border-radius: 6px; }

.modal-header {
  border-bottom: none; }

.career-modal-text {
  color: #4F4F4F;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.form-check input[type="checkbox"] {
  display: none; }

.form-check input[type="checkbox"] + label.fa-regular {
  color: #fff;
  font-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.form-check input[type="checkbox"]:checked + label.fa-regular {
  background: #fff; }

.form-check input[type="checkbox"] + label.fa-regular:before {
  display: inline-block;
  color: #14AE5C;
  content: "\f0c8";
  cursor: pointer; }

.form-check input[type="checkbox"]:checked + label.fa-regular:before {
  content: "\f14a";
  color: #14AE5C;
  position: relative; }

.disabled {
  background-color: grey;
  pointer-events: none; }

@media (max-width: 767.98px) {
  .table-text-vertical-md {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: 0;
    margin-right: 0;
    transform: rotate(-180deg);
    white-space: nowrap; } }


.form-check input[type="radio"] {
  display: none;
}

.form-check input[type="radio"] + label.fa-regular {
  color: #fff;
  font-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.form-check input[type="radio"]:checked +label.fa-regular {
  background: #fff;
}

.form-check input[type="radio"] + label.fa-regular:before {
  display: inline-block;
  color: #14AE5C;
  content: "\f0c8";
  cursor: pointer;
}

.form-check input[type="radio"]:checked +label.fa-regular:before {
  content: "\f14a";
  color: #14AE5C;
  position: relative;
}

