@charset "UTF-8";
/* avoid issues with charater encoding 
https://en.wikipedia.org/wiki/UTF-8 */
@font-face {
  font-family: "Circular Std";
  font-weight: 450;
  src: url("https://downloads.charityjob.co.uk/assets/fonts/circular-std-book.woff2") format("woff2"), url("https://downloads.charityjob.co.uk/assets/fonts/circular-std-book.woff") format("woff");
}
@font-face {
  font-family: "Circular Std";
  font-weight: 700;
  src: url("https://downloads.charityjob.co.uk/assets/fonts/circular-std-bold.woff2") format("woff2"), url("https://downloads.charityjob.co.uk/assets/fonts/circular-std-bold.woff") format("woff");
}
/********************** classes ***********************************/

.bold-headline {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.bold-title2 {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}

.bold-title1 {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
/** Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}

/* Responsive images and other embedded objects */
img,
object,
picture,
svg {
  display: block;
  max-width: 100%;
  border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

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

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

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

button {
  border: none;
  border-style: none;
}
button:active, button:focus-visible {
  outline: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.border-black-20 {
  border-color: var(--black-20);
}

.border-y-1 {
  border-block-style: solid;
  border-block-width: 1px;
}
@media screen and (width >= 734px) {
  .smu\:border-x-1 {
    border-inline-style: solid;
    border-inline-width: 1px;
  }
}

.navy-100 {
  color: #002a6f;
}

.bg-black-4 {
  background-color: #f8f8f8;
}

.bg-black-0 {
  background-color: #fff;
}
img.navy-100 {
  filter: invert(7%) sepia(60%) saturate(7479%) hue-rotate(213deg) brightness(97%) contrast(101%);
}
svg.navy-100 path {
  fill: #002a6f;
}

:root {
  --blue-120: #035b9e;
  --blue-110: #0467b2;
  --blue-100: #0472c6;
  --blue-60: #68aadd;
  --blue-20: #cde3f4;
  --blue-10: #dff1ff;
  --blue-5: #edf7ff;
  --navy-120: #002259;
  --navy-100: #002a6f;
  --navy-60: #667fa9;
  --navy-20: #ccd4e2;
  --navy-10: #e6eaf1;
  --yellow-120: #c79e00;
  --yellow-110: #e0b200;
  --yellow-100: #f9c600;
  --yellow-60: #fbdd66;
  --yellow-20: #fef4cc;
  --yellow-10: #fef9e6;
  --pink-120: #b80f47;
  --pink-110: #cf1150;
  --pink-100: #e61359;
  --pink-60: #f0719b;
  --pink-20: #fad0de;
  --pink-10: #fce7ee;
  --black-120: #000;
  --black-100: #262626;
  --black-60: #757575;
  --black-40: #a8a8a8;
  --black-20: #dadadb;
  --black-10: #ebebeb;
  --black-5: #f1f1f1;
  --black-4: #f8f8f8;
  --black-0: #fff;
  --green-120: #0e6d31;
  --green-110: #0f7a37;
  --green-100: #11883d;
  --green-60: #70b88b;
  --green-20: #cfe7d8;
  --green-10: #e7f3ec;
  --red-120: #b81222;
  --red-110: #cf1427;
  --red-100: #e6162b;
  --red-60: #f5887f;
  --red-20: #fad0d5;
  --red-10: #fce8ea;
}

/** 
The sizing utilities is used in following format:
  1. All sizes are in multiples of 5 and only measured in 

    a) percentage

    b) relative viewport

    c) auto


  2. height and widths classes are are prefixed with 'w','min-w', 'max-w' and  'h', 'min-h', 'max-h'. 
     The is then then follow by an hypen with desired measure.  

     Examples:

     w-25 will result in width: 25%
     h-75 will result in height: 75%
     min-w-100 will result in min-width: 100%

  3. To make relative viewport styles such 'vw' and 'vh', prefix each class with the unit and follow with measure 

    Examples: 

    vh-75 will result in height: 75vh
    vw-100 will result in width: 100vw
*/

.w-max-content {
  width: max-content;
}

.h-48px {
  height: 48px;
}

.w-100 {
  width: 100%;
}

.max-w-800px {
  max-width: 800px;
}
@media screen and (width >= 734px) {
  .smu\:max-w-560px {
    max-width: 560px;
  }
}
.fixed {
  position: fixed;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

@media screen and (width >= 734px) {
  .smu\:curve-12 {
    border-radius: 12px;
  }
}

.text-link {
  color: #0472c6;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}
.text-link svg {
  fill: #0472c6;
  height: 20px;
  width: 20px;
}
.text-link:hover {
  color: #035b9e;
  text-decoration: underline;
}
.text-link:hover svg {
  fill: #035b9e;
}
.text-link:focus {
  color: #035b9e;
  text-decoration: none;
}
.text-link:focus svg {
  fill: #035b9e;
}
.text-link:focus-visible {
  border-color: #002a6f;
  outline: rgba(4, 114, 198, 0.5) solid 2px;
  outline-offset: 2px;
  border-radius: 4px;
}
.text-link.body {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
  color: #0472c6;
}
.text-link.body:hover, .text-link.body:focus, .text-link.body:focus-visible {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
  color: #035b9e;
}
.text-link.headline {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #002a6f;
  color: #0472c6;
}
.text-link.headline:hover, .text-link.headline:focus, .text-link.headline:focus-visible {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #002a6f;
  color: #035b9e;
}
.text-link.-negative {
  color: #e6162b;
}
.text-link.-negative svg {
  fill: #e6162b;
}
.text-link.-negative:hover {
  color: #b81222;
}
.text-link.-negative:hover svg {
  fill: #b81222;
}
.text-link:disabled, .text-link.-disabled {
  color: #757575;
  cursor: not-allowed;
}
.text-link:disabled svg, .text-link.-disabled svg {
  fill: #757575;
}

button.text-link, button.text-link:active, button.text-link:focus, button.text-link:focus-visible, button.text-link:focus-within, button.text-link:hover, button.text-link:target, button.text-link:disabled {
  background: unset;
  width: unset;
  height: unset;
  background: unset;
  padding: unset;
  line-height: inherit;
  border: unset;
  text-align: unset;
}

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

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

@media screen and (width >= 734px) {
  .smu\:flex-row {
    flex-direction: row;
  }
}

@media screen and (width >= 1024px) {
  .mdu\:flex-row {
    flex-direction: row;
  }
}

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

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

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

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

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-20 {
  gap: 20px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

@media screen and (width >= 734px) {
  .smu\:gap-20 {
    gap: 20px;
  }
}

@media screen and (width >= 734px) {
  .smu\:gap-32 {
    gap: 32px;
  }
}
.row {
  display: flex;
  flex-flow: row wrap;
}
.flex-grow-1 {
  flex-grow: 1;
}

/**  DISPLAY UTILITIES */
.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-contents {
  display: contents;
}

/** DISPLAY UTILITIES */

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

button,
[role=button],
.btn {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
  border: 1px solid transparent;
  line-height: 0;
  white-space: nowrap;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
button svg,
[role=button] svg,
.btn svg {
  fill: currentColor;
}
button > [type=file],
[role=button] > [type=file],
.btn > [type=file] {
  all: unset;
  opacity: 0;
  width: 0px;
  height: 0px;
  position: absolute;
}
button, button.-md,
[role=button],
[role=button].-md,
.btn,
.btn.-md {
  height: 38px;
  padding: 8px 15px;
}
 button.-sm,
[role=button].-sm,
.btn.-sm {
  height: 32px;
  padding: 3px 11px;
  gap: 8px;
}
button.large, button.-lg,
[role=button].large,
[role=button].-lg,
.btn.large,
.btn.-lg {
  height: 48px;
  padding: 11px 15px;
}
button, button.primary, button.-primary,
[role=button],
[role=button].primary,
[role=button].-primary,
.btn,
.btn.primary,
.btn.-primary {
  color: #fff;
  background-color: #0472c6;
}
button:hover, button:focus, button:focus-visible, button.primary:hover, button.primary:focus, button.primary:focus-visible, button.-primary:hover, button.-primary:focus, button.-primary:focus-visible,
[role=button]:hover,
[role=button]:focus,
[role=button]:focus-visible,
[role=button].primary:hover,
[role=button].primary:focus,
[role=button].primary:focus-visible,
[role=button].-primary:hover,
[role=button].-primary:focus,
[role=button].-primary:focus-visible,
.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn.primary:hover,
.btn.primary:focus,
.btn.primary:focus-visible,
.btn.-primary:hover,
.btn.-primary:focus,
.btn.-primary:focus-visible {
  background-color: #035b9e;
}
button:active, button.primary:active, button.-primary:active,
[role=button]:active,
[role=button].primary:active,
[role=button].-primary:active,
.btn:active,
.btn.primary:active,
.btn.-primary:active {
  color: #002a6f;
  background-color: #dff1ff;
}
button:disabled, button.disabled, button.primary:disabled, button.primary.disabled, button.-primary:disabled, button.-primary.disabled,
[role=button]:disabled,
[role=button].disabled,
[role=button].primary:disabled,
[role=button].primary.disabled,
[role=button].-primary:disabled,
[role=button].-primary.disabled,
.btn:disabled,
.btn.disabled,
.btn.primary:disabled,
.btn.primary.disabled,
.btn.-primary:disabled,
.btn.-primary.disabled {
  color: #757575;
  background-color: #f1f1f1;
  cursor: not-allowed;
}
button.destructive, button.-destructive,
[role=button].destructive,
[role=button].-destructive,
.btn.destructive,
.btn.-destructive {
  background-color: #e6162b;
}
button.destructive:hover, button.destructive:focus-visible, button.-destructive:hover, button.-destructive:focus-visible,
[role=button].destructive:hover,
[role=button].destructive:focus-visible,
[role=button].-destructive:hover,
[role=button].-destructive:focus-visible,
.btn.destructive:hover,
.btn.destructive:focus-visible,
.btn.-destructive:hover,
.btn.-destructive:focus-visible {
  background-color: #b81222;
}
button.destructive:active, button.-destructive:active,
[role=button].destructive:active,
[role=button].-destructive:active,
.btn.destructive:active,
.btn.-destructive:active {
  background-color: #fce8ea;
}
button.destructive:disabled, button.-destructive:disabled,
[role=button].destructive:disabled,
[role=button].-destructive:disabled,
.btn.destructive:disabled,
.btn.-destructive:disabled {
  color: #757575;
  background-color: #f1f1f1;
}
button.secondary, button.-secondary,
[role=button].secondary,
[role=button].-secondary,
.btn.secondary,
.btn.-secondary {
  background-color: #fff;
  color: #0472c6;
  border-color: #0472c6;
}
button.secondary:hover, button.secondary:focus-visible, button.-secondary:hover, button.-secondary:focus-visible,
[role=button].secondary:hover,
[role=button].secondary:focus-visible,
[role=button].-secondary:hover,
[role=button].-secondary:focus-visible,
.btn.secondary:hover,
.btn.secondary:focus-visible,
.btn.-secondary:hover,
.btn.-secondary:focus-visible {
  background-color: #dff1ff;
  color: #035b9e;
  border-color: #035b9e;
}
button.secondary:active:not(:disabled), button.-secondary:active:not(:disabled),
[role=button].secondary:active:not(:disabled),
[role=button].-secondary:active:not(:disabled),
.btn.secondary:active:not(:disabled),
.btn.-secondary:active:not(:disabled) {
  border-color: transparent;
  background-color: #edf7ff;
  color: #002a6f;
}
button.secondary:disabled,
button.secondary .disabled, button.-secondary:disabled,
button.-secondary .disabled,
[role=button].secondary:disabled,
[role=button].secondary .disabled,
[role=button].-secondary:disabled,
[role=button].-secondary .disabled,
.btn.secondary:disabled,
.btn.secondary .disabled,
.btn.-secondary:disabled,
.btn.-secondary .disabled {
  color: #757575;
  background-color: #fff;
  border: 1px solid #757575;
}
button.secondary.destructive, button.-secondary.-destructive,
[role=button].secondary.destructive,
[role=button].-secondary.-destructive,
.btn.secondary.destructive,
.btn.-secondary.-destructive {
  background-color: #fff;
  color: #e6162b;
  border-color: #e6162b;
}
button.secondary.destructive:hover, button.secondary.destructive:focus-visible, button.-secondary.-destructive:hover, button.-secondary.-destructive:focus-visible,
[role=button].secondary.destructive:hover,
[role=button].secondary.destructive:focus-visible,
[role=button].-secondary.-destructive:hover,
[role=button].-secondary.-destructive:focus-visible,
.btn.secondary.destructive:hover,
.btn.secondary.destructive:focus-visible,
.btn.-secondary.-destructive:hover,
.btn.-secondary.-destructive:focus-visible {
  background-color: #fce8ea;
  color: #b81222;
  border-color: #b81222;
}
button.secondary.destructive:active, button.-secondary.-destructive:active,
[role=button].secondary.destructive:active,
[role=button].-secondary.-destructive:active,
.btn.secondary.destructive:active,
.btn.-secondary.-destructive:active {
  border-color: transparent;
  background-color: #fce8ea;
  color: #002a6f;
}
button.secondary.destructive:disabled, button.-secondary.-destructive:disabled,
[role=button].secondary.destructive:disabled,
[role=button].-secondary.-destructive:disabled,
.btn.secondary.destructive:disabled,
.btn.-secondary.-destructive:disabled {
  color: #757575;
  background-color: #fff;
  border: 1px solid #757575;
}

.icon-button {
  all: unset;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  color: #002a6f;
  padding: 0;
  height: auto;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.icon-button.-lg {
  padding: unset;
  width: 44px;
  height: 44px;
}
.icon-button svg {
  fill: currentColor;
  display: flex;
}
.icon-button:focus {
  color: #002a6f;
  background-color: transparent;
}
.icon-button:focus-visible {
  outline: none;
}
.icon-button:focus-visible::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  outline: 2px solid #cde3f4;
  outline-offset: 4px;
}
.icon-button:hover, .icon-button.active, .icon-button.-active {
  color: #0472c6;
  background-color: unset;
}
.icon-button.neutral {
  color: #fff;
}
.icon-button.neutral:hover, .icon-button.neutral.active, .icon-button.neutral:focus {
  color: #fff;
}
.icon-button.success {
  color: #11883d;
}
.icon-button.success:hover, .icon-button.success.active, .icon-button.success:focus {
  color: #0e6d31;
}
.icon-button.error, .icon-button.-error {
  color: #e6162b;
}
.icon-button.error:hover, .icon-button.error.active, .icon-button.error:focus, .icon-button.-error:hover, .icon-button.-error.active, .icon-button.-error:focus {
  color: #b81222;
}
.icon-button:disabled, .icon-button:disabled:hover {
  box-shadow: none;
  border: none;
  background-color: transparent;
  opacity: 1;
  color: #dadadb;
  cursor: not-allowed;
}
.icon-button:disabled.neutral, .icon-button:disabled.neutral:hover, .icon-button:disabled:hover.neutral, .icon-button:disabled:hover.neutral:hover {
  color: #fff;
  opacity: 0.3;
}
.icon-button:disabled.error, .icon-button:disabled.error:hover, .icon-button:disabled:hover.error, .icon-button:disabled:hover.error:hover {
  color: #fad0d5;
}
.icon-button:disabled.success, .icon-button:disabled.success:hover, .icon-button:disabled:hover.success, .icon-button:disabled:hover.success:hover {
  color: #cfe7d8;
}

.social-media-button {
  all: unset;
  height: 48px;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  max-width: 276px;
  flex-grow: 1;
  flex-shrink: 1;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #dadadb;
  line-height: 0;
  white-space: nowrap;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  container-type: inline-size;
}
.social-media-button > .icon {
  width: 24px;
  height: 24px;
}
.social-media-button > .text {
  display: none;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
}
@container (min-width: 140px) {
  .social-media-button > .text {
    display: unset;
    color: #262626;
  }
}
.social-media-button:hover, .social-media-button:active, .social-media-button:focus, .social-media-button:focus-visible {
  background-color: #f1f1f1;
  border-color: #a8a8a8;
}
.social-media-button:focus-visible {
  border-color: #002a6f;
  outline: rgba(4, 114, 198, 0.5) solid 2px;
  outline-offset: 2px;
}
.checkbox {
  display: flex;
  flex-direction: row;
  gap: 8px;
  position: relative;
  cursor: pointer;
  margin: 0;
  align-items: center;
  justify-content: start;
  line-height: 1.4;
  user-select: none;
  /* On mouse-over, add a blue background color */
  /* Hide the browser's default checkbox */
}
.checkbox:hover input[type=checkbox]:not(:disabled) ~ .checkbox-checkmark {
  border-color: #035b9e;
}
.checkbox:hover input[type=checkbox]:checked ~ .checkbox-checkmark, .checkbox:hover input[type=checkbox]:indeterminate ~ .checkbox-checkmark {
  border-color: #035b9e;
  background: #035b9e;
}
.checkbox input[type=checkbox]:disabled ~ .checkbox-checkmark {
  border-color: #dadadb;
  background: #ebebeb;
}
.checkbox input[type=checkbox]:disabled:checked ~ .checkbox-checkmark,
.checkbox input[type=checkbox]:disabled:indeterminate ~ .checkbox-checkmark {
  border-color: #cde3f4;
  background: #cde3f4;
}
.checkbox .checkbox-checkmark {
  display: flex;
  height: 22px;
  width: 22px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 1px;
  background: #fff;
  border: 2px solid #dadadb;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  align-self: start;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.checkbox .checkbox-checkmark .has-icon {
  display: none;
}
.checkbox .checkbox-checkmark.-hover {
  border-color: #035b9e;
}
.checkbox .checkbox-checkmark:after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
}
.checkbox:has(input:focus-visible) .checkbox-checkmark {
  outline: rgba(4, 114, 198, 0.5) solid 2px;
  outline-offset: 2px;
}
.checkbox.compact .checkbox-checkmark {
  border-radius: 4px;
  border-width: 1px;
  height: 16px;
  width: 16px;
  margin: 0;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  height: 0;
  position: absolute;
  /* When the checkbox is checked, add a blue background */
}
.checkbox input[type=checkbox]:checked ~ .checkbox-checkmark, .checkbox input[type=checkbox]:indeterminate ~ .checkbox-checkmark {
  background: #0472c6;
  border-color: #0472c6;
  /* Show the checkmark when checked */
}
.checkbox input[type=checkbox]:checked ~ .checkbox-checkmark .has-icon, .checkbox input[type=checkbox]:indeterminate ~ .checkbox-checkmark .has-icon {
  display: grid;
  position: absolute;
}
.checkbox input[type=checkbox]:checked ~ .checkbox-checkmark.-hover, .checkbox input[type=checkbox]:indeterminate ~ .checkbox-checkmark.-hover {
  background: #035b9e;
  border-color: #035b9e;
}
.checkbox input[type=checkbox]:checked ~ .checkbox-checkmark:after, .checkbox input[type=checkbox]:indeterminate ~ .checkbox-checkmark:after {
  display: block;
}
.checkbox input[type=checkbox]:indeterminate ~ .checkbox-checkmark .checkbox-icon {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8C2 7.44772 2.44772 7 3 7H13C13.5523 7 14 7.44772 14 8C14 8.55228 13.5523 9 13 9H3C2.44772 9 2 8.55228 2 8Z' fill='white'/%3E%3C/svg%3E");
  min-width: 16px;
  min-height: 16px;
}
.checkbox input[type=checkbox]:checked ~ .checkbox-checkmark .checkbox-icon {
  background: url("data:image/svg+xml, %3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.82842 12.2381L2.29289 8.70261C1.90237 8.31209 1.90237 7.67892 2.29289 7.2884C2.68342 6.89788 3.31658 6.89788 3.70711 7.2884L6.53552 10.1168L12.8995 3.75285C13.29 3.36233 13.9232 3.36233 14.3137 3.75285C14.7042 4.14338 14.7042 4.77654 14.3137 5.16707L7.2467 12.2341C7.24535 12.2354 7.244 12.2368 7.24264 12.2381C6.97587 12.5049 6.59587 12.5894 6.25734 12.4917C6.16224 12.4643 6.07041 12.4225 5.98529 12.3663C5.92984 12.3297 5.87723 12.2869 5.82842 12.2381Z' fill='white'/%3E%3C/svg%3E ");
  min-width: 16px;
  min-height: 16px;
}
.checkbox .checkbox-label-text {
  line-height: 24px;
}

/**** cj specific checkbox ****/
.cj-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin: 1px;
  border: 2px solid #dadadb;
  border-radius: 5px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  outline: none;
  transition: background-color 0.2s, border-color 0.2s;
  position: relative;
}
.cj-checkbox.compact {
  width: 20px;
  height: 20px;
}
.cj-checkbox:hover {
  border-color: #035b9e;
}
.cj-checkbox:checked {
  background-color: #0472c6;
  border-color: #0472c6;
}
.cj-checkbox:checked:hover {
  background-color: #035b9e;
  border-color: #035b9e;
}
.cj-checkbox:checked::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.82842 12.2381L2.29289 8.70261C1.90237 8.31209 1.90237 7.67892 2.29289 7.2884C2.68342 6.89788 3.31658 6.89788 3.70711 7.2884L6.53552 10.1168L12.8995 3.75285C13.29 3.36233 13.9232 3.36233 14.3137 3.75285C14.7042 4.14338 14.7042 4.77654 14.3137 5.16707L7.2467 12.2341C7.24535 12.2354 7.244 12.2368 7.24264 12.2381C6.97587 12.5049 6.59587 12.5894 6.25734 12.4917C6.16224 12.4643 6.07041 12.4225 5.98529 12.3663C5.92984 12.3297 5.87723 12.2869 5.82842 12.2381Z' fill='white'/%3E%3C/svg%3E") no-repeat center center;
}
.cj-checkbox:indeterminate {
  background-color: #0472c6;
  border-color: #0472c6;
}
.cj-checkbox:indeterminate::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 8C2 7.44772 2.44772 7 3 7H13C13.5523 7 14 7.44772 14 8C14 8.55228 13.5523 9 13 9H3C2.44772 9 2 8.55228 2 8Z' fill='white'/%3E%3C/svg%3E") no-repeat center center;
}
.cj-checkbox:disabled {
  border-color: #dadadb;
  background: #ebebeb;
  cursor: not-allowed;
}
.cj-checkbox:disabled:checked, .cj-checkbox:disabled:indeterminate {
  background-color: #cde3f4;
  border-color: #cde3f4;
}
.cj-checkbox:has(+ label) + label {
  font-size: 16px;
  font-weight: 450;
  color: var(--Black-100, #262626);
  cursor: pointer;
  margin-left: 8px;
}

label:has(+ .cj-checkbox) {
  font-size: 16px;
  font-weight: 450;
  color: var(--Black-100, #262626);
  cursor: pointer;
}
label:has(+ .cj-checkbox) + .cj-checkbox, .cj-checkbox + label:has(+ .cj-checkbox) {
  margin-left: 8px;
}

cj-password-requirements .requirements {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4px;
  gap: 4px;
}
cj-password-requirements .requirements .requirement {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  display: inline-flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;
  line-height: 22px;
}
cj-password-requirements .requirements .requirement.-met svg {
  color: var(--green-100);
}
cj-password-requirements .requirements .requirement.-unmet svg {
  color: var(--red-100);
}

.form-field:has(cj-password-requirements:not([hidden])) .error-message {
  display: none;
}

cj-select {
  position: relative;
  display: flex;
  width: 100%;
  height: 48px;
  color: var(--black-100);
  background-color: var(--black-0);
  border: 1px solid var(--black-20);
  border-radius: 8px;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
}
cj-select > cj-option {
  display: none;
}
cj-select:focus-visible {
  outline: rgba(4, 114, 198, 0.5) solid 2px;
  outline-offset: 2px;
}
cj-select[open] {
  border-color: var(--navy-100);
}
cj-select[compact] {
  height: 32px;
  padding: 4px 12px;
}
cj-select:hover, cj-select:focus-visible {
  border-color: var(--navy-60);
}
cj-select[error] {
  border: 1px solid var(--red-100);
  border-radius: 8px;
}
cj-select[error]:hover {
  border-color: var(--red-100);
}
cj-select[disabled] {
  pointer-events: none;
  background: var(--black-10);
  border: 1px solid var(--black-20);
  cursor: not-allowed;
}
cj-select[disabled] > .icon {
  color: var(--black-40);
}
cj-select > .text {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  display: flex;
  position: relative;
  color: var(--black-100);
  display: flex;
  align-items: center;
  flex-grow: 1;
}
cj-select > .text > .placeholder {
  color: var(--black-60);
}
cj-select > .icon {
  color: var(--navy-100);
  flex-shrink: 0;
}
cj-select > .dropdown {
  border: 1px solid var(--navy-100);
  overflow: auto;
  max-height: 162px;
  border-radius: 8px;
  margin-top: 4px;
  height: fit-content;
  min-width: 100%;
  width: fit-content;
  background-color: var(--black-0);
  box-shadow: 0px 4px 10px rgba(0, 34, 89, 0.15);
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  scrollbar-width: auto;
  scrollbar-color: #757575;
}
cj-select > .dropdown[hidden] {
  display: none;
}
cj-select > .dropdown::-webkit-scrollbar {
  height: 16px;
  width: 16px;
}
cj-select > .dropdown::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
  border: 4.5px solid transparent;
  background-clip: padding-box;
  border-radius: 99px;
}
cj-select > .dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}
cj-select > .dropdown > .option {
  position: relative;
  padding: 8px 16px;
  height: 40px;
  flex-shrink: 0;
  flex-grow: 0;
}
cj-select > .dropdown > .option[selected] {
  font-weight: 700;
  color: var(--blue-110);
}
cj-select > .dropdown > .option[selected]:hover {
  color: var(--blue-110);
}
cj-select > .dropdown > .option:hover, cj-select > .dropdown > .option.hovered {
  background: var(--blue-5);
  color: var(--blue-110);
  cursor: pointer;
}

.form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-field:has(> [required]) .label::after, .form-field:has(> [data-val-required]) .label::after {
  content: "*";
}
.form-field .label,
.form-field .legend {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
  display: flex;
  align-items: center;
  align-self: start;
  color: #002a6f;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 4px;
}
.form-field .label:empty,
.form-field .legend:empty {
  display: none;
}
.form-field .description,
.form-field .error-message {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  display: flex;
  align-items: center;
  align-self: start;
  flex: none;
  order: 2;
  flex-grow: 0;
  margin-top: 4px;
}
.form-field .description:empty,
.form-field .error-message:empty {
  display: none;
}
.form-field .description {
  color: #757575;
}
.form-field .description.-on-checked {
  display: none;
}
.form-field:has(input:checked) .description.-on-checked {
  display: flex;
}
.form-field .error-message {
  color: #e6162b;
}
.form-field .error-message:not(:empty) + .description {
  display: none;
}
form .input-validation-error {
  border-color: #e6162b;
}

.input {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  box-sizing: border-box;
  display: block;
  padding: 11px 15px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dadadb;
  border-radius: 8px;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  color: #262626;
}
.input:hover {
  border-color: #667fa9;
}
.input:focus {
  border-color: #002a6f;
  outline: none;
}
.input:focus-visible {
  border-color: #002a6f;
  outline: rgba(4, 114, 198, 0.5) solid 2px;
  outline-offset: 2px;
}
.input:disabled, .input.disabled {
  background-color: #ebebeb;
  border-color: #dadadb;
  color: #262626;
  cursor: not-allowed;
  /* Fix for Apple and Android browsers */
}
.input:disabled:not(:placeholder-shown), .input.disabled:not(:placeholder-shown) {
  opacity: 1;
  -webkit-text-fill-color: #262626;
}
.input::placeholder {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  color: #757575;
  opacity: 1;
}
.input.error, .input[aria-invalid=true] {
  border-color: #e6162b;
}
.input.compact {
  padding: 3px 11px;
}

.label {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
}
.label.mandatory:after {
  content: "*";
}

.combobox.error {
  border: 1px solid #e6162b;
}
.combobox.error:hover, .combobox.error:focus, .combobox.error:focus-within {
  border: 1px solid #e6162b;
}

.radio-button {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  gap: 8px;
  position: relative;
  cursor: pointer;
  align-items: center;
}
.radio-button:hover .radio-toggle, .radio-button.-hover .radio-toggle {
  border: 2px solid #035b9e;
}
.radio-button:hover .radio-toggle:before, .radio-button.-hover .radio-toggle:before {
  background: #035b9e;
}
.radio-button:hover input[type=radio]:checked ~ .radio-toggle, .radio-button.-hover input[type=radio]:checked ~ .radio-toggle {
  border: 2px solid #035b9e;
}
.radio-button .radio-label {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  color: #262626;
}
.radio-button .radio-toggle {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 1px;
  border-radius: 50%;
  background: #fff 0 0% no-repeat padding-box;
  border: 2px solid #dadadb;
  /* Inner circle style in default unchecked state is hidden */
}
.radio-button .radio-toggle:before {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0472c6;
  content: "";
  position: absolute;
  display: none;
}
.radio-button:has(input:focus-visible):not(.-contained):not(.-contained-icon) .radio-toggle, .radio-button:has(input:focus-visible).-contained-icon {
  outline: rgba(4, 114, 198, 0.5) solid 2px;
  outline-offset: 2px;
}
.radio-button.-contained-icon {
  box-shadow: inset 0 0 0px 1px #dadadb;
  border-radius: 8px;
  padding-inline: 16px;
  padding-block: 12px;
}
.radio-button.-contained-icon .radio-label {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
  color: #002a6f;
  flex-grow: 1;
}
.radio-button.-contained-icon:hover {
  box-shadow: inset 0 0 0px 1px #667fa9;
}
.radio-button.-contained-icon:has(input[type=radio]:checked) {
  box-shadow: inset 0 0 0px 2px #002a6f;
}
.radio-button input[type=radio] {
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
}
.radio-button input[type=radio]:checked ~ .radio-toggle {
  background: #fff;
  border: 2px solid #0472c6;
}
.radio-button input[type=radio]:checked ~ .radio-toggle:before {
  display: block;
}
.radio-button input[type=radio]:disabled ~ .radio-toggle {
  border: 2px solid #dadadb;
  background: #ebebeb 0 0% no-repeat padding-box;
  cursor: not-allowed;
}
.radio-button input[type=radio]:disabled ~ .radio-toggle:before {
  display: none;
}
.radio-button input[type=radio]:disabled ~ .radio-label {
  cursor: not-allowed;
}
.radio-button input[type=radio]:disabled:checked ~ .radio-toggle {
  border: 2px solid #cde3f4;
  background: #fff;
  cursor: not-allowed;
}

*:has(> .radio-input) {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}
*:has(> .radio-input) label {
  position: relative;
  cursor: pointer;
  line-height: 24px;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  color: #262626;
}
*:has(> .radio-input) label:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><circle cx='12' cy='12' r='10' fill='white' stroke='rgb(218,218,219)' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
}

.disabled {
  cursor: not-allowed;
}

textarea.input {
  resize: none;
  height: 144px;
  scrollbar-width: auto;
  scrollbar-color: #757575;
}
textarea.input::-webkit-scrollbar {
  height: 16px;
  width: 16px;
}
textarea.input::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
  border: 4.5px solid transparent;
  background-clip: padding-box;
  border-radius: 99px;
}
textarea.input::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}

.avatar {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
}
.avatar.-sm {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 18px;
  color: #262626;
  color: unset;
}
.avatar.-md {
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  color: unset;
}
.avatar.-lg {
  width: 48px;
  height: 48px;
  min-width: 48px;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  color: unset;
}
.avatar.-xl {
  width: 80px;
  height: 80px;
  min-width: 80px;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 22px;
  line-height: 32px;
  color: #262626;
  color: unset;
}
.avatar.-candidate {
  background-color: #cde3f4;
  color: #002a6f;
}
.avatar.-recruiter {
  color: #fff;
  background-color: #002a6f;
}
.avatar.-candidate.-active, .avatar.-recruiter.-active {
  color: #fff;
  background-color: #0472c6;
}

.chip {
  all: unset;
  border-radius: 8px;
  background: #dff1ff;
  padding: 4px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  color: #002a6f;
  height: auto;
  max-width: 100%;
  text-overflow: ellipsis;
}
.chip:hover, .chip:focus-visible, .chip:focus, .chip.hovered {
  background: #cde3f4;
}
.chip:focus-visible {
  outline: rgba(4, 114, 198, 0.5) solid 2px;
  outline-offset: 2px;
}
.chip.disabled {
  color: #262626;
  background: #dadadb;
}
.chip svg {
  fill: #002a6f;
  pointer-events: auto;
  cursor: pointer;
}
.chip svg:focus {
  outline: none;
}

cj-content-control:not([open=true]) > slot[name=content],
cj-content-control:not([open=true]) > [slot=content] {
  display: none;
}

.divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  color: #757575;
}
.divider > .rule {
  border: none;
  border-top: 1px solid #dadadb;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.divider > .text {
  flex-grow: 0;
  flex-shrink: 0;
  color: #262626;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}


cj-snackbar-item {
  padding: 8px 12px;
  gap: 12px;
  width: fit-content;
  max-width: 328px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  border-radius: 8px;
  flex-shrink: 1;
  box-shadow: 0px 8px 20px rgba(0, 34, 89, 0.15);
}

cj-snackbar-item[variant=constructive] {
  background-color: #11883d;
}

cj-snackbar-item.-destructive,
cj-snackbar-item[variant=destructive] {
  background-color: #e6162b;
}

cj-snackbar-item .message,
cj-snackbar-item::part(message) {
  flex-grow: 1;
  flex-shrink: 1;
}

cj-snackbar-item .close,
cj-snackbar-item::part(close) {
  color: #fff;
  flex-shrink: 0;
  flex-grow: 0;
}

cj-snackbar-item .close:hover,
cj-snackbar-item::part(close):hover {
  opacity: 0.5;
}

cj-snackbar-item[state=entering] {
  animation: slideLeft 100ms ease-in;
}

cj-snackbar-item[state=exiting] {
  animation: slideRight 100ms ease-out;
}

cj-snackbar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 16px;
  overflow-x: hidden;
}

