@import url(https://use.typekit.net/ayh7njc.css);
/* purgecss start ignore */

@charset "UTF-8";

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active, .multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes spinning {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(2turn);
  }
}

/* purgecss end ignore */
/* purgecss start ignore */

@font-face {
  font-family: "jobilla-icons";

  src: url(/fonts/jobilla-icons.eot);

  src: url(/fonts/jobilla-icons.eot?#iefix) format("embedded-opentype"), url(/fonts/jobilla-icons.woff) format("woff"), url(/fonts/jobilla-icons.ttf) format("truetype"), url(/jobilla-icons.svg?6536d0916d1c14020f78#jobilla-icons) format("svg");

  font-weight: normal;

  font-style: normal;
}

[data-icon]:before {
  font-family: "jobilla-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "jobilla-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aligned-left:before {
  content: "\e000";
}

.icon-aligned-left-c:before {
  content: "\e001";
}

.icon-aligned-middle:before {
  content: "\e002";
}

.icon-aligned-middle-c:before {
  content: "\e003";
}

.icon-aligned-right:before {
  content: "\e004";
}

.icon-aligned-right-c:before {
  content: "\e005";
}

.icon-ats-logo:before {
  content: "\e006";
}

.icon-back-c:before {
  content: "\e007";
}

.icon-change-c:before {
  content: "\e008";
}

.icon-cleanness-c:before {
  content: "\e009";
}

.icon-contrast-c:before {
  content: "\e00a";
}

.icon-create:before {
  content: "\e00b";
}

.icon-dashboard-article:before {
  content: "\e00c";
}

.icon-dashboard-job:before {
  content: "\e00d";
}

.icon-dashboard-page:before {
  content: "\e00e";
}

.icon-dashboard-talent:before {
  content: "\e00f";
}

.icon-download-c:before {
  content: "\e010";
}

.icon-email-candidates:before {
  content: "\e011";
}

.icon-employer-branding-logo:before {
  content: "\e012";
}

.icon-luminocity-c:before {
  content: "\e013";
}

.icon-message-send:before {
  content: "\e014";
}

.icon-messages:before {
  content: "\e015";
}

.icon-mirror-c:before {
  content: "\e016";
}

.icon-next-c:before {
  content: "\e017";
}

.icon-notifications:before {
  content: "\e018";
}

.icon-saturation-c:before {
  content: "\e019";
}

.icon-settings:before {
  content: "\e01a";
}

.icon-structure-c:before {
  content: "\e01b";
}

.icon-tag:before {
  content: "\e01c";
}

.icon-talent-network-logo:before {
  content: "\e01d";
}

.icon-targeting-logo:before {
  content: "\e01e";
}

.icon-upload-c:before {
  content: "\e01f";
}

.icon-user:before {
  content: "\e020";
}

.icon-warmness-c:before {
  content: "\e021";
}

.icon-zoom-in:before {
  content: "\e022";
}

.icon-zoom-out:before {
  content: "\e023";
}

.icon-add:before {
  content: "\e024";
}

.icon-add-c:before {
  content: "\e025";
}

.icon-alert-c:before {
  content: "\e026";
}

.icon-applied-job:before {
  content: "\e027";
}

.icon-apply-external:before {
  content: "\e028";
}

.icon-apply-interested:before {
  content: "\e029";
}

.icon-apply-internal:before {
  content: "\e02a";
}

.icon-apply-quick:before {
  content: "\e02b";
}

.icon-arrow-left:before {
  content: "\e02c";
}

.icon-arrow-right:before {
  content: "\e02d";
}

.icon-attach:before {
  content: "\e02e";
}

.icon-budget:before {
  content: "\e02f";
}

.icon-check-c:before {
  content: "\e030";
}

.icon-circle-c:before {
  content: "\e031";
}

.icon-clicks:before {
  content: "\e032";
}

.icon-close-c:before {
  content: "\e033";
}

.icon-cloud-upload:before {
  content: "\e034";
}

.icon-collapse:before {
  content: "\e035";
}

.icon-comments:before {
  content: "\e036";
}

.icon-company:before {
  content: "\e037";
}

.icon-cost:before {
  content: "\e038";
}

.icon-date:before {
  content: "\e039";
}

.icon-dislike:before {
  content: "\e03a";
}

.icon-document:before {
  content: "\e03b";
}

.icon-double-arrow-left:before {
  content: "\e03c";
}

.icon-double-arrow-right:before {
  content: "\e03d";
}

.icon-down:before {
  content: "\e03e";
}

.icon-download:before {
  content: "\e03f";
}

.icon-ats-active:before {
  content: "\e040";
}

.icon-eb-analytics-f:before {
  content: "\e041";
}

.icon-ats-applicants:before {
  content: "\e042";
}

.icon-ats-archived:before {
  content: "\e043";
}

.icon-eb-article-analytics:before {
  content: "\e044";
}

.icon-eb-article-dynamely:before {
  content: "\e045";
}

.icon-eb-article-edit:before {
  content: "\e046";
}

.icon-eb-articles-f:before {
  content: "\e047";
}

.icon-eb-careers-page-f:before {
  content: "\e048";
}

.icon-ats-closed:before {
  content: "\e049";
}

.icon-eb-days:before {
  content: "\e04a";
}

.icon-eb-gallery:before {
  content: "\e04b";
}

.icon-eb-header:before {
  content: "\e04c";
}

.icon-ats-hired:before {
  content: "\e04d";
}

.icon-ats-interview:before {
  content: "\e04e";
}

.icon-eb-introduction:before {
  content: "\e04f";
}

.icon-ats-job-views:before {
  content: "\e050";
}

.icon-messages-1:before {
  content: "\e051";
}

.icon-ats-new:before {
  content: "\e052";
}

.icon-ats-pending:before {
  content: "\e053";
}

.icon-eb-people:before {
  content: "\e054";
}

.icon-ats-process:before {
  content: "\e055";
}

.icon-ats-rejected:before {
  content: "\e056";
}

.icon-eb-settings:before {
  content: "\e057";
}

.icon-eb-stories:before {
  content: "\e058";
}

.icon-ats-time-on-site:before {
  content: "\e059";
}

.icon-ats-viewed:before {
  content: "\e05a";
}

.icon-edit:before {
  content: "\e05b";
}

.icon-edit-c:before {
  content: "\e05c";
}

.icon-ellipses-vertical:before {
  content: "\e05d";
}

.icon-expand:before {
  content: "\e05e";
}

.icon-expiration:before {
  content: "\e05f";
}

.icon-facebook-c:before {
  content: "\e060";
}

.icon-heart:before {
  content: "\e061";
}

.icon-image:before {
  content: "\e062";
}

.icon-impressions:before {
  content: "\e063";
}

.icon-info-c:before {
  content: "\e064";
}

.icon-like:before {
  content: "\e065";
}

.icon-linkedin-c:before {
  content: "\e066";
}

.icon-list:before {
  content: "\e067";
}

.icon-list-c:before {
  content: "\e068";
}

.icon-location:before {
  content: "\e069";
}

.icon-lock-thin:before {
  content: "\e06a";
}

.icon-message:before {
  content: "\e06b";
}

.icon-new-message:before {
  content: "\e06c";
}

.icon-open-message:before {
  content: "\e06d";
}

.icon-play:before {
  content: "\e06e";
}

.icon-preview:before {
  content: "\e06f";
}

.icon-question-c:before {
  content: "\e070";
}

.icon-reach:before {
  content: "\e071";
}

.icon-refresh:before {
  content: "\e072";
}

.icon-search:before {
  content: "\e073";
}

.icon-sort-az:before {
  content: "\e074";
}

.icon-sort-new-first:before {
  content: "\e075";
}

.icon-sort-old-first:before {
  content: "\e076";
}

.icon-sort-za:before {
  content: "\e077";
}

.icon-star:before {
  content: "\e078";
}

.icon-star-f:before {
  content: "\e079";
}

.icon-star-half-f:before {
  content: "\e07a";
}

.icon-status:before {
  content: "\e07b";
}

.icon-target:before {
  content: "\e07c";
}

.icon-telephone:before {
  content: "\e07d";
}

.icon-total-ads:before {
  content: "\e07e";
}

.icon-tracking-code:before {
  content: "\e07f";
}

.icon-trash:before {
  content: "\e080";
}

.icon-trash-c:before {
  content: "\e081";
}

.icon-twitter-c:before {
  content: "\e082";
}

.icon-type:before {
  content: "\e083";
}

.icon-unlock:before {
  content: "\e084";
}

.icon-up:before {
  content: "\e085";
}

.icon-upload:before {
  content: "\e086";
}

.icon-view:before {
  content: "\e087";
}

.icon-instagram:before {
  content: "\e088";
}

.icon-new-potentials:before {
  content: "\e094";
}

.icon-open-jobs:before {
  content: "\e095";
}

.icon-activity:before {
  content: "\e089";
}

.icon-add-profile-pic:before {
  content: "\e08a";
}

.icon-applications:before {
  content: "\e08b";
}

.icon-applications-selected:before {
  content: "\e08c";
}

.icon-arrow-down-f:before {
  content: "\e08d";
}

.icon-arrow-left-c:before {
  content: "\e08e";
}

.icon-arrow-top-right:before {
  content: "\e08f";
}

.icon-arrow-up-f:before {
  content: "\e090";
}

.icon-bin-circle:before {
  content: "\e091";
}

.icon-calender:before {
  content: "\e092";
}

.icon-checked:before {
  content: "\e093";
}

.icon-clock:before {
  content: "\e096";
}

.icon-close:before {
  content: "\e097";
}

.icon-duplicate:before {
  content: "\e098";
}

.icon-duplicate-circle:before {
  content: "\e099";
}

.icon-eb-visits:before {
  content: "\e09a";
}

.icon-error:before {
  content: "\e09b";
}

.icon-final-screen:before {
  content: "\e09c";
}

.icon-form:before {
  content: "\e09d";
}

.icon-job-views:before {
  content: "\e09e";
}

.icon-mail:before {
  content: "\e09f";
}

.icon-mail-open:before {
  content: "\e0a0";
}

.icon-mood-1:before {
  content: "\e0a1";
}

.icon-mood-2:before {
  content: "\e0a2";
}

.icon-mood-3:before {
  content: "\e0a3";
}

.icon-mood-4:before {
  content: "\e0a4";
}

.icon-mood-5:before {
  content: "\e0a5";
}

.icon-multiple-ticks:before {
  content: "\e0a6";
}

.icon-new-potentials-1:before {
  content: "\e0a7";
}

.icon-open-file:before {
  content: "\e0a8";
}

.icon-open-jobs-1:before {
  content: "\e0a9";
}

.icon-pc-device:before {
  content: "\e0aa";
}

.icon-phone:before {
  content: "\e0ab";
}

.icon-phone-c:before {
  content: "\e0ac";
}

.icon-phone-c-f:before {
  content: "\e0ad";
}

.icon-picture:before {
  content: "\e0ae";
}

.icon-reply:before {
  content: "\e0af";
}

.icon-save-circle:before {
  content: "\e0b0";
}

.icon-simple-clock:before {
  content: "\e0b1";
}

.icon-smartphone-device:before {
  content: "\e0b2";
}

.icon-tablet-device:before {
  content: "\e0b3";
}

.icon-talent:before {
  content: "\e0b4";
}

.icon-talent-pool:before {
  content: "\e0b5";
}

.icon-tick-box:before {
  content: "\e0b6";
}

.icon-unchecked:before {
  content: "\e0b7";
}

.icon-welcome-screen:before {
  content: "\e0b8";
}

.icon-bin:before {
  content: "\e0ba";
}

.icon-magnifying-glass:before {
  content: "\e0bb";
}

.icon-arrow-up-fine:before {
  content: "\e0bd";
}

.icon-cv:before {
  content: "\e0bf";
}

.icon-profile-pic:before {
  content: "\e0c0";
}

.icon-question-mark:before {
  content: "\e0c1";
}

.icon-plus:before {
  content: "\e0c2";
}

.icon-application:before {
  content: "\e0c3";
}

.icon-arrows:before {
  content: "\e0c4";
}

.icon-bold:before {
  content: "\e0c5";
}

.icon-calendar:before {
  content: "\e0c6";
}

.icon-camera:before {
  content: "\e0c7";
}

.icon-chat:before {
  content: "\e0c8";
}

.icon-remove:before {
  content: "\e0c9";
}

.icon-close-bold:before {
  content: "\e0ca";
}

.icon-arrow-down-sml:before {
  content: "\e0cd";
}

.icon-italic:before {
  content: "\e0ce";
}

.icon-instagram-f-c:before {
  content: "\e0d0";
}

.icon-googleplus-f-c:before {
  content: "\e0d1";
}

.icon-download-file:before {
  content: "\e0d2";
}

.icon-clone:before {
  content: "\e0d3";
}

.icon-pencil:before {
  content: "\e0d4";
}

.icon-facebook-f-c:before {
  content: "\e0d5";
}

.icon-faecbook:before {
  content: "\e0d7";
}

.icon-female:before {
  content: "\e0d8";
}

.icon-first:before {
  content: "\e0d9";
}

.icon-male:before {
  content: "\e0db";
}

.icon-email:before {
  content: "\e0dc";
}

.icon-lock-f:before {
  content: "\e0dd";
}

.icon-lock:before {
  content: "\e0de";
}

.icon-location-f:before {
  content: "\e0df";
}

.icon-linkedin-f-c:before {
  content: "\e0e0";
}

.icon-link:before {
  content: "\e0e1";
}

.icon-last:before {
  content: "\e0e2";
}

.icon-jobilla-f-c:before {
  content: "\e0e3";
}

.icon-3-dots:before {
  content: "\e0e4";
}

.icon-arrow-right-sml:before {
  content: "\e0e5";
}

.icon-settings-f:before {
  content: "\e0e6";
}

.icon-square:before {
  content: "\e0e7";
}

.icon-statistics:before {
  content: "\e0e8";
}

.icon-notification:before {
  content: "\e0e9";
}

.icon-talent-pool-1:before {
  content: "\e0eb";
}

.icon-target-bold:before {
  content: "\e0ec";
}

.icon-open-new-tab:before {
  content: "\e0ed";
}

.icon-picture-bold:before {
  content: "\e0ee";
}

.icon-tick:before {
  content: "\e0ef";
}

.icon-trm:before {
  content: "\e0f0";
}

.icon-arrow-left-sml:before {
  content: "\e0f1";
}

.icon-twitter-f-c:before {
  content: "\e0f3";
}

.icon-unisex:before {
  content: "\e0f4";
}

.icon-question-mark-c:before {
  content: "\e0f5";
}

.icon-arrow-right-bold:before {
  content: "\e0f6";
}

.icon-arrow-up-sml:before {
  content: "\e0f7";
}

.icon-url:before {
  content: "\e0f8";
}

.icon-find:before {
  content: "\e0f9";
}

.icon-menu:before {
  content: "\e0fa";
}

.icon-menu-bold:before {
  content: "\e0fc";
}

.icon-send:before {
  content: "\e0fd";
}

.icon-settings-thick:before {
  content: "\e0fe";
}

.icon-message-thick:before {
  content: "\e0ff";
}

.icon-linkedin:before {
  content: "\e0b9";
}

.icon-arrow-down-c:before {
  content: "\e0be";
}

.icon-arrow-up-c:before {
  content: "\e0cc";
}

.icon-phone-bold:before {
  content: "\e0cf";
}

.icon-play-f:before {
  content: "\e0d6";
}

.icon-add-tag:before {
  content: "\e0da";
}

.icon-viewed-c:before {
  content: "\e0f2";
}

.icon-upload-1:before {
  content: "\e0fb";
}

.icon-tick-c:before {
  content: "\e100";
}

.icon-tag-1:before {
  content: "\e101";
}

.icon-tablet-thin:before {
  content: "\e102";
}

.icon-sort-name:before {
  content: "\e103";
}

.icon-sort-date:before {
  content: "\e104";
}

.icon-remove-tag:before {
  content: "\e106";
}

.icon-rejected-c:before {
  content: "\e107";
}

.icon-progress-c:before {
  content: "\e108";
}

.icon-phone-thin:before {
  content: "\e109";
}

.icon-ordered-list:before {
  content: "\e10a";
}

.icon-drag-up-down:before {
  content: "\e10b";
}

.icon-enlarge:before {
  content: "\e10c";
}

.icon-eye:before {
  content: "\e10d";
}

.icon-full-view:before {
  content: "\e10f";
}

.icon-full-view-f:before {
  content: "\e110";
}

.icon-hire-c:before {
  content: "\e111";
}

.icon-info:before {
  content: "\e112";
}

.icon-interview-c:before {
  content: "\e113";
}

.icon-job:before {
  content: "\e114";
}

.icon-large-arrow-left:before {
  content: "\e115";
}

.icon-large-arrow-right:before {
  content: "\e116";
}

.icon-microphone:before {
  content: "\e117";
}

.icon-drag-drop:before {
  content: "\e118";
}

.icon-download-1:before {
  content: "\e119";
}

.icon-dotted-list:before {
  content: "\e11a";
}

.icon-cross-c:before {
  content: "\e11b";
}

.icon-condensed-view-f:before {
  content: "\e11c";
}

.icon-condensed-view:before {
  content: "\e11d";
}

.icon-computer-thin:before {
  content: "\e11e";
}

.icon-collapse-1:before {
  content: "\e11f";
}

.icon-bin-1:before {
  content: "\e120";
}

.icon-avatar:before {
  content: "\e121";
}

.icon-application-c:before {
  content: "\e122";
}

.icon-application-amount:before {
  content: "\e123";
}

.icon-arrow-down-fine:before {
  content: "\e0bc";
}

.icon-compare:before {
  content: "\e0cb";
}

.icon-checkbox:before {
  content: "\e124";
}

.icon-checkbox-bold:before {
  content: "\e125";
}

.icon-info-f-c:before {
  content: "\e128";
}

.icon-jobilla-j-f:before {
  content: "\e12a";
}

.icon-large-arrow-down:before {
  content: "\e12b";
}

.icon-minus-small:before {
  content: "\e12c";
}

.icon-plus-small:before {
  content: "\e12e";
}

.icon-refresh-1:before {
  content: "\e12f";
}

.icon-send-message:before {
  content: "\e130";
}

.icon-zoom-in-1:before {
  content: "\e131";
}

.icon-zoom-out-1:before {
  content: "\e132";
}

.icon-message-bubble:before {
  content: "\e12d";
}

.icon-office-full:before {
  content: "\e0ea";
}

.icon-dashboard-sidebar:before {
  content: "\e126";
}

.icon-settings-sidebar:before {
  content: "\e129";
}

.icon-notification-sidebar:before {
  content: "\e133";
}

.icon-job-sidebar:before {
  content: "\e134";
}

.icon-forms-sidebar:before {
  content: "\e135";
}

.icon-eb-sidebar:before {
  content: "\e136";
}

.icon-reorder:before {
  content: "\e105";
}

/* purgecss end ignore */
html, body {
  height: 100%;
}

/********************************* IMPORTANT **********************************/

/* Custom config for generated styles. Make sure to move them between versions*/

.icon {
  /*font positioning fix*/
  position: relative;
  font-size: 24px;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}

.icon.tiny {
  font-size: 12px;
  height: 12px;
  width: 12px;
}

.icon.sml {
  font-size: 16px;
  height: 16px;
  width: 16px;
}

.icon.md {
  font-size: 30px;
  height: 30px;
  width: 30px;
}

.icon.lg {
  font-size: 72px;
  height: 72px;
  width: 72px;
}

.icon.x-lg {
  font-size: 128px;
  height: 128px;
  width: 128px;
}

.is-disabled {
  transition: 0.4s opacity ease-in-out;
  opacity: 0.3;
}

#app {
  min-height: 100vh;
}

.modals {
  position: absolute;
  z-index: 920;
}

.toasts {
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  width: 50%;
  margin-top: 30px;
  top: 0;
  right: 0;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]:hover {
  z-index: 800;
}

[data-tooltip]:hover:after {
  display: block;
}

[data-tooltip].tooltip-single-line:after {
  white-space: nowrap;
}

[data-tooltip]:after {
  display: none;
  content: attr(data-tooltip);
  position: absolute;
  background: rgb(53, 53, 53);
  color: rgb(255, 255, 255);
  padding: 4px;
  border-radius: 2px;
  top: calc(100% + 4px);
  left: -50%;
}

[class^=btn] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: calc(1em + 5px);
  padding: 12px 40px;
  line-height: 1.8rem;
  margin: 8px;
  transition: 0.4s all;
  max-height: 50px;
  cursor: pointer;
}

