/* Source: https://www.figma.com/design/RSoZWM8baciuout9mEthsY/Nimbus---Variables?node-id=4080-3393&t=PQ88l1jE1igHqhjF-0 */
/* Note: Please refer the above file if new colors are required */
[data-theme=light] {
  /* <=== BRAND COLORS ===> */
  /* Description: Colors to emphasize the brand identity */

  /* Role: The lightest color in the UI  */
  --clr-brand-white: #FFFFFF;
  --clr-brand-palest: #F2F7FF;
  --clr-brand-pale: #DDEAFF;
  --clr-brand-subdued: #7BA5FE;
  /* Role: Main color in Zscaler platforms. Primary.interactive, surface.brand and navigation.TopBar referring this color */
  --clr-brand-default: #2160E1;
  --clr-brand-strong: #1442A8;
  --clr-brand-strongest: #072F84;
  /* <=== BRAND COLORS ===> */
}

[data-theme=magenta] {
  /* Support for 'Magenta' color scheme */
  --clr-brand-white: #FFFFFF;
  --clr-brand-palest: #fce4ec;
  --clr-brand-pale: #fce4ec;
  --clr-brand-subdued: #fce4ec;
  --clr-brand-default: #e2007a;
  --clr-brand-strong: #ad1457;
  --clr-brand-strongest: #ad1457;
}

[data-theme=dark] {
  /* In Progress */
}

:root, [data-theme=light], [data-theme=magenta] {
  /* <=== INTERACTIVE ===> */
  /* Description: Derived from the set of brand tokens, Interactive Colors provide a consistent visual language for buttons, links, and interactive elements. */
  /* Type: Primary */
  /* Description: Main interactive elements — buttons and links */

  /* Role: Content on Interactive.primary surfaces */
  --clr-interactive-primary-oncolor: var(--clr-brand-white);
  /* Role: Default color for interactive elements: buttons, links and icons. May be applied to surface, content and stroke. */
  --clr-interactive-primary-default: var(--clr-brand-default);
  /* Role: Color for hover and focus states for interactive elements */
  --clr-interactive-primary-hover: var(--clr-brand-strongest);
  /* Role: Color for pressed and active states for interactive elements */
  --clr-interactive-primary-active: var(--clr-brand-strong);

  /* Type: Destructive */
  /* Description: Colors for critical irreversible actions */

  /* Role: Content on Interactive.danger surfaces */
  --clr-interactive-destructive-oncolor: var(--clr-brand-white);
  /* Role: Default color for buttons that trigger destructive action */
  --clr-interactive-destructive-default: #DC362E;
  /* Role: Color for hover and focus states for buttons that trigger destructive action */
  --clr-interactive-destructive-hover: #8E201C;
  /* Role: Color for pressed and active states for buttons that trigger destructive action */
  --clr-interactive-destructive-active: #B1322A;
  /* <=== INTERACTIVE ===> */


  /* <=== CONTENT ===> */
  /* Description: Colors for texts and icons */

  /* Type: Default */
  /* Description: Headers, body copy and icons on default surfaces or background */

  /* Role: Primary content - headers, body and icons */
  --clr-content-default: #191919;
  /* Role: Secondary content - headers, body and icons */
  --clr-content-default-subdued: #464646;
  /* Role: Captions, labels, text placeholders */
  --clr-content-default-tertiary: #767676;
  /* Role: Inactive or non-functional content within interactive elements */
  --clr-content-default-disabled: #76829A;

  /* Type: OnColor */
  /* Description: Headers, body and icons on brand and interactive surfaces */

  /* Role: Primary content - headers, body and icons on dark/light surfaces */
  --clr-content-oncolor-default: var(--clr-brand-white);
  /* Role: Secondary content - headers, body and icons on dark/light surfaces */
  --clr-content-oncolor-subdued: #EBEBEB;
  /* Role: Inactive or non-functional content within interactive elements */
  --clr-content-oncolor-disabled: #CAD0DC;

  /* Type: Immutable */
  /* Description: Headers, body and icons that stay the same regardless of the selected theme */
  --clr-content-immutable-light: var(--clr-brand-white);
  --clr-content-immutable-dark: #191919;
  --clr-content-immutable-subdued: #464646;
  --clr-content-immutable-tertiary: #767676;
  --clr-content-immutable-disabled: #76829A;
  /* <=== CONTENT ===> */


  /* <=== BACKGROUND ===> */
  /* Description: Background colors for pages */

  /* Role: Default page background */
  --clr-background-default: var(--clr-brand-white);
  /* Role: Subdued page background */
  --clr-background-pale: #F7F9FA;
  /* <=== BACKGROUND ===> */


  /* <=== STROKE ===> */
  /* Description: Colors for borders and dividers */

  /* Role: Color for strokes and borders for elements on dark surfaces */
  --clr-stroke-palest: var(--clr-brand-white);
  --clr-stroke-pale: #E9EEF3;
  /* Role: Default color for borders and dividers */
  --clr-stroke-default: #DDE3EA;
  --clr-stroke-strong: #BAC2CF;
  --clr-stroke-strongest: #949EB2;
  /* Role: Color for strokes and borders in interactive disabled components */
  --clr-stroke-disabled: #DDE3EA;
  /* <=== STROKE ===> */


  /* <=== SURFACE ===> */
  /* Description: Background colors for layers on top of the backgrounds or other surfaces */

  /* Type: Default */
  /* Description: Brand colors help to define the color theme of the product. *Not recommended to use directly */

  /* Role: Default background for layers on top of Backgrounds */
  --clr-surface-default: var(--clr-brand-white);
  /* Role: Background for layers on top of Surface.default */
  --clr-surface-default-pale: #F7F9FA;
  /* Role: Placeholder text */
  --clr-surface-default-subdued: #E9EEF3;
  /* Role: Background for accent surfaces */
  --clr-surface-default-brand: var(--clr-brand-default);


  /* Type: Navigation */
  /* Description: Colors for top and side navigation bars */

  /* Role: Background for the main top navigation bar */
  --clr-surface-navigation-topbar-default: var(--clr-brand-default);
  /* Role: Background for the side navigation bar */
  --clr-surface-navigation-sidebar-default: #F7F9FA;
  /* Role: Background for the side navigation bar hover item */
  --clr-surface-navigation-sidebar-hover: #E9EEF3;
  /* Role: Background for the side navigation bar active item */
  --clr-surface-navigation-sidebar-active: var(--clr-brand-pale);

  /* Type: Fields */
  /* Description: Colors for interactive elements — input fields, dropdowns */

  /* Role: Default */
  --clr-surface-fields-default: var(--clr-brand-white);
  /* Role: Hover */
  --clr-surface-fields-hover: #F7F9FA;
  /* Role: Active state */
  --clr-surface-fields-active: var(--clr-brand-palest);
  /* Role: Disabled state */
  --clr-surface-fields-disabled: #E9EEF3;

  /* Type: Table */
  /* Description: Colors for surfaces in data tables */

  /* Role: Placeholder text */
  --clr-surface-table-header-default: #F7F9FA;
  /* Role: Placeholder text */
  --clr-surface-table-row-default: var(--clr-brand-white);
  /* Role: Background for the hovered table row */
  --clr-surface-table-row-hover: #F7F9FA;
  /* Role: Background for the active table row */
  --clr-surface-table-row-active: var(--clr-brand-pale);
  /* <=== SURFACE ===> */


  /* <=== ALPHA ===> */
  /* Description: Background colors for modals, overlays, etc  */

  /* Role: Default background for overlays underneath modals/popups */
  --clr-alpha-immutable: rgba(25, 25, 25, 0.64);
  /* <=== ALPHA ===> */


  /* <=== FEEDBACK ===> */
  /* Description: Colors for system status messages */

  /* Type: Info */
  /* Description: Colors for conveying information messages */

  /* Role: Primary color for info messages */
  --clr-feedback-info-strong: var(--clr-brand-strong);
  /* Role: Secondary color for info messages */
  --clr-feedback-info-default: var(--clr-brand-default);
  /* Role: Background for neutral toast message */
  --clr-feedback-info-pale: var(--clr-brand-palest);

  /* Type: Success */
  /* Description: Colors that visually confirm the successful completion of an action */

  /* Role: Primary color for success messages */
  --clr-feedback-success-strong: #3F7B35;
  /* Role: Secondary color for success messages */
  --clr-feedback-success-default: #62AB57;
  /* Role: Background for success toast message */
  --clr-feedback-success-pale: #F0FFEE;

  /* Type: Warning */
  /* Description: Colors that draw attention to potential issues or situations that require caution */

  /* Role: Primary color for warning messages */
  --clr-feedback-warning-strong: #8D5513;
  /* Role: Secondary color for warning messages */
  --clr-feedback-warning-default: #F19325;
  /* Role: Background for warning toast message */
  --clr-feedback-warning-pale: #FFF6EB;

  /* Type: Error */
  /* Description: Colors that indicate critical issues or errors */

  /* Role: Primary color for error messages */
  --clr-feedback-error-strong: #A32B24;
  /* Role: Secondary color for error messages */
  --clr-feedback-error-default: #DC362E;
  /* Role: Background for error toast message */
  --clr-feedback-error-pale: #FFEDEE;

  /* Type: Neutral */
  /* Description: Colors that indicate neutral events */

  /* Role: Primary color for neutral messages */
  --clr-feedback-neutral-strong: #586378;
  /* Role: Secondary color for neutral messages */
  --clr-feedback-neutral-default: #8590A6;
  /* Role: Background for neutral messages */
  --clr-feedback-neutral-pale: #F7F9FA;
  /* <=== FEEDBACK ===> */
}
@font-face {
  font-family: 'Inter-Regular';
  src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url(../fonts/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter-Medium.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Bold';
  src: url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
  font-display: swap;
}

:root {
  font-family: "Inter", "Inter-Regular", sans-serif;
  /* Default browser font size is 16px. Setting the font size to 62.5% of 16px i.e. 10 px */
  font-size: 62.5%;

  /* Font Size */
  --fs-page-heading: 2.2rem;
  --fs-table-heading: 1.4rem;
  --fs-table-body: 1.4rem;
  --fs-heading: 1.8rem;
  --fs-sub-heading: 1.6rem;
  --fs-form-body: 1.4rem;
}

/* Media Queries */
/* 62.5em = 1000px */

/* 160em = 2560px */
@media screen and (min-width: 160em) {

  /* For QHD */
  :root {
    /* font-size: 15px; */
    font-size: 93.75%;
  }
}

/* 240em = 3840px */
@media screen and (min-width: 240em) {

  /* For 4K Displays (Ultra HD) */
  :root {
    /* font-size: 20px; */
    font-size: 125%;
  }
}
*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* Firefox */
  /* scrollbar-width: none; */
  /* Internet Explorer 10+ */
  /* -ms-overflow-style: none; */
}