@keyframes slideRight {
  from {
    transform: translateX(var(--radix-toast-swipe-end-x));
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.tag {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #002a6f;
  padding: 2px 8px;
  width: fit-content;
  height: fit-content;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
 .tag.-sm {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #002a6f;
  padding: 0px 5px;
  border-radius: 4px;
}
.tag.-yellow-solid {
  background-color: #f9c600;
  color: #262626;
}
.tag.-red-solid {
  background-color: #e6162b;
  color: #fff;
}
.tag.danger {
  background-color: #fce8ea;
  color: #cf1427;
}
.tag.success {
  background-color: #cfe7d8;
  color: #0e6d31;
}
.tag.neutral {
  background-color: #f1f1f1;
  color: #262626;
}

:has(> tool-tip) {
  position: relative;
}

thead:has(tool-tip) {
  position: relative;
  z-index: 1;
}

/* to inform for screen readers only */

.tooltip-container {
  display: flex;
  position: relative;
  align-items: center;
  width: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.tooltip-container:hover:not(.show-on-click) .tooltip-box {
  display: block;
}
.tooltip-container .tooltip-box {
  display: none;
  position: absolute;
  border-radius: 8px;
  left: 50%;
  background: #262626;
  z-index: 1000;
  padding: 2px 8px;
  width: 240px;
  max-width: max-content;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  color: #fff;
  /* Top */
  /* Start */
  /* End */
  /* Right */
  /* Bottom */
  /* Bottom Start */
  /* Bottom End */
  /* Left */
}
.tooltip-container .tooltip-box::before {
  content: " ";
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 4px;
  margin-left: -4px;
}
.tooltip-container .tooltip-box.top {
  bottom: 32px;
  transform: translateX(-50%);
}
.tooltip-container .tooltip-box.top::before {
  top: 100%;
  border-top-color: #262626;
}
.tooltip-container .tooltip-box.right {
  left: calc(100% + 8px);
  top: 50%;
  transform: translateX(0) translateY(-50%);
}
.tooltip-container .tooltip-box.right::before {
  left: -4px;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  border-right-color: #262626;
}
.tooltip-container .tooltip-box.bottom {
  top: calc(100% + 8px);
  transform: translateX(-50%);
}
.tooltip-container .tooltip-box.bottom::before {
  bottom: 100%;
  border-bottom-color: #262626;
}
.tooltip-container .tooltip-box.left {
  left: auto;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateX(0) translateY(-50%);
}
.tooltip-container .tooltip-box.left::before {
  left: auto;
  right: -8px;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  border-left-color: #262626;
}

.modal-background,
cj-modal::part(background) {
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 16px;
  z-index: 1;
}

.modal-container .modal-inner,
cj-modal::part(inner) {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.modal-container,
cj-modal::part(container) {
  border-radius: 12px;
  padding: 0;
  box-shadow: 0px 8px 40px 1px rgba(112, 144, 176, 0.1);
  border: none;
  position: relative;
  display: flex;
  max-height: calc(100% - 64px);
  overflow: hidden;
  background-color: #fff;
}
.modal-container form,
cj-modal::part(container) form {
  display: contents;
}

.modal-container.default-width,
cj-modal::part(container default-width) {
  width: 560px;
}

.modal-container.narrow-width,
cj-modal::part(container narrow-width) {
  width: 720px;
}

.modal-container.unset-width,
cj-modal::part(container unset-width) {
  width: unset;
}

.modal-container .modal-inner .modal-header,
cj-modal::part(header) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  max-width: 100%;
  padding: 32px 32px 20px 32px;
  border: none;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #002a6f;
  color: #002a6f;
}
cj-modal > [slot=header] h1,
cj-modal > [slot=header] h2,
cj-modal > [slot=header] h3,
cj-modal > [slot=header] h4,
cj-modal > [slot=header] h5,
cj-modal > [slot=header] h6, .modal-container .modal-inner .modal-header h1,
.modal-container .modal-inner .modal-header h2,
.modal-container .modal-inner .modal-header h3,
.modal-container .modal-inner .modal-header h4,
.modal-container .modal-inner .modal-header h5,
.modal-container .modal-inner .modal-header h6,
cj-modal::part(header) h1,
cj-modal::part(header) h2,
cj-modal::part(header) h3,
cj-modal::part(header) h4,
cj-modal::part(header) h5,
cj-modal::part(header) h6 {
  all: unset;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #002a6f;
  color: #002a6f;
}
cj-modal > [slot=header] svg, .modal-container .modal-inner .modal-header svg,
cj-modal::part(header) svg {
  fill: #002a6f;
  cursor: pointer;
}
cj-modal > [slot=header] svg:hover, .modal-container .modal-inner .modal-header svg:hover,
cj-modal::part(header) svg:hover {
  fill: #0472c6;
}

.modal-container .modal-inner .modal-header :disabled svg,
cj-modal::part(header) :disabled svg {
  fill: #dadadb;
}

.modal-container .modal-inner .modal-body,
cj-modal::part(body) {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  color: #262626;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  border: none;
  scrollbar-width: auto;
  scrollbar-color: #757575;
}
.modal-container .modal-inner .modal-body::-webkit-scrollbar,
cj-modal::part(body)::-webkit-scrollbar {
  height: 16px;
  width: 16px;
}
.modal-container .modal-inner .modal-body::-webkit-scrollbar-thumb,
cj-modal::part(body)::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
  border: 4.5px solid transparent;
  background-clip: padding-box;
  border-radius: 99px;
}
.modal-container .modal-inner .modal-body::-webkit-scrollbar-thumb:hover,
cj-modal::part(body)::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}

.modal-container .modal-inner .modal-footer,
cj-modal::part(footer) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 32px 32px 32px 32px;
  gap: 8px;
  border: none;
}
.modal-container .modal-inner .modal-footer > *,
cj-modal::part(footer) > * {
  margin: unset;
}

.cj-file-upload,
cj-file-upload {
  display: block;
  padding: 20px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--black-20);
  background: var(--black-4);
  container-type: inline-size;
}
.cj-file-upload > .inner,
cj-file-upload > .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}
.cj-file-upload > .inner > .text-link,
.cj-file-upload > .inner > .placeholder,
cj-file-upload > .inner > .text-link,
cj-file-upload > .inner > .placeholder {
  text-align: center;
  justify-content: center;
}
.cj-file-upload > .inner > .placeholder,
cj-file-upload > .inner > .placeholder {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
}
.cj-file-upload > .inner > .input,
cj-file-upload > .inner > .input {
  all: unset;
  height: 0;
  width: 0;
  position: absolute;
}
.cj-file-upload > .inner > .input::file-selector-button,
cj-file-upload > .inner > .input::file-selector-button {
  display: none;
}
.cj-file-upload > .inner > .content,
cj-file-upload > .inner > .content {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-grow: 1;
}
.cj-file-upload > .inner > .content > .icon,
cj-file-upload > .inner > .content > .icon {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
}
.cj-file-upload > .inner > .content > .icon > svg,
cj-file-upload > .inner > .content > .icon > svg {
  width: 40px;
  height: 40px;
}
.cj-file-upload > .inner > .content > .icon.-generic,
cj-file-upload > .inner > .content > .icon.-generic {
  color: var(--blue-100);
}
.cj-file-upload > .inner > .content > .icon.-doc,
cj-file-upload > .inner > .content > .icon.-doc {
  color: var(--blue-100);
}
.cj-file-upload > .inner > .content > .icon.-docx,
cj-file-upload > .inner > .content > .icon.-docx {
  color: var(--navy-100);
}
.cj-file-upload > .inner > .content > .icon.-pdf,
cj-file-upload > .inner > .content > .icon.-pdf {
  color: var(--red-100);
}
.cj-file-upload > .inner > .content > .icon.-txt,
cj-file-upload > .inner > .content > .icon.-txt {
  color: var(--navy-60);
}
.cj-file-upload > .inner > .content > .icon.-rtf,
cj-file-upload > .inner > .content > .icon.-rtf {
  color: var(--blue-120);
}
.cj-file-upload > .inner > .content > .text,
cj-file-upload > .inner > .content > .text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  overflow: hidden;
}
.cj-file-upload > .inner > .content > .text > .file-name,
cj-file-upload > .inner > .content > .text > .file-name {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
  color: var(--navy-100);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cj-file-upload > .inner > .content > .text > .details,
cj-file-upload > .inner > .content > .text > .details {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  color: var(--black-60);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cj-file-upload > .inner > .actions,
cj-file-upload > .inner > .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cj-file-upload.-has-file,
cj-file-upload.-has-file {
  background: var(--black-0);
}
.cj-file-upload.-has-file > .inner,
cj-file-upload.-has-file > .inner {
  gap: 8px;
}
@container (min-width: 345px) {
  .cj-file-upload.-has-file > .inner,
  cj-file-upload.-has-file > .inner {
    flex-direction: row;
  }
}

.user-account-card {
  display: flex;
  padding: 20px;
  width: 100%;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid var(--black-20);
  background: var(--black-0);
  container-type: inline-size;
  flex-direction: row;
}
.user-account-card > .org-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  flex-shrink: 1;
}
@container (min-width: 345px) {
  .user-account-card > .org-details {
    flex-direction: row;
  }
  .user-account-card > .org-details > .tag {
    align-self: end;
  }
}
.user-account-card > .icon {
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--navy-100);
}
.user-account-card > .text, .user-account-card > .org-details > .text {
  color: var(--navy-100);
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
  flex-grow: 1;
  flex-shrink: 1;
}
.user-account-card > .text > .role, .user-account-card > .org-details > .text > .role {
  color: var(--black-60);
  font-weight: 400;
}

