@font-face {
  font-family: "Segoe UI";
  src: url("/j/fonts/seguisb.woff") format("woff"),
    url("/j/fonts/seguisb.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("/j/fonts/Segoe UI.woff") format("woff"),
    url("/j/fonts/Segoe UI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("/j/fonts/segoeuib.woff") format("woff"),
    url("/j/fonts/segoeuib.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  display: block;
}

body {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto",
    "Helvetica Neue", Arial, sans-serif;
  color: #666666;
  font-size: 14px;
  background-color: #f5f6fa;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  background-color: white;
  margin-bottom: 15px;
  box-shadow: 0 2px 14px 0 rgba(13, 140, 230, 0.1);
  height: 48px;
  display: flex;
  justify-content: center;
}

.header-constrain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 720px;
  padding: 0 10px;
  width: 100%;
}

.header-logo-link {
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-logo-image {
  /* width: 117px; */
  max-height: 30px;
}

@media screen and (max-width: 500px) {
  .header-logo-link {
    text-decoration: none;
    max-width: 70%;
  }
}

.header-logo-text {
  font-weight: bold;
  font-size: 18px;
  color: #666666;
}

.back-link {
  color: #666666;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  background: url("/j/images/left-arrow.svg") no-repeat left center;
  padding-left: 22px;
}

@media screen and (max-width: 500px) {
  .back-link {
    width: 90px;
  }
}

.back-link:hover,
.back-link:focus {
  color: #0d8ce6 !important;
}

@media screen and (max-width: 500px) {
  .switch-locale {
    width: auto !important;
  }
  .switch-locale .filter-option {
    width: 18px;
    overflow: hidden;
  }
  .switch-locale .dropdown-menu {
    left: auto;
    right: 0;
  }
}

.header-placeholder {
  visibility: hidden;
  flex-grow: 1;
}

.light-red {
  color: #f36e6f;
}

.gray {
  color: #797e84;
}

.vh {
  visibility: hidden;
}

.h1 {
  font-weight: 600;
  font-size: 19px;
}

.mt12px {
  margin-top: 12px;
}

.body-wrapper {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.body-card {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 700px;
  margin-bottom: 10px;
}

.card-header {
  padding: 18px 28px;
}

.divider {
  height: 1px;
  background-color: #f5f6fa;
}

/* filter */
.positions-filter {
  padding: 0px 34px 20px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filter-title {
  font-size: 14px;
  color: #969595;
  margin-top: 10px;
  margin-right: 15px;
}

.menu-button-wrapper {
  position: relative;
  outline: none;
  margin-right: 20px;
  margin-top: 10px;
  max-width: 100%;
}

.menu-button {
  font-size: 14px;
  color: #888888;
  font-weight: 600;
  padding: 5px 40px 5px 15px;
  background-color: #f2f3f9;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.menu-button:hover {
  background-color: rgb(209, 210, 218);
}

.menu-button-icon {
  position: absolute;
  right: 12px;
  top: 13px;
}

.menu-button-popup {
  display: none;
  position: absolute;
  left: 0;
  top: 110%;
  background: white;
  padding: 5px 0px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  z-index: 10;
}

.menu-button-popup ul {
  list-style: none;
}

.menu-button-popup ul a {
  padding: 8px 32px 8px 10px;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

.menu-button-popup ul li:hover {
  background-color: #f2f3f9;
}

/* list page */
.no-filter-result {
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

/* position */
.position-wrapper {
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.position-name {
  font-size: 17px;
  color: #666666;
  text-decoration: none;
}

.position-name:visited {
  color: #666666;
}

.hover-blue:hover {
  color: #0d8ce6;
}

.position-tag {
  display: inline-block;
  font-size: 12px;
  color: #969696;
  padding: 6px 20px;
  background-color: #f2f3f9;
  border-radius: 4px;
  margin-right: 5px;
}

.apply-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #0d8ce6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: white;
  border: none;
  padding: 6px 30px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.apply-button:visited,
.apply-button:hover,
.apply-button:focus {
  color: white;
}

@media screen and (max-width: 500px) {
  .position-wrapper {
    display: block;
  }

  .apply-button {
    margin-top: 14px;
    width: 145px;
  }
}

/* position detail */
.position-name--bold {
  font-size: 19px;
  font-weight: 600;
}
.apply-button--detail {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background: #0d8ce6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: white;
  border: none;
  padding: 6px 30px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.apply-button--detail:visited {
  color: white;
}

.apply-button--detail:hover {
  color: white;
}

.gradient-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 244px;
  padding: 14px 0px;
  background-image: linear-gradient(-90deg, #0da7fd 0%, #3171ea 100%);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  color: white;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.gradient-button:visited,
.gradient-button:hover,
.gradient-button:focus {
  color: white;
}

.gradient-button-reverse {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 244px;
  padding: 14px 0px;
  background-image: linear-gradient(to right, #0da7fd 0%, #3171ea 100%);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  color: white;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.gradient-button-reverse:visited,
.gradient-button-reverse:hover,
.gradient-button-reverse:focus {
  color: white;
}

.btn {
  position: relative;
  transition: all 0.15s ease;
}

.btn:hover {
  transform: scale(1.035);
}

.btn:focus {
  outline: none;
  transform: scale(1.035);
}

.btn:active {
  transform: scale(0.95);
}

.btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-left-color: transparent;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.btn:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0px;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
}

.btn.sending {
  pointer-events: none;
  cursor: not-allowed;
}

.btn.sending:before {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.btn.sending:after {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 20px;
}

@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.gradient-button--disabled {
  background-color: #888;
  color: #aaa;
  background-image: none;
}

.gradient-button.error {
  background-image: linear-gradient(to right, #ff7272, #d66565);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.32);
}

@media screen and (max-width: 500px) {
  .apply-button--detail {
    display: none;
  }
}

.position-section {
  margin-bottom: 45px;
}

.position-description-wrapper {
  padding: 33px 28px;
}

.position-rich-text-content {
  line-height: 1.6;
  font-size: 14px;
}

.position-rich-text-content ul {
  margin: 12px 0;
  padding-left: 18px;
}

.position-rich-text-content ol {
  list-style: inside decimal;
  padding-left: 0;
}

.position-rich-text-content p > strong {
  font-size: 16px;
  font-weight: 700;
}

.position-rich-text-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 12px 0;
}

.position-description-paragraph {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 45px;
}

.position-description-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 18px 0;
}

/* application apge */
.submit-title {
  font-size: 19px;
  color: #666;
  padding-left: 28px;
  padding-top: 30px;
}

.application-form {
  margin-top: 23px;
  padding: 32px;
}

@media screen and (min-width: 700px) {
  .application-form {
    margin-top: 23px;
    padding: 20px 117px 46px 117px;
  }
}

.application-form-divider {
  height: 1px;
  background-color: #f5f6fa;
  margin-left: -32px;
  margin-right: -32px;
  margin-top: 31px;
  margin-bottom: 26px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group .error-message {
  display: none;
  position: absolute;
  color: red;
}

.form-group.has-error .error-message {
  display: block;
}

.form-group.has-error input,
.form-group.has-error textarea {
  border-color: red;
}

.label-ws {
  font-size: 14px;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.label-required:after {
  content: "*";
  color: red;
  margin-left: 4px;
}

.label.label-smartscreen {
  font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  width: 100%;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 0.375rem 0.75rem;
}

textarea {
  height: auto;
}

.application-form .radio-label {
  display: inline-block;
  margin-right: 15px;
  width: auto;
}

@media screen and (min-width: 700px) {
  .form-group {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
  }

  .form-group.no-flex {
    display: block;
  }

  .label {
    margin-bottom: 0;
  }

  .no-flex .label {
    margin-bottom: 20px;
  }

  .no-flex input,
  .no-flex textarea {
    width: 100%;
  }
  .no-flex input[type="radio"],
  .no-flex input[type="checkbox"] {
    width: auto;
  }

  .label.label-smartscreen {
    margin-bottom: 10px;
  }

  .application-form-divider {
    margin-right: -117px;
    margin-left: -117px;
  }
}

/* overwrite flags image for intlTelInput */
.iti-flag {
  background-image: url("/j/images/flags.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("/j/images/flags@2x.png") !important;
  }
}
.intl-tel-input {
  width: 100%;
}

/* phone-verify.pug */
.verify-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.verify-title {
  font-weight: 600;
  font-size: 19px;
  margin-top: 30px;
}

.verify-text {
  margin-top: 12px;
  text-align: center;
  width: 80%;
}

.dn {
  display: none !important;
}

/* online quiz page */
.js-result-missed-questions {
  padding: 10px 20px;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  width: 90%;
  margin: 20px auto;
}

.missed-question-header {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

label.missed-question-mcq-label {
  position: relative;
  top: 1px;
  font-size: 15px;
}

.quiz-missed-question img {
  display: inline-block;
  width: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.missed-question-title {
  font-size: 17px;
}

.quiz-missed-question {
  margin-bottom: 15px;
}

.quiz-form {
  margin-top: 35px;
}
.quiz-question {
  margin-bottom: 40px;
}

.question-mcq-label {
  display: block;
  margin-bottom: 15px;
}

.question-mcq-control {
  margin-right: 8px;
}

/* online form page */
.select-control-wrapper {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.select-control-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  background: white;
  padding: 0 10px;
  padding-right: 30px;
  font-size: 12px;
  height: 33px;
}

.select-control-wrapper::before,
.select-control-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.select-control-wrapper::after {
  /*  Custom dropdown arrow */
  width: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("/j/images/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-position-y: center;
}

.js-reapplication-error .reapplication-message {
  min-height: 372px;
  border: 33px solid;
  border-image-source: url(/j/images/reapplication-bg.svg);
  border-image-slice: 33 33 53 33 fill;
  border-image-width: 33px 33px 53px 33px;
  border-image-repeat: round;
  padding: 30px 30;
  border: 33px solid;
  border-image-source: url("/j/images/reapplication-bg.svg");
  border-image-slice: 30 30 30 30;
  border-image-width: 30px 30px 30px 30px;
}

/* basic element style */
a {
  color: #0d8ce6;
}

a:visited {
  color: #0d8ce6;
}

a:hover {
  color: rgb(11, 113, 185);
}

/* atom class */
.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.align-items-right {
  align-items: center;
}

.justify-content-right {
  justify-content: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.bg-white {
  background-color: white;
}

.pre-line {
  white-space: pre-line;
}

.lh-copy {
  line-height: 1.5;
}

.mr7px {
  margin-right: 7px;
}

.mb10px {
  margin-bottom: 10px;
}

.mr10px {
  margin-right: 10px;
}

.mw480px {
  max-width: 480px;
}

.px1 {
  padding-left: 8px;
  padding-right: 8px;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.ma {
  margin: auto;
}

.dib {
  display: inline-block;
}

/* form iframe content */
.form-embed-wrapper {
  margin-bottom: 20px;
}

.form-youtube-iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.form-youtube-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  .form-embed-wrapper {
    margin: 0 -50px 20px -50px;
  }
}

/* auto-advance applicant */

.success-container,
.reapplication-warning-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-textbox {
  text-align: left;
  min-height: 310px;
  color: white;
  background-color: blueviolet;
  background-image: url("/j/images/wave-line.svg"),
    url("/j/images/wave-line.svg"),
    linear-gradient(246deg, #b197f5, #84afef 52%, #08a9d5);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 65px, right 152px, left top;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin-top: 42px;
}

.container-textbox-dark {
  text-align: left;
  min-height: 310px;
  color: white;
  background-image: url("/j/images/wave-line.svg"),
    url("/j/images/wave-line.svg"),
    linear-gradient(90deg, #3d4855 3.77%, #424e5c 34.68%, #282f38 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 65px, right 152px, left top;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin-top: 42px;
  margin-bottom: 42px;
}

@media only screen and (max-width: 600px) {
  .container-content {
    margin: 5em 2.5em 4em 2.5em;
  }

  .container-textbox,
  .container-textbox-dark {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .container-content {
    margin: 5em 4em 4em 4em;
  }

  .container-textbox,
  .container-textbox-dark {
    width: 90%;
  }

  .footer-container {
    width: 90%;
  }

  .js-result-success-next-stage-link {
    width: 81%;
    margin: auto;
  }
}

.container-hand {
  width: 50px;
  height: 50px;
}

.container-header-text {
  margin-top: 0.5em;
  font-size: 29px;
}

.container-body-text {
  margin-top: 1em;
  font-size: 14px;
}

pre.container-body-text {
  white-space: break-spaces;
}

.container-body-text p {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

.container-body-text a {
  color: white;
  font-weight: bold;
}

.by-the-way-header {
  font-weight: 600;
  font-size: 19px;
  text-align: center;
}

.footer-container {
  margin: auto;
  text-align: center;
}

.by-the-way-text {
  display: inline-block;
  text-align: center;
  color: #bebebe;
  font-size: 11px;
  margin: 1em auto 1em auto;
}

.image-icons {
  vertical-align: middle;
  margin: 0.25em;
  display: inline-block;
}

.next-stage-container {
  text-align: center;
  color: #666666;
  margin-bottom: 5em;
}
.text-header {
  font-size: 19px;
  font-weight: 600;
  margin: 1em 0;
}

.text-body {
  font-size: 14px;
  margin-bottom: 2em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 0 1em 0 1em;
}

/* form element text heading */
.form-text-heading ul,
.form-text-heading ol {
  list-style-position: inside;
  margin: 16px 0;
}
.form-text-heading p {
  margin: 12px 0;
}

/* form element image */
.form-element-image img {
  max-width: 100%;
}

/* form question identity drive license */
.ml2 {
  margin-left: 16px;
}

.minw190px {
  min-width: 190px;
}

.absolute {
  position: absolute;
}

.l-10px {
  left: 10px;
}

.r-10px {
  right: 10px;
}

/* schedule page */
.content-wrapper {
  padding: 0 34px;
}
.schedule-your-interview {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}

.please-note-title,
.choose-available-day,
.choose-available-time {
  margin-bottom: 20px;
  height: 17px;
  font-weight: 600;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}

.please-note-content {
  display: flex;
  height: 100%;
  padding: 10px 16px;
  margin-bottom: 26px;
  border-radius: 5px;
  background-color: #f4fafe;
}

.please-note-content-result {
  margin-top: 34px;
  margin-bottom: 0px;
  width: 80%;
  max-width: 400px;
}

.meeting-details-container {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}

.meeting-details-icon-container {
  display: flex;
}

.meeting-details-content {
  margin-top: 8px;
  white-space: pre-wrap;
  font-size: 12px;
}

.meeting-details-title {
  height: 12px;
  font-weight: 600;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #666666;
}

.schedule-slot {
  margin-bottom: 28px;
  margin-right: 6px;
  height: 42px;
  border-radius: 4px;
  border: solid 1px #747474;
  background-color: transparent;
}

.schedule-slot:focus {
  outline: none;
}

.schedule-slot.slot-selected {
  color: #0d8ce6;
  border: solid 1px #0d8ce6;
}

.schedule-slot-date {
  width: 95px;
  cursor: pointer;
}

.schedule-slot-time {
  width: 138px;
  cursor: pointer;
}

.schedule-confirmation-box {
  display: flex;
  padding: 0 20px;
  justify-content: space-around;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 28px;
  height: 113px;
  border-radius: 5px;
  border: solid 1px #e6eaf2;
}

.schedule-confirmation-day {
  font-weight: 600;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #676767;
}

.schedule-confirmation-duration {
  font-size: 14px;
  font-weight: normal;
}

.schedule-confirmation-button {
  display: flex;
  padding: 0 90px;
  height: 48px;
  border-radius: 4px;
  background-color: #0d8ce6;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
  color: #ffffff;
  cursor: pointer;
  border: none;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .schedule-confirmation-button {
    padding: 0 30px;
  }
}

.schedule-result-links {
  display: flex;
  margin-top: 49px;
}
.reschedule-button {
  display: flex;
  color: #0d8ce6;
  cursor: pointer;
}
.add-to-cal-button {
  display: flex;
  margin-left: 15px;
  color: #0d8ce6;
  cursor: pointer;
}

.reschedule-icon,
.add-to-cal-icon {
  margin-right: 6px;
}

.schedule-confirmation-button:hover,
.schedule-confirmation-button:focus {
  color: white !important;
}
/* end - schedule page */

.help-link,
.help-link:hover,
.help-link:visited {
  color: #bebebe;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.help-link:hover {
  text-decoration: underline;
}

.get-in-touch-content {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.get-in-touch-link,
.get-in-touch-link:hover,
.get-in-touch-link:visited {
  text-decoration: none;
}

.get-in-touch-link:hover {
  text-decoration: underline;
}

.get-in-touch-result {
  margin-top: 30px;
  font-size: 12px;
}

/* bootstrap select */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn:hover {
  transform: scale(1.035);
}
.menu-button:hover {
  background-color: rgb(209, 210, 218);
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 2;
}
.pull-left {
  float: left !important;
}
.open > .dropdown-menu {
  display: block;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  margin-left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
/* end bootstrap select */

/* page no list */

/* modal component */
.modal-mask {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(1, 33, 56, 0.5);
  height: 100%;
  z-index: 10001;
  padding: 16px;
  overflow: scroll;
  display: none;
}

.modal-mask--visible {
  display: block;
}

.modal-content {
  border-radius: 4px;
  position: relative;
  background-color: #f5f6fa;
  max-width: 472px;
  top: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 33px 16px 31px 16px;
}

.modal-content--no-padding {
  padding: 0px;
}

@media screen and (min-width: 500px) {
  .modal-content {
    padding: 33px 30px 31px 30px;
    top: 100px;
  }

  .modal-content--no-padding {
    padding: 0px;
  }
}

.modal-head {
  padding: 14px 20px;
}

.modal-title {
  font-weight: 600;
  font-size: 14px;
  color: #666;
}

.modal-body {
  padding: 16px 20px;
}

.modal-footer {
  padding: 10px 20px;
}

/* We use almost the same button style as antd v2.x */
.button {
  display: flex;
  outline: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.15;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 4px;
  height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}

.button-lg {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}

.button-type-danger {
  background-color: #ec5f54;
  color: white;
  border-color: #ec5f54;
}
.button-type-danger:hover {
  background-color: #f0291b;
  border-color: #f0291b;
  color: white;
}

.footer {
  width: 100%;
  /* consistant with body width*/
  max-width: 700px;
}

.footer-powerby {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.5;
  text-decoration: none;
  transition: all 0.15s ease;
  color: #666666;
}

.footer-powerby:visited,
.footer-powerby:hover {
  color: #666666;
}

.footer-powerby:hover {
  opacity: 1;
}

/* overwirte the Date picker year and month select style */
.pika-label {
  font-size: 0 !important;
  overflow: inherit !important;
  padding: 0 5px 3px !important;
}

.pika-label .pika-select {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-size: 13px;
  height: 30px;
  padding-left: 5px;
  padding-top: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/j/images/arrow-down-in-calendar.svg);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right 5px top 13px;
  opacity: 0.75;
  position: static;
  display: inline-block !important;
}

.pika-select.pika-select-month {
  width: 104px;
}

.pika-select.pika-select-year {
  width: 70px;
}

.popover.js-reschedule-disable-popover {
  width: 310px;
  background: gray;
  color: white;
  padding: 12px 12px;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 12px;
  position: relative;
}

.popover.js-reschedule-disable-popover:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 79px;
  position: absolute;
  top: -5px;
  transform: rotateZ(-45deg);
  background: gray;
}

.buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.share-button {
  margin-top: 0.5px;
  margin-right: 6px;
  height: 31.5px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  color: #666666;
  text-decoration: none;
}

.share-button:visited,
.share-button:hover,
.share-button:focus {
  color: #666666;
  text-decoration: none;
}

.share-button span {
  margin-left: 7px;
  margin-right: 5px;
}

.share-content {
  width: 231px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.share-content .share-item {
  padding: 5px;
}

.share-content .share-item img {
  width: 67px;
  height: 40px;
}

@media screen and (max-width: 500px) {
  .share-button {
    margin-top: 14px;
    width: 145px;
  }
}

.share .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  line-break: auto;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 -1px 24px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 -1px 24px 0 rgba(0, 0, 0, 0.29);
}
.share .popover.top {
  margin-top: -11px;
}
.popover.right {
  margin-left: 11px;
}
.popover.bottom {
  margin-top: 11px;
}
.popover.left {
  margin-left: -11px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 11px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -11px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -11px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 0;
  margin-left: -11px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -11px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}

.stage-share-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stage-share-container {
  margin: 13px auto;
  width: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
  background-color: #f6f8f9;
}

.stage-share-title {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #969696;
}

.stage-share-content {
  margin: 20px auto;
  width: 350px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.stage-share-item {
  margin: 0 3px;
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 500px) {
  .stage-share-container {
    width: 100%;
  }

  .stage-share-content {
    width: 200px;
  }
}

.stage-share-item.sms {
  background-image: url(/j/images/share/round/sms.svg);
}
.stage-share-item.sms:hover {
  background-image: url(/j/images/share/round/hover/sms.svg);
}
.stage-share-item.email {
  background-image: url(/j/images/share/round/email.svg);
}
.stage-share-item.email:hover {
  background-image: url(/j/images/share/round/hover/email.svg);
}
.stage-share-item.messenger {
  background-image: url(/j/images/share/round/messenger.svg);
}
.stage-share-item.messenger:hover {
  background-image: url(/j/images/share/round/hover/messenger.svg);
}
.stage-share-item.facebook {
  background-image: url(/j/images/share/round/facebook.svg);
}
.stage-share-item.facebook:hover {
  background-image: url(/j/images/share/round/hover/facebook.svg);
}
.stage-share-item.twitter {
  background-image: url(/j/images/share/round/twitter.svg);
}
.stage-share-item.twitter:hover {
  background-image: url(/j/images/share/round/hover/twitter.svg);
}
.stage-share-item.linkedin {
  background-image: url(/j/images/share/round/linkedin.svg);
}
.stage-share-item.linkedin:hover {
  background-image: url(/j/images/share/round/hover/linkedin.svg);
}
.stage-share-item.whatsapp {
  background-image: url(/j/images/share/round/whatsapp.svg);
}
.stage-share-item.whatsapp:hover {
  background-image: url(/j/images/share/round/hover/whatsapp.svg);
}

.rounded-share-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.rounded-share-item {
  height: 39px;
  width: 39px;
  border-radius: 39px;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  -ms-border-radius: 39px;
  -o-border-radius: 39px;
  margin: 0 3.5px;
}

.rounded-share-item.sms {
  background-image: url(/j/images/share/round/sms-invert.svg);
}
.rounded-share-item.sms:hover {
  background-image: url(/j/images/share/round/hover/sms-invert.svg);
}
.rounded-share-item.email {
  background-image: url(/j/images/share/round/email-invert.svg);
}
.rounded-share-item.email:hover {
  background-image: url(/j/images/share/round/hover/email-invert.svg);
}
.rounded-share-item.messenger {
  background-image: url(/j/images/share/round/messenger-invert.svg);
}
.rounded-share-item.messenger:hover {
  background-image: url(/j/images/share/round/hover/messenger-invert.svg);
}
.rounded-share-item.facebook {
  background-image: url(/j/images/share/round/facebook-invert.svg);
}
.rounded-share-item.facebook:hover {
  background-image: url(/j/images/share/round/hover/facebook-invert.svg);
}
.rounded-share-item.twitter {
  background-image: url(/j/images/share/round/twitter-invert.svg);
}
.rounded-share-item.twitter:hover {
  background-image: url(/j/images/share/round/hover/twitter-invert.svg);
}
.rounded-share-item.linkedin {
  background-image: url(/j/images/share/round/linkedin-invert.svg);
}
.rounded-share-item.linkedin:hover {
  background-image: url(/j/images/share/round/hover/linkedin-invert.svg);
}
.rounded-share-item.whatsapp {
  background-image: url(/j/images/share/round/whatsapp-invert.svg);
}
.rounded-share-item.whatsapp:hover {
  background-image: url(/j/images/share/round/hover/whatsapp-invert.svg);
}

.link-expired-wrapper {
  position: relative;
}

.link-expired-text-wrapper {
  position: absolute;
  top: 64px;
  right: 60px;
}

@media screen and (max-width: 500px) {
  .link-expired-text-wrapper {
    position: static;
    max-width: 24em;
    margin: auto;
    margin-bottom: -80px;
    padding: 20px;
    padding-top: 40px;
  }
}

.link-expired-image {
  margin: 94px 0px 0px 33px;
  width: 548px;
  height: 325px;
}

.onboarding-process-deleted-text-wrapper {
  position: absolute;
  top: 64px;
  right: 60px;
  width: 340px;
}

.onboarding-process-suspended-text-wrapper {
  position: absolute;
  top: 64px;
  right: 60px;
  width: 340px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a:hover {
  cursor: pointer;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

#postal-code-input input {
  width: 100px;
  height: 31px;
  padding: 5px;
  -moz-appearance: textfield;
}

#postal-code-input input::-webkit-outer-spin-button,
#postal-code-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

#postal-code-input .filter-error {
  display: none;
  z-index: 999;
  width: auto;
  height: 33px;
  padding: 0 10px;
  position: absolute;
  top: -40px;
  left: 0;
  line-height: 33px;
  font-size: 12px;
  color: #fff;
  background-color: #e94a46;
  border-radius: 0;
  white-space: nowrap;
}

#postal-code-input .filter-error:after {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: 15px;
  width: 0;
  height: 0;
  border-top: 8px solid;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  color: #e94a46;
  content: "";
  pointer-events: none;
}

.pac-container {
  z-index: 10000 !important;
}

@media screen and (max-width: 500px) {
  .body-card {
    z-index: 9999;
    margin-top: 0px;
  }

  .positions-filter {
    flex-wrap: nowrap;
  }

  span.filter-title {
    display: none;
  }

  .menu-button-wrapper {
    margin-right: 12px;
  }
}

.iti-mobile .intl-tel-input.iti-container {
  z-index: 10000;
}

.pdf-page-preview {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-top: 15px;
}

/* company career page: brands gallery */

.brand-gallery-item {
  display: block;
  border: 1px solid #e3e3e3;
  width: 100%;
  border-radius: 4px;
  margin-top: 30px;
  padding: 30px;
  background: url("/j/images/open.svg");
  background-repeat: no-repeat;
  background-position: 95% 9px;
  background-size: 16px 18px;
  text-decoration: none;
}

@media screen and (min-width: 500px) {
  .brand-gallery-item {
    width: 46%;
    margin-right: 4%;
  }
}

@media screen and (min-width: 800px) {
  .brand-gallery-item {
    width: 30%;
    margin-right: 3%;
  }
}

.brand-logo {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.brand-logo img {
  width: 100px;
  height: 100px;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
}

.logo-text {
  border-radius: 100px;
  font-family: Segoe UI;
  font-weight: 700;
  width: 100px;
  height: 100px;
  background-color: #f1f1f1;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: white;
}

.brand-title {
  display: block;
  color: #525252;
  font-family: Segoe UI;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.company-documents-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.company-documents-popover:not(.visible),
.company-documents-popover.selected {
  display: none;
}

.company-documents-popover:not(.selected) {
  max-width: 30em;
}

#iframe-container {
  height: 70vh;
  max-height: 1600px;
}

.custom-select .custom-select-btn {
  display: flex;
  box-shadow: none;
  transition: none;
  transform: none;
  align-items: center;
  border-radius: 4px;
  padding-left: 15px;
  min-width: 100px;
  background-color: white;
  border: 1px solid #e8e8e8;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.custom-select .custom-select-btn.language-switcher-btn {
  border: none;
  font-size: 14px;
  line-height: 20px;

  /* Primary colors/Gray - gray50 */
  color: #787883;
}
