: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:#ffffffb3;--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(90deg,#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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ClashDisplay-Regular;height:100%;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.error-boundary{left:40%;position:absolute;text-align:center;top:50%}@font-face{font-display:swap;font-family:ClashDisplay-Variable;font-style:normal;font-weight:200 700;src:url(/static/media/ClashDisplay-Variable.27b50dcdd5ced9f74da0.woff2) format("woff2"),url(/static/media/ClashDisplay-Variable.d2735542013ee4bde5ad.woff) format("woff"),url(/static/media/ClashDisplay-Variable.e7f67b72cbf79f80c9c7.ttf) format("truetype")}@font-face{font-display:swap;font-family:ClashDisplay-Extralight;font-style:normal;font-weight:200;src:url(/static/media/ClashDisplay-Extralight.8f792be62d02ca420577.woff2) format("woff2"),url(/static/media/ClashDisplay-Extralight.698f5feb7b168e80bc3b.woff) format("woff"),url(/static/media/ClashDisplay-Extralight.4b744d1b1e49894d8db2.ttf) format("truetype")}@font-face{font-display:swap;font-family:ClashDisplay-Light;font-style:normal;font-weight:300;src:url(/static/media/ClashDisplay-Light.2ad87a1106f296704c85.woff2) format("woff2"),url(/static/media/ClashDisplay-Light.2d96b3662f1262b6c456.woff) format("woff"),url(/static/media/ClashDisplay-Light.65f6b9963b2bc29f88d0.ttf) format("truetype")}@font-face{font-display:swap;font-family:ClashDisplay-Regular;font-style:normal;font-weight:400;src:url(/static/media/ClashDisplay-Regular.98b52bdf102085f28108.woff2) format("woff2"),url(/static/media/ClashDisplay-Regular.bddfbdc9d46fb063a682.woff) format("woff"),url(/static/media/ClashDisplay-Regular.810c6b29f523c5d0ad44.ttf) format("truetype")}@font-face{font-display:swap;font-family:ClashDisplay-Medium;font-style:normal;font-weight:500;src:url(/static/media/ClashDisplay-Medium.88a32cc8fc026d95af05.woff2) format("woff2"),url(/static/media/ClashDisplay-Medium.d059aba57d21630bbeb1.woff) format("woff"),url(/static/media/ClashDisplay-Medium.a55835c0e75979b02fcb.ttf) format("truetype")}@font-face{font-display:swap;font-family:ClashDisplay-Semibold;font-style:normal;font-weight:600;src:url(/static/media/ClashDisplay-Semibold.aafc18ae9600df8496dc.woff2) format("woff2"),url(/static/media/ClashDisplay-Semibold.52ec5aaabca80f39cd4d.woff) format("woff"),url(/static/media/ClashDisplay-Semibold.fe7b20eb73776202f79f.ttf) format("truetype")}@font-face{font-display:swap;font-family:ClashDisplay-Bold;font-style:normal;font-weight:700;src:url(/static/media/ClashDisplay-Bold.e2f8628a6f360f644a76.woff2) format("woff2"),url(/static/media/ClashDisplay-Bold.ae5f509371f2e91d237c.woff) format("woff"),url(/static/media/ClashDisplay-Bold.476ca58563829751989f.ttf) format("truetype")}:root{--primary-color:#3751fe;--text-primary:#0009}::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:10px;-webkit-box-shadow:inset 0 0 6px #0000004d}::-webkit-scrollbar{background-color:#f9f9f9;width:6px}::-webkit-scrollbar-thumb{background-color:#939ca3;border-radius:10px}.or{display:flex;font-size:12px;margin-top:5px;text-transform:uppercase}.or span{color:#0009;flex:0.2 0 auto;font-family:sans-serif;margin:0;text-align:center}.or:after,.or:before{border-bottom:1px solid #0000003b;content:"";flex:1 0 auto;height:.5em;margin:0}.link{color:#3751fe;color:var(--primary-color);font-weight:700;padding-left:5px;text-decoration:none}.app{height:100%;width:100%}.header{border-bottom:1px solid #dde0e4;height:60px;.header-container{height:100%;justify-content:space-between;width:100%}.header-container,.username{align-items:center;display:flex}.username{background-color:#000;border-radius:4px;color:#fff;font-size:15px!important;height:32px;justify-content:center;width:34px}.tree-title{font-family:ClashDisplay-Medium;margin-left:5px;max-width:50vw;.MuiOutlinedInput-input{max-width:40vw;min-width:20vw;outline:none;padding:7px}}.MuiButton-startIcon{margin-right:0}.basic-button{color:#000;font-weight:400;justify-content:space-between;margin-left:15px;min-width:28px;padding:0 0 0 5px;text-transform:capitalize}.new-title{margin-bottom:-2px;margin-left:5px}.add-tree{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-right:20px}}.progress-container{align-items:center;display:flex;flex-direction:column;font-family:ClashDisplay-Medium;font-size:14px;left:50%;max-width:50vw;position:absolute;top:50%;transform:translate(-50%,-50%);width:250px}.row{border-radius:3px;color:#fff;cursor:pointer;display:flex;font-family:ClashDisplay-medium;margin:4px;overflow:hidden;transition:all .35s}.row,.row.expanded{padding:10px}.row.collapsed{height:0;margin:0 2px;padding:0 10px}.row:hover{.addIconTableRow,.deleteIconTableRow{display:block!important}}.childlessRow{background-color:#fff;color:#036;display:flex;font-size:14px;overflow:hidden;padding-left:20px;transition:all .35s}.childlessRow .plan{align-items:center;align-self:top;background-color:#eee;border-radius:6px;color:#585858;cursor:pointer;display:flex;font-size:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:10px;margin-top:-1px;padding:.18rem .35rem;transition:background-color .15s ease-in-out}.childlessRow .plan:hover{background-color:#1d77b7;color:#fff}.childlessRow .plan:hover svg path{stroke:#fff}.childlessRow .rating{margin-bottom:-3px}.childlessRow.expanded{margin:10px 5px 15px 40px;padding-right:0}.childlessRow.collapsed{margin:0 5px 0 40px;padding-right:0}.deleteIcon{fill:#585858;margin-left:8px}.deleteIcon,.importantIcon{cursor:pointer;margin-top:2px}.importantIcon{fill:gold;margin-left:4px;margin-right:-2px;path{stroke:#585858}}.importantIcon:hover{path{stroke:#e28132}}.deleteIconTableRow{fill:#fff;align-self:center;cursor:pointer;display:none;margin-left:6px}.deleteIconTableRow:hover{fill:#dcdcdc}.deleteIcon:hover{fill:red}.addIconTableRow{align-self:center;cursor:pointer;display:none!important;font-size:16px!important;margin-left:5px}.addIconTableRow:hover{color:#dcdcdc}.editIcon{cursor:pointer;height:18px;left:42px;position:absolute;width:18px;path{fill:#a4acb4}}.editIcon:hover path{fill:#1d77b7}.indentedListHeader{align-items:center;display:flex;justify-content:space-between;padding:10px 10px 8px}.header-row{background-color:#f8fafb;border-top-left-radius:10px;border-top-right-radius:10px;padding:10px}.header-row,.kpi-row{align-items:center;display:flex}.kpi-row{cursor:pointer;margin-top:5px;padding:7px;&:hover{background-color:#f8fafb}}.delete-icon{fill:#868c98;cursor:pointer;&:hover{fill:red}}.extraInfo{display:flex;gap:2%;margin-top:30px;width:100%}.extraInfoBox{border:1px solid #e0e0e0;border-radius:15px;min-height:100px;padding:15px;width:30%}.extraInfoBoxHeader{align-items:center;display:flex;font-family:ClashDisplay-Medium;justify-content:space-between;margin-bottom:10px}.header-cell{color:#868c98;font-size:14px;padding-left:20px}.kpi-cell{color:#000;font-size:14px;padding-left:10px}.status-box{border-radius:5px;font-family:ClashDisplay-Medium;font-size:13px;margin-left:-10px;padding:3px 5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header-cell:first-child,.kpi-cell:first-child{width:20%}.header-cell:nth-child(2),.header-cell:nth-child(3),.kpi-cell:nth-child(2),.kpi-cell:nth-child(3){width:30%}.header-cell:nth-child(4),.kpi-cell:nth-child(4){width:15%}.header-cell:nth-child(5),.kpi-cell:nth-child(5){width:5%}.main-div{background-color:#fff;display:flex;overflow:hidden;width:100%}.left-panel{border-right:1px solid #e1dede;box-sizing:border-box;flex-grow:1;transition:margin .5s;width:100%}.right-panel{background-color:#fff;display:flex;flex-grow:0;flex-shrink:0;height:100%;max-width:32%;overflow:hidden;transition:left .5s;z-index:2}.app-sidebar-resizer{cursor:col-resize;flex-basis:4px;flex-grow:0;flex-shrink:0;justify-self:flex-end;resize:horizontal}.app-sidebar-resizer:hover{width:1px}.create-chart-button-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.add-chart-icon{cursor:pointer}.dashboard{height:calc(100% - 60px);overflow:auto}.plans-panel .plans-header{align-items:center;color:#000;display:flex;font-family:ClashDisplay-Medium;font-size:28px;margin-left:-4px;padding:12px 0}.plan-title-box{display:flex;margin-bottom:10px}.back-icon{color:#000}.plans-panel{height:100%;padding:0 10px 10px;position:relative;width:100%}.plan-key{font-family:ClashDisplay-Medium;font-size:16px}.plan-key,.plan-key-data{color:#000;line-height:normal;margin-bottom:10px}.plan-key-data{font-size:14px;font-style:normal;font-weight:400}.plan-title{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:ClashDisplay-Medium;font-size:20px;margin-left:5px;overflow:hidden;text-overflow:ellipsis}.plan-section{height:calc(100vh - 300px);overflow:auto}.card{margin-bottom:10px;padding:10px}.end-button{background-color:#eee!important;border-radius:5px!important;color:#585858!important;font-family:ClashDisplay-Regular!important;margin:5px!important;padding:3px 14px!important;text-transform:capitalize!important}.sidebar{align-items:start;background-color:#f7f7f7;border-right:1px solid #e7e7e7;display:flex;flex-direction:column;height:100%;max-width:252px;min-width:252px;.username{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:15px!important;height:36px;justify-content:center;width:36px}.sidebar-user-button{border-radius:100%;color:#000;font-weight:400;justify-content:space-between;margin-right:20px;margin-top:-2px;max-width:22px;min-width:22px;padding:0;text-transform:capitalize}.add-tree{align-items:center;align-self:center;background-color:#fff;border:1px solid #d0d0d0;border-radius:15px;cursor:pointer;display:flex;justify-content:center;margin-bottom:10px;padding:10px}.add-tree:hover{background-color:#e7e7e7;border:1px solid #f7f7f7}.new-title{margin-bottom:-2px}.card-detail{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:15px;height:auto;width:calc(100% - 70px)}.sidebar-inner{border-bottom:1px solid #e7e7e7;box-sizing:border-box;height:calc(100% - 308px);max-height:550px;overflow:hidden auto;padding:0 10px;position:relative;width:100%}.event-sidebar-sub-title{margin-top:40px;text-align:center}.event-card{align-items:center;border:1px solid #f7f7f7;border-radius:7px;cursor:pointer;display:flex;flex:1 1;gap:10px;margin:10px 0;padding:10px;width:calc(100% - 22px)}.event-card:hover{background:#fff;.menuIcon{visibility:visible}}.selected-card{background:#fff;border:1px solid #3b75cd9c}.selected-card:hover{background:#f1f1f1;border:1px solid #3b75cd9c}.optionsContainer{display:inline-block;height:16px;position:relative}.menuIcon{align-items:flex-start;border:1px solid #0003;border-radius:6px;cursor:pointer;display:flex;height:16px;padding:3px 5px;visibility:hidden}.menuIcon:hover{background:#fafafa;border:1px solid #cecece}.dropdown-content{background-color:#f9f9f9;border-radius:4px;box-shadow:0 8px 16px 0 #0003;cursor:pointer;font-size:12px;z-index:1}.dropdown-item{align-items:center;color:#000;display:flex;padding:10px 12px;text-align:center}.dropdown-content .dropdown-item:hover{background-color:#f0f0f0}.feedback{align-self:center;background-color:#eee;border-radius:8px;color:#585858;cursor:pointer;display:flex;font-size:14px;margin:auto;padding:6px 12px;text-decoration:none}.feedback:hover{background-color:#0000000a}.loadingCardContainer{align-items:center;background-color:#f3f3f3;border-radius:5px;display:flex;flex-direction:column;height:82px;margin-top:20px;width:100%}.event-type-title{cursor:pointer;font-size:14px;padding:5px 5px 5px 3px;&:hover{color:#3b75cd}}.sidebar-buttons-container{bottom:0;padding:10px;position:absolute}.sidebar-button{align-items:center;border-radius:5px;color:#585858;cursor:pointer;display:flex;font-size:14px;height:32px;padding-left:10px;text-decoration:none;width:222px}.sidebar-button img{height:16px;margin-right:5px;width:16px}.sidebar-button:hover{background-color:#ececf1}}
/*# sourceMappingURL=main.27d8e9e7.css.map*/