@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri/Calibri-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri/Calibri-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: medium;
  font-display: swap; }

/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0; }

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
   * Add the correct margin in IE 8 (removed).
   */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
   * 2. Correct the odd `em` font sizing in all browsers.
   */
/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active,
a:hover {
  outline-width: 0; }

/**
   * Modify default styling of address.
   */
address {
  font-style: normal; }

/**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
   */
/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit; }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: "Roboto Mono", Menlo, "Nimbus Mono", monospace;
  /* 1 (changed) */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic; }

/**
   * Add the correct background and color in IE 9-. (Removed)
   */
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */ }

/**
   * 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; }

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block; }

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none; }

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule (removed).
   */
/**
   * Change the border, margin, and padding in all browsers (opinionated) (changed).
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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 IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
  outline: none; }

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block; }

/**
   * Add the correct display in IE.
   */
template {
  display: none; }

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none; }

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

html {
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth; }

body {
  background: #fcfcfc;
  color: #333333;
  font-family: "Mulish", "Segoe UI", "system-ui", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  overflow-y: scroll; }

textarea {
  resize: vertical; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800; }

#nprogress .bar {
  background: #FFA300;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #FFA300, 0 0 5px #FFA300;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #FFA300;
  border-left-color: #FFA300;
  border-radius: 10px;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation: nprogress-spinner 400ms linear infinite;
  -ms-animation: nprogress-spinner 400ms linear infinite;
  -o-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

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

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

@-o-keyframes nprogress-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading {
  0% {
    opacity: 1;
    transform: rotate(0deg); }
  100% {
    opacity: 1;
    transform: rotate(360deg); } }

