@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._avatar_1jcsq_26{display:flex;align-items:center;gap:10px}._avatar_1jcsq_26 ._letter_avatar_1jcsq_31{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;text-align:center;text-transform:uppercase;color:#fff}._avatar_1jcsq_26 ._letter_avatar_1jcsq_31._dark_1jcsq_46{background-color:#333}._avatar_1jcsq_26 ._letter_avatar_1jcsq_31._blue_1jcsq_49{background-color:#297fca}._avatar_1jcsq_26 ._letter_avatar_1jcsq_31._danger_1jcsq_52{background-color:#ff006e}._avatar_1jcsq_26 ._letter_avatar_1jcsq_31._small_1jcsq_55{width:20px;height:20px}._avatar_1jcsq_26 ._letter_avatar_1jcsq_31._medium_1jcsq_59{width:36px;height:36px}._avatar_1jcsq_26 ._label_1jcsq_63{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-weight:400;text-transform:none}._avatar_1jcsq_26 ._label_1jcsq_63._dark_1jcsq_46{color:#333}._avatar_1jcsq_26 ._label_1jcsq_63._white_1jcsq_74{color:#fff}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._modal_89irp_26{position:fixed;z-index:15;visibility:hidden;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:34px;background-color:#dddddd80}._modal_89irp_26._open_89irp_38{visibility:visible;opacity:1}._modal_89irp_26 ._container_89irp_42{height:100%;overflow:auto;z-index:17}._modal_89irp_26 ._container_89irp_42 ._content_wrapper_89irp_47{height:fit-content;background-color:#fff}._modal_89irp_26 ._container_89irp_42 ._content_wrapper_89irp_47 ._head_89irp_51{position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:flex-end;gap:20px;background-color:#fff;box-shadow:0 4px 40px #0000001f;padding:28px 28px 20px}._modal_89irp_26 ._container_89irp_42 ._content_wrapper_89irp_47 ._head_89irp_51._on_top_89irp_63{box-shadow:none}._modal_89irp_26 ._container_89irp_42 ._content_wrapper_89irp_47 ._head_89irp_51 ._title_89irp_66{flex:1;text-align:center;line-height:32px;margin-left:52px}._modal_89irp_26 ._container_89irp_42 ._content_wrapper_89irp_47 ._head_89irp_51 ._close_button_89irp_72{cursor:pointer}._modal_89irp_26 ._container_89irp_42 ._content_wrapper_89irp_47 ._head_89irp_51 ._close_button_89irp_72 path{fill:#333}._modal_89irp_26 ._container_89irp_42 ._content_wrapper_89irp_47 ._content_89irp_47{padding:0 28px 28px}._backdrop_89irp_82{width:100vw;height:100vh;position:fixed;top:0;right:0;bottom:0;left:0;z-index:16}@media (min-width: 920px){._modal_89irp_26 ._container_89irp_42 ._content_wrapper_89irp_47{min-width:850px;max-width:850px}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._typography_fxf1v_26{font-family:sf-pro,sans-serif}._typography_fxf1v_26._inline_fxf1v_29{display:inline}._typography_fxf1v_26._capitalize_fxf1v_32{text-transform:capitalize}._typography_fxf1v_26._clickable_fxf1v_35{cursor:pointer}._typography_fxf1v_26._clickable_fxf1v_35:hover{text-decoration:none}._typography_fxf1v_26._h2_fxf1v_41{font-size:32px;font-weight:600;line-height:38px}._typography_fxf1v_26._h3_fxf1v_46{font-size:26px;font-weight:400;line-height:40px}._typography_fxf1v_26._h4_fxf1v_51{font-size:24px;font-weight:600;line-height:32px}._typography_fxf1v_26._h5_fxf1v_56{font-size:22px;font-weight:600;line-height:26px}._typography_fxf1v_26._h6_fxf1v_61{font-size:20px;font-weight:400;line-height:32px}._typography_fxf1v_26._body1_fxf1v_66{font-size:16px;font-weight:400;line-height:24px}._typography_fxf1v_26._body2_fxf1v_71{font-size:18px;font-weight:300;line-height:24px}._typography_fxf1v_26._caption_fxf1v_76{font-size:12px;font-weight:400}._typography_fxf1v_26._caption2_fxf1v_80{font-size:14px;font-weight:500;line-height:20px}._typography_fxf1v_26._start_fxf1v_85{text-align:start}._typography_fxf1v_26._center_fxf1v_88{text-align:center}._typography_fxf1v_26._end_fxf1v_91{text-align:end}._typography_fxf1v_26._weight_100_fxf1v_94{font-weight:100}._typography_fxf1v_26._weight_200_fxf1v_97{font-weight:200}._typography_fxf1v_26._weight_300_fxf1v_100{font-weight:300}._typography_fxf1v_26._weight_400_fxf1v_103{font-weight:400}._typography_fxf1v_26._weight_500_fxf1v_106{font-weight:500}._typography_fxf1v_26._weight_600_fxf1v_109{font-weight:600}._typography_fxf1v_26._weight_700_fxf1v_112{font-weight:700}._typography_fxf1v_26._weight_800_fxf1v_115{font-weight:800}._typography_fxf1v_26._weight_900_fxf1v_118{font-weight:900}._typography_fxf1v_26._weight_bold_fxf1v_121{font-weight:700}._typography_fxf1v_26._dark_fxf1v_124{color:#333}._typography_fxf1v_26._primary_fxf1v_127{color:#12bf66}._typography_fxf1v_26._black_fxf1v_130{color:#000}._typography_fxf1v_26._white_fxf1v_133{color:#fff}._typography_fxf1v_26._blue_fxf1v_136{color:#297fca}._typography_fxf1v_26._info_fxf1v_139{color:#f0faf6}._typography_fxf1v_26._iron_fxf1v_142{color:#d8ddea}._typography_fxf1v_26._mainGray_fxf1v_145{color:#f6f6fb}._typography_fxf1v_26._lightGray_fxf1v_148{color:#6f7880}._typography_fxf1v_26._gray_fxf1v_151{color:#b0b0b0}._typography_fxf1v_26._strokeGray_fxf1v_154{color:#c6cbd4}._typography_fxf1v_26._inactive_fxf1v_157{color:#ddd}._typography_fxf1v_26._danger_fxf1v_160{color:#ff006e}._typography_fxf1v_26._success_fxf1v_163{color:#23e377}._typography_fxf1v_26._warning_fxf1v_166{color:#f9cb42}._typography_fxf1v_26._warningInfo_fxf1v_169{color:#ffeef1}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._chip_rnrj9_26{width:fit-content;min-height:32px;padding:8px 30px;border-radius:30px;display:flex;align-items:center;justify-content:flex-start;gap:10px}._chip_rnrj9_26 ._label_rnrj9_36{font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px;text-align:center;text-transform:uppercase;white-space:nowrap}._chip_rnrj9_26._small_rnrj9_45{min-height:20px;padding:3px 30px}._chip_rnrj9_26._small_rnrj9_45 ._label_rnrj9_36{font-size:12px!important;line-height:14px;text-transform:lowercase!important}._chip_rnrj9_26._pill_rnrj9_54{min-height:24px;border-radius:20px;padding:2.5px 15px}._chip_rnrj9_26._pill_rnrj9_54 ._label_rnrj9_36{font-weight:500;font-size:12px;line-height:18px;text-transform:lowercase}._chip_rnrj9_26._clickable_rnrj9_65{cursor:pointer}._chip_rnrj9_26._clickable_rnrj9_65[data-screen-bg-color=light]:hover{filter:brightness(90%)}._chip_rnrj9_26._clickable_rnrj9_65[data-screen-bg-color=dark]:hover{filter:brightness(110%)}._chip_rnrj9_26._disabled_rnrj9_74{background-color:#f6f6fb!important}._chip_rnrj9_26._disabled_rnrj9_74 ._label_rnrj9_36{color:#333!important}._chip_rnrj9_26._danger_rnrj9_80._contained_rnrj9_80{background-color:#ffeef1}._chip_rnrj9_26._danger_rnrj9_80._contained_rnrj9_80 ._label_rnrj9_36{color:#ff006e}._chip_rnrj9_26._danger_rnrj9_80._outlined_rnrj9_86{border:1px solid #ffeef1}._chip_rnrj9_26._danger_rnrj9_80._outlined_rnrj9_86 ._label_rnrj9_36{color:#ff006e}._chip_rnrj9_26._info_rnrj9_92 ._label_rnrj9_36,._chip_rnrj9_26._warning_info_rnrj9_92 ._label_rnrj9_36{font-weight:400;text-transform:lowercase}._chip_rnrj9_26._info_rnrj9_92._contained_rnrj9_80{background-color:#f0faf6}._chip_rnrj9_26._info_rnrj9_92._contained_rnrj9_80 ._label_rnrj9_36{color:#333}._chip_rnrj9_26._info_rnrj9_92._outlined_rnrj9_86{border:1px solid #f0faf6;background-color:transparent}._chip_rnrj9_26._info_rnrj9_92._outlined_rnrj9_86 ._label_rnrj9_36{color:#f0faf6}._chip_rnrj9_26._warning_info_rnrj9_92._contained_rnrj9_80{background-color:#ffeef1}._chip_rnrj9_26._warning_info_rnrj9_92._contained_rnrj9_80 ._label_rnrj9_36{color:#333}._chip_rnrj9_26._warning_info_rnrj9_92._outlined_rnrj9_86{border:1px solid #ffeef1;background-color:transparent}._chip_rnrj9_26._warning_info_rnrj9_92._outlined_rnrj9_86 ._label_rnrj9_36{color:#ffeef1}._chip_rnrj9_26._primary_rnrj9_122._contained_rnrj9_80{background-color:#12bf66}._chip_rnrj9_26._primary_rnrj9_122._contained_rnrj9_80 ._label_rnrj9_36{color:#fff}._chip_rnrj9_26._primary_rnrj9_122._outlined_rnrj9_86{border:1px solid #12bf66;background-color:transparent}._chip_rnrj9_26._primary_rnrj9_122._outlined_rnrj9_86 ._label_rnrj9_36{color:#12bf66}._chip_rnrj9_26._success_rnrj9_135._contained_rnrj9_80{background-color:#23e377}._chip_rnrj9_26._success_rnrj9_135._contained_rnrj9_80 ._label_rnrj9_36{color:#fff}._chip_rnrj9_26._success_rnrj9_135._outlined_rnrj9_86{border:1px solid #23e377;background-color:transparent}._chip_rnrj9_26._success_rnrj9_135._outlined_rnrj9_86 ._label_rnrj9_36{color:#23e377}._chip_rnrj9_26._tertiary_rnrj9_148 ._label_rnrj9_36{color:#333}._chip_rnrj9_26._tertiary_rnrj9_148._contained_rnrj9_80{background-color:#ddd}._chip_rnrj9_26._tertiary_rnrj9_148._outlined_rnrj9_86{border:1px solid #333333;background-color:transparent}._chip_rnrj9_26._warning_rnrj9_92._contained_rnrj9_80{background-color:#f9cb42}._chip_rnrj9_26._warning_rnrj9_92._contained_rnrj9_80 ._label_rnrj9_36{color:#333}._chip_rnrj9_26._warning_rnrj9_92._outlined_rnrj9_86{border:1px solid #f9cb42;background-color:transparent}._chip_rnrj9_26._warning_rnrj9_92._outlined_rnrj9_86 ._label_rnrj9_36{color:#f9cb42}._chip_rnrj9_26._inactive_rnrj9_171 ._label_rnrj9_36{color:#6f7880}._chip_rnrj9_26._transparent_rnrj9_174{background-color:transparent}._chip_rnrj9_26._transparent_rnrj9_174 ._label_rnrj9_36{text-transform:none}._chip_rnrj9_26._inactive_rnrj9_171._contained_rnrj9_80{background-color:#ddd}._chip_rnrj9_26._inactive_rnrj9_171._outlined_rnrj9_86{border:1px solid #dddddd;background-color:transparent}._chip_rnrj9_26._noTextTransform_rnrj9_187 ._label_rnrj9_36{font-size:16px;font-weight:400;text-transform:none!important}._chip_rnrj9_26 ._delete_btn_rnrj9_192{min-height:16px!important;padding:0}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._button_1dc2e_26{padding:4px 0;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:5px}._button_1dc2e_26._small_1dc2e_35{min-height:24px}._button_1dc2e_26._medium_1dc2e_38{min-height:32px}._button_1dc2e_26._large_1dc2e_41{min-height:48px}._button_1dc2e_26._pill_1dc2e_44{border-radius:30px}._button_1dc2e_26._disabled_1dc2e_47{cursor:not-allowed;pointer-events:none}._button_1dc2e_26._loading_1dc2e_51{pointer-events:none}._button_1dc2e_26._loading_1dc2e_51 div:first-child div:first-child,._button_1dc2e_26._loading_1dc2e_51 div:first-child div:first-child div:first-child div{height:24px!important}._button_1dc2e_26._clickable_1dc2e_60{cursor:pointer}._button_1dc2e_26._contained_1dc2e_63,._button_1dc2e_26._outlined_1dc2e_63{padding:4px 30px}._button_1dc2e_26._primary_1dc2e_66._default_1dc2e_66{background-color:transparent}._button_1dc2e_26._primary_1dc2e_66._default_1dc2e_66 p{color:#12bf66}._button_1dc2e_26._primary_1dc2e_66._contained_1dc2e_63{background-color:#12bf66}._button_1dc2e_26._primary_1dc2e_66._contained_1dc2e_63 p{color:#fff}._button_1dc2e_26._primary_1dc2e_66._outlined_1dc2e_63{border:1px solid #12bf66}._button_1dc2e_26._primary_1dc2e_66._outlined_1dc2e_63 p{color:#12bf66}._button_1dc2e_26._secondary_1dc2e_84._default_1dc2e_66{background-color:transparent}._button_1dc2e_26._secondary_1dc2e_84._default_1dc2e_66 p{color:#ff006e}._button_1dc2e_26._secondary_1dc2e_84._contained_1dc2e_63{background-color:#ff006e}._button_1dc2e_26._secondary_1dc2e_84._contained_1dc2e_63 p{color:#fff}._button_1dc2e_26._secondary_1dc2e_84._outlined_1dc2e_63{border:1px solid #ff006e}._button_1dc2e_26._secondary_1dc2e_84._outlined_1dc2e_63 p{color:#ff006e}._button_1dc2e_26._tertiary_1dc2e_102._default_1dc2e_66{background-color:transparent}._button_1dc2e_26._tertiary_1dc2e_102._default_1dc2e_66 p{color:#333}._button_1dc2e_26._tertiary_1dc2e_102._contained_1dc2e_63{background-color:#333}._button_1dc2e_26._tertiary_1dc2e_102._contained_1dc2e_63 p{color:#fff}._button_1dc2e_26._tertiary_1dc2e_102._outlined_1dc2e_63{background-color:transparent;border:1px solid #333333}._button_1dc2e_26._tertiary_1dc2e_102._outlined_1dc2e_63 p{color:#333}._loader_17tgc_1{display:flex;align-items:center}._loader_17tgc_1._right_17tgc_5,._loader_17tgc_1._center_17tgc_5{width:100%}._loader_17tgc_1._left_17tgc_8{justify-content:start}._loader_17tgc_1._right_17tgc_5{justify-content:end}._loader_17tgc_1._center_17tgc_5{justify-content:center}._loader_17tgc_1 div{max-width:100%;max-height:100%}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._paper_ctg2g_26{padding:28px;border-radius:12px;box-shadow:0 4px 40px #0000001f;background-color:#fff}._paper_ctg2g_26._clickable_ctg2g_32{cursor:pointer}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._date_i4gak_26{width:fit-content;border-radius:2px;padding:5px 8px;margin-top:6px;display:flex;align-items:center;gap:7px}._date_i4gak_26 p{font-size:12px;font-weight:400;text-align:left}._date_i4gak_26._negative_i4gak_40{background-color:#ffeef1}._date_i4gak_26._negative_i4gak_40 svg{filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}._date_i4gak_26._negative_i4gak_40 p{color:#ff006e}._date_i4gak_26._positive_i4gak_49{background-color:#f0faf6}._date_i4gak_26._positive_i4gak_49 svg{filter:invert(52%) sepia(49%) saturate(2947%) hue-rotate(114deg) brightness(102%) contrast(86%)}._date_i4gak_26._positive_i4gak_49 p{color:#12bf66}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._checkbox_1tcrr_26{display:flex;align-items:center;justify-content:flex-start;gap:12px}._checkbox_1tcrr_26 ._input_wrapper_1tcrr_32{min-width:24px;min-height:24px;max-width:24px;max-height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;border:1px solid #b0b0b0;background-color:transparent;cursor:pointer}._checkbox_1tcrr_26 ._input_wrapper_1tcrr_32 svg{pointer-events:none}._checkbox_1tcrr_26 input{display:none}._checkbox_1tcrr_26._checked_1tcrr_51 ._input_wrapper_1tcrr_32{border-color:#333;background-color:#333}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._wrapper_7w93x_26{width:fit-content;height:fit-content;position:relative}._wrapper_7w93x_26 ._content_7w93x_31{min-width:410px;max-width:410px;z-index:17;opacity:0;visibility:hidden;background-color:#fff;border-radius:16px;box-shadow:0 4px 40px #00000017;padding:16px}._wrapper_7w93x_26 ._content_7w93x_31._visible_7w93x_42{opacity:1;visibility:visible}._wrapper_7w93x_26 ._backdrop_7w93x_46{width:100vw;height:100vh;cursor:default;position:fixed;top:0;right:0;bottom:0;left:0;z-index:16}._switch_container_1lgrx_1{display:flex;align-items:center;gap:10px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._input_1vrj6_26{cursor:text;min-height:52px;display:flex;flex-direction:column;justify-content:flex-start;color:#b0b0b0;font-size:18px;transition:all .3s;margin-bottom:20px}._input_1vrj6_26:hover{color:#333}._input_1vrj6_26:hover ._input_wrapper_1vrj6_40{border-color:#333}._input_1vrj6_26 ._input_wrapper_1vrj6_40{width:100%;height:36px;border-bottom:1px solid #b0b0b0;display:flex;align-items:center;gap:12px}._input_1vrj6_26 ._input_wrapper_1vrj6_40 ._container_1vrj6_51{width:100%;height:36px;display:flex;align-items:center;gap:12px;position:relative}._input_1vrj6_26 ._input_wrapper_1vrj6_40 ._container_1vrj6_51 ._label_1vrj6_59{position:absolute;left:0;top:9px;transition:all .3s;pointer-events:none}._input_1vrj6_26 ._input_wrapper_1vrj6_40 ._container_1vrj6_51 ._label_1vrj6_59 span{color:#ff006e}._input_1vrj6_26 ._input_wrapper_1vrj6_40 ._container_1vrj6_51 input,._input_1vrj6_26 ._input_wrapper_1vrj6_40 ._container_1vrj6_51 textarea{width:100%;height:35px;outline:none;border:none;transition:all .3s;resize:none}._input_1vrj6_26 ._input_wrapper_1vrj6_40 ._container_1vrj6_51 ._error_1vrj6_78{position:absolute;left:0;bottom:-5px;transform:translateY(100%);color:#ff006e;font-size:14px}._input_1vrj6_26 ._input_wrapper_1vrj6_40 ._clearWrapper_1vrj6_86{display:flex;align-items:center;gap:12px}._input_1vrj6_26 ._input_wrapper_1vrj6_40 ._clearWrapper_1vrj6_86 ._clearBtn_1vrj6_91{opacity:0;visibility:hidden;cursor:pointer;transition:all .3s}._input_1vrj6_26 ._input_wrapper_1vrj6_40._focused_1vrj6_97 ._label_1vrj6_59{top:-15px;font-size:12px}._input_1vrj6_26 ._input_wrapper_1vrj6_40._focused_1vrj6_97 input{width:100%;border-color:#12bf66;caret-color:#12bf66}._input_1vrj6_26 ._input_wrapper_1vrj6_40._clear_1vrj6_86 ._clearBtn_1vrj6_91{opacity:1;visibility:visible}._input_1vrj6_26 ._input_wrapper_1vrj6_40._error_1vrj6_78{border-color:#ff006e}._input_1vrj6_26 ._input_wrapper_1vrj6_40._error_1vrj6_78 ._label_1vrj6_59{color:#ff006e}._input__error_1vrj6_116{font-weight:400;font-size:12px;color:#ff006e;padding-left:4px;margin-top:4px}input,textarea,._prepend_1vrj6_126,._append_1vrj6_127{min-height:30px;font-size:inherit;font-family:inherit;color:#333}._prepend_1vrj6_126,._append_1vrj6_127{line-height:30px}._password_strength_1vrj6_139{padding-left:4px;margin-top:4px;gap:8px!important}._password_strength_1vrj6_139 ._strength_icon_1vrj6_144{width:16px;height:16px}._yellow_icon_1vrj6_149 path{fill:#f9cb42}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_1pj1x_26{min-height:52px;margin-bottom:20px;position:relative;z-index:4;display:flex;flex-direction:column;justify-content:flex-start}._select__btn_1pj1x_35{min-height:36px;display:flex;align-items:center;border-bottom:1px solid #b0b0b0;cursor:pointer}._select__btn_1pj1x_35:hover{border-color:#333}._select__btn-icon_1pj1x_45{width:24px;height:24px;margin-right:12px;flex-shrink:0}._select__btn-icon_1pj1x_45 img{width:100%;height:100%}._select__btn_1pj1x_35 svg{transform:rotate(90deg)}._select__btn_1pj1x_35 svg path{fill:#6f7880}._select__error_1pj1x_61{font-weight:400;font-size:12px;color:#ff006e;padding-left:8px;margin-top:8px}._list_1pj1x_69{position:absolute;left:-15px;bottom:0;z-index:4;transform:translateY(100%);overflow:hidden;max-height:0px;width:250px;border-radius:16px;box-shadow:0 4px 40px #0000001f;background:#fff;display:flex;flex-direction:column}._list_1pj1x_69._active_1pj1x_84{max-height:428px}._list__box_1pj1x_87{overflow:auto;height:100%;flex:1 1 auto}._list__box_1pj1x_87::-webkit-scrollbar-track{margin:12px 0}._list__box-item_1pj1x_95{text-align:start;display:flex;align-items:center;white-space:nowrap;cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._list__box-item_1pj1x_95 p{overflow:hidden;text-overflow:ellipsis;margin-right:6px}._list__box-item_1pj1x_95 span{color:#b0b0b0}._list__box-item_1pj1x_95:hover{background-color:#f0faf6}._list__box-icon_1pj1x_117{width:24px;height:24px;margin-right:16px}._list__search_1pj1x_122{position:relative;padding:0 16px}._list__search_1pj1x_122._border_1pj1x_126 input{border-color:#b0b0b0}._list__search_1pj1x_122 input{width:100%;border:none;outline:none;height:48px;border-bottom:1px solid #fff;padding:0 36px;color:#6f7880;font-size:16px}._list__search_1pj1x_122 input::placeholder{color:#b0b0b0}._list__search_1pj1x_122 ._icon_1pj1x_142{position:absolute;top:50%;transform:translateY(-50%)}._list__search_1pj1x_122 ._icon_1pj1x_142._search_1pj1x_147{left:16px}._list__search_1pj1x_122 ._icon_1pj1x_142._arrow_1pj1x_150{cursor:pointer;right:16px;width:16px;height:16px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._progress_bar_1jsrk_26{width:100%;height:14px;border-radius:12px;position:relative;overflow:hidden;margin-top:10px}._progress_bar_1jsrk_26._gray_1jsrk_34{background-color:#b0b0b0}._progress_bar_1jsrk_26._gray_1jsrk_34 p{color:#fff}._progress_bar_1jsrk_26._white_1jsrk_40{background-color:#fff}._progress_bar_1jsrk_26._white_1jsrk_40 p,._progress_bar_1jsrk_26._under5percent_1jsrk_46 ._bar_1jsrk_46._primary_1jsrk_46 p{color:#333}._progress_bar_1jsrk_26._under5percent_1jsrk_46 ._bar_1jsrk_46._info_1jsrk_49 p{color:#f0faf6}._progress_bar_1jsrk_26 ._bar_1jsrk_46{position:absolute;left:0;top:0}._progress_bar_1jsrk_26 ._bar_1jsrk_46._primary_1jsrk_46{background-color:#12bf66}._progress_bar_1jsrk_26 ._bar_1jsrk_46._primary_1jsrk_46 p{color:#f0faf6}._progress_bar_1jsrk_26 ._bar_1jsrk_46._info_1jsrk_49{background-color:#f0faf6}._progress_bar_1jsrk_26 ._bar_1jsrk_46._info_1jsrk_49 p{color:#333}._progress_bar_1jsrk_26 ._bar_1jsrk_46 p{font-size:14px;font-weight:400;text-align:right;margin-left:10px;margin-right:10px}._progress_bar_1jsrk_26 p{font-size:14px;font-weight:400;text-align:right;margin-right:10px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_wrapper_13y9f_26 ._content_13y9f_26{min-width:385px}._select_wrapper_13y9f_26 ._no_data_13y9f_29{margin-top:10px;margin-bottom:10px}._select_wrapper_13y9f_26 ._autocomplete_13y9f_33{min-width:100%;overflow:hidden;padding:0}._select_wrapper_13y9f_26 ._autocomplete_13y9f_33 ._search_wrapper_13y9f_38{gap:20px;padding:10px 30px}._select_wrapper_13y9f_26 ._autocomplete_13y9f_33 ._search_wrapper_13y9f_38 ._input_13y9f_42{flex:1}._select_wrapper_13y9f_26 ._autocomplete_13y9f_33 ._list_13y9f_45{margin-top:0;padding:4px 0;max-height:444px;overflow:auto}._select_wrapper_13y9f_26 ._autocomplete_13y9f_33 ._list__item_13y9f_51{width:100%;border-radius:0;cursor:pointer;padding:10px 30px}._select_wrapper_13y9f_26 ._autocomplete_13y9f_33 ._list__item_13y9f_51:hover{background-color:#f0faf6}._select_wrapper_13y9f_26 ._autocomplete_13y9f_33 ._list__item_13y9f_51 mark{color:#fff;background-color:#12bf66}._select_wrapper_13y9f_26 ._autocomplete_13y9f_33 ._list__item_13y9f_51._selected_13y9f_64{color:#fff;text-transform:none;background-color:#12bf66}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._input_1932k_26{width:100%;height:100%;padding:11px 0;font-size:18px;line-height:24px;background-color:transparent;outline:none;border:none}._input__wrapper_1932k_36{position:relative;border-bottom:1px solid #b0b0b0}._input__wrapper_1932k_36 ._flex_1932k_40{display:flex;align-items:center;height:100%;gap:8px;color:#b0b0b0}._input__eye_1932k_47{cursor:pointer;position:absolute;z-index:1;right:0;top:50%;transform:translateY(-50%)}._input__error_1932k_55{position:absolute;left:0;bottom:-5px;transform:translateY(100%);color:#ff006e;font-size:10px}._input_1932k_26::placeholder{color:#b0b0b0;font-weight:300}._input_1932k_26:disabled{background-color:#fff}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._card_19uzo_26{background:#fff;width:100%;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:28px}._card__header_19uzo_33{display:flex;align-items:center;justify-content:space-between}._card--bar_19uzo_38{position:relative}._card--bar_19uzo_38:after{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;background:#12bf66;border-radius:12px 0 0 12px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._main_4rja6_26{width:100%;display:flex;gap:30px;padding:28px 32px}._main__left_4rja6_32{flex:1 1 auto}._main__right_4rja6_35{position:sticky;top:-32px;height:fit-content;width:410px;min-width:410px;padding-top:52px}._button_wrapper_4rja6_44{margin-bottom:30px;display:flex;align-items:center;gap:19px}._button_4rja6_44{min-width:200px;padding:12px 24px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}@keyframes _dot-keyframes_1flqu_1{0%{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.4;transform:scale(1)}}._loading-dots_1flqu_40{text-align:center;width:100%}._loading-dots_1flqu_40 span{animation:_dot-keyframes_1flqu_1 1.5s infinite ease-in-out;background-color:#fff;border-radius:50%;display:inline-block;height:8px;width:8px;margin:0 3px}._loading-dots_1flqu_40 span:nth-child(2){animation-delay:.5s}._loading-dots_1flqu_40 span:nth-child(3){animation-delay:1s}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._button_11q13_26{position:relative;display:inline-block;background:none;border:none;outline:none;padding:0 24px;border-radius:2px;font-family:sf-pro,sans-serif;font-weight:600;height:48px;color:#fff;cursor:pointer;transition:all .2s;white-space:nowrap}._button_11q13_26:hover{background:#12bf66}._button_11q13_26._primary_11q13_45{background:radial-gradient(100% 12158.24% at 99.42% 0%,#00b45a,#21c973 48.44%,#21c973)}._button_11q13_26._none_11q13_48{background:none;color:#333;text-decoration:underline}._button_11q13_26._outlined_11q13_53:not(:disabled){background:none;box-sizing:border-box}._button_11q13_26._outlined_11q13_53:not(:disabled)._primary_11q13_45{border:1px solid #12bf66;color:#12bf66}._button_11q13_26._outlined_11q13_53:not(:disabled)._black_11q13_61{border:1px solid #000000;color:#000}._button_11q13_26._outlined_11q13_53:not(:disabled):hover{background:none;border-width:2px}._button_11q13_26._full_11q13_69{width:100%}._button_11q13_26._auto_11q13_72{width:auto}._button_11q13_26._sm_11q13_75{width:97px}._button_11q13_26._h-esm_11q13_78{font-size:12px;height:34px}._button_11q13_26._h-sm_11q13_82{font-size:13px;line-height:16px;height:48px}._button_11q13_26._h-md_11q13_87{font-size:16px;line-height:19px;height:60px}._button_11q13_26:disabled{border-color:transparent;background:#b0b0b0}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_dro2s_26{position:relative;display:inline-block}._select_dro2s_26._auto_dro2s_30{width:auto}._select_dro2s_26._xl_dro2s_33{width:505px;height:48px}._select_dro2s_26._full_dro2s_37{width:100%}._select_dro2s_26._sm_dro2s_40{width:122px}._select_dro2s_26._neutral_dro2s_43 ._select__btn_dro2s_43{background:#f0faf6;box-shadow:none}._select_dro2s_26._neutral_dro2s_43 ._select__btn_dro2s_43 svg path{fill:#12bf66}._select_dro2s_26._ghost_dro2s_50{width:36px;height:50px}._select_dro2s_26._ghost_dro2s_50 ._select__btn_dro2s_43{background:none;box-shadow:none}._select__btn_dro2s_43{position:relative;cursor:pointer;width:100%;height:48px;background:#fff;box-shadow:0 4px 40px #0000001f;border-radius:12px;font-size:18px;display:flex;align-items:center;padding-right:50px;padding-left:13px;color:#6f7880}._select__btn_dro2s_43 input{width:100%;height:100%;font-size:18px;border-radius:inherit}._select__btn_dro2s_43._active_dro2s_79{color:#333}._select__btn_dro2s_43._show_dro2s_82 ._arrow_dro2s_82{transform:rotate(270deg)}._select__btn_dro2s_43 ._arrow_dro2s_82,._select__btn_dro2s_43 ._clear_dro2s_86{width:24px;height:30px;position:absolute;right:10px;top:10px;transform:rotate(90deg);transition:all .3s}._select__btn_dro2s_43 ._clear_dro2s_86{cursor:pointer;z-index:3}._select__popup_dro2s_99{max-height:0;overflow:hidden;position:absolute;bottom:-2px;transform:translateY(100%);right:0;z-index:3;width:100%;border-radius:16px;box-shadow:0 4px 40px #0000001f;background:#fff;display:flex;flex-direction:column;transition:all .3s}._select__popup_dro2s_99._show_dro2s_82{max-height:200px}._select__list_dro2s_118{overflow:auto;height:100%;flex:1 1 auto}._select__list_dro2s_118::-webkit-scrollbar-track{margin:12px 0}._select__list-item_dro2s_126{cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._select__list-item_dro2s_126:hover{background:#d8ddea}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_1ksml_26{display:flex;margin-bottom:20px}._list__item_1ksml_30{cursor:pointer;padding:3px 30px;font-size:12px;line-height:26px;text-transform:uppercase;color:#3336;font-weight:500;white-space:nowrap;background:#ddd;border-radius:30px;transition:all .3s}._list__item_1ksml_30._black_1ksml_43{padding:3px 16px;background:#fff;border:1px solid #333333;color:#333}._list__item_1ksml_30._black_1ksml_43._active_1ksml_49{color:#fff;background:#333}._list__item_1ksml_30:hover{background:#f0faf6;color:#333}._list__item_1ksml_30:not(:last-child){margin-right:10px}._list__item_1ksml_30._active_1ksml_49{background:#12bf66;color:#fff}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._checkbox_1n22o_26{display:flex;align-items:center}._checkbox_1n22o_26 input{display:none}._checkbox_1n22o_26 input:checked+label{border:none;background:#333 url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_902_3639)'%3e%3cpath%20d='M6.0001%2010.7799L3.2201%207.9999L2.27344%208.93989L6.0001%2012.6666L14.0001%204.66656L13.0601%203.72656L6.0001%2010.7799Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_902_3639'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center center}._checkbox_1n22o_26 label{cursor:pointer;width:24px;height:24px;border:1px solid #b0b0b0;border-radius:4px;margin-right:12px;flex-shrink:0;transition:all .3s}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._calendar_1wbhm_26{background:#fff;box-shadow:0 4px 40px #0000001f;padding:8px}._dayTile_1wbhm_32 abbr{color:#333!important;background:transparent!important}._dayTile_1wbhm_32 abbr:hover{background:#f0faf6!important}._dayTile_1wbhm_32:disabled abbr{color:#b0b0b0!important}._dayTile_1wbhm_32._activeDay_1wbhm_42 abbr{background:#12bf66!important;color:#fff!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}.react-calendar{border-radius:16px}.react-calendar button{cursor:pointer;border:none;outline:none;background-color:transparent}.react-calendar button:hover abbr{color:#333;background-color:#f0faf6}.react-calendar button:disabled{cursor:default}.react-calendar button:disabled abbr{color:#b0b0b0}.react-calendar button:disabled:hover abbr{color:#b0b0b0;background-color:transparent}.react-calendar button.react-calendar__tile--active abbr,.react-calendar button.react-calendar__tile--active:hover abbr{background:#12bf66;color:#fff}.react-calendar__navigation{height:48px;display:flex;justify-content:center;align-items:center;margin-bottom:12px}.react-calendar__navigation__prev2-button,.react-calendar__navigation__next2-button{display:none}.react-calendar__navigation__arrow{width:32px;height:32px}.react-calendar__navigation__arrow svg path{fill:#333}.react-calendar__navigation__label__labelText{font-size:12px;font-weight:700}.react-calendar__month-view{text-align:center}.react-calendar__month-view__weekdays{margin-bottom:12px}.react-calendar__month-view__weekdays abbr{text-decoration:none;font-size:14px;color:#6f7880}.react-calendar__tile{color:#333;margin-bottom:4px}.react-calendar__tile abbr{width:40px;height:40px;display:flex;justify-content:center;align-items:center;margin:0 auto;border-radius:50%;transition:all .3s}.react-calendar__tile abbr:hover,.react-calendar__tile--hover abbr{background:#b0b0b0;color:#fff}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._table_9kcdh_26 ._no_data_9kcdh_26{margin-top:20px}._table_9kcdh_26 ._loading_9kcdh_29{display:flex;justify-content:center;align-items:center;margin-top:20px}._table__header_9kcdh_35{width:100%;min-width:40px;display:flex;gap:50px;border-bottom:1px solid #333333;padding:10px 0}._table__header_9kcdh_35 ._label_9kcdh_43{font-size:14px;color:#b0b0b0}._table_9kcdh_26 ._secondary_9kcdh_47{border-radius:12px;background-color:#c6cbd4;border-bottom:none;gap:0;padding:0}._table_9kcdh_26 ._secondary_9kcdh_47 ._label_9kcdh_43{color:#6f7880}._table__header_9kcdh_35._secondary_9kcdh_47 div{border-bottom:none}._table__row_secondary_9kcdh_60{width:100%;display:flex;border-color:#b0b0b0;border-style:solid;padding:3px 0;flex:1;border-bottom:1px solid #c6cbd4}._table__row_secondary_9kcdh_60._sm_9kcdh_69{flex:.6}._table__row_secondary_9kcdh_60:first-child p{margin-left:12px}._table__row_secondary-item_9kcdh_75{padding:10px 0;line-height:24px;flex:1;text-transform:capitalize;word-break:break-all}._table__row_secondary-item_9kcdh_75._sm_9kcdh_69{flex:.6}._table__row_secondary-item_9kcdh_75._action_9kcdh_85{display:flex;align-items:center;flex:0}._table__row_secondary-item_9kcdh_75._left_9kcdh_90{text-align:left}._table__row_secondary-item_9kcdh_75._right_9kcdh_93{text-align:right}._table__row_secondary-item_9kcdh_75._primary_9kcdh_96{color:#12bf66}._table__row_secondary-item--add_9kcdh_99{font-size:14px;line-height:20px;color:#6f7880}._table__row_9kcdh_60{width:100%;display:flex;margin:10px 0;flex:1}._table__row_9kcdh_60._md_9kcdh_110{gap:50px}._table__row_9kcdh_60._sm_9kcdh_69{gap:10px}._table__row-item_9kcdh_116{line-height:24px;padding:6px 0;flex:1;text-transform:capitalize}._table__row-item_9kcdh_116._action_9kcdh_85{display:flex;align-items:center;flex:0}._table__row-item_9kcdh_116._left_9kcdh_90{text-align:left}._table__row-item_9kcdh_116._right_9kcdh_93{text-align:right}._table__row-item_9kcdh_116._primary_9kcdh_96{color:#12bf66}._table__row-item--add_9kcdh_136{font-size:14px;line-height:20px;color:#6f7880}._table__btn_9kcdh_141{cursor:pointer;font-size:14px;color:#b0b0b0;transform:all .3s;padding:0 10px;margin:0 -10px;line-height:24px;height:32px;width:fit-content;display:flex;align-items:center}._table__btn_9kcdh_141:hover{color:#12bf66;background:#f0faf6;border-radius:12px}._clickable_9kcdh_160{cursor:pointer}._clickable_9kcdh_160:hover{background-color:#f6f6fb}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._switch_1sfgi_26{display:flex;align-items:center;justify-content:space-between}._switch_1sfgi_26._reverse_1sfgi_31{flex-direction:row-reverse;gap:11px}._switch__title_1sfgi_35{font-size:18px;font-weight:300;margin-right:11px}._switch__btn_1sfgi_40{cursor:pointer;position:relative;display:block;width:54px;height:32px;border-radius:16px;background:#d8ddea;transition:all .3s}._switch__btn_1sfgi_40 span{position:absolute;display:block;background:#fff;width:28px;height:28px;border-radius:50%;left:2px;top:2px;transition:all .3s}._switch__input_1sfgi_61{display:none}._switch__input_1sfgi_61:checked+label{background:#23e377}._switch__input_1sfgi_61:checked+label span{left:calc(50% - 3px)}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_c2s1z_26{overflow:hidden;z-index:3;max-height:428px;width:250px;border-radius:16px;box-shadow:0 4px 40px #0000001f;background:#fff;display:flex;flex-direction:column}._list__box_c2s1z_37{overflow:auto;height:100%;flex:1 1 auto}._list__box_c2s1z_37::-webkit-scrollbar-track{margin:12px 0}._list__box-item_c2s1z_45{cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._list__box-item_c2s1z_45:hover{background:#d8ddea}._list__search_c2s1z_55{position:relative;padding:0 16px}._list__search_c2s1z_55._border_c2s1z_59 input{border-color:#b0b0b0}._list__search_c2s1z_55 input{width:100%;border:none;outline:none;height:48px;border-bottom:1px solid #fff;padding:0 36px;color:#6f7880;font-size:16px}._list__search_c2s1z_55 svg{position:absolute;top:50%;transform:translateY(-50%)}._list__search_c2s1z_55 svg._search_c2s1z_77{left:16px}._list__search_c2s1z_55 svg._arrow_c2s1z_80{cursor:pointer;right:16px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._picker_1r4vm_26{position:relative;cursor:pointer;background:#fff;height:100%;flex:1;border-right:1px solid #dddddd;display:flex;flex-direction:column;justify-content:center}._picker__btn_1r4vm_37{padding-left:20px}._picker__calendar_1r4vm_40{width:320px}._picker__calendar-inner_1r4vm_43{position:absolute;z-index:2;left:0;opacity:0;visibility:hidden;transition:opacity,visibility .3s}._picker__calendar-inner_1r4vm_43._bottom_1r4vm_51{bottom:-5px;transform:translateY(100%)}._picker__calendar-inner_1r4vm_43._top_1r4vm_55{top:-5px;transform:translateY(-100%)}._picker__calendar-inner_1r4vm_43._active_1r4vm_59{opacity:1;visibility:visible}._picker_1r4vm_26 b{text-transform:uppercase;margin-bottom:4px;font-size:14px}._picker_1r4vm_26 b._error_1r4vm_68{color:#ff006e}._picker_1r4vm_26 p{font-size:16px;line-height:24px}._picker_1r4vm_26 p._label_1r4vm_75{color:#b0b0b0}._picker_1r4vm_26>svg{position:absolute;right:12px;top:50%;transform-origin:center;transform:rotate(90deg) translate(-50%)}@media (max-width: 450px){._picker__calendar_1r4vm_40{width:280px}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._picker_tre5p_26{position:relative;cursor:pointer;background:#fff;height:100%;flex:1;border-right:1px solid #dddddd;display:flex;flex-direction:column;justify-content:center}._picker__btn_tre5p_37{padding-left:20px}._picker__calendar_tre5p_40{background:#fff;position:absolute;z-index:2;padding-right:5px;left:0;opacity:0;visibility:hidden;width:200px;height:300px;border-radius:16px;box-shadow:0 4px 40px #0000001f;display:flex;transition:opacity,visibility .3s}._picker__calendar_tre5p_40._bottom_tre5p_55{bottom:-5px;transform:translateY(100%)}._picker__calendar_tre5p_40._top_tre5p_59{top:-5px;transform:translateY(-100%)}._picker__calendar_tre5p_40._active_tre5p_63{opacity:1;visibility:visible}._picker__list_tre5p_67{overflow:auto;flex:1}._picker__list_tre5p_67::-webkit-scrollbar-track{margin-top:10px;margin-bottom:10px}._picker__list--item_tre5p_75{cursor:pointer;padding:10px 20px;text-align:center;transition:all .3s}._picker__list--item_tre5p_75:hover{background:#ddd}._picker__list--item_tre5p_75._active_tre5p_63{background:#12bf66;color:#fff}._picker_tre5p_26 b{text-transform:uppercase;margin-bottom:4px;font-size:14px}._picker_tre5p_26 b._error_tre5p_93{color:#ff006e}._picker_tre5p_26 p{font-size:16px;line-height:24px}._picker_tre5p_26 p._label_tre5p_100{color:#b0b0b0}._picker_tre5p_26>svg{position:absolute;right:12px;top:50%;transform-origin:center;transform:rotate(90deg) translate(-50%)}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_44cgv_26{overflow:hidden;max-height:428px;width:250px;border-radius:16px;box-shadow:0 4px 40px #0000001f;background:#fff;display:flex;flex-direction:column}._list__empty_44cgv_36{text-align:center}._list_44cgv_26._popup_44cgv_39{position:relative;overflow:visible;max-height:unset;height:48px;width:520px}._list_44cgv_26._popup_44cgv_39 input{border:none;height:100%;padding-left:0}._list_44cgv_26._popup_44cgv_39 svg._search_44cgv_51{display:none}._list_44cgv_26._popup_44cgv_39 span._arrow_44cgv_54{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%;background:#12bf66}._list_44cgv_26._popup_44cgv_39 span._arrow_44cgv_54 path{fill:#fff}._list_44cgv_26._popup_44cgv_39 ._list__search_44cgv_66{height:100%}._list__box_44cgv_69{overflow:auto;height:100%;flex:1 1 auto}._list__box_44cgv_69::-webkit-scrollbar-track{margin:12px 0}._list__box-item_44cgv_77{cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._list__box-item_44cgv_77:hover{background:#d8ddea}._list__box_44cgv_69._popup_44cgv_39{position:absolute;height:unset;left:0;right:0;bottom:-5px;transform:translateY(100%);max-height:0;background:#fff;border-radius:16px;box-shadow:0 4px 40px #0000001f}._list__box_44cgv_69._popup_44cgv_39._focused_44cgv_99{max-height:428px}._list__search_44cgv_66{position:relative;padding:0 16px}._list__search_44cgv_66._border_44cgv_106 input{border-color:#b0b0b0}._list__search_44cgv_66 input{width:100%;border:none;outline:none;height:48px;border-bottom:1px solid #fff;padding:0 36px;color:#6f7880;font-size:16px}._list__search_44cgv_66 input::placeholder{color:#b0b0b0}._list__search_44cgv_66 svg,._list__search_44cgv_66 span{position:absolute;top:50%;transform:translateY(-50%)}._list__search_44cgv_66 svg._search_44cgv_51,._list__search_44cgv_66 span._search_44cgv_51{left:16px}._list__search_44cgv_66 svg._arrow_44cgv_54,._list__search_44cgv_66 span._arrow_44cgv_54{cursor:pointer;right:16px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_pqb0u_26{position:relative;display:inline-block}._select_pqb0u_26._xl_pqb0u_30{width:505px;height:48px}._select_pqb0u_26._full_pqb0u_34{width:100%;height:56px}._select_pqb0u_26._sm_pqb0u_38{width:122px}._select_pqb0u_26._neutral_pqb0u_41 ._select__btn_pqb0u_41{background:#f0faf6;box-shadow:none}._select_pqb0u_26._neutral_pqb0u_41 ._select__btn_pqb0u_41 svg path{fill:#12bf66}._select_pqb0u_26._ghost_pqb0u_48{width:36px;height:50px}._select_pqb0u_26._ghost_pqb0u_48 ._select__btn_pqb0u_41{background:none;box-shadow:none}._select__btn_pqb0u_41{position:relative;cursor:pointer;width:100%;height:48px;box-shadow:0 4px 40px #0000001f;border-radius:12px;font-size:18px;display:flex;align-items:center;padding-left:13px;color:#6f7880}._select__btn_pqb0u_41 input{width:100%;height:100%;font-size:18px;border-radius:inherit}._select__btn_pqb0u_41._active_pqb0u_75{color:#333}._select__btn_pqb0u_41._show_pqb0u_78 svg{transform:rotate(270deg)}._select__btn_pqb0u_41 svg{width:24px;height:30px;position:absolute;right:10px;top:10px;transform:rotate(90deg);transition:all .3s}._select__popup_pqb0u_90{max-height:0;overflow:hidden;position:absolute;bottom:-2px;transform:translateY(100%);right:0;z-index:3;width:100%;min-width:100px;border-radius:16px;box-shadow:0 4px 40px #0000001f;background:#fff;display:flex;flex-direction:column;transition:all .3s}._select__popup_pqb0u_90._show_pqb0u_78{max-height:448px}._select__list_pqb0u_110{overflow:auto;height:100%;flex:1 1 auto}._select__list_pqb0u_110::-webkit-scrollbar-track{margin:12px 0}._select__list-item_pqb0u_118{cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._select__list-item_pqb0u_118:hover{background:#d8ddea}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._table_1e8xe_26{width:100%;display:block;overflow:auto}._table__head_1e8xe_31{background:#c6cbd4;color:#6f7880;font-size:14px;font-style:normal;font-weight:400;line-height:32px;border-radius:12px;margin-bottom:20px;display:block;padding:8.5px 0}._table__head-item_1e8xe_43{height:45px;display:flex;align-items:center}._table__head-item_1e8xe_43 th{text-align:start;flex:1}._table_1e8xe_26 ._td_1e8xe_52:first-child,._table_1e8xe_26 ._th_1e8xe_53:first-child{border-radius:12px 0 0 12px;padding-left:10px}._table_1e8xe_26 ._paidMonth_1e8xe_57{line-height:14px;padding:0 10px}._table_1e8xe_26 ._base_level_1e8xe_61{line-height:14px}._table_1e8xe_26 ._value_1e8xe_64,._table_1e8xe_26 ._total_comission_1e8xe_67{text-align:center}._table_1e8xe_26 ._td_1e8xe_52:last-child,._table_1e8xe_26 ._th_1e8xe_53:last-child{border-radius:0 12px 12px 0}._table_1e8xe_26 ._tbody_1e8xe_74{display:block;min-height:330px}._table_1e8xe_26 ._tbody_1e8xe_74 ._tr_1e8xe_78{display:flex;align-items:center;height:68px}._table_1e8xe_26 ._tbody_1e8xe_74 ._tr_1e8xe_78:last-child{border:none}._table_1e8xe_26 ._tbody_1e8xe_74 ._childRow_1e8xe_86:nth-last-child(2){border-bottom:1px solid #ddd}._table_1e8xe_26 ._tbody_1e8xe_74 ._bordered_1e8xe_89{border-bottom:1px solid #ddd}._table_1e8xe_26 ._tbody_1e8xe_74 ._td_1e8xe_52{flex:1;padding:10px}._loading_1e8xe_97{display:flex;justify-content:center}._paper_1bdcm_1{height:100%;padding-top:0}._paper_1bdcm_1 ._no_rows_1bdcm_5{height:100%;max-width:350px;padding-top:160px;position:relative}._paper_1bdcm_1 ._no_rows__svg_1bdcm_11{position:absolute;top:-50px;left:50%;transform:translate(-50%)}._paper_1bdcm_1 ._no_rows__title_1bdcm_17{margin-top:16px}._paper_1bdcm_1 ._no_rows__description_1bdcm_20{margin-top:3px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_6lxtw_26{flex:1;height:100%}._select__btn_6lxtw_30{cursor:pointer;height:100%;padding:11px 0 11px 28px;position:relative;background:#fff;display:flex;flex-direction:column;justify-content:center}._select__btn-label_6lxtw_40{font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:4px}._select__btn-value_6lxtw_46{font-size:16px;font-weight:400;color:#b0b0b0}._select__btn-value_6lxtw_46._active_6lxtw_51{color:#333}._select__btn_6lxtw_30._border_6lxtw_54{border-left:1px solid #dddddd}._select__list_6lxtw_57{position:absolute;left:0;right:0;z-index:2;background:#fff;border-radius:12px;box-shadow:0 4px 40px #0000001f;max-height:0;overflow:auto;transition:max-height .3s}._select__list_6lxtw_57._bottom_6lxtw_69{bottom:-5px;transform:translateY(100%)}._select__list_6lxtw_57._top_6lxtw_73{top:-5px;transform:translateY(-100%)}._select__list--item_6lxtw_77{padding:10px 20px;transition:all .3s}._select__list--item_6lxtw_77:hover{background:#ddd}._select__list--item_6lxtw_77._active_6lxtw_51{background:#12bf66;color:#fff}._select__list_6lxtw_57._active_6lxtw_51{max-height:300px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._header_1yvtt_26{position:relative;padding:0 0 0 32px;box-shadow:0 4px 40px #0000001f}._header__box_1yvtt_31{display:flex;align-items:center;justify-content:space-between;height:74px}._header__popup_1yvtt_37{height:100%}._header__menu_1yvtt_40{display:flex;margin:0 auto}._header__menu_1yvtt_40 a{display:flex;align-items:center;padding:4px 16px;height:34px;margin:0 4px;font-size:12px;line-height:26px;font-weight:500;text-transform:uppercase;text-decoration:none;color:#333;border-radius:20px;transition:all .3s}._header__menu_1yvtt_40 a svg{margin-right:8px}._header__menu_1yvtt_40 a._active_1yvtt_62{color:#fff;background:#333}._header__menu_1yvtt_40 a._active_1yvtt_62 svg path{stroke:#fff}._header__logout_1yvtt_69{cursor:pointer}._header__profile_1yvtt_72{position:relative;display:flex;align-items:center;justify-content:flex-end;margin-left:auto;background:#12bf66;height:inherit;width:250px;padding-right:36px}._header__profile-name_1yvtt_83{color:#fff}._header__profile-avatar_1yvtt_86{width:40px;height:40px;border-radius:50%;background:#fff;margin-left:10px}._mobile_1yvtt_94{display:none}@media (max-width: 1200px){._header__profile_1yvtt_72{width:230px}._header__logo_1yvtt_69{width:165px}}@media (max-width: 1280px){._mobile_1yvtt_94{display:block}._header__popup_1yvtt_37{position:fixed;left:0;top:0;bottom:0;z-index:1;background:#fff;box-shadow:0 4px 40px #0000001f;flex-direction:column-reverse;justify-content:flex-end;align-items:unset;transform:translate(-100%);width:285px}._header__menu_1yvtt_40{flex-direction:column;align-items:flex-start;margin:0;padding:28px 28px 16px;border-bottom:1px solid #b0b0b0}._header__menu_1yvtt_40 a{margin:0 0 16px}._header__profile_1yvtt_72{height:74px;justify-content:flex-end;flex-direction:row-reverse;padding-left:28px}._header__profile-avatar_1yvtt_86{margin-left:0;margin-right:10px}._header__list_1yvtt_144{display:none;flex-direction:column;padding-left:28px;padding-top:40px}._header__list_1yvtt_144 a{font-size:12px;font-weight:500;line-height:26px;color:#333;text-transform:uppercase;padding:4px 16px;margin-bottom:20px}._header__link_1yvtt_159{text-decoration:underline;color:#6f7880;font-size:14px;margin-bottom:14px}._header__btn_1yvtt_165{cursor:pointer}._header__btn_1yvtt_165 span{display:block;width:18px;height:2px;background:#333;border-radius:2px;margin:3px 0}._header__logo_1yvtt_69{margin:0 auto}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._footer_1o8rl_26{border-top:1px solid #b0b0b0;padding:0 32px;background-color:#fff}._footer__box_1o8rl_31{height:74px;display:flex;justify-content:space-between;align-items:center}._footer__menu_1o8rl_37{display:flex}._footer__menu-item_1o8rl_40{font-size:12px;line-height:26px;color:#333;text-transform:uppercase;margin-right:40px}._footer__btn_1o8rl_47{border-radius:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._sidebarLayout_vj9yc_26{display:flex;height:100%;width:100%}._sidebarLayout_vj9yc_26 ._sidebar_vj9yc_26 nav{padding-right:32px;padding-left:32px;transition:padding .3s}._sidebarLayout_vj9yc_26 ._sidebar_vj9yc_26 ._menu_item_vj9yc_36 a{border-radius:20px;transition:all .3s}._sidebarLayout_vj9yc_26 ._sidebar_vj9yc_26._collapsed_vj9yc_40 nav{padding-right:22px;padding-left:22px}._sidebarLayout_vj9yc_26 ._sidebar_vj9yc_26._collapsed_vj9yc_40 ._menu_item_vj9yc_36 a{border-radius:50%}._sidebarLayout_vj9yc_26 ._divider_vj9yc_47{margin-top:55px;margin-bottom:40px}._sidebarLayout_vj9yc_26 ._child_vj9yc_51 a{padding-left:20px!important}._button_wrapper_vj9yc_55{display:flex;flex-direction:column;gap:19px}._button_vj9yc_55{padding:14px 24px!important}._notifications_vj9yc_65{display:flex;align-items:center;gap:5px}._notifications_vj9yc_65 ._item_vj9yc_70{width:24px;height:24px;padding:2px 5px;line-height:20px;border-radius:50%}._notifications_vj9yc_65 ._item_vj9yc_70._negative_vj9yc_77{background-color:#ff006e}._notifications_vj9yc_65 ._item_vj9yc_70._positive_vj9yc_80{background-color:#12bf66}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._payment_39jpn_26{display:flex;flex-direction:column}._payment_39jpn_26._right_39jpn_30{align-items:flex-end}._payment__top_39jpn_33{display:flex;align-items:center;line-height:24px}._payment__top_39jpn_33 img{height:22px;object-fit:contain;margin-right:7px}._payment__icon_39jpn_43{width:32px;height:22px;background:#fff;box-shadow:0 4px 40px #0000001f;border-radius:4px;margin-right:7px}._payment__type_39jpn_51{color:#6f7880;font-size:14px;line-height:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._table_g4meu_26{padding-bottom:20px}._table__header_g4meu_29{background:#c6cbd4;display:flex;line-height:26px;color:#6f7880;gap:11px;border-radius:12px;margin-bottom:25px;padding-left:12px}._table__header-item_g4meu_39{flex:1}._table__row_g4meu_42{display:flex;gap:11px;padding-left:12px}._table__row-item_g4meu_47{display:table;table-layout:fixed;width:100%}._table__row_g4meu_42 p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table__row-list_g4meu_57{display:flex;font-size:14px;font-weight:500;line-height:20px}._table__row-list_g4meu_57 span{margin-right:4px;display:flex;align-items:center}._table__row-list_g4meu_57 span svg{margin-right:2px}._table__row-text_g4meu_71{font-size:16px;line-height:24px;text-transform:capitalize}._table__row-text_g4meu_71._underline_g4meu_76{text-decoration:underline}._table__row_g4meu_42 ul{padding-left:16px;font-size:16px;line-height:24px;list-style:disc}._table__row-add_g4meu_85{font-size:14px;line-height:20px;color:#6f7880}._table__info_g4meu_90{padding-left:16px;display:flex;align-items:center;margin-bottom:20px;background:#f6f6fb;border-radius:12px;line-height:24px}._table__info-date_g4meu_99{font-weight:700;margin-right:10px}._table__info-number_g4meu_103{font-size:16px}._xlg_g4meu_107{flex:1.68}._lg_g4meu_111{flex:1.33}._sm_g4meu_115{flex:.7}._md_g4meu_119{flex:1}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._input_ee670_26{position:relative;height:100%;padding:11px 0 11px 28px;display:flex;align-items:center}._input_ee670_26._half_ee670_33{width:50%}._input_ee670_26._full_ee670_36,._input__wrapper_ee670_39{width:100%}._input__label_ee670_42{text-transform:uppercase;font-size:14px;font-weight:700;margin-bottom:4px;flex:1}._input__label_ee670_42._error_ee670_49{color:#ff006e}._input__btn_ee670_52{display:flex;align-items:center;justify-content:center;cursor:pointer;height:20px;width:fit-content;white-space:nowrap;border-left:1px solid #333333;padding-right:11px;font-size:13px;font-weight:600}._input__btn_ee670_52 svg{width:44px}._input_ee670_26 input{width:100%;border:none;outline:none;flex:1;font-size:16px;font-weight:400}._input_ee670_26 input::placeholder{color:#b0b0b0}._input_ee670_26:not(:first-child){padding-left:40px;border-left:1px solid #c6cbd4}._input_ee670_26._border_ee670_83{border-left:1px solid #c6cbd4!important;padding-left:28px!important}._select_ee670_88{z-index:2;position:absolute;left:0;right:0;bottom:0;transform:translateY(100%);background:#fff;box-shadow:0 4px 40px #0000001f;border-radius:0 0 8px 8px;max-height:0;overflow:hidden;display:flex;flex-direction:column;transition:all .3s}._select_ee670_88._show_ee670_104{max-height:448px}._select__list_ee670_107{overflow:auto;height:100%;flex:1 1 auto}._select__list-item_ee670_112{cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._select__list-item_ee670_112:hover{background:#d8ddea}._autocomplete_ee670_123{position:relative;width:100%;height:100%}._no_address_ee670_129{padding:20px 0}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._dots_1ctef_26{display:block;position:relative;width:80px;height:80px;margin:0 auto}._dots_1ctef_26 div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#12bf66;animation-timing-function:cubic-bezier(0,1,1,0)}._dots_1ctef_26 div:nth-child(1){left:8px;animation:_lds-ellipsis1_1ctef_1 .6s infinite}._dots_1ctef_26 div:nth-child(2){left:8px;animation:_lds-ellipsis2_1ctef_1 .6s infinite}._dots_1ctef_26 div:nth-child(3){left:32px;animation:_lds-ellipsis2_1ctef_1 .6s infinite}._dots_1ctef_26 div:nth-child(4){left:56px;animation:_lds-ellipsis3_1ctef_1 .6s infinite}@keyframes _lds-ellipsis1_1ctef_1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes _lds-ellipsis3_1ctef_1{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes _lds-ellipsis2_1ctef_1{0%{transform:translate(0)}to{transform:translate(24px)}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._dots_1m0b9_26{width:15px}._dots_1m0b9_26:before{content:".";animation:_dark-dots_1m0b9_1 1s steps(5,end) infinite}@keyframes _dark-dots_1m0b9_1{0%,20%{color:#fff;text-shadow:.25em 0 0 rgba(255,255,255,0),.5em 0 0 rgba(255,255,255,0)}40%{color:#333;text-shadow:.25em 0 0 rgba(255,255,255,0),.5em 0 0 rgba(255,255,255,0)}60%{text-shadow:.25em 0 0 #333333,.5em 0 0 rgba(255,255,255,0)}80%,to{text-shadow:.25em 0 0 #333333,.5em 0 0 #333333}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._spinner_d6gzd_26{height:32px;width:32px;-webkit-animation:_spinner_d6gzd_26 4.8s linear infinite;animation:_spinner_d6gzd_26 4.8s linear infinite}._spinner_d6gzd_26._sm_d6gzd_32{height:16px;width:16px}._spinner_d6gzd_26._sm_d6gzd_32 span{height:16px;width:16px;clip:rect(0,16px,16px,8px)}._spinner_d6gzd_26._sm_d6gzd_32 span:after{height:16px;width:16px;clip:rect(0,16px,16px,8px);border-width:2px}._spinner_d6gzd_26._primary_d6gzd_47 span:after{border-color:#12bf66}._spinner_d6gzd_26 span{display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:32px;width:32px;clip:rect(0,32px,32px,16px);-webkit-animation:_spinner-sicrlce_d6gzd_1 1.2s linear infinite;animation:_spinner-sicrlce_d6gzd_1 1.2s linear infinite}._spinner_d6gzd_26 span:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:32px;width:32px;clip:rect(0,32px,32px,16px);border:3px solid #FFF;border-radius:50%;-webkit-animation:_spinner-circle-after_d6gzd_1 1.2s cubic-bezier(.77,0,.175,1) infinite;animation:_spinner-circle-after_d6gzd_1 1.2s cubic-bezier(.77,0,.175,1) infinite}@-webkit-keyframes _spinner_d6gzd_26{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes _spinner_d6gzd_26{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes _spinner-sicrlce_d6gzd_1{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(220deg)}}@keyframes _spinner-sicrlce_d6gzd_1{0%{transform:rotate(0)}to{transform:rotate(220deg)}}@-webkit-keyframes _spinner-circle-after_d6gzd_1{0%{-webkit-transform:rotate(-140deg)}50%{-webkit-transform:rotate(-160deg)}to{-webkit-transform:rotate(140deg)}}@keyframes _spinner-circle-after_d6gzd_1{0%{transform:rotate(-140deg)}50%{transform:rotate(-160deg)}to{transform:rotate(140deg)}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_502ah_26{flex:1;height:100%}._select__btn_502ah_30{cursor:pointer;height:100%;padding:11px 0 11px 28px;position:relative;background:#fff;display:flex;flex-direction:column;justify-content:center}._select__btn-arrow_502ah_40{position:absolute;right:10px;top:50%;transform:translateY(-50%) rotate(90deg)}._select__btn-label_502ah_46{font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase;margin-bottom:4px}._select__btn-value_502ah_53{font-size:16px;font-weight:400;line-height:20px;color:#b0b0b0}._select__btn-value_502ah_53._active_502ah_59{color:#333}._select__btn_502ah_30._border_502ah_62{border-left:1px solid #dddddd}._select__list_502ah_65{position:absolute;left:0;right:0;z-index:2;background:#fff;border-radius:12px;box-shadow:0 4px 40px #0000001f;max-height:0;overflow:auto;transition:max-height .3s}._select__list_502ah_65._bottom_502ah_77{bottom:-5px;transform:translateY(100%)}._select__list_502ah_65._top_502ah_81{top:-5px;transform:translateY(-100%)}._select__list--item_502ah_85{padding:10px 20px;transition:all .3s}._select__list--item_502ah_85:hover{background:#ddd}._select__list--item_502ah_85._active_502ah_59{background:#12bf66;color:#fff}._select__list_502ah_65._active_502ah_59{max-height:300px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._rate_snmvn_26{background:#fff;box-shadow:0 4px 40px #0000001f;padding:28px;margin-bottom:20px;border-radius:12px;display:flex}._rate__left_snmvn_34{width:274px;margin-right:30px;display:flex;flex-direction:column}._rate__left-image_snmvn_40{height:190px;object-fit:contain}._rate__left-content_snmvn_44{flex:1;display:flex;flex-direction:column;justify-content:center}._rate__check_snmvn_50{margin-bottom:16px}._rate__footing_snmvn_53{display:flex;align-items:center;justify-content:space-between}._rate__content_snmvn_58{position:relative;flex:1}._rate__content-title_snmvn_62{font-size:14px;font-weight:700;margin-bottom:18px}._rate__content-price_snmvn_67{position:absolute;top:0;right:0;font-size:22px;font-weight:600;display:flex;align-items:flex-end;gap:5px}._rate__content-price-blue_snmvn_77{color:#297fca}._rate__content-price_snmvn_67 span{color:#6f7880;font-size:18px;text-decoration:line-through;text-decoration-thickness:2px}._rate__content-priceInfo_snmvn_86{display:flex;align-items:center;justify-content:center;gap:6px;background:#f0faf6;border-radius:10px;padding:8px 10px;margin-bottom:14px}._rate__cars_snmvn_96{margin-bottom:30px;line-height:19px;list-style-image:url(../../../../assets/svg/check.svg);list-style-position:inside}._rate__cars_snmvn_96 li{margin-bottom:14px}._rate__seats_snmvn_105{display:flex;align-items:center;flex-wrap:wrap;margin-top:6px}._rate__seats-add_snmvn_111{cursor:pointer;margin-right:12px;font-weight:600;display:flex;align-items:center;margin-bottom:10px;height:66px}._rate__seats-select_snmvn_120{padding:10px 25px 10px 10px;width:100%;height:56px;background:none;font-size:18px;line-height:24px;font-weight:300}._rate__seats-item_snmvn_129{position:relative;height:inherit;width:146px;border-radius:12px;padding-right:24px;margin-right:12px;margin-bottom:10px}._rate__seats-item_snmvn_129>svg{cursor:pointer;position:absolute;right:0;top:50%;transform:translateY(-50%)}._rate__seats-item_snmvn_129>svg path{fill:#ddd}._rate__seats-input_snmvn_148{margin-bottom:20px}._limites_snmvn_152{display:flex;align-items:center}._limites__item_snmvn_156{display:flex;align-items:center;margin-right:6px;font-size:14px;font-weight:600}._limites__item_snmvn_156 svg{margin-right:6px}._mobile_snmvn_167{display:none!important}@media (max-width: 700px){._mobile_snmvn_167{display:block!important}._rate__left_snmvn_34{display:none}._rate__left-image_snmvn_40{display:none;height:120px;margin:0 auto}._rate__seats_snmvn_105{flex-direction:column;height:unset;align-items:flex-start;gap:20px;margin:20px 0}._rate__seats-item_snmvn_129{width:100%}._rate__seats-select_snmvn_120{height:56px}._rate__footing_snmvn_53{flex-wrap:wrap}._rate__content-btn_snmvn_199{width:100%!important;margin-top:20px}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_2egla_26{position:relative;z-index:4;height:52px;margin-bottom:20px;display:flex;align-items:flex-start}._select__btn_2egla_34{cursor:pointer;display:flex;align-items:center;border-bottom:1px solid #b0b0b0;height:70%}._select__btn_2egla_34:hover{border-color:#333}._select__btn-icon_2egla_44{width:24px;height:24px;margin-right:12px;flex-shrink:0}._select__btn-icon_2egla_44 img{width:100%;height:100%}._select__btn_2egla_34 svg{transform:rotate(90deg)}._select__btn_2egla_34 svg path{fill:#6f7880}._list_2egla_61{position:absolute;left:-15px;bottom:0;z-index:4;transform:translateY(100%);overflow:hidden;max-height:0px;width:250px;border-radius:16px;box-shadow:0 4px 40px #0000001f;background:#fff;display:flex;flex-direction:column}._list_2egla_61._active_2egla_76{max-height:428px}._list__box_2egla_79{overflow:auto;height:100%;flex:1 1 auto}._list__box_2egla_79::-webkit-scrollbar-track{margin:12px 0}._list__box-item_2egla_87{text-align:start;display:flex;align-items:center;white-space:nowrap;cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._list__box-item_2egla_87 p{overflow:hidden;text-overflow:ellipsis;margin-right:6px}._list__box-item_2egla_87 span{color:#b0b0b0}._list__box-item_2egla_87:hover{background:#d8ddea}._list__box-icon_2egla_109{width:24px;height:24px;margin-right:16px}._list__search_2egla_114{position:relative;padding:0 16px}._list__search_2egla_114._border_2egla_118 input{border-color:#b0b0b0}._list__search_2egla_114 input{width:100%;border:none;outline:none;height:48px;border-bottom:1px solid #fff;padding:0 36px;color:#6f7880;font-size:16px}._list__search_2egla_114 input::placeholder{color:#b0b0b0}._list__search_2egla_114 ._icon_2egla_134{position:absolute;top:50%;transform:translateY(-50%)}._list__search_2egla_114 ._icon_2egla_134._search_2egla_139{left:16px}._list__search_2egla_114 ._icon_2egla_134._arrow_2egla_142{cursor:pointer;right:16px;width:16px;height:16px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._details_l32w7_26{max-height:calc(100vh - 200px);display:flex;flex-direction:column}._details__heading_l32w7_31{color:#6f7880;padding-bottom:12px;border-bottom:1px solid #b0b0b0}._details__heading_l32w7_31 p{line-height:24px}._details__scroll_l32w7_39{flex:1;max-height:578px;overflow:auto;padding:12px 10px 12px 0;margin-right:-10px}._details__scroll_l32w7_39::-webkit-scrollbar-track{margin:12px 0}._details__date_l32w7_49{line-height:22px;font-weight:700;color:#12bf66;border-bottom:1px solid #c6cbd4;padding:6px 0;margin-bottom:6px}._details_l32w7_26 h1,._details__filter_l32w7_60{margin-bottom:16px}._details__footing_l32w7_63{border-top:1px solid #b0b0b0;padding-top:20px}._details__cancel_l32w7_67{margin-top:13px}._details__total_l32w7_70{display:flex;justify-content:space-between;line-height:19px}._details__total-pre_l32w7_75{color:#c6cbd4;text-decoration:line-through;margin-right:12px}._details__total_l32w7_70._gray_l32w7_80{color:#b0b0b0}._details__total_l32w7_70._gray_l32w7_80 b:first-child{color:#6f7880}._details__btn_l32w7_86{margin-top:13px}._details__error_l32w7_89{padding:10px;font-size:16px;line-height:24px;background:#f0faf6;margin-top:13px;border-radius:12px;margin-bottom:20px}._details__error_l32w7_89 span{cursor:pointer;font-weight:700;text-decoration:underline}._details__earn_l32w7_103{height:44px;background:#f0faf6;margin-top:13px;display:flex;align-items:center;justify-content:center}._details__earn_l32w7_103._white_l32w7_111{background:#fff;box-shadow:0 4px 40px #0000001f}._details__coupon_l32w7_115{border-radius:2px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 40px #0000001f;padding:10px 20px;margin:19px 0 13px;gap:10px;font-weight:700;line-height:24px}._details__coupon-price_l32w7_127{font-size:22px}._details__coupon-check_l32w7_130,._details__coupon-delete_l32w7_130{width:16px;height:16px}._details__coupon-delete_l32w7_130{cursor:pointer}._details__coupon-delete_l32w7_130 path{fill:#fff}._details__coupon-delete_l32w7_130 rect{fill:#ddd}._booking_l32w7_144{line-height:22px;font-weight:300;margin-bottom:30px}._booking__title_l32w7_149{text-decoration:underline}._booking__list_l32w7_152{margin-top:12px}._booking__list-item_l32w7_155{display:flex;justify-content:space-between;margin-bottom:12px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._button_m8rm5_26{position:relative;display:inline-block;background:none;border:none;outline:none;padding:0 24px;border-radius:2px;font-family:sf-pro,sans-serif;font-weight:600;height:48px;color:#fff;cursor:pointer;transition:all .2s}._button_m8rm5_26._text-loading_m8rm5_41:after{content:" .";animation:_dots_m8rm5_1 1s steps(5,end) infinite}._button_m8rm5_26._primary_m8rm5_45{background:radial-gradient(100% 12158.24% at 99.42% 0%,#00b45a,#21c973 48.44%,#21c973)}._button_m8rm5_26._primary_m8rm5_45:disabled,._button_m8rm5_26._primary_m8rm5_45._disabled_m8rm5_48{border-color:transparent;background:#b0b0b0}._button_m8rm5_26._primary_m8rm5_45:focus{outline:1px solid #000000}._button_m8rm5_26._none_m8rm5_55{background:none;color:#333;text-decoration:underline}._button_m8rm5_26._ghost_m8rm5_60{background:none;box-sizing:border-box;border:1px solid #000000;color:#000}._button_m8rm5_26._ghost_m8rm5_60:hover:not(:active):not(:disabled){border:1px solid #12bf66;color:#12bf66}._button_m8rm5_26._ghost_m8rm5_60:active{background:#2222220d}._button_m8rm5_26._ghost_m8rm5_60:focus{outline:1px solid #000000}._button_m8rm5_26._ghost_m8rm5_60:disabled,._button_m8rm5_26._ghost_m8rm5_60._disabled_m8rm5_48{background:none;border-color:#b0b0b0;color:#b0b0b0}._button_m8rm5_26._full_m8rm5_81{width:100%}._button_m8rm5_26._auto_m8rm5_84{width:auto}._button_m8rm5_26._sm_m8rm5_87{width:97px}._button_m8rm5_26._md_m8rm5_90{width:135px}._button_m8rm5_26._h-esm_m8rm5_93{font-size:12px;height:34px}._button_m8rm5_26._h-sm_m8rm5_97{font-size:13px;line-height:16px;height:48px}._button_m8rm5_26._h-md_m8rm5_102{font-size:16px;line-height:19px;height:60px}@keyframes _dots_m8rm5_1{0%,20%{color:#0000;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}40%{color:#fff;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}60%{text-shadow:.25em 0 0 white,.5em 0 0 rgba(0,0,0,0)}80%,to{text-shadow:.25em 0 0 white,.5em 0 0 white}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._checkbox_14czb_26{display:flex;align-items:center}._checkbox_14czb_26 input{display:none}._checkbox_14czb_26 input:checked+label ._checkbox__box_14czb_33{border:none;background:#333 url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_902_3639)'%3e%3cpath%20d='M6.0001%2010.7799L3.2201%207.9999L2.27344%208.93989L6.0001%2012.6666L14.0001%204.66656L13.0601%203.72656L6.0001%2010.7799Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_902_3639'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center center}._checkbox_14czb_26._error_14czb_37 label span{border-color:#ff006e}._checkbox__box_14czb_33{display:block;cursor:pointer;width:24px;height:24px;border:1px solid #b0b0b0;border-radius:4px;margin-right:12px;transition:all .3s}._checkbox_14czb_26 label{display:flex;align-items:center}._checkbox_14czb_26 label span{flex-shrink:0}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list__error_1jehc_26{color:#ff006e;font-size:12px}._month_1hvla_2:hover{border-radius:var(--month-border-radius);background-color:var(--month-hover-bg-color)}._month_1hvla_2{padding:var(--month-select-padding);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-color);font-size:16px}._active_1hvla_17{border-radius:var(--month-border-radius);background:var(--month-active-bg-color)!important;color:#fff!important}._yearContainer_1hvla_23{display:flex;align-items:center;justify-content:space-evenly;margin-bottom:var(--year-display-margin-bottom);margin-top:var(--year-display-margin-top);width:60%}._monthsContainer_1hvla_32{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}._pickerContainer_1hvla_38{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;border-radius:7px;color:var(--text-color);position:absolute;box-shadow:0 0 10px 1px #0000001a;background:var(--picker-bg-color);width:100%;left:0;z-index:1}._bottom_1hvla_55{bottom:-5px;transform:translateY(100%)}._top_1hvla_60{top:-5px;transform:translateY(-100%)}button{border:none;background-color:transparent;cursor:pointer}._bold1_1hvla_71{font-size:1.4rem}._pickerContainer_1hvla_38::selection{background-color:transparent}:root{font-family:Roboto,sans-serif;--month-active-bg-color: #12bf66;--month-hover-bg-color: #f4f4f4;--text-color: #000;--month-border-radius: 7px;--picker-bg-color: #fff;--year-display-margin-top: 0;--year-display-margin-bottom: 1rem;--month-select-padding: 1rem}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1skcc_26{flex:1;display:flex;justify-content:space-between;align-items:center;background-color:#fff;box-shadow:0 4px 40px #0000001f;padding:12px 12px 12px 28px;position:relative}._container_1skcc_26 ._arrow_1skcc_36{position:absolute;right:12px;top:50%;transform-origin:center;transform:rotate(90deg) translate(-50%)}._container_1skcc_26 ._error_1skcc_43{color:#ff006e}._container_1skcc_26 ._date_1skcc_46{flex:1}._container_1skcc_26 ._date__label_1skcc_49{text-transform:uppercase;font-weight:700;margin-bottom:4px;font-size:14px;line-height:32px}._container_1skcc_26 ._date_1skcc_46 ._input_1skcc_56{width:85%;font-size:16px}._container_1skcc_26 ._date_1skcc_46 b{display:block;text-transform:uppercase;margin-bottom:4px;font-size:14px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._agree_1gr40_26{padding:34px 30px;text-align:center;font-size:26px}._agree__wrapper_1gr40_31{width:fit-content;max-width:1016px;margin:0 auto}._agree__buttons_1gr40_36{margin-top:20px;display:flex}._agree__buttons--item_1gr40_40{flex:1;margin:0 10px}._agree_dmyea_1{padding:70px 30px 30px;text-align:center}._agree__title_dmyea_5{font-size:21px;font-weight:bolder}._agree__confirm_dmyea_9{text-align:start}._agree__buttons_dmyea_12{margin-top:20px}._agree__buttons--item_dmyea_15{margin:0 10px}._agree__input_dmyea_18{margin:20px 0}._agree_dmyea_1 span{font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._repeat__wrapper_1mhee_26{max-width:520px;margin:0 auto}._repeat__calendar_1mhee_30{margin-bottom:24px}._repeat__title_1mhee_33{text-align:center;margin-bottom:32px}._repeat__list_1mhee_37{margin-bottom:14px}._booking_1mhee_41{margin-bottom:30px}._booking__title_1mhee_44{text-align:start;margin-bottom:12px}._booking__title_1mhee_44._active_1mhee_48{color:#12bf66}._booking__row_1mhee_51{box-shadow:0 4px 40px #0000001f;display:flex;align-items:center;margin-top:20px}._booking__row-item_1mhee_57{height:72px!important}._booking__row-item_1mhee_57._first_1mhee_60{flex:1.3!important}._booking__row-item_1mhee_57._no-border_1mhee_63{border-right:none}._booking__row-btn_1mhee_66{position:relative;cursor:pointer;height:100%;padding:0 20px}._booking__row-btn_1mhee_66:before{content:"";display:block;position:absolute;left:0;width:1px;height:20px;top:50%;transform:translateY(-50%);background:#333}._booking_1mhee_41 p{line-height:22px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._conditions_1fp6l_26{font-size:18px;line-height:24px;font-weight:300}._conditions__suptitle_1fp6l_31{font-size:14px;color:#6f7880}._conditions__bar_1fp6l_35{margin:20px 0;height:1px;background:#b0b0b0}._conditions_1fp6l_26 ul{margin-bottom:20px}._conditions__note_1fp6l_43{background:#f0faf6;padding:16px;border-radius:16px;margin-top:6px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._terms_9a25z_26 span,._terms_9a25z_26 p,._terms_9a25z_26 b{display:block;margin-bottom:16px}._terms__suptitle_9a25z_32{font-size:14px;color:#6f7880;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #6f7880}._terms__title_9a25z_39{font-weight:700;margin-bottom:16px}._list_9a25z_44 li{display:table}._list_9a25z_44 li:before{display:table-cell;padding-right:6px}._list_9a25z_44._decimal_9a25z_51{list-style:none;counter-reset:item}._list_9a25z_44._decimal_9a25z_51>li{counter-increment:item}._list_9a25z_44._decimal_9a25z_51>li:before{content:counters(item,".") ". ";font-weight:700}._list_9a25z_44._lower-alpha_9a25z_62{list-style-type:none;counter-reset:letter-counter}._list_9a25z_44._lower-alpha_9a25z_62 li:before{counter-increment:letter-counter;content:" (" counter(letter-counter,lower-alpha) ") ";font-weight:400}._list_9a25z_44._upper-roman_9a25z_71{list-style-type:none;counter-reset:roman-counter}._list_9a25z_44._upper-roman_9a25z_71 li:before{counter-increment:roman-counter;content:" (" counter(roman-counter,upper-roman) ") ";font-weight:400}._list_9a25z_44._upper-alpha_9a25z_80{list-style-type:none;counter-reset:upper-letter-counter}._list_9a25z_44._upper-alpha_9a25z_80 li:before{counter-increment:upper-letter-counter;content:" (" counter(upper-letter-counter,upper-alpha) ") ";font-weight:400}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_6ggg6_26{max-width:90rem!important;width:90rem}._container_6ggg6_26 ._chips_6ggg6_30{margin:20px 0;display:flex;justify-content:center;align-items:center;gap:10px}._container_6ggg6_26 ._chips__item_6ggg6_37 p{text-transform:none}._container_6ggg6_26 ._date_6ggg6_40{position:relative}._container_6ggg6_26 ._date__filter_6ggg6_43{visibility:hidden;position:absolute;inset:45px auto auto 0px;z-index:2;box-shadow:0 4px 40px #0000001f}._container_6ggg6_26 ._date_6ggg6_40 ._show_6ggg6_50{visibility:visible}._container_6ggg6_26 ._date_6ggg6_40 ._flexer_6ggg6_53{width:312px;display:flex}._container_6ggg6_26 ._date_6ggg6_40 ._flexer_6ggg6_53 ._date_picker_6ggg6_57{padding:12px 0}._container_6ggg6_26 ._date__label_6ggg6_60{font-size:12px;font-weight:700;letter-spacing:0px}._container_6ggg6_26 ._icon_6ggg6_65{width:16px;height:16px}._container_6ggg6_26 ._icon_6ggg6_65 rect{fill:#c6cbd4}._container_6ggg6_26 ._icon_6ggg6_65 path{fill:#fff}._container_6ggg6_26 ._stats_6ggg6_75{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}._container_6ggg6_26 ._stats__item_6ggg6_82{border-radius:12px;background:#f0faf6;padding:4px 12px;font-size:18px;font-style:normal;font-weight:300;line-height:24px}._container_6ggg6_26 ._stats__primary_6ggg6_91{color:#12bf66;font-style:normal;font-weight:700;line-height:24px}._container_6ggg6_26 ._stats__black_6ggg6_97{font-style:normal;font-weight:700;line-height:24px}._container_6ggg6_26 ._stats__hint_6ggg6_102{font-size:14px;font-style:normal;line-height:20px}._container_6ggg6_26 ._download_text_6ggg6_107{display:flex;align-items:center;justify-content:center;cursor:pointer;gap:14px;font-size:18px;font-style:normal;font-weight:300;line-height:24px;height:56px;margin-bottom:20px}._container_6ggg6_26 ._divider_6ggg6_120{margin-bottom:20px;border-bottom:1px solid #ddd}._container_6ggg6_26 ._table_chips_6ggg6_124{display:flex;align-items:center;gap:10px}._container_6ggg6_26 ._table_chips__chip_6ggg6_129{padding:10px 30px;height:44px}._container_6ggg6_26 ._table_chips__chip_6ggg6_129 p{text-transform:none;font-size:16px;line-height:24px;font-weight:700}._container_6ggg6_26 ._table_chips__input_6ggg6_139{padding-left:10px}._container_6ggg6_26 ._table_chips__popper_6ggg6_142{display:flex;flex-direction:column;gap:20px}._container_6ggg6_26 ._table_chips_6ggg6_124 ._icon_6ggg6_65{width:16px;height:16px}._container_6ggg6_26 ._table_chips_6ggg6_124 ._icon_6ggg6_65 rect{fill:#c6cbd4}._container_6ggg6_26 ._table_chips_6ggg6_124 ._icon_6ggg6_65 path{fill:#fff}._container_6ggg6_26 ._table_chips__inputs_6ggg6_157{display:flex;box-shadow:0 4px 40px #0000001f}._container_6ggg6_26 ._table_chips__btn_6ggg6_161{text-decoration:underline;font-weight:700}._container_6ggg6_26 ._table_6ggg6_124{margin-top:20px;min-height:400px}._company_6ggg6_170{min-width:120px}._note_6ggg6_174{flex:1}._card_style_6ggg6_178{padding:10px;border-radius:20px;box-shadow:0 4px 8px #0000001f,0 6px 20px #0000001f}._loader_parent_style_6ggg6_184{width:80px;margin-bottom:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._card_g87mv_26{position:relative;background-color:#fff;box-shadow:0 4px 40px #0000001f;border-radius:4px;padding:8px}._card_g87mv_26._clickable_g87mv_33{cursor:pointer}._card_g87mv_26._clickable_g87mv_33:hover{transform:scale(1.02)}._card_g87mv_26 ._company_g87mv_39 p{font-size:14px;font-weight:700}._card_g87mv_26 ._description_g87mv_43{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:6px}._card_g87mv_26 ._description_g87mv_43 ._name_contact_g87mv_50 p{font-size:14px;font-weight:400;line-height:20px;color:#6f7880;margin-top:3px}._card_g87mv_26 ._loading_layer_g87mv_57{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#dddddd80}._chips_wrapper_g87mv_66{margin-bottom:4px;gap:5px!important}._chips_wrapper_g87mv_66 ._chip_g87mv_66{min-height:20px!important;padding:0 10px!important}._chips_wrapper_g87mv_66 ._chip_g87mv_66 p{line-height:20px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._info_box_y894z_26{padding:16px;border-radius:16px}._info_box_y894z_26._info_y894z_26{background-color:#f0faf6}._info_box_y894z_26._info_y894z_26 ._info_icon_y894z_33{filter:invert(52%) sepia(49%) saturate(2947%) hue-rotate(114deg) brightness(102%) contrast(86%)}._info_box_y894z_26._error_y894z_36{background-color:#ffeef1}._info_box_y894z_26._error_y894z_36 ._info_icon_y894z_33{filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._card_mp0q4_26{position:relative;background-color:#fff;box-shadow:0 4px 40px #0000001f;border-radius:4px;padding:8px}._card_mp0q4_26._clickable_mp0q4_33{cursor:pointer}._card_mp0q4_26._clickable_mp0q4_33:hover{transform:scale(1.02)}._card_mp0q4_26 ._fz_14_mp0q4_39{font-size:14px}._card_mp0q4_26 ._mt_10_mp0q4_42{margin-top:10px}._card_mp0q4_26 ._description_mp0q4_45{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._card_mp0q4_26 ._collaborators_mp0q4_52{display:flex;align-items:center;gap:1px}._card_mp0q4_26 ._status_chip_mp0q4_57{min-width:100px;justify-content:center}._loading_layer_mp0q4_62{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#dddddd80}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._zone_kefbj_26{border-radius:12px;height:96px;border:1px dashed #6f7880;display:flex;align-items:center;justify-content:center}._zone_kefbj_26._active_kefbj_34{border-color:#12bf66}._zone_kefbj_26 p{font-size:26px}._zone_kefbj_26 p span{cursor:pointer;color:#12bf66}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._star_rating_15789_26{display:flex;align-items:center;gap:13px}._star_rating_15789_26 ._stars_15789_31{display:flex;align-items:center;gap:7px}._star_rating_15789_26 ._stars_15789_31 ._star_15789_26._small_15789_36{width:20px;height:19px}._star_rating_15789_26 ._stars_15789_31 ._star_15789_26._medium_15789_40{width:30px;height:28px}._star_rating_15789_26 ._stars_15789_31 ._star_15789_26._large_15789_44{width:40px;height:38px}._star_rating_15789_26 ._stars_15789_31 ._star_15789_26._inactive_15789_48 path:first-child{fill:#b0b0b0}._star_rating_15789_26 ._rating_background_15789_51{border-radius:12px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._card_9o7r4_26{position:relative;background-color:#fff;box-shadow:0 4px 40px #0000001f;border-radius:4px;padding:8px}._card_9o7r4_26._clickable_9o7r4_33{cursor:pointer}._card_9o7r4_26._clickable_9o7r4_33:hover{transform:scale(1.02)}._card_9o7r4_26 ._company_9o7r4_39 p{font-size:14px;font-weight:700}._card_9o7r4_26 ._flexer_9o7r4_43{display:flex;justify-content:space-between}._card_9o7r4_26 ._flexer_9o7r4_43 ._avatar_9o7r4_47{background-color:#333;display:inline;color:#fff;display:flex;width:36px;height:20px;justify-content:center;align-items:center;border-radius:20px;text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:26px;text-transform:uppercase}._card_9o7r4_26 ._description_9o7r4_64{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px}._card_9o7r4_26 ._description_9o7r4_64 ._full_name_9o7r4_70{font-size:14px;font-style:normal;font-weight:700;line-height:20px;margin-top:3px}._card_9o7r4_26 ._description_9o7r4_64 ._mobile_9o7r4_77{font-size:14px;font-weight:400;line-height:20px}._card_9o7r4_26 ._message_9o7r4_82{justify-content:flex-end;display:flex;align-items:center;gap:2px}._card_9o7r4_26 ._message_9o7r4_82 span{color:#297fca;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-decoration-line:underline}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._chip_9o7r4_96{margin-bottom:7px;display:flex;gap:14px;align-items:center}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._chip_9o7r4_96 p{padding:1px 10px;color:#fff;border-radius:30px;background:#23e377;text-align:center;font-size:12px;font-weight:700;line-height:26px}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._chip_9o7r4_96 span{font-size:14px;font-style:normal;font-weight:700;line-height:20px}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._doc_chip_9o7r4_118{margin-bottom:7px;display:flex;gap:8px;align-items:center}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._doc_chip_9o7r4_118 p{padding:1px 11px;border-radius:30px;text-align:center;font-size:12px;font-weight:700;line-height:26px}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._doc_chip_9o7r4_118 span{font-size:14px;font-style:normal;font-weight:700;line-height:20px}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._sub_chip_9o7r4_138{margin-bottom:4px;display:flex;gap:8px;align-items:center}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._sub_chip_9o7r4_138 p{padding:1px 8px;border-radius:30px;text-align:center;font-size:12px;font-weight:700;line-height:26px}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._sub_chip_9o7r4_138 span{font-size:14px;font-style:normal;font-weight:700;line-height:20px}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._progress_9o7r4_158{border-radius:12px;height:9px;background-color:#f6f6fb}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._progress_9o7r4_158 div{border-radius:12px;background:#12bf66;height:9px}._card_9o7r4_26 ._status_wrapper_9o7r4_96 ._info_9o7r4_168{text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._card_9o7r4_26 ._loading_layer_9o7r4_175{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#dddddd80}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._comment_1egkm_26{border-radius:12px;background:#f6f6fb;padding:28px;margin-bottom:20px}._comment_wrapper_1egkm_33{display:flex;gap:10px;margin-top:16px}._comment_wrapper_1egkm_33 ._avatar_1egkm_38{align-items:flex-start;margin-top:9px}._comment_wrapper_1egkm_33 ._avatar_1egkm_38 div{width:36px!important;height:36px!important}._comment_wrapper_1egkm_33 ._paper_wrapper_1egkm_46{flex:1}._comment_wrapper_1egkm_33 ._paper_wrapper_1egkm_46 ._paper_1egkm_46{padding:8px 16px}._comment_wrapper_1egkm_33 ._paper_wrapper_1egkm_46 ._paper_1egkm_46 ._input_1egkm_52{padding:0;border-bottom:none;line-height:22px}._comment_wrapper_1egkm_33 ._content_1egkm_57{width:100%;display:flex;flex-direction:column}._dropzone_1egkm_63{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._input_11s47_26{position:relative;height:100%;padding:11px 0 11px 28px;display:flex;align-items:center}._input_11s47_26._half_11s47_33{width:50%}._input_11s47_26._full_11s47_36,._input__wrapper_11s47_39{width:100%}._input__label_11s47_42{text-transform:uppercase;font-size:14px;font-weight:700;margin-bottom:4px;flex:1}._input__label_11s47_42._error_11s47_49{color:#ff006e}._input__btn_11s47_52{display:flex;align-items:center;justify-content:center;cursor:pointer;height:20px;width:fit-content;white-space:nowrap;border-left:1px solid #333333;padding-right:11px;font-size:13px;font-weight:600}._input__btn_11s47_52 svg{width:44px}._input_11s47_26 input{width:100%;border:none;outline:none;flex:1;font-size:16px;font-weight:400}._input_11s47_26 input::placeholder{color:#b0b0b0}._input_11s47_26:not(:first-child){padding-left:40px;border-left:1px solid #C6CBD4}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_jn0cq_26{max-width:90rem!important;width:90rem}._container_jn0cq_26 ._chips_jn0cq_30{margin:20px 0;display:flex;justify-content:center;align-items:center;gap:10px}._container_jn0cq_26 ._chips__item_jn0cq_37{padding:10px 24px}._container_jn0cq_26 ._chips__item_jn0cq_37 p{line-height:24px;font-size:16px;text-transform:none}._container_jn0cq_26 ._date_jn0cq_45{position:relative}._container_jn0cq_26 ._date__filter_jn0cq_48{visibility:hidden;position:absolute;inset:45px auto auto 0px;z-index:2;box-shadow:0 4px 40px #0000001f}._container_jn0cq_26 ._date_jn0cq_45 ._show_jn0cq_55{visibility:visible}._container_jn0cq_26 ._date_jn0cq_45 ._flexer_jn0cq_58{width:312px;display:flex}._container_jn0cq_26 ._date_jn0cq_45 ._flexer_jn0cq_58 ._date_picker_jn0cq_62{padding:12px 0}._container_jn0cq_26 ._date__label_jn0cq_65{font-size:12px;font-weight:700;letter-spacing:0px}._container_jn0cq_26 ._date_jn0cq_45 ._icon_jn0cq_70{width:16px;height:16px}._container_jn0cq_26 ._date_jn0cq_45 ._icon_jn0cq_70 rect{fill:#c6cbd4}._container_jn0cq_26 ._date_jn0cq_45 ._icon_jn0cq_70 path{fill:#fff}._container_jn0cq_26 ._icon_jn0cq_70{width:16px;height:16px}._container_jn0cq_26 ._icon_jn0cq_70 rect{fill:#c6cbd4}._container_jn0cq_26 ._icon_jn0cq_70 path{fill:#fff}._container_jn0cq_26 ._stats_jn0cq_90{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}._container_jn0cq_26 ._stats__item_jn0cq_97{border-radius:12px;background:#f0faf6;padding:4px 12px;font-size:18px;font-style:normal;font-weight:300;line-height:24px}._container_jn0cq_26 ._stats__primary_jn0cq_106{color:#12bf66;font-style:normal;font-weight:700;line-height:24px}._container_jn0cq_26 ._stats__black_jn0cq_112{font-style:normal;font-weight:700;line-height:24px}._container_jn0cq_26 ._stats__hint_jn0cq_117{font-size:14px;font-style:normal;line-height:20px}._container_jn0cq_26 ._download_text_jn0cq_122{display:flex;align-items:center;justify-content:center;cursor:pointer;gap:14px;font-size:18px;font-style:normal;font-weight:300;line-height:24px;height:56px;margin-bottom:20px}._container_jn0cq_26 ._divider_jn0cq_135{margin-bottom:20px;border-bottom:1px solid #ddd}._container_jn0cq_26 ._table_chips_jn0cq_139{display:flex;align-items:center;gap:10px}._container_jn0cq_26 ._table_chips__chip_jn0cq_144{padding:10px 30px;height:44px;margin-bottom:20px}._container_jn0cq_26 ._table_chips__chip_jn0cq_144 p{text-transform:none;font-size:16px;line-height:24px;font-weight:700}._container_jn0cq_26 ._table_chips__popper_jn0cq_155{display:flex;flex-direction:column;gap:10px;padding:0}._container_jn0cq_26 ._table_jn0cq_139{margin-top:20px;height:400px}._card_style_jn0cq_166{padding:10px;border-radius:20px;box-shadow:0 4px 8px #0000001f,0 6px 20px #0000001f}._periods_1bcjn_1{display:flex;align-items:center;gap:10px}._chips__item_1bcjn_7{margin:0;padding:.5rem 1rem;border-radius:20px;background-color:#f0f0f0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .3s,color .3s}._chips__item_1bcjn_7._disabled_1bcjn_18{background-color:#d0d0d0;cursor:not-allowed}._chips__item_1bcjn_7 ._flex_box_1bcjn_22{display:flex;align-items:center;gap:.5rem}._chips__item_1bcjn_7 ._date__label_1bcjn_27{font-size:16px;font-weight:400;color:#333;margin:0}._chips__item_1bcjn_7 ._icon_1bcjn_33{width:1rem;height:1rem;cursor:pointer;fill:#666}._date_1bcjn_27{position:relative}._date__filter_1bcjn_44{display:none;position:absolute;top:100%;right:90%;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0003;padding:1rem;z-index:10;width:100%;transition:opacity .3s,visibility .3s}._date__filter_1bcjn_44._show_1bcjn_59{display:flex;width:312px;flex-direction:column}._date_picker_1bcjn_65{margin-bottom:.5rem;border:none!important}._flexer_1bcjn_70{display:flex;gap:1rem}._flexer_1bcjn_70 ._date_picker_1bcjn_65{padding:12px 0}@media (max-width: 768px){._date__filter_1bcjn_44{position:static;box-shadow:none;width:100%}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._statistics_n5n07_26{display:flex;align-items:center;margin:48px 0}._statistics__item_n5n07_31{flex:1;min-height:166px;max-height:191px;padding:34px;background-color:#12bf66}._statistics__item_n5n07_31._start_n5n07_38{padding-right:44px;border-radius:12.62px 0 0 12.62px}._statistics__item_n5n07_31._center_n5n07_42{min-height:195px;padding:20px 40px;border-radius:12.62px;box-shadow:0 4.627925396px 46.2792510986px #00000040;transform:scale(1.1)}._statistics__item_n5n07_31._center_n5n07_42 ._label_n5n07_49{font-size:18px;font-weight:500;color:#fff}._statistics__item_n5n07_31._center_n5n07_42 ._how_much_n5n07_54{font-size:32px}._statistics__item_n5n07_31._end_n5n07_57{padding-left:44px;border-radius:0 12.62px 12.62px 0}._statistics__item_n5n07_31 ._head_n5n07_61{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}._statistics__item_n5n07_31 ._head_n5n07_61 ._label_n5n07_49{font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize;color:#f0faf6}._statistics__item_n5n07_31 ._head_n5n07_61 ._prior_period_wrapper_n5n07_74{display:flex;flex-direction:column;align-items:flex-end}._statistics__item_n5n07_31 ._head_n5n07_61 ._prior_period_wrapper_n5n07_74 ._score_percent_n5n07_79{font-size:18px;font-weight:400;line-height:20px;color:#f0faf6}._statistics__item_n5n07_31 ._head_n5n07_61 ._prior_period_wrapper_n5n07_74 ._prior_period_n5n07_74{font-size:14px;font-weight:400;line-height:20px;color:#fff}._statistics__item_n5n07_31 ._how_much_n5n07_54{font-size:24px;font-weight:700;line-height:34px;color:#fff}._statistics__item_n5n07_31 ._stats_gst_box_n5n07_97{display:flex;flex-direction:column;align-items:flex-end;font-size:15px;margin-top:5px;gap:5px;color:#fff}._statistics__item_n5n07_31 ._stats_gst_box_n5n07_97 ._gst_excl_n5n07_106{font-size:14px}._statistics__item_n5n07_31 ._report_n5n07_109{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:5.5%}._statistics__item_n5n07_31 ._report__underline_n5n07_116{cursor:pointer;padding:10px 21px;font-size:14px;background-color:#f6f6fb;opacity:.9;border-radius:32px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._intervals_lx6bf_26{display:flex;align-items:center;gap:10px}._intervals_lx6bf_26 ._amount_paper_lx6bf_31{padding:7px 20px}._intervals_lx6bf_26 ._stone_text_lx6bf_34{color:#6f7880}._tooltip_lx6bf_38{padding:12px;background-color:#333;color:#fff;border-radius:16px;font-size:13px;font-style:normal;font-weight:400;line-height:24px}._chart_container_lx6bf_49{display:flex;gap:29px;margin-top:20px}._chart_container_lx6bf_49 ._chart_wrapper_lx6bf_54{flex:2}._chart_container_lx6bf_49 ._stats_wrapper_lx6bf_57{flex:1;display:flex;flex-direction:column;gap:29px}._chart_container_lx6bf_49 ._chart_title_box_lx6bf_63{border-bottom:1px solid #b0b0b0;padding-bottom:10px;display:flex;align-items:center;justify-content:space-between}._chart_container_lx6bf_49 ._chart_title_box_lx6bf_63 ._chart_title_lx6bf_63{font-size:20px;font-style:normal;line-height:32px}._chart_container_lx6bf_49 ._chart_title_box_lx6bf_63 ._total_box_lx6bf_75{display:flex;gap:5px;align-items:end}._chart_container_lx6bf_49 ._chart_title_box_lx6bf_63 ._acc_total_lx6bf_80{color:#b0b0b0;font-size:14px;font-style:normal;line-height:normal;margin-bottom:5px}._chart_container_lx6bf_49 ._chart_title_box_lx6bf_63 ._sum_lx6bf_87{font-size:32px;font-style:normal;font-weight:500;line-height:normal}._widget_lx6bf_94{min-height:196px;padding:28px;background-color:#f6f6fb;border-radius:32px}._widget_lx6bf_94 ._indicator_wrapper_lx6bf_100{display:flex;flex-direction:column;align-items:flex-end}._widget_lx6bf_94 ._indicator_wrapper_lx6bf_100 ._indicator_lx6bf_100{display:flex;align-items:center;gap:5px}._widget_lx6bf_94 ._indicator_wrapper_lx6bf_100 ._prior_period_lx6bf_110{font-size:14px}._widget_lx6bf_94 ._indicator_wrapper_lx6bf_100 p{color:#b0b0b0}._widget_lx6bf_94 ._ratio_lx6bf_116,._widget_lx6bf_94 ._description_lx6bf_119{margin-top:5px}._intervals_lx6bf_26{width:50px;border-bottom:none}._intervals_lx6bf_26 input{padding:0}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._pipeline_statistics_fyhq1_26{margin-top:34px}._pipeline_statistics_fyhq1_26 ._info_wrapper_fyhq1_29{margin-top:26px;display:flex;align-items:center;gap:10px}._pipeline_statistics_fyhq1_26 ._chip_fyhq1_35{padding:4px 12px;border-radius:12px;display:flex;align-items:center;gap:10px}._pipeline_statistics_fyhq1_26 ._chip_fyhq1_35._active_fyhq1_42{box-shadow:0 4px 10px #0000001f}._pipeline_statistics_fyhq1_26 ._chip_fyhq1_35 p{font-size:18px;font-weight:300;line-height:24px;letter-spacing:0px;text-align:center;text-transform:none}._pipeline_statistics_fyhq1_26 ._chip_fyhq1_35._danger_chip_fyhq1_53 span{color:#ff006e}._pipeline_statistics_fyhq1_26 ._chip_fyhq1_35._danger_chip_fyhq1_53 svg{filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}._pipeline_statistics_fyhq1_26 ._chip_fyhq1_35._info_chip_fyhq1_59 span{color:#12bf66}._pipeline_statistics_fyhq1_26 ._chip_fyhq1_35._info_chip_fyhq1_59 svg{filter:invert(52%) sepia(49%) saturate(2947%) hue-rotate(114deg) brightness(102%) contrast(86%)}._pipeline_statistics_fyhq1_26 ._container_fyhq1_65{display:flex;gap:28px}._pipeline_statistics_fyhq1_26 ._container_fyhq1_65._sidebar_fyhq1_69{width:23.5%;flex-direction:column}._pipeline_statistics_fyhq1_26 ._widget_fyhq1_73{flex:1;padding:28px;background-color:#f6f6fb;border-radius:32px}._pipeline_statistics_fyhq1_26 ._widget_fyhq1_73 hr{background-color:#b0b0b0}._pipeline_statistics_fyhq1_26 ._widget_fyhq1_73 ._indicator_wrapper_fyhq1_82{display:flex;flex-direction:column;align-items:flex-end}._pipeline_statistics_fyhq1_26 ._widget_fyhq1_73 ._indicator_wrapper_fyhq1_82 ._indicator_fyhq1_82{display:flex;align-items:center;gap:5px}._pipeline_statistics_fyhq1_26 ._widget_fyhq1_73 ._indicator_wrapper_fyhq1_82 ._prior_period_fyhq1_92{font-size:14px}._pipeline_statistics_fyhq1_26 ._widget_fyhq1_73 ._indicator_wrapper_fyhq1_82 p{color:#b0b0b0}._pipeline_statistics_fyhq1_26 ._widget_fyhq1_73 ._ratio_fyhq1_98,._pipeline_statistics_fyhq1_26 ._widget_fyhq1_73 ._description_fyhq1_101{margin-top:5px}._pipeline_statistics_fyhq1_26 ._widget_fyhq1_73 ._progress_bar_fyhq1_104,._mt_20_fyhq1_108{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._types_1t9mc_26{display:flex;align-items:center;gap:9px;flex-wrap:wrap}._leaderboard_wrapper_1t9mc_33{width:100%;min-height:700px;margin-top:10px;padding:28px;background-color:#f6f6fb;border-radius:32px}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41{margin-top:20px}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41 ._pedestal_1t9mc_41{width:385px;height:117px;position:relative}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41 ._pedestal_1t9mc_41 ._primary_customer_1t9mc_49{display:flex;flex-direction:column;align-items:center;gap:6px;position:absolute;left:50%;bottom:7px;transform:translate(-50%);z-index:2}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41 ._pedestal_1t9mc_41 ._primary_customer_1t9mc_49 ._primary_place_1t9mc_60{width:68px;height:68px;padding-top:11px;background-image:url("data:image/svg+xml,%3csvg%20width='68'%20height='64'%20viewBox='0%200%2068%2064'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2010C0%204.47715%204.47715%200%2010%200H34H58C63.5229%200%2068%204.47715%2068%2010V29.8579C68%2032.51%2066.9464%2035.0536%2065.0711%2036.9289L41.0711%2060.9289C37.1658%2064.8342%2030.8342%2064.8342%2026.9289%2060.9289L2.92893%2036.9289C1.05357%2035.0536%200%2032.51%200%2029.8579V10Z'%20fill='%2323E377'/%3e%3c/svg%3e")}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41 ._pedestal_1t9mc_41 ._primary_customer_1t9mc_49 ._primary_name_1t9mc_66{width:182px;height:34px;padding:5px 24px 0;background-image:url("data:image/svg+xml,%3csvg%20width='178'%20height='33'%20viewBox='0%200%20178%2033'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.550953%203.23775C-0.482627%201.9259%200.45183%200%202.12193%200H175.878C177.548%200%20178.483%201.92589%20177.449%203.23774L154.601%2032.2377C154.221%2032.7191%20153.642%2033%20153.03%2033H24.9704C24.3576%2033%2023.7787%2032.7191%2023.3994%2032.2377L0.550953%203.23775Z'%20fill='%2323E377'/%3e%3c/svg%3e")}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41 ._pedestal_1t9mc_41 ._secondary_customers_1t9mc_72{display:flex;flex-direction:column;align-items:center;gap:20px;position:absolute;top:17px;z-index:1}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41 ._pedestal_1t9mc_41 ._secondary_customers_1t9mc_72._second_1t9mc_72{left:0}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41 ._pedestal_1t9mc_41 ._secondary_customers_1t9mc_72._third_1t9mc_84{right:0}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41 ._pedestal_1t9mc_41 ._secondary_customers_1t9mc_72 ._secondary_place_1t9mc_87{width:53px;height:53px;padding-top:5px;background-image:url("data:image/svg+xml,%3csvg%20width='53'%20height='49'%20viewBox='0%200%2053%2049'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2010C0%204.47715%204.47715%200%2010%200H26.5H43C48.5228%200%2053%204.47715%2053%2010V22.3579C53%2025.01%2051.9464%2027.5536%2050.0711%2029.4289L33.5711%2045.9289C29.6658%2049.8342%2023.3342%2049.8342%2019.4289%2045.9289L2.92893%2029.4289C1.05357%2027.5536%200%2025.01%200%2022.3579V10Z'%20fill='%2312BF66'/%3e%3c/svg%3e")}._leaderboard_wrapper_1t9mc_33 ._pedestal_wrapper_1t9mc_41 ._pedestal_1t9mc_41 ._secondary_customers_1t9mc_72 ._secondary_name_1t9mc_93{width:140px;height:26px;padding:1px 20px 0;background-image:url("data:image/svg+xml,%3csvg%20width='136'%20height='26'%20viewBox='0%200%20136%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.476479%2022.7806C-0.535243%2024.0958%200.402379%2026%202.06173%2026H133.938C135.598%2026%20136.535%2024.0958%20135.524%2022.7806L118.6%200.780579C118.222%200.288408%20117.636%200%20117.015%200H18.9848C18.3639%200%2017.7781%200.288408%2017.3996%200.780579L0.476479%2022.7806Z'%20fill='%2312BF66'/%3e%3c/svg%3e")}._primary_place_1t9mc_60,._primary_name_1t9mc_66,._secondary_place_1t9mc_87,._secondary_name_1t9mc_93{background-repeat:no-repeat;background-size:contain;background-position:center}._primary_name_1t9mc_66 p,._secondary_name_1t9mc_93 p{max-width:100%;text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap}._mt_20_1t9mc_117{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._table_1v0li_26{width:100%;height:350px;margin-top:20px}._table_1v0li_26 ._row_1v0li_31{background-color:#fff!important;border-radius:4px!important;border-top:10px solid #f6f6fb!important;border-bottom:10px solid #f6f6fb!important;box-shadow:none!important}._table_1v0li_26 ._row_1v0li_31 ._cell_1v0li_38{display:flex!important;align-items:center}._sales_person_1v0li_43{display:flex;align-items:center;gap:9px}._sales_person_1v0li_43 ._number_1v0li_48{width:36px;height:36px;border-radius:50%;font-size:12px;font-weight:500px;line-height:26px;color:#fff}._sales_person_1v0li_43 ._number_1v0li_48._primary_1v0li_57{background-color:#23e377}._sales_person_1v0li_43 ._number_1v0li_48._secondary_1v0li_60{background-color:#12bf66}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._sales_details_uoxup_26{margin-top:34px}._sales_details_uoxup_26 ._container_uoxup_29{display:flex;gap:28px}._sales_details_uoxup_26 ._container_uoxup_29._sidebar_uoxup_33{width:23.5%;flex-direction:column}._sales_details_uoxup_26 ._widget_uoxup_37{flex:1;padding:28px;background-color:#f6f6fb;border-radius:32px}._sales_details_uoxup_26 ._widget_uoxup_37 hr{background-color:#b0b0b0}._sales_details_uoxup_26 ._table_uoxup_46{width:100%;height:380px}._mt_32_uoxup_51{margin-top:32px}._mt_10_uoxup_55{margin-top:10px}._mt_16_uoxup_59{margin-top:16px}._max_length_uoxup_63{max-width:100%;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}._container_1g0tk_1{min-width:50vw}._container_1g0tk_1 ._content_1g0tk_4{width:355px;max-width:355px}._container_1g0tk_1 ._content_1g0tk_4 ._info_box_1g0tk_8{margin-top:5px}._container_1g0tk_1 ._content_1g0tk_4 ._booking_list_1g0tk_11{margin-top:12px;display:flex;flex-direction:column;gap:24px}._container_1g0tk_1 ._content_1g0tk_4 ._booking_list_1g0tk_11 ._booking_number_1g0tk_17{text-decoration:underline}._container_1g0tk_1 ._content_1g0tk_4 ._booking_list_1g0tk_11 ._costs_1g0tk_20{padding:6px 0}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._button-wrap_1jwm5_26{display:flex;justify-content:flex-end}._button-flex_1jwm5_31{display:flex}._button_1jwm5_26{cursor:pointer;background:none}._expanded_1jwm5_40{transform:rotate(270deg);transition:.3s ease-in-out all}._expanded_1jwm5_40 svg path{fill:#333}._closed_1jwm5_48{transform:rotate(360deg);transition:.3s ease-in-out all}._table_1jwm5_53{padding-bottom:20px;margin-bottom:20px}._table__header_1jwm5_57{background:#c6cbd4;display:flex;line-height:26px;color:#6f7880;gap:5px;border-radius:12px;margin-bottom:20px;padding-left:12px}._table__header-item_1jwm5_67{flex:1}._table__row_1jwm5_70{display:flex;gap:5px;background-color:#f6f6fb;padding:5px 5px 5px 10px}._table__row-item_1jwm5_77{display:table;table-layout:fixed;width:100%}._table__row_1jwm5_70 p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table__row-list_1jwm5_87{display:flex;font-size:14px;font-weight:500;line-height:20px}._table__row-list_1jwm5_87 span{margin-right:4px;display:flex;align-items:center}._table__row-list_1jwm5_87 span svg{margin-right:2px}._table__row-text_1jwm5_101{font-size:16px;line-height:24px;text-transform:capitalize}._table__row-text_1jwm5_101._underline_1jwm5_106{text-decoration:underline}._table__row_1jwm5_70 ul{padding-left:16px;font-size:16px;line-height:24px;list-style:disc}._table__row-add_1jwm5_115{font-size:14px;line-height:20px;color:#6f7880}._table__row_1jwm5_70 ._vehicle_1jwm5_120{display:flex;flex-direction:column;align-items:center}._table__row_1jwm5_70 ._lastChild_1jwm5_125{display:flex;flex-direction:column;align-items:flex-end;margin-right:15px}._table_1jwm5_53 ._driver_text_1jwm5_131{display:flex;gap:5px;align-items:center}._table_1jwm5_53 ._set_driver_1jwm5_136{font-size:16px;font-weight:600;text-decoration-line:underline;cursor:pointer}._table__info_1jwm5_142{border-radius:12px;display:flex;align-items:center;padding-left:10px;margin-left:10px;background-color:#fff}._table__info-number_1jwm5_150{font-size:16px}._table__info-btn_1jwm5_153{background:#ddd;font-size:12px;line-height:24px;font-weight:700;text-align:center;text-transform:uppercase;border-radius:30px;margin-left:auto;color:#333;width:100px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._tracking_progress_4vbyq_26{margin-top:32px}._tracking_progress_4vbyq_26 ._chart_paper_4vbyq_29{min-height:481px;padding:28px;box-shadow:none;border-radius:32px;background-color:#f6f6fb}._tracking_progress_4vbyq_26 ._chart_paper_4vbyq_29 ._chart_title_4vbyq_36{padding-bottom:10px;border-bottom:1px solid #b0b0b0}._mt_10_4vbyq_41{margin-top:10px}._mt_20_4vbyq_45{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._search_svg_btn_1aktm_26{padding:0}._search_popper_content_1aktm_30{padding:0!important}._search_popper_content_1aktm_30 ._search_title_1aktm_33{padding:8px 0;border-bottom:1px solid #dddddd}._intervals_input_1aktm_38{width:50px;border-bottom:none}._intervals_input_1aktm_38 input{padding:0}._amount_paper_1aktm_46{padding:7px 20px}._stone_text_1aktm_50{color:#6f7880}._border_dark_1aktm_54{border:1px solid #333333}._mt_20_1aktm_58{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_7ajm8_26{overflow:hidden;z-index:1;max-height:428px;width:100%;box-shadow:0 4px 40px #0000001f;display:flex;flex-direction:column}._list_7ajm8_26._no-style_7ajm8_35{border-radius:0;box-shadow:none;background:none;width:unset;flex:1;max-height:unset;height:100%!important;width:unset!important}._list__empty_7ajm8_45{text-align:center;margin-top:10px}._list_7ajm8_26._popup_7ajm8_49{position:relative;overflow:visible;max-height:unset;height:64px;width:100%}._list_7ajm8_26._popup_7ajm8_49 input{border:none;height:100%;padding-left:0}._list_7ajm8_26._popup_7ajm8_49 svg._search_7ajm8_61{display:none}._list_7ajm8_26._popup_7ajm8_49 span._arrow_7ajm8_64{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%;background:#12bf66}._list_7ajm8_26._popup_7ajm8_49 span._arrow_7ajm8_64 path{fill:#fff}._list_7ajm8_26._popup_7ajm8_49 ._list__search_7ajm8_76{height:100%}._list__box_7ajm8_79{overflow:auto;height:100%;flex:1 1 auto}._list__box_7ajm8_79::-webkit-scrollbar-track{margin:12px 0}._list__box-item_7ajm8_87{cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._list__box-item_7ajm8_87:hover{background:#d8ddea}._list__box_7ajm8_79._popup_7ajm8_49{position:absolute;height:unset;left:0;right:0;bottom:-5px;transform:translateY(100%);max-height:0;background:#fff;border-radius:16px;box-shadow:0 4px 40px #0000001f}._list__box_7ajm8_79._popup_7ajm8_49._focused_7ajm8_109{max-height:428px}._list__search_7ajm8_76{position:relative;padding:0 16px}._list__search_7ajm8_76._border_7ajm8_116 input{border-color:#b0b0b0}._list__search_7ajm8_76 input{width:100%;border:none;outline:none;height:48px;border-bottom:1px solid #fff;padding:0 36px;color:#6f7880;font-size:16px}._list__search_7ajm8_76 input::placeholder{color:#b0b0b0}._list__search_7ajm8_76 svg,._list__search_7ajm8_76 span{position:absolute;top:50%;transform:translateY(-50%)}._list__search_7ajm8_76 svg._search_7ajm8_61,._list__search_7ajm8_76 span._search_7ajm8_61{left:16px}._list__search_7ajm8_76 svg._arrow_7ajm8_64,._list__search_7ajm8_76 span._arrow_7ajm8_64{cursor:pointer;right:30px}@media (max-width: 1110px){._list_7ajm8_26._popup_7ajm8_49{width:100%}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._cities_fr1ss_26{top:30px!important;transform:translate(-50%)!important;min-height:50%;height:90vh;overflow:initial!important;padding-bottom:0!important;display:flex;flex-direction:column}._cities__header_fr1ss_36{box-shadow:none!important}._cities__title_fr1ss_39{margin-bottom:20px;font-size:50px;font-weight:800}._cities__subtitle_fr1ss_44{font-size:32px;font-weight:700;line-height:60px;color:#12bf66}._cities__box_fr1ss_50{display:flex;flex:1}._cities__map_fr1ss_54{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%}._cities__map-wrapper_fr1ss_63{position:relative;flex:1}._cities__map_fr1ss_54 path{outline:none!important}._cities__list_fr1ss_70{padding-top:20px;overflow:auto}._cities__list_fr1ss_70::-webkit-scrollbar{display:none}._cities__list-wrapper_fr1ss_77{position:relative;height:100%;width:258px}._cities__select_fr1ss_82{text-transform:uppercase;padding:0 28px;margin:0 -28px;flex-shrink:0}._cities__select_fr1ss_82._regions_fr1ss_88{margin-top:20px}._cities__item_fr1ss_91{display:flex;align-items:center;margin-bottom:20px;font-size:22px;font-weight:600;transition:all .3s}._cities__item-icon_fr1ss_99{margin-right:10px}._cities__item_fr1ss_91:hover{cursor:pointer;color:#12bf66}@media (max-width: 700px){._cities_fr1ss_26{top:0!important;transform:none!important}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._order_890u6_26{display:flex;flex-direction:column;overflow:unset;height:100%}._order__title_890u6_32{font-size:26px;line-height:40px;margin-bottom:20px;text-align:center}._order__subtitle_890u6_38{font-size:22px;font-weight:600;margin-bottom:20px}._order__subtitle_890u6_38._marginTop_890u6_43{margin-top:28px}._order__box_890u6_46{display:flex;margin-bottom:20px;flex:1;gap:20px}._order__box-item_890u6_52{flex:1;display:flex;flex-direction:column}._order__row_890u6_57{cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #c6cbd4;padding:11px 0;order:4}._order__row_890u6_57._first_890u6_66{cursor:unset;order:0}._order__row_890u6_57._hover_890u6_70{background:#f0faf6}._order__row-item_890u6_73{line-height:24px}._order__row-item_890u6_73._bold_890u6_76{font-weight:700}._order__date_890u6_79{height:72px;display:flex;box-shadow:0 4px 40px #0000001f;margin-bottom:10px;border-radius:0 12px 12px 0}._order__date-search_890u6_86{flex:1;gap:10px;display:flex;align-items:center;justify-content:center}._order__date-search_890u6_86 svg{cursor:pointer}._order__list_890u6_96{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;flex-direction:column;overflow:auto;padding-right:10px}._order__list-wrapper_890u6_107{position:relative;flex:1}._order__list-empty_890u6_111{margin:15px 0;text-align:center}._marker_890u6_116{position:relative;width:16px;height:16px;border:1px solid orange;background:#ffa50080;border-radius:50%;transform:translate(-50%,-50%);transition:all .3s}._marker__car_890u6_126{width:32px;height:32px}._marker__car_890u6_126 img{transform:translateY(-30px)}._marker_890u6_116._hovered_890u6_133,._marker_890u6_116:hover{z-index:1;border:1px solid green;background:#00800080}@media (max-width: 900px){._order_890u6_26{padding:0 20px!important;max-height:unset!important;border-radius:0!important;height:100vh}._order__select_890u6_146{overflow:auto!important;margin:20px -20px;padding:0 20px}._order__subtitle_890u6_38{margin-bottom:0}._order__subtitle_890u6_38._marginTop_890u6_43{display:none}._order__header_890u6_157{margin-bottom:0;box-shadow:none}._order__box_890u6_46{flex-direction:column;margin-bottom:0}._order__box-item_890u6_52{flex:1}._order__box-item_890u6_52._list_890u6_168{overflow:auto;padding-right:10px}._order__box-item_890u6_52:first-child{flex:.7;margin:0 -20px}._order__list_890u6_96{padding-bottom:10px;padding-right:0;overflow:visible}._order__btn_890u6_181,._order__date_890u6_79{display:none}}@media (max-width: 500px){._order__header_890u6_157{font-size:20px}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._booking_1h4nr_26{display:flex;flex-direction:column;align-items:center;max-width:494px;margin:0 auto}._booking__type_1h4nr_33{margin-bottom:20px;padding:0 30px;border-radius:30px;height:20px;text-transform:uppercase;font-size:12px;line-height:12px;display:flex;align-items:center}._booking__type_1h4nr_33._upcoming_1h4nr_44{background:#23e377}._booking__type_1h4nr_33._done_1h4nr_47{background:#ddd}._booking__type_1h4nr_33._suspended_1h4nr_50{background:#f9cb42}._booking__type_1h4nr_33._canceled_1h4nr_53{border:1px solid #333333}._booking__number_1h4nr_56{font-size:27px;line-height:40px;margin-bottom:20px}._booking__row_1h4nr_61{font-size:18px;line-height:24px;font-weight:300;width:100%;display:flex;justify-content:space-between}._booking__row_1h4nr_61:not(:last-child){margin-bottom:12px}._booking__row_1h4nr_61._bold_1h4nr_72{font-weight:700}._booking__row-title_1h4nr_75{color:#6f7880}._booking__row-value_1h4nr_78{text-align:right}._booking__row-value_1h4nr_78 p:not(:last-child){margin-bottom:12px}._booking__row-value_1h4nr_78._pending_1h4nr_84{color:#ff006e}._booking__row-value_1h4nr_78._name_1h4nr_87{text-transform:capitalize}._booking__row-popup_1h4nr_90{color:#333;font-size:14px;line-height:16px}._booking__bar_1h4nr_95{margin:20px 0;width:100%;height:1.7px;background-image:linear-gradient(to right,#ddd 50%,#fff0 0%);background-position:top;background-size:12px 1.7px;background-repeat:repeat-x}._booking__info_1h4nr_104{width:100%;padding:16px;border-radius:16px;background:#f0faf6;line-height:22px}._booking__download_1h4nr_111{align-self:flex-end;display:flex;align-items:center;cursor:pointer;font-size:18px;font-weight:300}._booking__download_1h4nr_111._disabled_1h4nr_119{pointer-events:none}._booking__download_1h4nr_111 svg{margin-right:14px}._booking__download_1h4nr_111 svg path{stroke:#333}._booking__btns_1h4nr_128{margin-top:28px;width:100%;display:flex;gap:14px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._mobile_container_1efh8_26{display:none}._header_1efh8_30{display:flex}._header__title_1efh8_33{display:block;line-height:32px;font-size:22px;font-weight:600;margin-bottom:20px}._header__inner_1efh8_40{position:relative}._header__filter_1efh8_43{cursor:pointer}._header__filter_1efh8_43._active_1efh8_46 svg path{fill:#fff}._header__filter_1efh8_43._active_1efh8_46 svg rect{fill:#12bf66}._header__search_1efh8_52{background:none!important;padding:0!important}._header__clear_1efh8_56{margin-bottom:16px;padding:0;height:unset!important;font-size:16px!important}._header__box_1efh8_62{display:flex;align-items:center}._header__row_1efh8_66{display:flex;height:72px;box-shadow:0 4px 40px #0000001f;margin-bottom:16px}._header__row-btn_1efh8_72{flex:1;height:100%!important;padding:0}._header__row-input_1efh8_77{flex:1}._header__row-item_1efh8_80{width:266px;flex:unset}._header__row-flex_1efh8_84{flex:1}._header__row-search_1efh8_87{height:100%!important;cursor:pointer;width:72px;display:flex;justify-content:center;align-items:center}._chip_1efh8_96{min-height:44px}._item_1efh8_100{flex:1;height:72px;padding:12px 28px;border-left:1px solid #c6cbd4}._item_1efh8_100._button_1efh8_106{padding:0}._item_1efh8_100._button_1efh8_106 button{width:100%;height:72px;border-radius:0}._item_1efh8_100 ._wrapperClassName_1efh8_114{width:100%}._item_1efh8_100 ._input_1efh8_117,._item_1efh8_100 ._input_1efh8_117::placeholder{font-size:16px;font-weight:400;line-height:24px}._item_1efh8_100 ._input_1efh8_117::placeholder{color:#b0b0b0}._item_1efh8_100 ._select_1efh8_126{cursor:pointer}._item_1efh8_100 ._select_1efh8_126 svg{transition:all .3s ease}._item_1efh8_100 ._select_1efh8_126._active_1efh8_46 svg{transform:rotate(180deg)}._item_1efh8_100:first-child{border-left:none}@media (max-width: 1100px){._mobile__select_1efh8_141{margin:0 -20px 20px;padding:0 20px}}@media (max-width: 900px){._header__filter_1efh8_43{position:absolute;right:0;top:0}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_wrapper_zf2e9_26{min-width:100%;min-height:100%;overflow:hidden}._list_wrapper_zf2e9_26 ._list_zf2e9_26{max-width:100%;max-height:100%;display:flex;flex-direction:column;gap:10px;overflow:auto;margin-top:10px}._list_wrapper_zf2e9_26 ._tag_item_zf2e9_40{width:fit-content;cursor:pointer}._list_wrapper_zf2e9_26 ._tag_item_zf2e9_40 mark{color:#fff;background-color:#12bf66}._list_wrapper_zf2e9_26 ._tag_item_zf2e9_40._selected_zf2e9_48{text-transform:none}._list_wrapper_zf2e9_26 ._tag_item_zf2e9_40._selected_zf2e9_48 mark{color:#333;background-color:#f9cb42}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._contentClassName_1hjii_26{min-height:500px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._filter__content_9568c_26{padding:0!important;max-width:530px!important;max-height:410px!important;overflow:auto}._filter__title_9568c_32{line-height:40px!important}._filter__wrapper_9568c_35{display:flex;flex-direction:column;gap:24px;padding:10px 32px;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd}._filter__cancel_9568c_43{margin:8px 0}._mt_10_9568c_47{margin-top:10px}._mt_20_9568c_51{margin-top:20px}._active_svg_9568c_55 rect{fill:#12bf66}._active_svg_9568c_55 path{fill:#fff}._flex_wrap_9568c_62{flex-wrap:wrap}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_1lwc0_26{min-height:100px;padding:0 30px 10px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px}._list__item_1lwc0_34{width:fit-content;cursor:pointer}._list__item_1lwc0_34 mark{color:#fff;background-color:#12bf66}._list__item_1lwc0_34._selected_1lwc0_42{text-transform:none}._list__item_1lwc0_34._selected_1lwc0_42 mark{color:#333;background-color:#f9cb42}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_11x7x_26{min-height:100px;padding:0 30px 10px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px}._list__item_11x7x_34{width:fit-content;cursor:pointer}._list__item_11x7x_34 mark{color:#fff;background-color:#12bf66}._list__item_11x7x_34._selected_11x7x_42{font-size:16px;text-transform:none;color:#fff}._list__item_11x7x_34._selected_11x7x_42 mark{color:#333;background-color:#f9cb42}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_1g6q3_26{min-height:100px}._list__item_1g6q3_29{width:fit-content;cursor:pointer}._list__item_1g6q3_29 mark{color:#fff;background-color:#12bf66}._list__item_1g6q3_29._selected_1g6q3_37{text-transform:none}._list__item_1g6q3_29._selected_1g6q3_37 mark{color:#333;background-color:#f9cb42}._filter_list_1g6q3_45{padding:16px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_plc25_26{min-height:100px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px}._list_plc25_26._padding_plc25_33{padding:10px 30px}._list__item_plc25_36{width:fit-content;cursor:pointer}._list__item_plc25_36 mark{color:#fff;background-color:#12bf66}._list__item_plc25_36._selected_plc25_44{font-size:16px;text-transform:none;color:#fff}._list__item_plc25_36._selected_plc25_44 mark{color:#333;background-color:#f9cb42}._wrapper_plc25_54{width:100%}._list_1evxv_1{min-height:100px}._wrapper_1evxv_5{width:100%}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._status_1ty0o_26{padding:0 30px;border-radius:30px;height:20px;width:fit-content;text-transform:uppercase;font-size:12px;line-height:12px;font-weight:700;display:flex;align-items:center;background:#23e377;color:#fff}._status_1ty0o_26._complete_1ty0o_40{background:#ddd;color:#333}._status_1ty0o_26._suspended_1ty0o_44{background:#f9cb42;color:#333}._status_1ty0o_26._canceled_1ty0o_48{border:1px solid #333333;color:#333}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_190zy_26{position:relative;display:inline-block}._select_190zy_26._xl_190zy_30{width:505px;height:48px}._select_190zy_26._full_190zy_34{width:100%;height:56px}._select_190zy_26._full_190zy_34 ._select__btn_190zy_38{height:56px}._select_190zy_26._sm_190zy_41{width:122px}._select_190zy_26._neutral_190zy_44 ._select__btn_190zy_38{background:#f0faf6;box-shadow:none}._select_190zy_26._neutral_190zy_44 ._select__btn_190zy_38 svg path{fill:#12bf66}._select_190zy_26._ghost_190zy_51{width:36px;height:50px}._select_190zy_26._ghost_190zy_51 ._select__btn_190zy_38{background:none;box-shadow:none}._select__btn_190zy_38{position:relative;cursor:pointer;width:100%;height:48px;background:#fff;box-shadow:0 4px 40px #0000001f;border-radius:12px;font-size:18px;display:flex;align-items:center;padding-left:13px;color:#6f7880}._select__btn_190zy_38 input{width:100%;height:100%;font-size:18px;border-radius:inherit}._select__btn_190zy_38._active_190zy_79{color:#333}._select__btn_190zy_38._show_190zy_82 svg{transform:rotate(270deg)}._select__btn_190zy_38 svg{width:24px;height:30px;position:absolute;right:10px;top:10px;transform:rotate(90deg);transition:all .3s}._select__popup_190zy_94{max-height:0;overflow:hidden;position:absolute;bottom:-2px;transform:translateY(100%);right:0;z-index:3;width:100%;min-width:100px;border-radius:16px;box-shadow:0 4px 40px #0000001f;background:#fff;display:flex;flex-direction:column;transition:all .3s}._select__popup_190zy_94._show_190zy_82{max-height:448px}._select__list_190zy_114{overflow:auto;height:100%;flex:1 1 auto}._select__list_190zy_114::-webkit-scrollbar-track{margin:12px 0}._select__list-item_190zy_122{cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._select__list-item_190zy_122:hover{background:#d8ddea}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._mb_1386j_26{margin-bottom:34px}._filter__row_1386j_30{position:relative;height:72px;margin-bottom:20px;display:flex;align-items:center;box-shadow:0 4px 40px #0000001f}._filter__find_button_1386j_38{cursor:pointer;padding:24px!important;width:140px}._filter__clear_button_1386j_43{cursor:pointer;padding:24px 38px!important;width:115px;border:none!important;text-decoration:underline}._statuses_1386j_51{display:flex;align-items:center;gap:10px;margin-bottom:30px}._chip_1386j_58{text-transform:none;font-weight:400;font-size:16px;line-height:24px;height:34px;padding:10px 24px!important}._table_wrap_1386j_67{width:100%}._table_wrap_1386j_67 ._mb_10_1386j_70{margin-bottom:10px}._table_wrap_1386j_67 ._table_1386j_67{padding-bottom:20px;margin-bottom:20px}._table_wrap_1386j_67 ._table__header_1386j_77{background:#c6cbd4;display:flex;line-height:26px;color:#6f7880;gap:5px;border-radius:12px;margin-bottom:20px;padding-left:12px}._table_wrap_1386j_67 ._table__header-item_1386j_87{flex:1}._table_wrap_1386j_67 ._table__row_1386j_90{display:flex;gap:5px;padding-left:12px}._table_wrap_1386j_67 ._table__row-item_1386j_95{display:table;table-layout:fixed;width:100%}._table_wrap_1386j_67 ._table__row_1386j_90 p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table_wrap_1386j_67 ._table__row-list_1386j_105{display:flex;font-size:14px;font-weight:500;line-height:20px}._table_wrap_1386j_67 ._table__row-list_1386j_105 span{margin-right:4px;display:flex;align-items:center}._table_wrap_1386j_67 ._table__row-list_1386j_105 span svg{margin-right:2px}._table_wrap_1386j_67 ._table__row-list_1386j_105 ._comments_1386j_119{cursor:pointer;text-decoration:underline;color:#12bf66}._table_wrap_1386j_67 ._table__row-list_1386j_105 ._admin_comment_1386j_124{cursor:pointer;text-decoration:underline;color:#297fca}._table_wrap_1386j_67 ._table__row-text_1386j_129{font-size:16px;line-height:24px;text-transform:capitalize}._table_wrap_1386j_67 ._table__row-text_1386j_129._underline_1386j_134{text-decoration:underline}._table_wrap_1386j_67 ._table__row_1386j_90 ul{padding-left:16px;font-size:16px;line-height:24px;list-style:disc}._table_wrap_1386j_67 ._table__row-add_1386j_143{font-size:14px;line-height:20px;color:#6f7880}._table_wrap_1386j_67 ._table_1386j_67 ._divider_1386j_148{border-bottom:1px solid #b0b0b0;margin:16px 0}._table_wrap_1386j_67 ._table_1386j_67 ._driver_text_1386j_152{display:flex;gap:5px;align-items:center}._table_wrap_1386j_67 ._table_1386j_67 ._set_driver_1386j_157{font-size:16px;font-weight:600;text-decoration-line:underline}._table_wrap_1386j_67 ._table__info_1386j_162{border-radius:30px;padding-left:16px;display:flex;align-items:center;margin-bottom:20px;background-color:#fff}._table_wrap_1386j_67 ._table__info-date_1386j_170{font-weight:700;margin-right:10px}._table_wrap_1386j_67 ._table__info-number_1386j_174{font-size:16px}._table_wrap_1386j_67 ._table__info-btn_1386j_177{margin-left:auto}._table_wrap_1386j_67 ._xlg_1386j_180{flex:1.68}._table_wrap_1386j_67 ._lg_1386j_183{flex:1.33}._table_wrap_1386j_67 ._sm_1386j_186{flex:.8}._table_wrap_1386j_67 ._s_1386j_51{flex:.5}._table_wrap_1386j_67 ._md_1386j_192{flex:1}._table_wrap_1386j_67 ._usm_1386j_195{flex:.3}._action_buttons_1386j_199{display:flex;align-items:center;margin-top:16px}._action_buttons__btn_1386j_204{flex:1;padding:14px!important;background-color:#f0faf6!important;border-radius:0!important}._action_buttons__btn_1386j_204:hover{background-color:#e4f6ef!important}._action_buttons__btn_1386j_204:hover p{color:#12bf66!important}._action_buttons__noflex_1386j_216{width:120px;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._cancel_1vypo_26{width:1016px;font-size:14px;font-weight:400;text-align:start}._cancel_1vypo_26 ._loader_wrapper_1vypo_32{min-height:484px}._cancel_1vypo_26 ._select_wrapper_1vypo_35{margin-bottom:20px}._cancel__select_1vypo_38{display:block}._cancel__box_1vypo_41{width:505px}._cancel__table_1vypo_44{margin-bottom:20px;margin-top:34px;border-bottom:1px solid #b0b0b0}._admin_1vypo_50{margin:20px 0;background:#f6f6fb;padding:28px;border-radius:12px}._admin__title_1vypo_56{font-size:16px;line-height:24px;font-weight:600;margin-bottom:16px}._admin__row_1vypo_62{display:flex;align-items:center;margin:20px 0}._admin__row-avatar_1vypo_67{min-width:36px;height:36px;border-radius:50%;background:#333;margin-right:16px;font-size:20px;line-height:24px;color:#fff;display:flex;align-items:center;justify-content:center}._admin__row_1vypo_62 input{width:100%;height:56px;padding:0 16px;font-size:18px;border-radius:12px;box-shadow:0 4px 40px #0000001f}._admin__error_1vypo_88{color:#ff006e;margin-top:6px}._mobile_action_buttons_1vypo_93{display:none}@media (max-width: 1100px){._cancel_1vypo_26{width:340px}._cancel__table_1vypo_44{display:none}._cancel__select_1vypo_38{width:340px!important}._cancel__box_1vypo_41{margin-top:20px}._cancel_1vypo_26 ._admin_comment_1vypo_110,._cancel_1vypo_26 ._admin_1vypo_50{display:none}._cancel_1vypo_26 ._admin__row_1vypo_62{width:340px}._cancel_1vypo_26 ._mobile_action_buttons_1vypo_93{display:flex;gap:8.5px}._cancel_1vypo_26 ._action_button_1vypo_123{display:none}}._avatar_1vypo_127{margin-right:12px}._avatar_1vypo_127 div{width:36px!important;height:36px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_ztas1_26{max-width:709px;width:100vw;display:flex;flex-direction:column;gap:20px}._container_ztas1_26 ._row_item_ztas1_33{width:100%;align-items:center}._container_ztas1_26 ._row_item_ztas1_33 div{flex:1 1}._container_ztas1_26 ._row_item_ztas1_33 ._price_ztas1_40{padding-top:1px;padding-bottom:6px}._container_ztas1_26 ._action_buttons_ztas1_44{display:flex;gap:12px;align-items:center}._container_ztas1_26 ._action_buttons_ztas1_44 button{flex:1;min-height:48px}._container_ztas1_26 ._paper_wrapper_ztas1_53{flex:1;margin-bottom:20px}._container_ztas1_26 ._paper_wrapper_ztas1_53 ._paper_ztas1_53{padding:8px}._container_ztas1_26 ._paper_wrapper_ztas1_53 ._paper_ztas1_53 ._input_ztas1_60{padding:0;border-bottom:none;line-height:22px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_v97g9_26{max-width:67rem;width:100rem}._container_v97g9_26 ._title_v97g9_30{text-align:center;font-size:26px;font-weight:400;line-height:39.969px;margin-bottom:20px}._container_v97g9_26 ._table_v97g9_37{margin-bottom:20px}._container_v97g9_26 ._table__header_v97g9_40{background:#c6cbd4;display:flex;line-height:26px;color:#6f7880;gap:5px;border-radius:12px;margin-bottom:20px;padding-left:12px}._container_v97g9_26 ._table__header-item_v97g9_50{flex:1}._container_v97g9_26 ._table__info_v97g9_53{border-radius:30px;padding-left:16px;display:flex;align-items:center;margin-bottom:20px;background-color:#fff}._container_v97g9_26 ._table__info-date_v97g9_61{font-weight:700;margin-right:10px}._container_v97g9_26 ._table__info-number_v97g9_65{font-size:16px}._container_v97g9_26 ._table__info-btn_v97g9_68{font-size:12px;line-height:24px;font-weight:700;text-align:center;text-transform:uppercase;border-radius:30px;margin-left:auto;color:#fff;max-width:200px;width:fit-content;padding:0 30px}._container_v97g9_26 ._table__row_v97g9_81{display:flex;gap:5px;padding-left:12px}._container_v97g9_26 ._table__row-item_v97g9_86{display:table;table-layout:fixed;width:100%}._container_v97g9_26 ._table__row_v97g9_81 p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._container_v97g9_26 ._table__row-list_v97g9_96{display:flex;font-size:14px;font-weight:500;line-height:20px}._container_v97g9_26 ._table__row-list_v97g9_96 span{margin-right:4px;display:flex;align-items:center}._container_v97g9_26 ._table__row-list_v97g9_96 span svg{margin-right:2px}._container_v97g9_26 ._table__row-text_v97g9_110{font-size:16px;line-height:24px;text-transform:capitalize}._container_v97g9_26 ._table__row-text_v97g9_110._underline_v97g9_115{text-decoration:underline}._container_v97g9_26 ._table__row_v97g9_81 ._driver_pay_v97g9_118{cursor:pointer;text-decoration:underline}._container_v97g9_26 ._table__row_v97g9_81 ul{padding-left:16px;font-size:16px;line-height:24px;list-style:disc}._container_v97g9_26 ._table__row-add_v97g9_128{font-size:14px;line-height:20px;color:#6f7880}._container_v97g9_26 ._table__driver-header_v97g9_133{background:#c6cbd4;display:flex;line-height:26px;color:#6f7880;gap:5px;border-radius:12px;padding-left:20px;margin-bottom:20px}._container_v97g9_26 ._table__driver-header-item_v97g9_143{flex:1}._container_v97g9_26 ._table__driver-row_v97g9_146{cursor:pointer;display:flex;gap:5px;transition:.3s ease;padding:11px 0 11px 20px;border-bottom:1px solid #6f7880;flex:1}._container_v97g9_26 ._table__driver-row_v97g9_146._hovered_v97g9_155,._container_v97g9_26 ._table__driver-row_v97g9_146:hover{background-color:#f0faf6}._container_v97g9_26 ._table_v97g9_37 ._driver_text_v97g9_158{display:flex;gap:5px;align-items:center}._container_v97g9_26 ._table_v97g9_37 ._set_driver_v97g9_163{font-size:16px;font-weight:600;text-decoration-line:underline}._container_v97g9_26 ._table_v97g9_37 ._xlg_v97g9_168{flex:1.68}._container_v97g9_26 ._table_v97g9_37 ._lg_v97g9_171{flex:1.33}._container_v97g9_26 ._table_v97g9_37 ._sm_v97g9_174{flex:.8}._container_v97g9_26 ._table_v97g9_37 ._s_v97g9_163{flex:.5}._container_v97g9_26 ._table_v97g9_37 ._md_v97g9_180{flex:1}._container_v97g9_26 ._distance_v97g9_183{border-radius:16px;background:#f0faf6;padding:16px;text-align:center;margin-bottom:20px}._container_v97g9_26 ._map_v97g9_190{height:505px;width:100%;margin:20px 0}._container_v97g9_26 ._goback_v97g9_195{text-decoration:underline;display:flex;align-items:center;gap:10px}._container_v97g9_26 ._selected_driver_v97g9_201{margin-top:5px}._container_v97g9_26 ._selected_driver__title_v97g9_204{margin-bottom:15px}._container_v97g9_26 ._selected_driver__row_v97g9_207{cursor:pointer;transition:.3s ease;padding:5px 0 13px;border-bottom:1px solid #6f7880}._container_v97g9_26 ._selected_driver__row_v97g9_207 p{font-size:16px;line-height:24px;margin-bottom:5px}._container_v97g9_26 ._selected_driver__icons_v97g9_218{display:flex;align-items:center;gap:5px}._container_v97g9_26 ._selected_driver__icons_v97g9_218 span{display:flex;align-items:center;gap:2px}._container_v97g9_26 ._selected_driver__row_v97g9_207:hover,._container_v97g9_26 ._selected_driver_v97g9_201 ._selectCar_v97g9_231{background-color:#f0faf6}._container_v97g9_26 ._marker_v97g9_234{cursor:pointer;width:16px;height:16px;border:1px solid orange;background:#ffa50080;border-radius:50%;transition:.5s ease all}._container_v97g9_26 ._marker_v97g9_234._hovered_v97g9_155,._container_v97g9_26 ._marker_v97g9_234:hover{border:1px solid green;background:#00800080;scale:1.1}._container_v97g9_26 ._chip_box_v97g9_248{display:flex;gap:10px;margin:20px 0}._container_v97g9_26 ._chip_box_v97g9_248 ._chip_v97g9_248{text-transform:capitalize;font-size:16px;font-weight:400;line-height:24px}._container_v97g9_26 ._action_buttons_v97g9_259{display:flex;gap:12px;align-items:center}._container_v97g9_26 ._action_buttons_v97g9_259 button{flex:1;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_5nqca_26{max-width:735px;width:735px}._container_5nqca_26 ._check_5nqca_30{display:flex;justify-content:center;align-items:center;margin-bottom:26px}._container_5nqca_26 ._check_5nqca_30 div{background-color:#23a26d1f;border-radius:50%;padding:20px}._container_5nqca_26 ._mb_5nqca_41{margin-bottom:20px}._container_5nqca_26 ._box_5nqca_44{background-color:#f0faf6;border-radius:16px;padding:16px}._container_5nqca_26 ._sb_5nqca_49{display:flex;justify-content:space-between}._container_5nqca_26 ._sb_5nqca_49 ._title_5nqca_53{color:#6f7880;font-size:18px;font-weight:300;line-height:24px}._container_5nqca_26 ._icons_5nqca_59{display:flex;align-items:center;gap:5px;padding-bottom:13px;border-bottom:1px solid #6f7880}._container_5nqca_26 ._icons_5nqca_59 span{display:flex;align-items:center;gap:2px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._search_paper_1qhfb_26{padding:16px;gap:12px!important}._search_paper_1qhfb_26 button{padding:0}._selects_1qhfb_34{margin-top:40px;gap:14px!important}._selects_1qhfb_34 div{flex:1}._actions_1qhfb_42{margin-top:20px;gap:14px!important}._actions_1qhfb_42 button{flex:1}._mt_20_1qhfb_50{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._header_1t2bl_26{display:flex;justify-content:space-between;margin-bottom:22px}._header__date_1t2bl_31{font-size:14px!important}._header_1t2bl_26 ._status_1t2bl_34{padding:1px 30px;background:#b0b0b0;text-transform:uppercase;border-radius:30px;height:26px}._sub_header_1t2bl_42{display:flex;justify-content:space-between;margin-bottom:35px}._underline_1t2bl_48{text-decoration:underline}._flexer_1t2bl_52{display:flex;justify-content:space-between}._reconfirm_button_1t2bl_57{border-radius:2px;border:1px solid #333;padding:14px 24px!important;margin-bottom:10px}._distance_checker_1t2bl_64{border-radius:2px;background:#f0faf6;padding:8px 16px;text-align:center;color:#6f7880;font-size:16px;line-height:24px;margin-bottom:10px}._createBook_1t2bl_75{margin:34px -28px 0}._createBook__row_1t2bl_78{position:relative;margin-bottom:10px;display:flex;align-items:center;height:72px;gap:10px}._createBook__box_1t2bl_86{box-shadow:0 4px 40px #0000001f;flex:1}._createBook__child_1t2bl_90{position:relative;height:72px;margin-bottom:10px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 40px #0000001f;width:49.5%}._action_buttons_1t2bl_101{display:flex;gap:10px;flex-direction:column}._action_buttons_1t2bl_101 ._action_button_1t2bl_101{width:100%;padding:14px 24px!important}._action_buttons_1t2bl_101 ._cancel_1t2bl_110{text-decoration:underline}._admin_comment_1t2bl_114{padding:20px 28px;margin:10px 0;background:#f6f6fb;background-color:#f6f6fb;border-radius:12px;display:flex;gap:10px}._admin_comment__avatar_1t2bl_124{border-radius:50%;width:36px;height:36px;background-color:#333;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}._admin_comment__paragraph_1t2bl_135{flex:1}._admin_comment__paragraph_1t2bl_135 span{font-size:16px;font-weight:700;line-height:24px}._admin_comment__date_1t2bl_143{font-size:12px;line-height:22px;color:#6f7880}._append_1t2bl_149{cursor:pointer;width:32px;height:32px;border-radius:50%;padding:8px;background:#12bf66}._append_1t2bl_149 svg path{fill:#fff}._show_1t2bl_161{color:#333;font-size:16px;text-decoration-line:underline;margin:10px 0 20px;font-weight:600;cursor:pointer;line-height:normal;width:fit-content}._gpu_ride_1t2bl_173{margin-bottom:18px}._gpu_ride_1t2bl_173 div{display:flex;gap:4px;align-items:center}._gpu_ride_1t2bl_173 div span{display:flex;align-items:center;gap:2px}._gpu_flight_1t2bl_187 p{line-height:24px}._divider_1t2bl_191{margin:10px 0;border-bottom:1px solid #c6cbd4}._driver_1t2bl_196{margin-bottom:10px}._driver__title_1t2bl_199{font-weight:600;font-size:22px;line-height:26px}._driver__name_1t2bl_204{line-height:22px;font-size:16px}._driver__info_1t2bl_208{font-size:16px;line-height:22px}._driver__info_left_1t2bl_212{font-size:16px;line-height:22px;text-align:end}._invoice__title_1t2bl_218{font-weight:600;font-size:22px;line-height:26px;margin-bottom:10px}._invoice_1t2bl_218 ._head_text_1t2bl_224{font-size:18px;font-weight:300;line-height:24px;color:#6f7880}._invoice_1t2bl_218 ._data_text_1t2bl_230{color:#333;font-size:18px;font-weight:300;line-height:24px}._invoice_1t2bl_218 ._table_1t2bl_236{display:flex;flex-direction:column;gap:12px}._invoice_1t2bl_218 ._table__row_1t2bl_241{display:flex;align-items:center;justify-content:space-between}._invoice_1t2bl_218 ._table__row_1t2bl_241 ._text_1t2bl_246{display:flex;align-items:center;color:#333;font-size:16px;font-weight:400;line-height:24px}._invoice_1t2bl_218 ._table__row_1t2bl_241 ._text_1t2bl_246 svg{height:35px}._invoice_1t2bl_218 ._table__row_1t2bl_241 ._text__secondary_1t2bl_257{text-align:end;color:#6f7880;font-size:14px;font-weight:400;line-height:20px}._invoice_1t2bl_218 ._table_1t2bl_236 ._download_text_1t2bl_264{color:#333;font-size:18px;font-weight:300;line-height:24px;display:flex;align-items:center;cursor:pointer;gap:8px}._sms__input_1t2bl_275{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:16px}._sms_1t2bl_275 button{padding:12px 45px!important}._sms__flexer_1t2bl_284{display:flex;gap:10px;justify-content:space-between;margin-bottom:15px;align-items:center}._sms_1t2bl_275 ._whitespace_1t2bl_291{width:162.5px}._mb_16_1t2bl_295{margin-bottom:16px}._mb_10_1t2bl_299{margin-bottom:10px}._input_1t2bl_303{width:100%!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._header_515gh_26{display:flex;justify-content:space-between;margin-bottom:22px}._header__date_515gh_31{font-size:14px!important}._header_515gh_26 ._status_515gh_34{padding:1px 30px;background:#b0b0b0;text-transform:uppercase;border-radius:30px;height:26px}._sub_header_515gh_42{display:flex;justify-content:space-between;margin-bottom:35px}._underline_515gh_48{text-decoration:underline}._flexer_515gh_52{display:flex;justify-content:space-between}._reconfirm_button_515gh_57{border-radius:2px;border:1px solid #333;padding:14px 24px!important;margin-bottom:10px}._distance_checker_515gh_64{border-radius:2px;background:#f0faf6;padding:8px 16px;text-align:center;color:#6f7880;font-size:16px;line-height:24px;margin-bottom:10px}._createBook_515gh_75{margin:34px -28px 0}._createBook__row_515gh_78{position:relative;margin-bottom:10px;display:flex;align-items:center;height:72px;gap:10px}._createBook__box_515gh_86{box-shadow:0 4px 40px #0000001f;flex:1}._createBook__child_515gh_90{position:relative;height:72px;margin-bottom:10px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 40px #0000001f;width:49.5%}._action_buttons_515gh_101{display:flex;gap:10px;flex-direction:column}._action_buttons_515gh_101 ._action_button_515gh_101{width:100%;padding:14px 24px!important}._action_buttons_515gh_101 ._cancel_515gh_110{text-decoration:underline}._admin_comment_515gh_114{padding:20px 28px;margin:10px 0;background:#f6f6fb;background-color:#f6f6fb;border-radius:12px;display:flex;gap:10px}._admin_comment__avatar_515gh_124{border-radius:50%;width:36px;height:36px;background-color:#333;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}._admin_comment__paragraph_515gh_135{flex:1}._admin_comment__paragraph_515gh_135 span{font-size:16px;font-weight:700;line-height:24px}._admin_comment__date_515gh_143{font-size:12px;line-height:22px;color:#6f7880}._append_515gh_149{cursor:pointer;width:32px;height:32px;border-radius:50%;padding:8px;background:#12bf66}._append_515gh_149 svg path{fill:#fff}._show_515gh_161{color:#333;font-size:16px;text-decoration-line:underline;margin:10px 0 20px;font-weight:600;cursor:pointer;line-height:normal;width:fit-content}._gpu_ride_515gh_173{white-space:nowrap;margin-bottom:18px}._gpu_ride_515gh_173 div{display:flex;gap:4px;align-items:center}._gpu_ride_515gh_173 div span{display:flex;align-items:center;gap:2px}._gpu_ride__item_515gh_188{display:inline-flex;align-items:center}._gpu_flight_515gh_193 p{line-height:24px}._divider_515gh_197{margin:10px 0;border-bottom:1px solid #c6cbd4}._driver_515gh_202{margin-bottom:10px}._driver__title_515gh_205{font-weight:600;font-size:22px;line-height:26px}._driver__name_515gh_210{line-height:22px;font-size:16px}._driver__info_515gh_214{font-size:16px;line-height:22px}._driver__info_left_515gh_218{font-size:16px;line-height:22px;text-align:end}._invoice__title_515gh_224{font-weight:600;font-size:22px;line-height:26px;margin-bottom:10px}._invoice_515gh_224 ._head_text_515gh_230{font-size:18px;font-weight:300;line-height:24px;color:#6f7880}._invoice_515gh_224 ._data_text_515gh_236{color:#333;font-size:18px;font-weight:300;line-height:24px}._invoice_515gh_224 ._table_515gh_242{display:flex;flex-direction:column;gap:12px}._invoice_515gh_224 ._table__row_515gh_247{display:flex;align-items:center;justify-content:space-between}._invoice_515gh_224 ._table__row_515gh_247 ._text_515gh_252{display:flex;align-items:center;color:#333;font-size:16px;font-weight:400;line-height:24px}._invoice_515gh_224 ._table__row_515gh_247 ._text_515gh_252 svg{height:35px}._invoice_515gh_224 ._table__row_515gh_247 ._text__secondary_515gh_263{text-align:end;color:#6f7880;font-size:14px;font-weight:400;line-height:20px}._invoice_515gh_224 ._table_515gh_242 ._download_text_515gh_270{color:#333;font-size:18px;font-weight:300;line-height:24px;display:flex;align-items:center;cursor:pointer;gap:8px}._sms__input_515gh_281{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:16px}._sms_515gh_281 button{padding:12px 45px!important}._sms__flexer_515gh_290{display:flex;gap:10px;justify-content:space-between;margin-bottom:15px;align-items:center}._sms_515gh_281 ._whitespace_515gh_297{width:162.5px}._mb_16_515gh_301{margin-bottom:16px}._mb_10_515gh_305{margin-bottom:10px}._input_515gh_309{width:100%!important}._modalheader_515gh_313{display:flex;flex-direction:column;align-items:center;justify-content:center}._tablepadding_515gh_320{padding:0 3px}._statusChip_515gh_324{margin-left:auto}._bookingHeader_515gh_328{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._tableHead_515gh_335{background-color:#f0faf6;color:#6f7880}._tablePadding_515gh_340{padding:.75rem}._tableHeader_515gh_344{text-align:center;vertical-align:middle}._tableHeaderContent_515gh_349{display:inline-flex;align-items:center;justify-content:center;height:100%}._tableRow_515gh_356{padding-top:10px}._nowrap_515gh_360{white-space:nowrap}._smallText_515gh_364{font-size:small}._addressList_515gh_368{list-style-type:disc;padding-left:20px;margin:0}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._status_13oun_26{display:flex;flex-direction:column;align-items:center;padding:80px 28px 36px!important}._status__title_13oun_32{font-size:26px;font-weight:400;margin-bottom:20px}._status__check_13oun_37{cursor:pointer;width:100px;height:100px;border-radius:50%;background:#23a26d1f;display:flex;align-items:center;justify-content:center;margin-bottom:20px}._status__check_13oun_37 svg{width:50px;height:50px}._status__info_13oun_52{background:#f0faf6;border-radius:16px;text-align:center;width:100%;padding:16px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._change_driver_qi6n8_26 ._title_qi6n8_26{font-size:26px;font-weight:400;margin-bottom:20px;text-align:center}._change_driver_qi6n8_26 ._driver_title_qi6n8_32{font-size:22px}._change_driver_qi6n8_26 ._driver_name_qi6n8_35{font-size:16px;line-height:24px;margin-bottom:20px}._change_driver_qi6n8_26 ._info_qi6n8_40{font-size:16px;font-weight:600;line-height:22px}._change_driver_qi6n8_26 ._info_qi6n8_40 span{font-size:16px;line-height:24px;font-weight:400}._change_driver_qi6n8_26 ._checkbox_qi6n8_50{display:flex;gap:10px;align-items:center;margin:15px 0}._change_driver_qi6n8_26 ._buttons_qi6n8_56{margin-top:20px;display:flex;justify-content:space-between;gap:14px}._change_driver_qi6n8_26 ._buttons_qi6n8_56 ._contained_qi6n8_62{color:#fff!important}._change_driver_qi6n8_26 ._buttons_qi6n8_56 button{padding-top:14px;padding-bottom:14px;flex:1}._change_driver_qi6n8_26 ._select_qi6n8_70{width:50%}._change_driver_qi6n8_26 ._select_qi6n8_70 ._search_paper_qi6n8_73{justify-content:space-between;padding:20px}._agree_19ud3_1{text-align:center}._agree__title_19ud3_4{font-size:21px;font-weight:bolder}._agree__confirm_19ud3_8{text-align:start}._agree__buttons_19ud3_11{margin-top:20px;display:flex}._agree__buttons--item_19ud3_15{flex:1;margin:0 10px}._agree__input_19ud3_19{margin:20px 0}._agree_19ud3_1 span{font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._modal_3on83_26{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;padding:28px;border-radius:12px;outline:none;width:100%;max-height:90vh;overflow:auto}._modal_3on83_26._md_3on83_39{max-width:850px}._modal_3on83_26._lg_3on83_42{max-width:1100px;padding-top:80px}._modal_3on83_26._sm_3on83_46{padding-top:80px;max-width:576px}._modal__close_3on83_50{cursor:pointer;position:absolute;right:28px;top:28px}._modal__header-title_3on83_56{font-size:26px;font-weight:400;margin-bottom:20px}._modal_3on83_26::-webkit-scrollbar-track{margin:12px 0}._overlay_3on83_65{z-index:20;position:fixed;top:0;right:0;bottom:0;left:0;background:#dddddd80}._infinite_12k0t_1{overflow:visible!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._popup_19khf_26{position:relative;width:fit-content}._popup_19khf_26:hover ._popup__box_19khf_30{opacity:1;visibility:visible}._popup__box_19khf_30{padding:12px 24px;position:absolute;z-index:10;width:236px;bottom:-12px;background-color:#fff;transform:translateY(100%);box-shadow:0 4px 40px #0000001f;border-radius:16px;text-transform:none;opacity:0;visibility:hidden;transition:all .3s;color:#333;font-size:16px;line-height:20px;font-weight:400;white-space:wrap}._popup__box_19khf_30._center_19khf_54{left:50%;transform:translate(-50%,100%)}._popup__box_19khf_30._sm_19khf_58{width:137px}._popup__box_19khf_30._md_19khf_61{width:343px}._popup__box_19khf_30._textCenter_19khf_64{text-align:center}._popup__box_19khf_30._left_19khf_67{left:0}._popup__triangle_19khf_70{position:absolute;top:0;left:50%;transform:translate(-50%,-100%);width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #ffffff transparent}@media (max-width: 1100px){._popup__box_19khf_30._center_19khf_54{left:0;transform:translateY(100%)}._popup__triangle_19khf_70._center_19khf_54{left:20px;transform:translateY(-100%)}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._input_unqq8_26{height:fit-content;min-height:52px;padding:16px 5px 6px;position:relative;cursor:text;border-bottom:1px solid #b0b0b0}._input_unqq8_26:hover{border-color:#000}._input_unqq8_26 ._label_unqq8_37{position:absolute;left:5px;top:20px;pointer-events:none;transition:all .2s ease-out;color:#b0b0b0;line-height:24px}._input__content_unqq8_46,._input__content_unqq8_46 input{flex:1}._input_unqq8_26 ._clear_button_unqq8_52{min-height:fit-content;padding:0}._input_unqq8_26 ._error_unqq8_56{position:absolute;left:5px;bottom:-16px}._input_unqq8_26 ._error_unqq8_56:first-letter{text-transform:uppercase}._input_unqq8_26._focused_unqq8_64 ._label_unqq8_37{top:0;font-size:14px;color:#6f7880;line-height:16px}._input_unqq8_26._error_unqq8_56{border-bottom-color:#ff006e}._input_unqq8_26._error_unqq8_56 ._label_unqq8_37{color:#ff006e}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._comment_1qrfw_26{padding:20px 28px;background-color:#f6f6fb;border-radius:12px;display:flex;gap:10px;margin:12px 0}._comment__avatar_1qrfw_34{border-radius:50%;width:36px;height:36px;background-color:#333;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}._comment__paragraph_1qrfw_45{flex:1}._comment__paragraph_1qrfw_45 span{font-size:16px;font-weight:700;line-height:24px}._comment__date_1qrfw_53{font-size:12px;line-height:22px;color:#6f7880}.ag-filter-panel-buttons{display:flex;justify-content:flex-end;overflow:hidden;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding) 0;flex-wrap:wrap;gap:var(--ag-widget-vertical-spacing) var(--ag-widget-horizontal-spacing)}.ag-filter-panel-buttons-button{line-height:1.5}.ag-filter-panel .ag-standard-button.ag-filter-panel-buttons-apply-button{color:var(--ag-filter-panel-apply-button-color);background-color:var(--ag-filter-panel-apply-button-background-color)}.ag-filter-panel>*:where(:last-child){padding-bottom:var(--ag-widget-container-vertical-padding)}.ag-row.ag-row-pinned-source{color:var(--ag-pinned-source-row-text-color);background-color:var(--ag-pinned-source-row-background-color);font-weight:var(--ag-pinned-source-row-font-weight)}.ag-row.ag-row-pinned{color:var(--ag-pinned-row-text-color);background-color:var(--ag-pinned-row-background-color);font-weight:var(--ag-pinned-row-font-weight)}.ag-floating-top-viewport{border-bottom:var(--ag-pinned-row-border)}.ag-floating-bottom-viewport{border-top:var(--ag-pinned-row-border)}.ag-measurement-container{--ag-legacy-styles-loaded: "true"}.ag-icon{font-family:var(--ag-icon-font-family);font-weight:var(--ag-icon-font-weight);color:var(--ag-icon-font-color);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:var(--ag-icon-size);height:var(--ag-icon-size);position:relative}.ag-icon:before{content:"";font-family:inherit}.ag-icon:after{background:transparent var(--ag-icon-image, none) center/contain no-repeat;display:var(--ag-icon-image-display);opacity:var(--ag-icon-image-opacity, .9);position:absolute;top:0;right:0;bottom:0;left:0;content:""}.ag-icon-aggregation{font-family:var(--ag-icon-font-family-aggregation, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-aggregation, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-aggregation, var(--ag-icon-font-color))}.ag-icon-aggregation:before{content:var(--ag-icon-font-code-aggregation, "");display:var(--ag-icon-font-display-aggregation, var(--ag-icon-font-display))}.ag-icon-aggregation:after{background-image:var(--ag-icon-image-aggregation, var(--ag-icon-image));display:var(--ag-icon-image-display-aggregation, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-aggregation, var(--ag-icon-image-opacity, .9))}.ag-icon-arrows{font-family:var(--ag-icon-font-family-arrows, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-arrows, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-arrows, var(--ag-icon-font-color))}.ag-icon-arrows:before{content:var(--ag-icon-font-code-arrows, "");display:var(--ag-icon-font-display-arrows, var(--ag-icon-font-display))}.ag-icon-arrows:after{background-image:var(--ag-icon-image-arrows, var(--ag-icon-image));display:var(--ag-icon-image-display-arrows, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-arrows, var(--ag-icon-image-opacity, .9))}.ag-icon-asc{font-family:var(--ag-icon-font-family-asc, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-asc, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-asc, var(--ag-icon-font-color))}.ag-icon-asc:before{content:var(--ag-icon-font-code-asc, "");display:var(--ag-icon-font-display-asc, var(--ag-icon-font-display))}.ag-icon-asc:after{background-image:var(--ag-icon-image-asc, var(--ag-icon-image));display:var(--ag-icon-image-display-asc, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-asc, var(--ag-icon-image-opacity, .9))}.ag-icon-cancel{font-family:var(--ag-icon-font-family-cancel, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-cancel, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-cancel, var(--ag-icon-font-color))}.ag-icon-cancel:before{content:var(--ag-icon-font-code-cancel, "");display:var(--ag-icon-font-display-cancel, var(--ag-icon-font-display))}.ag-icon-cancel:after{background-image:var(--ag-icon-image-cancel, var(--ag-icon-image));display:var(--ag-icon-image-display-cancel, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-cancel, var(--ag-icon-image-opacity, .9))}.ag-icon-chart{font-family:var(--ag-icon-font-family-chart, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-chart, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-chart, var(--ag-icon-font-color))}.ag-icon-chart:before{content:var(--ag-icon-font-code-chart, "");display:var(--ag-icon-font-display-chart, var(--ag-icon-font-display))}.ag-icon-chart:after{background-image:var(--ag-icon-image-chart, var(--ag-icon-image));display:var(--ag-icon-image-display-chart, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-chart, var(--ag-icon-image-opacity, .9))}.ag-icon-checkbox-checked{font-family:var(--ag-icon-font-family-checkbox-checked, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-checkbox-checked, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-checkbox-checked, var(--ag-icon-font-color))}.ag-icon-checkbox-checked:before{content:var(--ag-icon-font-code-checkbox-checked, "");display:var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display))}.ag-icon-checkbox-checked:after{background-image:var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, .9))}.ag-icon-checkbox-indeterminate{font-family:var(--ag-icon-font-family-checkbox-indeterminate, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-checkbox-indeterminate, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-checkbox-indeterminate, var(--ag-icon-font-color))}.ag-icon-checkbox-indeterminate:before{content:var(--ag-icon-font-code-checkbox-indeterminate, "");display:var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display))}.ag-icon-checkbox-indeterminate:after{background-image:var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, .9))}.ag-icon-checkbox-unchecked{font-family:var(--ag-icon-font-family-checkbox-unchecked, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-checkbox-unchecked, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-checkbox-unchecked, var(--ag-icon-font-color))}.ag-icon-checkbox-unchecked:before{content:var(--ag-icon-font-code-checkbox-unchecked, "");display:var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display))}.ag-icon-checkbox-unchecked:after{background-image:var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, .9))}.ag-icon-color-picker{font-family:var(--ag-icon-font-family-color-picker, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-color-picker, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-color-picker, var(--ag-icon-font-color))}.ag-icon-color-picker:before{content:var(--ag-icon-font-code-color-picker, "");display:var(--ag-icon-font-display-color-picker, var(--ag-icon-font-display))}.ag-icon-color-picker:after{background-image:var(--ag-icon-image-color-picker, var(--ag-icon-image));display:var(--ag-icon-image-display-color-picker, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-color-picker, var(--ag-icon-image-opacity, .9))}.ag-icon-columns{font-family:var(--ag-icon-font-family-columns, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-columns, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-columns, var(--ag-icon-font-color))}.ag-icon-columns:before{content:var(--ag-icon-font-code-columns, "");display:var(--ag-icon-font-display-columns, var(--ag-icon-font-display))}.ag-icon-columns:after{background-image:var(--ag-icon-image-columns, var(--ag-icon-image));display:var(--ag-icon-image-display-columns, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-columns, var(--ag-icon-image-opacity, .9))}.ag-icon-contracted{font-family:var(--ag-icon-font-family-contracted, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-contracted, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-contracted, var(--ag-icon-font-color))}.ag-icon-contracted:before{content:var(--ag-icon-font-code-contracted, "");display:var(--ag-icon-font-display-contracted, var(--ag-icon-font-display))}.ag-icon-contracted:after{background-image:var(--ag-icon-image-contracted, var(--ag-icon-image));display:var(--ag-icon-image-display-contracted, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-contracted, var(--ag-icon-image-opacity, .9))}.ag-icon-copy{font-family:var(--ag-icon-font-family-copy, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-copy, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-copy, var(--ag-icon-font-color))}.ag-icon-copy:before{content:var(--ag-icon-font-code-copy, "");display:var(--ag-icon-font-display-copy, var(--ag-icon-font-display))}.ag-icon-copy:after{background-image:var(--ag-icon-image-copy, var(--ag-icon-image));display:var(--ag-icon-image-display-copy, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-copy, var(--ag-icon-image-opacity, .9))}.ag-icon-cross{font-family:var(--ag-icon-font-family-cross, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-cross, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-cross, var(--ag-icon-font-color))}.ag-icon-cross:before{content:var(--ag-icon-font-code-cross, "");display:var(--ag-icon-font-display-cross, var(--ag-icon-font-display))}.ag-icon-cross:after{background-image:var(--ag-icon-image-cross, var(--ag-icon-image));display:var(--ag-icon-image-display-cross, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-cross, var(--ag-icon-image-opacity, .9))}.ag-icon-csv{font-family:var(--ag-icon-font-family-csv, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-csv, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-csv, var(--ag-icon-font-color))}.ag-icon-csv:before{content:var(--ag-icon-font-code-csv, "");display:var(--ag-icon-font-display-csv, var(--ag-icon-font-display))}.ag-icon-csv:after{background-image:var(--ag-icon-image-csv, var(--ag-icon-image));display:var(--ag-icon-image-display-csv, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-csv, var(--ag-icon-image-opacity, .9))}.ag-icon-cut{font-family:var(--ag-icon-font-family-cut, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-cut, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-cut, var(--ag-icon-font-color))}.ag-icon-cut:before{content:var(--ag-icon-font-code-cut, "");display:var(--ag-icon-font-display-cut, var(--ag-icon-font-display))}.ag-icon-cut:after{background-image:var(--ag-icon-image-cut, var(--ag-icon-image));display:var(--ag-icon-image-display-cut, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-cut, var(--ag-icon-image-opacity, .9))}.ag-icon-desc{font-family:var(--ag-icon-font-family-desc, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-desc, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-desc, var(--ag-icon-font-color))}.ag-icon-desc:before{content:var(--ag-icon-font-code-desc, "");display:var(--ag-icon-font-display-desc, var(--ag-icon-font-display))}.ag-icon-desc:after{background-image:var(--ag-icon-image-desc, var(--ag-icon-image));display:var(--ag-icon-image-display-desc, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-desc, var(--ag-icon-image-opacity, .9))}.ag-icon-excel{font-family:var(--ag-icon-font-family-excel, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-excel, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-excel, var(--ag-icon-font-color))}.ag-icon-excel:before{content:var(--ag-icon-font-code-excel, "");display:var(--ag-icon-font-display-excel, var(--ag-icon-font-display))}.ag-icon-excel:after{background-image:var(--ag-icon-image-excel, var(--ag-icon-image));display:var(--ag-icon-image-display-excel, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-excel, var(--ag-icon-image-opacity, .9))}.ag-icon-expanded{font-family:var(--ag-icon-font-family-expanded, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-expanded, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-expanded, var(--ag-icon-font-color))}.ag-icon-expanded:before{content:var(--ag-icon-font-code-expanded, "");display:var(--ag-icon-font-display-expanded, var(--ag-icon-font-display))}.ag-icon-expanded:after{background-image:var(--ag-icon-image-expanded, var(--ag-icon-image));display:var(--ag-icon-image-display-expanded, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-expanded, var(--ag-icon-image-opacity, .9))}.ag-icon-eye-slash{font-family:var(--ag-icon-font-family-eye-slash, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-eye-slash, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-eye-slash, var(--ag-icon-font-color))}.ag-icon-eye-slash:before{content:var(--ag-icon-font-code-eye-slash, "");display:var(--ag-icon-font-display-eye-slash, var(--ag-icon-font-display))}.ag-icon-eye-slash:after{background-image:var(--ag-icon-image-eye-slash, var(--ag-icon-image));display:var(--ag-icon-image-display-eye-slash, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-eye-slash, var(--ag-icon-image-opacity, .9))}.ag-icon-eye{font-family:var(--ag-icon-font-family-eye, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-eye, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-eye, var(--ag-icon-font-color))}.ag-icon-eye:before{content:var(--ag-icon-font-code-eye, "");display:var(--ag-icon-font-display-eye, var(--ag-icon-font-display))}.ag-icon-eye:after{background-image:var(--ag-icon-image-eye, var(--ag-icon-image));display:var(--ag-icon-image-display-eye, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-eye, var(--ag-icon-image-opacity, .9))}.ag-icon-filter{font-family:var(--ag-icon-font-family-filter, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-filter, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-filter, var(--ag-icon-font-color))}.ag-icon-filter:before{content:var(--ag-icon-font-code-filter, "");display:var(--ag-icon-font-display-filter, var(--ag-icon-font-display))}.ag-icon-filter:after{background-image:var(--ag-icon-image-filter, var(--ag-icon-image));display:var(--ag-icon-image-display-filter, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-filter, var(--ag-icon-image-opacity, .9))}.ag-icon-first{font-family:var(--ag-icon-font-family-first, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-first, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-first, var(--ag-icon-font-color))}.ag-icon-first:before{content:var(--ag-icon-font-code-first, "");display:var(--ag-icon-font-display-first, var(--ag-icon-font-display))}.ag-icon-first:after{background-image:var(--ag-icon-image-first, var(--ag-icon-image));display:var(--ag-icon-image-display-first, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-first, var(--ag-icon-image-opacity, .9))}.ag-icon-grip{font-family:var(--ag-icon-font-family-grip, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-grip, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-grip, var(--ag-icon-font-color))}.ag-icon-grip:before{content:var(--ag-icon-font-code-grip, "");display:var(--ag-icon-font-display-grip, var(--ag-icon-font-display))}.ag-icon-grip:after{background-image:var(--ag-icon-image-grip, var(--ag-icon-image));display:var(--ag-icon-image-display-grip, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-grip, var(--ag-icon-image-opacity, .9))}.ag-icon-group{font-family:var(--ag-icon-font-family-group, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-group, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-group, var(--ag-icon-font-color))}.ag-icon-group:before{content:var(--ag-icon-font-code-group, "");display:var(--ag-icon-font-display-group, var(--ag-icon-font-display))}.ag-icon-group:after{background-image:var(--ag-icon-image-group, var(--ag-icon-image));display:var(--ag-icon-image-display-group, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-group, var(--ag-icon-image-opacity, .9))}.ag-icon-last{font-family:var(--ag-icon-font-family-last, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-last, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-last, var(--ag-icon-font-color))}.ag-icon-last:before{content:var(--ag-icon-font-code-last, "");display:var(--ag-icon-font-display-last, var(--ag-icon-font-display))}.ag-icon-last:after{background-image:var(--ag-icon-image-last, var(--ag-icon-image));display:var(--ag-icon-image-display-last, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-last, var(--ag-icon-image-opacity, .9))}.ag-icon-left{font-family:var(--ag-icon-font-family-left, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-left, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-left, var(--ag-icon-font-color))}.ag-icon-left:before{content:var(--ag-icon-font-code-left, "");display:var(--ag-icon-font-display-left, var(--ag-icon-font-display))}.ag-icon-left:after{background-image:var(--ag-icon-image-left, var(--ag-icon-image));display:var(--ag-icon-image-display-left, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-left, var(--ag-icon-image-opacity, .9))}.ag-icon-linked{font-family:var(--ag-icon-font-family-linked, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-linked, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-linked, var(--ag-icon-font-color))}.ag-icon-linked:before{content:var(--ag-icon-font-code-linked, "");display:var(--ag-icon-font-display-linked, var(--ag-icon-font-display))}.ag-icon-linked:after{background-image:var(--ag-icon-image-linked, var(--ag-icon-image));display:var(--ag-icon-image-display-linked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-linked, var(--ag-icon-image-opacity, .9))}.ag-icon-loading{font-family:var(--ag-icon-font-family-loading, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-loading, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-loading, var(--ag-icon-font-color))}.ag-icon-loading:before{content:var(--ag-icon-font-code-loading, "");display:var(--ag-icon-font-display-loading, var(--ag-icon-font-display))}.ag-icon-loading:after{background-image:var(--ag-icon-image-loading, var(--ag-icon-image));display:var(--ag-icon-image-display-loading, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-loading, var(--ag-icon-image-opacity, .9))}.ag-icon-maximize{font-family:var(--ag-icon-font-family-maximize, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-maximize, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-maximize, var(--ag-icon-font-color))}.ag-icon-maximize:before{content:var(--ag-icon-font-code-maximize, "");display:var(--ag-icon-font-display-maximize, var(--ag-icon-font-display))}.ag-icon-maximize:after{background-image:var(--ag-icon-image-maximize, var(--ag-icon-image));display:var(--ag-icon-image-display-maximize, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-maximize, var(--ag-icon-image-opacity, .9))}.ag-icon-menu{font-family:var(--ag-icon-font-family-menu, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-menu, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-menu, var(--ag-icon-font-color))}.ag-icon-menu:before{content:var(--ag-icon-font-code-menu, "");display:var(--ag-icon-font-display-menu, var(--ag-icon-font-display))}.ag-icon-menu:after{background-image:var(--ag-icon-image-menu, var(--ag-icon-image));display:var(--ag-icon-image-display-menu, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-menu, var(--ag-icon-image-opacity, .9))}.ag-icon-minimize{font-family:var(--ag-icon-font-family-minimize, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-minimize, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-minimize, var(--ag-icon-font-color))}.ag-icon-minimize:before{content:var(--ag-icon-font-code-minimize, "");display:var(--ag-icon-font-display-minimize, var(--ag-icon-font-display))}.ag-icon-minimize:after{background-image:var(--ag-icon-image-minimize, var(--ag-icon-image));display:var(--ag-icon-image-display-minimize, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-minimize, var(--ag-icon-image-opacity, .9))}.ag-icon-next{font-family:var(--ag-icon-font-family-next, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-next, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-next, var(--ag-icon-font-color))}.ag-icon-next:before{content:var(--ag-icon-font-code-next, "");display:var(--ag-icon-font-display-next, var(--ag-icon-font-display))}.ag-icon-next:after{background-image:var(--ag-icon-image-next, var(--ag-icon-image));display:var(--ag-icon-image-display-next, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-next, var(--ag-icon-image-opacity, .9))}.ag-icon-none{font-family:var(--ag-icon-font-family-none, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-none, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-none, var(--ag-icon-font-color))}.ag-icon-none:before{content:var(--ag-icon-font-code-none, "");display:var(--ag-icon-font-display-none, var(--ag-icon-font-display))}.ag-icon-none:after{background-image:var(--ag-icon-image-none, var(--ag-icon-image));display:var(--ag-icon-image-display-none, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-none, var(--ag-icon-image-opacity, .9))}.ag-icon-not-allowed{font-family:var(--ag-icon-font-family-not-allowed, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-not-allowed, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-not-allowed, var(--ag-icon-font-color))}.ag-icon-not-allowed:before{content:var(--ag-icon-font-code-not-allowed, "");display:var(--ag-icon-font-display-not-allowed, var(--ag-icon-font-display))}.ag-icon-not-allowed:after{background-image:var(--ag-icon-image-not-allowed, var(--ag-icon-image));display:var(--ag-icon-image-display-not-allowed, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-not-allowed, var(--ag-icon-image-opacity, .9))}.ag-icon-paste{font-family:var(--ag-icon-font-family-paste, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-paste, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-paste, var(--ag-icon-font-color))}.ag-icon-paste:before{content:var(--ag-icon-font-code-paste, "");display:var(--ag-icon-font-display-paste, var(--ag-icon-font-display))}.ag-icon-paste:after{background-image:var(--ag-icon-image-paste, var(--ag-icon-image));display:var(--ag-icon-image-display-paste, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-paste, var(--ag-icon-image-opacity, .9))}.ag-icon-pin{font-family:var(--ag-icon-font-family-pin, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-pin, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-pin, var(--ag-icon-font-color))}.ag-icon-pin:before{content:var(--ag-icon-font-code-pin, "");display:var(--ag-icon-font-display-pin, var(--ag-icon-font-display))}.ag-icon-pin:after{background-image:var(--ag-icon-image-pin, var(--ag-icon-image));display:var(--ag-icon-image-display-pin, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-pin, var(--ag-icon-image-opacity, .9))}.ag-icon-pivot{font-family:var(--ag-icon-font-family-pivot, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-pivot, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-pivot, var(--ag-icon-font-color))}.ag-icon-pivot:before{content:var(--ag-icon-font-code-pivot, "");display:var(--ag-icon-font-display-pivot, var(--ag-icon-font-display))}.ag-icon-pivot:after{background-image:var(--ag-icon-image-pivot, var(--ag-icon-image));display:var(--ag-icon-image-display-pivot, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-pivot, var(--ag-icon-image-opacity, .9))}.ag-icon-previous{font-family:var(--ag-icon-font-family-previous, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-previous, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-previous, var(--ag-icon-font-color))}.ag-icon-previous:before{content:var(--ag-icon-font-code-previous, "");display:var(--ag-icon-font-display-previous, var(--ag-icon-font-display))}.ag-icon-previous:after{background-image:var(--ag-icon-image-previous, var(--ag-icon-image));display:var(--ag-icon-image-display-previous, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-previous, var(--ag-icon-image-opacity, .9))}.ag-icon-radio-button-off{font-family:var(--ag-icon-font-family-radio-button-off, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-radio-button-off, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-radio-button-off, var(--ag-icon-font-color))}.ag-icon-radio-button-off:before{content:var(--ag-icon-font-code-radio-button-off, "");display:var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display))}.ag-icon-radio-button-off:after{background-image:var(--ag-icon-image-radio-button-off, var(--ag-icon-image));display:var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, .9))}.ag-icon-radio-button-on{font-family:var(--ag-icon-font-family-radio-button-on, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-radio-button-on, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-radio-button-on, var(--ag-icon-font-color))}.ag-icon-radio-button-on:before{content:var(--ag-icon-font-code-radio-button-on, "");display:var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display))}.ag-icon-radio-button-on:after{background-image:var(--ag-icon-image-radio-button-on, var(--ag-icon-image));display:var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, .9))}.ag-icon-right{font-family:var(--ag-icon-font-family-right, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-right, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-right, var(--ag-icon-font-color))}.ag-icon-right:before{content:var(--ag-icon-font-code-right, "");display:var(--ag-icon-font-display-right, var(--ag-icon-font-display))}.ag-icon-right:after{background-image:var(--ag-icon-image-right, var(--ag-icon-image));display:var(--ag-icon-image-display-right, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-right, var(--ag-icon-image-opacity, .9))}.ag-icon-save{font-family:var(--ag-icon-font-family-save, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-save, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-save, var(--ag-icon-font-color))}.ag-icon-save:before{content:var(--ag-icon-font-code-save, "");display:var(--ag-icon-font-display-save, var(--ag-icon-font-display))}.ag-icon-save:after{background-image:var(--ag-icon-image-save, var(--ag-icon-image));display:var(--ag-icon-image-display-save, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-save, var(--ag-icon-image-opacity, .9))}.ag-icon-small-down{font-family:var(--ag-icon-font-family-small-down, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-small-down, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-small-down, var(--ag-icon-font-color))}.ag-icon-small-down:before{content:var(--ag-icon-font-code-small-down, "");display:var(--ag-icon-font-display-small-down, var(--ag-icon-font-display))}.ag-icon-small-down:after{background-image:var(--ag-icon-image-small-down, var(--ag-icon-image));display:var(--ag-icon-image-display-small-down, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-small-down, var(--ag-icon-image-opacity, .9))}.ag-icon-small-left{font-family:var(--ag-icon-font-family-small-left, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-small-left, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-small-left, var(--ag-icon-font-color))}.ag-icon-small-left:before{content:var(--ag-icon-font-code-small-left, "");display:var(--ag-icon-font-display-small-left, var(--ag-icon-font-display))}.ag-icon-small-left:after{background-image:var(--ag-icon-image-small-left, var(--ag-icon-image));display:var(--ag-icon-image-display-small-left, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-small-left, var(--ag-icon-image-opacity, .9))}.ag-icon-small-right{font-family:var(--ag-icon-font-family-small-right, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-small-right, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-small-right, var(--ag-icon-font-color))}.ag-icon-small-right:before{content:var(--ag-icon-font-code-small-right, "");display:var(--ag-icon-font-display-small-right, var(--ag-icon-font-display))}.ag-icon-small-right:after{background-image:var(--ag-icon-image-small-right, var(--ag-icon-image));display:var(--ag-icon-image-display-small-right, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-small-right, var(--ag-icon-image-opacity, .9))}.ag-icon-small-up{font-family:var(--ag-icon-font-family-small-up, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-small-up, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-small-up, var(--ag-icon-font-color))}.ag-icon-small-up:before{content:var(--ag-icon-font-code-small-up, "");display:var(--ag-icon-font-display-small-up, var(--ag-icon-font-display))}.ag-icon-small-up:after{background-image:var(--ag-icon-image-small-up, var(--ag-icon-image));display:var(--ag-icon-image-display-small-up, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-small-up, var(--ag-icon-image-opacity, .9))}.ag-icon-tick{font-family:var(--ag-icon-font-family-tick, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-tick, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-tick, var(--ag-icon-font-color))}.ag-icon-tick:before{content:var(--ag-icon-font-code-tick, "");display:var(--ag-icon-font-display-tick, var(--ag-icon-font-display))}.ag-icon-tick:after{background-image:var(--ag-icon-image-tick, var(--ag-icon-image));display:var(--ag-icon-image-display-tick, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-tick, var(--ag-icon-image-opacity, .9))}.ag-icon-tree-closed{font-family:var(--ag-icon-font-family-tree-closed, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-tree-closed, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-tree-closed, var(--ag-icon-font-color))}.ag-icon-tree-closed:before{content:var(--ag-icon-font-code-tree-closed, "");display:var(--ag-icon-font-display-tree-closed, var(--ag-icon-font-display))}.ag-icon-tree-closed:after{background-image:var(--ag-icon-image-tree-closed, var(--ag-icon-image));display:var(--ag-icon-image-display-tree-closed, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-tree-closed, var(--ag-icon-image-opacity, .9))}.ag-icon-tree-indeterminate{font-family:var(--ag-icon-font-family-tree-indeterminate, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-tree-indeterminate, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-tree-indeterminate, var(--ag-icon-font-color))}.ag-icon-tree-indeterminate:before{content:var(--ag-icon-font-code-tree-indeterminate, "");display:var(--ag-icon-font-display-tree-indeterminate, var(--ag-icon-font-display))}.ag-icon-tree-indeterminate:after{background-image:var(--ag-icon-image-tree-indeterminate, var(--ag-icon-image));display:var(--ag-icon-image-display-tree-indeterminate, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-tree-indeterminate, var(--ag-icon-image-opacity, .9))}.ag-icon-tree-open{font-family:var(--ag-icon-font-family-tree-open, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-tree-open, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-tree-open, var(--ag-icon-font-color))}.ag-icon-tree-open:before{content:var(--ag-icon-font-code-tree-open, "");display:var(--ag-icon-font-display-tree-open, var(--ag-icon-font-display))}.ag-icon-tree-open:after{background-image:var(--ag-icon-image-tree-open, var(--ag-icon-image));display:var(--ag-icon-image-display-tree-open, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-tree-open, var(--ag-icon-image-opacity, .9))}.ag-icon-unlinked{font-family:var(--ag-icon-font-family-unlinked, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-unlinked, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-unlinked, var(--ag-icon-font-color))}.ag-icon-unlinked:before{content:var(--ag-icon-font-code-unlinked, "");display:var(--ag-icon-font-display-unlinked, var(--ag-icon-font-display))}.ag-icon-unlinked:after{background-image:var(--ag-icon-image-unlinked, var(--ag-icon-image));display:var(--ag-icon-image-display-unlinked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-unlinked, var(--ag-icon-image-opacity, .9))}.ag-icon-up{font-family:var(--ag-icon-font-family-up, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-up, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-up, var(--ag-icon-font-color))}.ag-icon-up:before{content:var(--ag-icon-font-code-up, "");display:var(--ag-icon-font-display-up, var(--ag-icon-font-display))}.ag-icon-up:after{background-image:var(--ag-icon-image-up, var(--ag-icon-image));display:var(--ag-icon-image-display-up, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-up, var(--ag-icon-image-opacity, .9))}.ag-icon-down{font-family:var(--ag-icon-font-family-down, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-down, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-down, var(--ag-icon-font-color))}.ag-icon-down:before{content:var(--ag-icon-font-code-down, "");display:var(--ag-icon-font-display-down, var(--ag-icon-font-display))}.ag-icon-down:after{background-image:var(--ag-icon-image-down, var(--ag-icon-image));display:var(--ag-icon-image-display-down, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-down, var(--ag-icon-image-opacity, .9))}.ag-icon-plus{font-family:var(--ag-icon-font-family-plus, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-plus, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-plus, var(--ag-icon-font-color))}.ag-icon-plus:before{content:var(--ag-icon-font-code-plus, "");display:var(--ag-icon-font-display-plus, var(--ag-icon-font-display))}.ag-icon-plus:after{background-image:var(--ag-icon-image-plus, var(--ag-icon-image));display:var(--ag-icon-image-display-plus, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-plus, var(--ag-icon-image-opacity, .9))}.ag-icon-minus{font-family:var(--ag-icon-font-family-minus, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-minus, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-minus, var(--ag-icon-font-color))}.ag-icon-minus:before{content:var(--ag-icon-font-code-minus, "");display:var(--ag-icon-font-display-minus, var(--ag-icon-font-display))}.ag-icon-minus:after{background-image:var(--ag-icon-image-minus, var(--ag-icon-image));display:var(--ag-icon-image-display-minus, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-minus, var(--ag-icon-image-opacity, .9))}.ag-icon-menu-alt{font-family:var(--ag-icon-font-family-menu-alt, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-menu-alt, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-menu-alt, var(--ag-icon-font-color))}.ag-icon-menu-alt:before{content:var(--ag-icon-font-code-menu-alt, "");display:var(--ag-icon-font-display-menu-alt, var(--ag-icon-font-display))}.ag-icon-menu-alt:after{background-image:var(--ag-icon-image-menu-alt, var(--ag-icon-image));display:var(--ag-icon-image-display-menu-alt, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-menu-alt, var(--ag-icon-image-opacity, .9))}.ag-icon-settings{font-family:var(--ag-icon-font-family-settings, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-settings, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-settings, var(--ag-icon-font-color))}.ag-icon-settings:before{content:var(--ag-icon-font-code-settings, "");display:var(--ag-icon-font-display-settings, var(--ag-icon-font-display))}.ag-icon-settings:after{background-image:var(--ag-icon-image-settings, var(--ag-icon-image));display:var(--ag-icon-image-display-settings, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-settings, var(--ag-icon-image-opacity, .9))}.ag-icon-column-arrow{font-family:var(--ag-icon-font-family-column-arrow, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-column-arrow, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-column-arrow, var(--ag-icon-font-color))}.ag-icon-column-arrow:before{content:var(--ag-icon-font-code-column-arrow, "");display:var(--ag-icon-font-display-column-arrow, var(--ag-icon-font-display))}.ag-icon-column-arrow:after{background-image:var(--ag-icon-image-column-arrow, var(--ag-icon-image));display:var(--ag-icon-image-display-column-arrow, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-column-arrow, var(--ag-icon-image-opacity, .9))}.ag-icon-un-pin{font-family:var(--ag-icon-font-family-un-pin, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-un-pin, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-un-pin, var(--ag-icon-font-color))}.ag-icon-un-pin:before{content:var(--ag-icon-font-code-un-pin, "");display:var(--ag-icon-font-display-un-pin, var(--ag-icon-font-display))}.ag-icon-un-pin:after{background-image:var(--ag-icon-image-un-pin, var(--ag-icon-image));display:var(--ag-icon-image-display-un-pin, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-un-pin, var(--ag-icon-image-opacity, .9))}.ag-icon-pinned-bottom{font-family:var(--ag-icon-font-family-pinned-bottom, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-pinned-bottom, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-pinned-bottom, var(--ag-icon-font-color))}.ag-icon-pinned-bottom:before{content:var(--ag-icon-font-code-pinned-bottom, "");display:var(--ag-icon-font-display-pinned-bottom, var(--ag-icon-font-display))}.ag-icon-pinned-bottom:after{background-image:var(--ag-icon-image-pinned-bottom, var(--ag-icon-image));display:var(--ag-icon-image-display-pinned-bottom, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-pinned-bottom, var(--ag-icon-image-opacity, .9))}.ag-icon-pinned-top{font-family:var(--ag-icon-font-family-pinned-top, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-pinned-top, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-pinned-top, var(--ag-icon-font-color))}.ag-icon-pinned-top:before{content:var(--ag-icon-font-code-pinned-top, "");display:var(--ag-icon-font-display-pinned-top, var(--ag-icon-font-display))}.ag-icon-pinned-top:after{background-image:var(--ag-icon-image-pinned-top, var(--ag-icon-image));display:var(--ag-icon-image-display-pinned-top, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-pinned-top, var(--ag-icon-image-opacity, .9))}.ag-icon-chevron-up{font-family:var(--ag-icon-font-family-chevron-up, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-chevron-up, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-chevron-up, var(--ag-icon-font-color))}.ag-icon-chevron-up:before{content:var(--ag-icon-font-code-chevron-up, "");display:var(--ag-icon-font-display-chevron-up, var(--ag-icon-font-display))}.ag-icon-chevron-up:after{background-image:var(--ag-icon-image-chevron-up, var(--ag-icon-image));display:var(--ag-icon-image-display-chevron-up, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-chevron-up, var(--ag-icon-image-opacity, .9))}.ag-icon-chevron-down{font-family:var(--ag-icon-font-family-chevron-down, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-chevron-down, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-chevron-down, var(--ag-icon-font-color))}.ag-icon-chevron-down:before{content:var(--ag-icon-font-code-chevron-down, "");display:var(--ag-icon-font-display-chevron-down, var(--ag-icon-font-display))}.ag-icon-chevron-down:after{background-image:var(--ag-icon-image-chevron-down, var(--ag-icon-image));display:var(--ag-icon-image-display-chevron-down, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-chevron-down, var(--ag-icon-image-opacity, .9))}.ag-icon-chevron-left{font-family:var(--ag-icon-font-family-chevron-left, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-chevron-left, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-chevron-left, var(--ag-icon-font-color))}.ag-icon-chevron-left:before{content:var(--ag-icon-font-code-chevron-left, "");display:var(--ag-icon-font-display-chevron-left, var(--ag-icon-font-display))}.ag-icon-chevron-left:after{background-image:var(--ag-icon-image-chevron-left, var(--ag-icon-image));display:var(--ag-icon-image-display-chevron-left, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-chevron-left, var(--ag-icon-image-opacity, .9))}.ag-icon-chevron-right{font-family:var(--ag-icon-font-family-chevron-right, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-chevron-right, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-chevron-right, var(--ag-icon-font-color))}.ag-icon-chevron-right:before{content:var(--ag-icon-font-code-chevron-right, "");display:var(--ag-icon-font-display-chevron-right, var(--ag-icon-font-display))}.ag-icon-chevron-right:after{background-image:var(--ag-icon-image-chevron-right, var(--ag-icon-image));display:var(--ag-icon-image-display-chevron-right, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-chevron-right, var(--ag-icon-image-opacity, .9))}.ag-icon-filter-add{font-family:var(--ag-icon-font-family-filter-add, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-filter-add, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-filter-add, var(--ag-icon-font-color))}.ag-icon-filter-add:before{content:var(--ag-icon-font-code-filter-add, "");display:var(--ag-icon-font-display-filter-add, var(--ag-icon-font-display))}.ag-icon-filter-add:after{background-image:var(--ag-icon-image-filter-add, var(--ag-icon-image));display:var(--ag-icon-image-display-filter-add, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-filter-add, var(--ag-icon-image-opacity, .9))}.ag-icon-edit{font-family:var(--ag-icon-font-family-edit, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-edit, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-edit, var(--ag-icon-font-color))}.ag-icon-edit:before{content:var(--ag-icon-font-code-edit, "");display:var(--ag-icon-font-display-edit, var(--ag-icon-font-display))}.ag-icon-edit:after{background-image:var(--ag-icon-image-edit, var(--ag-icon-image));display:var(--ag-icon-image-display-edit, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-edit, var(--ag-icon-image-opacity, .9))}.ag-icon-row-drag:before{content:var(--ag-icon-font-code-grip)}.ag-left-arrow:before{content:var(--ag-icon-font-code-left)}.ag-right-arrow:before{content:var(--ag-icon-font-code-right)}[class*=ag-theme-]{--ag-foreground-color: #000;--ag-data-color: var(--ag-foreground-color);--ag-secondary-foreground-color: var(--ag-foreground-color);--ag-header-foreground-color: var(--ag-secondary-foreground-color);--ag-disabled-foreground-color: rgba(0, 0, 0, .5);--ag-background-color: #fff;--ag-header-background-color: transparent;--ag-tooltip-background-color: transparent;--ag-tooltip-error-background-color: color-mix( in srgb, var(--ag-background-color), var(--ag-invalid-color) 10% );--ag-tooltip-error-text-color: var(--ag-invalid-color);--ag-tooltip-error-border-color: color-mix(in srgb, var(--ag-background-color), var(--ag-invalid-color) 25%);--ag-subheader-background-color: transparent;--ag-subheader-toolbar-background-color: transparent;--ag-control-panel-background-color: transparent;--ag-side-button-selected-background-color: var(--ag-control-panel-background-color);--ag-selected-row-background-color: #bbb;--ag-data-background-color: var(--ag-background-color);--ag-odd-row-background-color: var(--ag-data-background-color);--ag-modal-overlay-background-color: rgba(255, 255, 255, .66);--ag-menu-background-color: var(--ag-background-color);--ag-menu-border-color: var(--ag-border-color);--ag-panel-background-color: var(--ag-background-color);--ag-panel-border-color: var(--ag-border-color);--ag-row-hover-color: transparent;--ag-column-hover-color: transparent;--ag-range-selection-border-color: var(--ag-foreground-color);--ag-range-selection-border-style: solid;--ag-range-selection-background-color: rgba(0, 0, 0, .2);--ag-range-selection-background-color-2: var(--ag-range-selection-background-color);--ag-range-selection-background-color-3: var(--ag-range-selection-background-color);--ag-range-selection-background-color-4: var(--ag-range-selection-background-color);--ag-range-selection-highlight-color: var(--ag-range-selection-border-color);--ag-range-header-highlight-color: color-mix( in srgb, var(--ag-header-background-color), var(--ag-foreground-color) 8% );--ag-selected-tab-underline-color: var(--ag-range-selection-border-color);--ag-selected-tab-underline-width: 0;--ag-selected-tab-underline-transition-speed: 0s;--ag-range-selection-chart-category-background-color: rgba(0, 255, 132, .1);--ag-range-selection-chart-background-color: rgba(0, 88, 255, .1);--ag-header-cell-hover-background-color: transparent;--ag-header-cell-moving-background-color: var(--ag-background-color);--ag-value-change-value-highlight-background-color: rgba(22, 160, 133, .5);--ag-value-change-delta-up-color: #43a047;--ag-value-change-delta-down-color: #e53935;--ag-row-loading-skeleton-effect-color: rgba(66, 66, 66, .2);--ag-chip-background-color: transparent;--ag-chip-border-color: var(--ag-chip-background-color);--ag-borders: solid 1px;--ag-border-color: rgba(0, 0, 0, .25);--ag-borders-critical: var(--ag-borders);--ag-borders-secondary: var(--ag-borders);--ag-secondary-border-color: var(--ag-border-color);--ag-row-border-style: solid;--ag-row-border-width: 1px;--ag-cell-horizontal-border: solid transparent;--ag-borders-input: var(--ag-borders-secondary);--ag-input-border-color: var(--ag-secondary-border-color);--ag-borders-input-invalid: solid 2px;--ag-input-border-color-invalid: var(--ag-invalid-color);--ag-full-row-invalid-background-color: color-mix( in srgb, var(--ag-background-color), var(--ag-invalid-color) 25% );--ag-borders-side-button: var(--ag-borders);--ag-border-radius: 0px;--ag-wrapper-border-radius: var(--ag-border-radius);--ag-row-border-color: var(--ag-secondary-border-color);--ag-header-column-separator-display: none;--ag-header-column-separator-height: 100%;--ag-header-column-separator-width: 1px;--ag-header-column-separator-color: var(--ag-secondary-border-color);--ag-header-column-resize-handle-display: none;--ag-header-column-resize-handle-height: 50%;--ag-header-column-resize-handle-width: 1px;--ag-header-column-resize-handle-color: var(--ag-secondary-border-color);--ag-invalid-color: red;--ag-input-disabled-border-color: var(--ag-input-border-color);--ag-input-disabled-background-color: transparent;--ag-checkbox-background-color: transparent;--ag-checkbox-border-radius: var(--ag-border-radius);--ag-checkbox-checked-color: var(--ag-foreground-color);--ag-checkbox-unchecked-color: var(--ag-foreground-color);--ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);--ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);--ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);--ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);--ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);--ag-toggle-button-switch-background-color: var(--ag-background-color);--ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);--ag-toggle-button-border-width: 1px;--ag-toggle-button-height: var(--ag-icon-size);--ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);--ag-input-focus-box-shadow: none;--ag-input-error-focus-box-shadow: none;--ag-input-focus-border-color: none;--ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);--ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);--ag-grid-size: 4px;--ag-icon-size: 12px;--ag-icon-font-weight: normal;--ag-icon-font-color: var(--ag-foreground-color);--ag-icon-image-display: block;--ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);--ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);--ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);--ag-widget-vertical-spacing: var(--ag-grid-size);--ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);--ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);--ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);--ag-header-height: var(--ag-row-height);--ag-pagination-panel-height: var(--ag-header-height);--ag-list-item-height: calc(var(--ag-grid-size) * 5);--ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));--ag-set-filter-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));--ag-advanced-filter-builder-indent-size: calc(var(--ag-grid-size) * 2 + var(--ag-icon-size));--ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));--ag-row-numbers-selected-color: #bbb;--ag-filter-tool-panel-group-indent: 16px;--ag-tab-min-width: 220px;--ag-chart-menu-panel-width: var(--ag-tab-min-width);--ag-menu-min-width: 181px;--ag-side-bar-panel-width: 200px;--ag-font-family: "Helvetica Neue", sans-serif;--ag-font-size: 14px;--ag-card-radius: var(--ag-border-radius);--ag-card-shadow: none;--ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, .3);--ag-advanced-filter-join-pill-color: #f08e8d;--ag-advanced-filter-column-pill-color: #a6e194;--ag-advanced-filter-option-pill-color: #f3c08b;--ag-advanced-filter-value-pill-color: #85c0e4;--ag-find-match-color: var(--ag-foreground-color);--ag-find-active-match-color: var(--ag-foreground-color);--ag-find-match-background-color: #ffff00;--ag-find-active-match-background-color: #ffa500;--ag-cell-batch-edit-background-color: rgb(220 181 139 / 16%);--ag-cell-batch-edit-text-color: #422f00;--ag-row-batch-edit-background-color: var(--ag-cell-batch-edit-background-color);--ag-row-batch-edit-text-color: var(--ag-cell-batch-edit-text-color);--ag-filter-panel-apply-button-color: var(--ag-foreground-color);--ag-filter-panel-apply-button-background-color: var(--ag-background-color);--ag-filter-panel-card-subtle-color: var(--ag-foreground-color);--ag-filter-panel-card-subtle-hover-color: var(--ag-foreground-color)}.ag-root-wrapper,.ag-dnd-ghost{background-color:var(--ag-background-color)}.ag-sticky-top,.ag-sticky-bottom{background-color:var(--ag-data-background-color)}.ag-sticky-bottom{border-top:var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width)}.ag-root-wrapper,.ag-popup{--ag-indentation-level: 0}[class*=ag-theme-]{-webkit-font-smoothing:antialiased;font-family:var(--ag-font-family);font-size:var(--ag-font-size);line-height:normal;color:var(--ag-foreground-color)}ag-grid,ag-grid-angular,ag-grid-ng2,ag-grid-polymer,ag-grid-aurelia{display:block}.ag-aria-description-container{z-index:9999;border:0px;clip:rect(1px,1px,1px,1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap}.ag-hidden{display:none!important}.ag-invisible{visibility:hidden!important}.ag-drag-handle{cursor:grab}.ag-column-drop-wrapper{display:flex}.ag-column-drop-horizontal-half-width{display:inline-block;width:50%!important}.ag-unselectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-selectable{-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.ag-tab{position:relative}.ag-tab-guard{position:absolute;width:0;height:0;display:block}.ag-virtual-list-viewport .ag-tab-guard{position:sticky}.ag-tab-guard-top{top:1px}.ag-tab-guard-bottom{bottom:1px}.ag-select-agg-func-popup{position:absolute}.ag-input-wrapper,.ag-picker-field-wrapper{display:flex;flex:1 1 auto;align-items:center;line-height:normal;position:relative}.ag-shake-left-to-right{animation-direction:alternate;animation-duration:.2s;animation-iteration-count:infinite;animation-name:ag-shake-left-to-right}@keyframes ag-shake-left-to-right{0%{padding-left:6px;padding-right:2px}to{padding-left:2px;padding-right:6px}}.ag-root-wrapper{cursor:default;position:relative;display:flex;flex-direction:column;overflow:hidden;white-space:normal}.ag-root-wrapper.ag-layout-normal{height:100%}.ag-watermark{position:absolute;bottom:20px;right:25px;opacity:.7;transition:opacity 1s ease-out 3s;color:#9b9b9b}.ag-watermark:before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA5IiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjA5IDM2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTkyLjk5MyAyMy42NTgyVjE1LjcxMTdIMTc5LjQ1MkwxNzEuNTA1IDIzLjY1ODJIMTkyLjk5M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTIwOC4yNSAzLjk1MDgxSDE5MS4yNzZMMTgzLjI2NiAxMS44OTczSDIwOC4yNVYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTYzLjYyMiAzMS42MDQ4TDE2Ny42OTEgMjcuNTM2MUgxODEuNDIzVjM1LjQ4MjdIMTYzLjYyMlYzMS42MDQ4WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTY2LjYxIDE5Ljc4MDNIMTc1LjM4M0wxODMuMzkzIDExLjgzMzdIMTY2LjYxVjE5Ljc4MDNaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNTcuMDExIDMxLjYwNDdIMTYzLjYyMkwxNzEuNTA1IDIzLjY1ODJIMTU3LjAxMVYzMS42MDQ3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTkxLjI3NiAzLjk1MDgxTDE4Ny4yMDggOC4wMTk0MUgxNjEuMjdWMC4wNzI4NzZIMTkxLjI3NlYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMjAuODM5MSAzMC4yMDYxSDguMzc4OTJMNi4yMTc0NSAzNS41NDYySDAuNzUwMjQ0TDEyLjI1NjggOC41OTE1NUgxNy4wMjQ3TDI4LjUzMTMgMzUuNTQ2MkgyMy4wMDA1TDIwLjgzOTEgMzAuMjA2MVpNMTkuMTIyNyAyNS45NDY4TDE0LjYwOSAxNC45NDg4TDEwLjA5NTQgMjUuOTQ2OEgxOS4xMjI3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTA0LjQzNyAxOC41MDg5QzEwNi4wMjYgMTYuMTU2NyAxMTAuMDMxIDE1LjkwMjQgMTExLjY4NCAxNS45MDI0VjIwLjQ3OTZDMTA5LjY1IDIwLjQ3OTYgMTA3LjYxNSAyMC41NDMyIDEwNi40MDcgMjEuNDMzMkMxMDUuMiAyMi4zMjMyIDEwNC41NjQgMjMuNTMxMSAxMDQuNTY0IDI0Ljk5MzJWMzUuNTQ2Mkg5OS42MDUxVjE1LjkwMjRIMTA0LjM3M0wxMDQuNDM3IDE4LjUwODlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xMTkuMzc2IDE1LjkwMjRIMTE0LjQxOFYzNS41NDYySDExOS4zNzZWMTUuOTAyNFoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTExOS4zNzYgNy4xMjkzOUgxMTQuNDE4VjEyLjk3OEgxMTkuMzc2VjcuMTI5MzlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNDMuOTc5IDcuMTI5MzlWMzUuNTQ2MkgxMzkuMjExTDEzOS4wODQgMzIuNTU4M0MxMzguMzg0IDMzLjU3NTUgMTM3LjQ5NCAzNC40MDE5IDEzNi40MTQgMzUuMDM3NkMxMzUuMzMzIDM1LjYwOTggMTMzLjk5OCAzNS45Mjc2IDEzMi40NzIgMzUuOTI3NkMxMzEuMTM3IDM1LjkyNzYgMTI5Ljg2NiAzNS42NzMzIDEyOC43ODUgMzUuMjI4M0MxMjcuNjQxIDM0LjcxOTcgMTI2LjYyMyAzNC4wODQgMTI1Ljc5NyAzMy4xOTRDMTI0Ljk3MSAzMi4zMDQgMTI0LjI3MSAzMS4yMjMzIDEyMy44MjYgMzAuMDE1NEMxMjMuMzE4IDI4LjgwNzUgMTIzLjEyNyAyNy40MDkgMTIzLjEyNyAyNS44ODMyQzEyMy4xMjcgMjQuMzU3NSAxMjMuMzgxIDIyLjk1ODkgMTIzLjgyNiAyMS42ODc0QzEyNC4zMzUgMjAuNDE2IDEyNC45NzEgMTkuMzM1MyAxMjUuNzk3IDE4LjQ0NTNDMTI2LjYyMyAxNy41NTUyIDEyNy42NDEgMTYuODU2IDEyOC43ODUgMTYuMzQ3NEMxMjkuOTI5IDE1LjgzODggMTMxLjEzNyAxNS41ODQ1IDEzMi40NzIgMTUuNTg0NUMxMzMuOTk4IDE1LjU4NDUgMTM1LjI2OSAxNS44Mzg4IDEzNi4zNSAxNi40MTA5QzEzNy40MzEgMTYuOTgzMSAxMzguMzIxIDE3Ljc0NTkgMTM5LjAyIDE4LjgyNjdWNy4xOTI5NUgxNDMuOTc5VjcuMTI5MzlaTTEzMy41NTMgMzEuNjY4M0MxMzUuMjA2IDMxLjY2ODMgMTM2LjQ3NyAzMS4wOTYyIDEzNy40OTQgMzAuMDE1NEMxMzguNTExIDI4LjkzNDcgMTM5LjAyIDI3LjQ3MjUgMTM5LjAyIDI1LjY5MjVDMTM5LjAyIDIzLjkxMjUgMTM4LjUxMSAyMi41MTM5IDEzNy40OTQgMjEuMzY5NkMxMzYuNDc3IDIwLjI4ODggMTM1LjIwNiAxOS43MTY3IDEzMy41NTMgMTkuNzE2N0MxMzEuOTYzIDE5LjcxNjcgMTMwLjYyOCAyMC4yODg4IDEyOS42NzUgMjEuMzY5NkMxMjguNjU4IDIyLjQ1MDMgMTI4LjE0OSAyMy45MTI1IDEyOC4xNDkgMjUuNjkyNUMxMjguMTQ5IDI3LjQ3MjUgMTI4LjY1OCAyOC44NzExIDEyOS42NzUgMjkuOTUxOEMxMzAuNjkyIDMxLjA5NjEgMTMxLjk2MyAzMS42NjgzIDEzMy41NTMgMzEuNjY4M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTU3LjIwMjQgMjAuMzUyNUg0NC45MzNWMjQuNjExOEg1MS45MjU5QzUxLjczNTIgMjYuNzczMyA1MC45MDg4IDI4LjQyNjEgNDkuNTEwMiAyOS43NjExQzQ4LjExMTYgMzEuMDMyNiA0Ni4zMzE1IDMxLjY2ODMgNDQuMDQyOSAzMS42NjgzQzQyLjc3MTUgMzEuNjY4MyA0MS41NjM2IDMxLjQxNCA0MC41NDY1IDMwLjk2OUMzOS40NjU3IDMwLjUyNCAzOC41NzU3IDI5Ljg4ODMgMzcuODEyOSAyOC45OTgzQzM3LjA1IDI4LjE3MTggMzYuNDc3OCAyNy4xNTQ3IDM2LjAzMjggMjUuOTQ2OEMzNS41ODc4IDI0LjczODkgMzUuMzk3MSAyMy40Njc1IDM1LjM5NzEgMjIuMDA1M0MzNS4zOTcxIDIwLjU0MzIgMzUuNTg3OCAxOS4yNzE3IDM2LjAzMjggMTguMDYzOEMzNi40MTQzIDE2Ljg1NiAzNy4wNSAxNS45MDI0IDM3LjgxMjkgMTUuMDEyNEMzOC41NzU3IDE0LjE4NTkgMzkuNDY1NyAxMy41NTAyIDQwLjU0NjUgMTMuMDQxNkM0MS42MjcyIDEyLjU5NjYgNDIuNzcxNSAxMi4zNDIzIDQ0LjEwNjUgMTIuMzQyM0M0Ni43NzY2IDEyLjM0MjMgNDguODEwOSAxMi45NzggNTAuMjA5NSAxNC4yNDk1TDUzLjUxNTIgMTAuOTQzOEM1MS4wMzU5IDkuMDM2NTkgNDcuODU3MyA4LjAxOTQxIDQ0LjEwNjUgOC4wMTk0MUM0Mi4wMDg2IDguMDE5NDEgNDAuMTAxNSA4LjMzNzI5IDM4LjM4NSA5LjAzNjU5QzM2LjY2ODYgOS43MzU4OCAzNS4yMDY0IDEwLjYyNTkgMzMuOTk4NSAxMS44MzM3QzMyLjc5MDYgMTMuMDQxNiAzMS44MzcxIDE0LjUwMzggMzEuMjAxNCAxNi4yMjAzQzMwLjU2NTYgMTcuOTM2NyAzMC4yNDc4IDE5Ljg0MzggMzAuMjQ3OCAyMS44NzgyQzMwLjI0NzggMjMuOTEyNSAzMC41NjU2IDI1LjgxOTcgMzEuMjY0OSAyNy41MzYxQzMxLjk2NDIgMjkuMjUyNiAzMi44NTQyIDMwLjcxNDcgMzQuMDYyMSAzMS45MjI2QzM1LjI3IDMzLjEzMDUgMzYuNzMyMSAzNC4wODQxIDM4LjQ0ODYgMzQuNzE5OEM0MC4xNjUgMzUuNDE5MSA0Mi4wNzIyIDM1LjczNyA0NC4xMDY1IDM1LjczN0M0Ni4xNDA4IDM1LjczNyA0Ny45ODQ0IDM1LjQxOTEgNDkuNjM3MyAzNC43MTk4QzUxLjI5MDIgMzQuMDIwNSA1Mi42ODg4IDMzLjEzMDUgNTMuODMzMSAzMS45MjI2QzU0Ljk3NzQgMzAuNzE0NyA1NS44Njc0IDI5LjI1MjYgNTYuNTAzMSAyNy41MzYxQzU3LjEzODggMjUuODE5NyA1Ny40NTY3IDIzLjkxMjUgNTcuNDU2NyAyMS44NzgyVjIxLjA1MTdDNTcuMjY2IDIwLjkyNDYgNTcuMjAyNCAyMC42MDY3IDU3LjIwMjQgMjAuMzUyNVoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTk1Ljk4MTUgMjAuMzUyNUg4My43MTIxVjI0LjYxMThIOTAuNzA1QzkwLjUxNDMgMjYuNzczMyA4OS42ODc5IDI4LjQyNjEgODguMjg5MyAyOS43NjExQzg2Ljg5MDcgMzEuMDMyNiA4NS4xMTA2IDMxLjY2ODMgODIuODIyIDMxLjY2ODNDODEuNTUwNiAzMS42NjgzIDgwLjM0MjcgMzEuNDE0IDc5LjMyNTYgMzAuOTY5Qzc4LjI0NDggMzAuNTI0IDc3LjM1NDggMjkuODg4MyA3Ni41OTIgMjguOTk4M0M3NS44MjkxIDI4LjE3MTggNzUuMjU3IDI3LjE1NDcgNzQuODExOSAyNS45NDY4Qzc0LjM2NjkgMjQuNzM4OSA3NC4xNzYyIDIzLjQ2NzUgNzQuMTc2MiAyMi4wMDUzQzc0LjE3NjIgMjAuNTQzMiA3NC4zNjY5IDE5LjI3MTcgNzQuODExOSAxOC4wNjM4Qzc1LjE5MzQgMTYuODU2IDc1LjgyOTEgMTUuOTAyNCA3Ni41OTIgMTUuMDEyNEM3Ny4zNTQ4IDE0LjE4NTkgNzguMjQ0OCAxMy41NTAyIDc5LjMyNTYgMTMuMDQxNkM4MC40MDYzIDEyLjU5NjYgODEuNTUwNiAxMi4zNDIzIDgyLjg4NTYgMTIuMzQyM0M4NS41NTU3IDEyLjM0MjMgODcuNTkgMTIuOTc4IDg4Ljk4ODYgMTQuMjQ5NUw5Mi4yOTQzIDEwLjk0MzhDODkuODE1IDkuMDM2NTkgODYuNjM2NCA4LjAxOTQxIDgyLjg4NTYgOC4wMTk0MUM4MC43ODc4IDguMDE5NDEgNzguODgwNiA4LjMzNzI5IDc3LjE2NDEgOS4wMzY1OUM3NS40NDc3IDkuNzM1ODggNzMuOTg1NSAxMC42MjU5IDcyLjc3NzYgMTEuODMzN0M3MS41Njk4IDEzLjA0MTYgNzAuNjE2MiAxNC41MDM4IDY5Ljk4MDUgMTYuMjIwM0M2OS4zNDQ3IDE3LjkzNjcgNjkuMDI2OSAxOS44NDM4IDY5LjAyNjkgMjEuODc4MkM2OS4wMjY5IDIzLjkxMjUgNjkuMzQ0NyAyNS44MTk3IDcwLjA0NCAyNy41MzYxQzcwLjc0MzMgMjkuMjUyNiA3MS42MzM0IDMwLjcxNDcgNzIuODQxMiAzMS45MjI2Qzc0LjA0OTEgMzMuMTMwNSA3NS41MTEyIDM0LjA4NDEgNzcuMjI3NyAzNC43MTk4Qzc4Ljk0NDEgMzUuNDE5MSA4MC44NTEzIDM1LjczNyA4Mi44ODU2IDM1LjczN0M4NC45MiAzNS43MzcgODYuNzYzNiAzNS40MTkxIDg4LjQxNjQgMzQuNzE5OEM5MC4wNjkzIDM0LjAyMDUgOTEuNDY3OSAzMy4xMzA1IDkyLjYxMjIgMzEuOTIyNkM5My43NTY1IDMwLjcxNDcgOTQuNjQ2NSAyOS4yNTI2IDk1LjI4MjIgMjcuNTM2MUM5NS45MTggMjUuODE5NyA5Ni4yMzU4IDIzLjkxMjUgOTYuMjM1OCAyMS44NzgyVjIxLjA1MTdDOTYuMDQ1MSAyMC45MjQ2IDk1Ljk4MTUgMjAuNjA2NyA5NS45ODE1IDIwLjM1MjVaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:170px 40px;display:block;height:40px;width:170px}.ag-watermark-text{opacity:.5;font-weight:700;font-family:Impact,sans-serif;font-size:19px;padding-left:.7rem}.ag-root-wrapper-body{display:flex;flex-direction:row}.ag-root-wrapper-body.ag-layout-normal{flex:1 1 auto;height:0;min-height:0}.ag-root{position:relative;display:flex;flex-direction:column}.ag-root.ag-layout-normal,.ag-root.ag-layout-auto-height{overflow:hidden;flex:1 1 auto;width:0}.ag-root.ag-layout-normal{height:100%}.ag-header-viewport,.ag-floating-top-viewport,.ag-body-viewport,.ag-center-cols-viewport,.ag-floating-bottom-viewport,.ag-body-horizontal-scroll-viewport,.ag-body-vertical-scroll-viewport,.ag-virtual-list-viewport,.ag-sticky-top-viewport,.ag-sticky-bottom-viewport{position:relative;height:100%;min-width:0px;overflow:hidden;flex:1 1 auto}.ag-body-viewport,.ag-center-cols-viewport,.ag-header-viewport,.ag-floating-top-viewport,.ag-floating-bottom-viewport,.ag-sticky-top-viewport,.ag-sticky-bottom-viewport{overflow-x:auto;-ms-overflow-style:none!important;scrollbar-width:none!important}.ag-body-viewport::-webkit-scrollbar,.ag-center-cols-viewport::-webkit-scrollbar,.ag-header-viewport::-webkit-scrollbar,.ag-floating-top-viewport::-webkit-scrollbar,.ag-floating-bottom-viewport::-webkit-scrollbar,.ag-sticky-top-viewport::-webkit-scrollbar,.ag-sticky-bottom-viewport::-webkit-scrollbar{display:none!important}.ag-body-viewport{display:flex;overflow-x:hidden}.ag-body-viewport.ag-layout-normal{overflow-y:auto;-webkit-overflow-scrolling:touch}.ag-viewport{position:relative}.ag-spanning-container{position:absolute;top:0;z-index:1}.ag-sticky-top-container,.ag-sticky-bottom-container,.ag-floating-top-container,.ag-floating-bottom-container{min-height:1px}.ag-sticky-top,.ag-sticky-bottom{z-index:1}.ag-center-cols-viewport{min-height:100%;width:100%}.ag-body-horizontal-scroll-viewport{overflow-x:scroll}.ag-body-vertical-scroll-viewport{overflow-y:scroll}.ag-virtual-list-viewport{overflow:auto;width:100%}.ag-header-container,.ag-floating-top-container,.ag-body-container,.ag-pinned-right-cols-container,.ag-center-cols-container,.ag-pinned-left-cols-container,.ag-floating-bottom-container,.ag-body-horizontal-scroll-container,.ag-body-vertical-scroll-container,.ag-full-width-container,.ag-floating-bottom-full-width-container,.ag-virtual-list-container,.ag-sticky-top-container,.ag-sticky-bottom-container{position:relative}.ag-header-container,.ag-floating-top-container,.ag-pinned-left-floating-top,.ag-pinned-right-floating-top,.ag-floating-bottom-container,.ag-pinned-left-floating-bottom,.ag-pinned-right-floating-bottom,.ag-sticky-top-container,.ag-sticky-bottom-container{height:100%;white-space:nowrap}.ag-center-cols-container,.ag-pinned-right-cols-container{display:block}.ag-body-horizontal-scroll-container{height:100%}.ag-body-vertical-scroll-container{width:100%}.ag-full-width-container,.ag-floating-top-full-width-container,.ag-floating-bottom-full-width-container,.ag-sticky-top-full-width-container,.ag-sticky-bottom-full-width-container{position:absolute;top:0;pointer-events:none}.ag-ltr .ag-full-width-container,.ag-ltr .ag-floating-top-full-width-container,.ag-ltr .ag-floating-bottom-full-width-container,.ag-ltr .ag-sticky-top-full-width-container,.ag-ltr .ag-sticky-bottom-full-width-container{left:0}.ag-rtl .ag-full-width-container,.ag-rtl .ag-floating-top-full-width-container,.ag-rtl .ag-floating-bottom-full-width-container,.ag-rtl .ag-sticky-top-full-width-container,.ag-rtl .ag-sticky-bottom-full-width-container{right:0}.ag-full-width-container{width:100%}.ag-floating-bottom-full-width-container,.ag-floating-top-full-width-container{display:inline-block;overflow:hidden;height:100%;width:100%}.ag-virtual-list-container{overflow:hidden}.ag-body{position:relative;display:flex;flex:1 1 auto;flex-direction:row!important;min-height:0}.ag-body-horizontal-scroll,.ag-body-vertical-scroll{min-height:0;min-width:0;display:flex;position:relative}.ag-body-horizontal-scroll.ag-scrollbar-invisible,.ag-body-vertical-scroll.ag-scrollbar-invisible{position:absolute;bottom:0}.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar{opacity:0;transition:opacity .4s;visibility:hidden}.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active{visibility:visible;opacity:1}.ag-body-horizontal-scroll{width:100%}.ag-body-horizontal-scroll.ag-scrollbar-invisible{left:0;right:0}.ag-body-vertical-scroll{height:100%}.ag-body-vertical-scroll.ag-scrollbar-invisible{top:0;z-index:10}.ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible{right:0}.ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible{left:0}.ag-force-vertical-scroll{overflow-y:scroll!important}.ag-horizontal-left-spacer,.ag-horizontal-right-spacer{height:100%;min-width:0;overflow-x:scroll}.ag-horizontal-left-spacer.ag-scroller-corner,.ag-horizontal-right-spacer.ag-scroller-corner{overflow-x:hidden}.ag-header,.ag-pinned-left-header,.ag-pinned-right-header{display:inline-block;overflow:hidden;position:relative}.ag-header-cell-sortable .ag-header-cell-label{cursor:pointer}.ag-header{display:flex;width:100%;white-space:nowrap}.ag-pinned-left-header,.ag-pinned-right-header{height:100%}.ag-header-row{position:absolute}.ag-header-row:not(.ag-header-row-column-group){overflow:hidden}.ag-header.ag-header-allow-overflow .ag-header-row{overflow:visible}.ag-header-cell{display:inline-flex;align-items:center;position:absolute;height:100%;overflow:hidden}.ag-header-cell.ag-header-active .ag-header-cell-menu-button,.ag-header-cell-filter-button{opacity:1}.ag-header-cell-menu-button:not(.ag-header-menu-always-show){transition:opacity .2s;opacity:0}.ag-header-group-cell-label,.ag-header-cell-label{display:flex;flex:1 1 auto;align-self:stretch;align-items:center;overflow:hidden}.ag-header-cell-label{text-overflow:ellipsis}.ag-header-group-cell-label.ag-sticky-label{position:sticky;flex:none;max-width:100%;overflow:visible}.ag-header-group-text{overflow:hidden;text-overflow:ellipsis}.ag-header-cell-text{overflow:hidden;text-overflow:ellipsis;word-break:break-word}.ag-header-group-cell .ag-header-cell-comp-wrapper{display:flex}.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper{height:100%;display:flex;align-items:center}.ag-header-cell-comp-wrapper{width:100%}.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper{white-space:normal}.ag-header-cell-comp-wrapper-limited-height>div{overflow:hidden}.ag-right-aligned-header .ag-header-cell-label{flex-direction:row-reverse}.ag-header-cell-resize{position:absolute;z-index:2;height:100%;width:8px;top:0;cursor:ew-resize}.ag-ltr .ag-header-cell-resize{right:-3px}.ag-rtl .ag-header-cell-resize{left:-3px}.ag-pinned-left-header .ag-header-cell-resize{right:-3px}.ag-pinned-right-header .ag-header-cell-resize{left:-3px}.ag-header-select-all{display:flex}.ag-header-cell-menu-button,.ag-header-cell-filter-button,.ag-side-button-button,.ag-panel-title-bar-button,.ag-floating-filter-button-button{cursor:pointer}.ag-column-moving .ag-cell,.ag-column-moving .ag-header-cell,.ag-column-moving .ag-spanned-cell-wrapper{transition:left .2s}.ag-column-moving .ag-header-group-cell{transition:left .2s,width .2s}.ag-column-panel{display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto}.ag-column-select{position:relative;display:flex;flex-direction:column;overflow:hidden;flex:3 1 0px}.ag-column-select-header{position:relative;display:flex;flex:none}.ag-column-select-header-icon{position:relative}.ag-column-select-header-filter-wrapper{flex:1 1 auto}.ag-column-select-header-filter{width:100%}.ag-column-select-list{flex:1 1 0px;overflow:hidden}.ag-column-drop{position:relative;display:inline-flex;align-items:center;overflow:auto;width:100%}.ag-column-drop-list{display:flex;align-items:center}.ag-column-drop-cell{position:relative;display:flex;align-items:center}.ag-column-drop-cell-text{overflow:hidden;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap}.ag-column-drop-vertical{display:flex;flex-direction:column;overflow:hidden;align-items:stretch;flex:1 1 0px}.ag-column-drop-vertical-title-bar{display:flex;align-items:center;flex:none}.ag-column-drop-vertical-list{position:relative;align-items:stretch;flex-grow:1;flex-direction:column;overflow-x:auto}.ag-column-drop-vertical-list>*{flex:none}.ag-column-drop-empty .ag-column-drop-vertical-list{overflow:hidden}.ag-column-drop-vertical-empty-message{display:block}.ag-column-drop.ag-column-drop-horizontal{white-space:nowrap;overflow:hidden}.ag-column-drop-cell-button{cursor:pointer}.ag-filter-toolpanel{flex:1 1 0px;min-width:0}.ag-filter-toolpanel-header{position:relative}.ag-filter-toolpanel-header,.ag-filter-toolpanel-search{display:flex;align-items:center}.ag-filter-toolpanel-header>*,.ag-filter-toolpanel-search>*{display:flex;align-items:center}.ag-filter-apply-panel{display:flex;justify-content:flex-end;overflow:hidden}.ag-row-animation .ag-row{transition:transform .4s,top .4s,opacity .2s}.ag-row-animation .ag-row.ag-after-created{transition:transform .4s,top .4s,height .4s,opacity .2s}.ag-row-animation.ag-prevent-animation .ag-row,.ag-row-animation.ag-prevent-animation .ag-row.ag-after-created{transition:none!important}.ag-row-no-animation .ag-row{transition:none}.ag-row{white-space:nowrap;width:100%}.ag-row-loading{display:flex;align-items:center}.ag-row-position-absolute{position:absolute}.ag-row-position-relative{position:relative}.ag-full-width-row{overflow:hidden;pointer-events:all}.ag-row-inline-editing{z-index:1}.ag-row-dragging{z-index:2}.ag-stub-cell{display:flex;align-items:center}.ag-cell{display:inline-block;position:absolute;white-space:nowrap;height:100%}.ag-cell-value{flex:1 1 auto}.ag-cell-value:not(.ag-allow-overflow),.ag-group-value{overflow:hidden;text-overflow:ellipsis}.ag-cell-wrapper{display:flex;align-items:center}.ag-cell-wrapper.ag-row-group{align-items:flex-start}.ag-cell-wrap-text{white-space:normal;word-break:break-word}.ag-cell-wrap-text:not(.ag-cell-auto-height) .ag-cell-wrapper{align-items:normal;height:100%}.ag-cell-wrap-text:not(.ag-cell-auto-height) .ag-cell-wrapper .ag-cell-value{height:100%}.ag-sparkline-wrapper{position:absolute;height:100%;width:100%;top:0;line-height:initial}.ag-full-width-row .ag-cell-wrapper.ag-row-group{height:100%;align-items:center}.ag-cell-inline-editing{z-index:1}.ag-cell-inline-editing .ag-cell-wrapper,.ag-cell-inline-editing .ag-cell-edit-wrapper,.ag-cell-inline-editing .ag-cell-editor,.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,.ag-cell-inline-editing .ag-cell-editor.ag-cell-editor.ag-cell-editor input{height:100%;min-height:100%;width:100%;line-height:normal}.ag-row.ag-row-editing-invalid .ag-cell-inline-editing{opacity:.8}.ag-cell .ag-icon{display:inline-block;vertical-align:middle}.ag-set-filter-item{display:flex;align-items:center;height:100%}.ag-set-filter-item-checkbox{display:flex;width:100%;height:100%}.ag-set-filter-group-icons{display:block}.ag-set-filter-group-icons>*{cursor:pointer}.ag-filter-body-wrapper{display:flex;flex-direction:column}.ag-filter-filter{flex:1 1 0px}.ag-filter-condition{display:flex;justify-content:center}.ag-floating-filter-body{position:relative;display:flex;flex:1 1 auto;height:100%}.ag-floating-filter-full-body{display:flex;flex:1 1 auto;height:100%;width:100%;align-items:center;overflow:hidden}.ag-floating-filter-full-body>div{flex:1 1 auto}.ag-floating-filter-input{align-items:center;display:flex;width:100%}.ag-floating-filter-input>*{flex:1 1 auto}.ag-floating-filter-button{display:flex;flex:none}.ag-date-floating-filter-wrapper{display:flex}.ag-set-floating-filter-input input[disabled]{pointer-events:none}.ag-dnd-ghost{display:inline-flex;align-items:center;cursor:move;white-space:nowrap}.ag-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.ag-overlay-panel{display:flex;height:100%;width:100%}.ag-overlay-wrapper{display:flex;flex:none;width:100%;height:100%;align-items:center;justify-content:center;text-align:center}.ag-overlay-loading-wrapper{pointer-events:all}.ag-popup-child{z-index:5;top:0}.ag-popup-editor{position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-large-text-input{display:block}.ag-virtual-list-item{position:absolute;width:100%}.ag-floating-top,.ag-floating-bottom{overflow:hidden;white-space:nowrap;width:100%;position:relative;display:flex}.ag-pinned-left-floating-top,.ag-pinned-right-floating-top,.ag-pinned-left-floating-bottom,.ag-pinned-right-floating-bottom{overflow:hidden;position:relative;min-width:0px}.ag-sticky-top,.ag-sticky-bottom{position:absolute;display:flex;width:100%;overflow:hidden;height:0px}.ag-sticky-bottom{box-sizing:content-box!important}.ag-pinned-left-sticky-top,.ag-pinned-right-sticky-top{position:relative;height:100%;overflow:hidden}.ag-sticky-top-full-width-container,.ag-sticky-bottom-full-width-container{overflow:hidden;width:100%;height:100%}.ag-dialog,.ag-panel{display:flex;flex-direction:column;position:relative;overflow:hidden}.ag-panel-title-bar{display:flex;flex:none;align-items:center;cursor:default}.ag-panel-title-bar-title{flex:1 1 auto}.ag-panel-title-bar-buttons{display:flex}.ag-panel-title-bar-button{cursor:pointer}.ag-panel-content-wrapper{display:flex;flex:1 1 auto;position:relative;overflow:hidden}.ag-dialog{position:absolute}.ag-resizer{position:absolute;pointer-events:none;z-index:1;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-resizer.ag-resizer-topLeft{top:0;left:0;height:5px;width:5px;cursor:nwse-resize}.ag-resizer.ag-resizer-top{top:0;left:5px;right:5px;height:5px;cursor:ns-resize}.ag-resizer.ag-resizer-topRight{top:0;right:0;height:5px;width:5px;cursor:nesw-resize}.ag-resizer.ag-resizer-right{top:5px;right:0;bottom:5px;width:5px;cursor:ew-resize}.ag-resizer.ag-resizer-bottomRight{bottom:0;right:0;height:5px;width:5px;cursor:nwse-resize}.ag-resizer.ag-resizer-bottom{bottom:0;left:5px;right:5px;height:5px;cursor:ns-resize}.ag-resizer.ag-resizer-bottomLeft{bottom:0;left:0;height:5px;width:5px;cursor:nesw-resize}.ag-resizer.ag-resizer-left{left:0;top:5px;bottom:5px;width:5px;cursor:ew-resize}.ag-tooltip,.ag-tooltip-custom{position:absolute;z-index:99999}.ag-tooltip:not(.ag-tooltip-interactive),.ag-tooltip-custom:not(.ag-tooltip-interactive){pointer-events:none}.ag-value-slide-out{margin-right:5px;opacity:1;transition:opacity 3s,margin-right 3s;transition-timing-function:linear}.ag-value-slide-out-end{margin-right:10px;opacity:0}.ag-opacity-zero{opacity:0!important}.ag-menu{max-height:100%;overflow-y:auto;position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-menu-column-select-wrapper{height:265px;overflow:auto}.ag-menu-column-select-wrapper .ag-column-select{height:100%}.ag-dialog .ag-panel-content-wrapper .ag-column-select{-webkit-user-select:none;user-select:none}.ag-menu-list{display:table;width:100%}.ag-menu-option,.ag-menu-separator{display:table-row}.ag-menu-option-part,.ag-menu-separator-part{display:table-cell;vertical-align:middle}.ag-menu-option-text{white-space:nowrap}.ag-menu-option-custom{display:contents}.ag-compact-menu-option{width:100%;display:flex;flex-wrap:nowrap}.ag-compact-menu-option-text{white-space:nowrap;flex:1 1 auto}.ag-context-menu-loading-icon{position:absolute;pointer-events:none}.ag-pill-container{display:flex;gap:.25rem;flex-wrap:nowrap}.ag-pill{display:flex;white-space:nowrap;padding:0 .25rem;align-items:center}.ag-pill .ag-pill-button{border:none;padding:0}.ag-rich-select{cursor:default;outline:none;height:100%}.ag-rich-select-value{display:flex;align-items:center;height:100%}.ag-rich-select-value .ag-picker-field-display{overflow:hidden;text-overflow:ellipsis}.ag-rich-select-value .ag-picker-field-display.ag-display-as-placeholder{opacity:.5}.ag-rich-select-list{position:relative}.ag-rich-select-list .ag-loading-text{min-height:2rem}.ag-rich-select-row{display:flex;flex:1 1 auto;align-items:center;white-space:nowrap;overflow:hidden;height:100%}.ag-rich-select-field-input{flex:1 1 auto}.ag-rich-select-field-input .ag-input-field-input{padding:0!important;border:none!important;box-shadow:none!important;text-overflow:ellipsis}.ag-rich-select-field-input .ag-input-field-input::placeholder{opacity:.8}.ag-autocomplete{align-items:center;display:flex}.ag-autocomplete>*{flex:1 1 auto}.ag-autocomplete-list-popup{position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-autocomplete-list{position:relative}.ag-autocomplete-virtual-list-item{display:flex}.ag-autocomplete-row{display:flex;flex:1 1 auto;align-items:center;overflow:hidden}.ag-autocomplete-row-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-paging-panel{align-items:center;display:flex;justify-content:flex-end}.ag-paging-page-summary-panel{display:flex;align-items:center}.ag-paging-button{position:relative}.ag-disabled .ag-paging-page-summary-panel{pointer-events:none}.ag-tool-panel-wrapper{display:flex;overflow-y:auto;overflow-x:hidden;cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-column-select-column,.ag-column-select-column-group,.ag-select-agg-func-item{position:relative;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:100%}.ag-column-select-column>*,.ag-column-select-column-group>*,.ag-select-agg-func-item>*{flex:none}.ag-select-agg-func-item,.ag-column-select-column-label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-column-select-checkbox{display:flex}.ag-tool-panel-horizontal-resize{cursor:ew-resize;height:100%;position:absolute;top:0;width:5px;z-index:1}.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize{right:-3px}.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize,.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize{left:-3px}.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize{right:-3px}.ag-details-row{width:100%}.ag-details-row-fixed-height{height:100%}.ag-details-grid{width:100%}.ag-details-grid-fixed-height{height:100%}.ag-header-group-cell{display:flex;align-items:center;height:100%;position:absolute;contain:paint}.ag-header-group-cell-no-group.ag-header-span-height{display:none}.ag-cell-label-container{display:flex;justify-content:space-between;flex-direction:row-reverse;align-items:center;height:100%;width:100%}.ag-header-group-cell-label,.ag-cell-label-container{padding:5px 0}.ag-right-aligned-header .ag-cell-label-container{flex-direction:row}.ag-right-aligned-header .ag-header-cell-text{text-align:end}.ag-side-bar{display:flex;flex-direction:row-reverse}.ag-side-bar-left{order:-1;flex-direction:row}.ag-side-button-button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;white-space:nowrap;outline:none;cursor:pointer}.ag-side-button-label{writing-mode:vertical-lr}.ag-status-bar{display:flex;justify-content:space-between;overflow:hidden}.ag-status-panel,.ag-status-panel.ag-status-panel-aggregations .ag-status-name-value{display:inline-flex}.ag-status-name-value{white-space:nowrap}.ag-status-bar-left,.ag-status-bar-center,.ag-status-bar-right{display:inline-flex}.ag-row-number-cell{width:100%;white-space:nowrap;overflow:hidden;-webkit-user-select:none;user-select:none}.ag-ltr .ag-row-number-cell{text-align:right}.ag-rtl .ag-row-number-cell{text-align:left}.ag-row-numbers-resizer{position:absolute;bottom:-2px;left:0;height:4px;width:100%;cursor:ns-resize}.ag-floating-bottom .ag-row-numbers-resizer{bottom:unset;top:-2px}.ag-icon{display:block;speak:none}.ag-group{position:relative;width:100%}.ag-group-title-bar{display:flex;align-items:center}.ag-group-title{display:inline;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ag-group-title-bar .ag-group-title{cursor:default}.ag-group-toolbar{display:flex;align-items:center}.ag-group-container{display:flex}.ag-disabled .ag-group-container{pointer-events:none}.ag-group-container-horizontal{flex-direction:row;flex-wrap:wrap}.ag-group-container-vertical{flex-direction:column}.ag-column-group-icons{display:block}.ag-column-group-icons>*{cursor:pointer}.ag-group-item-alignment-stretch .ag-group-item{align-items:stretch}.ag-group-item-alignment-start .ag-group-item{align-items:flex-start}.ag-group-item-alignment-end .ag-group-item{align-items:flex-end}.ag-toggle-button-icon{transition:right .3s;position:absolute;top:-1px}.ag-input-field,.ag-select{display:flex;flex-direction:row;align-items:center}.ag-input-field-input{flex:1 1 auto}.ag-floating-filter-input .ag-input-field-input[type=date],.ag-floating-filter-input .ag-input-field-input[type=datetime-local]{width:1px}.ag-range-field,.ag-angle-select{display:flex;align-items:center}.ag-angle-select-wrapper{display:flex}.ag-angle-select-parent-circle{display:block;position:relative}.ag-angle-select-child-circle{position:absolute}.ag-slider-wrapper{display:flex}.ag-slider-wrapper .ag-input-field,.ag-picker-field-display{flex:1 1 auto}.ag-picker-field{display:flex;align-items:center}.ag-picker-field-icon{display:flex;border:0;padding:0;margin:0;cursor:pointer}.ag-picker-field-wrapper{overflow:hidden}.ag-label-align-right .ag-label{order:1}.ag-label-align-right>*{flex:none}.ag-label-align-top{flex-direction:column;align-items:flex-start}.ag-label-align-top>*{align-self:stretch}.ag-label-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ag-color-panel{width:100%;display:flex;flex-direction:column;text-align:center}.ag-spectrum-color{flex:1 1 auto;position:relative;overflow:visible;cursor:default}.ag-spectrum-fill{position:absolute;top:0;left:0;right:0;bottom:0}.ag-spectrum-val{cursor:pointer}.ag-spectrum-dragger{position:absolute;pointer-events:none;cursor:pointer}.ag-spectrum-hue,.ag-spectrum-alpha{cursor:default}.ag-spectrum-hue-background{background:linear-gradient(to left,red 3%,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red);width:100%;height:100%}.ag-spectrum-alpha{--ag-spectrum-alpha-background-checked: url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%224%22 height=%224%22><rect x=%220%22 y=%220%22 width=%224%22 height=%224%22 fill=%22%23fff%22/><path d=%22M0 0H2V4H4V2H0Z%22 fill=%22%23b2b2b2%22/></svg>")}.ag-spectrum-alpha-background{background:linear-gradient(to right,var(--ag-internal-spectrum-alpha-color-from),var(--ag-internal-spectrum-alpha-color-to)),var(--ag-spectrum-alpha-background-checked) top left/4px 4px;width:100%;height:100%}.ag-spectrum-tool{cursor:pointer;position:relative}.ag-spectrum-slider{position:absolute;pointer-events:none}.ag-spectrum-alpha .ag-spectrum-slider{background:linear-gradient(to bottom,var(--ag-internal-spectrum-alpha-color),var(--ag-internal-spectrum-alpha-color)) #fff}.ag-recent-colors{display:flex}.ag-recent-color{cursor:pointer}.ag-pill-select{display:flex;flex-direction:column}.ag-pill-select .ag-column-drop{flex:unset}.ag-ltr{direction:ltr}.ag-ltr .ag-body,.ag-ltr .ag-floating-top,.ag-ltr .ag-floating-bottom,.ag-ltr .ag-header,.ag-ltr .ag-sticky-top,.ag-ltr .ag-sticky-bottom,.ag-ltr .ag-body-viewport,.ag-ltr .ag-body-horizontal-scroll{flex-direction:row}.ag-rtl{direction:rtl}.ag-rtl .ag-body,.ag-rtl .ag-floating-top,.ag-rtl .ag-floating-bottom,.ag-rtl .ag-header,.ag-rtl .ag-sticky-top,.ag-rtl .ag-sticky-bottom,.ag-rtl .ag-body-viewport,.ag-rtl .ag-body-horizontal-scroll{flex-direction:row-reverse}.ag-rtl .ag-icon-contracted,.ag-rtl .ag-icon-expanded,.ag-rtl .ag-icon-tree-closed{display:block;transform:rotate(180deg)}.ag-body .ag-body-viewport{-webkit-overflow-scrolling:touch}.ag-measurement-container{width:0;overflow:hidden;visibility:hidden}.ag-measurement-container div{position:absolute}.ag-layout-print.ag-body{display:block;height:unset}.ag-layout-print.ag-root-wrapper{display:inline-block}.ag-layout-print .ag-body-vertical-scroll,.ag-layout-print .ag-body-horizontal-scroll{display:none}.ag-layout-print.ag-force-vertical-scroll{overflow-y:visible!important}@media print{.ag-root-wrapper.ag-layout-print{display:table}.ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,.ag-root-wrapper.ag-layout-print .ag-root,.ag-root-wrapper.ag-layout-print .ag-body-viewport,.ag-root-wrapper.ag-layout-print .ag-center-cols-container,.ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,.ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,.ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport{height:auto!important;overflow:hidden!important;display:block!important}.ag-root-wrapper.ag-layout-print .ag-row,.ag-root-wrapper.ag-layout-print .ag-cell{break-inside:avoid}}[class^=ag-],[class^=ag-]:focus,[class^=ag-]:after,[class^=ag-]:before{box-sizing:border-box;outline:none}[class^=ag-]::-ms-clear{display:none}.ag-checkbox .ag-input-wrapper,.ag-radio-button .ag-input-wrapper{overflow:visible}.ag-range-field .ag-input-wrapper{height:100%}.ag-toggle-button{flex:none;width:unset;min-width:unset}.ag-button{border-radius:0;color:var(--ag-foreground-color)}.ag-button:hover{background-color:transparent}.ag-ltr .ag-label-align-right .ag-label{margin-left:var(--ag-grid-size)}.ag-rtl .ag-label-align-right .ag-label{margin-right:var(--ag-grid-size)}input[class^=ag-]{margin:0;background-color:var(--ag-background-color)}textarea[class^=ag-],select[class^=ag-]{background-color:var(--ag-background-color)}input[class^=ag-]:not([type]),input[class^=ag-][type=text],input[class^=ag-][type=number],input[class^=ag-][type=tel],input[class^=ag-][type=date],input[class^=ag-][type=datetime-local],textarea[class^=ag-]{font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;border:var(--ag-borders-input) var(--ag-input-border-color)}input[class^=ag-]:not([type]):disabled,input[class^=ag-][type=text]:disabled,input[class^=ag-][type=number]:disabled,input[class^=ag-][type=tel]:disabled,input[class^=ag-][type=date]:disabled,input[class^=ag-][type=datetime-local]:disabled,textarea[class^=ag-]:disabled{color:var(--ag-disabled-foreground-color);background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color)}input[class^=ag-]:not([type]):focus,input[class^=ag-][type=text]:focus,input[class^=ag-][type=number]:focus,input[class^=ag-][type=tel]:focus,input[class^=ag-][type=date]:focus,input[class^=ag-][type=datetime-local]:focus,textarea[class^=ag-]:focus{outline:none;box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-input-focus-border-color)}input[class^=ag-]:not([type]):focus.invalid,input[class^=ag-]:not([type]):focus:invalid,input[class^=ag-][type=text]:focus.invalid,input[class^=ag-][type=text]:focus:invalid,input[class^=ag-][type=number]:focus.invalid,input[class^=ag-][type=number]:focus:invalid,input[class^=ag-][type=tel]:focus.invalid,input[class^=ag-][type=tel]:focus:invalid,input[class^=ag-][type=date]:focus.invalid,input[class^=ag-][type=date]:focus:invalid,input[class^=ag-][type=datetime-local]:focus.invalid,input[class^=ag-][type=datetime-local]:focus:invalid,textarea[class^=ag-]:focus.invalid,textarea[class^=ag-]:focus:invalid{box-shadow:var(--ag-input-error-focus-box-shadow);border-color:var(--ag-invalid-color)}input[class^=ag-]:not([type]):invalid,input[class^=ag-][type=text]:invalid,input[class^=ag-][type=number]:invalid,input[class^=ag-][type=tel]:invalid,input[class^=ag-][type=date]:invalid,input[class^=ag-][type=datetime-local]:invalid,textarea[class^=ag-]:invalid{border:var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid)}input[class^=ag-][type=number]:not(.ag-number-field-input-stepper){-moz-appearance:textfield}input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-outer-spin-button,input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[class^=ag-][type=range]{padding:0}input[class^=ag-][type=button]:focus,button[class^=ag-]:focus{box-shadow:var(--ag-input-focus-box-shadow)}input[class^=ag-][type=button]:focus:invalid,input[class^=ag-][type=button]:focus.invalid,button[class^=ag-]:focus:invalid,button[class^=ag-]:focus.invalid{box-shadow:var(--ag-input-error-focus-box-shadow)}.ag-drag-handle{color:var(--ag-secondary-foreground-color)}.ag-list-item,.ag-virtual-list-item{height:var(--ag-list-item-height)}.ag-virtual-list-item:focus-visible{outline:none}.ag-virtual-list-item:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-select-list{background-color:var(--ag-background-color);overflow-y:auto;overflow-x:hidden;border-radius:var(--ag-border-radius);border:var(--ag-borders) var(--ag-border-color)}.ag-list-item{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-list-item.ag-active-item{background-color:var(--ag-row-hover-color)}.ag-select-list-item{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.ag-ltr .ag-select-list-item{padding-left:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rtl .ag-select-list-item{padding-right:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-select-list-item span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ag-row-drag,.ag-selection-checkbox,.ag-group-expanded,.ag-group-contracted{color:var(--ag-secondary-foreground-color)}.ag-ltr .ag-row-drag,.ag-ltr .ag-selection-checkbox,.ag-ltr .ag-group-expanded,.ag-ltr .ag-group-contracted{margin-right:var(--ag-cell-widget-spacing)}.ag-rtl .ag-row-drag,.ag-rtl .ag-selection-checkbox,.ag-rtl .ag-group-expanded,.ag-rtl .ag-group-contracted{margin-left:var(--ag-cell-widget-spacing)}.ag-cell-wrapper>*:not(.ag-cell-value):not(.ag-group-value){--ag-internal-calculated-line-height: var( --ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)) );--ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width) - 2px);height:min(var(--ag-internal-calculated-line-height),var(--ag-internal-padded-row-height));display:flex;align-items:center;flex:none}.ag-group-expanded,.ag-group-contracted{cursor:pointer}.ag-group-title-bar-icon{cursor:pointer;flex:none;color:var(--ag-secondary-foreground-color)}.ag-ltr .ag-group-child-count{margin-left:2px}.ag-rtl .ag-group-child-count{margin-right:2px}.ag-group-title-bar{background-color:var(--ag-subheader-background-color);padding:var(--ag-grid-size)}.ag-group-toolbar{padding:var(--ag-grid-size);background-color:var(--ag-subheader-toolbar-background-color)}.ag-disabled-group-title-bar,.ag-disabled-group-container{opacity:.5}.group-item{margin:calc(var(--ag-grid-size) * .5) 0}.ag-label{white-space:nowrap}.ag-ltr .ag-label{margin-right:var(--ag-grid-size)}.ag-rtl .ag-label{margin-left:var(--ag-grid-size)}.ag-label-align-top .ag-label{margin-bottom:calc(var(--ag-grid-size) * .5)}.ag-angle-select[disabled]{color:var(--ag-disabled-foreground-color);pointer-events:none}.ag-angle-select[disabled] .ag-angle-select-field{opacity:.4}.ag-ltr .ag-slider-field,.ag-ltr .ag-angle-select-field{margin-right:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-slider-field,.ag-rtl .ag-angle-select-field{margin-left:calc(var(--ag-grid-size) * 2)}.ag-angle-select-parent-circle{width:24px;height:24px;border-radius:12px;border:solid 1px;border-color:var(--ag-border-color);background-color:var(--ag-background-color)}.ag-angle-select-child-circle{top:4px;left:12px;width:6px;height:6px;margin-left:-3px;margin-top:-4px;border-radius:3px;background-color:var(--ag-secondary-foreground-color)}.ag-picker-field-wrapper{border:var(--ag-borders);border-color:var(--ag-border-color);border-radius:5px;background-color:var(--ag-background-color)}.ag-picker-field-wrapper:disabled{color:var(--ag-disabled-foreground-color);background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color)}.ag-picker-field-wrapper.ag-picker-has-focus,.ag-picker-field-wrapper:focus-within{outline:none;box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-input-focus-border-color)}.ag-picker-field-wrapper.ag-picker-has-focus.invalid,.ag-picker-field-wrapper:focus-within.invalid{box-shadow:var(--ag-input-error-focus-box-shadow)}.ag-picker-field-wrapper.invalid{border:var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid)}.ag-picker-field-button{background-color:var(--ag-background-color);color:var(--ag-secondary-foreground-color)}.ag-dialog.ag-color-dialog{border-radius:5px}.ag-color-picker .ag-picker-field-wrapper{padding-left:var(--ag-grid-size);padding-right:var(--ag-grid-size)}.ag-color-picker .ag-picker-field-display{display:flex;flex-direction:row;align-items:center;min-height:var(--ag-list-item-height)}.ag-ltr .ag-color-picker-color,.ag-ltr .ag-color-picker-value{margin-right:var(--ag-grid-size)}.ag-rtl .ag-color-picker-color,.ag-rtl .ag-color-picker-value{margin-left:var(--ag-grid-size)}.ag-color-panel{padding:var(--ag-grid-size)}.ag-spectrum-color{background-color:red;border-radius:2px}.ag-spectrum-tools{padding:10px}.ag-spectrum-sat{background-image:linear-gradient(to right,#fff,#cc9a8100)}.ag-spectrum-val{background-image:linear-gradient(to top,#000,#cc9a8100)}.ag-spectrum-dragger{border-radius:12px;height:12px;width:12px;border:2px solid white;background:#000;box-shadow:0 0 2px #0000003d}.ag-spectrum-hue-background,.ag-spectrum-alpha-background{border-radius:2px}.ag-spectrum-tool{margin-bottom:10px;height:11px;border-radius:2px}.ag-spectrum-slider{margin-top:-12px;width:13px;height:13px;border-radius:13px;border:2px solid white;box-shadow:0 1px 4px #0000005e}.ag-recent-colors{margin-top:10px}.ag-recent-color{margin:0 3px}.ag-recent-color:first-child{margin-left:0}.ag-recent-color:last-child{margin-right:0}.ag-spectrum-color:focus-visible:not(:disabled):not([readonly]),.ag-spectrum-slider:focus-visible:not(:disabled):not([readonly]),.ag-recent-color:focus-visible:not(:disabled):not([readonly]){box-shadow:var(--ag-input-focus-box-shadow)}.ag-ltr .ag-color-input input[class^=ag-][type=text].ag-input-field-input{padding-left:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-rtl .ag-color-input input[class^=ag-][type=text].ag-input-field-input{padding-right:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-color-input .ag-color-input-color{position:absolute}.ag-ltr .ag-color-input .ag-color-input-color{margin-left:var(--ag-grid-size)}.ag-rtl .ag-color-input .ag-color-input-color{margin-right:var(--ag-grid-size)}.ag-color-picker-color,.ag-color-input-color{width:var(--ag-icon-size);height:var(--ag-icon-size);border:var(--ag-borders-secondary) var(--ag-secondary-border-color);border-radius:2px}.ag-dnd-ghost{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);overflow:hidden;text-overflow:ellipsis;border:var(--ag-borders-secondary) var(--ag-secondary-border-color);color:var(--ag-secondary-foreground-color);height:var(--ag-header-height);line-height:var(--ag-header-height);margin:0;padding:0 calc(var(--ag-grid-size) * 2);transform:translateY(calc(var(--ag-grid-size) * 2))}.ag-dnd-ghost-not-allowed{border-color:color-mix(in srgb,var(--ag-background-color),var(--ag-invalid-color) 50%)}.ag-dnd-ghost-icon{margin-right:var(--ag-grid-size);color:var(--ag-foreground-color)}.ag-popup-child:not(.ag-tooltip-custom){box-shadow:var(--ag-popup-shadow)}.ag-select .ag-picker-field-wrapper{min-height:var(--ag-list-item-height);cursor:default}.ag-ltr .ag-select .ag-picker-field-wrapper{padding-left:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rtl .ag-select .ag-picker-field-wrapper{padding-right:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-ltr .ag-select .ag-picker-field-wrapper{padding-right:var(--ag-grid-size)}.ag-rtl .ag-select .ag-picker-field-wrapper{padding-left:var(--ag-grid-size)}.ag-select.ag-disabled .ag-picker-field-wrapper:focus{box-shadow:none}.ag-select:not(.ag-cell-editor,.ag-label-align-top){min-height:var(--ag-list-item-height)}.ag-select .ag-picker-field-display{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-select .ag-picker-field-icon{display:flex;align-items:center}.ag-select.ag-disabled{opacity:.5}.ag-rich-select-value,.ag-rich-select-list{background-color:var(--ag-background-color)}.ag-rich-select-list{width:100%;height:auto;border-radius:var(--ag-border-radius);border:var(--ag-borders) var(--ag-border-color)}.ag-rich-select-list .ag-loading-text{padding:var(--ag-widget-vertical-spacing) var(--ag-widget-horizontal-spacing)}.ag-rich-select-value{border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color);padding-top:0;padding-bottom:0}.ag-ltr .ag-rich-select-value{padding-left:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rtl .ag-rich-select-value{padding-right:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-ltr .ag-rich-select-value{padding-right:var(--ag-grid-size)}.ag-rtl .ag-rich-select-value{padding-left:var(--ag-grid-size)}.ag-ltr .ag-rich-select-field-input{left:calc(var(--ag-cell-horizontal-padding))}.ag-rtl .ag-rich-select-field-input{right:calc(var(--ag-cell-horizontal-padding))}.ag-popup-editor .ag-rich-select-value{height:var(--ag-row-height);min-width:200px}.ag-rich-select-virtual-list-item{cursor:default;height:var(--ag-list-item-height)}.ag-rich-select-virtual-list-item:focus-visible:after{content:none}.ag-ltr .ag-rich-select-row{padding-left:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rtl .ag-rich-select-row{padding-right:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rich-select-row-selected{background-color:var(--ag-selected-row-background-color)}.ag-rich-select-row:hover,.ag-rich-select-row-highlighted{background-image:linear-gradient(var(--ag-row-hover-color),var(--ag-row-hover-color))}.ag-rich-select-row-text-highlight{font-weight:700}.ag-autocomplete{width:100%}.ag-autocomplete-list{width:100%;min-width:200px;height:calc(var(--ag-row-height) * 6.5)}.ag-autocomplete-virtual-list-item{cursor:default;height:var(--ag-list-item-height)}.ag-autocomplete-virtual-list-item:focus-visible:after{content:none}.ag-autocomplete-virtual-list-item:hover{background-color:var(--ag-row-hover-color)}.ag-autocomplete-row-label{margin:0px var(--ag-widget-container-horizontal-padding)}.ag-autocomplete-row-selected{background-color:var(--ag-selected-row-background-color)}.ag-pill{border:1px solid var(--ag-chip-border-color);border-radius:var(--ag-border-radius);background-color:var(--ag-chip-background-color)}.ag-ltr .ag-pill .ag-pill-button{margin-left:var(--ag-grid-size)}.ag-rtl .ag-pill .ag-pill-button{margin-right:var(--ag-grid-size)}.ag-pill:focus-visible{border-color:var(--ag-input-focus-border-color)}.ag-pill .ag-pill-button:hover{cursor:pointer}.ag-dragging-range-handle .ag-dialog,.ag-dragging-fill-handle .ag-dialog{opacity:.7;pointer-events:none}.ag-dialog{border-radius:var(--ag-border-radius);border:var(--ag-borders) var(--ag-border-color);box-shadow:var(--ag-popup-shadow)}.ag-panel{background-color:var(--ag-panel-background-color);border-color:var(--ag-panel-border-color)}.ag-panel-title-bar{color:var(--ag-header-foreground-color);height:var(--ag-header-height);padding:var(--ag-grid-size) var(--ag-cell-horizontal-padding);border-bottom:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-panel-title-bar-button{margin-left:var(--ag-grid-size)}.ag-rtl .ag-panel-title-bar-button{margin-right:var(--ag-grid-size)}.ag-tooltip{background-color:var(--ag-tooltip-background-color);color:var(--ag-foreground-color);padding:var(--ag-grid-size);border:var(--ag-borders) var(--ag-border-color);border-radius:var(--ag-card-radius);white-space:normal}.ag-tooltip.ag-cell-editor-tooltip{background-color:var(--ag-tooltip-error-background-color);color:var(--ag-tooltip-error-text-color);border:var(--ag-borders) var(--ag-tooltip-error-border-color);font-weight:500}.ag-tooltip.ag-tooltip-animate,.ag-tooltip-custom.ag-tooltip-animate{transition:opacity 1s}.ag-tooltip.ag-tooltip-animate.ag-tooltip-hiding,.ag-tooltip-custom.ag-tooltip-animate.ag-tooltip-hiding{opacity:0}.ag-ltr .ag-column-select-column,.ag-ltr .ag-column-select-column-group{padding-left:calc(var(--ag-indentation-level) * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-column,.ag-rtl .ag-column-select-column-group{padding-right:calc(var(--ag-indentation-level) * var(--ag-column-select-indent-size))}.ag-column-select-header-icon{cursor:pointer}.ag-column-select-header-icon:focus-visible{outline:none}.ag-column-select-header-icon:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:0;left:0;display:block;width:calc(100% + -0px);height:calc(100% + -0px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-ltr .ag-column-group-icons:not(:last-child),.ag-ltr .ag-column-select-header-icon:not(:last-child),.ag-ltr .ag-column-select-header-checkbox:not(:last-child),.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),.ag-ltr .ag-column-select-checkbox:not(:last-child),.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),.ag-ltr .ag-column-select-column-label:not(:last-child){margin-right:var(--ag-widget-horizontal-spacing)}.ag-rtl .ag-column-group-icons:not(:last-child),.ag-rtl .ag-column-select-header-icon:not(:last-child),.ag-rtl .ag-column-select-header-checkbox:not(:last-child),.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),.ag-rtl .ag-column-select-checkbox:not(:last-child),.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),.ag-rtl .ag-column-select-column-label:not(:last-child){margin-left:var(--ag-widget-horizontal-spacing)}.ag-column-select-virtual-list-item:focus-visible{outline:none}.ag-column-select-virtual-list-item:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:1px;left:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-column-select-column-group:not(:last-child),.ag-column-select-column:not(:last-child){margin-bottom:var(--ag-widget-vertical-spacing)}.ag-column-select-column-readonly,.ag-column-select-column-group-readonly{color:var(--ag-disabled-foreground-color);pointer-events:none}.ag-ltr .ag-column-select-add-group-indent{margin-left:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-rtl .ag-column-select-add-group-indent{margin-right:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-column-select-virtual-list-viewport{padding:calc(var(--ag-widget-container-vertical-padding) * .5) 0px}.ag-column-select-virtual-list-item{padding:0 var(--ag-widget-container-horizontal-padding)}.ag-checkbox-edit{padding-left:var(--ag-cell-horizontal-padding);padding-right:var(--ag-cell-horizontal-padding)}.ag-pill-select .ag-column-drop{border-bottom:0;min-height:unset}.ag-pill-select .ag-column-drop-list{padding:0}.ag-pill-select .ag-select{padding-top:var(--ag-grid-size)}.ag-pill-select .ag-picker-field-wrapper{background-color:transparent;border:0}.ag-pill-select .ag-picker-field-display{cursor:pointer}.ag-rtl{text-align:right}.ag-root-wrapper{border-radius:var(--ag-wrapper-border-radius);border:var(--ag-borders) var(--ag-border-color)}.ag-row>.ag-cell-wrapper.ag-row-group{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * var(--ag-indentation-level))}.ag-cell-wrapper.ag-row-group,.ag-cell-wrapper.ag-row-group-leaf-indent,.ag-cell-wrapper.ag-pivot-leaf-group{padding-left:calc(var(--ag-indentation-level) * var(--ag-row-group-indent-size))}.ag-cell-wrapper>.ag-group-checkbox-spacing{width:var(--ag-icon-size);margin-right:var(--ag-cell-widget-spacing)}.ag-ltr .ag-row-group-leaf-indent{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-group-leaf-indent{margin-right:var(--ag-row-group-indent-size)}.ag-row:not(.ag-row-level-0) .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-value-change-delta{padding-right:2px}.ag-value-change-delta-up{color:var(--ag-value-change-delta-up-color)}.ag-value-change-delta-down{color:var(--ag-value-change-delta-down-color)}.ag-value-change-value{background-color:transparent;border-radius:1px;padding-left:1px;padding-right:1px;transition:background-color 1s}.ag-value-change-value-highlight{background-color:var(--ag-value-change-value-highlight-background-color);transition:background-color .1s}.ag-cell-data-changed{background-color:var(--ag-value-change-value-highlight-background-color)!important}.ag-cell-data-changed-animation{background-color:transparent}.ag-cell-highlight{background-color:var(--ag-range-selection-highlight-color)!important}.ag-row,.ag-spanned-row{color:var(--ag-data-color)}.ag-row{height:var(--ag-row-height);background-color:var(--ag-data-background-color);border-bottom:var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width)}.ag-row.ag-row-editing-invalid{background-color:var(--ag-full-row-invalid-background-color)}.ag-spanned-cell-wrapper{background-color:var(--ag-data-background-color);position:absolute}.ag-spanned-cell-wrapper>.ag-spanned-cell{display:block;position:relative}.ag-row-highlight-above:after,.ag-row-highlight-inside:after,.ag-row-highlight-below:after{content:"";position:absolute;width:calc(100% - 1px);height:1px;background-color:var(--ag-range-selection-border-color);left:1px;pointer-events:none}.ag-row-highlight-above:after{top:0}.ag-row-highlight-below:after{bottom:0}.ag-row-highlight-indent:after{display:block;width:auto;left:calc(2 * (var(--ag-cell-widget-spacing) + var(--ag-icon-size)) + var(--ag-cell-horizontal-padding) + var(--ag-row-highlight-level) * var(--ag-row-group-indent-size));right:1px}.ag-row-highlight-inside:after{display:block;width:auto;height:auto;top:0;right:0;bottom:0;left:0;background-color:var(--ag-selected-row-background-color);border:1px solid var(--ag-range-selection-border-color)}.ag-body,.ag-floating-top,.ag-floating-bottom{background-color:var(--ag-data-background-color)}.ag-row-odd{background-color:var(--ag-odd-row-background-color)}.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner){border-right:var(--ag-borders-critical) var(--ag-border-color)}.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner){border-left:var(--ag-borders-critical) var(--ag-border-color)}.ag-row-selected:before{content:"";background-color:var(--ag-selected-row-background-color);display:block;position:absolute;top:0;left:0;right:0;bottom:0}.ag-row-hover:not(.ag-full-width-row):before,.ag-row-hover.ag-full-width-row.ag-row-group:before{content:"";background-color:var(--ag-row-hover-color);display:block;position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.ag-row.ag-full-width-row.ag-row-group>*{position:relative}.ag-row-hover.ag-row-selected:before{background-color:var(--ag-row-hover-color);background-image:linear-gradient(var(--ag-selected-row-background-color),var(--ag-selected-row-background-color))}.ag-column-hover{background-color:var(--ag-column-hover-color)}.ag-header-range-highlight{background-color:var(--ag-range-header-highlight-color)}.ag-ltr .ag-right-aligned-cell{text-align:right}.ag-rtl .ag-right-aligned-cell{text-align:left}.ag-ltr .ag-right-aligned-cell .ag-cell-value,.ag-ltr .ag-right-aligned-cell .ag-group-value{margin-left:auto}.ag-rtl .ag-right-aligned-cell .ag-cell-value,.ag-rtl .ag-right-aligned-cell .ag-group-value{margin-right:auto}.ag-ltr .ag-right-aligned-cell .ag-skeleton-effect{margin-left:auto}.ag-rtl .ag-right-aligned-cell .ag-skeleton-effect{margin-right:auto}.ag-cell,.ag-full-width-row .ag-cell-wrapper.ag-row-group{--ag-internal-calculated-line-height: var( --ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)) );--ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width) - 2px);border:1px solid transparent;line-height:min(var(--ag-internal-calculated-line-height),var(--ag-internal-padded-row-height));padding-left:calc(var(--ag-cell-horizontal-padding) - 1px + var(--ag-row-group-indent-size) * var(--ag-indentation-level));padding-right:calc(var(--ag-cell-horizontal-padding) - 1px);-webkit-font-smoothing:subpixel-antialiased}.ag-row>.ag-cell-wrapper{padding-left:calc(var(--ag-cell-horizontal-padding) - 1px);padding-right:calc(var(--ag-cell-horizontal-padding) - 1px)}.ag-row-dragging{cursor:move;opacity:.5}.ag-cell-inline-editing{border:1px solid var(--ag-border-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:0;background-color:var(--ag-control-panel-background-color)}.ag-popup-editor .ag-large-text,.ag-autocomplete-list-popup{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);background-color:var(--ag-control-panel-background-color);padding:0}.ag-large-text-input{height:auto;padding:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-large-text-input textarea{resize:none}.ag-details-row{padding:calc(var(--ag-grid-size) * 5);background-color:var(--ag-data-background-color)}.ag-layout-auto-height .ag-center-cols-viewport,.ag-layout-auto-height .ag-center-cols-container,.ag-layout-print .ag-center-cols-viewport,.ag-layout-print .ag-center-cols-container{min-height:50px}.ag-overlay-loading-wrapper{background-color:var(--ag-modal-overlay-background-color)}.ag-overlay-loading-center{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size)}.ag-skeleton-container{width:100%;height:100%;align-content:center}.ag-skeleton-effect{background-color:var(--ag-row-loading-skeleton-effect-color);width:100%;height:1em;border-radius:.25rem;animation:ag-skeleton-loading 1.5s ease-in-out .5s infinite}@keyframes ag-skeleton-loading{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.ag-loading{display:flex;height:100%;align-items:center}.ag-ltr .ag-loading{padding-left:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-loading{padding-right:var(--ag-cell-horizontal-padding)}.ag-ltr .ag-loading-icon{padding-right:var(--ag-cell-widget-spacing)}.ag-rtl .ag-loading-icon{padding-left:var(--ag-cell-widget-spacing)}.ag-icon-loading{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ag-floating-top:not(.ag-invisible){border-bottom:var(--ag-borders-critical) var(--ag-border-color)}.ag-floating-bottom:not(.ag-invisible){border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-find-cell{display:block;overflow:hidden;text-overflow:ellipsis}.ag-find-match{color:var(--ag-find-match-color);background-color:var(--ag-find-match-background-color)}.ag-find-active-match{color:var(--ag-find-active-match-color);background-color:var(--ag-find-active-match-background-color)}.ag-ltr .ag-cell{border-right:var(--ag-cell-horizontal-border)}.ag-rtl .ag-cell{border-left:var(--ag-cell-horizontal-border)}.ag-ltr .ag-cell{border-right-width:1px}.ag-rtl .ag-cell{border-left-width:1px}.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){border-left:var(--ag-borders-critical) var(--ag-border-color)}.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){border-right:var(--ag-borders-critical) var(--ag-border-color)}.ag-cell-range-selected:not(.ag-cell-focus),.ag-cell-range-selected.ag-cell-range-chart,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing){background-color:var(--ag-range-selection-background-color)}.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,.ag-cell-range-selected.ag-cell-range-chart.ag-cell-range-chart,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart{background-color:var(--ag-range-selection-chart-background-color)!important}.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,.ag-cell-range-selected.ag-cell-range-chart.ag-cell-range-chart.ag-cell-range-chart-category,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category{background-color:var(--ag-range-selection-chart-category-background-color)!important}.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-cell-range-selected-1.ag-cell-range-chart,.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){background-color:var(--ag-range-selection-background-color)}.ag-cell-range-selected-2:not(.ag-cell-focus),.ag-cell-range-selected-2.ag-cell-range-chart,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2{background-color:var(--ag-range-selection-background-color-2)}.ag-cell-range-selected-3:not(.ag-cell-focus),.ag-cell-range-selected-3.ag-cell-range-chart,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3{background-color:var(--ag-range-selection-background-color-3)}.ag-cell-range-selected-4:not(.ag-cell-focus),.ag-cell-range-selected-4.ag-cell-range-chart,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4{background-color:var(--ag-range-selection-background-color-4)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{border-top-color:var(--ag-range-selection-border-color);border-top-style:var(--ag-range-selection-border-style)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{border-right-color:var(--ag-range-selection-border-color);border-right-style:var(--ag-range-selection-border-style)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{border-bottom-color:var(--ag-range-selection-border-color);border-bottom-style:var(--ag-range-selection-border-style)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{border-left-color:var(--ag-range-selection-border-color);border-left-style:var(--ag-range-selection-border-style)}.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,.ag-ltr .ag-cell-range-single-cell,.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,.ag-rtl .ag-cell-range-single-cell,.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle{border:1px solid;border-color:var(--ag-range-selection-border-color);border-style:var(--ag-range-selection-border-style);outline:initial}.ag-cell.ag-selection-fill-top,.ag-cell.ag-selection-fill-top.ag-cell-range-selected{border-top:1px dashed;border-top-color:var(--ag-range-selection-border-color)}.ag-ltr .ag-cell.ag-selection-fill-right,.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-right:1px dashed var(--ag-range-selection-border-color)!important}.ag-rtl .ag-cell.ag-selection-fill-right,.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-left:1px dashed var(--ag-range-selection-border-color)!important}.ag-cell.ag-selection-fill-bottom,.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected{border-bottom:1px dashed;border-bottom-color:var(--ag-range-selection-border-color)}.ag-ltr .ag-cell.ag-selection-fill-left,.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-left:1px dashed var(--ag-range-selection-border-color)!important}.ag-rtl .ag-cell.ag-selection-fill-left,.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-right:1px dashed var(--ag-range-selection-border-color)!important}.ag-fill-handle,.ag-range-handle{position:absolute;width:6px;height:6px;bottom:-1px;background-color:var(--ag-range-selection-border-color)}.ag-ltr .ag-fill-handle,.ag-ltr .ag-range-handle{right:-1px}.ag-rtl .ag-fill-handle,.ag-rtl .ag-range-handle{left:-1px}.ag-fill-handle{cursor:crosshair}.ag-range-handle{cursor:nwse-resize}.ag-cell-inline-editing{border-color:var(--ag-input-focus-border-color)!important}.ag-cell-inline-editing.ag-cell-editing-error{border-color:var(--ag-invalid-color)!important}.ag-menu{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);background-color:var(--ag-menu-background-color);border-color:var(--ag-menu-border-color);padding:0}.ag-menu.ag-tabs{min-width:var(--ag-tab-min-width)}.ag-menu-list{cursor:default;padding:var(--ag-grid-size) 0}.ag-menu-separator{height:calc(var(--ag-grid-size) * 2 + 1px)}.ag-menu-separator-part:after{content:"";display:block;border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-menu-option{position:relative}.ag-menu-option:focus-visible{outline:none}.ag-menu-option:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:1px;left:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-menu-option-active,.ag-compact-menu-option-active{background-color:var(--ag-row-hover-color)}.ag-menu-option-part,.ag-compact-menu-option-part{line-height:var(--ag-icon-size);padding:calc(var(--ag-grid-size) + 2px) 0}.ag-menu-option-disabled,.ag-compact-menu-option-disabled{opacity:.5}.ag-menu-option-icon,.ag-compact-menu-option-icon{width:var(--ag-icon-size)}.ag-ltr .ag-menu-option-icon,.ag-ltr .ag-compact-menu-option-icon{padding-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-menu-option-icon,.ag-rtl .ag-compact-menu-option-icon{padding-right:calc(var(--ag-grid-size) * 2)}.ag-menu-option-text,.ag-compact-menu-option-text{padding-left:calc(var(--ag-grid-size) * 2);padding-right:calc(var(--ag-grid-size) * 2)}.ag-ltr .ag-menu-option-shortcut,.ag-ltr .ag-compact-menu-option-shortcut{padding-right:var(--ag-grid-size)}.ag-rtl .ag-menu-option-shortcut,.ag-rtl .ag-compact-menu-option-shortcut{padding-left:var(--ag-grid-size)}.ag-ltr .ag-menu-option-popup-pointer,.ag-ltr .ag-compact-menu-option-popup-pointer{padding-right:var(--ag-grid-size)}.ag-rtl .ag-menu-option-popup-pointer,.ag-rtl .ag-compact-menu-option-popup-pointer{padding-left:var(--ag-grid-size)}.ag-tabs-header,.ag-tabs-header-wrapper{display:flex}.ag-tabs-header-wrapper .ag-tabs-header{flex:1}.ag-tabs-close-button-wrapper{border:0;border-right:var(--ag-borders) var(--ag-border-color);padding:var(--ag-grid-size)}.ag-tabs-close-button{border:0;background-color:unset;cursor:pointer;padding:0}.ag-tab{border-bottom:var(--ag-selected-tab-underline-width) solid transparent;transition:border-bottom var(--ag-selected-tab-underline-transition-speed);display:flex;flex:none;align-items:center;justify-content:center;cursor:pointer}.ag-tab:focus-visible{outline:none}.ag-tab:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-tab-selected{border-bottom-color:var(--ag-selected-tab-underline-color)}.ag-menu-header{color:var(--ag-secondary-foreground-color)}.ag-filter-separator{border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-filter-select .ag-picker-field-wrapper{width:0}.ag-filter-condition-operator{height:17px}.ag-ltr .ag-filter-condition-operator-or{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-filter-condition-operator-or{margin-right:calc(var(--ag-grid-size) * 2)}.ag-set-filter-select-all{padding-top:var(--ag-widget-container-vertical-padding)}.ag-set-filter-list,.ag-filter-no-matches{height:calc(var(--ag-list-item-height) * 6)}.ag-set-filter-tree-list{height:calc(var(--ag-list-item-height) * 10)}.ag-set-filter-filter{margin-top:var(--ag-widget-container-vertical-padding);margin-left:var(--ag-widget-container-horizontal-padding);margin-right:var(--ag-widget-container-horizontal-padding)}.ag-filter-to{margin-top:var(--ag-widget-vertical-spacing)}.ag-mini-filter{margin:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}.ag-set-filter{--ag-indentation-level: 0}.ag-ltr .ag-set-filter-item{padding-left:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level) * var(--ag-set-filter-indent-size))}.ag-rtl .ag-set-filter-item{padding-right:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level) * var(--ag-set-filter-indent-size))}.ag-ltr .ag-set-filter-add-group-indent{margin-left:calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding))}.ag-rtl .ag-set-filter-add-group-indent{margin-right:calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding))}.ag-ltr .ag-set-filter-group-icons{margin-right:var(--ag-widget-container-horizontal-padding)}.ag-rtl .ag-set-filter-group-icons{margin-left:var(--ag-widget-container-horizontal-padding)}.ag-filter-menu .ag-set-filter-list{min-width:200px}.ag-filter-virtual-list-item:focus-visible{outline:none}.ag-filter-virtual-list-item:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:1px;left:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-filter-apply-panel{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-filter-apply-panel-button{line-height:1.5}.ag-ltr .ag-filter-apply-panel-button{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-filter-apply-panel-button{margin-right:calc(var(--ag-grid-size) * 2)}.ag-simple-filter-body-wrapper{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));overflow-y:auto;min-height:calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing))}.ag-simple-filter-body-wrapper>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-simple-filter-body-wrapper .ag-resizer-wrapper{margin:0}.ag-menu:not(.ag-tabs) .ag-filter .ag-filter-body-wrapper,.ag-menu:not(.ag-tabs) .ag-filter>*:not(.ag-filter-wrapper){min-width:calc(var(--ag-menu-min-width) - 2px)}.ag-filter-no-matches{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}.ag-multi-filter-menu-item{margin:var(--ag-grid-size) 0}.ag-multi-filter-group-title-bar{padding:calc(var(--ag-grid-size) * 2) var(--ag-grid-size);background-color:transparent}.ag-group-filter-field-select-wrapper{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing))}.ag-group-filter-field-select-wrapper>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-multi-filter-group-title-bar:focus-visible{outline:none}.ag-multi-filter-group-title-bar:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-side-bar{position:relative}.ag-tool-panel-wrapper{width:var(--ag-side-bar-panel-width);background-color:var(--ag-control-panel-background-color)}.ag-tool-panel-external{display:flex;flex-direction:row}:where(.ag-tool-panel-external) .ag-tool-panel-wrapper{flex-grow:1}.ag-side-buttons{padding-top:calc(var(--ag-grid-size) * 4);width:calc(var(--ag-icon-size) + 4px);position:relative;overflow:hidden}button.ag-side-button-button{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;background:transparent;padding:calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;width:100%;margin:0;min-height:calc(var(--ag-grid-size) * 18);background-position-y:center;background-position-x:center;background-repeat:no-repeat;border:none;border-top:var(--ag-borders-side-button) var(--ag-border-color);border-bottom:var(--ag-borders-side-button) var(--ag-border-color)}button.ag-side-button-button:focus{box-shadow:none}.ag-side-button-button:focus-visible{outline:none}.ag-side-button-button:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-selected button.ag-side-button-button{background-color:var(--ag-side-button-selected-background-color)}.ag-side-button-icon-wrapper{margin-bottom:3px}.ag-ltr .ag-side-bar-left,.ag-rtl .ag-side-bar-right{border-right:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper{border-left:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-rtl .ag-side-bar-right .ag-side-button-button{border-right:var(--ag-selected-tab-underline-width) solid transparent;transition:border-right var(--ag-selected-tab-underline-transition-speed)}.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button{border-right-color:var(--ag-selected-tab-underline-color)}.ag-rtl .ag-side-bar-left,.ag-ltr .ag-side-bar-right{border-left:var(--ag-borders) var(--ag-border-color)}.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper{border-right:var(--ag-borders) var(--ag-border-color)}.ag-rtl .ag-side-bar-left .ag-side-button-button,.ag-ltr .ag-side-bar-right .ag-side-button-button{border-left:var(--ag-selected-tab-underline-width) solid transparent;transition:border-left var(--ag-selected-tab-underline-transition-speed)}.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button{border-left-color:var(--ag-selected-tab-underline-color)}.ag-filter-toolpanel-header{height:calc(var(--ag-grid-size) * 6)}.ag-filter-toolpanel-header,.ag-filter-toolpanel-search{padding:0 var(--ag-grid-size)}.ag-filter-toolpanel-header:focus-visible{outline:none}.ag-filter-toolpanel-header:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-filter-toolpanel-group:not(.ag-has-filter)>.ag-group-title-bar .ag-filter-toolpanel-group-instance-header-icon{display:none}.ag-filter-toolpanel-group-level-0-header{height:calc(var(--ag-grid-size) * 8)}.ag-filter-toolpanel-group-item{margin-top:calc(var(--ag-grid-size) * .5);margin-bottom:calc(var(--ag-grid-size) * .5)}.ag-filter-toolpanel-search{height:var(--ag-header-height)}.ag-filter-toolpanel-search-input{flex-grow:1;height:calc(var(--ag-grid-size) * 4)}.ag-ltr .ag-filter-toolpanel-search-input{margin-right:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-search-input{margin-left:var(--ag-grid-size)}.ag-filter-toolpanel-group-level-0{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-ltr .ag-filter-toolpanel-expand,.ag-ltr .ag-filter-toolpanel-group-title-bar-icon{margin-right:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-expand,.ag-rtl .ag-filter-toolpanel-group-title-bar-icon{margin-left:var(--ag-grid-size)}.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * var(--ag-indentation-level, 0) + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * var(--ag-indentation-level, 0) + var(--ag-grid-size))}.ag-filter-toolpanel-instance-filter{border-bottom:var(--ag-borders) var(--ag-border-color);border-top:var(--ag-borders) var(--ag-border-color);margin-top:var(--ag-grid-size)}.ag-ltr .ag-filter-toolpanel-group-instance-header-icon,.ag-ltr .ag-filter-toolpanel-instance-header-icon{margin-left:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-group-instance-header-icon,.ag-rtl .ag-filter-toolpanel-instance-header-icon{margin-right:var(--ag-grid-size)}.ag-set-filter-group-icons{color:var(--ag-secondary-foreground-color)}.ag-filter-panel{display:flex;flex-direction:column;width:100%}.ag-filter-panel .ag-simple-filter-body-wrapper{padding:var(--ag-widget-vertical-spacing) var(--ag-widget-container-horizontal-padding) 0}.ag-filter-panel .ag-mini-filter{margin-top:var(--ag-widget-vertical-spacing);margin-left:var(--ag-widget-container-horizontal-padding);margin-right:var(--ag-widget-container-horizontal-padding)}.ag-filter-panel .ag-standard-button{transition:background-color .25s ease-in-out,color .25s ease-in-out}.ag-filter-panel .ag-simple-filter-body-wrapper>*:last-child,.ag-filter-panel .ag-set-filter-body-wrapper{margin-bottom:var(--ag-widget-container-vertical-padding)}.ag-filter-panel-container{flex:1;overflow:auto;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding) 0}.ag-filter-panel-container>*:not(:last-child){margin-bottom:var(--ag-widget-container-vertical-padding)}.ag-filter-card{border:1px solid var(--ag-border-color);border-radius:var(--ag-border-radius);background-color:var(--ag-background-color)}.ag-ltr .ag-filter-card .ag-set-filter-item{padding-left:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level) * var(--ag-set-filter-indent-size));padding-right:var(--ag-widget-container-horizontal-padding)}.ag-rtl .ag-filter-card .ag-set-filter-item{padding-right:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level) * var(--ag-set-filter-indent-size));padding-left:var(--ag-widget-container-horizontal-padding)}.ag-filter-card-header{display:flex;flex-direction:row;align-items:center;padding-top:var(--ag-widget-vertical-spacing)}.ag-ltr .ag-filter-card-header>*:not(:last-child){padding-right:var(--ag-grid-size)}.ag-rtl .ag-filter-card-header>*:not(:last-child){padding-left:var(--ag-grid-size)}.ag-filter-card-heading{flex:1;overflow:hidden;padding-top:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing))}.ag-ltr .ag-filter-card-heading{padding-left:var(--ag-widget-horizontal-spacing)}.ag-rtl .ag-filter-card-heading{padding-right:var(--ag-widget-horizontal-spacing)}.ag-filter-card-expand{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}.ag-filter-card-title{overflow:hidden;text-overflow:ellipsis}.ag-filter-card-expand-icon{display:flex;flex:1;justify-content:end}.ag-filter-card-editing-icon{margin:0 var(--ag-grid-size)}.ag-filter-card-summary,.ag-filter-card-expand-icon .ag-icon,.ag-filter-card-delete-icon .ag-icon,.ag-filter-card-editing-icon .ag-icon{color:var(--ag-filter-panel-card-subtle-color)}.ag-filter-card-expand-icon .ag-icon,.ag-filter-card-delete-icon .ag-icon{transition:color .25s ease-in-out}.ag-filter-card-expand-icon:hover .ag-icon,.ag-filter-card-delete-icon:hover .ag-icon,.ag-filter-card-heading:hover .ag-filter-card-expand-icon .ag-icon{color:var(--ag-filter-panel-card-subtle-hover-color)}.ag-filter-card-expand,.ag-filter-card-delete{border-radius:var(--ag-button-border-radius);background:none;border:none;cursor:pointer;padding:0}.ag-filter-panel .ag-standard-button{cursor:pointer}.ag-filter-card-summary,.ag-filter-type-select{margin-left:var(--ag-widget-container-horizontal-padding);margin-right:var(--ag-widget-container-horizontal-padding)}.ag-ltr .ag-filter-card-delete{margin-right:var(--ag-widget-horizontal-spacing)}.ag-rtl .ag-filter-card-delete{margin-left:var(--ag-widget-horizontal-spacing)}.ag-filter-card-summary{margin-bottom:var(--ag-widget-container-vertical-padding)}.ag-filter-type-select{padding-top:var(--ag-widget-vertical-spacing)}.ag-filter-card-add{padding:0;border:0}.ag-filter-add-button{display:flex;flex-direction:row;width:100%;align-items:center;line-height:1.5}.ag-ltr .ag-filter-add-button-label{margin-left:var(--ag-grid-size)}.ag-rtl .ag-filter-add-button-label{margin-right:var(--ag-grid-size)}.ag-filter-add-select{border:0}.ag-ltr .ag-filter-add-select .ag-text-field-input{padding-left:calc(var(--ag-grid-size) * 1.5 + 12px)!important}.ag-rtl .ag-filter-add-select .ag-text-field-input{padding-right:calc(var(--ag-grid-size) * 1.5 + 12px)!important}.ag-filter-add-select .ag-rich-select-value{padding:calc((1.5 * var(--ag-font-size) + 4 * var(--ag-grid-size) - var(--ag-input-height)) / 2) var(--ag-grid-size);border:0}.ag-pivot-mode-panel{min-height:var(--ag-header-height);height:var(--ag-header-height);display:flex}.ag-pivot-mode-select{display:flex;align-items:center}.ag-ltr .ag-pivot-mode-select{margin-left:var(--ag-widget-container-horizontal-padding)}.ag-rtl .ag-pivot-mode-select{margin-right:var(--ag-widget-container-horizontal-padding)}.ag-column-select-header:focus-visible{outline:none}.ag-column-select-header:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-column-select-header{height:var(--ag-header-height);align-items:center;padding:0 var(--ag-widget-container-horizontal-padding);border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-column-panel-column-select{border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color);border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-column-group-icons,.ag-column-select-header-icon{color:var(--ag-secondary-foreground-color)}.ag-column-select-list .ag-list-item-hovered:after{content:"";position:absolute;left:0;right:0;height:1px}.ag-column-select-list .ag-item-highlight-top:after{top:0}.ag-column-select-list .ag-item-highlight-bottom:after{bottom:0}.ag-header,.ag-advanced-filter-header{background-color:var(--ag-header-background-color);border-bottom:var(--ag-borders-critical) var(--ag-border-color)}.ag-header-row{color:var(--ag-header-foreground-color);height:var(--ag-header-height)}.ag-pinned-right-header{border-left:var(--ag-borders-critical) var(--ag-border-color)}.ag-pinned-left-header{border-right:var(--ag-borders-critical) var(--ag-border-color)}.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon,.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-menu-icon{margin-left:var(--ag-grid-size)}.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon,.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-menu-icon{margin-right:var(--ag-grid-size)}.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon,.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-menu-icon{margin-right:var(--ag-grid-size)}.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon,.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-menu-icon{margin-left:var(--ag-grid-size)}.ag-header-cell,.ag-header-group-cell{padding-left:var(--ag-cell-horizontal-padding);padding-right:var(--ag-cell-horizontal-padding)}.ag-header-cell.ag-header-cell-moving,.ag-header-group-cell.ag-header-cell-moving{background-color:var(--ag-header-cell-moving-background-color)}.ag-ltr .ag-header-group-cell-label.ag-sticky-label{left:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-header-group-cell-label.ag-sticky-label{right:var(--ag-cell-horizontal-padding)}.ag-header-cell:focus-visible{outline:none}.ag-header-cell:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-header-group-cell:focus-visible{outline:none}.ag-header-group-cell:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-advanced-filter-header-cell:focus-visible{outline:none}.ag-advanced-filter-header-cell:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-header-icon{color:var(--ag-secondary-foreground-color)}.ag-header-expand-icon{cursor:pointer}.ag-ltr .ag-header-expand-icon{margin-left:4px}.ag-rtl .ag-header-expand-icon{margin-right:4px}.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total,.ag-header-parent-hidden),.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group{border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-header-group-cell:not(.ag-column-resizing)+.ag-header-group-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,.ag-header-group-cell:not(.ag-column-resizing)+.ag-header-group-cell:not(.ag-column-hover).ag-column-resizing,.ag-header-cell:not(.ag-column-resizing)+.ag-header-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,.ag-header-cell:not(.ag-column-resizing)+.ag-header-cell:not(.ag-column-hover).ag-column-resizing,.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,.ag-header-group-cell:first-of-type.ag-column-resizing,.ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,.ag-header-cell:not(.ag-column-hover):first-of-type.ag-column-resizing{background-color:var(--ag-header-cell-hover-background-color)}.ag-header-cell:before,.ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group):before{content:"";position:absolute;z-index:1;display:var(--ag-header-column-separator-display);width:var(--ag-header-column-separator-width);height:var(--ag-header-column-separator-height);top:calc(50% - var(--ag-header-column-separator-height) * .5);background-color:var(--ag-header-column-separator-color)}.ag-ltr .ag-header-cell:before,.ag-ltr .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group):before{right:0}.ag-rtl .ag-header-cell:before,.ag-rtl .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group):before{left:0}.ag-header-highlight-before:after,.ag-header-highlight-after:after{content:"";position:absolute;height:100%;width:1px}.ag-header-highlight-before:after{left:0}.ag-header-highlight-after:after{right:0}.ag-pinned-left-header .ag-header-highlight-after:after{right:1px}.ag-header-cell-resize{display:flex;align-items:center}.ag-header-cell-resize:after{content:"";position:absolute;z-index:1;display:var(--ag-header-column-resize-handle-display);width:var(--ag-header-column-resize-handle-width);height:var(--ag-header-column-resize-handle-height);top:calc(50% - var(--ag-header-column-resize-handle-height) * .5);background-color:var(--ag-header-column-resize-handle-color)}.ag-header-cell.ag-header-span-height .ag-header-cell-resize:after{height:calc(100% - var(--ag-grid-size) * 4);top:calc(var(--ag-grid-size) * 2)}.ag-ltr .ag-header-viewport .ag-header-cell-resize:after{left:calc(50% - var(--ag-header-column-resize-handle-width))}.ag-rtl .ag-header-viewport .ag-header-cell-resize:after{right:calc(50% - var(--ag-header-column-resize-handle-width))}.ag-pinned-left-header .ag-header-cell-resize:after{left:calc(50% - var(--ag-header-column-resize-handle-width))}.ag-pinned-right-header .ag-header-cell-resize:after{left:50%}.ag-ltr .ag-header-select-all{margin-right:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-header-select-all{margin-left:var(--ag-cell-horizontal-padding)}.ag-ltr .ag-floating-filter-button{margin-left:var(--ag-cell-widget-spacing)}.ag-rtl .ag-floating-filter-button{margin-right:var(--ag-cell-widget-spacing)}.ag-floating-filter-button-button{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;height:var(--ag-icon-size);padding:0;width:var(--ag-icon-size)}.ag-filter-loading{background-color:var(--ag-control-panel-background-color);height:100%;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);position:absolute;width:100%;z-index:1;align-items:unset}.ag-paging-panel{border-top:1px solid;border-top-color:var(--ag-border-color);color:var(--ag-secondary-foreground-color);height:var(--ag-pagination-panel-height)}.ag-paging-panel>*{margin:0 var(--ag-cell-horizontal-padding)}.ag-paging-panel>.ag-paging-page-size .ag-wrapper{min-width:calc(var(--ag-grid-size) * 10)}.ag-paging-button{cursor:pointer}.ag-paging-button.ag-disabled{cursor:default;color:var(--ag-disabled-foreground-color)}.ag-paging-button:focus-visible{outline:none}.ag-paging-button:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:0;left:0;display:block;width:calc(100% + -0px);height:calc(100% + -0px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-paging-button,.ag-paging-description{margin:0 var(--ag-grid-size)}.ag-status-bar{border-top:var(--ag-borders) var(--ag-border-color);color:var(--ag-disabled-foreground-color);padding-right:calc(var(--ag-grid-size) * 4);padding-left:calc(var(--ag-grid-size) * 4);line-height:1.5}.ag-status-name-value-value{color:var(--ag-foreground-color)}.ag-status-bar-center{text-align:center}.ag-status-name-value{margin-left:var(--ag-grid-size);margin-right:var(--ag-grid-size);padding-top:calc(var(--ag-grid-size) * 2);padding-bottom:calc(var(--ag-grid-size) * 2)}.ag-column-drop-cell{background:var(--ag-chip-background-color);border-radius:calc(var(--ag-grid-size) * 4);height:calc(var(--ag-grid-size) * 4);padding:0 calc(var(--ag-grid-size) * .5);border:1px solid var(--ag-chip-border-color)}.ag-column-drop-cell:focus-visible{outline:none}.ag-column-drop-cell:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:2px;left:2px;display:block;width:calc(100% - 4px);height:calc(100% - 4px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-column-drop-cell-text{margin:0 var(--ag-grid-size)}.ag-column-drop-cell-button{min-width:calc(var(--ag-grid-size) * 4);margin:0 calc(var(--ag-grid-size) * .5);color:var(--ag-secondary-foreground-color)}.ag-column-drop-cell-drag-handle{margin-left:calc(var(--ag-grid-size) * 2)}.ag-column-drop-cell-ghost{opacity:.5}.ag-column-drop-horizontal{background-color:var(--ag-header-background-color);color:var(--ag-secondary-foreground-color);height:var(--ag-header-height);border-bottom:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-column-drop-horizontal{padding-left:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-column-drop-horizontal{padding-right:var(--ag-cell-horizontal-padding)}.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child){border-right:var(--ag-borders) var(--ag-border-color)}.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child){border-left:var(--ag-borders) var(--ag-border-color)}.ag-column-drop-horizontal-cell-separator{margin:0 var(--ag-grid-size);color:var(--ag-secondary-foreground-color)}.ag-column-drop-horizontal-empty-message{color:var(--ag-disabled-foreground-color)}.ag-ltr .ag-column-drop-horizontal-icon{margin-right:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-column-drop-horizontal-icon{margin-left:var(--ag-cell-horizontal-padding)}.ag-column-drop-vertical-list{padding-bottom:var(--ag-grid-size);padding-right:var(--ag-grid-size);padding-left:var(--ag-grid-size)}.ag-column-drop-vertical-cell{margin-top:var(--ag-grid-size)}.ag-column-drop-vertical{min-height:50px;border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-column-drop-vertical.ag-last-column-drop{border-bottom:none}.ag-column-drop-vertical-icon{margin-left:var(--ag-grid-size);margin-right:var(--ag-grid-size)}.ag-column-drop-vertical-empty-message{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;color:var(--ag-disabled-foreground-color);margin-top:var(--ag-grid-size)}.ag-select-agg-func-popup{border:var(--ag-borders) var(--ag-border-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);background:var(--ag-background-color);height:calc(var(--ag-grid-size) * 5 * 3.5);padding:0}.ag-select-agg-func-virtual-list-item{cursor:default}.ag-ltr .ag-select-agg-func-virtual-list-item{padding-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-select-agg-func-virtual-list-item{padding-right:calc(var(--ag-grid-size) * 2)}.ag-select-agg-func-virtual-list-item:hover{background-color:var(--ag-selected-row-background-color)}.ag-select-agg-func-virtual-list-item:focus-visible{outline:none}.ag-select-agg-func-virtual-list-item:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:1px;left:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-sort-indicator-container{display:flex}.ag-ltr .ag-sort-indicator-icon{padding-left:var(--ag-grid-size)}.ag-rtl .ag-sort-indicator-icon{padding-right:var(--ag-grid-size)}.ag-chart{position:relative;display:flex;width:100%;height:100%}.ag-chart-components-wrapper{position:relative;display:flex;flex:1 1 auto}.ag-chart-canvas-wrapper{position:relative;flex:1 1 auto}.ag-chart-menu{position:absolute;top:16px;display:flex;flex-direction:column}.ag-ltr .ag-chart-menu{right:20px}.ag-rtl .ag-chart-menu{left:20px}.ag-chart-docked-container{position:relative;min-width:var(--ag-chart-menu-panel-width)}.ag-chart-menu-hidden~.ag-chart-docked-container{display:none}.ag-chart-tabbed-menu{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.ag-chart-tabbed-menu-header{flex:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.ag-chart-tabbed-menu-body{display:flex;flex:1 1 auto;align-items:stretch;overflow:hidden}.ag-chart-tab{width:100%;overflow:hidden;overflow-y:auto}.ag-chart-settings{overflow-x:hidden}.ag-chart-settings-wrapper{position:relative;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.ag-chart-settings-nav-bar{display:flex;align-items:center;width:100%;height:30px;padding:0 10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-chart-settings-card-selector{display:flex;align-items:center;justify-content:space-around;flex:1 1 auto;height:100%;padding:0 10px}.ag-chart-settings-card-item{cursor:pointer;width:10px;height:10px;background-color:#000;position:relative}.ag-chart-settings-card-item.ag-not-selected{opacity:.2}.ag-chart-settings-card-item:before{content:" ";display:block;position:absolute;background-color:transparent;left:50%;top:50%;margin-left:-10px;margin-top:-10px;width:20px;height:20px}.ag-chart-settings-prev,.ag-chart-settings-next{position:relative;flex:none}.ag-chart-settings-prev:focus-within,.ag-chart-settings-next:focus-within{box-shadow:var(--ag-input-focus-box-shadow);border-radius:1px}.ag-chart-settings-prev-button,.ag-chart-settings-next-button{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;opacity:0}.ag-chart-settings-mini-charts-container{position:relative;flex:1 1 auto;overflow-x:hidden;overflow-y:auto}.ag-chart-settings-mini-wrapper{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;min-height:100%;overflow:hidden}.ag-chart-settings-mini-wrapper.ag-animating{transition:left .3s;transition-timing-function:ease-in-out}.ag-chart-mini-thumbnail{cursor:pointer}.ag-chart-mini-thumbnail-canvas{display:block}.ag-chart-data-wrapper,.ag-chart-format-wrapper,.ag-chart-advanced-settings-wrapper{display:flex;flex-direction:column;position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding-bottom:16px}.ag-chart-data-wrapper,.ag-chart-advanced-settings-wrapper{height:100%;overflow-y:auto}.ag-chart-advanced-settings{background-color:var(--ag-control-panel-background-color)}.ag-chart-advanced-settings-wrapper,.ag-chart-advanced-settings{width:100%}.ag-chart-advanced-settings-wrapper{padding-bottom:0}.ag-chart-data-section,.ag-chart-format-section,.ag-chart-advanced-settings-section{display:flex;margin:0}.ag-chart-advanced-settings-section{padding-top:var(--ag-grid-size);padding-bottom:var(--ag-grid-size)}.ag-chart-advanced-settings-section:not(:last-child){border-bottom:1px solid var(--ag-secondary-border-color)}.ag-chart-empty-text{display:flex;top:0;width:100%;height:100%;align-items:center;justify-content:center;background-color:var(--ag-background-color)}.ag-chart .ag-chart-menu-wrapper .ag-chart-menu{display:flex;flex-direction:row;top:8px;gap:20px;width:auto}.ag-ltr .ag-chart .ag-chart-menu-wrapper .ag-chart-menu{right:calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);justify-content:right}.ag-rtl .ag-chart .ag-chart-menu-wrapper .ag-chart-menu{left:calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);justify-content:left}.ag-charts-font-size-color{display:flex;align-self:stretch;justify-content:space-between}.ag-charts-data-group-item{position:relative}.ag-charts-data-group-item:not(:last-child){margin-bottom:var(--ag-grid-size)}.ag-chart-menu{border-radius:var(--ag-card-radius);background:var(--ag-background-color)}.ag-chart-menu-icon{opacity:.5;margin:2px 0;cursor:pointer;border-radius:var(--ag-card-radius);color:var(--ag-secondary-foreground-color)}.ag-chart-menu-icon:hover{opacity:1}.ag-chart-menu-toolbar-button{border:0;background-color:unset;padding:0 2px;border-radius:1px}.ag-chart-mini-thumbnail{border:1px solid var(--ag-secondary-border-color);border-radius:5px;padding:1px}.ag-chart-mini-thumbnail.ag-selected{border-color:var(--ag-minichart-selected-chart-color);border-width:2px;padding:unset}.ag-chart-mini-thumbnail:focus-visible{outline:none;border-color:var(--ag-minichart-selected-chart-color);box-shadow:var(--ag-input-focus-box-shadow)}.ag-chart-settings-card-item{background:var(--ag-foreground-color);width:8px;height:8px;border-radius:4px}.ag-chart-settings-card-item.ag-selected{background-color:var(--ag-minichart-selected-page-color)}.ag-chart-data-column-drag-handle{margin-left:var(--ag-grid-size)}.ag-charts-settings-group-title-bar,.ag-charts-data-group-title-bar,.ag-charts-format-top-level-group-title-bar{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color);position:relative}.ag-charts-advanced-settings-top-level-group-title-bar{position:relative;background-color:unset}.ag-charts-data-group-title-bar:focus-visible{outline:none}.ag-charts-data-group-title-bar:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-charts-format-top-level-group-title-bar:focus-visible{outline:none}.ag-charts-format-top-level-group-title-bar:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-charts-data-group-title-bar .ag-charts-data-group-title,.ag-charts-format-top-level-group-title-bar .ag-charts-format-top-level-group-title{cursor:pointer}.ag-charts-data-group-container{padding:calc(var(--ag-widget-container-vertical-padding) * .5) var(--ag-widget-container-horizontal-padding)}.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group):not(.ag-pill-select):not(.ag-select){height:var(--ag-list-item-height)}.ag-charts-data-group-container .ag-charts-data-group-item.ag-picker-field{margin-top:var(--ag-grid-size)}.ag-charts-data-group-container .ag-list-item-hovered:after{content:"";position:absolute;left:0;right:0;height:1px}.ag-charts-data-group-container .ag-item-highlight-top:after{top:0}.ag-charts-data-group-container .ag-item-highlight-bottom:after{bottom:0}.ag-charts-format-top-level-group-container,.ag-charts-advanced-settings-top-level-group-container{padding:var(--ag-grid-size)}.ag-ltr .ag-charts-format-top-level-group-container,.ag-ltr .ag-charts-advanced-settings-top-level-group-container{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-charts-format-top-level-group-container,.ag-rtl .ag-charts-advanced-settings-top-level-group-container{margin-right:calc(var(--ag-grid-size) * 2)}.ag-charts-format-top-level-group-item,.ag-charts-advanced-settings-top-level-group-item{margin:var(--ag-grid-size) 0}.ag-charts-format-sub-level-group-container{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing))}.ag-charts-format-sub-level-group-container>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-charts-format-sub-level-no-header-group-container>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-charts-format-sub-level-group-container .ag-charts-format-sub-level-group-item.ag-font-panel-no-header{margin:0}.ag-charts-settings-group-container{padding:var(--ag-grid-size);row-gap:8px;display:grid;grid-template-columns:60px 1fr 60px 1fr 60px}.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+1){grid-column:1}.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+2){grid-column:3}.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+3){grid-column:5}.ag-chart-menu-panel{background-color:var(--ag-control-panel-background-color)}.ag-ltr .ag-chart-menu-panel{border-left:solid 1px var(--ag-border-color)}.ag-rtl .ag-chart-menu-panel{border-right:solid 1px var(--ag-border-color)}.ag-date-time-list-page-title-bar{display:flex}.ag-date-time-list-page-title{flex-grow:1;text-align:center}.ag-date-time-list-page-column-labels-row,.ag-date-time-list-page-entries-row{display:flex}.ag-date-time-list-page-column-label,.ag-date-time-list-page-entry{flex-basis:0;flex-grow:1}.ag-date-time-list-page-entry{cursor:pointer;text-align:center}.ag-date-time-list-page-column-label{text-align:center}.ag-advanced-filter-header{position:relative;display:flex;align-items:center;padding-left:var(--ag-cell-horizontal-padding);padding-right:var(--ag-cell-horizontal-padding)}.ag-advanced-filter{display:flex;align-items:center;width:100%}.ag-advanced-filter-buttons{display:contents}.ag-advanced-filter-builder-button{display:flex;align-items:center;border:0;background-color:unset;color:var(--ag-foreground-color);font-size:var(--ag-font-size);font-weight:600;line-height:normal;white-space:nowrap}.ag-ltr .ag-advanced-filter-builder-button{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-advanced-filter-builder-button{margin-right:calc(var(--ag-grid-size) * 2)}.ag-advanced-filter-builder-button:hover:not(:disabled){background-color:var(--ag-row-hover-color)}.ag-advanced-filter-builder-button:not(:disabled){cursor:pointer}.ag-advanced-filter-builder-button-label{margin-left:var(--ag-grid-size)}.ag-advanced-filter-builder{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%;background-color:var(--ag-control-panel-background-color);display:flex;flex-direction:column}.ag-advanced-filter-builder-list{flex:1;overflow:auto}.ag-advanced-filter-builder-list .ag-list-item-hovered:after{content:"";position:absolute;left:0;right:0;height:1px}.ag-advanced-filter-builder-list .ag-item-highlight-top:after{top:0}.ag-advanced-filter-builder-list .ag-item-highlight-bottom:after{bottom:0}.ag-advanced-filter-builder-button-panel{display:flex;justify-content:flex-end;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-apply-button,.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-cancel-button{margin-left:calc(var(--ag-grid-size) * 2)}.ag-advanced-filter-builder-item-wrapper{display:flex;flex:1 1 auto;align-items:center;justify-content:space-between;overflow:hidden;padding-left:calc(var(--ag-icon-size) / 2);padding-right:var(--ag-icon-size)}.ag-virtual-list-viewport .ag-advanced-filter-builder-item-wrapper .ag-tab-guard{position:absolute}.ag-advanced-filter-builder-item-tree-lines>*{width:var(--ag-advanced-filter-builder-indent-size)}.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root{width:var(--ag-icon-size)}.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root:before{top:50%;height:50%}.ag-advanced-filter-builder-item-tree-line-horizontal,.ag-advanced-filter-builder-item-tree-line-vertical,.ag-advanced-filter-builder-item-tree-line-vertical-top,.ag-advanced-filter-builder-item-tree-line-vertical-bottom{position:relative;height:100%;display:flex;align-items:center}.ag-advanced-filter-builder-item-tree-line-horizontal:before,.ag-advanced-filter-builder-item-tree-line-horizontal:after,.ag-advanced-filter-builder-item-tree-line-vertical:before,.ag-advanced-filter-builder-item-tree-line-vertical:after,.ag-advanced-filter-builder-item-tree-line-vertical-top:before,.ag-advanced-filter-builder-item-tree-line-vertical-top:after,.ag-advanced-filter-builder-item-tree-line-vertical-bottom:before,.ag-advanced-filter-builder-item-tree-line-vertical-bottom:after{content:"";position:absolute;height:100%}.ag-advanced-filter-builder-item-tree-line-horizontal:after{height:50%;width:calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size));top:0;left:calc(var(--ag-icon-size) / 2);border-bottom:1px solid;border-color:var(--ag-border-color)}.ag-advanced-filter-builder-item-tree-line-vertical:before{width:calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);top:0;left:calc(var(--ag-icon-size) / 2);border-left:1px solid;border-color:var(--ag-border-color)}.ag-advanced-filter-builder-item-tree-line-vertical-top:before{height:50%;width:calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);top:0;left:calc(var(--ag-icon-size) / 2);border-left:1px solid;border-color:var(--ag-border-color)}.ag-advanced-filter-builder-item-tree-line-vertical-bottom:before{height:calc((100% - 1.5 * var(--ag-icon-size)) / 2);width:calc(var(--ag-icon-size) / 2);top:calc((100% + 1.5 * var(--ag-icon-size)) / 2);left:calc(var(--ag-icon-size) / 2);border-left:1px solid;border-color:var(--ag-border-color)}.ag-advanced-filter-builder-item-condition{padding-top:var(--ag-grid-size);padding-bottom:var(--ag-grid-size)}.ag-advanced-filter-builder-item,.ag-advanced-filter-builder-item-condition,.ag-advanced-filter-builder-pill-wrapper,.ag-advanced-filter-builder-pill,.ag-advanced-filter-builder-item-buttons,.ag-advanced-filter-builder-item-tree-lines{display:flex;align-items:center;height:100%}.ag-advanced-filter-builder-pill-wrapper{margin:0px var(--ag-grid-size)}.ag-advanced-filter-builder-pill{position:relative;border-radius:var(--ag-border-radius);padding:var(--ag-grid-size) calc(var(--ag-grid-size) * 2);min-height:calc(100% - var(--ag-grid-size) * 3);min-width:calc(var(--ag-grid-size) * 2)}.ag-advanced-filter-builder-pill .ag-picker-field-display{margin-right:var(--ag-grid-size)}.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-number{font-family:monospace;font-weight:700}.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-empty{color:var(--ag-disabled-foreground-color)}.ag-advanced-filter-builder-pill:focus-visible{outline:none}.ag-advanced-filter-builder-pill:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:-4px;left:-4px;display:block;width:calc(100% + 8px);height:calc(100% + 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-advanced-filter-builder-item-button:focus-visible{outline:none}.ag-advanced-filter-builder-item-button:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:-4px;left:-4px;display:block;width:calc(100% + 8px);height:calc(100% + 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-advanced-filter-builder-pill-display{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.ag-advanced-filter-builder-join-pill{color:var(--ag-foreground-color);background-color:var(--ag-advanced-filter-join-pill-color);cursor:pointer}.ag-advanced-filter-builder-column-pill{color:var(--ag-foreground-color);background-color:var(--ag-advanced-filter-column-pill-color);cursor:pointer}.ag-advanced-filter-builder-option-pill{color:var(--ag-foreground-color);background-color:var(--ag-advanced-filter-option-pill-color);cursor:pointer}.ag-advanced-filter-builder-value-pill{color:var(--ag-foreground-color);background-color:var(--ag-advanced-filter-value-pill-color);cursor:text;max-width:140px}.ag-advanced-filter-builder-value-pill .ag-advanced-filter-builder-pill-display{display:block}.ag-advanced-filter-builder-item-buttons>*{margin:0 calc(var(--ag-grid-size) * .5)}.ag-advanced-filter-builder-item-button{position:relative;cursor:pointer;color:var(--ag-secondary-foreground-color);opacity:50%}.ag-advanced-filter-builder-item-button-disabled{color:var(--ag-disabled-foreground-color);cursor:default}.ag-advanced-filter-builder-virtual-list-container{top:var(--ag-grid-size)}.ag-advanced-filter-builder-virtual-list-item{display:flex;cursor:default;height:var(--ag-list-item-height)}.ag-advanced-filter-builder-virtual-list-item:hover{background-color:var(--ag-row-hover-color)}.ag-advanced-filter-builder-virtual-list-item:hover .ag-advanced-filter-builder-item-button{opacity:100%}.ag-advanced-filter-builder-virtual-list-item-highlight .ag-advanced-filter-builder-item-button:focus-visible,.ag-advanced-filter-builder-validation .ag-advanced-filter-builder-invalid{opacity:100%}.ag-advanced-filter-builder-invalid{margin:0 var(--ag-grid-size);color:var(--ag-invalid-color);cursor:default}.ag-row-number-cell{background-color:var(--ag-header-background-color);color:var(--ag-header-foreground-color);font-size:var(--ag-font-size);font-family:var(--ag-font-family)}.ag-row-number-header.ag-row-number-selection-enabled{cursor:cell}.ag-row-number-range-highlight{background-color:var(--ag-range-header-highlight-color)}.ag-row-number-range-selected{background-color:var(--ag-row-numbers-selected-color)}.ag-ltr .ag-row-number-header,.ag-ltr .ag-cell.ag-row-number-cell:not(.ag-cell-last-left-pinned){border-right:var(--ag-pinned-column-border)}.ag-ltr .ag-cell.ag-row-number-cell.ag-row-number-selection-enabled{cursor:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxLjU7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuNTc4NCwwLDAsMS44NjQyOSwtNC40MTM0OSwtNy4yMTIxMikiPgogICAgICAgIDxwYXRoIGQ9Ik0zLjQ0NSw4LjkxMUwzLjQ0NSw3LjQwOUw5Ljc1LDcuNDA5TDkuNzUsNi4wMTRMMTIuMjg1LDguMTZMOS43NSwxMC4zMDZMOS43NSw4LjkxMUwzLjQ0NSw4LjkxMVoiIHN0eWxlPSJzdHJva2U6d2hpdGU7c3Ryb2tlLXdpZHRoOjAuNDFweDsiLz4KICAgIDwvZz4KPC9zdmc+Cg==),auto}.ag-rtl .ag-row-number-header,.ag-rtl .ag-cell.ag-row-number-cell:not(.ag-cell-first-right-pinned){border-left:var(--ag-pinned-column-border)}.ag-rtl .ag-cell.ag-row-number-cell.ag-row-number-selection-enabled{cursor:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxLjU7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuNTc4NCwwLDAsMS44NjQyOSwtNC40MTM0OSwtNy4yMTIxMikiPgogICAgICAgIDxwYXRoIGQ9Ik01Ljk3OSw4LjkxMUw1Ljk3OSwxMC4zMDZMMy40NDUsOC4xNkw1Ljk3OSw2LjAxNEw1Ljk3OSw3LjQwOUwxMi4yODUsNy40MDlMMTIuMjg1LDguOTExTDUuOTc5LDguOTExWiIgc3R5bGU9InN0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MC40MXB4OyIvPgogICAgPC9nPgo8L3N2Zz4K),auto}.ag-cell-batch-edit{background-color:var(--ag-cell-batch-edit-background-color);color:var(--ag-cell-batch-edit-text-color)}.ag-cell.ag-cell-inline-editing{background-color:var(--ag-background-color);background-image:linear-gradient(0deg,var(--ag-input-background-color),var(--ag-input-background-color))}.ag-row-batch-edit{background-color:var(--ag-row-batch-edit-background-color);color:var(--ag-row-batch-edit-text-color)}.ag-input-field-input{width:100%;min-width:0}.ag-checkbox-input-wrapper{font-family:var(--ag-icon-font-family);font-weight:var(--ag-icon-font-weight);color:var(--ag-icon-font-color);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-checkbox-background-color);border-radius:var(--ag-checkbox-border-radius);display:inline-block;vertical-align:middle;flex:none}.ag-checkbox-input-wrapper input{-webkit-appearance:none;opacity:0;width:100%;height:100%}.ag-checkbox-input-wrapper:focus-within,.ag-checkbox-input-wrapper:active{outline:none;box-shadow:var(--ag-input-focus-box-shadow)}.ag-cell-editing-error .ag-checkbox-input-wrapper:focus-within,.ag-cell-editing-error .ag-checkbox-input-wrapper:active{box-shadow:var(--ag-input-error-focus-box-shadow)}.ag-checkbox-input-wrapper.ag-disabled{opacity:.5}.ag-checkbox-input-wrapper:after{content:var(--ag-icon-font-code-checkbox-unchecked, "");font-family:inherit;color:var(--ag-checkbox-unchecked-color);display:var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-checkbox-input-wrapper.ag-checked:after{content:var(--ag-icon-font-code-checkbox-checked, "");color:var(--ag-checkbox-checked-color);display:var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-checkbox-input-wrapper.ag-indeterminate:after{content:var(--ag-icon-font-code-checkbox-indeterminate, "");color:var(--ag-checkbox-indeterminate-color);display:var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-checkbox-input-wrapper:before{content:"";background:transparent center/contain no-repeat;position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, .9))}.ag-checkbox-input-wrapper.ag-checked:before{background-image:var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, .9))}.ag-checkbox-input-wrapper.ag-indeterminate:before{background-image:var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, .9))}.ag-toggle-button-input-wrapper{box-sizing:border-box;width:var(--ag-toggle-button-width);min-width:var(--ag-toggle-button-width);max-width:var(--ag-toggle-button-width);height:var(--ag-toggle-button-height);background-color:var(--ag-toggle-button-off-background-color);border-radius:calc(var(--ag-toggle-button-height) * .5);position:relative;flex:none;border:var(--ag-toggle-button-border-width) solid;border-color:var(--ag-toggle-button-off-border-color)}.ag-toggle-button-input-wrapper input{opacity:0;height:100%;width:100%}.ag-toggle-button-input-wrapper:focus-within{outline:none;box-shadow:var(--ag-input-focus-box-shadow)}.ag-toggle-button-input-wrapper.ag-disabled{opacity:.5}.ag-toggle-button-input-wrapper.ag-checked{background-color:var(--ag-toggle-button-on-background-color);border-color:var(--ag-toggle-button-on-border-color)}.ag-toggle-button-input-wrapper:before{content:" ";position:absolute;top:calc(0px - var(--ag-toggle-button-border-width));left:calc(0px - var(--ag-toggle-button-border-width));display:block;box-sizing:border-box;height:var(--ag-toggle-button-height);width:var(--ag-toggle-button-height);background-color:var(--ag-toggle-button-switch-background-color);border-radius:100%;transition:left .1s;border:var(--ag-toggle-button-border-width) solid;border-color:var(--ag-toggle-button-switch-border-color)}.ag-toggle-button-input-wrapper.ag-checked:before{left:calc(100% - var(--ag-toggle-button-height) + var(--ag-toggle-button-border-width));border-color:var(--ag-toggle-button-on-border-color)}.ag-radio-button-input-wrapper{font-family:var(--ag-icon-font-family);font-weight:var(--ag-icon-font-weight);color:var(--ag-icon-font-color);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-checkbox-background-color);border-radius:var(--ag-checkbox-border-radius);display:inline-block;vertical-align:middle;flex:none;border-radius:var(--ag-icon-size)}.ag-radio-button-input-wrapper input{-webkit-appearance:none;opacity:0;width:100%;height:100%}.ag-radio-button-input-wrapper:focus-within,.ag-radio-button-input-wrapper:active{outline:none;box-shadow:var(--ag-input-focus-box-shadow)}.ag-cell-editing-error .ag-radio-button-input-wrapper:focus-within,.ag-cell-editing-error .ag-radio-button-input-wrapper:active{box-shadow:var(--ag-input-error-focus-box-shadow)}.ag-radio-button-input-wrapper.ag-disabled{opacity:.5}.ag-radio-button-input-wrapper:after{content:var(--ag-icon-font-code-radio-button-off, "");color:var(--ag-checkbox-unchecked-color);display:var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-radio-button-input-wrapper.ag-checked:after{content:var(--ag-icon-font-code-radio-button-on, "");color:var(--ag-checkbox-checked-color);display:var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-radio-button-input-wrapper:before{content:"";background:transparent center/contain no-repeat;position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--ag-icon-image-radio-button-off, var(--ag-icon-image));display:var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, .9))}.ag-radio-button-input-wrapper.ag-checked:before{background-image:var(--ag-icon-image-radio-button-on, var(--ag-icon-image));display:var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, .9))}input[class^=ag-][type=range]{-webkit-appearance:none;width:100%;height:100%;background:none;overflow:visible}input[class^=ag-][type=range]::-webkit-slider-runnable-track{margin:0;padding:0;width:100%;height:3px;background-color:var(--ag-border-color);border-radius:var(--ag-border-radius);border-radius:var(--ag-checkbox-border-radius)}input[class^=ag-][type=range]::-moz-range-track{margin:0;padding:0;width:100%;height:3px;background-color:var(--ag-border-color);border-radius:var(--ag-border-radius);border-radius:var(--ag-checkbox-border-radius)}input[class^=ag-][type=range]::-ms-track{margin:0;padding:0;width:100%;height:3px;background-color:var(--ag-border-color);border-radius:var(--ag-border-radius);border-radius:var(--ag-checkbox-border-radius);color:transparent;width:calc(100% - 2px)}input[class^=ag-][type=range]::-webkit-slider-thumb{margin:0;padding:0;-webkit-appearance:none;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-background-color);border:1px solid;border-color:var(--ag-checkbox-unchecked-color);border-radius:var(--ag-icon-size);transform:translateY(calc(var(--ag-icon-size) * -.5 + 1.5px))}input[class^=ag-][type=range]::-ms-thumb{margin:0;padding:0;-webkit-appearance:none;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-background-color);border:1px solid;border-color:var(--ag-checkbox-unchecked-color);border-radius:var(--ag-icon-size)}input[class^=ag-][type=range]::-moz-ag-range-thumb{margin:0;padding:0;-webkit-appearance:none;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-background-color);border:1px solid;border-color:var(--ag-checkbox-unchecked-color);border-radius:var(--ag-icon-size)}input[class^=ag-][type=range]:focus{outline:none}input[class^=ag-][type=range]:focus::-webkit-slider-thumb{box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-checkbox-checked-color)}input[class^=ag-][type=range]:focus::-ms-thumb{box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-checkbox-checked-color)}input[class^=ag-][type=range]:focus::-moz-ag-range-thumb{box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-checkbox-checked-color)}input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{background-color:var(--ag-input-focus-border-color)}input[class^=ag-][type=range]:active::-moz-ag-range-track{background-color:var(--ag-input-focus-border-color)}input[class^=ag-][type=range]:active::-ms-track{background-color:var(--ag-input-focus-border-color)}input[class^=ag-][type=range]:disabled{opacity:.5}@font-face{font-family:agGridMaterial;src:url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABS0AAsAAAAALNgAABRhAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHItKBmAAjRIKrjimKwE2AiQDgmALgTIABCAFhF4HhjMbUSdlhhhsHADxzJlBFDVabspEVG0K2f9/WOBk7MdsnLSiQdkjaCNosdtURg76wzo9eYHT6CwM6iB9oSyMecRhsyAP+taoW6gUymzjBSbq3zEiCy42G0qYBNVY2XPE6o0CkggQIKEjVIyKeqND5SPs/vy26sH/MK47oga+wDicuId0IWu6eOlCuiSawgbABW3a5i7SJg4hWAPNXVSIGXijX46YU4tAKu5QI5nnIjVzIhWjRn4eXq66qWqGW8l/nzUsUsqY2+PpW9ueIiGKCQXwQFAuVm172RdEPMJ0POe7d+4r0y7ONO0BawKhFoT9kMkscY94oQeNTe0BkTDoiD48f8Ly8PO+t/pWv5UuCSFdBBvErW71yz4pAq72+2WXKL5I05JpnZt773OzmC94OkQtQfsWCqKhMS8hZqXrdIYWyFZKwoefS+0yAjwhxP9J6b+8Qq5AmHaU3gBBAXuCu3JKPEWKjAMSetZMSoKAMUedNpb/2nizIkMiIyVDo/FjubGJjiOU1KjLCKCiZYGceFrY4HwwH55EYbFhgF3LeAjXp8yjDFjhHsx3nK+ZOGWc8szv4BCziUOkAN3Bzvb+ePq8mwoGxCylgWDDJnvj8FgMgUgiI9G4XkTJIQUihSqp9AqjpNo6QwjGERnGtCo0eW6MnYnOW2s6gRDJLcmJxNwCl/IuZUUUEWtJQLFL6VhQ+Fgcw9tSaBhK7+JeZhsGhmyHt+NB2VDxNAu4ikqBHyqH2LlScU4D4vCmksSosYDH2YvIDIUtUTUaqzQSpYLiJotsa4mBJ6vDRKqVYz0q0p0lgi2GVtLqUNsG420IUnBzj8ajORXM6K55ocpmXwK3zuWu0C+zynBnzFBWmT9XwztBUGPuNdYZeswNRKFxq7EUJRjjeO9sHjm6V969/XIU9nY8QkAMgzIYBeO9R2spsRaKgpb4aO5rko3bjJt5NS30FFWyct4Oza0xgNJrxoHHPW687IpKCzvJqdWcLcP11TxOX0q6vX4K48tiwgCmVBdOPJWqbiQbay6SgMNQrYy3M2bVzdMZ0VhTpZUKjPZN7o+CApeWFAocL1GgQmEX0pCOcb5olce5oNdCC7OKKumIG+WvjZSxYrCMuwgj3UgK4XPBbUbStegWhRKwjDfTgqKElg92PmDG2BC7Tp7ESw71RXLOomvBJ+meTILOK8oCUiSMsx0hZkuXbjGTabaJAUlyB11EhpAMJm41vGMuueeFIYcCZW3cegP/MEzfG7HKmQSNlx8599uLpE6RgbuAeDn78LgBasMdUq3IQtU3NkuomRtN0vwXt86lnYBjVQkGjSBnsprgxHwwUejexirNzr7rD3MCzpwnVkMeZL5NTwHf07eP/9AOBCCDykJ8hJWryQvf1JOEmgHs5YSf834crg3IA1mgHciBTK+6PNoBZSxFqwzxgBrMfnCRutseeZP6k/T7tw6X3fUkRfrFPnFecCadE0pGvnAIramvOZ548SpFK5p/F0oMp+xFd9yhjWNOIpAQzFo0EzMLKxs7x3BvLm4eXj5+AUEhYZFIxIIviAcSkmxS0jKycrzyCopKyiqqaupsGppaELe2jq6evoGhkbGJqZm5BYgCxHG87D9/eFFdGdsamZ+wmludmlzHzYyvbU4vbWzrxaoBcieT6gOgYwnLwCkMA2ewCJzDLHABK8AljAFXsAVcwwhwA/PALUwA97AAPMAc8AirwBNMAc8wCbzAOvAORoH3MAN8gHHgI6wBn2AT+AzTwBdYAr7CBvDtC8u3QSIgJZkNgAiAGIAUAGkAmgBoBqAFgFYA2gBoB6ADgE4AugDoBqAHgF4A+gDoB2AAgEEAhgAYBmAEgFEAxgAYB+ABABMATAIwhYcqSGnIMwPALABzAMwDsIDRVBYBFUsALAOwAsAqAGsArAOwAcAmAFt4qILUBj12ANgFYA8PWZD6HlogDaA8hwAcAXAMwAkApwBcAJABIAtADoA8AAU8DIAkehgESfIxBLCzbuEnPxTeQLkP4tT4B5tY+AeCSSYKzbcmIAQapdDFoEjRIz0MWgfJ9JFpKWUSwU5JUImgHzYm3oVIby6GxGMgvpntFD6Scp2v0mQM/Gsnhp9Idz8H5YS1ObtKh36zICiQS2WSBqA1nAJ5bc8pKIKgcj7lXwq2MANNESjTCR0ZB9DQKcbET2BMxYkVhOdXCDavDgaoNH6ngA+/15qEWaTG/ysNkVi9m4CsIYNgGGi/VahI2a1CFhwsS0AhV2cyP1vD5JzrkwtpTna20eRwyZqK2CpL2YxSgOuXbUEhhdkify2qdB7roYuX3UxAu4v3r2eEU5Y+4WoMSda2yGn0kmczJZ6aHhDm05T7rMdA98kfiBu4GDpKgMOBZjTQuFAUwViq+tGCFneX2JQli/wHALVq3mTmn6guX1ur+1qNWnVWMVbDyVWbnZ1vrBgbalpL3vsIwly75vPUCy40PJFrvV7o3X693ow4R6SAFrkQoPWEmnaxG/oooG0+MsA+t4lUzeXBLPSys5EUmtbpVGgRQJzeTbvbHcYjgUh2+XRnde+snvAC2qCirrvDONOlW2A5R4fSdhUGcnNaqS5U0+yKFZewdHc1zIIpr75cg5hy1pfxClnCisub3ixcQlz9zX+s5m9eqZCzuQv3AhRfGuBYwgQ3ek9CDGxpemyJrZdzjgctfEyWlbcjrbUBCjZ8ps6FTsJNs3Y5ndD7EXdVMU57O7NX63/ouwrbpGKuXufnPzP2lRjPK3qQT0P/xsIrtd8audTQzzcatil8nkE9Tkh8Ze5+qFJqpt4XUI1hVJ+fN+Oa/0X9N6/9DPhsEAvlyEIED+fXCHBGJXBAQ3TYypVfZoYCzGKV7EkgPqzzaBdiqiKQohf7Zg77RXUgiy7xjI62stdq7cCRVKamq1YPusY7FVfxPz95/TdLfKuz4cRJVJYV1fLXLxh07//fNf5mhQ0pZGMVgrFyUXdhoD4SsGhU9krFYgNgubpKQLSKkiAKrZX53b8+3im3bZaK36mpl38b/m86ffEL6KTEDK92ZSwHPXZ48lIwKnyYl/DjgZ24lZQGSk2PDE5v3GzK9jjKsjmLfT9+mmwsknug4BC3U1SURoGeKJW7rHTXtQZFk12VUo/wzFYuNTGzltDrF/JVj+TAO+ftNPoobDdqx90OC7ozx86eFzArcaS0KadZEPtj8K0lhmNiv/8qh7SbZdZwKlZi5MuZmFZG7yxmn9QYmW0Xh6JHg+UPTRg+zCDTIX5bU91nA5d4l/NA8SKreiz7aqU+0Ac+DV/bUKjwvXE6UgWfPIJJ/4X/IL9hX+c3iXd48wQlqL26cUaamMaORh/TgWxvo9CLk0f0gqK7wgfQYbJNogLrkpFsQQvuO+jSYNISj7bo1nHby6Yn9V7A6C3SQwScf++c2Z+kzJ3W6lQql0dDFy1zrw/bs3oE7j03bq3pU/n5sVfSFTB/FG9ni0FrqJSTKinphfiAZKIkZ9emrioz8mf5J8UiaGcHwg0aD+micugCNasq5FzKd3dGbfp1Kx87upwjqa87tQMzqP3GoTmd9q+cVSQZvcS7QBHlgo0WWgIZKk/NI0HX8U35TBTDZ7A7bZ3CtN9Ml4JqRwgkEejvGCFtYY6JVdLKlIHZ+qF8fb+UI7s3l7f/zP5Vjf9zteqvE2u/3nWsZS5gmElqNOfjOE3iJkkjHb6W+3FkQn5QQFr1ZvN34vsHc3duLvBFG1prkqoSEqqSal5LOKoqoQ79eiKQoNuwnkq3jNiQvSLcHTVDN+OjbLx8vJma8G0CJK4zO/MiHvCceQ8ieL0vxw93ZjDy8q5eMRrz8tWFy8PCteHyqCnOfblog0bpHz6dNxj0dXUIkp52lZ2+euXq3vRdu1Z8UrExkADGJj6vAFJPppfSrTRjBLGxKApzR6btUIagAqz7qj99hl3XUxSEoWdsOGAyQmabPvwmBrgMAyx1w2Q4+Olvym5CzNy+bnO886pLkPDgw0j1BM0c8X67oJFBMUEjghKW/03J4oP3uG8mTl5i92hQcJanyU5jeOK60veBt+fImG87xAzs0gSUzkwNpA3e7jYlbXycB/Ng7NAT6qHFxeyZ7tv2ubNZDB9f9xs2mssK96mjtJ9dvYpo7gbmPwntEOn92oc23X4SY4fb6JT8Vzya2+CyTqGPz59XaFtTV4SeCDnJCgXGFJeJuc4OLMFDVssmj2OVrNjbkYOcd9BaIdzqdvKExWTiJwU76lyTZec+csRxcayJmXux8zGuH3uNaM1g0eDVGGepIk5exsH2f0q0mo1xjikUJlMVHwReNi/aJ/fivT24WjJ52JgVTcN8Mj28sP9SSzNLt98nLg3yiHL1ys1rUk4+s562guXNii+eWTQlfpHDII+hHjRYcaCdRMsW+4iwzrOhV4QF+XWqc3NLYkcWyngS3uhmrrSJqNXm5Yrnikba6fJFYu1gv4SZIvVtMRbk/0sqEbLlWtqYAQRUF2aWlc+Nm7/oZvDQ+BVgfX8BQTElEp6MZziYMUQ6ZLOC9eGKsDBFiYQjSzLfMIRzfatg63XBunNgoEgliRuUFqUWtxE2+Fdw9gzRbbXLDSthI0BAa9Ur9TpylQXSXJ/Hu1oHI0/royX7vLzIpmkJ08RFWk1fi0aRDn8dOJ+T+jbed7O5KzdUXY5vEtqtOOcAThaQydWJiVVjJayShVrwA5wux3wif6Kxnx4qDT1hbHWrXwib0qDOz1c3rNau3uKKkuw6V6qeX5GVtQgATg8bLUoLTKfWhTMshOVeE21A3bUpbXkZqDbR+oof3ScflIGeNpSH54bl5ITlhpcnj8TbHjzg4CNz6dvI5CI3iJnXuPfSz8Kfj/ZggG1ZhstTm7/XInwRRlOCr/ItxAzDDALK4pcuHaFB9b8IC+vrG5h8UkUMDBCqk5MH+kDgmaTnh1/g7/QL4fwsgeZNdg3W+acWnPLdbRkY0at5pN3jx2QH+TlyxO+B8cD6vFxtZxj7yf4+Yyhvz795REVgScDSpQElgRW3JBy1dOl7+YrAWxL/jvXzmysSSgWC0oQKU4m6e6mgIsGU2xysX8VjhcKxi1Nk5OLstxNR1WTzRdldT6/hS1tDzBybv9xf6X9n7f653MZG/d04TH+K1hGAl++Sofzit3HL8HH4si41D9+1q+uD2WrVwV1fOSGHAyvOvFutLipOgYsXH7+a8PAEsf5WSkZtWvLwR2uNFUrlIFnjnNmbZKOykh/aweB+T4VWlYpPjK2qlMtJMu7YcXB9yNVnbia1ePz4zZmk8E5CmTmBePgw2Es9n28EWEkMxMlp/KhsUJDSbpljVEm1hPTwsYxjRwiJViUh57AzgiWFGKJKnTxxdlHG8czjhy3glBpns9KDVYVEuLkKGPMa3bzc9i2Ts5Z/cIqj+oXXQHPrAzc/N6hjLbHpe1uPtHqZJkw42d7W3n4SrEn0k/T7C4HrQZ4IU+1Vv5OcCaI3FsdgOz7hNEo29+ht725vRUCLB97QfIPLpr9mBRacvh8QFNACCv/1bc6c8hPaH7Nfx2UgPP9Hc0ZXLqBdrOVQDzFP4nECnn3oCzpBt9FPBD0VXKLfpqi+wD6KUrfSa2770JlFXV3ElcOIe3/2Fuoh2gramc9Ut4PUk3uDeivedugO7Hn6rMV3JUT/ve7ohMLe6DXPTaFv6tFbqHO4/SyFUe8R6KtQsvoCQfpptcjp71WH5q5aqW5QNixeq1rpcvSx8jGcPx935w7t7h3xpPVSyWIdd0mXXdcSjm6zRKILX0KD6bN+/6Yi9pfYD2JBhQAA6H4aabhQDNuQBmEsGFw0GW1QzUNWIZYLZqNnddb5/SPbgn4Ji6gddHeQhZa5uBQxp2wMYpH/VCQvIdJqpAp1RrXNCbmc6Bykoo3sb8LAAvdFXVOSmmw1nYVmNFkx4Y1cRioTK6vQpYqsHK1HXSEWwqPQgqyqYnxjVUqYhchNW3dnodvxEqImL19UX8BH3cUpSBu+iAHloW9YeBFVNiWp8T/1H8M4xTenVnuk/TPIBTUD2JUNfnNmdhjvfitz4aAY5N/NMiGLuh7gP0LK396Y4s+1/P4JhoPpUzmUGaASTAL/NSts+d4lhcGpLckwCXwosllSAIucTRbybNqiILOZQUWVtnWVz3MIkRsMhLi3AMnps0DYfBUYm/9ACTpKoOESAFYnYsjnsylcEGL8UYL7ZBQlmPgdfYlmPIDwGr9RcmCq7pu7o/KIhDJ/Sle1lyqP/kG1qzrhoXpiUoyRqyT8jFabXjU93t520z00loeJ8UcJ7lPopShN/B7k+ZKZb0RryHL8HYrMe2eq3GvcaVsckUQuq+8q7WVdP4/+Ye6hXf1OeMjwyTDTFDERPMckl89oQ2r0JWR6dJtM1OlSwxrhn4DkdQBY45ZF7iAwgzksYAkrWMPmj3E5NP6d9ed+7fH6/IFgKByJxuIHiWQqncnm8oViqVyp1uqNZqvd6fb6g+FoPJnO5guGzRaKxBKpTK4YlpObl19Q+MdwJaEqKi4x/d+karwX9EYD09KI8CnPTLZLa8hiXNjeiL6eqmhfWj7Xm3R0Hw86CORQUYZARvHtsdhCWs695chSp7A3RlZvsAyUt5ZJxVhFN7ecLgsrnPPM5nFmi84dZrvA87XD1mMlYzyg2+AF6xxN7mdZ5rIL8YphC7tJ1rmXkBZeuKR5YQCdR+x0GQNV3NVVZOMC+fVgzmEIV5wPSGVtaZDQBDHhjlhrEyOfYC3S2VE4g5MWKYysr2X+abhuiypTzV336sCNFhJ8r/NsRtzmwUBp7fhEW70W3GGcwvVM2qj0XtzlrQqi68zN4fqckNaFrLfNUyx5USQGa7ulldJEIqo2KCbvXWnWbZa4LHSPLTos6yN0dcuqPGyFTOW07QxrFIvTStpv9ZqGRnoUccCIuHXxh62Nc3N0QcGABwEEhQAMBCfIYCFCDy/QwhlqBwMUSHCBETq4TgAAAAA=);font-weight:400;font-style:normal}.ag-theme-material,.ag-theme-material-dark,.ag-theme-material-auto-dark{--ag-material-primary-color: #3f51b5;--ag-material-accent-color: #ff4081;--ag-foreground-color: rgba(0, 0, 0, .87);--ag-secondary-foreground-color: rgba(0, 0, 0, .54);--ag-disabled-foreground-color: rgba(0, 0, 0, .38);--ag-background-color: #fff;--ag-header-background-color: #fff;--ag-tooltip-background-color: #fff;--ag-subheader-background-color: #eee;--ag-subheader-toolbar-background-color: rgba(238, 238, 238, .5);--ag-header-cell-hover-background-color: #f2f2f2;--ag-chip-background-color: #e2e2e2;--ag-range-selection-background-color: rgba(122, 134, 203, .1);--ag-range-selection-background-color-2: rgba(122, 134, 203, .19);--ag-range-selection-background-color-3: rgba(122, 134, 203, .27);--ag-range-selection-background-color-4: rgba(122, 134, 203, .34);--ag-row-numbers-selected-color: color-mix(in srgb, transparent, var(--ag-material-accent-color) 50%);--ag-range-selection-highlight-color: #fce4ec;--ag-row-hover-color: #fafafa;--ag-column-hover-color: #fafafa;--ag-control-panel-background-color: #fafafa;--ag-selected-row-background-color: rgba(33, 150, 243, .3);--ag-checkbox-unchecked-color: #333;--ag-value-change-value-highlight-background-color: #00acc1;--ag-side-button-selected-background-color: transparent;--ag-advanced-filter-join-pill-color: #f08e8d;--ag-advanced-filter-column-pill-color: #a6e194;--ag-advanced-filter-option-pill-color: #f3c08b;--ag-advanced-filter-value-pill-color: #85c0e4;--ag-find-match-color: var(--ag-foreground-color);--ag-find-match-background-color: #ffff00;--ag-find-active-match-color: var(--ag-foreground-color);--ag-find-active-match-background-color: #ffa500;--ag-filter-panel-apply-button-color: var(--ag-material-primary-color);--ag-filter-panel-apply-button-background-color: transparent;--ag-range-selection-border-color: var(--ag-material-primary-color);--ag-checkbox-checked-color: var(--ag-material-accent-color);--ag-borders: none;--ag-borders-critical: solid 1px;--ag-border-color: #e2e2e2;--ag-grid-size: 8px;--ag-icon-size: 18px;--ag-header-height: calc(var(--ag-grid-size) * 7);--ag-row-height: calc(var(--ag-grid-size) * 6);--ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);--ag-list-item-height: calc(var(--ag-grid-size) * 4);--ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));--ag-filter-tool-panel-sub-level-row-height: calc(var(--ag-grid-size) * 4);--ag-checkbox-border-radius: 2px;--ag-toggle-button-switch-border-width: 2px;--ag-toggle-button-height: var(--ag-icon-size);--ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);--ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);--ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.75);--ag-font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ag-font-size: 13px;--ag-icon-font-family: agGridMaterial;--ag-selected-tab-underline-color: var(--ag-material-primary-color);--ag-selected-tab-underline-width: 2px;--ag-input-focus-border-color: var(--ag-material-primary-color);--ag-input-focus-box-shadow: 0 0 0 5px rgba(32, 33, 36, .122);--ag-input-error-focus-box-shadow: 0 0 0 5px color-mix(in srgb, var(--ag-background-color), var(--ag-invalid-color) .5%);--ag-card-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);--ag-card-radius: 2px;--ag-invalid-color: #e02525}.ag-theme-material-dark{--ag-material-primary-color: #3f51b5;--ag-material-accent-color: #bb86fcff;--ag-range-selection-border-color: var(--ag-material-accent-color);--ag-find-match-color: var(--ag-background-color);--ag-find-active-match-color: var(--ag-background-color);--ag-background-color: #121212ff;--ag-foreground-color: #ffffffff;--ag-data-color: #f5f5f5ff;--ag-header-cell-hover-background-color: #000000ff;--ag-advanced-filter-join-pill-color: #7a3a37ff;--ag-advanced-filter-column-pill-color: #355f2dff;--ag-advanced-filter-option-pill-color: #5a3168ff;--ag-advanced-filter-value-pill-color: #374c86ff;--ag-input-disabled-border-color: #3a434eff;--ag-input-disabled-background-color: #68686e12;--ag-selected-row-background-color: #bb86fc33;--ag-row-hover-color: #bb86fc33;--ag-column-hover-color: #f5f5f50d;--ag-range-selection-background-color: #bb86fc1a;--ag-range-selection-background-color-2: #bb86fc30;--ag-range-selection-background-color-3: #bb86fc45;--ag-range-selection-background-color-4: #bb86fc57;--ag-border-color: #383838ff;--ag-secondary-border-color: #383838ff;--ag-header-background-color: #121212ff;--ag-tooltip-background-color: #212b38ff;--ag-odd-row-background-color: #121212ff;--ag-control-panel-background-color: #2c2c2cff;--ag-subheader-background-color: #ffffff0d;--ag-subheader-toolbar-background-color: #2c2c2cff;--ag-invalid-color: #e02525ff;--ag-checkbox-unchecked-color: #797e87ff;--ag-checkbox-background-color: #121212ff;--ag-secondary-foreground-color: #f5f5f5ff;--ag-input-border-color: #383838ff;--ag-input-border-color-invalid: #e02525ff;--ag-disabled-foreground-color: #f5f5f580;--ag-chip-background-color: #22262812;--ag-side-button-selected-background-color: #2c2c2cff;--ag-selected-tab-underline-color: #3f51b5ff;--ag-modal-overlay-background-color: #121212a8;--ag-value-change-delta-up-color: #43a047a8;--ag-value-change-delta-down-color: #e53935ff;--ag-menu-background-color: #2c2c2cff;--ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, .4);--ag-cell-batch-edit-text-color: #f3d0b3;color-scheme:dark}@media (prefers-color-scheme: dark){.ag-theme-material-auto-dark{--ag-material-primary-color: #3f51b5;--ag-material-accent-color: #bb86fcff;--ag-range-selection-border-color: var(--ag-material-accent-color);--ag-find-match-color: var(--ag-background-color);--ag-find-active-match-color: var(--ag-background-color);--ag-background-color: #121212ff;--ag-foreground-color: #ffffffff;--ag-data-color: #f5f5f5ff;--ag-header-cell-hover-background-color: #000000ff;--ag-advanced-filter-join-pill-color: #7a3a37ff;--ag-advanced-filter-column-pill-color: #355f2dff;--ag-advanced-filter-option-pill-color: #5a3168ff;--ag-advanced-filter-value-pill-color: #374c86ff;--ag-input-disabled-border-color: #3a434eff;--ag-input-disabled-background-color: #68686e12;--ag-selected-row-background-color: #bb86fc33;--ag-row-hover-color: #bb86fc33;--ag-column-hover-color: #f5f5f50d;--ag-range-selection-background-color: #bb86fc1a;--ag-range-selection-background-color-2: #bb86fc30;--ag-range-selection-background-color-3: #bb86fc45;--ag-range-selection-background-color-4: #bb86fc57;--ag-border-color: #383838ff;--ag-secondary-border-color: #383838ff;--ag-header-background-color: #121212ff;--ag-tooltip-background-color: #212b38ff;--ag-odd-row-background-color: #121212ff;--ag-control-panel-background-color: #2c2c2cff;--ag-subheader-background-color: #ffffff0d;--ag-subheader-toolbar-background-color: #2c2c2cff;--ag-invalid-color: #e02525ff;--ag-checkbox-unchecked-color: #797e87ff;--ag-checkbox-background-color: #121212ff;--ag-secondary-foreground-color: #f5f5f5ff;--ag-input-border-color: #383838ff;--ag-input-border-color-invalid: #e02525ff;--ag-disabled-foreground-color: #f5f5f580;--ag-chip-background-color: #22262812;--ag-side-button-selected-background-color: #2c2c2cff;--ag-selected-tab-underline-color: #3f51b5ff;--ag-modal-overlay-background-color: #121212a8;--ag-value-change-delta-up-color: #43a047a8;--ag-value-change-delta-down-color: #e53935ff;--ag-menu-background-color: #2c2c2cff;--ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, .4);--ag-cell-batch-edit-text-color: #f3d0b3;color-scheme:dark}}.ag-theme-material .ag-filter-toolpanel-header,.ag-theme-material .ag-filter-toolpanel-search,.ag-theme-material .ag-status-bar,.ag-theme-material .ag-header-row,.ag-theme-material .ag-row-number-cell,.ag-theme-material .ag-panel-title-bar-title,.ag-theme-material .ag-multi-filter-group-title-bar,.ag-theme-material-dark .ag-filter-toolpanel-header,.ag-theme-material-dark .ag-filter-toolpanel-search,.ag-theme-material-dark .ag-status-bar,.ag-theme-material-dark .ag-header-row,.ag-theme-material-dark .ag-row-number-cell,.ag-theme-material-dark .ag-panel-title-bar-title,.ag-theme-material-dark .ag-multi-filter-group-title-bar,.ag-theme-material-auto-dark .ag-filter-toolpanel-header,.ag-theme-material-auto-dark .ag-filter-toolpanel-search,.ag-theme-material-auto-dark .ag-status-bar,.ag-theme-material-auto-dark .ag-header-row,.ag-theme-material-auto-dark .ag-row-number-cell,.ag-theme-material-auto-dark .ag-panel-title-bar-title,.ag-theme-material-auto-dark .ag-multi-filter-group-title-bar{font-size:calc(var(--ag-font-size) - 1px);font-weight:600;color:var(--ag-header-foreground-color)}.ag-theme-material .ag-tab,.ag-theme-material-dark .ag-tab,.ag-theme-material-auto-dark .ag-tab{height:calc(var(--ag-grid-size) * 4.5);flex:1 1 auto}.ag-theme-material .ag-tabs-header,.ag-theme-material .ag-column-drop-horizontal,.ag-theme-material-dark .ag-tabs-header,.ag-theme-material-dark .ag-column-drop-horizontal,.ag-theme-material-auto-dark .ag-tabs-header,.ag-theme-material-auto-dark .ag-column-drop-horizontal{background-color:var(--ag-subheader-background-color)}.ag-theme-material .ag-tabs-body,.ag-theme-material-dark .ag-tabs-body,.ag-theme-material-auto-dark .ag-tabs-body{padding:calc(var(--ag-grid-size) * .5) 0}.ag-theme-material .ag-tabs-body .ag-menu-list,.ag-theme-material-dark .ag-tabs-body .ag-menu-list,.ag-theme-material-auto-dark .ag-tabs-body .ag-menu-list{padding-top:0;padding-bottom:0}.ag-theme-material .ag-header-cell,.ag-theme-material .ag-header-group-cell,.ag-theme-material-dark .ag-header-cell,.ag-theme-material-dark .ag-header-group-cell,.ag-theme-material-auto-dark .ag-header-cell,.ag-theme-material-auto-dark .ag-header-group-cell{transition:background-color .5s}.ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing,.ag-theme-material-dark .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing,.ag-theme-material-auto-dark .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing{bottom:0}.ag-theme-material .ag-cell-inline-editing,.ag-theme-material-dark .ag-cell-inline-editing,.ag-theme-material-auto-dark .ag-cell-inline-editing{padding:var(--ag-grid-size);height:calc(var(--ag-row-height) + var(--ag-grid-size) * 3);border-color:var(--ag-border-color)!important}.ag-theme-material .ag-has-focus .ag-cell-inline-editing,.ag-theme-material-dark .ag-has-focus .ag-cell-inline-editing,.ag-theme-material-auto-dark .ag-has-focus .ag-cell-inline-editing{border-color:var(--ag-input-focus-border-color)!important}.ag-theme-material .ag-column-drop-vertical,.ag-theme-material-dark .ag-column-drop-vertical,.ag-theme-material-auto-dark .ag-column-drop-vertical{border-bottom:solid 1px;border-bottom-color:var(--ag-border-color);padding-top:var(--ag-grid-size)}.ag-theme-material .ag-column-drop-vertical.ag-last-column-drop,.ag-theme-material-dark .ag-column-drop-vertical.ag-last-column-drop,.ag-theme-material-auto-dark .ag-column-drop-vertical.ag-last-column-drop{border-bottom:none}.ag-theme-material .ag-column-drop-vertical-cell,.ag-theme-material-dark .ag-column-drop-vertical-cell,.ag-theme-material-auto-dark .ag-column-drop-vertical-cell{margin-left:0}.ag-theme-material .ag-column-drop-vertical-empty-message,.ag-theme-material-dark .ag-column-drop-vertical-empty-message,.ag-theme-material-auto-dark .ag-column-drop-vertical-empty-message{font-size:calc(var(--ag-font-size) - 1px);font-weight:600;color:var(--ag-disabled-foreground-color)}.ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message,.ag-theme-material-dark .ag-ltr .ag-column-drop-vertical-empty-message,.ag-theme-material-auto-dark .ag-ltr .ag-column-drop-vertical-empty-message{padding-left:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);padding-right:var(--ag-grid-size)}.ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message,.ag-theme-material-dark .ag-rtl .ag-column-drop-vertical-empty-message,.ag-theme-material-auto-dark .ag-rtl .ag-column-drop-vertical-empty-message{padding-right:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);padding-left:var(--ag-grid-size)}.ag-theme-material .ag-status-bar,.ag-theme-material-dark .ag-status-bar,.ag-theme-material-auto-dark .ag-status-bar{border:solid 1px;border-color:var(--ag-border-color)}.ag-theme-material .ag-column-panel-column-select,.ag-theme-material-dark .ag-column-panel-column-select,.ag-theme-material-auto-dark .ag-column-panel-column-select{border-top:solid 1px;border-top-color:var(--ag-border-color)}.ag-theme-material .ag-column-select,.ag-theme-material .ag-column-select-header,.ag-theme-material-dark .ag-column-select,.ag-theme-material-dark .ag-column-select-header,.ag-theme-material-auto-dark .ag-column-select,.ag-theme-material-auto-dark .ag-column-select-header{border-bottom:solid 1px;border-bottom-color:var(--ag-border-color)}.ag-theme-material .ag-column-select-header,.ag-theme-material-dark .ag-column-select-header,.ag-theme-material-auto-dark .ag-column-select-header{height:var(--ag-header-height)}.ag-theme-material .ag-group-title-bar,.ag-theme-material-dark .ag-group-title-bar,.ag-theme-material-auto-dark .ag-group-title-bar{padding:calc(var(--ag-grid-size) * .75) var(--ag-grid-size)}.ag-theme-material .ag-charts-format-sub-level-group-title-bar,.ag-theme-material-dark .ag-charts-format-sub-level-group-title-bar,.ag-theme-material-auto-dark .ag-charts-format-sub-level-group-title-bar{padding:calc(var(--ag-grid-size) * .5) var(--ag-grid-size)}.ag-theme-material .ag-chart-data-section,.ag-theme-material .ag-chart-format-section,.ag-theme-material .ag-chart-advanced-settings-section,.ag-theme-material-dark .ag-chart-data-section,.ag-theme-material-dark .ag-chart-format-section,.ag-theme-material-dark .ag-chart-advanced-settings-section,.ag-theme-material-auto-dark .ag-chart-data-section,.ag-theme-material-auto-dark .ag-chart-format-section,.ag-theme-material-auto-dark .ag-chart-advanced-settings-section{padding-bottom:calc(var(--ag-grid-size) * .5)}.ag-theme-material input[class^=ag-]:not([type]),.ag-theme-material input[class^=ag-][type=text],.ag-theme-material input[class^=ag-][type=number],.ag-theme-material input[class^=ag-][type=tel],.ag-theme-material input[class^=ag-][type=date],.ag-theme-material input[class^=ag-][type=datetime-local],.ag-theme-material textarea[class^=ag-],.ag-theme-material-dark input[class^=ag-]:not([type]),.ag-theme-material-dark input[class^=ag-][type=text],.ag-theme-material-dark input[class^=ag-][type=number],.ag-theme-material-dark input[class^=ag-][type=tel],.ag-theme-material-dark input[class^=ag-][type=date],.ag-theme-material-dark input[class^=ag-][type=datetime-local],.ag-theme-material-dark textarea[class^=ag-],.ag-theme-material-auto-dark input[class^=ag-]:not([type]),.ag-theme-material-auto-dark input[class^=ag-][type=text],.ag-theme-material-auto-dark input[class^=ag-][type=number],.ag-theme-material-auto-dark input[class^=ag-][type=tel],.ag-theme-material-auto-dark input[class^=ag-][type=date],.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local],.ag-theme-material-auto-dark textarea[class^=ag-]{background:transparent;color:var(--ag-foreground-color);font-family:inherit;font-size:inherit;padding-bottom:var(--ag-grid-size);border-width:0;border-radius:0;border-bottom:2px solid;border-bottom-color:var(--ag-border-color)}.ag-theme-material input[class^=ag-]:not([type]):not(textarea),.ag-theme-material input[class^=ag-][type=text]:not(textarea),.ag-theme-material input[class^=ag-][type=number]:not(textarea),.ag-theme-material input[class^=ag-][type=tel]:not(textarea),.ag-theme-material input[class^=ag-][type=date]:not(textarea),.ag-theme-material input[class^=ag-][type=datetime-local]:not(textarea),.ag-theme-material textarea[class^=ag-]:not(textarea),.ag-theme-material-dark input[class^=ag-]:not([type]):not(textarea),.ag-theme-material-dark input[class^=ag-][type=text]:not(textarea),.ag-theme-material-dark input[class^=ag-][type=number]:not(textarea),.ag-theme-material-dark input[class^=ag-][type=tel]:not(textarea),.ag-theme-material-dark input[class^=ag-][type=date]:not(textarea),.ag-theme-material-dark input[class^=ag-][type=datetime-local]:not(textarea),.ag-theme-material-dark textarea[class^=ag-]:not(textarea),.ag-theme-material-auto-dark input[class^=ag-]:not([type]):not(textarea),.ag-theme-material-auto-dark input[class^=ag-][type=text]:not(textarea),.ag-theme-material-auto-dark input[class^=ag-][type=number]:not(textarea),.ag-theme-material-auto-dark input[class^=ag-][type=tel]:not(textarea),.ag-theme-material-auto-dark input[class^=ag-][type=date]:not(textarea),.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local]:not(textarea),.ag-theme-material-auto-dark textarea[class^=ag-]:not(textarea){height:calc(var(--ag-grid-size) * 5)}.ag-theme-material input[class^=ag-]:not([type]):focus,.ag-theme-material input[class^=ag-][type=text]:focus,.ag-theme-material input[class^=ag-][type=number]:focus,.ag-theme-material input[class^=ag-][type=tel]:focus,.ag-theme-material input[class^=ag-][type=date]:focus,.ag-theme-material input[class^=ag-][type=datetime-local]:focus,.ag-theme-material textarea[class^=ag-]:focus,.ag-theme-material-dark input[class^=ag-]:not([type]):focus,.ag-theme-material-dark input[class^=ag-][type=text]:focus,.ag-theme-material-dark input[class^=ag-][type=number]:focus,.ag-theme-material-dark input[class^=ag-][type=tel]:focus,.ag-theme-material-dark input[class^=ag-][type=date]:focus,.ag-theme-material-dark input[class^=ag-][type=datetime-local]:focus,.ag-theme-material-dark textarea[class^=ag-]:focus,.ag-theme-material-auto-dark input[class^=ag-]:not([type]):focus,.ag-theme-material-auto-dark input[class^=ag-][type=text]:focus,.ag-theme-material-auto-dark input[class^=ag-][type=number]:focus,.ag-theme-material-auto-dark input[class^=ag-][type=tel]:focus,.ag-theme-material-auto-dark input[class^=ag-][type=date]:focus,.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local]:focus,.ag-theme-material-auto-dark textarea[class^=ag-]:focus{border-bottom:2px solid;border-bottom-color:var(--ag-material-primary-color);outline:none;box-shadow:none}.ag-theme-material input[class^=ag-]:not([type])::placeholder,.ag-theme-material input[class^=ag-][type=text]::placeholder,.ag-theme-material input[class^=ag-][type=number]::placeholder,.ag-theme-material input[class^=ag-][type=tel]::placeholder,.ag-theme-material input[class^=ag-][type=date]::placeholder,.ag-theme-material input[class^=ag-][type=datetime-local]::placeholder,.ag-theme-material textarea[class^=ag-]::placeholder,.ag-theme-material-dark input[class^=ag-]:not([type])::placeholder,.ag-theme-material-dark input[class^=ag-][type=text]::placeholder,.ag-theme-material-dark input[class^=ag-][type=number]::placeholder,.ag-theme-material-dark input[class^=ag-][type=tel]::placeholder,.ag-theme-material-dark input[class^=ag-][type=date]::placeholder,.ag-theme-material-dark input[class^=ag-][type=datetime-local]::placeholder,.ag-theme-material-dark textarea[class^=ag-]::placeholder,.ag-theme-material-auto-dark input[class^=ag-]:not([type])::placeholder,.ag-theme-material-auto-dark input[class^=ag-][type=text]::placeholder,.ag-theme-material-auto-dark input[class^=ag-][type=number]::placeholder,.ag-theme-material-auto-dark input[class^=ag-][type=tel]::placeholder,.ag-theme-material-auto-dark input[class^=ag-][type=date]::placeholder,.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local]::placeholder,.ag-theme-material-auto-dark textarea[class^=ag-]::placeholder{color:var(--ag-disabled-foreground-color)}.ag-theme-material input[class^=ag-]:not([type]):disabled,.ag-theme-material input[class^=ag-][type=text]:disabled,.ag-theme-material input[class^=ag-][type=number]:disabled,.ag-theme-material input[class^=ag-][type=tel]:disabled,.ag-theme-material input[class^=ag-][type=date]:disabled,.ag-theme-material input[class^=ag-][type=datetime-local]:disabled,.ag-theme-material textarea[class^=ag-]:disabled,.ag-theme-material-dark input[class^=ag-]:not([type]):disabled,.ag-theme-material-dark input[class^=ag-][type=text]:disabled,.ag-theme-material-dark input[class^=ag-][type=number]:disabled,.ag-theme-material-dark input[class^=ag-][type=tel]:disabled,.ag-theme-material-dark input[class^=ag-][type=date]:disabled,.ag-theme-material-dark input[class^=ag-][type=datetime-local]:disabled,.ag-theme-material-dark textarea[class^=ag-]:disabled,.ag-theme-material-auto-dark input[class^=ag-]:not([type]):disabled,.ag-theme-material-auto-dark input[class^=ag-][type=text]:disabled,.ag-theme-material-auto-dark input[class^=ag-][type=number]:disabled,.ag-theme-material-auto-dark input[class^=ag-][type=tel]:disabled,.ag-theme-material-auto-dark input[class^=ag-][type=date]:disabled,.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local]:disabled,.ag-theme-material-auto-dark textarea[class^=ag-]:disabled{border-bottom:1px solid;border-bottom-color:var(--ag-border-color)}.ag-theme-material input[class^=ag-]:not([type]):invalid,.ag-theme-material input[class^=ag-][type=text]:invalid,.ag-theme-material input[class^=ag-][type=number]:invalid,.ag-theme-material input[class^=ag-][type=tel]:invalid,.ag-theme-material input[class^=ag-][type=date]:invalid,.ag-theme-material input[class^=ag-][type=datetime-local]:invalid,.ag-theme-material textarea[class^=ag-]:invalid,.ag-theme-material-dark input[class^=ag-]:not([type]):invalid,.ag-theme-material-dark input[class^=ag-][type=text]:invalid,.ag-theme-material-dark input[class^=ag-][type=number]:invalid,.ag-theme-material-dark input[class^=ag-][type=tel]:invalid,.ag-theme-material-dark input[class^=ag-][type=date]:invalid,.ag-theme-material-dark input[class^=ag-][type=datetime-local]:invalid,.ag-theme-material-dark textarea[class^=ag-]:invalid,.ag-theme-material-auto-dark input[class^=ag-]:not([type]):invalid,.ag-theme-material-auto-dark input[class^=ag-][type=text]:invalid,.ag-theme-material-auto-dark input[class^=ag-][type=number]:invalid,.ag-theme-material-auto-dark input[class^=ag-][type=tel]:invalid,.ag-theme-material-auto-dark input[class^=ag-][type=date]:invalid,.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local]:invalid,.ag-theme-material-auto-dark textarea[class^=ag-]:invalid{border-width:0;border-bottom:1px solid;border-bottom-color:var(--ag-invalid-color);color:var(--ag-invalid-color)}.ag-theme-material .ag-standard-button,.ag-theme-material-dark .ag-standard-button,.ag-theme-material-auto-dark .ag-standard-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;color:var(--ag-material-primary-color);font-family:inherit;font-size:inherit;margin:0;padding:0;text-transform:uppercase}.ag-theme-material .ag-standard-button:disabled,.ag-theme-material-dark .ag-standard-button:disabled,.ag-theme-material-auto-dark .ag-standard-button:disabled{color:var(--ag-disabled-foreground-color);background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color)}.ag-theme-material.ag-dnd-ghost,.ag-theme-material-dark.ag-dnd-ghost,.ag-theme-material-auto-dark.ag-dnd-ghost{font-size:calc(var(--ag-font-size) - 1px);font-weight:600}.ag-theme-material .ag-filter-toolpanel-header,.ag-theme-material-dark .ag-filter-toolpanel-header,.ag-theme-material-auto-dark .ag-filter-toolpanel-header{height:calc(var(--ag-grid-size) * 4)}.ag-theme-material .ag-filter-toolpanel-group-level-0-header,.ag-theme-material-dark .ag-filter-toolpanel-group-level-0-header,.ag-theme-material-auto-dark .ag-filter-toolpanel-group-level-0-header{height:calc(var(--ag-grid-size) * 7)}.ag-theme-material .ag-filter-card-title,.ag-theme-material-dark .ag-filter-card-title,.ag-theme-material-auto-dark .ag-filter-card-title{font-size:calc(var(--ag-font-size) - 1px);font-weight:600}.ag-theme-material .ag-filter-panel .ag-standard-button,.ag-theme-material-dark .ag-filter-panel .ag-standard-button,.ag-theme-material-auto-dark .ag-filter-panel .ag-standard-button{padding:var(--ag-grid-size)}.ag-theme-material .ag-filter-add-button,.ag-theme-material-dark .ag-filter-add-button,.ag-theme-material-auto-dark .ag-filter-add-button{border-bottom:2px solid var(--ag-material-primary-color)}.ag-theme-material .ag-filter-add-button .ag-icon,.ag-theme-material-dark .ag-filter-add-button .ag-icon,.ag-theme-material-auto-dark .ag-filter-add-button .ag-icon{color:var(--ag-material-active-color)}.ag-theme-material .ag-ltr .ag-filter-apply-panel-button,.ag-theme-material .ag-ltr .ag-advanced-filter-apply-button,.ag-theme-material .ag-ltr .ag-advanced-filter-builder-button,.ag-theme-material-dark .ag-ltr .ag-filter-apply-panel-button,.ag-theme-material-dark .ag-ltr .ag-advanced-filter-apply-button,.ag-theme-material-dark .ag-ltr .ag-advanced-filter-builder-button,.ag-theme-material-auto-dark .ag-ltr .ag-filter-apply-panel-button,.ag-theme-material-auto-dark .ag-ltr .ag-advanced-filter-apply-button,.ag-theme-material-auto-dark .ag-ltr .ag-advanced-filter-builder-button{margin-left:var(--ag-grid-size)}.ag-theme-material .ag-rtl .ag-filter-apply-panel-button,.ag-theme-material .ag-rtl .ag-advanced-filter-apply-button,.ag-theme-material .ag-rtl .ag-advanced-filter-builder-button,.ag-theme-material-dark .ag-rtl .ag-filter-apply-panel-button,.ag-theme-material-dark .ag-rtl .ag-advanced-filter-apply-button,.ag-theme-material-dark .ag-rtl .ag-advanced-filter-builder-button,.ag-theme-material-auto-dark .ag-rtl .ag-filter-apply-panel-button,.ag-theme-material-auto-dark .ag-rtl .ag-advanced-filter-apply-button,.ag-theme-material-auto-dark .ag-rtl .ag-advanced-filter-builder-button{margin-right:var(--ag-grid-size)}.ag-theme-material .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-material .ag-layout-auto-height .ag-center-cols-container,.ag-theme-material .ag-layout-print .ag-center-cols-viewport,.ag-theme-material .ag-layout-print .ag-center-cols-container,.ag-theme-material-dark .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-material-dark .ag-layout-auto-height .ag-center-cols-container,.ag-theme-material-dark .ag-layout-print .ag-center-cols-viewport,.ag-theme-material-dark .ag-layout-print .ag-center-cols-container,.ag-theme-material-auto-dark .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-material-auto-dark .ag-layout-auto-height .ag-center-cols-container,.ag-theme-material-auto-dark .ag-layout-print .ag-center-cols-viewport,.ag-theme-material-auto-dark .ag-layout-print .ag-center-cols-container{min-height:150px}.ag-theme-material .ag-picker-field-wrapper:focus-within,.ag-theme-material-dark .ag-picker-field-wrapper:focus-within,.ag-theme-material-auto-dark .ag-picker-field-wrapper:focus-within{box-shadow:0 0 0 1px var(--ag-material-primary-color)}.ag-theme-material .ag-rich-select-list,.ag-theme-material-dark .ag-rich-select-list,.ag-theme-material-auto-dark .ag-rich-select-list{box-shadow:#0003 0 5px 5px -3px,#00000024 0 8px 10px 1px,#0000001f 0 3px 14px 2px}.ag-theme-material .ag-advanced-filter-builder-button-label,.ag-theme-material-dark .ag-advanced-filter-builder-button-label,.ag-theme-material-auto-dark .ag-advanced-filter-builder-button-label{text-transform:uppercase}.ag-theme-material .ag-filter-active .ag-icon-filter,.ag-theme-material-dark .ag-filter-active .ag-icon-filter,.ag-theme-material-auto-dark .ag-filter-active .ag-icon-filter{color:var(--ag-material-accent-color)}.ag-theme-material .ag-list-item-hovered:after,.ag-theme-material-dark .ag-list-item-hovered:after,.ag-theme-material-auto-dark .ag-list-item-hovered:after{background-color:var(--ag-material-primary-color)}.ag-theme-material .ag-pill .ag-pill-button:hover,.ag-theme-material-dark .ag-pill .ag-pill-button:hover,.ag-theme-material-auto-dark .ag-pill .ag-pill-button:hover{color:var(--ag-material-primary-color)}.ag-theme-material .ag-header-highlight-before:after,.ag-theme-material .ag-header-highlight-after:after,.ag-theme-material-dark .ag-header-highlight-before:after,.ag-theme-material-dark .ag-header-highlight-after:after,.ag-theme-material-auto-dark .ag-header-highlight-before:after,.ag-theme-material-auto-dark .ag-header-highlight-after:after{background-color:var(--ag-material-primary-color)}.ag-theme-material .ag-advanced-filter-builder-item-button-disabled .ag-icon,.ag-theme-material .ag-disabled .ag-icon,.ag-theme-material .ag-column-select-column-group-readonly .ag-icon,.ag-theme-material [disabled] .ag-icon,.ag-theme-material-dark .ag-advanced-filter-builder-item-button-disabled .ag-icon,.ag-theme-material-dark .ag-disabled .ag-icon,.ag-theme-material-dark .ag-column-select-column-group-readonly .ag-icon,.ag-theme-material-dark [disabled] .ag-icon,.ag-theme-material-auto-dark .ag-advanced-filter-builder-item-button-disabled .ag-icon,.ag-theme-material-auto-dark .ag-disabled .ag-icon,.ag-theme-material-auto-dark .ag-column-select-column-group-readonly .ag-icon,.ag-theme-material-auto-dark [disabled] .ag-icon{color:var(--ag-disabled-foreground-color)}._root_1obkx_1{height:100%;display:flex;flex-direction:column}._root__content_1obkx_6{position:relative;z-index:1;flex:1 0 auto}._root__container_1obkx_11{height:100%}._root__footer_1obkx_14,._root__header_1obkx_14{position:relative;flex-shrink:0}._title_4r19f_1{font-size:26px;margin-bottom:20px}._select_form_type_4r19f_6 div{font-size:16px;text-transform:none}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_form_type_1tist_26 div{text-transform:none;font-size:16px}._info_box_1tist_31{padding:16px;background-color:#f0faf6;border-radius:16px;margin-bottom:40px}._info_box_1tist_31 p{line-height:22px}._head_text_1tist_41{font-size:22px;font-weight:600;margin-bottom:20px}._createBook_1tist_47{margin:34px -28px 0}._createBook__row_1tist_50{position:relative;height:72px;margin-bottom:40px;display:flex;align-items:center;box-shadow:0 4px 40px #0000001f}._createBook__row-swap_1tist_58{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}._createBook__total_1tist_66{margin-top:-20px;background:#f0faf6;height:40px;font-size:16px;color:#6f7880;display:flex;align-items:center;justify-content:center}._customer_1tist_77{cursor:pointer}._customer__search_1tist_80{width:100%;margin-top:24px}._customer__box_1tist_84{width:520px;margin-bottom:20px}._customer__form_1tist_88{position:relative;text-align:end;margin-top:14px}._customer__form-input_1tist_93{margin-bottom:20px;flex:1}._customer__form-input_1tist_93:first-child{margin-top:20px}._customer__form-close_1tist_100{cursor:pointer}._customer__form-row_1tist_103{display:flex;align-items:center;gap:20px}._customer__form-error_1tist_108{text-align:left;background:#ffeef1;padding:16px;border-radius:12px;margin-bottom:5px;font-size:16px;line-height:22px;color:#6f7880}._customer__button_1tist_118{text-transform:unset!important}._empty_1tist_122{margin-top:20px}._empty__box_1tist_125{width:100%;background-color:#ffeef1;border-radius:12px;padding:14px 16px;display:flex;justify-content:center;gap:8px;align-items:center;margin-bottom:20px}._empty__box-icon_1tist_136{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}._empty__box-title_1tist_146{font-size:15px;font-weight:500;line-height:1.4}._empty__box-text_1tist_151{color:#6f7880;font-size:13px;line-height:1.4}._customer__edit_1tist_157{cursor:pointer;text-decoration:underline;font-weight:600;position:absolute;right:28px;bottom:28px}._description_1tist_166{border-radius:16px;padding:16px;background-color:#f0faf680;margin-bottom:20px}._description__text_1tist_172{font-size:16px}._rating__text_1tist_176{font-size:16px;font-weight:600;margin-bottom:10px}._rating__label_1tist_181{color:#6f7880;font-size:14px;margin-bottom:10px}._flexer_1tist_187{display:flex;align-items:center;gap:20px;margin-bottom:20px}._comment_1tist_194{border-radius:12px;background:#f6f6fb;padding:28px;margin-bottom:20px}._comment_wrapper_1tist_201{display:flex;gap:10px;margin-top:16px}._comment_wrapper_1tist_201 ._avatar_1tist_206{align-items:flex-start;margin-top:9px}._comment_wrapper_1tist_201 ._avatar_1tist_206 div{width:36px!important;height:36px!important}._comment_wrapper_1tist_201 ._paper_wrapper_1tist_214{flex:1}._comment_wrapper_1tist_201 ._paper_wrapper_1tist_214 ._paper_1tist_214{padding:8px}._comment_wrapper_1tist_201 ._paper_wrapper_1tist_214 ._paper_1tist_214 ._input_1tist_220{padding:0;border-bottom:none;line-height:22px}._comment_wrapper_1tist_201 ._content_1tist_225{width:100%;display:flex;flex-direction:column}._action_buttons_1tist_231{display:flex;gap:12px;align-items:center}._action_buttons_1tist_231 button{flex:1;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_1ev2d_26{flex:1;height:100%}._select__btn_1ev2d_30{cursor:pointer;height:100%;padding:11px 0 11px 28px;position:relative;background:#fff;display:flex;flex-direction:column;justify-content:center}._select__btn-arrow_1ev2d_40{position:absolute;right:10px;top:50%;transform:translateY(-50%) rotate(90deg)}._select__btn-label_1ev2d_46{font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:4px}._select__btn-value_1ev2d_52{font-size:16px;font-weight:400;color:#b0b0b0}._select__btn-value_1ev2d_52._active_1ev2d_57{color:#333}._select__btn_1ev2d_30._border_1ev2d_60{border-left:1px solid #c6cbd4}._select__list_1ev2d_63{position:absolute;bottom:-5px;left:0;right:0;z-index:2;transform:translateY(100%);background:#fff;border-radius:12px;box-shadow:0 4px 40px #0000001f;max-height:0;overflow:hidden;transition:all .3s}._select__list--item_1ev2d_77{padding:10px 20px;transition:all .3s}._select__list--item_1ev2d_77:hover{background:#ddd}._select__list--item_1ev2d_77._active_1ev2d_57{background:#12bf66;color:#fff}._select__list_1ev2d_63._active_1ev2d_57{max-height:300px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._customer_11p19_26{cursor:pointer}._customer__edit_11p19_29{cursor:pointer;text-decoration:underline;font-weight:600;position:absolute;right:28px;bottom:28px}._customer__search_11p19_37{width:100%;margin-top:24px}._customer__box_11p19_41{width:520px}._customer__form_11p19_44{position:relative;text-align:end;margin-top:14px;margin-bottom:20px}._customer__form-input_11p19_50{margin-bottom:20px;flex:1}._customer__form-input_11p19_50:first-child{margin-top:20px}._customer__form-close_11p19_57{cursor:pointer}._customer__form-row_11p19_60{display:flex;align-items:center;gap:20px}._customer__form-error_11p19_65{text-align:left;background:#ffeef1;padding:16px;border-radius:12px;margin-bottom:5px;font-size:16px;line-height:22px;color:#6f7880}._customer__button_11p19_75{text-transform:unset!important;border-color:#000!important;padding:16px 60px!important;border-radius:2px}._button_wrapper_11p19_82{margin-top:7px;display:flex;justify-content:flex-end}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._select_gs9g2_26{position:relative;z-index:4;height:52px;margin-bottom:20px;display:flex;align-items:flex-end}._select__btn_gs9g2_34{cursor:pointer;display:flex;align-items:center;border-bottom:1px solid #b0b0b0;height:70%}._select__btn_gs9g2_34:hover{border-color:#333}._select__btn-icon_gs9g2_44{width:24px;height:24px;margin-right:12px;flex-shrink:0}._select__btn-icon_gs9g2_44 img{width:100%;height:100%}._select__btn_gs9g2_34 svg{transform:rotate(90deg)}._select__btn_gs9g2_34 svg path{fill:#6f7880}._list_gs9g2_61{position:absolute;left:-15px;bottom:0;z-index:4;transform:translateY(100%);overflow:hidden;max-height:0px;width:250px;border-radius:16px;box-shadow:0 4px 40px #0000001f;background:#fff;display:flex;flex-direction:column}._list_gs9g2_61._active_gs9g2_76{max-height:428px}._list__box_gs9g2_79{overflow:auto;height:100%;flex:1 1 auto}._list__box_gs9g2_79::-webkit-scrollbar-track{margin:12px 0}._list__box-item_gs9g2_87{text-align:start;display:flex;align-items:center;white-space:nowrap;cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._list__box-item_gs9g2_87 p{overflow:hidden;text-overflow:ellipsis;margin-right:6px}._list__box-item_gs9g2_87 span{color:#b0b0b0}._list__box-item_gs9g2_87:hover{background:#d8ddea}._list__box-icon_gs9g2_109{width:24px;height:24px;margin-right:16px}._list__search_gs9g2_114{position:relative;padding:0 16px}._list__search_gs9g2_114._border_gs9g2_118 input{border-color:#b0b0b0}._list__search_gs9g2_114 input{width:100%;border:none;outline:none;height:48px;border-bottom:1px solid #fff;padding:0 36px;color:#6f7880;font-size:16px}._list__search_gs9g2_114 input::placeholder{color:#b0b0b0}._list__search_gs9g2_114 ._icon_gs9g2_134{position:absolute;top:50%;transform:translateY(-50%)}._list__search_gs9g2_114 ._icon_gs9g2_134._search_gs9g2_139{left:16px}._list__search_gs9g2_114 ._icon_gs9g2_134._arrow_gs9g2_142{cursor:pointer;right:16px;width:16px;height:16px}._rating_8xzix_1{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._head_text_kwt1v_26{font-size:22px;font-weight:600;margin-bottom:20px}._table_kwt1v_32{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #b0b0b0}._table__header_kwt1v_37{background:#c6cbd4;display:flex;line-height:26px;color:#6f7880;gap:11px;border-radius:12px;margin-bottom:20px;padding-left:12px}._table__header-item_kwt1v_47{flex:1}._table__row_kwt1v_50{display:flex;gap:11px;padding-left:12px}._table__row-item_kwt1v_55{display:table;table-layout:fixed;width:100%}._table__row_kwt1v_50 p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table__row-list_kwt1v_65{display:flex;font-size:14px;font-weight:500;line-height:20px}._table__row-list_kwt1v_65 span{margin-right:4px;display:flex;align-items:center}._table__row-list_kwt1v_65 span svg{margin-right:2px}._table__row-text_kwt1v_79{font-size:16px;line-height:24px;text-transform:capitalize}._table__row-text_kwt1v_79._underline_kwt1v_84{text-decoration:underline}._table__row_kwt1v_50 ul{padding-left:16px;font-size:16px;line-height:24px;list-style:disc}._table__row-add_kwt1v_93{font-size:14px;line-height:20px;color:#6f7880}._table__info_kwt1v_98{padding-left:16px;display:flex;align-items:center;margin-bottom:20px}._table__info-date_kwt1v_104{font-weight:700;margin-right:10px}._table__info-number_kwt1v_108{font-size:16px}._table__info-btn_kwt1v_111{background:#12bf66;font-size:12px;line-height:24px;font-weight:700;text-align:center;text-transform:uppercase;border-radius:30px;margin-left:auto;color:#fff;width:200px}._xlg_kwt1v_124{flex:1.68}._lg_kwt1v_128{flex:1.33}._sm_kwt1v_132{flex:.7}._md_kwt1v_136{flex:1}._customer_kwt1v_140{cursor:pointer}._customer__search_kwt1v_143{width:100%;margin-top:24px}._customer__box_kwt1v_147{width:520px;margin-bottom:20px}._customer__form_kwt1v_151{position:relative;text-align:end;margin-top:14px}._customer__form-input_kwt1v_156{margin-bottom:20px;flex:1}._customer__form-input_kwt1v_156:first-child{margin-top:20px}._customer__form-close_kwt1v_163{cursor:pointer}._customer__form-row_kwt1v_166{display:flex;align-items:center;gap:20px}._customer__form-error_kwt1v_171{text-align:left;background:#ffeef1;padding:16px;border-radius:12px;margin-bottom:5px;font-size:16px;line-height:22px;color:#6f7880}._customer__button_kwt1v_181{text-transform:unset!important}._empty_kwt1v_185{margin-top:20px}._empty__box_kwt1v_188{width:100%;background-color:#ffeef1;border-radius:12px;padding:14px 16px;display:flex;justify-content:center;gap:8px;align-items:center;margin-bottom:20px}._empty__box-icon_kwt1v_199{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}._empty__box-title_kwt1v_209{font-size:15px;font-weight:500;line-height:1.4}._empty__box-text_kwt1v_214{color:#6f7880;font-size:13px;line-height:1.4}._box_kwt1v_220{margin:20px 0;max-width:500px}._price_kwt1v_225{display:flex;gap:20px;flex-direction:column;width:70%;margin-bottom:40px}._price__flexer_kwt1v_232{display:flex;align-items:center;gap:20px;color:#6f7880;font-size:18px;font-weight:300;line-height:24px}._price__flexer_kwt1v_232 div{flex:1 1}._price__flexer_kwt1v_232 p{color:#333;font-size:18px;line-height:24px;padding-top:1px;padding-bottom:6px}._description_kwt1v_252{border-radius:16px;padding:16px;background-color:#f0faf680;margin-bottom:20px}._description__text_kwt1v_258{font-size:16px}._rating__text_kwt1v_262{font-size:16px;font-weight:600;margin-bottom:10px}._rating__label_kwt1v_267{color:#6f7880;font-size:14px;margin-bottom:10px}._flexer_kwt1v_273{display:flex;align-items:center;gap:20px;margin-bottom:20px}._comment_kwt1v_280{border-radius:12px;background:#f6f6fb;padding:28px;margin-bottom:20px}._comment_wrapper_kwt1v_287{display:flex;gap:10px;margin-top:16px}._comment_wrapper_kwt1v_287 ._avatar_kwt1v_292{align-items:flex-start;margin-top:9px}._comment_wrapper_kwt1v_287 ._avatar_kwt1v_292 div{width:36px!important;height:36px!important}._comment_wrapper_kwt1v_287 ._paper_wrapper_kwt1v_300{flex:1}._comment_wrapper_kwt1v_287 ._paper_wrapper_kwt1v_300 ._paper_kwt1v_300{padding:8px}._comment_wrapper_kwt1v_287 ._paper_wrapper_kwt1v_300 ._paper_kwt1v_300 ._input_kwt1v_306{padding:0;border-bottom:none;line-height:22px}._comment_wrapper_kwt1v_287 ._content_kwt1v_311{width:100%;display:flex;flex-direction:column}._action_buttons_kwt1v_317{display:flex;gap:12px;align-items:center}._action_buttons_kwt1v_317 button{flex:1;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1e17n_26{max-width:90vw!important;min-height:70%;width:90vw}._header_1e17n_32{flex-direction:column;gap:20px!important}._header_1e17n_32 ._select_wrapper_1e17n_36{width:460px}._header_1e17n_32 ._select_wrapper_1e17n_36 ._sales_agent_select_1e17n_39{width:460px;padding:15px 12px}._date_1e17n_44{position:relative}._date__filter_1e17n_47{visibility:hidden;position:absolute;inset:45px auto auto 0px;z-index:2;box-shadow:0 4px 40px #0000001f}._date_1e17n_44 ._show_1e17n_54{visibility:visible}._date_1e17n_44 ._flexer_1e17n_57{width:312px;display:flex}._date_1e17n_44 ._flexer_1e17n_57 ._date_picker_1e17n_61{padding:12px 0}._agent_select_wrapper_1e17n_65{flex:1}._agent_select_wrapper_1e17n_65 ._agent_select_1e17n_65{width:100%;padding:16px}._add_button_1e17n_73{flex:1;padding:20px 24px!important;border-radius:4px}._inactive_btn_1e17n_79{background-color:#ddd!important}._inactive_btn_1e17n_79 p{color:#6f7880!important}._gap_20_1e17n_86{gap:20px!important}._mt_20_1e17n_90{margin-top:20px}._mb_20_1e17n_94{margin-bottom:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._agent_select_wrapper_h7bk1_26{width:100%}._agent_select_wrapper_h7bk1_26 ._agent_select_h7bk1_26{width:100%;padding:16px}._fields_wrapper_h7bk1_34{width:100%;display:flex;align-items:center;box-shadow:0 4px 40px #0000001f}._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40{flex:1;padding:12px 24px}._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40._divider_h7bk1_44{border-left:1px solid #c6cbd4}._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40 ._label_h7bk1_47{line-height:20px;text-transform:uppercase}._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40 ._input_h7bk1_51,._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40 ._date_value_h7bk1_52{min-height:24px;border-bottom:none;margin-top:4px}._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40 ._input_h7bk1_51 div,._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40 ._date_value_h7bk1_52 div{gap:2px;color:#333}._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40 ._input_h7bk1_51 div input,._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40 ._date_value_h7bk1_52 div input{width:110px;min-height:24px;padding:0}._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40 ._date_value_h7bk1_52{width:129px}._fields_wrapper_h7bk1_34 ._field_item_h7bk1_40 ._select_h7bk1_71{min-height:48px;padding:0}._expired_h7bk1_76 ._chip_h7bk1_76{min-height:20px;padding:0 8px}._expired_h7bk1_76 ._chip_h7bk1_76 p{text-transform:uppercase!important}._expired_h7bk1_76 ._field_item_h7bk1_40{background-color:#c6cbd4}._expired_h7bk1_76 ._field_item_h7bk1_40._divider_h7bk1_44{border-left:3px solid #ffffff}._expired_h7bk1_76 ._field_item_h7bk1_40 ._select_h7bk1_71{background-color:#c6cbd4!important}._remove_btn_h7bk1_93{padding:12px 24px}._add_btn_h7bk1_97{padding:16px 55px}._submit_buttons_h7bk1_101{min-width:327px;min-height:64px;border-radius:4px}._confirm_btn_h7bk1_107{width:100%;min-height:48px;border-radius:4px}._inactive_btn_h7bk1_113{background-color:#ddd!important}._inactive_btn_h7bk1_113 p{color:#333!important}._mt_10_h7bk1_120{margin-top:10px}._mt_20_h7bk1_124{margin-top:20px}._mt_30_h7bk1_128{margin-top:30px}._danger_svg_h7bk1_132{filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}._color_danger_h7bk1_136{color:#ff006e!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._button-wrap_1xnl7_26{display:flex;justify-content:flex-end}._button-flex_1xnl7_31{display:flex}._button_1xnl7_26{cursor:pointer;background:none}._date_picker_wrapper_1xnl7_40{width:100%}._paper_1xnl7_44{flex:1;height:48px;padding:2px 15px}._status_1xnl7_50{padding:0 8px;font-size:12px;line-height:26px;border-radius:30px}._expired_1xnl7_57{background-color:#ddd;color:#333}._active_1xnl7_62{background-color:#23e377;color:#fff}._delete_icon_1xnl7_67{cursor:pointer;width:16px;height:16px;flex:1}._delete_icon_1xnl7_67 rect{fill:#ddd}._delete_icon_1xnl7_67 path{fill:#fff}._datePicker_1xnl7_80{border-right:none;padding:11px 0;background-color:inherit}._datePicker_1xnl7_80 div{padding-left:0!important}._value_wrapper_1xnl7_89{flex:1;padding:2px 15px;display:flex;align-items:center;justify-content:center;height:48px;border-radius:12px;box-shadow:0 4px 40px #0000001f;background-color:#fff}._value_wrapper_1xnl7_89 input{padding:0;width:30px;background:inherit}._disable_1xnl7_106{background:#ddd!important;border-radius:12px}._disable_1xnl7_106 div{background:#ddd!important}._expanded_1xnl7_114{transform:rotate(270deg)}._expanded_1xnl7_114 svg path{fill:#333}._closed_1xnl7_121{transform:rotate(0)}._table_1xnl7_125{padding-bottom:20px;margin-bottom:20px}._table__header_1xnl7_129{background:#c6cbd4;display:flex;line-height:26px;color:#6f7880;gap:5px;border-radius:12px;margin-bottom:20px;padding-left:12px}._table__header-item_1xnl7_139{flex:1}._table__row_1xnl7_142{display:flex;gap:5px;background-color:#f6f6fb;padding:5px 5px 5px 10px}._table__row-item_1xnl7_149{display:table;table-layout:fixed;width:100%}._table__row_1xnl7_142 p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table__row-list_1xnl7_159{display:flex;font-size:14px;font-weight:500;line-height:20px}._table__row-list_1xnl7_159 span{margin-right:4px;display:flex;align-items:center}._table__row-list_1xnl7_159 span svg{margin-right:2px}._table__row-text_1xnl7_173{font-size:16px;line-height:24px;text-transform:capitalize}._table__row-text_1xnl7_173._underline_1xnl7_178{text-decoration:underline}._table__row_1xnl7_142 ul{padding-left:16px;font-size:16px;line-height:24px;list-style:disc}._table__row-add_1xnl7_187{font-size:14px;line-height:20px;color:#6f7880}._table__row_1xnl7_142 ._vehicle_1xnl7_192{display:flex;flex-direction:column;align-items:center}._table__row_1xnl7_142 ._lastChild_1xnl7_197{display:flex;flex-direction:column;align-items:flex-end;margin-right:15px}._table_1xnl7_125 ._driver_text_1xnl7_203{display:flex;gap:5px;align-items:center}._table_1xnl7_125 ._set_driver_1xnl7_208{font-size:16px;font-weight:600;text-decoration-line:underline;cursor:pointer}._table__info_1xnl7_214{border-radius:12px;display:flex;align-items:center;padding-left:10px;margin-left:10px;background-color:#fff}._table__info-number_1xnl7_222{font-size:16px}._table__info-btn_1xnl7_225{background:#ddd;font-size:12px;line-height:24px;font-weight:700;text-align:center;text-transform:uppercase;border-radius:30px;margin-left:auto;color:#333;width:100px}._login_s2njg_1{max-width:450px;margin:auto}._login__wrapper_s2njg_5{display:flex;align-items:center;justify-content:center;height:100%}._login__title_s2njg_11{font-size:20px;line-height:28px;font-weight:700;text-align:center;margin-bottom:24px}._login__input_s2njg_18{margin-bottom:20px}._login__submit_s2njg_21{width:100%;height:48px;text-transform:uppercase;margin-top:32px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._faq__question_48g0u_26{flex:0;min-width:20%}._faq__textTransform_48g0u_30{text-transform:none}._faq__action_48g0u_33{align-items:flex-start!important}._faq__action--wrapper_48g0u_36{display:flex;justify-content:center;align-items:center;gap:16px}._faq__edit_48g0u_42{width:70px;height:32px!important;border-radius:50px}._faq__clear_48g0u_47{cursor:pointer}._faq__no-data_48g0u_50{text-align:center}._faq-list--item_48g0u_53{display:flex;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #dddddd}._faq-list--item_48g0u_53 b{line-height:30px}._faq-list--left_48g0u_63{flex:1;margin-right:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._header_13x2z_26{min-width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._header__selectList_13x2z_33{margin-bottom:0}._header__create_13x2z_36{width:fit-content!important;height:32px!important;border-radius:30px}._header_13x2z_26 ._clear_btn_13x2z_41{font-size:16px;font-weight:600;color:#333;text-decoration:underline;cursor:pointer;padding:6.5px 7.5px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._form_1x05s_26{display:flex;flex-direction:column;gap:10px}._actions_1x05s_32{gap:20px}._actions_1x05s_32 button{min-width:210px}._categories_1x05s_39{padding:0 5px 10px;border-bottom:1px solid #333333;margin-top:15px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._header_7bdzw_26 ._chip_wrapper_7bdzw_26{display:flex;align-items:center;gap:10px}._header_7bdzw_26 ._filter_chip_7bdzw_31{padding:14px 30px}._header_7bdzw_26 ._filter_chip_7bdzw_31 p{font-size:16px;font-weight:700}._header_7bdzw_26 ._info_wrapper_7bdzw_38{display:flex;align-items:center;gap:10px;margin-top:10px}._header_7bdzw_26 ._chip_7bdzw_26{padding:4px 12px;border-radius:12px;display:flex;align-items:center;gap:10px}._header_7bdzw_26 ._chip_7bdzw_26._active_7bdzw_51{box-shadow:0 4px 10px #0000001f}._header_7bdzw_26 ._chip_7bdzw_26 p{font-size:18px;font-weight:300;line-height:24px;letter-spacing:0px;text-align:center;text-transform:none}._header_7bdzw_26 ._chip_7bdzw_26._danger_chip_7bdzw_62 p{color:#333}._header_7bdzw_26 ._chip_7bdzw_26._danger_chip_7bdzw_62 p span{color:#ff006e}._header_7bdzw_26 ._chip_7bdzw_26._danger_chip_7bdzw_62 svg{filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}._header_7bdzw_26 ._chip_7bdzw_26._info_chip_7bdzw_71 p{color:#333}._header_7bdzw_26 ._chip_7bdzw_26._info_chip_7bdzw_71 p span{color:#12bf66}._header_7bdzw_26 ._chip_7bdzw_26._info_chip_7bdzw_71 svg{filter:invert(52%) sepia(49%) saturate(2947%) hue-rotate(114deg) brightness(102%) contrast(86%)}._header__status_7bdzw_80{width:100%;min-height:138px;border-radius:13px;overflow:hidden;background-color:#12bf66;margin-top:18px;display:flex;align-items:center}._header__status_7bdzw_80 ._status_widget_7bdzw_90{flex:1;padding:20px 34px}._header__status_7bdzw_80 ._status_widget_7bdzw_90._vertical_divider_7bdzw_94{border-left:1px solid #f6f6fb}._header__status_7bdzw_80 ._status_widget_7bdzw_90._total_opportunity_7bdzw_97{cursor:pointer}._header__status_7bdzw_80 ._status_widget_7bdzw_90._total_opportunity_7bdzw_97:hover{background-color:#23e377}._header__status_7bdzw_80 ._status_widget_7bdzw_90 ._head_7bdzw_26{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}._header__status_7bdzw_80 ._status_widget_7bdzw_90 ._head_7bdzw_26 ._label_7bdzw_109{font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize;color:#f0faf6}._header__status_7bdzw_80 ._status_widget_7bdzw_90 ._head_7bdzw_26 ._prior_period_wrapper_7bdzw_116{display:flex;flex-direction:column;align-items:flex-end}._header__status_7bdzw_80 ._status_widget_7bdzw_90 ._head_7bdzw_26 ._prior_period_wrapper_7bdzw_116 ._score_percent_7bdzw_121{font-size:18px;font-weight:400;line-height:20px;color:#f0faf6}._header__status_7bdzw_80 ._status_widget_7bdzw_90 ._head_7bdzw_26 ._prior_period_wrapper_7bdzw_116 ._prior_period_7bdzw_116{font-size:14px;font-weight:400;line-height:20px;color:#fff}._header__status_7bdzw_80 ._status_widget_7bdzw_90 ._how_much_done_7bdzw_133{font-size:24px;font-weight:700;line-height:34px;color:#fff}._color_white_7bdzw_140{color:#fff!important}._mt_20_7bdzw_144{margin-top:20px}._gray_icon_7bdzw_148{width:16px;height:16px}._gray_icon_7bdzw_148 path{fill:#c6cbd4}._clear_btn_7bdzw_156{cursor:pointer;position:relative}._clear_btn_7bdzw_156:hover path{fill:#fff}._mt_20_urfny_1{margin-top:20px}._table_urfny_5{height:510px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._search_17i3j_26{margin-top:36px;display:flex;align-items:center;gap:10px}._search_17i3j_26 ._all_17i3j_32{cursor:pointer}._search_17i3j_26 ._all_17i3j_32 p{text-transform:none}._search_17i3j_26 ._filter_chip_17i3j_38{padding:6px 30px}._search_17i3j_26 ._filter_chip_17i3j_38 p{font-weight:400}._search_17i3j_26 ._search_btn_17i3j_44{width:32px;height:32px;cursor:pointer;border-radius:12px;background-color:#ddd;display:flex;align-items:center;justify-content:center}._search_17i3j_26 ._search_btn_17i3j_44 svg{filter:invert(14%) sepia(15%) saturate(0%) hue-rotate(250deg) brightness(106%) contrast(86%)}._search_17i3j_26 ._clear_btn_17i3j_57{font-size:16px;font-weight:600;color:#333;text-decoration:underline;cursor:pointer;padding:6.5px 7.5px}._white_svg_17i3j_66 path{fill:#fff}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._cards_widget_ir28y_26{margin-top:20px}._cards_widget_ir28y_26 ._header_ir28y_29{border-radius:20px;background-color:#333;display:flex;align-items:center}._cards_widget_ir28y_26 ._header__title_wrapper_ir28y_35{padding:4px 8px 4px 16px;display:flex;align-items:center;gap:8px}._cards_widget_ir28y_26 ._header_ir28y_29 ._add_button_ir28y_41{min-width:117px;padding:6px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center}._cards_widget_ir28y_26 ._header_ir28y_29 ._add_button_ir28y_41 svg{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(245deg) brightness(108%) contrast(101%)}._cards_widget_ir28y_26 ._header_ir28y_29 ._add_button_ir28y_41 p{font-size:16px;font-weight:600;color:#fff}._cards_widget_ir28y_26 ._header_ir28y_29 ._add_button_ir28y_41:hover{background-color:#fff}._cards_widget_ir28y_26 ._header_ir28y_29 ._add_button_ir28y_41:hover svg{filter:none}._cards_widget_ir28y_26 ._header_ir28y_29 ._add_button_ir28y_41:hover p{color:#333}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66{min-width:100%;max-width:100%;min-height:calc(100vh - 406px);padding-bottom:15px;display:flex;overflow:auto hidden}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74{flex:1}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74._move_manually_ir28y_77{max-width:774px}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group__title_ir28y_80{background-color:#fff;padding:0 7px;font-size:12px;font-weight:400;line-height:32px;text-align:left;color:#6f7880}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74 ._columns_wrapper_ir28y_89{display:flex;gap:12px}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74 ._columns_wrapper_ir28y_89 ._column_ir28y_89{max-width:250px;min-width:150px;min-height:100%;max-height:calc(100vh - 132px);flex:1;overflow:hidden;background-color:#f6f6fb;border-radius:14px}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74 ._columns_wrapper_ir28y_89 ._column_ir28y_89._inactive_ir28y_103{background-color:#c6cbd4}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74 ._columns_wrapper_ir28y_89 ._column_ir28y_89._drop_area_ir28y_106{border:1px dashed #12bf66}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74 ._columns_wrapper_ir28y_89 ._column__label_ir28y_109{max-width:100%;min-height:40px;max-height:40px;padding:12px 12px 2px}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74 ._columns_wrapper_ir28y_89 ._column__label_ir28y_109 ._label_text_ir28y_115{font-size:16px;font-weight:600;text-transform:capitalize;color:#333;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74 ._columns_wrapper_ir28y_89 ._column__label_ir28y_109 ._info_svg_ir28y_126{width:20px;height:20px}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74 ._columns_wrapper_ir28y_89 ._column__label_ir28y_109 ._info_svg_ir28y_126 path{stroke:#000}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._group_ir28y_74 ._columns_wrapper_ir28y_89 ._column_ir28y_89 ._wrapper_ir28y_133{min-height:calc(100% - 40px);max-height:calc(100% - 40px);overflow:hidden}._cards_widget_ir28y_26 ._cards_wrapper_ir28y_66 ._divider_ir28y_138{min-width:1px;min-height:100%;margin:0 7px;background-image:linear-gradient(#c6cbd4 33%,#fff 0%);background-position:right;background-size:1px 20px;background-repeat:repeat-y}._tooltip_content_ir28y_148{width:288px;text-align:center;padding:4px 8px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._chip_wrapper_1az7r_26{display:flex;align-items:center;justify-content:center}._title_1az7r_32{text-transform:capitalize;margin-top:20px}._marks_1az7r_37{display:flex;align-items:center;gap:10px;margin-top:20px}._admin_comment_1az7r_44{margin-top:20px}._admin_input_1az7r_48{margin-bottom:0}._edit_button_wrapper_1az7r_52{display:flex;align-items:center;justify-content:space-between;margin-top:12px}._active_switch_wrapper_1az7r_59{border-bottom:1px solid #dddddd;padding:8px 0;margin-top:20px}._note_1az7r_65{margin-top:34px}._note_1az7r_65 ._note_action_1az7r_68{margin-top:8px}._contact_paper_1az7r_72{margin-top:34px;border-left:7px solid #12bf66}._contact_paper_1az7r_72._archived_1az7r_76{border-color:#c6cbd4}._contact_paper_1az7r_72 ._field_label_1az7r_79{color:#6f7880;margin-bottom:4px}._contact_paper_1az7r_72 ._field_1az7r_79{margin-bottom:10px}._form_paper_1az7r_87{margin-top:34px}._form_paper_1az7r_87 ._form_1az7r_87{display:flex;flex-direction:column;gap:8px}._form_paper_1az7r_87 ._form_1az7r_87 ._phone_1az7r_95{width:100%}._tags_1az7r_99{max-width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:34px;padding:0 8px}._clear_btn_1az7r_109{cursor:pointer;text-decoration:underline}._clear_btn_1az7r_109 p{font-weight:600}._add_tag_1az7r_117{display:flex;align-items:center;cursor:pointer;padding-bottom:0}._add_tag_1az7r_117 p,._add_tag_1az7r_117 span{font-weight:600!important;line-height:19px!important}._flex_center_1az7r_129{display:flex;align-items:center;justify-content:center}._comment_paper_1az7r_135{background-color:#f6f6fb;margin-top:20px}._comment_wrapper_1az7r_140{display:flex;gap:10px;margin-top:16px}._comment_wrapper_1az7r_140 ._avatar_1az7r_145{align-items:flex-start;margin-top:9px}._comment_wrapper_1az7r_140 ._paper_wrapper_1az7r_149{flex:1}._comment_wrapper_1az7r_140 ._paper_wrapper_1az7r_149 ._paper_1az7r_149{padding:16px}._comment_wrapper_1az7r_140 ._paper_wrapper_1az7r_149 ._paper_1az7r_149 ._input_1az7r_155{padding:0;border-bottom:none;line-height:22px}._comment_wrapper_1az7r_140 ._content_1az7r_160{width:100%;display:flex;flex-direction:column}._move_card_1az7r_166{gap:16px;margin-top:34px}._move_card_1az7r_166 p{font-weight:700}._choose_info_1az7r_174{margin-top:34px}._choose_info_1az7r_174 ._label_1az7r_177{font-weight:500}._action_chips_1az7r_181{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:20px}._error_message_1az7r_189{color:#ff006e;margin-top:6px}._dates_1az7r_194{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:16px}._dates_1az7r_194 ._erorr_1az7r_201{filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}._avatar_1az7r_145 div{width:36px!important;height:36px!important}._gpu_avatar_1az7r_210 div{background-color:#12bf66!important}._referral_link_1az7r_214{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px}._referral_link_1az7r_214 ._info_box_1az7r_221{flex:1}._referral_link_1az7r_214 ._input_wrapper_1az7r_224{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:14px}._referral_link_1az7r_214 ._input_wrapper_1az7r_224 ._link_paper_1az7r_231{flex:1;padding:16px 26px;border-left:8px solid #12bf66}._referral_link_1az7r_214 ._input_wrapper_1az7r_224 ._link_paper_1az7r_231 ._input_1az7r_155{border-bottom:none}._referral_link_1az7r_214 ._input_wrapper_1az7r_224 ._link_paper_1az7r_231 ._input_1az7r_155 input{min-height:24px;padding:0}._referral_link_1az7r_214 ._input_wrapper_1az7r_224 ._copy_button_1az7r_243{padding:16px;border-radius:12px}._label_1az7r_177{font-weight:500}._display_inline_1az7r_252{display:inline}._action_buttons_1az7r_256{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-top:20px}._action_buttons_1az7r_256 button{flex:1;height:48px}._bg_white_1az7r_268{background-color:#fff}._prepend_1az7r_272{color:#b0b0b0;font-weight:300}._dark_icon_1az7r_277{filter:invert(0%) sepia(0%) saturate(28%) hue-rotate(85deg) brightness(105%) contrast(108%)}._clickable_1az7r_281{cursor:pointer}._chevron_down_button_1az7r_285{min-height:30px;padding:0}._plus_button_wrapper_1az7r_290{padding:0 12px;border-left:1px solid #333333}._add_contact_1az7r_295{justify-content:flex-start}._formik_title_1az7r_299{margin-top:34px}._mt_20_1az7r_303{margin-top:20px}._parent_select_1az7r_307{width:100%}._login_button_1az7r_311:first-child{width:115.92px!important;height:20px!important}._black_filter_1az7r_316{filter:invert(0%) sepia(0%) saturate(28%) hue-rotate(85deg) brightness(105%) contrast(108%)}._tag_info_flexbox_1az7r_320{display:flex;align-items:center;gap:8px}._tag_required_1az7r_326{font-size:14px!important;font-weight:500!important;line-height:20px!important}._tag_required_description_1az7r_332{font-size:13px!important;font-weight:500!important;line-height:18px!important;color:#6f7880!important}._info_svg_1az7r_339{width:20px;height:20px}._info_svg_1az7r_339 path{stroke:#000}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._form_paper_b3ulz_26{margin-top:34px}._form_paper_b3ulz_26 ._form_b3ulz_26{display:flex;flex-direction:column;gap:8px}._form_paper_b3ulz_26 ._form__check_b3ulz_34{margin-top:-20px;margin-bottom:20px}._form_paper_b3ulz_26 ._form_b3ulz_26 ._phone_b3ulz_38{width:100%}._flex_row_b3ulz_42{display:flex;gap:20px}._flex_row_b3ulz_42 ._flex_1_b3ulz_46,._select_wrapper_b3ulz_50{flex:1}._select_wrapper_b3ulz_50 ._select_b3ulz_50{min-width:100%!important;max-width:100%!important;padding:0!important;overflow:hidden}._select_wrapper_b3ulz_50 ._select_b3ulz_50 ._list_b3ulz_59{gap:0px!important;margin-top:0!important;padding:4px 0!important}._select_wrapper_b3ulz_50 ._select_b3ulz_50 ._list_b3ulz_59 ._item_b3ulz_64{width:100%!important;border-radius:0!important}._select_wrapper_b3ulz_50 ._select_b3ulz_50 ._list_b3ulz_59 ._item_b3ulz_64:hover{background-color:#f0faf6!important}._select_wrapper_b3ulz_50 ._select_b3ulz_50 ._list_b3ulz_59 ._item_b3ulz_64 p{font-size:16px!important;font-weight:400!important;color:#333!important;text-transform:uppercase}._dark_icon_b3ulz_78{filter:invert(0%) sepia(0%) saturate(28%) hue-rotate(85deg) brightness(105%) contrast(108%)}._manage_b3ulz_82{justify-content:flex-end}._manage__check_b3ulz_85{margin-top:-10px}._chevron_down_button_b3ulz_89{min-height:30px;padding:0}._plus_button_wrapper_b3ulz_94{padding:0 12px;border-left:1px solid #333333}._add_contact_b3ulz_99{width:fit-content;justify-content:flex-start}._mt_20_b3ulz_104{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._note_up5lo_26{margin-top:34px}._note_up5lo_26 ._contact_list_up5lo_29{margin-top:20px;display:flex;flex-direction:column}._note_up5lo_26 ._contact_list_up5lo_29 ._contact_wrapper_up5lo_34{width:fit-content;overflow:hidden;display:flex;align-items:center;gap:10px;position:relative}._note_up5lo_26 ._contact_list_up5lo_29 ._contact_wrapper_up5lo_34 ._contact_info_up5lo_42{width:20vw;opacity:0;transition:all .2s ease-in-out;position:absolute;top:0;right:calc(-10px - 20vw);z-index:115}._note_up5lo_26 ._contact_list_up5lo_29 ._contact_wrapper_up5lo_34:hover{overflow:visible}._note_up5lo_26 ._contact_list_up5lo_29 ._contact_wrapper_up5lo_34:hover ._contact_info_up5lo_42{opacity:1}._note_up5lo_26 ._note_action_up5lo_57{margin-top:8px}._close_svg_up5lo_61{width:16px;height:16px}._close_svg_up5lo_61 rect{fill:#c6cbd4}._close_svg_up5lo_61 path{fill:#fff}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._mt_8_15wyn_26{margin-top:8px}._mt_20_15wyn_30{margin-top:20px}._checkboxes_15wyn_34{gap:20px!important}._confirm_archive_15wyn_38{width:40vw;max-width:40vw}._confirm_archive_15wyn_38 ._info_15wyn_42{margin-top:34px}._confirm_archive_15wyn_38 ._archive_comment_15wyn_45{background-color:#fff}._avatar_15wyn_49 div{width:36px!important;height:36px!important}._comment_paper_15wyn_54{background-color:#f6f6fb;margin-top:20px}._comment_wrapper_15wyn_59{display:flex;gap:10px;margin-top:16px}._comment_wrapper_15wyn_59 ._avatar_15wyn_49{align-items:flex-start;margin-top:9px}._comment_wrapper_15wyn_59 ._paper_wrapper_15wyn_68{flex:1}._comment_wrapper_15wyn_59 ._paper_wrapper_15wyn_68 ._paper_15wyn_68{padding:16px}._comment_wrapper_15wyn_59 ._paper_wrapper_15wyn_68 ._paper_15wyn_68 ._input_15wyn_74{padding:0;border-bottom:none;line-height:22px}._comment_wrapper_15wyn_59 ._content_15wyn_79{width:100%;display:flex;flex-direction:column}._action_buttons_15wyn_85{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-top:20px}._action_buttons_15wyn_85 button{flex:1;height:48px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._comment_paper_129zk_26{background-color:#f6f6fb;margin-top:20px}._comment_129zk_26{margin:10px 0}._latest_transport_service_comment_129zk_35{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:10px}._latest_transport_service_comment_129zk_35 ._comment_date_129zk_42{color:#6f7880;text-wrap:nowrap}._comment_wrapper_129zk_47{display:flex;gap:10px;margin-top:16px}._comment_wrapper_129zk_47 ._avatar_129zk_52{align-items:flex-start;margin-top:9px}._comment_wrapper_129zk_47 ._paper_wrapper_129zk_56{flex:1}._comment_wrapper_129zk_47 ._paper_wrapper_129zk_56 ._paper_129zk_56{padding:16px}._comment_wrapper_129zk_47 ._paper_wrapper_129zk_56 ._paper_129zk_56 ._input_129zk_62{padding:0;border-bottom:none;line-height:22px}._comment_wrapper_129zk_47 ._content_129zk_67{width:100%;display:flex;flex-direction:column}._checkboxes_129zk_73{display:flex;align-items:center;justify-content:flex-start;gap:30px;margin-top:16px}._avatar_129zk_52 div{width:36px!important;height:36px!important}._bg_white_129zk_86{background-color:#fff}._mt_20_129zk_90{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._company_name_exist_1y2lv_26{display:flex;flex-direction:column;align-items:center;gap:24px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._action_paper_x9l8d_26{margin-top:20px}._action_paper_x9l8d_26._inactive_action_x9l8d_29{background-color:#f6f6fb}._action_paper_x9l8d_26 ._status_wrapper_x9l8d_32{display:flex;justify-content:space-between}._action_paper_x9l8d_26 ._status_wrapper_x9l8d_32 ._description_x9l8d_36{display:flex;gap:10px}._action_paper_x9l8d_26 ._status_wrapper_x9l8d_32 ._description_x9l8d_36 ._avatar_x9l8d_40{align-items:flex-start}._action_paper_x9l8d_26 ._status_wrapper_x9l8d_32 ._description_x9l8d_36 ._action_stage_x9l8d_43{display:flex;align-items:center;gap:4px}._action_paper_x9l8d_26 ._status_wrapper_x9l8d_32 ._status_chip_and_date_x9l8d_48{display:flex;flex-direction:column;align-items:flex-end;gap:6px}._action_paper_x9l8d_26 ._status_wrapper_x9l8d_32 ._status_chip_and_date_x9l8d_48 ._status_x9l8d_32{display:flex;align-items:center;justify-content:flex-end;gap:10px}._action_paper_x9l8d_26 ._status_wrapper_x9l8d_32 ._status_chip_and_date_x9l8d_48 ._status_x9l8d_32 ._chip_x9l8d_60{padding:4px 30px}._action_paper_x9l8d_26 ._status_wrapper_x9l8d_32 ._status_chip_and_date_x9l8d_48 ._completed_date_x9l8d_63{color:#6f7880}._action_paper_x9l8d_26 ._due_date_x9l8d_66{display:flex;align-items:center;justify-content:flex-end;margin-top:20px}._action_paper_x9l8d_26 ._action_info_x9l8d_72{margin-top:10px}._avatar_x9l8d_40 div{width:36px!important;height:36px!important}._card_list_jrmlh_1{min-height:100%;max-height:calc(100vh - 180px);height:calc(100vh - 180px);width:100%;overflow:auto;background-color:transparent}._card_list_jrmlh_1::-webkit-scrollbar{display:none}._card_list_jrmlh_1 ._card_jrmlh_1{padding:10px 8px 0}._card_list_jrmlh_1 ._card_jrmlh_1._first_jrmlh_15{padding-top:25px}._card_list_jrmlh_1 ._card_jrmlh_1._last_jrmlh_18{padding-bottom:25px}._card_list_jrmlh_1 ._no_data_jrmlh_21{border-radius:4px;padding:10px;margin:25px 8px}._card_list_jrmlh_1 ._no_data_jrmlh_21 p{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._contacts_table_10wxq_26{height:calc(100% - 60px);margin-top:20px}._cell_10wxq_31{display:flex!important;align-items:center}._avatar_wrapper_10wxq_36{display:flex;gap:10px}._avatar_wrapper_10wxq_36 ._avatar_10wxq_36{align-items:flex-start;margin-top:2px}._check_circle_green_10wxq_45,._check_circle_black_10wxq_46{width:20px;height:20px}._check_circle_black_10wxq_46{filter:invert(0%) sepia(0%) saturate(28%) hue-rotate(85deg) brightness(105%) contrast(108%)}._delete_icon_10wxq_55{width:16px;height:16px}._delete_icon_10wxq_55 rect{fill:#ddd}._delete_icon_10wxq_55 path{fill:#fff}._full_name_10wxq_66{flex:3}._company_10wxq_70,._salesperson_10wxq_74,._position_10wxq_78{flex:2}._stage_10wxq_82{flex:1}._transport_service_10wxq_86{flex:1;max-width:30px}._estimate_10wxq_91{flex:1}._estimate_10wxq_91 div{text-transform:lowercase}._status_10wxq_98{flex:1;min-width:120px}._delete_10wxq_55{flex:1;max-width:32px}._sales_persons_10wxq_108{height:100%;display:flex;flex-direction:column;justify-content:center}._expanded_10wxq_115{transform:rotate(270deg)}._expanded_10wxq_115 svg path{fill:#333}._closed_10wxq_122{transform:rotate(0)}._chip_10wxq_126{padding-left:20px!important;padding-right:20px!important;margin-top:5px}._clickable_10wxq_132{cursor:pointer}._gap_10wxq_136{margin-left:30px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._search_1oq5n_26{display:flex;align-items:center;gap:10px}._search_1oq5n_26 ._all_1oq5n_31{cursor:pointer}._search_1oq5n_26 ._all_1oq5n_31 ._label_1oq5n_34{text-transform:none}._search_1oq5n_26 ._filter_chip_1oq5n_37 p{font-size:16px;font-weight:400;text-transform:lowercase}._search_1oq5n_26 ._filter_chip_1oq5n_37._no_text_transform_1oq5n_42 p{text-transform:none!important}._search_1oq5n_26 ._search_btn_1oq5n_45{width:32px;height:32px;cursor:pointer;border-radius:12px;background-color:#ddd;display:flex;align-items:center;justify-content:center}._search_1oq5n_26 ._search_btn_1oq5n_45 svg{filter:invert(14%) sepia(15%) saturate(0%) hue-rotate(250deg) brightness(106%) contrast(86%)}._search_1oq5n_26 ._clear_btn_1oq5n_58{font-size:16px;font-weight:600;color:#333;text-decoration:underline;cursor:pointer;padding:6.5px 7.5px}._search_1oq5n_26 ._active_svg_1oq5n_66 rect{fill:#12bf66}._search_1oq5n_26 ._active_svg_1oq5n_66 path{fill:#fff}._search__title_1oq5n_72{border-bottom:1px solid #dddddd}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._filter__content_toout_26{padding:0!important;max-width:530px!important;max-height:410px!important;overflow:auto}._filter__title_toout_32{line-height:40px!important}._filter__wrapper_toout_35{display:flex;flex-direction:column;gap:24px;padding:10px 32px;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd}._filter__cancel_toout_43{margin:8px 0}._mt_10_toout_47{margin-top:10px}._mt_20_toout_51{margin-top:20px}._active_svg_toout_55 rect{fill:#12bf66}._active_svg_toout_55 path{fill:#fff}._flex_wrap_toout_62{flex-wrap:wrap}._card_styling_toout_66{border:1px solid black}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._chip_wrapper_a4y6m_26{display:flex;align-items:center;justify-content:center}._input_a4y6m_32{margin-top:20px;margin-bottom:0}._contact_paper_a4y6m_37{margin-top:34px;border-left:7px solid #12bf66}._contact_paper_a4y6m_37._archived_a4y6m_41{border-color:#c6cbd4}._contact_paper_a4y6m_37 ._field_label_a4y6m_44{color:#6f7880;margin-bottom:4px}._contact_paper_a4y6m_37 ._field_a4y6m_44{margin-bottom:10px}._action_buttons_a4y6m_52{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-top:20px}._action_buttons_a4y6m_52 button{flex:1;height:48px}._login_button_a4y6m_64:first-child{width:115.92px!important;height:20px!important}._archived_a4y6m_41 ._contact_paper_a4y6m_37{border-left:7px solid #6f7880}._archived_a4y6m_41 ._contact_paper_a4y6m_37 ._header_a4y6m_72{align-items:flex-start}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._action_chips_1niod_26{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:20px}._comment_paper_1niod_34{background-color:#f6f6fb;margin-top:20px}._comment_wrapper_1niod_39{display:flex;gap:10px;margin-top:16px}._comment_wrapper_1niod_39 ._avatar_1niod_44{align-items:flex-start;margin-top:9px}._comment_wrapper_1niod_39 ._paper_wrapper_1niod_48{flex:1}._comment_wrapper_1niod_39 ._paper_wrapper_1niod_48 ._paper_1niod_48{padding:16px}._comment_wrapper_1niod_39 ._paper_wrapper_1niod_48 ._paper_1niod_48 ._input_1niod_54{padding:0;border-bottom:none;line-height:22px}._comment_wrapper_1niod_39 ._content_1niod_59{width:100%;display:flex;flex-direction:column}._error_message_1niod_65{color:#ff006e;margin-top:6px}._dates_1niod_70{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:16px}._dates_1niod_70 ._erorr_1niod_77{filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}._action_buttons_1niod_81{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-top:20px}._action_buttons_1niod_81 button{flex:1;height:48px}._avatar_1niod_44 div{width:36px!important;height:36px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._header_p3rux_26{display:flex;align-items:center;margin-bottom:20px}._header_p3rux_26 h1{margin-right:12px}._header__search_p3rux_34{background:#ddd!important;width:32px;height:32px!important;padding:0!important;border-radius:12px!important;justify-content:center}._header__search_p3rux_34 svg{margin-right:0!important}._header__btn_p3rux_45{cursor:pointer;display:flex;align-items:center;justify-content:center;background:#ddd;width:32px;height:32px;border-radius:12px;margin-right:20px}._header__input_p3rux_56{width:200px;height:32px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._checkbox_1ludi_1{margin-top:20px}._submit_button_1ludi_5:first-child{width:150px!important;height:20px!important}._tags_widget_qvd7t_1{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._tags_table_14nju_26{height:483px;margin-top:40px}._delete_icon_14nju_31{width:16px;height:16px}._delete_icon_14nju_31 rect{fill:#ddd}._delete_icon_14nju_31 path{fill:#fff}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._form_aqh0e_26{min-width:400px;min-height:200px}._add_button_aqh0e_31:first-child,._submit_button_aqh0e_32:first-child{width:150px!important;height:20px!important}._submit_button_wrapper_aqh0e_37{display:flex;align-items:center;justify-content:center;margin-top:20px}._dark_icon_aqh0e_44{filter:invert(0%) sepia(0%) saturate(28%) hue-rotate(85deg) brightness(105%) contrast(108%)}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_xwi8s_26{position:relative}._container_xwi8s_26 ._filters_xwi8s_29{gap:20px}._container_xwi8s_26 ._variables_xwi8s_32{width:100%;display:flex;flex-direction:column;justify-content:center;gap:20px;margin-top:20px}._container_xwi8s_26 ._actions_xwi8s_40{background-color:#fff}._container_xwi8s_26 ._actions_xwi8s_40 ._active_xwi8s_43{box-shadow:0 4px 10px #0000001f;transform:scale(1.1)}._container_xwi8s_26 ._actions_xwi8s_40 ._save_button_xwi8s_47{width:200px}._container_xwi8s_26 ._actions_xwi8s_40 ._save_button_xwi8s_47:first-child{width:150px!important;height:20px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._id_162f7_26{flex:1;max-width:30px}._contacts_table_162f7_31{margin-top:20px}._delete_icon_162f7_35{width:16px;height:16px}._delete_icon_162f7_35 rect{fill:#ddd}._delete_icon_162f7_35 path{fill:#fff}._username_162f7_46{min-width:100px}._full_name_162f7_50{flex:1}._email_162f7_54{flex:1;min-width:150px;flex-wrap:wrap}._delete_162f7_35{flex:1;max-width:32px}._notify_162f7_65{flex:1;max-width:30px}._referral_162f7_70{flex:1}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_kutzu_26{display:flex;align-items:center;justify-content:space-between}._search_kutzu_32{display:flex;align-items:center;gap:10px}._search_kutzu_32 ._all_kutzu_37{cursor:pointer}._search_kutzu_32 ._all_kutzu_37 ._label_kutzu_40{text-transform:none}._search_kutzu_32 ._filter_chip_kutzu_43 p{font-size:16px;font-weight:400;text-transform:lowercase}._search_kutzu_32 ._filter_chip_kutzu_43._no_text_transform_kutzu_48 p{text-transform:none!important}._search_kutzu_32 ._search_btn_kutzu_51{width:32px;height:32px;cursor:pointer;border-radius:12px;background-color:#ddd;display:flex;align-items:center;justify-content:center}._search_kutzu_32 ._search_btn_kutzu_51 svg{filter:invert(14%) sepia(15%) saturate(0%) hue-rotate(250deg) brightness(106%) contrast(86%)}._search_kutzu_32 ._clear_btn_kutzu_64{font-size:16px;font-weight:600;color:#333;text-decoration:underline;cursor:pointer;padding:6.5px 7.5px}._add_user_kutzu_73{margin-bottom:20px}._add_user__button_kutzu_76{border-radius:30px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_eagci_26{margin-top:25px}._select_wrapper_eagci_30 ._select_eagci_30{min-width:100%!important;max-width:100%!important;padding:0!important;overflow:hidden}._select_wrapper_eagci_30 ._select_eagci_30 ._list_eagci_36{gap:0px!important;margin-top:0!important;padding:4px 0!important}._select_wrapper_eagci_30 ._select_eagci_30 ._list_eagci_36 ._item_eagci_41{width:100%!important;border-radius:0!important}._select_wrapper_eagci_30 ._select_eagci_30 ._list_eagci_36 ._item_eagci_41:hover{background-color:#f0faf6!important}._select_wrapper_eagci_30 ._select_eagci_30 ._list_eagci_36 ._item_eagci_41 p{font-size:16px!important;font-weight:400!important;color:#333!important}._dark_icon_eagci_54{filter:invert(0%) sepia(0%) saturate(28%) hue-rotate(85deg) brightness(105%) contrast(108%)}._chevron_down_button_eagci_58{min-height:30px;padding:0}._flex_row_eagci_63{display:flex;gap:20px;align-items:center}._flex_row_eagci_63 ._flex_1_eagci_68{flex:1}._action_buttons_eagci_72{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-top:20px}._action_buttons_eagci_72 button{flex:1;height:48px}._card_list_1inng_1{min-height:100%;max-height:calc(100vh - 180px);height:calc(100vh - 180px);overflow:auto;background-color:transparent}._card_list_1inng_1::-webkit-scrollbar{display:none}._card_list_1inng_1 ._card_1inng_1{padding:10px 8px 0}._card_list_1inng_1 ._card_1inng_1._first_1inng_14{padding-top:25px}._card_list_1inng_1 ._card_1inng_1._last_1inng_17{padding-bottom:25px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._search_16bt3_26 ._info_wrapper_16bt3_26{display:flex;align-items:center;gap:10px}._search_16bt3_26 ._chip_16bt3_31{padding:4px 12px;border-radius:12px;display:flex;align-items:center;gap:10px}._search_16bt3_26 ._chip_16bt3_31._active_16bt3_38{box-shadow:0 4px 10px #0000001f}._search_16bt3_26 ._chip_16bt3_31 p{font-size:18px;font-weight:300;line-height:24px;letter-spacing:0px;text-align:center;text-transform:none}._search_16bt3_26 ._chip_16bt3_31._danger_chip_16bt3_49 span{color:#ff006e}._search_16bt3_26 ._chip_16bt3_31._danger_chip_16bt3_49 svg{filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}._search_16bt3_26 ._chip_16bt3_31._info_chip_16bt3_55 span{color:#12bf66}._search_16bt3_26 ._chip_16bt3_31._info_chip_16bt3_55 svg{filter:invert(52%) sepia(49%) saturate(2947%) hue-rotate(114deg) brightness(102%) contrast(86%)}._search_16bt3_26 ._filter_content_16bt3_61{padding:16px 32px}._search_16bt3_26 ._filter_content_16bt3_61 ._filter_16bt3_61{gap:20px}._search_16bt3_26 ._filter_content_16bt3_61 ._filter__popper_16bt3_67{display:flex;flex-direction:column}._divider_16bt3_72:first-child{margin:10px 0}._divider_16bt3_72:last-child{margin:10px 0 0}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1l8w9_26 ._chip_1l8w9_26{margin-top:40px}._container_1l8w9_26 ._choose_stage_message_1l8w9_29{margin-top:34px}._container_1l8w9_26 ._task_stages_1l8w9_32{display:flex;align-items:center;gap:10px}._container_1l8w9_26 ._user_comment_1l8w9_37{display:flex;align-items:center;gap:10px;margin-top:16px}._container_1l8w9_26 ._user_comment_1l8w9_37 ._avatar_1l8w9_43{align-items:flex-start;margin-top:9px}._container_1l8w9_26 ._user_comment_1l8w9_37 ._paper_1l8w9_47{max-width:calc(100% - 46px);flex:1;padding:16px}._container_1l8w9_26 ._user_comment_1l8w9_37 ._paper_1l8w9_47 ._input_1l8w9_52{padding:0;border-bottom:none;line-height:22px}._container_1l8w9_26 ._assign_task_to_1l8w9_57{padding:15px 20px}._container_1l8w9_26 ._selectors_1l8w9_60{margin-top:16px}._container_1l8w9_26 ._selectors_1l8w9_60._flex_end_1l8w9_63{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}._container_1l8w9_26 ._selectors_1l8w9_60 ._tag_collaborators_1l8w9_70{display:flex;align-items:center;gap:6px}._container_1l8w9_26 ._reflink_wrapper_1l8w9_75{width:50%}._container_1l8w9_26 ._reflink_wrapper_1l8w9_75 ._reflink_paper_1l8w9_78{flex:1;padding:16px 26px;border-left:8px solid #12bf66}._container_1l8w9_26 ._reflink_wrapper_1l8w9_75 ._reflink_paper_1l8w9_78 ._input_1l8w9_52{border-bottom:none}._container_1l8w9_26 ._reflink_wrapper_1l8w9_75 ._reflink_paper_1l8w9_78 ._input_1l8w9_52 input{min-height:24px;padding:0}._container_1l8w9_26 ._reflink_wrapper_1l8w9_75 ._share_button_1l8w9_90{padding:16px;border-radius:12px}._container_1l8w9_26 ._modal_actions_1l8w9_94{display:flex;align-items:center;gap:14px}._container_1l8w9_26 ._modal_actions_1l8w9_94 button{flex:1;padding:12px 30px}._container_1l8w9_26 ._modal_actions_1l8w9_94 button div:first-child{height:26px!important}._container_1l8w9_26 ._modal_actions_1l8w9_94 button:first-child{padding:11px 30px}._mt_20_1l8w9_110{margin-top:20px}._error_1l8w9_114{color:#ff006e!important}._error_1l8w9_114 input::placeholder{color:#ff006e}._error_1l8w9_114 path{fill:#ff006e}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_cpngs_26 ._chip_cpngs_26{margin-top:40px}._container_cpngs_26 ._overview_cpngs_29{border-left:7px solid #12bf66}._container_cpngs_26 ._overview_cpngs_29 ._list_cpngs_32{margin-left:30px;list-style:disc}._container_cpngs_26 ._overview_cpngs_29 ._edit_button_cpngs_36 p{text-decoration:underline;font-weight:600}._container_cpngs_26 ._choose_stage_message_cpngs_40{margin-top:34px}._container_cpngs_26 ._task_stages_cpngs_43{display:flex;align-items:center;gap:10px}._container_cpngs_26 ._user_comment_cpngs_48{display:flex;align-items:center;gap:10px;margin-top:16px}._container_cpngs_26 ._user_comment_cpngs_48 ._avatar_cpngs_54{align-items:flex-start;margin-top:9px}._container_cpngs_26 ._user_comment_cpngs_48 ._paper_cpngs_58{max-width:calc(100% - 46px);flex:1;padding:16px}._container_cpngs_26 ._user_comment_cpngs_48 ._paper_cpngs_58 ._input_cpngs_63{padding:0;border-bottom:none;line-height:22px}._container_cpngs_26 ._assign_task_to_cpngs_68{padding:15px 20px}._container_cpngs_26 ._selectors_cpngs_71{margin-top:16px}._container_cpngs_26 ._selectors_cpngs_71._flex_end_cpngs_74{display:flex;align-items:center;justify-content:flex-end;gap:10px}._container_cpngs_26 ._selectors_cpngs_71 ._tag_collaborators_cpngs_80{display:flex;align-items:center;gap:6px}._container_cpngs_26 ._comments_widget_cpngs_85{padding:20px 28px;background-color:#f6f6fb;box-shadow:none}._container_cpngs_26 ._reflink_wrapper_cpngs_90{width:50%;display:flex;align-items:center;gap:14px;margin-top:20px}._container_cpngs_26 ._reflink_wrapper_cpngs_90 ._reflink_paper_cpngs_97{flex:1;padding:16px 26px;border-left:8px solid #12bf66}._container_cpngs_26 ._reflink_wrapper_cpngs_90 ._reflink_paper_cpngs_97 ._input_cpngs_63{border-bottom:none}._container_cpngs_26 ._reflink_wrapper_cpngs_90 ._reflink_paper_cpngs_97 ._input_cpngs_63 input{min-height:24px;padding:0}._container_cpngs_26 ._reflink_wrapper_cpngs_90 ._share_button_cpngs_109{padding:16px;border-radius:12px}._container_cpngs_26 ._modal_actions_cpngs_113{display:flex;align-items:center;gap:14px}._container_cpngs_26 ._modal_actions_cpngs_113 button{flex:1;padding:11px 30px}._container_cpngs_26 ._modal_actions_cpngs_113 button div:first-child{height:26px!important}._mt_20_cpngs_126{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._tasks_widget_jjgxn_26{margin-top:20px}._tasks_widget_jjgxn_26 ._header_jjgxn_29{border-radius:20px;background-color:#333;display:flex;align-items:center}._tasks_widget_jjgxn_26 ._header__title_wrapper_jjgxn_35{padding:4px 8px 4px 16px;display:flex;align-items:center;gap:8px}._tasks_widget_jjgxn_26 ._header__title_wrapper_jjgxn_35 ._title_jjgxn_41{font-size:16px;font-weight:400;color:#fff}._tasks_widget_jjgxn_26 ._header_jjgxn_29 svg{filter:invert(95%) sepia(5%) saturate(0%) hue-rotate(320deg) brightness(104%) contrast(106%)}._tasks_widget_jjgxn_26 ._header_jjgxn_29 ._add_button_jjgxn_49{min-width:117px;padding:6px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center}._tasks_widget_jjgxn_26 ._header_jjgxn_29 ._add_button_jjgxn_49 svg{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(245deg) brightness(108%) contrast(101%)}._tasks_widget_jjgxn_26 ._header_jjgxn_29 ._add_button_jjgxn_49 p{font-size:16px;font-weight:600;color:#fff}._tasks_widget_jjgxn_26 ._header_jjgxn_29 ._add_button_jjgxn_49:hover{background-color:#fff}._tasks_widget_jjgxn_26 ._header_jjgxn_29 ._add_button_jjgxn_49:hover svg{filter:none}._tasks_widget_jjgxn_26 ._header_jjgxn_29 ._add_button_jjgxn_49:hover p{color:#333}._tasks_widget_jjgxn_26 ._tasks_wrapper_jjgxn_74{min-width:calc(100vw - 333px);max-width:calc(100vw - 333px);min-height:calc(100vh - 198px);padding-bottom:15px;margin-top:10px;display:flex;overflow:auto hidden}._tasks_widget_jjgxn_26 ._tasks_wrapper_jjgxn_74 ._columns_wrapper_jjgxn_83{width:100%;display:flex;gap:12px}._tasks_widget_jjgxn_26 ._tasks_wrapper_jjgxn_74 ._columns_wrapper_jjgxn_83 ._column_jjgxn_83{min-width:150px;min-height:100%;max-height:calc(100vh - 132px);flex:1;overflow:hidden;background-color:#f6f6fb;border-radius:14px}._tasks_widget_jjgxn_26 ._tasks_wrapper_jjgxn_74 ._columns_wrapper_jjgxn_83 ._column_jjgxn_83._drop_area_jjgxn_97{border:1px dashed #12bf66}._tasks_widget_jjgxn_26 ._tasks_wrapper_jjgxn_74 ._columns_wrapper_jjgxn_83 ._column__label_jjgxn_100{max-width:100%;min-height:40px;max-height:40px;padding:12px 12px 2px;font-size:16px;font-weight:600;text-transform:capitalize;color:#6f7880;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}._tasks_widget_jjgxn_26 ._tasks_wrapper_jjgxn_74 ._columns_wrapper_jjgxn_83 ._column_jjgxn_83 ._wrapper_jjgxn_115{min-height:calc(100% - 40px);max-height:calc(100% - 40px);overflow:hidden}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1229j_26 ._targets_1229j_26{padding:0 16%;justify-content:center;flex-wrap:wrap;gap:20px 10px}._container_1229j_26 ._targets_1229j_26 ._info_text_1229j_32{padding:4px 12px;background-color:#f0faf6;border-radius:12px}._container_1229j_26 ._import_button_1229j_37{margin-top:28px}._mt_20_1229j_41{margin-top:20px}._mv_20_1229j_45{margin:20px 0}._table_wrapper_h7rg7_1{height:483px;margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._id_uz3v3_26{flex:1;max-width:50px}._table_uz3v3_31{margin-top:20px}._delete_icon_uz3v3_35{width:16px;height:16px}._delete_icon_uz3v3_35 rect{fill:#ddd}._delete_icon_uz3v3_35 path{fill:#fff}._username_uz3v3_46{min-width:100px}._full_name_uz3v3_50{flex:1}._email_uz3v3_54{flex:1;min-width:150px;flex-wrap:wrap}._delete_uz3v3_35{flex:1;max-width:32px}._notify_uz3v3_65{flex:1;max-width:30px}._referral_uz3v3_70{flex:1}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_ewznu_26{display:flex;align-items:center;justify-content:space-between}._datePicker_ewznu_32{border-right:none;border-bottom:1px solid #b0b0b0;padding:11px 0;width:220px}._datePicker_ewznu_32 div{padding-left:0!important}._search_ewznu_42{display:flex;align-items:center;gap:10px}._search_ewznu_42 ._all_ewznu_47{cursor:pointer}._search_ewznu_42 ._all_ewznu_47 ._label_ewznu_50{text-transform:none}._search_ewznu_42 ._filter_chip_ewznu_53 p{font-size:16px;font-weight:400;text-transform:lowercase}._search_ewznu_42 ._filter_chip_ewznu_53._no_text_transform_ewznu_58 p{text-transform:none!important}._search_ewznu_42 ._search_btn_ewznu_61{width:32px;height:32px;cursor:pointer;border-radius:12px;background-color:#ddd;display:flex;align-items:center;justify-content:center}._search_ewznu_42 ._search_btn_ewznu_61 svg{filter:invert(14%) sepia(15%) saturate(0%) hue-rotate(250deg) brightness(106%) contrast(86%)}._search_ewznu_42 ._clear_btn_ewznu_74{font-size:16px;font-weight:600;color:#333;text-decoration:underline;cursor:pointer;padding:6.5px 7.5px}._add_user_ewznu_83{margin-bottom:20px}._add_user__button_ewznu_86{border-radius:30px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._list_1163s_26{overflow:hidden;z-index:3;max-height:428px;width:250px;background:#fff;border-bottom:1px solid #b0b0b0;display:flex;flex-direction:column;flex:1}._list_1163s_26._popup_1163s_37{position:relative;overflow:visible;max-height:unset;width:220px;z-index:5;padding:8px 0}._list_1163s_26._popup_1163s_37 input{border:none;height:100%;padding-left:0}._list_1163s_26._popup_1163s_37 ._list__search_1163s_50{height:100%}._list_1163s_26._popup_1163s_37 ._list__search_1163s_50 ._label_1163s_53{font-size:14px;font-style:normal;font-weight:700;line-height:23px;text-transform:uppercase}._list__box_1163s_60{overflow:auto;height:100%;flex:1 1 auto}._list__box_1163s_60::-webkit-scrollbar-track{margin:12px 0}._list__box-item_1163s_68{cursor:pointer;font-size:16px;line-height:20px;padding:10px 16px;transition:all .3s}._list__box-item_1163s_68:hover{background:#d8ddea}._list__box_1163s_60._popup_1163s_37{position:absolute;height:unset;left:0;right:0;bottom:-5px;transform:translateY(100%);max-height:0;background:#fff;border-radius:16px;box-shadow:0 4px 40px #0000001f}._list__box_1163s_60._popup_1163s_37._focused_1163s_90{max-height:428px}._list__search_1163s_50{position:relative}._list__search_1163s_50._border_1163s_96 input{border-color:#b0b0b0}._list__search_1163s_50 input{width:90%;border:none;outline:none;height:48px;border-bottom:1px solid #fff;color:#6f7880;font-size:16px}._list__search_1163s_50 input::placeholder{color:#b0b0b0}._categories_widget_ous3t_1{margin-top:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._categories_table_ntmar_26{height:483px;margin-top:40px}._delete_icon_ntmar_31{width:16px;height:16px}._delete_icon_ntmar_31 rect{fill:#ddd}._delete_icon_ntmar_31 path{fill:#fff}._checkbox_1t2u6_1{margin-top:20px}._form_1t2u6_5{display:flex;flex-direction:column;gap:13px}._submit_button_1t2u6_11:first-child{width:150px!important;height:20px!important}._form_qirhu_1{display:flex;flex-direction:column;gap:10px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._delete_button_aluuu_26{width:24px;height:24px}._delete_button_aluuu_26 rect{fill:#ddd}._delete_button_aluuu_26 path{fill:#fff}._delete_button_aluuu_26:hover rect{fill:#12bf66}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._periods_dbpio_26{display:flex;align-items:center;gap:10px;margin-bottom:40px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._close_button_4mal4_26{align-self:flex-end;cursor:pointer}._container_4mal4_31{background:#fff;width:90%;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:20px;margin-bottom:34px}._flexer_4mal4_43{display:flex;justify-content:space-between}._declined_4mal4_48{padding:16px;line-height:22px;background-color:#ffeef1;border-radius:16px}._head__title_4mal4_55{font-size:16px;font-weight:700;color:#333;line-height:22px}._head__extra_4mal4_61{font-size:14px;color:#333;line-height:20px}._history__view_4mal4_67{font-size:16px;line-height:19px;font-weight:600;border-bottom:1px solid #333}._history__pay_4mal4_73{font-size:16px;line-height:19px;font-weight:600}._history__pay_4mal4_73 span{font-weight:700;color:#12bf66;border-bottom:1px solid #12bf66}._driver__title_4mal4_84{font-weight:600;font-size:22px;line-height:26px}._driver__name_4mal4_89{line-height:22px;font-size:16px;font-weight:700}._driver__info_4mal4_94{font-size:16px;line-height:22px}._driver__info_left_4mal4_98{font-size:16px;line-height:22px;text-align:end}._destination__title_4mal4_104{font-weight:600;font-size:22px;line-height:26px}._destination__address_4mal4_109{line-height:24px;font-size:16px}._driver_request__flexer_4mal4_114{display:flex;justify-content:space-between;gap:10px}._driver_request__title_4mal4_119{color:#12bf66;font-weight:600;font-size:22px;line-height:26px;margin-bottom:10px}._driver_request__address_4mal4_126{line-height:24px;font-size:16px;padding:12px 40px;box-shadow:0 4px 40px #0000001f;flex:1}._driver_request__primary_4mal4_133{color:#12bf66;font-weight:700;line-height:32px}._driver_request__secondary_4mal4_138{font-size:16px;line-height:24px}._comment_4mal4_143{padding:20px 28px;background-color:#f6f6fb;border-radius:12px;display:flex;gap:10px}._comment__avatar_4mal4_150{border-radius:50%;width:36px;height:36px;background-color:#333;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}._comment__paragraph_4mal4_161{flex:1}._comment__paragraph_4mal4_161 span{font-size:16px;font-weight:700;line-height:24px}._comment__date_4mal4_169{font-size:12px;line-height:22px;color:#6f7880}._price_4mal4_175{display:flex;gap:20px;flex-direction:column;width:100%}._price__title_4mal4_181{font-weight:700;font-size:18px;line-height:24px;color:#333}._price__flexer_4mal4_187{display:flex;align-items:center;gap:20px;color:#6f7880;font-size:18px;font-weight:300;line-height:24px}._price__flexer_4mal4_187 div{flex:1 1}._price__flexer_4mal4_187 p{color:#333;font-size:18px;line-height:24px;padding-top:1px;padding-bottom:6px}._showmore_4mal4_207{font-size:22px;line-height:26px;border-bottom:1px solid #333;width:fit-content;cursor:pointer}._action_buttons_4mal4_215{display:flex;gap:12px;align-items:center}._action_buttons_4mal4_215 button{flex:1;padding:14px!important}._file_wrapper_4mal4_225{border-radius:12px;background:#f6f6fb;padding:28px}._gpu_ride_4mal4_231 div{display:flex;gap:4px;align-items:center}._gpu_ride_4mal4_231 div span{display:flex;align-items:center;gap:2px}._gpu_flight_4mal4_242 p{line-height:24px}._divider_4mal4_246{border-bottom:1px solid #c6cbd4}._invoice__title_4mal4_250{font-weight:600;font-size:22px;line-height:26px;margin-bottom:10px}._invoice_4mal4_250 ._head_text_4mal4_256{font-size:18px;font-weight:300;line-height:24px;color:#6f7880}._invoice_4mal4_250 ._data_text_4mal4_262{color:#333;font-size:18px;font-weight:300;line-height:24px}._invoice_4mal4_250 ._table_4mal4_268{display:flex;flex-direction:column;gap:12px}._invoice_4mal4_250 ._table__row_4mal4_273{display:flex;align-items:center;justify-content:space-between}._invoice_4mal4_250 ._table__row_4mal4_273 ._text_4mal4_278{display:flex;align-items:center;color:#333;font-size:16px;font-weight:400;line-height:24px}._invoice_4mal4_250 ._table__row_4mal4_273 ._text_4mal4_278 svg{height:35px}._invoice_4mal4_250 ._table__row_4mal4_273 ._text__secondary_4mal4_289{text-align:end;color:#6f7880;font-size:14px;font-weight:400;line-height:20px}._invoice_4mal4_250 ._table_4mal4_268 ._download_text_4mal4_296{color:#333;font-size:18px;font-weight:300;line-height:24px;display:flex;align-items:center;cursor:pointer;gap:8px}._sms__input_4mal4_307{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:16px}._sms_4mal4_307 button{padding:12px 45px!important}._sms__flexer_4mal4_316{display:flex;gap:10px;justify-content:space-between;margin-bottom:15px;align-items:center}._sms_4mal4_307 ._whitespace_4mal4_323{width:162.5px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._status_xup5b_26{padding:0 30px;border-radius:30px;height:20px;width:fit-content;text-transform:uppercase;font-size:12px;line-height:12px;display:flex;align-items:center}._status_xup5b_26._approved_xup5b_37,._status_xup5b_26._auto-approved_xup5b_37{background:#23e377}._status_xup5b_26._waiting_xup5b_40,._status_xup5b_26._pending-payment_xup5b_40{background:#f9cb42}._status_xup5b_26._rejected_xup5b_43{background:#ffeef1}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_15mc1_26{background:#fff;width:90%;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:20px;margin-bottom:34px}._flexer_15mc1_38{display:flex;justify-content:space-between}._declined_15mc1_43{padding:16px;line-height:22px;background-color:#ffeef1;border-radius:16px}._head__title_15mc1_50{font-size:16px;font-weight:700;color:#333;line-height:22px}._head__extra_15mc1_56{font-size:14px;color:#333;line-height:20px}._history__view_15mc1_62{font-size:16px;line-height:19px;font-weight:600;border-bottom:1px solid #333}._history__pay_15mc1_68{font-size:16px;line-height:19px;font-weight:600}._history__pay_15mc1_68 span{font-weight:700;color:#12bf66;border-bottom:1px solid #12bf66}._driver__title_15mc1_79{font-weight:600;font-size:22px;line-height:26px}._driver__name_15mc1_84{line-height:22px;font-size:16px;font-weight:700}._driver__info_15mc1_89{font-size:16px;line-height:22px}._driver__info_left_15mc1_93{font-size:16px;line-height:22px;text-align:end}._destination__title_15mc1_99{font-weight:600;font-size:22px;line-height:26px}._destination__address_15mc1_104{line-height:24px;font-size:16px}._driver_request__flexer_15mc1_109{display:flex;justify-content:space-between;gap:10px}._driver_request__title_15mc1_114{color:#12bf66;font-weight:600;font-size:22px;line-height:26px;margin-bottom:10px}._driver_request__address_15mc1_121{line-height:24px;font-size:16px;padding:12px 40px;box-shadow:0 4px 40px #0000001f;flex:1}._driver_request__primary_15mc1_128{color:#12bf66;font-weight:700;line-height:32px}._driver_request__secondary_15mc1_133{font-size:16px;line-height:24px}._comment_15mc1_138{padding:20px 28px;background-color:#f6f6fb;border-radius:12px;display:flex;gap:10px}._comment__avatar_15mc1_145{border-radius:50%;width:36px;height:36px;background-color:#333;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}._comment__paragraph_15mc1_156{flex:1}._comment__paragraph_15mc1_156 span{font-size:16px;font-weight:700;line-height:24px}._comment__date_15mc1_164{font-size:12px;line-height:22px;color:#6f7880}._price_15mc1_170{display:flex;gap:20px;flex-direction:column;width:100%}._price__title_15mc1_176{font-weight:700;font-size:18px;line-height:24px;color:#333}._price__flexer_15mc1_182{display:flex;align-items:center;gap:20px;color:#6f7880;font-size:18px;font-weight:300;line-height:24px}._price__flexer_15mc1_182 div{flex:1 1}._price__flexer_15mc1_182 p{color:#333;font-size:18px;line-height:24px;padding-top:1px;padding-bottom:6px}._showmore_15mc1_202{font-size:22px;line-height:26px;border-bottom:1px solid #333;width:fit-content;cursor:pointer}._action_buttons_15mc1_210{display:flex;gap:12px;align-items:center}._action_buttons_15mc1_210 button{flex:1;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1brdu_26{background:#fff;display:flex;flex-direction:column;gap:20px}._title_1brdu_33{color:#333;text-align:center;font-size:26px;font-weight:400;line-height:39.969px}._text_1brdu_41{color:#333;font-size:16px;font-weight:400;line-height:22px;padding:16px;background-color:#f0faf6;border-radius:16px}._box_1brdu_51{width:520px;margin-bottom:20px}._file_title_1brdu_56{color:#333;font-size:22px;font-weight:600}._file_wrapper_1brdu_62{border-radius:12px;background:#f6f6fb;padding:28px}._admin_comment_wrapper_1brdu_68{display:flex;gap:10px;margin-top:16px}._admin_comment_wrapper_1brdu_68 ._avatar_1brdu_73{align-items:flex-start;margin-top:9px}._admin_comment_wrapper_1brdu_68 ._avatar_1brdu_73 div{width:36px!important;height:36px!important}._admin_comment_wrapper_1brdu_68 ._paper_wrapper_1brdu_81{flex:1;margin-bottom:16px}._admin_comment_wrapper_1brdu_68 ._paper_wrapper_1brdu_81 ._paper_1brdu_81{padding:8px}._admin_comment_wrapper_1brdu_68 ._paper_wrapper_1brdu_81 ._paper_1brdu_81 ._input_1brdu_88{padding:0;border-bottom:none;line-height:22px}._admin_comment_wrapper_1brdu_68 ._paper_wrapper_1brdu_81 svg{cursor:pointer}._admin_comment_wrapper_1brdu_68 ._content_1brdu_96{width:100%;display:flex;flex-direction:column}._action_buttons_1brdu_102{display:flex;gap:12px;align-items:center}._action_buttons_1brdu_102 button{flex:1;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1hxkr_26{display:flex;gap:31px;max-width:60vw;flex-wrap:wrap;margin-bottom:34px}._container__box_1hxkr_33{flex:1 1 auto}._container_1hxkr_26 ._title_1hxkr_36{color:#333;font-size:22px;font-weight:600;margin-bottom:15px}._container_1hxkr_26 ._star_block_1hxkr_42{padding:34px;box-shadow:0 4px 40px #0000001f;display:flex;flex-direction:column;gap:21px;flex:1}._container_1hxkr_26 ._star_block_1hxkr_42 ._text_1hxkr_50{color:#333;font-size:18px;font-weight:300;line-height:28px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container__title_5xjxy_26{color:#333;font-size:22px;font-weight:600;margin-bottom:15px}._filter_5xjxy_33{margin:34px -28px 0}._filter__row_5xjxy_36{position:relative;height:72px;margin-bottom:40px;display:flex;align-items:center;box-shadow:0 4px 40px #0000001f}._filter__find_button_5xjxy_44{cursor:pointer;padding:24px!important;width:140px}._filter__clear_button_5xjxy_49{cursor:pointer;padding:24px 38px!important;width:115px;border:none!important;text-decoration:underline}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._search_guvb2_26{background:#fff;height:100%;flex:1 1;border-right:1px solid #dddddd;display:flex;flex-direction:column;justify-content:center;padding-left:40px}._search_guvb2_26 b{text-transform:uppercase;font-size:14px}._search__input_guvb2_40{border-bottom:0}._search__input_guvb2_40 input{padding:0;font-size:16px;line-height:24px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._table_1yd8t_26{margin-bottom:20px}._table__header_1yd8t_29{background:#c6cbd4;display:flex;line-height:26px;color:#6f7880;gap:11px;border-radius:12px;margin-bottom:13px;padding-left:12px}._table__header-item_1yd8t_39{flex:1}._table__row_1yd8t_42{display:flex;gap:11px;padding-left:12px}._table__row-item_1yd8t_47{display:table;table-layout:fixed;width:100%}._table__row_1yd8t_42 p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table__row-list_1yd8t_57{display:flex;font-size:14px;font-weight:500;line-height:20px}._table__row-list_1yd8t_57 span{margin-right:4px;display:flex;align-items:center}._table__row-list_1yd8t_57 span svg{margin-right:2px}._table__row-text_1yd8t_71{font-size:16px;line-height:24px;text-transform:capitalize}._table__row-text_1yd8t_71._underline_1yd8t_76{text-decoration:underline}._table__row_1yd8t_42 ul{padding-left:16px;font-size:16px;line-height:24px;list-style:disc}._table__row-add_1yd8t_85{font-size:14px;line-height:20px;color:#6f7880}._table__info_1yd8t_90{padding-left:16px;display:flex;align-items:center;margin-bottom:12px}._table__info-date_1yd8t_96{font-weight:700;margin-right:10px}._table__info-number_1yd8t_100{font-size:16px}._table__info-btn_1yd8t_103{background:#ddd;font-size:12px;line-height:24px;font-weight:700;text-align:center;text-transform:uppercase;border-radius:30px;margin-left:auto;color:#333;width:123px}._view_1yd8t_116{cursor:pointer;color:#333;font-size:16px;font-weight:600;text-decoration-line:underline;margin-bottom:10px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_19gqz_26{border-radius:12px;background:#f6f6fb;padding:28px;display:flex;gap:37px}._container__head_19gqz_33{display:flex;flex-direction:column;gap:6px}._container__head_19gqz_33 ._title_19gqz_38{color:#12bf66;font-size:16px;font-weight:400;line-height:24px}._container__head_19gqz_33 ._date_19gqz_44{font-size:14px;font-weight:400;line-height:20px;color:#6f7880}._container__head_19gqz_33 ._name_title_19gqz_50{color:#333;font-size:16px;font-weight:400;line-height:24px}._container__head_19gqz_33 ._name_data_19gqz_56{color:#6f7880;font-size:14px;font-weight:400;line-height:20px;margin-bottom:7px}._container_19gqz_26 ._body_19gqz_63{flex:1;display:flex;flex-direction:column;gap:5px}._container_19gqz_26 ._body__title_19gqz_69{color:#333;font-size:16px;font-weight:600;line-height:normal}._container_19gqz_26 ._body__date_19gqz_75{color:#6f7880;font-size:14px;font-weight:400;line-height:20px}._container_19gqz_26 ._body__text_19gqz_81{color:#333;font-size:18px;font-style:normal;font-weight:300;line-height:28px;margin-bottom:30px}._container_19gqz_26 ._body_19gqz_63 ._comment_first_box_19gqz_89{margin-top:20px;margin-bottom:20px;display:flex;gap:16px}._container_19gqz_26 ._body_19gqz_63 ._comment_first_box_19gqz_89 p{width:122px;color:#333;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._container_19gqz_26 ._body_19gqz_63 ._comment_first_box_19gqz_89 ._input_19gqz_103{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:16px}._container_19gqz_26 ._body_19gqz_63 ._comment_box_19gqz_109{display:flex;gap:16px;margin-bottom:20px}._container_19gqz_26 ._body_19gqz_63 ._comment_box_19gqz_109 p{width:122px;color:#333;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._container_19gqz_26 ._body_19gqz_63 ._comment_box_19gqz_109 ._input_19gqz_103{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:16px}._show_19gqz_129{color:#333;font-size:16px;text-decoration-line:underline;margin:10px 0 20px;font-weight:600;cursor:pointer;line-height:normal}._button_19gqz_140{width:100%;padding:14px 24px!important}._divider_19gqz_145{border-bottom:1px solid #c6cbd4;margin:10px 0}._showmore_container_19gqz_150{margin-top:10px}._showmore_container_19gqz_150 ._showmore_title_19gqz_153{color:#333;font-size:22px;font-style:normal;font-weight:600;line-height:normal}._showmore_container_19gqz_150 ._comment_19gqz_89{padding:20px 28px;background-color:#f6f6fb;border-radius:12px;display:flex;gap:10px}._showmore_container_19gqz_150 ._comment__avatar_19gqz_167{border-radius:50%;width:36px;height:36px;background-color:#333;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}._showmore_container_19gqz_150 ._comment__paragraph_19gqz_178{flex:1}._showmore_container_19gqz_150 ._comment__paragraph_19gqz_178 span{font-size:16px;font-weight:700;line-height:24px}._showmore_container_19gqz_150 ._comment__date_19gqz_186{font-size:12px;line-height:22px;color:#6f7880}._comment_19gqz_89{border-radius:12px;background:#f6f6fb;padding:28px;margin-bottom:20px}._comment_wrapper_19gqz_199{display:flex;gap:10px;margin-top:16px}._comment_wrapper_19gqz_199 ._avatar_19gqz_204{align-items:flex-start;margin-top:9px}._comment_wrapper_19gqz_199 ._avatar_19gqz_204 div{width:36px!important;height:36px!important}._comment_wrapper_19gqz_199 ._paper_wrapper_19gqz_212{flex:1;margin-bottom:16px}._comment_wrapper_19gqz_199 ._paper_wrapper_19gqz_212 ._paper_19gqz_212{padding:8px}._comment_wrapper_19gqz_199 ._paper_wrapper_19gqz_212 ._paper_19gqz_212 ._input_19gqz_103{padding:0;border-bottom:none;line-height:22px}._comment_wrapper_19gqz_199 ._content_19gqz_224{width:100%;display:flex;flex-direction:column}._sms__input_19gqz_230{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:16px}._sms_19gqz_230 button{padding:12px 45px!important}._sms__flexer_19gqz_239{display:flex;gap:10px;justify-content:space-between;margin-bottom:15px;align-items:center}._sms_19gqz_230 ._whitespace_19gqz_246{width:162.5px}._title_19gqz_38{color:#333;font-size:22px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:10px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._header__filter_pg86h_26{display:flex;align-items:center;justify-content:space-between;gap:20px}._header__filter_pg86h_26 ._chip_wrapper_pg86h_32{display:flex;align-items:center;gap:10px}._header__filter_pg86h_26 ._filter_chip_pg86h_37{padding:8px 30px}._header__filter_pg86h_26 ._filter_chip_pg86h_37 p{font-size:16px;font-weight:400}._header__filter_pg86h_26 ._info_wrapper_pg86h_44{display:flex;align-items:center;gap:10px}._header__filter_pg86h_26 ._chip_pg86h_32{padding:4px 12px;border-radius:12px;display:flex;align-items:center;gap:10px}._header__filter_pg86h_26 ._chip_pg86h_32._active_pg86h_56{box-shadow:0 4px 10px #0000001f}._header__filter_pg86h_26 ._chip_pg86h_32:hover{transform:scale(1.02)}._header__filter_pg86h_26 ._chip_pg86h_32 p{font-size:18px;font-weight:300;line-height:24px;letter-spacing:0px;text-align:center;text-transform:none}._header__filter_pg86h_26 ._chip_pg86h_32._danger_chip_pg86h_70 span{color:#ff006e}._header__filter_pg86h_26 ._chip_pg86h_32._danger_chip_pg86h_70 svg{filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}._header__filter_pg86h_26 ._chip_pg86h_32._info_chip_pg86h_76 span{color:#12bf66}._header__filter_pg86h_26 ._chip_pg86h_32._info_chip_pg86h_76 svg{filter:invert(52%) sepia(49%) saturate(2947%) hue-rotate(114deg) brightness(102%) contrast(86%)}._header__status_pg86h_82{width:100%;min-height:138px;border-radius:13px;background-color:#12bf66;padding:20px 0;margin-top:18px;display:flex;align-items:center}._header__status_pg86h_82 ._status_widget_pg86h_92{flex:1;padding:0 34px}._header__status_pg86h_82 ._status_widget_pg86h_92._vertical_divider_pg86h_96{border-left:1px solid #f6f6fb}._header__status_pg86h_82 ._status_widget_pg86h_92 ._head_pg86h_26{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}._header__status_pg86h_82 ._status_widget_pg86h_92 ._head_pg86h_26 ._label_pg86h_105{font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize;color:#f0faf6}._header__status_pg86h_82 ._status_widget_pg86h_92 ._head_pg86h_26 ._prior_period_wrapper_pg86h_112{display:flex;flex-direction:column;align-items:flex-end}._header__status_pg86h_82 ._status_widget_pg86h_92 ._head_pg86h_26 ._prior_period_wrapper_pg86h_112 ._score_percent_pg86h_117{font-size:18px;font-weight:400;line-height:20px;color:#f0faf6}._header__status_pg86h_82 ._status_widget_pg86h_92 ._head_pg86h_26 ._prior_period_wrapper_pg86h_112 ._prior_period_pg86h_112{font-size:14px;font-weight:400;line-height:20px;color:#fff}._header__status_pg86h_82 ._status_widget_pg86h_92 ._how_much_done_pg86h_129{font-size:24px;font-weight:700;line-height:34px;color:#fff}._header__status_pg86h_82 ._status_widget_pg86h_92 ._progress_bar_pg86h_135{width:100%;height:14px;border-radius:12px;background-color:#b0b0b0;position:relative;overflow:hidden;margin-top:10px}._header__status_pg86h_82 ._status_widget_pg86h_92 ._progress_bar_pg86h_135 ._bar_pg86h_144{position:absolute;left:0;top:0;background-color:#f0faf6}._header__status_pg86h_82 ._status_widget_pg86h_92 ._progress_bar_pg86h_135 ._bar_pg86h_144 p{font-size:14px;font-weight:400;text-align:right;color:#333;margin-left:10px;margin-right:10px}._header__status_pg86h_82 ._status_widget_pg86h_92 ._progress_bar_pg86h_135 p{font-size:14px;font-weight:400;text-align:right;color:#fff;margin-right:10px}._color_white_pg86h_166{color:#fff!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._search_1uwtg_26{margin-top:36px;display:flex;align-items:center;gap:10px}._search_1uwtg_26 ._all_1uwtg_32{cursor:pointer;font-weight:400;font-size:16px}._search_1uwtg_26 ._all_1uwtg_32 p{text-transform:none}._search_1uwtg_26 ._search_btn_1uwtg_40{width:32px;height:32px;cursor:pointer;border-radius:12px;background-color:#ddd;display:flex;align-items:center;justify-content:center}._search_1uwtg_26 ._search_btn_1uwtg_40 svg{filter:invert(14%) sepia(15%) saturate(0%) hue-rotate(250deg) brightness(106%) contrast(86%)}._search_1uwtg_26 ._clear_btn_1uwtg_53{font-size:16px;font-weight:600;color:#333;text-decoration:underline;cursor:pointer;padding:6.5px 7.5px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._cards_widget_ffqtz_26{margin-top:9px}._cards_widget_ffqtz_26 ._header_ffqtz_29{border-radius:20px;background-color:#333;padding:7px 16px;display:flex;align-items:center;gap:8px}._cards_widget_ffqtz_26 ._header__title_wrapper_ffqtz_37{display:flex;align-items:center;gap:8px}._cards_widget_ffqtz_26 ._header__title_wrapper_ffqtz_37 ._title_ffqtz_42{font-size:12px;font-weight:500;text-transform:uppercase;color:#fff}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48{min-width:calc(100vw - 333px);max-width:calc(100vw - 333px);min-height:calc(100vh - 406px);padding-bottom:15px;margin-top:9px;display:flex;overflow:auto hidden}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57{flex:1}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57._move_manually_ffqtz_60{max-width:774px}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group__title_ffqtz_63{background-color:#fff;padding:0 7px;font-size:12px;font-weight:400;line-height:32px;text-align:left;color:#6f7880}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72{display:flex;gap:12px}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._column_ffqtz_72{max-width:317px;min-width:150px;min-height:100%;max-height:calc(100vh - 132px);flex:1;overflow:hidden;background-color:#f6f6fb;border-radius:14px}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._column_ffqtz_72._drop_area_ffqtz_86{border:1px dashed #12bf66}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._column__label_ffqtz_89{max-width:100%;min-height:40px;max-height:40px;padding:12px 12px 2px;font-size:16px;font-weight:600;text-transform:capitalize;color:#000;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._column_ffqtz_72 ._wrapper_ffqtz_104{min-height:calc(100% - 40px);max-height:calc(100% - 40px);overflow:hidden}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._column_ffqtz_72 ._wrapper_ffqtz_104 ._card_list_ffqtz_109{min-height:100%;max-height:calc(100vh - 180px);height:calc(100vh - 180px);overflow:auto;background-color:transparent}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._column_ffqtz_72 ._wrapper_ffqtz_104 ._card_list_ffqtz_109::-webkit-scrollbar{display:none}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._double_column_ffqtz_119{max-width:621px;min-width:250px;min-height:100%;max-height:calc(100vh - 132px);flex:2;overflow:hidden;background-color:#f6f6fb;border-radius:14px}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._double_column_ffqtz_119._drop_area_ffqtz_86{border:1px dashed #12bf66}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._double_column_ffqtz_119 ._title_wrapper_ffqtz_132{display:flex;flex:1;align-items:center;justify-content:center}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._double_column_ffqtz_119 ._title_wrapper_ffqtz_132 :nth-child(1){flex:1}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._double_column_ffqtz_119 ._title_wrapper_ffqtz_132 :nth-child(2){flex:1}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._double_column__label_ffqtz_144{max-width:100%;min-height:40px;max-height:40px;padding:12px 12px 2px;font-size:16px;font-weight:600;text-transform:capitalize;color:#000;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._double_column_ffqtz_119 ._wrapper_ffqtz_104{min-height:calc(100% - 40px);max-height:calc(100% - 40px);overflow:hidden}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._double_column_ffqtz_119 ._wrapper_ffqtz_104 ._card_list_ffqtz_109{min-height:100%;max-height:calc(100vh - 180px);height:calc(100vh - 180px);overflow:auto;background-color:transparent}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._group_ffqtz_57 ._columns_wrapper_ffqtz_72 ._double_column_ffqtz_119 ._wrapper_ffqtz_104 ._card_list_ffqtz_109::-webkit-scrollbar{display:none}._cards_widget_ffqtz_26 ._cards_wrapper_ffqtz_48 ._divider_ffqtz_174{min-width:1px;min-height:100%;margin:0 7px;background-image:linear-gradient(#c6cbd4 33%,#fff 0%);background-position:right;background-size:1px 20px;background-repeat:repeat-y}._list_141fb_1::-webkit-scrollbar{display:none}._card_141fb_5{padding:10px 8px 0}._card_141fb_5._first_141fb_8{padding-top:25px}._card_141fb_5._last_141fb_11{padding-bottom:25px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1wyql_26{width:53vw;max-width:53vw;display:flex;flex-direction:column;gap:20px}._container_1wyql_26 ._header_chip_1wyql_33{border-radius:30px;border:1px solid #333;padding:0 30px;gap:10px;align-self:center;font-size:12px;font-weight:700;line-height:26px;text-transform:uppercase}._container_1wyql_26 ._header_name_1wyql_45{color:#333;text-align:center;font-size:26.646px;line-height:39.969px}._container_1wyql_26 ._edit_button_1wyql_51{display:flex;justify-content:space-between;align-items:center}._container_1wyql_26 ._action_card_1wyql_56{padding:20px 28px;border-radius:12px;background:#f6f6fb;display:flex;gap:10px}._container_1wyql_26 ._action_card_1wyql_56 ._typography_1wyql_63{flex:1}._container_1wyql_26 ._action_card_1wyql_56 ._typography_1wyql_63 p{font-size:16px;font-style:normal;font-weight:700;line-height:24px}._container_1wyql_26 ._action_card_1wyql_56 ._typography_1wyql_63 span{font-size:16px;font-style:normal;line-height:24px;max-width:33rem;display:inline-block}._container_1wyql_26 ._action_card_1wyql_56 ._date_1wyql_79{color:#6f7880;font-size:12px;font-style:normal;font-weight:400;line-height:22px}._container_1wyql_26 ._avatar_1wyql_86{padding:6px;border-radius:50%;background-color:#333;height:36px;width:36px}._container_1wyql_26 ._avatar_1wyql_86 p{color:#fff;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:24px}._container_1wyql_26 ._add_comment_1wyql_101{padding:20px 28px;border-radius:12px;background:#f6f6fb;font-size:16px;font-weight:400;line-height:24px}._container_1wyql_26 ._add_comment_1wyql_101 ._checkbox_1wyql_109{display:flex;gap:30px;margin-top:7px}._container_1wyql_26 ._add_comment__action_card_1wyql_114{padding:20px 0;border-radius:12px;display:flex;gap:10px}._container_1wyql_26 ._add_comment__action_card_1wyql_114 ._typography_1wyql_63{flex:1}._container_1wyql_26 ._add_comment__action_card_1wyql_114 ._typography_1wyql_63 b{font-size:16px;font-style:normal;line-height:24px}._container_1wyql_26 ._add_comment__action_card_1wyql_114 ._typography_1wyql_63 span{font-size:16px;font-style:normal;line-height:24px;max-width:33rem}._container_1wyql_26 ._add_comment__action_card_1wyql_114 ._date_1wyql_79{color:#6f7880;font-size:12px;font-style:normal;font-weight:400;line-height:22px}._container_1wyql_26 ._add_comment__input_wrap_1wyql_141{display:flex;gap:10px;align-items:center}._container_1wyql_26 ._add_comment__input_wrap_1wyql_141 ._input_1wyql_146{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:16px;padding:16px}._container_1wyql_26 ._add_comment__input_wrap_1wyql_141 ._input_1wyql_146 input{padding:0!important;font-weight:300;line-height:22px}._container_1wyql_26 ._action_buttons_1wyql_157{display:flex;gap:12px;align-items:center}._container_1wyql_26 ._action_buttons_1wyql_157 button{flex:1;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_qt278_26{width:53vw;max-width:53vw;display:flex;flex-direction:column;gap:20px}._container_qt278_26 ._header_chip_qt278_33{border-radius:30px;border:1px solid #333;padding:0 30px;gap:10px;align-self:center;font-size:12px;font-weight:700;line-height:26px;text-transform:uppercase}._container_qt278_26 ._header_name_qt278_45{color:#333;text-align:center;font-size:26.646px;line-height:39.969px}._container_qt278_26 ._edit_button_qt278_51{display:flex;justify-content:space-between;align-items:center}._container_qt278_26 ._edit_button_qt278_51 button{padding:0!important;min-height:auto!important}._container_qt278_26 ._bold_text_qt278_60{font-size:16px;font-weight:700;line-height:24px;margin:14px 0}._container_qt278_26 ._bold_text_qt278_60 span{font-size:16px;font-weight:400;line-height:24px}._container_qt278_26 ._bold_title_qt278_71{font-size:22px;font-weight:600}._container_qt278_26 ._status_wrapper_qt278_75{max-width:15rem}._container_qt278_26 ._status_wrapper_qt278_75 ._chip_qt278_78{margin-bottom:7px;display:flex;gap:14px;align-items:center}._container_qt278_26 ._status_wrapper_qt278_75 ._chip_qt278_78 p{padding:1px 10px;color:#fff;border-radius:30px;background:#23e377;text-align:center;font-size:12px;font-weight:700;line-height:26px}._container_qt278_26 ._status_wrapper_qt278_75 ._chip_qt278_78 span{font-size:14px;font-style:normal;font-weight:700;line-height:20px}._container_qt278_26 ._status_wrapper_qt278_75 ._doc_chip_qt278_100{margin-bottom:7px;display:flex;gap:8px;align-items:center}._container_qt278_26 ._status_wrapper_qt278_75 ._doc_chip_qt278_100 p{padding:1px 11px;border-radius:30px;text-align:center;font-size:12px;font-weight:700;line-height:26px}._container_qt278_26 ._status_wrapper_qt278_75 ._doc_chip_qt278_100 span{font-size:14px;font-style:normal;font-weight:700;line-height:20px}._container_qt278_26 ._status_wrapper_qt278_75 ._sub_chip_qt278_120{margin-bottom:4px;display:flex;gap:8px;align-items:center}._container_qt278_26 ._status_wrapper_qt278_75 ._sub_chip_qt278_120 p{padding:1px 11px;border-radius:30px;text-align:center;font-size:12px;font-weight:700;line-height:26px}._container_qt278_26 ._status_wrapper_qt278_75 ._sub_chip_qt278_120 span{font-size:14px;font-style:normal;font-weight:700;line-height:20px}._container_qt278_26 ._status_wrapper_qt278_75 ._progress_qt278_140{border-radius:12px;height:9px;background-color:#f6f6fb}._container_qt278_26 ._status_wrapper_qt278_75 ._progress_qt278_140 div{border-radius:12px;background:#12bf66;height:9px}._container_qt278_26 ._status_wrapper_qt278_75 ._info_qt278_150{text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._container_qt278_26 ._checkbox_wrap_qt278_157{margin-top:20px;padding-bottom:66px;display:flex;flex-direction:column;gap:20px;border-bottom:1px solid #c6cbd4}._container_qt278_26 ._driver_doc_qt278_165{padding-bottom:20px;border-bottom:1px solid #c6cbd4;display:flex;gap:20px;flex-direction:column}._container_qt278_26 ._driver_doc__wrap_qt278_172{display:flex;gap:20px;justify-content:space-between}._container_qt278_26 ._driver_doc__wrap_qt278_172 p{display:flex;align-items:center;gap:20px}._container_qt278_26 ._driver_doc__wrap_qt278_172 ._remove_button_qt278_182{cursor:pointer}._container_qt278_26 ._driver_doc__flexer_qt278_185{display:flex;gap:44px;justify-content:space-between;align-items:center}._container_qt278_26 ._driver_doc__flexer_qt278_185 ._date_qt278_191{color:#6f7880;font-size:12px;font-style:normal;font-weight:400;line-height:22px}._container_qt278_26 ._driver_doc_qt278_165 ._delete_icon_qt278_198{width:16px;height:16px}._container_qt278_26 ._driver_doc_qt278_165 ._delete_icon_qt278_198 rect{fill:#ddd}._container_qt278_26 ._driver_doc_qt278_165 ._delete_icon_qt278_198 path{fill:#fff}._container_qt278_26 ._action_card_qt278_208{padding:20px 28px;border-radius:12px;background:#f6f6fb;display:flex;gap:10px}._container_qt278_26 ._action_card_qt278_208 ._typography_qt278_215{flex:1}._container_qt278_26 ._action_card_qt278_208 ._typography_qt278_215 p{font-size:16px;font-style:normal;font-weight:700;line-height:24px}._container_qt278_26 ._action_card_qt278_208 ._typography_qt278_215 span{font-size:16px;font-style:normal;line-height:24px;max-width:33rem;display:inline-block}._container_qt278_26 ._action_card_qt278_208 ._date_qt278_191{color:#6f7880;font-size:12px;font-style:normal;font-weight:400;line-height:22px}._container_qt278_26 ._avatar_qt278_238{padding:6px;border-radius:50%;background-color:#333;height:36px;width:36px}._container_qt278_26 ._avatar_qt278_238 p{color:#fff;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:24px}._container_qt278_26 ._add_comment_qt278_253{padding:20px 28px;border-radius:12px;background:#f6f6fb;font-size:16px;font-weight:400;line-height:24px}._container_qt278_26 ._add_comment_qt278_253 ._checkbox_qt278_157{display:flex;gap:30px;margin-top:7px}._container_qt278_26 ._add_comment__action_card_qt278_266{padding:20px 0;border-radius:12px;display:flex;gap:10px}._container_qt278_26 ._add_comment__action_card_qt278_266 ._typography_qt278_215{flex:1}._container_qt278_26 ._add_comment__action_card_qt278_266 ._typography_qt278_215 b{font-size:16px;font-style:normal;line-height:24px}._container_qt278_26 ._add_comment__action_card_qt278_266 ._typography_qt278_215 span{font-size:16px;font-style:normal;line-height:24px;max-width:33rem}._container_qt278_26 ._add_comment__action_card_qt278_266 ._date_qt278_191{color:#6f7880;font-size:12px;font-style:normal;font-weight:400;line-height:22px}._container_qt278_26 ._add_comment__input_wrap_qt278_293{display:flex;gap:10px;align-items:center}._container_qt278_26 ._add_comment__input_wrap_qt278_293 ._input_qt278_298{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:16px;padding:16px}._container_qt278_26 ._add_comment__input_wrap_qt278_293 ._input_qt278_298 input{padding:0!important;font-weight:300;line-height:22px}._container_qt278_26 ._action_buttons_qt278_309{display:flex;gap:12px;align-items:center}._container_qt278_26 ._action_buttons_qt278_309 button{flex:1;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1tjbt_26{border-radius:2px;border:1px solid #333;cursor:pointer}._container_1tjbt_26 ._input_1tjbt_31{display:none}._container_1tjbt_26 ._label_1tjbt_34{padding:6.5px 30px;cursor:pointer;color:#333;font-size:16px;font-weight:600;display:inline-block}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1wawb_26{width:53vw;max-width:53vw;display:flex;flex-direction:column;gap:20px}._container_1wawb_26 ._header_chip_1wawb_33{border-radius:30px;border:1px solid #333;padding:0 30px;gap:10px;align-self:center;font-size:12px;font-weight:700;line-height:26px;text-transform:uppercase}._container_1wawb_26 ._header_name_1wawb_45{color:#333;text-align:center;font-size:26.646px;line-height:39.969px}._container_1wawb_26 ._edit_button_1wawb_51{display:flex;justify-content:space-between;align-items:center}._container_1wawb_26 ._edit_button_1wawb_51 button{padding:0!important;min-height:auto!important}._container_1wawb_26 ._bold_text_1wawb_60{font-size:16px;font-weight:700;line-height:24px;margin:14px 0}._container_1wawb_26 ._bold_text_1wawb_60 span{font-size:16px;font-weight:400;line-height:24px}._container_1wawb_26 ._view_doc_1wawb_71{text-align:center;font-size:16px;font-weight:600;text-decoration-line:underline}._container_1wawb_26 ._bold_title_1wawb_77{font-size:22px;font-weight:600}._container_1wawb_26 ._action_card_1wawb_81{padding:20px 28px;border-radius:12px;background:#f6f6fb;display:flex;gap:10px}._container_1wawb_26 ._action_card_1wawb_81 ._typography_1wawb_88{flex:1}._container_1wawb_26 ._action_card_1wawb_81 ._typography_1wawb_88 p{font-size:16px;font-style:normal;font-weight:700;line-height:24px}._container_1wawb_26 ._action_card_1wawb_81 ._typography_1wawb_88 span{font-size:16px;font-style:normal;font-weight:400;line-height:24px}._container_1wawb_26 ._action_card_1wawb_81 ._date_1wawb_103{color:#6f7880;font-size:12px;font-style:normal;font-weight:400;line-height:22px}._container_1wawb_26 ._avatar_1wawb_110{padding:6px;border-radius:50%;background-color:#333;height:36px;width:36px}._container_1wawb_26 ._avatar_1wawb_110 p{color:#fff;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:24px}._container_1wawb_26 ._add_comment_1wawb_125{padding:20px 28px;border-radius:12px;background:#f6f6fb;font-size:16px;font-weight:400;line-height:24px}._container_1wawb_26 ._add_comment_1wawb_125 ._checkbox_1wawb_133{display:flex;gap:30px;margin-top:7px}._container_1wawb_26 ._add_comment__action_card_1wawb_138{padding:20px 0;border-radius:12px;display:flex;gap:10px}._container_1wawb_26 ._add_comment__action_card_1wawb_138 ._typography_1wawb_88{flex:1}._container_1wawb_26 ._add_comment__action_card_1wawb_138 ._typography_1wawb_88 b{font-size:16px;font-style:normal;line-height:24px}._container_1wawb_26 ._add_comment__action_card_1wawb_138 ._typography_1wawb_88 span{font-size:16px;font-style:normal;line-height:24px;max-width:33rem}._container_1wawb_26 ._add_comment__action_card_1wawb_138 ._date_1wawb_103{color:#6f7880;font-size:12px;font-style:normal;font-weight:400;line-height:22px}._container_1wawb_26 ._add_comment__input_wrap_1wawb_165{display:flex;gap:10px;align-items:center}._container_1wawb_26 ._add_comment__input_wrap_1wawb_165 ._input_1wawb_170{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:16px;padding:16px}._container_1wawb_26 ._add_comment__input_wrap_1wawb_165 ._input_1wawb_170 input{padding:0!important;font-weight:300;line-height:22px}._container_1wawb_26 ._action_buttons_1wawb_181{display:flex;gap:12px;align-items:center}._container_1wawb_26 ._action_buttons_1wawb_181 button{flex:1;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_9vhdb_26{width:45vw;max-width:45vw;display:flex;flex-direction:column;gap:20px}._container_9vhdb_26 ._title_9vhdb_33{text-align:center;font-size:26px;font-weight:400;line-height:39.969px}._container_9vhdb_26 ._divider_9vhdb_39{border-bottom:.5px solid #c6cbd4}._container_9vhdb_26 ._bold_text_9vhdb_42{font-size:22px;font-style:normal;font-weight:600;line-height:normal}._container_9vhdb_26 ._driver_doc_9vhdb_48{padding-bottom:20px;border-bottom:1px solid #c6cbd4;display:flex;gap:20px;flex-direction:column}._container_9vhdb_26 ._driver_doc__wrap_9vhdb_55{display:flex;gap:20px;justify-content:space-between}._container_9vhdb_26 ._driver_doc__wrap_9vhdb_55 p{display:flex;align-items:center;gap:20px}._container_9vhdb_26 ._driver_doc__wrap_9vhdb_55 ._remove_button_9vhdb_65{cursor:pointer}._container_9vhdb_26 ._driver_doc__flexer_9vhdb_68{display:flex;gap:44px;justify-content:space-between;align-items:center}._container_9vhdb_26 ._driver_doc__flexer_9vhdb_68 ._date_9vhdb_74{color:#6f7880;font-size:12px;font-style:normal;font-weight:400;line-height:22px}._container_9vhdb_26 ._driver_doc_9vhdb_48 ._delete_icon_9vhdb_81{width:16px;height:16px}._container_9vhdb_26 ._driver_doc_9vhdb_48 ._delete_icon_9vhdb_81 rect{fill:#ddd}._container_9vhdb_26 ._driver_doc_9vhdb_48 ._delete_icon_9vhdb_81 path{fill:#fff}._container_9vhdb_26 ._action_buttons_9vhdb_91{display:flex;gap:12px;align-items:center}._container_9vhdb_26 ._action_buttons_9vhdb_91 button{flex:1;padding:14px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._mb_28_13igk_26{margin-bottom:28px}._filters_13igk_30{display:flex;align-items:center;gap:10px;margin-bottom:12px}._filters_13igk_30 ._chip_13igk_36{text-transform:none;font-weight:400;font-size:16px;line-height:24px;height:44px}._filters_13igk_30 ._select_day_13igk_43{width:100%;max-width:132px}._table_wrap_13igk_48{border-radius:32px;background:#f6f6fb;width:100%;overflow:auto;flex-shrink:0;padding:28px}._table_wrap_13igk_48 ._mb_10_13igk_56{margin-bottom:10px}._table_wrap_13igk_48 ._xlg_13igk_59{flex:1.68}._table_wrap_13igk_48 ._lg_13igk_62{flex:1.33}._table_wrap_13igk_48 ._sm_13igk_65{flex:.8}._table_wrap_13igk_48 ._s_13igk_43{flex:.5}._table_wrap_13igk_48 ._md_13igk_71{flex:1}._table_wrap_13igk_48 ._usm_13igk_74{flex:.3}._see_all_13igk_78{font-size:16px;text-decoration-line:underline;margin:12px 0 18px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._full_width_row_wrapper_httnq_26{padding:16px 0}._full_width_row_wrapper_httnq_26._border_top_httnq_29{border-top:1px solid #c6cbd4;margin-top:16px}._full_width_row_wrapper_httnq_26 ._row_httnq_33{width:100%;height:24px;padding-left:10px;background-color:#fff;border-radius:12px}._full_width_row_wrapper_httnq_26 ._row_httnq_33 ._label_httnq_40 p{text-transform:uppercase;font-weight:700}._from_to_httnq_45{list-style-type:disc;padding-left:16px}._from_to_httnq_45 li{height:24px}._gpu_ride_httnq_53{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._gpu_ride__item_httnq_59{display:flex;align-items:center;gap:2px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._mb_20_1g392_26{margin-bottom:20px}._mb_70_1g392_30{margin-bottom:70px}._mb_1g392_26{margin-bottom:200px}._filters_1g392_38{display:flex;align-items:center;gap:10px;margin-bottom:20px}._filters_1g392_38 ._chip_1g392_44{text-transform:none;font-weight:400;font-size:16px;line-height:24px;height:48px}._br_1g392_52{border-right:1px solid #ddd}._createBook_1g392_56{margin:34px -28px 0}._createBook__row_1g392_59{position:relative;height:72px;margin-bottom:40px;display:flex;align-items:center;box-shadow:0 4px 40px #0000001f}._createBook__row-swap_1g392_67{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}._createBook__total_1g392_75{margin-top:-20px;background:#f0faf6;height:40px;font-size:16px;color:#6f7880;display:flex;align-items:center;justify-content:center}._service_button_1g392_86{width:100%;padding:21px 24px!important;font-size:16px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._mb_ht9z4_26{margin-bottom:34px}._filter_ht9z4_30{position:relative;height:72px;margin-bottom:20px;display:flex;align-items:center;box-shadow:0 4px 40px #0000001f}._filter_ht9z4_30 ._item_ht9z4_38{flex:1;height:72px;padding:12px 28px;border-left:1px solid #c6cbd4}._filter_ht9z4_30 ._item_ht9z4_38._button_ht9z4_44{padding:0}._filter_ht9z4_30 ._item_ht9z4_38._button_ht9z4_44 button{width:100%;height:72px;border-radius:0}._filter_ht9z4_30 ._item_ht9z4_38 ._wrapperClassName_ht9z4_52{width:100%}._filter_ht9z4_30 ._item_ht9z4_38 ._input_ht9z4_55,._filter_ht9z4_30 ._item_ht9z4_38 ._input_ht9z4_55::placeholder{font-size:16px;font-weight:400;line-height:24px}._filter_ht9z4_30 ._item_ht9z4_38 ._input_ht9z4_55::placeholder{color:#b0b0b0}._filter_ht9z4_30 ._item_ht9z4_38 ._select_ht9z4_64{cursor:pointer}._filter_ht9z4_30 ._item_ht9z4_38 ._select_ht9z4_64 svg{transition:all .3s ease}._filter_ht9z4_30 ._item_ht9z4_38 ._select_ht9z4_64._active_ht9z4_70 svg{transform:rotate(180deg)}._filter_ht9z4_30 ._item_ht9z4_38:first-child{border-left:none}._table_ht9z4_77{height:450px}._table_ht9z4_77 ._from_to_ht9z4_80{list-style-type:disc;padding-left:16px}._table_ht9z4_77 ._from_to_ht9z4_80 li{height:24px}._table_ht9z4_77 ._gpu_ride_ht9z4_87{display:flex;align-items:center;gap:8px}._table_ht9z4_77 ._gpu_ride__item_ht9z4_92{display:flex;align-items:center;gap:2px}._statuses_ht9z4_98{display:flex;align-items:center;gap:10px;margin-bottom:30px}._chip_ht9z4_105{text-transform:none;font-weight:400;font-size:16px;line-height:24px;height:34px;padding:10px 24px!important}._row_ht9z4_114{background-color:#f6f6fb!important}._full_width_ht9z4_118{margin-top:16px;display:flex;align-items:center}._full_width_ht9z4_118 ._button_ht9z4_44{background-color:#f0faf6!important;border-radius:0!important}._full_width_ht9z4_118 ._button_ht9z4_44._flex_1_ht9z4_127{flex:1}._full_width_ht9z4_118 ._button_ht9z4_44:hover{background-color:#e4f6ef!important}._full_width_ht9z4_118 ._button_ht9z4_44:hover p{color:#12bf66!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_14mdc_26{width:56vw;max-width:56vw}._header_14mdc_31{display:flex;justify-content:space-between;margin-bottom:22px}._header__date_14mdc_36{font-size:14px!important}._header_14mdc_31 ._status_14mdc_39{padding:1px 30px;background:#23e377;text-transform:uppercase;border-radius:30px;height:26px}._title_14mdc_47{margin:20px 0}._table_14mdc_51{margin-bottom:20px}._table__header_14mdc_54{background:#c6cbd4;display:flex;line-height:26px;color:#6f7880;gap:5px;border-radius:12px;margin-bottom:20px;padding-left:12px}._table__header-item_14mdc_64{flex:1}._table__row_14mdc_67{display:flex;gap:5px;padding-left:12px}._table__row-item_14mdc_72{display:table;table-layout:fixed;width:100%}._table__row_14mdc_67 p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table__row-list_14mdc_82{display:flex;font-size:14px;font-weight:500;line-height:20px}._table__row-list_14mdc_82 span{margin-right:4px;display:flex;align-items:center}._table__row-list_14mdc_82 span svg{margin-right:2px}._table__row-text_14mdc_96{font-size:16px;line-height:24px;text-transform:capitalize}._table__row-text_14mdc_96._underline_14mdc_101{text-decoration:underline}._table__row_14mdc_67 ._driver_pay_14mdc_104{cursor:pointer;text-decoration:underline}._table__row_14mdc_67 ul{padding-left:16px;font-size:16px;line-height:24px;list-style:disc}._table__row-add_14mdc_114{font-size:14px;line-height:20px;color:#6f7880}._table_14mdc_51 ._driver_text_14mdc_119{display:flex;gap:5px;align-items:center}._table_14mdc_51 ._set_driver_14mdc_124{font-size:16px;font-weight:600;text-decoration-line:underline}._table_14mdc_51 ._xlg_14mdc_129{flex:1.68}._table_14mdc_51 ._lg_14mdc_132{flex:1.33}._table_14mdc_51 ._sm_14mdc_135{flex:.8}._table_14mdc_51 ._s_14mdc_39{flex:.5}._table_14mdc_51 ._md_14mdc_141{flex:1}._sub_header_14mdc_145{display:flex;justify-content:space-between;margin-bottom:35px}._underline_14mdc_101{text-decoration:underline}._flexer_14mdc_155{display:flex;justify-content:space-between}._field_form_14mdc_160{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}._field_form_14mdc_160 ._mobile_14mdc_166{position:relative;text-align:end;display:flex;gap:10px;align-items:center}._field_form_14mdc_160 ._mobile__input_14mdc_173{flex:1}._car_box_14mdc_177{box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:18px 33.64px;display:flex;gap:37px;margin-bottom:12px}._car_box_14mdc_177 ._car_img_14mdc_185{max-width:17vw;width:17vw;object-fit:contain}._car_box_14mdc_177 ._checkbox_wrap_14mdc_190{margin-top:57px;display:flex;flex-direction:column;gap:16px}._car_box_14mdc_177 ._car_listing_14mdc_196{flex:1}._car_box_14mdc_177 ._head_title_14mdc_199{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}._car_box_14mdc_177 ._infobox_14mdc_205{display:flex;flex-direction:column;gap:14px;margin-bottom:31px}._car_box_14mdc_177 ._infobox_14mdc_205 p{display:flex;align-items:center;gap:12px;font-size:16px}._car_box_14mdc_177 ._passanger_info_14mdc_217{display:flex;gap:6px;margin-bottom:6.4px}._car_box_14mdc_177 ._passanger_info_14mdc_217 p{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;line-height:20px}._rate_14mdc_231{display:flex}._rate__seats_14mdc_234{display:flex;align-items:center;margin-top:6px;height:56px}._rate__seats-add_14mdc_240{cursor:pointer;margin-right:12px;font-weight:600}._rate__seats__search-select_14mdc_245{padding:10px 25px 10px 10px;width:100%;height:100%;background:#f0faf6!important;border-radius:12px;font-size:18px;line-height:24px;font-weight:300}._rate__seats-item_14mdc_255{position:relative;height:inherit;width:146px;border-radius:12px;padding-right:24px;margin-right:12px}._rate__seats-item_14mdc_255>svg{cursor:pointer;position:absolute;right:0;top:50%;transform:translateY(-50%)}._rate__seats-item_14mdc_255>svg path{fill:#ddd}._rate__seats-input_14mdc_273{margin-bottom:20px}._vehicle_info_14mdc_277{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._vehicle_info_14mdc_277 ._label_14mdc_283{color:#6f7880;font-size:18px;font-weight:300;line-height:24px}._vehicle_info_14mdc_277 ._value_14mdc_289{font-size:18px;font-weight:300;line-height:24px}._booking_row_14mdc_295{position:relative;margin-bottom:10px;display:flex;align-items:center;height:72px;box-shadow:0 4px 40px #0000001f;margin-top:12px}._createBook__row_14mdc_305{position:relative;margin-bottom:10px;display:flex;align-items:center;box-shadow:0 4px 40px #0000001f;height:72px}._distance_14mdc_314{background:#f0faf6;padding:4px 12px;font-size:16px;color:#6f7880;display:flex;align-items:center;justify-content:center;margin-bottom:12px}._service_button_14mdc_325{width:100%;padding:21px 24px!important;font-size:16px!important;margin-bottom:24px}._payment_14mdc_332{display:flex;gap:20px}._card_num_14mdc_337{margin:12px 0}._add_card_14mdc_341{text-decoration:underline;cursor:pointer}._action_buttons_14mdc_346{display:flex;gap:12px;align-items:center}._action_buttons_14mdc_346 button{flex:1;padding:14px!important}._divider_14mdc_356{margin:10px 0;border-bottom:1px solid #c6cbd4}._sms__input_14mdc_361{flex:1;box-shadow:0 4px 40px #0000001f;border-radius:12px;padding:16px}._sms_14mdc_361 button{padding:12px 45px!important}._sms__flexer_14mdc_370{display:flex;gap:10px;justify-content:space-between;margin-bottom:15px;align-items:center}._sms_14mdc_361 ._whitespace_14mdc_377{width:162.5px}._mb_16_14mdc_381{margin-bottom:16px}._mb_10_14mdc_385{margin-bottom:10px}._input_14mdc_389{width:100%!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._mb_4sbq5_26{margin-bottom:20px}._chip_4sbq5_30{margin-bottom:0;display:flex;align-items:center;justify-content:space-between}._filter_4sbq5_37 ._item_4sbq5_37{flex:1;height:72px;padding:11px 28px;border-left:1px solid #c6cbd4}._filter_4sbq5_37 ._item_4sbq5_37._button_4sbq5_43{padding:0}._filter_4sbq5_37 ._item_4sbq5_37._button_4sbq5_43 button{width:100%;height:72px;border-radius:0}._filter_4sbq5_37 ._item_4sbq5_37 ._wrapperClassName_4sbq5_51{width:100%}._filter_4sbq5_37 ._item_4sbq5_37 input,._filter_4sbq5_37 ._item_4sbq5_37 input::placeholder{font-size:16px;font-weight:400;line-height:24px}._filter_4sbq5_37 ._item_4sbq5_37 input::placeholder{color:#b0b0b0}._filter_4sbq5_37 ._item_4sbq5_37 ._select_4sbq5_63{cursor:pointer}._filter_4sbq5_37 ._item_4sbq5_37 ._select_4sbq5_63 svg{transition:all .3s ease}._filter_4sbq5_37 ._item_4sbq5_37 ._select_4sbq5_63._active_4sbq5_69 svg{transform:rotate(180deg)}._filter_4sbq5_37 ._item_4sbq5_37:first-child{border-left:none}._filter__row_4sbq5_75{position:relative;height:72px;margin-bottom:20px;display:flex;align-items:center;box-shadow:0 4px 40px #0000001f}._filter__clear_button_4sbq5_83{cursor:pointer;padding:24px 38px!important;width:115px;border:none!important;text-decoration:underline}._filter_4sbq5_37 ._empty_4sbq5_90{position:absolute;height:unset;left:0;bottom:-25px;transform:translateY(100%);border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:8px;margin-bottom:20px;width:100%;z-index:5}._filter_4sbq5_37 ._empty__box_4sbq5_105{display:flex;align-items:center;gap:10px}._filter_4sbq5_37 ._empty__box_4sbq5_105 ._icon_4sbq5_110{display:flex;align-items:center;background-color:#f6f6fb;width:32px;height:32px;border-radius:12px;justify-content:center}._filter_4sbq5_37 ._empty__box_4sbq5_105 ._text_4sbq5_119{text-align:start}._filter_4sbq5_37 ._empty__box_4sbq5_105 ._text_4sbq5_119 p{font-weight:700;line-height:1.4}._button_wrap_4sbq5_127{display:flex;justify-content:flex-end}._plus_btn_4sbq5_132{width:44px;border-left:1px solid #333333;cursor:pointer}@media (max-width: 1110px){._customer__box_4sbq5_139{width:100%}}@media (max-width: 700px){._customer__form-check_4sbq5_144{text-align:start;margin-bottom:20px}._empty_4sbq5_90{text-align:start}}._mb_36_4sbq5_152{margin-bottom:36px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._header_i5axn_26{padding:10px 30px;border-bottom:1px solid #dddddd}._list_item_i5axn_31{align-items:flex-start!important}._list_item_i5axn_31 p{line-height:19px!important}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._customer__form_13h13_26{position:relative;margin-top:14px}._customer__form-check_13h13_30{padding:4px 0;margin-bottom:20px}._customer__form-input_13h13_34{margin-bottom:20px;flex:1}._customer__form-input_13h13_34:first-child{margin-top:20px}._customer__form-selectCar_13h13_41{box-shadow:0 4px 40px #0000001f;width:400px;height:72px;align-items:flex-start}._customer__form-close_13h13_47{cursor:pointer}._customer__form-row_13h13_50{display:flex;align-items:center;gap:20px}._customer__form-error_13h13_55{text-align:left;background:#ffeef1;padding:16px;border-radius:12px;margin-bottom:5px;font-size:16px;line-height:22px;color:#6f7880}._customer__label_13h13_65{font-size:16px;color:#b0b0b0;display:flex;align-items:center;margin-bottom:20px}._customer__button_13h13_72{min-width:204px;text-transform:unset!important;border-radius:2px;border:1px solid #333;padding:14px 24px}._customer_13h13_26 ._button_wrap_13h13_79{display:flex;justify-content:flex-end}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._preferences__switch_cf5cl_26{border-bottom:1px solid #dddddd;padding:8px 0}._preferences__list_cf5cl_30{flex-wrap:wrap;gap:10px}._preferences__item_cf5cl_34{margin-bottom:20px;width:100%;display:flex;align-items:center}._preferences__item_cf5cl_34>span{display:flex;align-items:center;background:#f0faf6;border-radius:20px;padding:4px 10px;line-height:24px}._preferences__item_cf5cl_34>span svg{cursor:pointer;margin-left:10px}._preferences__item_cf5cl_34>span svg path{fill:#ddd}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._driver_1obdz_26{position:relative}._driver__btn_1obdz_29{cursor:pointer;font-size:18px;line-height:24px;font-weight:300;color:#12bf66}._driver__list_1obdz_36{position:absolute;top:0;left:0;transform:translateY(-100%)}._reset__input_owqmo_1{margin-bottom:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._container_1lm1v_26 ._infobox_1lm1v_26{padding:16px;display:flex;align-items:center;gap:12px;background-color:#f0faf6;border-radius:16px;font-size:14px;line-height:20px;margin-bottom:20px}._container_1lm1v_26 ._infobox_1lm1v_26 h5,._container_1lm1v_26 ._infobox_1lm1v_26 p{font-size:14px;color:#333;max-width:726px}._container_1lm1v_26 ._check_1lm1v_43{margin-bottom:20px}._container_1lm1v_26 ._flexer_1lm1v_46{display:flex;margin-bottom:20px}._container_1lm1v_26 ._flexer_1lm1v_46 ._error_1lm1v_50{color:#ff006e;font-size:14px}._container_1lm1v_26 ._flexer_1lm1v_46 ._number_1lm1v_54{flex:1;box-shadow:0 4px 40px #0000001f;padding:20px 0 20px 28px;border-right:1px solid #c6cbd4}._container_1lm1v_26 ._flexer_1lm1v_46 ._number__label_1lm1v_60{text-transform:uppercase;font-weight:700;font-size:14px;line-height:26px}._container_1lm1v_26 ._flexer_1lm1v_46 ._number_1lm1v_54 ._input_1lm1v_66{width:85%;font-size:16px}._container_1lm1v_26 ._flexer_1lm1v_46 ._number_1lm1v_54 ._input_1lm1v_66::placeholder{color:#b0b0b0}._container_1lm1v_26 ._flexer_1lm1v_46 ._date_1lm1v_73{flex:1;box-shadow:0 4px 40px #0000001f;padding:0 0 0 28px}._container_1lm1v_26 ._flexer_1lm1v_46 ._date__label_1lm1v_78{text-transform:uppercase;font-weight:700;margin-bottom:4px;font-size:14px;line-height:32px}._container_1lm1v_26 ._flexer_1lm1v_46 ._date_1lm1v_73 ._input_1lm1v_66{width:85%;font-size:16px}._container_1lm1v_26 ._flexer_1lm1v_46 ._button_1lm1v_89{padding:26px 0;color:#fff;text-transform:uppercase;font-weight:700;font-size:14px;line-height:32px;min-width:250px}._container_1lm1v_26 ._subsidy_1lm1v_98{margin-top:30px;max-width:375px}._container_1lm1v_26 ._subsidy_1lm1v_98 div{display:flex;width:100%;justify-content:space-between;margin-bottom:10px}._container_1lm1v_26 ._subsidy_1lm1v_98 div p{font-size:17px;font-weight:600;line-height:20px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._welcome_1pz5l_26{font-size:16px;line-height:22px;margin-bottom:20px}._welcome__title_1pz5l_31{font-size:14px;color:#6f7880;margin-bottom:20px}._welcome_1pz5l_26._profile_1pz5l_36:hover ._welcome__info-image_1pz5l_36{cursor:pointer}._welcome_1pz5l_26._profile_1pz5l_36:hover ._welcome__info-image_1pz5l_36:after{background:#b0b0b080}._welcome_1pz5l_26._profile_1pz5l_36:hover ._welcome__info-picture_1pz5l_42{opacity:1;visibility:visible}._welcome_1pz5l_26 ._bar_1pz5l_46{border-bottom:1px solid #b0b0b0;padding-bottom:20px;margin-bottom:20px}._welcome__info_1pz5l_36{display:flex;align-items:center}._welcome__info_1pz5l_36 input{display:none}._welcome__info-right_1pz5l_58{text-align:right}._welcome__info-picture_1pz5l_42{opacity:0;visibility:hidden;transition:all .3s;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}._welcome__info-image_1pz5l_36{position:relative;display:flex;align-items:center;justify-content:center;width:160px;height:160px;border-radius:2px;margin-right:12px;overflow:hidden}._welcome__info-image_1pz5l_36:after{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;transition:all .3s}._welcome__info-image_1pz5l_36._empty_1pz5l_92{background:#f6f6fb;display:flex;align-items:center;justify-content:center}._welcome__info-image_1pz5l_36 img{width:100%;height:100%;object-fit:contain}._welcome__info-subname_1pz5l_103{color:#6f7880}._welcome__total_1pz5l_106{padding:10px;text-align:center;background:#f0faf6;border-radius:2px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._createBook_1hr8g_26{margin:34px -28px 0}._createBook__row_1hr8g_29{position:relative;height:72px;margin-bottom:20px;display:flex;align-items:center;box-shadow:0 4px 40px #0000001f}._createBook__row-swap_1hr8g_37{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}._createBook__total_1hr8g_45{margin-top:-20px;background:#f0faf6;height:20px;font-size:16px;color:#6f7880;display:flex;align-items:center;justify-content:center}._service_button_1hr8g_56{width:100%;padding:14px 24px!important;font-size:16px!important}._service_card_1hr8g_62{margin-top:20px;display:flex}@media (max-width: 1110px){._createBook_1hr8g_26{margin:34px -16px -8px}}@media (max-width: 700px){._createBook_1hr8g_26{margin:34px 0 0}._createBook__row_1hr8g_29._locations_1hr8g_76{height:unset;flex-direction:column;box-shadow:unset;align-items:flex-start;margin-bottom:0}._createBook__row-swap_1hr8g_37{display:none}._createBook__input_1hr8g_86{border-left:none!important}._createBook__picker_1hr8g_89:last-child{border-right:none}._createBook__mainRow_1hr8g_92{box-shadow:unset;flex-direction:column;margin-bottom:0}._createBook__mainRow_1hr8g_92>*{flex:unset;box-shadow:0 4px 40px #0000001f;margin-bottom:20px}._createBook__input_1hr8g_86{width:100%!important;box-shadow:0 4px 40px #0000001f;margin-bottom:20px;padding-left:20px!important;height:72px!important}}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._mt_16_70qz7_26{margin-top:16px}._mt_20_70qz7_30{margin-top:20px}._mb_28_70qz7_34{margin-bottom:28px}._welldone_70qz7_38{box-shadow:0 4px 40px #0000001f;margin:30px 0;width:100%;padding:32px 0;border-radius:10px}._welldone_70qz7_38 ._title_70qz7_45{font-size:22px;text-align:center;line-height:26.25px;font-weight:600}._welldone_70qz7_38 ._title_70qz7_45 span{font-size:30px;line-height:35.8px}._welldone_70qz7_38 ._text_70qz7_55{color:#667085;font-size:16px;text-align:center;line-height:24px}._chip_70qz7_62{text-transform:none;font-weight:400;font-size:16px;line-height:24px;height:44px}._select_hour_70qz7_70{width:100%;max-width:132px}._table_70qz7_75{width:100%;height:690px;border-radius:32px;background:#f6f6fb;overflow:auto;flex-shrink:0;padding:28px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}._full_width_row_wrapper_uldy7_26{padding:16px 0}._full_width_row_wrapper_uldy7_26._border_top_uldy7_29{border-top:1px solid #c6cbd4}._full_width_row_wrapper__release_uldy7_32{margin-left:auto}._full_width_row_wrapper_uldy7_26 ._row_uldy7_35{width:100%;height:100%}._full_width_row_wrapper_uldy7_26 ._row_uldy7_35 ._header_uldy7_39{width:100%;height:24px;padding-left:10px;background-color:#fff;border-radius:12px}._full_width_row_wrapper_uldy7_26 ._row_uldy7_35 ._label_uldy7_46 p{text-transform:uppercase;font-weight:700}._full_width_row_wrapper_uldy7_26 ._row_uldy7_35 ._danger_papers_uldy7_50{margin-top:16px;gap:20px}._full_width_row_wrapper_uldy7_26 ._row_uldy7_35 ._danger_papers_uldy7_50 ._paper_uldy7_54{height:42px;padding:5px 16px;background-color:#ffeef1;box-shadow:none}._full_width_row_wrapper_uldy7_26 ._row_uldy7_35 ._danger_papers_uldy7_50 ._paper_uldy7_54 ._plate_uldy7_60{gap:8px}._full_width_row_wrapper_uldy7_26 ._row_uldy7_35 ._danger_papers_uldy7_50 ._paper_uldy7_54 ._plate_uldy7_60 ._icon_wrapper_uldy7_63{width:32px;height:32px;border-radius:50%;background-color:#fff}._full_width_row_wrapper_uldy7_26 ._row_uldy7_35 ._danger_papers_uldy7_50 ._paper_uldy7_54 ._plate_uldy7_60 ._icon_wrapper_uldy7_63 ._danger_icon_uldy7_69{width:20px;height:20px;filter:invert(30%) sepia(100%) saturate(6817%) hue-rotate(328deg) brightness(105%) contrast(114%)}._from_to_uldy7_75{list-style-type:disc;padding-left:16px}._from_to_uldy7_75 li{height:24px}._gpu_ride_uldy7_83{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._gpu_ride__item_uldy7_89{display:flex;align-items:center;gap:2px}._tel_href_uldy7_95{color:#333;text-decoration:underline}._tel_href_uldy7_95:hover{text-decoration:none}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body,#root{height:100%}body{background-color:#fff;font-family:sf-pro,sans-serif;font-weight:400;color:#333}hr{border:none;height:1px;color:#ddd;background-color:#ddd;margin:20px 0}b{font-weight:700}h1{font-size:22px;line-height:26px;font-weight:600}a{text-decoration:none}.container{width:100%}::-webkit-scrollbar{background-color:transparent;width:4px}::-webkit-scrollbar-track{background-color:#d8ddea;border-radius:4px}::-webkit-scrollbar-thumb{background-color:#6f7880;border-radius:4px}::-webkit-scrollbar-button{display:none}button,input{border:none;outline:none}.pac-item{position:relative;z-index:1000}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.flex_between{display:flex;align-items:center;justify-content:space-between}.flex_center{display:flex;align-items:center;justify-content:center;gap:10px}.flex_end{display:flex;align-items:flex-start;justify-content:flex-end}.flex_row{display:flex;gap:20px}.flex_row .flex_1{flex:1}.flex_box{display:flex;align-items:center;gap:10px}.underline{text-decoration:underline}.fit_content{width:fit-content}.tooltip{background-color:#fff!important;box-shadow:0 4px 40px #0000001f!important;border-radius:16px!important;z-index:99;font-size:14px!important;font-weight:400!important;line-height:20px!important;color:#333!important}.mt_30{margin-top:30px}.mt_20{margin-top:20px}.mt_10{margin-top:10px}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Bold-BTSGLTri.otf) format("opentype");font-weight:700}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Semibold-C36vqgb7.otf) format("opentype");font-weight:600}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Light-DJhwmUwI.otf) format("opentype");font-weight:300}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Medium-BBxWjZ4E.otf) format("opentype");font-weight:500}@font-face{font-family:sf-pro;src:url(/assets/SF-Pro-Display-Regular-2nqpBkwV.otf) format("opentype");font-weight:400}.ag-theme-material{height:100%}.ag-theme-material.header_primary .ag-header{height:44px!important;min-height:44px!important}.ag-theme-material.header_primary .ag-header .ag-header-row.ag-header-row-column,.ag-theme-material.header_primary .ag-header .ag-header-row.ag-header-row-column .ag-header-cell{height:100%!important}.ag-theme-material.header_primary .ag-header .ag-header-row.ag-header-row-column .ag-header-cell .ag-cell-label-container{padding:0!important}.ag-theme-material.header_primary .ag-header .ag-header-row.ag-header-row-column .ag-header-cell .ag-cell-label-container .ag-header-cell-text{font-weight:400;font-size:14px;line-height:32px;color:#b0b0b0}.ag-theme-material.header_primary .ag-body .ag-center-cols-container .ag-row{border-bottom:1px solid #c6cbd4}.ag-theme-material.header_primary .ag-body .ag-center-cols-container .ag-row .ag-cell{padding-top:12px;padding-bottom:12px;font-weight:400;font-size:16px;line-height:42px}.ag-theme-material.header_primary .ag-overlay-wrapper{background-color:transparent}.ag-theme-material.header_primary .ag-overlay-wrapper.ag-overlay-loading-wrapper{background-color:#ffffff80}.ag-theme-material.header_primary .ag-overlay-wrapper.ag-overlay-no-rows-wrapper .ag-react-container{width:100%;height:100%;padding:60px 30px 30px}.ag-theme-material.header_secondary .ag-root-wrapper{background-color:transparent}.ag-theme-material.header_secondary .ag-root-wrapper .ag-header{height:32px!important;min-height:32px!important;padding:0 12px;background-color:#c6cbd4!important;border-radius:12px;border-bottom:none}.ag-theme-material.header_secondary .ag-root-wrapper .ag-header .ag-header-row.ag-header-row-column{height:100%!important}.ag-theme-material.header_secondary .ag-root-wrapper .ag-header .ag-header-row.ag-header-row-column .ag-header-cell{height:100%!important;padding:0!important}.ag-theme-material.header_secondary .ag-root-wrapper .ag-header .ag-header-row.ag-header-row-column .ag-header-cell .ag-cell-label-container{padding:0!important}.ag-theme-material.header_secondary .ag-root-wrapper .ag-header .ag-header-row.ag-header-row-column .ag-header-cell .ag-cell-label-container .ag-header-cell-text{font-weight:400;font-size:14px;line-height:32px;color:#6f7880}.ag-theme-material.header_secondary .ag-root-wrapper .ag-body .ag-center-cols-container .ag-row{border-bottom:1px solid #c6cbd4;background-color:transparent}.ag-theme-material.header_secondary .ag-root-wrapper .ag-body .ag-center-cols-container .ag-row .ag-cell{padding:0 12px!important;font-weight:400;font-size:16px;line-height:42px}.ag-theme-material.header_secondary .ag-root-wrapper .ag-body .ag-full-width-container .ag-row{border-bottom:none;background-color:transparent}.ag-theme-material.header_secondary .ag-root-wrapper .ag-body .ag-body-vertical-scroll{margin-left:14px}.ag-theme-material.header_secondary .ag-root-wrapper .ag-overlay-wrapper{background-color:transparent}.ag-theme-material.header_secondary .ag-root-wrapper .ag-overlay-wrapper.ag-overlay-loading-wrapper{background-color:#ffffff80}.ag-theme-material.header_secondary .ag-root-wrapper .ag-overlay-wrapper.ag-overlay-no-rows-wrapper .ag-react-container{width:100%;height:100%;padding:60px 30px 30px}.ag-theme-material.header_secondary .no_divider .ag-root-wrapper .ag-body .ag-center-cols-container .ag-row{border-bottom:none}.ag-theme-material .ag-tooltip{min-width:200px;font-size:14px;background:#f0faf6}.ag-theme-material .ag-popup{position:absolute}