[class^=btn]:hover {
  cursor: pointer;
}

[class^=btn]:hover > * {
  cursor: pointer;
}

[class^=btn]:hover:disabled {
  cursor: not-allowed;
}

[class^=btn]:focus, [class^=btn]:active {
  outline: none;
}

[class^=btn]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 246, 246, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  border: 2px solid rgb(230, 230, 230);
}

[class^=btn].circle {
  border-radius: 50% !important;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 64, 129, var(--tw-bg-opacity));
  font-size: 16px;
  line-height: calc(1em + 8px);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  border-radius: 6px;
  border: 2px solid #ff4081;
  transition: 0.4s all ease;
  min-width: 120px;
  padding: 12px 40px;
}

.btn-primary.sml {
  font-size: 13px;
  line-height: calc(1em + 5px);
  padding: 8px;
  margin: 0;
  min-width: 80px;
  min-height: 32px;
}

.btn-primary:active, .btn-primary:focus {
  outline: none;
}

.btn-primary:hover {
  background: #ff0d5f;
  cursor: pointer;
}

.btn-primary:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 246, 246, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-text {
  --tw-text-opacity: 1;
  color: rgba(120, 147, 161, var(--tw-text-opacity));
  border: none;
  background: none;
}

.btn-text:hover {
  cursor: pointer;
}