.dropdown-menu {
  position: relative;
}
.dropdown-menu > .content {
  display: none;
}
.dropdown-menu > .submenu {
  top: 100%;
}
.dropdown-menu:focus > .content, .dropdown-menu:focus-within > .content, .dropdown-menu:focus-visible > .content, .dropdown-menu:hover > .content {
  display: initial;
}

.mobile-menu-container {
  position: absolute;
  display: none;
  flex-direction: row;
  top: 48px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: calc(100vh - 48px);
  z-index: 1;
  isolation: isolate;
}
@media screen and (max-width: 1023px) {
  .mobile-menu-container {
    display: flex;
  }
}
.mobile-menu-container > .mobile-menu-backdrop {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  background: rgba(0, 0, 0, 0.7);
}
.mobile-menu-container > .nav-menu-mobile,
.mobile-menu-container > .user-menu-mobile {
  background-color: #fff;
  min-width: 312px;
  max-width: 80vw;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: inset 0px 1px 0px #dadadb;
  scrollbar-width: auto;
  scrollbar-color: #757575;
}
.mobile-menu-container > .nav-menu-mobile::-webkit-scrollbar,
.mobile-menu-container > .user-menu-mobile::-webkit-scrollbar {
  height: 16px;
  width: 16px;
}
.mobile-menu-container > .nav-menu-mobile::-webkit-scrollbar-thumb,
.mobile-menu-container > .user-menu-mobile::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
  border: 4.5px solid transparent;
  background-clip: padding-box;
  border-radius: 99px;
}
.mobile-menu-container > .nav-menu-mobile::-webkit-scrollbar-thumb:hover,
.mobile-menu-container > .user-menu-mobile::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}
.mobile-menu-container > .nav-menu-mobile {
  align-self: start;
  display: flex;
  flex-direction: column;
}
.mobile-menu-container > .user-menu-mobile {
  align-self: end;
}
.mobile-menu-container > .user-menu-mobile > .user-header-menu {
  padding-bottom: 16px;
}
.mobile-menu-container > .user-menu-mobile > .links {
  display: flex;
  flex-direction: column;
}
.mobile-menu-container > .nav-menu-mobile > .menu-item,
.mobile-menu-container > .user-menu-mobile > .links > .menu-item {
  display: contents;
}
.mobile-menu-container > .nav-menu-mobile > .menu-item > .nav-bar-link {
  margin: 0;
  padding: 12px 16px 12px 16px;
  border-bottom: 1px solid #dadadb;
}
.mobile-menu-container > .user-menu-mobile > .links > .menu-item > * {
  margin: 0;
  padding: 12px 16px 12px 16px;
  border-bottom: 1px solid #dadadb;
  text-decoration: none;
  color: #002a6f;
}
.mobile-menu-container > .user-menu-mobile > .links > .menu-item > *:hover, .mobile-menu-container > .user-menu-mobile > .links > .menu-item > *.-active {
  color: #0472c6;
}
.mobile-menu-container > .user-menu-mobile > .links > .menu-item > * > .menu-item-label {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  width: 100%;
  gap: 8px;
}
.mobile-menu-container > .user-menu-mobile > .links > .menu-item > * > .menu-item-description {
  display: none;
}


