html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

strong,
b {
    font-weight: 700;
}

body {
    margin: 0;
    color: #1D1D1F;
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #F5F5F7;
}

@media print {
    body {
        background-color: #fff;
    }
}

body::backdrop {
    background-color: #F5F5F7;
}

body {
    font-size: 0.875rem;
}

:root {
    --white: #fff;
    --white_60: rgba(255, 255, 255, 0.6);
    --white_80: rgba(255, 255, 255, 0.8);
    --black: #1b1c2b;
    --black_10: rgba(27, 28, 43, 0.1);
    --black_70: rgba(27, 28, 43, 0.7);
    --black_80: rgba(0, 0, 0, 0.8);
    --primary: #FF8200;
    --primary_2: rgba(255, 130, 0, 0.02);
    --primary_5: rgba(255, 130, 0, 0.05);
    --primary_8: rgba(255, 130, 0, 0.08);
    --primary_10: rgba(255, 130, 0, 0.1);
    --primary_20: rgba(255, 130, 0, 0.2);
    --primary_30: rgba(255, 130, 0, 0.3);
    --primary_70: rgba(255, 130, 0, 0.7);
    --primary_80: #FF9F3C;
    --secondary: #F4F5F5;
    --auxiliary: #272a3e;
    --error: #F84960;
    --error_10: rgba(248, 73, 96, 0.1);
    --error_20: rgba(248, 73, 96, 0.2);
    --warning: #ED9D45;
    --warning_10: rgba(248, 73, 96, 0.1);
    --info: #EDEDED;
    --info_30: rgba(237, 237, 237, 0.3);
    --success: #3FD194;
    --success_10: rgba(63, 209, 148, 0.1);
    --success_20: rgba(63, 209, 148, 0.2);
    --textPrimary: #1D1D1F;
    --textPrimary_20: rgba(29, 29, 31, 0.2);
    --textPrimary_80: rgba(29, 29, 31, 0.8);
    --textSecondary: #666;
    --textSecondary_60: rgba(102, 102, 102, 0.6);
    --textTertiary: #999;
    --textTertiary_60: rgba(153, 153, 153, 0.6);
    --divider: #EEEEEE;
    --divider2: #D6D6D6;
    --background: #F5F5F7;
    --background_30: rgba(245, 245, 247, 0.3);
    --backgroundSecondary: #e4e4e4;
    --paper: #FFFFFF;
    --paper_80: rgba(255, 255, 255, 0.8);
    --paperPrimary_10: #FFF3E6;
    --paperSecondary: #FFF;
    --paperSecondary_60: rgba(255, 255, 255, 0.6);
    --paperTertiary: #FFF;
    --paperTertiaryDerivative: #2f2f2f;
    --paperTertiaryDerivative_10: rgba(47, 47, 47, 0.1);
    --paperAuxiliary: rgba(255, 130, 0, 0.1);
    --input: #F7F7F7;
    --inputDivider: #D6D6D6;
    --inputDisable: rgba(29, 29, 31, 0.05);
    --hover: #F9F9F9;
    --selected: #EDEDED;
    --selectedHover: rgba(237, 237, 237, 0.3);
    --shadows0: none;
    --shadows1: 0px 2px 8px rgba(0, 0, 0, 0.15);
    --shadows2: 0px 8px 16px rgba(0, 0, 0, 0.08);
    --shadows3: 0px 8px 32px rgba(0, 0, 0, 0.05);
    --shadows4: 0px 4px 8px rgba(0, 0, 0, 0.06);
    --shadows5: 0px 8px 24px rgba(0, 0, 0, 0.10);
    --shadows6: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
    --shadows7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    --shadows8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    --shadows9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
    --shadows10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
    --shadows11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
    --shadows12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    --shadows13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
    --shadows14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
    --shadows15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
    --shadows16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    --shadows17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
    --shadows18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
    --shadows19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
    --shadows20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
    --shadows21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
    --shadows22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
    --shadows23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
    --shadows24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    --long: #3FD194;
    --short: #F84960;
    --short_7: rgba(248, 73, 96, 0.07);
    --long_7: rgba(63, 209, 148, 0.07);
}

:root[lang] body {
    font-family: '__en_f262e7', '__en_f262e7', PingFang SC, Microsoft YaHei, iconfont;
}

:root[lang^="ja"] body {
    font-family: '__en_f262e7', Hiragino Kaku Gothic Pro, '__ja_fce21e', PingFang SC, Microsoft YaHei, iconfont;
}

:root[lang^="ko"] body {
    font-family: '__ko_43b585', '__en_f262e7', PingFang SC, Microsoft YaHei, iconfont;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(102, 102, 102, 0.3);
}



@-webkit-keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@-webkit-keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

@-webkit-keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@-webkit-keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

.orx-1svvr0w {
    height: 0;
}

.orx-1r8bjoz {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background: var(--paper);
}

.orx-1ur0mqc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    min-width: 360px;
}

.orx-79elbk {
    position: relative;
}

.orx-1w6gysm {
    color: #1D1F1D;
    font-size: 0;
}

@media (min-width:0px) {
    .orx-1w6gysm {
        width: 101px;
        height: 24px;
    }
}



