/* #root {
  text-align: left;
} */
.salary__header {
  text-align: center;
  font-size: 2.3rem;
  margin: 20px auto 24px auto;
  padding: 0 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .salary__header {
    padding: 0 1rem;
    font-size: 48px;
  }
}

.salary__container {
  margin: 40px 0px;
}
.salary__roleSelectionParagraph {
  line-height: 1.6;
  font-size: 40px;
  padding: 0 1rem;
  color: #231f20;
  font-family: 'Supa Mega Fantastic', Poppins, sans-serif;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .salary__roleSelectionParagraph {
    font-size: 50px;
    padding: 0 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 320px) {
  .salary__roleSelectionParagraph {
    width: 320px;
  }
}
@media screen and (min-width: 450px) {
  .salary__roleSelectionParagraph {
    width: 450px;
  }
}
@media screen and (min-width: 600px) {
  .salary__roleSelectionParagraph {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  .salary__roleSelectionParagraph {
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .salary__roleSelectionParagraph {
    width: 1400px;
  }
}
.salary__roleSelectionParagraph__ellipsis {
  color: rgba(35, 31, 32, 0.4);
}
.salary__salaryDisplay {
  margin: 3rem 0 0 0;
  background-color: #fade2a;
  background-image: url(https://static.buffer.com/marketing/static/background/yellow-doodle-bg.png);
  background-size: contain;
  background-position: 50%;
  width: 100%;
  overflow: auto;
}
@media screen and (min-width: 600px) {
  .salary__salaryDisplay {
    margin: 4rem 0 0 0;
  }
}
.salary__salaryDisplay_salary {
  font-size: 35px;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  margin-top: 30px;
  color: #231f20;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .salary__salaryDisplay_salary {
    margin-top: 100px;
    font-size: 85px;
  }
}
.salary__salaryDisplay_dollar {
  vertical-align: super;
  font-size: 50px;
}
.salary__salaryDisplay_currency {
  margin-left: 0.5rem;
  opacity: 0.85;
  font-size: 30px;
  font-weight: 400;
}
.salary__salaryDisplay__sharing {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 1.5rem auto 0 auto;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (min-width: 320px) {
  .salary__salaryDisplay__sharing {
    width: 320px;
  }
}
@media screen and (min-width: 450px) {
  .salary__salaryDisplay__sharing {
    width: 450px;
  }
}
@media screen and (min-width: 600px) {
  .salary__salaryDisplay__sharing {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  .salary__salaryDisplay__sharing {
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .salary__salaryDisplay__sharing {
    width: 1400px;
  }
}
.salary__salaryDisplay__sharing__label {
  color: #231f20;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.salary__salaryDisplay__sharing__link {
  color: #fff;
  width: 31px;
  height: 31px;
  border-radius: 100px;
  margin: 1rem 0.25rem;
  background: #fff;
  transition: all 0.1s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.salary__salaryDisplay__sharing__link svg {
  width: 12px;
  height: 12px;
}
.salary__selectText {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 0 0.5rem;
  transition: all ease-out 0.2s;
  transform: translateY(0);
  position: relative;
  cursor: pointer;
  user-select: none;
  border-bottom: 2px solid #231f20;
}
@media screen and (min-width: 600px) {
  .salary__selectText {
    border: none;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 0.5;
    padding: 0 0.5rem 0.85rem 0.5rem;
    margin: 0 1.75rem 0.5rem 1.75rem;
    box-shadow: 0 4px 20px 0 #ddd;
  }
}
.salary__selectText .salary__selectText__arrow {
  display: none;
}
@media screen and (min-width: 600px) {
  .salary__selectText .salary__selectText__arrow {
    display: inline-block;
  }
}
.salary__selectText:hover {
  box-shadow: 0 8px 20px 0 #ccc;
  transform: translateY(-2px);
}
.salary__selectText:hover .salary__selectText__arrow {
  opacity: 0.6;
}
.salary__selectText__text {
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
}
.salary__selectText__arrow {
  display: inline-block;
  transform: translateY(0.13rem);
  margin-left: 0.25rem;
  margin-right: 0;
  opacity: 0.3;
}
@media screen and (min-width: 600px) {
  .salary__selectText__arrow {
    margin-left: 0.5rem;
    transform: translateY(-0.05rem) scale(1.2);
  }
}
.salary__salaryBreakdown {
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  margin: 24px auto;
  border-radius: 5px;
  min-height: 200px;
  overflow: hidden;
  max-width: 1400px;
}

.salary__salaryBreakdown__top {
  background: #f5f5f5;
}
.salary__salaryBreakdown__header {
  font-size: 16px;
  font-weight: bold;
  font-family: Poppins;
  text-align: center;
  color: #231f20;
  line-height: 1.4;
  padding: 1rem;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__header {
    font-size: 22px;
    padding: 4rem 1rem 4rem 1rem;
  }
}
.salary__salaryBreakdown__components {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__components {
    flex-direction: row;
    padding: 0 4rem;
  }
}
.salary__salaryBreakdown__multi {
  display: none;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__multi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 42px 70px 42px;
  }
}
.salary__salaryBreakdown__component {
  flex: 1;
  margin: 0 1rem 1rem 1rem;
  text-align: center;
  padding: 1rem 0 1rem 0;
  position: relative;
  cursor: default;
  transition: all 0.2s ease-out;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__component {
    background: none;
    padding: 2rem 0 2rem 0;
    margin: 0 1rem 3rem 1rem;
  }
}
.salary__salaryBreakdown__component__number {
  display: none;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__component__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    width: 36px;
    height: 36px;
    color: #231f20;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.salary__salaryBreakdown__component__number__1 {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='36' viewBox='0 0 35 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 19.0939C-2.4836e-05 7.0718 7.64351 1.41436 15.6259 0C30.9904 0 34.1599 9.19334 34.1599 20.5082C34.1599 32.5303 22.4477 35.7126 15.6259 35.7126C8.80408 35.7126 2.9219e-05 33.2374 0 19.0939Z' fill='%23F3AFB9'/%3E%3C/svg%3E%0A");
}
.salary__salaryBreakdown__component__number__2 {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83603 12.3329C6.34095 1.18676 15.5475 -1.19424 23.4783 0.485637C37.7233 6.24308 37.2168 15.9542 32.9769 26.4447C28.4719 37.5908 16.4207 36.1524 10.0959 33.5961C3.77119 31.0398 -3.46389 25.4459 1.83603 12.3329Z' fill='%23ABB7FF'/%3E%3C/svg%3E%0A");
}
.salary__salaryBreakdown__component__text {
  color: #231f20;
  font-size: 36px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .salary__salaryBreakdown__component__text {
    padding: 10px;
    line-height: 1.5;
  }
}
.salary__salaryBreakdown__component__label {
  color: rgba(35, 31, 32, 0.6);
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
}
.salary__salaryBreakdown__component:hover,
.salary__salaryBreakdown__component--active {
  border-color: transparent;
  box-shadow: 0 4px 20px 0 #ddd;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__component:hover,
  .salary__salaryBreakdown__component--active {
    transform: translateY(-0.75rem);
  }
}
.salary__salaryBreakdown__explanation {
  padding: 3rem 3rem 3rem 3rem;
  color: #231f20;
}
.salary__salaryBreakdown__explanation p,
.salary__salaryBreakdown__explanation h4 {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .salary__salaryBreakdown__explanation {
    display: flex;
    flex-direction: row;
  }
}
.salary__salaryBreakdown__explanation__colLeft {
  flex: 2;
  padding-right: 2rem;
}
.salary__salaryBreakdown__explanation__colRight {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .salary__salaryBreakdown__explanation__learnMore__header {
    margin-top: 2rem;
  }
}
.salary__salaryBreakdown__explanation__learnMore {
  list-style: decimal;
  margin-top: 1rem;
}
.salary__salaryBreakdown__explanation__learnMore__item {
  color: rgba(35, 31, 32, 0.3);
  list-style: disc outside none;
  display: list-item;
  margin-left: 1.8em;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.salary__salaryBreakdown__explanation__none {
  text-align: center;
}
.salary__modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  outline: none;
  padding: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 450px) {
  .salary__modal {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 600px) {
  .salary__modal {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: 600px;
    margin: 100px auto;
  }
}
.salary__modal__title {
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 1rem;
  font-weight: bold;
  color: #231f20;
  text-align: center;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  padding: 20px 0;
  cursor: default;
}
.salary__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  opacity: 0.5;
  cursor: pointer;
  background: none;
  border: 0;
  display: block;
}
.salary__modal__close:hover {
  opacity: 1;
}
.salary__modal__search {
  width: 100%;
  background: #2c4bff;
  color: #231f20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  box-sizing: border-box;
}
.salary__modal__search input {
  outline: none;
  margin: 0 1rem;
  font-family: inherit;
  font-size: 16px;
  padding: 16px 20px;
  border: none;
  border-radius: 5px;
}
.salary__modal__content {
  flex: 1;
  overflow-y: scroll;
}
.salary__modalOverlay {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.ReactModalPortal .ReactModal__Overlay {
  transition: opacity 150ms ease-out;
  opacity: 0;
}
.ReactModalPortal .ReactModal__Overlay--after-open {
  opacity: 1;
}
.ReactModalPortal .ReactModal__Overlay--before-close {
  opacity: 0;
}
.ReactModalPortal .ReactModal__Content {
  transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0.9);
  opacity: 0;
}
.ReactModalPortal .ReactModal__Content--after-open {
  opacity: 1;
  transform: scale(1);
}
.ReactModalPortal .ReactModal__Content--before-close {
  opacity: 0;
  transform: scale(0.9);
}
.roleSelectionModal__header {
  margin: 20px 0 10px 40px;
  color: #636363;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.roleSelectionModal__header__icon {
  display: inline-block;
  transform: scale(0.85) translateX(-0.25rem) translateY(0.05rem);
  opacity: 0.5;
  width: 1.25rem;
}
.roleSelectionModal__item {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  color: #231f20;
  transition: all 0.2s ease-out;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
  padding: 5px 40px;
  line-height: 1.8;
}
.roleSelectionModal__item:hover,
.roleSelectionModal__item:focus,
.roleSelectionModal__item--active {
  background-color: #f5f5f5;
  font-weight: bold;
}
.roleSelectionModal__itemNotFound {
  margin-top: 2rem;
  text-align: center;
  color: rgba(35, 31, 32, 0.7);
}
@keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.roleSelectionModal__itemNotFound__emoji {
  font-size: 3rem;
  margin: 4rem 0 2rem;
  animation: wobble 1s infinite;
  -webkit-animation: wobble 1s infinite;
}
.salary__mobileOnly {
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .salary__mobileOnly {
    display: none;
  }
}
.salary__desktopOnly {
  display: none;
}
@media screen and (min-width: 1000px) {
  .salary__desktopOnly {
    display: inline-block;
  }
}
@font-face {
  font-family: 'Supa Mega Fantastic';
  src: url('https://static.buffer.com/marketing/static/fonts/supa-mega-fantastic.otf');
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