@keyframes slide_down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.button {
  height: 4.2rem;
  padding: 1rem 4rem;
  border: 0;
  border-radius: 0.25rem;
  outline: none;
  background-color: #FFA300;
  background: linear-gradient(270deg, #FFA300 0%, #FFCE00 99.91%);
  color: #000000;
  text-align: center;
  transition: none; }
  .button[href] {
    color: currentColor;
    text-decoration: none; }
  .button:focus {
    -moz-box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6);
    box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6); }
  .button:focus, .button:hover, .button:active, .button.active {
    background: #FFCE00;
    cursor: pointer; }
  .button:disabled, .button[disabled], .button.disabled {
    opacity: .55;
    pointer-events: none;
    user-select: none; }
  .button.button-block {
    width: 100%; }
  .button.button-small {
    padding: .2rem 1rem;
    font-size: small;
    height: 2.6rem;
    line-height: 2rem; }
  .button.button-medium {
    padding: .4rem 1.2rem;
    font-size: small;
    height: 3.2rem;
    line-height: 100%;
    border-radius: 0.4rem; }
  .button.button-rounded {
    border-radius: 5rem; }
  .button.button-dashed {
    border: 1.5px dashed #BDBDBD; }
    .button.button-dashed:hover {
      border: 1.5px dashed #4F4F4F; }
  .button.button-red {
    background: #bb2222;
    color: #FFFFFF; }
    .button.button-red:focus, .button.button-red:hover, .button.button-red:active, .button.button-red.active {
      background: #da3636; }
    .button.button-red.outline {
      border: 1px solid;
      background-color: #FFFFFF;
      border-color: #da3636;
      color: #da3636; }
      .button.button-red.outline:focus, .button.button-red.outline:hover, .button.button-red.outline:active, .button.button-red.outline.active {
        background-color: rgba(218, 54, 54, 0.1); }
  .button.button-green {
    background: #00AB44;
    color: #FFFFFF; }
    .button.button-green:focus, .button.button-green:hover, .button.button-green:active, .button.button-green.active {
      background: #00c54e; }
  .button.button-blue {
    background: #0091FF;
    color: #FFFFFF; }
    .button.button-blue:focus, .button.button-blue:hover, .button.button-blue:active, .button.button-blue.active {
      background: #33a7ff; }
  .button.button-default {
    background: #F7F6FF; }
    .button.button-default:focus, .button.button-default:hover, .button.button-default:active, .button.button-default.active {
      background: #eeecff; }
  .button.button-white {
    background: #FFFFFF; }
    .button.button-white:focus, .button.button-white:hover, .button.button-white:active, .button.button-white.active {
      background: #F2F2F2; }
  .button.button-dashed {
    border: 1px dashed;
    background: #FFFFFF;
    border-color: #E8E7EF;
    color: #0091FF; }
    .button.button-dashed:focus, .button.button-dashed:hover, .button.button-dashed:active, .button.button-dashed.active {
      border-color: #0091FF;
      background-color: rgba(51, 167, 255, 0.1); }

.modal {
  display: none;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: ease .25s all;
  background-color: transparent; }
  .modal:target, .modal.active {
    display: flex;
    opacity: 1;
    z-index: 400; }
    .modal:target .modal-overlay, .modal.active .modal-overlay {
      background: rgba(0, 0, 0, 0.4);
      position: fixed;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      cursor: pointer; }

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
    .modal:target .modal-container, .modal.active .modal-container {
      animation: slideDown .25s ease 1;
      z-index: 1;
      transition: ease .25s all; }
  .modal.modal-sm .modal-container.modal-sm {
    max-width: 576px;
    padding: 0 0.4rem; }
  .modal.modal-md .modal-container.modal-md {
    max-width: 768px;
    padding: 0 0.4rem; }
  .modal.modal-lg > .modal-overlay {
    background: #FFFFFF; }
  .modal.modal-lg .modal-container.modal-lg {
    box-shadow: none;
    max-width: 1200px; }
  .modal.centered {
    align-items: center; }
    .modal.centered .modal-container {
      margin: 0 auto; }
  .modal.transparent .modal-overlay {
    background: rgba(51, 51, 51, 0.2); }
  .modal.transparent .modal-container {
    background: transparent; }
  .modal .modal-container {
    box-shadow: 0 0.2rem 0.5rem rgba(51, 51, 51, 0.3);
    background: #FFFFFF;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    margin-top: 13vh;
    max-height: calc(100vh - 7rem - 3rem - 3rem);
    max-width: 768px;
    width: 100%;
    text-align: initial;
    box-shadow: none; }
    .modal .modal-container.modal-fullheight {
      max-height: 100vh; }
    .modal .modal-container .modal-header {
      position: relative;
      display: flex;
      align-items: center;
      min-height: 5rem;
      padding: 2.4rem;
      color: #333333; }
      .modal .modal-container .modal-header .modal-title {
        font-size: 2rem;
        min-height: 3rem; }
        .modal .modal-container .modal-header .modal-title[center-on-desktop] {
          width: 100%;
          text-align: center;
          width: max-content;
          margin: 0 auto;
          padding-right: 0; }
          @media (max-width: 1080px) {
            .modal .modal-container .modal-header .modal-title[center-on-desktop] {
              text-align: left;
              margin: 0 auto 0 0;
              padding-right: 10rem; } }
      @media (max-width: 1080px) {
        .modal .modal-container .modal-header .modal-title {
          margin: .4rem 0; } }
      .modal .modal-container .modal-header .modal-close-btn {
        color: currentColor;
        position: absolute;
        right: 2.4rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        transition: ease all 0.25s;
        text-decoration: none;
        font-weight: lighter;
        height: 4rem;
        background-color: transparent;
        border: 0;
        outline: none;
        appearance: none;
        border-radius: 0.5rem; }
        .modal .modal-container .modal-header .modal-close-btn:hover {
          color: #bb2222;
          opacity: 0.85;
          cursor: pointer; }
        .modal .modal-container .modal-header .modal-close-btn:focus {
          box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6); }
    .modal .modal-container .modal-body {
      position: relative;
      overflow-y: auto;
      padding: 2.4rem;
      margin-top: -2.4rem; }
    .modal .modal-container .modal-footer {
      padding: 2.4rem;
      margin-top: -2.4rem; }
    .modal .modal-container .data-content div:first-child {
      font-size: small;
      color: #828282; }
    .modal .modal-container .data-content div:last-child {
      font-size: .8rem;
      color: #333333; }
    .modal .modal-container .data-content:not(:last-child) {
      margin-bottom: .5rem; }
  .modal.modal-lg .modal-container.modal-lg {
    margin-top: 0;
    max-height: calc(100vh - 3rem - 3rem);
    max-width: 1200px; }
  .modal.modal-lg .modal-body,
  .modal.modal-lg .modal-footer {
    margin-top: 0; }
  .modal.modal-full .modal-container.modal-full {
    background-color: transparent;
    box-shadow: none;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin-top: 0; }
  .modal.modal-full .modal-header {
    background-color: #FFFFFF; }
    .modal.modal-full .modal-header .modal-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 85%; }
  .modal.modal-full .modal-body,
  .modal.modal-full .modal-footer {
    padding: 0;
    margin-top: 0; }

.notification-container--bottom-center, .notification-container--center, .notification-container--top-center {
  left: 50% !important;
  transform: translateX(-50%); }

.notification .notification__item {
  background-color: #e6f2ff;
  border: 1px solid #007bff;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 21, 64, 0.05), 0px 0px 2px rgba(0, 21, 64, 0.14); }
  .notification .notification__item .notification__timer,
  .notification .notification__item .notification__title {
    display: none; }
  .notification .notification__item .notification__title,
  .notification .notification__item .notification__message {
    color: #007bff; }
  .notification .notification__item .notification__close {
    background: transparent; }
    .notification .notification__item .notification__close:after {
      content: "\D7";
      position: absolute;
      transform: translate(-50%, -50%);
      color: #007bff;
      font-size: 3rem;
      left: 50%;
      top: 50%;
      margin-top: -0.25rem;
      margin-right: 0.25rem; }
    .notification .notification__item .notification__close + .notification__title,
    .notification .notification__item .notification__close + .notification__message,
    .notification .notification__item .notification__close + .notification__title + .notification__message {
      border-right: 1px solid #C4C4C4;
      max-width: calc(100% - 2.25rem);
      padding-right: 1rem; }
  .notification .notification__item.notification__item--danger {
    background-color: #FFEAE9;
    border: 1px solid #EB4132; }
    .notification .notification__item.notification__item--danger .notification__title,
    .notification .notification__item.notification__item--danger .notification__message {
      color: #EB4132; }
    .notification .notification__item.notification__item--danger .notification__close {
      background: transparent; }
      .notification .notification__item.notification__item--danger .notification__close:after {
        color: #EB4132; }
  .notification .notification__item.notification__item--success {
    background-color: #d8f6df;
    border: 1px solid #28a745; }
    .notification .notification__item.notification__item--success .notification__title,
    .notification .notification__item.notification__item--success .notification__message {
      color: #28a745; }
    .notification .notification__item.notification__item--success .notification__close {
      background: transparent; }
      .notification .notification__item.notification__item--success .notification__close:after {
        color: #28a745; }
  .notification .notification__item.notification__item--info {
    background-color: #e6f2ff;
    border: 1px solid #007bff; }
    .notification .notification__item.notification__item--info .notification__title,
    .notification .notification__item.notification__item--info .notification__message {
      color: #007bff; }
    .notification .notification__item.notification__item--info .notification__close {
      background: transparent; }
      .notification .notification__item.notification__item--info .notification__close:after {
        color: #007bff; }
  .notification .notification__item.notification__item--warning {
    background-color: #fff6db;
    border: 1px solid #eab000; }
    .notification .notification__item.notification__item--warning .notification__title,
    .notification .notification__item.notification__item--warning .notification__message {
      color: #eab000; }
    .notification .notification__item.notification__item--warning .notification__close {
      background: transparent; }
      .notification .notification__item.notification__item--warning .notification__close:after {
        color: #eab000; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #E0E0E0; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #E0E0E0; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #E0E0E0; }

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0; }

.react-datepicker {
  font-family: "Mulish", "Segoe UI", "system-ui", sans-serif;
  font-size: 1.4rem;
  background-color: #fff;
  color: #000000;
  border: 1px solid #E0E0E0;
  border-radius: 0.25rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
    left: auto;
    right: 50px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #E0E0E0;
  border-top-left-radius: calc($datepicker__border-radius - 1px);
  padding: 8px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }
    .react-datepicker__header--time:not(.react-datepicker__header--time--only) {
      border-top-left-radius: 0; }
  .react-datepicker__header:not(.react-datepicker__header--has-time-select) {
    border-top-right-radius: calc($datepicker__border-radius - 1px); }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000000;
  font-weight: bold;
  font-size: 1.652rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 1rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #828282; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: dimgray; }
    .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #9c9c9c;
      cursor: default; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #828282; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 95px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: dimgray; }
    .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #9c9c9c;
      cursor: default; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #828282; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: dimgray; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #828282; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: dimgray; }

.react-datepicker__month-container {
  float: left;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 4px 11px rgba(0, 0, 0, 0.01);
  border-radius: 0.25rem; }

.react-datepicker__year {
  margin: 0.5rem;
  text-align: center; }
  .react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px; }
  .react-datepicker__year .react-datepicker__year-text {
    display: inline-flex;
    align-items: center;
    width: 5rem;
    height: 3rem;
    margin: 4px; }

.react-datepicker__month {
  margin: 0.5rem;
  text-align: center; }
  .react-datepicker__month .react-datepicker__month-text,
  .react-datepicker__month .react-datepicker__quarter-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 5rem;
    height: 3rem;
    margin: 4px; }

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }
  .react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block; }
  .react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
      display: inline-block;
      margin-left: 10px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
        width: auto; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
        -moz-appearance: textfield; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
      margin-left: 5px;
      display: inline-block; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #E0E0E0;
  width: 85px; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white;
    border-bottom-right-radius: 0.3rem; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 85px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center;
      border-bottom-right-radius: 0.3rem; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (3rem / 2));
        overflow-y: scroll;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        box-sizing: content-box; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          height: 30px;
          padding: 5px 10px;
          white-space: nowrap; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #FFA300;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #FFA300; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #828282; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #828282;
  display: inline-block;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0.23rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.25rem;
      background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000000;
  display: inline-block;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0.23rem; }

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.25rem;
  background-color: #FFA300;
  color: #fff; }
  .react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
  .react-datepicker__quarter--selected:hover,
  .react-datepicker__quarter--in-selecting-range:hover,
  .react-datepicker__quarter--in-range:hover {
    background-color: #e69300; }

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #828282;
  pointer-events: none; }
  .react-datepicker__month--disabled:hover,
  .react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent; }

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer; }
  .react-datepicker__day:hover,
  .react-datepicker__month-text:hover,
  .react-datepicker__quarter-text:hover,
  .react-datepicker__year-text:hover {
    border-radius: 0.25rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today,
  .react-datepicker__month-text--today,
  .react-datepicker__quarter-text--today,
  .react-datepicker__year-text--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted,
  .react-datepicker__month-text--highlighted,
  .react-datepicker__quarter-text--highlighted,
  .react-datepicker__year-text--highlighted {
    border-radius: 0.25rem;
    background-color: #00AB44;
    color: #fff; }
    .react-datepicker__day--highlighted:hover,
    .react-datepicker__month-text--highlighted:hover,
    .react-datepicker__quarter-text--highlighted:hover,
    .react-datepicker__year-text--highlighted:hover {
      background-color: #00923a; }
    .react-datepicker__day--highlighted-custom-1,
    .react-datepicker__month-text--highlighted-custom-1,
    .react-datepicker__quarter-text--highlighted-custom-1,
    .react-datepicker__year-text--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2,
    .react-datepicker__month-text--highlighted-custom-2,
    .react-datepicker__quarter-text--highlighted-custom-2,
    .react-datepicker__year-text--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--selected,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--selected,
  .react-datepicker__year-text--in-selecting-range,
  .react-datepicker__year-text--in-range {
    border-radius: 0.25rem;
    background-color: #FFA300;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
    .react-datepicker__month-text--selected:hover,
    .react-datepicker__month-text--in-selecting-range:hover,
    .react-datepicker__month-text--in-range:hover,
    .react-datepicker__quarter-text--selected:hover,
    .react-datepicker__quarter-text--in-selecting-range:hover,
    .react-datepicker__quarter-text--in-range:hover,
    .react-datepicker__year-text--selected:hover,
    .react-datepicker__year-text--in-selecting-range:hover,
    .react-datepicker__year-text--in-range:hover {
      background-color: #e69300; }
  .react-datepicker__day--keyboard-selected,
  .react-datepicker__month-text--keyboard-selected,
  .react-datepicker__quarter-text--keyboard-selected,
  .react-datepicker__year-text--keyboard-selected {
    border-radius: 0.25rem;
    background-color: #ffb533;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover,
    .react-datepicker__month-text--keyboard-selected:hover,
    .react-datepicker__quarter-text--keyboard-selected:hover,
    .react-datepicker__year-text--keyboard-selected:hover {
      background-color: #e69300 !important; }
  .react-datepicker__day--in-selecting-range ,
  .react-datepicker__month-text--in-selecting-range ,
  .react-datepicker__quarter-text--in-selecting-range ,
  .react-datepicker__year-text--in-selecting-range {
    background-color: rgba(255, 163, 0, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
  .react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
  .react-datepicker__quarter-text--in-range , .react-datepicker__month--selecting-range
  .react-datepicker__year-text--in-range {
    background-color: #f0f0f0;
    color: #000000; }
  .react-datepicker__day--disabled,
  .react-datepicker__month-text--disabled,
  .react-datepicker__quarter-text--disabled,
  .react-datepicker__year-text--disabled {
    cursor: default;
    color: #828282; }
    .react-datepicker__day--disabled:hover,
    .react-datepicker__month-text--disabled:hover,
    .react-datepicker__quarter-text--disabled:hover,
    .react-datepicker__year-text--disabled:hover {
      background-color: transparent; }

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #FFA300; }

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover,
  .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: dimgray; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #828282;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 1rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.25rem;
  border: 1px solid #E0E0E0; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type,
  .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type,
  .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover,
  .react-datepicker__month-year-option:hover {
    background-color: #828282; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: dimgray; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: dimgray; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected,
  .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  margin-top: -0.1rem !important;
  margin-right: 0.4rem !important; }
  .react-datepicker__close-icon::after {
    cursor: pointer;
    color: #cccccc;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    content: "\D7";
    width: 22px;
    height: 22px; }
  .react-datepicker__close-icon:hover::after {
    color: #999999; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #E0E0E0;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month,
  .react-datepicker__portal .react-datepicker-time__header {
    font-size: 2.52rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 1.8rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #828282; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: dimgray; }
    .react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #9c9c9c;
      cursor: default; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #828282; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: dimgray; }
    .react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #9c9c9c;
      cursor: default; }

.react-datepicker,
.react-datepicker-wrapper {
  width: 100%; }
  .react-datepicker input,
  .react-datepicker-wrapper input {
    display: block;
    width: 100%;
    height: 4.2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    color: rgba(0, 0, 0, 0.85);
    background-color: #ffffff;
    border: 1.25px solid rgba(27, 20, 100, 0.1);
    border-radius: 0.25rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* Removes the default styles on some devices. */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .react-datepicker input:hover,
    .react-datepicker-wrapper input:hover {
      color: rgba(0, 0, 0, 0.85);
      background-color: #ffffff;
      border-color: rgba(0, 0, 0, 0.3);
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .react-datepicker input:focus,
    .react-datepicker-wrapper input:focus {
      color: rgba(0, 0, 0, 0.85);
      background-color: #ffffff;
      border-color: rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6);
      -webkit-box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6);
      box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6);
      outline: none; }
    .react-datepicker input::-webkit-input-placeholder,
    .react-datepicker-wrapper input::-webkit-input-placeholder {
      color: #6D7278; }
    .react-datepicker input:-ms-input-placeholder,
    .react-datepicker-wrapper input:-ms-input-placeholder {
      color: #6D7278; }
    .react-datepicker input::placeholder,
    .react-datepicker-wrapper input::placeholder {
      color: #6D7278; }
    .react-datepicker input:disabled,
    .react-datepicker-wrapper input:disabled {
      cursor: not-allowed;
      opacity: 0.6;
      color: rgba(0, 0, 0, 0.85);
      background-color: #ecf0f1;
      border-color: rgba(0, 0, 0, 0.2); }
    .react-datepicker input:disabled:hover,
    .react-datepicker-wrapper input:disabled:hover {
      cursor: not-allowed;
      opacity: 0.6;
      color: rgba(0, 0, 0, 0.85);
      background-color: #ecf0f1;
      border-color: rgba(0, 0, 0, 0.2); }

.react-datepicker [type="button"],
.react-datepicker [role="button"],
.react-datepicker button {
  appearance: none;
  outline: none; }
  .react-datepicker [type="button"]:focus,
  .react-datepicker [role="button"]:focus,
  .react-datepicker button:focus {
    box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6); }

.react-datepicker .react-datepicker__triangle {
  left: 20px !important; }

.form-control.react-select {
  border: 0;
  padding: 0; }
  .form-control.react-select div[class$="container"] {
    border: 0 !important; }
  .form-control.react-select div[class$="control"] > :last-child {
    cursor: pointer; }
  .form-control.react-select div[class$="control"] {
    border: 1.25px solid rgba(27, 20, 100, 0.1);
    border-radius: .25rem;
    height: max-content;
    min-height: 4.2rem; }
    .form-control.react-select div[class$="control"]:hover {
      border-color: rgba(0, 0, 0, 0.3); }
    .form-control.react-select div[class$="control"] :last-child {
      cursor: pointer; }
  .form-control.react-select div[class$="menu"] {
    z-index: 3; }
    .form-control.react-select div[class$="menu"] div[class$="option"] {
      cursor: pointer; }
  .form-control.react-select.disabled div[class$="control"] {
    background-color: #ecf0f1;
    border-color: rgba(0, 0, 0, 0.2); }
    .form-control.react-select.disabled div[class$="control"] div[class$="placeholder"] {
      color: rgba(0, 0, 0, 0.85); }
  .form-control.react-select.focused div[class$="control"] {
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6); }

.color-black {
  color: #000000 !important; }

.color-white {
  color: #FFFFFF !important; }

.color-dark {
  color: #333333 !important; }

.color-red {
  color: #bb2222 !important; }

.color-green {
  color: #00AB44 !important; }

.color-blue {
  color: #0091FF !important; }

.color-primary {
  color: #FFA300 !important; }

.color-primary-alt {
  color: #FFCE00 !important; }

.color-secondary {
  color: #0091FF !important; }

.color-secondary-alt {
  color: #1B1464 !important; }

.color-grey1 {
  color: #333333 !important; }

.color-grey2 {
  color: #4F4F4F !important; }

.color-grey3 {
  color: #828282 !important; }

.color-grey4 {
  color: #BDBDBD !important; }

.color-grey5 {
  color: #E0E0E0 !important; }

.color-grey6 {
  color: #F2F2F2 !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-dark {
  background-color: #333333 !important; }

.bg-red {
  background-color: #bb2222 !important; }

.bg-green {
  background-color: #00AB44 !important; }

.bg-blue {
  background-color: #0091FF !important; }

.bg-primary {
  background-color: #FFA300 !important; }

.bg-primary-alt {
  background-color: #FFCE00 !important; }

.bg-secondary {
  background-color: #0091FF !important; }

.bg-secondary-alt {
  background-color: #1B1464 !important; }

.bg-grey1 {
  background-color: #333333 !important; }

.bg-grey2 {
  background-color: #4F4F4F !important; }

.bg-grey3 {
  background-color: #828282 !important; }

.bg-grey4 {
  background-color: #BDBDBD !important; }

.bg-grey5 {
  background-color: #E0E0E0 !important; }

.bg-grey6 {
  background-color: #F2F2F2 !important; }

.divider,
.divider-vert {
  display: block;
  position: relative; }
  .divider[data-content]::after,
  .divider-vert[data-content]::after {
    background: #da3636;
    color: #333333;
    content: attr(data-content);
    display: inline-block;
    font-size: 0.8rem;
    padding: 0 0.4rem;
    transform: translateY(-0.6rem); }

.divider {
  border-top: 0.1rem solid #da3636;
  height: 0.2rem;
  margin: 0.4rem 0; }
  .divider[data-content] {
    margin: 0.8rem 0; }

.divider-vert {
  display: block;
  padding: 0.8rem; }
  .divider-vert::before {
    border-left: 1px solid #828282;
    bottom: 0.4rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0.4rem;
    transform: translateX(-50%); }
  .divider-vert[data-content]::after {
    left: 50%;
    padding: 0.2rem 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative; }
  .loading::after {
    animation: loading 500ms infinite linear;
    border: 0.2rem solid #FFA300;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1.6rem;
    left: 50%;
    margin-left: -0.8rem;
    margin-top: -0.8rem;
    position: absolute;
    top: 50%;
    width: 1.6rem;
    z-index: 1;
    opacity: 0; }
  .loading.loading-lg {
    min-height: 2rem; }
    .loading.loading-lg::after {
      height: 2.4rem;
      margin-left: -1.2rem;
      margin-top: -1.2rem;
      width: 2.4rem; }
  .loading.secondary::after {
    animation: loading 500ms infinite linear;
    border: 0.2rem solid #0091FF;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent; }
  .loading.delay::after {
    animation: loading 500ms infinite 2s linear; }

.p-relative {
  position: relative !important; }

.p-absolute {
  position: absolute !important; }

.p-fixed {
  position: fixed !important; }

.p-sticky {
  position: sticky !important; }

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

.flex-center-x {
  display: flex;
  justify-content: center; }

.flex-center-y {
  align-items: center;
  display: flex; }

.flex-space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flex-column-flex-start-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  @media (max-width: 992px) {
    .flex-column-flex-start-center-lg {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; } }

/* Text Size */
.text-x-small {
  font-size: x-small; }

.text-smaller {
  font-size: smaller; }

.text-small {
  font-size: small; }

.text-large {
  font-size: large; }

.text-md-large {
  font-size: large; }
  @media only screen and (max-width: 768px) {
    .text-md-large {
      font-size: small; } }

.text-larger {
  font-size: larger; }

.text-x-large {
  font-size: x-large; }

.text-xx-large {
  font-size: xx-large; }

.cv-template-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.cv-template-item {
  position: relative;
  padding: 0.25rem;
  margin-top: 1.5rem;
  text-align: center; }
  .cv-template-item .cv-template-item-image {
    background-color: #f2f2f2;
    background-position: center;
    background-size: cover;
    border: 1.25px solid rgba(27, 20, 100, 0.1);
    border-radius: 0.25rem;
    margin: 0 .5rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    .cv-template-item .cv-template-item-image img {
      width: 200px;
      height: 285px; }
  .cv-template-item .buttons {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
    .cv-template-item .buttons > * {
      margin: 1rem; }
  .cv-template-item .button {
    padding: 10px 30px;
    font-size: 14px;
    user-select: none; }
    @media (max-width: 992px) {
      .cv-template-item .button {
        padding: 10px 25px; } }
    @media (max-width: 576px) {
      .cv-template-item .button {
        padding: 10px 20px; } }
  .cv-template-item .cv-template-item-name {
    margin-top: .5rem;
    font-size: 14px; }
  @media (hover: hover) and (pointer: fine) {
    .cv-template-item:hover .cv-template-item-image {
      border-color: #FFA300;
      box-shadow: 0 0 0 1px #FFA300; }
    .cv-template-item:hover .buttons {
      display: block; } }
  @media (hover: none) and (pointer: coarse) {
    .cv-template-item[active] .cv-template-item-image {
      border-color: #FFA300;
      box-shadow: 0 0 0 1px #FFA300; }
    .cv-template-item[active] .buttons {
      display: block; } }
  .cv-template-item[active] .cv-template-item-image {
    border-color: #FFA300;
    box-shadow: 0 0 0 1px #FFA300; }
  .cv-template-item[active] .buttons {
    display: block; }
  .cv-template-item[current] .cv-template-item-image {
    border-color: #1B1464;
    box-shadow: 0 0 0 1px #1B1464; }
    .cv-template-item[current] .cv-template-item-image:before {
      content: 'CURRENTLY USED';
      font-weight: bold;
      position: absolute;
      width: 100%;
      height: 100%;
      display: grid;
      place-items: center;
      background-color: rgba(255, 255, 255, 0.55); }
  .cv-template-item[current] .buttons {
    display: none; }

.cv-template {
  position: relative;
  min-height: 1240px;
  overflow: hidden; }
  .cv-template .cv-watermark {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: url("/reventify-logo.svg") 0 0 repeat;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    opacity: 0.05; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4; }

.h1 {
  font-size: 4rem;
  line-height: 1.3; }

.h2 {
  font-size: 3.6rem;
  line-height: 1.35; }

.h3 {
  font-size: 3rem;
  line-height: 1.4; }

.h4 {
  font-size: 2.4rem;
  line-height: 1.45; }

.h5 {
  font-size: 1.8rem; }

.h6 {
  font-size: 1.5rem; }

p:last-child {
  margin-bottom: 0; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: calc(4rem / 1.5); }
  h2,
  .h2 {
    font-size: calc(3.6rem / 1.5); }
  h3,
  .h3 {
    font-size: calc(3rem / 1.5); }
  h4,
  .h4 {
    font-size: calc(2.4rem / 1.5); }
  h5,
  .h5 {
    font-size: calc(1.8rem / 1.5); }
  h6,
  .h6 {
    font-size: calc(1.5rem / 1.5); } }

.btn.no-shadow {
  box-shadow: none; }
  .btn.no-shadow:focus {
    box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6); }

.btn:focus {
  box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6); }

.hover-opacity-85:hover {
  opacity: 0.85; }

.c-pointer {
  cursor: pointer; }

[contenteditable]:empty:before {
  content: attr(placeholder);
  color: #6D7278;
  display: block;
  margin-left: 0.1rem; }

.notification-container--bottom-center,.notification-container--bottom-full,.notification-container--bottom-left,.notification-container--bottom-right,.notification-container--center,.notification-container--top-center,.notification-container--top-full,.notification-container--top-left,.notification-container--top-right{min-width:325px;position:absolute;pointer-events:all}.notification-container--bottom-center,.notification-container--center,.notification-container--top-center{display:flex;justify-content:center;align-items:center;flex-direction:column;left:calc(50% - 175px);max-width:350px}.notification-container--center{top:20px;height:100%;pointer-events:none}.notification-container--bottom-full,.notification-container--top-full{width:100%;min-width:100%}.notification-container--bottom-full{bottom:0}.flex-center{min-width:325px;display:flex;justify-content:center;align-items:center;flex-direction:column;pointer-events:all}.notification-container--top-center{top:20px}.notification-container--bottom-center{bottom:20px}.notification-container--top-left{left:20px;top:20px}.notification-container--top-right{right:20px;top:20px}.notification-container--bottom-left{left:20px;bottom:20px}.notification-container--bottom-right{bottom:20px;right:20px}.notification-container--mobile-bottom,.notification-container--mobile-top{pointer-events:all;position:absolute}.notification-container--mobile-top{right:20px;left:20px;top:20px}.notification-container--mobile-bottom{right:20px;left:20px;bottom:20px;margin-bottom:-15px}.notification__item--default{background-color:#007bff;border-left:8px solid #0562c7}.notification__item--default .notification__timer{background-color:#007bff}.notification__item--default .notification__timer-filler{background-color:#fff}.notification__item--default .notification__close{background-color:#007bff}.notification__item--success{background-color:#28a745;border-left:8px solid #1f8838}.notification__item--success .notification__timer{background-color:#28a745}.notification__item--success .notification__timer-filler{background-color:#fff}.notification__item--success .notification__close{background-color:#28a745}.notification__item--danger{background-color:#dc3545;border-left:8px solid #bd1120}.notification__item--danger .notification__timer{background-color:#dc3545}.notification__item--danger .notification__timer-filler{background-color:#fff}.notification__item--danger .notification__close{background-color:#dc3545}.notification__item--info{background-color:#17a2b8;border-left:8px solid #138b9e}.notification__item--info .notification__timer{background-color:#17a2b8}.notification__item--info .notification__timer-filler{background-color:#fff}.notification__item--info .notification__close{background-color:#17a2b8}.notification__item--warning{background-color:#eab000;border-left:8px solid #ce9c09}.notification__item--warning .notification__timer{background-color:#eab000}.notification__item--warning .notification__timer-filler{background-color:#fff}.notification__item--warning .notification__close{background-color:#eab000}.notification__item--awesome{background-color:#685dc3;border-left:8px solid #4c3fb1}.notification__item--awesome .notification__timer{background-color:#685dc3}.notification__item--awesome .notification__timer-filler{background-color:#fff}.notification__item--awesome .notification__close{background-color:#685dc3}@keyframes timer{0%{width:100%}to{width:0}}.notifications-component{position:fixed;z-index:9000;pointer-events:none;width:100%;height:100%}.notification__item{display:flex;position:relative;border-radius:3px;margin-bottom:15px;box-shadow:1px 3px 4px rgba(0,0,0,.2);cursor:pointer}.notification-container--bottom-full .notification__item,.notification-container--top-full .notification__item{margin-bottom:0;border-radius:0}.notification__timer{width:100%;margin-top:10px}.notification__timer,.notification__timer-filler{height:3px;border-radius:5px}.notification__title{color:#fff;font-weight:700;font-size:14px;margin-top:5px;margin-bottom:5px}.notification__message{color:#fff;max-width:calc(100% - 15px);font-size:14px;line-height:150%;word-wrap:break-word;margin-bottom:0;margin-top:0}.notification__content{padding:8px 15px;display:inline-block;width:100%}.notification__close{width:18px;height:18px;border-radius:50%;display:inline-block;position:absolute;right:10px;top:10px}.notification__close:after{content:"\D7";position:absolute;transform:translate(-50%,-50%);color:#fff;font-size:12px;left:50%;top:50%}.notification-container--mobile-bottom .notification,.notification-container--mobile-bottom .notification__item,.notification-container--mobile-top .notification,.notification-container--mobile-top .notification__item{max-width:100%;width:100%}.notification-container--bottom-right .notification,.notification-container--top-right .notification{margin-left:auto}.notification-container--bottom-left .notification,.notification-container--top-left .notification{margin-right:auto}.notification-container--mobile-bottom .notification,.notification-container--mobile-top .notification{margin-left:auto;margin-right:auto}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 5rem;
  z-index: 100; }
  @media (max-width: 992px) {
    .header {
      padding: 1.5rem 2rem; } }
  .header .logo {
    font-weight: bold; }
    .header .logo img {
      height: 3rem;
      margin-top: .5rem; }
      @media (max-width: 992px) {
        .header .logo img {
          height: 2.5rem; } }
    .header .logo:hover img {
      opacity: .85; }
  .header .sidebar-toggle {
    font-size: 1.25rem;
    cursor: pointer; }
    .header .sidebar-toggle:hover {
      color: #828282; }

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F7F9FC; }
  @media (max-width: 992px) {
    .layout {
      background-color: #FFFFFF; } }
  .layout .main-content {
    width: 100%;
    height: 100%;
    padding: 0 5rem 0 5rem; }
    @media (max-width: 992px) {
      .layout .main-content {
        padding: 0 1.5rem 0 1.5rem; } }
    .layout .main-content .main-content-box {
      background-color: #FFFFFF;
      max-width: 99.2rem;
      border: 1.25px solid rgba(27, 20, 100, 0.1);
      box-sizing: border-box;
      border-radius: 1rem;
      min-height: calc(100vh - 9.1rem - 18rem);
      padding: 3rem;
      margin: 3rem auto; }
      @media (max-width: 992px) {
        .layout .main-content .main-content-box {
          padding: 1.5rem 0;
          margin: 2.5rem  auto;
          border-color: transparent; } }

.layout.auth .signup-here-img:hover {
  transform: rotate(-10deg); }

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
  border-bottom: 1.25px solid rgba(27, 20, 100, 0.1);
  padding: 1.5rem 5rem;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  z-index: 10;
  transition: ease .4s padding; }
  @media (max-width: 992px) {
    .dashboard-header {
      padding: 1.5rem 2rem; } }
  .dashboard-header .logo {
    font-weight: bold; }
    .dashboard-header .logo img {
      height: 3rem;
      margin-bottom: -1rem;
      transition: ease 0.4s opacity; }
      @media (max-width: 992px) {
        .dashboard-header .logo img {
          height: 2.5rem; } }
    .dashboard-header .logo:hover img {
      opacity: .85; }
  .dashboard-header .sidebar-toggle {
    font-size: 2rem;
    cursor: pointer;
    background: none;
    border: 0;
    border-radius: 0.25rem;
    height: 3rem;
    line-height: 1rem;
    outline: 0; }
    .dashboard-header .sidebar-toggle.active {
      background-color: #F2F2F2; }
    .dashboard-header .sidebar-toggle:hover {
      background-color: #ffedcc; }
    .dashboard-header .sidebar-toggle:focus {
      box-shadow: rgba(0, 145, 255, 0.6) 0px 0px 0px 2px; }

.user-info {
  height: 4rem;
  max-width: 22rem;
  border-radius: 56.5px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .user-info .user-info-name {
    color: #E0E0E0;
    font-weight: 500; }
  .user-info .user-info-email {
    color: #828282;
    font-weight: 500; }
  .user-info:hover {
    cursor: pointer; }

.dashboard-sidebar {
  background-color: #1B1464;
  color: #E0E0E0;
  padding: 0;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  position: fixed;
  width: 25rem;
  transition: ease .4s margin;
  z-index: 200; }
  .dashboard-sidebar + * {
    margin-left: 25rem; }
    @media (max-width: 992px) {
      .dashboard-sidebar + * {
        margin-left: 0; } }
  .dashboard-sidebar .dashboard-sidebar-header {
    padding: 1rem 1.5rem;
    margin-bottom: 3rem; }
    @media (max-width: 992px) {
      .dashboard-sidebar .dashboard-sidebar-header {
        margin-bottom: 3rem; } }
  .dashboard-sidebar .dashboard-sidebar-nav {
    margin: 0;
    padding: 0; }
    .dashboard-sidebar .dashboard-sidebar-nav li {
      position: relative;
      padding: .5rem 2.5rem;
      color: #828282;
      height: 3rem;
      list-style-type: none; }
      .dashboard-sidebar .dashboard-sidebar-nav li[active], .dashboard-sidebar .dashboard-sidebar-nav li.active, .dashboard-sidebar .dashboard-sidebar-nav li:hover {
        color: #FFCE00;
        cursor: pointer; }
        .dashboard-sidebar .dashboard-sidebar-nav li[active]:before, .dashboard-sidebar .dashboard-sidebar-nav li.active:before, .dashboard-sidebar .dashboard-sidebar-nav li:hover:before {
          border: 0.2rem solid #FFCE00; }
      .dashboard-sidebar .dashboard-sidebar-nav li[disc]:before, .dashboard-sidebar .dashboard-sidebar-nav li.disc:before {
        background-color: #FFCE00; }
      .dashboard-sidebar .dashboard-sidebar-nav li a {
        position: absolute;
        padding: .5rem 0 .5rem 4.5rem;
        width: 100%;
        top: 0;
        left: 0;
        color: inherit;
        text-decoration: inherit; }
      .dashboard-sidebar .dashboard-sidebar-nav li:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 1rem;
        left: 2.25rem;
        width: 1rem;
        height: 1rem;
        border: 0.2rem solid #828282;
        border-radius: 50%; }

.dashboard-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F7F9FC; }
  @media (max-width: 992px) {
    .dashboard-layout {
      background-color: #FFFFFF; } }
  .dashboard-layout .main-content {
    width: 100%;
    height: 100%;
    padding: 0 5rem 0 5rem;
    transition: ease .4s width; }
    @media (max-width: 992px) {
      .dashboard-layout .main-content {
        padding: 0 1.5rem 0 1.5rem; } }
    .dashboard-layout .main-content .main-content-box {
      background-color: #FFFFFF;
      max-width: 99.2rem;
      border: 1.25px solid rgba(27, 20, 100, 0.1);
      box-sizing: border-box;
      border-radius: 10px;
      min-height: calc(100vh - 7rem - 3rem - 3rem);
      padding: 3rem;
      margin: 3rem auto; }
      @media (max-width: 992px) {
        .dashboard-layout .main-content .main-content-box {
          padding: 1.5rem 0;
          margin: 2.5rem auto;
          border-color: transparent; } }
  .dashboard-layout .dashboard-sidebar + * {
    transition: ease .4s margin; }
  .dashboard-layout .dashboard-sidebar-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #000000;
    opacity: .55;
    cursor: pointer;
    z-index: 11; }
    @media (max-width: 992px) {
      .dashboard-layout .dashboard-sidebar-overlay {
        display: block; } }
  .dashboard-layout.hide-sidebar .dashboard-sidebar {
    margin-left: -25rem; }
    .dashboard-layout.hide-sidebar .dashboard-sidebar + * {
      margin-left: 0; }
  .dashboard-layout.hide-sidebar .dashboard-sidebar-overlay {
    display: none; }
  .dashboard-layout.new-cv-page-header .dashboard-header .flexible-width {
    width: 5rem; }
  .dashboard-layout.new-cv-page-header .dashboard-header .user-info {
    display: none; }
  @media only screen and (min-width: 992px) {
    .dashboard-layout.new-cv-page-header .dashboard-header .sidebar-toggle {
      display: none; }
    .dashboard-layout.new-cv-page-header .dashboard-header .flexible-width {
      width: 22rem; }
    .dashboard-layout.new-cv-page-header .dashboard-header .user-info {
      display: flex; }
    .dashboard-layout.new-cv-page-header .dashboard-header .user-info-name {
      color: initial; }
    .dashboard-layout.new-cv-page-header .dashboard-sidebar {
      margin-left: -25rem; }
      .dashboard-layout.new-cv-page-header .dashboard-sidebar + * {
        margin-left: 0; }
    .dashboard-layout.new-cv-page-header .dashboard-sidebar-overlay {
      display: none; } }
  .dashboard-layout.with-expert-insight .dashboard-header {
    padding-right: calc(5rem + 32rem); }
    @media (max-width: 992px) {
      .dashboard-layout.with-expert-insight .dashboard-header {
        padding-right: 2rem; } }
  .dashboard-layout.with-expert-insight .main-content {
    width: calc(100% - 32rem); }
    @media (max-width: 992px) {
      .dashboard-layout.with-expert-insight .main-content {
        width: 100%; } }

.expert-insight {
  position: fixed;
  top: 7rem;
  right: -32rem;
  width: 32rem;
  height: calc(100vh - 7rem);
  overflow-y: auto;
  background-color: #FFFFFF;
  border-left: 1.5px solid rgba(27, 20, 100, 0.1);
  padding: 3rem 3rem 10rem 3rem;
  z-index: 1;
  transition: ease .4s all; }
  .expert-insight__overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #000000;
    opacity: .25;
    cursor: pointer;
    z-index: 1; }
    @media (max-width: 992px) {
      .expert-insight__overlay {
        display: block; } }
  .expert-insight[show_hints] {
    right: 0; }
  .expert-insight__open {
    position: fixed;
    top: 8.5rem;
    right: 1.5rem;
    padding: 0.75rem;
    background-color: #FFFFFF;
    border: 2px solid rgba(27, 20, 100, 0.1);
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    outline: none; }
    .expert-insight__open[with-hints] {
      animation: flashBorderColor 1s infinite linear; }

@keyframes flashBorderColor {
  0% {
    border: 2px solid rgba(27, 20, 100, 0.1); }
  100% {
    border: 2px solid #FFA300; } }
    .expert-insight__open:hover {
      border: 2px solid #FFA300;
      cursor: pointer; }
    .expert-insight__open:focus {
      box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6); }
  .expert-insight__close {
    background-color: #F2F2F2;
    border: 2px solid transparent;
    font-size: 3.5rem;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    outline: none; }
    .expert-insight__close span {
      margin-top: -0.5rem; }
    .expert-insight__close:hover {
      color: #bb2222;
      cursor: pointer; }
    .expert-insight__close:focus {
      box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6); }
  .expert-insight__header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem; }
  .expert-insight .icon-hint {
    height: 3.5rem; }

.dashboard-layout.cv-builder .starter-options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .dashboard-layout.cv-builder .starter-options {
      flex-direction: column; } }

.dashboard-layout.cv-builder .starter-card {
  max-width: 32rem;
  border: 1.25px solid rgba(27, 20, 100, 0.1);
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  display: inline-block;
  padding: 4.5rem 1.5rem;
  text-decoration: none;
  user-select: none; }
  .dashboard-layout.cv-builder .starter-card:hover {
    border-color: #FFA300;
    box-shadow: 0 0 0 1px #FFA300; }

.dashboard-layout.cv-builder .starter-options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .dashboard-layout.cv-builder .starter-options {
      flex-direction: column; } }

.dashboard-layout.cv-builder .starter-card {
  max-width: 32rem;
  border: 1.25px solid rgba(27, 20, 100, 0.1);
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  display: inline-block;
  padding: 4.5rem 1.5rem;
  text-decoration: none;
  user-select: none; }
  .dashboard-layout.cv-builder .starter-card:hover {
    border-color: #FFA300;
    box-shadow: 0 0 0 1px #FFA300; }

.dashboard-layout.cv-section .main-content-box.blend-with-bg {
  border: 0;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0; }

.dashboard-layout.cv-section .input-file-group {
  position: relative;
  height: 8rem;
  border-radius: 0.25rem;
  z-index: 1; }
  .dashboard-layout.cv-section .input-file-group .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    z-index: 2;
    cursor: pointer; }
    .dashboard-layout.cv-section .input-file-group .input-file:hover + div,
    .dashboard-layout.cv-section .input-file-group .input-file:hover + button {
      border-color: #828282; }
    .dashboard-layout.cv-section .input-file-group .input-file + div,
    .dashboard-layout.cv-section .input-file-group .input-file + button {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      line-height: 7.5rem;
      text-align: center;
      border: 1.5px dashed #BDBDBD;
      border-radius: 0.4rem;
      cursor: pointer;
      background-color: transparent;
      z-index: -1; }

.dashboard-layout.cv-section .item-card {
  position: relative;
  padding: 1.5rem;
  padding-left: 4.5rem;
  background-color: #FFFFFF;
  border: 1.5px dashed rgba(51, 51, 51, 0.25);
  border-radius: 0.4rem; }
  .dashboard-layout.cv-section .item-card:not(:last-child) {
    margin-bottom: 1.5rem; }
  .dashboard-layout.cv-section .item-card:hover {
    border-color: rgba(51, 51, 51, 0.45); }
  .dashboard-layout.cv-section .item-card .name {
    margin-bottom: 1rem; }
  .dashboard-layout.cv-section .item-card .action {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.2rem;
    cursor: pointer;
    color: #828282; }
    .dashboard-layout.cv-section .item-card .action:hover {
      color: #0091FF; }
    .dashboard-layout.cv-section .item-card .action.delete {
      right: 5.5rem; }
      .dashboard-layout.cv-section .item-card .action.delete:hover {
        color: #bb2222; }
    .dashboard-layout.cv-section .item-card .action.edit {
      right: 1.5rem; }
    .dashboard-layout.cv-section .item-card .action.expand {
      display: inline-block;
      line-height: 2.5rem;
      text-align: center;
      top: 1.25rem;
      left: 1.25rem;
      right: initial;
      font-size: 1.75rem;
      width: 2.25rem;
      height: 2.25rem; }

.dashboard-layout.cv-section .hover-bg-blue-color:hover {
  background-color: #0066b3; }

.dashboard-layout.new-cv .main-content-box.blend-with-bg {
  border: 0;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0; }

.dashboard-layout.new-cv .main-content-box.blend-with-bg {
  border: 0;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0; }

.main-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
  border-bottom: 1.25px solid rgba(27, 20, 100, 0.1);
  padding: 1.5rem 5rem;
  position: sticky;
  top: 0;
  background-color: #1B1464;
  color: #FFFFFF;
  z-index: 10; }
  @media (max-width: 992px) {
    .main-dashboard-header {
      padding: 1.5rem 2rem; } }
  .main-dashboard-header .logo {
    font-weight: bold;
    filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(245deg) brightness(109%) contrast(100%); }
    .main-dashboard-header .logo img {
      height: 3rem;
      margin-bottom: -1rem;
      transition: ease 0.4s opacity; }
      @media (max-width: 992px) {
        .main-dashboard-header .logo img {
          height: 2.5rem; } }
    .main-dashboard-header .logo:hover {
      opacity: .85; }
  .main-dashboard-header .main-dashboard-header__nav {
    max-width: 992px; }
    .main-dashboard-header .main-dashboard-header__nav ul {
      justify-content: space-between;
      min-width: 360px;
      display: flex;
      padding: 0;
      margin: 0; }
      .main-dashboard-header .main-dashboard-header__nav ul li {
        position: relative;
        display: inline-block;
        list-style: none;
        margin: 0 0.85rem; }
        .main-dashboard-header .main-dashboard-header__nav ul li[active] a:not(.logout), .main-dashboard-header .main-dashboard-header__nav ul li.active a:not(.logout), .main-dashboard-header .main-dashboard-header__nav ul li:hover a:not(.logout) {
          color: #FFCE00; }
        .main-dashboard-header .main-dashboard-header__nav ul li a:not(.logout) {
          color: #BDBDBD;
          padding: 1rem; }
          .main-dashboard-header .main-dashboard-header__nav ul li a:not(.logout):focus, .main-dashboard-header .main-dashboard-header__nav ul li a:not(.logout):hover {
            color: #FFCE00; }
        .main-dashboard-header .main-dashboard-header__nav ul li[active]:before, .main-dashboard-header .main-dashboard-header__nav ul li.active:before {
          content: '';
          position: absolute;
          bottom: calc(-100% - 1rem);
          left: 50%;
          margin-left: -1rem;
          width: 0;
          height: 0;
          border-left: 0.8rem solid transparent;
          border-right: 0.8rem solid transparent;
          border-top: 0.8rem solid #1B1464; }
  .main-dashboard-header .user-info .user-info-name {
    color: #FFFFFF !important; }
  .main-dashboard-header .user-info .user-info-email {
    color: #BDBDBD !important; }
  .main-dashboard-header .nav-toggle {
    font-size: 2.5rem;
    cursor: pointer;
    background: none;
    border: 0;
    border-radius: 0.25rem;
    height: 3.5rem;
    line-height: 1rem;
    outline: 0;
    color: #FFFFFF; }
    .main-dashboard-header .nav-toggle:focus, .main-dashboard-header .nav-toggle:hover {
      background-color: #ffedcc;
      color: initial; }
  .main-dashboard-header .nav-toggle:focus + .mobile-nav {
    display: block; }
  .main-dashboard-header .mobile-nav-wrapper:hover > .mobile-nav {
    display: block; }
  .main-dashboard-header .mobile-nav {
    display: none;
    position: absolute;
    right: 0; }
    .main-dashboard-header .mobile-nav ul {
      background-color: #FFFFFF;
      min-width: 15rem;
      padding: 0;
      margin: 1rem 0;
      border: 1.25px solid rgba(27, 20, 100, 0.1); }
      .main-dashboard-header .mobile-nav ul li {
        position: relative;
        width: 100%;
        display: block;
        list-style: none;
        margin: 0; }
        .main-dashboard-header .mobile-nav ul li[active] a:not(.logout), .main-dashboard-header .mobile-nav ul li.active a:not(.logout), .main-dashboard-header .mobile-nav ul li:hover a:not(.logout) {
          color: #FFA300;
          background-color: #fff6e6; }
        .main-dashboard-header .mobile-nav ul li a {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          padding: 1rem;
          min-width: 15rem;
          height: 3.5rem;
          line-height: 100%;
          cursor: pointer;
          text-decoration: none; }
          .main-dashboard-header .mobile-nav ul li a:not(.logout) {
            color: #4F4F4F; }
          .main-dashboard-header .mobile-nav ul li a:not(.logout):focus, .main-dashboard-header .mobile-nav ul li a:not(.logout):hover {
            color: #0091FF;
            background-color: #e6f4ff; }

.main-dashboard-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F7F9FC; }
  @media (max-width: 992px) {
    .main-dashboard-layout {
      background-color: #FFFFFF; } }
  .main-dashboard-layout .main-content {
    width: 100%;
    height: 100%;
    padding: 0 5rem 0 5rem; }
    @media (max-width: 992px) {
      .main-dashboard-layout .main-content {
        padding: 0 1.5rem 0 1.5rem; } }
    .main-dashboard-layout .main-content .main-content-box {
      background-color: #FFFFFF;
      max-width: 99.2rem;
      border: 1.25px solid rgba(27, 20, 100, 0.1);
      box-sizing: border-box;
      border-radius: 0;
      min-height: calc(100vh - 7rem - 3rem - 3rem);
      padding: 3rem;
      margin: 3rem auto; }
      @media (max-width: 992px) {
        .main-dashboard-layout .main-content .main-content-box {
          padding: 1.5rem 0;
          margin: 2.5rem auto;
          border-color: transparent; } }
      .main-dashboard-layout .main-content .main-content-box.max-width-100p {
        max-width: 100%; }
  .main-dashboard-layout .main-dashboard-header .sidebar-toggle {
    display: none; }
  .main-dashboard-layout .main-dashboard-header .flexible-width {
    width: 22rem; }
  .main-dashboard-layout .main-dashboard-header .user-info {
    display: flex; }
  .main-dashboard-layout .main-dashboard-header .user-info-name {
    color: initial; }

.resume-list-item {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: 1.25px solid rgba(27, 20, 100, 0.1);
  padding: 1rem;
  word-break: break-word;
  border-radius: 0.5rem;
  outline: none;
  text-align: initial; }
  .resume-list-item .resume-list-item__details {
    width: calc(100% - 12rem - 1rem);
    margin-right: 1rem; }
    .resume-list-item .resume-list-item__details > * {
      line-clamp: 2;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  @media (min-width: 992px) {
    .resume-list-item {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }
  .resume-list-item .buttons {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
    .resume-list-item .buttons > * {
      display: inline-block;
      margin: 1rem;
      white-space: nowrap; }
  .resume-list-item + .resume-list-item__back-drop {
    display: none; }
  .resume-list-item:hover {
    cursor: pointer; }
  @media (hover: hover) and (pointer: fine) {
    .resume-list-item:hover {
      z-index: 2;
      border-color: #FFA300;
      background-color: #F2F2F2;
      box-shadow: 0 0 0 1px #FFA300;
      -moz-box-shadow: 0 0 0 1px #FFA300;
      -webkit-box-shadow: 0 0 0 1px #FFA300; }
      .resume-list-item:hover .buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
      .resume-list-item:hover + .resume-list-item__back-drop {
        display: block; } }
  .resume-list-item[active] {
    z-index: 2;
    border-color: #FFA300;
    background-color: #F2F2F2;
    box-shadow: 0 0 0 1px #FFA300;
    -moz-box-shadow: 0 0 0 1px #FFA300;
    -webkit-box-shadow: 0 0 0 1px #FFA300; }
    .resume-list-item[active] .buttons {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
    .resume-list-item[active] + .resume-list-item__back-drop {
      display: block; }

.main-dashboard-layout.job-manager .main-content-box {
  max-width: 100%; }

.main-dashboard-layout.job-manager .job-manager-board__container-wrapper {
  position: relative; }

.main-dashboard-layout.job-manager .job-manager-board__container {
  overflow-x: auto; }
  .main-dashboard-layout.job-manager .job-manager-board__container[loading] {
    overflow: hidden; }
    .main-dashboard-layout.job-manager .job-manager-board__container[loading] button,
    .main-dashboard-layout.job-manager .job-manager-board__container[loading] .button {
      box-shadow: none;
      pointer-events: none; }
  .main-dashboard-layout.job-manager .job-manager-board__container [draggable="true"] {
    cursor: grab; }

.main-dashboard-layout.job-manager .job-manager-board__loading-with-overlay {
  position: absolute;
  top: 6rem;
  height: calc(100% - 10rem);
  width: calc(100% - 4rem);
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1; }

.main-dashboard-layout.job-manager .job-manager-board__wrapper {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(32rem, 1fr));
  margin-left: auto;
  max-width: 100%; }

.main-dashboard-layout.job-manager .job-manager-board {
  min-height: calc(100vh - 34rem); }
  .main-dashboard-layout.job-manager .job-manager-board > div:first-child {
    height: 4rem;
    margin-bottom: 2rem; }
    .main-dashboard-layout.job-manager .job-manager-board > div:first-child > div:first-child {
      font-size: larger;
      display: flex;
      align-items: center;
      margin-bottom: 0.5rem; }
  .main-dashboard-layout.job-manager .job-manager-board > div:last-child {
    min-height: calc(100vh - 34rem); }

.main-dashboard-layout.job-manager .job-manager-board__item {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 10rem; }
  .main-dashboard-layout.job-manager .job-manager-board__item:not(:first-child) {
    margin-top: 2rem; }
  .main-dashboard-layout.job-manager .job-manager-board__item .edit-button {
    appearance: none;
    outline: none;
    font-size: small;
    border-radius: 0.6rem; }
    .main-dashboard-layout.job-manager .job-manager-board__item .edit-button:hover {
      opacity: 0.75;
      cursor: pointer; }
    .main-dashboard-layout.job-manager .job-manager-board__item .edit-button:focus {
      box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.6); }

.main-dashboard-layout.job-scan .inner-header {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .main-dashboard-layout.job-scan .inner-header {
      flex-direction: row; } }

.main-dashboard-layout.job-scan .job-scan--title {
  font-size: 1.8rem;
  margin: 24px 0; }

.main-dashboard-layout.job-scan .result-wrap {
  background: #F2F2F2;
  display: grid;
  padding: 10px; }
  @media (min-width: 768px) {
    .main-dashboard-layout.job-scan .result-wrap {
      grid-template-columns: 280px auto;
      column-gap: 10px; } }

.main-dashboard-layout.job-scan .result--details {
  background-color: #fff;
  border-radius: 4px;
  height: 420px; }

.main-dashboard-layout.job-scan .result--title {
  font-size: 2.4rem;
  border-bottom: 1px solid #F2F2F2; }

.main-dashboard-layout.job-scan .result--chart .result--chart-img {
  width: 80px;
  height: 80px;
  margin-right: 24px; }

.main-dashboard-layout.job-scan .result--chart .result--chart-text {
  font-size: 1.2rem; }

.main-dashboard-layout.settings .bordered-box {
  border: 1.25px solid rgba(27, 20, 100, 0.1);
  border-radius: 0.5rem; }
  .main-dashboard-layout.settings .bordered-box > * {
    min-height: 40vh; }
    @media (max-width: 768px) {
      .main-dashboard-layout.settings .bordered-box > * {
        min-height: unset; } }

.main-dashboard-layout.settings .sidenav-wrapper {
  border-right: 1.25px solid rgba(27, 20, 100, 0.1); }
  @media (max-width: 768px) {
    .main-dashboard-layout.settings .sidenav-wrapper {
      border-right: 0;
      border-bottom: 1.25px solid rgba(27, 20, 100, 0.1); } }
  .main-dashboard-layout.settings .sidenav-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .main-dashboard-layout.settings .sidenav-wrapper ul li {
      margin: 0;
      padding: 0;
      color: gray; }
      .main-dashboard-layout.settings .sidenav-wrapper ul li:not(:last-child) {
        border-bottom: 1.25px solid rgba(27, 20, 100, 0.1); }
      .main-dashboard-layout.settings .sidenav-wrapper ul li[active], .main-dashboard-layout.settings .sidenav-wrapper ul li.active, .main-dashboard-layout.settings .sidenav-wrapper ul li:hover {
        color: #0091FF;
        cursor: pointer; }
      .main-dashboard-layout.settings .sidenav-wrapper ul li a {
        display: inline-block;
        padding: 1.5rem 2rem;
        width: 100%;
        color: inherit;
        text-decoration: inherit; }
      @media (max-width: 768px) {
        .main-dashboard-layout.settings .sidenav-wrapper ul li {
          display: inline-block;
          margin-left: -1px;
          margin-bottom: -1.25px; }
          .main-dashboard-layout.settings .sidenav-wrapper ul li:not(:last-child) {
            border-bottom: 1.25px solid transparent; }
          .main-dashboard-layout.settings .sidenav-wrapper ul li[active], .main-dashboard-layout.settings .sidenav-wrapper ul li.active {
            border-bottom: 1.25px solid #0091FF; }
            .main-dashboard-layout.settings .sidenav-wrapper ul li[active]:last-child, .main-dashboard-layout.settings .sidenav-wrapper ul li.active:last-child {
              border-color: #da3636; } }
      @media (max-width: 480px) {
        .main-dashboard-layout.settings .sidenav-wrapper ul li {
          font-size: 1.2rem; } }
      .main-dashboard-layout.settings .sidenav-wrapper ul li:last-child {
        color: #da3636; }


.subscription-card {
  border: 1.25px solid rgba(27, 20, 100, 0.1);
  border-radius: 0.5rem;
  padding: 2rem; }
  .subscription-card .subscription-card__body {
    padding: 0 1rem;
    margin-top: 2rem; }
    @media (max-width: 992px) {
      .subscription-card .subscription-card__body {
        padding: 0 1rem; } }

.subscription-grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  margin-left: auto;
  max-width: 100%; }

.subscription-plans-content .paid-plan-heading {
  margin: 0 auto;
  width: max-content;
  padding: 0.1rem 1rem;
  border-bottom: 3px double #FFA300; }
  .subscription-plans-content .paid-plan-heading > * {
    margin: 0; }

.subscription-plans-content .paid-plan-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
  margin: 1rem auto;
  font-size: 1.3rem;
  list-style: none;
  padding: 1.5rem 0.5rem;
  text-align: left;
  color: #828282; }
  @media (max-width: 992px) {
    .subscription-plans-content .paid-plan-features {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .subscription-plans-content .paid-plan-features {
      grid-template-columns: repeat(1, 1fr); } }
  .subscription-plans-content .paid-plan-features li {
    margin-bottom: 0.5rem;
    background: url("/assets/svg/icon-tick.svg") 0 6px no-repeat;
    background-size: 14px 14px;
    background-position-y: center;
    padding-left: 22px;
    margin: 0 1rem 1rem 0;
    color: #6E798C; }

.subscription-plans-content .faq-grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1440px; }
  @media (max-width: 992px) {
    .subscription-plans-content .faq-grid {
      grid-gap: 1rem;
      grid-template-columns: repeat(1, 1fr); } }

.main-dashboard-layout.subscription-plans .main-content-box {
  max-width: 1200px; }

.plan-card {
  border-radius: 1rem;
  color: #333333;
  background: #FFFFFF;
  border: 1.5px solid #F2F2F2;
  box-sizing: border-box;
  padding: 3rem 1.5rem; }
  .plan-card .plan-name {
    color: #0091FF; }
  .plan-card .plan-amount {
    color: #333333; }
  .plan-card .plan-period,
  .plan-card .plan-summary {
    color: #828282; }
  .plan-card .plan-saved-percentage {
    color: #1B1464;
    background-color: #FCEBC0;
    border-radius: 0.5rem;
    padding: 0.25rem 1rem;
    font-weight: 700; }
  .plan-card > div {
    margin: auto; }
  .plan-card .divider {
    width: 100%;
    margin-top: 1rem;
    border-top: 1.5px solid #E0E0E0; }
  .plan-card:hover {
    border: 1.5px solid #FFA300; }
    .plan-card:hover .divider {
      border-top: 1.5px solid #FFA300; }
  .plan-card[data-recommended="true"] {
    background-color: #1B1464;
    color: #FFFFFF;
    border: 1.5px solid #1B1464;
    padding: 4rem 1.5rem; }
    .plan-card[data-recommended="true"] .plan-name {
      color: #FFCE00; }
    .plan-card[data-recommended="true"] .plan-amount {
      color: #FFFFFF; }
    .plan-card[data-recommended="true"] .plan-period,
    .plan-card[data-recommended="true"] .plan-summary {
      color: #FFFFFF; }
    .plan-card[data-recommended="true"] .plan-saved-percentage {
      background-color: #FFFAEC; }
    .plan-card[data-recommended="true"]:hover {
      border: 1.5px solid #FFCE00; }
      .plan-card[data-recommended="true"]:hover .divider {
        border-top: 1.5px solid #FFCE00; }

.main-dashboard-layout.dashboard .starter-options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .main-dashboard-layout.dashboard .starter-options {
      flex-direction: column; } }

.main-dashboard-layout.dashboard .starter-card {
  max-width: 32rem;
  border: 1.25px solid rgba(27, 20, 100, 0.1);
  border-radius: 0.25rem;
  margin: 1.5rem;
  display: inline-block;
  padding: 4.5rem 1.5rem;
  user-select: none; }
  .main-dashboard-layout.dashboard .starter-card:hover {
    border-color: #FFA300;
    box-shadow: 0 0 0 1px #FFA300;
    text-decoration: none; }
  .main-dashboard-layout.dashboard .starter-card.disabled {
    position: relative;
    opacity: 0.85;
    pointer-events: none; }
    .main-dashboard-layout.dashboard .starter-card.disabled:hover {
      border-color: rgba(27, 20, 100, 0.1);
      box-shadow: 0 0 0 1px rgba(27, 20, 100, 0.1); }
    .main-dashboard-layout.dashboard .starter-card.disabled:after {
      position: absolute;
      content: "AVAILABLE SOON";
      top: 1rem;
      right: 1.5rem;
      font-size: small;
      color: #FFA300; }
  .main-dashboard-layout.dashboard .starter-card.new {
    position: relative; }
    .main-dashboard-layout.dashboard .starter-card.new:after {
      position: absolute;
      content: "NEW";
      top: 1rem;
      right: 1.5rem;
      font-size: small;
      color: #1B1464;
      font-weight: bold; }

.main-dashboard-layout.dashboard button.button[new-cv] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

.main-dashboard-layout.dashboard .job-board-content > * {
  min-height: 70vh; }
  @media (max-width: 768px) {
    .main-dashboard-layout.dashboard .job-board-content > * {
      min-height: unset; } }

.main-dashboard-layout.dashboard .job-board-content .filters-wrapper {
  border-right: 1.25px solid rgba(27, 20, 100, 0.1); }
  @media (max-width: 768px) {
    .main-dashboard-layout.dashboard .job-board-content .filters-wrapper {
      border-right: 0;
      border-bottom: 1.25px solid rgba(27, 20, 100, 0.1); } }

.checkbox-select-group > div:last-child {
  display: none;
  max-height: 24rem;
  overflow-y: auto; }

.checkbox-select-group[is-open] > div:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.checkbox-select-group[is-open] > div:last-child {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.job-list-item {
  background-color: #FFFFFF; }
  .job-list-item:not(:last-child) {
    border-bottom: 1.25px solid rgba(27, 20, 100, 0.1); }

.main-dashboard-layout.cv-page .inner-header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1.5px solid rgba(27, 20, 100, 0.1); }
  .main-dashboard-layout.cv-page .inner-header .button {
    padding: 1rem 2.5rem; }
  @media (max-width: 576px) {
    .main-dashboard-layout.cv-page .inner-header {
      flex-direction: column; }
      .main-dashboard-layout.cv-page .inner-header > div:first-child {
        margin-bottom: 1rem; } }

.main-dashboard-layout.cv-page .button-with-dropdown {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 5rem); }
  .main-dashboard-layout.cv-page .button-with-dropdown .button-drop {
    position: absolute;
    top: 0;
    left: 100%;
    display: inline-flex;
    align-items: center;
    background: transparent;
    width: calc(5rem - 2px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1.5px solid #FFFFFF;
    padding: 1.5rem;
    margin-left: 1.5px; }

.main-dashboard-layout.cv-page .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  width: calc(100% + 5rem);
  min-width: max-content;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
  border-radius: 0.25rem;
  text-align: left;
  padding: 0.5rem;
  background-color: #FFFFFF;
  z-index: 1; }
  .main-dashboard-layout.cv-page .dropdown-wrapper {
    position: relative;
    z-index: 2; }
  .main-dashboard-layout.cv-page .dropdown-left {
    left: 0; }
  .main-dashboard-layout.cv-page .dropdown-right {
    right: 0; }
  .main-dashboard-layout.cv-page .dropdown span {
    padding: 1rem 0.5rem;
    font-size: small; }
    .main-dashboard-layout.cv-page .dropdown span:hover {
      color: #FFA300;
      cursor: pointer; }
  .main-dashboard-layout.cv-page .dropdown-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
    .main-dashboard-layout.cv-page .dropdown-backdrop[is-open] {
      display: block; }
  .main-dashboard-layout.cv-page .dropdown[is-open] {
    display: flex;
    flex-direction: column; }

.steps {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  margin: 0.5rem auto;
  font-size: 1.5rem; }
  .steps .step {
    display: flex;
    justify-content: center;
    align-items: center; }
    .steps .step.current ~ .step .step-number {
      background-color: #F7F6FF;
      color: #333333; }
  .steps .step-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    font-weight: bold;
    background-color: #FFA300;
    color: #FFFFFF;
    margin: auto 1rem; }
  .steps .step-divider {
    width: 5rem;
    height: 100%;
    display: block;
    border-bottom: 1px dashed #C4C4C4;
    margin: auto 1rem 1rem 1rem; }

.preview-template-modal {
  position: relative; }
  .preview-template-modal .loading {
    position: absolute;
    height: 25%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center; }
    .preview-template-modal .loading:after {
      border: 0.2rem solid #FFFFFF;
      border-right-color: transparent;
      border-top-color: transparent; }

.plans-grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, 30rem);
  max-width: 1440px;
  align-items: center;
  justify-content: center; }