.orx-hdytae {
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.orx-hdytae:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

@media (hover: none) {
    .orx-hdytae:hover {
        background-color: transparent;
    }
}

.orx-hdytae.Mui-disabled {
    background-color: transparent;
    color: rgba(102, 102, 102, 0.3);
}

.orx-1x7manr {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.orx-1x7manr::-moz-focus-inner {
    border-style: none;
}

.orx-1x7manr.Mui-disabled {
    pointer-events: none;
    cursor: default;
}

@media print {
    .orx-1x7manr {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

.orx-1x7manr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

@media (hover: none) {
    .orx-1x7manr:hover {
        background-color: transparent;
    }
}

.orx-1x7manr.Mui-disabled {
    background-color: transparent;
    color: rgba(102, 102, 102, 0.3);
}

.orx-p1ixo0 {
    font-size: 24px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: inherit;
}

.orx-a93elw {
    font-size: 24px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: inherit;
}

.orx-8k7mp7 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:0px) {
    .orx-8k7mp7 {
        min-height: 550px;
    }
}

@media (min-width:768px) {
    .orx-8k7mp7 {
        min-height: 900px;
    }
}

.orx-5coxhl {
    text-transform: capitalize;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 6px 8px;
    border-radius: 2px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #FF8200;
    box-shadow: none;
    font-weight: 500;
    border-radius: 4px;
    min-width: unset;
    text-transform: inherit;
    height: 40px;
    font-size: 14px;
    padding: unset;
    height: unset;
    background-color: transparent;
    position: relative;
}

.orx-5coxhl:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: rgba(255, 130, 0, 0.05);
}

@media (hover: none) {
    .orx-5coxhl:hover {
        background-color: transparent;
    }
}

.orx-5coxhl.Mui-disabled {
    color: rgba(102, 102, 102, 0.3);
}

.orx-5coxhl:hover {
    box-shadow: none;
}

.orx-5coxhl.Mui-focusVisible {
    box-shadow: none;
}

.orx-5coxhl:active {
    box-shadow: none;
}

.orx-5coxhl.Mui-disabled {
    box-shadow: none;
}

.orx-5coxhl.Mui-disabled {
    cursor: not-allowed;
    color: var(--textTertiary_60);
}

.orx-5coxhl .MuiButton-startIcon {
    margin-left: unset;
}

.orx-5coxhl .MuiButton-endIcon {
    margin-right: unset;
}

.orx-5coxhl:hover {
    background-color: transparent;
    opacity: 0.8;
}

.orx-5coxhl.Mui-disabled {
    color: rgba(102, 102, 102, 0.6);
}

.orx-8l1cbp {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-transform: capitalize;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 6px 8px;
    border-radius: 2px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #FF8200;
    box-shadow: none;
    font-weight: 500;
    border-radius: 4px;
    min-width: unset;
    text-transform: inherit;
    height: 40px;
    font-size: 14px;
    padding: unset;
    height: unset;
    background-color: transparent;
    position: relative;
}

.orx-8l1cbp::-moz-focus-inner {
    border-style: none;
}

.orx-8l1cbp.Mui-disabled {
    pointer-events: none;
    cursor: default;
}

@media print {
    .orx-8l1cbp {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

.orx-8l1cbp:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: rgba(255, 130, 0, 0.05);
}

@media (hover: none) {
    .orx-8l1cbp:hover {
        background-color: transparent;
    }
}

.orx-8l1cbp.Mui-disabled {
    color: rgba(102, 102, 102, 0.3);
}

.orx-8l1cbp:hover {
    box-shadow: none;
}

.orx-8l1cbp.Mui-focusVisible {
    box-shadow: none;
}

.orx-8l1cbp:active {
    box-shadow: none;
}

.orx-8l1cbp.Mui-disabled {
    box-shadow: none;
}

.orx-8l1cbp.Mui-disabled {
    cursor: not-allowed;
    color: var(--textTertiary_60);
}

.orx-8l1cbp .MuiButton-startIcon {
    margin-left: unset;
}

.orx-8l1cbp .MuiButton-endIcon {
    margin-right: unset;
}

.orx-8l1cbp:hover {
    background-color: transparent;
    opacity: 0.8;
}

.orx-8l1cbp.Mui-disabled {
    color: rgba(102, 102, 102, 0.6);
}

.orx-jekdjg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: var(--mui-button-opacity);
    -webkit-transform: scale(var(--mui-button-scale));
    -moz-transform: scale(var(--mui-button-scale));
    -ms-transform: scale(var(--mui-button-scale));
    transform: scale(var(--mui-button-scale));
}

.orx-13s8v00 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: var(--mui-button-opacity);
    -webkit-transform: scale(var(--mui-button-scale));
    -moz-transform: scale(var(--mui-button-scale));
    -ms-transform: scale(var(--mui-button-scale));
    transform: scale(var(--mui-button-scale));
}



.orx-bu5udb {
    position: relative;
}

.orx-bu5udb.mui-form-item-focus-within:focus-within label {
    color: var(--primary);
}

.orx-1qjch7g {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-bottom: 0px;
    position: relative;
}

.orx-1qjch7g.mui-form-item-focus-within:focus-within label {
    color: var(--primary);
}

.orx-x1yjc3 {
    position: relative;
    color: var(--textPrimary);
    font-weight: 500;
}

.orx-1ezg0f1 {
    margin-bottom: var(--mui-form-gap);
    position: relative;
    color: var(--textPrimary);
    font-weight: 500;
}

.orx-1o7pyhm {
    -webkit-transition: color 200ms;
    transition: color 200ms;
    font-size: var(--mui-form-font-size);
    cursor: pointer;
    color: inherit;
    font-weight: inherit;
    position: relative;
}

.orx-1o7pyhm[data-error=true] {
    color: var(--error);
}

.orx-1oxfb6b {
    -webkit-transition: color 200ms;
    transition: color 200ms;
    font-size: var(--mui-form-font-size);
    cursor: pointer;
    color: inherit;
    font-weight: inherit;
    position: relative;
}

.orx-1oxfb6b[data-error=true] {
    color: var(--error);
}

.orx-1ohmwyx {
    max-width: 100%;
}

.orx-1ohmwyx.MuiTooltip-popper[data-popper-placement*="top"] .MuiTooltip-tooltip {
    margin-bottom: 4px;
    overflow: hidden;
}

.orx-1ohmwyx.MuiTooltip-popper[data-popper-placement*="right"] .MuiTooltip-tooltip {
    margin-left: 4px;
    overflow: hidden;
}

.orx-1ohmwyx.MuiTooltip-popper[data-popper-placement*="bottom"] .MuiTooltip-tooltip {
    margin-top: 4px;
    overflow: hidden;
}

.orx-1ohmwyx.MuiTooltip-popper[data-popper-placement*="left"] .MuiTooltip-tooltip {
    margin-right: 4px;
    overflow: hidden;
}

.orx-1ohmwyx .MuiTooltip-tooltip {
    max-width: unset;
    margin: 0;
    padding: unset;
    box-shadow: var(--shadows1);
    border-radius: 8px;
    background-color: var(--paperSecondary);
}

.orx-1ohmwyx .MuiTooltip-arrow {
    color: var(--paperSecondary);
}

.orx-w6a9lr {
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: #1D1D1F;
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 0.75rem;
    height: 2.5rem;
    font-size: 0.875rem;
    position: relative;
    position: relative;
    height: 48px;
}

.orx-w6a9lr.Mui-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
}

.orx-w6a9lr .MuiInput-input.MuiInputBase-input {
    padding: 0 8px;
}

