@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");:root{--background:#eef1f6;--foreground:#171717;--text-color:#272727;--bg-gray-tertiary:#fafafa;--cyan-blue-500:#005d99;--cyan-blue-400:#337dad;--bg-gray-secondary-hover:#f0f0f1;--text-gray-tertiary:#8f9193;--text-gray-secondary:#4a4c4f;--secondary-pressed:#00385c;--text-error-primary:#d13438;--bg-error-primary:#faebeb;--error-dark:#942528;--button-secondary:#ccdfeb;--background-secondary:#ccdfebbb;--primary-default:#ff804a;--white:#fff;--bg-brand-primary-alike:#d6f4fa;--bg-brand-primary:#ebf9fd;--bg-success-primary:#e7f6e7;--success-secondary-700:#0d720a;--bg-success-bold:#11930d;--gray-secondary:#dadadb;--warning-primary:#fff9f0;--warning-secondary-lighter:#fff2e0;--warning-secondary:#db8000;--text-gray-primary:#070a0e;--information-lighter:#e7effc;--information-dark:#0d469e;--bg-gray-calendar:#f5f5f5;--cyan-blue-300:#669ec2;--secondary-light:#99bed6;--background-light:#99bed6c2;--lighter-gray-border:#ececec;--blue-70:#d1e7fd}@media (prefers-color-scheme:dark){:root{--text-color:#444;--background:#eef1f6;--foreground:#ededed}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #ededed;font-family:Roboto,sans-serif}input::placeholder{color:var(--text-gray-tertiary)}input{font-family:Roboto,sans-serif}html{font-size:62.5%}body,html{max-width:100vw;overflow-x:hidden;margin:0}body{color:var(--foreground);background-color:var(--bg-gray-tertiary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,button{font-family:Roboto,sans-serif}button{border:none;background-color:unset;cursor:pointer;border-radius:.2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#070a0e1a;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#070a0e1a}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}Link:focus{outline:none}h1{color:var(--text-color)}p{font-family:Roboto,sans-serif}.flex{display:flex;overflow-x:scroll;height:100vh;margin-left:12vw}.nested{width:100%}.nested,.nestedChildren{position:relative}.rs-drawer-header{height:88px;padding:24px 16px 16px;border:none;background-color:var(--bg-gray-tertiary)}.rs-drawer-title{size:24px;line-height:28.8px;font-weight:600}.rs-drawer-left.rs-drawer-sm,.rs-drawer-right.rs-drawer-sm{width:52.9rem}.rs-drawer-body{padding:24px 16px 16px;background-color:var(--bg-gray-tertiary)}.rs-drawer-content{box-shadow:0 0 10px 0 #00000033}.rs-picker-toggle-wrapper{height:56px;width:100%}.rs-input-group{border-radius:8px}.rs-input-group.rs-input-group-inside{background-color:var(--bg-gray-secondary-hover)!important;height:56px}.rs-picker-date>.rs-input-group.rs-input-group-inside .rs-input{background-color:var(--bg-gray-secondary-hover)!important;font-size:1.6rem}.rs-input-group:focus-within,.rs-input-group:not(.rs-input-group-disabled).rs-input-group-focus{outline:none}.rs-picker-popup.rs-picker-popup-date{animation-duration:.3s;animation-name:openAnimation;border-radius:8px;margin-top:5px}.rs-input-group:focus-within,.rs-input-group:not(.rs-input-group-disabled).rs-input-group-focus,.rs-input-group:not(.rs-input-group-disabled):hover,.rs-picker.rs-picker-focused,.rs-picker:not(.rs-picker-disabled):hover{border:none!important}.rs-input-group{border:none!important;font-size:1.6rem}.rs-calendar-table-cell-selected .rs-calendar-table-cell-content{background-color:var(--cyan-blue-400)}.rs-calendar-table-cell-content{color:var(--text-gray-primary);background-color:var(--bg-gray-calendar)}.rs-calendar-table-cell-selected .rs-calendar-table-cell-content:hover{background-color:var(--cyan-blue-500)!important}.rs-picker-disabled{opacity:.5}