.mobile-nav-heading {
  color: #002a6f;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.mobile-nav-heading.-active,
.mobile-nav-heading:hover {
  color: #0472c6;
}

.mobile-nav-heading s .submenu {
  top: 100%;
}

.mobile-nav-heading {
  border-bottom: 1px solid #dadadb;
}
.mobile-nav-heading.-active .heading {
  color: #0472c6;
}
.mobile-nav-heading .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 12px 16px;
}
.mobile-nav-heading .submenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav-heading .submenu > .menu-item {
  display: contents;
}
.mobile-nav-heading .submenu > .menu-item > * {
  color: #002a6f;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 16px 12px 32px;
}
.mobile-nav-heading .submenu > .menu-item > *.-active, .mobile-nav-heading .submenu > .menu-item > *:hover {
  color: #0472c6;
}

.menu-item-list {
  position: absolute;
  top: calc(100% + 4px);
  width: max-content;
  max-width: 254px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  background: #fff;
  border: 1px solid #dadadb;
  box-shadow: 0px 4px 10px rgba(0, 34, 89, 0.1490196078);
  border-radius: 8px;
  overflow: hidden;
  cursor: default;
  z-index: 9999;
  overflow-y: auto;
  max-height: 460px;
}
.menu-item-list.align-left {
  right: 0;
}
.menu-item-list.align-right {
  left: 0;
}
.menu-item-list .menu-item {
  display: flex;
  padding: 0;
  list-style: none;
  width: 100%;
}
.menu-item-list .menu-item button,
.menu-item-list .menu-item a {
  all: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 16px;
  width: 100%;
  border: 0;
  height: auto;
  white-space: normal;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  background: none;
  cursor: pointer;
}
.menu-item-list .menu-item .active .menu-item-label {
  color: #0472c6;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
}
.menu-item-list .menu-item .menu-item-label {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  color: #002a6f;
}
.menu-item-list .menu-item .menu-item-description {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  color: #757575;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-item-list .menu-item:hover, .menu-item-list .menu-item:focus-visible, .menu-item-list .menu-item:has(*:focus-visible) {
  background: #edf7ff;
}
.menu-item-list .menu-item:hover .menu-item-label, .menu-item-list .menu-item:focus-visible .menu-item-label, .menu-item-list .menu-item:has(*:focus-visible) .menu-item-label {
  color: #0467b2;
}
.menu-item-list .menu-item:hover .menu-item-description, .menu-item-list .menu-item:focus-visible .menu-item-description, .menu-item-list .menu-item:has(*:focus-visible) .menu-item-description {
  color: #262626;
}
.menu-item-list .menu-item.destructive .menu-item-label {
  color: #e6162b;
}
.menu-item-list .menu-item.destructive:hover, .menu-item-list .menu-item.destructive:focus-visible, .menu-item-list .menu-item.destructive:has(*:focus-visible) {
  background: #fce8ea;
}
.menu-item-list .menu-item.destructive:hover .menu-item-label, .menu-item-list .menu-item.destructive:focus-visible .menu-item-label, .menu-item-list .menu-item.destructive:has(*:focus-visible) .menu-item-label {
  color: #cf1427;
}