.orx-w6a9lr .MuiInput-input {
    padding-top: 0;
    padding-bottom: 0;
}

.orx-w6a9lr .MuiInputBase-input:not(.MuiInputBase-inputAdornedEnd) {
    padding-right: 16px;
}

.orx-w6a9lr .MuiInputBase-input:not(.MuiInputBase-inputAdornedStart) {
    padding-left: 16px;
}

.orx-w6a9lr .MuiInput-input {
    position: relative;
    z-index: 1;
}

.orx-w6a9lr:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    -webkit-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out;
    z-index: 0;
    background-color: #FFFFFF;
}

.orx-w6a9lr[variant="standard"]:after {
    background-color: transparent;
    border: none;
}

.orx-w6a9lr[variant="filled"]:after {
    background-color: #F7F7F7;
    border-color: transparent;
}

.orx-w6a9lr.Mui-focused:after,
.orx-w6a9lr:not(.Mui-readOnly):hover:after {
    border-color: rgb(255, 155, 51);
}

.orx-w6a9lr.Mui-error:after,
.orx-w6a9lr.Mui-error:hover:after {
    border-color: rgb(249, 109, 127);
}

.orx-w6a9lr:after {
    border-radius: 4px;
}

.orx-1qivtfz {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    height: 100%;
}

.orx-1qivtfz::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.orx-1qivtfz::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.orx-1qivtfz:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.orx-1qivtfz::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.orx-1qivtfz:focus {
    outline: 0;
}

.orx-1qivtfz:invalid {
    box-shadow: none;
}

.orx-1qivtfz::-webkit-search-decoration {
    -webkit-appearance: none;
}

label[data-shrink=false]+.MuiInputBase-formControl .orx-1qivtfz::-webkit-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .orx-1qivtfz::-moz-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .orx-1qivtfz:-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .orx-1qivtfz::-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .orx-1qivtfz:focus::-webkit-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false]+.MuiInputBase-formControl .orx-1qivtfz:focus::-moz-placeholder {
    opacity: 0.42;
}

label[data-shrink=false]+.MuiInputBase-formControl .orx-1qivtfz:focus:-ms-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false]+.MuiInputBase-formControl .orx-1qivtfz:focus::-ms-input-placeholder {
    opacity: 0.42;
}

.orx-1qivtfz.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
}

.orx-1qivtfz:-webkit-autofill {
    -webkit-animation-duration: 5000s;
    animation-duration: 5000s;
    -webkit-animation-name: mui-auto-fill;
    animation-name: mui-auto-fill;
}

.orx-1qivtfz::-webkit-input-placeholder {
    color: #666;
}

.orx-1qivtfz::-moz-placeholder {
    color: #666;
}

.orx-1qivtfz:-ms-input-placeholder {
    color: #666;
}

.orx-1qivtfz::placeholder {
    color: #666;
}

.orx-1uynnf6 {
    z-index: 1500;
    pointer-events: none;
    max-width: 100%;
}

.orx-1uynnf6.MuiTooltip-popper[data-popper-placement*="top"] .MuiTooltip-tooltip {
    margin-bottom: 4px;
    overflow: hidden;
}

.orx-1uynnf6.MuiTooltip-popper[data-popper-placement*="right"] .MuiTooltip-tooltip {
    margin-left: 4px;
    overflow: hidden;
}

.orx-1uynnf6.MuiTooltip-popper[data-popper-placement*="bottom"] .MuiTooltip-tooltip {
    margin-top: 4px;
    overflow: hidden;
}

.orx-1uynnf6.MuiTooltip-popper[data-popper-placement*="left"] .MuiTooltip-tooltip {
    margin-right: 4px;
    overflow: hidden;
}

.orx-1uynnf6 .MuiTooltip-tooltip {
    max-width: unset;
    margin: 0;
    padding: unset;
    box-shadow: var(--shadows1);
    border-radius: 8px;
    background-color: var(--paperSecondary);
}

.orx-1uynnf6 .MuiTooltip-arrow {
    color: var(--paperSecondary);
}

.orx-170fcjg {
    z-index: 1500;
    pointer-events: none;
    max-width: 100%;
}

.orx-170fcjg.MuiTooltip-popper[data-popper-placement*="top"] .MuiTooltip-tooltip {
    margin-bottom: 4px;
    overflow: hidden;
}

.orx-170fcjg.MuiTooltip-popper[data-popper-placement*="right"] .MuiTooltip-tooltip {
    margin-left: 4px;
    overflow: hidden;
}

.orx-170fcjg.MuiTooltip-popper[data-popper-placement*="bottom"] .MuiTooltip-tooltip {
    margin-top: 4px;
    overflow: hidden;
}

.orx-170fcjg.MuiTooltip-popper[data-popper-placement*="left"] .MuiTooltip-tooltip {
    margin-right: 4px;
    overflow: hidden;
}

.orx-170fcjg .MuiTooltip-tooltip {
    max-width: unset;
    margin: 0;
    padding: unset;
    box-shadow: var(--shadows1);
    border-radius: 8px;
    background-color: var(--paperSecondary);
}

.orx-170fcjg .MuiTooltip-arrow {
    color: var(--paperSecondary);
}

.orx-84sz7w {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    min-height: 16px;
    line-height: 16px;
}

.orx-1olpbrj {
    color: var(--error);
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    min-height: 16px;
    line-height: 16px;
}

.orx-wpdziv {
    max-width: 100%;
}

.orx-wpdziv.MuiTooltip-popper[data-popper-placement*="top"] .MuiTooltip-tooltip {
    margin-bottom: 12px;
    overflow: hidden;
}

.orx-wpdziv.MuiTooltip-popper[data-popper-placement*="right"] .MuiTooltip-tooltip {
    margin-left: 12px;
    overflow: hidden;
}

.orx-wpdziv.MuiTooltip-popper[data-popper-placement*="bottom"] .MuiTooltip-tooltip {
    margin-top: 12px;
    overflow: hidden;
}

.orx-wpdziv.MuiTooltip-popper[data-popper-placement*="left"] .MuiTooltip-tooltip {
    margin-right: 12px;
    overflow: hidden;
}

.orx-wpdziv .MuiTooltip-tooltip {
    max-width: unset;
    margin: 0;
    padding: unset;
    box-shadow: var(--shadows1);
    border-radius: 8px;
    background-color: var(--paperSecondary);
}

