@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.typographyDisplayLg {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyDisplayMd {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyDisplaySm {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyHeadlineLg {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyHeadlineMd {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyHeadlineSm {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyTitleLg {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyTitleMd {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyTitleSm {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyOverline {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-indent: 0px;
}

.typographyBodyMd {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyBodySm {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyBodyXs {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyLabelMd {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyLabelSm {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
}

.typographyLabelXs {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  text-indent: 0px;
}

.typographyLinkMd {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyLinkSm {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyUnderlineMd {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.typographyUnderlineSm {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

/* stylelint-disable */
/* stylelint-enable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Inter";
  src: url(/static/fonts/Inter_v3-19.var.c2fe3cb2b7c746f7966a.woff2) format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571;
  color: rgba(1, 1, 1, 0.8117647059);
  background-color: #f3f3f3;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #d9d6d4;
  border: 0;
}

label {
  display: inline-block;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  cursor: pointer;
}

em {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
}

strong {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}

button {
  cursor: pointer;
}

h1 {
  margin: 0;
  padding-top: 30px;
  font-size: 25px;
  line-height: 1.857;
  text-align: left;
  color: #575759;
}

h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.857;
  text-align: left;
  color: #575759;
}

h3 {
  margin-top: 21px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.857;
  text-align: left;
  color: #575759;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.857;
  text-align: left;
  color: #575759;
}

p {
  margin: 0;
}

fieldset {
  padding: 0;
  border: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

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

figure {
  margin: 0;
}

picture {
  display: block;
}

.tippy-box [data-reference-hidden],
.tippy-box [data-escaped],
.tippy-box [data-popper-reference-hidden],
.tippy-box [data-popper-escaped] {
  display: none;
}

@keyframes appearFromRight {
  0% {
    opacity: 0;
    transform: translateX(150%);
  }
  75% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes appearFromBottom {
  0% {
    opacity: 0;
    transform: translateY(150%);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes appearFromTop {
  0% {
    transform: translateY(-150%);
  }
  75% {
    transform: translateY(0);
  }
}
@keyframes backgroundWave {
  0% {
    transform: translateX(-10%);
  }
  66% {
    transform: translateX(110%);
  }
  100% {
    transform: translateX(110%);
  }
}
@keyframes background-pulse {
  0% {
    background-color: rgba(0, 0, 0, 0.1098039216);
  }
  100% {
    background-color: rgba(5, 5, 5, 0.0196078431);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulseOuter {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulseInner {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "hrm-icons";
  src: url(/static/fonts/hrm-icons.ee3174b3ae2311916b01.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
.hrm-icon {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hrm-icon-xs {
  font-size: 16px;
}

.hrm-icon-s {
  font-size: 20px;
}

.hrm-icon-m {
  font-size: 24px;
}

.hrm-icon-l {
  font-size: 32px;
}

.hrm-icon-account_circle:before {
  content: "\f101";
}

.hrm-icon-add_circle:before {
  content: "\f102";
}

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

.hrm-icon-airplay:before {
  content: "\f104";
}

.hrm-icon-app-admin:before {
  content: "\f105";
}

.hrm-icon-app-analysis:before {
  content: "\f106";
}

.hrm-icon-app-assigner:before {
  content: "\f107";
}

.hrm-icon-app-class-details:before {
  content: "\f108";
}

.hrm-icon-app-compose:before {
  content: "\f109";
}

.hrm-icon-app-content-manager:before {
  content: "\f10a";
}

.hrm-icon-app-gradebook:before {
  content: "\f10b";
}

.hrm-icon-app-home:before {
  content: "\f10c";
}

.hrm-icon-app-search:before {
  content: "\f10d";
}

.hrm-icon-app-sr-builder:before {
  content: "\f10e";
}

.hrm-icon-apps:before {
  content: "\f10f";
}

.hrm-icon-archive:before {
  content: "\f110";
}

.hrm-icon-arrow_back_ios:before {
  content: "\f111";
}

.hrm-icon-arrow_back:before {
  content: "\f112";
}

.hrm-icon-arrow_downward:before {
  content: "\f113";
}

.hrm-icon-arrow_drop_down:before {
  content: "\f114";
}

.hrm-icon-arrow_drop_up:before {
  content: "\f115";
}

.hrm-icon-arrow_forward_ios:before {
  content: "\f116";
}

.hrm-icon-arrow_forward:before {
  content: "\f117";
}

.hrm-icon-arrow_left:before {
  content: "\f118";
}

.hrm-icon-arrow_right:before {
  content: "\f119";
}

.hrm-icon-arrow_upward:before {
  content: "\f11a";
}

.hrm-icon-assessment:before {
  content: "\f11b";
}

.hrm-icon-assignment_ind:before {
  content: "\f11c";
}

.hrm-icon-assignment_late:before {
  content: "\f11d";
}

.hrm-icon-assignment_return:before {
  content: "\f11e";
}

.hrm-icon-assignment_turned_in:before {
  content: "\f11f";
}

.hrm-icon-assignment:before {
  content: "\f120";
}

.hrm-icon-audio_file:before {
  content: "\f121";
}

.hrm-icon-auto_stories:before {
  content: "\f122";
}

.hrm-icon-bar_chart:before {
  content: "\f123";
}

.hrm-icon-block:before {
  content: "\f124";
}

.hrm-icon-book:before {
  content: "\f125";
}

.hrm-icon-bookmark_border:before {
  content: "\f126";
}

.hrm-icon-boy:before {
  content: "\f127";
}

.hrm-icon-build:before {
  content: "\f128";
}

.hrm-icon-cached:before {
  content: "\f129";
}

.hrm-icon-cancel:before {
  content: "\f12a";
}

.hrm-icon-card_membership:before {
  content: "\f12b";
}

.hrm-icon-category:before {
  content: "\f12c";
}

.hrm-icon-chat_bubble:before {
  content: "\f12d";
}

.hrm-icon-check_box_outline_blank:before {
  content: "\f12e";
}

.hrm-icon-check_box:before {
  content: "\f12f";
}

.hrm-icon-check_circle_outline:before {
  content: "\f130";
}

.hrm-icon-check_circle:before {
  content: "\f131";
}

.hrm-icon-check:before {
  content: "\f132";
}

.hrm-icon-chevron_left:before {
  content: "\f133";
}

.hrm-icon-chevron_right:before {
  content: "\f134";
}

.hrm-icon-children:before {
  content: "\f135";
}

.hrm-icon-clapping:before {
  content: "\f136";
}

.hrm-icon-close_fullscreen:before {
  content: "\f137";
}

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

.hrm-icon-cloud_download:before {
  content: "\f139";
}

.hrm-icon-cloud_upload:before {
  content: "\f13a";
}

.hrm-icon-collections_bookmark:before {
  content: "\f13b";
}

.hrm-icon-computer:before {
  content: "\f13c";
}

.hrm-icon-contact_mail:before {
  content: "\f13d";
}

.hrm-icon-contact_page:before {
  content: "\f13e";
}

.hrm-icon-contact_support:before {
  content: "\f13f";
}

.hrm-icon-content_copy:before {
  content: "\f140";
}

.hrm-icon-continuous_page:before {
  content: "\f141";
}

.hrm-icon-cover_facing_page:before {
  content: "\f142";
}

.hrm-icon-credit_card:before {
  content: "\f143";
}

.hrm-icon-date_range:before {
  content: "\f144";
}

.hrm-icon-delete_outline:before {
  content: "\f145";
}

.hrm-icon-delete:before {
  content: "\f146";
}

.hrm-icon-description:before {
  content: "\f147";
}

.hrm-icon-diamond:before {
  content: "\f148";
}

.hrm-icon-double_page_filled:before {
  content: "\f149";
}

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

.hrm-icon-drag_indicator:before {
  content: "\f14b";
}

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

.hrm-icon-error_outline:before {
  content: "\f14d";
}

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

.hrm-icon-exit_to_app:before {
  content: "\f14f";
}

.hrm-icon-expand_less:before {
  content: "\f150";
}

.hrm-icon-expand_more:before {
  content: "\f151";
}

.hrm-icon-explore:before {
  content: "\f152";
}

.hrm-icon-eye_closed:before {
  content: "\f153";
}

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

.hrm-icon-fast_forward:before {
  content: "\f155";
}

.hrm-icon-fast_rewind:before {
  content: "\f156";
}

.hrm-icon-favorite_add:before {
  content: "\f157";
}

.hrm-icon-favorite_border:before {
  content: "\f158";
}

.hrm-icon-favorite_remove:before {
  content: "\f159";
}

.hrm-icon-favorite:before {
  content: "\f15a";
}

.hrm-icon-fiber_manual_record:before {
  content: "\f15b";
}

.hrm-icon-file_copy:before {
  content: "\f15c";
}

.hrm-icon-filter_list:before {
  content: "\f15d";
}

.hrm-icon-finale:before {
  content: "\f15e";
}

.hrm-icon-folder_open:before {
  content: "\f15f";
}

.hrm-icon-folder:before {
  content: "\f160";
}

.hrm-icon-format_align_center:before {
  content: "\f161";
}

.hrm-icon-format_align_justify:before {
  content: "\f162";
}

.hrm-icon-format_align_left:before {
  content: "\f163";
}

.hrm-icon-format_align_right:before {
  content: "\f164";
}

.hrm-icon-format_bold:before {
  content: "\f165";
}

.hrm-icon-format_clear:before {
  content: "\f166";
}

.hrm-icon-format_italic:before {
  content: "\f167";
}

.hrm-icon-format_list_bulleted:before {
  content: "\f168";
}

.hrm-icon-format_list_numbered:before {
  content: "\f169";
}

.hrm-icon-format_size:before {
  content: "\f16a";
}

.hrm-icon-format_strikethrough:before {
  content: "\f16b";
}

.hrm-icon-format_underlined:before {
  content: "\f16c";
}

.hrm-icon-fullscreen_exit:before {
  content: "\f16d";
}

.hrm-icon-fullscreen:before {
  content: "\f16e";
}

.hrm-icon-gift:before {
  content: "\f16f";
}

.hrm-icon-graphic_eq:before {
  content: "\f170";
}

.hrm-icon-groups_2:before {
  content: "\f171";
}

.hrm-icon-groups:before {
  content: "\f172";
}

.hrm-icon-hearing:before {
  content: "\f173";
}

.hrm-icon-help_outline:before {
  content: "\f174";
}

.hrm-icon-history_edu:before {
  content: "\f175";
}

.hrm-icon-home:before {
  content: "\f176";
}

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

.hrm-icon-indeterminate_check_box:before {
  content: "\f178";
}

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

.hrm-icon-insights:before {
  content: "\f17a";
}

.hrm-icon-library_music:before {
  content: "\f17b";
}

.hrm-icon-link_off:before {
  content: "\f17c";
}

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

.hrm-icon-list_alt:before {
  content: "\f17e";
}

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

.hrm-icon-lock_reset:before {
  content: "\f180";
}

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

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

.hrm-icon-makemusic:before {
  content: "\f183";
}

.hrm-icon-marquee_zoom:before {
  content: "\f184";
}

.hrm-icon-meeting_room:before {
  content: "\f185";
}

.hrm-icon-menu_open:before {
  content: "\f186";
}

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

.hrm-icon-metronome:before {
  content: "\f188";
}

.hrm-icon-mic_external_on:before {
  content: "\f189";
}

.hrm-icon-mic_none:before {
  content: "\f18a";
}

.hrm-icon-mic_off:before {
  content: "\f18b";
}

.hrm-icon-mic:before {
  content: "\f18c";
}

.hrm-icon-midi:before {
  content: "\f18d";
}

.hrm-icon-more_horiz:before {
  content: "\f18e";
}

.hrm-icon-more_vert:before {
  content: "\f18f";
}

.hrm-icon-music_note:before {
  content: "\f190";
}

.hrm-icon-music_part:before {
  content: "\f191";
}

.hrm-icon-music_video:before {
  content: "\f192";
}

.hrm-icon-navigate_before:before {
  content: "\f193";
}

.hrm-icon-navigate_next:before {
  content: "\f194";
}

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

.hrm-icon-ondemand_video:before {
  content: "\f196";
}

.hrm-icon-open_in_full:before {
  content: "\f197";
}

.hrm-icon-open_in_new:before {
  content: "\f198";
}

.hrm-icon-opened-book:before {
  content: "\f199";
}

.hrm-icon-orchestra:before {
  content: "\f19a";
}

.hrm-icon-outlined_flag:before {
  content: "\f19b";
}

.hrm-icon-page_by_page:before {
  content: "\f19c";
}

.hrm-icon-page_settings:before {
  content: "\f19d";
}

.hrm-icon-pan_tool:before {
  content: "\f19e";
}

.hrm-icon-pause:before {
  content: "\f19f";
}

.hrm-icon-people_outline:before {
  content: "\f1a0";
}

.hrm-icon-people:before {
  content: "\f1a1";
}

.hrm-icon-person_add:before {
  content: "\f1a2";
}

.hrm-icon-person_outline:before {
  content: "\f1a3";
}

.hrm-icon-person:before {
  content: "\f1a4";
}

.hrm-icon-photo_camera:before {
  content: "\f1a5";
}

.hrm-icon-picture_as_pdf:before {
  content: "\f1a6";
}

.hrm-icon-play_arrow:before {
  content: "\f1a7";
}

.hrm-icon-play_circle_outline:before {
  content: "\f1a8";
}

.hrm-icon-play_circle:before {
  content: "\f1a9";
}

.hrm-icon-play_lesson:before {
  content: "\f1aa";
}

.hrm-icon-playback_cursor:before {
  content: "\f1ab";
}

.hrm-icon-playlist_add:before {
  content: "\f1ac";
}

.hrm-icon-practice:before {
  content: "\f1ad";
}

.hrm-icon-print:before {
  content: "\f1ae";
}

.hrm-icon-priority_high:before {
  content: "\f1af";
}

.hrm-icon-progress_donut:before {
  content: "\f1b0";
}

.hrm-icon-public_off:before {
  content: "\f1b1";
}

.hrm-icon-public:before {
  content: "\f1b2";
}

.hrm-icon-publish:before {
  content: "\f1b3";
}

.hrm-icon-push_pin:before {
  content: "\f1b4";
}

.hrm-icon-question_mark:before {
  content: "\f1b5";
}

.hrm-icon-queue_music:before {
  content: "\f1b6";
}

.hrm-icon-radio_button_checked:before {
  content: "\f1b7";
}

.hrm-icon-radio_button_unchecked:before {
  content: "\f1b8";
}

.hrm-icon-receipt:before {
  content: "\f1b9";
}

.hrm-icon-redo:before {
  content: "\f1ba";
}

.hrm-icon-remove_circle_outline:before {
  content: "\f1bb";
}

.hrm-icon-remove_red_eye:before {
  content: "\f1bc";
}

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

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

.hrm-icon-rewind_start:before {
  content: "\f1bf";
}

.hrm-icon-save:before {
  content: "\f1c0";
}

.hrm-icon-savings:before {
  content: "\f1c1";
}

.hrm-icon-schedule:before {
  content: "\f1c2";
}

.hrm-icon-school:before {
  content: "\f1c3";
}

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

.hrm-icon-security:before {
  content: "\f1c5";
}

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

.hrm-icon-settings_backup_restore:before {
  content: "\f1c7";
}

.hrm-icon-settings_voice:before {
  content: "\f1c8";
}

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

.hrm-icon-share:before {
  content: "\f1ca";
}

.hrm-icon-sight_reading_studio:before {
  content: "\f1cb";
}

.hrm-icon-single_page_filled:before {
  content: "\f1cc";
}

.hrm-icon-single_page:before {
  content: "\f1cd";
}

.hrm-icon-slide_down:before {
  content: "\f1ce";
}

.hrm-icon-slow_motion_video:before {
  content: "\f1cf";
}

.hrm-icon-smartmusic_deprecated:before {
  content: "\f1d0";
}

.hrm-icon-smartmusic:before {
  content: "\f1d1";
}

.hrm-icon-sort:before {
  content: "\f1d2";
}

.hrm-icon-sorting_asc:before {
  content: "\f1d3";
}

.hrm-icon-sorting_desc:before {
  content: "\f1d4";
}

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

.hrm-icon-stop:before {
  content: "\f1d6";
}

.hrm-icon-subscript:before {
  content: "\f1d7";
}

.hrm-icon-superscript:before {
  content: "\f1d8";
}

.hrm-icon-swap_horiz:before {
  content: "\f1d9";
}

.hrm-icon-swap_vert:before {
  content: "\f1da";
}

.hrm-icon-take_replay:before {
  content: "\f1db";
}

.hrm-icon-text_fields:before {
  content: "\f1dc";
}

.hrm-icon-text_format:before {
  content: "\f1dd";
}

.hrm-icon-text_snippet:before {
  content: "\f1de";
}

.hrm-icon-thumb_up:before {
  content: "\f1df";
}

.hrm-icon-timer:before {
  content: "\f1e0";
}

.hrm-icon-title:before {
  content: "\f1e1";
}

.hrm-icon-trending_down:before {
  content: "\f1e2";
}

.hrm-icon-trending_up:before {
  content: "\f1e3";
}

.hrm-icon-trumpet:before {
  content: "\f1e4";
}

.hrm-icon-tune:before {
  content: "\f1e5";
}

.hrm-icon-tuner:before {
  content: "\f1e6";
}

.hrm-icon-unarchive:before {
  content: "\f1e7";
}

.hrm-icon-undo:before {
  content: "\f1e8";
}

.hrm-icon-unfold_more:before {
  content: "\f1e9";
}

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

.hrm-icon-verified_user:before {
  content: "\f1eb";
}

.hrm-icon-videocam_off:before {
  content: "\f1ec";
}

.hrm-icon-videocam:before {
  content: "\f1ed";
}

.hrm-icon-view_carousel:before {
  content: "\f1ee";
}

.hrm-icon-violin:before {
  content: "\f1ef";
}

.hrm-icon-violins:before {
  content: "\f1f0";
}

.hrm-icon-visibility_off:before {
  content: "\f1f1";
}

.hrm-icon-visibility:before {
  content: "\f1f2";
}

.hrm-icon-volume_down:before {
  content: "\f1f3";
}

.hrm-icon-volume_mute:before {
  content: "\f1f4";
}

.hrm-icon-volume_off:before {
  content: "\f1f5";
}

.hrm-icon-volume_up:before {
  content: "\f1f6";
}

.hrm-icon-warning_amber:before {
  content: "\f1f7";
}

.hrm-icon-warning:before {
  content: "\f1f8";
}

.hrm-icon-web_stories:before {
  content: "\f1f9";
}

.hrm-icon-workspace_premium:before {
  content: "\f1fa";
}

.hrm-icon-zoom_in:before {
  content: "\f1fb";
}

.hrm-icon-zoom_out:before {
  content: "\f1fc";
}

.icon-academy:before,
.hrm-icon-academy:before {
  content: "\f1c3";
}

.icon-add-items:before,
.hrm-icon-add-items:before {
  content: "\f1ac";
}

.icon-arrow-down:before,
.hrm-icon-arrow-down:before {
  content: "\f113";
}

.icon-arrow-download:before,
.hrm-icon-arrow-download:before,
.icon-file-download:before,
.hrm-icon-file-download:before,
.icon-file-pdf-download:before,
.hrm-icon-file-pdf-download:before {
  content: "\f14a";
}

.icon-arrow-upload:before,
.hrm-icon-arrow-upload:before {
  content: "\f1ea";
}

.icon-arrow-previous:before,
.hrm-icon-arrow-previous:before {
  content: "\f112";
}

.icon-arrow-up:before,
.hrm-icon-arrow-up:before {
  content: "\f11a";
}

.icon-arrow-next:before,
.hrm-icon-arrow-next:before {
  content: "\f117";
}

.icon-bell:before,
.hrm-icon-bell:before {
  content: "\f195";
}

.icon-calendar:before,
.hrm-icon-calendar:before {
  content: "\f144";
}

.icon-calibration:before,
.hrm-icon-calibration:before {
  content: "\f1c8";
}

.icon-camera:before,
.hrm-icon-camera:before {
  content: "\f1a5";
}

.icon-checkmark:before,
.hrm-icon-checkmark:before {
  content: "\f132";
}

.icon-chat-bubble:before,
.hrm-icon-chat-bubble:before {
  content: "\f12d";
}

.icon-chevron-down:before,
.hrm-icon-chevron-down:before {
  content: "\f151";
}

.icon-chevron-next:before,
.hrm-icon-chevron-next:before {
  content: "\f134";
}

.icon-chevron-previous:before,
.hrm-icon-chevron-previous:before {
  content: "\f133";
}

.icon-chevron-up:before,
.hrm-icon-chevron-up:before {
  content: "\f150";
}

.icon-clock:before,
.hrm-icon-clock:before {
  content: "\f1c2";
}

.icon-cloud-upload:before,
.hrm-icon-cloud-upload:before {
  content: "\f13a";
}

.icon-compass:before,
.hrm-icon-compass:before {
  content: "\f152";
}

.icon-copy-to-clipboard:before,
.hrm-icon-copy-to-clipboard:before {
  content: "\f140";
}

.icon-credit-card:before,
.hrm-icon-credit-card:before {
  content: "\f143";
}

.icon-cross:before,
.hrm-icon-cross:before {
  content: "\f138";
}

.icon-default-profile-pic:before,
.hrm-icon-default-profile-pic:before {
  content: "\f101";
}

.icon-disk-save:before,
.hrm-icon-disk-save:before {
  content: "\f1c0";
}

.icon-document:before,
.hrm-icon-document:before {
  content: "\f1de";
}

.icon-drag:before,
.hrm-icon-drag:before {
  content: "\f14b";
}

.icon-duplicate:before,
.hrm-icon-duplicate:before {
  content: "\f15c";
}

.icon-ear:before,
.hrm-icon-ear:before {
  content: "\f173";
}

.icon-error-sign:before,
.hrm-icon-error-sign:before {
  content: "\f14e";
}

.icon-exclamation-point:before,
.hrm-icon-exclamation-point:before {
  content: "\f1af";
}

.icon-external-link:before,
.hrm-icon-external-link:before {
  content: "\f198";
}

.icon-heart:before,
.hrm-icon-heart:before {
  content: "\f15a";
}

.icon-heart-outline:before,
.hrm-icon-heart-outline:before {
  content: "\f158";
}

.icon-heart-outline-add:before,
.hrm-icon-heart-outline-add:before {
  content: "\f157";
}

.icon-heart-outline-remove:before,
.hrm-icon-heart-outline-remove:before {
  content: "\f159";
}

.icon-file:before,
.hrm-icon-file:before {
  content: "\f147";
}

.icon-file-assign:before,
.hrm-icon-file-assign:before {
  content: "\f120";
}

.icon-file-digital-sheet-music:before,
.hrm-icon-file-digital-sheet-music:before {
  content: "\f147";
}

.icon-file-interactive:before,
.hrm-icon-file-interactive:before {
  content: "\f1cf";
}

.icon-filters:before,
.hrm-icon-filters:before {
  content: "\f1d2";
}

.icon-folder-opened-sign:before,
.hrm-icon-folder-opened-sign:before {
  content: "\f15f";
}

.icon-forbidden-sign:before,
.hrm-icon-forbidden-sign:before {
  content: "\f124";
}

.icon-form:before,
.hrm-icon-form:before {
  content: "\f17e";
}

.icon-gear:before,
.hrm-icon-gear:before {
  content: "\f1c9";
}

.icon-grid:before,
.hrm-icon-grid:before {
  content: "\f10f";
}

.icon-group:before,
.hrm-icon-group:before {
  content: "\f172";
}

.icon-help-sign:before,
.hrm-icon-help-sign:before {
  content: "\f174";
}

.icon-hide:before,
.hrm-icon-hide:before {
  content: "\f1f1";
}

.icon-info-sign:before,
.hrm-icon-info-sign:before {
  content: "\f179";
}

.icon-items:before,
.hrm-icon-items:before {
  content: "\f1be";
}

.icon-items-grouped:before,
.hrm-icon-items-grouped:before {
  content: "\f13b";
}

.icon-magnifying:before,
.hrm-icon-magnifying:before {
  content: "\f1c4";
}

.icon-minus:before,
.hrm-icon-minus:before {
  content: "\f1bd";
}

.icon-more:before,
.hrm-icon-more:before {
  content: "\f18f";
}

.icon-multi-note:before,
.hrm-icon-multi-note:before,
.icon-note:before,
.hrm-icon-note:before {
  content: "\f190";
}

.icon-mute:before,
.hrm-icon-mute:before {
  content: "\f1f5";
}

.icon-pen:before,
.hrm-icon-pen:before {
  content: "\f14c";
}

.icon-play:before,
.hrm-icon-play:before {
  content: "\f1a7";
}

.icon-playlist:before,
.hrm-icon-playlist:before {
  content: "\f1b6";
}

.icon-play-outline:before,
.hrm-icon-play-outline:before {
  content: "\f1a8";
}

.icon-plus:before,
.hrm-icon-plus:before {
  content: "\f103";
}

.icon-push-pin:before,
.hrm-icon-push-pin:before {
  content: "\f1b4";
}

.icon-skip:before,
.hrm-icon-skip:before {
  content: "\f155";
}

.icon-show:before,
.hrm-icon-show:before {
  content: "\f1bc";
}

.icon-thumbs-up:before,
.hrm-icon-thumbs-up:before {
  content: "\f1df";
}

.icon-transfer:before,
.hrm-icon-transfer:before {
  content: "\f1d9";
}

.icon-trash:before,
.hrm-icon-trash:before {
  content: "\f145";
}

.icon-triangle-down:before,
.hrm-icon-triangle-down:before {
  content: "\f114";
}

.icon-triangle-next:before,
.hrm-icon-triangle-next:before {
  content: "\f119";
}

.icon-triangle-previous:before,
.hrm-icon-triangle-previous:before {
  content: "\f118";
}

.icon-triangle-up:before,
.hrm-icon-triangle-up:before {
  content: "\f115";
}

.icon-users:before,
.hrm-icon-users:before {
  content: "\f1a0";
}

.icon-volume-down:before,
.hrm-icon-volume-down:before {
  content: "\f1f3";
}

.icon-volume-up:before,
.hrm-icon-volume-up:before {
  content: "\f1f6";
}

.icon-warning-sign:before,
.hrm-icon-warning-sign:before {
  content: "\f1f8";
}

.icon-wrench:before,
.hrm-icon-wrench:before {
  content: "\f128";
}

.hrm-action-list-base {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
}
.hrm-action-list-base:hover:not(.is-disabled) {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-action-list-base.is-disabled {
  cursor: not-allowed;
}

.hrm-action-list-base-main-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.hrm-action-list-base-icon {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-action-list-base.is-disabled .hrm-action-list-base-icon {
  color: rgba(2, 2, 2, 0.3607843137);
}

.hrm-action-list-base-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-action-list-base.is-disabled .hrm-action-list-base-label {
  color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-action-list-base-label.label-emphasized {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.hrm-action-list-base-label-wrapper {
  overflow: hidden;
}

.hrm-action-list-base-sub-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 4px 0 0;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-action-list-base.is-disabled .hrm-action-list-base-sub-label {
  color: rgba(2, 2, 2, 0.3607843137);
}

.hrm-action-list-base-action-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.hrm-action-item-helper {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-action-list-icon {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-action-list-base.is-disabled .hrm-action-list-icon {
  color: rgba(2, 2, 2, 0.3607843137);
}

.hrm-action-list-header {
  padding: 28px 16px;
}

.hrm-action-list-separator {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
}
.hrm-action-list-separator:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  left: 8px;
  border-top: 1px solid #e3e3e3;
}

.hrm-badge {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: inline-block;
  padding: 2px 8px;
  vertical-align: middle;
  color: rgba(1, 1, 1, 0.8117647059);
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hrm-badge-neutral {
  background-color: rgba(0, 0, 0, 0.1098039216);
}

.hrm-badge-warning {
  background-color: rgba(251, 204, 1, 0.7215686275);
}

.hrm-badge-danger {
  background-color: rgba(234, 8, 18, 0.1882352941);
}

.hrm-badge-success {
  background-color: rgba(5, 188, 42, 0.2392156863);
}

.hrm-badge-info {
  background-color: rgba(4, 221, 241, 0.3490196078);
}

.hrm-badge-primary {
  background-color: rgba(0, 50, 250, 0.2196078431);
}

.hrm-badge-emphasized {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  text-indent: 0px;
}

.hrm-badge-rounded {
  border-radius: 10px;
}

.hrm-accordion {
  overflow: hidden;
}
.hrm-accordion.hrm-accordion-complete .hrm-accordion-label {
  color: rgba(0, 0, 0, 0.6);
}
.hrm-accordion.hrm-accordion-complete .hrm-accordion-icon {
  color: rgba(2, 93, 24, 0.8705882353);
}
.hrm-accordion .hrm-accordion-header {
  cursor: pointer;
}
.hrm-accordion .hrm-accordion-header:hover {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-accordion[aria-disabled=true] .hrm-accordion-header {
  cursor: not-allowed;
}
.hrm-accordion[aria-disabled=true] .hrm-accordion-header:hover {
  background-color: unset;
}
.hrm-accordion[aria-disabled=true] .hrm-accordion-label {
  color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-accordion[aria-disabled=true] .hrm-accordion-icon {
  color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-accordion[aria-disabled=true].hrm-accordion-complete .hrm-accordion-icon {
  color: rgba(3, 172, 41, 0.6392156863);
}

.hrm-accordion-primary {
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
  border-radius: 8px;
}
.hrm-accordion-primary .hrm-accordion-header {
  border-radius: 0;
}

.hrm-accordion-secondary {
  position: relative;
}
.hrm-accordion-secondary:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #e3e3e3;
}

.hrm-accordion-s .hrm-accordion-header {
  padding: 8px 16px;
}
.hrm-accordion-s.hrm-accordion-secondary:after {
  right: 8px;
  left: 8px;
}

.hrm-accordion-m .hrm-accordion-header {
  padding: 16px;
}
.hrm-accordion-m.hrm-accordion-secondary:after {
  right: 16px;
  left: 16px;
}

.hrm-accordion-l .hrm-accordion-header {
  padding: 32px;
}
.hrm-accordion-l.hrm-accordion-secondary:after {
  right: 32px;
  left: 32px;
}

.hrm-accordion-toggle-icon {
  color: rgba(3, 3, 3, 0.5019607843);
  transition: transform 0.3s ease-in-out;
}

.hrm-accordion-input:checked ~ .hrm-accordion-content-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
}
.hrm-accordion-input:checked ~ .hrm-accordion-header > .hrm-accordion-toggle-icon {
  transform: rotate(90deg);
}

.hrm-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hrm-accordion-icon {
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-accordion-label-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 8px;
}

.hrm-accordion-label-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hrm-accordion-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  flex: 1;
  color: rgba(1, 1, 1, 0.8117647059);
  cursor: inherit;
}

.hrm-accordion-sub-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 4px 0 0;
  color: rgba(0, 0, 0, 0.6);
  cursor: inherit;
}

.hrm-accordion-content-wrapper {
  height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.hrm-accordion-content {
  padding: 16px;
}

.hrm-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 9px 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
  white-space: nowrap;
  color: #666666;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  touch-action: manipulation;
}
.hrm-btn.hrm-btn-link {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.hrm-btn:hover, .hrm-btn:active {
  text-decoration: none;
}
.hrm-btn:disabled, .hrm-btn.disabled, .hrm-btn.is-disabled, .hrm-btn[aria-disabled=true] {
  text-decoration: none;
  box-shadow: none;
  cursor: not-allowed;
}
.hrm-btn.is-loading, .hrm-btn.is-loading:hover, .hrm-btn.is-loading:active, .hrm-btn.is-loading.disabled, .hrm-btn.is-loading.is-disabled, .hrm-btn.is-loading:disabled, .hrm-btn.is-loading[aria-disabled=true] {
  align-items: center;
  justify-content: center;
  color: #313131;
  background-color: rgba(5, 5, 5, 0.0588235294);
  border-color: transparent;
  cursor: wait;
}

.hrm-btn-outlined {
  color: #313131;
  border-color: #c8c8c8;
}
.hrm-btn-outlined:hover, .hrm-btn-outlined:active, .hrm-btn-outlined[aria-expanded=true] {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-btn-outlined:disabled, .hrm-btn-outlined.disabled, .hrm-btn-outlined.is-disabled, .hrm-btn-outlined[aria-disabled=true] {
  color: #a4a4a4;
  background-color: transparent;
}

.hrm-btn-destructive {
  color: #b41c36;
  border-color: #b41c36;
}
.hrm-btn-destructive:hover, .hrm-btn-destructive:active, .hrm-btn-destructive[aria-expanded=true] {
  background-color: #fef2f2;
}
.hrm-btn-destructive:disabled, .hrm-btn-destructive.disabled, .hrm-btn-destructive.is-disabled, .hrm-btn-destructive[aria-disabled=true] {
  color: #f37981;
  background-color: transparent;
}

.hrm-btn-filled {
  color: #ffffff;
  background-color: #4338ca;
  border-color: transparent;
}
.hrm-btn-filled:hover, .hrm-btn-filled:active, .hrm-btn-filled[aria-expanded=true] {
  background-color: #312e81;
}
.hrm-btn-filled:disabled, .hrm-btn-filled.disabled, .hrm-btn-filled.is-disabled, .hrm-btn-filled[aria-disabled=true] {
  background-color: #818cf8;
}
.hrm-btn-filled .hrm-spinner {
  color: #ffffff;
}

.hrm-btn-plain {
  color: #313131;
  background-color: transparent;
}
.hrm-btn-plain:hover, .hrm-btn-plain:active, .hrm-btn-plain[aria-expanded=true] {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-btn-plain:disabled, .hrm-btn-plain.disabled, .hrm-btn-plain.is-disabled, .hrm-btn-plain[aria-disabled=true] {
  color: #a4a4a4;
  background-color: transparent;
}

.hrm-btn-flagged {
  position: relative;
}
.hrm-btn-flagged:before {
  content: "";
  position: absolute;
  inset: 2px 2px auto auto;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: rgba(172, 3, 32, 0.8980392157);
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.hrm-btn-flagged.hrm-btn-s:before {
  inset: 0 0 auto auto;
}
.hrm-btn-flagged.hrm-btn-l:before {
  inset: 4px 4px auto auto;
}

.hrm-btn-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 0;
  color: #4338ca;
  background-color: transparent;
  border: 0;
}
.hrm-btn-link:hover, .hrm-btn-link:active {
  color: #312e81;
  background-color: transparent;
  box-shadow: none;
}
.hrm-btn-link:hover .hrm-btn-label, .hrm-btn-link:active .hrm-btn-label {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hrm-btn-link.disabled, .hrm-btn-link:disabled, .hrm-btn-link[aria-disabled=true] {
  text-decoration: none;
  color: #818cf8;
  background-color: transparent;
}
.hrm-btn-link.hrm-btn-block {
  justify-content: flex-start;
}

.hrm-btn-s {
  padding: 5px 10px;
}

.hrm-btn-l {
  padding: 13px 18px;
}

.hrm-btn-block {
  display: flex;
  width: 100%;
}

.hrm-btn-square {
  padding: 9px;
}
.hrm-btn-square.hrm-btn-s {
  padding: 5px;
}
.hrm-btn-square.hrm-btn-l {
  padding: 13px;
}

.hrm-btn-rounded {
  padding: 9px;
  border-radius: 50%;
}
.hrm-btn-rounded.hrm-btn-s {
  padding: 5px;
}
.hrm-btn-rounded.hrm-btn-l {
  padding: 13px;
}

.hrm-btn-icon + .hrm-btn-label {
  margin-left: 8px;
}
.is-loading > .hrm-btn-label {
  visibility: hidden;
}

.hrm-btn-disclosure {
  position: relative;
  right: -4px;
}
.is-loading > .hrm-btn-disclosure {
  visibility: hidden;
}

.hrm-btn-icon {
  position: relative;
  left: -2px;
}
.hrm-btn-square > .hrm-btn-icon, .hrm-btn-rounded > .hrm-btn-icon {
  left: 0;
}
.is-loading > .hrm-btn-icon {
  visibility: hidden;
}

.hrm-btn-spinner {
  position: absolute;
}

.google-icon {
  width: 38px;
  height: 38px;
  margin-right: 12px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  border-radius: 2px;
  background-image: url(/static/img/google-icon.66ae25beb1eb0655ac59.svg);
}

.classlink-icon {
  width: 38px;
  height: 38px;
  margin-right: 12px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  border-radius: 2px;
  background-image: url(/static/img/classlink-icon.906d708f723c9d4c83b7.svg);
}

.nyc-icon {
  width: 38px;
  height: 38px;
  margin-right: 12px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  border-radius: 2px;
  margin-right: 20px;
  margin-left: 10px;
  background-image: url(/static/img/nyc-icon.7528c38d1a0d5fe55551.svg);
  background-size: 38px;
}

.hrm-btn-google-light,
.hrm-btn-classlink-light,
.hrm-btn-nyc-light {
  height: 42px;
  padding: 1px 16px 1px 1px;
  color: rgba(1, 1, 1, 0.8117647059);
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
}
.hrm-btn-google-light.hrm-btn-block,
.hrm-btn-classlink-light.hrm-btn-block,
.hrm-btn-nyc-light.hrm-btn-block {
  padding: 1px 8px;
}
.hrm-btn-google-light:hover,
.hrm-btn-classlink-light:hover,
.hrm-btn-nyc-light:hover {
  box-shadow: 0 0 4px #4285f4;
}
.hrm-btn-google-light:active, .hrm-btn-google-light[aria-expanded=true],
.hrm-btn-classlink-light:active,
.hrm-btn-classlink-light[aria-expanded=true],
.hrm-btn-nyc-light:active,
.hrm-btn-nyc-light[aria-expanded=true] {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-btn-google-light:disabled, .hrm-btn-google-light.disabled, .hrm-btn-google-light.is-disabled, .hrm-btn-google-light[aria-disabled=true],
.hrm-btn-classlink-light:disabled,
.hrm-btn-classlink-light.disabled,
.hrm-btn-classlink-light.is-disabled,
.hrm-btn-classlink-light[aria-disabled=true],
.hrm-btn-nyc-light:disabled,
.hrm-btn-nyc-light.disabled,
.hrm-btn-nyc-light.is-disabled,
.hrm-btn-nyc-light[aria-disabled=true] {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-btn-google-light:disabled:hover, .hrm-btn-google-light.disabled:hover, .hrm-btn-google-light.is-disabled:hover, .hrm-btn-google-light[aria-disabled=true]:hover,
.hrm-btn-classlink-light:disabled:hover,
.hrm-btn-classlink-light.disabled:hover,
.hrm-btn-classlink-light.is-disabled:hover,
.hrm-btn-classlink-light[aria-disabled=true]:hover,
.hrm-btn-nyc-light:disabled:hover,
.hrm-btn-nyc-light.disabled:hover,
.hrm-btn-nyc-light.is-disabled:hover,
.hrm-btn-nyc-light[aria-disabled=true]:hover {
  box-shadow: none;
}
.hrm-btn-google-light:disabled:active, .hrm-btn-google-light.disabled:active, .hrm-btn-google-light.is-disabled:active, .hrm-btn-google-light[aria-disabled=true]:active,
.hrm-btn-classlink-light:disabled:active,
.hrm-btn-classlink-light.disabled:active,
.hrm-btn-classlink-light.is-disabled:active,
.hrm-btn-classlink-light[aria-disabled=true]:active,
.hrm-btn-nyc-light:disabled:active,
.hrm-btn-nyc-light.disabled:active,
.hrm-btn-nyc-light.is-disabled:active,
.hrm-btn-nyc-light[aria-disabled=true]:active {
  background-color: #ffffff;
}
.hrm-btn-google-light .third-party-icon,
.hrm-btn-classlink-light .third-party-icon,
.hrm-btn-nyc-light .third-party-icon {
  background-color: transparent;
}

.hrm-btn-group {
  display: flex;
  align-items: center;
}
.hrm-btn-group > .hrm-btn,
.hrm-btn-group > .hrm-dropdown > .hrm-btn {
  border-radius: 0;
  border-left-width: 0;
}
.hrm-btn-group > .hrm-btn.hrm-btn-filled,
.hrm-btn-group > .hrm-dropdown > .hrm-btn.hrm-btn-filled {
  border-right-color: #ffffff;
}
.hrm-btn-group > .hrm-btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left-width: 1px;
}
.hrm-btn-group > .hrm-btn:last-child,
.hrm-btn-group > .hrm-dropdown > .hrm-btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hrm-btn-group > .hrm-btn:last-child.hrm-btn-filled,
.hrm-btn-group > .hrm-dropdown > .hrm-btn.hrm-btn-filled {
  border-right-color: transparent;
}

.hrm-btn-group-separated {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hrm-btn-group-block {
  justify-content: space-evenly;
  width: 100%;
}
.hrm-btn-group-block > .hrm-btn:not(.hrm-btn-rounded) {
  width: 100%;
}

.hrm-toggle-btn-outlined {
  color: #313131;
  border-color: #c8c8c8;
}
.hrm-toggle-btn-outlined:hover, .hrm-toggle-btn-outlined:active, .hrm-toggle-btn-outlined[aria-expanded=true] {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-toggle-btn-outlined:disabled, .hrm-toggle-btn-outlined.disabled, .hrm-toggle-btn-outlined.is-disabled, .hrm-toggle-btn-outlined[aria-disabled=true] {
  color: #a4a4a4;
  background-color: transparent;
}
.hrm-toggle-btn-outlined.is-selected {
  color: #312e81;
  background-color: rgba(17, 70, 255, 0.1294117647);
  border-color: rgba(3, 25, 241, 0.5019607843);
}
.hrm-toggle-btn-outlined.is-selected:hover, .hrm-toggle-btn-outlined.is-selected:active, .hrm-toggle-btn-outlined.is-selected[aria-expanded=true] {
  background-color: rgba(0, 50, 250, 0.2196078431);
}

.hrm-toggle-btn-plain {
  color: #313131;
  background-color: transparent;
}
.hrm-toggle-btn-plain:hover, .hrm-toggle-btn-plain:active, .hrm-toggle-btn-plain[aria-expanded=true] {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-toggle-btn-plain:disabled, .hrm-toggle-btn-plain.disabled, .hrm-toggle-btn-plain.is-disabled, .hrm-toggle-btn-plain[aria-disabled=true] {
  color: #a4a4a4;
  background-color: transparent;
}
.hrm-toggle-btn-plain.is-selected {
  color: #312e81;
  background-color: rgba(17, 70, 255, 0.1294117647);
}
.hrm-toggle-btn-plain.is-selected:hover, .hrm-toggle-btn-plain.is-selected:active, .hrm-toggle-btn-plain.is-selected[aria-expanded=true] {
  background-color: rgba(0, 50, 250, 0.2196078431);
}

.hrm-toggle-btn-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.hrm-toggle-btn-group-stacked:not(:where(:has(.hrm-toggle-btn-plain, .hrm-btn-rounded))) {
  gap: 0;
}
.hrm-toggle-btn-group-stacked:not(:where(:has(.hrm-toggle-btn-plain, .hrm-btn-rounded))) .hrm-btn {
  border-width: 1px 0.5px;
  border-radius: 0;
}
.hrm-toggle-btn-group-stacked:not(:where(:has(.hrm-toggle-btn-plain, .hrm-btn-rounded))) .hrm-btn:first-of-type {
  border-width: 1px 0.5px 1px 1px;
  border-radius: 8px 0 0 8px;
}
.hrm-toggle-btn-group-stacked:not(:where(:has(.hrm-toggle-btn-plain, .hrm-btn-rounded))) .hrm-btn:last-of-type {
  border-width: 1px 1px 1px 0.5px;
  border-radius: 0 8px 8px 0;
}

.hrm-audio-slider {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  min-width: 320px;
}

.hrm-audio-slider-toggle {
  flex: none;
  align-self: flex-start;
  margin-right: 8px;
}

.hrm-audio-slider-range-container {
  display: block;
  flex: 1;
  padding-top: 4px;
  line-height: 0;
}

.hrm-audio-slider-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: inline-block;
  color: #666666;
}
.hrm-audio-slider[aria-disabled=true] + .hrm-audio-slider-label {
  color: #a4a4a4;
}

.hrm-toggle-btns-old {
  display: flex;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #d9d6d4;
  border-radius: 4px;
}

.hrm-toggle-btns-inline-old {
  display: inline-flex;
}

.hrm-toggle-btn-old {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-toggle-btn-old, .hrm-toggle-btn-old:focus {
  outline: none;
}
.hrm-toggle-btn-old {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex: 1;
  min-width: 27px;
  padding: 3px 6px;
  font-weight: 400;
  color: #ccc;
  border: 0;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.hrm-toggle-btn-old:hover {
  color: #636365;
  border: 0;
}
.hrm-toggle-btn-old.is-selected {
  color: #fff;
  background-color: #4338ca;
}
.hrm-toggle-btn-old.is-selected:disabled {
  color: #fff;
  background-color: #ccc;
}
.hrm-toggle-btn-old + .hrm-toggle-btn-old {
  margin-left: 5px;
}
.hrm-toggle-btn-old:disabled {
  color: #ccc;
  background-color: #ffffff;
}

.hrm-call-out {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 12px;
  padding: 16px 24px 16px 12px;
  border-radius: 8px;
  overflow: hidden;
}

.hrm-call-out-text-section {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
}

.hrm-call-out-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.hrm-call-out-danger {
  background: rgba(238, 38, 38, 0.0588235294);
}
.hrm-call-out-danger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background: rgba(172, 3, 32, 0.8980392157);
}

.hrm-call-out-warning {
  background: rgba(245, 215, 25, 0.1019607843);
}
.hrm-call-out-warning:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background: rgba(200, 132, 2, 0.9882352941);
}

.hrm-call-out-info {
  background: rgba(18, 243, 255, 0.0784313725);
}
.hrm-call-out-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background: rgba(2, 108, 134, 0.9411764706);
}

.hrm-call-out-neutral {
  background: rgba(5, 5, 5, 0.0392156863);
}
.hrm-call-out-neutral:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background: rgba(0, 0, 0, 0.6);
}

.hrm-call-out-success {
  background: rgba(38, 188, 72, 0.0588235294);
}
.hrm-call-out-success:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background: rgba(2, 93, 24, 0.8705882353);
}

.hrm-call-out-icon {
  flex: none;
  align-self: flex-start;
  padding-left: 4px;
}
.hrm-call-out-danger .hrm-call-out-icon {
  color: rgba(172, 3, 32, 0.8980392157);
}
.hrm-call-out-warning .hrm-call-out-icon {
  color: rgba(200, 132, 2, 0.9882352941);
}
.hrm-call-out-info .hrm-call-out-icon {
  color: rgba(2, 108, 134, 0.9411764706);
}
.hrm-call-out-success .hrm-call-out-icon {
  color: rgba(2, 93, 24, 0.8705882353);
}

.hrm-primary-card-wrapper {
  container-type: inline-size;
  width: 100%;
}

.hrm-primary-card {
  display: grid;
  min-width: 272px;
  max-width: 343px;
  padding: 16px 24px 32px;
  background-color: rgba(5, 5, 5, 0.0392156863);
  border-radius: 16px;
}

.hrm-primary-card-close {
  justify-self: end;
}

.hrm-primary-card-image {
  margin-top: 8px;
  margin-bottom: 24px;
  justify-self: center;
  border-radius: 8px;
}

.hrm-primary-card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin: 8px 0 20px 0;
  padding: 0;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-primary-card-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.hrm-primary-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

@container (width > 520px) {
  .hrm-primary-card {
    grid-template-columns: 224px auto 40px;
    grid-template-rows: auto 1fr;
    grid-template-areas: "image title close" "image content content";
    min-width: 521px;
    max-width: 800px;
    padding: 32px 24px 32px;
  }
  .hrm-primary-card-close {
    grid-area: close;
    align-self: start;
  }
  .hrm-primary-card-image {
    grid-area: image;
    margin: 0;
  }
  .hrm-primary-card-content {
    grid-area: content;
    margin-bottom: 0;
    margin-left: 24px;
  }
  .hrm-primary-card-title {
    grid-area: title;
    margin-left: 24px;
  }
  .hrm-primary-card-actions {
    flex-direction: row;
  }
  .hrm-primary-card-actions .hrm-btn-block {
    width: auto;
  }
}
.hrm-card-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (min-width: 840px) {
  .hrm-card-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
    border: none;
  }
}

.hrm-card {
  display: inline-flex;
  flex-flow: column;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}
.hrm-card:last-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 840px) {
  .hrm-card {
    width: 33.3333333333%;
    margin-right: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
  }
  .hrm-card:last-of-type {
    margin-right: 0;
    border: 1px solid #e3e3e3;
  }
}
.hrm-card[aria-expanded=false] .hrm-card-content,
.hrm-card[aria-expanded=false] .hrm-card-actions {
  display: none;
}
@media screen and (min-width: 840px) {
  .hrm-card[aria-expanded=false] .hrm-card-content {
    display: block;
  }
  .hrm-card[aria-expanded=false] .hrm-card-actions {
    display: flex;
  }
}

.hrm-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
  width: 100%;
  padding-left: 16px;
}
@media screen and (min-width: 840px) {
  .hrm-card-header {
    flex-direction: column;
    padding: 16px 16px 0;
  }
}

.hrm-card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 840px) {
  .hrm-card-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-indent: 0px;
    display: block;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 840px) {
  .hrm-card-subtitle {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-indent: 0px;
    display: block;
  }
}

.hrm-card-status {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 840px) {
  .hrm-card-status {
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
  }
}

.hrm-card-chevron {
  display: inline-flex;
  padding: 20px;
  border: 0;
  border-radius: 0;
}
@media screen and (min-width: 840px) {
  .hrm-card-chevron {
    display: none;
  }
}

.hrm-card-badge-wrapper {
  padding: 0 8px;
}
@media screen and (min-width: 840px) {
  .hrm-card-badge-wrapper {
    padding-top: 16px;
  }
}

.hrm-card-content {
  flex-grow: 1;
  width: 100%;
  padding: 0 16px 16px;
  text-align: center;
}

.hrm-card-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 0;
  width: 100%;
  align-self: flex-end;
  padding: 0 16px 16px;
}

.hrm-card-actions-btn {
  width: 100%;
  max-width: 300px;
  margin-bottom: 16px;
}

.hrm-highlight-card {
  display: flex;
  max-width: 800px;
  padding: 20px;
  background-color: rgba(5, 5, 5, 0.0392156863);
  border-radius: 16px;
}
.hrm-highlight-card .hrm-highlight-card-content {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.hrm-highlight-card .hrm-highlight-card-content .hrm-highlight-card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 0 0 12px 0;
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-highlight-card .hrm-highlight-card-content .hrm-highlight-card-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 0 0 12px 0;
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-highlight-card .hrm-highlight-card-image-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hrm-highlight-card .hrm-highlight-card-image-container .hrm-highlight-card-image {
  min-width: 95px;
  max-width: 30%;
  border-radius: 8px;
}

.hrm-carousel-container {
  --swiper-navigation-color: #fff;
  width: auto;
  /* stylelint-disable-next-line selector-max-type */
}
.hrm-carousel-container swiper-slide {
  padding: 4px 0;
}

.hrm-carousel-slide-item {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.hrm-carousel-slide-item .hrm-carousel-slide-image {
  display: block;
}
@media screen and (min-width: 600px) {
  .hrm-carousel-slide-item {
    border-radius: 16px;
  }
}

/* stylelint-disable-next-line selector-max-type */
swiper-container:focus-visible .swiper-slide-active .hrm-carousel-slide-item {
  outline: 4px solid rgba(17, 3, 188, 0.7882352941);
}

.hrm-checkbox {
  cursor: pointer;
}
.hrm-checkbox:hover .hrm-checkbox-icon, .hrm-checkbox:focus .hrm-checkbox-icon {
  background: rgba(5, 5, 5, 0.0588235294);
}
.hrm-checkbox:hover .hrm-checkbox-icon:has(+ .hrm-checkbox-label + .hrm-checkbox-context-help:hover), .hrm-checkbox:focus .hrm-checkbox-icon:has(+ .hrm-checkbox-label + .hrm-checkbox-context-help:hover) {
  background: unset;
}

.hrm-checkbox-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
  border-radius: 4px;
}

.hrm-checkbox-input {
  visibility: hidden;
  width: 0;
}

.hrm-checkbox-icon:after {
  content: "\f12e";
  display: inline-block;
  width: 24px;
  height: 24px;
  font-family: "hrm-icons";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  color: rgba(1, 1, 1, 0.8117647059);
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hrm-checkbox-input:checked + .hrm-checkbox-icon:after {
  content: "\f12f";
  color: rgba(17, 3, 188, 0.7882352941);
}

.hrm-checkbox-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-left: 16px;
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-checkbox-label .hrm-checkbox-required {
  margin-left: 4px;
  color: rgba(172, 3, 32, 0.8980392157);
}

.hrm-checkbox-sublabel {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: block;
  margin-top: -3px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-checkbox-has-contextual-help .hrm-checkbox-icon, .hrm-checkbox-has-contextual-help .hrm-checkbox-label {
  margin-top: 2px;
}

.hrm-checkbox-label-wrapper {
  display: flex;
  align-items: center;
}

.hrm-checkbox-input:disabled + .hrm-checkbox-icon {
  background: none;
}
.hrm-checkbox-input:disabled + .hrm-checkbox-icon + .hrm-checkbox-label {
  color: rgba(3, 3, 3, 0.5019607843);
  cursor: not-allowed;
}
.hrm-checkbox-input:disabled + .hrm-checkbox-icon:after {
  content: "\f12e";
  color: rgba(2, 2, 2, 0.3607843137);
  cursor: not-allowed;
}
.hrm-checkbox-input:disabled:checked + .hrm-checkbox-icon:after {
  content: "\f12f";
  color: rgba(3, 25, 241, 0.5019607843);
}

.hrm-checkbox-indeterminate .hrm-checkbox-icon:after,
.hrm-checkbox-indeterminate .hrm-checkbox-input:checked + .hrm-checkbox-icon:after {
  content: "\f178";
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-checkbox-indeterminate .hrm-checkbox-input:disabled + .hrm-checkbox-icon:after {
  content: "\f178";
  color: rgba(2, 2, 2, 0.3607843137);
}

.hrm-checkbox-context-help {
  margin-top: -2px;
  margin-left: 4px;
}

.hrm-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  color: rgba(1, 1, 1, 0.8117647059);
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  border-radius: 8px;
  cursor: default;
  transition: background-color 0.2s ease-in-out;
}
.hrm-chip.hoverable:hover {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-chip-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  padding: 0 4px;
}
.hrm-chip-button-delete {
  padding-left: 4px;
}

.hrm-content-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 28px 16px;
}

.hrm-content-header-thumbnail {
  flex: none;
}

.hrm-content-header-content {
  display: flex;
  flex-direction: column;
  flex: auto;
  min-width: 0;
}

.hrm-content-header-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-content-header-sub-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 8px 0 0;
  padding: 0;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-content-header-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 8px 0 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-content-header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.hrm-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 8px;
  cursor: default;
}
.hrm-content-item.has-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1098039216);
}
.hrm-content-item.is-clickable {
  cursor: pointer;
}
.hrm-content-item.is-clickable:hover {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-content-item.is-disabled, .hrm-content-item[aria-disabled=true] {
  background-color: transparent;
  cursor: not-allowed;
}
.hrm-content-item.is-selected, .hrm-content-item[aria-selected=true] {
  background-color: rgba(17, 70, 255, 0.1294117647);
}
.hrm-content-item.is-selected:hover, .hrm-content-item[aria-selected=true]:hover {
  background-color: rgba(0, 50, 250, 0.2196078431);
}
.hrm-content-item.is-rounded {
  border-radius: 8px;
}

.hrm-content-item-index {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-content-item-drag-handler {
  cursor: grab;
}
.hrm-content-item.is-disabled .hrm-content-item-drag-handler, .hrm-content-item[aria-disabled=true] .hrm-content-item-drag-handler {
  cursor: inherit;
}

.hrm-content-item-cover {
  padding: 4px 0;
}
.hrm-content-item.is-disabled .hrm-content-item-cover, .hrm-content-item[aria-disabled=true] .hrm-content-item-cover {
  opacity: 0.5;
}

.hrm-content-item-content {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-content-item-content, .hrm-content-item-content:focus {
  outline: none;
}
.hrm-content-item-content {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  flex: 1;
  flex-shrink: 0;
  gap: 8px;
  min-width: 0;
  padding: 12px 0;
  text-align: left;
}
.hrm-content-item-content:disabled {
  cursor: not-allowed;
}

.hrm-content-item-labels {
  flex: 1;
  flex-shrink: 0;
  min-width: 0;
  margin-right: 8px;
}

.hrm-content-item-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin: 0;
  color: #313131;
}
.hrm-content-item.is-disabled .hrm-content-item-label, .hrm-content-item[aria-disabled=true] .hrm-content-item-label {
  color: rgba(2, 2, 2, 0.3607843137);
  cursor: inherit;
}

.hrm-content-item-sub-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-content-item.is-disabled .hrm-content-item-sub-label, .hrm-content-item[aria-disabled=true] .hrm-content-item-sub-label {
  color: rgba(2, 2, 2, 0.3607843137);
  cursor: inherit;
}

.hrm-content-item-actions {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: none;
  gap: 8px;
  width: 0;
  color: rgba(1, 1, 1, 0.8117647059);
  overflow: hidden;
}
.hrm-content-item[aria-selected=true] .hrm-content-item-actions, .hrm-content-item:hover .hrm-content-item-actions {
  width: auto;
  overflow: auto;
}
@media (pointer: coarse) {
  .hrm-content-item-actions {
    width: auto;
    overflow: auto;
  }
}

.hrm-contextual-help {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  width: -moz-max-content;
  width: max-content;
  max-width: 312px;
  max-height: 416px;
  padding: 24px;
  color: #313131;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 14px 5px 0 rgba(0, 0, 0, 0.02), 0 8px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
  overflow: auto;
}

.hrm-contextual-help-links {
  margin-top: 16px;
}

.hrm-contextual-help-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
}
.hrm-contextual-help-actions .hrm-btn + .hrm-btn {
  margin-left: 8px;
}

.hrm-counter {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  text-indent: 0px;
  display: inline-block;
  min-width: 20px;
  padding: 2px 4px;
  text-align: center;
  color: rgba(1, 1, 1, 0.8117647059);
  background-color: rgba(0, 0, 0, 0.1098039216);
  border-radius: 16px;
}

.hrm-counter-attentive {
  color: #ffffff;
  background-color: rgba(172, 3, 32, 0.8980392157);
}

.hrm-counter-layered {
  color: #ffffff;
}

.hrm-copy-to-clipboard-btn {
  justify-content: flex-start;
  min-width: 180px;
}
.hrm-copy-to-clipboard-btn.is-block {
  width: 100%;
}
.hrm-copy-to-clipboard-btn.is-success {
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-copy-to-clipboard-btn.is-error {
  color: #b41c36;
  border-color: currentColor;
}

.hrm-copy-to-clipboard-label-wrapper {
  position: relative;
  margin-left: 8px;
}

.hrm-copy-to-clipboard-label {
  opacity: 1;
}
.is-success > .hrm-copy-to-clipboard-label-wrapper > .hrm-copy-to-clipboard-label, .is-error > .hrm-copy-to-clipboard-label-wrapper > .hrm-copy-to-clipboard-label, .is-loading > .hrm-copy-to-clipboard-label-wrapper > .hrm-copy-to-clipboard-label {
  opacity: 0;
}

.hrm-copy-to-clipboard-state-label {
  position: absolute;
  left: 0;
  opacity: 0;
}
.is-success > .hrm-copy-to-clipboard-label-wrapper > .hrm-copy-to-clipboard-state-label, .is-error > .hrm-copy-to-clipboard-label-wrapper > .hrm-copy-to-clipboard-state-label, .is-loading > .hrm-copy-to-clipboard-label-wrapper > .hrm-copy-to-clipboard-state-label {
  opacity: 1;
}

.hrm-dialog,
.hrm-dialog-max-size {
  padding: 16px;
  border: 0;
}
@media screen and (min-width: 600px) {
  .hrm-dialog-title,
  .hrm-dialog-max-size-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-indent: 0px;
  }
}

.hrm-dialog-title,
.hrm-dialog-max-size-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 0;
  color: rgba(1, 1, 1, 0.8117647059);
}
@media screen and (min-width: 600px) {
  .hrm-dialog-title,
  .hrm-dialog-max-size-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-indent: 0px;
  }
}

.hrm-dialog-header,
.hrm-dialog-max-size-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.hrm-dialog[open] {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  min-width: 311px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 26px 11px 0 rgba(0, 0, 0, 0.02), 0 15px 9px 0 rgba(0, 0, 0, 0.06), 0 7px 7px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
}
.hrm-dialog[open]::backdrop {
  background-color: rgba(3, 3, 3, 0.6901960784);
}
@media screen and (min-width: 600px) {
  .hrm-dialog[open] {
    padding: 32px;
  }
}
@media screen and (min-width: 840px) {
  .hrm-dialog[open] {
    min-width: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .hrm-dialog[open] {
    max-width: 840px;
  }
}

.hrm-dialog-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.hrm-dialog-max-size:modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 600px) {
  .hrm-dialog-max-size {
    padding: 32px;
  }
}

.hrm-dialog-max-size-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}

.hrm-dialog-max-size-header,
.hrm-dialog-max-size-content,
.hrm-dialog-max-size-footer {
  padding: 8px 16px;
}
@media screen and (min-width: 600px) {
  .hrm-dialog-max-size-header,
  .hrm-dialog-max-size-content,
  .hrm-dialog-max-size-footer {
    padding: 16px 32px;
  }
}

.hrm-dialog-max-size-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hrm-dialog-max-size-title-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hrm-dialog-max-size-content {
  flex-grow: 1;
  max-width: 840px;
  overflow-y: auto;
}

.hrm-dialog-max-size-secondary-action {
  width: 100%;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
}

.hrm-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 955;
  grid-area: drawer;
  width: 72px;
  height: 100%;
  background-color: #ffffff;
  transition: width 0.2s ease-in-out;
}
.hrm-drawer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0 51px 21px 0 rgba(0, 0, 0, 0.02), 0 29px 17px 0 rgba(0, 0, 0, 0.06), 0 13px 13px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.12), 0 0 17px 0 rgba(0, 0, 0, 0.06);
  opacity: 0;
}
.hrm-drawer[aria-expanded=true] {
  width: 272px;
  animation-name: drawer-open;
  animation-duration: 0.4s;
}
.hrm-drawer[aria-expanded=true] .hrm-drawer-item-label,
.hrm-drawer[aria-expanded=true] .hrm-drawer-sub-content {
  opacity: 1;
  animation-name: show-drawer-content;
  animation-duration: 0.2s;
}
.hrm-drawer[aria-expanded=true] .hrm-drawer-header-image {
  width: 148px;
  opacity: 1;
  animation-name: show-drawer-content;
  animation-duration: 0.3s;
}
.hrm-drawer[aria-expanded=true] .hrm-drawer-item-label {
  width: 100%;
}
.hrm-drawer[aria-expanded=true] .hrm-drawer-sub-content {
  height: unset;
}
.hrm-drawer[aria-expanded=true]:after {
  opacity: 1;
  animation-name: show-drawer-content;
  animation-duration: 0.3s;
}
.hrm-drawer .hrm-drawer-item-label,
.hrm-drawer .hrm-drawer-sub-content {
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
}
.hrm-drawer .hrm-drawer-header-image {
  width: 0;
  opacity: 0;
}
.hrm-drawer .hrm-drawer-item-label {
  width: 0;
}
.hrm-drawer .hrm-drawer-sub-content {
  height: 0;
}

.hrm-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 16px 0 12px;
}

.hrm-drawer-header-image {
  width: 148px;
  height: 56px;
  background-image: url(/static/img/mark.0a8b299e28c8a101d3e6.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hrm-drawer-content {
  scrollbar-width: none;
}
.hrm-drawer-content::-webkit-scrollbar {
  width: 0;
  height: 0;
  -webkit-appearance: none;
          appearance: none;
}
.hrm-drawer-content {
  position: relative;
  max-height: calc(100vh - 72px);
  padding: 0 12px 24px;
  overflow-y: auto;
}

.hrm-drawer-hover-trigger {
  position: absolute;
  inset: 72px 0 0;
}

.hrm-drawer-sub-content {
  padding-left: 48px;
}

.hrm-drawer-sub-content-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-indent: 0px;
  margin-left: 8px;
  padding-top: 16px;
  padding-bottom: 12px;
  color: #666666;
}

.hrm-drawer-subcontent-button {
  margin-top: 8px;
  outline-offset: -1px;
}

@keyframes drawer-open {
  0% {
    width: 72px;
  }
  100% {
    width: 272px;
  }
}
@keyframes show-drawer-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hrm-drawer-mobile-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hrm-drawer-mobile-wrapper[aria-hidden=false] {
  z-index: 985;
}
.hrm-drawer-mobile-wrapper[aria-hidden=false] .hrm-drawer-mobile {
  animation-name: open-mobile-drawer;
  animation-duration: 0.3s;
}
.hrm-drawer-mobile-wrapper[aria-hidden=true] {
  display: none;
  opacity: 0;
  animation-name: hide-mobile-drawer-content;
  animation-duration: 0;
}
.hrm-drawer-mobile-wrapper[aria-hidden=true] .hrm-drawer-mobile {
  animation-name: close-mobile-drawer;
  animation-duration: 0;
}
.hrm-drawer-mobile-wrapper[aria-hidden=true].hrm-drawer-animating {
  animation-duration: 0.3s;
}
.hrm-drawer-mobile-wrapper[aria-hidden=true].hrm-drawer-animating .hrm-drawer-mobile {
  animation-duration: 0.3s;
}

.hrm-drawer-mobile {
  position: absolute;
  left: 0;
  z-index: 990;
  width: 272px;
  height: 100%;
  padding: 8px 0 24px;
  background-color: #ffffff;
}

.hrm-drawer-mobile-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.6901960784);
}

.hrm-drawer-mobile-content {
  scrollbar-width: none;
}
.hrm-drawer-mobile-content::-webkit-scrollbar {
  width: 0;
  height: 0;
  -webkit-appearance: none;
          appearance: none;
}
.hrm-drawer-mobile-content {
  height: calc(100% - 72px);
  padding: 0 12px 24px;
  overflow-y: scroll;
}

@keyframes open-mobile-drawer {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes close-mobile-drawer {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes hide-mobile-drawer-content {
  0% {
    z-index: 985;
    opacity: 1;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
.hrm-drawer-item {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  text-decoration: none;
  color: rgba(1, 1, 1, 0.8117647059);
  border-radius: 8px;
  outline-offset: -1px;
  cursor: pointer;
}
.hrm-drawer-item:not(a) {
  cursor: default;
}
.hrm-drawer-item[aria-disabled=true] {
  color: rgba(2, 2, 2, 0.3607843137);
  cursor: not-allowed;
}
.hrm-drawer-item[aria-disabled=true] .hrm-drawer-item-icon {
  color: rgba(5, 5, 5, 0.2196078431);
}
.hrm-drawer-item[aria-disabled=false]:hover {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-drawer-item[aria-disabled=false].is-active {
  background-color: rgba(17, 70, 255, 0.1294117647);
}
.hrm-drawer-item[aria-disabled=false].is-active .hrm-drawer-item-icon {
  color: #4338ca;
}
.hrm-drawer-item[aria-disabled=false].is-active:hover {
  background-color: rgba(0, 50, 250, 0.2196078431);
}

.hrm-drawer-item-label {
  width: 100%;
  opacity: 1;
}

.hrm-drawer-item-secondary {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}
.hrm-drawer-item-secondary .hrm-drawer-item-icon {
  color: rgba(3, 3, 3, 0.5019607843);
}

.hrm-drawer .hrm-drawer-button {
  padding: 8px 0;
}
.hrm-drawer .hrm-drawer-button .hrm-btn-icon {
  left: 0;
}
.hrm-drawer .hrm-drawer-button .hrm-btn-label {
  display: none;
}
.hrm-drawer[aria-expanded=true] .hrm-drawer-button .hrm-btn-label {
  display: block;
}

.hrm-create-dialog .hrm-dialog-max-size-content {
  max-width: 861px;
  margin: 48px auto 0 auto;
}

.hrm-create-dialog-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-bottom: 16px;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-create-dialog-category {
  margin-bottom: 32px;
}
.hrm-create-dialog-category:last-child {
  margin-bottom: 0;
}

.hrm-empty-state {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  text-align: center;
}

.hrm-empty-state-image {
  display: block;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.hrm-empty-state-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-top: 28px;
  text-align: center;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-empty-state-caption {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-empty-state-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: -moz-min-content;
  width: min-content;
  margin: 28px auto;
}

.hrm-outdated-browser-error {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 920;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.hrm-outdated-browser-error-image {
  background-image: url(/static/img/mark.b3e2303a27be0a0593f9.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.hrm-form-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  color: #313131;
  cursor: auto;
}
.hrm-form-item:last-child {
  margin-bottom: 0;
}
.hrm-form-item.has-error, .hrm-form-item.is-valid, .hrm-form-item.is-loading {
  border: 0;
}

.hrm-form-label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.643;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.is-disabled > .hrm-form-label {
  color: #a6a3a3;
  cursor: default;
}
.is-required > .hrm-form-label:after {
  content: "•";
  order: 2;
  margin-left: 3px;
  color: #c61a1e;
}
.has-tooltip > .hrm-form-label:before {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: "\f174";
  order: 1;
  margin-left: 4px;
  font-size: 14px;
}
.has-tooltip > .hrm-form-label:hover ~ .hrm-form-tooltip {
  display: block;
}
.has-error > .hrm-form-label:after, .is-valid > .hrm-form-label:after, .is-loading > .hrm-form-label:after {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  width: 12px;
  height: 12px;
  margin-left: 3px;
  font-size: 10px;
}
.has-error > .hrm-form-label:after {
  content: "\f1af";
  color: #fff;
  background: #c61a1e;
  border-radius: 50%;
}
.is-valid > .hrm-form-label:after {
  content: "\f132";
  color: #fff;
  background: #5aa84b;
  border-radius: 50%;
}
.is-loading > .hrm-form-label:after {
  content: "";
  border: 1.5px solid #e8e8e8;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-radius: 50%;
  animation: spinning 0.5s linear infinite;
}

.hrm-form-input,
.hrm-form-textarea {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 10px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.643;
  color: #575759;
  border: 1px solid #d9d6d4;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-form-input:hover, .hrm-form-input:focus,
.hrm-form-textarea:hover,
.hrm-form-textarea:focus {
  border-color: #898889;
}
.hrm-form-input:disabled,
.hrm-form-textarea:disabled {
  color: #a6a3a3;
  background-color: #f3f3f3;
  border-color: #d9d6d4;
  cursor: not-allowed;
}
.hrm-form-input:-moz-read-only, .hrm-form-textarea:-moz-read-only {
  color: #a6a3a3;
  cursor: default;
}
.hrm-form-input:read-only,
.hrm-form-textarea:read-only {
  color: #a6a3a3;
  cursor: default;
}
.hrm-form-input::-moz-placeholder, .hrm-form-textarea::-moz-placeholder {
  color: #898889;
}
.hrm-form-input::placeholder,
.hrm-form-textarea::placeholder {
  color: #898889;
}
.hrm-form-item.has-error > .hrm-form-input,
.hrm-form-item.has-error > .hrm-form-textarea {
  border-color: #c61a1e;
}
.hrm-form-item.is-valid > .hrm-form-input,
.hrm-form-item.is-valid > .hrm-form-textarea {
  border-color: #5aa84b;
}

.hrm-form-textarea {
  min-height: 58.004px;
  resize: none;
}

.has-number-controls[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: unset;
          appearance: unset;
}

.hrm-form-counter {
  font-size: 12px;
  text-align: right;
  color: #a6a3a3;
}

.hrm-form-tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 100;
  max-width: 300px;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background: #575759;
  border-radius: 4px;
}
.hrm-form-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 7px;
  border: 5px solid transparent;
  border-top-color: #575759;
}

.hrm-form-error,
.hrm-form-description {
  margin: 2px 0 0;
  font-size: 12px;
}

.hrm-form-error {
  display: none;
  color: #c61a1e;
}
.hrm-form-item.has-error > .hrm-form-error {
  display: block;
}

.hrm-form-group {
  display: flex;
  margin-bottom: 10px;
  border: 0;
}
.hrm-form-group:last-child {
  margin-bottom: 0;
}

.hrm-form-group-wrap {
  flex-wrap: wrap;
}

.hrm-form-group-row {
  flex-wrap: nowrap;
}
.hrm-form-group-row .hrm-form-item {
  margin-right: 20px;
  margin-bottom: 0;
}
.hrm-form-group-row .hrm-form-item:last-child {
  margin-right: 0;
}

@media (min-width: 640px) {
  .hrm-form-group-row\@tablet {
    flex-wrap: nowrap;
  }
  .hrm-form-group-row\@tablet .hrm-form-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .hrm-form-group-row\@tablet .hrm-form-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .hrm-form-group-row\@iPad {
    flex-wrap: nowrap;
  }
  .hrm-form-group-row\@iPad .hrm-form-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .hrm-form-group-row\@iPad .hrm-form-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1152px) {
  .hrm-form-group-row\@laptop {
    flex-wrap: nowrap;
  }
  .hrm-form-group-row\@laptop .hrm-form-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .hrm-form-group-row\@laptop .hrm-form-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .hrm-form-group-row\@desk {
    flex-wrap: nowrap;
  }
  .hrm-form-group-row\@desk .hrm-form-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .hrm-form-group-row\@desk .hrm-form-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1920px) {
  .hrm-form-group-row\@tv {
    flex-wrap: nowrap;
  }
  .hrm-form-group-row\@tv .hrm-form-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .hrm-form-group-row\@tv .hrm-form-item:last-child {
    margin-right: 0;
  }
}
.hrm-form-group-input {
  margin-top: 0;
  border-radius: 0;
}
.hrm-form-group-input:first-child {
  border-radius: 4px 0 0 4px;
}
.hrm-form-group-input:last-child {
  border-radius: 0 4px 4px 0;
}
.hrm-form-group-input + .hrm-form-group-input, .hrm-form-addon + .hrm-form-group-input {
  margin-left: -1px;
}
.has-error > .hrm-form-group-input {
  border-color: #c61a1e;
}

.hrm-form-addon {
  display: inline-block;
  flex: none;
  padding: 6px 10px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.643;
  color: #575759;
  background-color: #fff;
  border: 1px solid #d9d6d4;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border 0.2s ease-in-out;
}
.hrm-form-addon:first-child {
  border-radius: 4px 0 0 4px;
}
.hrm-form-addon:last-child {
  border-radius: 0 4px 4px 0;
}
.hrm-form-input + .hrm-form-addon {
  margin-left: -1px;
}
.hrm-form-addon.hrm-btn:hover, .hrm-form-addon.hrm-btn:focus {
  position: relative;
  z-index: 1;
  color: #575759;
  background-color: #d9d6d4;
  border-color: #898889;
}
.hrm-form-addon.hrm-btn:disabled {
  color: #a6a3a3;
  background-color: #f3f3f3;
  border-color: #d9d6d4;
  opacity: 1;
}
.has-error > .hrm-form-addon {
  color: #c61a1e;
  background-color: #f2dede;
  border: 1px solid #c61a1e;
}

.hrm-form-fieldset {
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #d9d6d4;
}

.hrm-form-legend {
  width: auto;
  margin-left: -5px;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 0;
}

.hrm-file-dropzone {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  text-align: center;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-file-dropzone-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 28px 14px;
  background-color: #fff;
  border: 1px dashed rgba(5, 5, 5, 0.2196078431);
  border-radius: 16px;
}
.hrm-file-dropzone-inner.is-dragging-over {
  color: rgba(1, 1, 1, 0.8117647059);
  background-color: rgba(12, 69, 255, 0.0705882353);
  border: 1px dashed rgba(17, 3, 188, 0.7882352941);
}
.hrm-file-dropzone-inner.is-invalid {
  color: rgba(1, 1, 1, 0.8117647059);
  background-color: rgba(238, 38, 38, 0.0588235294);
  border: 1px dashed rgba(172, 3, 32, 0.8980392157);
}
.hrm-file-dropzone-inner.is-invalid .hrm-icon {
  display: block;
}
.hrm-file-dropzone-inner.is-disabled {
  color: rgba(5, 5, 5, 0.2196078431);
  background-color: transparent;
  border-color: rgba(2, 2, 2, 0.3607843137);
  cursor: not-allowed;
}
.hrm-file-dropzone-inner.is-disabled .hrm-file-dropzone-btn-icon,
.hrm-file-dropzone-inner.is-disabled .hrm-file-dropzone-btn {
  color: rgba(2, 2, 2, 0.3607843137);
  cursor: not-allowed;
}

.hrm-file-dropzone-preview {
  position: relative;
  height: 100%;
  border: 1px solid #d9d6d4;
}

.hrm-file-dropzone-progress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset: 0;
  padding: 14px;
  background-color: rgba(0, 0, 0, 0.4);
}

.hrm-file-dropzone-cancel-btn {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-file-dropzone-cancel-btn, .hrm-file-dropzone-cancel-btn:focus {
  outline: none;
}
.hrm-file-dropzone-cancel-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
}

.hrm-file-dropzone-preview-img {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.hrm-file-dropzone-actions {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.hrm-file-dropzone-action {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-file-dropzone-action, .hrm-file-dropzone-action:focus {
  outline: none;
}
.hrm-file-dropzone-action {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
  color: #2a5db0;
}

.hrm-file-dropzone-btn-icon {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-file-dropzone-btn-icon, .hrm-file-dropzone-btn-icon:focus {
  outline: none;
}
.hrm-file-dropzone-btn-icon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin: 0 auto;
  padding: 0 14px 14px;
  line-height: 1;
  color: #2a5db0;
}

.hrm-file-dropzone-btn {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-file-dropzone-btn, .hrm-file-dropzone-btn:focus {
  outline: none;
}
.hrm-file-dropzone-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #2a5db0;
}

.hrm-file-dropzone-constraints {
  display: block;
  margin-top: 14px;
  font-size: 10px;
}

.hrm-file-dropzone-files {
  flex: none;
  margin: 0;
  padding: 14px 0 0;
  text-align: left;
  list-style: none;
}

.hrm-file-dropzone-file {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 600;
}

.hrm-file-dropzone-file-icon {
  margin-right: 8px;
}

.hrm-file-dropzone-invalid-msg .hrm-icon {
  padding-bottom: 14px;
  color: rgba(172, 3, 32, 0.8980392157);
}

.hrm-dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: center;
}

.hrm-dropdown-block {
  display: block;
  width: 100%;
}

.hrm-dropdown-content {
  width: 240px;
  max-height: 170px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 14px 5px 0 rgba(0, 0, 0, 0.02), 0 8px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.hrm-dropdown-content.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
.hrm-dropdown-content.is-hidden {
  display: none;
}
.hrm-dropdown-block .hrm-dropdown-content {
  width: 100%;
}

.hrm-dropdown-separator {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
}
.hrm-dropdown-separator:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  left: 8px;
  border-top: 1px solid #e3e3e3;
}

.hrm-dropdown-list {
  margin: 0;
  padding: 16px;
  list-style: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.hrm-dropdown-group .hrm-dropdown-list {
  padding: 0;
}

.hrm-dropdown-item {
  display: block;
}

.hrm-dropdown-item-icon {
  margin-right: 8px;
}

.hrm-dropdown-item-btn {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-dropdown-item-btn, .hrm-dropdown-item-btn:focus {
  outline: none;
}
.hrm-dropdown-item-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: inline-flex;
  width: 100%;
  padding: 6px 8px;
  text-align: left;
  color: #313131;
  border-radius: 4px;
}
.hrm-dropdown-item-btn.is-selected {
  align-items: center;
  justify-content: space-between;
}
.hrm-dropdown-item-btn.is-selected:after {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: "\f132";
  flex: none;
  margin-left: 10px;
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-dropdown-item-btn:focus, .hrm-dropdown-item-btn:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}
.hrm-dropdown-item-btn.is-disabled, .hrm-dropdown-item-btn:disabled {
  color: rgba(2, 2, 2, 0.3607843137);
  background-color: #ffffff;
  cursor: not-allowed;
}
.hrm-dropdown-item-btn.is-disabled:after, .hrm-dropdown-item-btn:disabled:after {
  color: rgba(5, 5, 5, 0.2196078431);
}

.hrm-dropdown-item-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: auto;
}

.hrm-dropdown-select-placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: auto;
  min-height: 22px;
  color: #a4a4a4;
}

.hrm-dropdown-select-flexible-mirror {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: block;
  visibility: hidden;
  height: 0;
  padding: 0 54px 0 24px;
  white-space: nowrap;
  overflow: hidden;
}

.hrm-dropdown-select-flexible {
  flex-direction: column;
  flex: none;
}

.hrm-dropdown-select-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: auto;
  min-height: 22px;
}
.hrm-dropdown-select-value.is-clearable {
  padding-right: 20px;
}

.hrm-dropdown-select-trigger {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-dropdown-select-trigger, .hrm-dropdown-select-trigger:focus {
  outline: none;
}
.hrm-dropdown-select-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.hrm-dropdown-select-trigger:disabled {
  color: #d9d6d4;
  background-color: #ffffff;
  cursor: not-allowed;
}
.hrm-dropdown-block .hrm-dropdown-select-trigger, .hrm-dropdown-select-flexible .hrm-dropdown-select-trigger {
  width: 100%;
}

.hrm-dropdown-select-trigger-icon {
  flex: none;
  margin-left: 7px;
  color: #313131;
}

.hrm-dropdown-select-content {
  display: flex;
  flex-direction: column;
}
.hrm-dropdown-block .hrm-dropdown-select-content, .hrm-dropdown-select-flexible .hrm-dropdown-select-content {
  width: 100%;
}

.hrm-dropdown-filter-form {
  position: relative;
  flex: none;
  padding: 16px 16px 0;
  background-color: #ffffff;
}

.hrm-dropdown-filter-input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: block;
  width: 100%;
  padding: 5px 25px 5px 6px;
  color: #313131;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.hrm-dropdown-filter-reset {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-dropdown-filter-reset, .hrm-dropdown-filter-reset:focus {
  outline: none;
}
.hrm-dropdown-filter-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  position: absolute;
  top: 20px;
  right: 24px;
  width: 16px;
  color: #c8c8c8;
}
.hrm-dropdown-filter-form:hover .hrm-dropdown-filter-reset {
  display: block;
}
.hrm-dropdown-filter-reset:hover {
  color: #a4a4a4;
}
@media (pointer: coarse) {
  .hrm-dropdown-filter-reset {
    display: block;
  }
}

.hrm-dropdown-group + .hrm-dropdown-group {
  margin-top: 16px;
}

.hrm-dropdown-group-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-indent: 0px;
  margin: 0;
  padding: 8px;
  color: #666666;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hrm-dropdown-clear-btn {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-dropdown-clear-btn, .hrm-dropdown-clear-btn:focus {
  outline: none;
}
.hrm-dropdown-clear-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 3px;
  right: 30px;
  width: 16px;
  color: #c8c8c8;
}
.hrm-dropdown-clear-btn:hover {
  color: #a4a4a4;
}

.hrm-dropdown-select-multiple-trigger {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #898889;
}
.hrm-dropdown-select-multiple-trigger.is-disabled {
  color: #d9d6d4;
  background-color: #ffffff;
  cursor: not-allowed;
}

.hrm-dropdown-select-multiple-trigger-icon {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-dropdown-select-multiple-trigger-icon, .hrm-dropdown-select-multiple-trigger-icon:focus {
  outline: none;
}
.hrm-dropdown-select-multiple-trigger-icon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 20px;
  color: #313131;
  cursor: inherit;
}
.hrm-dropdown-select-multiple-trigger-icon:after {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: "\f151";
  flex: none;
  margin-left: 7px;
}

.hrm-dropdown-select-multiple-value {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-dropdown-select-multiple-value, .hrm-dropdown-select-multiple-value:focus {
  outline: none;
}
.hrm-dropdown-select-multiple-value {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  flex: none;
  max-width: 100px;
  margin-right: 5px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
  background-color: #636365;
  border-radius: 4px;
}
.hrm-dropdown-select-multiple-value:before {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: "\f138";
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  color: #d9d6d4;
}
.hrm-dropdown-select-multiple-value:hover:before {
  color: #fff;
}
.hrm-dropdown-select-multiple-value:disabled {
  cursor: not-allowed;
}
.hrm-dropdown-select-multiple-value:disabled:before {
  color: #d9d6d4;
}

.hrm-dropdown-select-multiple-input {
  flex: 1;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-dropdown-select-multiple-input::-moz-placeholder {
  color: #a6a3a3;
}
.hrm-dropdown-select-multiple-input::placeholder {
  color: #a6a3a3;
}
.hrm-dropdown-select-multiple-value + .hrm-dropdown-select-multiple-input::-moz-placeholder {
  color: transparent !important;
}
.hrm-dropdown-select-multiple-value + .hrm-dropdown-select-multiple-input::placeholder {
  color: transparent !important;
}

.hrm-dropdown-select-multiple-inner {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.hrm-dropdown-content-empty-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin: 0;
  padding: 16px;
  text-align: center;
  color: #313131;
}

.hrm-btn:focus-visible {
  outline: 2px solid rgba(17, 3, 188, 0.7882352941);
  outline-offset: 2px;
}

[role=menuitem]:focus-visible {
  outline: 2px solid rgba(17, 3, 188, 0.7882352941);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .hrm-dropdown-content {
    animation: none;
  }
}
.hrm-switch {
  display: inline-flex;
  vertical-align: middle;
  color: #313131;
  cursor: pointer;
}
.hrm-switch[aria-disabled=true] {
  color: #a4a4a4;
  cursor: not-allowed;
}
.hrm-switch[aria-busy=true] {
  color: #313131;
  cursor: wait;
}
.hrm-switch[aria-busy=true] .hrm-switch-input {
  opacity: 0;
}

.hrm-switch-input {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: #818181;
  border: 0;
  border-radius: 10px;
  opacity: 1;
  cursor: inherit;
  outline: none;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-switch-input:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
.hrm-switch-input:checked {
  background-color: #4338ca;
}
.hrm-switch-input:checked:after {
  border: 0;
  transform: translateX(20px);
}
.hrm-switch-input:disabled {
  background-color: #c8c8c8;
}
.hrm-switch-input:checked:disabled {
  background-color: #818cf8;
}

.hrm-switch-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-left: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hrm-switch-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hrm-switch-spinner {
  position: absolute;
  z-index: 1;
}

.hrm-error-state-container {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 920;
  width: 100vw;
  height: 100vh;
  padding: 64px 16px;
  background-color: #ffffff;
}
@media screen and (min-width: 840px) {
  .hrm-error-state-container {
    padding-top: 128px;
  }
}

.hrm-error-state {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 408px;
}
@media screen and (min-width: 840px) {
  .hrm-error-state {
    flex-direction: row;
    max-width: 1024px;
  }
}

.hrm-error-state-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding-top: 24px;
}
@media screen and (min-width: 840px) {
  .hrm-error-state-info {
    display: inline;
  }
}

.hrm-error-state-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding-top: 0;
  padding-bottom: 16px;
  text-align: center;
  color: rgba(1, 1, 1, 0.8117647059);
}
@media screen and (min-width: 840px) {
  .hrm-error-state-title {
    text-align: left;
  }
}

.hrm-error-state-caption {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding-bottom: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 840px) {
  .hrm-error-state-caption {
    text-align: left;
  }
}

.hrm-error-state-nav-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 840px) {
  .hrm-error-state-nav-btns {
    flex-direction: row;
  }
}
.hrm-error-state-nav-btns .hrm-btn {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .hrm-error-state-nav-btns .hrm-btn {
    width: unset;
  }
}

.hrm-error-state-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.hrm-error-state-unauthorized {
  content: url(/static/img/file-protected.20e7aa2db38b2c181182.svg);
}

.hrm-error-state-discontinued-content {
  content: url(/static/img/unvalid-format.4a807d3f9f624feb61ec.svg);
}

.hrm-error-state-unavailable-error,
.hrm-error-state-forbidden {
  content: url(/static/img/unavailable.29fc27ae84a77dc70da7.svg);
}

.hrm-error-state-not-found {
  content: url(/static/img/not-found.7f14da9d142ad8d9f1ab.svg);
}

.hrm-error-state-teach-free-error {
  content: url(/static/img/restricted.2543df529afe7c677abe.svg);
}

.hrm-error-state-server-error {
  content: url(/static/img/broken.9f2fa47421b25f26e8b5.svg);
}

.hrm-error-state-geo-restricted {
  content: url(/static/img/georestricted.5aba8508fb9f03c30feb.svg);
}

.hrm-error-state-vpn-detected {
  content: url(/static/img/restricted.2543df529afe7c677abe.svg);
}

.hrm-error-state-image,
.hrm-error-state-unauthorized,
.hrm-error-state-discontinued-content,
.hrm-error-state-unavailable-error,
.hrm-error-state-forbidden,
.hrm-error-state-not-found,
.hrm-error-state-teach-free-error,
.hrm-error-state-server-error,
.hrm-error-state-geo-restricted,
.hrm-error-state-vpn-detected {
  width: 408px;
  height: 220px;
}
@media screen and (min-width: 840px) {
  .hrm-error-state-image,
  .hrm-error-state-unauthorized,
  .hrm-error-state-discontinued-content,
  .hrm-error-state-unavailable-error,
  .hrm-error-state-forbidden,
  .hrm-error-state-not-found,
  .hrm-error-state-teach-free-error,
  .hrm-error-state-server-error,
  .hrm-error-state-geo-restricted,
  .hrm-error-state-vpn-detected {
    flex: 1;
  }
}

.hrm-filter-box {
  position: relative;
}

.hrm-filter-box-icon {
  position: absolute;
  top: 12px;
  left: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-filter-box-reset-btn {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-filter-box-reset-btn, .hrm-filter-box-reset-btn:focus {
  outline: none;
}
.hrm-filter-box-reset-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: rgba(2, 2, 2, 0.3607843137);
  transition: color 0.3s ease-in-out;
}
.hrm-filter-box-reset-btn:last-child {
  margin-right: 8px;
}
.hrm-filter-box-reset-btn:hover {
  color: rgba(1, 1, 1, 0.8117647059);
  outline: none;
}
.hrm-filter-box-reset-btn:disabled {
  cursor: not-allowed;
}
.hrm-filter-box-reset-btn:disabled:hover {
  color: rgba(2, 2, 2, 0.3607843137);
}

.hrm-filter-box-reset-btn-icon {
  color: inherit;
}

.hrm-filter-box-input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  width: 100%;
  padding: 12px 48px;
  color: rgba(1, 1, 1, 0.8117647059);
  background-color: rgba(5, 5, 5, 0.0588235294);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: none;
  outline: none;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-filter-box-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.hrm-filter-box-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.hrm-filter-box-input:hover {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-filter-box-input:focus {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.6);
}
.hrm-filter-box-input:disabled {
  color: rgba(3, 3, 3, 0.5019607843);
  background-color: rgba(5, 5, 5, 0.0392156863);
  cursor: not-allowed;
}
.hrm-filter-box-input::-webkit-search-decoration, .hrm-filter-box-input::-webkit-search-cancel-button, .hrm-filter-box-input::-webkit-search-results-button, .hrm-filter-box-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

.hrm-filter-box-action-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 0 0 0 auto;
  gap: 8px;
  margin: 0;
  padding: 0 8px 0 0;
}

.hrm-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hrm-grid-gutter {
  width: auto;
  margin-left: -20px;
}

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

.hrm-grid-center {
  justify-content: center;
}

.hrm-grid-col {
  flex: none;
  min-height: 1px;
  word-wrap: break-word;
}
.hrm-grid-gutter .hrm-grid-col {
  padding-left: 20px;
}

.hrm-grid-col-grow {
  flex: 1 0 auto;
}

.hrm-grid-col-stretch {
  align-self: stretch;
}

.hrm-grid-col-1 {
  width: 4.1666666667%;
}

.hrm-grid-col-2 {
  width: 8.3333333333%;
}

.hrm-grid-col-3 {
  width: 12.5%;
}

.hrm-grid-col-4 {
  width: 16.6666666667%;
}

.hrm-grid-col-5 {
  width: 20.8333333333%;
}

.hrm-grid-col-6 {
  width: 25%;
}

.hrm-grid-col-7 {
  width: 29.1666666667%;
}

.hrm-grid-col-8 {
  width: 33.3333333333%;
}

.hrm-grid-col-9 {
  width: 37.5%;
}

.hrm-grid-col-10 {
  width: 41.6666666667%;
}

.hrm-grid-col-11 {
  width: 45.8333333333%;
}

.hrm-grid-col-12 {
  width: 50%;
}

.hrm-grid-col-13 {
  width: 54.1666666667%;
}

.hrm-grid-col-14 {
  width: 58.3333333333%;
}

.hrm-grid-col-15 {
  width: 62.5%;
}

.hrm-grid-col-16 {
  width: 66.6666666667%;
}

.hrm-grid-col-17 {
  width: 70.8333333333%;
}

.hrm-grid-col-18 {
  width: 75%;
}

.hrm-grid-col-19 {
  width: 79.1666666667%;
}

.hrm-grid-col-20 {
  width: 83.3333333333%;
}

.hrm-grid-col-21 {
  width: 87.5%;
}

.hrm-grid-col-22 {
  width: 91.6666666667%;
}

.hrm-grid-col-23 {
  width: 95.8333333333%;
}

.hrm-grid-col-24 {
  width: 100%;
}

@media (min-width: 640px) {
  .hrm-grid-col-1\@tablet {
    width: 4.1666666667%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-2\@tablet {
    width: 8.3333333333%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-3\@tablet {
    width: 12.5%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-4\@tablet {
    width: 16.6666666667%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-5\@tablet {
    width: 20.8333333333%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-6\@tablet {
    width: 25%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-7\@tablet {
    width: 29.1666666667%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-8\@tablet {
    width: 33.3333333333%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-9\@tablet {
    width: 37.5%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-10\@tablet {
    width: 41.6666666667%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-11\@tablet {
    width: 45.8333333333%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-12\@tablet {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-13\@tablet {
    width: 54.1666666667%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-14\@tablet {
    width: 58.3333333333%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-15\@tablet {
    width: 62.5%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-16\@tablet {
    width: 66.6666666667%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-17\@tablet {
    width: 70.8333333333%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-18\@tablet {
    width: 75%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-19\@tablet {
    width: 79.1666666667%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-20\@tablet {
    width: 83.3333333333%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-21\@tablet {
    width: 87.5%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-22\@tablet {
    width: 91.6666666667%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-23\@tablet {
    width: 95.8333333333%;
  }
}
@media (min-width: 640px) {
  .hrm-grid-col-24\@tablet {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-1\@iPad {
    width: 4.1666666667%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-2\@iPad {
    width: 8.3333333333%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-3\@iPad {
    width: 12.5%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-4\@iPad {
    width: 16.6666666667%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-5\@iPad {
    width: 20.8333333333%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-6\@iPad {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-7\@iPad {
    width: 29.1666666667%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-8\@iPad {
    width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-9\@iPad {
    width: 37.5%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-10\@iPad {
    width: 41.6666666667%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-11\@iPad {
    width: 45.8333333333%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-12\@iPad {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-13\@iPad {
    width: 54.1666666667%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-14\@iPad {
    width: 58.3333333333%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-15\@iPad {
    width: 62.5%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-16\@iPad {
    width: 66.6666666667%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-17\@iPad {
    width: 70.8333333333%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-18\@iPad {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-19\@iPad {
    width: 79.1666666667%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-20\@iPad {
    width: 83.3333333333%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-21\@iPad {
    width: 87.5%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-22\@iPad {
    width: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-23\@iPad {
    width: 95.8333333333%;
  }
}
@media (min-width: 1024px) {
  .hrm-grid-col-24\@iPad {
    width: 100%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-1\@laptop {
    width: 4.1666666667%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-2\@laptop {
    width: 8.3333333333%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-3\@laptop {
    width: 12.5%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-4\@laptop {
    width: 16.6666666667%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-5\@laptop {
    width: 20.8333333333%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-6\@laptop {
    width: 25%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-7\@laptop {
    width: 29.1666666667%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-8\@laptop {
    width: 33.3333333333%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-9\@laptop {
    width: 37.5%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-10\@laptop {
    width: 41.6666666667%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-11\@laptop {
    width: 45.8333333333%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-12\@laptop {
    width: 50%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-13\@laptop {
    width: 54.1666666667%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-14\@laptop {
    width: 58.3333333333%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-15\@laptop {
    width: 62.5%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-16\@laptop {
    width: 66.6666666667%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-17\@laptop {
    width: 70.8333333333%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-18\@laptop {
    width: 75%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-19\@laptop {
    width: 79.1666666667%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-20\@laptop {
    width: 83.3333333333%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-21\@laptop {
    width: 87.5%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-22\@laptop {
    width: 91.6666666667%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-23\@laptop {
    width: 95.8333333333%;
  }
}
@media (min-width: 1152px) {
  .hrm-grid-col-24\@laptop {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-1\@desk {
    width: 4.1666666667%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-2\@desk {
    width: 8.3333333333%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-3\@desk {
    width: 12.5%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-4\@desk {
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-5\@desk {
    width: 20.8333333333%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-6\@desk {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-7\@desk {
    width: 29.1666666667%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-8\@desk {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-9\@desk {
    width: 37.5%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-10\@desk {
    width: 41.6666666667%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-11\@desk {
    width: 45.8333333333%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-12\@desk {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-13\@desk {
    width: 54.1666666667%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-14\@desk {
    width: 58.3333333333%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-15\@desk {
    width: 62.5%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-16\@desk {
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-17\@desk {
    width: 70.8333333333%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-18\@desk {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-19\@desk {
    width: 79.1666666667%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-20\@desk {
    width: 83.3333333333%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-21\@desk {
    width: 87.5%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-22\@desk {
    width: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-23\@desk {
    width: 95.8333333333%;
  }
}
@media (min-width: 1400px) {
  .hrm-grid-col-24\@desk {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-1\@tv {
    width: 4.1666666667%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-2\@tv {
    width: 8.3333333333%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-3\@tv {
    width: 12.5%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-4\@tv {
    width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-5\@tv {
    width: 20.8333333333%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-6\@tv {
    width: 25%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-7\@tv {
    width: 29.1666666667%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-8\@tv {
    width: 33.3333333333%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-9\@tv {
    width: 37.5%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-10\@tv {
    width: 41.6666666667%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-11\@tv {
    width: 45.8333333333%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-12\@tv {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-13\@tv {
    width: 54.1666666667%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-14\@tv {
    width: 58.3333333333%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-15\@tv {
    width: 62.5%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-16\@tv {
    width: 66.6666666667%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-17\@tv {
    width: 70.8333333333%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-18\@tv {
    width: 75%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-19\@tv {
    width: 79.1666666667%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-20\@tv {
    width: 83.3333333333%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-21\@tv {
    width: 87.5%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-22\@tv {
    width: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-23\@tv {
    width: 95.8333333333%;
  }
}
@media (min-width: 1920px) {
  .hrm-grid-col-24\@tv {
    width: 100%;
  }
}
.spinner,
.hrm-spinner {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-bottom-color: rgba(1, 1, 1, 0.8117647059);
  border-left-color: rgba(1, 1, 1, 0.8117647059);
  display: inline-block;
  vertical-align: middle;
  border-top-color: rgba(0, 0, 0, 0.1098039216);
  border-right-color: rgba(0, 0, 0, 0.1098039216);
  border-style: solid;
  border-radius: 50%;
  animation: spinning 0.5s linear infinite;
}

.spinner-medium,
.hrm-spinner-medium {
  width: 35px;
  height: 35px;
  border-width: 4px;
}

.spinner-large,
.hrm-spinner-large {
  width: 60px;
  height: 60px;
  border-width: 6px;
}

.spinner-neutral,
.hrm-spinner-neutral {
  border-bottom-color: rgba(5, 5, 5, 0.2196078431);
  border-left-color: rgba(5, 5, 5, 0.2196078431);
}

.spinner-primary,
.hrm-spinner-primary {
  border-bottom-color: rgba(17, 3, 188, 0.7882352941);
  border-left-color: rgba(17, 3, 188, 0.7882352941);
}

.spinner-success,
.hrm-spinner-success {
  border-bottom-color: rgba(2, 93, 24, 0.8705882353);
  border-left-color: rgba(2, 93, 24, 0.8705882353);
}

.spinner-info,
.hrm-spinner-info {
  border-bottom-color: rgba(1, 180, 205, 0.9607843137);
  border-left-color: rgba(1, 180, 205, 0.9607843137);
}

.spinner-warning,
.hrm-spinner-warning {
  border-bottom-color: rgba(200, 132, 2, 0.9882352941);
  border-left-color: rgba(200, 132, 2, 0.9882352941);
}

.spinner-danger,
.hrm-spinner-danger {
  border-bottom-color: rgba(172, 3, 32, 0.8980392157);
  border-left-color: rgba(172, 3, 32, 0.8980392157);
}

.hrm-spinner-centered {
  text-align: center;
}

.hrm-appbar {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 940;
  grid-area: app-bar;
  width: 100%;
  height: 65px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}

.hrm-appbar-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 0 16px;
  color: #313131;
}

.hrm-appbar-tabs-container {
  display: flex;
  align-self: flex-end;
}

.hrm-appbar-content {
  display: flex;
  align-items: center;
}

.hrm-appbar-icons {
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.hrm-appbar-dropdown-content {
  width: 340px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 14px 5px 0 rgba(0, 0, 0, 0.02), 0 8px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.hrm-appbar-dropdown-content.is-hidden {
  display: none;
}
.hrm-dropdown-block .hrm-appbar-dropdown-content {
  width: 100%;
}

.hrm-appbar-tuner-button {
  display: none;
  width: 0;
}
@media screen and (min-width: 1024px) {
  .hrm-appbar-tuner-button {
    display: block;
    width: unset;
  }
}

.hrm-appbar-help-dropdown {
  display: none;
  width: 0;
}
@media screen and (min-width: 1024px) {
  .hrm-appbar-help-dropdown {
    display: block;
    width: unset;
  }
}

.hrm-appbar-account-dropdown {
  display: none;
  width: 0;
}
@media screen and (min-width: 1024px) {
  .hrm-appbar-account-dropdown {
    display: block;
    width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .hrm-appbar-combined-dropdown {
    display: none;
    width: 0;
  }
}

@keyframes stretchToWidth {
  0% {
    width: 1px;
  }
}
.hrm-appbar-nav-item {
  display: inline-block;
  position: relative;
}
.hrm-appbar-nav-item.is-checked:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  width: calc(100% - 20px);
  border-bottom: 4px solid #4338ca;
  border-radius: 2px;
  animation: 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 stretchToWidth;
}
.hrm-appbar-nav-item:not(:last-child) {
  margin-right: 8px;
}

.hrm-appbar-nav-item-link {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: -1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 14px;
  text-align: center;
  color: rgba(1, 1, 1, 0.8117647059);
  border-radius: 4px;
}
.hrm-appbar-nav-item-link > .hrm-icon {
  margin-right: 8px;
}
.hrm-appbar-nav-item-link:hover {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-appbar-nav-item-link:disabled, .hrm-appbar-nav-item-link.is-disabled, .hrm-appbar-nav-item-link[aria-disabled=true] {
  text-decoration: none;
  color: #a4a4a4;
  box-shadow: none;
  cursor: not-allowed;
}

.hrm-topbar {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 989;
  grid-area: top-bar;
  width: 100%;
  padding: 12px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}

.hrm-topbar-content {
  display: flex;
  justify-content: center;
}

.hrm-topbar-utilities-wrapper {
  display: inline-flex;
  align-items: center;
}

.hrm-topbar-branding-image {
  width: 36px;
  height: 100%;
  background-image: url(/static/img/black.f51602ce035d37ec8ba8.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hrm-loading-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  background-color: #ffffff;
}
.hrm-loading-fullscreen .hrm-spinner {
  border-bottom-color: rgba(3, 3, 3, 0.5019607843);
  border-left-color: rgba(3, 3, 3, 0.5019607843);
}

.hrm-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  border-radius: none;
  box-shadow: 0 14px 5px 0 rgba(0, 0, 0, 0.02), 0 8px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 840px) {
  .hrm-menu {
    width: unset;
    min-width: 243px;
    max-width: 30vw;
    height: unset;
    min-height: 168px;
    max-height: 30vh;
    padding: 12px;
    border-radius: 16px;
  }
}

.hrm-menu-trigger {
  height: -moz-fit-content;
  height: fit-content;
}

.hrm-menu[aria-hidden=true]:not(.hrm-menu-mobile) {
  display: none;
}

.hrm-menu-mobile[aria-hidden=true] {
  overflow: hidden;
  transform: translate(0, 100%);
}
.hrm-menu-mobile[aria-hidden=true].hrm-menu-animating {
  animation: slide-down 0.3s ease-out;
}

.hrm-menu-mobile[aria-hidden=false] {
  animation: slide-up 0.3s ease-out;
}

.hrm-menu-mobile-branch[aria-hidden=true] {
  overflow: hidden;
  transform: translate(100%, 0);
}
.hrm-menu-mobile-branch[aria-hidden=true].hrm-menu-animating {
  animation: slide-right 0.3s ease-out;
}

.hrm-menu-mobile-branch[aria-hidden=false] {
  animation: slide-left 0.3s ease-out;
}

.hrm-menu-header {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}

.hrm-menu-title-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 40px auto 40px;
}

.hrm-menu-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(1, 1, 1, 0.8117647059);
  overflow: hidden;
  justify-self: center;
}

.hrm-menu-content {
  padding: 16px;
}

@keyframes slide-up {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slide-down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes slide-left {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slide-right {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
.hrm-mobile-warning {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  width: 100vw;
  min-height: 100vh;
  padding: 50px 100px;
  background-color: #f3f3f3;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1023px) {
  .hrm-mobile-warning {
    display: block;
  }
}
@media (max-width: 639px) {
  .hrm-mobile-warning {
    padding: 50px 30px;
  }
}

.hrm-mobile-warning-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
}

.hrm-mobile-warning-error {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1.2;
}

.hrm-mobile-warning-text {
  margin: 0;
  font-size: 18px;
}

.hrm-mobile-warning-solutions {
  display: flex;
  max-width: 580px;
  margin: 40px 0;
}
@media (max-width: 639px) {
  .hrm-mobile-warning-solutions {
    flex-wrap: wrap;
  }
}

.hrm-mobile-warning-solution {
  flex: 1;
}
@media (max-width: 639px) {
  .hrm-mobile-warning-solution {
    flex: none;
    width: 100%;
    margin-top: 40px;
  }
}

.hrm-mobile-warning-caption {
  margin: 20px 0 0;
  padding: 0 5px;
  font-size: 18px;
  text-align: center;
}

.hrm-mobile-warning-svg {
  display: block;
  height: 80px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.hrm-mobile-warning-svg-zoom {
  background-image: url(/static/img/zoom.5b089342d3020ff77446.svg);
}

.hrm-mobile-warning-svg-tablet {
  background-image: url(/static/img/tablet.1fa93a00ce47ac9acbbc.svg);
}

.hrm-mobile-warning-svg-browser {
  background-image: url(/static/img/browser.83f1195ff5c4deff675a.svg);
}

.hrm-mobile-warning-link, .hrm-mobile-warning-link:hover, .hrm-mobile-warning-link:focus, .hrm-mobile-warning-link:active {
  display: block;
  max-width: 580px;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  color: #00c0f1;
}

.hrm-pagination {
  display: block;
  font-size: 0;
}

.hrm-pagination-item {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #636365;
  background-color: #fff;
  border: 1px solid #d9d6d4;
  cursor: pointer;
  outline: none;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-pagination-item.is-active {
  color: #4338ca;
}
.hrm-pagination-item:hover, .hrm-pagination-item:focus {
  z-index: 1;
  text-decoration: none;
  color: #575759;
  border-color: #898889;
  outline: none;
}
.hrm-pagination-item.is-disabled, .hrm-pagination-item:disabled {
  color: #d9d6d4;
  border: 1px solid #d9d6d4;
  cursor: not-allowed;
}
.hrm-pagination-item + .hrm-pagination-item {
  margin-left: -1px;
}

.hrm-pagination-previous-btn {
  border-radius: 4px 0 0 4px;
}
.hrm-pagination-previous-btn:before {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: "\f133";
}

.hrm-pagination-next-btn {
  border-radius: 0 4px 4px 0;
}
.hrm-pagination-next-btn:before {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: "\f134";
}

.hrm-pagination-break {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hrm-pagination-break:hover {
  border-color: #d9d6d4;
}

.hrm-submenu {
  grid-area: submenu;
  background-color: #fff;
  border-bottom: 1px solid #d9d6d4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hrm-submenu-sticky {
  position: sticky;
  top: 38px;
  z-index: 930;
}

.hrm-submenu-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 49px;
  padding-right: 37px;
  padding-left: 37px;
}

.hrm-submenu-nav {
  margin: 0 auto;
}
.hrm-submenu-nav:first-child {
  margin-left: 0;
}
.hrm-submenu-nav:last-child {
  margin-right: 0;
}

.hrm-submenu-nav-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 12px;
  vertical-align: middle;
}

.hrm-submenu-btn {
  display: inline-block;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  vertical-align: middle;
  color: #898889;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: color 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-submenu-btn:hover, .hrm-submenu-btn:focus {
  text-decoration: none;
  color: #575759;
  outline: none;
}
.hrm-submenu-btn:disabled {
  color: #d9d6d4;
  cursor: not-allowed;
}
.hrm-submenu-btn + .hrm-submenu-btn {
  margin-left: 25px;
}

.hrm-submenu-btn-icon {
  margin-right: 4px;
  vertical-align: middle;
}

.hrm-footer {
  display: block;
  grid-area: footer;
  padding: 10px 0;
  text-align: center;
  color: #575759;
  background-color: #d9d6d4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hrm-footer-text {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}

.hrm-footer-sep {
  padding: 0 5px;
}

.hrm-footer-link {
  text-decoration: none;
  color: #2a5db0;
  transition: color 0.2s ease-in-out;
}
.hrm-footer-link:focus, .hrm-footer-link:hover {
  text-decoration: none;
  color: #0c324f;
}

.hrm-radio {
  color: rgba(1, 1, 1, 0.8117647059);
  transition: color 0.1s ease-in-out;
}
.hrm-radio[aria-disabled=true] {
  color: rgba(3, 3, 3, 0.5019607843);
  cursor: not-allowed;
}
.hrm-radio[aria-disabled=true] .hrm-radio-sublabel {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-radio[aria-disabled=true].hrm-radio-outline-checked {
  border-color: rgba(3, 25, 241, 0.5019607843);
}
.hrm-radio.hrm-radio-full-width {
  width: 100%;
}
.hrm-radio.hrm-radio-outline {
  padding: 20px 16px;
  border: 2px solid transparent;
  border-radius: 16px;
}
.hrm-radio.hrm-radio-outline-checked {
  border-color: rgba(17, 3, 188, 0.7882352941);
}

.hrm-radio-input {
  width: 0;
  opacity: 0;
  overflow: hidden;
}

.hrm-radio-icon {
  flex: none;
  margin: 4px 0;
  color: rgba(1, 1, 1, 0.8117647059);
  border-radius: 50%;
  overflow: hidden;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.hrm-radio:hover:not([aria-disabled=true]) .hrm-radio-icon, .hrm-radio-input:focus + .hrm-radio-icon {
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-radio:hover:not([aria-disabled=true]) .hrm-radio-icon:has(+ .hrm-radio-label + .hrm-radio-context-help:hover), .hrm-radio-input:focus + .hrm-radio-icon:has(+ .hrm-radio-label + .hrm-radio-context-help:hover) {
  background-color: unset;
}
.hrm-radio-input:checked + .hrm-radio-icon {
  color: rgba(17, 3, 188, 0.7882352941);
}
.hrm-radio-input:disabled + .hrm-radio-icon {
  color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-radio-input:disabled:checked + .hrm-radio-icon {
  color: rgba(3, 25, 241, 0.5019607843);
}

.hrm-radio-label-wrapper {
  display: flex;
  align-items: center;
}

.hrm-radio-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-left: 16px;
  color: inherit;
}
.hrm-radio-label.label-emphasized {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
}

.hrm-radio-sublabel {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: block;
  margin-top: -3px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-radio-context-help {
  margin-left: 4px;
}

.hrm-radio-helper-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-screensize-warning {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 920;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (max-width: 839px) and (min-width: 600px) {
  .hrm-screensize-warning {
    display: block;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  .hrm-screensize-warning {
    display: block;
  }
}

.hrm-screensize-warning-tablet {
  display: none;
}
@media screen and (max-width: 839px) and (min-width: 600px) {
  .hrm-screensize-warning-tablet {
    display: block;
  }
}

.hrm-screensize-warning-mobile {
  display: none;
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  .hrm-screensize-warning-mobile {
    display: block;
  }
}

.hrm-range {
  display: inline-block;
  width: 100%;
  height: 32px;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 26px 11px 0 rgba(0, 0, 0, 0.02), 0 15px 9px 0 rgba(0, 0, 0, 0.06), 0 7px 7px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  top: -6px;
}
.hrm-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 26px 11px 0 rgba(0, 0, 0, 0.02), 0 15px 9px 0 rgba(0, 0, 0, 0.06), 0 7px 7px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
}
.hrm-range::-webkit-slider-runnable-track {
  height: 8px;
  background-color: rgba(5, 5, 5, 0.2196078431);
  border-radius: 4px;
  background: linear-gradient(to right, rgba(17, 3, 188, 0.7882352941) var(--range-value), rgba(5, 5, 5, 0.2196078431) var(--range-value) 100%);
  background-color: rgba(5, 5, 5, 0.2196078431);
}
.hrm-range::-moz-range-track {
  height: 8px;
  background-color: rgba(5, 5, 5, 0.2196078431);
  border-radius: 4px;
}
.hrm-range::-moz-range-progress {
  height: 8px;
  background-color: rgba(17, 3, 188, 0.7882352941);
  border-radius: 4px;
}
.hrm-range:hover::-webkit-slider-thumb {
  border: 2px solid rgba(17, 3, 188, 0.7882352941);
}
.hrm-range:hover::-moz-range-thumb {
  border: 2px solid rgba(17, 3, 188, 0.7882352941);
}
.hrm-range:disabled {
  cursor: not-allowed;
}
.hrm-range:disabled::-webkit-slider-thumb {
  border: 0;
}
.hrm-range:disabled::-moz-range-thumb {
  border: 0;
}
.hrm-range:disabled::-webkit-slider-runnable-track {
  background-color: rgba(5, 5, 5, 0.2196078431);
  background: linear-gradient(to right, rgba(3, 25, 241, 0.5019607843) var(--range-value), rgba(5, 5, 5, 0.2196078431) var(--range-value) 100%);
}
.hrm-range:disabled::-moz-range-track {
  background-color: rgba(5, 5, 5, 0.2196078431);
}
.hrm-range:disabled::-moz-range-progress {
  background-color: rgba(3, 25, 241, 0.5019607843);
}

.hrm-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 990;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
}
.hrm-modal.is-shown {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}

.hrm-modal-dialog {
  width: 600px;
  max-width: 90%;
  margin: 48px auto 0;
  padding: 32px;
  color: #313131;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 51px 21px 0 rgba(0, 0, 0, 0.02), 0 29px 17px 0 rgba(0, 0, 0, 0.06), 0 13px 13px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.12), 0 0 17px 0 rgba(0, 0, 0, 0.06);
}
.is-shown > .hrm-modal-dialog {
  animation: appearFromTop 0.4s ease-in-out;
}

.hrm-modal-header {
  position: relative;
}

.hrm-modal-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin: 0 44px 0 0;
  padding: 0;
}

.hrm-modal-dismiss-btn {
  position: absolute;
  top: -10px;
  right: -11px;
}

.hrm-modal-content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-top: 28px;
}

.hrm-modal-footer {
  margin-top: 28px;
  text-align: right;
}
.hrm-modal-footer .hrm-btn:not(.hrm-btn-block) + .hrm-btn:not(.hrm-btn-block) {
  margin-left: 8px;
}

.hrm-multi-email-container {
  min-height: 38px;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
  border-radius: 8px;
}
.hrm-multi-email-container:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.hrm-multi-email-container:focus, .hrm-multi-email-container:focus-visible {
  border: 1px solid rgba(17, 3, 188, 0.7882352941);
}
.hrm-multi-email-container .hrm-multi-email-area {
  min-height: auto;
}
.hrm-multi-email-container .hrm-multi-email-input {
  flex: 1;
  min-width: 200px;
  min-height: auto;
  padding: 0;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  outline: none;
}
.hrm-multi-email-container .hrm-multi-email-input:hover, .hrm-multi-email-container .hrm-multi-email-input:focus {
  border: 0;
  outline: none;
}

.hrm-multi-email-chips {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 8px;
  max-height: 148px;
  margin-bottom: 8px;
  overflow: auto;
}

/* stylelint-disable selector-pseudo-class-no-unknown */
.notifier,
.hrm-notifier {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 8000;
  width: 300px;
}

.notifier:popover-open,
.hrm-notifier:popover-open {
  position: absolute;
  inset: 10px 10px auto auto;
  width: 300px;
  background: rgba(0, 0, 0, 0);
  border: none;
  overflow-x: hidden;
}

.notifier-message,
.hrm-notifier-message {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
  background-color: #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  animation: appearFromRight 0.3s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.2s ease-in-out;
}

.notifier-message-info,
.hrm-notifier-message-info {
  background-color: #00c0f1;
}

.notifier-message-success,
.hrm-notifier-message-success {
  background-color: #5aa84b;
}

.notifier-message-warning,
.hrm-notifier-message-warning {
  background-color: #f9a42d;
}

.notifier-message-danger,
.hrm-notifier-message-danger {
  background-color: #c61a1e;
}

.notifier-message-close-btn,
.hrm-notifier-message-close-btn {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  outline: none;
}

.notifier-message-text,
.hrm-notifier-message-text {
  padding: 5px 10px;
}

.ag-theme-quartz {
  --ag-row-hover-color: unset !important;
  --ag-selected-row-background-color: unset !important;
}

.hrm-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hrm-table .hrm-table-show-more-panel {
  display: flex;
  justify-content: center;
}
.hrm-table .hrm-table-show-more-button {
  background-color: #ffffff;
}
.hrm-table .ag-root-wrapper {
  padding: 8px;
  background-color: #ffffff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 1px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.06);
}
.hrm-table .ag-header {
  padding-bottom: 4px;
  background-color: #ffffff;
  border: 0;
  overflow: visible;
}
.hrm-table .ag-header-viewport {
  overflow: visible;
}
.hrm-table .ag-header-container {
  background-color: rgba(5, 5, 5, 0.0392156863);
  border-radius: 8px;
}
.hrm-table .ag-header-row {
  padding-bottom: 4px;
}
.hrm-table .ag-header-cell {
  padding: 0 8px 4px 8px;
}
.hrm-table .ag-cell-label-container {
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-table .ag-cell-label-container.ag-cell-label-container-contextual-help {
  padding-top: 4px;
  padding-bottom: 4px;
}
.hrm-table .ag-header-cell-sorted-asc,
.hrm-table .ag-header-cell-sorted-desc {
  color: rgba(17, 3, 188, 0.7882352941);
}
.hrm-table .ag-header-cell-sortable[aria-sort=none]:hover .ag-sort-indicator-container .ag-sort-ascending-icon {
  display: flex !important;
}
.hrm-table .ag-header-cell-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  text-indent: 0px;
  padding: 12px 4px 12px 0;
}
.hrm-table .ag-row {
  background-color: #ffffff;
  border: 0;
  border-radius: 8px;
}
.hrm-table .ag-row:hover {
  background-color: rgba(5, 5, 5, 0.0392156863);
}
.hrm-table .ag-row.ag-row-selected {
  background-color: rgba(12, 69, 255, 0.0705882353);
}
.hrm-table .ag-row.ag-row-selected:hover {
  background-color: rgba(17, 70, 255, 0.1294117647);
}
.hrm-table .ag-cell {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 8px;
  align-self: stretch;
  padding: 12px 8px 12px 8px;
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-table .ag-cell:focus-within {
  border-color: transparent !important;
}
.hrm-table .ag-cell-wrapper {
  overflow: hidden;
}
.hrm-table .ag-paging-panel {
  display: none;
}
.hrm-table .ag-sort-indicator-icon {
  padding-left: 0 !important;
}
.hrm-table .hrm-table-sort-icon {
  width: 16px;
}
.hrm-table .hrm-table-selection-checkbox {
  pointer-events: none;
}
.hrm-table .hrm-table-selection-checkbox .hrm-checkbox-label {
  padding-left: 0;
}
.hrm-table .hrm-table-header-selection-checkbox .hrm-checkbox-label {
  padding-left: 0;
}

.hrm-table-overflow-wrap .ag-cell-value {
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
}

.hrm-table-deprecated {
  width: 100%;
  font-size: 12px;
  text-align: left;
  color: #575759;
  border-collapse: collapse;
  border-spacing: 0;
}

.hrm-table-deprecated-head {
  background-color: #ddd;
}

.hrm-table-deprecated-row {
  border: 1px solid #d9d6d4;
}
.hrm-table-deprecated-head .hrm-table-deprecated-row {
  border-top: 0;
  border-color: #ddd;
}

.hrm-table-deprecated-clickable-row {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.hrm-table-deprecated-clickable-row:hover {
  background-color: #f3f3f3;
}
.hrm-table-deprecated-clickable-row.is-disabled {
  color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.hrm-table-deprecated-clickable-row .hrm-table-deprecated-cell:last-child {
  position: relative;
  padding-right: 20px;
}
.hrm-table-deprecated-clickable-row .hrm-table-deprecated-cell:last-child:after {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: "\f119";
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 24px;
  transform: translateY(-50%);
}

.hrm-table-deprecated-header-cell {
  padding: 10px 5px;
  font-weight: 700;
}

.hrm-table-deprecated-header-cell-sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #ddd;
}

.hrm-table-deprecated-body {
  background-color: #fff;
}

.hrm-table-deprecated-cell {
  padding: 5px;
  vertical-align: middle;
}

.hrm-table-deprecated-sort-btn {
  padding: 0;
  font-weight: 700;
  color: #575759;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  transition: color 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-table-deprecated-sort-btn:after {
  display: inline-block;
  font-family: "hrm-icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: "\f114";
  position: relative;
  top: -1px;
  font-size: 24px;
  line-height: 14px;
}
.hrm-table-deprecated-sort-btn.is-sorting-desc {
  color: #4338ca;
}
.hrm-table-deprecated-sort-btn.is-sorting-desc:after {
  content: "\f114";
}
.hrm-table-deprecated-sort-btn.is-sorting-asc {
  color: #4338ca;
}
.hrm-table-deprecated-sort-btn.is-sorting-asc:after {
  content: "\f115";
}
.hrm-table-deprecated-sort-btn:hover {
  color: #4338ca;
}

.hrm-tabs {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hrm-tabs-menu-container {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}

.hrm-tabs-menu {
  display: flex;
  flex-flow: row nowrap;
  flex: none;
}
.hrm-tabs-menu.hrm-tabs-menu-center {
  justify-content: center;
}

.hrm-tabs-menu-indicator {
  position: absolute;
  bottom: -1px;
  width: 100px;
  height: 3px;
  background-color: #4338ca;
  border-radius: 2px;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.hrm-tabs-tab {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-tabs-tab, .hrm-tabs-tab:focus {
  outline: none;
}
.hrm-tabs-tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.hrm-tabs-tab:not(:last-child) {
  margin-right: 8px;
}
.hrm-tabs-tab:hover {
  color: rgba(1, 1, 1, 0.8117647059);
  background-color: rgba(5, 5, 5, 0.0588235294);
}
.hrm-tabs-tab.is-checked {
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-tabs-tab.disabled, .hrm-tabs-tab[disabled] {
  color: rgba(2, 2, 2, 0.3607843137);
  background: none;
  cursor: not-allowed;
}
.hrm-tabs-tab > .hrm-badge {
  color: #313131;
}

.hrm-tabs-panels-container {
  flex: 1;
  max-height: 100%;
  overflow: hidden;
}

.hrm-tabs-panels {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  max-height: 100%;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.hrm-tabs-panel {
  flex-shrink: 0;
  width: 100%;
  overflow: auto;
}

.parts,
.hrm-parts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.part,
.hrm-part {
  display: flex;
  position: relative;
  background-color: #333;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}
.part:hover,
.hrm-part:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.part.is-read-only,
.hrm-part.is-read-only {
  box-shadow: none;
  cursor: default;
}
.part.is-disabled,
.hrm-part.is-disabled {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #ccc;
  cursor: not-allowed;
}
.part + .part,
.part + .hrm-part,
.hrm-part + .part,
.hrm-part + .hrm-part {
  margin-top: 15px;
}

.part-badge,
.hrm-part-badge {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  width: 20px;
  height: 13px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background-color: #4338ca;
}
.is-disabled > .part-badge,
.is-disabled > .hrm-part-badge {
  background-color: #ccc;
}
.part-badge:before,
.hrm-part-badge:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 3px;
  z-index: -1;
  width: 14px;
  height: 14px;
  background-color: inherit;
  border-bottom-right-radius: 4px;
  transform: rotate(45deg);
}

.part-label,
.hrm-part-label {
  z-index: 1;
  flex: none;
  width: 56px;
  height: 56px;
  font-size: 28px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: inherit;
}

.part-actions,
.hrm-part-actions {
  position: absolute;
  inset: 0 0 0 56px;
  padding: 9px;
  background-color: inherit;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out;
}
:not(.is-disabled):hover > .part-actions,
:not(.is-disabled):hover > .hrm-part-actions {
  transform: translateX(0);
}

.part-actions-btn,
.hrm-part-actions-btn {
  margin-right: 5px;
  padding: 7px 12px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.part-actions-btn:hover,
.hrm-part-actions-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.part-content,
.hrm-part-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: auto;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  overflow: hidden;
}
.is-disabled > .part-content,
.is-disabled > .hrm-part-content {
  background-color: transparent;
  border: 1px solid #ccc;
}

.part-content-info,
.hrm-part-content-info {
  flex: auto;
  overflow: hidden;
}

.part-title,
.hrm-part-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.part-description,
.hrm-part-description {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
}

.part-content-value,
.hrm-part-content-value {
  flex: none;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: right;
}

.hrm-placeholder-item {
  display: flex;
  width: 100%;
  height: 16px;
  background: #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}
.hrm-placeholder-item:after {
  content: "";
  width: 100%;
  background: linear-gradient(to right, #e8e8e8, #d9d6d4 10px, #d9d6d4 15px, #e8e8e8 25px);
  animation: backgroundWave 1.33s ease-out infinite;
}
.hrm-placeholder-item + .hrm-placeholder-item {
  margin-top: 16px;
}

.hrm-placeholder-width-25 {
  width: 25%;
}

.hrm-placeholder-width-50 {
  width: 50%;
}

.hrm-placeholder-width-75 {
  width: 75%;
}

.hrm-placeholder-height-8 {
  height: 8px;
}

.hrm-placeholder-height-16 {
  height: 16px;
}

.hrm-placeholder-height-24 {
  height: 24px;
}

.hrm-placeholder-height-32 {
  height: 32px;
}

.hrm-progress {
  display: block;
  width: 100%;
  height: 12px;
  background-color: #f5f5f5;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1098039216);
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-progress::-webkit-progress-bar {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1098039216);
}
.hrm-progress::-webkit-progress-value {
  background-color: #4338ca;
  border-radius: 0 6px 6px 0;
}
.hrm-progress::-moz-progress-bar {
  background-color: #4338ca;
}
.hrm-progress.is-square {
  border-radius: 0;
}
.hrm-progress.is-square::-webkit-progress-bar, .hrm-progress.is-square::-moz-progress-bar {
  border-radius: 0;
}
.hrm-progress:not(.is-square) {
  border-radius: 6px;
}
.hrm-progress:not(.is-square)::-webkit-progress-bar, .hrm-progress:not(.is-square)::-moz-progress-bar {
  border-radius: 6px;
}

.hrm-select .hrm-select-label-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
}
.hrm-select .hrm-select-label-wrapper ~ * {
  margin-top: 24px;
  margin-left: 8px;
}
.hrm-select .hrm-select-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  margin: 0 0 4px 8px;
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-select.hrm-select-required .hrm-select-label:after {
  content: "*";
  padding-left: 4px;
  color: #b41c36;
}
.hrm-select .hrm-select-main {
  display: flex;
  align-items: center;
}
.hrm-select .hrm-select-control {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  min-width: 150px;
  height: 48px;
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
  border-radius: 8px;
}
.hrm-select .hrm-select-control:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.hrm-select .hrm-select-control.hrm-select-control-focus {
  border: 1px solid rgba(17, 3, 188, 0.7882352941);
  box-shadow: none;
}
.hrm-select .hrm-select-control .hrm-select-placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-select .hrm-select-control .hrm-select-single-value {
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-select .hrm-select-control .hrm-select-leading-icon {
  margin-left: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-select .hrm-select-control .hrm-select-dropdown-icon {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-select .hrm-select-control .hrm-select-indicator-separator {
  display: none;
}
.hrm-select .hrm-select-menu {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  z-index: 300;
  border-radius: 16px;
  box-shadow: 0 14px 5px 0 rgba(0, 0, 0, 0.02), 0 8px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.hrm-select .hrm-select-menu .hrm-select-menu-list {
  padding: 12px;
}
.hrm-select .hrm-select-menu .hrm-select-menu-list > .hrm-select-option:not(:first-child) {
  margin-top: 24px;
}
.hrm-select .hrm-select-menu .hrm-select-menu-list > .hrm-select-option ~ .hrm-select-option {
  margin-top: 0;
}
.hrm-select .hrm-select-menu .hrm-select-option .hrm-select-option-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hrm-select .hrm-select-menu .hrm-select-option .hrm-select-option-text-two-lines {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hrm-select .hrm-select-menu .hrm-select-option .hrm-icon {
  margin-right: 8px;
}
.hrm-select .hrm-select-menu .hrm-select-option:active {
  background-color: unset;
}
.hrm-select .hrm-select-menu .hrm-select-option:not(.hrm-select-option-selected) {
  padding-left: 44px;
}
.hrm-select .hrm-select-menu .hrm-select-option-selected {
  display: flex;
  color: unset;
  background-color: unset;
}
.hrm-select .hrm-select-menu .hrm-select-option-focus {
  background-color: rgba(5, 5, 5, 0.0588235294);
  border-radius: 8px;
}
.hrm-select .hrm-select-no-options {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-select .hrm-select-helper-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 8px 8px 0;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-select .hrm-select-group-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-select .hrm-select-group {
  padding-top: 0;
  padding-bottom: 0;
}
.hrm-select .hrm-select-group:not(.hrm-select-group-divider-section) {
  margin-top: 16px;
}
.hrm-select .hrm-select-group .hrm-select-group-divider {
  display: none;
}
.hrm-select .hrm-select-group:not(:first-child) .hrm-select-group-divider {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: rgba(0, 0, 0, 0.1098039216);
}
.hrm-select .is-errored.hrm-select-control {
  border: 1px solid rgba(172, 3, 32, 0.8980392157);
}
.hrm-select .is-errored.hrm-select-helper-text {
  color: rgba(172, 3, 32, 0.8980392157);
}
.hrm-select.hrm-select-md .hrm-select-control {
  height: 40px;
}
.hrm-select[aria-disabled=true] .hrm-select-label-wrapper {
  pointer-events: none;
}
.hrm-select[aria-disabled=true] .hrm-select-label {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-select[aria-disabled=true] .hrm-select-control .hrm-select-single-value {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-select[aria-disabled=true] .hrm-select-control:hover {
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
}
.hrm-select[aria-disabled=true] .hrm-select-dropdown-icon {
  color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-select[aria-disabled=true] .hrm-select-leading-icon {
  color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-select[aria-disabled=true] .hrm-spinner {
  border-bottom-color: rgba(2, 2, 2, 0.3607843137);
  border-left-color: rgba(2, 2, 2, 0.3607843137);
}

.hrm-selection-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .hrm-selection-card-wrapper {
    flex-direction: row;
  }
}

.hrm-selection-card-input {
  display: none;
}

.hrm-selection-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-grow: 1;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
  border-radius: 8px;
}
.hrm-selection-card.is-disabled {
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  cursor: not-allowed;
}
.hrm-selection-card.is-disabled .hrm-selection-card-header,
.hrm-selection-card.is-disabled .hrm-selection-card-description,
.hrm-selection-card.is-disabled .hrm-icon-radio_button_unchecked {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-selection-card:has(.hrm-selection-card-input:checked) {
  color: rgba(1, 1, 1, 0.8117647059);
  background-color: rgba(12, 69, 255, 0.0705882353);
  border-color: rgba(17, 3, 188, 0.7882352941);
}
.hrm-selection-card:has(.hrm-selection-card-input:checked) .hrm-selection-card-header,
.hrm-selection-card:has(.hrm-selection-card-input:checked) .hrm-selection-card-description,
.hrm-selection-card:has(.hrm-selection-card-input:checked) .hrm-icon-radio_button_unchecked {
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-selection-card:hover {
  background-color: rgba(5, 5, 5, 0.0588235294);
}

.hrm-selection-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hrm-selection-card-header .hrm-selection-card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  text-indent: 0px;
  max-width: 130px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.hrm-selection-card-header .hrm-icon-radio_button_checked {
  color: rgba(17, 3, 188, 0.7882352941);
}

.hrm-selection-card-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-selection-card-level-dots,
.hrm-selection-card-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.hrm-selection-card-icons {
  gap: 12px;
  margin-top: auto;
}

.hrm-selection-card-level-dots {
  gap: 4px;
  margin-top: -8px;
}

.hrm-selection-card-level-dot {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  line-height: 8px;
  color: rgba(0, 0, 0, 0.1098039216);
}
.hrm-selection-card-level-dot.is-selected {
  color: rgba(17, 3, 188, 0.7882352941);
}

.hrm-sidebar {
  width: 350px;
  height: 100%;
  background-color: #e8e8e8;
  border-right: 1px solid #d9d6d4;
}

.hrm-sidebar-fitted {
  display: grid;
  grid-template-rows: fit-content(100%);
  align-content: flex-start;
}

.hrm-sidebar-list {
  border-top: 1px solid #d9d6d4;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.hrm-sidebar-list:first-child {
  border-top: 0;
}
.hrm-sidebar-list:last-child {
  border-bottom: 1px solid #d9d6d4;
}

.hrm-sidebar-list-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 4px 16px 4px 38px;
  background-color: #e8e8e8;
}

.hrm-sidebar-list-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin: 0 auto 0 0;
}

.hrm-sidebar-list-header-btn {
  padding: 8px;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  transform: rotate(0);
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hrm-sidebar-list-header-btn.is-expended {
  transform: rotate(90deg);
}
.hrm-sidebar-list-header-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.hrm-sidebar-nav-item-wrapper {
  position: relative;
  z-index: 1;
  background-color: #f3f3f3;
  border-top: 1px solid #d9d6d4;
}

.hrm-sidebar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hrm-sidebar-nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 16px 0 16px 38px;
  text-align: left;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  opacity: 1;
  cursor: pointer;
  outline: none;
  transition: opacity 0.25s ease-in-out;
}
.hrm-sidebar-nav-item.is-disabled, .hrm-sidebar-nav-item:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.hrm-sidebar-nav-item.is-active {
  color: #2a5db0;
  background-color: rgba(42, 93, 176, 0.1);
  opacity: 1;
}

.hrm-sidebar-nav-item-info {
  flex: auto;
  padding-right: 55px;
  overflow: hidden;
}

.hrm-sidebar-nav-item-icon {
  flex: none;
  padding-right: 20px;
}

.hrm-sidebar-nav-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-weight: 600;
  line-height: 16px;
  color: #575759;
}

.hrm-sidebar-nav-item-desc {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 10px;
  line-height: 16px;
  color: #575759;
}

.hrm-sidebar-nav-item-action {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.hrm-sidebar-search {
  position: relative;
  padding: 5px 24px 5px 38px;
  background-color: #f3f3f3;
  border-top: 1px solid #d9d6d4;
}

.hrm-sidebar-search-input {
  width: 100%;
  padding: 5px 20px 5px 5px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #d9d6d4;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.hrm-sidebar-search-btn {
  position: absolute;
  top: 13px;
  right: 30px;
  z-index: 1;
  width: 16px;
  padding: 0;
  line-height: 14px;
  color: #575759;
  background-color: #fff;
  border: 1px solid #d9d6d4;
  border-radius: 50%;
  cursor: pointer;
}

.hrm-sidebar-search-btn-icon {
  position: relative;
  top: -1px;
  font-size: 10px;
}

.hrm-sidebar-search-filter-btn {
  margin: 4px 12px 0 0;
  padding: 0 15px 0 0;
  line-height: 1;
  text-align: center;
  color: #575759;
  background-color: transparent;
  border-width: 0 1px 0 0;
  border-color: #ccc;
  border-style: solid;
  cursor: pointer;
  outline: none;
  transition: color 0.2s ease-in-out;
}
.hrm-sidebar-search-filter-btn:hover, .hrm-sidebar-search-filter-btn.is-sorting {
  text-decoration: none;
  color: #4338ca;
}
.hrm-sidebar-search-filter-btn:last-child {
  border: 0;
}

.hrm-sidebar-search-filter-btn-icon {
  margin-left: 4px;
}

.hrm-sidebar-nav-placeholder {
  padding: 12px 0 12px 38px;
}

.hrm-sidebar-nav-load-more-btn {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-sidebar-nav-load-more-btn, .hrm-sidebar-nav-load-more-btn:focus {
  outline: none;
}
.hrm-sidebar-nav-load-more-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #d9d6d4;
}
.hrm-sidebar-nav-load-more-btn:hover {
  color: #4338ca;
  background-color: #fff;
}

.hrm-slider {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  min-width: 100px;
}

.hrm-slider-top-text-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 8px;
  width: 100%;
  line-height: 1;
}

.hrm-slider-top-text-icon {
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-slider[aria-disabled=true] .hrm-slider-top-text-icon {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-slider-top-text-icon {
  flex: 0 0 auto;
}

.hrm-slider-top-text-label {
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-slider[aria-disabled=true] .hrm-slider-top-text-label {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-slider-top-text-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  flex: 1 1 100%;
}

.hrm-slider-range-container {
  flex: 0 0 auto;
}

.hrm-slider-range-input-overrides {
  display: block;
}

.hrm-slider-helper-text-container {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-slider[aria-disabled=true] .hrm-slider-helper-text-container {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-slider-helper-text-container {
  flex: 0 0 auto;
  text-align: right;
}

.hrm-slideup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  height: 100%;
}

.hrm-slideup-wrapper[aria-hidden=true] {
  opacity: 0;
  transform: scale(0);
  animation-name: slideup-hide;
  animation-duration: 0;
}
.hrm-slideup-wrapper[aria-hidden=true].hrm-slideup-animating {
  animation-duration: 0.3s;
}

[aria-hidden=true] .hrm-slideup-content {
  animation-name: slide-down;
  animation-duration: 0.3s;
}

.hrm-slideup-wrapper[aria-hidden=false] {
  animation-name: slideup-show;
  animation-duration: 0.3s;
}

[aria-hidden=false] .hrm-slideup-content {
  animation-name: slide-up;
  animation-duration: 0.3s;
}

@keyframes slideup-show {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideup-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  99% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.hrm-slideup-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 985;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.6901960784);
}

.hrm-slideup-content {
  position: absolute;
  bottom: 0;
  z-index: 990;
  width: 100%;
  padding: 32px 16px;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
}

@keyframes slide-up {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slide-down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.hrm-stats-card {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 128px;
  padding: 16px;
  text-align: center;
  color: #313131;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  transition: color 0.2s ease-in-out;
}
.hrm-stats-card + .hrm-stats-card {
  margin-left: 8px;
}

.hrm-stats-card-active {
  color: #313131;
}

.hrm-stats-card-icon {
  width: 32px;
  color: #c8c8c8;
}

.hrm-stats-card-icon-active {
  color: #4338ca;
}

.hrm-stats-card-metric {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  flex: 1;
}

.hrm-stats-card-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-basis: 100%;
}

.hrm-text-field {
  width: 100%;
  margin-bottom: 10px;
}
.hrm-text-field.hrm-text-field-required .hrm-text-field-label:after {
  content: "*";
  padding-left: 4px;
  color: rgba(172, 3, 32, 0.8980392157);
}
.hrm-text-field[aria-disabled=true].hrm-text-field-required .hrm-text-field-label:after {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-text-field:last-child {
  margin-bottom: 0;
}
.hrm-text-field .hrm-text-field-main {
  display: flex;
  align-items: center;
}
.hrm-text-field .hrm-text-field-input-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.hrm-text-field .hrm-text-field-input-wrapper .hrm-text-field-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding-bottom: 4px;
  padding-left: 8px;
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-text-field .hrm-text-field-input-wrapper ~ * {
  margin-top: 24px;
  margin-left: 8px;
}
.hrm-text-field .hrm-text-field-helper-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 8px 8px 0;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-text-field.is-errored .hrm-text-field-input {
  border: 1px solid rgba(172, 3, 32, 0.8980392157);
}
.hrm-text-field.is-errored .hrm-text-field-helper-text,
.hrm-text-field.is-errored .hrm-text-field-counter {
  color: rgba(172, 3, 32, 0.8980392157);
}
.hrm-text-field .hrm-text-field-trail-button {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: unset;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-text-field .hrm-text-field-trail-button.hrm-spinner {
  right: 14px;
  bottom: 14px;
  width: 20px;
  height: 20px;
  color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-text-field .hrm-text-field-leading-icon {
  position: absolute;
  bottom: 14px;
  left: 12px;
  color: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.hrm-text-field .hrm-text-field-leading-icon ~ .hrm-text-field-input {
  padding-left: 40px;
}
.hrm-text-field[aria-disabled=true] .hrm-text-field-input-wrapper {
  pointer-events: none;
}
.hrm-text-field[aria-disabled=true] .hrm-text-field-label {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-text-field[aria-disabled=true] .hrm-text-field-input {
  color: rgba(3, 3, 3, 0.5019607843);
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
}
.hrm-text-field[aria-disabled=true] .hrm-text-field-input::-moz-placeholder {
  color: rgba(3, 3, 3, 0.5019607843);
  opacity: 1;
}
.hrm-text-field[aria-disabled=true] .hrm-text-field-input::placeholder {
  color: rgba(3, 3, 3, 0.5019607843);
  opacity: 1;
}
.hrm-text-field[aria-disabled=true] .hrm-text-field-trail-button, .hrm-text-field[aria-disabled=true] .hrm-text-field-leading-icon {
  color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-text-field[aria-disabled=true] .hrm-spinner {
  border-bottom-color: rgba(2, 2, 2, 0.3607843137);
  border-left-color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-text-field.hrm-text-field-md .hrm-text-field-input {
  height: 40px;
  padding: 8px 40px 8px 12px;
}
.hrm-text-field.hrm-text-field-md .hrm-text-field-input:last-child {
  padding-right: 8px;
}
.hrm-text-field.hrm-text-field-md .hrm-text-field-trail-button {
  bottom: 4px;
}
.hrm-text-field.hrm-text-field-md .hrm-text-field-trail-button.hrm-spinner {
  bottom: 10px;
}
.hrm-text-field.hrm-text-field-md .hrm-text-field-leading-icon {
  bottom: 10px;
}
.hrm-text-field.hrm-text-field-md .hrm-text-field-leading-icon ~ .hrm-text-field-input {
  padding-left: 40px;
}

.hrm-text-field-sub-info {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.hrm-text-field-counter {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding-top: 8px;
  padding-right: 8px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-text-field-input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  width: 100%;
  height: 48px;
  padding: 12px 40px 12px 12px;
  color: rgba(1, 1, 1, 0.8117647059);
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
  border-radius: 8px;
}
.hrm-text-field-input:last-child {
  padding-right: 8px;
}
.hrm-text-field-input::-webkit-search-cancel-button {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: rgba(3, 3, 3, 0.5019607843);
  cursor: pointer;
  -webkit-mask-image: url(/static/img/cancel.e054fd6ba0532ff90490.svg);
          mask-image: url(/static/img/cancel.e054fd6ba0532ff90490.svg);
  -webkit-mask-size: 20px;
          mask-size: 20px;
  pointer-events: all;
  -webkit-appearance: none;
          appearance: none;
}
.hrm-text-field-input:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.hrm-text-field-input:focus, .hrm-text-field-input:focus-visible {
  -moz-outline-style: none;
  outline-style: none;
  border: 1px solid rgba(17, 3, 188, 0.7882352941);
}
.hrm-text-field-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.hrm-text-field-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.hrm-text-field.hrm-read-only-field .hrm-text-field-input {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(5, 5, 5, 0.0392156863);
}
.hrm-text-field.hrm-read-only-field .hrm-text-field-trail-button {
  color: rgba(2, 2, 2, 0.3607843137);
}

.hrm-text-area {
  width: 100%;
  min-height: 72px;
  margin-bottom: 10px;
}
.hrm-text-area.hrm-text-area-required .hrm-text-area-label:after {
  content: "*";
  padding-left: 4px;
  color: #b41c36;
}
.hrm-text-area[aria-disabled=true].hrm-text-area-required .hrm-text-area-label:after {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-text-area:last-child {
  margin-bottom: 0;
}
.hrm-text-area .hrm-text-area-main {
  display: flex;
}
.hrm-text-area .hrm-text-area-main .hrm-text-area-contextual-help {
  margin-top: 0;
}
.hrm-text-area .hrm-text-area-input-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.hrm-text-area .hrm-text-area-input-wrapper .hrm-text-area-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding-bottom: 4px;
  padding-left: 8px;
  color: rgba(1, 1, 1, 0.8117647059);
}
.hrm-text-area .hrm-text-area-input-wrapper ~ * {
  margin-top: 24px;
  margin-left: 8px;
}
.hrm-text-area .hrm-text-area-helper-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 8px 8px 0;
  color: rgba(0, 0, 0, 0.6);
}
.hrm-text-area.is-errored .hrm-text-area-input {
  border: 1px solid #b41c36;
}
.hrm-text-area.is-errored .hrm-text-area-helper-text,
.hrm-text-area.is-errored .hrm-text-area-counter {
  color: #b41c36;
}
.hrm-text-area[aria-disabled=true] {
  pointer-events: none;
}
.hrm-text-area[aria-disabled=true] .hrm-text-area-label {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-text-area[aria-disabled=true] .hrm-text-area-input {
  color: rgba(2, 2, 2, 0.3607843137);
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
}
.hrm-text-area .hrm-text-area-trail-button {
  position: absolute;
  top: 36px;
  right: 8px;
  left: unset;
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-text-area .hrm-text-area-trail-button.hrm-text-area-trail-button-no-label {
  top: 12px;
}
.hrm-text-area .hrm-text-area-trail-button.hrm-spinner {
  right: 14px;
  bottom: 14px;
  width: 20px;
  height: 20px;
}

.hrm-text-area-sub-info {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.hrm-text-area-counter {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding-top: 8px;
  padding-right: 8px;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-text-area-input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  width: 100%;
  height: calc(var(--rows) * 36px);
  min-height: 74px;
  padding: 12px 40px 12px 12px;
  color: rgba(1, 1, 1, 0.8117647059);
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
  border-radius: 8px;
  resize: none;
  scroll-padding-block: 8px;
}
.hrm-text-area-input:last-child {
  padding-right: 8px;
}
.hrm-text-area-input:focus {
  outline-offset: 0;
}
.hrm-text-area-input:hover {
  border: 1px solid rgba(3, 3, 3, 0.5019607843);
}
.hrm-text-area-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.hrm-text-area-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.hrm-text-area.hrm-read-only-text-area .hrm-text-area-input {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(5, 5, 5, 0.0392156863);
}
.hrm-text-area.hrm-read-only-text-area .hrm-text-area-trail-button {
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-tooltip {
  padding: 4px 8px;
  text-align: center;
  background-color: #515151;
  border-radius: 4px;
}

.hrm-tooltip-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: block;
  color: #ffffff;
}

.hrm-thumbnail {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hrm-thumbnail:hover .hrm-thumbnail-overlay {
  opacity: 1;
}

.hrm-thumbnail-picture-xs {
  width: 21px;
  height: 28px;
}
.hrm-thumbnail-square .hrm-thumbnail-picture-xs {
  height: 21px;
}

.hrm-thumbnail-picture-s {
  width: 42px;
  height: 56px;
}
.hrm-thumbnail-square .hrm-thumbnail-picture-s {
  height: 42px;
}

.hrm-thumbnail-picture-m {
  width: 84px;
  height: 112px;
}
.hrm-thumbnail-square .hrm-thumbnail-picture-m {
  height: 84px;
}

.hrm-thumbnail-picture-l {
  width: 126px;
  height: 168px;
}
.hrm-thumbnail-square .hrm-thumbnail-picture-l {
  height: 126px;
}

.hrm-thumbnail-picture-xl {
  width: 168px;
  height: 224px;
}
.hrm-thumbnail-square .hrm-thumbnail-picture-xl {
  height: 168px;
}

.hrm-thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.hrm-thumbnail-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  background-color: rgba(2, 2, 2, 0.3607843137);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.hrm-quantity-picker {
  display: flex;
  flex-direction: column;
}

.hrm-quantity-picker-main {
  display: flex;
}
.hrm-quantity-picker-main > .hrm-btn-square:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hrm-quantity-picker-main > .hrm-btn-square:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hrm-quantity-picker-main.is-errored .hrm-quantity-picker-input {
  border-top: 1px solid #b41c36;
  border-bottom: 1px solid #b41c36;
}
.hrm-quantity-picker-main.is-errored .hrm-btn {
  border: 1px solid #b41c36;
}

.hrm-quantity-picker-input {
  width: 50px;
  text-align: center;
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
  border-right-style: hidden;
  border-left-style: hidden;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.hrm-quantity-picker-input::-webkit-outer-spin-button, .hrm-quantity-picker-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.hrm-quantity-picker-input:focus-visible {
  outline: 0;
}

.hrm-quantity-picker-error {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 8px 8px 0;
  color: #b41c36;
}

.hrm-banner-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 0 8px 4px 0;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-banner-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 0;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-banner-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hrm-banner {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 7500;
  gap: 16px;
  width: 70%;
  padding: 24px 20px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  border-radius: 16px;
  box-shadow: 0 26px 11px 0 rgba(0, 0, 0, 0.02), 0 15px 9px 0 rgba(0, 0, 0, 0.06), 0 7px 7px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
}

.hrm-banner-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.hrm-banner-size-small .hrm-banner-actions {
  flex-direction: column;
}

.hrm-banner-size-small .hrm-banner-action {
  width: 100%;
}

.hrm-banner-horizontal-left {
  left: 16px;
}

.hrm-banner-horizontal-center {
  left: 50%;
}
.hrm-banner-horizontal-center:not(.hrm-banner-vertical-middle) {
  transform: translate(-50%, 0);
}

.hrm-banner-horizontal-right {
  right: 16px;
}

.hrm-banner-vertical-top {
  top: 16px;
}

.hrm-banner-vertical-middle {
  top: 50%;
}
.hrm-banner-vertical-middle:not(.hrm-banner-horizontal-center) {
  transform: translate(0, -50%);
}

.hrm-banner-vertical-bottom {
  bottom: 16px;
}

.hrm-banner-vertical-middle.hrm-banner-horizontal-center {
  transform: translate(-50%, -50%);
}

.hrm-banner-size-full-width {
  left: 16px;
}
.hrm-banner-size-full-width {
  right: 16px;
  width: auto;
}

.hrm-banner-size-fit-content {
  width: auto;
}

.hrm-banner-size-small {
  width: auto;
  min-width: 272px;
  max-width: 343px;
}

/* stylelint-disable selector-pseudo-class-no-unknown */
.hrm-snackbar {
  position: fixed;
  bottom: 40px;
  z-index: 8000;
  width: 343px;
  min-height: 48px;
  border-radius: 8px;
}
@media screen and (min-width: 840px) {
  .hrm-snackbar {
    top: 58px;
    right: 10px;
    bottom: auto;
  }
}

.hrm-snackbar:popover-open {
  position: absolute;
  width: 343px;
  min-height: 48px;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  overflow: hidden;
  inset: auto 0 24px 0;
}
@media screen and (min-width: 840px) {
  .hrm-snackbar:popover-open {
    inset: 58px 10px auto auto;
  }
}

.hrm-snackbar-message {
  display: grid;
  grid-template-columns: 32px 1fr 40px;
  grid-template-areas: "icon message close";
  min-height: 48px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #ffffff;
  background-color: #242424;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  animation: appearFromBottom 0.3s ease-in-out;
}
@media screen and (min-width: 840px) {
  .hrm-snackbar-message {
    animation: appearFromRight 0.3s ease-in-out;
  }
}

.hrm-snackbar-action-item-layout {
  grid-template-columns: 32px 1fr 80px 40px;
  grid-template-areas: "icon message action close";
}

.hrm-snackbar-action-item-long-layout {
  grid-template-columns: 32px 1fr 40px;
  grid-template-areas: "icon message close" "icon action close";
}

.hrm-snackbar-icon-container {
  padding: 12px 0 0 8px;
  border-radius: 8px;
  grid-area: icon;
  width: 32px;
}

.snackbar-message-success,
.hrm-snackbar-message-success {
  padding: 4px;
  color: rgba(2, 93, 24, 0.8705882353);
  background-color: #e0f8e5;
  border-radius: 8px;
}

.snackbar-message-warning,
.hrm-snackbar-message-warning {
  padding: 4px;
  color: rgba(127, 64, 1, 0.9490196078);
  background-color: #fef8c3;
  border-radius: 8px;
}

.snackbar-message-danger,
.hrm-snackbar-message-danger {
  padding: 4px;
  color: rgba(172, 3, 32, 0.8980392157);
  background-color: #fde7e6;
  border-radius: 8px;
}

.hrm-snackbar-message-text {
  grid-area: message;
  padding: 12px 0 12px 8px;
  text-wrap: wrap;
  place-self: start;
}

.hrm-snackbar-action-item {
  grid-area: action;
  color: #ffffff;
  place-self: center;
}

.hrm-snackbar-action-item-long {
  padding-top: 0;
  place-self: end;
}

.hrm-snackbar-message-close-btn {
  grid-area: close;
  color: #ffffff;
  background-color: #242424;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.hrm-info-card-wrapper {
  container-type: inline-size;
  width: 100%;
}

.hrm-info-card {
  display: flex;
  flex-direction: column;
  min-width: 272px;
  max-width: 343px;
  padding: 16px 20px 24px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  border-radius: 16px;
}

.hrm-info-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
}
.hrm-info-card-header .hrm-info-card-close-btn {
  align-self: flex-start;
}

.hrm-info-card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 8px 8px 8px 0;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-info-card-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding-bottom: 16px;
  color: rgba(1, 1, 1, 0.8117647059);
}

.hrm-info-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

@container (width > 520px) {
  .hrm-info-card {
    min-width: 521px;
    max-width: 800px;
  }
  .hrm-info-card-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
  }
  .hrm-info-card-actions .hrm-btn-block {
    width: auto;
  }
}
.hrm-wizard-container {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 12px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}
.hrm-wizard-container .hrm-progress {
  position: fixed;
  top: 0;
  z-index: 1;
}

.hrm-wizard-logo-header {
  display: flex;
  justify-content: flex-start;
  position: sticky;
  top: 12px;
  z-index: 1;
  padding: 12px 24px;
  background: #ffffff;
}

.hrm-wizard-logo-header-logo {
  position: relative;
  width: 106px;
  height: 26px;
  overflow: hidden;
}
.hrm-wizard-logo-header-logo .hrm-wizard-logo-header-logo-image {
  position: absolute;
  top: -11px;
  left: -10px;
  max-width: 124px;
}

.hrm-wizard-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.hrm-wizard-pagination-nav {
  width: 42px;
  height: 56px;
}

.hrm-wizard-pagination-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.hrm-wizard-pagination-dot {
  width: 8px;
  height: 8px;
  background-color: rgba(5, 5, 5, 0.0588235294);
  border-radius: 50%;
}
.hrm-wizard-pagination-dot.is-current {
  background-color: rgba(17, 3, 188, 0.7882352941);
}
.hrm-wizard-pagination-dot.is-visited {
  background-color: rgba(17, 70, 255, 0.1294117647);
}

.hrm-wizard-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
  padding: 0 24px 72px 24px; /* Add extra padding for sticky footer */
}

.hrm-wizard-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  gap: 12px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 51px 21px 0 rgba(0, 0, 0, 0.02), 0 29px 17px 0 rgba(0, 0, 0, 0.06), 0 13px 13px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.12), 0 0 17px 0 rgba(0, 0, 0, 0.06);
}
.hrm-wizard-actions > .hrm-btn {
  min-width: 100%;
}
@media screen and (min-width: 600px) {
  .hrm-wizard-actions {
    flex-direction: row;
    position: static;
    padding: 0 24px;
    box-shadow: none;
  }
  .hrm-wizard-actions > .hrm-btn {
    width: auto;
    min-width: 240px;
  }
}

.hrm-link-card-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  min-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .hrm-link-card-wrapper {
    flex-flow: row wrap;
  }
}

.hrm-link-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-height: 160px;
  padding: 16px;
  text-decoration: none;
  color: rgba(1, 1, 1, 0.8117647059);
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
  border-radius: 8px;
}
@media screen and (min-width: 600px) {
  .hrm-link-card {
    width: 255px;
  }
}
.hrm-link-card.is-disabled {
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  cursor: not-allowed;
}
.hrm-link-card.is-disabled .hrm-link-card-title,
.hrm-link-card.is-disabled .hrm-link-card-description {
  color: rgba(3, 3, 3, 0.5019607843);
}
.hrm-link-card.is-disabled .hrm-link-card-icons {
  color: rgba(2, 2, 2, 0.3607843137);
}
.hrm-link-card:hover:not(.is-disabled) {
  background-color: rgba(5, 5, 5, 0.0588235294);
}

.hrm-link-card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-indent: 0px;
  text-transform: uppercase;
  word-wrap: break-word;
}

.hrm-link-card-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  white-space: pre-line;
  color: rgba(0, 0, 0, 0.6);
}

.hrm-link-card-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: auto;
  color: rgba(17, 3, 188, 0.7882352941);
}

.hrm-bundle-sharing-modal-tos-link {
  text-decoration: underline;
  color: currentColor;
}

.hrm-bundle-sharing-modal-disable-email {
  word-break: break-all;
  color: #b41c36;
}

.hrm-sharing-form-private-section {
  margin-top: 16px;
  padding: 24px 16px;
  border-top: 1px solid #c8c8c8;
}

.hrm-sharing-form-sharing-recipients {
  max-height: 160px;
  margin-top: 24px;
  overflow: auto;
}

.hrm-sharing-form-sharing-recipients-footer {
  margin-top: 12px;
  text-align: right;
}

.hrm-bundle-sharing-public-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 8px;
}
.hrm-bundle-sharing-public-settings .hrm-copy-to-clipboard-btn {
  display: flex;
  margin-top: 14px;
  margin-left: 12px;
  padding: 9px 14px;
}

.hrm-bundle-sharing-public-settings-link-input {
  flex: 1;
  margin-right: 12px;
  padding: 9px 8px 9px 12px;
  line-height: 24px;
}
.hrm-bundle-sharing-public-settings-link-input:hover, .hrm-bundle-sharing-public-settings-link-input:focus {
  border-color: #a4a4a4;
}

.hrm-recipients-sharings-download-header {
  width: 100px;
  text-align: center;
}

.hrm-recipients-sharings-delete-btn {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-recipients-sharings-delete-btn, .hrm-recipients-sharings-delete-btn:focus {
  outline: none;
}
.hrm-recipients-sharings-delete-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 4px;
  line-height: 1;
}

.hrm-recipients-sharings-table-email {
  hyphens: auto;
  overflow-wrap: anywhere;
}

.hrm-private-sharing-form-title {
  margin-bottom: 16px;
}

.hrm-private-sharing-form-title-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  vertical-align: middle;
}

.hrm-private-sharing-form-title-icon {
  padding-right: 16px;
  color: rgba(3, 3, 3, 0.5019607843);
}

.hrm-private-sharing-form-emails {
  display: flex;
  align-items: flex-start;
}

.hrm-private-sharing-form-emails-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 1;
  min-height: 38px;
  padding: 6px 6px 0;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}
.hrm-private-sharing-form-emails-container:hover, .hrm-private-sharing-form-emails-container:focus-within {
  border-color: #898889;
}

.hrm-private-sharing-form-email-btn {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.571;
  text-align: center;
  text-decoration: none;
  color: #575759;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.hrm-private-sharing-form-email-btn, .hrm-private-sharing-form-email-btn:focus {
  outline: none;
}
.hrm-private-sharing-form-email-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: none;
  max-width: 380px;
  margin: 0 6px 6px 0;
  padding: 0 6px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hrm-private-sharing-form-email-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.hrm-private-sharing-form-email-btn-icon {
  padding-right: 4px;
  color: rgba(2, 2, 2, 0.3607843137);
}

.hrm-private-sharing-form-email-input {
  flex: 1;
  min-width: 200px;
  margin-bottom: 6px;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 26px;
  color: rgba(3, 3, 3, 0.6901960784);
  border: 0;
  outline: none;
}
.hrm-private-sharing-form-email-input::-moz-placeholder {
  color: #ccc;
}
.hrm-private-sharing-form-email-input::placeholder {
  color: #ccc;
}
.hrm-private-sharing-form-email-input:hover, .hrm-private-sharing-form-email-input:focus {
  border: 0;
  outline: none;
}

.hrm-private-sharing-form-dropdown {
  flex: none;
  align-self: flex-start;
  margin-left: 12px;
}

.hrm-private-sharing-form-dropdown-trigger {
  width: 72px;
  height: 100%;
  padding: 3px 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hrm-private-sharing-form-confirm-btn {
  margin-top: 12px;
}

.hrm-private-sharing-form-email-label {
  display: none;
}

.tweety-wrapper {
  position: fixed;
  top: 12.5px;
  right: 52px;
}
@media screen and (min-width: 1024px) {
  .tweety-wrapper {
    right: 136px;
  }
}

.tweety-wrapper:has(.tweety-popover-full-screen[open]) {
  z-index: 1;
  inset: 0;
}

.tweety-popover[open] {
  position: relative;
}

.tweety-popover-full-screen[open] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.tweety-popover-content-header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding: 16px 0;
}

.tweety-popover-unread-bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

.tweety-popover-unread-bar-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tweety-popover-content-header-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tweety-popover-content {
  max-height: 100%;
  inset: 48px 0 auto auto;
  padding: 16px;
  background-color: #ffffff;
  overflow-y: auto;
}
@media screen and (min-width: 600px) {
  .tweety-popover-content {
    position: absolute;
    z-index: 8000;
    min-width: 375px;
    max-width: 30vw;
    max-height: 80vh;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 26px 11px 0 rgba(0, 0, 0, 0.02), 0 15px 9px 0 rgba(0, 0, 0, 0.06), 0 7px 7px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
  }
}

.tweety-summary::-webkit-details-marker,
.tweety-summary-full-screen::-webkit-details-marker {
  display: none;
}

.tweety-summary-full-screen {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: inline-flex;
  align-items: center;
  padding: 16px;
  list-style: none;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}

.tweety-summary-title {
  flex-grow: 1;
  text-align: center;
}

.tweety-summary-open {
  background-color: rgba(5, 5, 5, 0.0588235294);
}

.tweety-item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tweety-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 8px;
  background-color: #ffffff;
  border-radius: 8px;
}
.tweety-item:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.tweety-item.is-unread {
  background-color: rgba(12, 69, 255, 0.0705882353);
}
.tweety-item.is-unread .hrm-icon-fiber_manual_record {
  color: rgba(17, 3, 188, 0.7882352941);
}
.tweety-item.is-unread:hover {
  background-color: rgba(17, 70, 255, 0.1294117647);
}

.tweety-item-status {
  width: 24px;
  align-self: stretch;
  padding: 4px 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.tweety-item-messages {
  flex-grow: 1;
  padding-right: 8px;
}

.tweety-item-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  display: -webkit-box;
  margin: 0;
  text-overflow: ellipsis;
  color: rgba(1, 1, 1, 0.8117647059);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.tweety-item-body {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}

.tweety-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 8001;
  gap: 16px;
  inset: 0;
  background-color: #ffffff;
  opacity: 0.8;
}

.tweety-toast-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  z-index: 8002;
  inset: 0 0 auto auto;
  gap: 8px;
  min-width: 300px;
  padding: 12px;
}

.tweety-toast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 14px 5px 0 rgba(0, 0, 0, 0.02), 0 8px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
  animation: appearFromRight 0.3s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.2s ease-in-out;
}

.tweety-toast-success {
  background-color: rgba(2, 93, 24, 0.8705882353);
}

.tweety-toast-error {
  background-color: rgba(172, 3, 32, 0.8980392157);
}

.tweety-toast-message {
  padding: 4px 12px;
}

.u-text-primary {
  color: #4338ca !important;
}

.u-text-neutral {
  color: #ccc !important;
}

.u-text-info {
  color: #00c0f1 !important;
}

.u-text-success {
  color: #5aa84b !important;
}

.u-text-warning {
  color: #f9a42d !important;
}

.u-text-danger {
  color: #c61a1e !important;
}

.u-cursor-help {
  cursor: help !important;
}

.u-cursor-auto {
  cursor: auto !important;
}

.u-cursor-copy {
  cursor: copy !important;
}

.u-cursor-move {
  cursor: move !important;
}

.u-cursor-wait {
  cursor: wait !important;
}

.u-cursor-progress {
  cursor: progress !important;
}

.u-cursor-crosshair {
  cursor: crosshair !important;
}

.u-cursor-not-allowed {
  cursor: not-allowed !important;
}

.u-cursor-zoom-in {
  cursor: zoom-in !important;
}

.u-cursor-zoom-out {
  cursor: zoom-out !important;
}

.u-cursor-grab {
  cursor: grab !important;
}

.u-cursor-grabbing {
  cursor: grabbing !important;
}

.u-cursor-pointer {
  cursor: pointer !important;
}

.u-cursor-text {
  cursor: text !important;
}

.u-cursor-w-resize {
  cursor: w-resize !important;
}

.u-cursor-row-resize {
  cursor: row-resize !important;
}

.u-cursor-s-resize {
  cursor: s-resize !important;
}

.u-cursor-se-resize {
  cursor: se-resize !important;
}

.u-cursor-sw-resize {
  cursor: sw-resize !important;
}

.u-container {
  padding-right: 38px;
  padding-left: 38px;
}

.u-push {
  float: right;
}

.u-pull {
  float: left;
}

.u-clearfix:before, .u-clearfix:after {
  content: "";
  display: table;
}
.u-clearfix:after {
  clear: both;
  zoom: 1;
}

.hrm-nav-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 65px 1fr;
  /* stylelint-disable-next-line declaration-colon-space-after */
  grid-template-areas: "top-bar" "main-content";
  grid-auto-flow: row;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 600px) {
  .hrm-nav-layout {
    grid-template-columns: 72px 1fr;
    grid-template-rows: 65px 1fr;
    /* stylelint-disable-next-line declaration-colon-space-after */
    grid-template-areas: "drawer app-bar" "drawer main-content";
  }
}

.hrm-nav-layout-main-content {
  position: relative;
  grid-area: main-content;
  overflow: auto;
}

.u-margin-5 {
  margin: 5px !important;
}

.u-padding-5 {
  padding: 5px !important;
}

.u-margin-t5 {
  margin-top: 5px !important;
}

.u-padding-t5 {
  padding-top: 5px !important;
}

.u-margin-r5 {
  margin-right: 5px !important;
}

.u-padding-r5 {
  padding-right: 5px !important;
}

.u-margin-b5 {
  margin-bottom: 5px !important;
}

.u-padding-b5 {
  padding-bottom: 5px !important;
}

.u-margin-l5 {
  margin-left: 5px !important;
}

.u-padding-l5 {
  padding-left: 5px !important;
}

.u-margin-10 {
  margin: 10px !important;
}

.u-padding-10 {
  padding: 10px !important;
}

.u-margin-t10 {
  margin-top: 10px !important;
}

.u-padding-t10 {
  padding-top: 10px !important;
}

.u-margin-r10 {
  margin-right: 10px !important;
}

.u-padding-r10 {
  padding-right: 10px !important;
}

.u-margin-b10 {
  margin-bottom: 10px !important;
}

.u-padding-b10 {
  padding-bottom: 10px !important;
}

.u-margin-l10 {
  margin-left: 10px !important;
}

.u-padding-l10 {
  padding-left: 10px !important;
}

.u-margin-15 {
  margin: 15px !important;
}

.u-padding-15 {
  padding: 15px !important;
}

.u-margin-t15 {
  margin-top: 15px !important;
}

.u-padding-t15 {
  padding-top: 15px !important;
}

.u-margin-r15 {
  margin-right: 15px !important;
}

.u-padding-r15 {
  padding-right: 15px !important;
}

.u-margin-b15 {
  margin-bottom: 15px !important;
}

.u-padding-b15 {
  padding-bottom: 15px !important;
}

.u-margin-l15 {
  margin-left: 15px !important;
}

.u-padding-l15 {
  padding-left: 15px !important;
}

.u-margin-20 {
  margin: 20px !important;
}

.u-padding-20 {
  padding: 20px !important;
}

.u-margin-t20 {
  margin-top: 20px !important;
}

.u-padding-t20 {
  padding-top: 20px !important;
}

.u-margin-r20 {
  margin-right: 20px !important;
}

.u-padding-r20 {
  padding-right: 20px !important;
}

.u-margin-b20 {
  margin-bottom: 20px !important;
}

.u-padding-b20 {
  padding-bottom: 20px !important;
}

.u-margin-l20 {
  margin-left: 20px !important;
}

.u-padding-l20 {
  padding-left: 20px !important;
}

.u-margin-25 {
  margin: 25px !important;
}

.u-padding-25 {
  padding: 25px !important;
}

.u-margin-t25 {
  margin-top: 25px !important;
}

.u-padding-t25 {
  padding-top: 25px !important;
}

.u-margin-r25 {
  margin-right: 25px !important;
}

.u-padding-r25 {
  padding-right: 25px !important;
}

.u-margin-b25 {
  margin-bottom: 25px !important;
}

.u-padding-b25 {
  padding-bottom: 25px !important;
}

.u-margin-l25 {
  margin-left: 25px !important;
}

.u-padding-l25 {
  padding-left: 25px !important;
}

.u-margin-30 {
  margin: 30px !important;
}

.u-padding-30 {
  padding: 30px !important;
}

.u-margin-t30 {
  margin-top: 30px !important;
}

.u-padding-t30 {
  padding-top: 30px !important;
}

.u-margin-r30 {
  margin-right: 30px !important;
}

.u-padding-r30 {
  padding-right: 30px !important;
}

.u-margin-b30 {
  margin-bottom: 30px !important;
}

.u-padding-b30 {
  padding-bottom: 30px !important;
}

.u-margin-l30 {
  margin-left: 30px !important;
}

.u-padding-l30 {
  padding-left: 30px !important;
}

.u-margin-35 {
  margin: 35px !important;
}

.u-padding-35 {
  padding: 35px !important;
}

.u-margin-t35 {
  margin-top: 35px !important;
}

.u-padding-t35 {
  padding-top: 35px !important;
}

.u-margin-r35 {
  margin-right: 35px !important;
}

.u-padding-r35 {
  padding-right: 35px !important;
}

.u-margin-b35 {
  margin-bottom: 35px !important;
}

.u-padding-b35 {
  padding-bottom: 35px !important;
}

.u-margin-l35 {
  margin-left: 35px !important;
}

.u-padding-l35 {
  padding-left: 35px !important;
}

.u-margin-40 {
  margin: 40px !important;
}

.u-padding-40 {
  padding: 40px !important;
}

.u-margin-t40 {
  margin-top: 40px !important;
}

.u-padding-t40 {
  padding-top: 40px !important;
}

.u-margin-r40 {
  margin-right: 40px !important;
}

.u-padding-r40 {
  padding-right: 40px !important;
}

.u-margin-b40 {
  margin-bottom: 40px !important;
}

.u-padding-b40 {
  padding-bottom: 40px !important;
}

.u-margin-l40 {
  margin-left: 40px !important;
}

.u-padding-l40 {
  padding-left: 40px !important;
}

.u-margin-45 {
  margin: 45px !important;
}

.u-padding-45 {
  padding: 45px !important;
}

.u-margin-t45 {
  margin-top: 45px !important;
}

.u-padding-t45 {
  padding-top: 45px !important;
}

.u-margin-r45 {
  margin-right: 45px !important;
}

.u-padding-r45 {
  padding-right: 45px !important;
}

.u-margin-b45 {
  margin-bottom: 45px !important;
}

.u-padding-b45 {
  padding-bottom: 45px !important;
}

.u-margin-l45 {
  margin-left: 45px !important;
}

.u-padding-l45 {
  padding-left: 45px !important;
}

.u-margin-50 {
  margin: 50px !important;
}

.u-padding-50 {
  padding: 50px !important;
}

.u-margin-t50 {
  margin-top: 50px !important;
}

.u-padding-t50 {
  padding-top: 50px !important;
}

.u-margin-r50 {
  margin-right: 50px !important;
}

.u-padding-r50 {
  padding-right: 50px !important;
}

.u-margin-b50 {
  margin-bottom: 50px !important;
}

.u-padding-b50 {
  padding-bottom: 50px !important;
}

.u-margin-l50 {
  margin-left: 50px !important;
}

.u-padding-l50 {
  padding-left: 50px !important;
}

.u-margin-55 {
  margin: 55px !important;
}

.u-padding-55 {
  padding: 55px !important;
}

.u-margin-t55 {
  margin-top: 55px !important;
}

.u-padding-t55 {
  padding-top: 55px !important;
}

.u-margin-r55 {
  margin-right: 55px !important;
}

.u-padding-r55 {
  padding-right: 55px !important;
}

.u-margin-b55 {
  margin-bottom: 55px !important;
}

.u-padding-b55 {
  padding-bottom: 55px !important;
}

.u-margin-l55 {
  margin-left: 55px !important;
}

.u-padding-l55 {
  padding-left: 55px !important;
}

.u-margin-60 {
  margin: 60px !important;
}

.u-padding-60 {
  padding: 60px !important;
}

.u-margin-t60 {
  margin-top: 60px !important;
}

.u-padding-t60 {
  padding-top: 60px !important;
}

.u-margin-r60 {
  margin-right: 60px !important;
}

.u-padding-r60 {
  padding-right: 60px !important;
}

.u-margin-b60 {
  margin-bottom: 60px !important;
}

.u-padding-b60 {
  padding-bottom: 60px !important;
}

.u-margin-l60 {
  margin-left: 60px !important;
}

.u-padding-l60 {
  padding-left: 60px !important;
}

.u-margin-65 {
  margin: 65px !important;
}

.u-padding-65 {
  padding: 65px !important;
}

.u-margin-t65 {
  margin-top: 65px !important;
}

.u-padding-t65 {
  padding-top: 65px !important;
}

.u-margin-r65 {
  margin-right: 65px !important;
}

.u-padding-r65 {
  padding-right: 65px !important;
}

.u-margin-b65 {
  margin-bottom: 65px !important;
}

.u-padding-b65 {
  padding-bottom: 65px !important;
}

.u-margin-l65 {
  margin-left: 65px !important;
}

.u-padding-l65 {
  padding-left: 65px !important;
}

.u-margin-70 {
  margin: 70px !important;
}

.u-padding-70 {
  padding: 70px !important;
}

.u-margin-t70 {
  margin-top: 70px !important;
}

.u-padding-t70 {
  padding-top: 70px !important;
}

.u-margin-r70 {
  margin-right: 70px !important;
}

.u-padding-r70 {
  padding-right: 70px !important;
}

.u-margin-b70 {
  margin-bottom: 70px !important;
}

.u-padding-b70 {
  padding-bottom: 70px !important;
}

.u-margin-l70 {
  margin-left: 70px !important;
}

.u-padding-l70 {
  padding-left: 70px !important;
}

.u-margin-75 {
  margin: 75px !important;
}

.u-padding-75 {
  padding: 75px !important;
}

.u-margin-t75 {
  margin-top: 75px !important;
}

.u-padding-t75 {
  padding-top: 75px !important;
}

.u-margin-r75 {
  margin-right: 75px !important;
}

.u-padding-r75 {
  padding-right: 75px !important;
}

.u-margin-b75 {
  margin-bottom: 75px !important;
}

.u-padding-b75 {
  padding-bottom: 75px !important;
}

.u-margin-l75 {
  margin-left: 75px !important;
}

.u-padding-l75 {
  padding-left: 75px !important;
}

.u-margin-80 {
  margin: 80px !important;
}

.u-padding-80 {
  padding: 80px !important;
}

.u-margin-t80 {
  margin-top: 80px !important;
}

.u-padding-t80 {
  padding-top: 80px !important;
}

.u-margin-r80 {
  margin-right: 80px !important;
}

.u-padding-r80 {
  padding-right: 80px !important;
}

.u-margin-b80 {
  margin-bottom: 80px !important;
}

.u-padding-b80 {
  padding-bottom: 80px !important;
}

.u-margin-l80 {
  margin-left: 80px !important;
}

.u-padding-l80 {
  padding-left: 80px !important;
}

.u-margin-85 {
  margin: 85px !important;
}

.u-padding-85 {
  padding: 85px !important;
}

.u-margin-t85 {
  margin-top: 85px !important;
}

.u-padding-t85 {
  padding-top: 85px !important;
}

.u-margin-r85 {
  margin-right: 85px !important;
}

.u-padding-r85 {
  padding-right: 85px !important;
}

.u-margin-b85 {
  margin-bottom: 85px !important;
}

.u-padding-b85 {
  padding-bottom: 85px !important;
}

.u-margin-l85 {
  margin-left: 85px !important;
}

.u-padding-l85 {
  padding-left: 85px !important;
}

.u-margin-90 {
  margin: 90px !important;
}

.u-padding-90 {
  padding: 90px !important;
}

.u-margin-t90 {
  margin-top: 90px !important;
}

.u-padding-t90 {
  padding-top: 90px !important;
}

.u-margin-r90 {
  margin-right: 90px !important;
}

.u-padding-r90 {
  padding-right: 90px !important;
}

.u-margin-b90 {
  margin-bottom: 90px !important;
}

.u-padding-b90 {
  padding-bottom: 90px !important;
}

.u-margin-l90 {
  margin-left: 90px !important;
}

.u-padding-l90 {
  padding-left: 90px !important;
}

.u-margin-95 {
  margin: 95px !important;
}

.u-padding-95 {
  padding: 95px !important;
}

.u-margin-t95 {
  margin-top: 95px !important;
}

.u-padding-t95 {
  padding-top: 95px !important;
}

.u-margin-r95 {
  margin-right: 95px !important;
}

.u-padding-r95 {
  padding-right: 95px !important;
}

.u-margin-b95 {
  margin-bottom: 95px !important;
}

.u-padding-b95 {
  padding-bottom: 95px !important;
}

.u-margin-l95 {
  margin-left: 95px !important;
}

.u-padding-l95 {
  padding-left: 95px !important;
}

.u-margin-100 {
  margin: 100px !important;
}

.u-padding-100 {
  padding: 100px !important;
}

.u-margin-a {
  margin: auto !important;
}

.u-margin-t100 {
  margin-top: 100px !important;
}

.u-padding-t100 {
  padding-top: 100px !important;
}

.u-margin-ta {
  margin-top: auto !important;
}

.u-margin-r100 {
  margin-right: 100px !important;
}

.u-padding-r100 {
  padding-right: 100px !important;
}

.u-margin-ra {
  margin-right: auto !important;
}

.u-margin-b100 {
  margin-bottom: 100px !important;
}

.u-padding-b100 {
  padding-bottom: 100px !important;
}

.u-margin-ba {
  margin-bottom: auto !important;
}

.u-margin-l100 {
  margin-left: 100px !important;
}

.u-padding-l100 {
  padding-left: 100px !important;
}

.u-margin-la {
  margin-left: auto !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-hidden {
  display: none !important;
}

@media (min-width: 640px) {
  .u-hidden\@tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .u-hidden\@iPad {
    display: none !important;
  }
}
@media (min-width: 1152px) {
  .u-hidden\@laptop {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .u-hidden\@desk {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .u-hidden\@tv {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.link-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-decoration: none;
  color: rgba(17, 3, 188, 0.7882352941);
}
.link-text:hover, .link-text:focus {
  text-decoration: none;
}

.hrm-wrapper {
  min-height: calc(100vh - 35px);
}

.hide,
.hidden {
  display: none !important;
}

.hrm-spinner {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-left-color: rgba(0, 0, 0, 0.6);
}

section.account-details-container {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
@media screen and (min-width: 600px) {
  section.account-details-container {
    display: flex;
    justify-content: center;
  }
}
section.account-details-container h1 {
  margin-bottom: 20px;
}
section.account-details-container button:disabled {
  cursor: not-allowed;
}
section.account-details-container .account-details-form {
  margin-bottom: 40px;
  background-color: #ffffff;
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
  border-radius: 16px;
}
section.account-details-container .account-icon {
  display: none;
  max-width: 315px;
  height: 250px;
  margin-right: 15px;
  margin-left: 35px;
  background-image: url(/static/img/account.bf04f98be9b2709e9519.svg);
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  section.account-details-container .account-icon {
    display: block;
  }
}

.details-section {
  padding-top: 24px;
}
@media screen and (min-width: 600px) {
  .details-section {
    width: 600px;
    max-width: 600px;
  }
}
.details-section .details-main-header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-bottom: 8px;
  color: #313131;
}
@media screen and (min-width: 600px) {
  .details-section .details-main-header {
    display: none;
  }
}

.details-sub-header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-top: 16px;
  margin-bottom: 24px;
  color: #313131;
}

.account-item {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(5, 5, 5, 0.2196078431);
}
.account-item:last-child {
  border-bottom: 0;
}
.account-item .link-button {
  white-space: normal;
}
.account-item .hrm-btn:focus,
.account-item .hrm-btn:hover {
  background-color: #ffffff;
}
.account-item .hrm-btn.disabled {
  opacity: 0.3;
}
.account-item .hrm-btn .hrm-icon-edit {
  color: rgba(0, 0, 0, 0.6);
}
.account-item .active-session-button {
  white-space: nowrap;
}

.account-item-danger {
  color: rgba(172, 3, 32, 0.8980392157);
}

.account-item-details {
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
  padding: 20px 16px;
}
@media screen and (min-width: 600px) {
  .account-item-details {
    flex-direction: row;
  }
}
.account-item-details .account-label {
  width: calc(100% - 60px);
  padding-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .account-item-details .account-label {
    width: 40%;
    padding-right: 16px;
    padding-bottom: 0;
  }
}
.account-item-details .account-input {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .account-item-details .account-input {
    width: 60%;
  }
}
.account-item-details .account-input.active-session .account-content {
  margin: 0;
  text-overflow: clip;
  white-space: normal;
  overflow-x: visible;
}
.account-item-details .account-input .account-content {
  display: block;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.account-item-details .account-input .account-content.no-wrap {
  margin: 0;
  text-overflow: clip;
  white-space: normal;
  overflow-x: visible;
}

.account-edit {
  display: inline-flex;
  padding: 20px;
  background: none;
  border: 0;
  outline: none;
}

.hrm-nav-layout-main-content.white-background {
  background-color: #ffffff;
}

div.legal-banner {
  position: relative;
  color: #fff;
  background-color: #f9a42d;
}
div.legal-banner .legal-banner-container {
  display: flex;
  margin: 0 auto;
}
div.legal-banner .legal-banner-container .legal-banner-text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
}
@media (width >= 300px) {
  div.legal-banner .legal-banner-container {
    flex-direction: column;
    padding: 0 75px;
    text-align: center;
  }
  div.legal-banner .legal-banner-container .legal-banner-text {
    margin-bottom: 10px;
  }
  div.legal-banner .legal-banner-container .legal-banner-text h3 {
    text-align: center;
  }
  div.legal-banner .legal-banner-container .legal-banner-action {
    display: block;
  }
}
@media (width >= 800px) {
  div.legal-banner .legal-banner-container {
    flex-direction: row;
    width: 600px;
    padding: 0;
    text-align: left;
  }
  div.legal-banner .legal-banner-container .legal-banner-text {
    flex: auto;
    margin-bottom: 0;
  }
  div.legal-banner .legal-banner-container .legal-banner-text h3 {
    text-align: left;
  }
  div.legal-banner .legal-banner-container .legal-banner-action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
  }
}
div.legal-banner > button.legal-banner-dismissal {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 38px;
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-has-error .hrm-dropdown-select-trigger {
  border: 1px solid #c61a1e;
}
.select-has-error .hrm-form-error {
  display: inline;
  padding-left: 0;
}

div.hrm-dropdown .hrm-dropdown-select-trigger {
  height: 37px;
}
div.hrm-dropdown .hrm-dropdown-item-btn {
  font-size: 12px;
}
div.hrm-dropdown > button.form-select-trigger {
  height: 35px;
}
div.hrm-dropdown > button.form-select-trigger:focus {
  border: 1px solid #636365;
}

.invites-page-container {
  max-width: 632px;
  margin: 32px auto;
  padding: 0 16px;
}

.invites-page-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-align: left;
  padding: 0;
  margin-bottom: 32px;
  color: rgba(1, 1, 1, 0.8117647059);
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.invites-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.org-invite {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background-color: rgba(5, 5, 5, 0.0392156863);
  padding: 16px;
  border-radius: 8px;
}
@media screen and (min-width: 600px) {
  .org-invite {
    flex-direction: row;
  }
}
.org-invite.submitted {
  pointer-events: none;
  animation-name: fadeOut;
  animation-duration: 900ms;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
}
.org-invite.hidden {
  display: none;
}
.org-invite .invite-action {
  align-self: flex-end;
}

.org-invite-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .org-invite-info {
    max-width: 233px;
  }
}
@media screen and (min-width: 840px) {
  .org-invite-info {
    max-width: 332px;
  }
}
.org-invite-info .org-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  word-wrap: break-word;
}
.org-invite-info .org-expiration {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.6);
}

.convert-page-container {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.convert-card {
  width: 552px;
  height: 100%;
  padding: 48px 80px;
  color: rgba(1, 1, 1, 0.8117647059);
  background-color: #ffffff;
}
.convert-card > .image-wrapper {
  display: flex;
  justify-content: center;
}
.convert-card > .image-wrapper img {
  width: 300px;
}
.convert-card > h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  color: rgba(1, 1, 1, 0.8117647059);
  padding-bottom: 32px;
  text-align: center;
}
.convert-card .sso-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  text-align: center;
}
.convert-card > p {
  position: relative;
  padding-bottom: 28px;
  vertical-align: middle;
}
.convert-card > p > button {
  position: absolute;
  bottom: 24px;
}
.convert-card .convert-confirm-button {
  margin-top: 12px;
}
.convert-card .convert-cancel-button {
  margin-top: 40px;
}

div.error-page-container {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
  padding-top: 40px;
}
div.error-page-container > div.card {
  width: 552px;
  height: 100%;
  padding: 48px 64px 200px;
  background-color: #fff;
}
div.error-page-container > div.card > div.image-wrapper {
  display: flex;
  justify-content: center;
}
div.error-page-container > div.card > div.image-wrapper img {
  width: 300px;
}

.subscriptions-section {
  display: block;
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.waiting-section-wrapper {
  padding: 50px 0;
  font-size: 18px;
  text-align: center;
}

.packs-section-error {
  font-size: 20px;
  text-align: center;
}

.academic-price-section {
  text-align: center;
}

.external-account-section {
  padding: 60px;
  text-align: center;
}

.purchase-history {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  overflow: hidden;
}
.purchase-history .purchase-history-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.purchase-history .purchase-history-header h2 {
  display: inline-flex;
  margin: 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
}
.purchase-history .purchase-history-header > button {
  display: inline-flex;
  padding: 20px;
  background: none;
  border: 0;
  outline: none;
}
.purchase-history .purchase-history-header > button:hover, .purchase-history .purchase-history-header > button:active {
  background-color: #f3f3f3;
}
.purchase-history .purchase-history-item {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #ddd;
}
.purchase-history .purchase-history-item .purchase-history-info {
  padding: 15px;
}
.purchase-history .purchase-history-item .purchase-history-info .date-range-subtext {
  font-size: 12px;
}
.purchase-history .purchase-history-item .purchase-history-info .canceled-subtext {
  font-size: 12px;
  color: #c61a1e;
}
.purchase-history .purchase-history-item .purchase-history-info .pack-type-text {
  margin: 0;
}
@media (width >= 800px) {
  .purchase-history .purchase-history-item .purchase-history-info {
    display: inline-flex;
    flex-flow: row;
    align-items: center;
  }
  .purchase-history .purchase-history-item .purchase-history-info .pack-type-text {
    width: 150px;
  }
  .purchase-history .purchase-history-item .purchase-history-info .canceled-subtext {
    margin-left: 100px;
  }
}
.purchase-history .purchase-history-item .purchase-history-price {
  padding: 15px;
  text-align: right;
}

.subscriptions-group-list {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 24px auto 0;
  margin-bottom: 30px;
}
.subscriptions-group-list > h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-bottom: 24px;
  color: rgba(1, 1, 1, 0.8117647059);
}
@media screen and (min-width: 600px) {
  .subscriptions-group-list > h2 {
    display: none;
  }
}

.subscriptions-sub-group {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
}

.subscriptions-sub {
  width: 100%;
  max-width: 400px;
  padding-bottom: 28px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 32px;
  overflow: hidden;
}
.subscriptions-sub > h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin: 40px 0 30px;
  text-align: center;
  color: rgba(1, 1, 1, 0.8117647059);
}
.subscriptions-sub .active-indicator {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-indent: 0px;
  padding: 8px 0;
  text-align: center;
}
.subscriptions-sub.active-sub {
  border: 6px solid rgba(0, 50, 250, 0.2196078431);
}
.subscriptions-sub.active-sub .active-indicator {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(12, 69, 255, 0.0705882353);
}

.pricing-header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.6);
}

.subscription-price-container {
  margin-bottom: 24px;
  text-align: center;
}

.subscription-price-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.subscription-price {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  color: rgba(1, 1, 1, 0.8117647059);
}

.subscription-price-nonbulk {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  color: rgba(1, 1, 1, 0.8117647059);
}

.subscription-year {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.6);
}

.subscription-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 24px;
}

.subscription-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 16px);
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.subscription-line.subscription-line-header {
  margin-top: 16px;
}
.subscription-line .line-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  text-indent: 0px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.subscription-line .line-label .hrm-btn-s {
  padding: 0;
}
.subscription-line .add-on {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.subscription-line .check {
  margin-right: 16px;
}

.button-group-container {
  display: flex;
  justify-content: center;
}

.button-group {
  padding: 4px;
  background-color: rgba(5, 5, 5, 0.0392156863);
  border-radius: 8px;
}
.button-group > button.is-active {
  background-color: #ffffff;
  border: 1px solid rgba(5, 5, 5, 0.2196078431);
}

.hrm-nav-layout.create-account-nav-layout {
  grid-template-areas: "app-bar" "main-content";
}
@media screen and (min-width: 600px) {
  .hrm-nav-layout.create-account-nav-layout {
    grid-template-columns: 1fr;
    grid-template-rows: 65px 1fr;
    grid-template-areas: "app-bar" "main-content";
  }
  .hrm-nav-layout.create-account-nav-layout .hrm-drawer-header-image {
    margin-left: 32px;
  }
}
.hrm-nav-layout.create-account-nav-layout .hrm-appbar-help-dropdown {
  display: block;
  width: auto;
}
.hrm-nav-layout.create-account-nav-layout .hrm-dropdown-item + .hrm-dropdown-item {
  padding-top: 8px;
}

.create-account-main-content {
  background-image: url(/static/img/repertoire.c91f19611b9384f05327.jpg);
  background-position: top left;
  background-position-y: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.create-account-container {
  max-width: 1280px;
  margin: 0 auto;
}

.create-account-form-wrapper {
  width: 100%;
  min-height: calc(100vh - 65px);
  margin-right: auto;
  padding: 32px 24px 48px;
  background: #ffffff;
  box-shadow: 0 26px 11px 0 rgba(0, 0, 0, 0.02), 0 15px 9px 0 rgba(0, 0, 0, 0.06), 0 7px 7px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 600px) {
  .create-account-form-wrapper {
    width: 480px;
  }
}
.create-account-form-wrapper h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding-top: 0;
  padding-bottom: 8px;
  color: rgba(1, 1, 1, 0.8117647059);
}
.create-account-form-wrapper h1 > .trial-subheading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  padding-top: 8px;
  padding-bottom: 12px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 600px) {
  .create-account-form-wrapper {
    padding-bottom: 64px;
  }
}

.login-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  margin-bottom: 24px;
  text-align: center;
}

@keyframes notePulse {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
.create-account-error-splash,
.sso-error-splash {
  text-align: center;
}

.create-account-loading-splash,
.create-account-success-splash,
.convert-account-success-splash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 32px;
}
.create-account-loading-splash p,
.create-account-success-splash p,
.convert-account-success-splash p {
  font-size: 18px;
  color: #898889;
}

.convert-account-success-splash {
  max-width: 500px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #fff;
}
.convert-account-success-splash p {
  color: #575759;
}

.create-account-success-splash {
  text-align: center;
}
.create-account-success-splash p {
  color: #575759;
}

.create-account-success-checkmark {
  margin: 0 auto 32px;
}
@media (min-width: 1024px) {
  .create-account-success-checkmark {
    margin: 32px auto 64px;
  }
}

.create-account-success-form {
  display: none;
}

.create-account-music-staff {
  display: flex;
  justify-content: center;
  position: relative;
  width: 260px;
  height: 50px;
  margin: 0 auto;
  background: repeating-linear-gradient(#fff, #fff 9.2px, #ccc 9.2px, #ccc 10px);
}
.create-account-music-staff:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0), #fff 85%);
}
.create-account-music-staff .hrm-icon {
  height: 30px;
  margin-top: 4px;
  font-size: 29.5px;
  color: #4338ca;
  opacity: 0;
  animation: notePulse 3.5s linear infinite;
}
.create-account-music-staff .hrm-icon:nth-child(2) {
  animation-delay: 0.25s;
  margin-top: 19px;
}
.create-account-music-staff .hrm-icon:nth-child(3) {
  animation-delay: 0.5s;
  margin-top: 14px;
}
.create-account-music-staff .hrm-icon:nth-child(4) {
  animation-delay: 0.75s;
  margin-top: 9px;
}
.create-account-music-staff .hrm-icon:nth-child(5) {
  animation-delay: 1s;
}

.create-account-form .hrm-dropdown-select-trigger,
.create-account-form .hrm-dropdown-content {
  width: 100%;
}
.create-account-form .form-side-by-side {
  display: flex;
  gap: 12px;
}
.create-account-form .hrm-form-group {
  margin-bottom: 16px;
}
.create-account-form .hrm-form-group .hrm-form-item {
  margin-bottom: 16px;
}
.create-account-form .hrm-form-group .hrm-form-item.is-required .hrm-form-label:after {
  content: "•";
  order: 2;
  margin-left: 3px;
  color: rgba(172, 3, 32, 0.8980392157);
}
.create-account-form .hrm-form-group .hrm-form-item.has-error .hrm-form-label:after {
  content: "\f1af";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  font-family: "hrm-icons";
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background: #b41c36;
  border-radius: 50%;
}
.create-account-form .hrm-form-group .hrm-form-item .hrm-form-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-indent: 0px;
  height: 28px;
}
.create-account-form .hrm-form-group .hrm-form-item .label-wrapper {
  display: flex;
  align-items: center;
  height: 28px;
}
.create-account-form .hrm-form-group .hrm-form-item:last-child {
  margin-bottom: 0;
}
.create-account-form .hrm-form-group:last-child {
  margin-bottom: 0;
}
.create-account-form .action-btn {
  margin-top: 32px;
}
.create-account-form .hrm-btn-success-alt[disabled],
.create-account-form .hrm-btn-success-alt[disabled]:hover {
  color: #fff;
  background: #5aa84b;
  border-color: transparent;
  opacity: 0.65;
}
.create-account-form label {
  text-transform: none;
}
@media (min-width: 1024px) {
  .create-account-form .dropdown-max-width .hrm-dropdown-select-value {
    max-width: 160px;
  }
}

.terms-and-conditions-link {
  margin-left: 40px;
}

.or {
  margin: 32px 0;
  text-align: center;
}
.or:after {
  content: "OR";
  position: relative;
  top: -11px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
}

.other-sso-options .hrm-accordion-label-wrapper {
  align-items: center;
}
.other-sso-options .hrm-accordion-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-indent: 0px;
}
.other-sso-options .hrm-accordion-content {
  padding: 16px 0 0;
}

.hrm-accordion.hrm-accordion-secondary:after {
  background: none;
}

.external-login-buttons {
  max-width: 343px;
  margin: 0 auto;
}

.sso-subheading {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.invisible {
  visibility: hidden;
}

.overageofcompliance-field .hrm-call-out {
  margin: 12px 0;
}

.radio-button-field .hrm-form-label {
  font-weight: 400;
}
.radio-button-field .hrm-form-label:after {
  content: "*";
  margin-left: 4px;
  color: rgba(172, 3, 32, 0.8980392157);
}
.radio-button-field .radio-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.radio-button-field .hrm-form-error {
  padding-left: 0;
}
.radio-button-field.has-error span {
  color: #c61a1e;
}

.create-account-form .has-error .hrm-checkbox-label {
  color: rgba(172, 3, 32, 0.8980392157);
}
.create-account-form .has-error .hrm-checkbox ~ .hrm-form-error {
  margin-left: 40px;
}

h1 {
  text-align: center;
}