.btn-text:hover > * {
  cursor: pointer;
}

.btn-disable:hover {
  background-color: transparent !important;
  cursor: not-allowed !important;
  color: rgb(160, 160, 160) !important;
  border: 2px solid rgb(160, 160, 160) !important;
}

[class*=-clear] {
  background: none;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(160, 160, 160);
  font-size: 1.4rem;
  border: 0;
  padding: 12px 40px;
}

[class*=-clear]:hover {
  color: rgb(255, 51, 102);
}

[class*=-clear]:disabled {
  background: transparent;
  border: none;
}

[class*=-ghost] {
  color: rgb(38, 38, 38);
  border: 2px rgb(53, 53, 53) solid;
  background: none;
  border-radius: 6px !important;
  text-transform: uppercase;
}

[class*=-ghost].sml {
  padding: 0;
  line-height: 1.4rem;
  margin: 0;
  font-size: 1.2rem;
  min-width: 80px;
  min-height: 32px;
}

[class*=-ghost]:hover {
  background: rgb(53, 53, 53);
  color: rgb(255, 255, 255);
}

[class*=-ghost]:hover:disabled {
  background: rgb(255, 255, 255);
  color: rgb(53, 53, 53);
}

[class*=-ghost]:active, [class*=-ghost].active {
  background: #4f4f4f;
  color: rgb(255, 255, 255);
}

[class*=-ghost].white:hover {
  color: rgb(53, 53, 53);
}

.btn.btn-confirm,
.btn.btn-confirm:active {
  background: rgb(255, 51, 102);
  color: rgb(255, 255, 255);
}

.btn.btn-confirm:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
  color: rgb(255, 255, 255);
}

.btn.btn-confirm.btn-outline {
  background-color: transparent;
  border: 1px solid rgb(255, 51, 102);
  color: rgb(255, 51, 102);
}

.btn.btn-confirm.btn-outline:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
  color: rgb(255, 255, 255);
}

.btn-reject {
  background: rgb(53, 53, 53);
  color: rgb(255, 255, 255);
}

.main-mid {
  background: rgb(51, 101, 138);
}

.main-dark {
  background: rgb(47, 72, 88);
}

.multiselect_input .multiselect_single {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 0px 8px;
  border: none;
  border-bottom: 1px solid rgb(200, 200, 200);
  background: transparent;
  transition: 0.8s all ease;
}

.multiselect_input .multiselect_single.readonly {
  background: rgb(230, 230, 230);
}

.multiselect_input .multiselect_single:focus {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 115, 181, var(--tw-border-opacity));
  box-shadow: none;
}

.multiselect_input .multiselect_single::-webkit-input-placeholder {
  color: rgb(160, 160, 160);
}

.multiselect_input .multiselect_single:-moz-placeholder { /* Firefox 18- */
  color: rgb(160, 160, 160);
}

.multiselect_input .multiselect_single::-moz-placeholder { /* Firefox 19+ */
  color: rgb(160, 160, 160);
}

.multiselect_input .multiselect_single:-ms-input-placeholder {
  color: rgb(160, 160, 160);
}

.multiselect--above .multiselect__content-wrapper {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.multiselect__element span span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.multiselect__select:before {
  position: relative;
  font-family: "jobilla-icons";
  content: "\e12b";
  right: 0;
  top: 20%;
  color: rgb(160, 160, 160);
  border: none !important;
  margin-top: 4px;
}

.multiselect__content {
  max-width: 100%;
}

.inline-select + label {
  padding-bottom: 8px !important;
}

.inline-select.multiselect {
  height: 40px;
}

.inline-select .multiselect__input {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 0px 8px;
  border: none;
  border-bottom: 1px solid rgb(200, 200, 200);
  background: transparent;
  transition: 0.8s all ease;
  width: 100% !important;
  background: transparent !important;
}

.inline-select .multiselect__input.readonly {
  background: rgb(230, 230, 230);
}

.inline-select .multiselect__input:focus {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 115, 181, var(--tw-border-opacity));
  box-shadow: none;
}

.inline-select .multiselect__input::-webkit-input-placeholder {
  color: rgb(160, 160, 160);
}

.inline-select .multiselect__input:-moz-placeholder { /* Firefox 18- */
  color: rgb(160, 160, 160);
}

.inline-select .multiselect__input::-moz-placeholder { /* Firefox 19+ */
  color: rgb(160, 160, 160);
}