.orx-wpdziv .MuiTooltip-arrow {
    color: var(--paperSecondary);
}

.orx-ieawnx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0.01em;
    max-height: 2em;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.54);
    margin-left: 8px;
    margin-top: 0 !important;
    font-size: inherit;
    color: inherit;
    z-index: 2;
    margin-left: 0;
    margin-right: 16px;
}

.orx-ieawnx.MuiInputAdornment-sizeSmall,
.orx-ieawnx.MuiInputAdornment-sizeMedium,
.orx-ieawnx.MuiInputAdornment-sizeSmallest {
    margin-right: 8px;
}

.orx-1hye35e {
    font-size: 24px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
}

.orx-ppgao3 {
    font-size: 24px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
}

.orx-1rfsdot {
    z-index: 1500;
    pointer-events: none;
    max-width: 100%;
}

.orx-1rfsdot[data-popper-placement*="bottom"] .MuiTooltip-arrow {
    top: 0;
    margin-top: -0.71em;
}

.orx-1rfsdot[data-popper-placement*="bottom"] .MuiTooltip-arrow::before {
    transform-origin: 0 100%;
}

.orx-1rfsdot[data-popper-placement*="top"] .MuiTooltip-arrow {
    bottom: 0;
    margin-bottom: -0.71em;
}

.orx-1rfsdot[data-popper-placement*="top"] .MuiTooltip-arrow::before {
    transform-origin: 100% 0;
}

.orx-1rfsdot[data-popper-placement*="right"] .MuiTooltip-arrow {
    left: 0;
    margin-left: -0.71em;
    height: 1em;
    width: 0.71em;
}

.orx-1rfsdot[data-popper-placement*="right"] .MuiTooltip-arrow::before {
    transform-origin: 100% 100%;
}

.orx-1rfsdot[data-popper-placement*="left"] .MuiTooltip-arrow {
    right: 0;
    margin-right: -0.71em;
    height: 1em;
    width: 0.71em;
}

.orx-1rfsdot[data-popper-placement*="left"] .MuiTooltip-arrow::before {
    transform-origin: 0 0;
}

.orx-1rfsdot.MuiTooltip-popper[data-popper-placement*="top"] .MuiTooltip-tooltip {
    margin-bottom: 12px;
    overflow: hidden;
}

.orx-1rfsdot.MuiTooltip-popper[data-popper-placement*="right"] .MuiTooltip-tooltip {
    margin-left: 12px;
    overflow: hidden;
}

.orx-1rfsdot.MuiTooltip-popper[data-popper-placement*="bottom"] .MuiTooltip-tooltip {
    margin-top: 12px;
    overflow: hidden;
}

.orx-1rfsdot.MuiTooltip-popper[data-popper-placement*="left"] .MuiTooltip-tooltip {
    margin-right: 12px;
    overflow: hidden;
}

.orx-1rfsdot .MuiTooltip-tooltip {
    max-width: unset;
    margin: 0;
    padding: unset;
    box-shadow: var(--shadows1);
    border-radius: 8px;
    background-color: var(--paperSecondary);
}

.orx-1rfsdot .MuiTooltip-arrow {
    color: var(--paperSecondary);
}

.orx-4sync2 {
    z-index: 1500;
    pointer-events: none;
    max-width: 100%;
}

.orx-4sync2[data-popper-placement*="bottom"] .MuiTooltip-arrow {
    top: 0;
    margin-top: -0.71em;
}

.orx-4sync2[data-popper-placement*="bottom"] .MuiTooltip-arrow::before {
    transform-origin: 0 100%;
}

.orx-4sync2[data-popper-placement*="top"] .MuiTooltip-arrow {
    bottom: 0;
    margin-bottom: -0.71em;
}

.orx-4sync2[data-popper-placement*="top"] .MuiTooltip-arrow::before {
    transform-origin: 100% 0;
}

.orx-4sync2[data-popper-placement*="right"] .MuiTooltip-arrow {
    left: 0;
    margin-left: -0.71em;
    height: 1em;
    width: 0.71em;
}

.orx-4sync2[data-popper-placement*="right"] .MuiTooltip-arrow::before {
    transform-origin: 100% 100%;
}

.orx-4sync2[data-popper-placement*="left"] .MuiTooltip-arrow {
    right: 0;
    margin-right: -0.71em;
    height: 1em;
    width: 0.71em;
}

.orx-4sync2[data-popper-placement*="left"] .MuiTooltip-arrow::before {
    transform-origin: 0 0;
}

.orx-4sync2.MuiTooltip-popper[data-popper-placement*="top"] .MuiTooltip-tooltip {
    margin-bottom: 12px;
    overflow: hidden;
}

.orx-4sync2.MuiTooltip-popper[data-popper-placement*="right"] .MuiTooltip-tooltip {
    margin-left: 12px;
    overflow: hidden;
}

.orx-4sync2.MuiTooltip-popper[data-popper-placement*="bottom"] .MuiTooltip-tooltip {
    margin-top: 12px;
    overflow: hidden;
}

.orx-4sync2.MuiTooltip-popper[data-popper-placement*="left"] .MuiTooltip-tooltip {
    margin-right: 12px;
    overflow: hidden;
}

.orx-4sync2 .MuiTooltip-tooltip {
    max-width: unset;
    margin: 0;
    padding: unset;
    box-shadow: var(--shadows1);
    border-radius: 8px;
    background-color: var(--paperSecondary);
}

.orx-4sync2 .MuiTooltip-arrow {
    color: var(--paperSecondary);
}

.orx-17ms65s {
    text-transform: capitalize;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 8px 22px;
    border-radius: 2px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #fff;
    background-color: #FF8200;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    width: 100%;
    box-shadow: none;
    font-weight: 500;
    border-radius: 4px;
    min-width: unset;
    text-transform: inherit;
    height: 48px;
    font-size: 16px;
    position: relative;
}

.orx-17ms65s:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: rgb(178, 91, 0);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
}

@media (hover: none) {
    .orx-17ms65s:hover {
        background-color: #FF8200;
    }
}

