/* Wage Page */
.wage-area {
  padding-top: 40px;
  padding-bottom: 80px;
}

.wage__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.custom__dropdown-btn {
  font-size: 16px;
  line-height: 24px;
}

.custom__dropdown-wage--mobile {
  display: none;
}

.custom__dropdown-btn,
.custom__dropdown-btn:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  padding: 8px 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background: transparent;
  color: #334155;
  box-shadow: none;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: underline;
}

.dropdown-menu {
  border: none;
  padding: 24px 32px;
  flex-direction: column;
  gap: 12px;
  width: 193px;
  background: #fff;
  color: #344054 !important;
  border-radius: 8px;
  box-shadow: 0px 6px 16px 4px rgba(16, 24, 40, 0.08);
}

.dropdown-menu.show {
  display: flex;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: transparent;
  text-decoration: underline;
}

.dropdown-menu--social a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #344054;
  padding: 0;
}

.dropdown-menu--social a img {
  width: 24px;
  height: 24px;
}

.dropdown-menu--social a span {
  flex: 1;
  display: block;
}

.wage__form-chart {
  margin-top: 40px;
  width: 100%;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .wage__form-chart {
    flex-direction: row;
  }
}

.wage__form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .wage__form {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .wage__form {
    padding: 40px 24px;
    width: 360px;
  }
}

.wage__chart {
  flex: 1;
}

.input__item-title,
.salary__card-title {
  display: block;
  color: #344054;
  font-weight: 600;
  margin-bottom: 8px !important;
  letter-spacing: -0.7px;
}

.input__item-title {
  display: block;
}

.input__item-title button {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  display: inline;
  position: relative;
  top: 5px;
}

.form-select--current,
.form-select--current:focus {
  color: #334155;
  font-weight: 500;
}

.form-select--destination,
.form-select--destination:focus {
  color: #334155;
  font-weight: 500;
}

.input__items {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

/* Wage Tab */
#wageCalculatorTab {
  background: rgba(236, 236, 240, 0.5882352941);
  margin-bottom: 20px;
  padding: 3px 5px;
  border-radius: 12px;
}
#wageCalculatorTab li {
  flex: 1;
}
#wageCalculatorTab li .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  color: #717182;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
#wageCalculatorTab li .nav-link svg {
  width: 18px;
}
#wageCalculatorTab li .nav-link:focus, #wageCalculatorTab li .nav-link.active {
  background: #fff;
  color: #0a0a0a;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843), 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}

.tab-content {
  background: #fff;
}
.tab-content a,
.tab-content button,
.tab-content p {
  color: #64748b;
}
.tab-content .salary-tab__content {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .tab-content .salary-tab__content {
    flex-direction: row;
  }
}
.tab-content .salary-highlight-area,
.tab-content .salary-chart-area {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  padding: 20px;
}
@media (min-width: 992px) {
  .tab-content .salary-highlight-area,
  .tab-content .salary-chart-area {
    padding: 25px;
  }
}
.tab-content .salary-chart-area {
  width: 100%;
}
.tab-content .salary-chart-area .salary-chart {
  margin-top: 30px;
  height: 280px;
}
.tab-content .salary-highlight-area {
  width: 100%;
}
@media (min-width: 1200px) {
  .tab-content .salary-highlight-area {
    max-width: 300px;
  }
}
.tab-content .salary-tab__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.tab-content .salary-tab__title svg {
  width: 18px;
}
.tab-content .salary-tab__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #64748b;
}
.tab-content .salary-tab__desc button {
  text-decoration: underline;
  color: #334155;
  padding: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: text-indent 300ms ease-in-out;
}
.tab-content .salary-tab__desc button span {
  transform: translateX(-25px);
  transition: transform 300ms ease-in-out;
}
.tab-content .salary-tab__desc button svg {
  visibility: hidden;
  width: 15px;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.tab-content .salary-tab__desc button:hover svg, .tab-content .salary-tab__desc button:focus svg {
  transition: all 300ms ease-in-out 100ms;
  opacity: 1;
  visibility: visible;
}
.tab-content .salary-tab__desc button:hover span, .tab-content .salary-tab__desc button:focus span {
  transform: translateX(0);
  color: #5166AA;
}

.salary-highlight__items p {
  color: #64748b;
  margin-bottom: 15px;
}
.salary-highlight__items p:last-of-type {
  margin-bottom: 0;
}
.salary-highlight__items p span {
  font-weight: 600;
  color: #108188;
}
.salary-highlight__items p a {
  display: inline-block;
  color: #276969;
  font-weight: 700;
}
.salary-highlight__items p a:hover {
  text-decoration: underline;
}

/* Modal Area */
.custom__modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 14px;
  padding-bottom: 10px;
}

.modal-dialog {
  max-width: 655px;
}

.modal-content {
  border: 1px solid #d0d5dd;
  border-radius: 12px;
}

.custom__modal-body {
  padding-left: 32px;
  padding-right: 57px;
  padding-bottom: 36px;
}

.modal__close-btn {
  width: 24px;
  height: 24px;
}

.chart__modal-descs p,
.chart__modal-descs p a {
  color: #475467;
}

.chart__modal-descs p a {
  font-weight: 600;
}
.chart__modal-descs p a:hover, .chart__modal-descs p a:focus {
  text-decoration: underline;
}

.chart__modal-descs p {
  margin-bottom: 12px;
}

.chart__modal-descs p:last-of-type {
  margin-bottom: 0;
}

.custom-tooltip {
  --bs-tooltip-bg: #fff;
  --bs-tooltip-color: #475467;
  background: #fff;
  opacity: 1;
  padding: 12px;
  z-index: 99;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  box-shadow: 5px 5px 40px 1px rgba(16, 24, 40, 0.15);
  border-radius: 8px;
}
.custom-tooltip .tooltip-inner {
  text-align: left;
}

.highcharts-title {
  display: none;
}

.destination-job-name {
  color: #276969;
  font-weight: 700;
}

.share-to-btn:hover {
  background: #d8f8e1;
}

.highcharts-credits {
  display: none;
}

.custom-tooltip-wide .tooltip-inner {
  min-width: 210px;
  white-space: nowrap;
}

.custom-tooltip-2 .tooltip-inner {
  min-width: 250px;
}

/*# sourceMappingURL=template-calculator.css.map */
