/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
@layer components {
  a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  blockquote,q {
    quotes: none;
  }
  blockquote:after,blockquote:before,q:after,q:before {
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  fieldset,form {
    border: none;
  }
  button,input,label,select {
    font-family: inherit;
    line-height: inherit;
    outline: none;
    vertical-align: middle;
  }
  button {
    cursor: pointer;
  }
  html {
    font-size: 62.5%;
  }
  body,html {
    height: 100%;
    width: 100%;
  }
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #f3f5f9;
    background: var(--color-neutral-100);
    color: #0c0e2c;
    color: var(--color-neutral-800);
    font-family: Mulish,helvetica,arial,sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    overflow: hidden;
  }
  a {
    color: #4a5769;
    color: var(--color-neutral-600);
    font-size: 14px;
    text-decoration: none;
    transition: color .2s linear;
  }
  a:focus {
    outline: none;
  }
  a:hover {
    color: #485ed2;
    color: var(--color-blue-600);
    cursor: pointer;
  }
  *,:after,:before {
    box-sizing: border-box;
  }
  .bryj_scrollbar_1mjhg {
    overflow-y: auto;
    scrollbar-color: #d2d8e1 transparent;
    scrollbar-color: var(--color-neutral-200) transparent;
    scrollbar-width: thin;
  }
}
@font-face {
  font-family: Mulish;
  font-weight: 200 1000;
  src: url(/static/assets/fonts/d8a9a18cece4ed88ac76.ttf) format("truetype");
}
@font-face {
  font-family: SF UI Display;
  font-weight: 300;
  src: url(/static/assets/fonts/7185b3a0a88f88ce0e7c.otf) format("otf");
}
@font-face {
  font-family: SF UI Display;
  font-weight: 400;
  src: url(/static/assets/fonts/d6d2ac9c24ecd34618e6.otf) format("otf");
}
@font-face {
  font-family: SF UI Display;
  font-weight: 600;
  src: url(/static/assets/fonts/de877f4804825ff5aa3e.otf) format("otf");
}
@font-face {
  font-family: SF UI Display;
  font-weight: 700;
  src: url(/static/assets/fonts/ef309f1755b80cc7bf52.otf) format("otf");
}
@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: url(/static/assets/fonts/8be2d1487420548b3b8d.ttf) format("ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url(/static/assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 600;
  src: url(/static/assets/fonts/7429a63c09f79a1760b0.ttf) format("ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url(/static/assets/fonts/75371f53f06181df75f1.ttf) format("ttf");
}
:root,:root[dark] {
  --color-neutral-0: #fff;
  --color-neutral-0-rgb: 255,255,255;
  --color-neutral-50: #f8f9fc;
  --color-neutral-50-rgb: 248,249,252;
  --color-neutral-100: #f3f5f9;
  --color-neutral-100-rgb: 243,245,249;
  --color-neutral-150: #e2e5f0;
  --color-neutral-150-rgb: 226,229,240;
  --color-neutral-200: #d2d8e1;
  --color-neutral-200-rgb: 210,216,225;
  --color-neutral-300: #b6bfca;
  --color-neutral-300-rgb: 182,191,202;
  --color-neutral-400: #8895a8;
  --color-neutral-400-rgb: 136,149,168;
  --color-neutral-450: #546485;
  --color-neutral-450-rgb: 84,100,133;
  --color-neutral-500: #5e5f7c;
  --color-neutral-500-rgb: 94,95,124;
  --color-neutral-550: #575973;
  --color-neutral-550-rgb: 87,89,115;
  --color-neutral-600: #4a5769;
  --color-neutral-600-rgb: 74,87,105;
  --color-neutral-700: #292a42;
  --color-neutral-700-rgb: 41,42,66;
  --color-neutral-800: #0c0e2c;
  --color-neutral-800-rgb: 12,14,44;
  --color-neutral-900: #080a21;
  --color-neutral-900-rgb: 8,10,33;
  --color-blue-50: #f7f8ff;
  --color-blue-50-rgb: 247,248,255;
  --color-blue-100: #eff2ff;
  --color-blue-100-rgb: 239,242,255;
  --color-blue-150: #e5eaff;
  --color-blue-150-rgb: 229,234,255;
  --color-blue-200: #c6cdf7;
  --color-blue-200-rgb: 198,205,247;
  --color-blue-400: #9ca7eb;
  --color-blue-400-rgb: 156,167,235;
  --color-blue-500: #6777d5;
  --color-blue-500-rgb: 103,119,213;
  --color-blue-600: #485ed2;
  --color-blue-600-rgb: 72,94,210;
  --color-blue-800: #4556b6;
  --color-blue-800-rgb: 69,86,182;
  --color-blue-900: #273bad;
  --color-blue-900-rgb: 39,59,173;
  --color-navy-blue-50: #e5f5ff;
  --color-navy-blue-50-rgb: 229,245,255;
  --color-navy-blue-100: #d3eefe;
  --color-navy-blue-100-rgb: 211,238,254;
  --color-navy-blue-200: #a8dffe;
  --color-navy-blue-200-rgb: 168,223,254;
  --color-navy-blue-300: #7ccffd;
  --color-navy-blue-300-rgb: 124,207,253;
  --color-navy-blue-400: #50bffc;
  --color-navy-blue-400-rgb: 80,191,252;
  --color-navy-blue-500: #25aefc;
  --color-navy-blue-500-rgb: 37,174,252;
  --color-navy-blue-600: #0471ed;
  --color-navy-blue-600-rgb: 4,113,237;
  --color-navy-blue-700: #156fda;
  --color-navy-blue-700-rgb: 21,111,218;
  --color-navy-blue-800: #0a5fc4;
  --color-navy-blue-800-rgb: 10,95,196;
  --color-navy-blue-900: #1a1f81;
  --color-navy-blue-900-rgb: 26,31,129;
  --color-turquoise-200: #6aeef3;
  --color-turquoise-200-rgb: 106,238,243;
  --color-turquoise-400: #00bdc5;
  --color-turquoise-400-rgb: 0,189,197;
  --color-green-50: #e9faf7;
  --color-green-50-rgb: 233,250,247;
  --color-green-100: #d9f2eb;
  --color-green-100-rgb: 217,242,235;
  --color-green-200: #18d39b;
  --color-green-200-rgb: 24,211,155;
  --color-green-300: #03ba9b;
  --color-green-300-rgb: 3,186,155;
  --color-green-700: #008260;
  --color-green-700-rgb: 0,130,96;
  --color-green-800: #007456;
  --color-green-800-rgb: 0,116,86;
  --color-red-50: #ffd3cf;
  --color-red-50-rgb: 255,211,207;
  --color-red-500: #ea2e34;
  --color-red-500-rgb: 234,46,52;
  --color-red-600: #e51d0b;
  --color-red-600-rgb: 229,29,11;
  --color-red-800: #b80f00;
  --color-red-800-rgb: 184,15,0;
  --color-red-900: #a61f14;
  --color-red-900-rgb: 166,31,20;
  --color-peach-50: #fff4f3;
  --color-peach-50-rgb: 255,244,243;
  --color-peach-200: #fee9e7;
  --color-peach-200-rgb: 254,233,231;
  --color-peach-300: #ffc4be;
  --color-peach-300-rgb: 255,196,190;
  --color-peach-400: #f7685b;
  --color-peach-400-rgb: 247,104,91;
  --color-peach-600: #da4739;
  --color-peach-600-rgb: 218,71,57;
  --color-peach-700: #c63527;
  --color-peach-700-rgb: 198,53,39;
  --color-pink-50: #fdedf5;
  --color-pink-50-rgb: 253,237,245;
  --color-pink-100: #fae6f0;
  --color-pink-100-rgb: 250,230,240;
  --color-pink-300: #ee76b0;
  --color-pink-300-rgb: 238,118,176;
  --color-pink-400: #ee2687;
  --color-pink-400-rgb: 238,38,135;
  --color-pink-700: #c70362;
  --color-pink-700-rgb: 199,3,98;
  --color-bordeaux-800: #a8004f;
  --color-bordeaux-800-rgb: 168,0,79;
  --color-bordeaux-900: #6c0033;
  --color-bordeaux-900-rgb: 108,0,51;
  --color-purple-50: #faebfb;
  --color-purple-50-rgb: 250,235,251;
  --color-purple-100: #bf56ff;
  --color-purple-100-rgb: 191,86,255;
  --color-purple-300: #9e68f5;
  --color-purple-300-rgb: 158,104,245;
  --color-purple-800: #91229d;
  --color-purple-800-rgb: 145,34,157;
  --color-orange-50: #fff1e4;
  --color-orange-50-rgb: 255,241,228;
  --color-orange-100: #ffddbc;
  --color-orange-100-rgb: 255,221,188;
  --color-orange-700: #d67419;
  --color-orange-700-rgb: 214,116,25;
  --color-orange-800: #e3740d;
  --color-orange-800-rgb: 227,116,13;
  --color-orange-900: #af5400;
  --color-orange-900-rgb: 175,84,0;
  --color-yellow-100: #fdf6dd;
  --color-yellow-100-rgb: 253,246,221;
  --color-yellow-200: #fee99c;
  --color-yellow-200-rgb: 254,233,156;
  --color-yellow-300: #fbd95f;
  --color-yellow-300-rgb: 251,217,95;
  --color-yellow-600: #fbd95f;
  --color-yellow-600-rgb: 251,217,95;
}
.bryj_loader_1agms {
  animation: bryj_rotate_1agms 2s linear infinite;
  display: inline;
  width: auto;
}
.bryj_loader--tiny_1agms {
  height: 10px;
}
.bryj_loader--small_1agms {
  height: 15px;
}
.bryj_loader--medium_1agms {
  height: 35px;
}
.bryj_loader--large_1agms {
  height: 70px;
}
.bryj_loaderPath_1agms {
  stroke: var(--color-blue-600);
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: bryj_dash_1agms 1.5s ease-in-out infinite;
}
@keyframes bryj_rotate_1agms {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes bryj_dash_1agms {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
.bryjWrapper.bryjTooltip {
  backdrop-filter: blur(2px);
  background-color: var(--color-neutral-50);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  color: var(--color-neutral-800);
  font-size: 13px;
  line-height: 18px;
  max-width: 33vw;
  padding: 10px;
  text-decoration: none;
  white-space: pre-wrap;
  word-break: break-word;
}
.bryjWrapper.bryjTooltip__hideArrow.place-bottom:after,.bryjWrapper.bryjTooltip__hideArrow.place-left:after,.bryjWrapper.bryjTooltip__hideArrow.place-right:after,.bryjWrapper.bryjTooltip__hideArrow.place-top:after {
  content: none !important;
}
.bryjWrapper.bryjTooltip.show {
  opacity: 1;
}
.bryjWrapper.bryjTooltip.place-top {
  margin-top: -10px;
}
.bryjWrapper.bryjTooltip.place-right {
  margin-left: 10px;
}
.bryjWrapper.bryjTooltip.place-left {
  margin-left: -10px;
}
.bryjWrapper.bryjTooltip.place-bottom {
  margin-top: 10px;
}
.bryjWrapper.bryjTooltip.place-left:after,.bryjWrapper.bryjTooltip.place-right:after {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bryjWrapper.bryjTooltip.place-bottom:after,.bryjWrapper.bryjTooltip.place-top:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
.bryjWrapper.bryjTooltip.place-top:after {
  border-top: 4px solid rgba(var(--color-neutral-800-rgb),.9);
  bottom: -5px;
}
.bryjWrapper.bryjTooltip.place-right:after {
  border-right: 4px solid rgba(var(--color-neutral-800-rgb),.9);
  left: -5px;
}
.bryjWrapper.bryjTooltip.place-bottom:after {
  border-bottom: 4px solid rgba(var(--color-neutral-800-rgb),.9);
  top: -5px;
}
.bryjWrapper.bryjTooltip.place-left:after {
  border-left: 4px solid rgba(var(--color-neutral-800-rgb),.9);
  right: -5px;
}
.bryj_svgInline_itfq8 {
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.bryj_svgInline_itfq8>svg {
  pointer-events: none;
  transition: fill .2s linear;
}
.bryj_svgInline--icon_itfq8>svg {
  fill: var(--color-neutral-800);
  height: 16px;
  width: 16px;
}
.bryj_svgInline--hasPointerEvents_itfq8>svg {
  pointer-events: auto;
}
.bryj_button__leftIcon_1l3xp svg,.bryj_button__rightIcon_1l3xp svg {
  height: 14px;
  transition: fill .2s linear;
  width: 14px;
}
.bryj_button_1l3xp {
  border-radius: 10px;
  border-width: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  padding: 0 15px;
  transition: border-color .2s linear,background-color .2s linear,color .2s linear,box-shadow .2s linear;
}
.bryj_button_1l3xp:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_button_1l3xp:hover {
  box-shadow: 0 6px 10px rgba(var(--color-blue-600-rgb),.3);
}
.bryj_button__loaderWrapper_1l3xp {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}
.bryj_button__label_1l3xp {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 20px;
}
.bryj_button__leftIcon_1l3xp {
  margin-right: 10px;
}
.bryj_button__rightIcon_1l3xp {
  margin-left: 10px;
}
.bryj_button--small_1l3xp {
  border-radius: 8px;
  height: 30px;
}
.bryj_button--loading_1l3xp {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.bryj_button--primary_1l3xp:not(.bryj_button--disabled_1l3xp) {
  background-color: var(--color-blue-600);
  color: var(--color-neutral-0);
}
.bryj_button--primary_1l3xp:not(.bryj_button--disabled_1l3xp) svg {
  fill: var(--color-neutral-0);
  transition: fill .2s linear;
}
.bryj_button--primary_1l3xp:not(.bryj_button--disabled_1l3xp):hover {
  background-color: var(--color-blue-800);
}
.bryj_button--primary_1l3xp:not(.bryj_button--disabled_1l3xp):active {
  background-color: var(--color-blue-600);
  box-shadow: none;
}
.bryj_button--secondary_1l3xp:not(.bryj_button--disabled_1l3xp) {
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-blue-600);
  color: var(--color-blue-600);
}
.bryj_button--secondary_1l3xp:not(.bryj_button--disabled_1l3xp) svg {
  fill: var(--color-blue-600);
  transition: fill .2s linear;
}
.bryj_button--secondary_1l3xp:not(.bryj_button--disabled_1l3xp):hover {
  background-color: var(--color-blue-800);
  border-color: var(--color-blue-800);
  color: var(--color-neutral-0);
}
.bryj_button--secondary_1l3xp:not(.bryj_button--disabled_1l3xp):hover .bryj_button__loaderWrapper_1l3xp circle {
  stroke: var(--color-neutral-0);
}
.bryj_button--secondary_1l3xp:not(.bryj_button--disabled_1l3xp):active {
  background-color: var(--color-blue-600);
  border-color: var(--color-blue-600);
  box-shadow: none;
  color: var(--color-neutral-0);
}
.bryj_button--destructive_1l3xp:not(.bryj_button--disabled_1l3xp) {
  background-color: var(--color-red-800);
  color: var(--color-neutral-0);
}
.bryj_button--destructive_1l3xp:not(.bryj_button--disabled_1l3xp) svg {
  fill: var(--color-neutral-0);
  transition: fill .2s linear;
}
.bryj_button--destructive_1l3xp:not(.bryj_button--disabled_1l3xp):hover {
  background-color: var(--color-red-900);
  box-shadow: 0 6px 10px 0 rgba(var(--color-red-800-rgb),.3);
}
.bryj_button--destructive_1l3xp:not(.bryj_button--disabled_1l3xp):active {
  background-color: var(--color-red-800);
  box-shadow: none;
}
.bryj_button--disabled_1l3xp {
  background-color: var(--color-neutral-200);
  color: var(--color-neutral-450);
  cursor: not-allowed;
}
.bryj_button--disabled_1l3xp:hover {
  box-shadow: none;
}
.bryj_button--disabled_1l3xp svg {
  fill: var(--color-neutral-600);
  transition: fill .2s linear;
}
.bryj_backButton_qmnfs {
  align-items: baseline;
  background: none;
  border: none;
  display: inline-flex;
  padding: 0;
}
.bryj_backButton__label_qmnfs {
  color: var(--color-blue-600);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: color .2s linear;
}
.bryj_backButton__icon_qmnfs {
  margin-right: 15px;
}
.bryj_backButton__icon_qmnfs svg {
  fill: var(--color-blue-600);
  height: 10px;
  transition: fill .2s linear;
  width: 10px;
}
.bryj_backButton_qmnfs:hover:not(.bryj_backButton_qmnfs:disabled) .bryj_backButton__label_qmnfs {
  color: var(--color-blue-800);
  text-decoration: underline;
}
.bryj_backButton_qmnfs:hover:not(.bryj_backButton_qmnfs:disabled) .bryj_backButton__icon_qmnfs svg {
  fill: var(--color-blue-800);
}
.bryj_backButton_qmnfs:active:not(.bryj_backButton_qmnfs:disabled) .bryj_backButton__label_qmnfs {
  text-decoration: none;
}
.bryj_backButton_qmnfs:disabled {
  cursor: not-allowed;
}
.bryj_backButton_qmnfs:disabled .bryj_backButton__label_qmnfs {
  color: var(--color-neutral-400);
}
.bryj_backButton_qmnfs:disabled svg {
  fill: var(--color-neutral-400);
}
.bryj_actionButton_6rhm6 {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 8px;
  position: relative;
  transition: background-color .2s linear,border-color .2s linear,box-shadow .2s linear;
  width: 40px;
}
.bryj_actionButton--hasLabel_6rhm6 {
  width: -moz-fit-content;
  width: fit-content;
}
.bryj_actionButton__label_6rhm6 {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.bryj_actionButton__label__text_6rhm6 {
  color: var(--color-neutral-600);
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
}
.bryj_actionButton__icon_6rhm6 svg {
  fill: var(--color-neutral-600);
  height: 20px;
  transition: fill .2s linear;
  width: 20px;
}
.bryj_actionButton__textElement_6rhm6 {
  color: var(--color-neutral-600);
  font-weight: 700;
  overflow: hidden;
}
.bryj_actionButton__loader_6rhm6>div {
  border-color: var(--color-neutral-600);
}
.bryj_actionButton--disabled_6rhm6 {
  background-color: var(--color-neutral-200);
  border-color: var(--color-neutral-200);
  color: var(--color-neutral-450);
  cursor: not-allowed;
}
.bryj_actionButton--disabled_6rhm6 .bryj_actionButton__icon_6rhm6 svg {
  fill: var(--color-neutral-450);
}
.bryj_actionButton--disabled_6rhm6 .bryj_actionButton__loader_6rhm6>div {
  border-color: var(--color-neutral-450);
}
.bryj_actionButton_6rhm6:active:not(.bryj_actionButton--disabled_6rhm6) {
  background-color: var(--color-neutral-0);
  border-color: var(--color-blue-600);
  color: var(--color-blue-600);
}
.bryj_actionButton_6rhm6:active:not(.bryj_actionButton--disabled_6rhm6) .bryj_actionButton__icon_6rhm6 svg {
  fill: var(--color-blue-600);
}
.bryj_actionButton_6rhm6:active:not(.bryj_actionButton--disabled_6rhm6) .bryj_actionButton__loader_6rhm6>div {
  border-color: var(--color-blue-600);
}
.bryj_actionButton_6rhm6:hover:not(.bryj_actionButton--disabled_6rhm6):not(:active) {
  background-color: var(--color-blue-50);
  border-color: var(--color-blue-600);
}
.bryj_actionButton_6rhm6:hover:not(.bryj_actionButton--disabled_6rhm6):not(:active) .bryj_actionButton__icon_6rhm6 svg {
  fill: var(--color-neutral-600);
}
.bryj_actionButton_6rhm6:hover:not(.bryj_actionButton--disabled_6rhm6):not(:active) .bryj_actionButton__loader_6rhm6>div {
  border-color: var(--color-neutral-600);
}
.bryj_multiActionButton_1kxwq {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 10px;
  position: relative;
  transition: background-color .2s linear,border-color .2s linear,box-shadow .2s linear;
  width: 40px;
}
.bryj_multiActionButton__icon_1kxwq svg {
  fill: var(--color-neutral-600);
  height: 20px;
  transition: fill .2s linear;
  width: 20px;
}
.bryj_multiActionButton_1kxwq:hover:not(.bryj_multiActionButton--disabled_1kxwq):not(.bryj_multiActionButton--open_1kxwq):not(:active) {
  background-color: var(--color-neutral-0);
  border-color: var(--color-blue-600);
}
.bryj_multiActionButton_1kxwq:hover:not(.bryj_multiActionButton--disabled_1kxwq):not(.bryj_multiActionButton--open_1kxwq):not(:active) .bryj_multiActionButton__icon_1kxwq svg {
  fill: var(--color-neutral-600);
}
.bryj_multiActionButton_1kxwq:hover:not(.bryj_multiActionButton--disabled_1kxwq):not(.bryj_multiActionButton--open_1kxwq):not(:active) .bryj_multiActionButton__loader_1kxwq>div {
  border-color: var(--color-neutral-600);
}
.bryj_multiActionButton--open_1kxwq,.bryj_multiActionButton_1kxwq:active:not(.bryj_multiActionButton--disabled_1kxwq) {
  background-color: var(--color-neutral-0);
  border-color: var(--color-blue-600);
  color: var(--color-blue-600);
}
.bryj_multiActionButton--open_1kxwq .bryj_multiActionButton__icon_1kxwq svg,.bryj_multiActionButton_1kxwq:active:not(.bryj_multiActionButton--disabled_1kxwq) .bryj_multiActionButton__icon_1kxwq svg {
  fill: var(--color-blue-600);
}
.bryj_multiActionButton--open_1kxwq .bryj_multiActionButton__loader_1kxwq>div,.bryj_multiActionButton_1kxwq:active:not(.bryj_multiActionButton--disabled_1kxwq) .bryj_multiActionButton__loader_1kxwq>div {
  border-color: var(--color-blue-600);
}
.bryj_multiActionButton--disabled_1kxwq {
  background-color: var(--color-neutral-200);
  border-color: var(--color-neutral-200);
  color: var(--color-neutral-450);
  cursor: not-allowed;
}
.bryj_multiActionButton--disabled_1kxwq .bryj_multiActionButton__icon_1kxwq svg {
  fill: var(--color-neutral-450);
}
.bryj_multiActionButton--disabled_1kxwq .bryj_multiActionButton__loader_1kxwq>div {
  border-color: var(--color-neutral-450);
}
.bryj_multiActionButton__loader_1kxwq>div {
  border-color: var(--color-neutral-600);
}
.bryj_actionList_dso7n {
  background-color: var(--color-neutral-0);
  display: block;
  max-height: 250px;
  overflow: auto;
}
.bryj_actionList__icon_dso7n {
  margin-right: 10px;
}
.bryj_actionList__icon_dso7n svg {
  fill: var(--color-neutral-600);
  height: 12px;
  transition: fill .2s linear;
  width: 12px;
}
.bryj_actionList__checkmarkIcon_dso7n {
  margin-left: auto;
  padding-left: 10px;
}
.bryj_actionList__checkmarkIcon_dso7n svg {
  fill: var(--color-blue-600);
  height: 12px;
  transition: fill .2s linear;
  width: 12px;
}
.bryj_actionList__action_dso7n {
  align-items: center;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: var(--color-neutral-600);
  cursor: pointer;
  display: flex;
  height: 40px;
  padding: 10px;
  transition: background-color .2s linear,color .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.bryj_actionList__action__label_dso7n {
  font-size: 14px;
  line-height: 20px;
  transition: font-weight .1s linear;
}
.bryj_actionList__action__label--active_dso7n {
  color: var(--color-blue-600);
  font-weight: 700;
}
.bryj_actionList__action_dso7n:disabled {
  background-color: var(--color-neutral-100);
  color: var(--color-neutral-400);
  cursor: not-allowed;
}
.bryj_actionList__action_dso7n:disabled .bryj_actionList__icon_dso7n svg {
  fill: var(--color-neutral-400);
}
.bryj_actionList__action_dso7n:active:not(.bryj_actionList__action_dso7n:disabled) {
  color: var(--color-blue-600);
}
.bryj_actionList__action_dso7n:active:not(.bryj_actionList__action_dso7n:disabled) .bryj_actionList__icon_dso7n svg {
  fill: var(--color-blue-600);
}
.bryj_actionList__action_dso7n:hover:not(.bryj_actionList__action_dso7n:disabled) {
  background-color: var(--color-neutral-100);
  color: var(--color-blue-800);
}
.bryj_actionList__action_dso7n:hover:not(.bryj_actionList__action_dso7n:disabled) .bryj_actionList__icon_dso7n svg {
  fill: var(--color-blue-800);
}
.bryj_dropdownContainer_rjy49 {
  display: inline-block;
  position: relative;
}
.bryj_dropdownContainer__dropdown_rjy49 {
  background: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: scale(0);
  transition: opacity .1s ease-in;
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
}
.bryj_dropdownContainer__dropdown--open_rjy49 {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.bryj_actionLink_12bl1 {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0 10px;
}
.bryj_actionLink__label_12bl1 {
  color: var(--color-blue-600);
  font-size: 14px;
  font-weight: 700;
  transition: color .2s linear;
}
.bryj_actionLink__leftIcon_12bl1 {
  margin-right: 12px;
}
.bryj_actionLink__leftIcon_12bl1 svg {
  fill: var(--color-blue-600);
  height: 12px;
  transition: fill .2s linear;
  width: 12px;
}
.bryj_actionLink__rightIcon_12bl1 {
  margin-left: 12px;
}
.bryj_actionLink__rightIcon_12bl1 svg {
  fill: var(--color-blue-600);
  height: 12px;
  transition: fill .2s linear;
  width: 12px;
}
.bryj_actionLink--disabled_12bl1 {
  cursor: not-allowed;
}
.bryj_actionLink--disabled_12bl1 .bryj_actionLink__label_12bl1 {
  color: var(--color-neutral-400);
}
.bryj_actionLink--disabled_12bl1 .bryj_actionLink__leftIcon_12bl1 svg,.bryj_actionLink--disabled_12bl1 .bryj_actionLink__rightIcon_12bl1 svg {
  fill: var(--color-neutral-400);
}
.bryj_actionLink_12bl1:hover:not(.bryj_actionLink--disabled_12bl1) .bryj_actionLink__label_12bl1 {
  color: var(--color-blue-800);
  text-decoration: underline;
}
.bryj_actionLink_12bl1:hover:not(.bryj_actionLink--disabled_12bl1) .bryj_actionLink__leftIcon_12bl1 svg,.bryj_actionLink_12bl1:hover:not(.bryj_actionLink--disabled_12bl1) .bryj_actionLink__rightIcon_12bl1 svg {
  fill: var(--color-blue-800);
}
.bryj_actionLink_12bl1:active:not(.bryj_actionLink--disabled_12bl1) .bryj_actionLink__label_12bl1 {
  color: var(--color-blue-800);
  text-decoration: none;
}
.bryj_actionLink_12bl1:active:not(.bryj_actionLink--disabled_12bl1) .bryj_actionLink__leftIcon_12bl1 svg,.bryj_actionLink_12bl1:active:not(.bryj_actionLink--disabled_12bl1) .bryj_actionLink__rightIcon_12bl1 svg {
  fill: var(--color-blue-800);
}
.bryj_floatAction_h4gn9 {
  align-items: center;
  background: transparent;
  border: none;
  display: flex;
  height: 18px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 18px;
}
.bryj_floatAction_h4gn9 div,.bryj_floatAction_h4gn9 svg {
  height: 100%;
  width: 100%;
}
.bryj_floatAction_h4gn9 svg {
  fill: var(--color-neutral-600);
  transition: fill .2s linear;
}
.bryj_floatAction--large_h4gn9 {
  height: 24px;
  width: 24px;
}
.bryj_floatAction_h4gn9:active svg,.bryj_floatAction_h4gn9:hover svg {
  fill: var(--color-blue-600);
}
.bryj_floatAction_h4gn9:disabled {
  cursor: not-allowed;
}
.bryj_floatAction_h4gn9:disabled svg {
  fill: var(--color-neutral-400);
}
.bryj_formField__errorContainer_1owap,.bryj_formField__labelContainer_1owap {
  align-items: center;
  display: flex;
}
.bryj_formField__labelContainer_1owap {
  color: var(--color-neutral-600);
  font-size: 14px;
  padding-bottom: 5px;
}
.bryj_formField__labelContainer__secondaryLabel_1owap {
  font-style: italic;
  margin-left: auto;
  padding-left: 10px;
}
.bryj_formField__labelContainer__icon_1owap {
  fill: var(--color-neutral-600);
  padding-right: 5px;
}
.bryj_formField__labelContainer__icon_1owap>svg {
  height: 14px;
  width: 14px;
}
.bryj_formField__labelContainer__maxLength--limit_1owap {
  color: var(--color-red-800);
}
.bryj_formField__errorContainer_1owap {
  padding-top: 5px;
}
.bryj_formField__errorContainer__error_1owap {
  color: var(--color-red-800);
  font-size: 12px;
  padding-left: 10px;
}
.bryj_formField__errorContainer__iconError_1owap {
  fill: var(--color-red-800);
}
.bryj_formField__errorContainer__iconError_1owap>svg {
  height: 14px;
  width: 14px;
}
.bryj_select_g5rh2 {
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  position: relative;
  transition: border-color .2s linear,color .2s linear;
}
.bryj_select__icon_g5rh2 {
  align-self: center;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.bryj_select__icon_g5rh2 svg {
  fill: var(--color-neutral-600);
  height: 14px;
  width: 14px;
}
.bryj_select__container_g5rh2 {
  display: flex;
  flex: 1;
}
.bryj_select__container_g5rh2 .bryj_select__control_g5rh2 {
  background: none;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  flex: 1;
  font-size: 14px;
  height: 38px;
  min-width: 110px;
  padding: 0 0 0 10px;
}
.bryj_select__container_g5rh2 .bryj_select__valueContainer_g5rh2 {
  padding: 0;
}
.bryj_select__container_g5rh2 .bryj_select__placeholder_g5rh2,.bryj_select__container_g5rh2 .bryj_select__singleValue_g5rh2 {
  align-items: center;
  height: auto;
  line-height: 20px;
  margin-left: 2px;
  margin-right: 0;
}
.bryj_select__container_g5rh2 .bryj_select__placeholder_g5rh2 {
  color: var(--color-neutral-600);
  white-space: nowrap;
}
.bryj_select__container_g5rh2 .bryj_select__singleValue_g5rh2 {
  color: var(--color-neutral-800);
}
.bryj_select__container_g5rh2 .bryj_select__input_g5rh2 {
  color: var(--color-neutral-800);
  padding: 0;
}
.bryj_select__container_g5rh2 .bryj_select__input_g5rh2>input {
  cursor: pointer;
}
.bryj_select__container_g5rh2 .bryj_select__input_g5rh2>input[type=text] {
  box-shadow: none;
}
.bryj_select__container_g5rh2 .bryj_select__indicatorsContainer_g5rh2 {
  padding: 8px 10px;
  pointer-events: none;
}
.bryj_select__container_g5rh2 .bryj_select__dropdownIndicator_g5rh2 {
  padding: 0;
  pointer-events: none;
}
.bryj_select__container_g5rh2 .bryj_select__arrow_g5rh2 svg {
  fill: var(--color-neutral-600);
  height: 10px;
  transition: fill .2s linear;
  width: 10px;
}
.bryj_select__container_g5rh2 .bryj_select__menuList_g5rh2,.bryj_select__container_g5rh2 .bryj_select__menu_g5rh2 {
  min-width: 100%;
  padding: 0;
}
.bryj_select__container_g5rh2 .bryj_select__menu_g5rh2 {
  background: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
  margin: 10px 0 0;
  max-width: 450px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  z-index: 99;
}
.bryj_select__container_g5rh2 .bryj_select__menu--top_g5rh2 {
  margin-bottom: 10px;
  margin-top: 0;
}
.bryj_select__container_g5rh2 .bryj_select__menu--fit_g5rh2 {
  max-width: 100%;
  width: 100%;
}
.bryj_select__container_g5rh2 .bryj_select__menu_g5rh2 .bryj_select__option_g5rh2.bryj_select__option--disabled_g5rh2 {
  background-color: var(--color-neutral-100);
  color: var(--color-neutral-400);
}
.bryj_select__container_g5rh2 .bryj_select__menuList__loader_g5rh2 {
  background: var(--color-neutral-0);
  background: linear-gradient(180deg,rgba(var(--color-neutral-0-rgb),0) 0,rgba(var(--color-neutral-0-rgb),1) 100%);
  bottom: 0;
  height: 40px;
  margin: 0 auto;
  pointer-events: none;
  position: sticky;
}
.bryj_select__container_g5rh2 .bryj_select__menuList--scrollable_g5rh2 {
  overflow-y: scroll;
}
.bryj_select__container_g5rh2 .bryj_select__group_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option_g5rh2 {
  align-items: center;
  background-color: var(--color-neutral-0);
  border-radius: 0;
  color: var(--color-neutral-600);
  cursor: pointer;
  display: flex;
  height: 40px;
  padding: 0 10px;
  transition: background-color .2s linear,color .2s linear;
}
.bryj_select__container_g5rh2 .bryj_select__group_g5rh2[aria-disabled=true],.bryj_select__container_g5rh2 .bryj_select__option_g5rh2[aria-disabled=true] {
  background-color: var(--color-neutral-200);
  cursor: not-allowed;
}
.bryj_select__container_g5rh2 .bryj_select__group__label_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option__label_g5rh2 {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  pointer-events: none;
  text-overflow: ellipsis;
  transition: font-weight .1s linear;
  white-space: nowrap;
}
.bryj_select__container_g5rh2 .bryj_select__group__label_g5rh2:before,.bryj_select__container_g5rh2 .bryj_select__option__label_g5rh2:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_select__container_g5rh2 .bryj_select__group__label--null_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option__label--null_g5rh2 {
  font-style: italic;
}
.bryj_select__container_g5rh2 .bryj_select__group__extras_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option__extras_g5rh2 {
  align-items: center;
  display: flex;
  margin-left: auto;
  padding-left: 10px;
  pointer-events: none;
}
.bryj_select__container_g5rh2 .bryj_select__group__checkmark_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option__checkmark_g5rh2 {
  overflow: hidden;
  transition: padding .2s,width .2s;
  width: 0;
}
.bryj_select__container_g5rh2 .bryj_select__group__checkmark_g5rh2 svg,.bryj_select__container_g5rh2 .bryj_select__option__checkmark_g5rh2 svg {
  fill: var(--color-blue-600);
  height: 12px;
  transition: fill .2s linear;
  width: 12px;
}
.bryj_select__container_g5rh2 .bryj_select__group__count_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option__count_g5rh2 {
  color: var(--color-neutral-600);
  font-size: 12px;
  transition: color .2s linear,font-weight .1s linear;
}
.bryj_select__container_g5rh2 .bryj_select__group__count_g5rh2:before,.bryj_select__container_g5rh2 .bryj_select__option__count_g5rh2:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_select__container_g5rh2 .bryj_select__group--focused_g5rh2 .bryj_select__group__label_g5rh2,.bryj_select__container_g5rh2 .bryj_select__group--focused_g5rh2 .bryj_select__option__count_g5rh2,.bryj_select__container_g5rh2 .bryj_select__group--focused_g5rh2 .bryj_select__option__label_g5rh2,.bryj_select__container_g5rh2 .bryj_select__group--selected_g5rh2 .bryj_select__group__label_g5rh2,.bryj_select__container_g5rh2 .bryj_select__group--selected_g5rh2 .bryj_select__option__count_g5rh2,.bryj_select__container_g5rh2 .bryj_select__group--selected_g5rh2 .bryj_select__option__label_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option--focused_g5rh2 .bryj_select__group__label_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option--focused_g5rh2 .bryj_select__option__count_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option--focused_g5rh2 .bryj_select__option__label_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option--selected_g5rh2 .bryj_select__group__label_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option--selected_g5rh2 .bryj_select__option__count_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option--selected_g5rh2 .bryj_select__option__label_g5rh2 {
  font-weight: 700;
}
.bryj_select__container_g5rh2 .bryj_select__group--selected_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option--selected_g5rh2 {
  color: var(--color-neutral-800);
}
.bryj_select__container_g5rh2 .bryj_select__group--selected_g5rh2 .bryj_select__option__checkmark_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option--selected_g5rh2 .bryj_select__option__checkmark_g5rh2 {
  padding-left: 10px;
  width: 22px;
}
.bryj_select__container_g5rh2 .bryj_select__group--focused_g5rh2,.bryj_select__container_g5rh2 .bryj_select__group_g5rh2:active:not([aria-disabled=true]),.bryj_select__container_g5rh2 .bryj_select__option--focused_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option_g5rh2:active:not([aria-disabled=true]) {
  background: var(--color-neutral-100);
  color: var(--color-blue-600);
}
.bryj_select__container_g5rh2 .bryj_select__group--focused_g5rh2 .bryj_select__option__count_g5rh2,.bryj_select__container_g5rh2 .bryj_select__group_g5rh2:active:not([aria-disabled=true]) .bryj_select__option__count_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option--focused_g5rh2 .bryj_select__option__count_g5rh2,.bryj_select__container_g5rh2 .bryj_select__option_g5rh2:active:not([aria-disabled=true]) .bryj_select__option__count_g5rh2 {
  color: var(--color-blue-600);
}
.bryj_select__container_g5rh2 .bryj_select__group_g5rh2 {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
}
.bryj_select__container_g5rh2 .bryj_select__group__info_g5rh2 {
  align-items: center;
  display: flex;
  flex: 1;
  height: 40px;
  pointer-events: none;
}
.bryj_select__container_g5rh2 .bryj_select__group__icon_g5rh2 svg {
  fill: var(--color-neutral-600);
  height: 10px;
  transform: rotate(0);
  transition: fill .2s linear,transform .1s linear;
  width: 10px;
}
.bryj_select__container_g5rh2 .bryj_select__group--selected_g5rh2 .bryj_select__group__label_g5rh2 {
  font-weight: 700;
}
.bryj_select__container_g5rh2 .bryj_select__group--expanded_g5rh2,.bryj_select__container_g5rh2 .bryj_select__group_g5rh2:hover {
  background: var(--color-neutral-100);
  color: var(--color-blue-600);
}
.bryj_select__container_g5rh2 .bryj_select__group--expanded_g5rh2 .bryj_select__group__label_g5rh2,.bryj_select__container_g5rh2 .bryj_select__group_g5rh2:hover .bryj_select__group__label_g5rh2 {
  font-weight: 700;
}
.bryj_select__container_g5rh2 .bryj_select__group--expanded_g5rh2 .bryj_select__group__icon_g5rh2 svg {
  transform: rotate(90deg);
}
.bryj_select__container_g5rh2 .bryj_select__group_g5rh2:hover .bryj_select__group__icon_g5rh2 svg {
  fill: var(--color-blue-600);
}
.bryj_select__container_g5rh2 .bryj_select__noOptions_g5rh2 {
  font-size: 14px;
  font-style: italic;
}
.bryj_select__container_g5rh2 .bryj_select__validIndicator_g5rh2 svg {
  fill: var(--color-green-800);
  height: 10px;
  margin-right: 10px;
  transition: fill .2s linear;
  width: 10px;
}
.bryj_select__container_g5rh2 .bryj_select__multiValueContainer_g5rh2 {
  align-items: baseline;
  background-color: var(--color-blue-600);
  border-radius: 5px;
  display: flex;
  height: 20px;
  margin: 3px;
  padding: 2px 0 2px 10px;
}
.bryj_select__container_g5rh2 .bryj_select__multiValueLabel_g5rh2 {
  color: var(--color-neutral-0);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.bryj_select__container_g5rh2 .bryj_select__multiValueRemove_g5rh2 {
  align-items: center;
  display: flex;
  height: 100%;
  padding-left: 5px;
  padding-right: 10px;
}
.bryj_select__container_g5rh2 .bryj_select__multiValueRemove_g5rh2 svg {
  fill: var(--color-neutral-0);
  height: 8px;
  width: 8px;
}
.bryj_select__container_g5rh2 .bryj_select__control--open_g5rh2 .bryj_select__arrow_g5rh2 {
  transform: rotate(180deg);
}
.bryj_select__container_g5rh2 .bryj_select__control--loading_g5rh2 .bryj_select__indicatorsContainer_g5rh2 {
  padding: 8px 20px;
}
.bryj_select--multi_g5rh2 .bryj_select__container_g5rh2 .bryj_select__control_g5rh2 {
  height: auto;
  min-height: 38px;
}
.bryj_select--multi_g5rh2 .bryj_select__container_g5rh2 .bryj_select__valueContainer_g5rh2 {
  padding: 6px 0;
}
.bryj_select--withIcon_g5rh2 .bryj_select__container_g5rh2 .bryj_select__control_g5rh2 {
  padding-left: 32px;
}
.bryj_select--disabled_g5rh2 {
  background-color: var(--color-neutral-100);
  cursor: not-allowed;
}
.bryj_select--disabled_g5rh2 .bryj_select__placeholder_g5rh2,.bryj_select--disabled_g5rh2 .bryj_select__singleValue_g5rh2 {
  color: var(--color-neutral-400);
}
.bryj_select--disabled_g5rh2 .bryj_select__arrow_g5rh2 svg,.bryj_select--disabled_g5rh2 svg {
  fill: var(--color-neutral-400);
}
.bryj_select--invalid_g5rh2 {
  border-color: var(--color-red-800);
}
.bryj_select--valid_g5rh2 {
  border-color: var(--color-green-800);
}
.bryj_select_g5rh2[focus-within]:not(.bryj_select--disabled_g5rh2):not(.bryj_select--invalid_g5rh2):not(.bryj_select--valid_g5rh2) {
  border-color: var(--color-blue-600);
}
.bryj_select_g5rh2:focus-within:not(.bryj_select--disabled_g5rh2):not(.bryj_select--invalid_g5rh2):not(.bryj_select--valid_g5rh2) {
  border-color: var(--color-blue-600);
}
.bryj_select_g5rh2[focus-within]:not(.bryj_select--disabled_g5rh2):not(.bryj_select--invalid_g5rh2):not(.bryj_select--valid_g5rh2) .bryj_select__arrow_g5rh2 svg {
  fill: var(--color-neutral-600);
}
.bryj_select_g5rh2:focus-within:not(.bryj_select--disabled_g5rh2):not(.bryj_select--invalid_g5rh2):not(.bryj_select--valid_g5rh2) .bryj_select__arrow_g5rh2 svg {
  fill: var(--color-neutral-600);
}
.bryj_select__group__subOptions_g5rh2 {
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
  max-height: 225px;
  overflow: auto;
  position: absolute;
  z-index: 99;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option_g5rh2 {
  align-items: center;
  background-color: var(--color-neutral-0);
  border-radius: 0;
  color: var(--color-neutral-600);
  cursor: pointer;
  display: flex;
  height: 40px;
  padding: 0 10px;
  transition: background-color .2s linear,color .2s linear;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option_g5rh2[aria-disabled=true] {
  background-color: var(--color-neutral-200);
  cursor: not-allowed;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option__label_g5rh2 {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  pointer-events: none;
  text-overflow: ellipsis;
  transition: font-weight .1s linear;
  white-space: nowrap;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option__label_g5rh2:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option__label--null_g5rh2 {
  font-style: italic;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option__extras_g5rh2 {
  align-items: center;
  display: flex;
  margin-left: auto;
  padding-left: 10px;
  pointer-events: none;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option__checkmark_g5rh2 {
  overflow: hidden;
  transition: padding .2s,width .2s;
  width: 0;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option__checkmark_g5rh2 svg {
  fill: var(--color-blue-600);
  height: 12px;
  transition: fill .2s linear;
  width: 12px;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option__count_g5rh2 {
  color: var(--color-neutral-600);
  font-size: 12px;
  transition: color .2s linear,font-weight .1s linear;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option__count_g5rh2:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option--focused_g5rh2 .bryj_select__group__label_g5rh2,.bryj_select__group__subOptions_g5rh2 .bryj_select__option--focused_g5rh2 .bryj_select__option__count_g5rh2,.bryj_select__group__subOptions_g5rh2 .bryj_select__option--focused_g5rh2 .bryj_select__option__label_g5rh2,.bryj_select__group__subOptions_g5rh2 .bryj_select__option--selected_g5rh2 .bryj_select__group__label_g5rh2,.bryj_select__group__subOptions_g5rh2 .bryj_select__option--selected_g5rh2 .bryj_select__option__count_g5rh2,.bryj_select__group__subOptions_g5rh2 .bryj_select__option--selected_g5rh2 .bryj_select__option__label_g5rh2 {
  font-weight: 700;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option--selected_g5rh2 {
  color: var(--color-neutral-800);
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option--selected_g5rh2 .bryj_select__option__checkmark_g5rh2 {
  padding-left: 10px;
  width: 22px;
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option--focused_g5rh2,.bryj_select__group__subOptions_g5rh2 .bryj_select__option_g5rh2:active:not([aria-disabled=true]) {
  background: var(--color-neutral-100);
  color: var(--color-blue-600);
}
.bryj_select__group__subOptions_g5rh2 .bryj_select__option--focused_g5rh2 .bryj_select__option__count_g5rh2,.bryj_select__group__subOptions_g5rh2 .bryj_select__option_g5rh2:active:not([aria-disabled=true]) .bryj_select__option__count_g5rh2 {
  color: var(--color-blue-600);
}
.bryj_numberInput_1bl8l {
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-flex;
  height: 40px;
  min-width: 100px;
  overflow: hidden;
  position: relative;
  transition: background-color .2s linear,border-color .2s linear;
}
.bryj_numberInput_1bl8l input[type=number] {
  -moz-appearance: textfield;
  background-color: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--color-neutral-800);
  flex: 1;
  font-family: Mulish,sans-serif;
  font-size: 14px;
  padding: 0;
}
.bryj_numberInput_1bl8l input[type=number]::-webkit-inner-spin-button,.bryj_numberInput_1bl8l input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bryj_numberInput_1bl8l .bryj_numberInput__button_1bl8l {
  background: none;
  border: none;
}
.bryj_numberInput_1bl8l[focus-within]:not(.bryj_numberInput--invalid_1bl8l) {
  border-color: var(--color-blue-600);
}
.bryj_numberInput_1bl8l:focus-within:not(.bryj_numberInput--invalid_1bl8l) {
  border-color: var(--color-blue-600);
}
.bryj_numberInput_1bl8l[focus-within]:not(.bryj_numberInput--invalid_1bl8l) .bryj_numberInput__buttons_1bl8l {
  border-color: var(--color-blue-600);
}
.bryj_numberInput_1bl8l:focus-within:not(.bryj_numberInput--invalid_1bl8l) .bryj_numberInput__buttons_1bl8l {
  border-color: var(--color-blue-600);
}
.bryj_numberInput__wrapper_1bl8l {
  align-items: center;
  cursor: text;
  display: flex;
  flex: 1;
  overflow: hidden;
  padding: 8px 10px;
}
.bryj_numberInput__suffix_1bl8l {
  align-items: center;
  color: var(--color-neutral-800);
  display: flex;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_numberInput__suffix__spacing_1bl8l {
  padding-left: 5px;
}
.bryj_numberInput__buttons_1bl8l {
  align-items: center;
  border-left: 1px solid var(--color-neutral-200);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: border-color .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 40px;
}
.bryj_numberInput__button_1bl8l {
  align-items: center;
  border-left: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 50%;
  justify-content: center;
  transition: background-color .2s linear;
  width: 100%;
}
.bryj_numberInput__button_1bl8l svg {
  fill: var(--color-neutral-600);
  height: 10px;
  transition: fill .2s linear;
  width: 10px;
}
.bryj_numberInput__button_1bl8l:disabled {
  cursor: not-allowed;
}
.bryj_numberInput__button_1bl8l:disabled svg {
  fill: var(--color-neutral-200);
}
.bryj_numberInput__button_1bl8l:active:not(.bryj_numberInput__button_1bl8l:disabled) {
  background-color: var(--color-blue-600);
}
.bryj_numberInput__button_1bl8l:active:not(.bryj_numberInput__button_1bl8l:disabled) svg {
  fill: var(--color-neutral-0);
}
.bryj_numberInput--withSuffix_1bl8l input[type=number] {
  flex: initial;
}
.bryj_numberInput--disabled_1bl8l {
  background-color: var(--color-neutral-100);
  cursor: not-allowed;
}
.bryj_numberInput--disabled_1bl8l input[type=number] {
  color: var(--color-neutral-400);
  cursor: not-allowed;
}
.bryj_numberInput--invalid_1bl8l,.bryj_numberInput--invalid_1bl8l .bryj_numberInput__buttons_1bl8l {
  border-color: var(--color-red-800);
}
.bryj_searchInput_54z8a {
  align-items: flex-start;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-sizing: border-box;
  cursor: text;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  transition: background-color .2s linear,border-color .2s linear;
  width: auto;
}
.bryj_searchInput_54z8a>input[type=text] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  caret-color: var(--color-neutral-800);
  color: var(--color-neutral-800);
  font-family: Mulish,sans-serif;
  font-size: 14px;
  height: 100%;
  outline: 0;
  padding: 8px 26px 8px 10px;
  transition: caret-color .2s linear,color .2s linear;
  width: 100%;
}
.bryj_searchInput_54z8a>input[type=text]::-moz-placeholder {
  color: var(--color-neutral-450);
}
.bryj_searchInput_54z8a>input[type=text]::placeholder {
  color: var(--color-neutral-450);
}
.bryj_searchInput_54z8a>input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.bryj_searchInput_54z8a>input[type=text]:focus::placeholder {
  color: transparent;
}
.bryj_searchInput__icon_54z8a {
  align-self: center;
  padding-left: 10px;
}
.bryj_searchInput__icon_54z8a svg {
  fill: var(--color-neutral-900);
  height: 14px;
  transition: fill .2s linear;
  width: 14px;
}
.bryj_searchInput__clearIcon_54z8a {
  align-items: center;
  background: none;
  border: none;
  display: flex;
  height: 100%;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.bryj_searchInput__clearIcon_54z8a svg {
  fill: var(--color-neutral-600);
  height: 10px;
  width: 10px;
}
.bryj_searchInput__clearIcon_54z8a:disabled {
  cursor: not-allowed;
}
.bryj_searchInput_54z8a[focus-within]:not(.bryj_searchInput--disabled_54z8a) {
  border-color: var(--color-blue-600);
}
.bryj_searchInput_54z8a:focus-within:not(.bryj_searchInput--disabled_54z8a) {
  border-color: var(--color-blue-600);
}
.bryj_searchInput--disabled_54z8a {
  background-color: var(--color-neutral-100);
  cursor: not-allowed;
}
.bryj_searchInput--disabled_54z8a>input[type=text] {
  color: var(--color-neutral-600);
  cursor: not-allowed;
}
.bryj_searchInput--disabled_54z8a>input[type=text]::-moz-placeholder {
  color: var(--color-neutral-450);
}
.bryj_searchInput--disabled_54z8a>input[type=text]::placeholder {
  color: var(--color-neutral-450);
}
.bryj_searchInput--disabled_54z8a .bryj_searchInput__icon_54z8a svg {
  fill: var(--color-neutral-600);
}
.bryj_textInput_1ls16 {
  align-items: flex-start;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-sizing: border-box;
  cursor: text;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  transition: background-color .2s linear,border-color .2s linear;
  width: auto;
}
.bryj_textInput_1ls16>input,.bryj_textInput_1ls16>textarea {
  background-color: transparent;
  border: 0;
  border-radius: inherit;
  box-shadow: none !important;
  caret-color: var(--color-neutral-800);
  color: var(--color-neutral-600);
  font-family: Mulish,sans-serif;
  font-size: 14px;
  height: 100%;
  outline: 0;
  padding: 8px 10px;
  transition: caret-color .2s linear,color .2s linear;
  width: 100%;
}
.bryj_textInput_1ls16>input::-moz-placeholder,.bryj_textInput_1ls16>textarea::-moz-placeholder {
  color: var(--color-neutral-450);
}
.bryj_textInput_1ls16>input::-moz-placeholder, .bryj_textInput_1ls16>textarea::-moz-placeholder {
  color: var(--color-neutral-450);
}
.bryj_textInput_1ls16>input::placeholder,.bryj_textInput_1ls16>textarea::placeholder {
  color: var(--color-neutral-450);
}
.bryj_textInput_1ls16>input[type=text],.bryj_textInput_1ls16>textarea[type=text] {
  box-shadow: none;
}
.bryj_textInput_1ls16>textarea {
  resize: none;
}
.bryj_textInput__icon_1ls16 {
  align-self: center;
  padding-left: 10px;
}
.bryj_textInput__icon_1ls16 svg {
  fill: var(--color-neutral-600);
  height: 14px;
  transition: fill .2s linear;
  width: 14px;
}
.bryj_textInput__addons_1ls16 {
  align-items: center;
  display: flex;
  height: 100%;
  padding-right: 10px;
}
.bryj_textInput__addons_1ls16>* {
  margin-right: 5px;
}
.bryj_textInput__addons_1ls16>:last-child {
  margin-right: 0;
}
.bryj_textInput__addon_1ls16 {
  align-items: center;
  display: flex;
}
.bryj_textInput__editIcon_1ls16 svg {
  fill: var(--color-neutral-800);
  height: 14px;
  transition: fill .2s linear;
  width: 14px;
}
.bryj_textInput__validityIcon_1ls16 svg {
  fill: var(--color-neutral-800);
  height: 10px;
  transition: fill .2s linear;
  width: 10px;
}
.bryj_textInput_1ls16[focus-within]:not(.bryj_textInput--disabled_1ls16):not(.bryj_textInput--invalid_1ls16):not(.bryj_textInput--valid_1ls16) {
  border-color: var(--color-blue-600);
}
.bryj_textInput_1ls16:focus-within:not(.bryj_textInput--disabled_1ls16):not(.bryj_textInput--invalid_1ls16):not(.bryj_textInput--valid_1ls16) {
  border-color: var(--color-blue-600);
}
.bryj_textInput_1ls16[focus-within]:not(.bryj_textInput--disabled_1ls16):not(.bryj_textInput--invalid_1ls16):not(.bryj_textInput--valid_1ls16) .bryj_textInput__editIcon_1ls16 svg {
  fill: var(--color-blue-600);
}
.bryj_textInput_1ls16:focus-within:not(.bryj_textInput--disabled_1ls16):not(.bryj_textInput--invalid_1ls16):not(.bryj_textInput--valid_1ls16) .bryj_textInput__editIcon_1ls16 svg {
  fill: var(--color-blue-600);
}
.bryj_textInput_1ls16 .bryj_textInput__icon_1ls16 svg {
  fill: var(--color-neutral-600);
}
.bryj_textInput--textarea_1ls16 {
  height: auto;
}
.bryj_textInput--textarea_1ls16 .bryj_textInput__icon_1ls16 {
  align-self: flex-start;
  padding-top: 10px;
}
.bryj_textInput--textarea_1ls16 .bryj_textInput__addons_1ls16 {
  align-self: flex-start;
  padding: 10px 10px 10px 0;
}
.bryj_textInput--invalid_1ls16 {
  border-color: var(--color-red-800);
}
.bryj_textInput--invalid_1ls16 .bryj_textInput__editIcon_1ls16 svg {
  fill: var(--color-red-800);
}
.bryj_textInput--valid_1ls16 {
  border-color: var(--color-green-800);
}
.bryj_textInput--valid_1ls16 .bryj_textInput__editIcon_1ls16 svg,.bryj_textInput--valid_1ls16 .bryj_textInput__validityIcon_1ls16 svg {
  fill: var(--color-green-800);
}
.bryj_textInput--disabled_1ls16,.bryj_textInput--readonly_1ls16 {
  background-color: var(--color-neutral-100);
  cursor: not-allowed;
}
.bryj_textInput--disabled_1ls16>input,.bryj_textInput--disabled_1ls16>textarea,.bryj_textInput--readonly_1ls16>input,.bryj_textInput--readonly_1ls16>textarea {
  color: var(--color-neutral-400);
  cursor: not-allowed;
}
.bryj_textInput--disabled_1ls16>input::-moz-placeholder,.bryj_textInput--disabled_1ls16>textarea::-moz-placeholder,.bryj_textInput--readonly_1ls16>input::-moz-placeholder,.bryj_textInput--readonly_1ls16>textarea::-moz-placeholder {
  color: var(--color-neutral-450);
}
.bryj_textInput--disabled_1ls16>input::-moz-placeholder, .bryj_textInput--disabled_1ls16>textarea::-moz-placeholder, .bryj_textInput--readonly_1ls16>input::-moz-placeholder, .bryj_textInput--readonly_1ls16>textarea::-moz-placeholder {
  color: var(--color-neutral-450);
}
.bryj_textInput--disabled_1ls16>input::placeholder,.bryj_textInput--disabled_1ls16>textarea::placeholder,.bryj_textInput--readonly_1ls16>input::placeholder,.bryj_textInput--readonly_1ls16>textarea::placeholder {
  color: var(--color-neutral-450);
}
.bryj_textInput--disabled_1ls16 .bryj_textInput__editIcon_1ls16 svg,.bryj_textInput--disabled_1ls16 .bryj_textInput__icon_1ls16 svg,.bryj_textInput--readonly_1ls16 .bryj_textInput__editIcon_1ls16 svg,.bryj_textInput--readonly_1ls16 .bryj_textInput__icon_1ls16 svg {
  fill: var(--color-neutral-400);
}
.bryj_targetBox_fcp9e input {
  display: none;
}
.bryj_targetBox__container_ivibm {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 2px dashed var(--color-neutral-200);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  transition: border-color .1s linear,background-color .1s linear;
}
.bryj_targetBox--active_ivibm {
  background-color: var(--color-neutral-100);
  border-color: var(--color-blue-600);
}
.bryj_targetBox--loading_ivibm {
  border: 2px dashed var(--color-neutral-200);
}
.bryj_targetBox--error_ivibm {
  border-color: var(--color-red-800);
}
.bryj_targetBox--disabled_ivibm {
  background-color: var(--color-neutral-50);
}
.bryj_faDragDrop_ivibm {
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  min-height: 200px;
  padding: 15px;
}
.bryj_faDragDrop--uploading_ivibm,.bryj_faDragDrop_ivibm {
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.bryj_faDragDrop__info_ivibm {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.bryj_faDragDrop__supportedFormats_ivibm {
  align-self: center;
  color: var(--color-neutral-600);
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 20px;
  white-space: nowrap;
}
.bryj_faDragDrop__supportedFormats__withMaxFileSize_ivibm {
  border-right: 1px solid var(--color-neutral-600);
  padding-right: 10px;
}
.bryj_faDragDrop__supportedFormats__withMaxFileSize--disabled_ivibm {
  border-right: 1px solid var(--color-neutral-400);
  color: var(--color-neutral-400);
}
.bryj_faDragDrop__supportedFormats_ivibm>span {
  margin-left: 5px;
}
.bryj_faDragDrop__dragSvg--disabled_ivibm {
  filter: grayscale(1);
  opacity: .3;
}
.bryj_faDragDrop__maxFilesize_ivibm {
  color: var(--color-neutral-600);
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
  white-space: nowrap;
}
.bryj_faDragDrop__maxFilesize--disabled_ivibm {
  color: var(--color-neutral-400);
}
.bryj_faDragDrop__browseButton_ivibm {
  margin-top: 10px;
}
.bryj_faDragDrop__browseButton--active_ivibm {
  visibility: hidden;
}
.bryj_faDragDrop__browseIcon_ivibm {
  fill: var(--color-blue-600);
  height: 18px;
  width: 18px;
}
.bryj_faDragDrop__text_ivibm {
  color: var(--color-neutral-800);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.bryj_faDragDrop__text--disabled_ivibm {
  color: var(--color-neutral-400);
}
.bryj_faDragDrop__innerContainer_ivibm {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bryj_faDragDrop__innerContainer_ivibm svg {
  margin-bottom: 10px;
}
.bryj_faDragDrop__dragIcon_ivibm {
  margin-right: 10px;
}
.bryj_faDragDrop__dragIcon_ivibm svg {
  height: 75px;
  width: 75px;
}
.bryj_faDragDrop__stateContainer_ivibm {
  flex: 1;
}
.bryj_faDragDrop_ivibm .bryj_uploadDetails_ivibm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.bryj_faDragDrop_ivibm .bryj_uploadDetails__header_ivibm {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
}
.bryj_faDragDrop_ivibm .bryj_uploadDetails__bar_ivibm {
  margin-top: 20px;
}
.bryj_faDragDrop_ivibm .bryj_uploadDetails__progress_ivibm {
  background-color: var(--color-blue-600);
  border-radius: 4px;
  display: block;
  height: 100%;
  position: relative;
  transition: width .3s;
}
.bryj_faDragDrop_ivibm .bryj_uploadDetails__footer_ivibm {
  color: var(--color-neutral-600);
  font-size: 12px;
  line-height: 1.25;
  margin-top: 5px;
  text-align: left;
}
.bryj_faDragDrop--compact_ivibm {
  flex-direction: row;
  height: auto;
  min-height: auto;
}
.bryj_faDragDrop--compact_ivibm .bryj_faDragDrop__info_ivibm {
  margin-top: 10px;
}
.bryj_faDragDrop--compact_ivibm .bryj_faDragDrop__browseButton_ivibm {
  margin: 0;
}
.bryj_faDragDrop--compact_ivibm .bryj_faDragDrop__innerContainer_ivibm {
  flex-direction: row;
}
.bryj_faDragDrop--compact_ivibm .bryj_faDragDrop__text_ivibm {
  margin: 0 10px 0 0;
}
.bryj_faDragDrop--idle_ivibm .bryj_faDragDrop__stateContainer_ivibm {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename_ivibm {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__container_ivibm {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__containerRow_ivibm {
  flex-direction: column;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__icon_ivibm svg {
  fill: var(--color-neutral-600);
  height: 50px;
  width: 40px;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__icon--disabled_ivibm svg {
  fill: var(--color-neutral-400);
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__uploadedText_ivibm {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__text_ivibm {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  gap: 10px;
  line-height: 18px;
  word-break: break-all;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__text__icon_ivibm svg {
  fill: var(--color-green-200);
  height: 14px;
  width: 14px;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__text__icon--disabled_ivibm svg {
  fill: var(--color-neutral-400);
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__buttons_ivibm {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_filename__buttons_ivibm>:first-child {
  border-right: 2px solid var(--color-neutral-600);
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_clearIcon_ivibm {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_clearIcon_ivibm svg {
  fill: var(--color-neutral-600);
  height: 12px;
  transition: fill .2s linear;
  width: 12px;
}
.bryj_faDragDrop--complete_ivibm .bryj_faDragDrop__stateContainer_ivibm .bryj_clearIcon_ivibm:hover svg {
  fill: var(--color-blue-600);
}
.bryj_progressBar_nuuha {
  border: 1px solid var(--color-neutral-200);
  border-radius: 3px;
  box-sizing: border-box;
  height: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bryj_progressBar__inner_nuuha {
  background-color: var(--color-blue-600);
  border-radius: 2px;
  height: 100%;
  transition: width .2s ease-in-out;
}
.bryj_message_163n9 {
  align-items: center;
  display: flex;
}
.bryj_message--framed_163n9 {
  border-radius: 5px;
  padding: 10px;
}
.bryj_message--info_163n9 .bryj_message__icon_163n9 svg {
  fill: var(--color-blue-800);
}
.bryj_message--info_163n9 .bryj_message__icon--informational_163n9 {
  background-color: var(--color-blue-800);
}
.bryj_message--info_163n9 .bryj_message__text_163n9 {
  color: var(--color-blue-800);
}
.bryj_message--info_163n9.bryj_message--framed_163n9 {
  background-color: var(--color-blue-100);
}
.bryj_message--success_163n9 .bryj_message__icon_163n9 svg {
  fill: var(--color-green-800);
}
.bryj_message--success_163n9 .bryj_message__icon--informational_163n9 {
  background-color: var(--color-green-800);
}
.bryj_message--success_163n9 .bryj_message__text_163n9 {
  color: var(--color-green-800);
}
.bryj_message--success_163n9.bryj_message--framed_163n9 {
  background-color: var(--color-green-100);
}
.bryj_message--warning_163n9 .bryj_message__icon_163n9 svg {
  fill: var(--color-orange-900);
}
.bryj_message--warning_163n9 .bryj_message__icon--informational_163n9 {
  background-color: var(--color-orange-900);
}
.bryj_message--warning_163n9 .bryj_message__text_163n9 {
  color: var(--color-orange-900);
}
.bryj_message--warning_163n9.bryj_message--framed_163n9 {
  background-color: var(--color-yellow-100);
}
.bryj_message--error_163n9 .bryj_message__icon_163n9 svg {
  fill: var(--color-red-800);
}
.bryj_message--error_163n9 .bryj_message__icon--informational_163n9 {
  background-color: var(--color-red-800);
}
.bryj_message--error_163n9 .bryj_message__text_163n9 {
  color: var(--color-red-800);
}
.bryj_message--error_163n9.bryj_message--framed_163n9 {
  background-color: var(--color-peach-200);
}
.bryj_message__text_163n9 {
  font-weight: 700;
  line-height: 20px;
}
.bryj_message__text--framed_163n9 {
  font-size: 14px;
}
.bryj_message__text--floating_163n9 {
  font-size: 12px;
}
.bryj_message__text--informational_163n9 {
  font-size: 16px;
}
.bryj_message__text_163n9.bryj_message__text--informational_163n9 {
  color: var(--color-neutral-800);
}
.bryj_message__icon_163n9 {
  align-items: center;
  display: flex;
  height: 20px;
  margin-right: 10px;
}
.bryj_message__icon_163n9 svg {
  fill: var(--color-neutral-800);
  height: 14px;
  transition: fill .2s linear;
  width: 14px;
}
.bryj_message__icon_163n9.bryj_message__icon--informational_163n9 {
  border-radius: 50%;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.bryj_message__icon_163n9.bryj_message__icon--informational_163n9 svg {
  fill: var(--color-neutral-0);
  height: 16px;
  width: 16px;
}
.bryj_datePicker__container_es2af {
  background-color: var(--color-neutral-0);
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
.bryj_datePicker__container--multipleMonths_es2af>div:first-of-type {
  border-right: 1px solid var(--color-neutral-200);
  margin-right: 14px;
  padding-right: 15px;
}
.bryj_datePicker__container--inline_es2af {
  padding: 0;
}
.bryj_datePicker__container--withTime_es2af {
  padding-bottom: 170px;
}
.bryj_datePicker__header_es2af {
  align-items: center;
  color: var(--color-neutral-800);
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.bryj_datePicker__header__arrow_es2af {
  border-radius: 10px;
  cursor: pointer;
  opacity: 1;
  padding: 10px;
  transition: opacity .2s linear;
}
.bryj_datePicker__header__arrow_es2af:hover {
  background-color: var(--color-neutral-100);
}
.bryj_datePicker__header__arrow_es2af svg {
  fill: var(--color-blue-600);
  height: 12px;
  width: 12px;
}
.bryj_datePicker__header__arrow--disabled_es2af {
  pointer-events: none;
}
.bryj_datePicker__header__arrow--disabled_es2af svg {
  fill: var(--color-neutral-200);
}
.bryj_datePicker__header__date_es2af {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 12px;
  justify-content: space-evenly;
  padding: 0 10px;
}
.bryj_datePicker__customInput_es2af {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 40px;
  min-width: 130px;
  transition: border-color .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_datePicker__customInput__icon_es2af {
  left: 10px;
  position: absolute;
}
.bryj_datePicker__customInput__icon_es2af svg {
  fill: var(--color-neutral-800);
  height: 16px;
  transition: fill .2s linear;
  width: 16px;
}
.bryj_datePicker__customInput__value_es2af {
  align-items: center;
  box-sizing: border-box;
  color: var(--color-neutral-800);
  display: flex;
  font-size: 14px;
  height: 100%;
  padding: 10px 10px 10px 35px;
  transition: color .2s linear;
  width: 100%;
}
.bryj_datePicker__customInput_es2af:disabled {
  background-color: var(--color-neutral-100);
  cursor: not-allowed;
}
.bryj_datePicker__customInput_es2af:disabled .bryj_datePicker__customInput__value_es2af {
  color: var(--color-neutral-600);
}
.bryj_datePicker__customInput_es2af:disabled .bryj_datePicker__customInput__icon_es2af svg {
  fill: var(--color-neutral-600);
}
.bryj_datePicker__customInput--invalid_es2af {
  border-color: var(--color-red-800);
}
.bryj_datePicker__customInput--invalid_es2af .bryj_datePicker__customInput__icon_es2af svg {
  fill: var(--color-red-800);
}
.bryj_datePicker__customInput--invalid_es2af .bryj_datePicker__customInput__value_es2af {
  color: var(--color-red-800);
}
.bryj_datePicker__customInput--open_es2af {
  border-color: var(--color-blue-600);
}
.bryj_datePicker__customInput--open_es2af .bryj_datePicker__customInput__icon_es2af svg {
  fill: var(--color-blue-600);
}
.bryj_datePicker__customInput--open_es2af .bryj_datePicker__customInput__value_es2af {
  color: var(--color-blue-600);
}
.bryj_datePicker__containerTime_es2af {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 20px;
}
.bryj_datePicker__containerTime__buttons_es2af {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.bryj_datePicker__containerTime__picker_es2af {
  align-items: center;
  border-top: 1px solid var(--color-neutral-200);
  display: flex;
  gap: 5px;
  max-height: 100%;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
.bryj_datePicker__containerTime__picker__text_es2af {
  color: var(--color-neutral-800);
  font-size: 12px;
  font-weight: 700;
}
.bryj_datePicker__containerTime__picker__dateInput_es2af {
  min-width: 80px;
}
.bryj_datePicker__containerTime__picker_es2af .bryj_datePicker__containerTime__picker__selectDayPeriods_es2af {
  min-width: 70px;
}
.bryj_selectorDropdown_1nenz {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
}
.bryj_selectorDropdown--scrollable_1nenz {
  overflow-y: scroll;
}
.bryj_selectorDropdown__option_1nenz {
  background-color: var(--color-neutral-0);
  box-sizing: border-box;
  color: var(--color-neutral-800);
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  line-height: 20px;
  padding: 7.5px 10px;
  text-align: center;
  transition: background-color .2s linear,color .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_selectorDropdown__option_1nenz:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_selectorDropdown__option_1nenz:hover:not(.bryj_selectorDropdown__option--active_1nenz) {
  background-color: var(--color-neutral-100);
  font-weight: 700;
}
.bryj_selectorDropdown__option--active_1nenz {
  background-color: var(--color-blue-600);
  color: var(--color-neutral-0);
  font-weight: 700;
}
.bryj_selectorButton_1nenz {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--color-blue-600);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 35px;
  justify-content: center;
  line-height: 20px;
  padding: 5px 10px;
  transition: background-color .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_selectorButton--open_1nenz,.bryj_selectorButton_1nenz:hover {
  background-color: var(--color-neutral-100);
}
.bryj_react-datepicker__month-read-view--down-arrow_1knk9,.bryj_react-datepicker__month-year-read-view--down-arrow_1knk9,.bryj_react-datepicker__navigation-icon_1knk9:before,.bryj_react-datepicker__year-read-view--down-arrow_1knk9 {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.bryj_react-datepicker-wrapper_1knk9 {
  border: 0;
  display: inline-block;
  padding: 0;
}
.bryj_react-datepicker_1knk9 {
  background-color: #fff;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  color: #000;
  display: inline-block;
  font-family: Helvetica Neue,helvetica,arial,sans-serif;
  font-size: .8rem;
  line-height: normal;
  position: relative;
}
.bryj_react-datepicker--time-only_1knk9 .bryj_react-datepicker__time-container_1knk9 {
  border-left: 0;
}
.bryj_react-datepicker--time-only_1knk9 .bryj_react-datepicker__time-box_1knk9,.bryj_react-datepicker--time-only_1knk9 .bryj_react-datepicker__time_1knk9 {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.bryj_react-datepicker-popper_1knk9 {
  line-height: 0;
  z-index: 1;
}
.bryj_react-datepicker-popper_1knk9 .bryj_react-datepicker__triangle_1knk9 {
  stroke: #aeaeae;
}
.bryj_react-datepicker-popper_1knk9[data-placement^=bottom] .bryj_react-datepicker__triangle_1knk9 {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.bryj_react-datepicker-popper_1knk9[data-placement^=top] .bryj_react-datepicker__triangle_1knk9 {
  fill: #fff;
  color: #fff;
}
.bryj_react-datepicker__header_1knk9 {
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: .3rem;
  padding: 8px 0;
  position: relative;
  text-align: center;
}
.bryj_react-datepicker__header--time_1knk9 {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.bryj_react-datepicker__header--time_1knk9:not(.bryj_react-datepicker__header--time--only_1knk9) {
  border-top-left-radius: 0;
}
.bryj_react-datepicker__header_1knk9:not(.bryj_react-datepicker__header--has-time-select_1knk9) {
  border-top-right-radius: .3rem;
}
.bryj_react-datepicker__month-dropdown-container--scroll_1knk9,.bryj_react-datepicker__month-dropdown-container--select_1knk9,.bryj_react-datepicker__month-year-dropdown-container--scroll_1knk9,.bryj_react-datepicker__month-year-dropdown-container--select_1knk9,.bryj_react-datepicker__year-dropdown-container--scroll_1knk9,.bryj_react-datepicker__year-dropdown-container--select_1knk9 {
  display: inline-block;
  margin: 0 15px;
}
.bryj_react-datepicker-time__header_1knk9,.bryj_react-datepicker-year-header_1knk9,.bryj_react-datepicker__current-month_1knk9 {
  color: #000;
  font-size: .944rem;
  font-weight: 700;
  margin-top: 0;
}
h2.bryj_react-datepicker__current-month_1knk9 {
  margin: 0;
  padding: 0;
}
.bryj_react-datepicker-time__header_1knk9 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bryj_react-datepicker__navigation_1knk9 {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  text-indent: -999em;
  top: 2px;
  width: 32px;
  z-index: 1;
}
.bryj_react-datepicker__navigation--previous_1knk9 {
  left: 2px;
}
.bryj_react-datepicker__navigation--next_1knk9 {
  right: 2px;
}
.bryj_react-datepicker__navigation--next--with-time_1knk9:not(.bryj_react-datepicker__navigation--next--with-today-button_1knk9) {
  right: 85px;
}
.bryj_react-datepicker__navigation--years_1knk9 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.bryj_react-datepicker__navigation--years-previous_1knk9 {
  top: 4px;
}
.bryj_react-datepicker__navigation--years-upcoming_1knk9 {
  top: -4px;
}
.bryj_react-datepicker__navigation_1knk9:hover :before {
  border-color: #a6a6a6;
}
.bryj_react-datepicker__navigation-icon_1knk9 {
  font-size: 20px;
  position: relative;
  top: -1px;
  width: 0;
}
.bryj_react-datepicker__navigation-icon--next_1knk9 {
  left: -2px;
}
.bryj_react-datepicker__navigation-icon--next_1knk9:before {
  left: -7px;
  transform: rotate(45deg);
}
.bryj_react-datepicker__navigation-icon--previous_1knk9 {
  right: -2px;
}
.bryj_react-datepicker__navigation-icon--previous_1knk9:before {
  right: -7px;
  transform: rotate(225deg);
}
.bryj_react-datepicker__month-container_1knk9 {
  float: left;
}
.bryj_react-datepicker__year_1knk9 {
  margin: .4rem;
  text-align: center;
}
.bryj_react-datepicker__year-wrapper_1knk9 {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.bryj_react-datepicker__year_1knk9 .bryj_react-datepicker__year-text_1knk9 {
  display: inline-block;
  margin: 2px;
  width: 4rem;
}
.bryj_react-datepicker__month_1knk9 {
  margin: .4rem;
  text-align: center;
}
.bryj_react-datepicker__month_1knk9 .bryj_react-datepicker__month-text_1knk9,.bryj_react-datepicker__month_1knk9 .bryj_react-datepicker__quarter-text_1knk9 {
  display: inline-block;
  margin: 2px;
  width: 4rem;
}
.bryj_react-datepicker__input-time-container_1knk9 {
  clear: both;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
  width: 100%;
}
.bryj_react-datepicker__input-time-container_1knk9 .bryj_react-datepicker-time__caption_1knk9,.bryj_react-datepicker__input-time-container_1knk9 .bryj_react-datepicker-time__input-container_1knk9 {
  display: inline-block;
}
.bryj_react-datepicker__input-time-container_1knk9 .bryj_react-datepicker-time__input-container_1knk9 .bryj_react-datepicker-time__input_1knk9 {
  display: inline-block;
  margin-left: 10px;
}
.bryj_react-datepicker__input-time-container_1knk9 .bryj_react-datepicker-time__input-container_1knk9 .bryj_react-datepicker-time__input_1knk9 input {
  width: auto;
}
.bryj_react-datepicker__input-time-container_1knk9 .bryj_react-datepicker-time__input-container_1knk9 .bryj_react-datepicker-time__input_1knk9 input[type=time]::-webkit-inner-spin-button,.bryj_react-datepicker__input-time-container_1knk9 .bryj_react-datepicker-time__input-container_1knk9 .bryj_react-datepicker-time__input_1knk9 input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bryj_react-datepicker__input-time-container_1knk9 .bryj_react-datepicker-time__input-container_1knk9 .bryj_react-datepicker-time__input_1knk9 input[type=time] {
  -moz-appearance: textfield;
}
.bryj_react-datepicker__input-time-container_1knk9 .bryj_react-datepicker-time__input-container_1knk9 .bryj_react-datepicker-time__delimiter_1knk9 {
  display: inline-block;
  margin-left: 5px;
}
.bryj_react-datepicker__time-container_1knk9 {
  border-left: 1px solid #aeaeae;
  float: right;
  width: 85px;
}
.bryj_react-datepicker__time-container--with-today-button_1knk9 {
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  display: inline;
  position: absolute;
  right: -87px;
  top: 0;
}
.bryj_react-datepicker__time-container_1knk9 .bryj_react-datepicker__time_1knk9 {
  background: #fff;
  border-bottom-right-radius: .3rem;
  position: relative;
}
.bryj_react-datepicker__time-container_1knk9 .bryj_react-datepicker__time_1knk9 .bryj_react-datepicker__time-box_1knk9 {
  border-bottom-right-radius: .3rem;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
  width: 85px;
}
.bryj_react-datepicker__time-container_1knk9 .bryj_react-datepicker__time_1knk9 .bryj_react-datepicker__time-box_1knk9 ul.bryj_react-datepicker__time-list_1knk9 {
  box-sizing: content-box;
  height: calc(195px + .85rem);
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bryj_react-datepicker__time-container_1knk9 .bryj_react-datepicker__time_1knk9 .bryj_react-datepicker__time-box_1knk9 ul.bryj_react-datepicker__time-list_1knk9 li.bryj_react-datepicker__time-list-item_1knk9 {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.bryj_react-datepicker__time-container_1knk9 .bryj_react-datepicker__time_1knk9 .bryj_react-datepicker__time-box_1knk9 ul.bryj_react-datepicker__time-list_1knk9 li.bryj_react-datepicker__time-list-item_1knk9:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.bryj_react-datepicker__time-container_1knk9 .bryj_react-datepicker__time_1knk9 .bryj_react-datepicker__time-box_1knk9 ul.bryj_react-datepicker__time-list_1knk9 li.bryj_react-datepicker__time-list-item--selected_1knk9 {
  background-color: #216ba5;
  color: #fff;
  font-weight: 700;
}
.bryj_react-datepicker__time-container_1knk9 .bryj_react-datepicker__time_1knk9 .bryj_react-datepicker__time-box_1knk9 ul.bryj_react-datepicker__time-list_1knk9 li.bryj_react-datepicker__time-list-item--selected_1knk9:hover {
  background-color: #216ba5;
}
.bryj_react-datepicker__time-container_1knk9 .bryj_react-datepicker__time_1knk9 .bryj_react-datepicker__time-box_1knk9 ul.bryj_react-datepicker__time-list_1knk9 li.bryj_react-datepicker__time-list-item--disabled_1knk9 {
  color: #ccc;
}
.bryj_react-datepicker__time-container_1knk9 .bryj_react-datepicker__time_1knk9 .bryj_react-datepicker__time-box_1knk9 ul.bryj_react-datepicker__time-list_1knk9 li.bryj_react-datepicker__time-list-item--disabled_1knk9:hover {
  background-color: transparent;
  cursor: default;
}
.bryj_react-datepicker__week-number_1knk9 {
  color: #ccc;
  display: inline-block;
  line-height: 1.7rem;
  margin: .166rem;
  text-align: center;
  width: 1.7rem;
}
.bryj_react-datepicker__week-number_1knk9.bryj_react-datepicker__week-number--clickable_1knk9 {
  cursor: pointer;
}
.bryj_react-datepicker__week-number_1knk9.bryj_react-datepicker__week-number--clickable_1knk9:not(.bryj_react-datepicker__week-number--selected_1knk9):not(.bryj_react-datepicker__week-number--keyboard-selected_1knk9):hover {
  background-color: #f0f0f0;
  border-radius: .3rem;
}
.bryj_react-datepicker__week-number--selected_1knk9 {
  background-color: #216ba5;
  border-radius: .3rem;
  color: #fff;
}
.bryj_react-datepicker__week-number--selected_1knk9:hover {
  background-color: #1d5d90;
}
.bryj_react-datepicker__week-number--keyboard-selected_1knk9 {
  background-color: #2a87d0;
  border-radius: .3rem;
  color: #fff;
}
.bryj_react-datepicker__week-number--keyboard-selected_1knk9:hover {
  background-color: #1d5d90;
}
.bryj_react-datepicker__day-names_1knk9 {
  margin-bottom: -8px;
  white-space: nowrap;
}
.bryj_react-datepicker__week_1knk9 {
  white-space: nowrap;
}
.bryj_react-datepicker__day-name_1knk9,.bryj_react-datepicker__day_1knk9,.bryj_react-datepicker__time-name_1knk9 {
  color: #000;
  display: inline-block;
  line-height: 1.7rem;
  margin: .166rem;
  text-align: center;
  width: 1.7rem;
}
.bryj_react-datepicker__day_1knk9,.bryj_react-datepicker__month-text_1knk9,.bryj_react-datepicker__quarter-text_1knk9,.bryj_react-datepicker__year-text_1knk9 {
  cursor: pointer;
}
.bryj_react-datepicker__day_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__month-text_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__quarter-text_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__year-text_1knk9:not([aria-disabled=true]):hover {
  background-color: #f0f0f0;
  border-radius: .3rem;
}
.bryj_react-datepicker__day--today_1knk9,.bryj_react-datepicker__month-text--today_1knk9,.bryj_react-datepicker__quarter-text--today_1knk9,.bryj_react-datepicker__year-text--today_1knk9 {
  font-weight: 700;
}
.bryj_react-datepicker__day--highlighted_1knk9,.bryj_react-datepicker__month-text--highlighted_1knk9,.bryj_react-datepicker__quarter-text--highlighted_1knk9,.bryj_react-datepicker__year-text--highlighted_1knk9 {
  background-color: #3dcc4a;
  border-radius: .3rem;
  color: #fff;
}
.bryj_react-datepicker__day--highlighted_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__month-text--highlighted_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__quarter-text--highlighted_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__year-text--highlighted_1knk9:not([aria-disabled=true]):hover {
  background-color: #32be3f;
}
.bryj_react-datepicker__day--highlighted-custom-1_1knk9,.bryj_react-datepicker__month-text--highlighted-custom-1_1knk9,.bryj_react-datepicker__quarter-text--highlighted-custom-1_1knk9,.bryj_react-datepicker__year-text--highlighted-custom-1_1knk9 {
  color: #f0f;
}
.bryj_react-datepicker__day--highlighted-custom-2_1knk9,.bryj_react-datepicker__month-text--highlighted-custom-2_1knk9,.bryj_react-datepicker__quarter-text--highlighted-custom-2_1knk9,.bryj_react-datepicker__year-text--highlighted-custom-2_1knk9 {
  color: green;
}
.bryj_react-datepicker__day--holidays_1knk9,.bryj_react-datepicker__month-text--holidays_1knk9,.bryj_react-datepicker__quarter-text--holidays_1knk9,.bryj_react-datepicker__year-text--holidays_1knk9 {
  background-color: #ff6803;
  border-radius: .3rem;
  color: #fff;
  position: relative;
}
.bryj_react-datepicker__day--holidays_1knk9 .bryj_overlay_1knk9,.bryj_react-datepicker__month-text--holidays_1knk9 .bryj_overlay_1knk9,.bryj_react-datepicker__quarter-text--holidays_1knk9 .bryj_overlay_1knk9,.bryj_react-datepicker__year-text--holidays_1knk9 .bryj_overlay_1knk9 {
  background-color: #333;
  border-radius: 4px;
  bottom: 100%;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 4px;
  position: absolute;
  transform: translateX(-50%);
  transition: visibility 0s,opacity .3s ease-in-out;
  visibility: hidden;
  white-space: nowrap;
}
.bryj_react-datepicker__day--holidays_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__month-text--holidays_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__quarter-text--holidays_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__year-text--holidays_1knk9:not([aria-disabled=true]):hover {
  background-color: #cf5300;
}
.bryj_react-datepicker__day--holidays_1knk9:hover .bryj_overlay_1knk9,.bryj_react-datepicker__month-text--holidays_1knk9:hover .bryj_overlay_1knk9,.bryj_react-datepicker__quarter-text--holidays_1knk9:hover .bryj_overlay_1knk9,.bryj_react-datepicker__year-text--holidays_1knk9:hover .bryj_overlay_1knk9 {
  opacity: 1;
  visibility: visible;
}
.bryj_react-datepicker__day--in-range_1knk9,.bryj_react-datepicker__day--in-selecting-range_1knk9,.bryj_react-datepicker__day--selected_1knk9,.bryj_react-datepicker__month-text--in-range_1knk9,.bryj_react-datepicker__month-text--in-selecting-range_1knk9,.bryj_react-datepicker__month-text--selected_1knk9,.bryj_react-datepicker__quarter-text--in-range_1knk9,.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9,.bryj_react-datepicker__quarter-text--selected_1knk9,.bryj_react-datepicker__year-text--in-range_1knk9,.bryj_react-datepicker__year-text--in-selecting-range_1knk9,.bryj_react-datepicker__year-text--selected_1knk9 {
  background-color: #216ba5;
  border-radius: .3rem;
  color: #fff;
}
.bryj_react-datepicker__day--in-range_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__day--in-selecting-range_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__day--selected_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__month-text--in-range_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__month-text--in-selecting-range_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__month-text--selected_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__quarter-text--in-range_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__quarter-text--selected_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__year-text--in-range_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__year-text--in-selecting-range_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__year-text--selected_1knk9:not([aria-disabled=true]):hover {
  background-color: #1d5d90;
}
.bryj_react-datepicker__day--keyboard-selected_1knk9,.bryj_react-datepicker__month-text--keyboard-selected_1knk9,.bryj_react-datepicker__quarter-text--keyboard-selected_1knk9,.bryj_react-datepicker__year-text--keyboard-selected_1knk9 {
  background-color: #bad9f1;
  border-radius: .3rem;
  color: #000;
}
.bryj_react-datepicker__day--keyboard-selected_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__month-text--keyboard-selected_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__quarter-text--keyboard-selected_1knk9:not([aria-disabled=true]):hover,.bryj_react-datepicker__year-text--keyboard-selected_1knk9:not([aria-disabled=true]):hover {
  background-color: #1d5d90;
}
.bryj_react-datepicker__day--in-selecting-range_1knk9:not(.bryj_react-datepicker__day--in-range_1knk9):not(.bryj_react-datepicker__month-text--in-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-range_1knk9):not(.bryj_react-datepicker__year-text--in-range_1knk9),.bryj_react-datepicker__month-text--in-selecting-range_1knk9:not(.bryj_react-datepicker__day--in-range_1knk9):not(.bryj_react-datepicker__month-text--in-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-range_1knk9):not(.bryj_react-datepicker__year-text--in-range_1knk9),.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9:not(.bryj_react-datepicker__day--in-range_1knk9):not(.bryj_react-datepicker__month-text--in-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-range_1knk9):not(.bryj_react-datepicker__year-text--in-range_1knk9),.bryj_react-datepicker__year-text--in-selecting-range_1knk9:not(.bryj_react-datepicker__day--in-range_1knk9):not(.bryj_react-datepicker__month-text--in-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-range_1knk9):not(.bryj_react-datepicker__year-text--in-range_1knk9) {
  background-color: rgba(33,107,165,.5);
}
.bryj_react-datepicker__month--selecting-range_1knk9 .bryj_react-datepicker__day--in-range_1knk9:not(.bryj_react-datepicker__day--in-selecting-range_1knk9):not(.bryj_react-datepicker__month-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__year-text--in-selecting-range_1knk9),.bryj_react-datepicker__month--selecting-range_1knk9 .bryj_react-datepicker__month-text--in-range_1knk9:not(.bryj_react-datepicker__day--in-selecting-range_1knk9):not(.bryj_react-datepicker__month-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__year-text--in-selecting-range_1knk9),.bryj_react-datepicker__month--selecting-range_1knk9 .bryj_react-datepicker__quarter-text--in-range_1knk9:not(.bryj_react-datepicker__day--in-selecting-range_1knk9):not(.bryj_react-datepicker__month-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__year-text--in-selecting-range_1knk9),.bryj_react-datepicker__month--selecting-range_1knk9 .bryj_react-datepicker__year-text--in-range_1knk9:not(.bryj_react-datepicker__day--in-selecting-range_1knk9):not(.bryj_react-datepicker__month-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__year-text--in-selecting-range_1knk9),.bryj_react-datepicker__year--selecting-range_1knk9 .bryj_react-datepicker__day--in-range_1knk9:not(.bryj_react-datepicker__day--in-selecting-range_1knk9):not(.bryj_react-datepicker__month-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__year-text--in-selecting-range_1knk9),.bryj_react-datepicker__year--selecting-range_1knk9 .bryj_react-datepicker__month-text--in-range_1knk9:not(.bryj_react-datepicker__day--in-selecting-range_1knk9):not(.bryj_react-datepicker__month-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__year-text--in-selecting-range_1knk9),.bryj_react-datepicker__year--selecting-range_1knk9 .bryj_react-datepicker__quarter-text--in-range_1knk9:not(.bryj_react-datepicker__day--in-selecting-range_1knk9):not(.bryj_react-datepicker__month-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__year-text--in-selecting-range_1knk9),.bryj_react-datepicker__year--selecting-range_1knk9 .bryj_react-datepicker__year-text--in-range_1knk9:not(.bryj_react-datepicker__day--in-selecting-range_1knk9):not(.bryj_react-datepicker__month-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__quarter-text--in-selecting-range_1knk9):not(.bryj_react-datepicker__year-text--in-selecting-range_1knk9) {
  background-color: #f0f0f0;
  color: #000;
}
.bryj_react-datepicker__day--disabled_1knk9,.bryj_react-datepicker__month-text--disabled_1knk9,.bryj_react-datepicker__quarter-text--disabled_1knk9,.bryj_react-datepicker__year-text--disabled_1knk9 {
  color: #ccc;
  cursor: default;
}
.bryj_react-datepicker__day--disabled_1knk9 .bryj_overlay_1knk9,.bryj_react-datepicker__month-text--disabled_1knk9 .bryj_overlay_1knk9,.bryj_react-datepicker__quarter-text--disabled_1knk9 .bryj_overlay_1knk9,.bryj_react-datepicker__year-text--disabled_1knk9 .bryj_overlay_1knk9 {
  background-color: #333;
  border-radius: 4px;
  bottom: 70%;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 4px;
  position: absolute;
  transform: translateX(-50%);
  transition: visibility 0s,opacity .3s ease-in-out;
  visibility: hidden;
  white-space: nowrap;
}
.bryj_react-datepicker__input-container_1knk9 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.bryj_react-datepicker__input-container_1knk9 .bryj_react-datepicker__calendar-icon_1knk9 {
  box-sizing: content-box;
  padding: .5rem;
  position: absolute;
}
.bryj_react-datepicker__view-calendar-icon_1knk9 input {
  padding: 6px 10px 5px 25px;
}
.bryj_react-datepicker__month-read-view_1knk9,.bryj_react-datepicker__month-year-read-view_1knk9,.bryj_react-datepicker__year-read-view_1knk9 {
  border: 1px solid transparent;
  border-radius: .3rem;
  position: relative;
}
.bryj_react-datepicker__month-read-view_1knk9:hover,.bryj_react-datepicker__month-year-read-view_1knk9:hover,.bryj_react-datepicker__year-read-view_1knk9:hover {
  cursor: pointer;
}
.bryj_react-datepicker__month-read-view_1knk9:hover .bryj_react-datepicker__month-read-view--down-arrow_1knk9,.bryj_react-datepicker__month-read-view_1knk9:hover .bryj_react-datepicker__year-read-view--down-arrow_1knk9,.bryj_react-datepicker__month-year-read-view_1knk9:hover .bryj_react-datepicker__month-read-view--down-arrow_1knk9,.bryj_react-datepicker__month-year-read-view_1knk9:hover .bryj_react-datepicker__year-read-view--down-arrow_1knk9,.bryj_react-datepicker__year-read-view_1knk9:hover .bryj_react-datepicker__month-read-view--down-arrow_1knk9,.bryj_react-datepicker__year-read-view_1knk9:hover .bryj_react-datepicker__year-read-view--down-arrow_1knk9 {
  border-top-color: #b3b3b3;
}
.bryj_react-datepicker__month-read-view--down-arrow_1knk9,.bryj_react-datepicker__month-year-read-view--down-arrow_1knk9,.bryj_react-datepicker__year-read-view--down-arrow_1knk9 {
  right: -16px;
  top: 0;
  transform: rotate(135deg);
}
.bryj_react-datepicker__month-dropdown_1knk9,.bryj_react-datepicker__month-year-dropdown_1knk9,.bryj_react-datepicker__year-dropdown_1knk9 {
  background-color: #f0f0f0;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 50%;
  z-index: 1;
}
.bryj_react-datepicker__month-dropdown_1knk9:hover,.bryj_react-datepicker__month-year-dropdown_1knk9:hover,.bryj_react-datepicker__year-dropdown_1knk9:hover {
  cursor: pointer;
}
.bryj_react-datepicker__month-dropdown--scrollable_1knk9,.bryj_react-datepicker__month-year-dropdown--scrollable_1knk9,.bryj_react-datepicker__year-dropdown--scrollable_1knk9 {
  height: 150px;
  overflow-y: scroll;
}
.bryj_react-datepicker__month-option_1knk9,.bryj_react-datepicker__month-year-option_1knk9,.bryj_react-datepicker__year-option_1knk9 {
  display: block;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.bryj_react-datepicker__month-option_1knk9:first-of-type,.bryj_react-datepicker__month-year-option_1knk9:first-of-type,.bryj_react-datepicker__year-option_1knk9:first-of-type {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.bryj_react-datepicker__month-option_1knk9:last-of-type,.bryj_react-datepicker__month-year-option_1knk9:last-of-type,.bryj_react-datepicker__year-option_1knk9:last-of-type {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_react-datepicker__month-option_1knk9:hover,.bryj_react-datepicker__month-year-option_1knk9:hover,.bryj_react-datepicker__year-option_1knk9:hover {
  background-color: #ccc;
}
.bryj_react-datepicker__month-option_1knk9:hover .bryj_react-datepicker__navigation--years-upcoming_1knk9,.bryj_react-datepicker__month-year-option_1knk9:hover .bryj_react-datepicker__navigation--years-upcoming_1knk9,.bryj_react-datepicker__year-option_1knk9:hover .bryj_react-datepicker__navigation--years-upcoming_1knk9 {
  border-bottom-color: #b3b3b3;
}
.bryj_react-datepicker__month-option_1knk9:hover .bryj_react-datepicker__navigation--years-previous_1knk9,.bryj_react-datepicker__month-year-option_1knk9:hover .bryj_react-datepicker__navigation--years-previous_1knk9,.bryj_react-datepicker__year-option_1knk9:hover .bryj_react-datepicker__navigation--years-previous_1knk9 {
  border-top-color: #b3b3b3;
}
.bryj_react-datepicker__month-option--selected_1knk9,.bryj_react-datepicker__month-year-option--selected_1knk9,.bryj_react-datepicker__year-option--selected_1knk9 {
  left: 15px;
  position: absolute;
}
.bryj_react-datepicker__close-icon_1knk9 {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: table-cell;
  height: 100%;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}
.bryj_react-datepicker__close-icon_1knk9:after {
  background-color: #216ba5;
  border-radius: 50%;
  color: #fff;
  content: "×";
  cursor: pointer;
  display: table-cell;
  font-size: 12px;
  height: 16px;
  line-height: 1;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.bryj_react-datepicker__close-icon--disabled_1knk9 {
  cursor: default;
}
.bryj_react-datepicker__close-icon--disabled_1knk9:after {
  background-color: #ccc;
  cursor: default;
}
.bryj_react-datepicker__today-button_1knk9 {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  clear: left;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
}
.bryj_react-datepicker__portal_1knk9 {
  align-items: center;
  background-color: rgba(0,0,0,.8);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2147483647;
}
.bryj_react-datepicker__portal_1knk9 .bryj_react-datepicker__day-name_1knk9,.bryj_react-datepicker__portal_1knk9 .bryj_react-datepicker__day_1knk9,.bryj_react-datepicker__portal_1knk9 .bryj_react-datepicker__time-name_1knk9 {
  line-height: 3rem;
  width: 3rem;
}
@media (max-height:550px),(max-width:400px) {
  .bryj_react-datepicker__portal_1knk9 .bryj_react-datepicker__day-name_1knk9,.bryj_react-datepicker__portal_1knk9 .bryj_react-datepicker__day_1knk9,.bryj_react-datepicker__portal_1knk9 .bryj_react-datepicker__time-name_1knk9 {
    line-height: 2rem;
    width: 2rem;
  }
}
.bryj_react-datepicker__portal_1knk9 .bryj_react-datepicker-time__header_1knk9,.bryj_react-datepicker__portal_1knk9 .bryj_react-datepicker__current-month_1knk9 {
  font-size: 1.44rem;
}
.bryj_react-datepicker__children-container_1knk9 {
  height: auto;
  margin: .4rem;
  padding-left: .2rem;
  padding-right: .2rem;
  width: 13.8rem;
}
.bryj_react-datepicker__aria-live_1knk9 {
  border: 0;
  clip-path: circle(0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.bryj_react-datepicker__calendar-icon_1knk9 {
  height: 1em;
  vertical-align: -.125em;
  width: 1em;
}
.react-datepicker-wrapper {
  display: inline-flex;
  width: auto;
}
.react-datepicker-popper {
  z-index: 100;
}
.react-datepicker {
  border: none;
  color: var(--color-neutral-800);
  font-size: 14px;
  position: relative;
}
.react-datepicker__triangle {
  display: none;
}
.react-datepicker__input-container input {
  margin: 0;
}
.react-datepicker__aria-live {
  display: none;
}
.react-datepicker__month-container {
  float: none;
  z-index: 2;
}
.react-datepicker__month-container .react-datepicker__header {
  background: none;
  border-bottom: none;
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: var(--color-neutral-800);
  margin-bottom: 5px;
  padding-top: 0;
}
.react-datepicker-time__header {
  font-size: 20px;
  font-weight: 600;
}
.react-datepicker__time-container {
  border-left: 1px solid var(--color-neutral-200);
  box-sizing: border-box;
  float: none;
  margin-left: 20px;
  max-height: 100%;
  padding-left: 15px;
  position: relative;
  width: 120px;
}
.react-datepicker__time-container .react-datepicker__header--time {
  display: none;
}
.react-datepicker__time-container .react-datepicker__time {
  background: var(--color-neutral-0);
  border-radius: 0;
  height: 100%;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  border-radius: 0;
  height: 100%;
  margin: 0;
  width: 100%;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  align-items: center;
  border-radius: 5px;
  color: var(--color-neutral-600);
  display: flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  margin: 0 10px 5px;
  padding: 5px;
  transition: background-color .2s linear;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:last-child {
  margin-bottom: 0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  background-color: var(--color-blue-600);
  color: var(--color-neutral-0);
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: var(--color-blue-600);
  color: var(--color-neutral-0);
  font-weight: 700;
}
.react-datepicker__input-time-container {
  bottom: 0;
  clear: none;
  display: flex;
  float: none;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translate(-50%);
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: none;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  width: 100%;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: block;
  height: 100%;
  margin-left: 0;
}
.react-datepicker__month {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.react-datepicker__week {
  display: flex;
  margin-bottom: 3px;
  z-index: 1;
}
.react-datepicker__week:last-child {
  margin-bottom: 0;
}
.react-datepicker__day {
  align-items: center;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: var(--color-neutral-800);
  display: flex;
  font-size: 14px;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 40px;
}
.react-datepicker__day-names {
  display: flex;
}
.react-datepicker__day-name {
  align-items: center;
  color: var(--color-neutral-600);
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  justify-content: center;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 35px;
}
.react-datepicker__day:hover {
  background-color: var(--color-neutral-100);
  border-radius: inherit;
}
.react-datepicker__day:not(.react-datepicker__day--in-range):not(.react-datepicker__day--in-selecting-range) {
  border-radius: 10px;
}
.react-datepicker__day:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.react-datepicker__day:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.react-datepicker__day--disabled {
  background-color: none;
  color: var(--color-neutral-600);
}
.react-datepicker__day--today {
  font-weight: 700;
  position: relative;
}
.react-datepicker__day--outside-month {
  color: var(--color-neutral-400);
}
.react-datepicker__day--in-range {
  background-color: var(--color-neutral-100);
  border-radius: 0;
  color: var(--color-blue-600);
  position: relative;
}
.react-datepicker__day--in-range.react-datepicker__day--range-start:not(.react-datepicker__day--in-selecting-range),.react-datepicker__day--in-range.react-datepicker__day--range-start:not(.react-datepicker__day--in-selecting-range):before,.react-datepicker__day--in-range:first-child,.react-datepicker__day--in-range:first-child:before {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.react-datepicker__day--in-range.react-datepicker__day--range-end:not(.react-datepicker__day--in-selecting-range),.react-datepicker__day--in-range.react-datepicker__day--range-end:not(.react-datepicker__day--in-selecting-range):before,.react-datepicker__day--in-range:last-child,.react-datepicker__day--in-range:last-child:before {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.react-datepicker__day--in-selecting-range {
  border-radius: 0;
  position: relative;
}
.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: var(--color-neutral-100);
  color: var(--color-blue-600);
}
.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-end,.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start {
  background-color: var(--color-blue-600);
  color: var(--color-neutral-0);
}
.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-end:hover,.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start:hover {
  background-color: var(--color-blue-600);
}
.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start.react-datepicker__day--selecting-range-end,.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start.react-datepicker__day--selecting-range-end:hover {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-end:not(.react-datepicker__day--selecting-range-start) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
}
.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start:not(.react-datepicker__day--selecting-range-end) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
.react-datepicker__dayContent {
  align-items: center;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 40px;
}
.react-datepicker__day.react-datepicker__day--in-range:before {
  display: none;
}
.react-datepicker__day.react-datepicker__day--in-range:hover {
  background-color: var(--color-blue-600);
  color: var(--color-neutral-0);
}
.react-datepicker__day--selected:not(.react-datepicker__day--in-selecting-range) {
  background-color: var(--color-blue-600);
  color: var(--color-neutral-0);
  font-weight: 700;
}
.react-datepicker__day--selected:not(.react-datepicker__day--in-selecting-range):hover {
  background-color: var(--color-blue-600);
}
.Toastify__toast.Toastify__toast {
  border-radius: 10px;
  padding: 10px;
}
.Toastify__toast:hover .Toastify__toast-body--container {
  white-space: normal;
}
.Toastify__toast-body {
  padding: 0 !important;
}
.Toastify__toast-body--svg--close svg {
  height: 12px;
  width: 12px;
}
.Toastify__toast-body--container {
  background-color: var(--color-neutral-0);
  color: var(--color-neutral-800);
  display: flex;
  min-height: 0;
  white-space: nowrap;
  width: 265px;
  word-break: break-word;
}
.Toastify__toast-body--vertical {
  flex: 1;
  padding-right: 30px;
  position: relative;
  width: 100%;
}
.Toastify__toast-body--title {
  color: var(--color-neutral-800);
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.Toastify__toast-body--message,.Toastify__toast-body--title {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
}
.Toastify__toast-body--message {
  align-items: flex-start;
  color: var(--color-neutral-600);
}
.Toastify__toast-body--separation {
  border-radius: 5px;
  flex: 0 0 5px;
  margin-right: 10px;
  min-height: 40px;
}
.Toastify__toast-body--separation.success {
  background: var(--color-green-800);
}
.Toastify__toast-body--separation.warning {
  background: var(--color-orange-900);
}
.Toastify__toast-body--separation.error {
  stroke: none;
  background: var(--color-red-800);
}
.Toastify__toast-body--separation.info {
  background: var(--color-navy-blue-900);
}
.Toastify__toast .Toastify__close-button {
  align-self: center;
  background-color: inherit;
  font-weight: lighter;
  opacity: 1;
}
.Toastify__toast .Toastify__close-button:hover {
  background-color: inherit;
  color: inherit;
}
.bryj_dateRangePickerCalendars_iz7a6 {
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
  margin: 10px 0 0;
}
.bryj_dateRangePickerCalendars__datePicker_iz7a6 {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.bryj_dateRangePickerCalendars__buttons_iz7a6 {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
  width: 100%;
}
.bryj_dateRangePicker_17f46 {
  overflow: hidden;
}
.bryj_dateRangePicker__button_17f46 {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  color: var(--color-neutral-800);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 10px;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
  transition: background-color .2s linear,border-color .2s linear,color .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_dateRangePicker__button__icon_17f46 svg {
  fill: var(--color-neutral-800);
  height: 16px;
  transition: fill .2s linear;
  width: 16px;
}
.bryj_dateRangePicker__button__arrow_17f46 {
  margin-left: auto;
}
.bryj_dateRangePicker__button__arrow_17f46 svg {
  fill: var(--color-neutral-800);
  height: 10px;
  transition: fill .2s linear;
  width: 10px;
}
.bryj_dateRangePicker__button--active_17f46,.bryj_dateRangePicker__button_17f46:hover:not(.bryj_dateRangePicker__button--disabled_17f46) {
  border: 1px solid var(--color-blue-600);
}
.bryj_dateRangePicker__button--active_17f46 {
  color: var(--color-blue-600);
}
.bryj_dateRangePicker__button--active_17f46 svg {
  fill: var(--color-blue-600);
}
.bryj_dateRangePicker__button--active_17f46 .bryj_dateRangePicker__button__arrow_17f46 svg {
  transform: rotate(180deg);
}
.bryj_dateRangePicker__button--disabled_17f46 {
  background-color: var(--color-neutral-100);
  border-color: var(--color-neutral-200);
  color: var(--color-neutral-600);
  cursor: not-allowed;
}
.bryj_dateRangePicker__button--disabled_17f46 svg {
  fill: var(--color-neutral-600);
}
.bryj_dateRangePicker__button_period_17f46 {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bryj_dateRangePicker__preset_17f46 {
  align-items: center;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 25px;
  height: 40px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  transition: background-color .2s linear;
}
.bryj_dateRangePicker__preset__label_17f46 {
  color: var(--color-neutral-600);
  font-size: 14px;
  transition: color .2s linear,font-weight .1s linear;
}
.bryj_dateRangePicker__preset__label_17f46:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_dateRangePicker__preset__arrow_17f46 svg,.bryj_dateRangePicker__preset__checkmark_17f46 svg {
  margin-left: auto;
  transition: fill .2s linear;
}
.bryj_dateRangePicker__preset__checkmark_17f46 svg {
  fill: var(--color-blue-600);
  height: 13px;
  width: 13px;
}
.bryj_dateRangePicker__preset__arrow_17f46 svg {
  fill: var(--color-neutral-600);
  height: 10px;
  width: 10px;
}
.bryj_dateRangePicker__preset--active_17f46 .bryj_dateRangePicker__preset__label_17f46 {
  color: var(--color-neutral-800);
  font-weight: 700;
}
.bryj_dateRangePicker__preset--active_17f46 .bryj_dateRangePicker__preset__arrow_17f46 svg {
  fill: var(--color-neutral-800);
}
.bryj_dateRangePicker__preset_17f46:hover {
  background-color: var(--color-background);
}
.bryj_dateRangePicker__preset_17f46:hover .bryj_dateRangePicker__preset__label_17f46 {
  color: var(--color-blue-600);
  font-weight: 700;
  transition: font-weight .1s linear;
}
.bryj_dateRangePicker__preset_17f46:hover .bryj_dateRangePicker__preset__arrow_17f46 svg {
  fill: var(--color-blue-600);
}
.bryj_dateRangePicker__presets_17f46 {
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  color: var(--color-neutral-800);
  font-size: 14px;
  height: auto;
  min-width: inherit;
  overflow: hidden;
  pointer-events: all;
  position: relative;
}
.bryj_dateRangePicker__subPresets_17f46 {
  margin-left: 10px;
  min-width: auto;
}
.bryj_dateRangePicker__subPresets--reversed_17f46 {
  margin-left: 0;
  margin-right: 10px;
}
.bryj_dateRangePicker__calendars_17f46 {
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px;
  pointer-events: all;
}
.bryj_dateRangePicker__calendars__buttons_17f46 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_dateRangePicker__calendars__button_17f46 {
  margin-left: 10px;
  width: 100px;
}
.bryj_dateRangePicker__calendars--reversed_17f46 {
  margin-left: 0;
  margin-right: 10px;
}
.bryj_dateRangePicker__calendars--column_17f46 {
  margin: 10px 0 20px;
}
.bryj_dateRangePicker__calendars--onlyShowCalendar_17f46 {
  margin-left: 0;
}
.bryj_dateRangePicker__dropdown_17f46 {
  background: transparent;
  border: none;
  box-shadow: none !important;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}
.bryj_dateRangePicker__dropdown__content_17f46 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  min-width: inherit;
}
.bryj_dateRangePicker__dropdown__content--reversed_17f46 {
  flex-direction: row-reverse;
}
.bryj_dateRangePicker__dropdown__content--reversed_17f46 .bryj_dateRangePicker__presets_17f46 {
  margin-left: auto;
}
.bryj_dateRangePicker__dropdown__content--column_17f46 {
  flex-direction: column;
}
.bryj_detailsCardContainer_1az91 {
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  padding: 10px;
}
.bryj_detailsCardContainer__title_1az91 {
  color: var(--color-neutral-900);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}
.bryj_detailsCardContainer_1az91 .bryj_detailsCardScoreContainer_1az91 {
  align-items: center;
  display: flex;
}
.bryj_detailsCardContainer_1az91 .bryj_detailsCardScoreContainer__value_1az91 {
  color: var(--color-blue-600);
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.bryj_detailsCardContainer_1az91 .bryj_detailsCardScoreContainer__percentage_1az91 {
  color: var(--color-neutral-450);
  font-size: 12px;
}
.bryj_detailsCardContainer--large_1az91 {
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  min-width: 300px;
  padding: 15px;
}
.bryj_detailsCardContainer--large_1az91 .bryj_detailsCardContainer__icon_1az91 {
  align-items: center;
  grid-row: 1/3;
}
.bryj_detailsCardContainer--large_1az91 .bryj_detailsCardContainer__title_1az91 {
  font-size: 16px;
  grid-column: 2/3;
}
.bryj_detailsCardContainer--large_1az91 .bryj_detailsCardScoreContainer_1az91 {
  grid-column: 2/3;
}
.bryj_detailsCardContainer--large_1az91 .bryj_detailsCardScoreContainer__value_1az91 {
  font-size: 20px;
}
.bryj_detailsCardContainer--large_1az91 .bryj_detailsCardScoreContainer__percentage_1az91 {
  font-size: 16px;
}
.bryj_starRating_m3bk6 {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.bryj_starRating__singleStar_m3bk6 {
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 25px;
}
.bryj_starRating__singleStar__generic_m3bk6 {
  -webkit-text-stroke: 2px var(--color-blue-600);
  color: var(--color-neutral-0);
  font-size: 25px;
  margin-right: 5px;
  transition: color .3s;
}
.bryj_starRating__singleStar__filled_m3bk6:before {
  clip-path: inset(0 var(--fill-width) 0 0);
  color: var(--color-blue-600);
  content: "★";
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.bryj_starRating__singleStar_m3bk6:not(:first-child) {
  margin-left: 10px;
}
.bryj_starRatingDetails_ig9o4 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.bryj_starRatingDetails_ig9o4 .bryj_starRatingDetailsContainer_ig9o4 {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.bryj_starRatingDetails_ig9o4 .bryj_starRatingDetailsContainer__star_ig9o4 {
  color: var(--color-blue-600);
  flex: 0 0 auto;
  font-size: 20px;
}
.bryj_starRatingDetails_ig9o4 .bryj_starRatingDetailsContainer__score_ig9o4,.bryj_starRatingDetails_ig9o4 .bryj_starRatingDetailsContainer__text_ig9o4 {
  color: var(--color-neutral-450);
  flex: 0 0 auto;
  font-size: 16px;
}
.bryj_card_flccw {
  background-color: var(--color-neutral-0);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  transition: background-color .2s linear;
}
.bryj_card__header_flccw {
  align-items: center;
  border-bottom: 1px solid var(--color-neutral-100);
  color: var(--color-neutral-800);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  transition: border-color .2s linear;
}
.bryj_card__content_flccw {
  display: block;
  position: relative;
}
.bryj_card__separator_flccw {
  border-bottom: 1px solid var(--color-neutral-200);
  flex: 0 0 100%;
  margin: 30px 0;
  transition: border-color .2s linear;
}
.bryj_card__footer_flccw {
  align-items: center;
  display: flex;
  height: 40px;
  margin-top: 20px;
  position: relative;
}
.bryj_checkbox_o5k3m {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_checkbox__fakebox_o5k3m {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-600);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  height: 16px;
  justify-content: center;
  min-width: 16px;
  transition: background-color .2s linear;
  width: 16px;
}
.bryj_checkbox__fakebox_o5k3m svg {
  fill: var(--color-neutral-0);
  height: 10px;
  transition: fill .2s linear;
  width: 10px;
}
.bryj_checkbox__labelContainer_o5k3m {
  color: var(--color-neutral-800);
  display: flex;
  font-size: 14px;
  gap: 10px;
  line-height: 16px;
  margin-left: 10px;
  transition: color .2s linear,font-weight .1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_checkbox__labelContainer_o5k3m svg {
  fill: var(--color-neutral-800);
}
.bryj_checkbox--checked_o5k3m .bryj_checkbox__fakebox_o5k3m {
  background-color: var(--color-blue-600);
  border: none;
}
.bryj_checkbox--checked_o5k3m .bryj_checkbox__label_o5k3m {
  color: var(--color-neutral-800);
}
.bryj_checkbox--disabled_o5k3m {
  cursor: not-allowed;
}
.bryj_checkbox--disabled_o5k3m .bryj_checkbox__label_o5k3m {
  color: var(--color-neutral-400);
}
.bryj_checkbox--disabled_o5k3m .bryj_checkbox__fakebox_o5k3m {
  background-color: var(--color-neutral-100);
  border-color: var(--color-neutral-200);
}
.bryj_checkbox--disabled_o5k3m.bryj_checkbox--checked_o5k3m .bryj_checkbox__fakebox_o5k3m {
  background-color: var(--color-neutral-400);
}
.bryj_checkbox_o5k3m input[type=checkbox] {
  display: none;
}
.bryj_customTabs_1rs0s {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.bryj_customTabs__tab_1rs0s {
  align-items: center;
  background: none;
  border: none;
  color: var(--color-neutral-600);
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  line-height: 20px;
  padding: 0 0 5px;
  position: relative;
  transition: color .2s linear,font-weight .1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_customTabs__tab_1rs0s>span {
  text-align: center;
}
.bryj_customTabs__tab_1rs0s>span:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_customTabs__tab__icon_1rs0s svg {
  fill: currentColor;
  height: 14px;
  transition: fill .2s linear;
  width: 14px;
}
.bryj_customTabs__tab__error_1rs0s {
  fill: var(--color-red-800);
  height: 12px;
  width: 12px;
}
.bryj_customTabs__tab__actions_1rs0s {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 20px;
  margin-left: 10px;
}
.bryj_customTabs__tab__actions_1rs0s svg {
  fill: var(--color-neutral-600);
  height: 12px;
  transition: fill .2s linear;
  width: 12px;
}
.bryj_customTabs__tab__actions_1rs0s:hover svg {
  fill: var(--color-blue-600);
}
.bryj_customTabs__tab--active_1rs0s,.bryj_customTabs__tab_1rs0s:hover {
  color: var(--color-blue-600);
  font-weight: 700;
}
.bryj_customTabs__tab--active_1rs0s {
  font-weight: 700;
}
.bryj_customTabs__inkBar_1rs0s {
  background-color: var(--color-blue-600);
  border-radius: 1.5px;
  display: block;
  height: 2px;
  position: absolute;
  top: 100%;
  transition: left .2s,width .2s;
}
.bryj_customTabs__separator_1rs0s {
  background-color: var(--color-neutral-200);
  height: 15px;
  margin: -5px 10px 0;
  width: 1px;
}
.bryj_customTabs__separator_1rs0s:last-child {
  display: none;
}
.bryj_customTabs--header_1rs0s {
  font-size: 24px;
  line-height: 30px;
}
.bryj_customTabs--header_1rs0s .bryj_customTabs__inkBar_1rs0s {
  height: 4px;
}
.bryj_customTabs--header_1rs0s .bryj_customTabs__separator_1rs0s {
  height: 25px;
}
.bryj_tabAction_1rs0s {
  align-items: center;
  background-color: var(--color-neutral-0);
  cursor: pointer;
  display: flex;
  height: 30px;
  padding: 0 10px;
  transition: background-color .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_tabAction__label_1rs0s {
  color: var(--color-neutral-800);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-width: 75px;
  position: relative;
  transition: color .2s linear,font-weight .1s linear;
}
.bryj_tabAction__label_1rs0s:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_tabAction_1rs0s:hover {
  background-color: var(--color-neutral-100);
}
.bryj_tabAction_1rs0s:hover .bryj_tabAction__label_1rs0s {
  color: var(--color-blue-600);
  font-weight: 700;
}
.bryj_label_rq37z {
  align-items: center;
  background-color: var(--color-blue-600);
  border: 1px solid var(--color-blue-600);
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--color-neutral-0);
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  height: 30px;
  padding: 5px 10px;
}
.bryj_label__leftIcon_rq37z svg,.bryj_label__rightIcon_rq37z svg {
  fill: var(--color-neutral-0);
  height: 15px;
  width: 15px;
}
.bryj_label__text_rq37z {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
.bryj_label--solid_rq37z {
  background-color: var(--color-blue-600);
}
.bryj_label--success_rq37z {
  background-color: var(--color-green-800);
  border-color: var(--color-green-800);
}
.bryj_label--warning_rq37z {
  background-color: var(--color-orange-900);
  border-color: var(--color-orange-900);
}
.bryj_label--error_rq37z {
  background-color: var(--color-red-800);
  border-color: var(--color-red-800);
}
.bryj_label--info_rq37z {
  background-color: var(--color-navy-blue-600);
  border-color: var(--color-navy-blue-600);
}
.bryj_label--transparent_rq37z {
  background-color: var(--color-neutral-0);
  color: var(--color-neutral-600);
}
.bryj_label--transparent_rq37z svg {
  fill: var(--color-blue-600);
}
.bryj_label--transparent_rq37z.bryj_label--success_rq37z svg {
  fill: var(--color-green-800);
}
.bryj_label--transparent_rq37z.bryj_label--warning_rq37z svg {
  fill: var(--color-orange-900);
}
.bryj_label--transparent_rq37z.bryj_label--error_rq37z svg {
  fill: var(--color-red-800);
}
.bryj_label--transparent_rq37z.bryj_label--info_rq37z svg {
  fill: var(--color-navy-blue-600);
}
.bryj_globalLoader_49oxl {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%,-40%);
}
.bryj_globalLoader__logo_49oxl svg {
  fill: var(--color-neutral-800);
  height: 45px;
  margin-top: 10px;
  min-width: 45px;
}
.bryj_globalLoader__text_49oxl {
  color: var(--color-neutral-800);
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: .5px;
  margin-top: 20px;
}
.bryj_globalLoader__inner_49oxl {
  display: block;
  margin: 0 auto 20px;
  width: 400px;
}
.bryj_globalLoader__inner_49oxl>span {
  align-items: center;
  display: flex;
  margin-right: 10px;
}
.bryj_loaderAnim_49oxl {
  align-items: flex-end;
  display: flex;
  height: 100px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.bryj_loaderAnim_49oxl li {
  background-color: var(--color-loader-bars);
  border-radius: 8px;
  height: 40px;
  margin-right: 6px;
  width: 10px;
}
.bryj_loaderAnim_49oxl li:first-child {
  animation: bryj_insights_49oxl 1s ease-in-out -.8s infinite;
}
.bryj_loaderAnim_49oxl li:nth-child(2) {
  animation: bryj_insights_49oxl 1s ease-in-out -.6s infinite;
}
.bryj_loaderAnim_49oxl li:nth-child(3) {
  animation: bryj_insights_49oxl 1s ease-in-out -.4s infinite;
}
.bryj_loaderAnim_49oxl li:nth-child(4) {
  animation: bryj_insights_49oxl 1s ease-in-out -.2s infinite;
}
.bryj_loaderAnim_49oxl li:nth-child(5) {
  animation: bryj_insights_49oxl 1s ease-in-out infinite;
  margin-right: 0;
}
.bryj_loaderAnim_49oxl .bryj_stop_49oxl li {
  animation-play-state: paused;
}
@keyframes bryj_insights_49oxl {
  0% {
    height: 15px;
  }
  50% {
    height: 50px;
  }
  to {
    height: 15px;
  }
}
.bryj_optionSlider_1p0rv {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-flex;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.bryj_optionSlider__inkBar_1p0rv {
  background-color: var(--color-blue-600);
  border-radius: 8px;
  display: block;
  height: 38px;
  position: absolute;
  transition: left .2s,width .2s;
}
.bryj_optionSlider--disabled_1p0rv {
  cursor: not-allowed;
}
.bryj_optionSlider--disabled_1p0rv .bryj_optionSlider__inkBar_1p0rv {
  background-color: var(--color-neutral-200);
}
.bryj_option_1p0rv {
  align-items: center;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 38px;
  justify-content: center;
  line-height: 20px;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
.bryj_option__label_1p0rv {
  color: var(--color-neutral-800);
  flex-direction: column;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  transition: color .2s linear,font-weight .1s linear;
  white-space: nowrap;
}
.bryj_option__label_1p0rv:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_option__icon_1p0rv {
  align-items: center;
  display: flex;
  height: 20px;
  margin-right: 10px;
}
.bryj_option__icon_1p0rv:last-child {
  margin-right: 0;
}
.bryj_option__icon_1p0rv svg {
  fill: var(--color-neutral-600);
  height: 14px;
  transition: fill .2s linear;
  width: 14px;
}
.bryj_option_1p0rv:disabled {
  cursor: not-allowed;
}
.bryj_option_1p0rv:disabled .bryj_option__label_1p0rv {
  color: var(--color-neutral-600);
}
.bryj_option--selected_1p0rv:not(.bryj_option_1p0rv:disabled) .bryj_option__label_1p0rv {
  color: var(--color-neutral-0);
  font-weight: 700;
}
.bryj_option--selected_1p0rv:not(.bryj_option_1p0rv:disabled) .bryj_option__icon_1p0rv svg {
  fill: var(--color-neutral-0);
}
.bryj_option_1p0rv:disabled.bryj_option--selected_1p0rv {
  font-weight: 700;
}
.bryj_option_1p0rv:hover:not(.bryj_option--selected_1p0rv):not(.bryj_option_1p0rv:disabled) .bryj_option__label_1p0rv {
  color: var(--color-blue-600);
  font-weight: 700;
}
.bryj_option_1p0rv:hover:not(.bryj_option--selected_1p0rv):not(.bryj_option_1p0rv:disabled) .bryj_option__icon_1p0rv svg {
  fill: var(--color-blue-600);
}
.bryj_radio_bpjxa {
  align-items: center;
  cursor: pointer;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_radio__fakeRadio_bpjxa {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-600);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  height: 16px;
  justify-content: center;
  transition: border-color .2s linear,background-color .2s linear;
  width: 16px;
}
.bryj_radio__inner_bpjxa {
  background-color: var(--color-blue-600);
  border-radius: 7px;
  height: 4px;
  opacity: 0;
  transition: height .1s linear,width .1s linear;
  width: 4px;
}
.bryj_radio__label_bpjxa {
  color: var(--color-neutral-800);
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
  transition: color .2s linear,font-weight .1s linear;
}
.bryj_radio__label_bpjxa,.bryj_radio__label_bpjxa:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_radio__label_bpjxa:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}
.bryj_radio--disabled_bpjxa {
  cursor: not-allowed;
}
.bryj_radio--disabled_bpjxa .bryj_radio__fakeRadio_bpjxa {
  background-color: var(--color-neutral-100);
  border-color: var(--color-neutral-200);
}
.bryj_radio--disabled_bpjxa .bryj_radio__label_bpjxa {
  color: var(--color-neutral-400);
}
.bryj_radio--disabled_bpjxa .bryj_radio__inner_bpjxa {
  background-color: var(--color-neutral-400);
  border: none;
}
.bryj_radio--checked_bpjxa .bryj_radio__inner_bpjxa {
  height: 10px;
  opacity: 1;
  width: 10px;
}
.bryj_radio--checked_bpjxa:not(.bryj_radio--disabled_bpjxa) .bryj_radio__fakeRadio_bpjxa {
  border-color: var(--color-blue-600);
}
.bryj_radio--checked_bpjxa:not(.bryj_radio--disabled_bpjxa) .bryj_radio__label_bpjxa {
  color: var(--color-neutral-800);
}
.bryj_radio_bpjxa input[type=radio] {
  display: none;
}
.bryj_stepper_1rli7 {
  align-items: center;
  display: flex;
  gap: 40px;
}
.bryj_stepButton_1rli7 {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
  transition: background-color .1s linear,border-color .1s linear;
}
.bryj_stepButton__label_1rli7 {
  color: var(--color-neutral-600);
  font-size: 14px;
  line-height: 20px;
  transition: color .1s linear,font-weight .1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_stepButton__label_1rli7:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_stepButton--numeric_1rli7 {
  border-radius: 50%;
  height: 32px;
  padding: 0;
  width: 32px;
}
.bryj_stepButton--clickable_1rli7 {
  cursor: pointer;
}
.bryj_stepButton--clickable_1rli7:not(.bryj_stepButton--active_1rli7):not(:disabled):hover {
  border-color: var(--color-blue-600);
}
.bryj_stepButton--clickable_1rli7:not(.bryj_stepButton--active_1rli7):not(:disabled):hover .bryj_stepButton__label_1rli7 {
  color: var(--color-blue-600);
  font-weight: 700;
}
.bryj_stepButton__icon_1rli7 svg {
  fill: var(--color-neutral-600);
  height: 16px;
  width: 16px;
}
.bryj_stepButton__validIcon_1rli7 {
  padding-left: 10px;
}
.bryj_stepButton__validIcon_1rli7 svg {
  height: 15px;
  width: 15px;
}
.bryj_stepButton__errorIcon_1rli7 {
  padding-left: 10px;
}
.bryj_stepButton__errorIcon_1rli7 svg {
  fill: var(--color-red-800);
  height: 15px;
  width: 15px;
}
.bryj_stepButton--active_1rli7 {
  background-color: var(--color-blue-100);
  border-color: var(--color-blue-600);
}
.bryj_stepButton--active_1rli7 .bryj_stepButton__label_1rli7 {
  color: var(--color-blue-600);
  font-weight: 700;
}
.bryj_stepButton--active_1rli7 .bryj_stepButton__validIcon_1rli7 svg {
  fill: var(--color-green-800);
}
.bryj_stepButton_1rli7:disabled {
  background-color: var(--color-neutral-100);
  border: 1px solid var(--color-neutral-200);
  cursor: not-allowed;
}
.bryj_stepButton_1rli7:disabled .bryj_stepButton__label_1rli7 {
  color: var(--color-neutral-400);
}
.bryj_stepButton_1rli7:after {
  background-color: var(--color-neutral-200);
  border-radius: 2px;
  content: "";
  height: 4px;
  position: absolute;
  right: -32.5px;
  width: 20px;
}
.bryj_stepButton_1rli7:last-child:after {
  content: none;
}
.bryj_toggle_k0ekh {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_toggle__checkbox_k0ekh {
  display: none !important;
}
.bryj_toggle__activeText_k0ekh,.bryj_toggle__inactiveText_k0ekh {
  color: var(--color-neutral-800);
  font-size: 14px;
  font-weight: 400;
  transition: color .1s ease-in-out,font-weight .1s ease-in-out;
}
.bryj_toggle__activeText_k0ekh:before,.bryj_toggle__inactiveText_k0ekh:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_toggle__inactiveText_k0ekh {
  color: var(--color-neutral-800);
  margin-right: 10px;
}
.bryj_toggle__activeText_k0ekh {
  margin-left: 10px;
}
.bryj_toggle__plot_k0ekh {
  background-color: var(--color-neutral-600);
  border-radius: 8px;
  flex-shrink: 0;
  height: 16px;
  margin: 0;
  transition: background-color .1s ease-in-out;
  width: 30px;
}
.bryj_toggle__plot_k0ekh:after {
  background-color: var(--color-neutral-0);
  border-radius: 6px;
  content: "";
  display: block;
  height: 12px;
  margin: 2px;
  transition: transform .1s ease-in-out;
  width: 12px;
}
.bryj_toggle--active_k0ekh .bryj_toggle__plot_k0ekh {
  background-color: var(--color-blue-600);
}
.bryj_toggle--active_k0ekh .bryj_toggle__plot_k0ekh:after {
  transform: translateX(14px);
}
.bryj_toggle--active_k0ekh .bryj_toggle__activeText_k0ekh {
  color: var(--color-neutral-800);
}
.bryj_toggle--active_k0ekh .bryj_toggle__inactiveText_k0ekh {
  color: var(--color-neutral-800);
  font-weight: 400;
}
.bryj_toggle--alwaysActive_k0ekh:not(.bryj_toggle--disabled_k0ekh) .bryj_toggle__inactiveText_k0ekh {
  color: var(--color-blue-600);
}
.bryj_toggle--alwaysActive_k0ekh:not(.bryj_toggle--disabled_k0ekh) .bryj_toggle__activeText_k0ekh {
  color: var(--color-neutral-800);
  font-weight: 400;
}
.bryj_toggle--alwaysActive_k0ekh:not(.bryj_toggle--disabled_k0ekh) .bryj_toggle__plot_k0ekh {
  background-color: var(--color-blue-600);
}
.bryj_toggle--alwaysActive_k0ekh:not(.bryj_toggle--disabled_k0ekh).bryj_toggle--active_k0ekh .bryj_toggle__activeText_k0ekh {
  color: var(--color-blue-600);
}
.bryj_toggle--alwaysActive_k0ekh:not(.bryj_toggle--disabled_k0ekh).bryj_toggle--active_k0ekh .bryj_toggle__inactiveText_k0ekh {
  color: var(--color-neutral-800);
  font-weight: 400;
}
.bryj_toggle--disabled_k0ekh {
  cursor: not-allowed;
}
.bryj_toggle--disabled_k0ekh .bryj_toggle__activeText_k0ekh,.bryj_toggle--disabled_k0ekh .bryj_toggle__inactiveText_k0ekh {
  color: var(--color-neutral-400);
}
.bryj_toggle--disabled_k0ekh .bryj_toggle__plot_k0ekh {
  background-color: var(--color-neutral-400);
}
.bryj_pagination_13ocs {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: 30px;
  padding: 15px 0;
  transition: background-color .2s linear;
  width: 100%;
}
.bryj_paginationPages_13ocs {
  align-items: center;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.bryj_paginationPages__arrow_13ocs {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 6px 5px 5px;
  transition: background-color .2s linear;
  width: 20px;
}
.bryj_paginationPages__arrow_13ocs svg {
  fill: var(--color-neutral-600);
  height: 8px;
  width: 8px;
}
.bryj_paginationPages__arrow--disabled_13ocs {
  cursor: not-allowed;
}
.bryj_paginationPages__arrow--disabled_13ocs svg {
  fill: var(--color-neutral-400);
}
.bryj_paginationPages__arrow_13ocs:hover:not(.bryj_paginationPages__arrow--disabled_13ocs) {
  background-color: transparent;
}
.bryj_paginationPages__arrow_13ocs:hover:not(.bryj_paginationPages__arrow--disabled_13ocs) svg {
  fill: var(--color-blue-600);
}
.bryj_paginationPages__page_13ocs {
  display: flex;
}
.bryj_paginationPages__page__number_13ocs,.bryj_paginationPages__page__separator_13ocs {
  align-items: center;
  border-radius: 5px;
  color: var(--color-neutral-600);
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  line-height: 15px;
  margin: 3px;
  min-width: 20px;
  padding: 0 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_paginationPages__page__number_13ocs {
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color .2s linear;
}
.bryj_paginationPages__page__number--active_13ocs {
  background-color: var(--color-blue-600);
  color: var(--color-neutral-0);
  font-weight: 700;
}
.bryj_paginationPages__page__number_13ocs:hover:not(.bryj_paginationPages__page__number--active_13ocs) {
  border-color: var(--color-blue-600);
  color: var(--color-blue-600);
}
.bryj_paginationCount_13ocs {
  color: var(--color-neutral-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 17.57px;
}
@layer component {
  .bryj_accordion_16mcp {
    border: 1px solid var(--color-neutral-200);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: box-shadow .1s linear;
    width: 100%;
  }
  .bryj_accordion--invalid_16mcp {
    border-color: var(--color-red-800);
  }
  .bryj_accordion_16mcp:not(.bryj_accordion--disabled_16mcp):hover {
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
  }
  .bryj_accordion__header_16mcp {
    background-color: var(--color-neutral-100);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    height: 50px;
    justify-content: space-between;
    padding: 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
  }
  .bryj_accordion__header_16mcp,.bryj_accordion__header_16mcp>div {
    align-items: center;
    display: flex;
  }
  .bryj_accordion__toggle_16mcp {
    pointer-events: none;
  }
  .bryj_accordion__title_16mcp {
    align-items: center;
    display: flex;
    gap: 10px;
  }
  .bryj_accordion__title_16mcp>p {
    color: var(--color-neutral-450);
    font-size: 14px;
    line-height: 18px;
    transition: color .3s,font-weight .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .bryj_accordion__icon_16mcp>svg {
    height: 16px;
    width: 16px;
  }
  .bryj_accordion__icon_16mcp>svg,.bryj_accordion__icon_16mcp>svg circle,.bryj_accordion__icon_16mcp>svg line,.bryj_accordion__icon_16mcp>svg path,.bryj_accordion__icon_16mcp>svg rect {
    fill: var(--color-neutral-450);
    transition: fill .3s;
  }
  .bryj_accordion__validIcon_16mcp>svg {
    fill: var(--color-green-200);
    height: 12px;
    width: 12px;
  }
  .bryj_accordion__invalidIcon_16mcp>svg {
    fill: var(--color-red-800);
    height: 15px;
    width: 15px;
  }
  .bryj_accordion__warningIcon_16mcp>svg {
    fill: var(--color-orange-900);
    height: 15px;
    width: 15px;
  }
  .bryj_accordion__headerRight_16mcp {
    align-items: center;
    display: flex;
    gap: 20px;
  }
  .bryj_accordion__stateIcon_16mcp>svg {
    fill: var(--color-neutral-600);
    height: 10px;
    transition: transform .3s;
    width: 10px;
  }
  .bryj_accordion__content_16mcp {
    background-color: var(--color-neutral-0);
    border-radius: 0 0 10px 10px;
    height: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    pointer-events: none;
    transition: max-height .2s cubic-bezier(1,0,1,0),padding .2s ease-in-out,opacity .2s ease-in-out .1s;
  }
  .bryj_accordion--opened_16mcp .bryj_accordion__icon_16mcp>svg,.bryj_accordion--opened_16mcp .bryj_accordion__icon_16mcp>svg circle,.bryj_accordion--opened_16mcp .bryj_accordion__icon_16mcp>svg line,.bryj_accordion--opened_16mcp .bryj_accordion__icon_16mcp>svg path {
    fill: var(--color-blue-600);
  }
  .bryj_accordion--opened_16mcp .bryj_accordion__title_16mcp>p {
    color: var(--color-blue-600);
    font-weight: 700;
  }
  .bryj_accordion--opened_16mcp>.bryj_accordion__header_16mcp .bryj_accordion__stateIcon_16mcp>svg {
    transform: rotate(180deg);
  }
  .bryj_accordion--opened_16mcp>.bryj_accordion__content_16mcp {
    grid-row-gap: 20px;
    display: grid;
    max-height: 9999px;
    opacity: 1;
    overflow: initial;
    padding: 20px;
    pointer-events: all;
    row-gap: 20px;
    transition: max-height .2s cubic-bezier(1,0,1,0),padding .2s ease-in-out,opacity .2s ease-in-out .1s;
  }
  .bryj_accordion--disabled_16mcp .bryj_accordion__content_16mcp,.bryj_accordion--disabled_16mcp .bryj_accordion__header_16mcp {
    cursor: not-allowed;
  }
  .bryj_accordion--disabled_16mcp .bryj_accordion__title_16mcp>p {
    color: var(--color-neutral-400);
  }
  .bryj_accordion--disabled_16mcp .bryj_accordion__icon_16mcp>svg,.bryj_accordion--disabled_16mcp .bryj_accordion__icon_16mcp>svg circle,.bryj_accordion--disabled_16mcp .bryj_accordion__icon_16mcp>svg line,.bryj_accordion--disabled_16mcp .bryj_accordion__icon_16mcp>svg path {
    fill: var(--color-neutral-400);
  }
  .bryj_accordion--disabled_16mcp .bryj_accordion__content_16mcp {
    background-color: var(--color-neutral-100);
  }
}
.bryj_filterPicker_19rws {
  display: block;
}
.bryj_filterPicker__button_19rws {
  align-items: center;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: border-color .2s linear;
  width: 40px;
}
.bryj_filterPicker__button__icon_19rws svg {
  fill: var(--color-neutral-600);
  height: 18px;
  transition: fill .2s linear;
  width: 18px;
}
.bryj_filterPicker__button__counter_19rws {
  align-items: center;
  background-color: var(--color-blue-600);
  border-radius: 50%;
  color: var(--color-neutral-0);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  opacity: 1;
  padding-top: 1px;
  position: absolute;
  right: -7.5px;
  top: -7.5px;
  transition: opacity .2s linear;
  width: 18px;
}
.bryj_filterPicker__button_19rws:disabled {
  background-color: var(--color-neutral-100);
  border-color: var(--color-neutral-200);
  cursor: not-allowed;
}
.bryj_filterPicker__button_19rws:disabled .bryj_filterPicker__button__icon_19rws svg {
  fill: var(--color-neutral-400);
}
.bryj_filterPicker__button--open_19rws,.bryj_filterPicker__button_19rws:hover:not(.bryj_filterPicker__button_19rws:disabled) {
  border-color: var(--color-blue-600);
}
.bryj_filterPicker__button--open_19rws .bryj_filterPicker__button__icon_19rws svg,.bryj_filterPicker__button_19rws:active:not(.bryj_filterPicker__button_19rws:disabled) .bryj_filterPicker__button__icon_19rws svg {
  fill: var(--color-blue-600);
}
.bryj_filterPicker__dropdown_19rws {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 10px;
}
.bryj_filterPicker__dropdown--center_19rws {
  align-items: center;
}
.bryj_filterPicker__filterGroups_19rws {
  display: flex;
}
.bryj_filterPicker__filterGroups--column_19rws {
  flex-direction: column;
}
.bryj_filterPicker__filterGroup_19rws {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  min-width: 120px;
  padding-right: 10px;
}
.bryj_filterPicker__filterGroup__title_19rws {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
.bryj_filterPicker__filterGroup__options_19rws {
  display: flex;
  flex-direction: column;
}
.bryj_filterPicker__filterGroup__checkbox_19rws {
  margin-bottom: 10px;
}
.bryj_filterPicker__filterGroup__checkbox_19rws:last-child {
  margin-bottom: 0;
}
.bryj_filterPicker__apply_19rws,.bryj_filterPicker__reset_19rws {
  align-self: center;
}
.bryj_filterPicker__reset_19rws {
  justify-content: center;
  margin: 15px 0;
  width: 100%;
}
.bryj_filterPicker__actionButtons--row_19rws {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 10px;
}
.bryj_legend_w3rz8 {
  background-color: var(--color-neutral-100);
  border-radius: 10px;
  display: block;
  line-height: 18px;
  padding: 10px;
  white-space: pre-wrap;
}
.bryj_guideline_19ef6 {
  color: var(--color-neutral-800);
  font-size: 14px;
  font-style: italic;
}
@keyframes bryj_changeBackgroundWhenNew_97vzg {
  0% {
    background-color: initial;
  }
  50% {
    background-color: var(--color-blue-100);
  }
  to {
    background-color: initial;
  }
}
.bryj_tableContainer_97vzg {
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 5px;
  width: 100%;
}
.bryj_tableHeaderContainer_97vzg {
  border-bottom: 1px solid var(--color-neutral-200);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 20px;
}
.bryj_tableInfo_97vzg {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
}
.bryj_tableInfo__title_97vzg {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.bryj_tableInfo__description_97vzg {
  color: var(--color-neutral-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}
.bryj_tableFooter_97vzg {
  border-top: 1px solid var(--color-neutral-200);
  padding: 16px 20px;
}
.bryj_tableWrapper_97vzg {
  border-collapse: separate;
  border-spacing: 0;
  display: grid;
  overflow: hidden;
}
.bryj_tableWrapper--noTableInfo_97vzg {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.bryj_tableWrapper--noTableFooter_97vzg {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bryj_tableWrapper_97vzg tr {
  border-bottom: 1px solid var(--color-neutral-200);
  display: grid;
}
.bryj_tableWrapper_97vzg thead tr {
  background-color: var(--color-neutral-100);
  border-bottom: 1px solid var(--color-neutral-200) !important;
}
.bryj_tableWrapper_97vzg tbody {
  overflow: auto;
}
.bryj_tableWrapper_97vzg tbody tr {
  background-color: transparent;
}
.bryj_tableWrapper_97vzg tr:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
tbody tr:not(.bryj_tableWrapper__loader_97vzg):hover {
  background-color: var(--color-blue-100);
}
.bryj_tableWrapper_97vzg td,.bryj_tableWrapper_97vzg th {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 20px;
}
.bryj_tableWrapper_97vzg th {
  color: var(--color-neutral-800);
  font-weight: 700;
}
.bryj_tableWrapper_97vzg th>span {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bryj_tableWrapper_97vzg td {
  color: var(--color-neutral-800);
}
.bryj_tableWrapper__tooltip_97vzg {
  margin-left: 10px;
  margin-top: 1px;
}
.bryj_tableWrapper__tooltip_97vzg svg {
  fill: var(--color-neutral-600);
  height: 15px;
  width: auto;
}
.bryj_tableWrapper__row_97vzg {
  background-color: var(--color-neutral-100);
}
.bryj_tableWrapper__row--clickable_97vzg {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_tableWrapper__row--new_97vzg {
  animation: bryj_changeBackgroundWhenNew_97vzg 5s forwards;
}
.bryj_tableWrapper__row--active_97vzg {
  background-color: var(--color-neutral-50) !important;
}
.bryj_tableWrapper__row--active_97vzg:hover {
  background-color: var(--color-blue-100) !important;
}
.bryj_tableWrapper__subRow_97vzg {
  background-color: var(--color-neutral-50) !important;
}
.bryj_tableWrapper__subRow_97vzg:hover {
  background-color: var(--color-blue-100) !important;
}
.bryj_tableWrapper__cell_97vzg {
  display: block;
}
.bryj_tableWrapper__cell_97vzg>* {
  cursor: inherit;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bryj_tableWrapper__cell--centered_97vzg {
  display: flex;
  justify-content: center;
}
.bryj_tableWrapper__cell--rightAligned_97vzg {
  display: flex;
  justify-content: right;
  padding-right: 20px;
}
.bryj_tableWrapper__cell--overflowVisible_97vzg>* {
  overflow: visible;
}
.bryj_tableWrapper__cell__expandIcon_97vzg {
  box-sizing: border-box;
  cursor: pointer;
  overflow: visible;
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_tableWrapper__cell__expandIcon_97vzg path,.bryj_tableWrapper__cell__expandIcon_97vzg svg {
  fill: var(--color-neutral-600);
  cursor: pointer;
  height: 10px;
  transition: transform .1s linear;
  width: 10px;
}
.bryj_tableWrapper__cell__expandIcon--active_97vzg svg {
  transform: rotate(180deg);
}
.bryj_tableWrapper__cell__sortable_97vzg {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
}
.bryj_tableWrapper__cell__sortable_97vzg svg {
  fill: var(--color-neutral-600);
  height: 12px;
  margin-left: 5px;
  margin-top: 1px;
  width: 14px;
}
.bryj_tableWrapper__loader_97vzg td {
  display: flex;
  justify-content: center;
  margin: 20px;
}
.bryj_noResultsContainer_97vzg {
  grid-gap: 10px;
  color: var(--color-neutral-800);
  display: grid;
  font-size: 20px;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  line-height: 30px;
  padding: 40px;
  text-align: center;
}
.bryj_noResultsContainer__title_97vzg {
  font-weight: 700;
}
.bryj_noResultsContainer_97vzg svg {
  margin-bottom: -20px;
  transform: scale(.9);
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: hsla(0,0%,100%,.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
.bryj_Toastify__toast-container_kqabw {
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
  -webkit-transform: translate3d(0,0,9999 px);
  -webkit-transform: translate3d(0,0,var(--toastify-z-index) px);
  width: 320px;
  width: var(--toastify-toast-width);
  z-index: 9999;
  z-index: var(--toastify-z-index);
}
.bryj_Toastify__toast-container--top-left_kqabw {
  left: 1em;
  top: 1em;
}
.bryj_Toastify__toast-container--top-center_kqabw {
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
}
.bryj_Toastify__toast-container--top-right_kqabw {
  right: 1em;
  top: 1em;
}
.bryj_Toastify__toast-container--bottom-left_kqabw {
  bottom: 1em;
  left: 1em;
}
.bryj_Toastify__toast-container--bottom-center_kqabw {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.bryj_Toastify__toast-container--bottom-right_kqabw {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width:480px) {
  .bryj_Toastify__toast-container_kqabw {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
  }
  .bryj_Toastify__toast-container--top-center_kqabw,.bryj_Toastify__toast-container--top-left_kqabw,.bryj_Toastify__toast-container--top-right_kqabw {
    top: 0;
    transform: translateX(0);
  }
  .bryj_Toastify__toast-container--bottom-center_kqabw,.bryj_Toastify__toast-container--bottom-left_kqabw,.bryj_Toastify__toast-container--bottom-right_kqabw {
    bottom: 0;
    transform: translateX(0);
  }
  .bryj_Toastify__toast-container--rtl_kqabw {
    left: auto;
    right: 0;
  }
}
.bryj_Toastify__toast_kqabw {
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);
  box-sizing: border-box;
  cursor: pointer;
  direction: ltr;
  display: flex;
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  justify-content: space-between;
  margin-bottom: 1rem;
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  overflow: hidden;
  padding: 8px;
  position: relative;
}
.bryj_Toastify__toast--rtl_kqabw {
  direction: rtl;
}
.bryj_Toastify__toast-body_kqabw {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  margin: auto 0;
  padding: 6px;
}
.bryj_Toastify__toast-body_kqabw>div:last-child {
  flex: 1;
}
[dir=ltr] .bryj_Toastify__toast-icon_kqabw {
  margin-right: 10px;
}
[dir=rtl] .bryj_Toastify__toast-icon_kqabw {
  margin-left: 10px;
}
.bryj_Toastify__toast-icon_kqabw {
  -webkit-margin-end: 10px;
  display: flex;
  flex-shrink: 0;
  width: 20px;
}
.bryj_Toastify--animate_kqabw {
  animation-duration: .7s;
  animation-fill-mode: both;
}
.bryj_Toastify--animate-icon_kqabw {
  animation-duration: .3s;
  animation-fill-mode: both;
}
@media only screen and (max-width:480px) {
  .bryj_Toastify__toast_kqabw {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.bryj_Toastify__toast-theme--dark_kqabw {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}
.bryj_Toastify__toast-theme--colored_kqabw.bryj_Toastify__toast--default_kqabw,.bryj_Toastify__toast-theme--light_kqabw {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.bryj_Toastify__toast-theme--colored_kqabw.bryj_Toastify__toast--info_kqabw {
  background: #3498db;
  background: var(--toastify-color-info);
  color: #fff;
  color: var(--toastify-text-color-info);
}
.bryj_Toastify__toast-theme--colored_kqabw.bryj_Toastify__toast--success_kqabw {
  background: #07bc0c;
  background: var(--toastify-color-success);
  color: #fff;
  color: var(--toastify-text-color-success);
}
.bryj_Toastify__toast-theme--colored_kqabw.bryj_Toastify__toast--warning_kqabw {
  background: #f1c40f;
  background: var(--toastify-color-warning);
  color: #fff;
  color: var(--toastify-text-color-warning);
}
.bryj_Toastify__toast-theme--colored_kqabw.bryj_Toastify__toast--error_kqabw {
  background: #e74c3c;
  background: var(--toastify-color-error);
  color: #fff;
  color: var(--toastify-text-color-error);
}
.bryj_Toastify__progress-bar-theme--light_kqabw {
  background: linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);
  background: var(--toastify-color-progress-light);
}
.bryj_Toastify__progress-bar-theme--dark_kqabw {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}
.bryj_Toastify__progress-bar--info_kqabw {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}
.bryj_Toastify__progress-bar--success_kqabw {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}
.bryj_Toastify__progress-bar--warning_kqabw {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}
.bryj_Toastify__progress-bar--error_kqabw {
  background: #e74c3c;
  background: var(--toastify-color-progress-error);
}
.bryj_Toastify__progress-bar-theme--colored_kqabw.bryj_Toastify__progress-bar--error_kqabw,.bryj_Toastify__progress-bar-theme--colored_kqabw.bryj_Toastify__progress-bar--info_kqabw,.bryj_Toastify__progress-bar-theme--colored_kqabw.bryj_Toastify__progress-bar--success_kqabw,.bryj_Toastify__progress-bar-theme--colored_kqabw.bryj_Toastify__progress-bar--warning_kqabw {
  background: hsla(0,0%,100%,.7);
  background: var(--toastify-color-transparent);
}
.bryj_Toastify__close-button_kqabw {
  align-self: flex-start;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: .7;
  outline: none;
  padding: 0;
  transition: .3s ease;
}
.bryj_Toastify__close-button--light_kqabw {
  color: #000;
  opacity: .3;
}
.bryj_Toastify__close-button_kqabw>svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.bryj_Toastify__close-button_kqabw:focus,.bryj_Toastify__close-button_kqabw:hover {
  opacity: 1;
}
@keyframes bryj_Toastify__trackProgress_kqabw {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.bryj_Toastify__progress-bar_kqabw {
  bottom: 0;
  height: 5px;
  left: 0;
  opacity: .7;
  position: absolute;
  transform-origin: left;
  width: 100%;
  z-index: 9999;
  z-index: var(--toastify-z-index);
}
.bryj_Toastify__progress-bar--animated_kqabw {
  animation: bryj_Toastify__trackProgress_kqabw linear 1 forwards;
}
.bryj_Toastify__progress-bar--controlled_kqabw {
  transition: transform .2s;
}
.bryj_Toastify__progress-bar--rtl_kqabw {
  left: auto;
  right: 0;
  transform-origin: right;
}
.bryj_Toastify__spinner_kqabw {
  animation: bryj_Toastify__spin_kqabw .65s linear infinite;
  border: 2px solid #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-radius: 100%;
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  box-sizing: border-box;
  height: 20px;
  width: 20px;
}
@keyframes bryj_Toastify__bounceInRight_kqabw {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px,0,0);
  }
  75% {
    transform: translate3d(10px,0,0);
  }
  90% {
    transform: translate3d(-5px,0,0);
  }
  to {
    transform: none;
  }
}
@keyframes bryj_Toastify__bounceOutRight_kqabw {
  20% {
    opacity: 1;
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px,0,0);
  }
}
@keyframes bryj_Toastify__bounceInLeft_kqabw {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px,0,0);
  }
  75% {
    transform: translate3d(-10px,0,0);
  }
  90% {
    transform: translate3d(5px,0,0);
  }
  to {
    transform: none;
  }
}
@keyframes bryj_Toastify__bounceOutLeft_kqabw {
  20% {
    opacity: 1;
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes bryj_Toastify__bounceInUp_kqabw {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0,-20px,0);
  }
  75% {
    transform: translate3d(0,10px,0);
  }
  90% {
    transform: translate3d(0,-5px,0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bryj_Toastify__bounceOutUp_kqabw {
  20% {
    transform: translate3d(0,-10px,0);
  }
  40%,45% {
    opacity: 1;
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes bryj_Toastify__bounceInDown_kqabw {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0,25px,0);
  }
  75% {
    transform: translate3d(0,-10px,0);
  }
  90% {
    transform: translate3d(0,5px,0);
  }
  to {
    transform: none;
  }
}
@keyframes bryj_Toastify__bounceOutDown_kqabw {
  20% {
    transform: translate3d(0,10px,0);
  }
  40%,45% {
    opacity: 1;
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    transform: translate3d(0,2000px,0);
  }
}
.bryj_Toastify__bounce-enter--bottom-left_kqabw,.bryj_Toastify__bounce-enter--top-left_kqabw {
  animation-name: bryj_Toastify__bounceInLeft_kqabw;
}
.bryj_Toastify__bounce-enter--bottom-right_kqabw,.bryj_Toastify__bounce-enter--top-right_kqabw {
  animation-name: bryj_Toastify__bounceInRight_kqabw;
}
.bryj_Toastify__bounce-enter--top-center_kqabw {
  animation-name: bryj_Toastify__bounceInDown_kqabw;
}
.bryj_Toastify__bounce-enter--bottom-center_kqabw {
  animation-name: bryj_Toastify__bounceInUp_kqabw;
}
.bryj_Toastify__bounce-exit--bottom-left_kqabw,.bryj_Toastify__bounce-exit--top-left_kqabw {
  animation-name: bryj_Toastify__bounceOutLeft_kqabw;
}
.bryj_Toastify__bounce-exit--bottom-right_kqabw,.bryj_Toastify__bounce-exit--top-right_kqabw {
  animation-name: bryj_Toastify__bounceOutRight_kqabw;
}
.bryj_Toastify__bounce-exit--top-center_kqabw {
  animation-name: bryj_Toastify__bounceOutUp_kqabw;
}
.bryj_Toastify__bounce-exit--bottom-center_kqabw {
  animation-name: bryj_Toastify__bounceOutDown_kqabw;
}
@keyframes bryj_Toastify__zoomIn_kqabw {
  0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes bryj_Toastify__zoomOut_kqabw {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
.bryj_Toastify__zoom-enter_kqabw {
  animation-name: bryj_Toastify__zoomIn_kqabw;
}
.bryj_Toastify__zoom-exit_kqabw {
  animation-name: bryj_Toastify__zoomOut_kqabw;
}
@keyframes bryj_Toastify__flipIn_kqabw {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes bryj_Toastify__flipOut_kqabw {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.bryj_Toastify__flip-enter_kqabw {
  animation-name: bryj_Toastify__flipIn_kqabw;
}
.bryj_Toastify__flip-exit_kqabw {
  animation-name: bryj_Toastify__flipOut_kqabw;
}
@keyframes bryj_Toastify__slideInRight_kqabw {
  0% {
    transform: translate3d(110%,0,0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bryj_Toastify__slideInLeft_kqabw {
  0% {
    transform: translate3d(-110%,0,0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bryj_Toastify__slideInUp_kqabw {
  0% {
    transform: translate3d(0,110%,0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bryj_Toastify__slideInDown_kqabw {
  0% {
    transform: translate3d(0,-110%,0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bryj_Toastify__slideOutRight_kqabw {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(110%,0,0);
    visibility: hidden;
  }
}
@keyframes bryj_Toastify__slideOutLeft_kqabw {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-110%,0,0);
    visibility: hidden;
  }
}
@keyframes bryj_Toastify__slideOutDown_kqabw {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0,500px,0);
    visibility: hidden;
  }
}
@keyframes bryj_Toastify__slideOutUp_kqabw {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0,-500px,0);
    visibility: hidden;
  }
}
.bryj_Toastify__slide-enter--bottom-left_kqabw,.bryj_Toastify__slide-enter--top-left_kqabw {
  animation-name: bryj_Toastify__slideInLeft_kqabw;
}
.bryj_Toastify__slide-enter--bottom-right_kqabw,.bryj_Toastify__slide-enter--top-right_kqabw {
  animation-name: bryj_Toastify__slideInRight_kqabw;
}
.bryj_Toastify__slide-enter--top-center_kqabw {
  animation-name: bryj_Toastify__slideInDown_kqabw;
}
.bryj_Toastify__slide-enter--bottom-center_kqabw {
  animation-name: bryj_Toastify__slideInUp_kqabw;
}
.bryj_Toastify__slide-exit--bottom-left_kqabw,.bryj_Toastify__slide-exit--top-left_kqabw {
  animation-name: bryj_Toastify__slideOutLeft_kqabw;
}
.bryj_Toastify__slide-exit--bottom-right_kqabw,.bryj_Toastify__slide-exit--top-right_kqabw {
  animation-name: bryj_Toastify__slideOutRight_kqabw;
}
.bryj_Toastify__slide-exit--top-center_kqabw {
  animation-name: bryj_Toastify__slideOutUp_kqabw;
}
.bryj_Toastify__slide-exit--bottom-center_kqabw {
  animation-name: bryj_Toastify__slideOutDown_kqabw;
}
@keyframes bryj_Toastify__spin_kqabw {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.bryj_pageHeader_dk9mb {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.bryj_pageHeader_dk9mb .bryj_pageHeaderContainer_dk9mb {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.bryj_pageHeader_dk9mb .bryj_pageHeaderContainer__backButtonContainer_dk9mb {
  align-items: center;
  display: flex;
  gap: 20px;
}
.bryj_pageHeader_dk9mb .bryj_pageHeaderContainer__goBackButton_dk9mb {
  cursor: pointer;
}
.bryj_pageHeader_dk9mb .bryj_pageHeaderContainer__goBackButton_dk9mb svg {
  height: 14px;
  width: 14px;
}
.bryj_pageHeader_dk9mb .bryj_pageHeaderContainer__title_dk9mb {
  font-size: 24px;
}
.bryj_pageHeader_dk9mb .bryj_pageHeaderContainer__renderButton_dk9mb {
  display: flex;
}
.bryj_pageHeader_dk9mb .bryj_pageHeaderFilters_dk9mb {
  display: flex;
  gap: 10px;
}
@layer components {
  a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  blockquote,q {
    quotes: none;
  }
  blockquote:after,blockquote:before,q:after,q:before {
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  fieldset,form {
    border: none;
  }
  button,input,label,select {
    font-family: inherit;
    line-height: inherit;
    outline: none;
    vertical-align: middle;
  }
  button {
    cursor: pointer;
  }
  html {
    font-size: 62.5%;
  }
  body,html {
    height: 100%;
    width: 100%;
  }
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: var(--color-neutral-100);
    color: var(--color-neutral-800);
    font-family: Mulish,helvetica,arial,sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    overflow: hidden;
  }
  a {
    color: var(--color-neutral-600);
    font-size: 14px;
    text-decoration: none;
    transition: color .2s linear;
  }
  a:focus {
    outline: none;
  }
  a:hover {
    color: var(--color-blue-600);
    cursor: pointer;
  }
  *,:after,:before {
    box-sizing: border-box;
  }
  .bryj_drawerContent_egvoe,.bryj_scrollbar_egvoe {
    overflow-y: auto;
    scrollbar-color: var(--color-neutral-200) transparent;
    scrollbar-width: thin;
  }
}
.bryj_drawerWrapper_egvoe {
  bottom: 0;
  max-height: calc(100% - var(--topDrawerOffset));
  overflow: hidden;
  position: absolute;
  right: 0;
  top: var(--topDrawerOffset);
  visibility: hidden;
  z-index: 130;
}
.bryj_drawerWrapper--withTopOffset_egvoe {
  --topDrawerOffset: 60px;
}
.bryj_drawerWrapper_egvoe {
  --topDrawerOffset: 0px;
}
.bryj_drawerWrapper--small_egvoe {
  min-width: 450px;
  width: 25%;
}
.bryj_drawerWrapper--medium_egvoe {
  width: 50%;
}
.bryj_drawerWrapper--large_egvoe {
  width: 80%;
}
.bryj_drawerWrapper__slider_egvoe {
  background-color: var(--color-neutral-0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding: 20px 0 20px 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all .4s cubic-bezier(.25,.8,.25,1);
  width: 95%;
  z-index: 130;
}
.bryj_drawerWrapper_egvoe.bryj_opened_egvoe {
  visibility: visible;
}
.bryj_drawerWrapper_egvoe.bryj_opened_egvoe .bryj_drawerWrapper__slider_egvoe {
  box-shadow: -1px 0 8px 0 rgba(0,0,0,.2);
  transform: translateX(0);
}
.bryj_drawerOverlay_egvoe {
  background: rgba(0,0,0,.2);
  content: "";
  height: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: var(--topDrawerOffset);
  transition: opacity .4s,width .1s .4s,height .1s .4s;
  width: 0;
  z-index: 130;
}
.bryj_drawerOverlay--withTopOffset_egvoe {
  --topDrawerOffset: 60px;
}
.bryj_drawerOverlay_egvoe {
  --topDrawerOffset: 0px;
}
.bryj_drawerOverlay--opened_egvoe {
  height: 100%;
  opacity: 1;
  transition: opacity .4s;
  width: 100%;
}
.bryj_drawerHeader_egvoe {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-right: 20px;
}
.bryj_drawerHeader__title_egvoe {
  color: var(--color-neutral-800);
  display: flex;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transition: color .2s linear;
}
.bryj_drawerHeader__closeButton_egvoe {
  cursor: pointer;
  display: flex;
  margin-left: auto;
  padding: 5px;
}
.bryj_drawerHeader__closeButton_egvoe svg {
  fill: var(--color-neutral-600);
  height: 12px;
  transition: fill .1s ease-in-out;
  width: 12px;
}
.bryj_drawerHeader__closeButton_egvoe:hover svg {
  fill: var(--color-blue-600);
}
.bryj_drawerFooter_egvoe {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: auto;
  padding-right: 20px;
  padding-top: 20px;
}
.bryj_drawerFooter__actionButton_egvoe {
  width: 100%;
}
.bryj_drawerFooter__actionButton--left_egvoe {
  margin-right: auto;
  width: 50%;
}
.bryj_drawerFooter__actionButton--right_egvoe {
  margin-left: auto;
  width: 50%;
}
.bryj_drawerContent_egvoe {
  flex: 1;
  overflow-y: auto;
  padding-right: 20px;
}
.bryj_skeleton_1bd28 {
  background-color: var(--custom-background-color);
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bryj_skeleton_1bd28:before {
  animation: bryj_pulseAnimation_1bd28 2s linear infinite;
  background-image: linear-gradient(to right,transparent 25%,var(--custom-pulse-color) 50%,transparent 75%);
  content: "";
  height: 100%;
  position: absolute;
  width: 200%;
}
@keyframes bryj_pulseAnimation_1bd28 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.bryj_textSkeleton_1bd28 {
  color: var(--color-neutral-600);
  font-size: 16px;
  font-weight: var(--fw-bold);
}
.bryj_messageCarousel_27khm {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.bryj_messageCarousel_27khm.bryj_visible_27khm {
  opacity: 1;
}
.bryj_beamHeader_1a0r7 {
  align-items: center;
  background-color: var(--color-neutral-0);
  border-bottom: 1px solid var(--color-neutral-200);
  display: flex;
  flex: 0 0 60px;
  height: 60px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  transition: background-color .2s linear;
  width: 100%;
  z-index: 101;
}
.bryj_beamHeader__burgerMenuButton_1a0r7 {
  align-items: center;
  background: none;
  border: none;
  border-right: 1px solid var(--color-neutral-200);
  color: inherit;
  display: flex;
  font: inherit;
  height: 100%;
  justify-content: center;
  padding: 10px;
  width: 60px;
}
.bryj_beamHeader__burgerMenuButtonIcon_1a0r7 {
  pointer-events: none;
}
.bryj_beamHeader__burgerMenuButtonIcon_1a0r7 path,.bryj_beamHeader__burgerMenuButtonIcon_1a0r7 svg {
  fill: var(--color-neutral-600);
  color: var(--color-neutral-600);
}
.bryj_beamHeader__logoButton_1a0r7 {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  display: flex;
  font: inherit;
  padding-left: 20px;
}
.bryj_beamHeader__logoButton__name_1a0r7 {
  align-items: center;
}
.bryj_beamHeader__logoButton__name_1a0r7 svg {
  fill: var(--color-navy-blue-900);
  height: 30px;
}
.bryj_pickersContainer_1a0r7 {
  align-items: center;
  display: flex;
  flex: 1;
}
.bryj_pickersContainer__rightBlock_1a0r7 {
  align-items: center;
  display: flex;
  gap: 0 10px;
  margin-left: auto;
}
.bryj_demoModeBadge_jkk4g {
  align-items: center;
  background-color: var(--color-pink-100);
  border-radius: 15px;
  display: flex;
  gap: 5px;
  margin-left: 20px;
  padding: 5px 10px;
}
.bryj_demoModeBadge__icon_jkk4g {
  fill: var(--color-pink-700);
  height: 14px;
  transition: fill .2s linear;
  width: 14px;
}
.bryj_demoModeBadge__text_jkk4g {
  color: var(--color-pink-700);
  font-size: 14px;
  font-weight: 700;
}
.bryj_productPicker_1hvd2 {
  margin-left: 20px;
}
.bryj_productDropdown_1hvd2 {
  max-width: 400px;
  z-index: 150;
}
.bryj_pickerButton_5lpiw {
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  color: var(--color-neutral-800);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 10px;
  height: 40px;
  max-width: 400px;
  padding: 0 10px;
  transition: background-color .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bryj_pickerButton__iconWrapper_5lpiw {
  align-items: center;
  background-color: var(--color-blue-150);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 6px;
}
.bryj_pickerButton__iconWrapper_5lpiw svg {
  fill: var(--color-navy-blue-900);
}
.bryj_pickerButton__label_5lpiw {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bryj_pickerButton--open_5lpiw,.bryj_pickerButton_5lpiw:active,.bryj_pickerButton_5lpiw:hover {
  background-color: var(--color-neutral-100);
}
.bryj_pickerButton__icon_5lpiw {
  margin-left: 10px;
}
.bryj_pickerButton__icon_5lpiw svg {
  fill: var(--color-neutral-800);
  height: 10px;
  width: 10px;
}
.bryj_pickerButton--open_5lpiw .bryj_pickerButton__icon_5lpiw {
  transform: rotate(180deg);
}
.bryj_productPickerContent_1gs6i {
  color: var(--color-neutral-800);
  min-width: 190px;
}
.bryj_pickerOption_1gs6i {
  align-items: center;
  background: none;
  border: none;
  color: var(--color-neutral-600);
  cursor: pointer;
  display: flex;
  flex: 0 0 60px;
  flex-direction: row;
  font: inherit;
  font-size: 14px;
  gap: 10px;
  height: 60px;
  padding: 10px 15px;
  transition: background-color .2s linear,color .2s linear,font-weight .1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.bryj_pickerOption__text_1gs6i {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.bryj_pickerOption__text__label_1gs6i {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bryj_pickerOption__text__label_1gs6i:before {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
}
.bryj_pickerOption__text__description_1gs6i {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bryj_pickerOption__iconWrapper_1gs6i {
  align-items: center;
  background-color: var(--color-blue-150);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 6px;
}
.bryj_pickerOption__iconWrapper_1gs6i svg {
  fill: var(--color-navy-blue-900);
}
.bryj_pickerOption--selected_1gs6i {
  color: var(--color-blue-900);
}
.bryj_pickerOption--selected_1gs6i:hover {
  color: var(--color-blue-600);
}
.bryj_pickerOption_1gs6i:hover {
  background-color: var(--color-blue-50);
  color: var(--color-blue-600);
}
@layer theme {
  :root, :host {
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: #ea2e34;
    --color-red-800: #B80F00;
    --color-red-900: #a61f14;
    --color-orange-50: #FFF1E4;
    --color-orange-100: #ffddbc;
    --color-orange-800: #e3740d;
    --color-orange-900: #af5400;
    --color-yellow-100: #fdf6dd;
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-50: #E9FAF7;
    --color-green-100: #D9F2EB;
    --color-green-200: #18d39b;
    --color-green-800: #007456;
    --color-teal-900: #11656A;
    --color-blue-50: #f7f8ff;
    --color-blue-100: #EFF2FF;
    --color-blue-200: #C6CDF7;
    --color-blue-500: #6777d5;
    --color-blue-600: #576AD1;
    --color-blue-800: #4556B6;
    --color-blue-900: #273BAD;
    --color-purple-100: #bf56ff;
    --color-purple-800: #91229d;
    --color-pink-100: #fae6f0;
    --color-pink-700: #c70362;
    --color-gray-100: #657892;
    --color-neutral-50: #F8F9FC;
    --color-neutral-100: #F1F3F8;
    --color-neutral-200: #D2D8E1;
    --color-neutral-400: #8895A8;
    --color-neutral-500: #5e5f7c;
    --color-neutral-600: #4A5769;
    --color-neutral-700: #292A42;
    --color-neutral-800: #0c0e2c;
    --color-neutral-900: #080a21;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 11px;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-logo: #1a1f81;
    --color-legend: #0C0E2C;
    --color-loader-bars: #1A1A75;
    --color-neutral-0: #FFFFFF;
    --color-neutral-149: #F3F5F9;
    --color-neutral-150: #E2E5F0;
    --color-neutral-250: #0C0E2C;
    --color-neutral-350: #2B303B;
    --color-neutral-450: #546485;
    --color-blue-500-rgb: 103, 119, 213;
    --color-blue-150: #E5EAFF;
    --color-blue-250: #F7F8FF;
    --color-navy-blue-600: #0471ed;
    --color-navy-blue-900: #1a1f81;
    --color-green-101: #BCF9E7;
    --color-peach-200: #fee9e7;
    --color-validation: #03A57A;
    --color-error: #e51d0b;
    --color-app-name: #FCFCFC;
    --shadow-button-hover: 0 6px 10px rgba(var(--color-blue-500-rgb), .3);
    --onboarding-gradient: linear-gradient(231.01deg, var(--color-blue-100) -5.77%, var(--color-blue-200) 84.36%);
    --login-gradient: linear-gradient(180deg, #9CA7EB -16.16%, #FFFFFF 91.62%), linear-gradient(187.2deg, rgba(255, 255, 255, 0) -36.11%, rgba(82, 202, 209, 0.59) 220.43%), linear-gradient(19.18deg, rgba(156, 167, 235, 0) 50.6%, #9CA7EB 100.86%);
    --tw-shadow-color: #0000000D;
    --onboarding-bg: url(/static/assets/images/9a5d514d4081e5239c01.png);
    --animate-ckw: ckw 2s linear infinite;
    --font-ios: 'Inter';
    --font-android: 'Roboto';
    --text-l-heading: 24px;
    --text-heading: 20px;
    --text-large: 16px;
    --text-regular: 14px;
    --text-small: 12px;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[0\] {
    top: 0;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[355px\] {
    top: 355px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[15px\] {
    right: 15px;
  }
  .right-\[22px\] {
    right: 22px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .bottom-\[70px\] {
    bottom: 70px;
  }
  .bottom-\[86px\] {
    bottom: 86px;
  }
  .bottom-\[95px\] {
    bottom: 95px;
  }
  .bottom-\[150px\] {
    bottom: 150px;
  }
  .bottom-\[calc\(100\%\+10px\)\] {
    bottom: calc(100% + 10px);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[0\] {
    left: 0;
  }
  .left-\[2px\] {
    left: 2px;
  }
  .left-\[10px\] {
    left: 10px;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[25px\] {
    left: 25px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .z-\[101\] {
    z-index: 101;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-end-2 {
    grid-column-end: 2;
  }
  .col-end-3 {
    grid-column-end: 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-\[-20px\] {
    margin: -20px;
  }
  .m-\[20px\] {
    margin: 20px;
  }
  .m-\[30px\] {
    margin: 30px;
  }
  .mx-\[5px\] {
    margin-inline: 5px;
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-\[30px\] {
    margin-inline: 30px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .my-\[40px\] {
    margin-block: 40px;
  }
  .my-\[100px\] {
    margin-block: 100px;
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[200px\] {
    margin-top: 200px;
  }
  .mr-\[5px\] {
    margin-right: 5px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[15px\] {
    margin-right: 15px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[29px\] {
    margin-right: 29px;
  }
  .mb-\[3px\] {
    margin-bottom: 3px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-grid {
    display: inline-grid;
  }
  .table {
    display: table;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30\%\] {
    height: 30%;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[85px\] {
    height: 85px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[111px\] {
    height: 111px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[185px\] {
    height: 185px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[659px\] {
    height: 659px;
  }
  .h-\[720px\] {
    height: 720px;
  }
  .h-\[calc\(100\%\+40px\)\] {
    height: calc(100% + 40px);
  }
  .h-\[calc\(100\%-40px\)\] {
    height: calc(100% - 40px);
  }
  .h-\[calc\(100\%-50px\)\] {
    height: calc(100% - 50px);
  }
  .h-\[calc\(100\%-85px\)\] {
    height: calc(100% - 85px);
  }
  .h-\[calc\(100\%-135px\)\] {
    height: calc(100% - 135px);
  }
  .h-\[calc\(100vh-60px\)\] {
    height: calc(100vh - 60px);
  }
  .h-\[calc\(100vh-100px\)\] {
    height: calc(100vh - 100px);
  }
  .h-\[calc\(100vh-110px\)\] {
    height: calc(100vh - 110px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-\[calc\(100vh-190px\)\] {
    max-height: calc(100vh - 190px);
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[540px\] {
    min-height: 540px;
  }
  .w-\[6px\] {
    width: 6px;
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[17px\] {
    width: 17px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[67\%\] {
    width: 67%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[155px\] {
    width: 155px;
  }
  .w-\[173px\] {
    width: 173px;
  }
  .w-\[185px\] {
    width: 185px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[288px\] {
    width: 288px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[calc\(100\%\+40px\)\] {
    width: calc(100% + 40px);
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-\[1\.5\] {
    scale: 1.5;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-ckw {
    animation: var(--animate-ckw);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[9px\] {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .rounded-l-\[8px\] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .rounded-l-\[10px\] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .rounded-tl-\[10px\] {
    border-top-left-radius: 10px;
  }
  .rounded-r-\[10px\] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .rounded-tr-\[10px\] {
    border-top-right-radius: 10px;
  }
  .rounded-b-\[9px\] {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[15px\] {
    border-style: var(--tw-border-style);
    border-width: 15px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-blue-200 {
    border-color: var(--color-blue-200) !important;
  }
  .\!border-green-800 {
    border-color: var(--color-green-800) !important;
  }
  .\!border-red-500 {
    border-color: var(--color-red-500) !important;
  }
  .\!border-transparent {
    border-color: transparent !important;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-blue-200 {
    border-color: var(--color-blue-200);
  }
  .border-blue-600 {
    border-color: var(--color-blue-600);
  }
  .border-error {
    border-color: var(--color-error);
  }
  .border-green-800 {
    border-color: var(--color-green-800);
  }
  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }
  .border-neutral-400 {
    border-color: var(--color-neutral-400);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-r-neutral-200 {
    border-right-color: var(--color-neutral-200);
  }
  .\!bg-blue-150 {
    background-color: var(--color-blue-150) !important;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-150 {
    background-color: var(--color-blue-150);
  }
  .bg-blue-200 {
    background-color: var(--color-blue-200);
  }
  .bg-blue-250 {
    background-color: var(--color-blue-250);
  }
  .bg-blue-500\/20 {
    background-color: color-mix(in srgb, #6777d5 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-500) 20%, transparent);
    }
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-blue-800 {
    background-color: var(--color-blue-800);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-green-101 {
    background-color: var(--color-green-101);
  }
  .bg-green-800 {
    background-color: var(--color-green-800);
  }
  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-149 {
    background-color: var(--color-neutral-149);
  }
  .bg-neutral-150 {
    background-color: var(--color-neutral-150);
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-neutral-600 {
    background-color: var(--color-neutral-600);
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-pink-100 {
    background-color: var(--color-pink-100);
  }
  .bg-purple-100 {
    background-color: var(--color-purple-100);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }
  .bg-\(image\:--login-gradient\) {
    background-image: var(--login-gradient);
  }
  .bg-\(image\:--onboarding-gradient\) {
    background-image: var(--onboarding-gradient);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[100\%_100\%\] {
    background-size: 100% 100%;
  }
  .bg-size-\[380px_auto\] {
    background-size: 380px auto;
  }
  .bg-center {
    background-position: center;
  }
  .bg-position-\[bottom_right_-80px\] {
    background-position: bottom right -80px;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-blue-600 {
    fill: var(--color-blue-600);
  }
  .fill-blue-800 {
    fill: var(--color-blue-800);
  }
  .fill-gray-100 {
    fill: var(--color-gray-100);
  }
  .fill-green-800 {
    fill: var(--color-green-800);
  }
  .fill-legend {
    fill: var(--color-legend);
  }
  .fill-neutral-400 {
    fill: var(--color-neutral-400);
  }
  .fill-neutral-450 {
    fill: var(--color-neutral-450);
  }
  .fill-neutral-600 {
    fill: var(--color-neutral-600);
  }
  .fill-neutral-800 {
    fill: var(--color-neutral-800);
  }
  .fill-orange-900 {
    fill: var(--color-orange-900);
  }
  .fill-validation {
    fill: var(--color-validation);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .p-\[0\] {
    padding: 0;
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .\!px-\[30px\] {
    padding-inline: 30px !important;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .\!py-\[5px\] {
    padding-block: 5px !important;
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pr-\[5px\] {
    padding-right: 5px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .\!pl-\[40px\] {
    padding-left: 40px !important;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[35px\] {
    padding-left: 35px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-android {
    font-family: var(--font-android);
  }
  .font-ios {
    font-family: var(--font-ios);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-heading {
    font-size: var(--text-heading);
  }
  .text-l-heading {
    font-size: var(--text-l-heading);
  }
  .text-large {
    font-size: var(--text-large);
  }
  .text-regular {
    font-size: var(--text-regular);
  }
  .text-small {
    font-size: var(--text-small);
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .break-all {
    word-break: break-all;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-blue-800 {
    color: var(--color-blue-800) !important;
  }
  .\!text-green-800 {
    color: var(--color-green-800) !important;
  }
  .\!text-neutral-700 {
    color: var(--color-neutral-700) !important;
  }
  .text-app-name {
    color: var(--color-app-name);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-legend {
    color: var(--color-legend);
  }
  .text-logo {
    color: var(--color-logo);
  }
  .text-neutral-250 {
    color: var(--color-neutral-250);
  }
  .text-neutral-350 {
    color: var(--color-neutral-350);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-neutral-450 {
    color: var(--color-neutral-450);
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600);
  }
  .text-neutral-700 {
    color: var(--color-neutral-700);
  }
  .text-neutral-800 {
    color: var(--color-neutral-800);
  }
  .text-orange-800 {
    color: var(--color-orange-800);
  }
  .text-orange-900 {
    color: var(--color-orange-900);
  }
  .text-pink-700 {
    color: var(--color-pink-700);
  }
  .text-purple-800 {
    color: var(--color-purple-800);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-teal-900 {
    color: var(--color-teal-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-modal {
    --tw-shadow: 0px 4px 50px 0px var(--tw-shadow-color, #0000000D);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .group-hover\:fill-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-white);
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .last\:border-r-0 {
    &:last-child {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .hover\:border-blue-600 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-600);
      }
    }
  }
  .hover\:bg-blue-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-50);
      }
    }
  }
  .hover\:bg-blue-150 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-150);
      }
    }
  }
  .hover\:bg-neutral-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-neutral-100);
      }
    }
  }
  .hover\:bg-neutral-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-neutral-200);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[33\%\] {
    @media (width >= 64rem) {
      width: 33%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 64rem) {
      gap: 40px;
    }
  }
  .lg\:bg-position-\[bottom_right_40px\] {
    @media (width >= 64rem) {
      background-position: bottom right 40px;
    }
  }
  .\[\&_div\]\:bg-blue-500 {
    & div {
      background-color: var(--color-blue-500);
    }
  }
  .\[\&_path\]\:fill-\[var\(--svg-color\)\] {
    & path {
      fill: var(--svg-color);
    }
  }
  .\[\&_span\]\:text-blue-600 {
    & span {
      color: var(--color-blue-600);
    }
  }
  .\[\&_svg\]\:size-\[24px\] {
    & svg {
      width: 24px;
      height: 24px;
    }
  }
  .\[\&_svg\]\:h-\[13px\] {
    & svg {
      height: 13px;
    }
  }
  .\[\&_svg\]\:h-\[18px\] {
    & svg {
      height: 18px;
    }
  }
  .\[\&_svg\]\:h-\[24px\] {
    & svg {
      height: 24px;
    }
  }
  .\[\&_svg\]\:h-\[100\%\] {
    & svg {
      height: 100%;
    }
  }
  .\[\&_svg\]\:w-\[13px\] {
    & svg {
      width: 13px;
    }
  }
  .\[\&_svg\]\:w-\[18px\] {
    & svg {
      width: 18px;
    }
  }
  .\[\&_svg\]\:w-\[24px\] {
    & svg {
      width: 24px;
    }
  }
  .\[\&_svg\]\:w-\[100\%\] {
    & svg {
      width: 100%;
    }
  }
  .\[\&_svg\]\:fill-black {
    & svg {
      fill: var(--color-black);
    }
  }
  .\[\&_svg\]\:fill-blue-600 {
    & svg {
      fill: var(--color-blue-600);
    }
  }
  .\[\&_svg\]\:fill-blue-800 {
    & svg {
      fill: var(--color-blue-800);
    }
  }
  .\[\&_svg\]\:fill-green-800 {
    & svg {
      fill: var(--color-green-800);
    }
  }
  .\[\&_svg\]\:fill-neutral-400 {
    & svg {
      fill: var(--color-neutral-400);
    }
  }
  .\[\&_svg\]\:fill-neutral-450 {
    & svg {
      fill: var(--color-neutral-450);
    }
  }
  .\[\&_svg\]\:fill-neutral-600 {
    & svg {
      fill: var(--color-neutral-600);
    }
  }
  .\[\&_svg\]\:fill-neutral-800 {
    & svg {
      fill: var(--color-neutral-800);
    }
  }
  .hover\:\[\&_svg\]\:fill-blue-600 {
    &:hover {
      @media (hover: hover) {
        & svg {
          fill: var(--color-blue-600);
        }
      }
    }
  }
  .\[\&\>div\:first-child\]\:mb-\[10px\] {
    &>div:first-child {
      margin-bottom: 10px;
    }
  }
}
html,
body {
  line-height: 20px;
}
#fa-root {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.button-primary {
  font-size: var(--text-regular);
  font-weight: bold;
  background-color: var(--color-blue-600);
  color: var(--color-white);
  border: 1px solid var(--color-blue-600);
  border-radius: 8px;
  padding: 10px 15px;
}
.button-primary.button-small {
  padding: 5px 15px;
}
.button-primary:disabled {
  background-color: var(--color-neutral-200);
  border-color: var(--color-neutral-200);
  color: var(--color-neutral-450);
}
.button-primary:hover:not(:disabled) {
  background-color: var(--color-blue-800);
}
.button-disabled {
  font-size: var(--text-regular);
  font-weight: bold;
  background-color: var(--color-neutral-200);
  color: var(--color-neutral-450);
  border: 1px solid var(--color-neutral-200);
  border-radius: 8px;
  padding: 10px 15px;
}
.button-disabled.button-small {
  padding: 5px 15px;
}
.button-secondary {
  font-size: var(--text-regular);
  font-weight: bold;
  background-color: var(--color-white);
  color: var(--color-blue-600);
  border: 1px solid var(--color-blue-600);
  border-radius: 8px;
  padding: 10px 15px;
}
.button-secondary.button-small {
  padding: 5px 15px;
}
.button-danger {
  font-size: var(--text-regular);
  font-weight: bold;
  background-color: var(--color-red-800);
  color: var(--color-white);
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 15px;
}
.button-danger.button-normal {
  padding: 10px 15px;
}
.button-danger.button-small {
  padding: 5px 15px;
}
.button-hover:hover:not(:disabled) {
  transition: all 0.2s linear;
  box-shadow: var(--shadow-button-hover);
}
.input-primary {
  width: 100%;
  font-size: var(--text-regular);
  border: 1px solid var(--color-neutral-200);
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 10px;
  line-height: 20px;
  font-family: "Mulish", helvetica, arial, sans-serif;
}
.input-primary.error {
  border-color: var(--color-error);
}
.input-primary:focus {
  outline: none;
  border-color: var(--color-blue-600);
}
.input-primary:disabled {
  background-color: var(--color-neutral-100);
  border-color: var(--color-neutral-200);
  color: var(--color-neutral-400);
}
.react-tooltip.build-tooltip {
  background: var(--color-neutral-50);
  color: var(--color-neutral-700);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  max-width: 270px;
  line-height: 20px;
  opacity: 1;
}
.react-tooltip.build-tooltip .react-tooltip-arrow {
  display: none;
}
.react-tooltip.cert-tooltip {
  background: var(--color-neutral-50);
  color: var(--color-neutral-600);
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400 !important;
  max-width: 350px;
  line-height: 20px;
  opacity: 1;
}
.react-tooltip.cert-tooltip .react-tooltip-arrow {
  display: none;
}
.Toastify .Toastify__toast {
  align-items: normal;
}
.Toastify .Toastify__toast .Toastify__toast-body--separation {
  height: auto;
}
.Toastify .Toastify__toast .Toastify__toast-body--separation.success {
  background: var(--color-validation);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ckw {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
.drawerWrapper___DD3g2 {
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 104;
}
.drawerWrapper--small___lFBPZ {
  width: 25%;
  min-width: 450px;
}
.drawerWrapper--medium___VPKr7 {
  width: 50%;
}
.drawerWrapper--large___IjCqv {
  width: 80%;
}
.drawerWrapper__slider___zlsPb {
  background-color: var(--color-cards);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 95%;
  z-index: 999;
}
.drawerWrapper___DD3g2.opened___dajf2 {
  visibility: visible;
}
.drawerWrapper___DD3g2.opened___dajf2 .drawerWrapper__slider___zlsPb {
  background-color: #fff;
  box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.2);
  transform: translateX(0);
}

.drawerOverlay___fjpBv {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  content: "";
  height: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.4s, width 0.1s 0.4s, height 0.1s 0.4s;
  width: 0;
  z-index: 102;
}
.drawerOverlay--opened___EznEh {
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s;
  width: 100%;
}

.drawerHeader___HsOlK {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.drawerHeader__title___vJB6x {
  color: var(--color-text);
  display: flex;
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  transition: color 0.2s linear;
}
.drawerHeader__closeButton___SgcBW {
  cursor: pointer;
  display: flex;
  padding: 5px;
}
.drawerHeader__closeButton___SgcBW svg {
  height: 12px;
  fill: var(--color-grey);
  transition: fill 0.1s ease-in-out;
  width: 12px;
}
.drawerHeader__closeButton___SgcBW:hover svg {
  fill: var(--color-secondary);
}
.navigationBar___AKEek {
  height: 100%;
  background-color: var(--color-neutral-0);
  padding-bottom: 30px;
  width: 0;
  transition: width 0.3s ease;
}
.navigationBar--open___GdUXl {
  width: 250px;
}
.default-button-style___xwXCW {
  padding: 0;
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  outline: none;
}

.pickerButton___ySIY6 {
  align-items: center;
  background-color: transparent;
  color: var(--color-neutral-800);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  max-width: 400px;
  position: relative;
  padding-right: 35px;
}
.pickerButton__item__container___XLh8r {
  pointer-events: none;
  display: flex;
  align-items: center;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pickerButton__label___v_Ftu {
  pointer-events: none;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pickerButton___ySIY6:hover, .pickerButton___ySIY6:active, .pickerButton--open___nyhG5 {
  background-color: var(--color-neutral-100);
}
.pickerButton__icon___mQZdb {
  margin-right: 10px;
  z-index: 1;
  padding-left: 15px;
  background-color: var(--color-blue-0);
  width: 45px;
  height: 30px;
}
.pickerButton__arrow___j_a7I {
  position: absolute;
  right: 0;
  padding: 5px 15px 5px 5px;
  margin: auto;
}
.pickerButton__arrow___j_a7I svg {
  fill: var(--color-neutral-800);
  height: 13px;
  width: 13px;
}
.pickerButton--open___nyhG5 .pickerButton__arrow___j_a7I {
  transform: rotate(180deg);
  padding: 5px 5px 5px 15px;
}
.pickerButton___ySIY6:hover {
  color: var(--color-blue-600);
  background-color: var(--color-neutral-100);
  font-weight: bold;
  overflow: hidden;
}
.pickerButton___ySIY6:hover .pickerButton__arrow___j_a7I {
  background-color: var(--color-neutral-100);
}
.pickerButton--readOnly___o7bZ8 {
  cursor: default;
}
.pickerButton--readOnly___o7bZ8:hover, .pickerButton--readOnly___o7bZ8:active {
  background-color: transparent;
  cursor: default;
  font-weight: normal;
  color: var(--color-neutral-800);
}
.appSelectorPickerContent___d6Ynk {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.appSelectorPickerContent__title___IzwgK {
  padding: 15px 20px 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-neutral-400);
}
.appSelectorPickerContent__ManagedByBryjTitle___bh9TJ {
  padding: 15px 20px 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-neutral-400);
  border-top: 1px solid var(--color-neutral-200);
}
.appSelectorPickerContent__list___gymhA {
  max-height: 200px;
  overflow: scroll;
}
.appSelectorPickerContent__list__item___WXy65 {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-neutral-600);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.appSelectorPickerContent__myApps___fyXn4, .appSelectorPickerContent__createApp___h6Xb9 {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--color-neutral-200);
}
.appSelectorPickerContent__myApps___fyXn4 svg, .appSelectorPickerContent__createApp___h6Xb9 svg {
  width: 24px;
  height: 24px;
}
.appSelectorPickerContent__myApps___fyXn4:hover, .appSelectorPickerContent__createApp___h6Xb9:hover {
  background-color: var(--color-blue-50);
  color: var(--color-blue-600);
}
.appSelectorPickerContent__myApps___fyXn4:hover svg, .appSelectorPickerContent__createApp___h6Xb9:hover svg {
  fill: var(--color-blue-600);
}
.appSelectorPickerContent__myApps___fyXn4 {
  color: var(--color-neutral-450);
}
.appSelectorPickerContent__myApps___fyXn4 svg {
  fill: var(--color-neutral-450);
}
.appSelectorPickerContent__createApp___h6Xb9 {
  color: var(--color-blue-600);
}
.appSelectorPickerContent__createApp___h6Xb9 svg {
  fill: var(--color-blue-600);
}
.appSelectorPickerContent__createApp--disabled___vo7Zq {
  cursor: not-allowed;
  color: var(--color-neutral-300);
}
.appSelectorPickerContent__createApp--disabled___vo7Zq svg {
  fill: var(--color-neutral-300);
}
.appSelectorPickerContent__createApp--disabled___vo7Zq:hover {
  background-color: transparent;
  color: var(--color-neutral-300);
}
.appSelectorPickerContent__createApp--disabled___vo7Zq:hover svg {
  fill: var(--color-neutral-300);
}
.pickerOption___H6mT1,
.pickerStaticOption___vDvvS {
  align-items: center;
  color: var(--color-neutral-600);
  display: grid;
  grid-template-columns: 1fr 25px;
  flex: 0 0 50px;
  font-size: 14px;
  height: 50px;
  padding-right: 15px;
  transition: background-color 0.2s linear, color 0.2s linear, font-weight 0.1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pickerOption__icon___O0nAH,
.pickerStaticOption__icon___hYdDc {
  background-color: var(--color-neutral-100);
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
  margin-right: 10px;
  min-width: 45px;
  padding-left: 15px;
  height: 30px;
  width: 45px;
  background-color: var(--color-neutral-0);
  transition: background-color 0.2s linear;
  z-index: 1;
  pointer-events: none;
}
.pickerOption__optionLabel___kw1BB,
.pickerStaticOption__optionLabel___JIwl4 {
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pickerOption__item__container___XwXsL,
.pickerStaticOption__item__container___VKhZu {
  pointer-events: none;
  display: flex;
  align-items: center;
}
.pickerOption__item__container___XwXsL::before,
.pickerStaticOption__item__container___VKhZu::before {
  content: attr(data-text);
  display: block;
  font-weight: bold;
  height: 0;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pickerOption__item__container___XwXsL,
.pickerStaticOption__item__container___VKhZu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.pickerOption__checkmark____E6TB,
.pickerStaticOption__checkmark___ZKHRU {
  margin-left: auto;
}
.pickerOption__checkmark____E6TB svg,
.pickerStaticOption__checkmark___ZKHRU svg {
  fill: var(--color-blue-600);
  height: 12px;
  width: 12px;
}
.pickerOption--selected___u_ek6,
.pickerStaticOption--selected___lRLZb {
  color: var(--color-neutral-800);
  font-weight: bold;
}

.pickerStaticOption__lockedIcon___OR5hr {
  margin-left: auto;
}
.pickerStaticOption__lockedIcon___OR5hr svg {
  fill: var(--color-neutral-450);
  height: 12px;
  width: 12px;
}

.pickerOption___H6mT1 {
  cursor: pointer;
}
.pickerOption___H6mT1:hover {
  color: var(--color-blue-600);
  background-color: var(--color-neutral-100);
  font-weight: bold;
  overflow: hidden;
}
.pickerOption___H6mT1:hover .pickerOption__icon___O0nAH {
  background-color: var(--color-blue-100);
}
.pickerOption___H6mT1:hover .pickerOption__checkmark____E6TB {
  display: none;
}
.appSelectorDropdown___LtTzm {
  min-width: 240px !important;
  left: 5px !important;
  top: 135px !important;
  width: 240px;
}

.appSelector___FuQTX {
  border-bottom: 1px solid var(--color-neutral-200);
  width: 100%;
}
[data-testid=accordion-header] {
  padding: 0 20px;
  border-radius: 10px;
}
[data-testid=accordion-header] p {
  color: var(--color-legend);
}
.Toastify__toast {
  border-radius: 10px;
  min-height: 0;
  max-width: 400px;
  white-space: nowrap;
  word-break: break-word;
  background-color: #fff;
  color: #000;
}
.Toastify__toast-container {
  padding: 0;
  right: 20px;
  top: 20px;
}
.Toastify__toast-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
  font-size: 13px;
  display: flex;
}
.Toastify__toast-body > div {
  display: flex;
  flex: 1;
}
.Toastify__toast-body--svg-success svg {
  fill: var(--color-success);
}
.Toastify__toast-body--svg-warning svg {
  fill: var(--color-warning);
}
.Toastify__toast-body--svg-error svg {
  fill: var(--color-error);
}
.Toastify__toast-body--svg-info svg {
  fill: var(--color-grey);
}
.Toastify__toast-body--svg--close svg {
  fill: var(--color-grey);
  width: 12px;
  height: 12px;
}
.Toastify__toast-body--svg svg {
  margin-right: 20px;
  align-self: center;
  height: 26px;
  width: 26px;
  border-radius: 20px;
}
.Toastify__toast-body--vertical {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding: 5px 0;
}
.Toastify__toast-body--title {
  color: var(--color-text);
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
}
.Toastify__toast-body--message {
  align-items: flex-start;
  color: var(--color-grey);
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
}
.Toastify__toast-body--circle {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  align-content: center;
  margin-right: 5px;
}
.Toastify__toast-body--separation {
  min-height: 40px;
  flex: 0 0 5px;
  margin-right: 10px;
  border-radius: 5px;
}
.Toastify__toast-body--circle.success, .Toastify__toast-body--separation.success {
  background: var(--color-blue-600);
}
.Toastify__toast-body--circle.warning, .Toastify__toast-body--separation.warning {
  background: var(--color-orange-500);
}
.Toastify__toast-body--circle.error, .Toastify__toast-body--separation.error {
  background: #FF4500;
  stroke: none;
}
.Toastify__toast-body--circle.info, .Toastify__toast-body--separation.info {
  background: var(--color-blue-600);
}
.Toastify__toast:hover {
  white-space: normal;
}
.Toastify__toast .Toastify__close-button {
  align-self: center;
  opacity: 1;
  font-weight: lighter;
  background-color: inherit;
}
.Toastify__toast .Toastify__close-button:hover {
  color: inherit;
  background-color: inherit;
}

/*# sourceMappingURL=main-aa6aef82b80094feee37.css.map*/