.inline-select .multiselect__input:-ms-input-placeholder {
  color: rgb(160, 160, 160);
}

.inline-select .multiselect__tags .multiselect__single {
  border-bottom: solid 1px #becfd6 !important;
  border-radius: 0px !important;
  padding-top: 10px !important;
  display: flex;
  align-items: flex-end;
  background-color: transparent;
  padding: 0px;
  font-size: 14px;
}

.inline-select .multiselect__option {
  margin: 4px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

.inline-select .multiselect__option > span {
  max-with: 100%;
  overflow: hidden;
}

.inline-select .multiselect__option--highlight {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 115, 181, var(--tw-bg-opacity));
}

.inline-select .multiselect__content-wrapper {
  border-radius: 2px;
  border: 1px solid #dbe3e7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.inline-select .multiselect__option--selected {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 207, 214, var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(33, 58, 71, var(--tw-text-opacity));
}

.inline-select .multiselect__option--selected.multiselect__option--highlight {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 227, 231, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.inline-select .multiselect__select {
  right: 0;
  padding: 0;
}

.inline-select .multiselect__select:before {
  content: "\e0cd";
  margin: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgba(33, 58, 71, var(--tw-text-opacity));
  top: 0 !important;
}

.inline-select .multiselect__input, .inline-select .cov-datepicker {
  margin-bottom: 8px !important;
  margin-top: 0 !important;
}

.inline-select.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.inline-select.multiselect--active .multiselect__select:before {
  --tw-text-opacity: 1;
  color: rgba(48, 79, 254, var(--tw-text-opacity));
}

.inline-select .multiselect__input, .inline-select .multiselect__strong {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 33px;
  padding: 4px;
  border-radius: 0;
}

.inline-select .multiselect__tags {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  background: none;
  border: none;
  min-height: 30px;
}

.inline-select .multiselect__label--selected span {
  font-size: 12px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(120, 147, 161, var(--tw-text-opacity));
}

.inline-select .multiselect__label--selected p {
  font-size: 12px;
  font-weight: 600;
}

.inline-select.grouped .multiselect__tags .multiselect__single {
  padding-left: 16px;
  padding-right: 16px;
  border: none !important;
}

.inline-select.grouped .multiselect__option--group.multiselect__option--disabled {
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(120, 147, 161, var(--tw-text-opacity));
  background: none !important;
}

.inline-select.grouped .multiselect__option:not(.multiselect__option--group) > span {
  padding-left: 16px;
  font-weight: 400;
}

.inline-select.outlined {
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(190, 207, 214, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  box-sizing: border-box;
}

.inline-select.outlined .multiselect__tags .multiselect__single {
  padding-left: 16px;
  padding-right: 16px;
  border: none !important;
}

.inline-select.outlined .multiselect__input {
  padding-left: 16px !important;
  border: none !important;
}

.searchbox-select {
  z-index: 200;
  max-width: 45%;
  border: 1px rgb(48, 176, 251) solid;
  margin: 8px;
  width: 100%;
}

.searchbox-select .multiselect__select:before {
  position: relative;
  font-family: "jobilla-icons";
  content: "\e03e";
  right: 0;
  top: 20%;
  color: rgb(160, 160, 160);
  margin-top: 4px;
  border: none;
}

.searchbox-select .multiselect__input, .searchbox-select .multiselect__single {
  font-weight: 900;
  color: rgb(160, 160, 160);
  padding-left: 16px;
  margin-bottom: 4px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none;
}

.searchbox-select .multiselect__tags {
  border-radius: 0;
  border: 0px;
  border-bottom: 1px rgb(230, 230, 230) solid;
  min-height: 20px;
}

.searchbox-select .multiselect__option {
  font-weight: 300;
  color: rgb(160, 160, 160);
  background: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px;
  min-height: 30px;
  max-width: 100%;
}

.searchbox-select .multiselect__element:not(:first-child) {
  border-top: 1px rgb(160, 160, 160) dashed;
}

.searchbox-select .multiselect__option--highlight, .searchbox-select .multiselect__option--selected {
  font-weight: 900;
  color: rgb(160, 160, 160);
  background: none;
}

.searchbox-select .multiselect__content-wrapper {
  border: 1px rgb(160, 160, 160) solid;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0px 16px;
}

.searchbox-select .multiselect__content {
  width: 100%;
  overflow: hidden;
}

.searchbox-select .multiselect--active .multiselect__tags {
  border: 0px;
}

.searchbox-select .multiselect__content {
  left: 0;
  margin-top: 16px;
}

.searchbox-select .multiselect__tags {
  border-bottom: none;
}

.searchbox-select .multiselect__select {
  top: 2px;
}

.searchbox-select .multiselect__content-wrapper {
  margin-top: 8px;
}

.filter-dropdown .multiselect {
  min-height: 0;
  height: 38px;
}

.filter-dropdown .inline-select.grouped .multiselect__tags .multiselect__single {
  padding-left: 6px;
  padding-top: 10px;
  border-bottom: none;
}

.filter-dropdown .inline-select.grouped .multiselect__tags .multiselect__input {
  padding-top: 8px;
  font-weight: 400;
  margin-left: 6px !important;
  color: #213a47;
  border-bottom: none;
}

@keyframes fill-slide {
  0% {
    margin-left: -50%;
  }

  100% {
    margin-left: 100%;
  }
}

@keyframes slideRight {
  0% {
    color: transparent;
    padding-right: 64px;
  }

  100% {
    color: rgb(255, 196, 48);
    padding-right: 8px;
  }
}

@keyframes slideUp {
  0% {
    color: transparent;
    padding-top: 8px;
  }

  100% {
    color: rgb(255, 196, 48);
    padding-top: 0;
  }
}

.modal-showing {
  overflow: hidden;
}

.modal-close-trigger {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 101;
  top: 0;
  left: 0;
}

.modal-mask {
  position: fixed;
  z-index: 100;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: rgba(38, 38, 38, 0.9);
  transition: opacity 0.2s ease;
}

.modal-mask.without-body .modal-header-title {
  padding-top: 32px;
}

.modal-mask.without-body .modal-header-title .icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.modal-container {
  width: auto;
  z-index: 102;
  max-width: 80vw;
  max-height: 95vh;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(38, 38, 38, 0.3);
  transition: all 0.2s ease;
  border-radius: 2px;
}

@media only screen and (max-width:650px) {
  .modal-container {
    max-width: 90vw;
  }
}

.full-height-modal .modal-container {
  height: 100%;
}

.modal-header {
  position: relative;
  margin-top: 0px;
}

.modal-header > .modal-header-title {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 32px;
  padding-bottom: 24px;
}

.modal-header > .modal-header-title .icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 100px;
}

.modal-header .close-btn {
  position: absolute;
  cursor: pointer;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgba(120, 147, 161, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: 0;
  right: -10px;
  top: -10px;
  transition: 0.2s all;
}

.modal-header .close-btn:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 64, 129, var(--tw-text-opacity));
}

.modal-v2 .close-btn {
  right: 8px;
  top: 16px;
}

.modal-body {
  display: flex;
  overflow-y: auto;
  padding-left: 24px;
  padding-right: 24px;
  flex: 1;
  min-width: 380px;
  max-height: calc(95vh - (32px + 112px));
}

.modal-body > div:first-child:not(.message) {
  display: flex;
  flex: 1;
  max-width: 100%;
}