.nav-bar-link {
  color: #002a6f;
  padding: 4px 0px;
  text-decoration: none;
  position: relative;
}
.nav-bar-link.-active, .nav-bar-link:focus, .nav-bar-link:hover {
  color: #0472c6;
}
.nav-bar-link > .submenu {
  top: 100%;
}
.nav-bar-link:focus-visible {
  border-radius: 4px;
  outline: 2px solid #0472c6;
  outline-offset: 2px;
}

.nav-bar {
  display: flex;
  background-color: #fff;
  width: 100%;
  position: fixed;
  box-shadow: 0px 1px 0px #dadadb;
  justify-content: stretch;
  align-items: stretch;
  z-index: 1;
}
.nav-bar > .mobile {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  min-height: 48px;
  height: 48px;
  max-height: 48px;
  padding-left: 4px;
  padding-right: 8px;
}
@media screen and (max-width: 1023px) {
  .nav-bar > .mobile {
    display: flex;
  }
}
.nav-bar > .mobile > .left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-bar > .mobile > .left .toggle {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  cursor: pointer;
  color: #002a6f;
}
.nav-bar > .mobile > .left > .logo {
  height: 24px;
  width: 189px;
}
.nav-bar > .mobile > .left > cj-content-control[open=false] .icon-close {
  display: none;
}
.nav-bar > .mobile > .left > cj-content-control[open=false] .icon-open {
  display: block;
}
.nav-bar > .mobile > .left > cj-content-control[open=true] .icon-close {
  display: block;
}
.nav-bar > .mobile > .left > cj-content-control[open=true] .icon-open {
  display: none;
}
.nav-bar > .mobile > .right {
  display: flex;
  flex-direction: row;
}
.nav-bar > .mobile > .right .toggle {
  background: none;
  border: none;
  width: 48px;
  height: 48px;
}
.nav-bar > .desktop {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0 32px;
  min-height: 60px;
  height: 60px;
  max-height: 60px;
  min-width: 880px;
  justify-content: space-between;
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .nav-bar > .desktop {
    display: none;
  }
}
.nav-bar > .desktop > .nav-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  height: 100%;
  margin-left: 48px;
  gap: 32px;
}
.nav-bar > .desktop > .nav-menu > .logo {
  margin-right: 32px;
}
.nav-bar > .desktop > .end-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.post-job-menu {
  position: relative;
}
.post-job-menu__inner {
  border-radius: 12px;
  padding: 8px;
  max-width: 340px;
  width: max-content;
}
.post-job-menu__job-item {
  display: flex;
  background-color: #edf7ff;
  border-radius: 8px;
  flex-direction: column;
  padding: 24px;
  align-items: start;
}
.post-job-menu__job-item .post-job-menu__item-label {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #002a6f;
  color: #002a6f;
  margin-bottom: 4px;
}
.post-job-menu__volunteer-item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  align-items: start;
}
.post-job-menu__volunteer-item .post-job-menu__item-label {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
  color: #002a6f;
  margin-bottom: 4px;
}
.post-job-menu__item-info {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  color: #262626;
}

