/* Document
 * ========================================================================== */

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

:where(nav li)::before {
  content: "\200B";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

:where([aria-hidden="false" i][hidden]) {
  display: inline;
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {--rtds-back-drop-z-index:1000;--header-height:4rem;--sider-width:273px;--modal-width:60vw;--modal-max-width:90vw;--modal-min-width:10vw;--modal-z-index:100;--color-light-light-grey:#f6f6f6;}@media (min-width: 700px){:root {--header-height:6rem;}}@media (min-width: 1360px){:root {--header-height:6.4rem;}}html {box-sizing:border-box;font-size:10px;scroll-behavior:auto;}* ,*::before ,*::after {box-sizing:inherit;}body {overflow:hidden;overflow-y:scroll;min-width:var(--width-phone);margin:0;padding:0;background-color:var(--color-main-bg);color:var(--color-black);font-weight:400;font-style:normal;font-feature-settings:normal;font-variant:normal;font-size:1rem;font-family:var(--font-main);line-height:1.3;letter-spacing:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:auto;overflow-anchor:none;text-rendering:optimizespeed;overscroll-behavior-y:none;}a {color:inherit;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;}p ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 {margin:0;}img {display:block;max-width:100%;height:auto;}#root {position:absolute;top:0;right:0;left:0;display:flex;flex-direction:column;min-height:100%;}div[data-popper-placement] {z-index:101;}.solid-kit-popover {z-index:101!important;}svg.platfrom-icon-ic_m_shorts_logo path:last-child {fill:currentColor;}

.notificationRoot_n19n15av{padding:1.6rem 2rem;border-radius:0.5rem;background-color:rgb(47 47 47 / 100%);color:white;font-size:1.4rem;line-height:1.2;}

.textColor_t1jqoics{color:rgba(20, 20, 20, 1);}
.heading_h161syop{font-size:22px;text-align:center;}
.nowrap_n1u45vra{white-space:nowrap;}
.AccountCard_a1nymn4r{display:flex;flex-direction:row;gap:1rem;align-items:center;padding:1rem;border:none;border-radius:var(--border-radius-10);background-color:rgba(246, 246, 246, 1);text-align:left;cursor:pointer;}
.AccountCard_a1nymn4r:hover{background:var(--color-black-10);}
.avatar_a1hd0h2f{background:var(--color-white);}

.Container_c19b3wdx{display:flex;flex-direction:column;overflow:hidden;min-width:var(--c19b3wdx-0);max-width:var(--c19b3wdx-0);padding:4rem;border:1px solid #ebebeb;border-radius:var(--border-radius-10);background-color:#fff;box-shadow:0 2px 12px 0 #00000014;}@media screen and (max-width: 450px){.Container_c19b3wdx{min-width:300px;padding:1rem;border:none;background-color:inherit;box-shadow:none;}}

.text_left_tx9ohji{text-align:left;}
.text_center_t1exw0m2{text-align:center;}
.text_right_ti0fw9x{text-align:right;}
.color_red_ci5n9a0{color:rgba(253, 88, 78, 1);}
.color_green_c17zquwo{color:rgba(54, 222, 63, 1);}
.color_grey_c13ce7wy{color:rgba(0,0,0,.5);}

.input_i1ljgv93{display:block;width:100%;min-height:38px;max-height:50px;}
.inputSuccess_i1m7y0lp{border-color:lightgreen!important;}
.inputFailed_iakfd0{border-color:var(--color-red)!important;}

.closeButton_cx0swrl{position:relative;left:1rem;padding:1rem;border:none;border-radius:50%;background:none;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;transition:all 0.2s;}.closeButton_cx0swrl:hover{background:var(--color-grey-light);}.header_hachbn4{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;height:6rem;padding:0 2rem;text-align:center;}.body_bf2rsrt{display:grid;padding:0 2rem 2.5rem;}.content_c1r04eob{z-index:var(--modal-z-index);width:100%;max-width:50rem;}

.closeButton_c1uoyj8h{position:relative;left:1rem;padding:1rem;border:none;border-radius:50%;background:none;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;transition:all 0.2s;}.closeButton_c1uoyj8h:hover{background:var(--color-grey-light);}.header_h1glphwx{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:6rem;padding:0 2rem;}.body_b81rwc3{display:grid;padding:0 2rem 2.5rem;}.content_cifi3hu{z-index:var(--modal-z-index);width:100%;max-width:50rem;}

.closeButton_c3u49ij{position:relative;left:1rem;padding:1rem;border:none;border-radius:50%;background:none;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;transition:all 0.2s;}.closeButton_c3u49ij:hover{background:var(--color-grey-light);}.header_hn1bc4w{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:6rem;padding:0 2rem;}.body_b1hl9q6j{display:grid;padding:0 2rem 2.5rem;}.content_cnnfcet{z-index:var(--modal-z-index);width:100%;max-width:50rem;}.button_b1qmmyur{margin-top:1rem;}

.AuthContainer_a1q720jm{display:flex;flex-direction:row;justify-content:space-between;padding:2rem;border:1px solid var(--color-grey-light);border-radius:var(--border-radius-5);}
.icon_i841ng1{min-width:100px;min-height:100px;}
.button_b13qlhg3{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}
.successIcon_sq688mp{color:var(--color-green);}
.successIcon_sq688mp svg{stroke:var(--color-green);}
.successIcon_sq688mp svg path{fill:var(--color-green);}
.successButton_s1oanijx{color:var(--color-main-bg)!important;}
.successButton_s1oanijx:hover::before{border:1px solid var(--color-green);background:var(--color-green);color:var(--color-main-bg)!important;}
.successButton_s1oanijx::before{border:1px solid var(--color-green);background:var(--color-green);}
.defaultIcon_d1eij22f{color:var(--color-grey-light);}
.defaultIcon_d1eij22f svg{stroke:var(--color-grey-light);}
.defaultIcon_d1eij22f svg path{fill:var(--color-grey-light);}

.closeButton_c51m0lf{position:relative;left:1rem;padding:1rem;border:none;border-radius:50%;background:none;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;transition:all 0.2s;}.closeButton_c51m0lf:hover{background:var(--color-grey-light);}.header_h1oxs27i{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;height:6rem;padding:0 2rem;}.body_b1n4zymh{display:grid;grid-gap:2rem;gap:2rem;justify-content:center;padding:0 2rem 2.5rem;}.content_cwy3d46{z-index:var(--modal-z-index);width:100%;max-width:50rem;}.fullWidth_f1cg9g4g{width:100%;}

.RootStyled_r1rlek6d{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2033;display:flex;justify-content:center;align-items:center;}
.Loader_l16maeny{z-index:2;box-sizing:border-box;width:24px;height:24px;border:3px solid transparent;border-color:var(--l16maeny-0);border-top-color:var(--l16maeny-1);border-radius:50%;animation:asdsad-asd-asd-Loader_l16maeny 0.6s linear infinite;}
@keyframes asdsad-asd-asd-Loader_l16maeny{to{transform:rotate(1turn);}}

.tabs_t1towcwm{display:flex;border-bottom:2px solid var(--color-grey-light);text-align:center;transition:all 0.3s linear;}
.tabsItem_t8r72ax{display:flex;flex:1 1;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;margin:0 0 -2px;padding:1rem 2rem;border:none;border-bottom:2px solid var(--color-grey-light);color:var(--color-black);-webkit-text-decoration:none;text-decoration:none;cursor:pointer;}
.tabsItemActive_t1ffncvc{border-color:var(--color-red);color:var(--color-red);}
.tabItemTitle_tzzrt6b{position:relative;white-space:nowrap;}
.tabItemTitle_tzzrt6b::before{content:attr(data-title);font-weight:500;visibility:hidden;}
.tabItemTitleInner_t10ohm8y{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}

.table_t1hl3ux9{position:relative;display:grid;grid-gap:1rem;gap:1rem;overflow:auto;font-weight:400;font-size:1.2rem;line-height:1.4;}

.tableCell_ta32pmz{display:flex;justify-content:center;align-items:center;}
.fixed_f2hkyui{position:-webkit-sticky;position:sticky;left:1rem;justify-content:flex-start;}

.tableRow_t10rw4xa{position:relative;display:grid;grid-template-columns:minmax(40rem, 4fr) minmax(10rem, 1fr) minmax(10rem, 1fr) minmax(10rem, 1fr) minmax(10rem, 1fr) minmax(10rem, 1fr) minmax(10rem, 1fr);-ms-grid-column-gap:2rem;grid-column-gap:2rem;width:100%;padding:0 1rem;}
.ellipsised_eu5ohgs{display:block;overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap;}

.tableBody_tpeifz8{display:grid;grid-gap:1rem;gap:1rem;}
.tableBodyRow_t1kbyyza{padding:1rem;border-radius:1rem;background-color:var(--base-bg-color);box-shadow:inset 0 0 0 1px var(--color-grey-light);}

.tableHead_t702nrn{display:grid;grid-gap:1rem;gap:1rem;color:var(--color-black-50);}
.ellipsised_e7965rw{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.hovered_h1ym2d9e{color:var(--color-red);}
.root_r11ngp56{display:grid;grid-gap:2rem;gap:2rem;overflow-y:auto;overscroll-behavior-y:auto;-webkit-scrollbar-gutter:stable;-ms-scrollbar-gutter:stable;scrollbar-gutter:stable;}
.list_l2cgosj{display:grid;-ms-grid-auto-columns:1fr;grid-auto-columns:1fr;justify-content:flex-start;align-items:flex-start;width:100%;max-width:100%;margin:0;padding:0;list-style:none;}
.listItem_l1bdazbf{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:100%;}
.link_l1u1f6ru{position:relative;display:block;width:auto;max-width:100%;margin:0;padding:1rem;border:0;border-radius:0.5rem;background-color:transparent;outline:none;word-wrap:break-word;cursor:pointer;}
.link_l1u1f6ru:hover{background-color:#f6f6f6;}
.activeLink_atusg3e{color:var(--color-red);}

.header_h1oel1y6{width:100%;height:var(--header-height);background-color:rgb(255 255 255 / 90%);box-shadow:0 1px 2px rgb(0 0 0 / 9%);-webkit-backdrop-filter:blur(51px);backdrop-filter:blur(51px);}.header_h1oel1y6[fixed]{position:fixed;top:0;left:0;z-index:2;transition:transform 0.3s ease;transform:translateY(0);}.main_mv8ewby{position:relative;display:grid;flex:1 1;grid-template-columns:auto 1fr;margin-top:var(--header-height);}.sider_s1roqe8m{z-index:1;width:var(--sider-width);transition:width 200ms ease;}.sider_s1roqe8m[collapsed]{width:0;}.content_c88v8fh{display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;height:calc(100vh - var(--header-height));}.root_rikx5tn{display:flex;flex:1 1;flex-direction:column;width:100%;max-width:100%;margin:0 auto;}

.Card_cr2xsph{display:flex;flex-direction:row;gap:2rem;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--color-grey-light);}@media (max-width: 700px){.Card_cr2xsph{flex-direction:column;}}.Card_cr2xsph:last-child{border-bottom:unset;}.fullWidth_fivba0f{width:100%;}@media (max-width: 700px){.fullWidth_fivba0f div{width:100%;}.fullWidth_fivba0f button{width:100%;}}.fullWidth_fivba0f input{width:167px;}.Circle_c75t91w{display:flex;justify-content:center;align-items:center;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border:1px solid var(--color-grey-light);border-radius:50%;font-size:1.6rem;}.Qr_qsqttp2{max-width:126px;max-height:126px;}.button_b1zjynd{width:140px;}

.closeButton_c1hsdr5t{position:relative;left:1rem;padding:1rem;border:none;border-radius:50%;background:none;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;transition:all 0.2s;}.closeButton_c1hsdr5t:hover{background:var(--color-grey-light);}.header_h19612u4{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:6rem;padding:0 2rem;border-bottom:1px solid var(--color-grey-light);}.flexEnd_fk8sdxl{justify-content:flex-end!important;}.body_b1ykkh1s{display:grid;grid-gap:2rem;gap:2rem;padding:2rem 2rem 2.5rem;}.content_ckrlgbp{z-index:var(--modal-z-index);width:100%;max-width:50rem;}.footer_fpgmorp{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:1rem 2rem;border-top:1px solid var(--color-grey-light);}.button_bj79r58{width:130px;}

.icon_ibawsd2{min-width:114px;min-height:114px;color:var(--color-red-external);}.icon_ibawsd2 svg{stroke:var(--color-red-external);}.icon_ibawsd2 svg path{fill:var(--color-red-external);}.container_c1h0mwml{text-align:center;}

.Root_rebbb7d{--layout-root-padding:var(--rebbb7d-0);display:flex;flex:1 1;flex-direction:column;width:100%;max-width:100%;margin:0 auto;}
.header_hn3jm2{position:static;z-index:100;width:100%;height:var(--header-height);transition:transform 0.3s ease;transform:translateY(0);}
.header_hn3jm2[fixed]{position:fixed;top:0;left:0;transition:transform 0.3s ease;transform:translateY(0);}
.header_hn3jm2[fullscreen]{opacity:0;transition:transform 0.3s ease, opacity 0s 0.3s;transform:translateY(calc(-100% - 5px));}
.main_m12mwev5{position:relative;display:flex;flex:1 1;margin-top:var(--header-height);margin-left:var(--sider-width);transition:margin-left 200ms ease;}
.main_m12mwev5[collapsed]{margin-left:0;}
.main_m12mwev5[fullscreen]{margin-top:0;}
.sider_s1ejkerk{position:fixed;top:0;bottom:0;left:0;z-index:11;width:var(--sider-width);transition:width 200ms ease;}
.sider_s1ejkerk[collapsed]{width:0;}
.content_czb50lo{display:flex;flex:1 1;flex-direction:column;}

.Root_ryuy1rt{--left:calc(-1 * var(--layout-root-padding));position:relative;min-height:100%;margin-right:var(--ryuy1rt-0);margin-left:var(--ryuy1rt-1);padding-right:var(--layout-root-padding);padding-left:var(--layout-root-padding);transition:padding 0.15s linear, margin 0.15s linear;}

.hovered_h1792l98{color:var(--color-red);}
.root_rbchjxl{display:grid;grid-gap:2rem;gap:2rem;}
.section_sgc556o{display:flex;flex-direction:column;}
.sectionTitle_s1o0w02t{padding:0 0.5rem;color:#000;font-weight:600;font-size:1.4rem;line-height:1.4;}
.sectionSubtitle_s15hvyfi{padding:0.5rem 1rem;padding-left:3.8rem;color:#5d5d5f;font-size:1.4rem;line-height:1.4;text-transform:lowercase;}
.list_l152piis{display:grid;-ms-grid-auto-columns:1fr;grid-auto-columns:1fr;justify-content:flex-start;align-items:flex-start;width:100%;max-width:100%;margin:0;padding:0;list-style:none;}
.dataCell_d1845xyn{grid-template-columns:-webkit-max-content auto;grid-template-columns:max-content auto;}
.listItem_lcbrxsb{overflow:hidden;width:100%;max-width:100%;text-overflow:ellipsis;white-space:nowrap;}
.link_lxojdhh{position:relative;display:block;width:auto;max-width:100%;margin:0;padding:1rem;border:0;border-radius:0.5rem;background-color:transparent;outline:none;word-wrap:break-word;cursor:pointer;}
.link_lxojdhh:hover{background-color:var(--color-light-light-grey);}
.activeLink_aufi9y2{color:var(--color-red);}
.smile_s1a66blv{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:2rem;}

.Root_r15jd21t{--gaide-scroll-width:1rem;--gaide-scroll-height:5.6rem;position:absolute;top:0;right:0;width:100%;height:100%;}
.Container_celc1f2{display:flex;flex-direction:column;overflow:hidden;overflow-y:scroll;height:100%;margin-top:1rem;scrollbar-color:transparent transparent;scrollbar-width:thin;overscroll-behavior:contain;}
.Container_celc1f2::-webkit-scrollbar-thumb{height:var(--gaide-scroll-height);border:0.2rem solid transparent;border-radius:var(--gaide-scroll-width);background-color:transparent;-webkit-background-clip:content-box;background-clip:content-box;}
.Container_celc1f2::-webkit-scrollbar{width:var(--gaide-scroll-width);background:transparent;}
.Container_celc1f2:hover::-webkit-scrollbar-thumb{background-color:rgba(235, 235, 235, 1);}
.Box_b1qt4rby[data-type='section']{padding:1rem var(--layout-root-padding) 1rem var(--layout-root-padding);}
.Box_b1qt4rby[data-type='section']:last-child{padding-bottom:2rem;}
.profile_p1qdf2oj{padding-left:1rem;}
.logoutButton_l6hld10{margin:0;padding:0;border:none;background:none;outline:none;cursor:pointer;}

.RootStyled_rnre263{display:grid;grid-template-areas:'block-left block-middle block-right';grid-template-columns:calc(var(--sider-width) - var(--layout-root-padding)) 1fr auto;width:100%;max-width:100%;height:100%;padding:0 var(--layout-root-padding);background-color:rgb(255 255 255 / 100%);box-shadow:0 1px 2px rgb(0 0 0 / 9%);}
.block_b4pmqf{display:flex;-webkit-box-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-strart;align-items:center;}
.leftBlock_l3jioio{grid-area:block-left;}
.middleBlock_mv5z9qh{display:flex;grid-area:block-middle;align-items:center;border-right:1px solid var(--color-black-7);border-left:1px solid var(--color-black-7);}
.rightBlock_r2ophks{grid-area:block-right;padding-left:3rem;}
.toggler_t1y0g1l2{display:flex;margin-right:1rem;}
@media (min-width: 700px){.toggler_t1y0g1l2{margin-right:1rem;}}
.rightContent_r1a42pw4{display:flex;justify-content:center;align-items:center;}

.drawerWidth_d4qegwf{--drawer-width:var(--sider-width);top:calc(var(--header-height));display:flex;}