@media only screen and (max-width:850px) {
  .modal-body {
    width: 100%;
    min-width: auto;
  }
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.modal-footer > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-footer > div:first-child > button {
  text-transform: none;
  margin: 0;
}

.modal-footer > div:first-child > button:not(:first-child) {
  margin-left: 24px;
}

.modal-footer > div:first-child > button.btn-ghost {
  content: "brains";
  line-height: 1.8rem;
  font-size: 1.8rem;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

/*
 * Dark themed modal
 */

.modal-dark .modal-container {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 246, 246, var(--tw-bg-opacity));
  padding: 0px;
  width: 70vw;
  max-width: 500px;
}

.modal-dark .modal-header {
  background: rgb(38, 38, 38);
  color: rgb(255, 255, 255);
  height: 100% !important;
}

.modal-dark .modal-header .header {
  display: flex;
  align-items: center;
  padding: 24px;
}

.modal-dark .modal-header .header .header-name {
  flex: 11;
  font-weight: 700;
  font-size: 1.6rem;
}

.modal-dark .modal-header .header .btn-close {
  margin: 0px;
  padding: 0px;
  flex: 1;
}

.modal-dark .modal-body {
  position: relative;
  margin-top: 0px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 48px;
  padding-bottom: 32px;
}

@media only screen and (max-width:850px) {
  .modal-dark .modal-body {
    padding: 32px;
  }
}

.modal-dark .modal-footer {
  padding-bottom: 24px;
}

.modal-dark .modal-footer button {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Application modal overrides
 */

.application-modal .modal-container {
  border-radius: 6px;
  padding: 0px;
  width: 80vw;
  max-width: 900px;
}

.application-modal .modal-container .modal-header {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 58, 71, var(--tw-bg-opacity));
}

.application-modal .modal-container .modal-header .close-btn {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  top: 8px;
  right: 8px;
}

.application-modal .modal-container .modal-header {
  padding-left: 0px;
  padding-right: 0px;
}

.application-modal .modal-container .modal-header-title {
  padding: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.application-modal .modal-container .modal-body {
  overflow-y: hidden;
  height: 800px;
  max-height: calc(90vh - 32px);
}

.application-modal .modal-container .modal-footer {
  display: none;
}

/*
 * Job Form Modal
 */

.job-form-modal .modal-container {
  border-radius: 6px;
}

.form-to-editor-modal .modal-heading {
  max-height: none;
  padding: 0px;
}

.form-to-editor-modal .modal-container {
  width: 500px;
}

.asset-manager-modal {
  border-radius: 4px;
  padding: 48px;
}

.asset-manager-modal .modal-container {
  height: 80vh;
  width: 80vw;
}

.asset-manager-modal .modal-header {
  height: 40px;
}

.asset-manager-modal .modal-body {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  max-height: 100% !important;
}

.media-asset-modal .modal-container {
  height: 80vh;
}

.media-asset-modal .modal-body {
  height: 80vh;
}

.media-asset-modal .modal-footer, .media-asset-modal .modal-header {
  display: none;
}

.confirm-consent-modal .modal-body {
  overflow: hidden;
  max-width: 900px;
}

@media only screen and (max-width:850px) {
  .confirm-consent-modal .modal-body {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
  }
}

.confirm-consent-modal .modal-header {
  display: none;
}

.consent-dialog .modal-body {
  overflow-y: visible;
}

/*
 * Application modal overrides
 */

.email-form-modal .modal-container {
  padding: 0px;
  width: 650px;
}

.email-form-modal .modal-container .modal-header .close-btn i {
  font-size: 32px;
}

.email-form-modal .modal-container .modal-body {
  height: calc(100% - 40px);
}

.email-form-modal .modal-container .modal-body .ball-loader {
  margin-top: -40px;
}

.email-form-modal .modal-container .modal-footer {
  padding: 24px;
}

.email-form-modal .modal-container .modal-header-title {
  --tw-text-opacity: 1;
  color: rgba(33, 58, 71, var(--tw-text-opacity));
}

.email-form-modal .modal-container .modal-heading {
  font-size: 24px;
}

.email-form-modal.sent .modal-container {
  padding: 0px;
  width: 420px;
  height: 300px;
}

.email-form-modal.sent .modal-body {
  overflow: visible;
}

.form-modal.modal-mask {
  background: rgba(24, 40, 65, 0.25);
}

.form-modal .modal-container {
  border-radius: 6px;
  box-shadow: 0px 6px 16px 0 #dbe3e7;
}

.form-modal .modal-footer {
  padding: 0 48px 48px;
}

.team-management-modal .modal-body {
  display: flex;
  flex-direction: column;
}

.team-manager-modal .modal-header {
  display: none;
}

.invite-to-team-modal .modal-body {
  overflow-y: visible;
  max-width: 550px;
}

#outdated {
  position: absolute;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 198, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 24px;
}

#outdated.fullscreen {
  height: 100%;
}

#outdated .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#outdated h6 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: calc(1em + 10px);
}

#outdated p {
  margin: 0px;
  font-size: 12px;
  font-weight: 200;
}

#outdated #buttonUpdateBrowser {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  display: block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 198, 255, var(--tw-text-opacity));
  text-decoration: none;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 6px;
  width: 230px;
}

#outdated #buttonUpdateBrowser:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 198, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#outdated .last {
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
  display: inline-table;
}

#outdated .last[dir=rtl] {
  left: 25px !important;
  right: auto !important;
}

#outdated #buttonCloseUpdateBrowser {
  display: none;
}

/* Sizing */

/* Spacing for each size */

.box {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.box.gutter-xs > * {
  margin: 4px;
}

.box.gutter-sm > * {
  margin: 8px;
}

.box.gutter-md > * {
  margin: 16px;
}

.box.gutter-lg > * {
  margin: 32px;
}

.box.gutter-xl > * {
  margin: 64px;
}

.box.grid {
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.box.grid > .box {
  flex: 0 0;
}

.box.col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box.col.left {
  align-items: flex-start;
}

.box.col.right {
  align-items: flex-end;
}

.box.stack-right, .box.col.stack-right {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.box.stack-right.gutter-xs > *, .box.col.stack-right.gutter-xs > * {
  margin: 0 0 0 0;
}

.box.stack-right.gutter-xs > *:not(:last-child), .box.col.stack-right.gutter-xs > *:not(:last-child) {
  margin: 0 4px 0 0;
}

.box.stack-right.gutter-sm > *, .box.col.stack-right.gutter-sm > * {
  margin: 0 0 0 0;
}

.box.stack-right.gutter-sm > *:not(:last-child), .box.col.stack-right.gutter-sm > *:not(:last-child) {
  margin: 0 8px 0 0;
}

.box.stack-right.gutter-md > *, .box.col.stack-right.gutter-md > * {
  margin: 0 0 0 0;
}

.box.stack-right.gutter-md > *:not(:last-child), .box.col.stack-right.gutter-md > *:not(:last-child) {
  margin: 0 16px 0 0;
}

.box.stack-right.gutter-lg > *, .box.col.stack-right.gutter-lg > * {
  margin: 0 0 0 0;
}

.box.stack-right.gutter-lg > *:not(:last-child), .box.col.stack-right.gutter-lg > *:not(:last-child) {
  margin: 0 32px 0 0;
}

.box.stack-right.gutter-xl > *, .box.col.stack-right.gutter-xl > * {
  margin: 0 0 0 0;
}

.box.stack-right.gutter-xl > *:not(:last-child), .box.col.stack-right.gutter-xl > *:not(:last-child) {
  margin: 0 64px 0 0;
}

.box.stack-left, .box.col.stack-left {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.box.stack-left.gutter-xs > *, .box.col.stack-left.gutter-xs > * {
  margin: 0 0 0 0;
}

.box.stack-left.gutter-xs > *:not(:first-child), .box.col.stack-left.gutter-xs > *:not(:first-child) {
  margin: 0 0 0 4px;
}

.box.stack-left.gutter-sm > *, .box.col.stack-left.gutter-sm > * {
  margin: 0 0 0 0;
}

.box.stack-left.gutter-sm > *:not(:first-child), .box.col.stack-left.gutter-sm > *:not(:first-child) {
  margin: 0 0 0 8px;
}

.box.stack-left.gutter-md > *, .box.col.stack-left.gutter-md > * {
  margin: 0 0 0 0;
}

.box.stack-left.gutter-md > *:not(:first-child), .box.col.stack-left.gutter-md > *:not(:first-child) {
  margin: 0 0 0 16px;
}

.box.stack-left.gutter-lg > *, .box.col.stack-left.gutter-lg > * {
  margin: 0 0 0 0;
}

.box.stack-left.gutter-lg > *:not(:first-child), .box.col.stack-left.gutter-lg > *:not(:first-child) {
  margin: 0 0 0 32px;
}

.box.stack-left.gutter-xl > *, .box.col.stack-left.gutter-xl > * {
  margin: 0 0 0 0;
}

.box.stack-left.gutter-xl > *:not(:first-child), .box.col.stack-left.gutter-xl > *:not(:first-child) {
  margin: 0 0 0 64px;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.row {
  display: flex;
}

.container {
  max-width: 1400px;
}

.module {
  padding: 1rem;
  background-color: #ddd;
}

.col-1 {
  padding: 8px;
  flex: 0 0 8.3333333333%;
}

.col-2 {
  padding: 8px;
  flex: 0 0 16.6666666667%;
}

.col-3 {
  padding: 8px;
  flex: 0 0 25%;
}

.col-4 {
  padding: 8px;
  flex: 0 0 33.3333333333%;
}

.col-5 {
  padding: 8px;
  flex: 0 0 41.6666666667%;
}

.col-6 {
  padding: 8px;
  flex: 0 0 50%;
}

.col-7 {
  padding: 8px;
  flex: 0 0 58.3333333333%;
}

.col-8 {
  padding: 8px;
  flex: 0 0 66.6666666667%;
}

.col-9 {
  padding: 8px;
  flex: 0 0 75%;
}

.col-10 {
  padding: 8px;
  flex: 0 0 83.3333333333%;
}

.col-11 {
  padding: 8px;
  flex: 0 0 91.6666666667%;
}

.col-12 {
  padding: 8px;
  flex: 0 0 100%;
}

@media screen and (max-width:850px) {
  .row {
    flex-direction: column;
  }

  .row.horizontal {
    flex-direction: row;
  }

  [class^=col-] {
    width: 100% !important;
    flex: 1 !important;
  }

  [class^=offset-] {
    margin-left: 0;
  }
}

/* Slide from the bottom */

.slide-up-transition {
  opacity: 1;
  transition: all 0.3s;
}

.slide-up-transition .container {
  transform: perspective(500px) translateZ(10px) translateY(0) rotateX(0deg);
  transition: all 0.4s;
}

.slide-up-enter, .slide-up-leave {
  opacity: 0;
  transition: all 0.3s;
}

.slide-up-enter .container, .slide-up-leave .container {
  transform: perspective(500px) translateZ(0) translateY(20%) rotateX(20deg);
}

.expand-transition {
  transition: all 0.3s ease;
  height: 100%;
  overflow: hidden;
}

.expand-enter, .expand-leave {
  height: 0;
  padding: 0 10px;
  opacity: 0;
}

.slide-left-enter-active,
.slide-left-leave-active {
  transition-duration: 0.3s;
  transition-property: height, opacity, transform;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
}

.slide-left-enter-active {
  transition-delay: 0.3s;
}

.slide-left-enter {
  opacity: 0;
  transform: translate(2em, 0);
}

.slide-left-leave-active {
  opacity: 0;
  transform: translate(-2em, 0);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.4s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.slow-slide-trans .pinnable-list .list-main {
  transition: left 0.8s ease;
}

.slow-slide-trans.slide-left > .pinnable-list > .list-main {
  left: -33.33333vw;
}

.slow-slide-trans.slide-right > .pinnable-list > .list-main {
  left: 0;
}

@media (max-width: 972px) {
  .slow-slide-trans .pinnable-list {
    position: absolute;
    transition: left 0.8s ease;
  }

  .slow-slide-trans.slide-left .pinnable-list {
    left: -100vw;
  }

  .slow-slide-trans.slide-left .pinnable-list .list-main {
    left: -100vw;
  }

  .slow-slide-trans.slide-right .pinnable-list {
    left: 0;
  }

  .slow-slide-trans.slide-right .pinnable-list .list-main {
    left: 0;
  }
}

@media (max-width: 1200px) and (min-width: 972px) {
  .slow-slide-trans .pinnable-list {
    position: absolute;
    transition: left 0.8s ease;
  }

  .slow-slide-trans.slide-left > .pinnable-list > .list-main {
    left: -33.33333vw;
  }

  .slow-slide-trans.slide-right > .pinnable-list > .list-main {
    left: 0;
  }
}

.v-tooltip {
  background: #213a47;
  padding: 8px;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 600;
  display: none;
  margin: 0 4px;
  border-radius: 4px;
  z-index: 999;
}

.v-tooltip.active {
  display: initial;
}

.v-tooltip[x-placement=bottom-start] {
  margin-top: 8px;
}

.v-tooltip.light {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0 4px 0 #dbe3e7;
  color: rgb(53, 53, 53);
}

.columns-2 {
  -moz-column-count: 2;
       column-count: 2;
}

/* Tailwind and utils */

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  border-color: currentColor;
}

.container{
  width: 100%;
}

@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1500px){
  .container{
    max-width: 1500px;
  }
}

html {
  font-family: hero-new, sans-serif;
  font-size: 16px;
  line-height: calc(1em + 6px);
  --tw-text-opacity: 1;
  color: rgba(33, 58, 71, var(--tw-text-opacity));
}

.text-inherit {
  font-size: inherit;
  color: inherit;
}

.text-1 {
  font-size: 22px;
  line-height: calc(1em + 10px);
}

.text-2 {
  font-size: 16px;
  line-height: calc(1em + 8px);
}

.text-3 {
  font-size: 14px;
  line-height: calc(1em + 6px);
}

.text-4 {
  font-size: 13px;
  line-height: calc(1em + 5px);
}

.text-5 {
  font-size: 12px;
  line-height: calc(1em + 4px);
}

.text-6 {
  font-size: 11px;
  line-height: calc(1em + 5px);
}

.text-7 {
  font-size: 10px;
  line-height: calc(1em + 4px);
}

.modal-heading {
  padding-bottom: 16px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: calc(1em + 10px);
  --tw-text-opacity: 1;
  color: rgba(33, 58, 71, var(--tw-text-opacity));
}

.heading-0 {
  font-size: 32px;
  font-weight: 600;
  line-height: calc(1em + 8px);
}

.heading-1, html h1, body h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: calc(1em + 10px);
}

.heading-2, html h2, body h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: calc(1em + 8px);
}

.heading-3, html h3, body h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: calc(1em + 6px);
}

.heading-4, html h4, body h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: calc(1em + 5px);
}