.orx-17ms65s:active {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.orx-17ms65s.Mui-focusVisible {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}

.orx-17ms65s.Mui-disabled {
    color: rgba(102, 102, 102, 0.3);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
}

.orx-17ms65s:hover {
    box-shadow: none;
}

.orx-17ms65s.Mui-focusVisible {
    box-shadow: none;
}

.orx-17ms65s:active {
    box-shadow: none;
}

.orx-17ms65s.Mui-disabled {
    box-shadow: none;
}

.orx-17ms65s.Mui-disabled {
    cursor: not-allowed;
    color: var(--textTertiary_60);
}

.orx-17ms65s .MuiButton-startIcon {
    margin-left: unset;
}

.orx-17ms65s .MuiButton-endIcon {
    margin-right: unset;
}

.orx-17ms65s.Mui-disabled {
    background-color: var(--selected);
}

.orx-17ms65s:hover {
    background-color: var(--primary_80);
}

.orx-17cgd26 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-transform: capitalize;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 8px 22px;
    border-radius: 2px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #fff;
    background-color: #FF8200;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    width: 100%;
    box-shadow: none;
    font-weight: 500;
    border-radius: 4px;
    min-width: unset;
    text-transform: inherit;
    height: 48px;
    font-size: 16px;
    position: relative;
}

.orx-17cgd26::-moz-focus-inner {
    border-style: none;
}

.orx-17cgd26.Mui-disabled {
    pointer-events: none;
    cursor: default;
}