/* ::-webkit-scrollbar {
  width: 0;
  height: 0;
} */

*::selection {
  color: var(--clr-interactive-primary-default);
  background-color: var(--clr-brand-pale);
}

*::-moz-selection {
  color: var(--clr-interactive-primary-default);
  background-color: var(--clr-brand-pale);
}

:root {
  /* Z Index */
  --z-index-menu-panel: 999999;
  --z-index-spinner: 1000;
  --z-index-tooltip: 999;
  --z-index-notification: 999;
  --z-index-modal-overlay: 799;
  --z-index-modal: 800;
  --z-index-sliding-panel: 800;
  --z-index-help: 500;
  --z-index-dropdown-panel: 10;

  /* Box Shadow */
  --box-shadow-1: 0px 2px 1px -1px #00000033, 0px 1px 1px 0px #00000024, 0px 1px 3px 0px #0000001F;
  --box-shadow-2: 0px 3px 3px -2px #00000033, 0px 3px 4px 0px #00000024, 0px 1px 8px 0px #0000001F;
  --box-shadow-3: 0px 3px 5px -1px #00000033, 0px 5px 8px 0px #00000024, 0px 1px 14px 0px #0000001F;
  --box-shadow-4: 0px 4px 5px -2px #00000033, 0px 7px 10px 1px #00000024, 0px 2px 16px 1px #0000001F;
  --box-shadow-5: 0px 5px 6px -3px #00000033, 0px 9px 12px 1px #00000024, 0px 3px 16px 2px #0000001F;
  --box-shadow-6: 0px 6px 7px -4px #00000033, 0px 11px 15px 1px #00000024, 0px 4px 20px 3px #0000001F;
  --box-shadow-7: 0px 7px 8px -4px #00000033, 0px 13px 19px 2px #00000024, 0px 5px 24px 4px #0000001F;
  --box-shadow-8: 0px 8px 9px -5px #00000033, 0px 15px 22px 2px #00000024, 0px 6px 28px 5px #0000001F;
  --box-shadow-9: 0px 8px 11px -5px #00000033, 0px 17px 26px 2px #00000024, 0px 6px 32px 5px #0000001F;
  --box-shadow-10: 0px 9px 12px -6px #00000033, 0px 19px 29px 2px #00000024, 0px 7px 36px 6px #0000001F;
  --box-shadow-11: 0px 10px 13px -6px #00000033, 0px 21px 33px 3px #00000024, 0px 8px 40px 7px #0000001F;
  --box-shadow-12: 0px 11px 14px -7px #00000033, 0px 23px 36px 3px #00000024, 0px 9px 44px 8px #0000001F;
}

b {
  font-family: "Inter-Medium", "Inter";
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-135 {
  transform: rotate(135deg);
}

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

/* Tooltip CSS */

[data-tooltip]:hover .tooltip {
  opacity: 1 !important;
  z-index: var(--z-index-tooltip) !important;
}

*[data-tip] {
  position: relative;
}

/* Tooltip CSS End*/

.expander-icon {
  color: var(--clr-interactive-primary-default);
  transition: transform 0.1s ease-in-out;
}

.inline-modal-body {
  padding: 1.6rem;
  width: 100%;
}

.ellipsis {
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.loading-gradient {
  /* background: linear-gradient(to right, var(--clr-surface-default-pale) 20%, var(--clr-surface-default-subdued) 50%, var(--clr-surface-default-pale) 80%); */
  background: linear-gradient(to right, #eeeeee 20%, #d0d0d0 50%, #eeeeee 80%);
  background-size: 200% 100%;
  animation: animate-gradient 2s ease-in-out infinite;
}

@keyframes animate-gradient {
  0% {
    background-position: 100% 0%
  }

  100% {
    background-position: -100% 0%
  }
}
:root {
  /* Layout */
  --width-app-nav: 10rem;
  --width-app-nav-v2: 22rem;
  --width-app-nav-v2-minimized: 5.2rem;
  --height-app-footer: 3.2rem;
  --height-app-container: calc(100% - var(--height-app-footer));
  --height-page-header: 5.5rem;
  --padding-page: 2.4rem;
}

.w-25 {
  width: 25%;
}

.w-33 {
  width: 33.33%;
}

.w-50 {
  width: 50%
}

.w-66 {
  width: 66.67%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.nav-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: var(--z-index-menu-panel);
  background-color: var(--clr-surface-navigation-sidebar-hover);
  padding: 2.4rem 0;
}
.form {
  position: relative;
}

.form-heading {
  font-size: var(--fs-heading);
}

.form-sub-heading {
  font-size: var(--fs-sub-heading);
}

.form-section {
  display: block;
  font-size: var(--fs-form-body);
}

.form-section:not(:last-child) {
  margin-bottom: 1.6rem;
  border-bottom: 0.1rem solid var(--clr-stroke-default);
}

.form-section-label {
  padding: 0 1.6rem;
  color: var(--clr-content-default-subdued);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.4rem;
}

.form-rows {
  display: block;
  width: 100%;
}

.form-row {
  display: block;
  width: 100%;
}

.form-column {
  display: inline-block;
  padding: 1.2rem 1.6rem;
  vertical-align: top;
}

.form-label.disabled {
  color: var(--clr-content-default-disabled);
}

.form-error {
  color: var(--clr-feedback-error-default);
}

input {
  font-family: inherit;
}

button:disabled {
  color: var(--clr-content-default-disabled) !important;
  background-color: var(--clr-surface-fields-disabled) !important;
  cursor: not-allowed;
}

.AT7ae8 {
  height: 100%;
  background-color: var(--clr-surface-default-pale);
  display: flex;
  justify-content: center;
  align-items: center;
}

.EtLjhX {
  background-color: var(--clr-surface-default);
  height: 93%;
  max-height: 108rem;
  width: 80%;
  max-width: 192rem;
  box-shadow: var(--box-shadow-2);
}

.YAQugd {
  height: 12rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.OhQnyV {
  height: calc(100% - 16rem);
}

.qRmoy5 {
  height: 4rem;
  background-color: var(--clr-content-immutable-dark);
  color: var(--clr-content-immutable-light);
  font-size: 1.3rem;
  padding: 0 3.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.vCbIy5 {
  position: relative;
  padding: 1.5rem 3.5rem;
  height: 100%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vCbIy5 img {
  width: 100%;
}

.vCbIy5 span {
  position: absolute;
  bottom: 3.9rem;
  left: calc(100% - 2.5rem);
  font-size: 1.9rem;
  white-space: nowrap;
}
.juAp30 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.juAp30.m2daGN {
  position: fixed !important;
  z-index: var(--z-index-spinner) !important;
}

.ZhUaBU {
  border-radius: 50%;
  animation: riPmFg 1s linear infinite;
  -webkit-animation: riPmFg 1s linear infinite;
}

.ZhUaBU.geTalo {
  height: 2.5rem;
  width: 2.5rem;
  border: 0.25rem solid var(--clr-surface-default-subdued);
  border-top: 0.25rem solid var(--clr-interactive-primary-default);
}

.ZhUaBU.mCrO_m {
  height: 5rem;
  width: 5rem;
  border: 0.5rem solid var(--clr-surface-default-subdued);
  border-top: 0.5rem solid var(--clr-interactive-primary-default);
}

.ZhUaBU.M31Ru1 {
  height: 7.5rem;
  width: 7.5rem;
  border: 0.75rem solid var(--clr-surface-default-subdued);
  border-top: 0.75rem solid var(--clr-interactive-primary-default);
}

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

  100% {
    transform: rotate(360deg);
  }
}
.AcpQsZ {
  position: relative;
  padding: 1.5rem;
  height: 100%;
  width: 60%;
  min-width: 72rem;
}

.AcpQsZ input[type="email"], .AcpQsZ input[type="password"] {
  outline: none;
  border: 0.1rem solid var(--clr-stroke-strongest);
  border-radius: 0.5rem;
  padding: 0.8rem 1.2rem;
  width: 100%;
  height: 3.6rem;
  font-size: 1.4rem;
}

.AcpQsZ input:focus {
  border-color: var(--clr-interactive-primary-default);
}

.IfQcKr {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}

.IfQcKr tr td {
  padding: 0 0 0.8rem 1.5rem;
}

.IfQcKr tr td:nth-child(1), .IfQcKr tr td:nth-child(2) {
  width: 40%;
}

.IfQcKr tr td:nth-child(3) {
  width: 20%;
}

.VFgLBZ {
  font-size: 1.3rem;
}

.fVWz3F {
  display: inline-block;
  overflow: visible;
  position: relative;
  vertical-align: middle;
  width: auto;
  font-size: 1.3rem;
  color: var(--clr-content-immutable-dark);
}

.qJOK9C {
  color: var(--clr-content-immutable-dark);
  cursor: pointer;
}

.qJOK9C:hover {
  color: var(--clr-interactive-primary-hover) !important;
}

.tFSQRm {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  min-width: 100%;
  width: auto;
  z-index: -1;
  display: none;
  background-color: var(--clr-surface-default);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16), 0 0.3rem 0.6rem rgba(0, 0, 0, 0.23);
}

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

.Tb9o4h {
  padding: 0.5rem 1.6rem;
  white-space: nowrap;
  cursor: pointer;
}

.tFSQRm ul li:hover {
  background-color: var(--clr-surface-fields-hover);
}

.tFSQRm ul li.ZRm4Xw {
  background-color: var(--clr-interactive-primary-default);
  color: var(--clr-interactive-primary-oncolor);
}

.oXW53z {
  display: none;
  position: absolute;
  left: 3rem;
  top: calc(100% + 0.1rem);
  width: calc(80% - 4rem);
  padding: 1rem;
  background-color: var(--clr-feedback-error-default);
  color: var(--clr-interactive-destructive-oncolor);
  font-size: 1.4rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.EkCywn {
  background-color: var(--clr-feedback-error-pale);
  border: 0.1rem solid var(--clr-feedback-error-default) !important;
}

.OyM5K9 {
  z-index: 1;
  display: block;
}

.KGRH0d {
  z-index: 2;
  display: block;
}
.djvHsE {
  text-align: left;
  font-family: "Inter-Medium", "Inter";
  font-size: inherit;
  color: var(--clr-content-default);
  margin-bottom: 0.6rem;
}

.TthSIH {
  display: inline-block;
  cursor: default;
}

.djvHsE.iRfO37 {
  color: var(--clr-feedback-error-default);
}
#c7NiXe {
  position: fixed;
  background-color: var(--clr-surface-fields-default);
  border: 0.1rem solid var(--clr-content-oncolor-subdued);
  border-radius: 0.3rem;
  color: var(--clr-content-default);
  opacity: 0;
  z-index: -1;
  font-size: 1.3rem;
  font-family: "Inter-Regular";
  padding: 0.8rem;
  max-height: 30rem;
  max-width: 50rem;
  transition: opacity 0.1s linear, z-index 0.1s linear;
  /* box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3); */
  box-shadow: 0.1rem 0 0.4rem 0 #0000001A;
}

/* #tooltip.top {
  bottom: calc(100% + var(--offset));
  left: 50%;
  transform: translateX(-50%);
}

#tooltip.right {
  left: calc(100% + var(--offset));
  top: 50%;
  transform: translateY(-50%);
}

#tooltip.bottom {
  top: calc(100% + var(--offset));
  left: 50%;
  transform: translateX(-50%);
}

#tooltip.left {
  right: calc(100% + var(--offset));
  top: 50%;
  transform: translateY(-50%);
} */

#c7NiXe::before {
  content: '';
  position: absolute;
  height: 0.6rem;
  width: 0.6rem;
  background-color: var(--clr-surface-fields-default);
  transform: rotate(45deg);
  border-top: 0.1rem solid var(--clr-content-oncolor-subdued);
  border-right: 0.1rem solid var(--clr-content-oncolor-subdued);
}

#c7NiXe.c_c5he::before {
  left: 1rem;
  bottom: -0.4rem;
  transform: rotate(135deg);
}

#c7NiXe.gwv6L8::before {
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%) rotate(135deg);
}