.heading-5, html h5, body h5 {
  font-size: 12px;
  font-weight: 600;
  line-height: calc(1em + 4px);
}

.body-large {
  font-size: 16px;
  font-weight: 200;
  line-height: calc(1em + 8px);
}

.body {
  font-size: 14px;
  line-height: calc(1em + 6px);
}

.body-light {
  font-size: 14px;
  font-weight: 200;
  line-height: calc(1em + 6px);
}

.body-semibold {
  font-size: 14px;
  font-weight: 600;
  line-height: calc(1em + 6px);
}

.body-italic {
  font-size: 14px;
  font-style: italic;
  line-height: calc(1em + 6px);
}

.body-small {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(1em + 4px);
}

.body-mini-semibold {
  font-size: 10px;
  font-weight: 600;
  line-height: calc(1em + 4px);
}

.body-mini {
  font-size: 10px;
  font-weight: 400;
  line-height: calc(1em + 4px);
}

.section-header {
  font-size: 16px;
  font-weight: 600;
  line-height: calc(1em + 8px);
}

.strong-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.label-light {
  font-size: 11px;
  font-weight: 200;
  line-height: calc(1em + 5px);
  --tw-text-opacity: 1;
  color: rgba(120, 147, 161, var(--tw-text-opacity));
}

.transition-very-fast {
  transition: all 0.2s ease-out;
}

.transition-fast {
  transition: all 0.4s ease-out;
}

.transition {
  transition: all 0.6s ease-out;
}

.transition-normal {
  transition: all 0.8s ease-out;
}

