@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";._app_1i78v_1{width:100%;height:100%}a{text-decoration:none!important}._header_lspo1_1 h1{font-size:24px;font-weight:700}._header_lspo1_1{margin-bottom:24px;display:flex;align-items:center;flex-flow:wrap;justify-content:space-between}._subTitle_lspo1_13{display:flex;align-items:center;gap:15px;margin-bottom:15px}._flex_lspo1_20{display:flex;align-items:flex-start;flex-flow:wrap;justify-content:space-between;margin-top:40px;gap:112px}._flex_lspo1_20 ._flexBox_lspo1_28{flex:1 1 40%;min-width:300px}._overflow_lspo1_33{overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto;height:600px}._overflow_lspo1_33::-webkit-scrollbar{display:none}._agenda_lspo1_44{margin-top:14px;padding-top:14px;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto;height:647px}._agenda_lspo1_44::-webkit-scrollbar{display:none}._agenda_lspo1_44 ._week_lspo1_56{display:flex;width:100%}._agenda_lspo1_44 ._week_lspo1_56 ._day_lspo1_60{position:relative;flex:1;min-width:200px;max-width:100%}._agenda_lspo1_44 ._week_lspo1_56 ._day_lspo1_60 ._meeting_lspo1_66{height:59px;width:100%;border-bottom:1px solid rgba(215,215,215,.631372549)}._hours_lspo1_72{width:55px;color:#b5c0ba}._hours_lspo1_72 ._hour_lspo1_72{position:relative;height:75px;font-size:12px;line-height:16px}._now_lspo1_83{position:absolute;z-index:30;width:108%;display:flex;align-items:center}._now_lspo1_83 ._hourIn_lspo1_90{color:#fff;background-color:#216fba;font-weight:500;border-radius:10px;padding-left:8px;padding-right:8px}._now_lspo1_83 ._nowIn_lspo1_98{width:100%;border-bottom:1px solid #216fba}._todoList_lspo1_103{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;display:flex;flex-direction:column;gap:8px}._todoList_lspo1_103::-webkit-scrollbar{display:none}._todoList_lspo1_103 ._todo_lspo1_103{width:100%;padding:10px;margin-top:10px;border-radius:12px;border:1px solid #dbded4;background-color:#fff;display:flex;align-items:center;justify-content:space-between}._date_lspo1_126{font-weight:400;font-style:italic;font-size:16px;color:#53665b}._divDone_lspo1_133{display:flex;align-items:center;justify-content:space-between;font-weight:400;font-style:italic;font-size:12px;color:#b5c0ba;margin-block:16px}._divDone_lspo1_133 hr{width:45%}._flexTodo_lspo1_147{display:flex;align-items:center;gap:15px}._icon_lspo1_153{color:#216fba}._history_lspo1_157{display:grid;grid-template-columns:repeat(5,minmax(270px,1fr));overflow:auto;flex-wrap:nowrap;gap:16px;min-height:112px}._history_lspo1_157 ._box_lspo1_165{width:270px;height:112px;border-radius:8px;padding:15px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}._history_lspo1_157 ._box_lspo1_165 ._top_lspo1_175{display:flex;align-items:center;justify-content:space-between}._history_lspo1_157 ._box_lspo1_165 ._title_lspo1_180{display:inline-block;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._link_lspo1_188{display:flex;align-items:center;gap:5px;cursor:pointer;margin-top:5px;padding:5px}._icon_1pfgm_1{width:20px}@keyframes _slide-top_1w4r0_1{0%{bottom:-40px}to{bottom:10px}}._toastContainer_1w4r0_9{position:fixed;bottom:-40px;right:10px;border-radius:4px;width:300px;z-index:10000;background-color:#fff;animation:_slide-top_1w4r0_1 .3s cubic-bezier(.25,.46,.45,.94) forwards}._toastContainer_1w4r0_9 ._toastHeader_1w4r0_19{display:flex;align-items:center;justify-content:space-between}._toastContainer_1w4r0_9 ._icon_1w4r0_24{color:#231f20;cursor:pointer;display:flex;align-items:center;font-size:14px}._toastContainer_1w4r0_9 ._content_1w4r0_31{display:flex;align-items:center;gap:5px}._toastContainer_1w4r0_9 ._content_1w4r0_31 ._icon_1w4r0_24{border:1px solid #00ad56;border-radius:100%;font-size:14px;color:#00ad56;display:flex;align-items:center;justify-content:center}@keyframes _fade-in_1botj_1{0%{background-color:#0000}to{background-color:#0006}}._container_1botj_9{--animation-timeOut: .3s;position:fixed;z-index:990;left:0;top:0;width:100%;height:100%;animation:_fade-in_1botj_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;overflow-x:hidden}._container_1botj_9::-webkit-scrollbar{display:none}@keyframes _fade-out_1botj_1{0%{background-color:#0006}to{background-color:#0000}}._container_1botj_9._fadeOut_1botj_35{animation:_fade-out_1botj_1 var(--animation-timeOut) ease-in-out forwards}@keyframes _slide-in_1botj_1{0%{right:-666px}to{right:0}}._modal_1botj_47{--margin: 8px;overflow:auto;margin:var(--margin);position:absolute;border-radius:8px;background-color:#fff;width:666px;height:calc(100% - var(--margin) * 2);padding:26px 33px 16px;z-index:100;animation:_slide-in_1botj_1 var(--animation-timeOut) ease-in-out forwards}._modal_1botj_47 h3{display:flex;align-items:center;gap:1rem;margin-block:0}._modal_1botj_47 h3 span{display:block;transform:scale(.8) translateY(4px)}@media screen and (max-width:800px){._modal_1botj_47{width:90%}}@keyframes _slide-out_1botj_1{0%{right:0}to{right:-666px}}._modal_1botj_47._slideOut_1botj_87{animation:_slide-out_1botj_1 var(--animation-timeOut) ease-in-out forwards}._closeButton_1botj_91{width:100%}._closeButton_1botj_91 ._icon_1botj_94{position:absolute;right:47px;top:32px;color:#231f20;cursor:pointer}form{color:#231f20;margin-top:20px}form ._duration_1botj_106{display:flex;gap:12px;margin-top:8px}form ._duration_1botj_106 input{margin-top:0}form ._duration_1botj_106 select{width:120px;border-radius:6px}form ._attendees_1botj_118 ._flex_1botj_118{margin-top:8px;padding-inline:14px;display:flex;align-items:center;gap:5px}form ._attendees_1botj_118 select{width:15%;height:25px;border:none;background-color:#fbfaf9}form ._attendees_1botj_118 select:focus{outline:none}form ._attendees_1botj_118 button{margin-top:10px}form ._attendees_1botj_118 ._close_1botj_91{color:#231f20;font-size:large;cursor:pointer;margin-left:15px}form ._isOnline_1botj_143{display:flex;align-items:center;gap:25px}form ._isOnline_1botj_143 input{width:15px}form ._isOnline_1botj_143 select{border:none;background-color:#fbfaf9}form ._isOnline_1botj_143 select:focus{outline:none}._containerTags_1botj_159{cursor:pointer;position:relative;display:flex;align-items:center;border:1px solid rgba(215,215,215,.631372549);padding-inline:14px;margin-top:8px;border-radius:6px;margin-bottom:10px;min-height:40px;width:100%}._containerTags_1botj_159 ._buttonTags_1botj_172{display:flex;justify-content:space-between;align-items:center;min-height:40px;width:100%}._containerTags_1botj_159 p{display:flex;align-items:center;color:#707070}._containerTags_1botj_159 ._tagsWrapper_1botj_184{position:relative;display:flex;gap:15px;width:100%}._tags_1botj_184{display:flex;align-items:center;gap:15px;position:relative;border-radius:6px}._tags_1botj_184 ._icon_1botj_94{width:24px;cursor:pointer}._tags_1botj_184 ._tag_1botj_184{display:flex;align-items:center;gap:10px;border-radius:87px;padding:5px 5px 5px 10px}._tags_1botj_184 ._tag_1botj_184 ._iconDelete_1botj_210{cursor:pointer;display:flex;align-items:center}._cancel_1botj_216{background-color:transparent;color:#231f20;margin-left:15px;font-weight:600;border:1px solid #8a8886;border-radius:2px;padding-inline:14px;padding-block:14px}._cancel_1botj_216:hover{background-color:#ebebeb}._flex_1botj_118{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;border:1px solid #d7d7d7;margin-top:10px;padding-inline:10px;padding-block:8px;border-radius:8px;position:relative}._flex_1botj_118 ._attendeeLayout_1botj_248{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}._flex_1botj_118 ._attendeeWrapper_1botj_253{display:flex;align-items:center;gap:15px;padding-block:6px}._modalAttendee_1botj_260{position:absolute;z-index:9;width:50%;border-radius:4px;left:0;top:100%;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:15px}._modalAttendee_1botj_260 ._searchInput_1botj_271{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:10px;color:#a6a4a2}._modalAttendee_1botj_260 ._searchInput_1botj_271 span{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center}._modalAttendee_1botj_260 ._searchInput_1botj_271 input{color:#a6a4a2;padding-block:8px;padding-inline:14px;margin-top:0}._modalAttendee_1botj_260 ._containerList_1botj_293{max-height:300px;overflow-y:auto}._modalAttendee_1botj_260 ._list_1botj_297{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;margin-right:10px;margin-bottom:15px;cursor:pointer}._modalAttendee_1botj_260 ._list_1botj_297 ._name_1botj_307{display:flex;align-items:center;gap:5px}._modalAttendee_1botj_260 ._list_1botj_297 input{width:15px;margin:0}._modalAttendee_1botj_260 button{width:100%}._datePicker_1botj_320{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;top:-150px}._datePicker_1botj_320 ._confirm_1botj_327{width:100%;margin-top:15px}._startDate_1botj_332{border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;padding-left:14px;padding-right:10px;padding-block:7px;color:#707070;margin-top:10px;position:relative;gap:10px}._startDate_1botj_332 ._titleLabel_1botj_344{color:#b6f623;font-size:13px;font-weight:500!important}._startDate_1botj_332 ._startDateButton_1botj_349{cursor:pointer;display:flex;align-items:center;justify-content:space-between}._startDate_1botj_332 ._datePickerTime_1botj_355{margin-top:7px;font-weight:500;color:#231f20}._statusAndTimeContainer_1botj_361{position:relative;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:10px}._statusAndTimeContainer_1botj_361 ._durationSelect_1botj_368{position:absolute;width:-webkit-min-content;width:min-content;top:73%;border-radius:6px;padding-right:20px;background-color:transparent;right:52%;transform:translateY(-50%)}._description_1botj_379{border:1px solid rgba(215,215,215,.631372549);border-radius:6px;padding-inline:14px;padding-block:14px;margin-bottom:10px}._dueDateAu_1botj_387{border:1px solid rgba(215,215,215,.631372549);border-radius:6px;margin-bottom:20px}._btnContainer_1botj_393{gap:1rem;display:flex;justify-content:end}._btnContainer_1botj_393 ._addBtn_1botj_398{display:flex;justify-content:center;align-items:center;gap:.5rem}._inputWrapperTime_1botj_405{text-align:left;border:1px solid #d7d7d7;padding-inline:10px;padding-block:8px;border-radius:8px;position:relative}._inputWrapperTime_1botj_405 label{position:absolute;color:#b6f623;font-size:13px;font-weight:400!important}._inputWrapperTime_1botj_405 ._inputFlex_1botj_419{margin-top:10px}._inputWrapperTime_1botj_405 ._inputFlex_1botj_419 input{width:80%;border-radius:0;margin-top:5px;border:none;font-size:14px;padding:1px}._inputWrapperTime_1botj_405 ._inputFlex_1botj_419 input:-webkit-autofill{-webkit-background-clip:text}._inputWrapperTime_1botj_405 ._inputFlex_1botj_419 input::placeholder{font-weight:400}._inputWrapperTime_1botj_405 ._inputFlex_1botj_419 select{width:20%;font-size:14px;font-weight:500;background-color:transparent;padding:1px}._inputTodoWrapper_1botj_444{border:1px solid #d7d7d7;padding-left:10px;padding-right:12px;padding-block:8px;border-radius:6px;position:relative;margin-top:10px}._inputTodoWrapper_1botj_444 ._usageSelect_1botj_453{display:none}._inputTodoWrapper_1botj_444 ._selectChoice_1botj_456{padding-top:20px}._inputTodoWrapper_1botj_444 label{position:absolute;color:#b6f623;font-size:13px;font-weight:400!important}._inputTodoWrapper_1botj_444 span{position:absolute;right:20px;top:50%;z-index:2;transform:translateY(-45%)}._inputTodoWrapper_1botj_444 select{margin:0;padding:20px 0 0;font-size:14px;font-weight:500;max-width:100%;background-color:transparent}._inputTodoWrapper_1botj_444 ._selectIcon_1botj_481{position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:14px;z-index:-1}._inputTodoWrapper_1botj_444 ._customOptionsContainer_1botj_489{position:absolute;top:105%;z-index:100;max-height:200px;overflow:auto;left:0;width:100%;background-color:#fff;border-radius:10px;box-shadow:1px 1px 10px #0003;border:1px solid rgba(128,128,128,.1);cursor:pointer}._inputTodoWrapper_1botj_444 ._customOptionsContainer_1botj_489::-webkit-scrollbar{width:6px}._inputTodoWrapper_1botj_444 ._customOptionsContainer_1botj_489::-webkit-scrollbar-thumb{background:#888;border-radius:10px}._inputTodoWrapper_1botj_444 ._customOptionsContainer_1botj_489 li{list-style:none;padding-inline:10px;margin:5px;border-radius:10px;padding-block:10px;cursor:pointer;display:flex;align-items:center;gap:10px}._inputTodoWrapper_1botj_444 ._customOptionsContainer_1botj_489 li:hover{background-color:#8080800d}._inputTodoWrapper_1botj_444 ._customOptionsContainer_1botj_489 li ._checkbox_1botj_524{display:inline-block;height:15px;width:15px;border:1px solid rgba(0,0,0,.3);border-radius:100%}._containerInputDiv_1botj_539{margin-top:8px}._container_1idue_1{width:395px;z-index:999;background-color:#fff;padding-inline:16px;padding-block:16px;border-radius:6px}._container_1idue_1 ._iconClose_1idue_9{cursor:pointer;margin:5px;float:right}._container_1idue_1 h3{margin:0 0 14px;font-size:18px}._container_1idue_1 form{padding:0;margin:0}._container_1idue_1 form hr{color:#d7d7d7a1;opacity:.3}._container_1idue_1 form select{background-color:#fbfaf9;border:none}._container_1idue_1 form p{margin-top:8px;font-size:smaller;color:gray}._container_1idue_1 form button:disabled{pointer-events:none;opacity:.7;padding-inline:12px;padding-block:8px;font-size:14px}._container_1idue_1 ._tags_1idue_43{display:flex;max-height:80px;overflow-y:auto;flex-flow:wrap;align-items:center;gap:10px;margin-bottom:10px;margin-top:10px}._container_1idue_1 ._tags_1idue_43 ._tag_1idue_43{display:flex;align-items:center;justify-content:center;flex-basis:33%;padding-block:5px;padding-inline:10px;cursor:pointer;border-radius:87px}._input_1idue_64{border-bottom:1px solid rgba(0,0,0,.07)!important;padding-bottom:8px}._input_1idue_64 input{padding-block:8px}._pickerColorWrapper_1idue_72{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:16px}._pickColor_1idue_80{position:relative;background-color:#fff;display:flex;align-items:center;border-radius:100%;color:#8a8886}._colors_1idue_89{position:absolute;background-color:#fff;z-index:9;border-radius:6px;margin:0;padding:0;top:100%;left:0;box-shadow:0 0 6px #c8c6c4}._colors_1idue_89 table{margin:0}._colors_1idue_89 table td{margin:0;padding:5px}._colors_1idue_89 table td button{width:15px;height:20px;margin:0;padding:0}._confirmBox_1p0tx_1{position:fixed;left:0;top:0;z-index:2000;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_1p0tx_1 ._modal_1p0tx_11{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:6px;width:450px;padding-block:40px;text-align:center}._confirmBox_1p0tx_1 ._modal_1p0tx_11 p{margin-bottom:25px;font-weight:500}._confirmBox_1p0tx_1 ._modal_1p0tx_11 ._buttonContainer_1p0tx_26{display:flex;justify-content:center;align-items:center;gap:10px}._confirmBox_1p0tx_1 ._modal_1p0tx_11 ._buttonContainer_1p0tx_26 button{padding-block:10px}._confirmBox_1p0tx_1 ._modal_1p0tx_11 ._buttonContainer_1p0tx_26 ._cancelButton_1p0tx_35{background-color:transparent;color:#231f20;font-weight:600;padding-block:10px;padding-inline:20px;border:1px solid #8a8886;border-radius:3px;display:flex;align-items:center;gap:10px}._confirmBox_1p0tx_1 ._modal_1p0tx_11 ._buttonContainer_1p0tx_26 ._cancelButton_1p0tx_35:hover{background-color:#ebebeb}._fivedays_1p0tx_51{position:relative;display:flex;justify-content:center;align-items:center;border-radius:100%;border:2px solid #b6f623}._nonFivedays_1p0tx_60{display:flex;justify-content:center;align-items:center;border-radius:100%;transform:scale(1.05)}._unassigned_1p0tx_69{position:relative;display:flex;justify-content:center;align-items:center;border-radius:100%;border:2px solid #f7f7f7;transform:scale(1.05)}._avatarImage_1p0tx_79{opacity:1;transition:none}._menu_1p0tx_84{--btn-size: 28px;display:flex;align-items:center;flex-flow:wrap;align-items:flex-start;width:-webkit-fit-content;width:fit-content;border-radius:3px}._menu_1p0tx_84 ._group_1p0tx_94{display:flex;align-items:center;position:relative;padding-right:15px}._menu_1p0tx_84 button{background-color:transparent;padding:0;border:none;color:#6b7280;font-family:Roboto,Helvetica,Arial,sans-serif;display:flex;align-items:center;justify-content:center;height:var(--btn-size);min-width:var(--btn-size);border-radius:4px}._menu_1p0tx_84 button:hover{background-color:#f2fcf7!important}._menu_1p0tx_84 .remirror-button{height:var(--btn-size)!important;min-width:var(--btn-size)!important;padding:4px!important;border-radius:4px!important;color:#6b7280!important}._menu_1p0tx_84 .remirror-button svg{width:16px!important;height:16px!important;color:#6b7280!important;fill:currentColor}._menu_1p0tx_84 .remirror-role.remirror-button{height:var(--btn-size)!important;min-width:var(--btn-size)!important;padding:4px!important;color:#6b7280!important}._menu_1p0tx_84 .remirror-group{gap:0}._menu_1p0tx_84 .remirror-group .remirror-button{height:var(--btn-size)!important;min-width:var(--btn-size)!important;padding:4px!important;font-size:12px!important;color:#6b7280!important}._menu_1p0tx_84 ._button-active_1p0tx_145{background-color:#f2fcf7}._pickColor_1p0tx_149{background-color:#fbfaf9;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:5px;color:#8a8886}._color_1p0tx_159{display:flex;flex-direction:column;align-items:center;justify-content:center;height:var(--btn-size, 28px)!important;min-width:var(--btn-size, 28px)!important;padding:4px!important}._color_1p0tx_159 ._col_1p0tx_159{width:15px;height:2px;margin-top:2px}._color_1p0tx_159 ._cols_1p0tx_173{width:20px;height:20px}._colors_1p0tx_178{position:absolute;background-color:#fff;z-index:9;margin-top:130px;padding:5px;width:150px;box-shadow:0 0 6px #c8c6c4;display:flex;flex-flow:wrap;align-items:center;justify-content:center;gap:5px}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.remirror-editor-wrapper{padding-top:var(--rmr-space-3)}.remirror-button-active{color:var(--rmr-color-primary-text)!important;background-color:var(--rmr-color-primary)!important}.remirror-button{display:inline-flex;font-weight:400;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;padding:.375em .75em;line-height:1.5;border-radius:var(--rmr-radius-border);text-decoration:none;border:1px solid var(--rmr-color-border);cursor:pointer;white-space:nowrap;color:var(--rmr-color-text);background-color:var(--rmr-color-background);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;font-size:100%}.remirror-button[aria-disabled=true]{cursor:auto}.remirror-button:not([aria-disabled=true]):hover{color:var(--rmr-color-hover-primary-text);border-color:var(--rmr-color-hover-border);background-color:var(--rmr-color-hover-primary)}.remirror-button:not([aria-disabled=true]):active,.remirror-button:not([aria-disabled=true])[data-active],.remirror-button:not([aria-disabled=true])[aria-expanded=true]{color:var(--rmr-color-active-primary-text);border-color:var(--rmr-color-active-border);background-color:var(--rmr-color-active-primary)}@media screen and (-ms-high-contrast:active){.remirror-button{border:2px solid currentcolor}}.remirror-composite{align-items:center;justify-content:center;padding:.375em .75em;font-size:100%;border:0;color:inherit;background-color:inherit}.remirror-composite:not([aria-selected=true]){color:inherit;background-color:inherit}[aria-activedescendant="*"]:focus .remirror-composite[aria-selected=true],[aria-activedescendant="*"]:focus~* .remirror-composite[aria-selected=true]{color:var(--rmr-color-text);background-color:var(--rmr-color-background)}.remirror-dialog{position:fixed;top:28px;left:50%;transform:translate(-50%);border-radius:var(--rmr-radius-border);padding:1em;max-height:calc(100vh - 56px);outline:0;border:1px solid var(--rmr-color-border);color:var(--rmr-color-text);z-index:999}.remirror-dialog:focus{box-shadow:0 0 0 .2em var(--rmr-color-shadow-1)}.remirror-dialog-backdrop{background-color:var(--rmr-color-backdrop);position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}.remirror-form>*:not(:first-child){margin-top:1rem}.remirror-form-message{font-size:.8em;margin-top:.5rem!important}.remirror-form-label{display:block;margin:0 0 .5rem!important}input[type=checkbox]+.remirror-form-label,input[type=radio]+.remirror-form-label{display:inline-block;margin:0 0 0 .5rem!important}.remirror-form-group{display:block;color:var(--rmr-color-text);border:1px solid var(--rmr-color-border);border-radius:var(--rmr-radius-border);padding:.5rem 1rem 1rem}.remirror-form-group>*{display:block}.remirror-group{display:flex}.remirror-group>:not(:first-child){margin-left:-1px}.remirror-group>:not(:first-child):not(:last-child):not(.first-child):not(.last-child){border-radius:0}.remirror-group>:first-child:not(:last-child),.remirror-group>.first-child{border-top-right-radius:0;border-bottom-right-radius:0}.remirror-group>:last-child:not(:first-child),.remirror-group>.last-child{border-top-left-radius:0;border-bottom-left-radius:0}.remirror-input{display:block;width:100%;border-radius:var(--rmr-radius-border);padding:.5em .75em;font-size:100%;border:1px solid var(--rmr-hue-gray-2);color:var(--rmr-hue-gray-5);margin:0!important}.remirror-input:focus{border-color:var(--rmr-hue-gray-3)}.remirror-menu{display:flex;border-radius:0}.remirror-menu-pane{position:relative;display:flex;justify-content:center;align-items:flex-start;padding-top:var(--rmr-space-1);padding-bottom:var(--rmr-space-1);padding-right:var(--rmr-space-2)}.remirror-menu-pane-active{color:var(--rmr-color-primary-text);background-color:var(--rmr-color-primary)}.remirror-menu-dropdown-label{padding:0 var(--rmr-space-2)}.remirror-menu-pane-icon{position:absolute;left:8px;width:20px;color:var(--rmr-hue-gray-7)}button:hover .remirror-menu-pane-icon,button:active .remirror-menu-pane-icon,[aria-checked=true] .remirror-menu-pane-icon{color:var(--rmr-hue-gray-1)}.remirror-menu-pane-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:var(--rmr-space-3)}.remirror-menu-pane-shortcut{align-self:flex-end;color:var(--rmr-hue-gray-6)}button:hover .remirror-menu-pane-shortcut,button:active .remirror-menu-pane-shortcut,[aria-checked=true] .remirror-menu-pane-shortcut{color:var(--rmr-hue-gray-1)}[role=menu]>.remirror-menu-button-left{left:var(--rmr-space-2)}[role=menu]>.remirror-menu-button-right{right:var(--rmr-space-2)}.remirror-menu-button-nested-left svg{margin-right:var(--rmr-space-2)}[role=menu]>.remirror-menu-button-nested-right{padding-right:2em!important}.remirror-menu-button-nested-right svg{margin-left:var(--rmr-space-2)}.remirror-menu-button{position:relative}.remirror-menu-button svg{fill:currentColor;width:.65em;height:.65em}[role=menu]>.remirror-menu-button svg{position:absolute;top:50%;transform:translateY(-50%)}[role=menubar]>.remirror-menu-button svg{display:none}.remirror-menu-bar{position:relative;display:flex;white-space:nowrap;box-shadow:none!important}.remirror-menu-bar[aria-orientation=vertical]{padding:.25em 0}.remirror-menu-bar[aria-orientation=horizontal]{padding:0}.remirror-flex-column{flex-direction:column}.remirror-flex-row{flex-direction:row}.remirror-menu-item{line-height:1.5;text-align:left;justify-content:flex-start;border:0;border-radius:0;font-size:100%;background:transparent;color:var(--rmr-color-foreground);margin:0;-webkit-user-select:none;user-select:none;cursor:default;text-decoration:none}.remirror-menu-item:focus,.remirror-menu-item[aria-expanded=true]{background-color:var(--rmr-color-primary);color:var(--rmr-color-primary-text);box-shadow:none!important}.remirror-menu-item:active,.remirror-menu-item[data-active]{background-color:var(--rmr-color-active-primary)!important;color:var(--rmr-color-active-primary-text)!important}.remirror-menu-item:disabled{opacity:.5}.remirror-menu-item-row{padding:0 var(--rmr-space-2)}.remirror-menu-item-column{padding:0 var(--rmr-space-4)}.remirror-menu-item-checkbox{position:relative;outline:0}.remirror-menu-item-checkbox[aria-checked=true]:before{content:"✓";position:absolute;top:0;left:.4em;width:1em;height:1em}.remirror-menu-item-radio{position:relative;outline:0}.remirror-menu-item-radio[aria-checked=true]:before{content:"•";position:absolute;font-size:1.4em;top:-.25em;left:.35em;width:.7142857143em;height:.7142857143em}.remirror-menu-group{display:inherit;flex-direction:inherit}.remirror-floating-popover{padding:0;border:none;max-height:calc(100vh - 56px)}.remirror-popover [data-arrow]{background-color:transparent}.remirror-popover [data-arrow] .stroke{fill:var(--rmr-color-border)}.remirror-popover [data-arrow] .fill{fill:var(--rmr-color-background)}.remirror-animated-popover{transition:opacity .25s ease-in-out,transform .25s ease-in-out;opacity:0;transform-origin:top center;transform:translate3d(0,-20px,0)}[data-enter] .remirror-animated-popover{opacity:1;transform:translateZ(0)}.remirror-role{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:var(--rmr-font-family-default);color:var(--rmr-color-text);background-color:var(--rmr-color-background)}.remirror-separator{border:1px solid var(--rmr-color-border);border-width:0 1px 0 0;margin:0 .5em;padding:0;width:0;height:auto}.remirror-separator[aria-orientation=horizontal]{border-width:0 0 1px 0;margin:.5em 0;width:auto;height:0}.remirror-tab{background-color:transparent;border:1px solid transparent;border-width:1px 1px 0 1px;border-radius:var(--rmr-radius-border) var(--rmr-radius-border) 0 0;font-size:100%;padding:.5em 1em;margin:0 0 -1px}.remirror-tab[aria-selected=true]{background-color:var(--rmr-color-background);border-color:var(--rmr-color-border)}[aria-orientation=vertical] .remirror-tab{border-width:1px 0 1px 1px;border-radius:.2em 0 0 .2em;margin:0 -1px 0 0}.remirror-tab-list{display:flex;flex-direction:row;border:1px solid var(--rmr-color-border);border-width:0 0 1px 0;margin:0 0 1em}.remirror-tab-list[aria-orientation=vertical]{flex-direction:column;border-width:0 1px 0 0;margin:0 1em 0 0}.remirror-tabbable:not([type=checkbox]):not([type=radio]){outline:0}.remirror-tabbable:not([type=checkbox]):not([type=radio]):focus{box-shadow:var(--rmr-color-outline) 0 0 0 .2em;position:relative;z-index:2}.remirror-tabbable:not([type=checkbox]):not([type=radio]):hover{z-index:2}.remirror-tabbable[aria-disabled=true]{opacity:.5}.remirror-toolbar{display:flex;flex-direction:row;overflow-y:auto}.remirror-toolbar>*:not(:first-child){margin:0 0 0 .5em}.remirror-toolbar[aria-orientation=vertical]{display:inline-flex;flex-direction:column}.remirror-toolbar[aria-orientation=vertical]>*:not(:first-child){margin:.5em 0 0}.remirror-tooltip{background-color:var(--rmr-color-faded);color:#fff;font-size:.8em;padding:.5rem;border-radius:var(--rmr-radius-border);z-index:999}.remirror-tooltip [data-arrow]{background-color:transparent}.remirror-tooltip [data-arrow] .stroke{fill:transparent}.remirror-tooltip [data-arrow] .fill{fill:var(--rmr-hue-gray-8)}.remirror-table-size-editor{background:var(--rmr-color-background);box-shadow:var(--rmr-color-shadow-1);font-family:var(--rmr-font-family-default);font-size:var(--rmr-font-size-1)}.remirror-table-size-editor-body{position:relative}.remirror-table-size-editor-body:after{background:#0000;bottom:-50px;content:"";left:0;position:absolute;right:-50px;top:-50px}.remirror-table-size-editor-cell{border:var(--rmr-color-border);position:absolute;z-index:2}.remirror-table-size-editor-cell-selected{background:var(--rmr-color-table-selected-border);border-color:var(--rmr-color-border)}.remirror-table-size-editor-footer{padding-bottom:var(--rmr-space-1);text-align:center}.remirror-color-picker{background:var(--rmr-color-background);box-shadow:var(--rmr-box-shadow-1);font-family:var(--rmr-font-family-default);font-size:var(--rmr-font-size-1);padding:var(--rmr-space-2) var(--rmr-space-3)}.remirror-editor.ProseMirror{word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;position:relative;font-variant-ligatures:none;font-feature-settings:"liga" 0;overflow-y:scroll}.remirror-editor.ProseMirror pre{white-space:pre-wrap}.remirror-editor.ProseMirror li{position:relative}.remirror-editor.ProseMirror hr{border-color:#2e2e2e}.remirror-editor.ProseMirror img.ProseMirror-separator{display:inline!important;border:none!important;margin:0!important}.remirror-editor.ProseMirror-hideselection *::selection{background:transparent;color:inherit}.remirror-editor.ProseMirror-hideselection *::-moz-selection{background:transparent;color:inherit}.remirror-editor.ProseMirror-hideselection{caret-color:transparent}.remirror-editor .ProseMirror-selectednode{outline:2px solid #8cf}.remirror-editor li.ProseMirror-selectednode{outline:none}.remirror-editor li.ProseMirror-selectednode:after{content:"";position:absolute;left:-32px;right:-2px;top:-2px;bottom:-2px;border:2px solid #8cf;pointer-events:none}.remirror-editor.ProseMirror blockquote{border-left:3px solid var(--rmr-hue-gray-3);margin-left:0;margin-right:0;padding-left:10px;font-style:italic}.remirror-editor.ProseMirror blockquote p{color:#888}.remirror-editor div[data-callout-type]{display:flex;margin-left:0;margin-right:0;padding:10px;border-left:2px solid transparent}.remirror-editor div[data-callout-type]>:not(.remirror-callout-emoji-wrapper){margin-left:8px;flex-grow:1}.remirror-editor div[data-callout-type=info]{background:#eef6fc;border-left-color:#3298dc}.remirror-editor div[data-callout-type=warning]{background:#fffbeb;border-left-color:#ffdd57}.remirror-editor div[data-callout-type=error]{background:#feecf0;border-left-color:#f14668}.remirror-editor div[data-callout-type=success]{background:#effaf3;border-left-color:#48c774}.remirror-editor div[data-callout-type=blank]{background:#f8f8f8}.remirror-wrap{white-space:pre-wrap!important}.remirror-language-select-positioner{position:absolute;top:var(--y);left:var(--x)}.remirror-language-select-width{width:var(--w)}.remirror-a11y-dark code[class*=language-],.remirror-a11y-dark pre[class*=language-]{color:#f8f8f2;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-a11y-dark pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}.remirror-a11y-dark :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-a11y-dark :not(pre)>code[class*=language-],.remirror-a11y-dark pre[class*=language-]{background:#2b2b2b}.remirror-a11y-dark :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.remirror-a11y-dark .token.comment,.remirror-a11y-dark .token.prolog,.remirror-a11y-dark .token.doctype,.remirror-a11y-dark .token.cdata{color:#d4d0ab}.remirror-a11y-dark .token.punctuation,.remirror-a11y-dark .token.punctuation.important{color:#fefefe}.remirror-a11y-dark .token.property,.remirror-a11y-dark .token.tag,.remirror-a11y-dark .token.constant,.remirror-a11y-dark .token.symbol,.remirror-a11y-dark .token.deleted{color:#ffa07a}.remirror-a11y-dark .token.boolean,.remirror-a11y-dark .token.number{color:#00e0e0}.remirror-a11y-dark .token.selector,.remirror-a11y-dark .token.attr-name,.remirror-a11y-dark .token.string,.remirror-a11y-dark .token.char,.remirror-a11y-dark .token.builtin,.remirror-a11y-dark .token.inserted{color:#abe338}.remirror-a11y-dark .token.operator,.remirror-a11y-dark .token.entity,.remirror-a11y-dark .token.url,.remirror-a11y-dark .language-css .token.string,.remirror-a11y-dark .style .token.string,.remirror-a11y-dark .token.variable{color:#00e0e0}.remirror-a11y-dark .token.atrule,.remirror-a11y-dark .token.attr-value,.remirror-a11y-dark .token.function{color:gold}.remirror-a11y-dark .token.keyword{color:#00e0e0}.remirror-a11y-dark .token.regex,.remirror-a11y-dark .token.important{color:gold}.remirror-a11y-dark .token.important,.remirror-a11y-dark .token.bold{font-weight:700}.remirror-a11y-dark .token.italic{font-style:italic}.remirror-a11y-dark .token.entity{cursor:help}@media screen and (-ms-high-contrast:active){.remirror-a11y-dark code[class*=language-],.remirror-a11y-dark pre[class*=language-]{color:windowText;background:window}.remirror-a11y-dark :not(pre)>code[class*=language-],.remirror-a11y-dark pre[class*=language-]{background:window}.remirror-a11y-dark .token.important{background:highlight;color:window;font-weight:400}.remirror-a11y-dark .token.atrule,.remirror-a11y-dark .token.attr-value,.remirror-a11y-dark .token.function,.remirror-a11y-dark .token.keyword,.remirror-a11y-dark .token.operator,.remirror-a11y-dark .token.selector{font-weight:700}.remirror-a11y-dark .token.attr-value,.remirror-a11y-dark .token.comment,.remirror-a11y-dark .token.doctype,.remirror-a11y-dark .token.function,.remirror-a11y-dark .token.keyword,.remirror-a11y-dark .token.operator,.remirror-a11y-dark .token.property,.remirror-a11y-dark .token.string{color:highlight}.remirror-a11y-dark .token.attr-value,.remirror-a11y-dark .token.url{font-weight:400}}.remirror-atom-dark code[class*=language-],.remirror-atom-dark pre[class*=language-]{color:#c5c8c6;text-shadow:0 1px rgba(0,0,0,.3);font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-atom-dark pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}.remirror-atom-dark :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-atom-dark :not(pre)>code[class*=language-],.remirror-atom-dark pre[class*=language-]{background:#1d1f21}.remirror-atom-dark :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-atom-dark .token.comment,.remirror-atom-dark .token.prolog,.remirror-atom-dark .token.doctype,.remirror-atom-dark .token.cdata{color:#7c7c7c}.remirror-atom-dark .token.punctuation,.remirror-atom-dark .token.punctuation.important{color:#c5c8c6}.remirror-atom-dark .namespace{opacity:.7}.remirror-atom-dark .token.property,.remirror-atom-dark .token.keyword,.remirror-atom-dark .token.tag{color:#96cbfe}.remirror-atom-dark .token.class-name{color:#ffffb6;text-decoration:underline}.remirror-atom-dark .token.boolean,.remirror-atom-dark .token.constant{color:#9c9}.remirror-atom-dark .token.symbol,.remirror-atom-dark .token.deleted{color:#f92672}.remirror-atom-dark .token.number{color:#ff73fd}.remirror-atom-dark .token.selector,.remirror-atom-dark .token.attr-name,.remirror-atom-dark .token.string,.remirror-atom-dark .token.char,.remirror-atom-dark .token.builtin,.remirror-atom-dark .token.inserted{color:#a8ff60}.remirror-atom-dark .token.variable{color:#c6c5fe}.remirror-atom-dark .token.operator{color:#ededed}.remirror-atom-dark .token.entity{color:#ffffb6}.remirror-atom-dark .token.url{color:#96cbfe}.remirror-atom-dark .language-css .token.string,.remirror-atom-dark .style .token.string{color:#87c38a}.remirror-atom-dark .token.atrule,.remirror-atom-dark .token.attr-value{color:#f9ee98}.remirror-atom-dark .token.function{color:#dad085}.remirror-atom-dark .token.regex{color:#e9c062}.remirror-atom-dark .token.important{color:#fd971f}.remirror-atom-dark .token.important,.remirror-atom-dark .token.bold{font-weight:700}.remirror-atom-dark .token.italic{font-style:italic}.remirror-atom-dark .token.entity{cursor:help}.remirror-base16-ateliersulphurpool-light code[class*=language-],.remirror-base16-ateliersulphurpool-light pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#f5f7ff;color:#5e6687}.remirror-base16-ateliersulphurpool-light pre[class*=language-]::selection,.remirror-base16-ateliersulphurpool-light pre[class*=language-] ::selection,.remirror-base16-ateliersulphurpool-light code[class*=language-]::selection,.remirror-base16-ateliersulphurpool-light code[class*=language-] ::selection{text-shadow:none;background:#dfe2f1}.remirror-base16-ateliersulphurpool-light pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-base16-ateliersulphurpool-light :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-base16-ateliersulphurpool-light :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-base16-ateliersulphurpool-light .token.comment,.remirror-base16-ateliersulphurpool-light .token.prolog,.remirror-base16-ateliersulphurpool-light .token.doctype,.remirror-base16-ateliersulphurpool-light .token.cdata{color:#898ea4}.remirror-base16-ateliersulphurpool-light .token.punctuation,.remirror-base16-ateliersulphurpool-light .token.punctuation.important{color:#5e6687}.remirror-base16-ateliersulphurpool-light .token.namespace{opacity:.7}.remirror-base16-ateliersulphurpool-light .token.operator,.remirror-base16-ateliersulphurpool-light .token.boolean,.remirror-base16-ateliersulphurpool-light .token.number{color:#c76b29}.remirror-base16-ateliersulphurpool-light .token.property{color:#c08b30}.remirror-base16-ateliersulphurpool-light .token.tag{color:#3d8fd1}.remirror-base16-ateliersulphurpool-light .token.string{color:#22a2c9}.remirror-base16-ateliersulphurpool-light .token.selector{color:#6679cc}.remirror-base16-ateliersulphurpool-light .token.attr-name{color:#c76b29}.remirror-base16-ateliersulphurpool-light .token.entity,.remirror-base16-ateliersulphurpool-light .token.url,.remirror-base16-ateliersulphurpool-light .language-css .token.string,.remirror-base16-ateliersulphurpool-light .style .token.string{color:#22a2c9}.remirror-base16-ateliersulphurpool-light .token.attr-value,.remirror-base16-ateliersulphurpool-light .token.keyword,.remirror-base16-ateliersulphurpool-light .token.control,.remirror-base16-ateliersulphurpool-light .token.directive,.remirror-base16-ateliersulphurpool-light .token.unit{color:#ac9739}.remirror-base16-ateliersulphurpool-light .token.statement,.remirror-base16-ateliersulphurpool-light .token.regex,.remirror-base16-ateliersulphurpool-light .token.atrule{color:#22a2c9}.remirror-base16-ateliersulphurpool-light .token.placeholder,.remirror-base16-ateliersulphurpool-light .token.variable{color:#3d8fd1}.remirror-base16-ateliersulphurpool-light .token.deleted{text-decoration:line-through}.remirror-base16-ateliersulphurpool-light .token.inserted{border-bottom:1px dotted #202746;text-decoration:none}.remirror-base16-ateliersulphurpool-light .token.italic{font-style:italic}.remirror-base16-ateliersulphurpool-light .token.important,.remirror-base16-ateliersulphurpool-light .token.bold{font-weight:700}.remirror-base16-ateliersulphurpool-light .token.important{color:#c94922}.remirror-base16-ateliersulphurpool-light .token.entity{cursor:help}.remirror-base16-ateliersulphurpool-light pre>code.highlight{outline:.4em solid #c94922;outline-offset:.4em}.remirror-base16-ateliersulphurpool-light .line-numbers .line-numbers-rows{border-right-color:#dfe2f1}.remirror-base16-ateliersulphurpool-light .line-numbers-rows>span:before{color:#979db4}.remirror-base16-ateliersulphurpool-light .line-highlight{background:#6b739433;background:linear-gradient(to right,#6b739433 70%,#6b739400)}.remirror-cb code[class*=language-],.remirror-cb pre[class*=language-]{color:#fff;text-shadow:0 1px 1px #000;font-family:Menlo,Monaco,Courier New,monospace;direction:ltr;text-align:left;word-spacing:normal;white-space:pre;word-wrap:normal;line-height:1.4;background:none;border:0;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-cb pre[class*=language-] code{float:left;padding:0 15px 0 0}.remirror-cb pre[class*=language-],.remirror-cb :not(pre)>code[class*=language-]{background:#222}.remirror-cb pre[class*=language-]{padding:15px;margin:1em 0;overflow:auto;border-radius:8px}.remirror-cb :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-cb :not(pre)>code[class*=language-]{padding:5px 10px;line-height:1;border-radius:3px}.remirror-cb .token.comment,.remirror-cb .token.prolog,.remirror-cb .token.doctype,.remirror-cb .token.cdata{color:#797979}.remirror-cb .token.selector,.remirror-cb .token.operator,.remirror-cb .token.punctuation,.remirror-cb .token.punctuation.important{color:#fff}.remirror-cb .token.namespace{opacity:.7}.remirror-cb .token.tag,.remirror-cb .token.boolean{color:#ffd893}.remirror-cb .token.atrule,.remirror-cb .token.attr-value,.remirror-cb .token.hex,.remirror-cb .token.string{color:#b0c975}.remirror-cb .token.property,.remirror-cb .token.entity,.remirror-cb .token.url,.remirror-cb .token.attr-name,.remirror-cb .token.keyword{color:#c27628}.remirror-cb .token.regex{color:#9b71c6}.remirror-cb .token.entity{cursor:help}.remirror-cb .token.function,.remirror-cb .token.constant{color:#e5a638}.remirror-cb .token.variable{color:#fdfba8}.remirror-cb .token.number{color:#8799b0}.remirror-cb .token.important,.remirror-cb .token.deliminator{color:#e45734}.remirror-cb pre[data-line]{position:relative;padding:1em 0 1em 3em}.remirror-cb .line-highlight{position:absolute;left:0;right:0;margin-top:1em;background:#fff3;pointer-events:none;line-height:inherit;white-space:pre}.remirror-cb .line-highlight:before,.remirror-cb .line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.3em;left:.6em;min-width:1em;padding:0 .5em;background-color:#ffffff4d;color:#fff;font:700 65%/1.5 sans-serif;text-align:center;border-radius:8px;text-shadow:none}.remirror-cb .line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.remirror-cb .line-numbers-rows{margin:0}.remirror-cb .line-numbers-rows span{padding-right:10px;border-right:3px #d9d336 solid}.remirror-darcula code[class*=language-],.remirror-darcula pre[class*=language-]{color:#a9b7c6;font-family:Consolas,Monaco,Andale Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-darcula pre[class*=language-]::selection,.remirror-darcula pre[class*=language-] ::selection,.remirror-darcula code[class*=language-]::selection,.remirror-darcula code[class*=language-] ::selection{color:inherit;background:#214283d9}.remirror-darcula pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-darcula :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-darcula :not(pre)>code[class*=language-],.remirror-darcula pre[class*=language-]{background:#2b2b2b}.remirror-darcula :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-darcula .token.comment,.remirror-darcula .token.prolog,.remirror-darcula .token.cdata{color:gray}.remirror-darcula .token.delimiter,.remirror-darcula .token.boolean,.remirror-darcula .token.keyword,.remirror-darcula .token.selector,.remirror-darcula .token.important,.remirror-darcula .token.atrule{color:#cc7832}.remirror-darcula .token.operator,.remirror-darcula .token.punctuation,.remirror-darcula .token.attr-name{color:#a9b7c6}.remirror-darcula .token.tag,.remirror-darcula .token.tag .punctuation,.remirror-darcula .token.doctype,.remirror-darcula .token.builtin{color:#e8bf6a}.remirror-darcula .token.entity,.remirror-darcula .token.number,.remirror-darcula .token.symbol{color:#6897bb}.remirror-darcula .token.property,.remirror-darcula .token.constant,.remirror-darcula .token.variable{color:#9876aa}.remirror-darcula .token.string,.remirror-darcula .token.char{color:#6a8759}.remirror-darcula .token.attr-value,.remirror-darcula .token.attr-value .punctuation{color:#a5c261}.remirror-darcula .token.attr-value .punctuation:first-of-type{color:#a9b7c6}.remirror-darcula .token.url{color:#287bde;text-decoration:underline}.remirror-darcula .token.function{color:#ffc66d}.remirror-darcula .token.regex{background:#364135}.remirror-darcula .token.bold{font-weight:700}.remirror-darcula .token.italic{font-style:italic}.remirror-darcula .token.inserted{background:#294436}.remirror-darcula .token.deleted{background:#484a4a}.remirror-darcula code.language-css .token.property,.remirror-darcula code.language-css .token.property+.token.punctuation,.remirror-darcula .token.punctuation.important{color:#a9b7c6}.remirror-darcula code.language-css .token.id{color:#ffc66d}.remirror-darcula code.language-css .token.selector>.token.class,.remirror-darcula code.language-css .token.selector>.token.attribute,.remirror-darcula code.language-css .token.selector>.token.pseudo-class,.remirror-darcula code.language-css .token.selector>.token.pseudo-element{color:#ffc66d}.remirror-dracula code[class*=language-],.remirror-dracula pre[class*=language-]{color:#f8f8f2;background:none;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-dracula pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}.remirror-dracula :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-dracula :not(pre)>code[class*=language-],.remirror-dracula pre[class*=language-]{background:#282a36}.remirror-dracula :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.remirror-dracula .token.comment,.remirror-dracula .token.prolog,.remirror-dracula .token.doctype,.remirror-dracula .token.cdata{color:#6272a4}.remirror-dracula .token.punctuation,.remirror-dracula .token.punctuation.important{color:#f8f8f2}.remirror-dracula .namespace{opacity:.7}.remirror-dracula .token.property,.remirror-dracula .token.tag,.remirror-dracula .token.constant,.remirror-dracula .token.symbol,.remirror-dracula .token.deleted{color:#ff79c6}.remirror-dracula .token.boolean,.remirror-dracula .token.number{color:#bd93f9}.remirror-dracula .token.selector,.remirror-dracula .token.attr-name,.remirror-dracula .token.string,.remirror-dracula .token.char,.remirror-dracula .token.builtin,.remirror-dracula .token.inserted{color:#50fa7b}.remirror-dracula .token.operator,.remirror-dracula .token.entity,.remirror-dracula .token.url,.remirror-dracula .language-css .token.string,.remirror-dracula .style .token.string,.remirror-dracula .token.variable{color:#f8f8f2}.remirror-dracula .token.atrule,.remirror-dracula .token.attr-value,.remirror-dracula .token.function,.remirror-dracula .token.class-name{color:#f1fa8c}.remirror-dracula .token.keyword{color:#8be9fd}.remirror-dracula .token.regex,.remirror-dracula .token.important{color:#ffb86c}.remirror-dracula .token.important,.remirror-dracula .token.bold{font-weight:700}.remirror-dracula .token.italic{font-style:italic}.remirror-dracula .token.entity{cursor:help}.remirror-duotone-dark code[class*=language-],.remirror-duotone-dark pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#2a2734;color:#9a86fd}.remirror-duotone-dark pre[class*=language-]::selection,.remirror-duotone-dark pre[class*=language-] ::selection,.remirror-duotone-dark code[class*=language-]::selection,.remirror-duotone-dark code[class*=language-] ::selection{text-shadow:none;background:#6a51e6}.remirror-duotone-dark pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-dark :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-duotone-dark :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-dark .token.comment,.remirror-duotone-dark .token.prolog,.remirror-duotone-dark .token.doctype,.remirror-duotone-dark .token.cdata,.remirror-duotone-dark .token.punctuation,.remirror-duotone-dark .token.punctuation.important{color:#6c6783}.remirror-duotone-dark .token.namespace{opacity:.7}.remirror-duotone-dark .token.tag,.remirror-duotone-dark .token.operator,.remirror-duotone-dark .token.number{color:#e09142}.remirror-duotone-dark .token.property,.remirror-duotone-dark .token.function{color:#9a86fd}.remirror-duotone-dark .token.tag-id,.remirror-duotone-dark .token.selector,.remirror-duotone-dark .token.atrule-id{color:#eeebff}.remirror-duotone-dark code.language-javascript,.remirror-duotone-dark .token.attr-name{color:#c4b9fe}.remirror-duotone-dark code.language-css,.remirror-duotone-dark code.language-scss,.remirror-duotone-dark .token.boolean,.remirror-duotone-dark .token.string,.remirror-duotone-dark .token.entity,.remirror-duotone-dark .token.url,.remirror-duotone-dark .language-css .token.string,.remirror-duotone-dark .language-scss .token.string,.remirror-duotone-dark .style .token.string,.remirror-duotone-dark .token.attr-value,.remirror-duotone-dark .token.keyword,.remirror-duotone-dark .token.control,.remirror-duotone-dark .token.directive,.remirror-duotone-dark .token.unit,.remirror-duotone-dark .token.statement,.remirror-duotone-dark .token.regex,.remirror-duotone-dark .token.atrule,.remirror-duotone-dark .token.placeholder,.remirror-duotone-dark .token.variable{color:#fc9}.remirror-duotone-dark .token.deleted{text-decoration:line-through}.remirror-duotone-dark .token.inserted{border-bottom:1px dotted #eeebff;text-decoration:none}.remirror-duotone-dark .token.italic{font-style:italic}.remirror-duotone-dark .token.important,.remirror-duotone-dark .token.bold{font-weight:700}.remirror-duotone-dark .token.important{color:#c4b9fe}.remirror-duotone-dark .token.entity{cursor:help}.remirror-duotone-dark pre>code.highlight{outline:.4em solid #8a75f5;outline-offset:.4em}.remirror-duotone-dark .line-numbers .line-numbers-rows{border-right-color:#2c2937}.remirror-duotone-dark .line-numbers-rows>span:before{color:#3c3949}.remirror-duotone-dark .line-highlight{background:#e0914233;background:linear-gradient(to right,#e0914233 70%,#e0914200)}.remirror-duotone-earth code[class*=language-],.remirror-duotone-earth pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#322d29;color:#88786d}.remirror-duotone-earth pre[class*=language-]::selection,.remirror-duotone-earth pre[class*=language-] ::selection,.remirror-duotone-earth code[class*=language-]::selection,.remirror-duotone-earth code[class*=language-] ::selection{text-shadow:none;background:#6f5849}.remirror-duotone-earth pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-earth :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-duotone-earth :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-earth .token.comment,.remirror-duotone-earth .token.prolog,.remirror-duotone-earth .token.doctype,.remirror-duotone-earth .token.cdata,.remirror-duotone-earth .token.punctuation,.remirror-duotone-earth .token.punctuation.important{color:#6a5f58}.remirror-duotone-earth .token.namespace{opacity:.7}.remirror-duotone-earth .token.tag,.remirror-duotone-earth .token.operator,.remirror-duotone-earth .token.number{color:#bfa05a}.remirror-duotone-earth .token.property,.remirror-duotone-earth .token.function{color:#88786d}.remirror-duotone-earth .token.tag-id,.remirror-duotone-earth .token.selector,.remirror-duotone-earth .token.atrule-id{color:#fff3eb}.remirror-duotone-earth code.language-javascript,.remirror-duotone-earth .token.attr-name{color:#a48774}.remirror-duotone-earth code.language-css,.remirror-duotone-earth code.language-scss,.remirror-duotone-earth .token.boolean,.remirror-duotone-earth .token.string,.remirror-duotone-earth .token.entity,.remirror-duotone-earth .token.url,.remirror-duotone-earth .language-css .token.string,.remirror-duotone-earth .language-scss .token.string,.remirror-duotone-earth .style .token.string,.remirror-duotone-earth .token.attr-value,.remirror-duotone-earth .token.keyword,.remirror-duotone-earth .token.control,.remirror-duotone-earth .token.directive,.remirror-duotone-earth .token.unit,.remirror-duotone-earth .token.statement,.remirror-duotone-earth .token.regex,.remirror-duotone-earth .token.atrule,.remirror-duotone-earth .token.placeholder,.remirror-duotone-earth .token.variable{color:#fcc440}.remirror-duotone-earth .token.deleted{text-decoration:line-through}.remirror-duotone-earth .token.inserted{border-bottom:1px dotted #fff3eb;text-decoration:none}.remirror-duotone-earth .token.italic{font-style:italic}.remirror-duotone-earth .token.important,.remirror-duotone-earth .token.bold{font-weight:700}.remirror-duotone-earth .token.important{color:#a48774}.remirror-duotone-earth .token.entity{cursor:help}.remirror-duotone-earth pre>code.highlight{outline:.4em solid #816d5f;outline-offset:.4em}.remirror-duotone-earth .line-numbers .line-numbers-rows{border-right-color:#35302b}.remirror-duotone-earth .line-numbers-rows>span:before{color:#46403d}.remirror-duotone-earth .line-highlight{background:#bfa05a33;background:linear-gradient(to right,#bfa05a33 70%,#bfa05a00)}.remirror-duotone-forest code[class*=language-],.remirror-duotone-forest pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#2a2d2a;color:#687d68}.remirror-duotone-forest pre[class*=language-]::selection,.remirror-duotone-forest pre[class*=language-] ::selection,.remirror-duotone-forest code[class*=language-]::selection,.remirror-duotone-forest code[class*=language-] ::selection{text-shadow:none;background:#435643}.remirror-duotone-forest pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-forest :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-duotone-forest :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-forest .token.comment,.remirror-duotone-forest .token.prolog,.remirror-duotone-forest .token.doctype,.remirror-duotone-forest .token.cdata,.remirror-duotone-forest .token.punctuation,.remirror-duotone-forest .token.punctuation.important{color:#535f53}.remirror-duotone-forest .token.namespace{opacity:.7}.remirror-duotone-forest .token.tag,.remirror-duotone-forest .token.operator,.remirror-duotone-forest .token.number{color:#a2b34d}.remirror-duotone-forest .token.property,.remirror-duotone-forest .token.function{color:#687d68}.remirror-duotone-forest .token.tag-id,.remirror-duotone-forest .token.selector,.remirror-duotone-forest .token.atrule-id{color:#f0fff0}.remirror-duotone-forest code.language-javascript,.remirror-duotone-forest .token.attr-name{color:#b3d6b3}.remirror-duotone-forest code.language-css,.remirror-duotone-forest code.language-scss,.remirror-duotone-forest .token.boolean,.remirror-duotone-forest .token.string,.remirror-duotone-forest .token.entity,.remirror-duotone-forest .token.url,.remirror-duotone-forest .language-css .token.string,.remirror-duotone-forest .language-scss .token.string,.remirror-duotone-forest .style .token.string,.remirror-duotone-forest .token.attr-value,.remirror-duotone-forest .token.keyword,.remirror-duotone-forest .token.control,.remirror-duotone-forest .token.directive,.remirror-duotone-forest .token.unit,.remirror-duotone-forest .token.statement,.remirror-duotone-forest .token.regex,.remirror-duotone-forest .token.atrule,.remirror-duotone-forest .token.placeholder,.remirror-duotone-forest .token.variable{color:#e5fb79}.remirror-duotone-forest .token.deleted{text-decoration:line-through}.remirror-duotone-forest .token.inserted{border-bottom:1px dotted #f0fff0;text-decoration:none}.remirror-duotone-forest .token.italic{font-style:italic}.remirror-duotone-forest .token.important,.remirror-duotone-forest .token.bold{font-weight:700}.remirror-duotone-forest .token.important{color:#b3d6b3}.remirror-duotone-forest .token.entity{cursor:help}.remirror-duotone-forest pre>code.highlight{outline:.4em solid #5c705c;outline-offset:.4em}.remirror-duotone-forest .line-numbers .line-numbers-rows{border-right-color:#2c302c}.remirror-duotone-forest .line-numbers-rows>span:before{color:#3b423b}.remirror-duotone-forest .line-highlight{background:#a2b34d33;background:linear-gradient(to right,#a2b34d33 70%,#a2b34d00)}.remirror-duotone-light code[class*=language-],.remirror-duotone-light pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#faf8f5;color:#728fcb}.remirror-duotone-light pre[class*=language-]::selection,.remirror-duotone-light pre[class*=language-] ::selection,.remirror-duotone-light code[class*=language-]::selection,.remirror-duotone-light code[class*=language-] ::selection{text-shadow:none;background:#faf8f5}.remirror-duotone-light pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-light :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-duotone-light :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-light .token.comment,.remirror-duotone-light .token.prolog,.remirror-duotone-light .token.doctype,.remirror-duotone-light .token.cdata,.remirror-duotone-light .token.punctuation,.remirror-duotone-light .token.punctuation.important{color:#b6ad9a}.remirror-duotone-light .token.namespace{opacity:.7}.remirror-duotone-light .token.tag,.remirror-duotone-light .token.operator,.remirror-duotone-light .token.number{color:#063289}.remirror-duotone-light .token.property,.remirror-duotone-light .token.function{color:#b29762}.remirror-duotone-light .token.tag-id,.remirror-duotone-light .token.selector,.remirror-duotone-light .token.atrule-id{color:#2d2006}.remirror-duotone-light code.language-javascript,.remirror-duotone-light .token.attr-name{color:#896724}.remirror-duotone-light code.language-css,.remirror-duotone-light code.language-scss,.remirror-duotone-light .token.boolean,.remirror-duotone-light .token.string,.remirror-duotone-light .token.entity,.remirror-duotone-light .token.url,.remirror-duotone-light .language-css .token.string,.remirror-duotone-light .language-scss .token.string,.remirror-duotone-light .style .token.string,.remirror-duotone-light .token.attr-value,.remirror-duotone-light .token.keyword,.remirror-duotone-light .token.control,.remirror-duotone-light .token.directive,.remirror-duotone-light .token.unit,.remirror-duotone-light .token.statement,.remirror-duotone-light .token.regex,.remirror-duotone-light .token.atrule{color:#728fcb}.remirror-duotone-light .token.placeholder,.remirror-duotone-light .token.variable{color:#93abdc}.remirror-duotone-light .token.deleted{text-decoration:line-through}.remirror-duotone-light .token.inserted{border-bottom:1px dotted #2d2006;text-decoration:none}.remirror-duotone-light .token.italic{font-style:italic}.remirror-duotone-light .token.important,.remirror-duotone-light .token.bold{font-weight:700}.remirror-duotone-light .token.important{color:#896724}.remirror-duotone-light .token.entity{cursor:help}.remirror-duotone-light pre>code.highlight{outline:.4em solid #896724;outline-offset:.4em}.remirror-duotone-light .line-numbers .line-numbers-rows{border-right-color:#ece8de}.remirror-duotone-light .line-numbers-rows>span:before{color:#cdc4b1}.remirror-duotone-light .line-highlight{background:#2d200633;background:linear-gradient(to right,#2d200633 70%,#2d200600)}.remirror-duotone-sea code[class*=language-],.remirror-duotone-sea pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#1d262f;color:#57718e}.remirror-duotone-sea pre[class*=language-]::selection,.remirror-duotone-sea pre[class*=language-] ::selection,.remirror-duotone-sea code[class*=language-]::selection,.remirror-duotone-sea code[class*=language-] ::selection{text-shadow:none;background:#004a9e}.remirror-duotone-sea pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-sea :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-duotone-sea :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-sea .token.comment,.remirror-duotone-sea .token.prolog,.remirror-duotone-sea .token.doctype,.remirror-duotone-sea .token.cdata,.remirror-duotone-sea .token.punctuation,.remirror-duotone-sea .token.punctuation.important{color:#4a5f78}.remirror-duotone-sea .token.namespace{opacity:.7}.remirror-duotone-sea .token.tag,.remirror-duotone-sea .token.operator,.remirror-duotone-sea .token.number{color:#0aa370}.remirror-duotone-sea .token.property,.remirror-duotone-sea .token.function{color:#57718e}.remirror-duotone-sea .token.tag-id,.remirror-duotone-sea .token.selector,.remirror-duotone-sea .token.atrule-id{color:#ebf4ff}.remirror-duotone-sea code.language-javascript,.remirror-duotone-sea .token.attr-name{color:#7eb6f6}.remirror-duotone-sea code.language-css,.remirror-duotone-sea code.language-scss,.remirror-duotone-sea .token.boolean,.remirror-duotone-sea .token.string,.remirror-duotone-sea .token.entity,.remirror-duotone-sea .token.url,.remirror-duotone-sea .language-css .token.string,.remirror-duotone-sea .language-scss .token.string,.remirror-duotone-sea .style .token.string,.remirror-duotone-sea .token.attr-value,.remirror-duotone-sea .token.keyword,.remirror-duotone-sea .token.control,.remirror-duotone-sea .token.directive,.remirror-duotone-sea .token.unit,.remirror-duotone-sea .token.statement,.remirror-duotone-sea .token.regex,.remirror-duotone-sea .token.atrule,.remirror-duotone-sea .token.placeholder,.remirror-duotone-sea .token.variable{color:#47ebb4}.remirror-duotone-sea .token.deleted{text-decoration:line-through}.remirror-duotone-sea .token.inserted{border-bottom:1px dotted #ebf4ff;text-decoration:none}.remirror-duotone-sea .token.italic{font-style:italic}.remirror-duotone-sea .token.important,.remirror-duotone-sea .token.bold{font-weight:700}.remirror-duotone-sea .token.important{color:#7eb6f6}.remirror-duotone-sea .token.entity{cursor:help}.remirror-duotone-sea pre>code.highlight{outline:.4em solid #34659d;outline-offset:.4em}.remirror-duotone-sea .line-numbers .line-numbers-rows{border-right-color:#1f2932}.remirror-duotone-sea .line-numbers-rows>span:before{color:#2c3847}.remirror-duotone-sea .line-highlight{background:#0aa37033;background:linear-gradient(to right,#0aa37033 70%,#0aa37000)}.remirror-duotone-space code[class*=language-],.remirror-duotone-space pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#24242e;color:#767693}.remirror-duotone-space pre[class*=language-]::selection,.remirror-duotone-space pre[class*=language-] ::selection,.remirror-duotone-space code[class*=language-]::selection,.remirror-duotone-space code[class*=language-] ::selection{text-shadow:none;background:#5151e6}.remirror-duotone-space pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-space :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-duotone-space :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-space .token.comment,.remirror-duotone-space .token.prolog,.remirror-duotone-space .token.doctype,.remirror-duotone-space .token.cdata,.remirror-duotone-space .token.punctuation,.remirror-duotone-space .token.punctuation.important{color:#5b5b76}.remirror-duotone-space .token.namespace{opacity:.7}.remirror-duotone-space .token.tag,.remirror-duotone-space .token.operator,.remirror-duotone-space .token.number{color:#dd672c}.remirror-duotone-space .token.property,.remirror-duotone-space .token.function{color:#767693}.remirror-duotone-space .token.tag-id,.remirror-duotone-space .token.selector,.remirror-duotone-space .token.atrule-id{color:#ebebff}.remirror-duotone-space code.language-javascript,.remirror-duotone-space .token.attr-name{color:#aaaaca}.remirror-duotone-space code.language-css,.remirror-duotone-space code.language-scss,.remirror-duotone-space .token.boolean,.remirror-duotone-space .token.string,.remirror-duotone-space .token.entity,.remirror-duotone-space .token.url,.remirror-duotone-space .language-css .token.string,.remirror-duotone-space .language-scss .token.string,.remirror-duotone-space .style .token.string,.remirror-duotone-space .token.attr-value,.remirror-duotone-space .token.keyword,.remirror-duotone-space .token.control,.remirror-duotone-space .token.directive,.remirror-duotone-space .token.unit,.remirror-duotone-space .token.statement,.remirror-duotone-space .token.regex,.remirror-duotone-space .token.atrule,.remirror-duotone-space .token.placeholder,.remirror-duotone-space .token.variable{color:#fe8c52}.remirror-duotone-space .token.deleted{text-decoration:line-through}.remirror-duotone-space .token.inserted{border-bottom:1px dotted #ebebff;text-decoration:none}.remirror-duotone-space .token.italic{font-style:italic}.remirror-duotone-space .token.important,.remirror-duotone-space .token.bold{font-weight:700}.remirror-duotone-space .token.important{color:#aaaaca}.remirror-duotone-space .token.entity{cursor:help}.remirror-duotone-space pre>code.highlight{outline:.4em solid #7676f4;outline-offset:.4em}.remirror-duotone-space .line-numbers .line-numbers-rows{border-right-color:#262631}.remirror-duotone-space .line-numbers-rows>span:before{color:#393949}.remirror-duotone-space .line-highlight{background:#dd672c33;background:linear-gradient(to right,#dd672c33 70%,#dd672c00)}.remirror-gh-colors code[class*=language-],.remirror-gh-colors pre[class*=language-]{color:#393a34;font-family:Consolas,Bitstream Vera Sans Mono,Courier New,Courier,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;font-size:.95em;line-height:1.2em;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-gh-colors pre[class*=language-]::selection,.remirror-gh-colors pre[class*=language-] ::selection,.remirror-gh-colors code[class*=language-]::selection,.remirror-gh-colors code[class*=language-] ::selection{background:#b3d4fc}.remirror-gh-colors pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border:1px solid #dddddd;background-color:#fff}.remirror-gh-colors :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-gh-colors :not(pre)>code[class*=language-]{padding:1px .2em;background:#f8f8f8;border:1px solid #dddddd}.remirror-gh-colors .token.comment,.remirror-gh-colors .token.prolog,.remirror-gh-colors .token.doctype,.remirror-gh-colors .token.cdata{color:#998;font-style:italic}.remirror-gh-colors .token.namespace{opacity:.7}.remirror-gh-colors .token.string,.remirror-gh-colors .token.attr-value{color:#e3116c}.remirror-gh-colors .token.punctuation,.remirror-gh-colors .token.operator{color:#393a34}.remirror-gh-colors .token.entity,.remirror-gh-colors .token.url,.remirror-gh-colors .token.symbol,.remirror-gh-colors .token.number,.remirror-gh-colors .token.boolean,.remirror-gh-colors .token.variable,.remirror-gh-colors .token.constant,.remirror-gh-colors .token.property,.remirror-gh-colors .token.regex,.remirror-gh-colors .token.inserted{color:#36acaa}.remirror-gh-colors .token.atrule,.remirror-gh-colors .token.keyword,.remirror-gh-colors .token.attr-name,.remirror-gh-colors .language-autohotkey .token.selector{color:#00a4db}.remirror-gh-colors .token.function,.remirror-gh-colors .token.deleted,.remirror-gh-colors .language-autohotkey .token.tag{color:#9a050f}.remirror-gh-colors .token.tag,.remirror-gh-colors .token.selector,.remirror-gh-colors .language-autohotkey .token.keyword{color:#00009f}.remirror-gh-colors .token.important,.remirror-gh-colors .token.function,.remirror-gh-colors .token.bold{font-weight:700}.remirror-gh-colors .token.italic{font-style:italic}.remirror-hopscotch code[class*=language-],.remirror-hopscotch pre[class*=language-]{color:#fff;font-family:Fira Mono,Menlo,Monaco,Lucida Console,Courier New,Courier,monospace;font-size:16px;line-height:1.375;direction:ltr;text-align:left;word-spacing:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;background:#322931;color:#b9b5b8}.remirror-hopscotch pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-hopscotch :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-hopscotch :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-hopscotch .token.comment,.remirror-hopscotch .token.prolog,.remirror-hopscotch .token.doctype,.remirror-hopscotch .token.cdata{color:#797379}.remirror-hopscotch .token.punctuation,.remirror-hopscotch .token.punctuation.important{color:#b9b5b8}.remirror-hopscotch .namespace{opacity:.7}.remirror-hopscotch .token.null,.remirror-hopscotch .token.operator,.remirror-hopscotch .token.boolean,.remirror-hopscotch .token.number{color:#fd8b19}.remirror-hopscotch .token.property{color:#fdcc59}.remirror-hopscotch .token.tag{color:#1290bf}.remirror-hopscotch .token.string{color:#149b93}.remirror-hopscotch .token.selector{color:#c85e7c}.remirror-hopscotch .token.attr-name{color:#fd8b19}.remirror-hopscotch .token.entity,.remirror-hopscotch .token.url,.remirror-hopscotch .language-css .token.string,.remirror-hopscotch .style .token.string{color:#149b93}.remirror-hopscotch .token.attr-value,.remirror-hopscotch .token.keyword,.remirror-hopscotch .token.control,.remirror-hopscotch .token.directive,.remirror-hopscotch .token.unit{color:#8fc13e}.remirror-hopscotch .token.statement,.remirror-hopscotch .token.regex,.remirror-hopscotch .token.atrule{color:#149b93}.remirror-hopscotch .token.placeholder,.remirror-hopscotch .token.variable{color:#1290bf}.remirror-hopscotch .token.important{color:#dd464c;font-weight:700}.remirror-hopscotch .token.entity{cursor:help}.remirror-hopscotch pre>code.highlight{outline:.4em solid red;outline-offset:.4em}.remirror-pojoaque code[class*=language-],.remirror-pojoaque pre[class*=language-]{-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;font-family:Menlo,Monaco,Courier New,monospace;font-size:15px;line-height:1.5;color:#dccf8f;text-shadow:0}.remirror-pojoaque pre[class*=language-],.remirror-pojoaque :not(pre)>code[class*=language-]{border-radius:5px;border:1px solid #000;color:#dccf8f;background:#181914 url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAMAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQACQYGBgcGCQcHCQ0IBwgNDwsJCQsPEQ4ODw4OERENDg4ODg0RERQUFhQUERoaHBwaGiYmJiYmKysrKysrKysrKwEJCAgJCgkMCgoMDwwODA8TDg4ODhMVDg4PDg4VGhMRERERExoXGhYWFhoXHR0aGh0dJCQjJCQrKysrKysrKysr/8AAEQgAjACMAwEiAAIRAQMRAf/EAF4AAQEBAAAAAAAAAAAAAAAAAAABBwEBAQAAAAAAAAAAAAAAAAAAAAIQAAEDAwIHAQEAAAAAAAAAAADwAREhYaExkUFRcYGxwdHh8REBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyGFEjHaBS2fDDs2zkhKmBKktb7km+ZwwCnXPkLVmCTMItj6AXFxRS465/BTnkAJvkLkJe+7AKKoi2AtRS2zuAWsCb5GOlBN8gKfmuGHZ8MFqIth3ALmFoFwbwKWyAlTAp17uKqBvgBD8sM4fTjhvAhkzhaRkBMKBrfs7jGPIpzy7gFrAqnC0C0gB0EWwBDW2cBVQwm+QtPpa3wBO3sVvszCnLAhkzgL5/RLf13cLQd8/AGlu0Cb5HTx9KuAEieGJEdcehS3eRTp2ATdt3CpIm+QtZwAhROXFeb7swp/ahaM3kBE/jSIUBc/AWrgBN8uNFAl+b7sAXFxFn2YLUU5Ns7gFX8C4ib+hN8gFWXwK3bZglxEJm+gKdciLPsFV/TClsgJUwKJ5FVA7tvIFrfZhVfGJDcsCKaYgAqv6YRbE+RWOWBtu7+AL3yRalXLyKqAIIfk+zARbDgFyEsncYwJvlgFRW+GEWntIi2P0BooyFxcNr8Ep3+ANLbMO+QyhvbiqdgC0kVvgUUiLYgBS2QtPbiVI1/sgOmG9uO+Y8DW+7jS2zAOnj6O2BndwuIAUtkdRN8gFoK3wwXMQyZwHVbClsuNLd4E3yAUR6FVDBR+BafQGt93LVMxJTv8ABts4CVLhcfYWsCb5kC9/BHdU8CLYFY5bMAd+eX9MGthhpbA1vu4B7+RKkaW2Yq4AQtVBBFsAJU/AuIXBhN8gGWnstefhiZyWvLAEnbYS1uzSFP6Jvn4Baxx70JKkQojLib5AVTey1jjgkKJGO0AKWyOm7N7cSpgSpAdPH0Tfd/gp1z5C1ZgKqN9J2wFxcUUuAFLZAm+QC0Fb4YUVRFsAOvj4KW2dwtYE3yAWk/wS/PLMKfmuGHZ8MAXF/Ja32Yi5haAKWz4Ydm2cSpgU693Atb7km+Zwwh+WGcPpxw3gAkzCLY+iYUDW/Z3Adc/gpzyFrAqnALkJe+7DoItgAtRS2zuKqGE3yAx0oJvkdvYrfZmALURbDuL5/RLf13cAuDeBS2RpbtAm+QFVA3wR+3fUtFHoBDJnC0jIXH0HWsgMY8inPLuOkd9chp4z20ALQLSA8cI9jYAIa2zjzjBd8gRafS1vgiUho/kAKcsCGTOGWvoOpkAtB3z8Hm8x2Ff5ADp4+lXAlIvcmwH/2Q==) repeat left top}.remirror-pojoaque pre[class*=language-]{padding:12px;overflow:auto}.remirror-pojoaque :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-pojoaque :not(pre)>code[class*=language-]{padding:2px 6px}.remirror-pojoaque .token.namespace{opacity:.7}.remirror-pojoaque .token.comment,.remirror-pojoaque .token.prolog,.remirror-pojoaque .token.doctype,.remirror-pojoaque .token.cdata{color:#586e75;font-style:italic}.remirror-pojoaque .token.number,.remirror-pojoaque .token.string,.remirror-pojoaque .token.char,.remirror-pojoaque .token.builtin,.remirror-pojoaque .token.inserted{color:#468966}.remirror-pojoaque .token.attr-name{color:#b89859}.remirror-pojoaque .token.operator,.remirror-pojoaque .token.entity,.remirror-pojoaque .token.url,.remirror-pojoaque .language-css .token.string,.remirror-pojoaque .style .token.string{color:#dccf8f}.remirror-pojoaque .token.selector,.remirror-pojoaque .token.regex{color:#859900}.remirror-pojoaque .token.atrule,.remirror-pojoaque .token.keyword{color:#cb4b16}.remirror-pojoaque .token.attr-value{color:#468966}.remirror-pojoaque .token.function,.remirror-pojoaque .token.variable,.remirror-pojoaque .token.placeholder{color:#b58900}.remirror-pojoaque .token.property,.remirror-pojoaque .token.tag,.remirror-pojoaque .token.boolean,.remirror-pojoaque .token.number,.remirror-pojoaque .token.constant,.remirror-pojoaque .token.symbol{color:#b89859}.remirror-pojoaque .token.tag{color:#ffb03b}.remirror-pojoaque .token.important,.remirror-pojoaque .token.statement,.remirror-pojoaque .token.deleted{color:#dc322f}.remirror-pojoaque .token.punctuation,.remirror-pojoaque .token.punctuation.important{color:#dccf8f}.remirror-pojoaque .token.entity{cursor:help}.remirror-pojoaque .token.bold{font-weight:700}.remirror-pojoaque .token.italic{font-style:italic}.remirror-vs code[class*=language-],.remirror-vs pre[class*=language-]{color:#393a34;font-family:Consolas,Bitstream Vera Sans Mono,Courier New,Courier,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;font-size:.95em;line-height:1.2em;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-vs pre[class*=language-]::selection,.remirror-vs pre[class*=language-] ::selection,.remirror-vs code[class*=language-]::selection,.remirror-vs code[class*=language-] ::selection{background:#c1def1}.remirror-vs pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border:1px solid #dddddd;background-color:#fff}.remirror-vs :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-vs :not(pre)>code[class*=language-]{padding:1px .2em;background:#f8f8f8;border:1px solid #dddddd}.remirror-vs .token.comment,.remirror-vs .token.prolog,.remirror-vs .token.doctype,.remirror-vs .token.cdata{color:green;font-style:italic}.remirror-vs .token.namespace{opacity:.7}.remirror-vs .token.string{color:#a31515}.remirror-vs .token.punctuation,.remirror-vs .token.operator{color:#393a34}.remirror-vs .token.url,.remirror-vs .token.symbol,.remirror-vs .token.number,.remirror-vs .token.boolean,.remirror-vs .token.variable,.remirror-vs .token.constant,.remirror-vs .token.inserted{color:#36acaa}.remirror-vs .token.atrule,.remirror-vs .token.keyword,.remirror-vs .token.attr-value,.remirror-vs .language-autohotkey .token.selector,.remirror-vs .language-json .token.boolean,.remirror-vs .language-json .token.number,.remirror-vs code[class*=language-css]{color:#00f}.remirror-vs .token.function{color:#393a34}.remirror-vs .token.deleted,.remirror-vs .language-autohotkey .token.tag{color:#9a050f}.remirror-vs .token.selector,.remirror-vs .language-autohotkey .token.keyword{color:#00009f}.remirror-vs .token.important,.remirror-vs .token.bold{font-weight:700}.remirror-vs .token.italic{font-style:italic}.remirror-vs .token.class-name,.remirror-vs .language-json .token.property{color:#2b91af}.remirror-vs .token.tag,.remirror-vs .token.selector{color:maroon}.remirror-vs .token.attr-name,.remirror-vs .token.property,.remirror-vs .token.regex,.remirror-vs .token.entity{color:red}.remirror-vs .token.directive.tag .tag{background:#ff0;color:#393a34}.remirror-vs .line-numbers .line-numbers-rows{border-right-color:#a5a5a5}.remirror-vs .line-numbers-rows>span:before{color:#2b91af}.remirror-vs .line-highlight{background:#c1def133;background:linear-gradient(to right,#c1def133 70%,#dddef100)}.remirror-xonokai code[class*=language-],.remirror-xonokai pre[class*=language-]{-moz-tab-size:2;tab-size:2;-webkit-hyphens:none;hyphens:none;white-space:pre;white-space:pre-wrap;word-wrap:normal;font-family:Menlo,Monaco,Courier New,monospace;font-size:14px;color:#76d9e6;text-shadow:none}.remirror-xonokai pre[class*=language-],.remirror-xonokai :not(pre)>code[class*=language-]{background:#2a2a2a}.remirror-xonokai pre[class*=language-]{padding:15px;border-radius:4px;border:1px solid #e1e1e8;overflow:auto}.remirror-xonokai :has(.remirror-language-select-positioner)~pre[class*=language-]{padding:2em 1em}.remirror-xonokai pre[class*=language-]{position:relative}.remirror-xonokai pre[class*=language-] code{white-space:pre;display:block}.remirror-xonokai :not(pre)>code[class*=language-]{padding:.15em .2em .05em;border-radius:.3em;border:.13em solid #7a6652;box-shadow:1px 1px .3em -.1em #000 inset}.remirror-xonokai .token.namespace{opacity:.7}.remirror-xonokai .token.comment,.remirror-xonokai .token.prolog,.remirror-xonokai .token.doctype,.remirror-xonokai .token.cdata{color:#6f705e}.remirror-xonokai .token.operator,.remirror-xonokai .token.boolean,.remirror-xonokai .token.number{color:#a77afe}.remirror-xonokai .token.attr-name,.remirror-xonokai .token.string,.remirror-xonokai .token.entity,.remirror-xonokai .token.url,.remirror-xonokai .language-css .token.string,.remirror-xonokai .style .token.string{color:#e6d06c}.remirror-xonokai .token.selector,.remirror-xonokai .token.inserted{color:#a6e22d}.remirror-xonokai .token.atrule,.remirror-xonokai .token.attr-value,.remirror-xonokai .token.keyword,.remirror-xonokai .token.important,.remirror-xonokai .token.deleted{color:#ef3b7d}.remirror-xonokai .token.regex,.remirror-xonokai .token.statement{color:#76d9e6}.remirror-xonokai .token.placeholder,.remirror-xonokai .token.variable{color:#fff}.remirror-xonokai .token.important,.remirror-xonokai .token.statement,.remirror-xonokai .token.bold{font-weight:700}.remirror-xonokai .token.punctuation,.remirror-xonokai .token.punctuation.important{color:#bebec5}.remirror-xonokai .token.entity{cursor:help}.remirror-xonokai .token.italic{font-style:italic}.remirror-xonokai code.language-markup{color:#f9f9f9}.remirror-xonokai code.language-markup .token.tag{color:#ef3b7d}.remirror-xonokai code.language-markup .token.attr-name{color:#a6e22d}.remirror-xonokai code.language-markup .token.attr-value{color:#e6d06c}.remirror-xonokai code.language-markup .token.style,.remirror-xonokai code.language-markup .token.script,.remirror-xonokai code.language-markup .token.script .token.keyword{color:#76d9e6}.remirror-xonokai pre[class*=language-][data-line]{position:relative;padding:1em 0 1em 3em}.remirror-xonokai pre[data-line] .line-highlight{position:absolute;left:0;right:0;padding:0;margin-top:1em;background:#ffffff14;pointer-events:none;line-height:inherit;white-space:pre}.remirror-xonokai pre[data-line] .line-highlight:before,.remirror-xonokai pre[data-line] .line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.4em;left:.6em;min-width:1em;padding:.2em .5em;background-color:#fff6;color:#000;font:700 65%/1 sans-serif;height:1em;line-height:1em;text-align:center;border-radius:999px;text-shadow:none;box-shadow:0 1px 1px #ffffffb3}.remirror-xonokai pre[data-line] .line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.remirror-editor span.remirror-max-count-exceeded{background-color:var(--rmr-hue-red-4)}.remirror-emoji-image{object-fit:contain;width:1.375em;height:1.375em;vertical-align:bottom}.remirror-emoji-wrapper{text-indent:-99999px}.remirror-emoji-popup-item{padding:8px;text-overflow:ellipsis;max-width:250px;width:250px;overflow:hidden;white-space:nowrap;color:#fff}.remirror-emoji-popup-hovered{background-color:var(--rmr-hue-gray-2)}.remirror-emoji-popup-highlight{background-color:var(--rmr-hue-gray-3)}.remirror-emoji-popup-wrapper{position:absolute;width:-webkit-max-content;width:max-content;padding-top:8px;padding-bottom:8px;margin:0 auto;border-radius:8px;box-shadow:#0b2b4140 0 4px 8px,#0b2b414f 0 0 1px;background-color:#fff;z-index:10;max-height:250px;overflow-y:scroll}.remirror-emoji-popup-name{color:#798186}.remirror-emoji-popup-char{font-size:1.25em;padding-right:5px}.remirror-file-root{border-radius:4px;padding:8px 12px;background-color:#e8ecf1;color:#000;margin:8px auto;min-height:32px;width:100%;max-width:600px;display:flex;align-items:center}.remirror-file-name{font-size:1rem;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.remirror-file-size{font-size:.8rem;margin-left:8px;color:gray;white-space:nowrap}.remirror-file-upload-progress{font-size:.8rem;margin-left:8px;margin-right:8px;color:gray;font-family:Menlo,Monaco,Courier New,monospace}.remirror-file-error{font-size:.8rem;color:red}.remirror-file-icon-button{display:flex;justify-content:center;align-items:center;color:#000}.remirror-editor.ProseMirror .ProseMirror-gapcursor{display:none;pointer-events:none;position:absolute}.remirror-editor.ProseMirror .ProseMirror-gapcursor:after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:1px solid black;animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite}@keyframes ProseMirror-cursor-blink{to{visibility:hidden}}.remirror-editor.ProseMirror .ProseMirror-focused .ProseMirror-gapcursor,.remirror-editor.ProseMirror.ProseMirror-focused .ProseMirror-gapcursor{display:block}.remirror-image-loader{border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.remirror-editor ol>li>.remirror-list-item-marker-container{display:none}.remirror-editor ul>li.remirror-list-item-with-custom-mark{list-style:none}.remirror-editor .remirror-ul-list-content>li.remirror-list-item-with-custom-mark{list-style:none}.remirror-editor ul ul+ul{-webkit-margin-before:1em;margin-block-start:1em}.remirror-list-item-marker-container{position:absolute;left:-32px;width:24px;display:inline-block;text-align:center;-webkit-user-select:none;user-select:none}.remirror-list-item-checkbox{filter:hue-rotate(60deg)}.remirror-collapsible-list-item-closed li{display:none}.remirror-collapsible-list-item-closed .remirror-collapsible-list-item-button{background-color:var(--rmr-hue-gray-6)}.remirror-collapsible-list-item-button{width:8px;height:8px;border-radius:50%;cursor:pointer;display:inline-block;vertical-align:middle;-webkit-user-select:none;user-select:none;transition:background-color .25s ease;background-color:var(--rmr-color-border)}.remirror-collapsible-list-item-button:hover{background-color:var(--rmr-color-primary)}.remirror-collapsible-list-item-button.disabled,.remirror-collapsible-list-item-button.disabled:hover{background-color:var(--rmr-color-border);cursor:default}.remirror-list-spine{position:absolute;top:4px;bottom:0;left:-20px;width:16px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-left-color .25s ease;border-left-color:var(--rmr-color-border);border-left-style:solid;border-left-width:1px}.remirror-list-spine:hover{border-left-color:var(--rmr-color-primary)}.remirror-mention-atom{background:var(--rmr-hue-gray-2);font-weight:700;font-size:.9em;font-style:normal;border-radius:var(--rmr-radius-border);padding:.2rem .5rem;white-space:nowrap;color:var(--rmr-color-primary)}.remirror-suggest-atom{color:#0009}.remirror-mention-atom-popup-item{padding:8px;text-overflow:ellipsis;max-width:250px;width:250px;overflow:hidden;white-space:nowrap;color:#fff}.remirror-mention-atom-popup-hovered{background-color:var(--rmr-hue-gray-2)}.remirror-mention-atom-popup-highlight{background-color:var(--rmr-hue-gray-3)}.remirror-mention-atom-popup-wrapper{width:-webkit-max-content;width:max-content;padding-top:8px;padding-bottom:8px;margin:0 auto;border-radius:8px;box-shadow:#0b2b4140 0 4px 8px,#0b2b414f 0 0 1px;background-color:#fff;z-index:10;max-height:250px;overflow-y:scroll}.remirror-mention-atom-popup-name,.remirror-mention-atom-zero-items{color:#798186}.remirror-mention-atom-popup-char{font-size:1.25em;padding-right:5px}.remirror-is-empty:first-of-type:before{position:absolute;color:#aaa;pointer-events:none;height:0;font-style:italic;content:attr(data-placeholder)}.remirror-editor.ProseMirror{position:relative}.remirror-positioner{position:absolute;min-width:1px;min-height:1px;pointer-events:none;-webkit-user-select:none;user-select:none;cursor:none;z-index:-1}.remirror-positioner-widget{width:0;height:0;position:absolute}.remirror-editor.ProseMirror .tableWrapper{overflow-x:auto}.remirror-editor.ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;overflow:hidden}.remirror-editor.ProseMirror td,.remirror-editor.ProseMirror th{vertical-align:top;box-sizing:border-box;position:relative;border-width:1px;border-style:solid;border-color:var(--rmr-color-table-default-border)}.remirror-editor.ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;z-index:40;background-color:var(--rmr-hue-blue-7);pointer-events:none}.remirror-editor.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.remirror-editor.ProseMirror th.selectedCell,.remirror-editor.ProseMirror td.selectedCell{border-style:double;border-color:var(--rmr-color-table-selected-border);background-color:var(--rmr-color-table-selected-cell)}.remirror-table-colgroup>col:first-of-type{width:13px;overflow:visible}.remirror-controllers-toggle{visibility:hidden}.remirror-table-show-controllers .remirror-controllers-toggle{visibility:visible}.remirror-table-insert-button{position:absolute;width:18px;height:18px;z-index:25;cursor:pointer;border-radius:4px;transition:background-color .15s ease;background-color:#dcdcdc}.remirror-table-insert-button svg{fill:#fff}.remirror-table-insert-button:hover{background-color:#136bda}.remirror-table-insert-button:hover svg{fill:#fff}.remirror-table-delete-inner-button{border:none;padding:0;width:18px;height:18px;position:absolute;z-index:30;cursor:pointer;border-radius:4px;background-color:#cecece;transition:background-color .15s ease}.remirror-table-delete-inner-button:hover{background-color:#ff7884}.remirror-table-delete-table-inner-button{top:calc(var(--remirror-table-delete-button-y) - 9px);left:calc(var(--remirror-table-delete-button-x) - 9px)}.remirror-table-delete-row-column-inner-button{top:calc(var(--remirror-table-delete-row-column-button-y) - 9px);left:calc(var(--remirror-table-delete-row-column-button-x) - 9px)}.remirror-table-with-controllers{margin-top:40px;margin-bottom:40px;height:1px}.ProseMirror table.remirror-table-with-controllers{overflow:visible}.remirror-table-waitting-controllers{display:none}.remirror-table-tbody-with-controllers>tr:nth-of-type(1){height:12px;overflow:visible}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1){overflow:visible;padding:0;cursor:pointer;z-index:15;position:relative;height:12px;width:12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1) div.remirror-table-controller-wrapper{overflow:visible;display:flex;justify-content:flex-end;align-items:flex-end;width:12px;height:12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1) div.remirror-table-controller-trigger-area{flex:1;position:relative;z-index:10;display:none}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1) div.remirror-table-controller-mark-row-corner{bottom:-2px;left:-12px;position:absolute;width:0px;height:0px;border-radius:50%;border-style:solid;border-color:var(--rmr-color-table-mark);border-width:2px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1) div.remirror-table-controller-mark-column-corner{position:absolute;width:0px;height:0px;border-radius:50%;border-style:solid;border-color:var(--rmr-color-table-mark);border-width:2px;right:-2px;top:-12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2){overflow:visible;padding:0;cursor:pointer;z-index:15;position:relative;height:12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2) div.remirror-table-controller-wrapper{overflow:visible;display:flex;justify-content:flex-end;align-items:flex-end;width:100%;height:12px;flex-direction:row}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2) div.remirror-table-controller-trigger-area{flex:1;position:relative;z-index:10;height:36px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2) div.remirror-table-controller-mark-row-corner{display:none}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2) div.remirror-table-controller-mark-column-corner{position:absolute;width:0px;height:0px;border-radius:50%;border-style:solid;border-color:var(--rmr-color-table-mark);border-width:2px;right:-2px;top:-12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th{overflow:visible;padding:0;cursor:pointer;z-index:15;position:relative;width:12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-wrapper{overflow:visible;display:flex;justify-content:flex-end;align-items:flex-end;height:100%;width:12px;flex-direction:column}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-trigger-area{flex:1;position:relative;z-index:10;width:36px}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-mark-row-corner{bottom:-2px;left:-12px;position:absolute;width:0px;height:0px;border-radius:50%;border-style:solid;border-color:var(--rmr-color-table-mark);border-width:2px}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-mark-column-corner{display:none}.remirror-table-tbody-with-controllers th.remirror-table-controller{background-color:var(--rmr-color-table-default-controller)}.remirror-table-tbody-with-controllers th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-selected-controller)}.remirror-table-show-predelete th.selectedCell.remirror-table-controller,.remirror-table-show-predelete td.selectedCell{border-color:var(--rmr-color-table-predelete-border)!important;background-color:var(--rmr-color-table-predelete-cell)!important}.remirror-table-show-predelete th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-predelete-controller)!important}.remirror-table-show-predelete.remirror-table-preselect-all th.remirror-table-controller,.remirror-table-show-predelete.remirror-table-preselect-all td{border-color:var(--rmr-color-table-predelete-border)!important;background-color:var(--rmr-color-table-predelete-cell)!important}.remirror-table-show-predelete.remirror-table-preselect-all th.remirror-table-controller{background-color:var(--rmr-color-table-predelete-controller)!important}.remirror-editor.ProseMirror .whitespace{pointer-events:none;-webkit-user-select:none;user-select:none}.remirror-editor.ProseMirror .whitespace:before{caret-color:inherit;color:gray;display:inline-block;font-weight:400;font-style:normal;line-height:1em;width:0}.remirror-editor.ProseMirror .whitespace--s:before{content:"·"}.remirror-editor.ProseMirror .whitespace--br:before{content:"¬"}.remirror-editor.ProseMirror .whitespace--p:before{content:"¶"}.remirror-editor.ProseMirror .ProseMirror-yjs-cursor{position:absolute;border-left:black;border-left-style:solid;border-left-width:2px;border-color:orange;height:1em;word-break:normal;pointer-events:none}.remirror-editor.ProseMirror .ProseMirror-yjs-cursor>div{position:relative;top:-1.05em;font-size:13px;background-color:#fa8100;font-family:serif;font-style:normal;font-weight:400;line-height:normal;-webkit-user-select:none;user-select:none;color:#fff;padding-left:2px;padding-right:2px}.remirror-editor.ProseMirror>.ProseMirror-yjs-cursor:first-child{margin-top:16px}.remirror-editor #y-functions{position:absolute;top:20px;right:20px}.remirror-editor #y-functions>*{display:inline-block}.remirror-theme{box-sizing:border-box}.remirror-theme *,.remirror-theme *:before,.remirror-theme *:after{box-sizing:inherit}.remirror-theme{--rmr-color-background: #ffffff;--rmr-color-border: rgba(0, 0, 0, .25);--rmr-color-foreground: #000000;--rmr-color-muted: #f1f3f5;--rmr-color-primary: #7963d2;--rmr-color-secondary: #bcd263;--rmr-color-primary-text: #fff;--rmr-color-secondary-text: #fff;--rmr-color-text: #252103;--rmr-color-faded: hsla(0, 0%, 13%, .9);--rmr-color-active-background: hsla(0, 0%, 85%, 1);--rmr-color-active-border: hsla(0, 0%, 0%, .25);--rmr-color-active-foreground: hsla(0, 0%, 0%, 1);--rmr-color-active-muted: hsla(210, 17%, 80%, 1);--rmr-color-active-primary: hsla(252, 55%, 46%, 1);--rmr-color-active-secondary: hsla(72, 55%, 46%, 1);--rmr-color-active-primary-text: #fff;--rmr-color-active-secondary-text: #000;--rmr-color-active-text: #000;--rmr-color-active-faded: hsla(0, 0%, 13%, .9);--rmr-color-hover-background: hsla(0, 0%, 93%, 1);--rmr-color-hover-border: hsla(0, 0%, 0%, .25);--rmr-color-hover-foreground: hsla(0, 0%, 0%, 1);--rmr-color-hover-muted: hsla(210, 17%, 88%, 1);--rmr-color-hover-primary: hsla(252, 55%, 53%, 1);--rmr-color-hover-secondary: hsla(72, 55%, 53%, 1);--rmr-color-hover-primary-text: #fff;--rmr-color-hover-secondary-text: #000;--rmr-color-hover-text: #000;--rmr-color-hover-faded: hsla(0, 0%, 13%, .9);--rmr-color-shadow-1: rgba(10, 31, 68, .08);--rmr-color-shadow-2: rgba(10, 31, 68, .1);--rmr-color-shadow-3: rgba(10, 31, 68, .12);--rmr-color-backdrop: rgba(0, 0, 0, .9);--rmr-color-outline: rgba(121, 99, 210, .4);--rmr-color-table-default-border: hsla(0, 0%, 80%, 1);--rmr-color-table-default-cell: hsla(0, 0%, 40%, 1);--rmr-color-table-default-controller: #dee2e6;--rmr-color-table-selected-border: #1c7ed6;--rmr-color-table-selected-cell: #d0ebff;--rmr-color-table-selected-controller: #339af0;--rmr-color-table-preselect-border: #1c7ed6;--rmr-color-table-preselect-cell: hsla(0, 0%, 40%, 1);--rmr-color-table-preselect-controller: #339af0;--rmr-color-table-predelete-border: #f03e3e;--rmr-color-table-predelete-cell: #ffe3e3;--rmr-color-table-predelete-controller: #ff6b6b;--rmr-color-table-mark: #91919196;--rmr-hue-gray-0: #f8f9fa;--rmr-hue-gray-1: #f1f3f5;--rmr-hue-gray-2: #e9ecef;--rmr-hue-gray-3: #dee2e6;--rmr-hue-gray-4: #ced4da;--rmr-hue-gray-5: #adb5bd;--rmr-hue-gray-6: #868e96;--rmr-hue-gray-7: #495057;--rmr-hue-gray-8: #343a40;--rmr-hue-gray-9: #212529;--rmr-hue-red-0: #fff5f5;--rmr-hue-red-1: #ffe3e3;--rmr-hue-red-2: #ffc9c9;--rmr-hue-red-3: #ffa8a8;--rmr-hue-red-4: #ff8787;--rmr-hue-red-5: #ff6b6b;--rmr-hue-red-6: #fa5252;--rmr-hue-red-7: #f03e3e;--rmr-hue-red-8: #e03131;--rmr-hue-red-9: #c92a2a;--rmr-hue-pink-0: #fff0f6;--rmr-hue-pink-1: #ffdeeb;--rmr-hue-pink-2: #fcc2d7;--rmr-hue-pink-3: #faa2c1;--rmr-hue-pink-4: #f783ac;--rmr-hue-pink-5: #f06595;--rmr-hue-pink-6: #e64980;--rmr-hue-pink-7: #d6336c;--rmr-hue-pink-8: #c2255c;--rmr-hue-pink-9: #a61e4d;--rmr-hue-grape-0: #f8f0fc;--rmr-hue-grape-1: #f3d9fa;--rmr-hue-grape-2: #eebefa;--rmr-hue-grape-3: #e599f7;--rmr-hue-grape-4: #da77f2;--rmr-hue-grape-5: #cc5de8;--rmr-hue-grape-6: #be4bdb;--rmr-hue-grape-7: #ae3ec9;--rmr-hue-grape-8: #9c36b5;--rmr-hue-grape-9: #862e9c;--rmr-hue-violet-0: #f3f0ff;--rmr-hue-violet-1: #e5dbff;--rmr-hue-violet-2: #d0bfff;--rmr-hue-violet-3: #b197fc;--rmr-hue-violet-4: #9775fa;--rmr-hue-violet-5: #845ef7;--rmr-hue-violet-6: #7950f2;--rmr-hue-violet-7: #7048e8;--rmr-hue-violet-8: #6741d9;--rmr-hue-violet-9: #5f3dc4;--rmr-hue-indigo-0: #edf2ff;--rmr-hue-indigo-1: #dbe4ff;--rmr-hue-indigo-2: #bac8ff;--rmr-hue-indigo-3: #91a7ff;--rmr-hue-indigo-4: #748ffc;--rmr-hue-indigo-5: #5c7cfa;--rmr-hue-indigo-6: #4c6ef5;--rmr-hue-indigo-7: #4263eb;--rmr-hue-indigo-8: #3b5bdb;--rmr-hue-indigo-9: #364fc7;--rmr-hue-blue-0: #e7f5ff;--rmr-hue-blue-1: #d0ebff;--rmr-hue-blue-2: #a5d8ff;--rmr-hue-blue-3: #74c0fc;--rmr-hue-blue-4: #4dabf7;--rmr-hue-blue-5: #339af0;--rmr-hue-blue-6: #228be6;--rmr-hue-blue-7: #1c7ed6;--rmr-hue-blue-8: #1971c2;--rmr-hue-blue-9: #1864ab;--rmr-hue-cyan-0: #e3fafc;--rmr-hue-cyan-1: #c5f6fa;--rmr-hue-cyan-2: #99e9f2;--rmr-hue-cyan-3: #66d9e8;--rmr-hue-cyan-4: #3bc9db;--rmr-hue-cyan-5: #22b8cf;--rmr-hue-cyan-6: #15aabf;--rmr-hue-cyan-7: #1098ad;--rmr-hue-cyan-8: #0c8599;--rmr-hue-cyan-9: #0b7285;--rmr-hue-teal-0: #e6fcf5;--rmr-hue-teal-1: #c3fae8;--rmr-hue-teal-2: #96f2d7;--rmr-hue-teal-3: #63e6be;--rmr-hue-teal-4: #38d9a9;--rmr-hue-teal-5: #20c997;--rmr-hue-teal-6: #12b886;--rmr-hue-teal-7: #0ca678;--rmr-hue-teal-8: #099268;--rmr-hue-teal-9: #087f5b;--rmr-hue-green-0: #ebfbee;--rmr-hue-green-1: #d3f9d8;--rmr-hue-green-2: #b2f2bb;--rmr-hue-green-3: #8ce99a;--rmr-hue-green-4: #69db7c;--rmr-hue-green-5: #51cf66;--rmr-hue-green-6: #40c057;--rmr-hue-green-7: #37b24d;--rmr-hue-green-8: #2f9e44;--rmr-hue-green-9: #2b8a3e;--rmr-hue-lime-0: #f4fce3;--rmr-hue-lime-1: #e9fac8;--rmr-hue-lime-2: #d8f5a2;--rmr-hue-lime-3: #c0eb75;--rmr-hue-lime-4: #a9e34b;--rmr-hue-lime-5: #94d82d;--rmr-hue-lime-6: #82c91e;--rmr-hue-lime-7: #74b816;--rmr-hue-lime-8: #66a80f;--rmr-hue-lime-9: #5c940d;--rmr-hue-yellow-0: #fff9db;--rmr-hue-yellow-1: #fff3bf;--rmr-hue-yellow-2: #ffec99;--rmr-hue-yellow-3: #ffe066;--rmr-hue-yellow-4: #ffd43b;--rmr-hue-yellow-5: #fcc419;--rmr-hue-yellow-6: #fab005;--rmr-hue-yellow-7: #f59f00;--rmr-hue-yellow-8: #f08c00;--rmr-hue-yellow-9: #e67700;--rmr-hue-orange-0: #fff4e6;--rmr-hue-orange-1: #ffe8cc;--rmr-hue-orange-2: #ffd8a8;--rmr-hue-orange-3: #ffc078;--rmr-hue-orange-4: #ffa94d;--rmr-hue-orange-5: #ff922b;--rmr-hue-orange-6: #fd7e14;--rmr-hue-orange-7: #f76707;--rmr-hue-orange-8: #e8590c;--rmr-hue-orange-9: #d9480f;--rmr-radius-border: .25rem;--rmr-radius-extra: .5rem;--rmr-radius-circle: 50%;--rmr-font-family-default: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--rmr-font-family-heading: inherit;--rmr-font-family-mono: Menlo, monospace;--rmr-font-size-0: 12px;--rmr-font-size-1: 14px;--rmr-font-size-2: 16px;--rmr-font-size-3: 20px;--rmr-font-size-4: 24px;--rmr-font-size-5: 32px;--rmr-font-size-6: 48px;--rmr-font-size-7: 64px;--rmr-font-size-8: 96px;--rmr-font-size-default: 16px;--rmr-space-1: 4px;--rmr-space-2: 8px;--rmr-space-3: 16px;--rmr-space-4: 32px;--rmr-space-5: 64px;--rmr-space-6: 128px;--rmr-space-7: 256px;--rmr-space-8: 512px;--rmr-font-weight-bold: 700;--rmr-font-weight-default: 400;--rmr-font-weight-heading: 700;--rmr-letter-spacing-tight: -1px;--rmr-letter-spacing-default: normal;--rmr-letter-spacing-loose: 1px;--rmr-letter-spacing-wide: 3px;--rmr-line-height-heading: 1.25em;--rmr-line-height-default: 1.5em;--rmr-box-shadow-1: 0 1px 1px rgba(10, 31, 68, .08);--rmr-box-shadow-2: 0 1px 1px rgba(10, 31, 68, .1);--rmr-box-shadow-3: 0 1px 1px rgba(10, 31, 68, .12);font-family:var(--rmr-font-family-default);line-height:var(--rmr-line-height-default);font-weight:var(--rmr-font-weight-default)}.remirror-theme h1,.remirror-theme h2,.remirror-theme h3,.remirror-theme h4,.remirror-theme h5,.remirror-theme h6{color:var(--rmr-color-text);font-family:var(--rmr-font-family-heading);line-height:var(--rmr-line-height-heading);font-weight:var(--rmr-font-weight-heading)}.remirror-theme h1{font-size:var(--rmr-font-size-5)}.remirror-theme h2{font-size:var(--rmr-font-size-4)}.remirror-theme h3{font-size:var(--rmr-font-size-3)}.remirror-theme h4{font-size:var(--rmr-font-size-2)}.remirror-theme h5{font-size:var(--rmr-font-size-1)}.remirror-theme h6{font-size:var(--rmr-font-size-0)}.remirror-theme .ProseMirror{min-height:var(--rmr-space-6);box-shadow:var(--rmr-color-border) 0 0 0 .1em;padding:var(--rmr-space-3);border-radius:var(--rmr-radius-border);outline:none}.remirror-theme .ProseMirror:active,.remirror-theme .ProseMirror:focus{box-shadow:var(--rmr-color-outline) 0 0 0 .2em}.remirror-theme .ProseMirror p,.remirror-theme .ProseMirror h1,.remirror-theme .ProseMirror h2,.remirror-theme .ProseMirror h3,.remirror-theme .ProseMirror h4,.remirror-theme .ProseMirror h5,.remirror-theme .ProseMirror h6,.remirror-theme .ProseMirror span{margin:0}._editor_l4tg9_1{position:relative;min-height:500px}._overflowMenu_l4tg9_6{display:flex;align-items:center;flex-flow:wrap;border:1px solid rgba(215,215,215,.631372549);width:-webkit-fit-content;width:fit-content;padding:5px;border-radius:3px;position:fixed;background-color:#fff;z-index:99}._overflowMenu_l4tg9_6 ._group_l4tg9_18{display:flex;align-items:center;position:relative}._overflowMenu_l4tg9_6 button{background-color:transparent;padding:6px;border:1px solid rgba(0,0,0,.12);color:#0000008a;font-family:Roboto,Helvetica,Arial,sans-serif;display:flex;align-items:center;justify-content:center;height:35px;border:none}._overflowMenu_l4tg9_6 button:hover,._overflowMenu_l4tg9_6 ._button-active_l4tg9_39{background-color:#f2fcf7}._menu_l4tg9_43{display:flex;align-items:center;flex-flow:wrap;align-items:flex-start;position:-webkit-sticky;position:sticky;top:0;width:-webkit-fit-content;width:fit-content;padding:5px;border-radius:3px;min-height:52px}._menu_l4tg9_43 ._group_l4tg9_18{display:flex;align-items:center;position:relative}._menu_l4tg9_43 button{background-color:transparent;padding:6px;border:1px solid rgba(0,0,0,.12);color:#0000008a;font-family:Roboto,Helvetica,Arial,sans-serif;display:flex;align-items:center;justify-content:center;height:35px;width:35px;border:none}._menu_l4tg9_43 button:hover,._menu_l4tg9_43 button:active{background-color:#f2fcf7!important;color:#231f20!important}._menu_l4tg9_43 ._button-active_l4tg9_39{background-color:#f2fcf7}._pickColor_l4tg9_86{background-color:#fbfaf9;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:5px;color:#8a8886}._color_l4tg9_96{display:flex;flex-direction:column}._color_l4tg9_96 ._col_l4tg9_96{width:15px;height:2px}._color_l4tg9_96 ._cols_l4tg9_104{width:20px;height:20px}._colors_l4tg9_109{position:absolute;background-color:#fff;z-index:9;margin-top:130px;padding:5px;width:150px;box-shadow:0 0 6px #c8c6c4;display:flex;flex-flow:wrap;align-items:center;justify-content:center;gap:5px}._tables_l4tg9_124{position:absolute;background-color:#fff;z-index:1;margin-top:10px;padding:5px;width:150px;box-shadow:0 0 6px #c8c6c4}._tables_l4tg9_124 ._row_l4tg9_133{display:flex;flex-flow:wrap;align-items:center;justify-content:center;gap:1px;padding:20px}._tables_l4tg9_124 ._cell_l4tg9_141{border:1px solid black;width:15px;height:15px}a[data-link-auto]{cursor:pointer}a[data-link-auto]:hover{text-decoration:underline!important}._meetingTitleInput_l4tg9_154{font-size:20px;font-weight:700;padding:0;margin:50px 0 0;margin-inline:18px!important;border:none;height:25px}._suggestor_l4tg9_165{border-radius:6px;box-shadow:1px 1px 5px #0000001a;border:1px solid #edebe9}._suggestor_l4tg9_165 ._mentionsSuggestor_l4tg9_170{padding-inline:16px;padding-block:8px;display:flex;align-items:center;gap:10px}._suggestor_l4tg9_165 ._mentionsSuggestor_l4tg9_170:hover{background-color:#f1ffd2;cursor:pointer}._toolbarLink_l4tg9_182{display:flex;align-items:center;gap:5px}._fontSizeMenu_l4tg9_188{position:absolute;background-color:#fff;z-index:99;margin-top:5px;padding:5px;width:60px;box-shadow:0 0 6px #c8c6c4;border-radius:3px;max-height:200px;overflow-y:auto}._fontSizeItem_l4tg9_201{padding:8px 12px;cursor:pointer;border-radius:3px;text-align:center}._fontSizeItem_l4tg9_201:hover{background-color:#f2fcf7!important}._inputContainer_1e23o_1{position:relative;background-color:transparent;border-radius:6px;background-color:#fff;display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}._inputContainer_1e23o_1:has(._inputAttendeeWrapper_1e23o_11) ._attendeeInput_1e23o_11{padding-top:0}._inputContainer_1e23o_1 ._inputAttendeeTodoWrapper_1e23o_14{padding:4px;margin-inline:8px;display:flex;align-items:center;gap:8px;margin-block:6px}._inputContainer_1e23o_1 ._inputAttendeeTodoWrapper_1e23o_14 ._inputWrapperSubtitle_1e23o_22{font-size:13px;color:#707070}._inputContainer_1e23o_1 ._inputAttendeeWrapper_1e23o_11{border:1px solid #231f20;background-color:#fff;color:#231f20;border-radius:3px;padding:4px;width:-webkit-fit-content;width:fit-content;display:flex;align-items:center;gap:10px;font-size:13px;margin-bottom:3px}._inputContainer_1e23o_1 ._inputAttendeeWrapper_1e23o_11 ._attendeeIcons_1e23o_39{font-size:12px;display:flex;align-items:center;justify-content:center}._inputContainer_1e23o_1 ._meetingPlaceholder_1e23o_45{position:absolute;top:50%;left:10px;font-size:14px;color:gray;transform:translateY(-55%);padding-inline:5px;transition:.2s;pointer-events:none}._inputContainer_1e23o_1 ._shrunk_1e23o_56{top:18px;font-size:13px;color:#b6f623;font-weight:500}._inputContainer_1e23o_1 input:focus+._meetingPlaceholder_1e23o_45,._inputContainer_1e23o_1 input:not(:placeholder-shown)+._meetingPlaceholder_1e23o_45{top:18px;font-size:13px;color:#b6f623;font-weight:500}._inputModal_1e23o_70{position:absolute;z-index:99;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:100%;border-radius:4px;top:105%;max-height:300px;overflow:auto}._inputModal_1e23o_70 ._titleShimmer_1e23o_81{margin-bottom:5px}._inputModal_1e23o_70 ._inputMeetingModalItems_1e23o_84,._inputModal_1e23o_70 ._inputModalItems_1e23o_96{gap:10px;display:flex;align-items:center;margin:5px;cursor:pointer;padding:15px;border-radius:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._inputModal_1e23o_70 ._inputModalItems_1e23o_96 ._modalSubTitle_1e23o_108{font-size:13px;color:#707070}._inputModal_1e23o_70 ._inputModalItems_1e23o_96:hover{background-color:#8080800d}._inputIcon_1e23o_116{position:absolute;right:15px;top:50%;transform:translateY(-50%)}@keyframes _fade-in_1ytvs_1{0%{background-color:#0000}to{background-color:#0006}}@keyframes _fade-out_1ytvs_1{0%{background-color:#0006}to{background-color:#0000}}@keyframes _slide-in_1ytvs_1{0%{right:-666px}to{right:0}}@keyframes _slide-out_1ytvs_1{0%{right:0}to{right:-666px}}._formContainer_1ytvs_33{--animation-timeOut: .3s;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;animation:_fade-in_1ytvs_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden}._formContainer_1ytvs_33::-webkit-scrollbar{display:none}._formContainer_1ytvs_33._fadeOut_1ytvs_50{animation:_fade-out_1ytvs_1 var(--animation-timeOut) ease-in-out forwards}._formModal_1ytvs_54{--margin: 8px;border-radius:8px;margin:var(--margin);position:absolute;right:0;background-color:#fff;width:463px;height:calc(100% - var(--margin) * 2);animation:_slide-in_1ytvs_1 var(--animation-timeOut) ease-in-out forwards}@media screen and (max-width:800px){._formModal_1ytvs_54{margin:0;width:90%}}@media screen and (max-width:600px){._formModal_1ytvs_54{width:85%}}@media screen and (max-width:500px){._formModal_1ytvs_54{height:calc(100% - 100px);overflow:auto}}._formModal_1ytvs_54._slideOut_1ytvs_83{animation:_slide-out_1ytvs_1 var(--animation-timeOut) ease-in-out forwards}._closeButton_1ytvs_87 ._icon_1ytvs_87{color:#231f20}._titleWrapper_1ytvs_91{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._titleWrapper_1ytvs_91 h3{display:flex;gap:.9rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}._btnContainer_1ytvs_109{gap:1rem;margin-top:16px;display:flex;justify-content:end}._btnContainer_1ytvs_109 ._addBtn_1ytvs_115{display:flex;justify-content:center;align-items:center;gap:.5rem;transition:.3s;border:1px solid #02ba5e;outline:1px solid #02a554}._cancel_1ytvs_125{background-color:#fff;color:#231f20;font-weight:600;border:1px solid #231f20;margin-left:16px}._cancel_1ytvs_125:hover{background-color:#ebebeb}._loader_1nuzt_1{width:48px;height:48px;border:3px solid #b6f623;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_1nuzt_1 1s linear infinite}@keyframes _rotation_1nuzt_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._timeFLex_tg4rh_1{display:flex}form ._duration_tg4rh_11 ._inputs_tg4rh_11{display:flex;align-items:center;gap:10px}form ._duration_tg4rh_11 input{width:50px}form ._duration_tg4rh_11 select{width:70px;margin-top:8px}form ._isOnline_tg4rh_23{display:flex;align-items:center;justify-content:space-between;margin-block:8px}form ._isOnline_tg4rh_23 ._teams_tg4rh_29{display:flex;align-items:center;gap:.75rem;font-weight:500}form ._isOnline_tg4rh_23 ._teams_tg4rh_29 img{width:23px}form ._isOnline_tg4rh_23 select{border:none;background-color:#fbfaf9}form ._isOnline_tg4rh_23 select:focus{outline:none}._switch_tg4rh_46{position:relative;display:inline-block;width:34px;height:21.5px}._switch_tg4rh_46 input{opacity:0;width:0;height:0}._switch_tg4rh_46 ._slider_tg4rh_57{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.2s;border-radius:34px}._switch_tg4rh_46 ._slider_tg4rh_57:after{position:absolute;content:"";height:17px;width:17px;left:2px;bottom:2.5px;background-color:#fff;transition:.2s;border-radius:50%}._switch_tg4rh_46 input:checked+._slider_tg4rh_57{background-color:#b6f623}._switch_tg4rh_46 input:checked+._slider_tg4rh_57:after{transform:translate(13px)}._addAttendee_tg4rh_88{padding-right:14px;cursor:pointer;border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:space-between;color:#707070;font-style:italic;position:relative}._addAttendee_tg4rh_88 input{margin-top:0;border:none}._modalAttendee_tg4rh_106{position:absolute;z-index:9;width:100%;border-radius:4px;left:0;top:103%;background-color:#fff;box-shadow:0 0 6px #c8c6c4}._modalAttendee_tg4rh_106 ._searchInput_tg4rh_116{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:10px;color:#a6a4a2}._modalAttendee_tg4rh_106 ._searchInput_tg4rh_116 span{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center}._modalAttendee_tg4rh_106 ._searchInput_tg4rh_116 input{color:#a6a4a2;padding-block:8px;padding-inline:14px;margin-top:0}._modalAttendee_tg4rh_106 ._containerList_tg4rh_138{max-height:300px;overflow-y:auto;cursor:pointer;color:#00800000;position:relative;z-index:10}._modalAttendee_tg4rh_106 ._list_tg4rh_146{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-block:5px;margin-block:5px;padding-left:15px;padding-right:15px;border-radius:4px;z-index:10}._modalAttendee_tg4rh_106 ._list_tg4rh_146:hover{background-color:#8080800a}._modalAttendee_tg4rh_106 ._list_tg4rh_146 ._name_tg4rh_162{display:flex;align-items:center;gap:10px;color:#231f20}._modalAttendee_tg4rh_106 ._list_tg4rh_146 input{display:none;width:15px;margin:0}._modalAttendee_tg4rh_106 ._list_tg4rh_146 i{height:15px;color:#000}._modalAttendee_tg4rh_106 button{padding:0 0 0 13px;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px;background-color:transparent;color:#b6f623;border:none}._modalAttendee_tg4rh_106 button:hover{background-color:transparent}._agenda_tg4rh_193{margin-bottom:15px;position:relative}._agendaMeetings_tg4rh_198{overflow-x:auto;height:300px;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}._agendaMeetings_tg4rh_198::-webkit-scrollbar{display:none}._agendaMeetings_tg4rh_198 ._week_tg4rh_208{display:flex;width:100%}._agendaMeetings_tg4rh_198 ._week_tg4rh_208 ._day_tg4rh_212{border-right:1px solid rgba(215,215,215,.631372549);position:relative;width:100%}._agendaMeetings_tg4rh_198 ._week_tg4rh_208 ._day_tg4rh_212 ._meeting_tg4rh_217{height:59px;width:100%;border-bottom:1px solid rgba(215,215,215,.631372549)}._dayHeader_tg4rh_223{display:flex;align-items:center;justify-content:space-between;border-radius:10px;background:var(--grey-palette-grey-20, #f3f2f1);padding-inline:12px;padding-block:8px}._dayHeader_tg4rh_223 ._daySlot_tg4rh_232{cursor:pointer;color:#201f1e;text-align:center;font-family:Segoe UI;font-size:14px;font-style:normal;font-weight:400;line-height:14px}._invitePeople_tg4rh_244{position:relative}._invitePeople_tg4rh_244 ._iconColor_tg4rh_247{position:absolute;top:45%;right:14px;color:#000}._datePicker_tg4rh_254{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;top:105%;left:0;border-radius:6px;overflow:hidden}._datePicker_tg4rh_254 ._confirm_tg4rh_264{width:100%;border-radius:0}._datePicker_tg4rh_254 ._hoursPicker_tg4rh_268 input{width:50px}._datePicker_tg4rh_254 ._hoursPicker_tg4rh_268 select{width:65px;border-radius:6px}._transition_tg4rh_276{transition:.3s}._hourPicker_tg4rh_280 ._hoursPicker_tg4rh_268{display:flex;justify-content:space-between;padding-block:15px}._hourPicker_tg4rh_280 ._hoursPicker_tg4rh_268 select{width:65px;padding-inline:10px;padding-block:8px;margin:0;border:1px solid rgba(0,0,0,.07);border-radius:6px}._timeslot_tg4rh_300{display:flex;align-items:center;justify-content:space-between;gap:1rem}._hourPicker_tg4rh_280{margin:0 auto;text-align:center}._hourPicker_tg4rh_280 ._confirm_tg4rh_264{width:100%}._hourPicker_tg4rh_280 ._hoursPicker_tg4rh_268{display:flex;align-items:center;gap:10px;margin-top:-20px}._hourPicker_tg4rh_280 ._hoursPicker_tg4rh_268 input{width:50px}._hourPicker_tg4rh_280 ._hoursPicker_tg4rh_268 select{width:50%}._datePickerTime_tg4rh_327{display:flex;align-items:center;gap:15px;font-weight:400;color:#231f20}._datePickerTime_tg4rh_327 ._icon_tg4rh_247{cursor:pointer;margin:4px 0 0;padding:0}._textEditor_tg4rh_341{border:1px solid #f1f2ed;background-color:#fff;border-radius:8px;margin-top:8px;padding-inline:14px;padding-block:14px;color:#707070;font-weight:400!important}._textEditor_tg4rh_341 p{padding-bottom:14px}._linkMeeting_tg4rh_355{position:relative;background-color:#fff}._linkMeeting_tg4rh_355 ._iconColor_tg4rh_247{position:absolute;top:45%;right:14px;color:#000}._connectedMeeting_tg4rh_366{position:relative}._connectedMeeting_tg4rh_366 ._meetingSubject_tg4rh_369{position:absolute;top:38%;left:40%;background-color:#f2fcf7;padding-inline:10px;padding-block:5px;border-radius:6px}._projectModal_tg4rh_379{position:absolute;z-index:99;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:100%;border-radius:4px;top:105%}._projectModal_tg4rh_379 ._projectModalItems_tg4rh_388{margin:5px;cursor:pointer;padding:15px;border-radius:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._projectModal_tg4rh_379 ._projectModalItems_tg4rh_388:hover{background-color:#b6f623;color:#fff}._repeat_tg4rh_402{border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;max-width:200px;padding:6px 8px!important;color:#707070;display:flex;align-items:center;justify-content:space-between;cursor:pointer}._repeat_tg4rh_402 p{margin:0;padding:0}._startDate_tg4rh_422{border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;width:70%;padding-inline:14px;padding-block:7px;display:flex;align-items:center;justify-content:space-between;position:relative;gap:10px;cursor:pointer;transition:.1s background-color}._startDate_tg4rh_422:hover{background-color:#f7f7f7}._startDate_tg4rh_422 ._startDateButton_tg4rh_440{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}._startDate_tg4rh_422 ._dateTitle_tg4rh_447{font-size:13px;color:#b6f623;font-weight:600;display:inline-block;margin-bottom:6px}._startDate_tg4rh_422 span{font-weight:500;color:#707070}._startDate_tg4rh_422 ._icon_tg4rh_247{cursor:pointer}._startDate_tg4rh_422:nth-child(2){width:40%;padding-block:14.5px}._tags_tg4rh_466{display:flex;align-items:center;flex-flow:wrap;position:relative;gap:5px}._tags_tg4rh_466 ._tag_tg4rh_466{display:flex;align-items:center;gap:7px;padding-block:5px;padding-inline:10px;border-radius:87px}._tags_tg4rh_466 ._tag_tg4rh_466 ._iconDelete_tg4rh_481{cursor:pointer;display:flex;align-items:center;font-size:11px;margin:0;padding:0}._icon_tg4rh_247{cursor:pointer;display:flex;align-items:center;margin-left:5px}._containerTags_tg4rh_497{cursor:pointer;position:relative;display:flex;justify-content:space-between;align-items:center;border:1px solid #f1f2ed;min-height:38px;padding-inline:14px;margin-top:8px;border-radius:8px}._containerTags_tg4rh_497 ._containerTagsButton_tg4rh_509{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:38px}._containerTags_tg4rh_497 p{color:#707070;display:flex;align-items:center}._containerTags_tg4rh_497 ._tagsWrapper_tg4rh_521{display:flex;gap:15px;width:100%}._containerInputDiv_tg4rh_527{margin-top:8px}._radix-select-content_tg4rh_531{z-index:999999!important}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._invited_y021g_1{margin-top:15px;padding-bottom:5px}h3{display:flex;align-items:center;gap:1rem;margin:0}._close_y021g_13{cursor:pointer;width:-webkit-fit-content;width:fit-content;position:absolute;right:47px;top:32px}._flexAccess_y021g_21{display:flex;align-items:center;margin-top:15px;border-radius:6px;border:1px solid rgba(215,215,215,.631372549);width:-webkit-fit-content;width:fit-content;margin-bottom:5px;overflow:hidden}._access_y021g_32{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:6px;cursor:pointer;background-color:#fff;height:45px;margin:0;min-width:100px}._selectAccess_y021g_45{display:flex;align-items:center;justify-content:center;min-width:100px;gap:10px;cursor:pointer;background-color:#b6f623;height:45px;color:#fff;margin:0}._iconPlus_y021g_58{cursor:pointer;display:flex;align-items:center;justify-content:center}._avatarWrapper_y021g_65{display:flex;align-items:center;gap:10px}._avatar_y021g_65{position:relative;display:flex;align-items:center;justify-content:space-between}._avatar_y021g_65 ._icon_y021g_58{margin-right:15px}._iconSelect_y021g_81{border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;width:-webkit-fit-content;width:fit-content;padding:6px 8px!important;margin-top:8px;cursor:pointer;position:relative}._addEmoticone_y021g_95{width:-webkit-max-content;width:max-content;border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;margin-top:8px;padding-inline:14px;padding-block:18px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#707070;cursor:pointer;position:relative}._addAttendeeContainer_y021g_112{background-color:#fff;border-radius:6px;padding-inline:14px;padding-block:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#707070;margin-top:8px;cursor:pointer}._addAttendeeContainer_y021g_112 ._invite_y021g_1{display:flex;align-items:center;gap:15px}._addAttendee_y021g_112{position:relative}._iconZone_y021g_135{position:relative;display:flex;align-items:center;gap:.5rem;margin-top:.5rem}._modalPeople_y021g_143{position:absolute;z-index:99;width:50%;border-radius:4px;left:0;top:105%;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:15px}._modalPeople_y021g_143 ._searchInput_y021g_154{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:10px;color:#a6a4a2}._modalPeople_y021g_143 ._searchInput_y021g_154 span{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center}._modalPeople_y021g_143 ._searchInput_y021g_154 input{color:#a6a4a2;padding-block:8px;padding-inline:14px;margin-top:0}._modalPeople_y021g_143 ._peopleList_y021g_176{max-height:320px;overflow:auto}._modalPeople_y021g_143 ._avatar_y021g_65{display:flex;align-items:center;gap:15px}._modalPeople_y021g_143 ._row_y021g_185{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-block:10px;margin-block:5px;padding-left:5px;padding-right:10px;border-radius:4px;z-index:10;cursor:pointer}._modalPeople_y021g_143 ._row_y021g_185 ._avatar_y021g_65{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._modalPeople_y021g_143 ._row_y021g_185:hover{background-color:#8080800a}._modalPeople_y021g_143 ._row_y021g_185 input{width:15px;margin:0}._modalPeople_y021g_143 button{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px}._container_y021g_220{margin-top:8px}._containerTags_y021g_224{margin-top:8px;border:1px solid rgba(215,215,215,.631372549);border-radius:6px;position:relative;min-height:40px;display:flex;align-items:center;width:100%;padding-inline:14px}._containerTags_y021g_224 ._buttonTags_y021g_235{display:flex;align-items:center;width:100%;border-radius:6px;min-height:40px;justify-content:space-between;cursor:pointer}._containerTags_y021g_224 ._tagsWrapper_y021g_244{display:flex;align-items:center;gap:15px;width:100%}._containerTags_y021g_224 p{color:#707070;margin:0;padding:0}._containerTags_y021g_224 ._tags_y021g_244{display:flex;align-items:center;flex-flow:wrap;gap:15px;position:relative}._containerTags_y021g_224 ._tags_y021g_244 ._tag_y021g_244{display:flex;align-items:center;height:-webkit-min-content;height:min-content;gap:10px;padding:5px;border-radius:87px}._containerTags_y021g_224 ._tags_y021g_244 ._tag_y021g_244 ._iconDelete_y021g_270{cursor:pointer;display:flex;align-items:center;margin:0;padding:0}._containerTags_y021g_224 ._icon_y021g_58{cursor:pointer;display:flex;align-items:center;height:14px}._textEditor_y021g_284{border:1px solid rgba(215,215,215,.631372549);padding-inline:14px;padding-block:14px;margin-top:8px;border-radius:6px}._buttons_y021g_292{gap:1rem;margin-top:16px;display:flex;justify-content:end}._buttons_y021g_292 ._addBtn_y021g_298{display:flex;justify-content:center;align-items:center;gap:.5rem}._buttons_y021g_292 ._cancel_y021g_304{background-color:transparent;color:#231f20;font-weight:600;border:1px solid #8a8886}._buttons_y021g_292 ._cancel_y021g_304:hover{background-color:#ebebeb}._emoticonBlock_y021g_314{display:flex;align-items:center;flex-flow:wrap;gap:15px;height:200px;overflow-y:auto;overflow-x:hidden}._emoticonBlock_y021g_314 ._emoticon_y021g_314{cursor:pointer;width:8px}._addAttendee_y021g_112{cursor:pointer;border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:space-between;color:#707070;font-style:italic;position:relative;width:100%;padding-right:10px}._addAttendee_y021g_112 input{margin-top:0;border:none;width:100%}._modalAttendee_y021g_348{position:absolute;z-index:9;width:100%;border-radius:4px;left:0;top:103%;background-color:#fff;box-shadow:0 0 6px #c8c6c4}._modalAttendee_y021g_348 ._searchInput_y021g_154{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:10px;color:#a6a4a2}._modalAttendee_y021g_348 ._searchInput_y021g_154 span{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center}._modalAttendee_y021g_348 ._searchInput_y021g_154 input{color:#a6a4a2;padding-block:8px;padding-inline:14px;margin-top:0}._modalAttendee_y021g_348 ._containerList_y021g_380{max-height:300px;overflow-y:auto;cursor:pointer;color:#00800000;position:relative;z-index:10}._modalAttendee_y021g_348 ._list_y021g_388{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-block:5px;margin-block:5px;padding-left:15px;padding-right:15px;border-radius:4px;z-index:10}._modalAttendee_y021g_348 ._list_y021g_388:hover{background-color:#8080800a}._modalAttendee_y021g_348 ._list_y021g_388 ._name_y021g_404{display:flex;align-items:center;gap:10px;color:#231f20}._modalAttendee_y021g_348 ._list_y021g_388 input{display:none;width:15px;margin:0}._modalAttendee_y021g_348 ._list_y021g_388 i{height:15px;color:#000}._modalAttendee_y021g_348 button{padding:0 0 0 13px;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px;background-color:transparent;color:#b6f623;border:none}._modalAttendee_y021g_348 button:hover{background-color:transparent}._attendees_y021g_435{margin-top:8px;position:relative}._attendees_y021g_435 ._flex_y021g_21{padding-top:8px;margin-bottom:16px;padding-right:14px;padding-left:8px;display:flex;align-items:center;justify-content:space-between}._attendees_y021g_435 ._flex_y021g_21 ._name_y021g_404{display:flex;align-items:center;gap:15px;margin:0}._attendees_y021g_435 select{width:100px;border:none;background-color:#fbfaf9;margin-top:9px}._attendees_y021g_435 select:focus{outline:none}._attendees_y021g_435 button{margin-top:10px}._attendees_y021g_435 ._close_y021g_13{color:#231f20;cursor:pointer}._iconSelect_y021g_81{font-size:30px}._flex_y021g_21{display:flex;align-items:center;gap:15px}._error_y021g_481{color:#dc2626!important;font-size:.875rem;margin-top:.25rem}._requiredStar_y021g_487{color:#dc2626;margin-left:.25rem}._iconZone_y021g_135{position:relative;display:flex;align-items:center;gap:.5rem}@keyframes _fade-in_zl6l8_1{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes _fade-out_zl6l8_1{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes _slide-in_zl6l8_1{0%{right:-666px}to{right:0}}@keyframes _slide-out_zl6l8_1{0%{right:0}to{right:-666px}}._formContainer_zl6l8_33{--animation-timeOut: .3s;position:fixed;z-index:9999;right:0;bottom:0;width:100%;height:100%;animation:_fade-in_zl6l8_1 var(--animation-timeOut) ease-in-out forwards;overflow-y:scroll;overflow-x:hidden}._formContainer_zl6l8_33._fadeOut_zl6l8_46{animation:_fade-out_zl6l8_1 var(--animation-timeOut) ease-in-out forwards}._formModal_zl6l8_50{position:absolute;right:0;border-left:1px solid rgba(128,128,128,.15);background-color:#fff;width:660px;box-shadow:1px -1px 20px #00000012;padding-inline:33px;padding-block:26px;min-height:100%;animation:_slide-in_zl6l8_1 var(--animation-timeOut) ease-in-out forwards}@media screen and (max-width:800px){._formModal_zl6l8_50{margin:0;width:90%}}@media screen and (max-width:600px){._formModal_zl6l8_50{width:85%}}@media screen and (max-width:500px){._formModal_zl6l8_50{height:calc(100% - 100px);overflow:auto}}._formModal_zl6l8_50._slideOut_zl6l8_80{animation:_slide-out_zl6l8_1 var(--animation-timeOut) ease-in-out forwards}._formIcon_zl6l8_84{background-color:#b6f623;transform:scale(.9);color:#fff;height:45px;width:45px;border-radius:100%;display:flex;align-items:center;justify-content:center}._closeButton_zl6l8_96 ._icon_zl6l8_96{font-size:12px;color:#231f20;background-color:#8080801a;display:flex;align-items:center;justify-content:center;padding:7px;border-radius:100%}._titleWrapper_zl6l8_107{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._titleWrapper_zl6l8_107 h3{display:flex;gap:.9rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}._btnContainer_zl6l8_125{gap:1rem;margin-top:16px;display:flex;justify-content:end}._btnContainer_zl6l8_125 ._addBtn_zl6l8_131{display:flex;justify-content:center;align-items:center;gap:.5rem;transition:.3s;border:1px solid #02ba5e;outline:1px solid #02a554}._cancel_zl6l8_141{background-color:#fff;color:#231f20;font-weight:600;border:1px solid #231f20;margin-left:16px}._cancel_zl6l8_141:hover{background-color:#ebebeb}._meetings_799ej_1{--height: 75px;flex:1;display:flex;flex-wrap:wrap;position:relative}._meetings_799ej_1 ._meeting_799ej_1{display:flex;flex-flow:wrap;height:var(--height);width:100%;border-top:1px solid #D6DCD9}._meetings_799ej_1 ._meeting_799ej_1 ._halfHour_799ej_15{width:100%;height:calc(var(--height) / 2);cursor:pointer;border-bottom:1px solid #EEF1EF;transition:background-color .1s}._meetings_799ej_1 ._meeting_799ej_1 ._halfHour_799ej_15:hover{background-color:#fafafa}._agendaSlot_799ej_26{position:absolute;background-color:#f8fee6;width:100%;border-radius:5px}._conflictSlot_799ej_33{position:absolute;background-color:#9c15158c;width:100%}._flex_799ej_39{display:flex;width:100%}._meetingSlot_799ej_44{padding:4px;position:absolute;color:#bdc0b5;font-weight:600;border-radius:8px;background-color:#f8fee6;margin-right:10px;overflow:hidden;border:1px solid #CCF844;border-left:5px solid #CCF844}._meetingSlot_799ej_44 ._meetingSubject_799ej_56{padding-left:5px;width:95%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._meetingSlot_799ej_44 ._meetingSubject_799ej_56 div,._meetingSlot_799ej_44 ._meetingSubject_799ej_56._lessthanOneHour_799ej_69 div{width:95%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._meetingSlot_799ej_44 ._startEnd_799ej_75{font-weight:600;font-size:10px}._meetingSlot_799ej_44._shortMeeting_799ej_79{height:-webkit-max-content!important;height:max-content!important}._meetingSlot_799ej_44 ._meetingStatus_799ej_82{min-width:2px;background-color:#f2fcf7}._meetingSlot_799ej_44 ._meetingStatus_799ej_82._organizer_799ej_86,._meetingSlot_799ej_44 ._meetingStatus_799ej_82._accepted_799ej_89{background-color:#b6f623}._meetingSlot_799ej_44 ._meetingStatus_799ej_82._declined_799ej_92{background-color:red}._meetingSlot_799ej_44 ._meetingStatus_799ej_82._notResponded_799ej_95,._meetingSlot_799ej_44 ._meetingStatus_799ej_82._none_799ej_98{background-color:orange}._meetingSlot_799ej_44 ._meetingStatus_799ej_82._tentativelyAccepted_799ej_101{background-color:#ff0}._flexTitle_799ej_105{color:#231f20;display:flex;align-items:flex-start;justify-content:space-between;flex-flow:wrap}._flexTitle_799ej_105 ._flexBox_799ej_112{flex:1 1 50%;min-width:150px}._flexTitle_799ej_105 ._flexBox_799ej_112 ._titleProject_799ej_116{line-clamp:1;overflow:hidden;text-overflow:ellipsis}._groupAttendees_799ej_122{display:flex;align-items:center;justify-content:flex-start;margin-top:8px}._tooltip_11a5h_1{position:relative;z-index:1999;padding-block:4px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:24px}._tooltip_11a5h_1 ._tooltipContent_11a5h_11{font-size:16px;font-weight:500;color:#231f20}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{box-sizing:border-box;height:100%;display:flex;flex-direction:column;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;user-select:text}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media(max-width:767px){.rbc-toolbar{flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;box-sizing:border-box;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:flex;flex-direction:column;flex:1 0 0;width:100%;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;position:relative;flex-direction:column;flex:1 0 0;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex-direction:row;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex-direction:column;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:flex;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:flex;max-height:100%;min-height:20px;flex-flow:column wrap;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:-webkit-sticky;position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;flex:1 0 0;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;flex:1 1 0;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:flex;flex-direction:column;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{flex:1;display:flex;min-width:0;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{display:flex;flex:1 0 0%;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:flex;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.rbc-addons-dnd .rbc-addons-dnd-row-body{position:relative}.rbc-addons-dnd .rbc-addons-dnd-drag-row{position:absolute;top:0;left:0;right:0}.rbc-addons-dnd .rbc-addons-dnd-over{background-color:#0000004d}.rbc-addons-dnd .rbc-event{transition:opacity .15s}.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon,.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon{display:block}.rbc-addons-dnd .rbc-addons-dnd-dragged-event{opacity:0}.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview){opacity:.5}.rbc-addons-dnd .rbc-addons-dnd-resizable{position:relative;width:100%;height:100%}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor{width:100%;text-align:center;position:absolute}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child{top:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child{bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon{display:none;border-top:3px double;margin:0 auto;width:10px;cursor:ns-resize}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor{position:absolute;top:4px;bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child{left:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child{right:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon{display:none;border-left:3px double;margin-top:auto;margin-bottom:auto;height:10px;cursor:ew-resize}._pageWrapper_uif7l_1{min-height:100vh;width:100%;background-color:#fafbf9;display:flex;flex-direction:column;margin:0;padding:0}._header_uif7l_11{background-color:#fff;width:100%;padding:20px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 4px #0000000d;margin:0}._header_uif7l_11 img{height:40px;max-width:200px;object-fit:contain}._container_uif7l_27{display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0;width:100%;flex:1;background-color:#fafbf9}@media screen and (max-width:820px){._container_uif7l_27{padding:20px}}._content_uif7l_43{display:flex;flex-flow:wrap;justify-content:center;align-items:center;width:100%;flex:1}._bottom_uif7l_52{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:auto}._containerLoader_uif7l_60{width:60%;text-align:left;margin:0 auto;height:100%;-ms-overflow-style:none;scrollbar-width:none;overflow-y:hidden}._containerLoader_uif7l_60::-webkit-scrollbar{display:none}@media screen and (max-width:820px){._containerLoader_uif7l_60{width:100%}}._loader_uif7l_78{margin-top:200px}._policy_uif7l_82{text-align:center;padding:20px;font-size:14px;color:#666}._policy_uif7l_82 a{color:#666;text-decoration:underline}._policy_uif7l_82 a:hover{color:#333}._container_1ch8s_1{width:60%;text-align:left;margin:0 auto;height:100%;-ms-overflow-style:none;scrollbar-width:none;overflow-y:hidden}._container_1ch8s_1::-webkit-scrollbar{display:none}@media screen and (max-width:820px){._container_1ch8s_1{width:100%}}@keyframes _fade-right_1ch8s_1{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}._container_1ch8s_1 ._fadeRight_1ch8s_28{transform:translate(30px);opacity:0;animation:_fade-right_1ch8s_1 .4s forwards ease}._container_1ch8s_1 h1{font-size:28px;font-weight:400;padding:10px 0 0;margin:0}._container_1ch8s_1 ._Logo_1ch8s_40 img{height:32px;width:82.29px}._container_1ch8s_1 ._text_1ch8s_44{color:#cac9c8;font-weight:400;margin-bottom:50px}._container_1ch8s_1 ._form_1ch8s_49{max-width:500px;margin:50px auto 0;max-height:calc(100vh - 300px);overflow-y:auto}._container_1ch8s_1 form{margin-top:20px;max-width:450px}._container_1ch8s_1 form ._inputWrapper_1ch8s_60{text-align:left;border:1px solid #d7d7d7;margin-bottom:20px;padding-inline:10px;padding-block:8px;border-radius:8px;position:relative}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 ._usageSelect_1ch8s_69{display:none}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 ._selectChoice_1ch8s_72{padding-top:20px}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 span{position:absolute;right:20px;top:50%;z-index:2;transform:translateY(-45%)}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 select{margin:0;padding:20px 0 0;font-size:14px;font-weight:500;max-width:100%;background-color:transparent}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 ._selectIcon_1ch8s_91{position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:14px;z-index:-1}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 ._customOptionsContainer_1ch8s_99{position:absolute;top:105%;z-index:100;max-height:200px;overflow:auto;left:0;width:100%;background-color:#fff;border-radius:10px;box-shadow:1px 1px 10px #0003;border:1px solid rgba(128,128,128,.1);cursor:pointer}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 ._customOptionsContainer_1ch8s_99::-webkit-scrollbar{width:6px}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 ._customOptionsContainer_1ch8s_99::-webkit-scrollbar-thumb{background:#888;border-radius:10px}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 ._customOptionsContainer_1ch8s_99 li{list-style:none;padding-inline:10px;margin:5px;border-radius:10px;padding-block:10px;cursor:pointer;display:flex;align-items:center;gap:10px}._container_1ch8s_1 form ._inputWrapper_1ch8s_60 ._customOptionsContainer_1ch8s_99 li:hover{background-color:#8080800d}._container_1ch8s_1 form ._bottomTextForm_1ch8s_134{color:#707070;font-weight:500;font-size:13px}._container_1ch8s_1 form ._checkbox_1ch8s_139 input{width:20px}._container_1ch8s_1 form ._checkbox_1ch8s_139{display:flex;align-items:center;gap:20px}._container_1ch8s_1 form ._checkbox_1ch8s_139 span{font-weight:500;width:350px}._invitePeoplesWrapper_1ch8s_152{position:relative}._invitePeoplesModal_1ch8s_156{position:absolute;top:100%;left:0;width:100%;background-color:#fff;z-index:40;box-shadow:1px 1px 10px #0000001a;padding:20px;cursor:pointer;border-radius:8px}._opacity_1ch8s_169{opacity:.7}._noOpacity_1ch8s_173{opacity:1}._country_1ch8s_177 input{background-color:transparent;padding:0!important;margin:0!important}textArea{background-color:#fbfaf9;padding:5px;width:100%;height:80px;resize:none;margin-bottom:10px;border:none}textArea:focus{outline:none;border:none}._input_1ch8s_60{margin-bottom:15px;display:flex;flex-direction:column;gap:5px;padding:3px}._flex_1ch8s_205{margin:15px auto auto;text-align:center}._button_1qy9j_1{margin-top:10px;width:100%;min-height:50px;background-color:#00ad56;border:none;border-radius:8px}._button_1qy9j_1 ._loginButton_1qy9j_9{display:flex;align-items:center;justify-content:flex-start;gap:12px}._button_1qy9j_1 ._flex_1qy9j_15{display:flex;align-items:center;gap:15px}._button_1qy9j_1 ._icon_1qy9j_20{background-color:#fff;padding:2px;display:flex;align-items:center;justify-content:center}._googleInfo_1qy9j_28{margin-top:10px}._container_zfrry_1{width:100%;max-width:500px;text-align:left;background-color:#fff;border-radius:16px;box-shadow:0 4px 6px #00000012,0 8px 16px #0000000d;padding:40px;overflow:visible}@keyframes _fade-bottom_right_zfrry_1{0%{max-height:0px}50%{transform:translate(30px);max-height:130px;opacity:0}to{transform:translate(0);opacity:1;max-height:130px}}@keyframes _fade-bottom_login_zfrry_1{0%{max-height:0px}50%{transform:translate(30px);max-height:80px;opacity:0}to{transform:translate(0);opacity:1;max-height:80px}}@keyframes _fade-bottom_access_zfrry_1{0%{max-height:0px}50%{transform:translate(30px);max-height:160px;opacity:0}to{transform:translate(0);opacity:1;max-height:160px}}@keyframes _fade-bottom_register_zfrry_1{0%{max-height:0px;margin-top:-50px}50%{transform:translate(30px);max-height:160px;opacity:0;margin-top:0}to{transform:translate(0);opacity:1;max-height:160px;margin-top:0}}@keyframes _fade-right_zfrry_1{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}._container_zfrry_1 ._fadeRight_zfrry_84{transform:translate(30px);opacity:0;animation:_fade-right_zfrry_1 .4s forwards ease}._container_zfrry_1 ._fadeRightBottom_zfrry_89{max-height:0;transform:translate(30px);opacity:0;animation:_fade-bottom_right_zfrry_1 .8s forwards ease}._container_zfrry_1 ._fadeRightLogin_zfrry_95{max-height:0;transform:translate(30px);opacity:0;animation:_fade-bottom_login_zfrry_1 .8s forwards ease}._container_zfrry_1 ._fadeRightAccess_zfrry_101{max-height:0;transform:translate(30px);opacity:0;animation:_fade-bottom_access_zfrry_1 .8s forwards ease}._container_zfrry_1 ._fadeRightBottomRegister_zfrry_107{margin-top:-50px;max-height:0;transform:translate(30px);opacity:0;animation:_fade-bottom_register_zfrry_1 .8s forwards ease}._container_zfrry_1 h1{font-size:28px;font-weight:700;margin:0}._container_zfrry_1 h2{font-weight:500;margin-top:5px;font-size:28px}._container_zfrry_1 ._form_zfrry_124{width:100%;margin:0 auto;padding-top:0}._container_zfrry_1 ._form_zfrry_124 form{position:relative}._container_zfrry_1 ._form_zfrry_124 form input{padding:14px}._container_zfrry_1 ._form_zfrry_124 form ._checkIcon_zfrry_137{position:absolute;right:15px;top:45%;font-size:16px;color:#b6f623}._container_zfrry_1 ._form_zfrry_124 ._error_zfrry_144{position:absolute;font-size:14px;margin-top:10px;color:red}._container_zfrry_1 ._button_zfrry_150{margin-top:30px;width:100%;height:50px;background-color:#00ad56;border:none;border-radius:8px}._container_zfrry_1 ._cancel_zfrry_158{background-color:transparent;color:#231f20;border-color:#231f20;width:100%;height:45px;font-weight:600;margin-top:16px;border-radius:8px}._container_zfrry_1 ._existingCompany_zfrry_168,._container_zfrry_1 ._connectWithWindows_zfrry_173{font-size:13px;font-weight:500;margin-top:10px}._container_zfrry_1 ._loginButton_zfrry_178{display:flex;align-items:center;justify-content:center;gap:12px}._container_zfrry_1 ._signUp_zfrry_184{text-align:center;margin-top:30px;transition:.2s}._container_zfrry_1 ._signUp_zfrry_184 span{color:#66a30a;font-weight:600;text-decoration:underline}._container_zfrry_1 ._notifier_zfrry_194{margin-top:25px;font-size:13px;font-weight:500}@media screen and (max-width:820px){._container_zfrry_1{width:100%;margin-bottom:20px;padding:30px 20px}}._companyName_zfrry_207{text-transform:uppercase;font-weight:500}._spinner_zfrry_212{position:absolute;right:15px;top:25%;font-size:10px}._container_o9lb7_1{width:100%;padding:30px}._container_o9lb7_1 h1{margin:0 0 28px;padding:0}._tabs_o9lb7_11{display:flex;flex-direction:row;border-radius:5px;width:-webkit-fit-content;width:fit-content;gap:.5rem;color:#8a8886}._tabs_o9lb7_11 a{cursor:pointer;border-bottom:1px solid rgba(215,215,215,.631372549)}._tabs_o9lb7_11 a:hover{border-bottom:1px solid gray;color:#231f20}._tabs_o9lb7_11 ._activeTab_o9lb7_27{font-weight:500;padding:5px;background-color:#f5f5f5d8;border-bottom:1px solid transparent;color:#231f20}._settings_x3zlj_1{width:100%}._settings_x3zlj_1 form ._day_x3zlj_4{background-color:#fafbf9;display:flex;flex-direction:column;justify-content:space-between;align-items:start;padding:15px;margin-bottom:10px;gap:10px}._settings_x3zlj_1 form ._day_x3zlj_4 input{width:20px;margin-right:10px}._settings_x3zlj_1 form ._day_x3zlj_4 ._checkDay_x3zlj_18{display:flex;align-items:center;height:-webkit-fit-content;height:fit-content}._settings_x3zlj_1 form ._day_x3zlj_4 ._checkDay_x3zlj_18 input{margin-top:0;width:16px;height:-webkit-fill-available}._settings_x3zlj_1 form ._day_x3zlj_4 ._hours_x3zlj_28{display:flex;gap:20px;width:400px}._settings_x3zlj_1 form ._day_x3zlj_4 ._hours_x3zlj_28 select{background-color:#fff}._settings_x3zlj_1 form ._day_x3zlj_4 ._hours_x3zlj_28 ._fromTo_x3zlj_36{width:100%}._settings_x3zlj_1 form ._disableDay_x3zlj_39{background-color:#fbfaf9;display:hidden;justify-content:space-between;align-items:center;padding:15px;margin-bottom:10px;opacity:.5}._settings_x3zlj_1 form ._disableDay_x3zlj_39 input{width:20px;margin-right:10px}._settings_x3zlj_1 form ._disableDay_x3zlj_39 ._checkDay_x3zlj_18{display:flex;align-items:center}._settings_x3zlj_1 form ._disableDay_x3zlj_39 ._checkDay_x3zlj_18 input{margin-top:0;width:16px;height:-webkit-fill-available}._settings_x3zlj_1 form ._disableDay_x3zlj_39 ._hours_x3zlj_28{display:flex;gap:20px;width:400px}._settings_x3zlj_1 form ._disableDay_x3zlj_39 ._hours_x3zlj_28 select{background-color:#fff}._settings_x3zlj_1 form ._disableDay_x3zlj_39 ._hours_x3zlj_28 ._fromTo_x3zlj_36{width:100%}._settings_x3zlj_1 form ._lang_x3zlj_72 select{background-color:#fbfaf9!important;width:150px}._settings_x3zlj_1 form ._cancel_x3zlj_76{background-color:transparent;color:#231f20;margin-right:33px;font-weight:600;border:1px solid #8a8886;border-radius:2px}._settings_x3zlj_1 form ._cancel_x3zlj_76:hover{background-color:#ebebeb}._container_x3zlj_88{margin-top:30px}._container_x3zlj_88 ._toggle_x3zlj_91{display:flex;gap:10px;margin-bottom:10px}._container_2uop6_1{width:inherit;padding-top:5px;padding-inline:32px}._container_2uop6_1 h1{margin:32px 0 28px;padding:0}._tabs_2uop6_13{display:flex;flex-direction:row;gap:2rem;margin-bottom:20px;color:#8a8886}._tabs_2uop6_13 a{cursor:pointer}._tabs_2uop6_13 a:hover{font-weight:500;border-bottom:2px solid #b6f623;color:#231f20}._tabs_2uop6_13 ._activeTab_2uop6_28{font-weight:500;padding-bottom:10px;border-bottom:2px solid #b6f623;color:#231f20}._tabContainer_2uop6_35{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;padding-bottom:20px;height:75vh}._container_ibro7_1{padding-bottom:20px}._container_ibro7_1::-webkit-scrollbar{display:none}._container_ibro7_1 ._section_ibro7_7{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(215,215,215,.5)}._container_ibro7_1 ._section_ibro7_7 h2{margin-bottom:8px;font-size:1.125rem;font-weight:600;color:#231f20}._container_ibro7_1 ._description_ibro7_18{color:#6b7280;font-size:.875rem;margin-bottom:0;line-height:1.5}._container_ibro7_1 ._containerDetails_ibro7_24{background-color:#fbfaf9;border-radius:8px;display:flex;align-items:stretch;padding:24px;gap:1.25rem;margin-bottom:2rem;transition:box-shadow .2s ease}._container_ibro7_1 ._containerDetails_ibro7_24:hover{box-shadow:0 2px 8px #0000000f}._container_ibro7_1 ._containerDetails_ibro7_24 ._input_ibro7_37{flex-basis:25%}._container_ibro7_1 ._containerDetails_ibro7_24 ._input_ibro7_37 label{display:block;font-weight:500;font-size:.875rem;color:#231f20;margin-bottom:8px}._container_ibro7_1 ._containerDetails_ibro7_24 ._country_ibro7_47{flex-basis:25%}._container_ibro7_1 ._containerDetails_ibro7_24 ._country_ibro7_47 label{display:block;font-weight:500;font-size:.875rem;color:#231f20;margin-bottom:8px}._container_ibro7_1 ._containerDetails_ibro7_24 ._textArea_ibro7_57{border:1px solid rgba(215,215,215,.631372549);border-radius:6px;padding:0;display:flex;height:38px}._container_ibro7_1 ._containerDetails_ibro7_24 select{border-radius:6px;border:1px solid rgba(215,215,215,.631372549);background-color:#fff;margin-top:11px}._container_ibro7_1 ._containerDetails_ibro7_24 ._uploadZone_ibro7_70{position:relative;margin-top:4px}._container_ibro7_1 ._containerDetails_ibro7_24 ._uploadZone_ibro7_70 ._fileInput_ibro7_74{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}._container_ibro7_1 ._containerDetails_ibro7_24 ._uploadZone_ibro7_70 ._uploadLabel_ibro7_82{display:flex;align-items:center;gap:8px;padding:10px 16px;border:2px dashed rgba(215,215,215,.8);border-radius:6px;background-color:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem;color:#6b7280}._container_ibro7_1 ._containerDetails_ibro7_24 ._uploadZone_ibro7_70 ._uploadLabel_ibro7_82:hover{border-color:#b6f623;background-color:#b6f6230a;color:#b6f623}._container_ibro7_1 ._containerDetails_ibro7_24 ._uploadZone_ibro7_70 ._uploadIcon_ibro7_100{width:18px;height:18px}._container_ibro7_1 ._containerDetails_ibro7_24 ._uploadZone_ibro7_70 ._fileName_ibro7_104{color:#b6f623;font-weight:500}._container_ibro7_1 ._containerDetails_ibro7_24 ._logoPreview_ibro7_108{display:flex;align-items:center;gap:12px;padding:8px 12px;background-color:#fff;border:1px solid rgba(215,215,215,.631372549);border-radius:6px;margin-top:4px}._container_ibro7_1 ._containerDetails_ibro7_24 ._logoPreview_ibro7_108 ._logo_ibro7_108{width:32px;height:32px;object-fit:contain;border-radius:4px}._container_ibro7_1 ._containerDetails_ibro7_24 ._icon_ibro7_124{color:#b6f623;cursor:pointer}._container_ibro7_1 ._containerDetails_ibro7_24 ._iconClose_ibro7_128{color:#707070;display:inline-flex;justify-content:center;align-items:center;font-size:15px;height:24px;width:24px;cursor:pointer;border-radius:4px;transition:all .2s ease}._container_ibro7_1 ._containerDetails_ibro7_24 ._iconClose_ibro7_128:hover{background-color:#dc26261a;color:#dc2626}._container_ibro7_1 button{margin-right:10px;width:-webkit-max-content;width:max-content}._containerLogo_ibro7_149{position:absolute;padding:0 10px 10px;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4}._error_ibro7_158{color:#dc2626;font-size:12px;margin-top:4px;display:block}._formActions_ibro7_165{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid rgba(229,231,235,.8)}._unsavedChanges_ibro7_174{display:flex;align-items:center;gap:6px;color:#f59e0b;font-size:.875rem;font-weight:500;padding:6px 12px;background-color:#f59e0b1a;border-radius:6px}._warningIcon_ibro7_186{width:16px;height:16px}._saveButton_ibro7_191{min-width:100px;background-color:#b6f623}._saveButton_ibro7_191:hover{background-color:#a4e709}._saveButton_ibro7_191:disabled{opacity:.6}._spinner_ibro7_202{width:16px;height:16px;margin-right:8px;animation:_spin_ibro7_202 1s linear infinite}@keyframes _spin_ibro7_202{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._overview_181yh_1{overflow-x:auto;white-space:nowrap}._container_181yh_6{margin-top:25px;margin-bottom:25px;width:100%}._container_181yh_6 ._invite_181yh_11{background-color:transparent;color:#231f20;font-weight:600;border:1px solid #8a8886;border-radius:2px;display:flex;align-items:center;gap:10px}._container_181yh_6 ._invite_181yh_11:hover{background-color:#ebebeb}._container_181yh_6 ._invite_181yh_11{margin-bottom:20px}._container_181yh_6 ._invite_181yh_11 ._icon_181yh_27{font-size:14px}._container_181yh_6 table{text-align:left;padding-left:0;margin:0}._container_181yh_6 table th,._container_181yh_6 table td{padding-right:10px}._container_181yh_6 table tr,._container_181yh_6 table th{min-height:47px}._container_181yh_6 table td,._container_181yh_6 table th{border-bottom:1px solid rgba(215,215,215,.631372549);padding:20px}._container_181yh_6 table td ._more_181yh_48,._container_181yh_6 table th ._more_181yh_48{cursor:pointer;float:right}._container_181yh_6 table ._displayName_181yh_53{text-transform:capitalize}._container_181yh_6 table ._statut_181yh_56._active_181yh_56{color:#b6f623}._container_181yh_6 table ._statut_181yh_56._pending_181yh_59{color:#9c1515}._options_181yh_63{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:200px;right:20px}._options_181yh_63 ._edit_181yh_71{color:#b6f623;margin:10px;display:flex;align-items:center;gap:10px;cursor:pointer}._options_181yh_63 ._edit_181yh_71 span{color:#231f20}._options_181yh_63 ._remove_181yh_82{color:red;margin:10px;cursor:pointer;display:flex;align-items:center;gap:5px}._confirmBox_181yh_91{position:fixed;left:0;top:0;z-index:10;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_181yh_91 div{margin:300px auto auto;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:450px;padding-top:10px;padding-bottom:10px;text-align:center}._confirmBox_181yh_91 div button{margin:10px}._optionsButtons_181yh_115{display:flex;align-items:center;gap:15px;flex-flow:wrap}._toggle_181yh_122{display:flex;gap:10px;margin-bottom:10px}._request_181yh_128{margin-top:50px}._request_181yh_128 ._accept_181yh_131{color:#b6f623;width:-webkit-fit-content;width:fit-content;cursor:pointer}._request_181yh_128 ._refuse_181yh_136{color:#9c1515;width:-webkit-fit-content;width:fit-content;cursor:pointer}._country_181yh_142 input{background-color:transparent;padding:0!important;margin:0!important}._startDate_181yh_148{background-color:#fff;border-radius:8px;text-align:left;border:1px solid #d7d7d7;margin-bottom:20px;padding-inline:10px;padding-block:8px;color:#707070;position:relative;gap:10px}._startDate_181yh_148 ._titleLabel_181yh_160{color:#b6f623;font-size:13px;font-weight:400!important}._startDate_181yh_148 ._startDateButton_181yh_165{cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}._startDate_181yh_148 ._datePickerTime_181yh_173{font-weight:500;color:#231f20}._startDate_181yh_148 ._icon_181yh_27{position:absolute;right:10px;top:25%;color:#231f20;cursor:pointer}._inputWrapper_181yh_185{margin-top:5px;margin-bottom:5px}._flex_181yh_190{display:flex;align-items:center;gap:15px}@keyframes _fade-in_181yh_1{0%{background-color:#0000}to{background-color:#0006}}._update_181yh_204{--animation-timeOut: .3s;position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;animation:_fade-in_181yh_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;overflow-x:hidden}._update_181yh_204::-webkit-scrollbar{display:none}@keyframes _fade-out_181yh_1{0%{background-color:#0006}to{background-color:#0000}}._update_181yh_204._fadeOut_181yh_230{animation:_fade-out_181yh_1 var(--animation-timeOut) ease-in-out forwards}@keyframes _slide-in_181yh_1{0%{right:-666px}to{right:0}}._modal_181yh_242{position:absolute;right:0;background-color:#fff;width:660px;padding-inline:33px;padding-block:26px;min-height:100%;animation:_slide-in_181yh_1 var(--animation-timeOut) ease-in-out forwards}@media screen and (max-width:500px){._modal_181yh_242{padding-bottom:60px}}._modal_181yh_242 ._icon_181yh_27{float:right}._modal_181yh_242 ._timeFLex_181yh_260{display:flex}@media screen and (max-width:800px){._modal_181yh_242{margin:0;width:90%}}@media screen and (max-width:600px){._modal_181yh_242{width:85%}}@media screen and (max-width:500px){._modal_181yh_242{height:calc(100% - 100px);overflow:auto}}._modal_181yh_242 ._titleWrapper_181yh_280{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._modal_181yh_242 ._titleWrapper_181yh_280 h3{display:flex;gap:1rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}@keyframes _slide-out_181yh_1{0%{right:0}to{right:-666px}}._modal_181yh_242._slideOut_181yh_306{animation:_slide-out_181yh_1 var(--animation-timeOut) ease-in-out forwards}._closeButton_181yh_310 ._icon_181yh_27,form{color:#231f20}._cancel_181yh_321{background-color:#fff;color:#231f20;font-weight:600;border:1px solid #231f20;margin-left:16px}._cancel_181yh_321:hover{background-color:#ebebeb}._hasAccept_181yh_332{opacity:.5}._moreCol_181yh_336{position:relative}._cat_181yh_340{display:flex;align-items:center;justify-content:space-between;gap:15px;width:-webkit-max-content;width:max-content;color:var(--grey-palette-grey-190, #201f1e);font-family:Segoe UI;font-size:15px;font-style:normal;font-weight:700;line-height:21px;padding-bottom:20px;padding-top:10px}._domain_181yh_356{margin:5px 5px 5px 22px}._textArea_181yh_361{border:1px solid rgba(215,215,215,.631372549);border-radius:6px;padding:0;display:flex}._container_1rpq9_1{background-color:#f7f7f7;border:1px solid #d7d7d7;border-radius:4px;display:flex;align-items:center;justify-content:space-between;max-width:550px;padding:15px;margin-bottom:30px}._container_1rpq9_1 ._left_1rpq9_12{width:60%;border-right:1px solid #d7d7d7;padding-right:30px}._container_1rpq9_1 ._left_1rpq9_12 p{margin:5px 5px 10px}._container_1rpq9_1 ._left_1rpq9_12 h2{margin:5px}._container_1rpq9_1 ._left_1rpq9_12 ._buttonAdd_1rpq9_24{display:flex;align-items:center;gap:5px}._container_1rpq9_1 ._left_1rpq9_12 ._buttonCancel_1rpq9_29{background-color:#fff;color:#231f20;font-weight:600;border:1px solid #231f20;padding:5px}._container_1rpq9_1 ._left_1rpq9_12 ._buttonCancel_1rpq9_29:hover{background-color:#ebebeb}._container_1rpq9_1 ._left_1rpq9_12 ._flex_1rpq9_39{display:flex;align-items:center;flex-flow:wrap;gap:15px}._container_1rpq9_1 ._right_1rpq9_45{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:center}._container_1rpq9_1 ._right_1rpq9_45 ._places_1rpq9_52{border:2px solid #b6f623;border-radius:61px;color:#b6f623;padding:12px 24px;display:flex;align-items:center;justify-content:center;gap:10px}._container_1rpq9_1 ._right_1rpq9_45 ._seats_1rpq9_65{margin-top:15px;font-weight:500;font-size:14px}._toggle_1o2jr_1{position:relative;display:inline-block;width:34px;height:21.5px}._toggle_1o2jr_1 input{opacity:0;width:0;height:0}._toggle_1o2jr_1 ._slider_1o2jr_12{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.2s;border-radius:34px}._toggle_1o2jr_1 ._slider_1o2jr_12:after{position:absolute;content:"";height:17px;width:17px;left:2px;bottom:2.5px;background-color:#fff;transition:.2s;border-radius:50%}._toggle_1o2jr_1 input:checked+._slider_1o2jr_12{background-color:#b6f623}._toggle_1o2jr_1 input:checked+._slider_1o2jr_12:after{transform:translate(13px)}._mainContainerOv_uukia_1,._filterContainer_uukia_6{width:100%;height:100%}._filterContainer_uukia_6 ._filter_uukia_6 ._title_uukia_10{font-weight:500}._filterContainer_uukia_6 ._filter_uukia_6 p{cursor:pointer;display:flex;align-items:center;justify-content:space-between}._filterContainer_uukia_6 ._filter_uukia_6 ._active_uukia_19{font-weight:700;color:#b6f623}._overviewList_uukia_24{width:100%;animation:_fade-page_uukia_1 .1s forwards}@keyframes _fade-page_uukia_1{0%{opacity:0}to{opacity:1}}._optionsTable_uukia_37{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;top:0}._optionsTable_uukia_37 ._remove_uukia_44{color:red;margin:10px;cursor:pointer;display:flex;align-items:center;gap:5px}._confirmBox_uukia_53{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_uukia_53 div{margin:300px auto auto;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:450px;padding-top:10px;padding-bottom:10px;text-align:center}._confirmBox_uukia_53 div button{margin:10px}._noteTitle_uukia_76{width:200px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;font-weight:600}._form_uukia_85{margin-top:20px;margin-left:20px;display:flex;align-items:center;flex-flow:wrap;color:#b6f623}._form_uukia_85 button{width:24px;border:none;background-color:transparent;color:#b6f623;cursor:pointer;margin-right:15px;margin-top:5px;font-size:20px}._form_uukia_85 p{cursor:pointer}._text_uukia_107{max-width:250px;width:300px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._modalAttendees_uukia_115{position:absolute;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:-webkit-max-content;width:max-content;padding:15px;top:50px;z-index:9;max-height:500px;overflow-y:auto}._modalAttendees_uukia_115 ._attendee_uukia_126{display:flex;align-items:center;gap:10px;margin-bottom:10px}._noMeetings_uukia_133{margin:200px auto auto;text-align:center}._filterContainer_uukia_6{padding-bottom:20px}._note_uukia_76{border-top:1px solid rgba(215,215,215,.631372549);border-left:0px solid #b6f623;border-right:none;font-size:16px;padding-left:30px;padding-block:24px;cursor:pointer;opacity:.4!important;transition:.1s ease-in-out}._note_uukia_76:hover{opacity:.7!important}._note_uukia_76:last-child{border-bottom:1px solid rgba(215,215,215,.631372549)}._note_uukia_76 p{margin:0 auto;padding:0}._selectNote_uukia_165{border-top:1px solid rgba(215,215,215,.631372549);border-right:none;font-size:16px;padding-left:30px;padding-block:24px;cursor:pointer;border-left:4px solid #b6f623;font-weight:500;transition:.1s}._selectNote_uukia_165:last-child{border-bottom:1px solid rgba(215,215,215,.631372549)}._selectNote_uukia_165 p{margin:0 auto;padding:0}._filters_uukia_185{display:flex;flex-direction:column;justify-content:center;align-items:start;position:relative;margin-top:24px}._filters_uukia_185 i{font-size:12px}._filters_uukia_185 ._modalFilterWrapper_uukia_196{padding-top:5px;width:95%;margin:auto auto 5px;overflow:hidden;border-radius:4px;transition:.2s ease-in-out}._filters_uukia_185 ._buttonFilter_uukia_205{transform:translate(0);background-color:#f7f7f7;background-color:#edebe9;border-radius:4px;padding-bottom:8px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:transform .2s ease-in-out,color 50ms ease-in-out,background-color 50ms ease-in-out}._filters_uukia_185 ._buttonFilter_uukia_205:hover{background-color:#b6f623;color:#fff}._filters_uukia_185 ._activeButton_uukia_221{transform:translate(10px);background-color:#b6f623;color:#fff;border-radius:4px;margin-left:14px;padding:7.5px 14px 8px;margin-right:10px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.2s}._filterContainerMobile_uukia_239{display:none;width:100%;background-color:#f7f7f7;padding-bottom:10px;height:calc(100vh - 120px);overflow:auto}._filterContainerMobile_uukia_239 ._filter_uukia_6{padding:10px}._filterContainerMobile_uukia_239 ._filter_uukia_6 ._title_uukia_10{font-weight:500}._filterContainerMobile_uukia_239 ._filter_uukia_6 p{cursor:pointer;display:flex;align-items:center;justify-content:space-between}._filterContainerMobile_uukia_239 ._filter_uukia_6 ._active_uukia_19{font-weight:700;color:#b6f623}._overviewListMobile_uukia_264{width:100%;overflow:auto;display:none}._flexTitle_uukia_270{display:flex;align-items:center;gap:15px}._flexTitle_uukia_270 p{margin:0}._button_uukia_205{cursor:pointer;background-color:#b6f623;border-radius:100%;width:27px;height:27px;font-size:11px;display:flex;align-items:center;justify-content:center;color:#fff}._titlePlace_uukia_292{display:flex;align-items:center;justify-content:space-between;gap:20px}._titlePlace_uukia_292 ._title_uukia_10{font-size:24px;font-weight:800!important}._list_uukia_303{max-height:calc(100vh - 217px);overflow:auto}._buttonplus_uukia_308{display:flex;align-items:center;gap:10px}._searchBarContainer_uukia_314{display:flex;gap:5px}._searchBarContainer_uukia_314 ._searchBar_uukia_314{display:flex;align-items:center;border-radius:4px;transition:.2s ease-in-out;border:1px solid transparent;width:0px;padding-inline:0px}._searchBarContainer_uukia_314 ._searchBar_uukia_314._active_uukia_19{width:250px;padding-inline:12px}._searchBarContainer_uukia_314 ._searchBar_uukia_314 ._inputSearchBar_uukia_331{padding:0;margin:0;border:none}._flex_uukia_270{display:flex;align-items:center;gap:15px;flex-flow:wrap;margin-bottom:15px}._filterIcon_uukia_345{position:relative;gap:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:var(--size);font-size:var(--fontSizeIcon);border-radius:4px;border:1px solid transparent;transition:.1s}._filterIcon_uukia_345:has(p){padding-inline:18px}._notesCard_uukia_365{height:calc(100vh - 247px);overflow:auto;display:flex;flex-direction:column;align-items:start;justify-content:space-between;padding-top:24px}._notesCard_uukia_365 ._noteCard_uukia_374{cursor:pointer}._notesCard_uukia_365 ._noteCard_uukia_374 ._title_uukia_10{font-weight:700;font-size:16px!important;margin:12px 0 0;padding:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:244px}._notesCard_uukia_365 ._noteCard_uukia_374 ._date_uukia_388{color:#8b9d93!important;font-weight:400;font-size:16px}._notesCard_uukia_365 ._noteCard_uukia_374 ._preview_uukia_393{border-radius:12px;height:110px;background-color:#fafbf9;padding:12px;color:#4f563f;margin-top:15px;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}._notesCard_uukia_365 ._noteCard_uukia_374 ._preview_uukia_393 p{font-size:small!important;color:#4f563f!important;padding:2px}._projectTitle_uukia_414{display:flex;align-items:center;gap:5px;background-color:#f1f2ed;border-radius:8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:200px;padding:4px 8px;margin-bottom:12px}._projectTitle_uukia_414 ._titleProject_uukia_430{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:150px}@keyframes _scale-up-center_16bf3_1{0%{transform:scale(.5)}to{transform:scale(1)}}._main_16bf3_21 ._editor_16bf3_21{width:100%;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}._main_16bf3_21 ._editor_16bf3_21::-webkit-scrollbar{display:none}._main_16bf3_21 ._editor_16bf3_21 ._icon_16bf3_30{padding:0;margin:0 15px 0 0;cursor:pointer;display:flex;align-items:center}._main_16bf3_21 ._editor_16bf3_21 ._data_16bf3_38{display:flex;gap:40px;flex-flow:wrap}._main_16bf3_21 ._icon_16bf3_30{width:24px;cursor:pointer}._main_16bf3_21 ._iconMob_16bf3_47{width:24px;cursor:pointer;display:none}._main_16bf3_21 ._tags_16bf3_52{display:flex;flex-wrap:wrap;align-items:center;gap:15px;position:relative}._main_16bf3_21 ._tags_16bf3_52 ._tag_16bf3_52{display:flex;align-items:center;gap:7px;padding-block:5px;padding-left:16px;padding-right:10px;border-radius:87px}._main_16bf3_21 ._tags_16bf3_52 ._tag_16bf3_52 ._iconDelete_16bf3_68{display:flex;align-items:center;cursor:pointer;font-size:10px}._save_16bf3_75{background-color:#00ad56;color:#fff;padding:2px 5px;animation:_scale-up-center_16bf3_1 .4s cubic-bezier(.39,.575,.565,1) both;position:absolute;right:10px;top:10px}._meeting_16bf3_86{width:280px}._access_16bf3_90{display:flex;align-items:center;gap:10px;position:relative;cursor:pointer}._access_16bf3_90 ._companiesName_16bf3_97{display:flex;gap:5px}._containeUpdate_16bf3_102{position:absolute;top:40px;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:250px}._containeUpdate_16bf3_102 form{margin:10px}._containeUpdate_16bf3_102 form ._inputMain_16bf3_113{display:flex;align-items:center;gap:10px}._containeUpdate_16bf3_102 form ._inputMain_16bf3_113 input{width:15px}._containeUpdate_16bf3_102 form ._inputMain_16bf3_113 label{font-weight:600}._containeUpdate_16bf3_102 form hr{width:90%;background-color:#d7d7d7a1;opacity:.2}._containeUpdate_16bf3_102 form ._search_input_16bf3_129{background-color:#fbfaf9;width:auto;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-left:10px;color:#a6a4a2;margin:5px}._containeUpdate_16bf3_102 form ._search_input_16bf3_129 input{width:100px;font-size:medium;color:#a6a4a2}._containeUpdate_16bf3_102 form ._compagnies_16bf3_145{display:flex;flex-direction:column;justify-content:right;align-items:flex-start;max-height:200px;margin-bottom:10px;overflow:hidden;overflow-y:auto;text-transform:capitalize}._containeUpdate_16bf3_102 form button{width:100%}._meeting_16bf3_86{padding-right:20px;padding-left:20px;padding-bottom:20px}._meeting_16bf3_86 ._slot_16bf3_165{margin-bottom:15px;cursor:pointer;background-color:#f2fcf7;padding:15px;display:flex;align-items:center;justify-content:space-between;border-radius:5px}._meeting_16bf3_86 ._slot_16bf3_165 ._close_16bf3_175{display:none}._meeting_16bf3_86 ._slot_16bf3_165:hover ._close_16bf3_175{display:block}._meeting_16bf3_86 ._flex_16bf3_181{display:flex;align-items:center;gap:5px}._meeting_16bf3_86 ._more_16bf3_186{color:#b6f623;font-size:20px;margin-left:15px;cursor:pointer}._meeting_16bf3_86 ._add_16bf3_192{color:#b6f623;cursor:pointer}._contentNoteWrapper_16bf3_197{overflow:auto;height:calc(100vh - 209px);padding-bottom:30px}._noteInformationsWrapper_16bf3_203{transition:.3s ease-in-out}._noteInformationsWrapper_16bf3_203 ._informationsArrow_16bf3_206{font-size:14px;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out}._notesWrapper_16bf3_214{overflow:auto;height:calc(100vh - 209px)}._noteDetailsArrow_16bf3_219{display:flex;align-items:center;justify-content:center;transition:.2s}._noteDetails_16bf3_219{transition:.2s ease-in-out}._modalAttendee_16bf3_230{position:absolute;z-index:99;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:10px;width:320px}._modalAttendee_16bf3_230 ._searchInput_16bf3_238{height:45px;width:97%;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-left:10px;color:#a6a4a2;margin-bottom:20px;background-color:#fff}._modalAttendee_16bf3_230 ._searchInput_16bf3_238 span{height:45px;display:flex;align-items:center}._modalAttendee_16bf3_230 ._searchInput_16bf3_238 input{font-size:medium;color:#a6a4a2;margin:0}._modalAttendee_16bf3_230 ._containerList_16bf3_260{max-height:300px;overflow-y:auto}._modalAttendee_16bf3_230 ._containerList_16bf3_260 ._slot_16bf3_165{margin:15px;cursor:pointer;background-color:#f2fcf7;padding:15px;border-radius:5px;width:88%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._more_16bf3_186{position:relative}._options_16bf3_280{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding-right:10px;right:0;top:0;margin-top:30px;width:150px}._options_16bf3_280 ._remove_16bf3_291{color:red;margin:10px;cursor:pointer;display:flex;align-items:center;gap:5px}._confirmBox_16bf3_300{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_16bf3_300 div{margin:300px auto auto;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:450px;padding-top:10px;padding-bottom:10px;text-align:center}._confirmBox_16bf3_300 div button{margin:10px}._back_16bf3_323{color:#24b263;cursor:pointer}._buttonLinkCopied_16bf3_328{display:flex;width:124px;padding:5px 5px 7px;justify-content:center;align-items:center;gap:3px;border-radius:52px;border:.5px solid #00ad56;background:var(--grey-palette-white, #fff);box-shadow:0 4px 14px #00000040;color:var(--theme-primary, #00ad56);text-align:center;font-family:Segoe UI;font-size:14px;font-style:normal;font-weight:400;line-height:20px;animation:_scale-up-center_16bf3_1 .4s cubic-bezier(.39,.575,.565,1) both;position:absolute;right:10px;top:10px}._buttonLinkCopied_16bf3_328 span{border:1px solid #00ad56;border-radius:100%;width:20px;height:20px;color:#00ad56;display:flex;align-items:center;justify-content:center}._textEditor_16bf3_363:last-child{margin-bottom:20px}._addPeople_16bf3_367{color:#b6f623;cursor:pointer;margin-top:15px;margin-bottom:15px;width:-webkit-fit-content;width:fit-content}._modalPeople_16bf3_375{position:absolute;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:20px;width:300px;bottom:0;left:0}._modalPeople_16bf3_375 ._peopleList_16bf3_384{height:200px;overflow:auto}._modalPeople_16bf3_375 ._avatar_16bf3_388{display:flex;align-items:center;gap:15px}._modalPeople_16bf3_375 ._row_16bf3_393{display:flex;align-items:center;justify-content:space-between;width:100%}._modalPeople_16bf3_375 ._row_16bf3_393 input{width:20px}._modalPeople_16bf3_375 button{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:10px}._rowPeople_16bf3_410{display:flex;align-items:center;justify-content:space-between}._rowPeople_16bf3_410 ._delete_16bf3_415{cursor:pointer}._rowPeople_16bf3_410 ._avatar_16bf3_388{display:flex;align-items:center;gap:10px}._noteHeader_16bf3_424{display:flex;align-items:center;gap:5px}._noteHeader_16bf3_424 input{border:1px solid #ffffff}._noteHeader_16bf3_424 input:hover{border:1px solid rgba(215,215,215,.631372549)}._attendees_16bf3_436{padding-inline:32px;padding-bottom:17px;border-bottom:1px solid rgba(215,215,215,.631372549)}._mainNoteInformation_16bf3_442{padding-inline:32px;margin-top:32px}._mainNoteInformation_16bf3_442 ._row_16bf3_393{display:flex;align-items:center;padding-bottom:21px;font-weight:500}._mainNoteInformation_16bf3_442 ._row_16bf3_393 ._title_16bf3_452{width:200px;color:#707070;display:flex;align-items:center;gap:15px}._mainNoteInformation_16bf3_442 ._row_16bf3_393 ._avatar_16bf3_388{display:flex;align-items:center;gap:15px}._show_16bf3_465{display:flex;align-items:center;gap:15px;font-size:14px;font-weight:500;margin-top:30px;cursor:pointer}._accessButton_16bf3_475{display:flex;align-items:center;justify-content:space-between;gap:15px;width:-webkit-fit-content;width:fit-content;background-color:#231f20;padding:6px 12px;border-radius:87px;color:#fff}._link_16bf3_490{color:#b6f623;cursor:pointer;margin-right:15px}._link_16bf3_490:hover{color:#006b34}._noNotes_16bf3_499{margin:200px auto auto;text-align:center}._noNotes_16bf3_499 h2{font-weight:400;font-size:32px}@media screen and (max-width:1040px){._noNotes_16bf3_499 h2{font-size:x-large}}@media screen and (max-width:600px){._noNotes_16bf3_499 h2{font-size:medium}}@media screen and (max-width:370px){._noNotes_16bf3_499 h2{font-size:small}}._noNotes_16bf3_499 button{padding:6px,20px,6px,20px}._noNotes_16bf3_499 button span{display:flex;align-items:center;gap:10px}._noNotes_16bf3_499 button span span{font-size:medium}._searchInput_16bf3_238{height:45px;width:90%;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-left:10px;color:#a6a4a2;margin-bottom:20px}._searchInput_16bf3_238 span{height:45px;display:flex;align-items:center}._searchInput_16bf3_238 input{font-size:medium;color:#a6a4a2;margin:0}._peopleListShared_16bf3_557{padding-top:10px;height:100px;overflow:auto}._rowPeopleAvatar_16bf3_563{display:flex;align-items:center;padding-bottom:21px;font-weight:500}._rowPeopleAvatar_16bf3_563 ._title_16bf3_452{width:200px;color:#707070;display:flex;align-items:center;gap:15px}@keyframes _fade-in_18q71_1{0%{background-color:#0000}to{background-color:#0006}}._container_18q71_9{--animation-timeOut: .3s;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;animation:_fade-in_18q71_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;overflow-x:hidden}._container_18q71_9::-webkit-scrollbar{display:none}@keyframes _fade-out_18q71_1{0%{background-color:#0006}to{background-color:#0000}}._container_18q71_9._fadeOut_18q71_35{animation:_fade-out_18q71_1 var(--animation-timeOut) ease-in-out forwards}@keyframes _slide-in_18q71_1{0%{right:-666px}to{right:0}}._modal_18q71_47{position:absolute;right:0;background-color:#fff;width:660px;padding-inline:33px;padding-block:26px;min-height:100%;animation:_slide-in_18q71_1 var(--animation-timeOut) ease-in-out forwards}._modal_18q71_47 ._timeFLex_18q71_57{display:flex}@media screen and (max-width:800px){._modal_18q71_47{margin:0;width:90%}}@media screen and (max-width:600px){._modal_18q71_47{width:85%}}@media screen and (max-width:500px){._modal_18q71_47{height:calc(100% - 100px);overflow:auto}}._modal_18q71_47 ._titleWrapper_18q71_77{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._modal_18q71_47 ._titleWrapper_18q71_77 h3{display:flex;gap:1rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}@keyframes _slide-out_18q71_1{0%{right:0}to{right:-666px}}._modal_18q71_47._slideOut_18q71_103{animation:_slide-out_18q71_1 var(--animation-timeOut) ease-in-out forwards}._closeButton_18q71_107 ._icon_18q71_107,form{color:#231f20}._cancel_18q71_118{background-color:#fff;color:#231f20;font-weight:600;border:1px solid #231f20;margin-left:16px}._cancel_18q71_118:hover{background-color:#ebebeb}._transition_18q71_129{transition:.3s}._linkMeeting_18q71_133{border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;margin-top:8px;padding-inline:14px;padding-block:14px;color:#707070;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-style:italic}._dueDateAu_18q71_148{border:1px solid rgba(215,215,215,.631372549);margin-top:8px;border-radius:6px}._btnContainer_18q71_154{gap:1rem;margin-top:16px;display:flex;justify-content:end}._btnContainer_18q71_154 ._addBtn_18q71_160{display:flex;justify-content:center;align-items:center;gap:.5rem}._todo-container_jfhla_1{--todo-transition: .15s ease;display:flex;align-items:center;gap:12px;height:40px;border-radius:10px;margin:8px 2px;max-width:600px;padding:6px 8px;border:1px solid rgba(215,215,215,.631372549);background-color:#fff;transition:all var(--todo-transition);box-shadow:0 1px 3px #0000000d;box-sizing:border-box}._todo-container_jfhla_1:hover{border-color:#d7d7d7;box-shadow:0 2px 5px #00000014}._todo-container--focused_jfhla_21{background-color:#f7f7f7;outline:none;border-color:#24b263;box-shadow:0 0 0 2px #24b26333}._todo-checkbox_jfhla_28{height:18px;width:18px;margin:0 0 0 12px;border-radius:4px;cursor:pointer;accent-color:#24b263;transition:transform var(--todo-transition)}._todo-checkbox_jfhla_28:hover{transform:scale(1.1)}._todo-input_jfhla_41{border:none;height:24px;padding:4px 8px;margin:0;background:none;width:100%;font-size:14px;color:#231f20;border-radius:4px;transition:background var(--todo-transition);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._todo-input_jfhla_41:hover{background-color:#f7f7f7}._todo-input_jfhla_41:focus{outline:none;background-color:#fbfaf9}._todo-input--completed_jfhla_63{text-decoration:line-through;color:#707070}._buttons-container_jfhla_68{display:flex;gap:4px;margin-left:auto}._todo-button_jfhla_74{height:28px;width:28px;background:none;border:none;padding:6px;color:#707070;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all var(--todo-transition);opacity:.6}._todo-button_jfhla_74:hover{background-color:#f7f7f7;color:#231f20;opacity:1}._todo-button--edit_jfhla_93{cursor:pointer}._todo-button_jfhla_74 svg{width:16px;height:16px}._textareatest_1wh02_1{width:100%;padding:0;box-sizing:border-box;border-radius:4px;background-color:#fff;font-size:14px;resize:none}._textareatest_1wh02_1 textarea,._textareatest_1wh02_1>div{padding:2px}._textareatest_1wh02_1:focus{outline:none}._textareatest_1wh02_1 ._mention_1wh02_17{position:relative;color:#00ad56;z-index:50;background-color:#fff}._commentSection_1wh02_24{background-color:#fafbf9;border-top:1px solid #eef1ef;padding:20px 30px 20px 20px;margin:-5px}._commentSection_1wh02_24 ._formComment_1wh02_30 ._comment_1wh02_24{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;margin-top:30px}._commentSection_1wh02_24 ._formComment_1wh02_30 ._comment_1wh02_24 textarea{width:100%;padding:12px 20px;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;background-color:#fff;font-size:14px;resize:none}._commentSection_1wh02_24 ._formComment_1wh02_30 ._comment_1wh02_24 textarea:focus{outline:none}._commentSection_1wh02_24 ._formComment_1wh02_30 ._button_1wh02_50{display:flex;justify-content:flex-end;padding:0}._commentSection_1wh02_24 ._formComment_1wh02_30 button{display:flex;align-items:center;gap:10px}._commentNote_1wh02_61{padding:10px;border-radius:10px}._commentNote_1wh02_61:has([data-state=open]){background-color:#fafbf9}._commentNote_1wh02_61 ._dots_1wh02_68{display:flex;visibility:hidden;align-self:start;margin-left:auto}._commentNote_1wh02_61 ._dots_1wh02_68:has([data-state=open]){visibility:visible}._commentNote_1wh02_61 ._icon_1wh02_77{color:#d7d7d7a1}._commentNote_1wh02_61:hover{background-color:#fafbf9}._commentNote_1wh02_61:hover ._icon_1wh02_77{color:#231f20}._commentNote_1wh02_61:hover ._dots_1wh02_68{visibility:visible;color:#989d8b}._commentNote_1wh02_61 ._name_1wh02_90{display:flex;align-items:center;gap:10px;color:#1c1f14;font-weight:500;font-size:medium}._commentNote_1wh02_61 ._CommentBody_1wh02_98{display:flex;flex-direction:column;align-items:start;gap:10px;width:100%;color:#1c1f14;font-weight:500;font-size:medium;margin-bottom:5px}._commentNote_1wh02_61 ._date_1wh02_109{color:#6f7462;font-size:14px;font-weight:400}._commentNote_1wh02_61 ._commentText_1wh02_114{font-weight:400;font-size:14px;color:#4f563f;display:flex;align-items:center;justify-content:center}._commentNote_1wh02_61 ._commentText_1wh02_114 ._commentTextDisplay_1wh02_122{width:100%;padding:0;margin:0}._commentNote_1wh02_61 ._commentText_1wh02_114 textarea{width:100%;height:50px;box-sizing:border-box;border:2px solid #ccc;border-radius:4px;background-color:#fff;padding:12px 20px;font-size:16px;resize:none;margin-right:5px}._commentNote_1wh02_61 ._commentText_1wh02_114 textarea:focus{outline:none}._commentNote_1wh02_61 ._commentText_1wh02_114 ._icons_1wh02_142{display:flex;align-items:center;gap:15px;margin-left:10px}._commentNote_1wh02_61 ._commentText_1wh02_114 ._icon_1wh02_77{cursor:pointer}._count_1wh02_152{font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:end;color:#66a30a}._count_1wh02_152 span:hover{color:#006b34}._countActive_1wh02_164{font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:#66a30a}._countActive_1wh02_164 span{text-decoration:underline;color:#006b34}._textArea_1wh02_177{position:relative;padding:12px 20px;width:100%;min-height:100px;background-color:#fff}._textArea_1wh02_177 ._mention_1wh02_17{position:relative;color:#b6f623;z-index:50;background-color:#fff}._mentionSuggestion_1wh02_191{padding-inline:16px;padding-block:8px;display:flex;align-items:center;gap:10px}._mentionSuggestion_1wh02_191:hover{background-color:#f2fcf7}@keyframes _fade-in_30ez4_1{0%{background-color:#0000}to{background-color:#0006}}._container_30ez4_9{--animation-timeOut: .3s;position:fixed;z-index:99;left:0;top:0;width:100%;height:100%;animation:_fade-in_30ez4_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;overflow-x:hidden}._container_30ez4_9::-webkit-scrollbar{display:none}@keyframes _fade-out_30ez4_1{0%{background-color:#0006}to{background-color:#0000}}._container_30ez4_9._fadeOut_30ez4_35{animation:_fade-out_30ez4_1 var(--animation-timeOut) ease-in-out forwards}@keyframes _slide-in_30ez4_1{0%{right:-666px}to{right:0}}._modal_30ez4_47{position:absolute;right:0;background-color:#fff;width:660px;padding-inline:33px;padding-block:26px;min-height:100%;animation:_slide-in_30ez4_1 var(--animation-timeOut) ease-in-out forwards;z-index:99}._modal_30ez4_47 ._timeFLex_30ez4_58{display:flex}@media screen and (max-width:800px){._modal_30ez4_47{margin:0;width:90%}}@media screen and (max-width:600px){._modal_30ez4_47{width:85%}}@media screen and (max-width:500px){._modal_30ez4_47{height:calc(100% - 100px);overflow:auto}}._modal_30ez4_47 ._titleWrapper_30ez4_78{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._modal_30ez4_47 ._titleWrapper_30ez4_78 h3{display:flex;gap:1rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}@keyframes _slide-out_30ez4_1{0%{right:0}to{right:-666px}}._modal_30ez4_47._slideOut_30ez4_104{animation:_slide-out_30ez4_1 var(--animation-timeOut) ease-in-out forwards}._closeButton_30ez4_108 ._icon_30ez4_108,form{color:#231f20}form ._confirmBtn_30ez4_118{margin-top:10px}._cancel_30ez4_122{background-color:#fff;color:#231f20;font-weight:600;border:1px solid #231f20;margin-left:16px}._cancel_30ez4_122:hover{background-color:#ebebeb}._flexAccess_30ez4_133{display:flex;align-items:center;margin-top:15px;border-radius:6px;border:1px solid rgba(215,215,215,.631372549);width:-webkit-fit-content;width:fit-content;margin-bottom:5px;overflow:hidden}._flexAccess_30ez4_133 i{font-size:16px}._access_30ez4_147{display:flex;align-items:center;gap:15px;border-radius:6px;cursor:pointer;background-color:#fff;padding-inline:15px;height:45px;margin:0}._selectAccess_30ez4_159{display:flex;align-items:center;gap:15px;height:-webkit-fit-content;height:fit-content;cursor:pointer;background-color:#b6f623;padding-inline:15px;height:45px;color:#fff;margin:0}._addAttendeeContainer_30ez4_172{border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;padding-inline:14px;padding-block:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#707070;margin-top:8px;cursor:pointer}._addAttendeeContainer_30ez4_172 ._invite_30ez4_186{display:flex;align-items:center;gap:15px}._addAttendee_30ez4_172,._iconZone_30ez4_196{position:relative}._modalPeople_30ez4_200{position:absolute;z-index:99;width:50%;border-radius:4px;left:0;top:50px;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:15px}._modalPeople_30ez4_200 ._searchInput_30ez4_211{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:10px;color:#a6a4a2}._modalPeople_30ez4_200 ._searchInput_30ez4_211 span{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center}._modalPeople_30ez4_200 ._searchInput_30ez4_211 input{color:#a6a4a2;padding-block:8px;padding-inline:14px;margin-top:0}._modalPeople_30ez4_200 ._peopleList_30ez4_233{max-height:320px;overflow:auto}._modalPeople_30ez4_200 ._avatar_30ez4_237{display:flex;align-items:center;gap:15px}._modalPeople_30ez4_200 ._row_30ez4_242{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-block:10px;margin-block:5px;padding-left:5px;padding-right:10px;border-radius:4px;z-index:10;cursor:pointer}._modalPeople_30ez4_200 ._row_30ez4_242 ._avatar_30ez4_237{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._modalPeople_30ez4_200 ._row_30ez4_242:hover{background-color:#8080800a}._modalPeople_30ez4_200 ._row_30ez4_242 input{width:15px;margin:0}._modalPeople_30ez4_200 button{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px}._avatarWrapper_30ez4_277{display:flex;align-items:center;gap:10px}._avatar_30ez4_237{position:relative;display:flex;align-items:center;justify-content:space-between}._avatar_30ez4_237 ._icon_30ez4_108{margin-right:15px}._button_30ez4_293{margin-top:20px}._invited_30ez4_297{margin-top:15px;margin-bottom:15px}._addAttendee_30ez4_172{cursor:pointer;border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:space-between;color:#707070;font-style:italic;position:relative;width:100%;padding-right:10px}._addAttendee_30ez4_172 input{margin-top:0;border:none;width:100%}._modalAttendee_30ez4_322{position:absolute;z-index:9;width:100%;border-radius:4px;left:0;top:103%;background-color:#fff;box-shadow:0 0 6px #c8c6c4}._modalAttendee_30ez4_322 ._searchInput_30ez4_211{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:10px;color:#a6a4a2}._modalAttendee_30ez4_322 ._searchInput_30ez4_211 span{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center}._modalAttendee_30ez4_322 ._searchInput_30ez4_211 input{color:#a6a4a2;padding-block:8px;padding-inline:14px;margin-top:0}._modalAttendee_30ez4_322 ._containerList_30ez4_354{max-height:300px;overflow-y:auto;cursor:pointer;color:#00800000;position:relative;z-index:10}._modalAttendee_30ez4_322 ._list_30ez4_362{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-block:5px;margin-block:5px;padding-left:15px;padding-right:15px;border-radius:4px;z-index:10}._modalAttendee_30ez4_322 ._list_30ez4_362:hover{background-color:#8080800a}._modalAttendee_30ez4_322 ._list_30ez4_362 ._name_30ez4_378{display:flex;align-items:center;gap:10px;color:#231f20}._modalAttendee_30ez4_322 ._list_30ez4_362 input{display:none;width:15px;margin:0}._modalAttendee_30ez4_322 ._list_30ez4_362 i{height:15px;color:#000}._modalAttendee_30ez4_322 button{padding:0 0 0 13px;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px;background-color:transparent;color:#b6f623;border:none}._modalAttendee_30ez4_322 button:hover{background-color:transparent}._attendees_30ez4_409{margin-top:8px;position:relative}._attendees_30ez4_409 ._flex_30ez4_133{padding-top:8px;margin-bottom:16px;padding-right:14px;padding-left:8px;display:flex;align-items:center;justify-content:space-between}._attendees_30ez4_409 ._flex_30ez4_133 ._name_30ez4_378{display:flex;align-items:center;gap:15px;margin:0}._attendees_30ez4_409 select{width:100px;border:none;background-color:#fbfaf9;margin-top:9px}._attendees_30ez4_409 select:focus{outline:none}._attendees_30ez4_409 button{margin-top:10px}._attendees_30ez4_409 ._close_30ez4_108{color:#231f20;cursor:pointer}._bodyShimmer_h05z2_1{margin-top:16px;display:flex;flex-direction:column;gap:19px}._shimmerEditor_1ayvt_1{position:relative;display:flex;flex-direction:column;justify-content:end;border:1px solid #f7f7f7;border-radius:4px}._shimmerEditor_1ayvt_1:last-child{margin-bottom:20px}._shimmerText_1ayvt_13{padding-block:24px;padding-inline:20px;height:380px;display:flex;flex-direction:column;gap:10px}._shimmerComment_1ayvt_22{height:50px;background-color:#f7f7f7}._icons_1p4mo_1{position:relative;display:flex;align-items:center;justify-content:center;width:76px;height:38px;border:1px solid #dbded4;border-radius:8px;font-size:16px;overflow:hidden}._icons_1p4mo_1 ._slider_1p4mo_13{position:absolute;height:100%;width:50%;left:0;border-radius:8px;background-color:#f1f2ed;z-index:2;transition:.1s ease-in-out}._icons_1p4mo_1 ._iconSelect_1p4mo_23{color:#6f7462;cursor:pointer;width:38px;display:flex;align-items:center;justify-content:center;transition:.1s ease-in-out;z-index:5}._icons_1p4mo_1 ._iconSelect_1p4mo_23:nth-child(4){border-top-right-radius:4px;border-bottom-right-radius:4px}._icons_1p4mo_1 ._icon_1p4mo_1{background-color:transparent;color:#6f7462;cursor:pointer;width:38px;z-index:5;display:flex;align-items:center;justify-content:center}._mainTodoContainer_14612_1{height:20vh;overflow-y:auto}._column_14612_6,._noData_14612_11{padding-inline:25px;width:400px}._mainTodoBoardPage_14612_16{background-color:#f7f7f7;padding-top:32px;padding-bottom:25px;height:100%;display:flex;position:relative}._item_14612_25{position:relative;display:flex;background-color:#fff;border-radius:8px;border:1px solid #eef1ef;padding-right:15px;padding-left:10px;padding-block:20px;z-index:50;cursor:pointer}._item_14612_25 p{margin:0 0 10px;padding:0}._item_14612_25 ._info_14612_42{display:flex;width:100%;align-items:start;justify-content:space-between}._item_14612_25 ._icons_14612_48{display:flex;align-items:center;gap:15px;color:#d7d7d7a1;visibility:hidden;transition:.1s}._item_14612_25:hover{border-color:#d7d7d7a1}._item_14612_25:hover ._icons_14612_48{color:#231f20;visibility:visible}._cardWrapper_14612_64{padding-inline:15px;width:100%}._leftLine_14612_69{position:absolute;width:5px;bottom:10px;left:10px;top:10px;border-radius:10px;flex-basis:1}._bottomCard_14612_79{display:flex;flex-direction:column;gap:15px}._bottomCard_14612_79 ._tagWrapper_14612_84{display:flex;align-items:center;flex-wrap:wrap;gap:10px}._bottomCard_14612_79 ._moreTags_14612_90{font-weight:500;margin-left:10px}._bottomCard_14612_79 ._tag_14612_84{font-size:14px;width:-webkit-fit-content;width:fit-content;padding-block:5px;padding-inline:16px;border-radius:87px}._layout_14612_102{position:absolute;top:0;right:0;bottom:0;left:0}._emptyPlaceHolder_14612_107{width:100%}._placeholder_14612_111{opacity:.5;height:8px;position:relative;z-index:200}._activePlaceHolder_14612_119{z-index:50;position:relative;padding-top:30px;margin-top:8px;margin-bottom:8px;border-radius:6px;background-color:#fafafa}._number_14612_130{margin-left:15px;color:#767676;font-size:15px;font-weight:700}._flex_14612_137{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._iconPlus_14612_144{cursor:pointer;background-color:#b6f623;border-radius:100%;width:20px;height:20px;font-size:11px;display:flex;align-items:center;justify-content:center;color:#fff;transition:.1s}._iconPlus_14612_144:hover{background-color:#006b34;transform:scale(1.05)}@keyframes _close_14612_1{0%{max-height:350px}to{max-height:0px}}._isActive_14612_170{animation:_close_14612_1 .2s forwards}._addTaskForm_14612_174{padding:24px;border-radius:8px;display:flex;flex-direction:column;border:1px solid #eef1ef;background-color:#fafafa;position:relative;margin-bottom:3px}._addTaskForm_14612_174 h2{font-size:14px;margin-bottom:14px;text-transform:uppercase;color:#707070}._addTaskForm_14612_174 ._timeslot_14612_190{padding-block:0;position:relative}._addTaskForm_14612_174 ._titleDate_14612_194{color:#707070;font-weight:500}._addTaskForm_14612_174 ._dueDate_14612_198{font-weight:500;color:#000}._addTaskForm_14612_174 button{margin-top:0}._datePicker_14612_206{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;top:-150px}._datePicker_14612_206 ._confirm_14612_213{width:100%;margin-top:15px}._startDate_14612_218{background-color:#fff;border-radius:6px;padding-inline:14px;padding-block:7px;color:#707070;border:1px solid rgba(215,215,215,.631372549);display:flex;align-items:center;justify-content:space-between;position:relative;gap:10px;margin-top:8px;cursor:pointer}._assignee_14612_234{background-color:#fff;padding-inline:14px;padding-block:7px;margin-top:8px;margin-bottom:10px;border-radius:6px;border:1px solid rgba(215,215,215,.631372549);position:relative}._assignee_14612_234 ._nameAt_14612_244{font-weight:500}._assignee_14612_234 ._flexAvatar_14612_247{display:flex;align-items:center;gap:15px}._modalAttendee_14612_253{position:absolute;z-index:99;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:10px;width:200px}._modalAttendee_14612_253 ._searchInput_14612_261{height:45px;width:97%;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-left:10px;color:#a6a4a2;margin-bottom:20px}._modalAttendee_14612_253 ._searchInput_14612_261 span{height:45px;display:flex;align-items:center}._modalAttendee_14612_253 ._searchInput_14612_261 input{font-size:medium;color:#a6a4a2;margin:0}._modalAttendee_14612_253 ._list_14612_282{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;margin-right:10px;margin-bottom:15px;cursor:pointer}._modalAttendee_14612_253 ._list_14612_282 ._name_14612_244{display:flex;align-items:center;gap:5px}._modalAttendee_14612_253 ._list_14612_282 input{width:15px;margin:0}._modalAttendee_14612_253 button,._drag-clone_14612_305{width:100%}._dropFlex_14612_309{display:flex;align-items:center;gap:10px}._shadow_14612_315{position:relative;border-radius:3px;width:100%}._inCol_14612_321{position:relative;margin-top:10px;overflow-y:auto}._inCol_14612_321:after{content:"";position:absolute;bottom:0;left:0;z-index:10;width:calc(100% - 8px);height:40px;background:linear-gradient(to bottom,transparent,#f7f7f7)}._inCol_14612_321::-webkit-scrollbar{display:none}._newCol_14612_340{margin-top:10px;height:100%;width:300px;border:1px solid rgba(215,215,215,.631372549);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}._newCol_14612_340 i{font-size:32px;color:#d7d7d7a1}._check_14612_356{display:flex;align-items:start;justify-content:center;margin-bottom:5px}._check_14612_356 ._checkbox_14612_362{height:16px!important;min-width:16px!important;max-width:16px!important;display:inline}._check_14612_356 input{position:relative;margin-top:1.5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline;padding:0;min-width:16px!important;max-width:16px!important;height:16px!important;border-radius:100%}._check_14612_356 input:checked{border-color:#b6f623}._check_14612_356 input:checked:before{content:"";position:absolute;height:8px!important;width:8px!important;border-radius:100%;background-color:#b6f623;top:50%;left:50%;transform:translate(-50%,-50%)}._check_14612_356 p{padding:0;margin-right:10px;font-weight:500}@keyframes _fade-in_rbfpd_1{0%{background-color:#0000}to{background-color:#0006}}._container_rbfpd_9{--animation-timeOut: .3s;position:fixed;z-index:990;left:0;top:0;width:100%;height:100%;animation:_fade-in_rbfpd_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;overflow-x:hidden}._container_rbfpd_9::-webkit-scrollbar{display:none}@keyframes _fade-out_rbfpd_1{0%{background-color:#0006}to{background-color:#0000}}._container_rbfpd_9._fadeOut_rbfpd_35{animation:_fade-out_rbfpd_1 var(--animation-timeOut) ease-in-out forwards}@keyframes _slide-in_rbfpd_1{0%{right:-666px}to{right:0}}._modal_rbfpd_47{position:absolute;right:0;background-color:#fff;width:660px;padding-inline:33px;padding-block:26px;min-height:100%;animation:_slide-in_rbfpd_1 var(--animation-timeOut) ease-in-out forwards}._modal_rbfpd_47 ._timeFLex_rbfpd_57{display:flex}@media screen and (max-width:800px){._modal_rbfpd_47{margin:0;width:90%}}@media screen and (max-width:600px){._modal_rbfpd_47{width:85%}}@media screen and (max-width:500px){._modal_rbfpd_47{height:calc(100% - 100px);overflow:auto}}._modal_rbfpd_47 ._titleWrapper_rbfpd_77{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._modal_rbfpd_47 ._titleWrapper_rbfpd_77 h3{display:flex;gap:1rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}@keyframes _slide-out_rbfpd_1{0%{right:0}to{right:-666px}}._modal_rbfpd_47._slideOut_rbfpd_103{animation:_slide-out_rbfpd_1 var(--animation-timeOut) ease-in-out forwards}._closeButton_rbfpd_107 ._icon_rbfpd_107,form{color:#231f20}._cancel_rbfpd_118{background-color:#fff;color:#231f20;font-weight:600;border:1px solid #231f20;margin-left:16px}._cancel_rbfpd_118:hover{background-color:#ebebeb}._transition_rbfpd_129{transition:.3s}._btnContainer_rbfpd_133{gap:1rem;margin-top:16px;display:flex;justify-content:end}._btnContainer_rbfpd_133 ._addBtn_rbfpd_139{display:flex;justify-content:center;align-items:center;gap:.5rem}form{color:#231f20}._overviewList_17gq3_1{height:100%;display:flex;flex-direction:column}._overviewList_17gq3_1 ._viewHeader_17gq3_6{position:relative;z-index:20;padding-bottom:16px}._overviewList_17gq3_1 ._cat_17gq3_11{display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--grey-palette-grey-190, #201f1e);font-family:Segoe UI;font-size:15px;font-style:normal;font-weight:700;line-height:21px;padding-bottom:10px;padding-top:15px}._overviewList_17gq3_1 ._titleCat_17gq3_25{display:flex;align-items:center;gap:15px;cursor:pointer}._overviewList_17gq3_1 ._titleCat_17gq3_25 ._number_17gq3_31{padding-block:2px;padding-inline:6px;border-radius:4px;font-size:13px;color:gray;background-color:#f7f7f7}._overviewList_17gq3_1 ._top_17gq3_39{display:flex;align-items:start;gap:10px;flex-flow:wrap;padding-bottom:24px}._overviewList_17gq3_1 ._top_17gq3_39 ._button_17gq3_46 button{padding-block:12px}._overviewList_17gq3_1 ._top_17gq3_39 ._icons_17gq3_49{display:flex;align-items:center;justify-content:center;border:1px solid rgba(215,215,215,.631372549);border-radius:4px;font-size:16px}._overviewList_17gq3_1 ._top_17gq3_39 ._icons_17gq3_49 ._iconSelect_17gq3_57{background-color:#2e4552;color:#dcdfe3;cursor:pointer;height:43.5px;width:43.5px;display:flex;align-items:center;justify-content:center}._overviewList_17gq3_1 ._top_17gq3_39 ._icons_17gq3_49 ._iconSelect_17gq3_57:nth-child(1){border-top-left-radius:4px;border-bottom-left-radius:4px}._overviewList_17gq3_1 ._top_17gq3_39 ._icons_17gq3_49 ._iconSelect_17gq3_57:nth-child(4){border-top-right-radius:4px;border-bottom-right-radius:4px}._overviewList_17gq3_1 ._top_17gq3_39 ._icons_17gq3_49 ._icon_17gq3_49{background-color:transparent;color:#2e4552;cursor:pointer;height:43.5px;width:43.5px;display:flex;align-items:center;justify-content:center}._overviewList_17gq3_1 h1{text-align:left;margin:0;padding:0;font-size:24px;font-weight:800!important}._overviewList_17gq3_1 ._plus_17gq3_92{border-radius:50%;border:none;background-color:#f7f7f7;font-size:14px;padding:5px;font-weight:500;width:-webkit-max-content;width:max-content;display:flex;align-items:center;justify-content:center}._overviewList_17gq3_1 ._tags_17gq3_104{display:flex;align-items:center;gap:10px;position:relative}._overviewList_17gq3_1 ._tags_17gq3_104 ._tag_17gq3_104{font-weight:500!important;padding-inline:24px;padding-block:4px;font-size:14px;border-radius:87px}._listViewContainer_17gq3_118{position:relative;padding-inline:24px;height:100%;overflow-y:auto}._options_17gq3_125{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding-right:10px;right:50px;margin-top:22px}._options_17gq3_125 ._remove_17gq3_134{color:red;margin:10px;cursor:pointer;display:flex;align-items:center;gap:5px}._confirmBox_17gq3_143{position:fixed;left:0;top:0;z-index:10;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_17gq3_143 div{margin:300px auto auto;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:450px;padding-top:10px;padding-bottom:10px;text-align:center}._confirmBox_17gq3_143 div button{margin:10px}._meeting_17gq3_167{color:#24b263;display:flex;align-items:center;gap:5px}._linkMeeting_17gq3_174{cursor:pointer;text-decoration:underline;color:#b6f623;font-weight:500}._linkMeeting_17gq3_174:hover{color:#006b34}._modalAttendees_17gq3_184{position:absolute;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:-webkit-max-content;width:max-content;padding:15px;top:50px;z-index:9;max-height:500px;overflow-y:auto}._modalAttendees_17gq3_184 ._attendee_17gq3_195{display:flex;align-items:center;gap:10px;margin-bottom:10px}._noMeetings_17gq3_202{margin:200px auto auto;text-align:center}._todoButton_17gq3_208{display:flex;align-items:center;flex-direction:row;gap:18px;position:relative;padding-top:18px;padding-bottom:18px}@media screen and (max-width:430px){._todoButton_17gq3_208{flex-flow:wrap}}._todoButton_17gq3_208 ._showComp_17gq3_222{margin:0;padding:0;color:#00ad56;font-family:Segoe UI;font-size:14px;font-style:normal;font-weight:400;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}._titleTodoButton_17gq3_235{position:absolute;display:flex;align-items:center;flex-direction:row;gap:18px;padding:0}@media screen and (max-width:430px){._titleTodoButton_17gq3_235{display:block}}._form_17gq3_249{border-top:1px solid rgba(215,215,215,.631372549);width:100%;margin:0;position:fixed;bottom:0;left:70px;padding:0 0 20px 20px;background-color:#fff}@media screen and (max-width:800px){._form_17gq3_249{width:90%}}@media screen and (max-width:500px){._form_17gq3_249{display:none}}._form_17gq3_249 p{font-weight:500;font-size:16px}._form_17gq3_249 form{margin:0;padding:0;width:90%;display:flex;align-items:center;flex-flow:wrap;gap:20px}._form_17gq3_249 form input{width:340.95px;height:24px;padding:0;margin:0}._form_17gq3_249 form select{width:200px;height:36px}._form_17gq3_249 form button{display:flex;align-items:center;gap:10px}._selectCustom_17gq3_305{position:relative}._selectCustom_17gq3_305 button{background-color:#fbfaf9;border:1px solid rgba(215,215,215,.631372549);color:#231f20;width:150px;display:flex;align-items:center;justify-content:space-between;gap:5px}._selectCustom_17gq3_305 button:hover{background-color:#ebebeb}._selectCustom_17gq3_305 ._dropdown_17gq3_321{background-color:#fff;min-width:150px;box-shadow:0 0 6px #c8c6c4;position:absolute;height:100px;overflow:auto;top:-105px}._selectCustom_17gq3_305 ._dropdown_17gq3_321 p{margin:0;padding:10px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:14px}._selectCustom_17gq3_305 ._dropdown_17gq3_321 p:hover{background-color:#f2fcf7;color:#b6f623}._button_17gq3_46 button{display:flex;align-items:center;gap:15px}._flex_17gq3_351{display:flex;align-items:center;gap:15px;padding:0;margin:0}._flex_17gq3_351 ._todoChekbox_17gq3_358{display:flex;align-items:flex-start;opacity:0;transition:.3s}._flex_17gq3_351 input{flex-basis:18px;width:18px;height:24px;padding:0;margin:0}._flex_17gq3_351 p{flex-basis:100%;padding:0;margin:0}._titleTodoInput_17gq3_377{white-space:wrap;font-size:14px;padding-right:20px!important}._filters_17gq3_383{display:flex;align-items:center;gap:15px;padding-inline:32px;padding-bottom:30px;position:relative}._filters_17gq3_383 ._place_17gq3_391{position:relative}._filters_17gq3_383 ._filterModalWrapper_17gq3_394{position:absolute;top:110%;left:0}._filters_17gq3_383 ._buttonFilter_17gq3_399{position:relative;background-color:#f7f7f7;border-radius:4px;padding-inline:24px;padding-block:12px;font-size:16px;display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer;border:1px solid #f7f7f7;transition:.1s}._filters_17gq3_383 ._buttonFilter_17gq3_399:hover{background-color:#ebebeb;border:1px solid #231f20}._filters_17gq3_383 ._activeButton_17gq3_418{position:relative;border-radius:4px;padding-inline:24px;padding-block:12px;font-weight:500;font-size:16px;display:flex;align-items:center;gap:8px;cursor:pointer;border:1px solid #231f20;background-color:#ebebeb}._overflow_17gq3_433{width:100%;overflow:auto;padding-bottom:15px}._flexHeader_17gq3_439{display:flex;align-items:center;justify-content:space-between;flex-basis:450px;flex-shrink:0;padding-right:10px;border-right:1px solid rgba(215,215,215,.631372549);gap:15px}._flexHeader_17gq3_439 i{padding-right:40px;font-size:14px;display:flex;align-items:center;color:#2e4552}._headTitle_17gq3_457{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:30;display:grid;padding-inline:20px;height:45px;align-items:stretch;flex-shrink:1;border-top:1px solid rgba(215,215,215,.631372549);border-bottom:1px solid rgba(215,215,215,.631372549);font-weight:500}._headTitle_17gq3_457 ._title_17gq3_25{display:flex;align-items:center;font-weight:400;gap:10px;width:100%;font-size:14px;color:#707070;padding-left:10px}._headTitle_17gq3_457 td{font-size:medium;padding-block:18px!important}._todoState_17gq3_486{display:grid;grid-template-columns:10px auto;align-items:center;justify-content:center;padding-block:4px;padding-inline:20px;border-radius:24px;gap:7px;width:-webkit-fit-content;width:fit-content}._todoLayout_17gq3_498{background-color:#8080801a;color:gray}._doingLayout_17gq3_503{background-color:#00707825;color:#007078}._doneLayout_17gq3_508{background-color:#f2fcf7;color:#b6f623}._bloquedLayout_17gq3_513{background-color:#b02c2825;color:#b02d28}._todoStateIcon_17gq3_518{height:10px;width:10px;border-radius:100%}._todoIcon_17gq3_524{background-color:gray}._doingIcon_17gq3_528{background-color:#007078}._doneIcon_17gq3_532{background-color:#b6f623}._bloquedIcon_17gq3_536{background-color:#b02d28}._addTodoContainer_17gq3_540{border-bottom:1px solid rgba(215,215,215,.631372549);padding-left:24px;padding-inline:20px}._addTodoContainer_17gq3_540 input{border:none;margin:0!important}._todoRow_17gq3_550{display:grid;align-items:stretch;padding-inline:20px;min-height:25px;border-radius:4px;transition:.2s;border-bottom:1px solid rgba(215,215,215,.631372549)}._todoRow_17gq3_550:hover,._todoRow_17gq3_550:hover ._titleTodo_17gq3_235{background-color:#f7f7f7}._todoRow_17gq3_550:hover ._todoChekbox_17gq3_358,._todoRow_17gq3_550:hover ._titleTodoIcon_17gq3_568,._todoRow_17gq3_550:hover ._dotMenuContainer_17gq3_571{opacity:1}._filterModalTitle_17gq3_575{font-size:16px;font-weight:600;margin-bottom:20px}._statusDropDownContainer_17gq3_581{display:flex;flex-direction:column;gap:2px;width:250px;padding:5px}._statusDropDownContainer_17gq3_581 ._statusDropDownItem_17gq3_588{border-radius:6px;padding:7px}._statusDropDownContainer_17gq3_581 ._statusDropDownItem_17gq3_588:hover{background-color:#f7f7f7}._filterContainer_17gq3_596{--size: 40px;--fontSizeIcon: 14px;height:var(--size);display:flex;align-items:stretch;justify-content:space-between}._filterContainer_17gq3_596 ._leftFilterContainer_17gq3_604,._filterContainer_17gq3_596 ._leftFilterContainer_17gq3_604 ._searchBarContainer_17gq3_608{display:flex;gap:5px}._filterContainer_17gq3_596 ._leftFilterContainer_17gq3_604 ._searchBarContainer_17gq3_608 ._searchBar_17gq3_608{display:flex;align-items:center;border-radius:4px;transition:.2s ease-in-out;border:1px solid transparent;width:0px;padding-inline:0px}._filterContainer_17gq3_596 ._leftFilterContainer_17gq3_604 ._searchBarContainer_17gq3_608 ._searchBar_17gq3_608._active_17gq3_418{width:250px;padding-inline:12px}._filterContainer_17gq3_596 ._leftFilterContainer_17gq3_604 ._searchBarContainer_17gq3_608 ._searchBar_17gq3_608 ._inputSearchBar_17gq3_625{padding:0;margin:0;border:none}._filterContainer_17gq3_596 ._rightFilterContainer_17gq3_630{display:flex;gap:5px}._filterContainer_17gq3_596 ._filterIcon_17gq3_634{position:relative;gap:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:var(--size);font-size:var(--fontSizeIcon);border-radius:4px;background-color:#f7f7f7;border:1px solid transparent;transition:.1s}._filterContainer_17gq3_596 ._filterIcon_17gq3_634:has(p){padding-inline:18px}._filterContainer_17gq3_596 ._filterIcon_17gq3_634:hover{border-color:#d7d7d7a1}._moreFilterContainer_17gq3_658{position:relative}._moreFiltersBtn_17gq3_662{position:relative;margin-top:20px;display:flex;align-items:center;gap:10px;padding:10px;width:-webkit-fit-content;width:fit-content;border-radius:6px;font-size:14px}._moreFiltersBtn_17gq3_662 ._moreFilterBtnTitle_17gq3_673{font-weight:500}._moreFiltersBtn_17gq3_662:hover{background-color:#f7f7f7}._quickSearchTitle_17gq3_680{font-size:14px;color:#707070}._quickSearchContainer_17gq3_685{margin-top:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}._quickSearchItem_17gq3_692{color:#707070;border:1px solid #707070;padding-block:5px;padding-inline:16px;border-radius:25px;font-size:14px;width:-webkit-max-content;width:max-content;transition:.1s}._quickSearchItem_17gq3_692._active_17gq3_418{background-color:#b6f623;border-color:#b6f623;color:#fff}._quickSearchItem_17gq3_692:not(._active_17gq3_418):hover{background:#f7f7f7;color:#231f20}._filterChoiceContainer_17gq3_712{display:flex;align-items:stretch;gap:4px}._filterChoiceContainer_17gq3_712 ._filterChoiceItemContainer_17gq3_717{display:flex;align-items:center;gap:8px;border:1px solid rgba(215,215,215,.631372549);border-radius:4px;padding-inline:18px}._filterChoiceContainer_17gq3_712 ._filterChoiceItemIcon_17gq3_725{display:flex;align-items:center;justify-content:center;font-size:12px}._settingsModalRow_17gq3_732{padding-inline:14px;padding-block:14px;display:flex;justify-content:space-between;width:300px;border-bottom:1px solid rgba(215,215,215,.631372549)}._contentSettingModal_17gq3_741{display:grid;grid-template-columns:25px auto;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#707070}._filterListContainer_17gq3_752{position:relative;display:flex;justify-content:space-between;align-items:center;width:250px;padding-left:5px;padding-right:7px;margin:5px;height:30px;color:#707070;font-size:14px;border-radius:6px}._filterListContainer_17gq3_752:hover{background-color:#f7f7f7;color:#231f20}._filterListRow_17gq3_771{display:grid;grid-template-columns:20px auto;align-items:center;gap:10px}._titleHeader_17gq3_778{flex-shrink:1;flex-basis:100%;border-right:1px solid rgba(215,215,215,.631372549);display:flex;align-items:center}._endColumn_17gq3_786{flex-shrink:1;flex-basis:12.5%}._titleTodo_17gq3_235{display:flex;align-items:center;justify-content:space-between;cursor:text}._titleTodo_17gq3_235 ._inputTitleModalContainer_17gq3_797{width:-webkit-fit-content;width:fit-content;height:100%}._titleTodo_17gq3_235 ._inputTitleModalContainer_17gq3_797 ._modalTitleInput_17gq3_801{height:100%;margin:0!important;width:100%;border:none;padding-block:0!important;padding-inline:10px}._titleTodo_17gq3_235 ._titleTodoIcon_17gq3_568{font-size:12px;color:#707070;padding:5px;cursor:pointer;opacity:0;border-radius:4px;transition:.2s}._titleTodo_17gq3_235 ._titleTodoIcon_17gq3_568:hover{background-color:#d7d7d7a1}._dotMenuModal_17gq3_822{border-radius:4px;position:absolute;box-shadow:0 3px 15px #0000000d;top:100%;right:0;background-color:#fff;z-index:20}._dotMenuModalRow_17gq3_832{z-index:20;padding-inline:16px;height:30px;color:gray;margin:4px;border-radius:6px;display:flex;align-items:center;gap:10px;cursor:pointer}._dotMenuModalRow_17gq3_832:hover{color:#231f20;background-color:#f7f7f7}._deleteMenuRow_17gq3_849:hover{color:red}._todoRowColumn_17gq3_853{position:relative;display:flex;align-items:stretch;min-height:40px;flex-shrink:1;flex-basis:98%;border-right:1px solid rgba(215,215,215,.631372549);cursor:pointer}._todoRowColumn_17gq3_853 ._todoRowColumnContent_17gq3_863{padding-inline:10px;padding-block:5px;border:1px solid transparent;transition:.2s;flex-wrap:wrap;width:100%;gap:7px;display:flex;align-items:center}._todoRowColumn_17gq3_853 ._todoRowColumnContent_17gq3_863:hover{border-color:#707070}._todoRowColumn_17gq3_853 ._todoRowColumnContent_17gq3_863:hover ._removeMeetingOrProject_17gq3_877{opacity:1}._todoRowColumn_17gq3_853 ._todoRowColumnContent_17gq3_863:hover ._removeMeetingOrProject_17gq3_877:hover{background-color:#f2fcf7}._todoRowColumn_17gq3_853 ._removeMeetingOrProject_17gq3_877{opacity:0;position:absolute;right:10px;font-size:12px;top:50%;transform:translateY(-50%);transition:.1s;padding:5px;border-radius:2px}._noSelectedDate_17gq3_895{color:#d7d7d7a1}._more_17gq3_658{position:relative;flex-basis:20%;display:flex;align-items:center;justify-content:center;transition:.2s}._more_17gq3_658 ._dotMenuContainer_17gq3_571{opacity:0}._more_17gq3_658 ._icon_17gq3_49{color:gray;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;padding:3px;border-radius:4px;transition:.2s}._more_17gq3_658 ._icon_17gq3_49:hover{background-color:#d7d7d7a1}._meetingModal_17gq3_925{width:100%}._mainTodoBoardPage_17gq3_929{background-color:#f7f7f7;margin-top:10px;display:flex;gap:30px;padding:15px;padding-inline:32px;height:77vh}._cat_17gq3_11{display:flex;align-items:center;justify-content:space-between;gap:15px;width:-webkit-max-content;width:max-content;color:var(--grey-palette-grey-190, #201f1e);font-family:Segoe UI;font-size:15px;font-style:normal;font-weight:700;line-height:21px;padding-bottom:10px;padding-top:15px;padding-left:26px}._titleCat_17gq3_25{display:flex;align-items:center;gap:15px;cursor:pointer}._titleCat_17gq3_25 ._number_17gq3_31{padding-block:2px;padding-inline:6px;border-radius:4px;font-size:13px;color:gray;background-color:#f7f7f7}._tags_17gq3_104{display:flex;align-items:center;gap:10px;position:relative}._tags_17gq3_104 ._tag_17gq3_104{font-size:14px;width:-webkit-fit-content;width:fit-content;padding-block:5px;padding-inline:16px;border-radius:87px}._tagModalContainer_c0vaz_1{width:350px}._tagModalContainer_c0vaz_1 ._tagsEditContainer_c0vaz_4{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:100%;padding-inline:10px;padding-block:10px;border-bottom:1px solid rgba(215,215,215,.631372549)}._tagModalContainer_c0vaz_1 ._tagsEditContainer_c0vaz_4 input{margin:0;display:flex;align-items:stretch;border:none;background-color:transparent;padding:0;justify-content:stretch}._tagModalContainer_c0vaz_1 ._pickerColorWrapper_c0vaz_23{flex-basis:100%;display:flex;align-items:center;justify-content:space-between;padding:10px;transition:.2s;margin:4px;border-radius:6px}._tagModalContainer_c0vaz_1 ._pickerColorWrapper_c0vaz_23:hover{background-color:#f7f7f7}._tagModalContainer_c0vaz_1 ._pickerColorWrapper_c0vaz_23 ._tagCreationContainer_c0vaz_36{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}._tagModalContainer_c0vaz_1 ._pickerColorWrapper_c0vaz_23 ._tagCreationContainer_c0vaz_36 ._createTag_c0vaz_44{padding-block:3px;padding-inline:10px;border-radius:87px;font-size:14px}._tagModalContainer_c0vaz_1 ._pickerColorWrapper_c0vaz_23 ._pickerColorModal_c0vaz_50{padding:10px;width:200px}._tagModalContainer_c0vaz_1 ._pickerColorWrapper_c0vaz_23 ._pickerModalRow_c0vaz_54{display:flex;align-items:center;gap:10px;padding:10px;border-radius:6px}._tagModalContainer_c0vaz_1 ._pickerColorWrapper_c0vaz_23 ._pickerModalRow_c0vaz_54:hover{background-color:#f7f7f7}._tagModalContainer_c0vaz_1 ._pickerColorWrapper_c0vaz_23 ._pickerModalRow_c0vaz_54 ._colorContainer_c0vaz_64{height:12px;width:12px;border-radius:100%}._usedTagsContainer_c0vaz_70{padding:0 10px 10px}._usedTagsContainer_c0vaz_70 ._usedTagsTitle_c0vaz_74{margin-bottom:10px;font-weight:600;color:#707070;text-transform:uppercase}._tagModalInput_c0vaz_81{margin:0;border:none;border-bottom:1px solid rgba(215,215,215,.631372549);border-radius:0}@keyframes _fade-in_d84lc_1{0%{opacity:0}to{opacity:1}}._modalContainer_d84lc_9{width:100%;position:absolute;background-color:#fff;top:110%;box-shadow:0 3px 15px #0000000d;border-radius:6px;border:1px solid rgba(215,215,215,.631372549);z-index:999}._mainProjects_ezrup_1{width:100%}._myprojects_ezrup_5{cursor:pointer}._projectName_ezrup_9{font-weight:500}._flex_ezrup_13{display:flex;align-items:center;gap:5px;flex-flow:wrap}._listContainer_ezrup_20{overflow:hidden}._listContainer_ezrup_20 ._list_ezrup_20 ._title_ezrup_23{margin:0;padding:0;display:flex;align-items:center;justify-content:space-between;gap:20px}._listContainer_ezrup_20 ._list_ezrup_20 ._title_ezrup_23 h1{font-weight:800!important;font-size:24px;margin:0}._listContainer_ezrup_20 ._list_ezrup_20 ._title_ezrup_23 ._button_ezrup_36{cursor:pointer;background-color:#b6f623;width:27px;height:27px;font-size:11px;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .1s}._listContainer_ezrup_20 ._list_ezrup_20 ._projects_ezrup_48{height:calc(100vh - 247px);overflow:auto;display:flex;flex-direction:column;align-items:start;justify-content:space-between;padding-top:24px;margin-right:-24px;padding-right:24px}._listContainer_ezrup_20 ._list_ezrup_20 ._project_ezrup_9{cursor:pointer}._listContainer_ezrup_20 ._list_ezrup_20 ._project_ezrup_9 ._icon_ezrup_62{position:relative;border-radius:12px;width:100%;height:200px;background-color:#fafbf9;display:flex;align-items:center;justify-content:center;text-align:center}._listContainer_ezrup_20 ._list_ezrup_20 ._project_ezrup_9 ._projectTitleIcon_ezrup_73{transition:.3s;font-size:100px;z-index:1}._listContainer_ezrup_20 ._list_ezrup_20 ._project_ezrup_9 ._fav_ezrup_78{position:absolute;top:10px;right:10px;color:#cbc525;cursor:pointer}._listContainer_ezrup_20 ._list_ezrup_20 ._project_ezrup_9 ._title_ezrup_23{font-weight:700;font-size:20px;margin:12px 0 0;padding:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:244px}._listContainer_ezrup_20 ._list_ezrup_20 ._project_ezrup_9 ._date_ezrup_96{color:#8b9d93;font-weight:400;font-size:16px}._listContainer_ezrup_20 ._list_ezrup_20 ._project_ezrup_9:hover ._icon_ezrup_62 ._projectTitleIcon_ezrup_73{transform:scale(1.1)}._filters_ezrup_105{display:flex;flex-direction:column;justify-content:center;align-items:start;position:relative;margin-top:43.5px}._filters_ezrup_105 i{font-size:12px}._filters_ezrup_105 ._modalFilterWrapper_ezrup_116{padding-top:5px;width:95%;margin:auto auto 5px;overflow:hidden;border-radius:4px;transition:.2s ease-in-out}._filters_ezrup_105 ._buttonFilter_ezrup_125{transform:translate(0);background-color:#f7f7f7;background-color:#edebe9;border-radius:4px;margin-left:14px;padding:7.5px 14px 8px;margin-right:10px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:transform .2s ease-in-out,color 50ms ease-in-out,background-color 50ms ease-in-out}._filters_ezrup_105 ._buttonFilter_ezrup_125:hover{background-color:#b6f623;color:#fff}._filters_ezrup_105 ._activeButton_ezrup_146{transform:translate(10px);background-color:#b6f623;color:#fff;border-radius:4px;margin-left:14px;padding:7.5px 14px 8px;margin-right:10px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.2s}._buttonplus_ezrup_164{display:flex;align-items:center;gap:10px}._searchBarContainer_ezrup_170{display:flex;gap:5px}._searchBarContainer_ezrup_170 ._searchBar_ezrup_170{display:flex;align-items:center;border-radius:4px;transition:.2s ease-in-out;border:1px solid transparent;width:0px;padding-inline:0px}._searchBarContainer_ezrup_170 ._searchBar_ezrup_170._active_ezrup_146{width:250px;padding-inline:12px}._searchBarContainer_ezrup_170 ._searchBar_ezrup_170 ._inputSearchBar_ezrup_187{padding:0;margin:0;border:none}._flex_ezrup_13{display:flex;align-items:center;gap:15px;flex-flow:wrap;margin-bottom:16px;margin-top:24px}._filterIcon_ezrup_202{position:relative;gap:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:var(--size);font-size:var(--fontSizeIcon);border-radius:4px;border:1px solid transparent;transition:.1s}._filterIcon_ezrup_202:has(p){padding-inline:18px}._container_cbjpx_1{display:flex;flex-direction:column;height:100%;gap:15px}._tableWrapper_cbjpx_8{flex:1;min-height:0;overflow:auto;position:relative}._tableWrapper_cbjpx_8 .h-full.flex.flex-col,._tableWrapper_cbjpx_8 .flex-1.overflow-hidden,._tableWrapper_cbjpx_8 .h-full.relative.overflow-hidden,._tableWrapper_cbjpx_8 .h-full.relative.overflow-hidden>div{display:block!important;overflow:visible!important;height:auto!important}._tableWrapper_cbjpx_8 table{border-collapse:collapse;table-layout:fixed}._tableWrapper_cbjpx_8 thead{display:table-header-group!important;position:-webkit-sticky;position:sticky;top:0;z-index:10;background-color:#fff}._tableWrapper_cbjpx_8 tbody{display:table-row-group!important;height:auto!important;overflow:visible!important}._tableWrapper_cbjpx_8 tfoot{display:table-footer-group!important;position:-webkit-sticky;position:sticky;bottom:0;z-index:10}._tableWrapper_cbjpx_8 tfoot tr{background-color:#f8f9fa;border-top:2px solid #b6f623}._tableWrapper_cbjpx_8 tfoot td{text-align:left;background-color:#f8f9fa}._tableWrapper_cbjpx_8 tr{display:table-row!important}._tableWrapper_cbjpx_8 th,._tableWrapper_cbjpx_8 td{display:table-cell!important;padding:8px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tableWrapper_cbjpx_8 th{background-color:#fff}._columnsFilter_cbjpx_66{display:flex;justify-content:space-between;align-items:center;gap:16px}._viewPresets_cbjpx_73{display:flex;gap:8px}._viewButton_cbjpx_78{padding:6px 14px;border-radius:20px;border:1px solid #e0e0e0;background-color:#fff;color:#8a8886;font-size:13px;cursor:pointer;transition:all .2s ease}._viewButton_cbjpx_78:hover{border-color:#b6f623;color:#231f20}._viewButtonActive_cbjpx_93{background-color:#b6f623;border-color:#b6f623;color:#fff}._viewButtonActive_cbjpx_93:hover{background-color:#aef50b;color:#fff}._columnsButton_cbjpx_103{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;border:1px solid #e0e0e0;background-color:#fff;color:#8a8886;font-size:14px;cursor:pointer;transition:all .2s ease}._columnsButton_cbjpx_103:hover{border-color:#b6f623;color:#231f20}._statsCell_cbjpx_121{text-align:left;font-weight:500}._statsLabel_cbjpx_126{display:block;font-size:10px;color:#8a8886;text-transform:uppercase;font-weight:500;margin-bottom:2px}._statsValue_cbjpx_135{display:block;font-size:14px;font-weight:600;color:#231f20}._card_cbjpx_142{border:1px solid rgba(215,215,215,.631372549);margin:20px;padding:15px;cursor:pointer}._name_cbjpx_149{font-size:15px;padding:3px}._listViewContainer_cbjpx_154{position:relative;padding-inline:24px;height:100%;overflow-y:auto}._headTitle_cbjpx_161{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:30;display:grid;padding-inline:20px;height:45px;align-items:stretch;flex-shrink:1;border-top:1px solid rgba(215,215,215,.631372549);border-bottom:1px solid rgba(215,215,215,.631372549);font-weight:500}._headTitle_cbjpx_161 ._title_cbjpx_175{display:flex;align-items:center;font-weight:400;gap:10px;width:100%;font-size:14px;color:#707070;padding-left:10px}._flexHeader_cbjpx_186{display:flex;align-items:center;justify-content:space-between;flex-basis:450px;flex-shrink:0;padding-right:10px;border-right:1px solid rgba(215,215,215,.631372549);gap:15px}._flexHeader_cbjpx_186 i{padding-right:40px;font-size:14px;display:flex;align-items:center;color:#2e4552}._titleTodo_cbjpx_204{position:relative;display:flex;align-items:center;justify-content:space-between;padding-right:10px;border-right:1px solid rgba(215,215,215,.631372549);flex-shrink:0;flex-basis:450px;transition:.2s;cursor:text}._titleTodo_cbjpx_204 ._inputTitleModalContainer_cbjpx_216 ._modalTitleInput_cbjpx_216{height:100%;margin:0!important;width:100%;border:none;padding-block:0!important;padding-inline:10px}._titleTodo_cbjpx_204 ._titleTodoIcon_cbjpx_224{font-size:12px;color:#707070;padding:5px;cursor:pointer;border-radius:4px;transition:.2s}._titleTodo_cbjpx_204 ._titleTodoIcon_cbjpx_224:hover{background-color:#d7d7d7a1}._todoRow_cbjpx_236{display:grid;align-items:stretch;padding-inline:20px;min-height:25px;border-radius:4px;transition:.2s;border-bottom:1px solid rgba(215,215,215,.631372549)}._todoRow_cbjpx_236:hover,._todoRow_cbjpx_236:hover ._titleTodo_cbjpx_204{background-color:#f7f7f7}._todoRow_cbjpx_236:hover ._todoChekbox_cbjpx_251,._todoRow_cbjpx_236:hover ._titleTodoIcon_cbjpx_224,._todoRow_cbjpx_236:hover ._dotMenuContainer_cbjpx_257{opacity:1}@keyframes _fade-in_1svlg_1{0%{background-color:#0000}to{background-color:#0006}}._container_1svlg_9{--animation-timeOut: .3s;position:fixed;z-index:40;left:0;top:0;width:100%;height:100%;animation:_fade-in_1svlg_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;overflow-x:hidden}._container_1svlg_9::-webkit-scrollbar{display:none}@keyframes _fade-out_1svlg_1{0%{background-color:#0006}to{background-color:#0000}}._container_1svlg_9._fadeOut_1svlg_35{animation:_fade-out_1svlg_1 var(--animation-timeOut) ease-in-out forwards}@keyframes _slide-in_1svlg_1{0%{right:-666px}to{right:0}}._modal_1svlg_47{position:absolute;right:0;background-color:#fff;width:80%;padding-inline:33px;padding-block:26px;min-height:100%;animation:_slide-in_1svlg_1 var(--animation-timeOut) ease-in-out forwards}._modal_1svlg_47 ._timeFLex_1svlg_57{display:flex}@media screen and (max-width:800px){._modal_1svlg_47{margin:0;width:90%}}@media screen and (max-width:600px){._modal_1svlg_47{width:85%}}@media screen and (max-width:500px){._modal_1svlg_47{height:calc(100% - 100px);overflow:auto}}._modal_1svlg_47 ._titleWrapper_1svlg_77{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._modal_1svlg_47 ._titleWrapper_1svlg_77 h3{display:flex;gap:1rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20;text-transform:capitalize}@keyframes _slide-out_1svlg_1{0%{right:0}to{right:-666px}}._modal_1svlg_47._slideOut_1svlg_104{animation:_slide-out_1svlg_1 var(--animation-timeOut) ease-in-out forwards}@media screen and (max-width:564px){._closeButton_1svlg_109{margin-bottom:60px}}._closeButton_1svlg_109 ._icon_1svlg_113{color:#231f20}._options_1svlg_117{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:200px;right:20px}._options_1svlg_117 ._edit_1svlg_125{color:#b6f623;margin:10px;display:flex;align-items:center;gap:10px;cursor:pointer}._options_1svlg_117 ._edit_1svlg_125 span{color:#231f20}._options_1svlg_117 ._remove_1svlg_136{color:red;margin:10px;cursor:pointer;display:flex;align-items:center;gap:5px}._confirmBox_1svlg_145{position:fixed;left:0;top:0;z-index:10;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_1svlg_145 div{margin:300px auto auto;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:450px;padding-top:10px;padding-bottom:10px;text-align:center}._confirmBox_1svlg_145 div button{margin:10px}._cat_1svlg_169{display:flex;align-items:center;justify-content:space-between;gap:15px;width:-webkit-max-content;width:max-content;color:var(--grey-palette-grey-190, #201f1e);font-family:Segoe UI;font-size:15px;font-style:normal;font-weight:700;line-height:21px;padding-bottom:20px;padding-top:10px}._titleCat_1svlg_185{display:flex;align-items:center;gap:15px}._titleCat_1svlg_185 ._number_1svlg_190{padding-block:2px;padding-inline:6px;border-radius:4px;font-size:13px;color:gray;background-color:#f7f7f7}._overview_1svlg_199{margin-bottom:50px}._overview_1svlg_199 table{text-align:left;padding-left:0;margin:0}._overview_1svlg_199 table th,._overview_1svlg_199 table td{padding-right:10px}._overview_1svlg_199 table tr,._overview_1svlg_199 table th{min-height:47px}._overview_1svlg_199 table td,._overview_1svlg_199 table th{border-bottom:1px solid rgba(215,215,215,.631372549);padding:20px}._overview_1svlg_199 table td ._more_1svlg_220,._overview_1svlg_199 table th ._more_1svlg_220{cursor:pointer;float:right}._overview_1svlg_199 table ._displayName_1svlg_225{text-transform:capitalize}._overview_1svlg_199 table ._statut_1svlg_228._active_1svlg_228{color:#b6f623}._overview_1svlg_199 table ._statut_1svlg_228._pending_1svlg_231{color:#9c1515}._flex_1svlg_235{display:flex;align-items:center;gap:15px}@media screen and (max-width:564px){._flex_1svlg_235{display:flex;flex-direction:column}}._flex_1svlg_235 ._wrapperContainer_1svlg_246{display:flex;align-items:center;gap:15px}._flex_1svlg_235 ._wrapperContainer_1svlg_246 ._invite_1svlg_251{background-color:transparent;color:#231f20;font-weight:600;border:1px solid #8a8886;border-radius:2px;display:flex;align-items:center;gap:10px;height:44px;width:100%}._flex_1svlg_235 ._wrapperContainer_1svlg_246 ._invite_1svlg_251:hover{background-color:#ebebeb}._flex_1svlg_235 ._wrapperContainer_1svlg_246 ._invite_1svlg_251{margin-bottom:20px}._flex_1svlg_235 ._wrapperContainer_1svlg_246 ._invite_1svlg_251 ._icon_1svlg_113{font-size:14px}._domain_1svlg_273{border:1px solid #8a8886;padding:5px;margin:5px;display:flex;align-items:center;justify-content:space-between;border:2px solid transparent;transition:.2s border;transition:.2s}._domain_1svlg_273:hover{background-color:#ebebeb}._domain_1svlg_273 ._close_1svlg_109{cursor:pointer}._form_1svlg_291{display:flex;align-items:center;justify-content:space-between}._form_1svlg_291 input{margin:0}._form_1svlg_291 ._icon_1svlg_113{cursor:pointer;padding:5px;margin:5px}._main_iizxw_1{display:flex;align-items:center;justify-content:center;background-color:#fff;padding:20px;border-radius:6px}._calendarView_iizxw_10 ._top_iizxw_10{margin-bottom:15px;margin-inline:5px;display:flex;align-items:center;justify-content:space-between}._calendarView_iizxw_10 ._top_iizxw_10 p{font-weight:700;font-size:13px}._calendarView_iizxw_10 ._top_iizxw_10 div{display:flex;gap:15px}._calendarView_iizxw_10 ._top_iizxw_10 div ._icon_iizxw_25{cursor:pointer;font-size:14px}._calendarView_iizxw_10 ._calendar_iizxw_10 ._header_iizxw_29{display:flex}._calendarView_iizxw_10 ._calendar_iizxw_10 ._header_iizxw_29 div{width:32px;height:32px;font-size:14px;display:flex;justify-content:center;align-items:center;font-weight:500}._calendarView_iizxw_10 ._calendar_iizxw_10 ._row_iizxw_41{display:flex}._calendarView_iizxw_10 ._calendar_iizxw_10 ._row_iizxw_41 div{width:32px;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer}._calendarView_iizxw_10 ._calendar_iizxw_10 ._row_iizxw_41 div:hover{background-color:#b6f623;color:#fff}._calendarView_iizxw_10 ._goToday_iizxw_56{cursor:pointer;text-align:right;margin-right:10px;margin-block:10px}._day_iizxw_63{border-radius:50%;font-size:14px}._day_iizxw_63._differentMonth_iizxw_67,._day_iizxw_63._past_iizxw_70{color:#c8c6c4}._day_iizxw_63._hasMeetings_iizxw_73{color:#b6f623;font-weight:500}._day_iizxw_63._selected_iizxw_77{background-color:#b6f623;color:#fff}._buttonRestore_uipdy_1{margin:50px}._container_uipdy_5{width:inherit;padding-top:5px;padding-inline:32px;height:100%;display:flex;flex-direction:column}._subFilters_uipdy_14{margin-bottom:20px;display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap}._filterButton_uipdy_22{padding:6px 12px;border-radius:20px;border:1px solid #e0e0e0;background-color:#fff;color:#8a8886;font-size:14px;cursor:pointer;transition:all .2s ease}._filterButton_uipdy_22:hover{border-color:#b6f623;color:#231f20}._activeFilter_uipdy_37{background-color:#b6f623;border-color:#b6f623;color:#fff}._activeFilter_uipdy_37:hover{background-color:#9ddd09;color:#fff}._countrySelect_uipdy_47{width:auto!important;min-width:160px;max-width:200px;height:34px;border-radius:20px!important;border:1px solid #e0e0e0!important;background-color:#fff;color:#8a8886;font-size:14px;padding:6px 12px;cursor:pointer;transition:all .2s ease;box-shadow:none!important}._countrySelect_uipdy_47:hover{border-color:#b6f623!important;color:#231f20}._countrySelect_uipdy_47:focus{border-color:#b6f623!important;outline:none;box-shadow:none!important;ring:none}._tabContainer_uipdy_73{-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto;padding-bottom:20px;flex:1;min-height:0}._card_uipdy_82{max-width:480px;margin-top:1.5rem;box-shadow:0 2px 8px #00000014}._cardTitle_uipdy_88{display:flex;align-items:center;gap:.5rem;font-size:1.25rem}._titleIcon_uipdy_95{width:22px;height:22px;color:#b6f623}._form_uipdy_101{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}._formGroup_uipdy_108{display:flex;flex-direction:column;gap:.5rem}._formGroup_uipdy_108 label{font-weight:500;color:#231f20;font-size:.875rem}._inputWrapper_uipdy_119{position:relative;display:flex;align-items:center}._inputIcon_uipdy_125{position:absolute;left:12px;width:18px;height:18px;color:#8a8886;pointer-events:none;z-index:1}._inputWithIcon_uipdy_135{padding-left:40px!important}._submitButton_uipdy_139{width:100%;margin-top:.5rem;background-color:#b6f623}._submitButton_uipdy_139:hover{background-color:#a4e709}._submitButton_uipdy_139:disabled{opacity:.7}._spinner_uipdy_151{width:18px;height:18px;margin-right:8px;animation:_spin_uipdy_151 1s linear infinite}@keyframes _spin_uipdy_151{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._infoAlert_uipdy_166{margin-top:.5rem;background-color:#b6f62314;border-color:#b6f6234d;padding:12px 16px}._alertIcon_uipdy_173{width:18px;height:18px;color:#b6f623;flex-shrink:0}._container_sxoaz_1{display:flex;flex-direction:column;gap:20px;width:100%;padding:30px}._header_sxoaz_9{display:flex;justify-content:space-between;align-items:center;padding:16px 0}._headerRight_sxoaz_16{display:flex;gap:16px}._body_sxoaz_21{display:flex;gap:20px}._bodyLeft_sxoaz_26{flex:3;display:flex;flex-direction:column;gap:20px}._bodyRight_sxoaz_33{flex:1;display:flex;flex-direction:column;gap:20px}._box_sxoaz_40,._cardBox_sxoaz_44{width:100%}._bodyMeeting_653ej_1{overflow-y:auto;height:calc(100vh - 258px);padding-left:32px}._microsoftLink_653ej_7{width:100%}._microsoftLink_653ej_7 a{word-break:break-word;overflow-wrap:anywhere;white-space:normal!important;max-width:100%!important;display:block}._link_653ej_18{display:flex;align-items:center;gap:10px}._link_653ej_18 a{text-decoration:none;color:#231f20;position:relative;font-weight:600}._link_653ej_18 a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1.5px;background-color:#231f20}._link_653ej_18 img{width:20px}._row_653ej_42{display:grid;grid-template-columns:300px 1fr;align-items:start;width:100%}._row_653ej_42:last-child{padding-bottom:0}._row_653ej_42 ._title_653ej_51{flex-basis:30%;color:#707070;display:flex;align-items:center;gap:13px;font-weight:500}._row_653ej_42 ._icon_653ej_59{display:flex;align-items:center}._info_653ej_64{padding-bottom:50px;border-bottom:1px solid rgba(215,215,215,.631372549)}._descriptionText_653ej_69{width:-webkit-fit-content;width:fit-content;flex-basis:70%}._slot_653ej_74{cursor:pointer;color:#b6f623}._slot_653ej_74:hover{color:#006b34}._icon_653ej_59{font-size:17px}._descriptionGraph_653ej_86{margin-top:30px;margin-bottom:50px;width:calc(100vw - 494px);background-color:#fff!important}._des_653ej_69{position:relative;display:flex;align-items:center;gap:15px;font-weight:500}._des_653ej_69 ._icon_653ej_59{cursor:pointer;color:#b6f623;font-size:small;width:-webkit-fit-content;width:fit-content}._rowPeople_653ej_107{display:flex;align-items:flex-start;gap:3rem;flex-flow:wrap;padding-bottom:20px}._rowPeople_653ej_107 ._title_653ej_51{color:#707070;display:flex;align-items:center;gap:15px;font-weight:500;width:100px}._meetingTopButton_6tuo9_1 ._options_6tuo9_1{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:100%;color:#009c4e}@media screen and (max-width:800px){._meetingTopButton_6tuo9_1 ._options_6tuo9_1{justify-content:flex-start}}@media screen and (max-width:580px){._meetingTopButton_6tuo9_1 ._options_6tuo9_1{margin-bottom:15px}}._buttonTeams_6tuo9_20{display:flex;align-items:center;padding-inline:24px;padding-block:10px;font-size:16px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .1s ease-in-out;gap:6px}._buttonTeams_6tuo9_20 a{text-decoration:none;font-weight:500}._buttonTeams_6tuo9_20 img{width:21px}._pastTeams_6tuo9_40{display:flex;align-items:center;padding-inline:24px;padding-block:10px;font-size:16px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .5s ease-in-out;gap:8px}._pastTeams_6tuo9_40 a{text-decoration:none;font-weight:500}._pastTeams_6tuo9_40 img{width:21px}._buttonStart_6tuo9_60{min-width:-webkit-max-content;min-width:max-content;height:23px;padding:2px 8px 5px!important;cursor:default}._icon_6tuo9_70{cursor:pointer;line-height:16px;color:#231f20;border:1.5px solid #231f20;padding-inline:16px;font-size:18px;padding-block:11.5px;border-radius:4px;transition:.1s}._icon_6tuo9_70:hover{background-color:#ebebeb}._containerSharing_6tuo9_87{position:fixed;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:250px;padding:20px;top:100px;color:#231f20}._containerSharing_6tuo9_87 ._cancel_6tuo9_97{background-color:#fff;color:#231f20;font-weight:600;border:1px solid #231f20}._containerSharing_6tuo9_87 ._cancel_6tuo9_97:hover{background-color:#ebebeb}._containerSharing_6tuo9_87 ._send_6tuo9_106{margin-top:20px;max-height:200px;overflow-y:auto}._containerSharing_6tuo9_87 ._send_6tuo9_106 ._mail_6tuo9_111{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;margin-right:15px}._containerSharing_6tuo9_87 ._send_6tuo9_106 ._mail_6tuo9_111 button{padding:2px 3px!important}._containerSharing_6tuo9_87 ._link_6tuo9_123{margin-top:15px;text-align:center}._sendButton_6tuo9_128{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;padding-inline:24px;padding-block:11px;border-radius:4px;border:1.5px solid #b6f623;transition:.1s}._sendButton_6tuo9_128 i{font-size:18px}@keyframes _shine_1kw2o_1{0%{background-position:-200% 0}to{background-position:200% 0}}._buttonIA_1kw2o_10{background:linear-gradient(94.25deg,#e9fda0,#b8fa1f);color:#231f20!important}._buttonIA_1kw2o_10 ._iconIa_1kw2o_14{color:#66a30a!important}._buttonIA_1kw2o_10:hover{background:linear-gradient(-94.25deg,#b6f623 100%,#f8fee6 0%)}._buttonIA_1kw2o_10:active{border:1px solid #91d704}._privacyMenu_1kw2o_24{background-color:#f1f2ed}._notificationsIcons_1kw2o_28{color:#91d729;height:1em;width:1em}._notificationsContent_1kw2o_34{display:flex;flex:1 1 0%;min-width:none;color:#606653}._selectCn_1kw2o_41{font-size:11px}._selectCn_1kw2o_41 button{display:flex;height:-webkit-fit-content;height:fit-content;font-size:12.5px;padding:5px 8px}._container_16bdw_1{--animation-timeOut: .3s;position:absolute;z-index:999;top:0;right:0;bottom:0;left:0;height:100%;overflow:hidden}._transcript_16bdw_10{overflow-y:auto;height:100%}@keyframes _fade-out_16bdw_1{0%{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}to{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes _fade-in_16bdw_1{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}}@keyframes _slide-in_16bdw_1{0%{right:-50%}to{right:10px}}._modal_16bdw_39{z-index:500;position:absolute;right:20px;top:10px;background-color:#fff;width:50%;border-radius:8px;border:1px solid rgba(215,215,215,.631372549);height:calc(100% - 20px);animation:_slide-in_16bdw_1 var(--animation-timeOut) ease-in-out forwards;display:flex;flex-direction:column;overflow:hidden}._modal_16bdw_39 ._timeFLex_16bdw_54{display:flex}@media screen and (max-width:800px){._modal_16bdw_39{margin:0;width:90%}}@media screen and (max-width:600px){._modal_16bdw_39{width:85%}}@media screen and (max-width:500px){._modal_16bdw_39{height:calc(100% - 100px);overflow:auto}}@keyframes _slide-out_16bdw_1{0%{right:0}to{right:-50%}}._modal_16bdw_39._slideOut_16bdw_83{animation:_slide-out_16bdw_1 var(--animation-timeOut) ease-in-out forwards}._close_16bdw_87{cursor:pointer;width:-webkit-fit-content;width:fit-content;display:flex;align-items:center}._info_16bdw_94{background-color:#f7f7f7;border-left:2px solid #b6f623;padding:15px;margin-top:10px}._copilotPreInfo_16bdw_101{display:flex;align-items:flex-start;gap:15px;background:linear-gradient(90deg,#2e4552,#2e4552);color:#fff;margin:20px;padding:15px}._note_16bdw_111{margin:20px}._note_16bdw_111 button{width:100%}._note_16bdw_111 textarea{color:#231f20!important;height:500px;padding:5px}._name_16bdw_123{display:flex;align-items:center;gap:10px;font-weight:600}._entry_16bdw_130{display:flex;align-items:start;justify-content:space-between;padding:20px;margin-inline:20px}._entry_16bdw_130:not(:last-child){border-bottom:1px solid rgba(215,215,215,.631372549)}._text_16bdw_142{margin-top:12px;padding-left:22px!important;color:#231f20;font-size:small!important;font-weight:400!important}._message_16bdw_150{text-align:center;margin:40px;padding:0;font-size:20px}._flex_16bdw_157{padding-inline:20px;padding-block:12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(215,215,215,.631372549)}._text_78x88_1{margin:15px}._box_78x88_5{margin-bottom:15px;border:1px solid rgba(215,215,215,.631372549);border-radius:15px;padding:15px}._flex_78x88_12{margin-top:10px;margin-bottom:10px;display:flex;align-items:center;gap:15px}._todoRow_44ak3_1{width:95%;background-color:#fff;border:1px solid rgba(215,215,215,.631372549);border-radius:12px;padding:12px}._todoRow_44ak3_1 ._titleFlex_44ak3_8{display:flex;align-items:center;gap:15px}._todoRow_44ak3_1 ._title_44ak3_8{flex-basis:90%!important}._todoRow_44ak3_1 ._title_44ak3_8 input{flex-basis:100%!important}._todoRow_44ak3_1 ._assignee_44ak3_19{display:flex;align-items:center;gap:15px}._icon_44ak3_25{cursor:pointer}._buttons_44ak3_29{display:flex;align-items:center;justify-content:space-between;margin:20px}._modalAssignee_44ak3_36{background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:280px;max-height:300px;overflow-y:auto;border-radius:8px}._modalAssignee_44ak3_36::-webkit-scrollbar{width:6px}._modalAssignee_44ak3_36::-webkit-scrollbar-track{background:#f7f7f7;border-radius:10px}._modalAssignee_44ak3_36::-webkit-scrollbar-thumb{background:#b6f623;border-radius:10px}._modalAssignee_44ak3_36::-webkit-scrollbar-thumb:hover{background:#66a30a}._modalAssignee_44ak3_36 ._row_44ak3_59{padding:12px 15px;margin:4px;display:flex;align-items:center;gap:12px;cursor:pointer;border-radius:6px;transition:background-color .15s ease}._modalAssignee_44ak3_36 ._row_44ak3_59:hover{background-color:#80808014}._modalAssignee_44ak3_36 ._row_44ak3_59 ._attendeeInfo_44ak3_72{display:flex;flex-direction:column;gap:2px}._modalAssignee_44ak3_36 ._row_44ak3_59 ._attendeeInfo_44ak3_72 ._attendeeName_44ak3_77{font-size:14px;font-weight:500;color:#231f20}._modalAssignee_44ak3_36 ._row_44ak3_59 ._attendeeInfo_44ak3_72 ._attendeeEmail_44ak3_82{font-size:12px;color:#707070}._containerAvatar_44ak3_87{position:relative;display:flex;align-items:center;gap:15px}._containerAvatar_44ak3_87 ._avatar_44ak3_93{cursor:pointer}._emailContainer_6ovuq_1{background-color:#f3f4f6}._emailBodyContent_6ovuq_5{position:absolute;right:1%;bottom:2.5%;background-color:#f3f4f6}._chatbot_1lwvb_5{display:flex;flex-direction:column;height:100%;max-height:600px;width:100%;max-width:800px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._header_1lwvb_20{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}._title_1lwvb_30{margin:0;font-size:18px;font-weight:600}._closeButton_1lwvb_36{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s ease}._closeButton_1lwvb_36:hover{background:#ffffff1a}._contextInfo_1lwvb_51{padding:8px 20px;background:#f8f9fa;border-bottom:1px solid #e9ecef;color:#6c757d;font-size:12px}._messagesContainer_1lwvb_60{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;min-height:300px;max-height:400px}._message_1lwvb_60{display:flex;max-width:80%;animation:_fadeIn_1lwvb_1 .3s ease-in}._userMessage_1lwvb_77{align-self:flex-end}._userMessage_1lwvb_77 ._messageContent_1lwvb_80{background:#007bff;color:#fff;padding:12px 16px;border-radius:18px 18px 4px;word-wrap:break-word}._assistantMessage_1lwvb_88{align-self:flex-start}._assistantMessage_1lwvb_88 ._messageContent_1lwvb_80{background:#f1f3f5;color:#333;padding:12px 16px;border-radius:18px 18px 18px 4px;word-wrap:break-word;border:1px solid #e9ecef}._typingIndicator_1lwvb_101{display:flex;gap:4px;align-items:center}._typingIndicator_1lwvb_101 span{width:8px;height:8px;border-radius:50%;background:#6c757d;animation:_typing_1lwvb_101 1.4s infinite ease-in-out}._typingIndicator_1lwvb_101 span:nth-child(1){animation-delay:0s}._typingIndicator_1lwvb_101 span:nth-child(2){animation-delay:.2s}._typingIndicator_1lwvb_101 span:nth-child(3){animation-delay:.4s}._uploadSection_1lwvb_124{padding:12px 20px;background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;align-items:center;gap:12px;flex-wrap:wrap}._fileInput_1lwvb_134{display:none}._uploadButton_1lwvb_138{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease;text-decoration:none}._uploadButton_1lwvb_138:hover:not(._uploading_1lwvb_152){background:#5a6268;transform:translateY(-1px)}._uploadButton_1lwvb_138._uploading_1lwvb_152{background:#28a745;cursor:not-allowed}._uploadError_1lwvb_161{display:flex;align-items:center;gap:8px;color:#dc3545;font-size:12px;background:#f8d7da;padding:6px 12px;border-radius:4px;border:1px solid #f5c6cb}._clearErrorButton_1lwvb_173{background:none;border:none;color:#dc3545;cursor:pointer;font-size:16px;padding:0 4px}._clearErrorButton_1lwvb_173:hover{color:#721c24}._inputForm_1lwvb_186{padding:20px;background:#fff;border-top:1px solid #e9ecef}._inputContainer_1lwvb_192{display:flex;gap:12px;align-items:center}._textInput_1lwvb_198{flex:1;padding:12px 16px;border:2px solid #e9ecef;border-radius:24px;font-size:14px;outline:none;transition:border-color .2s ease}._textInput_1lwvb_198:focus{border-color:#007bff}._textInput_1lwvb_198:disabled{background:#f8f9fa;cursor:not-allowed}._textInput_1lwvb_198::placeholder{color:#6c757d}._sendButton_1lwvb_218{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#007bff;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:18px;transition:all .2s ease}._sendButton_1lwvb_218:hover:not(:disabled){background:#0056b3;transform:scale(1.05)}._sendButton_1lwvb_218:disabled{background:#6c757d;cursor:not-allowed;transform:none}._loadingContainer_1lwvb_243,._errorContainer_1lwvb_244{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#6c757d;min-height:200px}._errorContainer_1lwvb_244{color:#dc3545}._errorContainer_1lwvb_244 h3{margin:0 0 12px;color:#dc3545}._errorContainer_1lwvb_244 p{margin:0 0 20px;font-size:14px}._errorMessage_1lwvb_267{padding:8px 20px;background:#f8d7da;color:#721c24;border-top:1px solid #f5c6cb;font-size:12px}._spinner_1lwvb_276{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_1lwvb_276 1s linear infinite}@keyframes _fadeIn_1lwvb_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes _typing_1lwvb_101{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}@keyframes _spin_1lwvb_276{to{transform:rotate(360deg)}}@media(max-width:768px){._chatbot_1lwvb_5{max-height:100vh;border-radius:0}._message_1lwvb_60{max-width:90%}._messagesContainer_1lwvb_60,._header_1lwvb_20,._inputForm_1lwvb_186{padding:16px}._uploadSection_1lwvb_124{padding:12px 16px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:high){._chatbot_1lwvb_5{border:2px solid #000}._userMessage_1lwvb_77 ._messageContent_1lwvb_80{background:#000;color:#fff;border:1px solid #fff}._assistantMessage_1lwvb_88 ._messageContent_1lwvb_80{background:#fff;color:#000;border:2px solid #000}}._shimmerLoading_wwfqg_1{border-color:#b6f623;background-color:#f8fee6;color:#9dc13f}._color_wwfqg_7{color:#9dc13f}._animationDotOne_wwfqg_11{fill:#66a30a;opacity:60%}._animationDotTwo_wwfqg_16{fill:#66a30a;opacity:80%}._animationDotThr_wwfqg_21{fill:#66a30a;opacity:90%}._shimmerLoading_mx9jr_1{border-color:#b6f623;background-color:#f8fee6;color:#9dc13f}._color_mx9jr_7{color:#9dc13f}._shimmerBg_mx9jr_11{width:-webkit-fit-content;width:fit-content;background:#dcadad;background:linear-gradient(to right,#fafafa,#dbfaa3 18%,#fafafa 65%);background-size:800px 500%;animation:_shine_mx9jr_1 5s infinite linear}._animationDotOne_mx9jr_19{fill:#66a30a;opacity:60%}._animationDotTwo_mx9jr_24{fill:#66a30a;opacity:80%}._animationDotThr_mx9jr_29{fill:#66a30a;opacity:90%}._note_1jell_1 button{width:100%}._note_1jell_1 textarea{color:#231f20!important;height:500px;padding:5px}._chat-container_1jell_10::-webkit-scrollbar-track{background:#fff0!important;opacity:0;border-radius:20px}._description_1jell_16{all:unset!important;border:1px solid rgba(215,215,215,.631372549);border-radius:6px;padding-inline:14px;padding-block:14px;margin-bottom:10px}._description_1jell_16 button{width:30px}._description_1jell_16 ._submit_1jell_27{width:100%}._promptInputContainer_1jell_31{width:100%;margin-top:10px}._promptInput_1jell_31{display:flex;align-items:center;gap:16px;border-radius:8px;padding:4px}._promptInput_1jell_31 ._promptIcon_1jell_44{font-size:32px}._promptInput_1jell_31 input{border:none!important;margin:0;padding:0;font-size:18px}._promptInput_1jell_31 input:focus{border:none!important}._promptInput_1jell_31 ._send_1jell_56{display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:26px;margin:0;height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content;background-color:#231f20;color:#b6f623;padding:5px;border-radius:8px}._promptInput_1jell_31 ._buttonIA_1jell_71{background:linear-gradient(94.25deg,#f8fee6,#b6f623);color:#231f20!important}._promptInput_1jell_31 ._buttonIA_1jell_71 ._iconIa_1jell_75{color:#66a30a!important}._promptInput_1jell_31 ._buttonIA_1jell_71{display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:29px;margin:0;height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content;padding:5px;border-radius:8px}._promptInput_1jell_31 ._buttonIA_1jell_71:hover{background:linear-gradient(-94.25deg,#b6f623 100%,#f8fee6 0%);color:#231f20!important}p{color:#231f20;font-size:14px!important}._overflow_1jell_101{height:540px;overflow:auto}._options_1jell_106{padding:10px;height:520px;margin:auto}._options_1jell_106 ._flex_1jell_111{display:flex;align-items:center;justify-content:center;flex-flow:wrap;height:100%;gap:15px}._options_1jell_106 ._flex_1jell_111 ._button_1jell_71{cursor:pointer;border:1px solid rgba(215,215,215,.631372549);text-align:center;height:100px;width:240px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-top:12px;padding-bottom:12px;color:#231f20}._options_1jell_106 ._flex_1jell_111 ._button_1jell_71 ._icon_1jell_75{color:#66a30a;background-color:#f8fee6;height:34px;width:34px;display:flex;align-items:center;justify-content:center;border-radius:40px}._option_1jell_106{cursor:pointer}._groupQuest_1jell_148{width:100%;display:flex;justify-content:flex-end;margin-top:15px}._groupQuest_1jell_148 ._questionAsked_1jell_154{background-color:#fafafa;width:50%;padding:10px}._aws_1jell_160{width:60%;min-height:90%}._buttonsFlex_1jell_165{display:flex;align-items:center;gap:10px}._buttonsFlex_1jell_165 ._buttonSave_1jell_170{width:-webkit-fit-content!important;width:fit-content!important}._buttonSparkles_1jell_174{background-color:transparent!important;background:linear-gradient(to right,#e9fda0,#b8fa1f);transition:background-position 3s ease}._buttonSparkles_1jell_174:hover{background-position:right center;background-size:200% auto}._copilotContainer_hpoph_1{margin:auto;position:absolute;z-index:9990;width:100%;height:100%;color:#231f20}._copilotContainer_hpoph_1 ._modal_hpoph_10{background-color:#fafafa;margin:auto;width:80%;height:800px;overflow:auto;box-shadow:0 1px 3px #0000000d;border-radius:16px;padding:24px}._copilotContainer_hpoph_1 ._modal_hpoph_10 ._top_hpoph_20{display:flex;align-items:center;justify-content:space-between}._copilotContainer_hpoph_1 ._modal_hpoph_10 ._top_hpoph_20 ._iconIA_hpoph_25{display:flex;align-items:center;gap:5px}._copilotContainer_hpoph_1 ._modal_hpoph_10 ._context_hpoph_30{display:flex;align-items:center;gap:15px}._copilotContainer_hpoph_1 ._modal_hpoph_10 ._content_hpoph_35{background-color:#fff;height:90%;overflow:auto}._meetingTranscriptContainer_hpoph_41:active{background-color:#f4fecd;border-radius:6px}._meetingTranscript_hpoph_41{padding:3px;border:transparent;box-shadow:none!important;background-color:transparent!important}._attendees_fheqg_1 ._avatar_fheqg_1{width:33px;border-radius:50%}._groupAttendees_fheqg_6{display:flex;flex-direction:row;flex-flow:wrap;align-items:center;gap:.5rem;margin-bottom:10px;position:relative;z-index:200}._attendeeWrapper_fheqg_17{z-index:50;top:0}._domain_fheqg_22{display:flex;align-items:center;gap:10px;z-index:15;text-transform:capitalize;border-radius:100%;border:1px solid #b6f623;height:33px;width:33px;overflow:hidden;padding:3px;background-color:#fff}._domain_fheqg_22 img{width:100%;height:100%}._domainModal_fheqg_41{display:flex;align-items:center;gap:10px;z-index:15;text-transform:capitalize;border-radius:100%;border:1px solid #b6f623;overflow:hidden;padding:3px;background-color:#fff}._domainModal_fheqg_41 img{width:100%;height:100%}._icon_fheqg_58{margin-left:15px;display:flex;align-items:center;justify-content:center;cursor:pointer}._modal_fheqg_66{z-index:99;position:absolute;background-color:#fff;padding:15px;box-shadow:0 0 6px #c8c6c4;width:400px}._modal_fheqg_66 p{margin:0;padding:0}._tabs_fheqg_79{display:flex;flex-direction:row;overflow:auto;gap:1.25rem;color:#8a8886;margin-bottom:15px;padding:10px}._tabs_fheqg_79 a{cursor:pointer}._tabs_fheqg_79 a:hover{color:#231f20}._tabs_fheqg_79 ._activeTab_fheqg_94{font-weight:600;padding-bottom:5px;border-bottom:2px solid #b6f623;color:#231f20}._flex_fheqg_101{display:flex;align-items:center;gap:15px;margin-block:10px}._attendeesList_fheqg_108{max-height:500px;overflow:auto}._divModal_fheqg_113{height:0;width:0;padding:0;margin:0}._tooltip_16dvu_1{position:relative;z-index:1999;padding-block:10px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:24px}._tooltip_16dvu_1 ._tooltipAvatarContainer_16dvu_11{position:relative;display:flex;align-items:center}._tooltip_16dvu_1 ._domainTooltip_16dvu_16{background-color:#fff;z-index:20;width:32px;height:30px;overflow:hidden;border-radius:100%;border:1px solid #d7d7d7}._tooltip_16dvu_1 ._avatarTolltip_16dvu_25{position:absolute;left:18px}._tooltip_16dvu_1 ._tooltipContent_16dvu_29{font-size:16px;font-weight:500;color:#231f20}._tooltip_16dvu_1 ._jobTitleTooltip_16dvu_34{color:#707070;font-weight:500;font-size:14px}._copilotContainer_1vr06_1{margin-inline:32px;margin-top:32px}._copilotWrapper_1vr06_6{display:flex;gap:19px}._isOnline_1vr06_11{background-color:#f0fdf5;padding:20px;margin-top:16px;border-radius:6px;display:flex;justify-content:space-between;align-items:flex-start}._isOnline_1vr06_11 ._teams_1vr06_20{display:flex;align-items:center;gap:15px;font-size:16px;font-weight:500}._isOnline_1vr06_11 ._teams_1vr06_20 img{width:23px}._isOnline_1vr06_11 ._teamsBtn_1vr06_30{font-size:16px;font-weight:500;margin-top:2px;color:#707070}._switch_1vr06_37{position:relative;display:inline-block;width:36px;height:24px}._switch_1vr06_37 input{opacity:0;width:0;height:0}._switch_1vr06_37 ._slider_1vr06_48{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#707070;transition:.2s;border-radius:34px}._switch_1vr06_37 ._slider_1vr06_48:after{position:absolute;content:"";height:19.5px;width:19.5px;left:2px;bottom:2px;background-color:#fff;transition:.2s;border-radius:50%}._switch_1vr06_37 input:checked+._slider_1vr06_48{background-color:#b6f623}._switch_1vr06_37 input:checked+._slider_1vr06_48:after{transform:translate(13px)}._botStatus_1vr06_79{display:flex;align-items:center;margin-top:12px;border:1px solid #d7d7d7;padding:11px 18px;width:-webkit-fit-content;width:fit-content;border-radius:48px;font-weight:500;background-color:#fff;font-size:16px;gap:8px}._flex_1vr06_93{display:flex;justify-content:space-between;flex-flow:wrap;width:100%;padding:15px}._flex_1vr06_93 ._card_1vr06_100{width:48%;border:1px solid rgba(215,215,215,.631372549);padding:15px;cursor:pointer}._copilotPreInfo_1vr06_107{display:flex;align-items:center;font-size:16px;gap:19px;background:#f0f7fd;color:#183e63;padding:20px;border-radius:4px;font-weight:400}._flexButton_1vr06_119{gap:50px}._flexButton_1vr06_119:empty{display:none}._creditContainer_1vr06_126{display:flex;align-items:flex-start;justify-content:space-between;background-color:#f7f7f7;margin-top:16px;border-radius:6px;padding:20px}._creditInfo_1vr06_136{gap:19px;display:flex}._creditInfo_1vr06_136 p{font-size:16px;font-weight:500}._creditInfo_1vr06_136 ._creditSubTitle_1vr06_144{margin-top:3px;color:#707070;width:80%}._creditInfo_1vr06_136 ._creditLeft_1vr06_149{margin-top:12px;border:1px solid #d7d7d7;padding:11px 18px;width:-webkit-fit-content;width:fit-content;border-radius:48px;background-color:#fff;color:#707070;font-size:14px}._creditBtn_1vr06_160{background-color:#fff;color:#b6f623;border:1px solid #b6f623;font-weight:500}._creditBtn_1vr06_160:hover{background-color:#fff;border:1px solid #b6f623}._copilotContainer_1vr06_1{display:flex;flex-direction:column;justify-content:space-between;position:relative;height:calc(100vh - 300px);overflow:auto}@media screen and (max-width:1060px){._copilotContainer_1vr06_1{height:unset}}@media screen and (max-width:700px){._copilotContainer_1vr06_1{height:300px;overflow:auto}}._iconSparkles_1vr06_191{color:#24b263}._copilotWrapper_hgsd4_1{display:flex;gap:19px}._isOnline_hgsd4_6{background-color:#f0fdf5;padding:20px;border-radius:8px;display:flex;justify-content:space-between;align-items:center}._iconSparkles_hgsd4_15{color:#24b263}._over_1gx9w_1{width:100%;overflow-y:auto;position:relative;padding-inline:32px;padding-top:24px;height:calc(100vh - 258px)}button{width:-webkit-fit-content;width:fit-content}._overviewList_1gx9w_14{margin-top:32px;-ms-overflow-style:none;scrollbar-width:none}._overviewList_1gx9w_14::-webkit-scrollbar{display:none}._overviewList_1gx9w_14 ._rows_1gx9w_22{position:relative;display:flex;justify-content:space-between;align-items:center;border-radius:6px;padding-block:10px;padding-inline:20px}._overviewList_1gx9w_14 ._rows_1gx9w_22 ._left_1gx9w_31{display:flex;align-items:center;width:80%;justify-content:space-between}._overviewList_1gx9w_14 ._rows_1gx9w_22 ._left_1gx9w_31 p{padding:0;margin:0}._overviewList_1gx9w_14 ._rows_1gx9w_22 ._left_1gx9w_31 p:first-child{color:#707070;width:100px}._overviewList_1gx9w_14 ._rows_1gx9w_22 ._left_1gx9w_31 p:nth-child(2){font-weight:500;width:300px}._overviewList_1gx9w_14 ._rows_1gx9w_22 ._left_1gx9w_31 ._now_1gx9w_49{position:absolute;top:50%;right:15%;transform:translateY(-50%);background-color:#b6f623;color:#fff;padding-block:8px;padding-inline:12px;border-radius:51px;text-align:center}._overviewList_1gx9w_14 ._form_1gx9w_61{margin-top:20px;margin-left:20px;display:flex;align-items:center}._overviewList_1gx9w_14 ._form_1gx9w_61 ._submit_1gx9w_67{width:24px;cursor:pointer}._overviewList_1gx9w_14 ._form_1gx9w_61 ._add_1gx9w_71{background-color:#fbfaf9;color:#231f20;text-transform:capitalize}._overviewList_1gx9w_14 ._plus_1gx9w_76{border-radius:50%;border:none;background-color:#d7d7d7a1;font-size:14px;padding:2px;height:25px;width:25px;display:flex;align-items:center;justify-content:center}._confirmBox_1gx9w_89{position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_1gx9w_89 div{margin:300px auto auto;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:450px;padding-top:10px;padding-bottom:10px;text-align:center}._confirmBox_1gx9w_89 div button{margin:10px}._update_1gx9w_113{position:fixed;left:0;top:0;width:100%;height:100%;z-index:40;background-color:#000;background-color:#0006}._update_1gx9w_113 ._main_1gx9w_123{margin:100px auto auto;padding:20px;width:500px;border-radius:3px;background-color:#fff;box-shadow:0 0 6px #c8c6c4}._update_1gx9w_113 ._main_1gx9w_123 ._closeButton_1gx9w_132{width:100%}._update_1gx9w_113 ._main_1gx9w_123 ._closeButton_1gx9w_132 ._icon_1gx9w_135{color:#231f20;font-size:large;cursor:pointer;float:right}._update_1gx9w_113 ._main_1gx9w_123 select{width:150px}._update_1gx9w_113 ._main_1gx9w_123 textArea{width:97%;height:150px;padding-inline:14px;padding-block:14px;background-color:#fbfaf9;border:none;resize:none}._flex_1gx9w_154{display:flex;align-items:center;gap:15px;cursor:pointer}._cancel_1gx9w_161{background-color:transparent;color:#231f20;font-weight:500;font-size:16px;padding-block:12px;padding-inline:24px;border:1px solid #8a8886;border-radius:4px;display:flex;align-items:center;gap:10px}._cancel_1gx9w_161:hover{background-color:#ebebeb}._modalAttendee_1gx9w_178{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:10px;width:300px}._modalAttendee_1gx9w_178 ._searchInput_1gx9w_186{height:45px;width:97%;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-left:10px;color:#a6a4a2;margin-bottom:20px;background-color:#fbfaf9}._modalAttendee_1gx9w_178 ._searchInput_1gx9w_186 span{height:45px;display:flex;align-items:center}._modalAttendee_1gx9w_178 ._searchInput_1gx9w_186 input{font-size:medium;color:#a6a4a2;margin:0}._modalAttendee_1gx9w_178 ._containerList_1gx9w_208{max-height:300px;overflow-y:auto}._modalAttendee_1gx9w_178 ._list_1gx9w_212{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;margin-right:10px;margin-bottom:15px;cursor:pointer}._modalAttendee_1gx9w_178 ._list_1gx9w_212 ._name_1gx9w_222{display:flex;align-items:center;gap:5px}._modalAttendee_1gx9w_178 ._list_1gx9w_212 input{width:15px;margin:0}._modalAttendee_1gx9w_178 button{width:100%}._form_1gx9w_61 ._buttonAttendee_1gx9w_235{display:flex;align-items:center;gap:10px}._form_1gx9w_61 ._icon_1gx9w_135{display:flex;align-items:center;justify-content:center}@media screen and (max-width:800px){._form_1gx9w_61{margin:0;width:90%}}._form_1gx9w_61 p{font-weight:500;font-size:16px;display:flex;align-items:center;gap:10px}._form_1gx9w_61 form{margin-top:28px}._form_1gx9w_61 form input{border:1px solid rgba(215,215,215,.631372549);padding-block:14px;padding-inline:14px}._form_1gx9w_61 form textArea{width:100%;height:100px;border-radius:4px;border:1px solid rgba(215,215,215,.631372549);padding-inline:14px;padding-block:14px;background-color:#fff;resize:none;font-size:14px;margin-top:10px}._form_1gx9w_61 form button{width:100%;display:flex;align-items:center;gap:8px;margin-top:8px}._form_1gx9w_61 form ._formButton_1gx9w_285{display:flex;justify-content:center;margin-top:10px}._selectCustom_1gx9w_291{position:relative}._selectCustom_1gx9w_291 button{background-color:#fbfaf9;border:1px solid rgba(215,215,215,.631372549);color:#231f20;display:flex;align-items:center;justify-content:space-between;gap:5px;padding-block:14px;padding-inline:14px}._selectCustom_1gx9w_291 button p{white-space:wrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}._selectCustom_1gx9w_291 button:hover{background-color:#ebebeb}._selectCustom_1gx9w_291 ._dropdown_1gx9w_314{background-color:#fff;width:100%;border-radius:4px;max-height:200px;box-shadow:0 0 6px #c8c6c4;position:absolute;overflow:auto;top:100%;z-index:50}._selectCustom_1gx9w_291 ._dropdown_1gx9w_314 p{margin:5px;padding:10px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:14px}._selectCustom_1gx9w_291 ._dropdown_1gx9w_314 p:hover{background-color:#f2fcf7;color:#b6f623}._rows_1gx9w_22{border:2px solid transparent;transition:.2s border}._rows_1gx9w_22 ._flex_1gx9w_154{transition:.2s;color:#d7d7d7a1}._rows_1gx9w_22:hover{background-color:#d7d7d7;border-color:#d7d7d7a1}._rows_1gx9w_22:hover ._flex_1gx9w_154{color:#231f20}._flexButton_1gx9w_356{display:flex;align-items:center;gap:10px}._error_1gx9w_362{color:#9c1515}._shadow_1gx9w_366{position:relative;border-radius:3px}._layout_1gx9w_371{position:absolute;top:0;right:0;bottom:0;left:0}._placeholder_1gx9w_376{opacity:1;height:3px;padding-block:2px;transition:.2s;border-radius:5px}._activePlaceHolder_1gx9w_384{height:60px;margin-top:5px;margin-bottom:5px;transition:.1s;border-radius:3px;background-color:#efeeee}._text_1jnnk_1{border-radius:6px;padding-inline:14px;padding-block:14px;margin-bottom:10px}._over_1fsdy_1{width:100%;overflow-x:hidden;position:relative;padding-inline:32px;padding-block:24px}._files_1fsdy_9{height:calc(100vh - 320px);width:100%;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}._files_1fsdy_9::-webkit-scrollbar{display:none}._files_1fsdy_9{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}._file_1fsdy_9{gap:20px;border:1px solid rgba(215,215,215,.631372549);padding:16px;border-radius:8px;min-width:260px;transition:.2s}._file_1fsdy_9 ._extensionFile_1fsdy_33{width:-webkit-min-content;width:min-content}._file_1fsdy_9:hover{background-color:#f7f7f7}._file_1fsdy_9 ._link_1fsdy_39 img{flex-basis:100%;width:50px}._file_1fsdy_9 ._link_1fsdy_39 ._globe_1fsdy_43{font-size:20px}._file_1fsdy_9 ._link_1fsdy_39{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._file_1fsdy_9 div{display:flex;align-items:center;gap:5px}._file_1fsdy_9 ._fileName_1fsdy_57{display:block;width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}._file_1fsdy_9 ._fileName_1fsdy_57 ._accessRight_1fsdy_65{margin-top:5px;color:#605e5c}._file_1fsdy_9 ._fileName_1fsdy_57 ._accessRight_1fsdy_65 div{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._file_1fsdy_9 ._fileName_1fsdy_57 ._accessRight_1fsdy_65 p{margin:0;color:#605e5c}._file_1fsdy_9 ._fileName_1fsdy_57 ._accessRight_1fsdy_65 p:first-letter{text-transform:capitalize}._file_1fsdy_9 a{color:#231f20;padding-top:8px;padding-bottom:8px}._file_1fsdy_9 ._iconDown_1fsdy_87{cursor:pointer;padding:7px;border-radius:6px;opacity:.4;transition:.1s}._file_1fsdy_9 ._iconDown_1fsdy_87:hover{background-color:#edebe9}._file_1fsdy_9 ._iconEdit_1fsdy_97{cursor:pointer;padding:7px;border-radius:6px;opacity:0;transition:.1s}._file_1fsdy_9 ._iconEdit_1fsdy_97:hover{background-color:#edebe9}._file_1fsdy_9 ._close_1fsdy_107{cursor:pointer;padding:7px;border-radius:6px;opacity:.4;transition:.1s}._file_1fsdy_9 ._close_1fsdy_107:hover{background-color:#edebe9}._icon_1fsdy_87{cursor:pointer;width:24px;margin-top:8px}._confirmBox_1fsdy_124{position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_1fsdy_124 div{margin:300px auto auto;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:450px;padding-top:10px;padding-bottom:10px;text-align:center}._confirmBox_1fsdy_124 div button{margin:10px}._containeUpdate_1fsdy_148{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:250px}._containeUpdate_1fsdy_148 form{margin:10px}._containeUpdate_1fsdy_148 form ._inb_1fsdy_158{display:flex;align-items:center;gap:10px}._containeUpdate_1fsdy_148 form ._inb_1fsdy_158 input{width:15px}._containeUpdate_1fsdy_148 form ._inb_1fsdy_158 label{font-weight:600}._containeUpdate_1fsdy_148 form hr{width:90%;background-color:#d7d7d7a1;opacity:.2}._containeUpdate_1fsdy_148 form ._search_input_1fsdy_174{background-color:#fff;width:auto;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-left:10px;color:#a6a4a2;margin:5px}._containeUpdate_1fsdy_148 form ._search_input_1fsdy_174 input{width:150px;font-size:medium;color:#a6a4a2}._containeUpdate_1fsdy_148 form ._compagnies_1fsdy_190{display:flex;flex-direction:column;justify-content:right;align-items:flex-start;max-height:200px;margin-bottom:10px;overflow:hidden;overflow-y:auto;text-transform:capitalize}._containeUpdate_1fsdy_148 form button{width:100%}._form_1fsdy_205 ._iconTitle_1fsdy_205{display:flex;align-items:center;justify-content:center}._form_1fsdy_205 ._iconTitle_1fsdy_205 i{display:flex;align-items:center;justify-content:center;font-size:18px}._form_1fsdy_205 ._orForm_1fsdy_216{margin-top:8px;display:flex;align-items:center;justify-content:center}._form_1fsdy_205 ._orForm_1fsdy_216 ._line_1fsdy_222{width:100%;height:1px;background-color:#0000000d;margin-inline:10px}@media screen and (max-width:800px){._form_1fsdy_205{margin:0;width:90%}}._form_1fsdy_205 p{font-weight:500;font-size:16px;display:flex;align-items:center;gap:10px}._form_1fsdy_205 ._inputFile_1fsdy_241{display:flex;justify-content:center;align-items:center}._form_1fsdy_205 form{margin-top:16px}._form_1fsdy_205 form ._button_1fsdy_249{display:flex;justify-content:flex-end;margin-top:10px}._formFile_1fsdy_255 form{text-align:center}._file_1fsdy_9:hover ._close_1fsdy_107,._file_1fsdy_9:hover ._iconDown_1fsdy_87,._file_1fsdy_9:hover ._iconEdit_1fsdy_97{opacity:1}._cancel_1fsdy_269{background-color:transparent;color:#231f20;font-weight:500;font-size:16px;padding-inline:24px;padding-block:12px;border:1px solid #8a8886;border-radius:4px;display:flex;align-items:center;gap:10px}._cancel_1fsdy_269:hover{background-color:#ebebeb}._error_1fsdy_286{color:#9c1515}._addPeople_1fsdy_290{color:#231f20;background-color:transparent;display:flex;align-items:center;justify-content:center;gap:15px;cursor:pointer;margin-top:15px;margin-bottom:15px;border:1px solid #231f20}._addPeople_1fsdy_290:hover{background-color:#ebebeb}._modalPeople_1fsdy_306{position:absolute;top:0;height:100%;z-index:99;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:10px;width:250px;display:block}._modalPeople_1fsdy_306 ._peopleList_1fsdy_317{height:100px;overflow:auto;display:block;width:100%}._modalPeople_1fsdy_306 ._avatar_1fsdy_323{display:flex;align-items:center;gap:15px}._modalPeople_1fsdy_306 ._row_1fsdy_328{display:flex;align-items:center;justify-content:space-between;width:100%}._modalPeople_1fsdy_306 ._row_1fsdy_328 input{width:20px}._modalPeople_1fsdy_306 button{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:10px}._peopleListShared_1fsdy_345{padding-top:10px;max-height:100px;overflow:auto;display:unset!important}._rowPeople_1fsdy_352{display:flex;align-items:center;justify-content:space-between}._rowPeople_1fsdy_352 ._delete_1fsdy_357{cursor:pointer}._rowPeople_1fsdy_352 ._avatar_1fsdy_323{display:flex;align-items:center;gap:10px}._tooltip_1boq2_1{position:relative;padding-block:10px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:24px}._tooltip_1boq2_1 ._tooltipContent_1boq2_10{font-size:16px!important;font-weight:500;color:#231f20}@keyframes _fade-in_1xofr_1{0%{background-color:#0000}to{background-color:#0006}}._container_1xofr_9{--animation-timeOut: .3s;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;animation:_fade-in_1xofr_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;overflow-x:hidden}._container_1xofr_9::-webkit-scrollbar{display:none}@keyframes _fade-out_1xofr_1{0%{background-color:#0006}to{background-color:#0000}}._container_1xofr_9._fadeOut_1xofr_35{animation:_fade-out_1xofr_1 var(--animation-timeOut) ease-in-out forwards}@keyframes _slide-in_1xofr_1{0%{right:-666px}to{right:0}}._modal_1xofr_47{position:absolute;right:0;background-color:#fff;width:660px;padding-inline:33px;padding-block:26px;min-height:100%;animation:_slide-in_1xofr_1 var(--animation-timeOut) ease-in-out forwards}._modal_1xofr_47 ._timeFLex_1xofr_57{display:flex}@media screen and (max-width:800px){._modal_1xofr_47{margin:0;width:90%}}@media screen and (max-width:600px){._modal_1xofr_47{width:85%}}@media screen and (max-width:500px){._modal_1xofr_47{height:calc(100% - 100px);overflow:auto}}._modal_1xofr_47 ._titleWrapper_1xofr_77{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._modal_1xofr_47 ._titleWrapper_1xofr_77 h3{display:flex;gap:1rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}@keyframes _slide-out_1xofr_1{0%{right:0}to{right:-666px}}._modal_1xofr_47._slideOut_1xofr_103{animation:_slide-out_1xofr_1 var(--animation-timeOut) ease-in-out forwards}._closeButton_1xofr_107 ._icon_1xofr_107,form{color:#231f20}form label{font-weight:500}._cancel_1xofr_118{background-color:#fff;color:#231f20;font-weight:600;border:1px solid #231f20;margin-left:16px}._cancel_1xofr_118:hover{background-color:#ebebeb}._flexAccess_1xofr_129{display:flex;align-items:center;margin-top:15px;border-radius:6px;border:1px solid rgba(215,215,215,.631372549);width:-webkit-fit-content;width:fit-content;margin-bottom:5px;overflow:hidden}._access_1xofr_140{display:flex;align-items:center;gap:15px;border-radius:6px;cursor:pointer;background-color:#fff;padding:10px;margin:0}._selectAccess_1xofr_151{display:flex;align-items:center;gap:15px;cursor:pointer;background-color:#b6f623;padding:10px;color:#fff;margin:0}._addAttendeeContainer_1xofr_162{border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;padding-inline:14px;padding-block:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#707070;margin-top:8px;cursor:pointer}._addAttendeeContainer_1xofr_162 ._invite_1xofr_176{display:flex;align-items:center;gap:15px}._addAttendee_1xofr_162,._iconZone_1xofr_186{position:relative}._modalPeople_1xofr_190{position:absolute;z-index:99;width:50%;border-radius:4px;left:0;top:40px;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:15px}._modalPeople_1xofr_190 ._searchInput_1xofr_201{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:10px;color:#a6a4a2}._modalPeople_1xofr_190 ._searchInput_1xofr_201 span{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center}._modalPeople_1xofr_190 ._searchInput_1xofr_201 input{color:#a6a4a2;padding-block:8px;padding-inline:14px;margin-top:0}._modalPeople_1xofr_190 ._peopleList_1xofr_223{max-height:320px;overflow:auto}._modalPeople_1xofr_190 ._avatar_1xofr_227{display:flex;align-items:center;gap:15px}._modalPeople_1xofr_190 ._row_1xofr_232{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-block:10px;margin-block:5px;padding-left:5px;padding-right:10px;border-radius:4px;z-index:10;cursor:pointer}._modalPeople_1xofr_190 ._row_1xofr_232:hover{background-color:#8080800a}._modalPeople_1xofr_190 ._row_1xofr_232 input{width:15px;margin:0}._modalPeople_1xofr_190 button{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px}._avatarWrapper_1xofr_261{display:flex;align-items:center;gap:10px}._avatar_1xofr_227{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._avatar_1xofr_227 ._icon_1xofr_107{margin-right:15px}._button_1xofr_278{margin-top:20px}._invited_1xofr_282{margin-top:15px;margin-bottom:15px}._body_1z0zb_1{padding-top:55px;padding-inline:32px;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}._body_1z0zb_1::-webkit-scrollbar{display:none}._closeButton_1z0zb_12 ._icon_1z0zb_12{color:#231f20}._btnContainer_1z0zb_16{gap:1rem;margin-top:16px;display:flex;justify-content:end}._btnContainer_1z0zb_16 ._addBtn_1z0zb_22{display:flex;justify-content:center;align-items:center;gap:.5rem}._modal_1z0zb_29{position:absolute;right:0;background-color:#fff;width:660px;padding-inline:33px;padding-block:26px;min-height:100%;animation:_slide-in_1z0zb_1 var(--animation-timeOut) ease-in-out forwards;z-index:99;border-left:1px solid rgba(215,215,215,.631372549)}._modal_1z0zb_29 ._timeFLex_1z0zb_41{display:flex}@media screen and (max-width:800px){._modal_1z0zb_29{margin:0;width:90%}}@media screen and (max-width:600px){._modal_1z0zb_29{width:85%}}@media screen and (max-width:500px){._modal_1z0zb_29{height:calc(100% - 100px);overflow:auto}}._modal_1z0zb_29 ._titleWrapper_1z0zb_61{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._modal_1z0zb_29 ._titleWrapper_1z0zb_61 h3{display:flex;gap:1rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}._modal_1z0zb_29._slideOut_1z0zb_79{animation:_slide-out_1z0zb_1 var(--animation-timeOut) ease-in-out forwards}._container_1z0zb_83{--animation-timeOut: .3s;position:fixed;z-index:99;left:0;top:0;width:100%;height:100%;animation:_fade-in_1z0zb_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;overflow-x:hidden}._container_1z0zb_83::-webkit-scrollbar{display:none}._container_1z0zb_83._fadeOut_1z0zb_101{animation:_fade-out_1z0zb_1 var(--animation-timeOut) ease-in-out forwards}._titleWrapper_1z0zb_61{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%}._titleWrapper_1z0zb_61 h3{display:flex;gap:1rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}._buttonIA_1z0zb_123{background:linear-gradient(94.25deg,#e9fda0,#b8fa1f);color:#231f20!important}._buttonIA_1z0zb_123:hover{background:linear-gradient(-94.25deg,#b6f623 100%,#f8fee6 0%)}._buttonIA_1z0zb_123:active{border:1px solid #91d704}._buttonIA_1z0zb_123 ._iconIa_1z0zb_133{color:#66a30a!important}._link_1z0zb_137{display:flex;align-items:center;gap:15px}._link_1z0zb_137 img{width:20px}._row_1z0zb_146{display:flex;align-items:center;gap:3rem;flex-flow:wrap;padding-bottom:20px}._row_1z0zb_146 ._title_1z0zb_61{color:#707070;display:flex;align-items:center;gap:15px;font-weight:500;width:100px}._rowPeople_1z0zb_162{display:flex;align-items:flex-start;gap:3rem;flex-flow:wrap;padding-bottom:20px}._rowPeople_1z0zb_162 ._title_1z0zb_61{color:#707070;display:flex;align-items:center;gap:15px;font-weight:500;width:100px}._slot_1z0zb_178{cursor:pointer;color:#b6f623}._slot_1z0zb_178:hover{color:#006b34}._dueDateAu_1z0zb_186{border:1px solid rgba(215,215,215,.631372549);margin-top:8px;border-radius:6px}._icon_1z0zb_12{font-size:20px;display:flex;justify-content:center;align-items:center}._des_1z0zb_199{font-weight:500}._des_1z0zb_199 p{margin:0;padding:0}._tags_1z0zb_207{display:flex;align-items:center;flex-flow:wrap;gap:15px;position:relative}._tags_1z0zb_207 ._tag_1z0zb_207{display:flex;align-items:center;gap:10px;padding-block:3px;padding-inline:10px;font-size:14px;border-radius:87px}._attendees_1us2u_1 h3{margin-top:0;margin-bottom:0}._attendees_1us2u_1 ._avatar_1us2u_5{width:33px;border-radius:50%}._groupAttendees_1us2u_10{position:relative;z-index:200;display:flex;flex-direction:row;align-items:center;flex-flow:wrap;gap:.5rem;margin-right:20px;margin-bottom:10px}._domain_1us2u_22{display:flex;align-items:center;gap:10px;text-transform:capitalize;border-radius:100%;border:1.5px solid #b6f623;background-color:#fff;height:35px;width:35px;padding:3px;z-index:25}._domain_1us2u_22 img{width:100%;height:100%}._domainModal_1us2u_40{display:flex;align-items:center;gap:10px;text-transform:capitalize;border-radius:100%;border:1.5px solid #b6f623;background-color:#fff;padding:3px}._domainModal_1us2u_40 img{width:100%;height:100%}._icon_1us2u_55{height:50px;display:flex;align-items:center;justify-content:center}._modal_1us2u_62{z-index:1;position:absolute;background-color:#fff;padding:15px;box-shadow:0 0 6px #c8c6c4;width:320px}._modal_1us2u_62 p{margin:0;padding:0}._tabs_1us2u_75{display:flex;flex-direction:row;overflow:auto;gap:2rem;padding-left:20px;color:#8a8886;margin-bottom:5px}._tabs_1us2u_75 a{cursor:pointer;width:80px}._tabs_1us2u_75 a:hover{font-weight:600;border-bottom:2px solid #b6f623;color:#231f20}._tabs_1us2u_75 ._activeTab_1us2u_93{width:80px;font-weight:600;padding-bottom:10px;border-bottom:2px solid #b6f623;color:#231f20}._flex_1us2u_101{display:flex;align-items:center;gap:15px}._attendeesList_1us2u_107{max-height:500px;overflow:auto}._notif_vdx8o_1{padding:24px 24px 25px;border-bottom:1px solid #d7d7d7;display:flex;justify-content:space-between}._notif_vdx8o_1 h3{color:#707070;font-weight:500;margin:0 0 10px;padding:0;font-size:14px}._notif_vdx8o_1 p{margin:0;padding:0;font-size:16px;font-weight:500!important}._notif_vdx8o_1 ._link_vdx8o_23{color:#66a30a;cursor:pointer;width:-webkit-fit-content;width:fit-content}._notif_vdx8o_1 ._icon_vdx8o_28{visibility:hidden;cursor:pointer;font-size:20px}._notif_vdx8o_1:hover{background-color:#f7f7f7}._notif_vdx8o_1:hover ._icon_vdx8o_28{visibility:visible}._notif_126fy_1{padding:25px;border-bottom:1px solid #d7d7d7;display:flex;justify-content:space-between}._notif_126fy_1 h3{color:#707070;font-weight:500;margin:0 0 10px;padding:0;font-size:14px}._notif_126fy_1 ._date_126fy_17{font-size:18px;font-weight:500!important;margin-bottom:7px}._notif_126fy_1 ._hours_126fy_22{font-size:14px;font-weight:700!important;margin-bottom:10px}._notif_126fy_1 p{font-weight:700;font-size:16px;margin:0;padding:0}._notif_126fy_1 ._link_126fy_33{color:#66a30a;width:-webkit-fit-content;width:fit-content}._notif_126fy_1 ._icon_126fy_37{font-size:20px;visibility:hidden;cursor:pointer}._notif_126fy_1:hover{background-color:#f7f7f7}._notif_126fy_1:hover ._icon_126fy_37{visibility:visible}._notif_126fy_1 ._attendees_126fy_48{display:flex;align-items:center;margin-top:16px}._notif_1qezo_1{padding:24px;border-bottom:1px solid #d7d7d7;display:flex;justify-content:space-between;transition:.1s ease-in-out}._notif_1qezo_1 h3{color:#707070;font-size:14px;margin:0 0 10px;padding:0}._notif_1qezo_1 p{margin:0;padding:0;font-size:16px;font-weight:500}._notif_1qezo_1 ._link_1qezo_21{color:#66a30a;cursor:pointer;font-size:16px;font-weight:700!important;width:-webkit-fit-content;width:fit-content}._notif_1qezo_1 ._date_1qezo_28{display:flex;align-items:center;gap:10px;margin-top:9px;margin-bottom:16px;font-weight:500;font-size:16px;color:#707070}._notif_1qezo_1 ._avatar_1qezo_38{margin-top:16px}._notif_1qezo_1 ._icon_1qezo_41{visibility:hidden;cursor:pointer;font-size:20px}._notif_1qezo_1:hover{background-color:#f7f7f7}._notif_1qezo_1:hover ._icon_1qezo_41{visibility:visible}._notif_1xrv0_1{padding:15px 15px 25px;border-bottom:1px solid #d7d7d7;display:flex;justify-content:space-between}._notif_1xrv0_1 h3{color:#707070;font-weight:500;margin:0 0 10px;padding:0;font-size:14px}._notif_1xrv0_1 p{margin:0;padding:0;font-weight:600}._notif_1xrv0_1 ._link_1xrv0_22{color:#66a30a;cursor:pointer;width:-webkit-fit-content;width:fit-content}._notif_1xrv0_1 ._icon_1xrv0_27{visibility:hidden;cursor:pointer;font-size:20px}._notif_1xrv0_1:hover{background-color:#f7f7f7}._notif_1xrv0_1:hover ._icon_1xrv0_27{visibility:visible}._over_1h4q3_1{width:100%;overflow-x:hidden;position:relative;padding-inline:32px;padding-block:24px}._files_1h4q3_9{height:calc(100vh - 320px);width:100%;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}._files_1h4q3_9::-webkit-scrollbar{display:none}._files_1h4q3_9{margin-top:20px;display:flex;align-items:flex-start;align-content:flex-start;flex-flow:wrap;gap:20px}._file_1h4q3_9{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(215,215,215,.631372549);margin-right:50px;padding:10px;font-size:14px;width:auto}._file_1h4q3_9:hover{background-color:#f7f7f7}._file_1h4q3_9 ._link_1h4q3_42 img{width:20px}._file_1h4q3_9 ._link_1h4q3_42 ._globe_1h4q3_45{font-size:20px}._file_1h4q3_9 ._link_1h4q3_42{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._file_1h4q3_9 div{display:flex;align-items:center;gap:15px}._file_1h4q3_9 ._fileName_1h4q3_59{display:block;width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._file_1h4q3_9 ._fileName_1h4q3_59 ._accessRight_1h4q3_66{margin-top:5px;color:#605e5c}._file_1h4q3_9 ._fileName_1h4q3_59 ._accessRight_1h4q3_66 div{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._file_1h4q3_9 ._fileName_1h4q3_59 ._accessRight_1h4q3_66 p{margin:0;color:#605e5c}._file_1h4q3_9 ._fileName_1h4q3_59 ._accessRight_1h4q3_66 p:first-letter{text-transform:capitalize}._file_1h4q3_9 ._fileName_1h4q3_59 ._accessRight_1h4q3_66 ._iconDown_1h4q3_83{cursor:pointer;color:#605e5c;font-size:9px}._file_1h4q3_9 a{color:#231f20;padding-top:8px;padding-bottom:8px}._file_1h4q3_9 ._close_1h4q3_93{cursor:pointer;color:#d7d7d7a1}._icon_1h4q3_83{cursor:pointer;width:24px;margin-top:8px}._confirmBox_1h4q3_104{position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_1h4q3_104 div{margin:300px auto auto;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:450px;padding-top:10px;padding-bottom:10px;text-align:center}._confirmBox_1h4q3_104 div button{margin:10px}._containeUpdate_1h4q3_128{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:250px}._containeUpdate_1h4q3_128 form{margin:10px}._containeUpdate_1h4q3_128 form ._inb_1h4q3_138{display:flex;align-items:center;gap:10px}._containeUpdate_1h4q3_128 form ._inb_1h4q3_138 input{width:15px}._containeUpdate_1h4q3_128 form ._inb_1h4q3_138 label{font-weight:600}._containeUpdate_1h4q3_128 form hr{width:90%;background-color:#d7d7d7a1;opacity:.2}._containeUpdate_1h4q3_128 form ._search_input_1h4q3_154{background-color:#fff;width:auto;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-left:10px;color:#a6a4a2;margin:5px}._containeUpdate_1h4q3_128 form ._search_input_1h4q3_154 input{width:150px;font-size:medium;color:#a6a4a2}._containeUpdate_1h4q3_128 form ._compagnies_1h4q3_170{display:flex;flex-direction:column;justify-content:right;align-items:flex-start;max-height:200px;margin-bottom:10px;overflow:hidden;overflow-y:auto;text-transform:capitalize}._containeUpdate_1h4q3_128 form button{width:100%}._form_1h4q3_185 i{font-size:18px}._form_1h4q3_185 ._orForm_1h4q3_188{margin-top:8px;display:flex;align-items:center;justify-content:center}._form_1h4q3_185 ._orForm_1h4q3_188 ._line_1h4q3_194{width:100%;height:1px;background-color:#0000000d;margin-inline:10px}@media screen and (max-width:800px){._form_1h4q3_185{margin:0;width:90%}}._form_1h4q3_185 p{font-weight:500;font-size:16px;display:flex;align-items:center;gap:10px}._form_1h4q3_185 ._inputFile_1h4q3_213{display:flex;justify-content:center;align-items:center}._form_1h4q3_185 form{margin-top:5px}._form_1h4q3_185 form ._button_1h4q3_221{display:flex;justify-content:flex-end;margin-top:10px}._formFile_1h4q3_227 form{text-align:center}._file_1h4q3_9:hover ._close_1h4q3_93{color:#231f20}._cancel_1h4q3_235{background-color:transparent;color:#231f20;font-weight:600;padding-inline:20px;padding-block:12px;border:1px solid #8a8886;border-radius:3px;display:flex;align-items:center;gap:10px}._cancel_1h4q3_235:hover{background-color:#ebebeb}._error_1h4q3_251{color:#9c1515}._addPeople_1h4q3_255{color:#231f20;background-color:transparent;display:flex;align-items:center;justify-content:center;gap:15px;cursor:pointer;margin-top:15px;margin-bottom:15px;border:1px solid #231f20}._addPeople_1h4q3_255:hover{background-color:#ebebeb}._modalPeople_1h4q3_271{position:absolute;top:0;height:100%;z-index:99;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding:10px;width:250px;display:block}._modalPeople_1h4q3_271 ._peopleList_1h4q3_282{height:100px;overflow:auto;display:block;width:100%}._modalPeople_1h4q3_271 ._avatar_1h4q3_288{display:flex;align-items:center;gap:15px}._modalPeople_1h4q3_271 ._row_1h4q3_293{display:flex;align-items:center;justify-content:space-between;width:100%}._modalPeople_1h4q3_271 ._row_1h4q3_293 input{width:20px}._modalPeople_1h4q3_271 button{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:10px}._peopleListShared_1h4q3_310{padding-top:10px;max-height:100px;overflow:auto;display:block!important}._rowPeople_1h4q3_317{display:flex;align-items:center;justify-content:space-between}._rowPeople_1h4q3_317 ._delete_1h4q3_322{cursor:pointer}._rowPeople_1h4q3_317 ._avatar_1h4q3_288{display:flex;align-items:center;gap:10px}._over_1cfle_1{width:100%;overflow-x:none;position:relative;padding-inline:32px}._overviewList_1cfle_8 table{margin:24px auto 0;width:100%;border-collapse:collapse;empty-cells:show;text-align:left}._overviewList_1cfle_8 table input{background-color:transparent;margin:0}._overviewList_1cfle_8 table tr{width:100%}._overviewList_1cfle_8 table tr td{padding-block:14px;display:table-cell;border-bottom:none}._overviewList_1cfle_8 table tr td ._dateMeeting_1cfle_28{font-weight:500}._overviewList_1cfle_8 table tr td ._titleMeeting_1cfle_31{margin-bottom:5px;font-weight:500}._overviewList_1cfle_8 table tr td ._hour_1cfle_35{font-weight:700;font-size:14px}._overviewList_1cfle_8 table tr td ._title_1cfle_31{font-weight:500;font-size:16px;color:#707070;padding-block:0px;display:flex;align-items:center;gap:10px}._overviewList_1cfle_8 table ._done_1cfle_48{opacity:.5}._overviewList_1cfle_8 ._tags_1cfle_51{display:flex;align-items:center;gap:15px;position:relative}._overviewList_1cfle_8 ._tags_1cfle_51 ._plus_1cfle_57{border-radius:50%;border:none;background-color:#d7d7d7a1;font-size:14px;padding:2px;height:25px;width:25px;display:flex;align-items:center;justify-content:center}._overviewList_1cfle_8 ._tags_1cfle_51 ._tag_1cfle_51{padding-inline:10px;padding-block:5px;border-radius:87px}._options_1cfle_75{position:absolute;z-index:9;background-color:#fff;box-shadow:0 0 6px #c8c6c4;padding-right:10px;top:40px;right:0}._options_1cfle_75 ._remove_1cfle_84{color:red;margin:10px;cursor:pointer;display:flex;align-items:center;gap:5px}._confirmBox_1cfle_93{position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:#0006}._confirmBox_1cfle_93 div{margin:300px auto auto;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:450px;padding-top:10px;padding-bottom:10px;text-align:center}._confirmBox_1cfle_93 div button{margin:10px}._subCategory_1cfle_117{overflow:hidden;transition:.3s;width:100%}._cancel_1cfle_123{background-color:transparent;color:#231f20;font-weight:600;border:1px solid #8a8886;display:flex;align-items:center;gap:10px}._cancel_1cfle_123:hover{background-color:#ebebeb}._category_1cfle_136{display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--grey-palette-grey-190, #201f1e);font-family:Segoe UI;font-size:15px;font-style:normal;overflow:hidden;font-weight:700;padding-top:20px;padding-left:14px;padding-bottom:15px;width:100%}._category_1cfle_136 ._titleCat_1cfle_152{display:flex;align-items:center;gap:15px;cursor:pointer}._category_1cfle_136 ._titleCat_1cfle_152 ._categoryIcon_1cfle_158{transition:.2s}._category_1cfle_136 ._titleCat_1cfle_152 ._number_1cfle_161{height:20px;width:20px;display:flex;align-items:center;justify-content:center;font-size:10px;border-radius:25px;color:gray;background-color:#f7f7f7}._hour_1cfle_35{margin:0;padding:0}._attendeesFlex_1cfle_179{display:flex;flex-direction:row;align-items:center;flex-flow:wrap;gap:.5rem;height:50px;position:relative}._modalAttendees_1cfle_189{position:absolute;background-color:#fff;box-shadow:0 0 6px #c8c6c4;width:-webkit-max-content;width:max-content;padding:15px;z-index:9;overflow-y:auto;margin-top:160px}._modalAttendees_1cfle_189 ._attendee_1cfle_179{display:flex;align-items:center;gap:10px;margin-bottom:10px}._header_1cfle_206{border-top:1px solid rgba(215,215,215,.631372549);border-bottom:1px solid rgba(215,215,215,.631372549)}._container_he6r5_1{--animation-timeOut: .3s;position:absolute;z-index:999;top:0;right:0;bottom:0;left:0;height:100%;overflow:hidden}._content_he6r5_10{overflow-y:auto;height:100%}@keyframes _fade-out_he6r5_1{0%{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}to{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes _fade-in_he6r5_1{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}}@keyframes _slide-in_he6r5_1{0%{right:-50%}to{right:10px}}._modal_he6r5_39{z-index:500;position:absolute;right:20px;top:10px;background-color:#fff;width:50%;border-radius:8px;border:1px solid rgba(215,215,215,.631372549);height:calc(100% - 20px);animation:_slide-in_he6r5_1 var(--animation-timeOut) ease-in-out forwards;display:flex;flex-direction:column;overflow:hidden}@media screen and (max-width:800px){._modal_he6r5_39{margin:0;width:90%}}@media screen and (max-width:600px){._modal_he6r5_39{width:85%}}@media screen and (max-width:500px){._modal_he6r5_39{height:calc(100% - 100px);overflow:auto}}@keyframes _slide-out_he6r5_1{0%{right:0}to{right:-50%}}._modal_he6r5_39._slideOut_he6r5_80{animation:_slide-out_he6r5_1 var(--animation-timeOut) ease-in-out forwards}._close_he6r5_84{cursor:pointer;width:-webkit-fit-content;width:fit-content;display:flex;align-items:center}._header_he6r5_91{padding-inline:20px;padding-block:12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(215,215,215,.631372549)}._detailsSection_he6r5_100{padding:20px}._detailItem_he6r5_104{padding:20px;margin-inline:20px;display:flex;flex-direction:column;gap:8px}._detailItem_he6r5_104:not(:last-child){border-bottom:1px solid rgba(215,215,215,.631372549)}._label_he6r5_116{font-size:.875rem;color:#6b7280;font-weight:500}._value_he6r5_122{font-size:1rem;color:#231f20;font-weight:400}._tabs_he6r5_128{display:flex;border-bottom:1px solid rgba(215,215,215,.631372549);padding-inline:20px}._tab_he6r5_128{padding:12px 20px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;font-weight:500;color:#6b7280}._tab_he6r5_128:hover{color:#231f20}._tab_he6r5_128._active_he6r5_145{color:#231f20;border-bottom-color:#b6f623}._transcriptSection_he6r5_150{overflow-y:auto;height:100%;padding-bottom:20px}._name_he6r5_156{display:flex;align-items:center;gap:10px;font-weight:600}._entry_he6r5_163{display:flex;align-items:start;justify-content:space-between}._left_he6r5_169{flex:1}._text_he6r5_173{padding-top:7px;padding-bottom:7px;padding-left:5px!important;color:#231f20;font-size:14px!important;font-weight:400!important}._downloadButton_he6r5_182{display:flex;align-items:center;gap:8px;opacity:.7;cursor:pointer;transition:opacity .2s}._downloadButton_he6r5_182:hover{opacity:1}._overlay_1e8vh_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:flex-end;align-items:stretch;z-index:1000;animation:_fadeIn_1e8vh_1 .3s ease-in-out}._overlay_1e8vh_1._fadeOut_1e8vh_15{animation:_fadeOut_1e8vh_15 .3s ease-in-out}._panel_1e8vh_19{background:#fff;box-shadow:-4px 0 24px #00000026;width:90%;max-width:550px;height:100vh;overflow:hidden;display:flex;flex-direction:column;animation:_slideInRight_1e8vh_1 .3s ease-in-out}._panel_1e8vh_19._slideOut_1e8vh_31{animation:_slideOutRight_1e8vh_1 .3s ease-in-out}._header_1e8vh_35{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}._title_1e8vh_44{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}._closeButton_1e8vh_51{background:none;border:none;cursor:pointer;color:#6b7280;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}._closeButton_1e8vh_51:hover{background-color:#e5e7eb;color:#1f2937}._closeButton_1e8vh_51:disabled{opacity:.5;cursor:not-allowed}._body_1e8vh_72{padding:1.5rem;overflow-y:auto;flex:1}._betaBadge_1e8vh_78{display:flex;justify-content:flex-start;margin-bottom:1rem}._description_1e8vh_84{font-size:.95rem;color:#4b5563;margin-bottom:1.5rem;font-weight:500}._inputGroup_1e8vh_91{margin-bottom:1.25rem}._label_1e8vh_95{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._input_1e8vh_91{width:100%}._fileInput_1e8vh_107{width:100%;cursor:pointer}._fileName_1e8vh_112{margin-top:.5rem;font-size:.875rem;color:#059669;font-style:italic}._infoBox_1e8vh_119{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#fef3c7;border:1px solid #fbbf24;border-radius:8px;font-size:.875rem;color:#92400e;margin-top:1rem}._loadingContainer_1e8vh_132{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:200px}._footer_1e8vh_141{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}@keyframes _fadeIn_1e8vh_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1e8vh_15{0%{opacity:1}to{opacity:0}}@keyframes _slideInRight_1e8vh_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideOutRight_1e8vh_1{0%{transform:translate(0)}to{transform:translate(100%)}}._avatar_11yus_5{border-radius:50%;cursor:pointer;display:flex;align-items:center;gap:15px;font-weight:500}._dropDownAccount_11yus_14 ._container_11yus_14{position:absolute;z-index:999;background-color:#fff;box-shadow:0 0 6px #c8c6c4cc;top:53px;right:5px;border-radius:4px;list-style-type:none;padding:10px;margin:0;font-size:small;color:#231f20;width:320px}._dropDownAccount_11yus_14 ._container_11yus_14 ._userInfos_11yus_29{display:flex;flex-direction:column;justify-content:center}._dropDownAccount_11yus_14 ._container_11yus_14 ._infoAccount_11yus_34{display:flex;align-items:center;gap:10px;padding:20px 30px 20px 20px}._dropDownAccount_11yus_14 ._container_11yus_14 ._name_11yus_42{font-weight:500;font-size:x-large}._dropDownAccount_11yus_14 ._container_11yus_14 ._mail_11yus_46{color:#605e5c;font-weight:600;margin-bottom:5px}._dropDownAccount_11yus_14 ._container_11yus_14 ._viewAccount_11yus_51{color:#66a30a;font-weight:400;cursor:pointer}._dropDownAccount_11yus_14 ._container_11yus_14 ._signOut_11yus_56{cursor:pointer;float:right;font-weight:400}._dropDownAccount_11yus_14 ._container_11yus_14 ._avatar_11yus_5{cursor:default;width:60px}._header_11yus_66{width:100%;height:68px;display:flex;align-items:center;justify-content:space-between;position:relative}._header_11yus_66 ._searchInput_11yus_74{background-color:#fbfaf9;height:32px;width:331.5px;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-left:10px;padding-right:10px;color:#a6a4a2}@media screen and (max-width:550px){._header_11yus_66 ._searchInput_11yus_74{width:200px}}@media screen and (max-width:360px){._header_11yus_66 ._searchInput_11yus_74{width:150px}}._header_11yus_66 ._searchInput_11yus_74 span{height:30px;display:flex;align-items:center}._header_11yus_66 ._searchInput_11yus_74 input{font-size:medium;color:#a6a4a2;margin:0}._header_11yus_66 ._searchInput_11yus_74 input::placeholder{color:#a6a4a2;opacity:.3}._header_11yus_66 ._leftPart_11yus_110{display:flex;align-items:center;gap:30px;margin-left:20px}._header_11yus_66 ._rightPart_11yus_116{display:flex;align-items:center;gap:25px;margin-right:15px;font-weight:100}._header_11yus_66 ._rightPart_11yus_116 ._trialPlan_11yus_123{display:flex;gap:15px}._header_11yus_66 ._rightPart_11yus_116 ._trialPlan_11yus_123 ._linkTrial_11yus_127{color:#b6f623;font-weight:500}._header_11yus_66 ._rightPart_11yus_116 ._trialPlan_11yus_123 ._bold_11yus_131{font-weight:700}._icons_11yus_135{cursor:pointer}._sidebarMobile_11yus_139{display:none;background-color:#f7f7f7;margin-right:10px;width:64px;height:83px;z-index:9}@media screen and (max-width:500px){._sidebarMobile_11yus_139{display:block}}._sidebarMobile_11yus_139 ._logo_11yus_152{z-index:2;text-align:center;height:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:17px;border-bottom:1px solid rgba(215,215,215,.631372549);border-right:1px solid rgba(215,215,215,.631372549)}._sidebarMobile_11yus_139 ._logo_11yus_152 img{height:25px}._sidebarMobile_11yus_139 ._menuBurger_11yus_167{text-align:center;margin:0;padding:0;font-size:14px;background-color:#f7f7f7;height:50px;z-index:9}._modalMenu_11yus_177{position:absolute;z-index:9;width:100%;height:85%;background-color:#fff;box-shadow:0 0 6px #c8c6c4;display:flex;flex-direction:column;justify-content:space-between;color:#231f20;margin:0;padding:0}._modalMenu_11yus_177 ._menuTop_11yus_191{margin-top:20px}._modalMenu_11yus_177 ._iconClose_11yus_194{float:right;padding-right:20px}._modalMenu_11yus_177 ._menu_11yus_167{margin-top:40px}._modalMenu_11yus_177 ._menuList_11yus_201{height:64px;width:100%;display:flex;align-items:center;gap:10px;padding-left:20px;font-weight:500}._modalMenu_11yus_177 ._menuList_11yus_201:hover{background-color:#edebe9;color:#b6f623}._modalMenu_11yus_177 ._buttonCreate_11yus_214 span{display:flex;align-items:center;justify-content:center;gap:15px}._modalMenu_11yus_177 ._buttonCreate_11yus_214 span span{font-size:20px}._modalMenu_11yus_177 ._buttonCreate_11yus_214{height:48px;width:90%;margin-bottom:10px}._modalSearch_11yus_229{position:absolute;width:352px;background-color:#fff;box-shadow:0 0 6px #c8c6c4;z-index:9;max-height:500px;overflow:hidden;overflow-y:auto}@media screen and (max-width:550px){._modalSearch_11yus_229{width:220px}}._modalSearch_11yus_229 ._viewFilter_11yus_244{display:flex;align-items:center;flex-flow:wrap;gap:10px;padding-left:10px;padding-top:10px}._modalSearch_11yus_229 ._viewFilter_11yus_244 ._filter_11yus_252{font-weight:500}._modalSearch_11yus_229 ._viewFilter_11yus_244 ._info_11yus_34{color:#8a8886;font-weight:300}._modalSearch_11yus_229 ._hits_11yus_259{color:#a19f9d;font-weight:400;padding-left:10px}._modalSearch_11yus_229 ._listItem_11yus_264{display:flex;align-items:center;gap:15px;color:#b6f623;cursor:pointer;padding-left:10px}._modalSearch_11yus_229 ._listItem_11yus_264 p{color:#231f20}._modalSearch_11yus_229 ._listItem_11yus_264:hover{background-color:#faf9f8}._icon_11yus_135{height:24px;font-size:16px;color:#231f20;display:flex;align-items:center}._iconNotif_11yus_287{height:24px;position:relative;color:#231f20;font-size:19px;display:flex;align-items:center}._nbrNotif_11yus_296{position:absolute;outline:2px solid white;top:-4px;right:-5px;font-size:11px;display:flex;cursor:pointer;align-items:center;justify-content:center;font-weight:500;padding:1px;background-color:#9c1515;width:17px;height:17px;border-radius:100%;color:#fff}._meetings_11yus_315{min-width:360px;background-color:#f7f7f7;height:69px;border-right:1px solid rgba(215,215,215,.631372549)}@media screen and (max-width:800px){._meetings_11yus_315{background-color:transparent;border:none;min-width:15px}}._logo_11yus_152{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}._logo_11yus_152 img{height:20px}._flexProject_11yus_340{display:flex;align-items:center;gap:5px;flex-flow:wrap;margin-left:20px}._flexProject_11yus_340 ._myprojects_11yus_347{cursor:pointer}._flexProject_11yus_340 ._projectName_11yus_350{font-weight:500;display:flex;align-items:center}@keyframes _fade-in_1wbe6_1{0%{background-color:#0000}to{background-color:#0006}}._container_1wbe6_9{--animation-timeOut: .3s;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;animation:_fade-in_1wbe6_1 var(--animation-timeOut) ease-in-out forwards;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;overflow-x:hidden}._container_1wbe6_9::-webkit-scrollbar{display:none}@keyframes _fade-out_1wbe6_1{0%{background-color:#0006}to{background-color:#0000}}._container_1wbe6_9._fadeOut_1wbe6_35{animation:_fade-out_1wbe6_1 var(--animation-timeOut) ease-in-out forwards}@keyframes _slide-in_1wbe6_1{0%{right:-666px}to{right:0}}._modal_1wbe6_47{position:absolute;right:0;background-color:#fff;width:500px;padding-inline:26px;padding-block:26px;min-height:100%;animation:_slide-in_1wbe6_1 var(--animation-timeOut) ease-in-out forwards}._modal_1wbe6_47 ._timeFLex_1wbe6_57{display:flex}@media screen and (max-width:600px){._modal_1wbe6_47{margin:0;width:90%}}@media screen and (max-width:500px){._modal_1wbe6_47{width:85%;height:calc(100% - 100px);overflow:auto}}._modal_1wbe6_47 ._titleWrapper_1wbe6_77{padding-right:14px;display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:20px}._modal_1wbe6_47 ._titleWrapper_1wbe6_77 h3{display:flex;gap:1rem;width:100%;justify-content:start;align-items:center;margin:0;padding:0;color:#231f20}@keyframes _slide-out_1wbe6_1{0%{right:0}to{right:-666px}}._modal_1wbe6_47._slideOut_1wbe6_104{animation:_slide-out_1wbe6_1 var(--animation-timeOut) ease-in-out forwards}._closeButton_1wbe6_108 ._icon_1wbe6_108{color:#231f20}._transition_1wbe6_112{transition:.3s}._notifTitle_1wbe6_116{font-size:14px;margin-left:0;margin-block:20px}._notif_1wbe6_116{position:relative;cursor:pointer;gap:40px!important}._notif_1wbe6_116 ._notificationContent_1wbe6_127{display:flex;align-items:center;gap:25px}._notif_1wbe6_116 p{margin:0;padding:0;color:gray}._notif_1wbe6_116 p span{color:#000}._notif_1wbe6_116 p ._notifUserFrom_1wbe6_140{color:#b6f623;font-weight:600}._notif_1wbe6_116 ._closeBtn_1wbe6_144{font-size:12px;display:flex;align-items:center;justify-content:center;border-radius:100%}._notif_1wbe6_116 ._notifIcon_1wbe6_151{position:absolute;transform:scale(.35);outline:7px solid rgb(250,250,250);background-color:#b6f623;color:#fff;left:30px;top:-10px;border-radius:100%;padding:10px}._notif_1wbe6_116 ._notifIconRegular_1wbe6_162{position:absolute;font-size:12px;outline:2.5px solid rgb(250,250,250);background-color:#b6f623;color:#fff;left:50px;top:10px;border-radius:100%;display:flex;align-items:center;justify-content:center;height:22px;width:22px}._notif_1wbe6_116 ._notifName_1wbe6_177{font-weight:600;margin-bottom:3px}._notif_1wbe6_116 ._notifDate_1wbe6_181{margin-top:5px;color:#808080c0;font-size:13px}._notif_1wbe6_116{color:var(--grey-palette-grey-190, #201f1e);font-family:Segoe UI;font-size:14px;font-style:normal;font-weight:400;line-height:16px;background-color:#fbfbfb;gap:20px;align-self:stretch;border-radius:6px;margin-bottom:5px;padding-block:10px;padding-inline:20px;display:flex;align-items:center;justify-content:space-between}._page_idb20_1{display:flex;height:100svh;width:100%}._mainContainer_idb20_7{width:100%;display:flex;flex-direction:column;overflow:hidden}._main_idb20_7{position:relative;width:100%;height:calc(100vh - 56px);max-height:100%;flex-grow:1;display:flex;flex-direction:column;overflow:auto}._endTrial_idb20_25{z-index:999;position:absolute;width:100%;height:100%;background-color:#00000085}._endTrial_idb20_25 ._modalTrial_idb20_32{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;box-shadow:0,0,2,0,#00000040;width:839.03px;padding:32px;border-radius:12px}._endTrial_idb20_25 ._modalTrial_idb20_32 ._trialTitle_idb20_43{font-size:20px;margin-left:0}._endTrial_idb20_25 ._modalTrial_idb20_32 p{margin-top:15px;font-size:16px;font-weight:400}._endTrial_idb20_25 ._modalTrial_idb20_32 ._flex_idb20_52{display:flex;align-items:center;flex-flow:wrap;justify-content:space-between;margin-top:25px}a{text-decoration:none}@keyframes _fade-out_1e8ix_1{0%{opacity:1}to{opacity:0}}@keyframes _fade-in_1e8ix_1{0%{opacity:0}to{opacity:1}}._sidebar_1e8ix_21{background-color:#fafafa;max-width:300px;height:100%;padding:16px;display:flex;flex-direction:column;overflow:hidden;align-items:start;border-right:1px solid rgba(215,215,215,.631372549);transition:.4s}@media screen and (max-width:500px){._sidebar_1e8ix_21{height:50px;width:100%;position:fixed;bottom:0;z-index:99;padding-bottom:5px;padding-top:5px}}._sidebar_1e8ix_21 ._sidebarTop_1e8ix_44{margin-bottom:32px;display:flex;width:100%;align-items:center;justify-content:space-between;position:relative}._sidebar_1e8ix_21 ._chevrons_1e8ix_52{cursor:pointer;position:absolute;top:50%;right:0;transform:translate(-19%,-50%);transition:opacity .5s}._sidebar_1e8ix_21 ._chevrons_1e8ix_52 svg{font-size:26px;color:#24b263}._sidebar_1e8ix_21 ._navLinkContainer_1e8ix_64{display:flex;flex-direction:column;justify-content:center;gap:4px;width:100%}@media screen and (max-width:500px){._sidebar_1e8ix_21 ._navLinkContainer_1e8ix_64{display:flex!important;flex-direction:row;align-items:center;gap:15px}}._sidebar_1e8ix_21 ._logo_1e8ix_79{z-index:0;text-align:center;width:40px;display:flex;flex-direction:column;justify-content:center;align-items:start;padding-inline:4px;transition:.3s}._sidebar_1e8ix_21 ._logo_1e8ix_79 img{width:15px}@media screen and (max-width:500px){._sidebar_1e8ix_21 ._logo_1e8ix_79{display:none}}._sidebar_1e8ix_21 ._icon_add_background_1e8ix_98{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto auto 15px;background-color:#b6f623;border-radius:3px;height:42px;width:42px;cursor:pointer}._sidebar_1e8ix_21 ._icon_add_background_1e8ix_98 ._icon_add_1e8ix_98{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;color:#b6f623;background-color:#f7f7f7;border-radius:100%;font-size:x-large;height:20px;width:20px}._sidebar_1e8ix_21 ._link_1e8ix_124{display:flex;align-items:center;color:#141f19;border-radius:4px;z-index:1;flex-basis:100%;font-weight:500;padding:8px;gap:8px}._sidebar_1e8ix_21 ._link_1e8ix_124 svg{font-size:18px;color:#8b9d93;min-width:20px}._sidebar_1e8ix_21 ._link_1e8ix_124 p{white-space:nowrap;transition:opacity .3s ease-in-out}._sidebar_1e8ix_21 ._link_1e8ix_124:hover{background-color:#eef1efb2}._sidebar_1e8ix_21 ._link_1e8ix_124._active_1e8ix_147{color:#000;font-weight:700;background-color:#eef1ef}._sidebar_1e8ix_21 ._link_1e8ix_124._active_1e8ix_147 svg{color:#24b263}._icons_1e8ix_156{cursor:pointer}._favorisTitle_1e8ix_160{margin-top:24px;color:#b5c0ba;font-size:12px;font-weight:600;white-space:nowrap;transition:opacity .3s ease-in-out}._projectLink_1e8ix_169{cursor:pointer;padding:8px;border-radius:4px;gap:8px;display:flex;align-items:center}._projectLink_1e8ix_169 ._projectTitleIcon_1e8ix_177{font-size:16px;padding:0;margin:0}._projectLink_1e8ix_169 ._projectTitle_1e8ix_177{font-size:14px;font-weight:500;color:#141f19;white-space:nowrap;transition:opacity .3s ease-in-out}._projectLink_1e8ix_169:hover{background-color:#eef1efb2}._longSidebar_1e8ix_193{opacity:1}._shortSidebar_1e8ix_197{opacity:0}._draggableArea_1djz8_1{height:60px;position:absolute;top:0;left:0;z-index:1;width:100%}body{color:#231f20;overflow:hidden}input{margin-top:8px;border:1px solid rgba(215,215,215,.631372549);background-color:#fff;border-radius:6px;font-size:14px;width:100%;padding-inline:14px;padding-block:14px}input:focus{outline:none}input::placeholder{font-style:italic}.success{color:#b6f623}.failed{color:#9c1515}label{font-weight:500!important}h1{font-weight:700!important}h2{font-weight:500!important}h3{font-weight:500!important;font-size:20px}th{font-weight:500!important}td{font-size:14px}.css-1oj0loj-MuiButtonBase-root-MuiToggleButton-root.Mui-selected{background-color:#f2fcf7!important;color:#231f20!important}.remirror-editor-wrapper{padding:0!important}.remirror-editor ol{margin-left:25px}.remirror-editor ul{margin-left:35px}.remirror-editor a{color:#033ed5;text-decoration:none!important;font-weight:600}.remirror-editor a:hover{text-decoration:underline!important}.remirror-editor ::selection{background:#e1e1e1!important;color:#222!important}.remirror-list-item-with-custom-mark{margin-right:0;padding-right:0}a{cursor:pointer!important}.remirror-theme .ProseMirror{box-shadow:none!important;overflow:hidden;padding-inline:0!important;padding-top:8px}.remirror-theme h2{margin-inline:18px!important}.remirror-theme .ProseMirror-selectednode{outline:2px solid #b6f623}.remirror-editor ol{list-style:auto}.remirror-mention-atom{color:#404040;font-weight:300;background-color:#e5ffac;border-radius:8px;font-size:13px;padding:3px 4px}.custom-chat-button{display:none}.remirror-suggest-atom{background-color:#cdff5a;color:#404239}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#dbded4}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#989d8b}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--primary: 78 98% 54%;--primary-foreground: 0 0% 10%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--accent: 120, 7%, 98%;--accent-foreground: 147, 22%, 10%;--destructive: 0 82% 51%;--destructive-foreground: 0 0% 100%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 78 98% 54%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--sidebar-background: 90, 20%, 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 140, 10%, 94%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 78 13% 85%;--sidebar-ring: 217.2 91.2% 59.8%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-16{bottom:-4rem}.-bottom-4{bottom:-1rem}.-bottom-6{bottom:-1.5rem}.-left-12{left:-3rem}.-left-4{left:-1rem}.-left-6{left:-1.5rem}.-right-4{right:-1rem}.-right-6{right:-1.5rem}.-top-10{top:-2.5rem}.-top-16{top:-4rem}.-top-2{top:-.5rem}.-top-3{top:-.75rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.bottom-3{bottom:.75rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.right-\[3\%\]{right:3%}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-14{top:3.5rem}.top-2{top:.5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-\[-45px\]{top:-45px}.top-\[101\%\]{top:101%}.top-\[50\%\]{top:50%}.\!z-\[99999\]{z-index:99999!important}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[1100\]{z-index:1100}.z-\[999999\]{z-index:999999}.z-\[99999\]{z-index:99999}.z-\[9999\]{z-index:9999}.z-\[999\]{z-index:999}.z-\[99\]{z-index:99}.\!m-0{margin:0!important}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-6{margin:1.5rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.\!mb-3{margin-bottom:.75rem!important}.\!ml-0{margin-left:0!important}.\!mt-0{margin-top:0!important}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-6{margin-right:1.5rem}.ms-3{-webkit-margin-start:.75rem;margin-inline-start:.75rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[2\.5px\]{margin-top:2.5px}.mt-\[2px\]{margin-top:2px}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.\!size-3\.5{width:.875rem!important;height:.875rem!important}.size-4{width:1rem;height:1rem}.\!h-4{height:1rem!important}.\!h-5{height:1.25rem!important}.h-0{height:0px}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1\.5px\]{height:1.5px}.h-\[140px\]{height:140px}.h-\[14px\]{height:14px}.h-\[180px\]{height:180px}.h-\[192px\]{height:192px}.h-\[1px\]{height:1px}.h-\[2px\]{height:2px}.h-\[30rem\]{height:30rem}.h-\[52px\]{height:52px}.h-\[65svh\]{height:65svh}.h-\[72px\]{height:72px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-fit{height:-webkit-fit-content;height:fit-content}.h-full{height:100%}.h-min{height:-webkit-min-content;height:min-content}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-44{max-height:11rem}.max-h-48{max-height:12rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[200px\]{max-height:200px}.max-h-\[300px\]{max-height:300px}.max-h-\[4000px\]{max-height:4000px}.max-h-\[400px\]{max-height:400px}.max-h-\[450px\]{max-height:450px}.max-h-\[72vh\]{max-height:72vh}.\!min-h-10{min-height:2.5rem!important}.min-h-0{min-height:0px}.min-h-56{min-height:14rem}.min-h-96{min-height:24rem}.min-h-\[120px\]{min-height:120px}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[40px\]{min-height:40px}.min-h-\[52px\]{min-height:52px}.min-h-\[calc\(100vh-181px\)\]{min-height:calc(100vh - 181px)}.min-h-svh{min-height:100svh}.\!w-10{width:2.5rem!important}.\!w-4{width:1rem!important}.\!w-5{width:1.25rem!important}.\!w-80{width:20rem!important}.\!w-\[65\%\]{width:65%!important}.\!w-fit{width:-webkit-fit-content!important;width:fit-content!important}.w-0{width:0px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-\[240px\]{width:240px}.w-\[348px\]{width:348px}.w-\[350px\]{width:350px}.w-\[35vw\]{width:35vw}.w-\[398px\]{width:398px}.w-\[400px\]{width:400px}.w-\[414px\]{width:414px}.w-\[460px\]{width:460px}.w-\[480px\]{width:480px}.w-\[4px\]{width:4px}.w-\[50px\]{width:50px}.w-\[54px\]{width:54px}.w-\[550px\]{width:550px}.w-\[594px\]{width:594px}.w-\[650px\]{width:650px}.w-\[70\%\]{width:70%}.w-\[7px\]{width:7px}.w-\[80\%\]{width:80%}.w-auto{width:auto}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-webkit-max-content;width:max-content}.w-min{width:-webkit-min-content;width:min-content}.w-px{width:1px}.w-screen{width:100vw}.\!min-w-fit{min-width:-webkit-fit-content!important;min-width:fit-content!important}.min-w-0{min-width:0px}.min-w-44{min-width:11rem}.min-w-5{min-width:1.25rem}.min-w-64{min-width:16rem}.min-w-96{min-width:24rem}.min-w-\[1\.25rem\]{min-width:1.25rem}.min-w-\[140px\]{min-width:140px}.min-w-\[200px\]{min-width:200px}.min-w-\[2rem\]{min-width:2rem}.min-w-\[300px\]{min-width:300px}.min-w-\[450px\]{min-width:450px}.min-w-\[65px\]{min-width:65px}.min-w-\[80\%\]{min-width:80%}.min-w-\[800px\]{min-width:800px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-max{min-width:-webkit-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[1500px\]{max-width:1500px}.max-w-\[180px\]{max-width:180px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[350px\]{max-width:350px}.max-w-\[50\%\]{max-width:50%}.max-w-\[500px\]{max-width:500px}.max-w-\[550px\]{max-width:550px}.max-w-\[60\%\]{max-width:60%}.max-w-\[70\%\]{max-width:70%}.max-w-\[80px\]{max-width:80px}.max-w-\[85\%\]{max-width:85%}.max-w-\[90\%\]{max-width:90%}.max-w-fit{max-width:-webkit-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.basis-0{flex-basis:0px}.basis-\[150\%\]{flex-basis:150%}.basis-\[25\%\]{flex-basis:25%}.basis-\[75\%\]{flex-basis:75%}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\[--radix-hover-card-content-transform-origin\]{transform-origin:var(--radix-hover-card-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[spin_0\.5s_ease-in-out\]{animation:spin .5s ease-in-out}.animate-none{animation:none}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.list-outside{list-style-position:outside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[20px\]{gap:20px}.gap-\[4px\]{gap:4px}.gap-\[6px\]{gap:6px}.gap-px{gap:1px}.-space-x-2\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.625rem * var(--tw-space-x-reverse));margin-left:calc(-.625rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(241 242 237 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[8px\]{border-radius:8px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-lg{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.\!border-none{border-style:none!important}.border-none{border-style:none}.border-\[\#91D704\]{--tw-border-opacity: 1;border-color:rgb(145 215 4 / var(--tw-border-opacity, 1))}.border-\[\#d7d7d750\]{border-color:#d7d7d750}.border-\[\#dcdcdc\]{--tw-border-opacity: 1;border-color:rgb(220 220 220 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-border{border-color:hsl(var(--border))}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(241 242 237 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(219 222 212 / var(--tw-border-opacity, 1))}.border-gray-200\/50{border-color:#dbded480}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(189 192 181 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(111 116 98 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-primary-200{--tw-border-opacity: 1;border-color:rgb(233 253 160 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(182 246 35 / var(--tw-border-opacity, 1))}.border-primary-700{--tw-border-opacity: 1;border-color:rgb(102 163 10 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-rose-200{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity, 1))}.border-rose-300{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity, 1))}.border-sidebar-border{border-color:hsl(var(--sidebar-border))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.\!bg-\[\#fafbf9\],.\!bg-gray-50{--tw-bg-opacity: 1 !important;background-color:rgb(250 251 249 / var(--tw-bg-opacity, 1))!important}.\!bg-primary-50\/50{background-color:#f8fee680!important}.\!bg-transparent{background-color:transparent!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-\[\#6F7462\]{--tw-bg-opacity: 1;background-color:rgb(111 116 98 / var(--tw-bg-opacity, 1))}.bg-\[\#FAFBF9\]{--tw-bg-opacity: 1;background-color:rgb(250 251 249 / var(--tw-bg-opacity, 1))}.bg-\[\#ddff66\]{--tw-bg-opacity: 1;background-color:rgb(221 255 102 / var(--tw-bg-opacity, 1))}.bg-\[\#f2ffce\]{--tw-bg-opacity: 1;background-color:rgb(242 255 206 / var(--tw-bg-opacity, 1))}.bg-\[\#f3fecd\]{--tw-bg-opacity: 1;background-color:rgb(243 254 205 / var(--tw-bg-opacity, 1))}.bg-\[\#f8fee6\]{--tw-bg-opacity: 1;background-color:rgb(248 254 230 / var(--tw-bg-opacity, 1))}.bg-\[\#fafbf9\]{--tw-bg-opacity: 1;background-color:rgb(250 251 249 / var(--tw-bg-opacity, 1))}.bg-accent{background-color:hsl(var(--accent))}.bg-accent-50{--tw-bg-opacity: 1;background-color:rgb(240 247 254 / var(--tw-bg-opacity, 1))}.bg-accent-500{--tw-bg-opacity: 1;background-color:rgb(8 127 242 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(241 242 237 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(219 222 212 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(189 192 181 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(152 157 139 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(250 251 249 / var(--tw-bg-opacity, 1))}.bg-gray-50\/40{background-color:#fafbf966}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(55 59 44 / var(--tw-bg-opacity, 1))}.bg-gray-950{--tw-bg-opacity: 1;background-color:rgb(28 31 20 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-input{background-color:hsl(var(--input))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(244 254 205 / var(--tw-bg-opacity, 1))}.bg-primary-200{--tw-bg-opacity: 1;background-color:rgb(233 253 160 / var(--tw-bg-opacity, 1))}.bg-primary-300{--tw-bg-opacity: 1;background-color:rgb(221 249 128 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(248 254 230 / var(--tw-bg-opacity, 1))}.bg-primary-50\/50{background-color:#f8fee680}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(182 246 35 / var(--tw-bg-opacity, 1))}.bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(145 215 4 / var(--tw-bg-opacity, 1))}.bg-primary-700{--tw-bg-opacity: 1;background-color:rgb(102 163 10 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-sidebar{background-color:hsl(var(--sidebar-background))}.bg-sidebar-border{background-color:hsl(var(--sidebar-border))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-validation-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-validation-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/80{background-color:#fffc}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-50{--tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500{--tw-gradient-from: #10b981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-50{--tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50{--tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-violet-50{--tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f5f3ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-cyan-50{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-green-50{--tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to: #22c55e var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.to-teal-50{--tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.to-violet-500{--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position)}.to-yellow-50{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position)}.fill-\[\#c5fb41\]{fill:#c5fb41}.fill-current{fill:currentColor}.object-contain{object-fit:contain}.\!p-2{padding:.5rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.p-\[3px\]{padding:3px}.p-\[8px\]{padding:8px}.\!py-0{padding-top:0!important;padding-bottom:0!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-px{padding-top:1px;padding-bottom:1px}.\!pr-5{padding-right:1.25rem!important}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-11{padding-left:2.75rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-\[10px\]{padding-left:10px}.pl-\[14px\]{padding-left:14px}.pl-\[2\.5px\]{padding-left:2.5px}.pl-\[3px\]{padding-left:3px}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-\[3px\]{padding-right:3px}.pr-\[5px\]{padding-right:5px}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.\!text-\[11px\]{font-size:11px!important}.\!text-\[12px\]{font-size:12px!important}.\!text-\[13px\]{font-size:13px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[13px\]{font-size:13px}.text-\[14\.5px\]{font-size:14.5px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[26px\]{font-size:26px}.text-\[70px\]{font-size:70px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-bold{font-weight:700!important}.\!font-extrabold{font-weight:800!important}.\!font-medium{font-weight:500!important}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-destructive{color:hsl(var(--destructive))!important}.\!text-gray-400{--tw-text-opacity: 1 !important;color:rgb(152 157 139 / var(--tw-text-opacity, 1))!important}.\!text-gray-500{--tw-text-opacity: 1 !important;color:rgb(111 116 98 / var(--tw-text-opacity, 1))!important}.\!text-gray-600{--tw-text-opacity: 1 !important;color:rgb(96 102 83 / var(--tw-text-opacity, 1))!important}.\!text-gray-700{--tw-text-opacity: 1 !important;color:rgb(79 86 63 / var(--tw-text-opacity, 1))!important}.\!text-primary-100{--tw-text-opacity: 1 !important;color:rgb(244 254 205 / var(--tw-text-opacity, 1))!important}.\!text-primary-700{--tw-text-opacity: 1 !important;color:rgb(102 163 10 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#3B7208\]{--tw-text-opacity: 1;color:rgb(59 114 8 / var(--tw-text-opacity, 1))}.text-\[\#6B7280\]{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-accent-500{--tw-text-opacity: 1;color:rgb(8 127 242 / var(--tw-text-opacity, 1))}.text-accent-700{--tw-text-opacity: 1;color:rgb(24 75 125 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-error-500{--tw-text-opacity: 1;color:rgb(217 41 48 / var(--tw-text-opacity, 1))}.text-error-900{--tw-text-opacity: 1;color:rgb(88 0 6 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-gray-200{--tw-text-opacity: 1;color:rgb(219 222 212 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(189 192 181 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(152 157 139 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(111 116 98 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(96 102 83 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(79 86 63 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(65 71 52 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(55 59 44 / var(--tw-text-opacity, 1))}.text-gray-950{--tw-text-opacity: 1;color:rgb(28 31 20 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-100{--tw-text-opacity: 1;color:rgb(244 254 205 / var(--tw-text-opacity, 1))}.text-primary-500{--tw-text-opacity: 1;color:rgb(182 246 35 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(145 215 4 / var(--tw-text-opacity, 1))}.text-primary-700{--tw-text-opacity: 1;color:rgb(102 163 10 / var(--tw-text-opacity, 1))}.text-primary-800{--tw-text-opacity: 1;color:rgb(59 114 8 / var(--tw-text-opacity, 1))}.text-primary-900{--tw-text-opacity: 1;color:rgb(30 67 4 / var(--tw-text-opacity, 1))}.text-primary-950{--tw-text-opacity: 1;color:rgb(11 38 2 / var(--tw-text-opacity, 1))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-800{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-teal-800{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.text-validation-500{--tw-text-opacity: 1;color:rgb(234 149 0 / var(--tw-text-opacity, 1))}.text-validation-600{--tw-text-opacity: 1;color:rgb(198 112 0 / var(--tw-text-opacity, 1))}.text-violet-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.accent-blue-500{accent-color:#3b82f6}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-gray-100{--tw-shadow-color: #F1F2ED;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50{--tw-shadow-color: #FAFBF9;--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-primary-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(145 215 4 / var(--tw-ring-opacity, 1))}.ring-sidebar-ring{--tw-ring-color: hsl(var(--sidebar-ring))}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[1\.5px\]{--tw-backdrop-blur: blur(1.5px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opa\]{transition-property:margin,opa;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-100{animation-duration:.1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.running{animation-play-state:running}html{height:100%;background-color:#fff;line-height:20px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{font-family:Geist,sans-serif;box-sizing:border-box;padding:0;margin:0}body{margin:0;-webkit-font-smoothing:antialiased;font-variant-ligatures:none;-moz-osx-font-smoothing:grayscale;font-size:14px;width:100%;height:100svh;color:#1c1f14}.ql-container.ql-snow{border:none!important}.ql-container{font-size:14px}.ql-toolbar{border:none!important}.drag{opacity:0;z-index:1000}.drag-clone{opacity:1;border:1px solid #b6f623!important}@keyframes statusUpdate{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.remirror-theme p{font-size:14px!important;margin-left:0!important}.remirror-theme .remirror-collapsible-list-item-button{background-color:#000;height:6px;width:6px}.remirror-theme h1,h2,h3,h4,h5,h6{font-weight:600!important}.remirror-theme h2{margin-inline:0!important}.shimmer-text{color:transparent;background:linear-gradient(90deg,#eee 25%,#ececec,#b8b7b7 75%);background-size:200% 100%;animation:shimmer 4s infinite;background-clip:text;-webkit-background-clip:text}@keyframes shimmer{0%{background-position:-100% 0}50%{background-position:100% 0}to{background-position:-100% 0}}.animationRequest{animation:statusUpdate 1s ease-in-out}.remirror-editor.ProseMirror table{width:90%!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn 60ms ease-in-out forwards}@keyframes openUp{0%{max-height:0px;opacity:0}50%{max-height:100px;opacity:0}to{opacity:1}}.login-animate{animation:openUp .3s linear forwards}.rbc-allday-cell{border-top:1px solid rgba(229,231,227,.7019607843);border-bottom:1px solid rgba(229,231,227,.7019607843);min-height:unset!important;background-color:#fff!important}.rbc-time-header .rbc-row .rbc-day-bg.bg-gray-50,.rbc-time-header .rbc-row .rbc-day-bg[class*=bg-gray],.rbc-time-header .rbc-day-bg.bg-gray-50,.rbc-time-header .rbc-day-bg[class*=bg-gray],.rbc-time-view .rbc-time-header .rbc-day-bg{background-color:#fff!important;--tw-bg-opacity: 1 !important;background:#fff!important}.rbc-row-segment{max-height:30px!important;padding:0!important}.rbc-allday-cell .rbc-row{max-height:30px!important;margin-bottom:0}.rbc-allday-cell .rbc-event{margin-bottom:0;padding:2px 4px!important}.rbc-row-content{min-height:unset!important}.hide-allday-row .rbc-allday-cell{display:none}.hide-allday-row .rbc-time-header-content .rbc-row:first-child{border-bottom:none}.rbc-time-content{border:none}.rbc-time-header-content{border-left:1px solid rgba(229,231,227,.7019607843)}.rbc-month-header{background-color:none;border-bottom:1px solid rgba(229,231,227,.7019607843)}.rbc-time-header{border-bottom:1px solid rgba(229,231,227,.7019607843);margin-top:0!important;margin-bottom:0!important;margin-left:0!important}.rbc-month-view,.rbc-time-view{overflow:hidden;border:none!important;border-top:1px solid rgba(229,231,227,.7019607843)!important}.rbc-timeslot-group{min-height:70px;border-color:#e5e7e3b3!important}.rbc-row{min-height:30px}.rbc-time-view{min-height:35px!important}.rbc-time-slot:nth-child(1){border-top:1px dashed transparent}.rbc-time-slot:nth-child(2){border-top:1px dashed transparent}.rbc-time-slot:nth-child(4){border-top:1px dashed transparent}.rbc-time-header-gutter{background-color:#fff;border-bottom:none!important}.rbc-header{border:none!important}.rbc-time-header-gutter{border-color:#e5e7e3b3!important}.rbc-time-content>*+*>*{border-left:1px solid rgba(229,231,227,.7019607843)!important}.rbc-current-time-indicator{height:2px;background:#087ff2}.rbc-day-bg{border-color:#e5e7e3b3!important;border:none!important}.rbc-day-bg.bg-gray-50{background-color:#fafbf9!important}.rbc-time-header .rbc-row .rbc-day-bg,.rbc-day-bg.bg-transparent{background-color:#fff!important}.rbc-month-view .rbc-day-bg{border-left:1px solid rgba(229,231,227,.7019607843)!important}.rbc-month-view .rbc-day-bg:first-child{border-left:none!important}.rbc-events-container{margin-right:0!important}.rbc-month-row{border-color:#e5e7e3b3!important}.rbc-current-time-indicator:after{content:"";position:absolute;top:-5px;left:-7px;height:12px;width:12px;border-radius:100%;background-color:#087ff2;border:1px solid white;z-index:3}.rbc-event.rbc-selected{background-color:none!important}.rbc-event:focus{outline:none!important}.rbc-month-view .rbc-event:focus{outline:none!important;box-shadow:none!important}.rbc-off-range-bg{background-color:#fff!important}.rbc-off-range{color:#9ca3af!important}.rbc-time-gutter .rbc-time-slot{background-color:#fff!important;background-image:none!important}.rbc-timeslot-group:has(.slot-outside-working-hours) .rbc-time-slot{background-image:none!important;background-color:transparent!important}.rbc-time-gutter .slot-outside-working-hours{background-image:none!important;background-color:#fff!important}.rbc-time-view .rbc-header{background-color:transparent!important}.rbc-slot-selection{background-color:#b8fa1f33!important;border:none!important;color:#3b7208;font-weight:600}.rbc-day-slot .rbc-selected-cell{background-color:#b8fa1f26!important}.rbc-addons-dnd .rbc-addons-dnd-dragging{background-color:#b8fa1f4d!important;border:2px dashed #b8fa1f!important}.rbc-time-header-cell-single-day{display:flex!important}.rbc-event-label{padding-right:0!important}.rbc-overflowing{border-right:1px solid rgba(229,231,227,.7019607843)!important}.rbc-addons-dnd-resize-ns-anchor{z-index:10!important}.file\:border-0::-webkit-file-upload-button{border-width:0px}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::-webkit-file-upload-button{background-color:transparent}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::-webkit-file-upload-button{font-size:.875rem;line-height:1.25rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::-webkit-file-upload-button{font-weight:500}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::-webkit-file-upload-button{color:hsl(var(--foreground))}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:not-italic::placeholder{font-style:normal}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(152 157 139 / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.last\:border-b-0:last-child{border-bottom-width:0px}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:border-primary-600:focus-within{--tw-border-opacity: 1;border-color:rgb(145 215 4 / var(--tw-border-opacity, 1))}.focus-within\:border-l-primary-600:focus-within{--tw-border-opacity: 1;border-left-color:rgb(145 215 4 / var(--tw-border-opacity, 1))}.hover\:translate-x-1:hover{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.03\]:hover{--tw-scale-x: 1.03;--tw-scale-y: 1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border:hover{border-width:1px}.hover\:border-\[\#CDFF5A\]:hover{--tw-border-opacity: 1;border-color:rgb(205 255 90 / var(--tw-border-opacity, 1))}.hover\:border-accent-300:hover{--tw-border-opacity: 1;border-color:rgb(117 185 250 / var(--tw-border-opacity, 1))}.hover\:border-destructive\/90:hover{border-color:hsl(var(--destructive) / .9)}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(152 157 139 / var(--tw-border-opacity, 1))}.hover\:border-primary-600:hover{--tw-border-opacity: 1;border-color:rgb(145 215 4 / var(--tw-border-opacity, 1))}.hover\:border-primary-700:hover{--tw-border-opacity: 1;border-color:rgb(102 163 10 / var(--tw-border-opacity, 1))}.hover\:border-primary-800:hover{--tw-border-opacity: 1;border-color:rgb(59 114 8 / var(--tw-border-opacity, 1))}.hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#f1ffd2\]:hover{--tw-bg-opacity: 1;background-color:rgb(241 255 210 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#f3fecd\]:hover{--tw-bg-opacity: 1;background-color:rgb(243 254 205 / var(--tw-bg-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-amber-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 242 237 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(219 222 212 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 251 249 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(55 59 44 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-primary-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 254 230 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(102 163 10 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-700:hover{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-sidebar-accent:hover{background-color:hsl(var(--sidebar-accent))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.hover\:pl-5:hover{padding-left:1.25rem}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(219 222 212 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(96 102 83 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(79 86 63 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(65 71 52 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(55 59 44 / var(--tw-text-opacity, 1))}.hover\:text-gray-950:hover{--tw-text-opacity: 1;color:rgb(28 31 20 / var(--tw-text-opacity, 1))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-primary-800:hover{--tw-text-opacity: 1;color:rgb(59 114 8 / var(--tw-text-opacity, 1))}.hover\:text-primary-900:hover{--tw-text-opacity: 1;color:rgb(30 67 4 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-sidebar-accent-foreground:hover{color:hsl(var(--sidebar-accent-foreground))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.hover\:\!underline:hover{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:hsl(var(--sidebar-border))}.focus\:cursor-text:focus{cursor:text}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(189 192 181 / var(--tw-border-opacity, 1))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary-50:focus{--tw-bg-opacity: 1;background-color:rgb(248 254 230 / var(--tw-bg-opacity, 1))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-700:focus{--tw-text-opacity: 1;color:rgb(102 163 10 / var(--tw-text-opacity, 1))}.focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 222 212 / var(--tw-ring-opacity, 1))}.focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(182 246 35 / var(--tw-ring-opacity, 1))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-gray-400:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(152 157 139 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-orange-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-primary-600:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(145 215 4 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color: hsl(var(--sidebar-ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:scale-100:active{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(241 242 237 / var(--tw-bg-opacity, 1))}.active\:bg-sidebar-accent:active{background-color:hsl(var(--sidebar-accent))}.active\:text-sidebar-accent-foreground:active{color:hsl(var(--sidebar-accent-foreground))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(241 242 237 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-primary-800{--tw-text-opacity: 1;color:rgb(59 114 8 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-primary-900{--tw-text-opacity: 1;color:rgb(30 67 4 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.group\/meetings:hover .group-hover\/meetings\:opacity-100,.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group\/projects:hover .group-hover\/projects\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\>\[data-slot\=button-group\]\]\:gap-2:has(>[data-slot=button-group]){gap:.5rem}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:hsl(var(--sidebar-background))}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[orientation\=vertical\]\:h-auto[data-orientation=vertical]{height:auto}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:border-gray-950[data-state=checked]{--tw-border-opacity: 1;border-color:rgb(28 31 20 / var(--tw-border-opacity, 1))}.data-\[active\=true\]\:bg-gray-100[data-active=true]{--tw-bg-opacity: 1;background-color:rgb(241 242 237 / var(--tw-bg-opacity, 1))}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:hsl(var(--sidebar-accent))}.data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=checked\]\:bg-gray-950[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(28 31 20 / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:hsl(var(--sidebar-accent-foreground))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=checked\]\:text-primary-500[data-state=checked]{--tw-text-opacity: 1;color:rgb(182 246 35 / var(--tw-text-opacity, 1))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:hsl(var(--sidebar-accent))}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:hsl(var(--sidebar-accent-foreground))}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/collapsible[data-state=open] .group-data-\[state\=open\]\/collapsible\:rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:hsl(var(--sidebar-border))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group\/collapsible[data-state=open] .group-data-\[state\=open\]\/collapsible\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color:hsl(var(--sidebar-background))}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(79 86 63 / var(--tw-bg-opacity, 1))}.dark\:text-gray-700:is(.dark *){--tw-text-opacity: 1;color:rgb(79 86 63 / var(--tw-text-opacity, 1))}@media(min-width:640px){.sm\:flex{display:flex}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:gap-0{gap:0px}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}}@media(min-width:768px){.md\:block{display:block}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media(min-width:1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.\[\&\:\:-webkit-calendar-picker-indicator\]\:hidden::-webkit-calendar-picker-indicator{display:none}.\[\&\:\:-webkit-calendar-picker-indicator\]\:appearance-none::-webkit-calendar-picker-indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]){border-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\*\:not\(\:first-child\)\]\:rounded-l-none>*:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.\[\&\>\*\:not\(\:first-child\)\]\:rounded-t-none>*:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.\[\&\>\*\:not\(\:first-child\)\]\:border-l-0>*:not(:first-child){border-left-width:0px}.\[\&\>\*\:not\(\:first-child\)\]\:border-t-0>*:not(:first-child){border-top-width:0px}.\[\&\>\*\:not\(\:last-child\)\]\:rounded-b-none>*:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.\[\&\>\*\:not\(\:last-child\)\]\:rounded-r-none>*:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.\[\&\>\*\]\:focus-visible\:relative:focus-visible>*{position:relative}.\[\&\>\*\]\:focus-visible\:z-10:focus-visible>*{z-index:10}.has-\[select\[aria-hidden\=true\]\:last-child\]\:\[\&\>\[data-slot\=select-trigger\]\:last-of-type\]\:rounded-r-md>[data-slot=select-trigger]:last-of-type:has(select[aria-hidden=true]:last-child){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\>\[data-slot\=select-trigger\]\:not\(\[class\*\=\'w-\'\]\)\]\:w-fit>[data-slot=select-trigger]:not([class*=w-]){width:-webkit-fit-content;width:fit-content}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y: 2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>button\]\:border-none>button{border-style:none}.\[\&\>button\]\:\!bg-transparent>button{background-color:transparent!important}.\[\&\>input\]\:flex-1>input{flex:1 1 0%}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:hsl(var(--sidebar-accent-foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:border-b>tr{border-bottom-width:1px}.\[\&\>tr\]\:border-gray-100>tr{--tw-border-opacity: 1;border-color:rgb(241 242 237 / var(--tw-border-opacity, 1))}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:1rem;height:1rem}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}