.user-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-menu__list {
  width: 216px;
}
.user-menu__list .menu-item a,
.user-menu__list .menu-item button {
  padding: 8px 16px 8px 12px;
}
.user-menu__list .menu-item a .menu-item-label,
.user-menu__list .menu-item button .menu-item-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-menu__list .menu-item a .menu-item-label :first-child,
.user-menu__list .menu-item button .menu-item-label :first-child {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.user-header-menu {
  width: 100%;
  justify-items: center;
  display: grid;
  padding: 20px 16px 8px 16px;
}
.user-header-menu .user-info {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 4px;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002a6f;
  color: #002a6f;
}
.user-header-menu .company-info {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  color: #262626;
  color: #757575;
}

.alert,
.alert-card {
  font-family: "Circular Std", apple-system, system-ui, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  display: inline-flex;
  width: -webkit-fill-available;
  padding: 12px;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  flex-direction: row;
}
.alert > .icon,
.alert-card > .icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.alert > span,
.alert-card > span {
  display: inline-block;
}
.alert.success,
.alert-card.success {
  border-color: #11883d;
}
.alert.success > .icon,
.alert-card.success > .icon {
  color: #11883d;
}
.alert.success > img.icon,
.alert-card.success > img.icon {
  filter: invert(30%) sepia(72%) saturate(6239%) hue-rotate(142deg) brightness(94%) contrast(87%);
}
.alert.danger, .alert.error,
.alert-card.danger,
.alert-card.error {
  border-color: #e6162b;
}
.alert.danger > .icon, .alert.error > .icon,
.alert-card.danger > .icon,
.alert-card.error > .icon {
  color: #e6162b;
}
.alert.danger > img.icon, .alert.error > img.icon,
.alert-card.danger > img.icon,
.alert-card.error > img.icon {
  filter: invert(29%) sepia(93%) saturate(5073%) hue-rotate(342deg) brightness(87%) contrast(108%);
}
.alert.information,
.alert-card.information {
  border-color: #0472c6;
}
.alert.information > .icon,
.alert-card.information > .icon {
  color: #0472c6;
}
.alert.information > img.icon,
.alert-card.information > img.icon {
  filter: invert(30%) sepia(90%) saturate(1485%) hue-rotate(186deg) brightness(90%) contrast(97%);
}

/** 
This spacing utility help to use classes named in a format that follows {property}{side}-{size}

1.  property is either Padding or Margin

    p - represents Padding

    m - represents Margin

2. sides is made up of side of the properties and represented as follows:

    l - left; 

    r - right;

    t - top;

    b - bottom

    y - top and bottom

    x - left and right

    Note that all sides needs no side value

3. Sizes are measured in pixels from 0 to 48px. 

Examples 

    ml-2 will give margin-left: 2px
    mr-8 will give margin-right: 8px
    pb-0 will give padding-bottom: 0
    p-4 will give padding: 4px to all sides
    my-6 will give margin-top and margin-bottom 6px each  
**/

.p-2 {
  padding: 2px;
}

.m-2 {
  margin: 2px;
}

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

.mb-8 {
  margin-bottom: 8px;
}

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

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

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

.px-16 {
  padding-inline: 16px;
}

.mx-16 {
  margin-inline: 16px;
}

.p-20 {
  padding: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

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

.py-32 {
  padding-block: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.mt-48 {
  margin-top: 48px;
}

/* These are at the bottom so they appear later in the output file than the previous classes,
so they will override them.*/

@media screen and (width >= 734px) {
  .smu\:p-0 {
    padding: 0px;
  }
}

@media screen and (width >= 734px) {
  .smu\:px-32 {
    padding-inline: 32px;
  }
}

@media screen and (width >= 734px) {
  .smu\:pt-32 {
    padding-top: 32px;
  }
}

@media screen and (width >= 734px) {
  .smu\:mt-60 {
    margin-top: 60px;
  }
}