#c7NiXe.FujVRw::before {
  right: 1rem;
  bottom: -0.4rem;
  transform: rotate(135deg);
}

#c7NiXe.wDEKDS::before {
  top: 50%;
  left: -0.4rem;
  transform: translateY(-50%) rotate(-135deg);
}

#c7NiXe.OlBz2G::before {
  right: 1rem;
  top: -0.4rem;
  transform: rotate(-45deg);
}

#c7NiXe.LPWLk4::before {
  left: 50%;
  top: -0.4rem;
  transform: translateX(-50%) rotate(-45deg);
}

#c7NiXe.sYX80V::before {
  left: 1rem;
  top: -0.4rem;
  transform: rotate(-45deg);
}

#c7NiXe.zB5kML::before {
  top: 50%;
  right: -0.4rem;
  transform: translateY(-50%) rotate(45deg);
}

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

.bqckzI {
  color: var(--clr-feedback-error-default);
  font-size: inherit;
  margin-bottom: 1.6rem;
}

.bqckzI:only-child {
  margin-bottom: 0;
}

.liMWWd {
  text-align: left;
  font-size: inherit;
  color: inherit;
}

.d_ZStU {
  font-size: inherit;
  margin-top: 1.6rem;
}

.d_ZStU:only-child {
  margin-top: 0;
}
.bs4CsM {
  display: inline-block;
  position: fixed;
  left: 0;
  top: calc(100% + 0.5rem);
  padding: 0.4rem 0.8rem;
  font-size: 1.1rem;
  font-family: "Inter-Regular";
  opacity: 0.9;
  color: var(--clr-surface-fields-default);
  background-color: var(--clr-content-immutable-subdued);
  border-radius: 0.3rem;
  transform: scale(0);
  transform-origin: 50% 0;
}

.UVgNbL {
  transform: scale(1);
  transition: transform ease-out 0.15s;
}
._1Lj7H {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--clr-interactive-primary-default);
  outline: none;
  cursor: pointer;
}

._1Lj7H.fX18h_ {
  color: var(--clr-content-default-disabled);
  cursor: not-allowed;
}

._1Lj7H:not(:last-child) {
  margin-right: 1.5rem;
}

.FLv7P9 {
  margin-left: 0.5rem;
}

.QhU5mM {
  font-size: inherit;
}

.aLyP23 {
  font-size: inherit;
}
.X9xFWM {
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  transition: background-color 0.1s linear;
  position: relative;
}

.X9xFWM:not(:last-child) {
  margin-right: 1.5rem;
}

.X9xFWM.kQ9oWf {
  color: var(--clr-interactive-primary-oncolor);
  background-color: var(--clr-interactive-primary-default);
}

.X9xFWM.kQ9oWf:hover {
  background-color: var(--clr-interactive-primary-hover);
}

.X9xFWM.ZzeOfp {
  background-color: var(--clr-surface-default);
  color: var(--clr-interactive-primary-default);
  border: 0.1rem solid;
}

.X9xFWM.ZzeOfp:hover {
  color: var(--clr-interactive-primary-hover);
}

.X9xFWM.ljNlvG {
  border: none;
  padding-inline: 0;
  color: var(--clr-interactive-primary-default);
  background-color: transparent;
}

.X9xFWM.ljNlvG:hover {
  color: var(--clr-interactive-primary-hover);
}

.X9xFWM.ljNlvG:disabled {
  color: var(--clr-content-default-disabled) !important;
}

.X9xFWM.sikD5Q {
  background-color: var(--clr-interactive-destructive-default);
  color: var(--clr-interactive-destructive-oncolor);
}

.X9xFWM.sikD5Q:hover {
  background-color: var(--clr-interactive-destructive-hover);
}

.X9xFWM.oVrTUr {
  background-color: var(--clr-surface-default);
  color: var(--clr-interactive-destructive-default);
  border: 0.1rem solid;
}

.X9xFWM.oVrTUr:hover {
  color: var(--clr-interactive-destructive-hover);
}

.X9xFWM.ZzeOfp:disabled,
.X9xFWM.oVrTUr:disabled {
  background-color: var(--clr-surface-default) !important;
  color: var(--clr-content-default-disabled);
  border: 0.1rem solid var(--clr-stroke-disabled);
}

/* .button-icon {
  margin-right: 0.5rem;
} */

.Z5Vd_a {
  padding: 0 0.8rem;
}

.NswNPz {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: inherit;
  background: inherit;
  padding: inherit;
  font-size: 1.1em;
  cursor: default;
}
.e39Dsz {
  display: inline-block;
  color: var(--clr-interactive-primary-default);
  outline: none;
  padding: 0.8rem 0;
}

.e39Dsz input {
  display: none;
}

.e39Dsz label {
  cursor: pointer;
}

.e39Dsz svg {
  margin-right: 0.5rem;
}

.a0xle7 {
  margin-left: 0.5rem;
  color: var(--clr-content-default);
  font-size: 0.9em;
}
.MBhA63 {
  display: inline-block;
  font-size: inherit;
}

.u68imw {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

.VoZcBZ {
  font-size: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.VoZcBZ svg {
  display: none;
}

.VoZcBZ.lkdLzO svg {
  display: block;
  margin-right: 0.6rem;
}

/* Variant 1 */
.MBhA63.YFYLw2 {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0.1rem solid var(--clr-interactive-primary-default);
}

.YFYLw2 .VoZcBZ {
  padding: 0.8rem 1.2rem;
  color: var(--clr-interactive-primary-default);
  background-color: var(--clr-interactive-primary-oncolor);
}

.YFYLw2 .VoZcBZ:not(:last-child) {
  border-right: 0.1rem solid var(--clr-interactive-primary-default);
}

.YFYLw2 .VoZcBZ.lkdLzO {
  background-color: var(--clr-interactive-primary-default);
  color: var(--clr-interactive-primary-oncolor);
}

/* Variant 2 */
.MBhA63.siVOCa {
  border: 0.2rem solid var(--clr-stroke-pale);
  background-color: var(--clr-surface-default-subdued);
  border-radius: 0.8rem;
}

.siVOCa .VoZcBZ {
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  color: var(--clr-content-default-subdued);
}

.siVOCa .VoZcBZ.lkdLzO {
  color: var(--clr-content-default);
  background-color: var(--clr-surface-default);
  box-shadow: 0 0.1rem 0.3rem 0.1rem rgba(0, 0, 0, 0.2), 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.4);
}
.maX5do {
  display: flex;
  flex-direction: column;
  font-size: inherit;
  justify-content: flex-start;
  align-items: baseline;
  color: var(--clr-content-default);
}

.kveitK {
  font-size: inherit;
}

.isSw4J {
  outline: none;
  border: none;
  color: inherit;
  font-size: inherit;
}

.hM7uJw {
  margin-left: 0.5rem;
  cursor: pointer;
  color: var(--clr-interactive-primary-default);
  font-size: 0.9em;
}
.dLE66g {
  display: inline-flex;
  flex-direction: row;
  width: 3.6rem;
  height: 2rem;
  padding: 0.2rem;
  border-radius: 3.2rem;
  border: 0.1rem solid var(--clr-stroke-strong);
  background-color: var(--clr-surface-default-subdued);
  color: var(--clr-interactive-primary-default);
  cursor: pointer;
  position: relative;
  transition: 0.1s background-color ease-in-out, 0.1s border-color ease-in-out;
}

.dLE66g.LqK8W9 {
  color: var(--clr-interactive-primary-oncolor);
  border-color: var(--clr-interactive-primary-default);
  background-color: var(--clr-surface-default-brand);
}

.dLE66g.QZLv1v {
  color: var(--clr-content-default-disabled) !important;
  border-color: var(--clr-stroke-strong) !important;
  background-color: var(--clr-surface-default) !important;
  cursor: not-allowed !important;
}

.OfaYIf {
  flex: 1;
  font-size: 1.1rem;
  display: grid;
  place-items: center;
}

.cR9jrz {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--clr-interactive-primary-oncolor);
  border-radius: 50%;
  box-shadow: var(--box-shadow-1);
  top: 50%;
  transform: translate(0.1rem, -50%);
  transition: 0.1s transform ease-in-out;
}

.dLE66g.QZLv1v .cR9jrz {
  background-color: var(--clr-content-default-disabled) !important;
  box-shadow: none !important;
}

.LqK8W9 .cR9jrz {
  transform: translate(1.7rem, -50%)
}
.QZn92e {
  display: inline-flex;
  cursor: pointer;
  font-size: inherit;
}

.QZn92e:not(:last-child) {
  margin-right: 1.5rem;
}

.Clxi_M {
  display: none;
}