@media print {
    .orx-17cgd26 {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

.orx-17cgd26:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: rgb(178, 91, 0);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
}

@media (hover: none) {
    .orx-17cgd26:hover {
        background-color: #FF8200;
    }
}

.orx-17cgd26:active {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.orx-17cgd26.Mui-focusVisible {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}

.orx-17cgd26.Mui-disabled {
    color: rgba(102, 102, 102, 0.3);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
}

.orx-17cgd26:hover {
    box-shadow: none;
}

.orx-17cgd26.Mui-focusVisible {
    box-shadow: none;
}

.orx-17cgd26:active {
    box-shadow: none;
}

.orx-17cgd26.Mui-disabled {
    box-shadow: none;
}

.orx-17cgd26.Mui-disabled {
    cursor: not-allowed;
    color: var(--textTertiary_60);
}

.orx-17cgd26 .MuiButton-startIcon {
    margin-left: unset;
}

.orx-17cgd26 .MuiButton-endIcon {
    margin-right: unset;
}

.orx-17cgd26.Mui-disabled {
    background-color: var(--selected);
}

.orx-17cgd26:hover {
    background-color: var(--primary_80);
}

@media (min-width:0px) {
    .orx-e9zehi {
        margin-top: 16px;
    }
}

@media (min-width:992px) {
    .orx-e9zehi {
        margin-top: 24px;
    }
}

.orx-ufo4n4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: var(--secondary);
    border-radius: 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 16px;
    cursor: pointer;
}

.orx-ufo4n4>:not(style)+:not(style) {
    margin: 0;
    margin-left: 8px;
}

@media (min-width:0px) {
    .orx-ufo4n4 {
        height: 48px;
    }
}

@media (min-width:768px) {
    .orx-ufo4n4 {
        height: 56px;
    }
}

.orx-1xh9jjf {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0ieS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY2FjaGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAwLjAwMDAwMCwgLTc4OC4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iZ3JvdXAtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTgwLjAwMDAwMCwgNzc5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Imdvb2dsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCA5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjc0NzYwOSw5LjA2MTIgQzMuNzQ3NjA5LDguNDcyNiAzLjg0NjYwOSw3LjkwODMgNC4wMjIxMDksNy4zNzkxIEwwLjkzOTYwOSw1LjA0NzY1IEMwLjMxOTU1MzE4NSw2LjI5NDU4NzQyIC0wLjAwMjExNDE2NjA2LDcuNjY4NjA2MTUgLTEuNDQyNDQ3NjNlLTA2LDkuMDYxMiBDLTEuNDQyNDQ3NjNlLTA2LDEwLjUwMzQ1IDAuMzM3NTA5LDExLjg2MzggMC45Mzc4MDksMTMuMDcxNiBMNC4wMTk0MDksMTAuNzM2MSBDMy44Mzk0MDksMTAuMTk2MSAzLjc0ODA1OSw5LjYzMDQ1IDMuNzQ3NjA5LDkuMDYxMiIgaWQ9InBhdGgiIGZpbGw9IiNGQkJDMDUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOS4xNjI0NTksMy43MDggQzEwLjM5MDU5MTcsMy43MDU1Mzk2NCAxMS41ODE5Mjk5LDQuMTI3MDc3ODQgMTIuNTM1MjA5LDQuOTAxNCBMMTUuMjAwNTU5LDIuMjY2MiBDMTMuNTc2NTA5LDAuODY2NyAxMS40OTQzNTksMC4wMDEzNSA5LjE2MjQ1OSwwLjAwMTM1IEM1LjU0MTc1OSwwLjAwMTM1IDIuNDI5NTU5LDIuMDUyIDAuOTM5NjA5LDUuMDQ3NjUgTDQuMDI0MzU5LDcuMzc5MSBDNC43MzQ0NTksNS4yNDM0IDYuNzU5NDU5LDMuNzA3NTUgOS4xNjMzNTksMy43MDc1NSIgaWQ9InBhdGgiIGZpbGw9IiNFQTQzMzUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOS4yMDE2MDksMTQuMjk1MTUgQzYuNzg1MTA5LDE0LjI5NTE1IDQuNzUwMjA5LDEyLjc2OTIgNC4wMzU2MDksMTAuNjQ2NTUgTDAuOTM3MzU5LDEyLjk2NDA1IEMyLjQzNDUwOSwxNS45NDEyNSA1LjU2MjAwOSwxNy45Nzg0IDkuMjAxNjA5LDE3Ljk3ODQgQzExLjQ0NjY1OSwxNy45Nzg0IDEzLjU5MDQ1OSwxNy4xOTgxIDE1LjIwMDEwOSwxNS43MzQ3IEwxMi4yNTg0NTksMTMuNTA4MSBDMTEuNDI5MTA5LDE0LjAxOTc1IDEwLjM4Mzc1OSwxNC4yOTU2IDkuMjAwNzA5LDE0LjI5NTYiIGlkPSJwYXRoIiBmaWxsPSIjMzRBODUzIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3Ljk5MDEwOSw4Ljk3NTcgQzE3Ljk5MDEwOSw4LjQ0MzggMTcuOTA1OTU5LDcuODcwNSAxNy43ODA4NTksNy4zMzg2IEw5LjIwMDcwOSw3LjMzODYgTDkuMjAwNzA5LDEwLjgxNzEgTDE0LjEzOTAwOSwxMC44MTcxIEMxMy44OTI4NTksMTIuMDAzMyAxMy4yMjEwMDksMTIuOTE1IDEyLjI1ODkwOSwxMy41MDgxIEwxNS4yMDAxMDksMTUuNzM0NyBDMTYuODkwNzU5LDE0LjE5ODg1IDE3Ljk5MDEwOSwxMS45MTA2IDE3Ljk5MDEwOSw4Ljk3NTciIGlkPSJwYXRoIiBmaWxsPSIjNDI4NUY0Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center center;
    -webkit-background-size: 75%;
    background-size: 75%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.orx-15kzlfc {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: var(--mui-qrcode-size);
    height: var(--mui-qrcode-size);
    border: var(--mui-qrcode-border);
    box-shadow: var(--mui-qrcode-shadows);
    background-color: var(--mui-qrcode-bgColor);
    border-radius: var(--mui-qrcode-radius);
}

.orx-13rxmme {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: var(--mui-qrcode-size);
    height: var(--mui-qrcode-size);
    border: var(--mui-qrcode-border);
    box-shadow: var(--mui-qrcode-shadows);
    background-color: var(--mui-qrcode-bgColor);
    border-radius: var(--mui-qrcode-radius);
}

.orx-hgd5x8 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.orx-kgtlh1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.orx-1xny65u {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.orx-1vy2s46 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.orx-6rh8xf {
    position: relative;
    font-size: var(--mui-loading-size);
    min-width: var(--mui-loading-size);
    min-height: var(--mui-loading-size);
    color: var(--mui-loading-color);
    display: inline-block;
    vertical-align: middle;
}

.orx-1w7ccxx {
    position: relative;
    font-size: var(--mui-loading-size);
    min-width: var(--mui-loading-size);
    min-height: var(--mui-loading-size);
    color: var(--mui-loading-color);
    display: inline-block;
    vertical-align: middle;
}

.orx-267shz {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-animation: rotate 1.2s infinite;
    animation: rotate 1.2s infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.orx-5d7xqz {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-animation: rotate 1.2s infinite;
    animation: rotate 1.2s infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.orx-1carj0n {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: flickering 1.2s infinite;
    animation: flickering 1.2s infinite;
}

@-webkit-keyframes flickering {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flickering {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.orx-17be36q {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: flickering 1.2s infinite;
    animation: flickering 1.2s infinite;
}

@-webkit-keyframes flickering {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flickering {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.orx-1w483c6 {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    border-top: 1px solid;
    border-color: #EEEEEE;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.orx-1pil5b {
    color: #666;
    text-align: center;
    font-size: 12px;
}

.orx-1glhmcu {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: var(--paper);
}

@media print {
    .orx-1k371a6 {
        position: absolute !important;
    }
}


.qJTHM {
    -moz-user-select: none;
    color: #202124;
    direction: ltr;
    font-family: "Roboto-Regular", arial, sans-serif;
    font-weight: 400;
    margin: 0;
    overflow: hidden
}

.ynRLnc {
    left: -9999px;
    position: absolute;
    top: -9999px
}

.L6cTce {
    display: none
}

.bltWBb {
    word-break: break-all
}

.hSRGPd {
    color: #1a73e8;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none
}

.Bz112c-W3lGp {
    height: 16px;
    width: 16px
}

.Bz112c-E3DyYd {
    height: 20px;
    width: 20px
}

.Bz112c-r9oPif {
    height: 24px;
    width: 24px
}

.Bz112c-uaxL4e {
    -moz-border-radius: 10px;
    border-radius: 10px
}

.LgbsSe-Bz112c {
    display: block
}

.S9gUrf-YoZ4jf,
.S9gUrf-YoZ4jf * {
    border: none;
    margin: 0;
    padding: 0
}

.fFW7wc-ibnC6b>.aZ2wEe>div {
    border-color: #4285f4
}

.P1ekSe-ZMv3u>div:nth-child(1) {
    background-color: #1a73e8 !important
}

.P1ekSe-ZMv3u>div:nth-child(2),
.P1ekSe-ZMv3u>div:nth-child(3) {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), linear-gradient(to right, #1a73e8, #1a73e8) !important
}

.haAclf {
    display: inline-block
}

.nsm7Bb-HzV7m-LgbsSe {
    border-radius: 4px;
    box-sizing: border-box;
    transition: background-color .218s, border-color .218s;
    -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadce0;
    color: #3c4043;
    cursor: pointer;
    font-family: "Google Sans", arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

@media screen and (-ms-high-contrast:active) {
    .nsm7Bb-HzV7m-LgbsSe {
        border: 2px solid windowText;
        color: windowText
    }
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe {
    font-size: 14px;
    height: 32px;
    letter-spacing: 0.25px;
    padding: 0 10px
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe {
    font-size: 11px;
    height: 20px;
    letter-spacing: 0.3px;
    padding: 0 8px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe {
    padding: 0;
    width: 40px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe {
    width: 32px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe {
    width: 20px
}

.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK {
    border-radius: 20px
}

.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.pSzOP-SxQuSe {
    border-radius: 16px
}

.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.purZT-SxQuSe {
    border-radius: 10px
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc {
    border: none;
    color: #fff
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-v3pZbf-Ia7Qfc {
    background-color: #1a73e8
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-JaPV2b-Ia7Qfc {
    background-color: #202124;
    color: #e8eaed
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    height: 18px;
    margin-right: 8px;
    min-width: 18px;
    width: 18px
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    height: 14px;
    min-width: 14px;
    width: 14px
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    height: 10px;
    min-width: 10px;
    width: 10px
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    margin-left: 8px;
    margin-right: -4px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    margin: 0;
    padding: 10px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    padding: 8px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    padding: 4px
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 36px;
    margin-left: -10px;
    margin-right: 12px;
    min-width: 36px;
    width: 36px
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c,
.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    margin: 0;
    padding: 0
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    height: 28px;
    margin-left: -8px;
    margin-right: 10px;
    min-width: 28px;
    width: 28px
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    height: 16px;
    margin-left: -6px;
    margin-right: 8px;
    min-width: 16px;
    width: 16px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 0;
    padding: 0
}

.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    border-radius: 18px
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    border-radius: 14px
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    border-radius: 8px
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
    position: relative;
    width: 100%
}

.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX {
    justify-content: center
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    flex-grow: 1;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    font-weight: 300
}

.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    flex-grow: 0
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    transition: background-color .218s;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.nsm7Bb-HzV7m-LgbsSe:hover,
.nsm7Bb-HzV7m-LgbsSe:focus {
    box-shadow: none;
    border-color: #d2e3fc;
    outline: none
}

.nsm7Bb-HzV7m-LgbsSe:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe,
.nsm7Bb-HzV7m-LgbsSe:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    background: rgba(66, 133, 244, .04)
}

.nsm7Bb-HzV7m-LgbsSe:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    background: rgba(66, 133, 244, .1)
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe,
.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    background: rgba(255, 255, 255, .24)
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    background: rgba(255, 255, 255, .32)
}

.nsm7Bb-HzV7m-LgbsSe .n1UuX-DkfjY {
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 20px;
    margin-left: -4px;
    margin-right: 8px;
    min-width: 20px;
    width: 20px
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    font-family: "Roboto";
    font-size: 12px;
    text-align: left
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .ssJRIf,
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .fmcmS {
    overflow: hidden;
    text-overflow: ellipsis
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #5f6368;
    fill: #5f6368;
    font-size: 11px;
    font-weight: 400
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe.MFS4be-Ia7Qfc .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff {
    color: #e8eaed;
    fill: #e8eaed
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .Bz112c {
    height: 18px;
    margin: -3px -3px -3px 2px;
    min-width: 18px;
    width: 18px
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 12px;
    margin-right: -10px
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    border-radius: 18px
}

.L5Fo6c-sM5MNb {
    border: 0;
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.L5Fo6c-bF1uUb {
    -moz-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.L5Fo6c-bF1uUb:focus {
    border: none;
    outline: none
}



.orx-13s8v00 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: var(--mui-button-opacity);
    -webkit-transform: scale(var(--mui-button-scale));
    -moz-transform: scale(var(--mui-button-scale));
    -ms-transform: scale(var(--mui-button-scale));
    transform: scale(var(--mui-button-scale));
}

.orx-1h359s6 {
    cursor: pointer;
    font-family: inherit;
    line-height: 1.75;
    color: rgb(255, 130, 0);
    font-weight: 500;
    text-transform: inherit;
    font-size: 12px;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;

}


.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}


#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(51, 51, 51, 0.25);
    z-index: 9999999;
}

#loading-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #F00;
}

#loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #0F0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #00F;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#loading-content {
    border: 3px solid transparent;
    border-top-color: #030303;
    border-bottom-color: #030303;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

#loading-content:before {
    border: 3px solid transparent;
    border-top-color: #FEB941;
    border-bottom-color: #FEB941;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite;
}

#loading-content:after {
    border: 3px solid transparent;
    border-top-color: #fffffe;
    border-bottom-color: #fffffe;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.hide {
    display: none !important;
}


/*! CSS Used from: Embedded */
*,
*::before,
*::after {
    box-sizing: inherit;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(102, 102, 102, 0.3);
}

/*! CSS Used from: Embedded */
.orx-1w7ccxx {
    position: relative;
    font-size: var(--mui-loading-size);
    min-width: var(--mui-loading-size);
    min-height: var(--mui-loading-size);
    color: var(--mui-loading-color);
    display: inline-block;
    vertical-align: middle;
}

/*! CSS Used from: Embedded */
.orx-5d7xqz {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-animation: rotate 1.2s infinite;
    animation: rotate 1.2s infinite;
}

/*! CSS Used from: Embedded */
.orx-17be36q {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: flickering 1.2s infinite;
    animation: flickering 1.2s infinite;
}

/*! CSS Used from: Embedded */
.orx-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

.orx-19sk4h4 {
    position: relative;
}

.orx-1e09031 {
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: absolute;
    inset: 0px;
    background-color: var(--paper_80);
    display: none;
    z-index: 2;
}

.orx-126xj0f {
    position: fixed;
    z-index: 1300;
    inset: 0px;
}

@media print {
    .orx-126xj0f {
        position: absolute !important;
    }
}

.orx-1r91avz {
    position: fixed;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
}

.orx-ekeie0 {
    height: 100%;
    outline: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media print {
    .orx-ekeie0 {
        height: auto;
    }
}

.orx-qc9xcs {
    color: rgb(29, 29, 31);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: var(--paper);
    background-image: none;
    border-radius: 12px;
    width: var(--mui-dialog-width);
    box-shadow: var(--shadows5);
    margin: 32px;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 64px);
    max-width: 768px;
}

@media print {
    .orx-qc9xcs {
        overflow-y: visible;
        box-shadow: none;
    }
}

.orx-8w3wc5 {
    margin: 0px;
    font-size: 0.75rem;
    font-family: inherit;
    padding: 16px 24px;
    flex: 0 0 auto;
    font-weight: 500;
    line-height: 30px;
    cursor: var(--mui-dialog-cursor);
}

@media (min-width: 0px) {
    .orx-8w3wc5 {
        font-size: 18px;
        padding: var(--mui-dialog-title-spacing-xs);
    }
}

@media (min-width: 768px) {
    .orx-8w3wc5 {
        font-size: 20px;
        padding: var(--mui-dialog-title-spacing-sm);
    }
}

.orx-1shw2n {
    overflow: hidden;
    display: flex;
    min-height: unset;
    position: relative;
    margin-bottom: var(--mui-tabs-gap);
}

.orx-1shw2n::after {
    display: none;
    content: "";
    height: 1px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--mui-tabs-color-underline);
}

.orx-1shw2n .MuiTabs-indicator {
    height: 1px;
    z-index: 1;
    display: block;
    background-color: var(--mui-tabs-color-main);
}

.orx-oqr85h {
    overflow: auto hidden;
    scrollbar-width: none;
}

.orx-oqr85h::-webkit-scrollbar {
    display: none;
}

.orx-12qnib {
    position: relative;
    display: inline-block;
    flex: 1 1 auto;
    white-space: nowrap;
    scrollbar-width: none;
    overflow: auto hidden;
}

.orx-12qnib::-webkit-scrollbar {
    display: none;
}

.orx-k008qs {
    display: flex;
}

.orx-1uvovq8 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-transform: capitalize;
    font-family: inherit;
    line-height: 1.25;
    max-width: 360px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    flex-direction: column;
    font-size: var(--mui-tabs-size);
    padding: var(--mui-tabs-padding);
    margin-right: var(--mui-tabs-margin);
    color: var(--mui-tabs-color-secondary);
    min-width: unset;
    min-height: unset;
    font-weight: 500;
}

@media print {
    .orx-1uvovq8 {
        -webkit-print-color-adjust: exact;
    }
}

.orx-1uvovq8.Mui-selected {
    color: rgb(255, 130, 0);
}

.orx-1uvovq8:last-child {
    margin-right: 0px;
}

.orx-1uvovq8.Mui-selected {
    color: var(--mui-tabs-color-main);
    font-weight: 700;
}

.orx-1v9gkxq {
    position: absolute;
    height: 2px;
    bottom: 0px;
    width: 100%;
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgb(255, 130, 0);
}

.orx-7detvd {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: absolute;
    background-color: var(--paper);
}

@media print {
    .orx-7detvd {
        -webkit-print-color-adjust: exact;
    }
}

.orx-7detvd:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

@media (hover: none) {
    .orx-7detvd:hover {
        background-color: transparent;
    }
}

@media (min-width: 0px) {
    .orx-7detvd {
        top: 8px;
        right: 8px;
    }
}

@media (min-width: 768px) {
    .orx-7detvd {
        top: 16px;
        right: 16px;
    }
}

.orx-7detvd.MuiIconButton-root:hover {
    background-color: var(--hover);
}

.orx-1gg2txs {
    padding: 4px;
    font-size: 12px;
    line-height: 1;
    display: inline-flex;
    cursor: inherit;
}

.orx-1a3xzgo {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 20px 24px;
    word-break: break-word;
}

@media (min-width: 0px) {
    .orx-1a3xzgo {
        padding: var(--mui-dialog-content-spacing-xs);
    }
}

@media (min-width: 768px) {
    .orx-1a3xzgo {
        padding: var(--mui-dialog-content-spacing-sm);
    }
}

.orx-qpsyf7 {
    min-height: 393px;
}

.orx-7j09x9 {
    margin: 0px 0px 16px;
    font-size: 1rem;
    line-height: 1.36em;
    font-family: inherit;
    font-weight: 500;
}

.orx-zcc9lc {
    height: 40px;
    white-space: nowrap;
    line-height: 40px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    transition: background-color 300ms, color 300ms;
    color: rgb(255, 130, 0);
}

.orx-zcc9lc:hover {
    background-color: var(--hover);
}

.orx-1ch5q5i {
    height: 40px;
    white-space: nowrap;
    line-height: 40px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    transition: background-color 300ms, color 300ms;
}

.orx-1ch5q5i:hover {
    background-color: var(--hover);
}

/*! CSS Used from: https://orangex.com/_next/static/css/7a18210c58bdabc1.css */
[dir] .row-wrap_pDezm_Gv {
    padding: .01px;
}

.row-root_kNOZ2Ovq {
    display: flex;
    flex-flow: row wrap;
}

.row-root_kNOZ2Ovq:after,
.row-root_kNOZ2Ovq:before {
    display: flex;
}

.col-root_B8Qtu71K {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

[dir] .row-root_kNOZ2Ovq {
    margin-top: calc(var(--mui-grid-row-gutter-xs) / -1);
}

[dir=ltr] .row-root_kNOZ2Ovq {
    margin-left: calc(var(--mui-grid-column-gutter-xs) / -1);
}

[dir] .col-root_B8Qtu71K {
    padding-top: var(--mui-grid-row-gutter-xs);
}

[dir=ltr] .col-root_B8Qtu71K {
    padding-left: var(--mui-grid-column-gutter-xs);
}

.col-xs-12_ObnOBrvI {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width:768px) {
    .col-sm-8_FOgYAYVM {
        display: block;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    [dir] .row-root_kNOZ2Ovq {
        margin-top: calc(var(--mui-grid-row-gutter-sm) / -1);
    }

    [dir=ltr] .row-root_kNOZ2Ovq {
        margin-left: calc(var(--mui-grid-column-gutter-sm) / -1);
    }

    [dir] .col-root_B8Qtu71K {
        padding-top: var(--mui-grid-row-gutter-sm);
    }

    [dir=ltr] .col-root_B8Qtu71K {
        padding-left: var(--mui-grid-column-gutter-sm);
    }
}

@media (min-width:992px) {
    [dir] .row-root_kNOZ2Ovq {
        margin-top: calc(var(--mui-grid-row-gutter-md) / -1);
    }

    [dir=ltr] .row-root_kNOZ2Ovq {
        margin-left: calc(var(--mui-grid-column-gutter-md) / -1);
    }

    [dir] .col-root_B8Qtu71K {
        padding-top: var(--mui-grid-row-gutter-md);
    }

    [dir=ltr] .col-root_B8Qtu71K {
        padding-left: var(--mui-grid-column-gutter-md);
    }
}

@media (min-width:1200px) {
    [dir] .row-root_kNOZ2Ovq {
        margin-top: calc(var(--mui-grid-row-gutter-lg) / -1);
    }

    [dir=ltr] .row-root_kNOZ2Ovq {
        margin-left: calc(var(--mui-grid-column-gutter-lg) / -1);
    }

    [dir] .col-root_B8Qtu71K {
        padding-top: var(--mui-grid-row-gutter-lg);
    }

    [dir=ltr] .col-root_B8Qtu71K {
        padding-left: var(--mui-grid-column-gutter-lg);
    }
}

@media (min-width:1600px) {
    [dir] .row-root_kNOZ2Ovq {
        margin-top: calc(var(--mui-grid-row-gutter-xl) / -1);
    }

    [dir=ltr] .row-root_kNOZ2Ovq {
        margin-left: calc(var(--mui-grid-column-gutter-xl) / -1);
    }

    [dir] .col-root_B8Qtu71K {
        padding-top: var(--mui-grid-row-gutter-xl);
    }

    [dir=ltr] .col-root_B8Qtu71K {
        padding-left: var(--mui-grid-column-gutter-xl);
    }
}

h2,
h4 {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

[dir] ::-webkit-scrollbar,
[dir] ::-webkit-scrollbar-corner {
    background-color: transparent;
}

[dir] ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}

[dir] ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--paperTertiaryDerivative_10);
}

/*! CSS Used keyframes */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes flickering {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flickering {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickering {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flickering {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}