.transition-slow {
  transition: all 1s ease-out;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.z-100{
  z-index: 100;
}

.m-xxxs{
  margin: 4px;
}

.m-xxs{
  margin: 8px;
}

.m-lg{
  margin: 32px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mx-xxxs{
  margin-left: 4px;
  margin-right: 4px;
}

.mx-xxs{
  margin-left: 8px;
  margin-right: 8px;
}

.mx-sm{
  margin-left: 16px;
  margin-right: 16px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.my-xxxs{
  margin-top: 4px;
  margin-bottom: 4px;
}

.mt-auto{
  margin-top: auto;
}

.mt-xxxs{
  margin-top: 4px;
}

.mt-xxs{
  margin-top: 8px;
}

.mt-xs{
  margin-top: 12px;
}

.mt-sm{
  margin-top: 16px;
}

.mt-md{
  margin-top: 24px;
}

.mt-lg{
  margin-top: 32px;
}

.-mt-xxl{
  margin-top: -64px;
}

.mr-xxxxs{
  margin-right: 2px;
}

.mr-xxxs{
  margin-right: 4px;
}

.mr-xxs{
  margin-right: 8px;
}

.mr-sm{
  margin-right: 16px;
}

.mr-lg{
  margin-right: 32px;
}

.mb-10{
  margin-bottom: 40px;
}

.mb-xxxs{
  margin-bottom: 4px;
}

.mb-xs{
  margin-bottom: 12px;
}

.mb-sm{
  margin-bottom: 16px;
}

.mb-md{
  margin-bottom: 24px;
}

.mb-lg{
  margin-bottom: 32px;
}

.ml-auto{
  margin-left: auto;
}

.ml-none{
  margin-left: 0px;
}

.ml-xxs{
  margin-left: 8px;
}

.ml-xs{
  margin-left: 12px;
}

.ml-sm{
  margin-left: 16px;
}

.ml-xxl{
  margin-left: 64px;
}

.-ml-xxs{
  margin-left: -8px;
}

.-ml-lg{
  margin-left: -32px;
}

.-ml-5{
  margin-left: -20px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 4px;
}

.h-2{
  height: 8px;
}

.h-3{
  height: 12px;
}

.h-4{
  height: 16px;
}

.h-5{
  height: 20px;
}

.h-6{
  height: 24px;
}

.h-8{
  height: 32px;
}

.h-10{
  height: 40px;
}

.h-12{
  height: 48px;
}

.h-14{
  height: 56px;
}

.h-16{
  height: 64px;
}

.h-20{
  height: 80px;
}

.h-72{
  height: 288px;
}

.h-none{
  height: 0px;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.h-icon{
  height: 18px;
}

.min-h-10{
  min-height: 40px;
}

.min-h-100{
  min-height: 400px;
}

.min-h-lg{
  min-height: 32px;
}

.w-1{
  width: 4px;
}

.w-2{
  width: 8px;
}

.w-3{
  width: 12px;
}

.w-4{
  width: 16px;
}

.w-5{
  width: 20px;
}

.w-6{
  width: 24px;
}

.w-8{
  width: 32px;
}

.w-12{
  width: 48px;
}

.w-16{
  width: 64px;
}

.w-32{
  width: 128px;
}

.w-64{
  width: 256px;
}

.w-none{
  width: 0px;
}

.w-full{
  width: 100%;
}

.w-icon{
  width: 18px;
}

.max-w-75{
  max-width: 300px;
}

.max-w-150{
  max-width: 600px;
}

.max-w-200{
  max-width: 800px;
}

.max-w-lg{
  max-width: 50rem;
}

.max-w-full{
  max-width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.table-fixed{
  table-layout: fixed;
}

.border-collapse{
  border-collapse: collapse;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.list-disc{
  list-style-type: disc;
}

.flex-row{
  flex-direction: row;
}

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

.items-end{
  align-items: flex-end;
}

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

.justify-start{
  justify-content: flex-start;
}

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

.justify-center{
  justify-content: center;
}

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

.gap-xxs{
  gap: 8px;
}

.gap-xl{
  gap: 48px;
}

.space-y-sm > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.space-y-lg > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

.self-end{
  align-self: flex-end;
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded-sm{
  border-radius: 2px;
}

.rounded{
  border-radius: 4px;
}

.rounded-md{
  border-radius: 6px;
}

.rounded-bot-option{
  border-radius: 22px;
}

.rounded-half{
  border-radius: 50%;
}

.rounded-full{
  border-radius: 9999px;
}

.border-2{
  border-width: 2px;
}

.border{
  border-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-solid{
  border-style: solid;
}

.border-ash{
  --tw-border-opacity: 1;
  border-color: rgba(79, 108, 123, var(--tw-border-opacity));
}

.border-mouse{
  --tw-border-opacity: 1;
  border-color: rgba(190, 207, 214, var(--tw-border-opacity));
}

.border-dust{
  --tw-border-opacity: 1;
  border-color: rgba(219, 227, 231, var(--tw-border-opacity));
}

.border-gray{
  --tw-border-opacity: 1;
  border-color: rgba(232, 236, 238, var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-grape{
  --tw-border-opacity: 1;
  border-color: rgba(203, 0, 68, var(--tw-border-opacity));
}

.border-azure{
  --tw-border-opacity: 1;
  border-color: rgba(0, 115, 181, var(--tw-border-opacity));
}

.border-purple{
  --tw-border-opacity: 1;
  border-color: rgba(113, 12, 226, var(--tw-border-opacity));
}

.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgba(84, 0, 177, var(--tw-border-opacity));
}

.border-error{
  --tw-border-opacity: 1;
  border-color: rgba(203, 0, 68, var(--tw-border-opacity));
}

.hover\:border-charcoal:hover{
  --tw-border-opacity: 1;
  border-color: rgba(33, 58, 71, var(--tw-border-opacity));
}

.focus\:border-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

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

.bg-midnight{
  --tw-bg-opacity: 1;
  background-color: rgba(24, 40, 65, var(--tw-bg-opacity));
}

.bg-mouse{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 207, 214, var(--tw-bg-opacity));
}

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 236, 238, var(--tw-bg-opacity));
}

.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 246, 246, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-leaf{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 173, 0, var(--tw-bg-opacity));
}

.bg-sky-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 198, 255, var(--tw-bg-opacity));
}

.bg-azure{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 115, 181, var(--tw-bg-opacity));
}

.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 12, 226, var(--tw-bg-opacity));
}

.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 233, 255, var(--tw-bg-opacity));
}

.bg-fuchsia{
  --tw-bg-opacity: 1;
  background-color: rgba(212, 0, 171, var(--tw-bg-opacity));
}

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 64, 129, var(--tw-bg-opacity));
}