.QMjM7w {
  margin-right: 0.5rem;
  font-size: 1.1em;
  cursor: inherit;
}

.sV1noS {
  font-size: inherit;
  cursor: inherit;
}

.Clxi_M:disabled, .Clxi_M:disabled~label {
  color: var(--clr-content-default-disabled);
  pointer-events: none;
  cursor: default;
}
.yaxRoz {
  position: relative;
  height: 100%;
}

.LG9F5o {
  border-top: 0.1rem solid var(--clr-stroke-palest);
  display: flex;
  flex-direction: row;
}

.LG9F5o.tVMEKC {
  height: 75%;
}

.LG9F5o.DS_xTC {
  height: 25%;
}

.EftL_c {
  height: 100%;
  flex: 1;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
}

.EftL_c:not(:last-child) {
  border-right: 0.1rem solid var(--clr-stroke-palest);
}

.EftL_c:hover {
  opacity: 0.9;
}

.S8tN01 {
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.W5n1HB {
  height: 100%;
  width: 100%;
  position: relative;
}

.bRvhNH {
  height: var(--height-app-container);
  position: relative;
  display: flex;
  flex-direction: row;
}

.hcP7k9 {
  flex: 1;
  position: relative;
  height: 100%;
  background-color: var(--clr-surface-default);
  transition: background-color 0.5s ease-in-out;

  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

[data-theme=light] .hcP7k9 {
  background-image: url(../images/e15ebed6536a479f63fa.svg);
}

[data-theme=magenta] .hcP7k9 {
  background-image: url(../images/0a87941c09e6ac9894cd.svg);
}
.UshqjQ {
  position: relative;
  height: 100%;
  padding: var(--padding-page);
}

.Z32QsA {
  height: calc(100% - 5.5rem);
}

.qZ7tEk {
  height: calc(100% - 11rem);
  /* height: calc(100% - 6rem); */
}
.react-datepicker {
  --width-col-day: 4.4rem;
  --height-col-day: 1.6rem;
  --width-col-date: 3rem;
  --height-col-date: 3rem;

  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 1.2rem 0 #00000029;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  position: relative;
}

.react-datepicker__aria-live {
  display: none;
}

.react-datepicker__month-container {
  width: 37.2rem;
  height: 32rem;
  padding: 1.2rem;

}

.react-datepicker__navigation {
  position: absolute;
  background-color: transparent;
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  top: 2.6rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}

.react-datepicker__navigation::before {
  content: "";
  height: 1rem;
  width: 1rem;
  display: inline-block;
  color: var(--clr-interactive-primary-default);
  border-left: 0.2rem solid;
  border-top: 0.2rem solid;
}

.react-datepicker__navigation--previous {
  left: 3.2rem;
}

.react-datepicker__navigation--previous::before {
  transform: rotate(-45deg);
}

.react-datepicker__navigation--next {
  right: 3.2rem;
}

.react-datepicker__navigation--next::before {
  transform: rotate(135deg);
}

.react-datepicker__navigation .react-datepicker__navigation-icon {
  display: none;
}

.react-datepicker__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.react-datepicker__current-month {
  margin: 0;
  height: 6rem;
  line-height: 6rem;
  width: calc(7 * var(--width-col-day));
  text-transform: uppercase;
  font-family: "Inter-Regular";
  letter-spacing: 1px;
  font-size: 1.4rem;
  text-align: center;
  color: var(--clr-interactive-primary-default);
}

.react-datepicker__day-names {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.react-datepicker__day-names .react-datepicker__day-name {
  width: var(--width-col-day);
  height: var(--height-col-day);
  text-align: center;
  line-height: var(--height-col-day);
  font-size: 1.2rem;
  font-family: "Inter-Medium";
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.react-datepicker__month {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.react-datepicker__week {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
}

.react-datepicker__day {
  width: var(--width-col-date);
  height: var(--height-col-date);
  text-align: center;
  line-height: var(--height-col-date);
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
}

.react-datepicker__day.react-datepicker__day--outside-month {
  visibility: hidden;
  pointer-events: none;
}

.react-datepicker__day--disabled {
  color: var(--clr-content-default-disabled);
  pointer-events: none;
}

.react-datepicker__day--today::before {
  content: "\2022";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  color: var(--clr-content-default);
  font-size: 1.2rem;
}

/* Dates selection */
/* Note: DO NOT CHANGE THE ORDER */
.react-datepicker__day:hover {
  background-color: var(--clr-brand-pale);
}

.react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  background-color: var(--clr-surface-fields-active);
}

.react-datepicker__day--selecting-range-start,
.react-datepicker__day--range-start, .react-datepicker__day--range-end {
  background-color: var(--clr-interactive-primary-default) !important;
  color: var(--clr-content-oncolor-default);
}

/* Dates selection end */

.react-datepicker__input-time-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  gap: 0.5rem;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  font-family: "Inter-Medium";
  font-size: 1.2rem;
}
.NVqsKK {
  position: relative;
}

._YVW6C {
  padding: 0.8rem;
  position: relative;
  color: var(--clr-content-default);
  border-radius: 0.4rem;
  border: 0.1rem solid var(--clr-stroke-default);
  font-size: 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._YVW6C:hover {
  background-color: var(--clr-surface-fields-hover);
}

._YVW6C.RLW1xp {
  background-color: var(--clr-surface-fields-active);
  border: 0.1rem solid var(--clr-stroke-strong);
}

.rY19fS {
  font-size: inherit;
  margin-right: 0.8rem;
}

.h2oQp1 {
  position: fixed;
  z-index: 1;
  background-color: var(--clr-surface-fields-default);
  border-radius: 0.8rem;
}

.FOO4qo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  gap: 0.5rem;
  border-top: 0.1rem solid var(--clr-stroke-default);
}

.oGG9WH {
  font-size: 1.2rem;
}
.Itu1sI {
  position: relative;
}

.MWw9_8 {
  width: 8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 0.8rem;
  gap: 0;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--clr-stroke-default);
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}

.p9Ckx1 {
  top: 0;
  left: 0;
  box-shadow: 0 0.2rem 1.2rem 0 #00000029;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  position: fixed;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  background-color: var(--clr-surface-fields-default);
  transition: opacity 0.1s linear, transform 0.1s ease-out;
}

.p9Ckx1.lG6ohb {
  opacity: 1;
  pointer-events: initial;
}

.UHc22Y {
  display: block;
}

.Dt4Bc3 {
  overflow: hidden;
  max-height: 336px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 0.1rem solid var(--clr-stroke-default);
}

.GSx1AQ {
  list-style: none;
  margin: 0;
  position: relative;
  max-height: 23.2rem;
  width: 5.6rem;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.GSx1AQ::after {
  display: block;
  content: "";
  height: calc(100% - 3.8rem);
}

.GSx1AQ:not(:last-child) {
  border-right: 0.1rem solid var(--clr-stroke-default);
}

.rsSX58 {
  outline: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  user-select: none;
  color: inherit;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 3.4rem;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0.8rem;
  margin: 0.2rem 0.4rem;
  width: 4.8rem;
  justify-content: center;
}

.rsSX58.H8GSqx {
  background-color: var(--clr-interactive-primary-default);
  color: var(--clr-interactive-primary-oncolor);
}

.h38h_C {
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  justify-content: flex-end;
  font-size: 1.4rem;
}
.y_YeFr {
  padding: 0.8rem;
  position: relative;
  color: var(--clr-content-default);
  border-radius: 0.4rem;
  border: 0.1rem solid var(--clr-stroke-default);
  font-size: 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.y_YeFr:hover {
  background-color: var(--clr-surface-fields-hover);
}

.y_YeFr.AJEUgW {
  background-color: var(--clr-surface-fields-active);
  border: 0.1rem solid var(--clr-stroke-strong);
}

.y_YeFr.FK8dqO {
  border: 0.1rem solid var(--clr-stroke-strong);
}

.oe5jG2 {
  background-color: var(--clr-surface-fields-default) !important;
  border: 0.1rem solid var(--clr-interactive-destructive-default) !important;
}

.QSJH9m {
  display: flex;
  align-items: baseline;
  flex: 1;
}

.oe5jG2 .QSJH9m {
  color: var(--clr-interactive-destructive-default);
}

.jycGPK {
  font-size: inherit;
  margin-right: 0.8rem;
}

.XF5H2N {
  margin-right: 0.5rem;
  font-size: inherit;
}

.dWqU61 {
  margin-left: auto;
  font-size: 1.25rem;
}

.c98gRO {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  background-color: var(--clr-surface-fields-default);
  border-radius: 0.4rem;
  z-index: var(--z-index-dropdown-panel);
  opacity: 0;
  pointer-events: none;
  font-size: inherit;
  max-height: 37.5rem;
  transition: opacity 0.1s linear, transform 0.1s ease-out;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.uKmqJY {
  opacity: 1;
  pointer-events: initial;
}

.YxsMrw {
  height: 7.5rem;
  cursor: default;
}

.r2n0HV {
  border-bottom: 0.1rem solid var(--clr-stroke-default);
  padding: 0.8rem;
  cursor: default;
}
.Wxq7Zr {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

.SSc7AM {
  color: var(--clr-interactive-primary-default);
  padding: 0.8rem 1.6rem;
  font-size: inherit;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.SSc7AM:hover {
  background-color: var(--clr-surface-fields-hover);
}

.SSc7AM.ZgeJfk {
  background-color: var(--clr-interactive-primary-default);
  color: var(--clr-interactive-primary-oncolor);
}

.CN4CcN {
  text-align: center;
  cursor: default;
  font-style: italic;
  color: var(--clr-interactive-primary-default);
}

.CN4CcN:hover {
  background-color: inherit;
}
.XFC88G {
  min-width: 20rem;
  height: 100%;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--clr-stroke-default);
  overflow: hidden;
  padding: 0.8rem 1.2rem;
}

.tIxrLA {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 0.5rem;
}

.l5JI9h {
  font-size: 1.4rem;
  color: var(--clr-content-default-subdued);
  cursor: pointer;
}

.bzeyvK {
  position: relative;
  width: 100%;
}

.DchGQB {
  font-size: inherit;
  padding-right: 1.6rem;
  outline: none;
  border: none;
  flex: 1;
  background-color: transparent;
  color: inherit;
  width: 100%;
}

.iOYLg4 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--clr-content-default-tertiary);
  cursor: pointer;
}

/* In order: Filled Input -> Hover -> Focus -> Error */
.XFC88G:has(.DchGQB:not(:placeholder-shown)) {
  background-color: var(--clr-surface-fields-default);
  border: 0.1rem solid var(--clr-stroke-strong);
}

.XFC88G:hover {
  background-color: var(--clr-surface-fields-hover);
  border: 0.1rem solid var(--clr-stroke-strong);
}

.XFC88G:has(.DchGQB:focus) {
  background-color: var(--clr-surface-fields-active);
  border: 0.1rem solid var(--clr-interactive-primary-default);
}
.Z1QAxZ {
  display: flex;
  flex-direction: row;
}

.wf6tdc {
  flex: 1;
  margin-right: 1.5rem;
}

.Bi1ivy {
  width: auto;
}

.GfRG0Y {
  display: block;
  border-top: none;
  transition: height 0.2s ease-in-out;
}
.j4v5xK {
  outline: none;
  width: 100%;
  padding: 0.8rem;
  font-size: inherit;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--clr-stroke-default);
}

/* In order: Filled Input -> Hover -> Focus -> Error */
.j4v5xK:not(:placeholder-shown) {
  background-color: var(--clr-surface-fields-default);
  border: 0.1rem solid var(--clr-stroke-strong);
}

.j4v5xK:hover {
  background-color: var(--clr-surface-fields-hover);
  border: 0.1rem solid var(--clr-stroke-strong);
}

.j4v5xK:focus {
  background-color: var(--clr-surface-fields-active);
  border: 0.1rem solid var(--clr-interactive-primary-default);
}

.j4v5xK.w_8Ee5 {
  background-color: var(--clr-surface-fields-default);
  border: 0.1rem solid var(--clr-feedback-error-default);
}
.kgSq_Z {
  position: static;
}

.KNFhJP {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 15rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.vYFMd_ {
  padding: 0.8rem;
  font-size: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  transition: 0.2s;
}

.vYFMd_:nth-of-type(odd) {
  background-color: var(--clr-surface-default-subdued);
}

.vYFMd_:nth-of-type(even) {
  background-color: var(--clr-surface-default);
}

.Ej0DbR {
  margin-right: 0.5rem;
}

.Mu2Nfc {
  flex: 1;
}

.b2mBrv {
  color: var(--clr-content-immutable-subdued);
  cursor: pointer;
}

.QCwnJF {
  color: var(--clr-content-immutable-subdued);
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.z1228r {
  text-transform: lowercase;
}

.zQc75L {
  cursor: pointer;
}

.zQc75L svg {
  margin-right: 0.5rem;
}
.tZNKxo {
  padding: 0.8rem;
  position: relative;
  color: var(--clr-content-default);
  border-radius: 0.4rem;
  border: 0.1rem solid var(--clr-stroke-default);
  font-size: 1em;
  cursor: pointer;
}

.tZNKxo:hover {
  background-color: var(--clr-surface-fields-hover);
}

.tZNKxo.fKhY9h {
  background-color: var(--clr-surface-fields-active);
  border: 0.1rem solid var(--clr-stroke-strong);
}

.tZNKxo.bEhwUa {
  border: 0.1rem solid var(--clr-stroke-strong);
}

.tZNKxo.KUQzjw {
  background-color: var(--clr-surface-fields-default);
  border: 0.1rem solid var(--clr-interactive-destructive-default);
}

.my47cQ {
  display: flex;
  align-items: baseline;
}

.KUQzjw .my47cQ {
  color: var(--clr-interactive-destructive-default);
}

.c4rwaw {
  font-size: inherit;
  margin-right: 0.8rem;
}

.gJ_Xiv {
  margin-right: 0.5rem;
  font-size: inherit;
}

.A5vnAh {
  margin-left: auto;
  font-size: 1.25rem;
}

._IUvSs {
  position: fixed;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: var(--clr-surface-fields-default);
  border-radius: 0.4rem;
  z-index: var(--z-index-dropdown-panel);
  opacity: 0;
  pointer-events: none;
  font-size: 0.9em;
  width: 52rem;
  height: 49rem;
  cursor: default;
  transition: opacity 0.1s linear, transform 0.1s ease-out;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.2);
}

.fJ13hS {
  opacity: 1;
  pointer-events: initial;
}

.DBICcD {
  height: 7.5rem;
  cursor: default;
}

.YRAxZc {
  border-bottom: 0.1rem solid var(--clr-stroke-default);
  padding: 0.8rem;
  height: 5rem;
}
.XH6mx3 {
  position: relative;
  height: calc(100% - 5rem);
}

.RSS0J6 {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.xqMwoy {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
}

.xqMwoy.KjPwyO {
  background-color: var(--clr-surface-default);
}

.xqMwoy.UeKkay {
  background-color: var(--clr-surface-default-pale);
}

.jix9GQ {
  border-bottom: 0.1rem solid var(--clr-stroke-default);
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  padding: 0.8rem 1.2rem;
  text-transform: uppercase;
  color: var(--clr-content-default-tertiary);
}

.jix9GQ .G1sxel {
  cursor: pointer;
  text-transform: capitalize;
}

.jix9GQ .G1sxel.NrfFf0 {
  color: var(--clr-interactive-primary-default);
}

.jix9GQ .G1sxel:hover {
  color: var(--clr-content-default);
}

.jix9GQ .G1sxel.NrfFf0:hover {
  color: var(--clr-interactive-primary-hover);
}

.Ray9Tk {
  font-size: inherit;
  overflow-y: auto;
}

.oUmWm2 {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.oUmWm2.sx562l:not(:last-child) {
  border-bottom: 0.1rem solid var(--clr-stroke-default);
}

.h38go1 {
  font-family: 'Inter-Bold';
}

.ZDHU1V {
  padding: 0.8rem 1.2rem;
  color: var(--clr-interactive-primary-default);
}

.ZDHU1V.PgnS0D {
  padding-left: 3.2rem;
}

.ZDHU1V.PgnS0D:first-child {
  padding-top: 0;
}

.hju6cF {
  text-align: center;
  cursor: default;
  font-style: italic;
  color: var(--clr-interactive-primary-default);
}

.hju6cF:hover {
  background-color: inherit;
}
.NbtRDg {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  color: var(--clr-content-default);
  align-items: center;
}
.E7c0z4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--clr-interactive-primary-oncolor);
  padding: 1.6rem;
  background-color: var(--clr-surface-default-brand);
}

.E7c0z4 svg {
  cursor: pointer;
}
.LZMdj3 {
  display: flex;
  align-items: center;
  height: var(--height-page-header);
  font-size: var(--fs-page-heading);
  color: var(--clr-content-default);
}

.ukO6uV {
  font-size: inherit;
}
.D1_ipF {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--clr-content-default);
  padding: 1.6rem;
  font-size: 1.6rem;
  border-bottom: 0.1rem solid var(--clr-stroke-default);
}

.jy0yb2 {
  margin-right: 0.5rem;
}

.N_JrWL {
  color: var(--clr-interactive-primary-default);
  cursor: pointer;
}
.yRb7Gp {
  position: relative;
  height: 100%;
  padding: var(--padding-page);
}

.LZzeZe {
  position: relative;
}

.BLfJ0i {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.N4H7tY {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--clr-content-default-subdued);
  margin-bottom: var(--height-page-header);
}

._DBsiN {
  font-size: 15rem;
  color: var(--clr-content-default-tertiary);
}

.ImOE_Q {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.GfNQf5 {
  font-size: 2.4rem;
}

.Xy43P0 {
  font-size: 1.6rem;
}
.AkdzL3 {
  background-color: #fffbf1;
  border: 0.1rem solid #e0e1e3;
  padding: 2.5rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #c08600;
  text-align: center;
}
.vCXWqA {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-content-default);
}

.IuCX3p {
  display: flex;
  flex-direction: column;
  position: relative;
}

.IuCX3p::before {
  content: '404';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16rem;
  font-weight: bold;
  color: var(--clr-brand-pale);
  opacity: 0.6;
  z-index: 0;
}

.MzFy5j {
  padding: 1.6rem 0;
  text-align: center;
  z-index: 1;
}

.bFGsDL {
  padding: 0;
  font-size: 4.8rem;
}

.bFGsDL svg {
  font-size: 4rem;
  margin-left: 0.5rem;
}

.Ri8UZI {
  font-size: 1.6rem;
}

.A5PyqO {
  font-size: 1.6rem;
}
.TPYx0t {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.IcC6KK {
  height: 6rem;
  padding: 1rem 2rem;
  background-color: #292929;
}

.IcC6KK img {
  height: 100%;
}

.zpbrod {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-surface-default-pale);
  padding: var(--padding-page);
}

.sLSR8b {
  position: static;
}

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

.XUZS0o {
  color: var(--clr-interactive-primary-default);
  font-size: 4rem;
  margin-bottom: 2rem;
}

.iW1CTH {
  padding: 4rem 2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--clr-stroke-default);
  background-color: var(--clr-surface-default);
  text-align: left;
  color: var(--clr-content-default-tertiary);
  font-size: 2rem;
}
.rLRaxM {
  width: 100%;
  height: var(--height-app-footer);
  color: var(--clr-surface-default);
  background-color: var(--clr-surface-default-brand);
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.NYhYab {
  background: var(--clr-surface-default);
  border-top: 0.1rem solid var(--clr-stroke-default);
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.5rem;
  width: 100%;
  display: flex;
}

.E0vfnR {
  position: relative;
}
.dMJSFn {
  background: var(--clr-surface-default);
  border-top: 0.1rem solid var(--clr-stroke-default);
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.5rem;
  width: 100%;
  display: flex;
  font-size: 1.4rem;
}
.MDfPp9 {
  display: flex;
  align-items: center;
}

.MDfPp9>div {
  flex: 1;
}

.MDfPp9>span {
  width: 3.2rem;
  text-align: center;
}
.VXuRFT {
  display: inline-flex;
}

.VXuRFT>div:first-child {
  margin-right: 1.5rem;
}
.XzQ3FI {
  outline: none;
  border: none;
  width: 100%;
  font-size: inherit;
  height: 15rem;
  resize: none;
  border: 0.1rem solid var(--clr-stroke-default);
  border-radius: 0.5rem;
  font-family: inherit;
  overflow-y: auto;
  white-space: normal;
  padding: 0.8rem;
}

/* In order: Filled Input -> Hover -> Focus -> Error */
.XzQ3FI:not(:placeholder-shown) {
  background-color: var(--clr-surface-fields-default);
  border: 0.1rem solid var(--clr-stroke-strong);
}

.XzQ3FI:hover {
  background-color: var(--clr-surface-fields-hover);
  border: 0.1rem solid var(--clr-stroke-strong);
}

.XzQ3FI:focus {
  background-color: var(--clr-surface-fields-active);
  border: 0.1rem solid var(--clr-interactive-primary-default);
}

.XzQ3FI.BQ7vSP {
  background-color: var(--clr-surface-fields-default);
  border: 0.1rem solid var(--clr-feedback-error-default);
}

.SemlF3 {
  font-size: 1.2rem;
}
.CkFBK6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  height: 6rem;
}

.gS0j50 {
  display: flex;
  align-items: center;
  /* flex: 1; */
}

.gS0j50.xhHMCH {
  justify-content: flex-start;
}

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

.gS0j50.nGB6aE {
  justify-content: flex-end;
}

.gS0j50>div:not(:last-child) {
  margin-right: 1.5rem;
}
.YVtkvL {
  height: 100%;
  width: 100%;
}
.uh9nyB {
  --row-height: 5.2rem;
  position: relative;
  width: 100%;
}

.tUiJkI {
  /* border-radius: 0.5rem; */
  border-top: 0.1rem solid var(--clr-stroke-default);
  border-bottom: 0.1rem solid var(--clr-stroke-default);
  overflow: hidden;
}

.KFEX6M {
  position: relative;
  background-color: var(--clr-surface-table-header-default);
  border-bottom: 0.1rem solid var(--clr-stroke-default);
}

.KFEX6M .XDe9UE {
  height: var(--row-height);
}

.KFEX6M .afjj_n {
  /* border-right: 0.1rem solid var(--clr-stroke-default); */
  /* padding: 1.2rem 0.8rem; */
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  font-family: "Inter-Medium";
  font-size: var(--fs-table-heading);
}

.KFEX6M .afjj_n:last-child, .KFEX6M [data-id=expander] {
  border-right: 0;
}

[data-sort=asc] [class=sort-asc], [data-sort=desc] [class=sort-desc] {
  color: var(--clr-interactive-primary-default);
}

.Rz4Ksf {
  right: -0.5rem;
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.DtAuxW {
  overflow-x: hidden;
  /* overflow-y: overlay; */
  overflow-y: auto;
  min-height: 5rem;
}

.DtAuxW .XDe9UE {
  position: relative;
  height: var(--row-height);
  border-bottom: 0.1rem solid var(--clr-stroke-default);
  background-color: var(--clr-surface-table-row-default);
}

/* .table-body .table-row:nth-of-type(even) {
  background-color: var(--clr-surface-default-pale);
} */

.DtAuxW .afjj_n {
  /* padding: 1.6rem 0.8rem; */
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  font-size: var(--fs-table-body);
}

.DtAuxW .V1u76y {
  position: relative;
}

.DtAuxW .XDe9UE.d6ugzG+.V1u76y::before {
  content: '';
  position: absolute;
  top: 0;
  height: 1rem;
  width: 100%;
  z-index: 1;
  box-shadow: inset 0 0.7rem 0.9rem -0.7rem rgba(50, 116, 185, 0.2);
}

.DtAuxW .XDe9UE.d6ugzG+.V1u76y::after {
  content: '';
  position: absolute;
  top: calc(100% - 1rem);
  height: 1rem;
  width: 100%;
  z-index: 1;
  box-shadow: inset 0 -0.7rem 0.9rem -0.7rem rgba(50, 116, 185, 0.2);
}

.V1u76y .tUiJkI {
  border: none;
  border-radius: 0;
}

.V1u76y .KFEX6M {
  background-color: transparent;
}

.V1u76y .KFEX6M .afjj_n {
  padding: 1.2rem 0.8rem;
  font-size: var(--fs-table-heading);
}

.V1u76y .DtAuxW {
  min-height: 0;
  overflow-y: hidden;
}

.V1u76y .XDe9UE {
  background-color: transparent !important;
}

.V1u76y .XDe9UE:not(:last-child) {
  border-bottom: 0.1rem solid var(--clr-stroke-palest);
}

.c9rHY4 {
  height: auto;
}

.n0G4nu {
  height: var(--row-height);
  line-height: var(--row-height);
  text-align: center;
  font-size: var(--fs-table-body);
}

.iRkihA {
  height: var(--row-height);
  line-height: var(--row-height);
  font-size: 1.4rem;
  color: var(--clr-interactive-primary-default);
  text-align: center;
  border-top: 0.1rem solid var(--clr-stroke-default);
  background-color: var(--clr-background-default);
}

.V1u76y .iRkihA {
  border-top: 0.1rem solid var(--clr-stroke-palest);
}

.iRkihA>span {
  cursor: pointer;
}

.iRkihA>span:hover {
  text-decoration: underline;
}
.u3qEJ2 {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  color: var(--clr-interactive-primary-default);
}

.vOiN_M {
  cursor: pointer;
  transition: color 0.1s linear;
}

.vOiN_M:not(:last-child) {
  margin-right: 1.5rem;
}

.vOiN_M:hover {
  color: var(--clr-interactive-primary-hover);
}

/* For tooltip to work on the parent */
.vOiN_M .kw45yA {
  pointer-events: none;
}
.thUoRZ {
  display: inline-block;
  max-width: 100%;
}
.E3zwqn {
  font-size: inherit;
}
.DB2DPY {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: inherit;
  font-family: inherit;
  cursor: inherit;
  gap: 0.5rem;
}

.DB2DPY:has(.w0j8fm) {
  cursor: pointer;
}

.Q_jA4h {
  margin: 0;
}

.w0j8fm {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  color: var(--clr-content-default-tertiary);
  transition: color 0.1s ease-in-out;
}

.w0j8fm {
  display: inline-block;
}
.PQQfTg {
  font-size: inherit;
  color: var(--clr-interactive-primary-default);
}

.PQQfTg:hover {
  color: var(--clr-interactive-primary-hover);
}

.PQQfTg i {
  margin-right: 0.5rem;
}

.PQQfTg a {
  color: inherit;
  text-decoration: none;
}
.GejxaJ {
  font-size: inherit;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.GejxaJ.ainTZq {
  color: var(--clr-feedback-success-default);
}

/* For tooltip to work on the parent */
.GejxaJ>* {
  pointer-events: none;
}

.iai5Xz {
  color: inherit;
}

._QqrSn {
  color: var(--clr-content-default-subdued);
}
.lk1ZQ7 {
  --height-diff-header: 3.2rem;
  --height-modal-body: 50rem;
  --padding-modal-body: 1.6rem;
  width: 100rem !important;
}

.VGmqdE {
  height: var(--height-diff-header);
  font-size: 1.3rem;
  display: flex;
}

.s3Hg8B {
  width: 50%;
  display: flex;
  align-items: center;
}

.f7TZD2 {
  overflow: auto;
  max-height: calc(var(--height-modal-body) - var(--height-diff-header) - calc(2 * var(--padding-modal-body)));
}
.AmtITI {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--clr-alpha-immutable);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.15s linear, z-index 0.15s ease-in-out;
}

.m5yUjJ {
  opacity: 1;
  z-index: var(--z-index-modal-overlay);
}

.wIQLDA {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transition: z-index 0.15s ease-in-out;
}

.tJ9kPw {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 72rem;
  width: 50%;
  /* max-width: 108rem; */
  max-height: calc(100% - 3.2rem);
  border-radius: 0.5rem;
  background-color: var(--clr-surface-default);
  box-shadow: 0 0.2rem 1.2rem 0 #00000029;
  font-size: 1.4rem;
  opacity: 0;
  /* transform: translateY(-7.5rem); */
  transform: none;
  transition: opacity 0.15s linear, transform 0.3s ease-out, z-index 0.15s ease-in-out;
}

.tJ9kPw [class="form-section"] {
  border-bottom: none;
}

.tJ9kPw [class="form-section"]:not(:last-child) {
  margin-bottom: 2.4rem;
}

.tJ9kPw [class="form-section-label"] {
  padding: 0;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}

.tJ9kPw [class="form-rows"] {
  box-shadow: 0 0.2rem 0.8rem 0 #0000001A;
  border-radius: 0.5rem;
  background-color: var(--clr-surface-default);
}

.u1_FzV {
  z-index: var(--z-index-modal);
}

.u1_FzV .tJ9kPw {
  /* transform: translateY(0); */
  opacity: 1;
}
.JYGb6f {
  padding: 1.6rem;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  background: var(--clr-surface-default-subdued);
}
.SJaWX6 {
  padding: 1.6rem;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  flex: 1;
}
.NL35Bb {
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--padding-page);
  display: flex;
  flex-direction: column;
}

._oaefw {
  flex: 1;
  align-self: stretch;
  /* To avoid overflowing from parent */
  min-height: 0;
}
.XS5DHi {
  font-size: inherit;
}

.XS5DHi.W02Nxi {
  display: flex;
  justify-content: center;
}

.JuQe5e {
  position: relative;
  display: inline-flex;
}

.VdUt2w {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid var(--clr-stroke-default);
}

.wgVzsZ {
  position: absolute;
  background-color: var(--clr-interactive-primary-default);
  left: 0;
  bottom: 0;
  height: 0.2rem;
  width: 0;
  border-radius: 0.5rem;
  transition: 0.25s all cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.Jvw76e {
  font-size: 1em;
  border: 0;
  margin: 0;
  background-color: transparent;
  display: inline-flex;
  padding: 0.6rem 2rem;
  cursor: pointer;
  color: var(--clr-interactive-primary-default);
}

.Jvw76e.Z7mA6y {
  max-width: 20rem;
  align-items: center;
  font-size: 0.85em;
}

.Jvw76e.qDZfZW {
  color: var(--clr-content-default);
}

.Jvw76e.MqEPj3 {
  color: var(--clr-content-default-disabled);
  pointer-events: none;
}
.a0PdF2 {
  height: 100%;
}

.Rtflnu {
  height: calc(100% - 11rem);
  /* height: calc(100% - 6rem); */
  overflow: hidden;
}
.zXvpoD {
  width: 100%;
  height: 100%;
}
.gZ_uR9 {
  font-size: inherit;
  color: var(--clr-interactive-primary-default);
  cursor: pointer;
}

.lQzUjg {
  color: var(--clr-content-default);
  cursor: default;
  pointer-events: none;
}

.gZ_uR9 a {
  color: inherit;
  text-decoration: none;
}
.EOD2xX {
  height: 100%;
}

.DZMw6E {
  height: calc(100% - 11rem);
  /* height: calc(100% - 6rem); */
  overflow: hidden;
}
.WszpBU {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-color: var(--clr-alpha-immutable);
  opacity: 0;
  transition: 0.25s opacity ease-in-out;
  z-index: var(--z-index-sliding-panel);
}

.WszpBU.xu0YFz {
  opacity: 1;
  pointer-events: initial;
}

.dNt6y1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  background-color: var(--clr-surface-default);
  transform: translateX(100%);
  transition: 0.25s transform ease-in-out;
  box-shadow: -0.2rem 0 0.8rem 0 rgba(0, 0, 0, 0.1);
}

.WszpBU.xu0YFz .dNt6y1 {
  transform: translateX(0);
}

/* Media Queries */
/* 62.5em = 1000px */
@media screen and (max-width: 80em) {
  .dNt6y1 {
    width: 48rem !important;
  }
}

@media screen and (max-width: 40em) {
  .dNt6y1 {
    width: 100% !important;
  }
}
.wsETsY {
  padding-top: 0;
}

.GC_hmT {
  color: var(--clr-interactive-primary-default);
  cursor: pointer;
}

.GC_hmT:hover {
  color: var(--clr-interactive-primary-hover);
}
.eUKCkg {
  width: 100%;
  height: 100%;
}
.V09Tx_ {
  position: relative;
  height: 100%;
  padding: var(--padding-page);
  overflow: auto;
}

.q_VGOU {
  height: calc(100% - 11rem);
  /* height: calc(100% - 5.5rem); */
  overflow: hidden;
}
.v6XRRu {
  font-size: inherit;
}

.kRzI_F {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.g9e7tg {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: default;
  color: var(--clr-interactive-primary-default);
}

.giEfrR {
  color: var(--clr-content-default);
}

.g9e7tg svg {
  color: var(--clr-content-default-subdued);
  font-size: 0.8em;
  margin: 0 0.8rem;
}

.g9e7tg:first-child svg {
  display: none;
}

.g9e7tg a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: color 0.1s linear;
}

.g9e7tg a:hover {
  color: var(--clr-interactive-primary-hover);
}
.a60sRM{
  height:100%;
  width: 100%;
}
.Gx7rO5 {
  position: relative;
  height: 100%;
  padding: var(--padding-page);
  overflow: auto;
}

.WCNe2r {
  display: flex;
  justify-content: space-between;
}

.lVQECQ {
  height: calc(100% - 11rem);
  /* height: calc(100% - 5.5rem); */
  overflow: hidden;
}
.pxTyoz {
  position: relative;
  height: 100%;
  padding: var(--padding-page);
  overflow: auto;
}

.g4H9_1 {
  margin-right: 1rem;
}

.WvWf3U {
  position: relative;
}

.WvWf3U:not(:last-child) {
  margin-bottom: 2.4rem;
}

.Vva69N {
  font-size: 1.4rem;
}

#gMez94 {
  margin-right: 3rem;
  font-family: "Inter-Medium", "Inter";
  font-size: 2.2rem;
}

.c5jDW3 span {
  color: var(--clr-content-default);
}

.c5jDW3 span:first-child {
  margin-right: 1rem;
  color: var(--clr-content-default-tertiary);
}

.vABHGO {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.Gcz1AQ {
  margin: 2.4rem 0;
  border-top: 1px solid var(--clr-stroke-default);
}

.QwUnmD {
  text-align: left;
  font-family: "Inter-Medium", "Inter";
  font-size: 1.4rem;
  color: var(--clr-content-default);
  margin-bottom: 1.2rem;
}
.CTSn7B {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  border: 0.1rem solid;
}

.CTSn7B:not(:last-child) {
  margin-right: 1.6rem;
}

.CTSn7B.I73Ckf {
  background-color: var(--clr-feedback-info-pale);
  color: var(--clr-feedback-info-default);
}

.CTSn7B.AeJMSJ {
  background-color: var(--clr-feedback-neutral-pale);
  color: var(--clr-feedback-neutral-default);
}

.CTSn7B.K07vnH {
  background-color: var(--clr-feedback-success-pale);
  color: var(--clr-feedback-success-default);
}

.CTSn7B.XrmvZg {
  background-color: var(--clr-feedback-error-pale);
  color: var(--clr-feedback-error-default);
}

.DyytBn {
  border-radius: 10rem;
}
.dR1Yjk {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--clr-surface-default);
  border-radius: 0.5rem;
  padding: 1.6rem;
  border: 0.1rem solid var(--clr-stroke-default);
}
.oK7noc {
  position: relative;
  font-size: inherit;
}
.UQzaLm {
  position: inherit;
  font-size: inherit;
}

.UQzaLm:not(:last-child) {
  margin-right: 1.5rem;
}

.UQzaLm svg {
  margin-right: 0.5rem;
}
.dr6BRv {
  font-size: 1.3rem;
  color: var(--clr-interactive-primary-default);
  cursor: pointer;
}

.dr6BRv:not(:has(.lo0vqj)) {
  display: none;
}

.xeIuSi {
  cursor: default;
}

.xeIuSi svg {
  margin-left: 0.5rem;
}

.lo0vqj {
  position: relative;
}

.lo0vqj {
  color: var(--clr-interactive-primary-default);
  font-size: inherit;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
}

.lo0vqj:hover {
  background-color: var(--clr-surface-fields-hover);
}
.eVK9VM {
  font-size: inherit;
}

.PRZsUI {
  margin-right: 0.5rem;
}

.KVUGhZ {
  margin-bottom: 1rem;
}
.JioUas {
  position: inherit;
}
.ZbdpHH:not(:last-child) {
  margin-bottom: 2rem;
}
._kWaCn {
  position: relative;
}

._kWaCn:not(:last-child) {
  margin-bottom: 1rem;
}

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

.lLvg25:not(:last-child) {
  margin-bottom: 1rem;
}

.guIaIa {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.guIaIa:first-child {
  margin-right: 2rem;
}

.HxCzms {
  padding: 0.8rem;
  border-radius: 0.5rem;
}

.NJ1qH8 {
  color: var(--clr-content-default-tertiary);
}

.mYuvQ5 {
  padding-left: 0.8rem;
  color: var(--clr-content-default);
}

.a8X7Zt {
  color: var(--clr-interactive-primary-default);
  cursor: pointer;
  margin-left: 0.8rem;
}
.mdN2wV {
  position: relative;
}
.ZBRnxI {
  position: relative;
}

.YWIJqN:not(:last-child) {
  margin-bottom: 2rem;
}

._hYUzN {
  display: inline-block;
}

._hYUzN:not(:nth-child(3n)) {
  padding-right: 2rem;
}
.wBv8sW {
  font-size: inherit;
  position: relative;
}

.N_9kZK {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  color: var(--clr-content-default);
  font-family: "Inter-Medium", "Inter";
  font-size: 0.9em;
}

.May6ET {
  margin-bottom: 1rem;
  color: var(--clr-content-default);
  display: flex;
}

.May6ET>span {
  display: inline-block;
}

.May6ET>span:not(.Ji0ZCM) {
  max-width: calc(50% - 2rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lNABkg {
  font-family: "Inter-Medium", "Inter";
}

.Ji0ZCM {
  padding: 0 1rem;
  color: var(--clr-content-default-disabled);
}

.w1p_SU {
  margin-bottom: 0.5rem;
}

.mQ1aCi {
  color: var(--clr-content-default-tertiary);
  margin-right: 1rem;
}

.mQ1aCi::after {
  content: ':';
}

._2kUIH {
  font-size: 0.9em;
}
.eTj4s7 {
  position: relative;
}
.WvzKN0 {
  position: relative;
  height: 100%;
  padding: var(--padding-page);
}

.vO0T2e {
  height: calc(100% - 5.5rem);
}

.UCks3w {
  height: calc(100% - 11rem);
  /* height: calc(100% - 6rem); */
}
.EFFYyg {
  height: 100%;
  width: 100%;
}

.od89aQ {
  color: var(--clr-interactive-primary-default);
  margin-left: 0.5rem;
  cursor: default;
}

/* For tooltip to work on the parent */
.od89aQ .b7Z3Rc {
  pointer-events: none;
}
.fRHzaX {
  position: relative;
  height: 100%;
  padding: var(--padding-page);
}

.HyW0vb {
  height: calc(100% - 5.5rem);
}
.ubTNCe {
  position: relative;
  height: 100%;
}

.flWdUv {
  height: calc(100% - 11rem);
  /* height: calc(100% - 6rem); */
}
.BGDLiD {
  height: 100%;
  width: 100%;
}
.r7UN2V {
  height: 100%;
  padding: var(--padding-page);
  overflow-y: auto;
  overflow-x: hidden;
}

.bNhMP2 {
  display: flex;
  flex-direction: row;
  padding: 2rem 0;
}

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

.i0nWnV {
  width: 80%;
}

.A4ywFR {
  width: 20%;
  display: flex;
  align-items: center;
}

.atatfy {
  padding-bottom: 3rem;
}

.SJqAf2 {
  margin-right: 3rem;
}

.iy6T0o span:first-child {
  color: var(--clr-content-default-tertiary);
  margin-right: 1rem;
}

.zemrqZ {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.Ml6w0T {
  position: relative;
}

.Ml6w0T table {
  border-collapse: collapse;
  font-size: 1.3rem;
}

.Ml6w0T table tr td {
  min-width: 12rem;
  padding: 0.5rem 1.6rem 0.5rem 0;
}

.Ml6w0T table tr td:first-child {
  color: var(--clr-content-default-tertiary);
}
.jFOqey {
  display: block;
}

.GEvKAR {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid var(--clr-stroke-strong);
  text-transform: uppercase;
  color: var(--clr-content-default-subdued);
  letter-spacing: 0.1rem;
}

.bwK8fQ {
  box-shadow: none;
  border-radius: 0;
  padding: 1.6rem 0;
}

.bwK8fQ:not(:last-child) {
  border-bottom: 0.1rem solid var(--clr-stroke-default);
}

.QHG5L1 {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.QHG5L1>span {
  color: var(--clr-interactive-primary-default);
  cursor: pointer;
}

.QHG5L1>span:not(:last-child) {
  margin-bottom: 0.5rem;
}

.hGKDSd {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.hGKDSd button {
  font-size: var(--fs-form-body);
}
.TfiNBW {
  color: var(--clr-interactive-primary-default);
  font-size: 1.3rem;
  min-width: 20rem;
}

.v242AU {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 10rem;
  padding-bottom: 1.5rem;
}

.QSqTsw {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-surface-default-pale);
  color: var(--clr-content-immutable-disabled);
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
}

.QSqTsw svg {
  mix-blend-mode: difference;
  font-size: 3rem;
}

.QSqTsw img {
  max-width: 90%;
  max-height: 4rem;
}

.rwRLtL {
  margin-bottom: 0.5rem;
}

.rwRLtL label {
  cursor: pointer;
}

.IEgrNv {
  display: none;
}

.dvvvNP {
  margin-left: 0.5rem;
  color: var(--clr-content-default);
}

.qLKrs7 span {
  cursor: pointer;
}
._WFgjM {
  position: relative;
  font-size: inherit;
  cursor: pointer;
}

.ZIlrkh {
  position: absolute;
  top: calc(100% + 1.5rem);
  border-radius: 0.6rem;
  opacity: 0;
  z-index: 1;
  cursor: default;
  pointer-events: none;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
  transition: opacity 0.15s ease-in-out;
}

.Ksnezp {
  opacity: 1 !important;
  pointer-events: initial !important;
}

.ClvYzX {
  width: 17rem;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.1rem;
  border-radius: 0.6rem;
  position: relative;
}

.QB96D8 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem;
  border-color: transparent transparent rgb(224, 224, 224);
  position: absolute;
  top: -1rem;
  left: 50%;
  margin-left: -1rem;
}

.LULnZx {
  height: 11rem;
  border-radius: 0.6rem 0.6rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.KHcbIM {
  font-size: 1.8rem;
  position: relative;
  mix-blend-mode: difference;
}

.FioxVi {
  margin-right: -1rem;
  overflow: hidden;
}

.FioxVi span {
  cursor: pointer;
}

.FioxVi span div {
  height: 2.2rem;
  width: 2.2rem;
  cursor: pointer;
  position: relative;
  outline: none;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
}

.MxzGLc {
  position: relative;
}

.MxzGLc input {
  width: 100%;
  font-size: 1.2rem;
  color: rgb(102, 102, 102);
  border: 0;
  outline: none;
  height: 2.2rem;
  box-shadow: rgb(221, 221, 221) 0 0 0 0.1rem inset;
  border-radius: 0.4rem;
  padding: 0 0.7rem;
  box-sizing: border-box;
}
.BgJ2Kb {
  position: relative;
  height: 100%;
  padding: var(--padding-page);
}

.j3VRYT {
  height: calc(100% - 5.5rem);
}
.VWaR5F {
  height: 100%;
  position: relative;
}

.JOxrtD {
  height: calc(100% - 11rem);
  /* height: calc(100% - 6rem); */
}
.U0HBlb {
  height: 100%;
  width: 100%;
}
._lN2yh {
  --logo-section-height: 7.2rem;
  --footer-section-height: 4.4rem;
  width: var(--width-app-nav-v2);
  height: 100%;
  background-color: var(--clr-surface-navigation-sidebar-default);
  border-right: 0.1rem solid var(--clr-stroke-default);
  transition: background-color 0.5s ease-in-out;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: width 0.25s ease-in-out;
}

._lN2yh.MX6L4b {
  width: var(--width-app-nav-v2-minimized);
}

.a8lVms {
  height: var(--logo-section-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.WaYQBE {
  height: 4rem;
  display: flex;
  align-items: center;
}

.WaYQBE img {
  object-fit: contain;
  max-height: 80%;
  max-width: 100%;
}

.UrD5jH {
  font-size: inherit;
  transition: opacity 0.25s ease-in-out;
}

.MX6L4b .UrD5jH {
  opacity: 0;
}

.sc9qRX {
  flex: 1;
}

ul.lgk_n8 {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.lgk_n8:not(:last-child):not(:empty) {
  border-bottom: 0.1rem solid var(--clr-stroke-default);
}

.HkfFVO {
  height: 4.4rem;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cUSj8d {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 50%;
  background-color: var(--clr-surface-default-subdued);
  cursor: pointer;
}

.y8WK5s {
  color: var(--clr-content-default-tertiary);
}
.Fvpl5a {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  list-style-type: none;
}

.Fvpl5a:has(.O3Qt6V) {
  pointer-events: none;
}

.Fvpl5a a {
  text-decoration: none;
  color: inherit;
}

.Fvpl5a a[class=active] .j9bLN0:not(.O3Qt6V) {
  background-color: var(--clr-surface-navigation-sidebar-active);
  color: var(--clr-interactive-primary-default);
}

.j9bLN0 {
  height: 3.6rem;
  width: var(--width-app-nav-v2);
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  color: var(--clr-content-default-subdued);
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.j9bLN0:hover {
  background-color: var(--clr-surface-navigation-sidebar-hover);
}

.l1Tybr {
  height: 60%;
  width: 100%;
  border-radius: 0.5rem;
}

.goLuGx {
  width: 2rem;
  height: 2rem;
  font-size: 1.8rem;
  text-align: center;
}

.Fe4lys {
  display: inline-block;
  margin-left: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  color: inherit;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

a[class=active] .Fe4lys {
  font-family: 'Inter-Medium';
}

.P2f8Bn .Fe4lys {
  opacity: 0;
}

.YomG5H {
  margin-left: auto;
}

.P2f8Bn .YomG5H {
  display: none;
}
.En9NfK {
  left: var(--width-app-nav-v2);
  cursor: default;
  width: 25rem;
  color: var(--clr-content-default);
  font-size: 1.3rem;
}

.En9NfK.RpVmv5 {
  left: var(--width-app-nav-v2-minimized);
}

.j4MSRy {
  padding: 0 2rem;
  width: 100%;
}

.j4MSRy {
  position: inherit;
}

.ifzr4d {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: var(--clr-content-default-subdued);
}

.F_00Uc {
  list-style-type: none;
  padding: 0;
}

.QzlSS4:not(:last-child) {
  margin-bottom: 0.5rem;
}
.xbeEYK {
  position: absolute;
  right: 2.4rem;
  bottom: 5.6rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-family: "Inter-Medium", "Inter";
  box-shadow: var(--box-shadow-6);
  cursor: pointer;
}

.kH2Cte {
  font-size: 1.3rem;
  position: absolute;
  right: 2.4rem;
  bottom: 3.2rem;
  z-index: var(--z-index-help);
  width: 34rem;
  height: 48rem;
  min-width: 34rem;
  min-height: 48rem;
  border: 0.1rem solid var(--clr-stroke-default);
  border-radius: 0.5rem 0.5rem 0 0;
  /* box-shadow: 0 0.2rem 0.5rem var(--grey-shadow); */
  box-shadow: var(--box-shadow-2);
  resize: both;
  overflow: auto;
  transform: rotate(180deg);
}

.kH2Cte::-webkit-resizer {
  background: transparent;
}

.PtYO1H {
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  overflow: auto;
}

.LSXjaK {
  height: 4rem;
  padding: 0 1.5rem;
  color: var(--clr-content-default-subdued);
  background: var(--clr-surface-default-pale);
  /* cursor: move; */
  cursor: default;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eq_a4E {
  position: absolute;
  top: 0.07rem;
  left: 0.07rem;
  width: 1rem;
  height: 1rem;
}

.bgLS3z {
  text-align: right;
}

.ouuuRa {
  font-size: 1.5rem;
  cursor: pointer;
}

.rlQyC0 {
  height: calc(100% - 4rem);
  background: var(--clr-surface-default);
  border-top: 0.07rem solid var(--clr-stroke-default);
  border-bottom: 0.07rem solid var(--clr-stroke-default);
  position: relative;
}

.p3W2n1 {
  width: 100%;
  height: 100%;
}

.foNNDG {
  color: var(--clr-interactive-primary-default);
  border: 0.07rem solid var(--clr-stroke-default);
  box-shadow: 0 0.1rem 0.1rem var(--clr-content-default);
  background-color: var(--clr-surface-default-pale);
  display: none;
}

.befKdN {
  padding: 1rem 1.5rem;
  text-align: center;
  border-right: 0.07rem solid var(--clr-stroke-default);
  cursor: pointer;
  position: relative;
}
.pFHELa {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 72rem;
  z-index: var(--z-index-notification);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fwBhvD {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 75vh;
  /* Firefox */
  scrollbar-width: none;
  /* Internet Explorer 10+ */
  -ms-overflow-style: none;
}

.fwBhvD::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.AtE0wd {
  width: 100%;
  border: 0.1rem solid;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  font-size: 1.4rem;
  box-shadow: 0 0.2rem 0.8rem 0 #0000001A;
  animation: 0.5s rrTBNn forwards;
}

.AtE0wd:not(:last-child) {
  margin-bottom: 1rem;
}

.AtE0wd.OeBXoL {
  animation: 0.5s OeBXoL forwards;
}

@keyframes rrTBNn {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes OeBXoL {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.AtE0wd.NXwUF_ {
  color: var(--clr-feedback-info-default);
  background-color: var(--clr-feedback-info-default);
  border-color: var(--clr-feedback-info-default);
}

.AtE0wd.dxKaGB {
  color: var(--clr-feedback-warning-default);
  background-color: var(--clr-feedback-warning-default);
  border-color: var(--clr-feedback-warning-default);
}

.AtE0wd.vz9_bO {
  color: var(--clr-feedback-error-default);
  background-color: var(--clr-feedback-error-default);
  border-color: var(--clr-feedback-error-default);
}

.AtE0wd.nEwHxC {
  color: var(--clr-feedback-success-default);
  background-color: var(--clr-feedback-success-default);
  border-color: var(--clr-feedback-success-default);
}

.Y1Hre0 {
  color: var(--clr-content-oncolor-default);
  width: 5rem;
  font-family: "Inter-Medium", "Inter";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  padding: 1.2rem;
}

.Yau9Pl {
  width: calc(100% - 5rem);
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--clr-surface-default);
  font-size: inherit;
  max-height: 30rem;
  overflow: auto;
}

.GyVfQz {
  display: inline-block;
  width: calc(100% - 2.5rem);
  color: var(--clr-content-default);
  height: auto;
}

.yoZubG {
  display: inline-flex;
  color: inherit;
  cursor: pointer;
  font-size: 1.4em;
  position: sticky;
  top: 0;
}

.XgZlD2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  color: var(--clr-content-default-tertiary);
  font-size: 1.2rem;
  cursor: pointer;
  margin: auto;
  border: 0.1rem solid var(--clr-stroke-strong);
  background-color: var(--clr-surface-default);
  border-radius: 50%;
  box-shadow: 0 0.5rem 0.5rem -0.5rem #b8b8b8;
  transition: transform 0.25s ease-out;
}

.XgZlD2.OeBXoL {
  transform: scale(0);
}
