:root{--bg-primary: var(--color-gray-05-solid);--bg-surface: var(--color-white);--text-primary: var(--color-gray);--text-secondary: var(--color-gray-75);--text-muted: var(--color-gray-50);--link: var(--color-purple);--border-subtle: var(--color-gray-10);--border-medium: var(--color-gray-20);--shadow: rgba(0, 0, 0, .06);--accent: var(--color-purple);--vh: 1vh;--border-radius: 5px;--color-alert-error: #ffccc7;--color-alert-error-light: #fff2f0;--color-alert-info: #91caff;--color-alert-info-light: #e6f4ff;--color-alert-success: rgb(242, 246, 245);--color-alert-success-dark: rgb(122, 208, 152);--color-alert-success-dark2: #7ad098;--color-alert-success-light: #f6ffed;--color-alert-warning: #ffe58f;--color-alert-warning-light: #fffbe6;--color-black: hsl(0, 0%, 0%);--color-black-10: hsla(0, 0%, 0%, .1);--color-black-50: hsla(0, 0%, 0%, .5);--color-brand-blue: hsl(248, 100%, 44%);--color-brand-blue-dark: hsl(248, 100%, 25%);--color-brand-instagram: hsl(283, 87%, 85%);--color-brand-instagram-light: hsl(260, 100%, 93%);--color-brand-youtube: var(--color-red);--color-brand-youtube-light: hsl(0, 73%, 77%);--color-gray: rgb(71, 78, 84);--color-gray-05-solid: #f6f6f6;--color-gray-05: rgba(71, 78, 84, .05);--color-gray-10: rgba(71, 78, 84, .1);--color-gray-15: rgba(71, 78, 84, .15);--color-gray-20: rgba(71, 78, 84, .2);--color-gray-25: rgba(71, 78, 84, .25);--color-gray-50: rgba(71, 78, 84, .5);--color-gray-75: rgba(71, 78, 84, .75);--color-border-light: #e5e7eb;--color-purple: hsl(248, 80%, 64%);--color-purple-light: hsla(248, 80%, 64%, .1);--color-purple-05: hsla(248, 80%, 64%, .05);--color-purple-10: hsla(248, 80%, 64%, .1);--color-red: hsl(0, 100%, 50%);--color-shadow: var(--color-gray-20);--color-white: hsl(0, 0%, 100%);--color-white-overlay: rgba(255, 255, 255, .8);--color-success: #7ad098;--color-green: #10b981;--color-green-soft: #d1fae5;--color-green-dark: #065f46;--color-success-bright: #22c55e;--color-success-bright-soft: rgba(34, 197, 94, .05);--color-invite-status-red: #ef4444;--color-invite-status-orange: #f97316;--color-invite-status-cyan: #06b6d4;--color-invite-status-yellow: #eab308;--color-red-light: #fff5f5;--color-red-border: #feb2b2;--color-red-dark: #c53030;--color-red-darker: #9b2c2c;--color-orange-light: #fffaf0;--color-orange-border: #fbd38d;--color-orange-dark: #c05621;--color-blue-light: hsla(210, 100%, 48%, .12);--color-blue-dark: hsl(210, 78%, 28%);--color-green-light: var(--color-green-soft);--color-yellow-light: var(--color-alert-warning-light);--color-yellow-dark: hsl(32, 88%, 30%);--color-background-hover: #fafafa;--font-default: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--speed-default: .2s;--speed-slow: .5s;--speed-alert: 3s;--transition-default: var(--speed-default) ease;--transition-slow: var(--speed-alert) ease;--width-nav-collapsed: 60px;--width-nav-expanded: 220px}*{box-sizing:border-box;padding:0;margin:0}html,body,#__next{min-width:100vw}body{color:var(--text-primary);background:var(--bg-primary);font-family:var(--font-default);font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased;line-height:1;overflow-x:hidden;min-height:100vh;transition:background-color .2s ease,color .2s ease}a{color:inherit;text-decoration:none}h1,h2,h3,input,select,textarea{color:inherit;font-size:inherit;font-weight:inherit}input,select,textarea{font-family:inherit}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden]):not([disabled]):not([readonly]),select:not([disabled]),textarea:not([disabled]):not([readonly]){transition:border-color .2s,box-shadow .2s}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden]):not([disabled]):not([readonly]):hover,select:not([disabled]):hover,textarea:not([disabled]):not([readonly]):hover{border-color:#7b61ff66}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden]):not([disabled]):not([readonly]):focus,select:not([disabled]):focus,textarea:not([disabled]):not([readonly]):focus{outline:none;border-color:var(--color-purple);box-shadow:0 0 0 1px var(--color-purple)}input[disabled]:hover,input[readonly]:hover,select[disabled]:hover,textarea[disabled]:hover,textarea[readonly]:hover{border-color:inherit}input[disabled]:focus,input[readonly]:focus,select[disabled]:focus,textarea[disabled]:focus,textarea[readonly]:focus{outline:inherit;border-color:inherit;box-shadow:inherit}.readOnlyValue input:hover,.readOnlyValue input:focus,.readOnlyValue textarea:hover,.readOnlyValue textarea:focus{border-color:inherit;box-shadow:inherit}p{line-height:20px;margin-bottom:10px}button{background:transparent;border:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit}button:not(:disabled){cursor:pointer}.app{display:flex;flex-direction:column;min-height:100vh;padding-top:60px;width:100vw}.noSpacing{padding-top:0}@keyframes fade{0%{opacity:0}to{opacity:1}}.appComponent{animation-duration:var(--speed-default);animation-name:fade;width:100%}@media(min-width:768px){.app{flex-direction:initial;padding-top:0}.appComponent.spacing{width:calc(100% - 60px)}}:global(.ant-select-selector){transition:border-color .2s,box-shadow .2s!important}:global(.ant-select:not(.ant-select-disabled) .ant-select-selector:hover),:global(.ant-select:not(.ant-select-disabled):hover .ant-select-selector),:global(.ant-select:not(.ant-select-disabled) .ant-select-selector:hover):hover,:global(.ant-select-multiple:not(.ant-select-disabled) .ant-select-selector:hover),:global(.ant-select-multiple:not(.ant-select-disabled):hover .ant-select-selector),:global(.ant-select-multiple:not(.ant-select-disabled) .ant-select-selector:hover):hover{border-color:#7b61ff66!important;box-shadow:none!important}:global(.ant-select:not(.ant-select-disabled).ant-select-focused .ant-select-selector),:global(.ant-select:not(.ant-select-disabled).ant-select-focused:hover .ant-select-selector),:global(.ant-select:not(.ant-select-disabled).ant-select-focused .ant-select-selector:hover),:global(.ant-select-multiple:not(.ant-select-disabled).ant-select-focused .ant-select-selector),:global(.ant-select-multiple:not(.ant-select-disabled).ant-select-focused:hover .ant-select-selector),:global(.ant-select-multiple:not(.ant-select-disabled).ant-select-focused .ant-select-selector:hover){border-color:var(--color-purple)!important;box-shadow:0 0 0 1px var(--color-purple)!important}:global(.ant-select-disabled .ant-select-selector:hover),:global(.ant-select-disabled:hover .ant-select-selector),:global(.ant-select-disabled.ant-select-focused .ant-select-selector){border-color:inherit!important;box-shadow:inherit!important}:global(.ant-select-status-error .ant-select-selector),:global(.ant-select-status-error:hover .ant-select-selector),:global(.ant-select-status-error.ant-select-focused .ant-select-selector),:global(.ant-select-status-error.ant-select-focused:hover .ant-select-selector){border:1px solid red!important;border-width:1px!important;box-shadow:0 0 0 1px red!important}:global(.ant-input-status-error),:global(.ant-input-status-error:hover),:global(.ant-input-status-error:focus),:global(.ant-input-status-error:focus-visible),:global(.ant-input-affix-wrapper-status-error),:global(.ant-input-affix-wrapper-status-error:hover),:global(.ant-input-affix-wrapper-status-error.ant-input-affix-wrapper-focused),:global(.ant-input-affix-wrapper-status-error.ant-input-affix-wrapper-focused:hover){border:1px solid red!important;border-width:1px!important;box-shadow:0 0 0 1px red!important}:global(.ant-picker-status-error),:global(.ant-picker-status-error:hover),:global(.ant-picker-status-error.ant-picker-focused),:global(.ant-picker-status-error.ant-picker-focused:hover){border:1px solid red!important;border-width:1px!important;box-shadow:0 0 0 1px red!important}:global(.ant-select-selection-search-input),:global(.ant-select-selection-search-input:focus),:global(.ant-select-selection-search-input:hover){outline:none!important;border:none!important;box-shadow:none!important;background:transparent!important}:global(.ant-input-number){transition:border-color .2s,box-shadow .2s!important}:global(.ant-input-number:not(.ant-input-number-disabled):hover),:global(.ant-input-number:not(.ant-input-number-disabled):hover .ant-input-number-input-wrap),:global(.ant-input-number:not(.ant-input-number-disabled):hover .ant-input-number-input){border-color:#7b61ff66!important}:global(.ant-input-number:not(.ant-input-number-disabled).ant-input-number-focused),:global(.ant-input-number:not(.ant-input-number-disabled).ant-input-number-focused:hover),:global(.ant-input-number:not(.ant-input-number-disabled).ant-input-number-focused .ant-input-number-input-wrap){border-color:var(--color-purple)!important;box-shadow:0 0 0 1px var(--color-purple)!important}:global(.ant-input-number:not(.ant-input-number-disabled).ant-input-number-focused .ant-input-number-input),:global(.ant-input-number:not(.ant-input-number-disabled).ant-input-number-focused:hover .ant-input-number-input){border:none!important;outline:none!important;box-shadow:none!important}:global(.ant-input-number-disabled:hover),:global(.ant-input-number-disabled:hover .ant-input-number-input-wrap),:global(.ant-input-number-disabled:hover .ant-input-number-input),:global(.ant-input-number-disabled.ant-input-number-focused),:global(.ant-input-number-disabled.ant-input-number-focused:hover),:global(.ant-input-number-disabled.ant-input-number-focused .ant-input-number-input-wrap),:global(.ant-input-number-disabled.ant-input-number-focused .ant-input-number-input){border-color:inherit!important;box-shadow:inherit!important}:global(input[type=date]::-webkit-calendar-picker-indicator),:global(.ant-input input[type=date]::-webkit-calendar-picker-indicator),:global(input[type=date]::-webkit-calendar-picker-indicator:hover),:global(.ant-input input[type=date]::-webkit-calendar-picker-indicator:hover){cursor:pointer!important;filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(230deg) brightness(85%) contrast(90%)!important;opacity:.9!important;transition:opacity .2s!important}:global(input[type=date]::-webkit-calendar-picker-indicator:hover),:global(.ant-input input[type=date]::-webkit-calendar-picker-indicator:hover){opacity:1!important}:global(input[type=date]),:global(.ant-input input[type=date]){cursor:pointer!important}:global(input),:global(textarea),:global(.ant-select-selector input),:global(.ant-input),:global(.ant-input input),:global(.ant-input-wrapper input),:global(.ant-input-wrapper .ant-input),:global(.ant-input-affix-wrapper input),:global(.ant-select-selection-search-input),:global(.ant-select-multiple .ant-select-selection-search-input){caret-color:transparent!important;outline:none!important;outline-width:0!important;outline-offset:0!important;outline-style:none!important;-webkit-tap-highlight-color:transparent!important}:global(.ant-select-selection-search-input),:global(.ant-select-selection-search-input:focus),:global(.ant-select-selection-search-input:focus-visible),:global(.ant-select-selection-search-input:hover),:global(.ant-select-multiple .ant-select-selection-search-input),:global(.ant-select-multiple .ant-select-selection-search-input:focus),:global(.ant-select-multiple .ant-select-selection-search-input:focus-visible),:global(.ant-select-multiple .ant-select-selection-search-input:hover),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:focus),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:focus-visible),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:hover),:global(.ant-select-focused .ant-select-selection-search-input),:global(.ant-select-focused .ant-select-selection-search-input:focus),:global(.ant-select-focused .ant-select-selection-search-input:focus-visible),:global(.ant-select-focused .ant-select-selection-search-input:hover),:global(.ant-select-open .ant-select-selection-search-input),:global(.ant-select-open .ant-select-selection-search-input:focus),:global(.ant-select-multiple.ant-select-open .ant-select-selection-search-input),:global(.ant-select-multiple.ant-select-open .ant-select-selection-search-input:focus){caret-color:transparent!important;-webkit-text-fill-color:currentColor!important}:global(input:focus),:global(input:focus-visible),:global(input:focus-within),:global(textarea:focus),:global(textarea:focus-visible),:global(textarea:focus-within),:global(.ant-select-selector input:focus),:global(.ant-select-selector input:focus-visible),:global(.ant-input:focus),:global(.ant-input:focus-visible),:global(.ant-input input:focus),:global(.ant-input input:focus-visible),:global(.ant-input-wrapper input:focus),:global(.ant-input-wrapper input:focus-visible),:global(.ant-input-wrapper .ant-input:focus),:global(.ant-input-wrapper .ant-input:focus-visible),:global(.ant-input-affix-wrapper input:focus),:global(.ant-input-affix-wrapper input:focus-visible),:global(.ant-input-affix-wrapper-focused input:focus),:global(.ant-input-affix-wrapper-focused input:focus-visible),:global(.ant-picker-input input:focus),:global(.ant-picker-input input:focus-visible),:global(.ant-picker-focused .ant-picker-input input:focus),:global(.ant-picker-focused .ant-picker-input input:focus-visible),:global(.ant-select-selection-search-input),:global(.ant-select-selection-search-input:focus),:global(.ant-select-selection-search-input:focus-visible),:global(.ant-select-multiple .ant-select-selection-search-input),:global(.ant-select-multiple .ant-select-selection-search-input:focus),:global(.ant-select-multiple .ant-select-selection-search-input:focus-visible),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:focus),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:focus-visible){outline:none!important;outline-width:0!important;outline-offset:0!important;caret-color:transparent!important;outline-style:none!important;border:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}:global(.ant-input-affix-wrapper-focused input),:global(.ant-input-affix-wrapper-focused input:focus),:global(.ant-input-affix-wrapper-focused input:focus-visible),:global(.ant-picker-focused .ant-picker-input input),:global(.ant-picker-focused .ant-picker-input input:focus),:global(.ant-picker-focused .ant-picker-input input:focus-visible),:global(.ant-picker-input input:focus),:global(.ant-picker-input input:focus-visible),:global(.ant-textarea-focused textarea),:global(.ant-textarea-focused textarea:focus),:global(.ant-textarea-focused textarea:focus-visible),:global(.ant-input-number-focused .ant-input-number-input),:global(.ant-input-number-focused .ant-input-number-input:focus),:global(.ant-select-focused .ant-select-selection-search-input),:global(.ant-select-focused .ant-select-selection-search-input:focus),:global(.ant-select-focused .ant-select-selection-search-input:focus-visible),:global(.ant-select-multiple .ant-select-selection-search-input),:global(.ant-select-multiple .ant-select-selection-search-input:focus),:global(.ant-select-multiple .ant-select-selection-search-input:focus-visible),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:focus),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:focus-visible),:global(.ant-input-wrapper input:focus),:global(.ant-input-wrapper input:focus-visible),:global(.ant-input-wrapper .ant-input:focus),:global(.ant-input-wrapper .ant-input:focus-visible){border:none!important;outline:none!important;box-shadow:none!important;caret-color:transparent!important}:global(.ant-input-affix-wrapper-focused),:global(.ant-input-affix-wrapper-focused:hover){border-color:var(--color-purple)!important;box-shadow:0 0 0 1px var(--color-purple)!important}:global(.ant-picker-focused),:global(.ant-picker-focused:hover),:global(.ant-picker-focused .ant-picker-input),:global(.ant-picker-focused .ant-picker-input:hover){border-color:var(--color-purple)!important;box-shadow:0 0 0 1px var(--color-purple)!important}:global(.ant-textarea-focused),:global(.ant-textarea-focused:hover){border-color:var(--color-purple)!important;box-shadow:0 0 0 1px var(--color-purple)!important}:global(.ant-input-wrapper-focused),:global(.ant-input-wrapper-focused:hover),:global(.ant-input-wrapper-focused .ant-input),:global(.ant-input-wrapper-focused .ant-input:hover){border-color:var(--color-purple)!important;box-shadow:0 0 0 1px var(--color-purple)!important}:global(input::-webkit-textfield-decoration-container),:global(textarea::-webkit-textfield-decoration-container){display:none!important;visibility:hidden!important}:global(input::-webkit-outer-spin-button),:global(input::-webkit-inner-spin-button),:global(input::-webkit-search-decoration),:global(input::-webkit-search-cancel-button),:global(input::-webkit-search-results-button),:global(input::-webkit-search-results-decoration){-webkit-appearance:none!important;appearance:none!important}:global(.ant-select-item-option-selected){background-color:var(--color-purple-05)!important;color:var(--color-gray)!important}:global(.ant-select-item-option-selected .ant-select-item-option-content){color:var(--color-gray)!important}:global(.ant-select-item-option-active),:global(.ant-select-item-option:hover){background-color:var(--color-purple-10)!important}:global(.ant-select-item-option-selected.ant-select-item-option-active),:global(.ant-select-item-option-selected:hover){background-color:var(--color-purple-05)!important;color:var(--color-gray)!important}:global(.ant-dropdown-menu-item-selected){background-color:var(--color-purple-05)!important;color:var(--color-gray)!important}:global(.ant-dropdown-menu-item:hover),:global(.ant-dropdown-menu-item-active){background-color:var(--color-purple-10)!important}:global(.ant-dropdown-menu-item-selected:hover),:global(.ant-dropdown-menu-item-selected.ant-dropdown-menu-item-active){background-color:var(--color-purple-05)!important;color:var(--color-gray)!important}:global(.ant-menu-item-selected){background-color:var(--color-purple-05)!important;color:var(--color-gray)!important}:global(.ant-menu-item:hover),:global(.ant-menu-item-active){background-color:var(--color-purple-10)!important}:global(.ant-menu-item-selected:hover),:global(.ant-menu-item-selected.ant-menu-item-active){background-color:var(--color-purple-05)!important;color:var(--color-gray)!important}:global(.ant-select-multiple .ant-select-selection-search input),:global(.ant-select-multiple .ant-select-selection-search input:focus),:global(.ant-select-multiple .ant-select-selection-search input:focus-visible),:global(.ant-select-multiple .ant-select-selection-search input:hover),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search input),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search input:focus),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search input:focus-visible),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search input:hover),:global(.ant-select-multiple.ant-select-open .ant-select-selection-search input),:global(.ant-select-multiple.ant-select-open .ant-select-selection-search input:focus),:global(.ant-select-selection-search input),:global(.ant-select-selection-search input:focus),:global(.ant-select-selection-search input:focus-visible),:global(.ant-select-selection-search input:hover),:global(.ant-select-focused .ant-select-selection-search input),:global(.ant-select-focused .ant-select-selection-search input:focus),:global(.ant-select-focused .ant-select-selection-search input:focus-visible),:global(.ant-select-focused .ant-select-selection-search input:hover),:global(.ant-select-open .ant-select-selection-search input),:global(.ant-select-open .ant-select-selection-search input:focus),:global(.ant-select-selection-search-input),:global(.ant-select-selection-search-input:focus),:global(.ant-select-selection-search-input:focus-visible),:global(.ant-select-selection-search-input:hover),:global(.ant-select-multiple .ant-select-selection-search-input),:global(.ant-select-multiple .ant-select-selection-search-input:focus),:global(.ant-select-multiple .ant-select-selection-search-input:focus-visible),:global(.ant-select-multiple .ant-select-selection-search-input:hover),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:focus),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:focus-visible),:global(.ant-select-multiple.ant-select-focused .ant-select-selection-search-input:hover),:global(.ant-select-multiple.ant-select-open .ant-select-selection-search-input),:global(.ant-select-multiple.ant-select-open .ant-select-selection-search-input:focus){caret-color:transparent!important;-webkit-text-fill-color:currentColor!important;color:inherit!important;text-shadow:none!important}:global(.ant-select-multiple .ant-select-selection-search-input:before),:global(.ant-select-multiple .ant-select-selection-search-input:after),:global(.ant-select-selection-search-input:before),:global(.ant-select-selection-search-input:after),:global(.ant-select-selection-search:before),:global(.ant-select-selection-search:after),:global(.ant-select-multiple .ant-select-selection-search:before),:global(.ant-select-multiple .ant-select-selection-search:after){display:none!important;content:none!important;visibility:hidden!important;opacity:0!important}:global(.ant-select-multiple .ant-select-selection-search-input),:global(.ant-select-selection-search-input){text-shadow:0 0 0 currentColor!important}:global(.ant-select-multiple .ant-select-selection-search-input),:global(.ant-select-selection-search-input),:global(.ant-select-selection-search input),:global(.ant-select-selection-search-input *),:global(.ant-select-selection-search *){caret-color:transparent!important;-webkit-text-fill-color:currentColor!important;-webkit-text-stroke-width:0!important;border-left:none!important;border-right:none!important;box-shadow:none!important;background-image:none!important}:global(.ant-select-multiple .ant-select-selection-search-input),:global(.ant-select-selection-search-input),:global(.ant-select-selection-search input),:global(.ant-select-selection-search),:global(.ant-select-multiple .ant-select-selection-search){box-shadow:none!important;border-left:none!important;border-right:none!important;border-top:none!important;border-bottom:none!important;background:transparent!important;background-color:transparent!important;color:inherit!important}:global(.ant-select-selection-search),:global(.ant-select-multiple .ant-select-selection-search){position:relative!important;border:none!important;border-left:none!important;border-right:none!important;box-shadow:none!important;background:transparent!important;background-color:transparent!important}:global(.ant-select-selection-search:before),:global(.ant-select-selection-search:after),:global(.ant-select-multiple .ant-select-selection-search:before),:global(.ant-select-multiple .ant-select-selection-search:after){display:none!important;content:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important}:global(.ant-select-selection-search *),:global(.ant-select-multiple .ant-select-selection-search *){caret-color:transparent!important;border-left:none!important;border-right:none!important;box-shadow:none!important;background:transparent!important;background-color:transparent!important;color:inherit!important}:global(.ant-select-multiple .ant-select-selection-overflow-item),:global(.ant-select-selection-overflow-item){border-left:none!important;border-right:none!important;box-shadow:none!important}:global(.emptyPlaceholder),:global(span.emptyPlaceholder),:global(.tableCell .emptyPlaceholder),:global(.tableCell span.emptyPlaceholder){color:var(--color-gray-25)!important;font-style:normal!important}:global(.ant-select-selection-placeholder),:global(.ant-select .ant-select-selection-placeholder),:global(.ant-select-multiple .ant-select-selection-placeholder){color:var(--color-gray-50)!important}._spinnerWrapper_1wsqs_1{height:50px;width:50px;display:flex;align-items:center;justify-content:center}@keyframes _rotation_1wsqs_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._spinnerLogo_1wsqs_19{animation-duration:1s;animation-iteration-count:infinite;animation-name:_rotation_1wsqs_1;animation-timing-function:linear;display:inline-block;width:40px;height:40px;object-fit:contain}._loadingContainer_1bzpg_1{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;z-index:9999;pointer-events:auto}._loadingSpinner_1bzpg_16{width:200px;height:200px;display:flex;justify-content:center;align-items:center}