.hover\:bg-azure:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 115, 181, var(--tw-bg-opacity));
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 11, 226, var(--tw-bg-opacity));
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-8:hover{
  --tw-bg-opacity: 0.08;
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.fill-current{
  fill: currentColor;
}

.p-none{
  padding: 0px;
}

.p-xxxs{
  padding: 4px;
}

.p-xxs{
  padding: 8px;
}

.p-xs{
  padding: 12px;
}

.p-sm{
  padding: 16px;
}

.p-md{
  padding: 24px;
}

.p-lg{
  padding: 32px;
}

.px-5{
  padding-left: 20px;
  padding-right: 20px;
}

.px-none{
  padding-left: 0px;
  padding-right: 0px;
}

.px-xxxs{
  padding-left: 4px;
  padding-right: 4px;
}

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

.px-xs{
  padding-left: 12px;
  padding-right: 12px;
}

.px-sm{
  padding-left: 16px;
  padding-right: 16px;
}

.px-md{
  padding-left: 24px;
  padding-right: 24px;
}

.px-lg{
  padding-left: 32px;
  padding-right: 32px;
}

.py-xxxs{
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-xxs{
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-xs{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-sm{
  padding-top: 16px;
  padding-bottom: 16px;
}

.pt-lg{
  padding-top: 32px;
}

.pr-md{
  padding-right: 24px;
}

.pb-20{
  padding-bottom: 80px;
}

.pb-sm{
  padding-bottom: 16px;
}

.pb-md{
  padding-bottom: 24px;
}

.pb-lg{
  padding-bottom: 32px;
}

.pb-xxl{
  padding-bottom: 64px;
}

.pl-5{
  padding-left: 20px;
}

.pl-xs{
  padding-left: 12px;
}

.pl-sm{
  padding-left: 16px;
}

.pl-md{
  padding-left: 24px;
}

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

.text-right{
  text-align: right;
}

.text-none{
  font-size: 0px;
}

.text-title{
  font-size: 48px;
}

.text-size-0{
  font-size: 32px;
}

.text-size-1{
  font-size: 22px;
}

.text-size-2{
  font-size: 16px;
}

.text-size-3{
  font-size: 14px;
}

.text-size-4{
  font-size: 13px;
}

.text-size-5{
  font-size: 12px;
}

.text-size-6{
  font-size: 11px;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.hover\:font-semibold:hover{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-3{
  line-height: calc(1em + 6px);
}

.leading-none{
  line-height: 1;
}

.text-charcoal{
  --tw-text-opacity: 1;
  color: rgba(33, 58, 71, var(--tw-text-opacity));
}

.text-ash{
  --tw-text-opacity: 1;
  color: rgba(79, 108, 123, var(--tw-text-opacity));
}

.text-elephant{
  --tw-text-opacity: 1;
  color: rgba(120, 147, 161, var(--tw-text-opacity));
}

.text-mouse{
  --tw-text-opacity: 1;
  color: rgba(190, 207, 214, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-grape{
  --tw-text-opacity: 1;
  color: rgba(203, 0, 68, var(--tw-text-opacity));
}

.text-mandarine{
  --tw-text-opacity: 1;
  color: rgba(255, 87, 0, var(--tw-text-opacity));
}

.text-sky-blue{
  --tw-text-opacity: 1;
  color: rgba(0, 198, 255, var(--tw-text-opacity));
}

.text-azure{
  --tw-text-opacity: 1;
  color: rgba(0, 115, 181, var(--tw-text-opacity));
}

.text-purple{
  --tw-text-opacity: 1;
  color: rgba(113, 12, 226, var(--tw-text-opacity));
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgba(169, 76, 255, var(--tw-text-opacity));
}

.text-fuchsia{
  --tw-text-opacity: 1;
  color: rgba(212, 0, 171, var(--tw-text-opacity));
}

.text-ultragreen{
  --tw-text-opacity: 1;
  color: rgba(105, 240, 174, var(--tw-text-opacity));
}

.text-success{
  --tw-text-opacity: 1;
  color: rgba(0, 173, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-purple:hover{
  --tw-text-opacity: 1;
  color: rgba(113, 12, 226, var(--tw-text-opacity));
}

.underline{
  text-decoration: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-50{
  opacity: .5;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-l2{
  --tw-shadow: 0 2px 8px 0 rgba(33, 58, 71, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-cog{
  --tw-shadow: 0 2px 10px 0 rgba(33,58,71,0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur{
  --tw-blur: blur(8px);
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
}

.color-current{
  color: currentColor;
}

.border-current{
  border-color: currentColor;
}

/* Quill overrides for public */

.ql-editor .ql-toolbar.ql-snow {
  padding: 4px;
}

.ql-editor h2 {
  margin-bottom: 12px;
}

.ql-editor .ql-image-asset {
  margin-top: 24px;
  margin-bottom: 24px;
}

.ql-editor ol, .ql-editor ul {
  list-style-type: disc;
  padding-left: 8px;
}

.ql-editor li {
  margin-bottom: 12px;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  position: relative;
  margin-right: 8px;
  margin-left: -32px;
  text-align: right;
  font-size: 22px;
  font-size: 20px;
  top: 3px;
}

.ql-editor ol li:not(.ql-direction-rtl)::before {
  top: 0;
  margin-right: 4px;
  margin-left: -20px;
  text-align: right;
  font-size: 14px;
}

@media (min-width: 576px){
  .sm\:-mt-xxl{
    margin-top: -64px;
  }
}

@media (min-width: 768px){
  .md\:mb-md{
    margin-bottom: 24px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-96{
    height: 384px;
  }

  .md\:w-128{
    width: 512px;
  }

  .md\:w-160{
    width: 640px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:space-x-xs > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-none > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:px-none{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px){
  .lg\:h-24{
    height: 96px;
  }

  .lg\:min-w-128{
    min-width: 512px;
  }

  .lg\:text-size-2{
    font-size: 16px;
  }
}

@media (min-width: 1200px){
}

@media (min-width: 1500px){
}

@media (max-width: 1279px){
}

@media (max-width: 1023px){
}

@media (max-width: 767px){
  .max-md\:m-none{
    margin: 0px;
  }

  .max-md\:my-xxs{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .max-md\:ml-none{
    margin-left: 0px;
  }

  .max-md\:h-12{
    height: 48px;
  }

  .max-md\:w-full{
    width: 100%;
  }

  .max-md\:text-size-0{
    font-size: 32px;
  }

  .max-md\:text-size-2{
    font-size: 16px;
  }

  .max-md\:text-size-5{
    font-size: 12px;
  }
}

@media (max-width: 639px){
}
/* purgecss start ignore */
.icon {
  fill: currentColor;
}
.icon.green {
  color: #68efad;
}
.icon.green svg path {
  stroke: #68efad !important;
  fill: #68efad !important;
}
.icon.purple {
  color: #710ce2;
}
.icon.purple svg path {
  stroke: #710ce2 !important;
  fill: #710ce2 !important;
}
.icon.white {
  color: #fff;
}
.icon.white svg path {
  stroke: #fff !important;
  fill: #fff !important;
}
.icon.midnight {
  color: #182841;
}
.icon.midnight svg path {
  stroke: #182841 !important;
  fill: #182841 !important;
}
.icon.light-gray {
  color: #f4f6f6;
}
.icon.light-gray svg path {
  stroke: #f4f6f6 !important;
  fill: #f4f6f6 !important;
}
.icon.error {
  color: #FF0000;
}
.icon.error svg path {
  stroke: #FF0000 !important;
  fill: #FF0000 !important;
}
.icon.success {
  color: #69F0AE;
}
.icon.success svg path {
  stroke: #69F0AE !important;
  fill: #69F0AE !important;
}
.icon.error {
  color: #FF0000;
}
.icon.error svg path {
  stroke: #FF0000 !important;
  fill: #FF0000 !important;
}
.icon.warn {
  color: #710CE2;
}
.icon.warn svg path {
  stroke: #710CE2 !important;
  fill: #710CE2 !important;
}

/* purgecss end ignore */
/* purgecss start ignore */
.toast-holder {
  display: table;
  transition: 0.3s all ease;
  box-shadow: 0px 2.64px 6.4px 0 #dbe3e7;
  transform: translateX(0px);
  min-width: 120px;
  z-index: 780;
  border-radius: 2px;
  border: 1px rgb(230, 230, 230) solid;
}
.toast-holder .background-indicator {
  position: absolute;
  width: 100%;
  opacity: 0.1;
  top: 0;
  right: 0;
  transition: 0.1s all ease;
}
.toast-holder.success .icon-wrapper {
  margin: 4px;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 173, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.toast-holder.error .icon-wrapper {
  height: 24px;
  width: 24px;
  --tw-text-opacity: 1;
  color: rgba(203, 0, 68, var(--tw-text-opacity));
}
.toast-holder.left:nth-child(1) {
  left: 40px;
  z-index: 799;
}
.toast-holder.left:nth-child(2) {
  left: 40px;
  z-index: 798;
}
.toast-holder.left:nth-child(3) {
  left: 40px;
  z-index: 797;
}
.toast-holder.left:nth-child(4) {
  left: 40px;
  z-index: 796;
}
.toast-holder.left:nth-child(5) {
  left: 40px;
  z-index: 795;
}
.toast-holder.left:nth-child(6) {
  left: 40px;
  z-index: 794;
}
.toast-holder.left:nth-child(7) {
  left: 40px;
  z-index: 793;
}
.toast-holder.left:nth-child(8) {
  left: 40px;
  z-index: 792;
}
.toast-holder.left:nth-child(9) {
  left: 40px;
  z-index: 791;
}
.toast-holder.left:nth-child(10) {
  left: 40px;
  z-index: 790;
}
.toast-holder.right:nth-child(1) {
  right: 40px;
  z-index: 799;
}
.toast-holder.right:nth-child(2) {
  right: 40px;
  z-index: 798;
}
.toast-holder.right:nth-child(3) {
  right: 40px;
  z-index: 797;
}
.toast-holder.right:nth-child(4) {
  right: 40px;
  z-index: 796;
}
.toast-holder.right:nth-child(5) {
  right: 40px;
  z-index: 795;
}
.toast-holder.right:nth-child(6) {
  right: 40px;
  z-index: 794;
}
.toast-holder.right:nth-child(7) {
  right: 40px;
  z-index: 793;
}
.toast-holder.right:nth-child(8) {
  right: 40px;
  z-index: 792;
}
.toast-holder.right:nth-child(9) {
  right: 40px;
  z-index: 791;
}
.toast-holder.right:nth-child(10) {
  right: 40px;
  z-index: 790;
}
.toast-holder.center:nth-child(1) {
  z-index: 799;
  margin: 0 auto;
}
.toast-holder.center:nth-child(1) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.center:nth-child(2) {
  z-index: 798;
  margin: 0 auto;
}
.toast-holder.center:nth-child(2) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.center:nth-child(3) {
  z-index: 797;
  margin: 0 auto;
}
.toast-holder.center:nth-child(3) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.center:nth-child(4) {
  z-index: 796;
  margin: 0 auto;
}
.toast-holder.center:nth-child(4) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.center:nth-child(5) {
  z-index: 795;
  margin: 0 auto;
}
.toast-holder.center:nth-child(5) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.center:nth-child(6) {
  z-index: 794;
  margin: 0 auto;
}
.toast-holder.center:nth-child(6) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.center:nth-child(7) {
  z-index: 793;
  margin: 0 auto;
}
.toast-holder.center:nth-child(7) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.center:nth-child(8) {
  z-index: 792;
  margin: 0 auto;
}
.toast-holder.center:nth-child(8) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.center:nth-child(9) {
  z-index: 791;
  margin: 0 auto;
}
.toast-holder.center:nth-child(9) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.center:nth-child(10) {
  z-index: 790;
  margin: 0 auto;
}
.toast-holder.center:nth-child(10) > div {
  display: "inline-block";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-holder.left.toast-reveal-enter {
  transform: translate(-70px, 30px) scale(0.7);
  opacity: 0;
}
.toast-holder.left.toast-reveal-leave-to {
  transform: translateX(-100px) scale(0.7);
  opacity: 0;
}
.toast-holder.right.toast-reveal-enter {
  transform: translate(70px, 30px) scale(0.7);
  opacity: 0;
}
.toast-holder.right.toast-reveal-leave-to {
  transform: translateX(100px) scale(0.7);
  opacity: 0;
}
.toast-holder.center.toast-reveal-enter {
  transform: translateY(-70px) scale(1.1);
  opacity: 0;
}
.toast-holder.center.toast-reveal-leave-to {
  transform: translateY(-100px) scale(1.1);
  opacity: 0;
}
.toast-holder .cross {
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: auto;
}
.toast-holder .cross:after, .toast-holder .cross:before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  background: rgb(160, 160, 160);
}
.toast-holder .cross:after {
  transform: rotate(62deg);
  left: 0;
}
.toast-holder .cross:before {
  transform: rotate(-62deg);
  right: 0;
}
.toast-holder .boxes {
  width: 4px;
  height: 4px;
  background: rgb(160, 160, 160);
  margin: calc(12px - 4px) 4px;
  margin-left: auto;
}
.toast-holder .boxes:after, .toast-holder .boxes:before {
  content: "";
  width: 4px;
  height: 4px;
  background: rgb(160, 160, 160);
  position: absolute;
}
.toast-holder .boxes:after {
  top: calc(50% - 8px);
}
.toast-holder .boxes:before {
  top: calc(50% + 4px);
}
.toast_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* purgecss end ignore */

/*# sourceMappingURL=app.2cc51595b428447d0e43.css.map*/