:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:100%;z-index:1;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;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CircularProgress-root{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%}.inputContainer{opacity:1;border-radius:8px;margin-bottom:8px;display:flex;flex-direction:column;gap:4px}.input{border:none!important}.input .MuiInputBase-input{box-shadow:2px 2px 4px #00000014 inset;border-radius:8px;font-family:Poppins,sans-serif!important;font-weight:400!important;font-style:normal!important;font-size:12px!important;line-height:100%!important;letter-spacing:0!important}.MuiOutlinedInput-root{background-color:#fff}.input .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,input .MuiOutlinedInput-input{border:none!important}.label{color:#fff;margin-bottom:6px;font-weight:500;font-size:12px;line-height:100%;letter-spacing:0%}.SidePanelOverlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:99}@media(max-width:1100px){.SidePanelOverlay{display:block}}.SidePanel{width:322px;height:100vh;background-color:#27272c;border-right:1px solid #27272c;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:100;padding-left:33px;padding-right:33px;transition:transform .3s ease-in-out}@media(max-width:1100px){.SidePanel{transform:translate(-100%)}.SidePanel.open{transform:translate(0)}}.SidePanel .SidePanelLogo{width:211.08px;height:44px;margin-top:50px;margin-bottom:20px}.SidePanel .SidePanelScrollable{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px 0}.SidePanel .SidePanelScrollable .MuiList-root{padding:0}.SidePanel .SidePanelScrollable .MuiListItem-root{padding:0;margin-bottom:8px}.SidePanel .SidePanelScrollable .MuiListItem-root .MuiListItemButton-root{background-color:#27272c;color:#fff;border-radius:8px;padding:12px 16px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:space-between}.SidePanel .SidePanelScrollable .MuiListItem-root .MuiListItemButton-root:hover{background-color:#3a3a42}.SidePanel .SidePanelScrollable .MuiListItem-root .MuiListItemButton-root:hover .SidePanelItemActions{opacity:1}.SidePanel .SidePanelScrollable .MuiListItem-root .MuiListItemButton-root.active{background-color:#535360}.SidePanel .SidePanelScrollable .MuiListItem-root .MuiListItemButton-root .MuiListItemText-primary{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;margin-right:8px}.SidePanel .SidePanelScrollable .MuiListItem-root .MuiListItemButton-root .SidePanelItemActions{display:flex;gap:4px;opacity:0;transition:opacity .2s ease}.SidePanel .SidePanelScrollable .MuiListItem-root .MuiListItemButton-root .SidePanelItemActions .SidePanelItemButton{color:#fff;padding:4px}.SidePanel .SidePanelScrollable .MuiListItem-root .MuiListItemButton-root .SidePanelItemActions .SidePanelItemButton:hover{background-color:#ffffff1a}.SidePanel .SidePanelScrollable .MuiListItem-root .MuiListItemButton-root .SidePanelItemActions .SidePanelItemButton svg{width:16px;height:16px}.SidePanel .SidePanelScrollable::-webkit-scrollbar{width:6px}.SidePanel .SidePanelScrollable::-webkit-scrollbar-track{background:transparent}.SidePanel .SidePanelScrollable::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.SidePanel .SidePanelScrollable::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.SidePanel .SidePanelBottom{padding:16px 0;border-top:1px solid rgba(255,255,255,.1);background-color:#27272c}.inputModal{padding-top:8px}.inputModal .inputContainer .label{font-family:Poppins;font-weight:600;font-size:18px;line-height:100%;letter-spacing:0%;color:#000}.app-layout{display:flex;min-height:100vh}.main-wrapper{flex:1;margin-left:322px;display:flex;flex-direction:column}.page-header-layout{width:100%;background-color:#fff;border-bottom:1px solid #e0e0e0;padding:10px 16px;position:sticky;top:0;z-index:9}main.MainContent{flex:1;padding:16px}.bottomButton{background-color:#27272c;color:#fff;border-radius:8px;padding:12px 16px;transition:background-color .2s ease;display:flex;font-size:16px;font-weight:500;font-style:Medium;align-items:center;justify-content:flex-start}.bottomButton:hover{background-color:#3a3a42}.bottomButton:hover .SidePanelItemActions{opacity:1}.bottomButton.active{background-color:#535360}.bottomButton .text{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;margin-right:8px}.ViewContent.Category .category-header{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:20px}.ViewContent.Category .category-header h1{color:#000;margin-bottom:0;font-weight:700;font-style:Bold;font-size:32px;line-height:100%;letter-spacing:0%}.ViewContent.Category .scenarios-container{display:grid;width:100%;margin-top:15px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:21px}.ViewContent.Category .scenario-box{width:100%;height:170px;cursor:pointer;background-color:#18181c;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:12px;color:#fff}.ViewContent.Category .scenario-box .scenario-top{display:flex;flex-direction:column;gap:4px}.ViewContent.Category .scenario-box .scenario-top .scenario-name{font-weight:600}.ViewContent.Category .scenario-box .scenario-top .scenario-category{font-size:14px;opacity:.8}.ViewContent.Category .scenario-box .scenario-bottom .scenario-length{font-size:14px}.category-header2{display:flex;flex-direction:row;align-items:center;gap:12px}.edit-category-button{color:#5e8fc1}.edit-category-button:hover{background-color:#5e8fc11a}.page-layout{margin-left:322px;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .3s ease-in-out}@media(max-width:1100px){.page-layout{margin-left:0}}.page-header{width:100%;background-color:#fff;border-bottom:1px solid #e0e0e0;padding:20px 36px;position:sticky;top:0;z-index:9}.page-header .page-header-content{display:flex;align-items:center;gap:16px}.page-header .page-header-content .hamburger-menu{display:none}@media(max-width:1100px){.page-header .page-header-content .hamburger-menu{display:flex}}.page-header .page-header-content .page-header-main{flex:1}.page-content{flex:1;background-color:#f5f5f5;padding:16px}.ViewContent.Clients{height:auto}.ViewContent.Clients .search-box{background-color:#f5f5f5;padding-bottom:10px}.ViewContent.Clients .search-box .search-input .MuiOutlinedInput-root{font-family:Poppins;font-size:14px;border-radius:8px}.ViewContent.Clients .search-box .search-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.ViewContent.Clients .search-box .search-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#5e8fc1}.ViewContent.Clients .clients-table-wrapper{box-shadow:none;border:none}.ViewContent.Clients .clients-table-wrapper .clients-table{border:none}.ViewContent.Clients .clients-table-wrapper .clients-table .MuiTableCell-root{border-left:none;border-right:none}.ViewContent.Clients .clients-table-wrapper .clients-table .MuiTableHead-root .MuiTableCell-root{background-color:#000;font-family:Poppins;font-weight:400;font-style:Regular;font-size:10px;line-height:100%;background-color:#fff;border-bottom:1px solid rgb(224,224,224);padding:12px 16px 2px}.ViewContent.Clients .clients-table-wrapper .clients-table .MuiTableHead-root .MuiTableCell-root:first-child{border-top-left-radius:8px}.ViewContent.Clients .clients-table-wrapper .clients-table .MuiTableHead-root .MuiTableCell-root:last-child{border-top-right-radius:8px}.ViewContent.Clients .clients-table-wrapper .clients-table .MuiTableBody-root .MuiTableRow-root:hover{background-color:#00000005}.ViewContent.Clients .clients-table-wrapper .clients-table .MuiTableBody-root .MuiTableCell-root{font-family:Poppins;font-weight:400;font-style:Regular;font-size:12px;line-height:100%;letter-spacing:0%;border-top:1px solid rgb(224,224,224);border-bottom:1px solid rgb(224,224,224);padding:16px}.ViewContent.Clients .clients-table-wrapper .clients-table .MuiTableBody-root .MuiTableCell-root.name-cell{font-family:Poppins;font-weight:500;font-style:Medium;font-size:16px;line-height:100%;letter-spacing:0%}.ViewContent.Clients .clients-table-wrapper .clients-table .MuiTableBody-root .MuiTableCell-root.other-cell{color:#5c5b5b!important;font-family:Poppins;font-weight:400;font-style:Medium;font-size:16px;line-height:100%;letter-spacing:0%}.ViewContent.Clients .clients-table-wrapper .clients-table .edit-button{color:#5e8fc1}.ViewContent.Clients .clients-table-wrapper .clients-table .edit-button:hover{background-color:#5e8fc11a}.ViewContent.Clients .clients-table-wrapper .MuiTablePagination-root{border-top:1px solid rgb(224,224,224);font-family:Poppins}.MuiTablePagination-root>.MuiTablePagination-toolbar{top:0!important}.editButton{color:#000;border:1px solid #000000;border-radius:8px;padding:4px 14px 4px 12px;font-family:Poppins;font-size:12px;font-weight:400}.link-code-section{margin-top:24px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.link-code-section .link-code-label{font-family:Poppins;font-weight:600;font-style:SemiBold;font-size:18px;line-height:100%;letter-spacing:0%;color:#5e8fc1}.link-code-section .link-code-value{font-family:Poppins;font-weight:600;font-style:SemiBold;font-size:71.33px;line-height:100%;letter-spacing:0%;color:#27272c}.clients-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.clients-header h1{color:#000;margin-bottom:0;font-weight:700;font-style:Bold;font-size:32px;line-height:100%;letter-spacing:0%}.ViewContent.ClientDetail .breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px}.ViewContent.ClientDetail .breadcrumb .breadcrumb-link{font-family:Poppins;font-weight:500;font-size:16px;color:#5e8fc1;cursor:pointer}.ViewContent.ClientDetail .breadcrumb .breadcrumb-link:hover{text-decoration:underline}.ViewContent.ClientDetail .breadcrumb .breadcrumb-separator{font-family:Poppins;font-size:16px;color:#666}.ViewContent.ClientDetail .breadcrumb .breadcrumb-current{font-family:Poppins;font-weight:500;font-size:16px;color:#27272c}.ViewContent.ClientDetail .client-info{margin-bottom:32px}.ViewContent.ClientDetail .client-info h4{font-family:Poppins;font-weight:700;font-size:32px;line-height:100%;color:#27272c;margin-bottom:16px}.ViewContent.ClientDetail .client-info .client-meta{display:flex;gap:24px}.ViewContent.ClientDetail .client-info .client-meta p{font-family:Poppins;font-weight:400;font-size:14px;color:#666}.ViewContent.ClientDetail .scenarios-by-category{display:flex;flex-direction:column;gap:32px}.ViewContent.ClientDetail .scenarios-by-category .category-section .category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ViewContent.ClientDetail .scenarios-by-category .category-section .category-header .category-name{font-family:Poppins;font-weight:600;font-size:24px;line-height:100%;color:#27272c;margin:0}.ViewContent.ClientDetail .scenarios-by-category .category-section .category-header .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked{color:#5e8fc1}.ViewContent.ClientDetail .scenarios-by-category .category-section .category-header .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#5e8fc1}.ViewContent.ClientDetail .scenarios-by-category .category-section .scenarios-list{display:flex;flex-direction:column;gap:8px}.ViewContent.ClientDetail .scenarios-by-category .category-section .scenarios-list .scenario-row{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f5f5f5;border-radius:8px;transition:background-color .2s}.ViewContent.ClientDetail .scenarios-by-category .category-section .scenarios-list .scenario-row:hover{background-color:#ebebeb}.ViewContent.ClientDetail .scenarios-by-category .category-section .scenarios-list .scenario-row .scenario-name{font-family:Poppins;font-weight:500;font-size:16px;line-height:100%;color:#27272c}.ViewContent.ClientDetail .scenarios-by-category .category-section .scenarios-list .scenario-row .MuiCheckbox-root{color:#939393}.ViewContent.ClientDetail .scenarios-by-category .category-section .scenarios-list .scenario-row .MuiCheckbox-root.Mui-checked{color:#5e8fc1}.ViewContent.ClientDetail .scenarios-by-category .category-section .scenarios-list .scenario-row .MuiCheckbox-root.Mui-disabled{color:#d3d3d3}.scenario-row{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fff;border-radius:8px;transition:background-color .2s}.scenario-row:hover{background-color:#f7f7f7}.scenario-row .scenario-name{font-family:Poppins;font-weight:500;font-size:16px;line-height:100%;color:#27272c}.scenario-row .MuiCheckbox-root{color:#939393}.scenario-row .MuiCheckbox-root.Mui-checked{color:#5e8fc1}.scenario-row .MuiCheckbox-root.Mui-disabled{color:#d3d3d3}.clients-table-wrapper{box-shadow:none;border:none}.clients-table-wrapper .clients-table{border:none}.clients-table-wrapper .clients-table .MuiTableCell-root{border-left:none;border-right:none}.clients-table-wrapper .clients-table .MuiTableHead-root .MuiTableCell-root{background-color:#000;font-family:Poppins;font-weight:400;font-style:Regular;font-size:10px;line-height:100%;background-color:#fff;border-bottom:1px solid rgb(224,224,224);padding:12px 16px 2px}.clients-table-wrapper .clients-table .MuiTableHead-root .MuiTableCell-root:first-child{border-top-left-radius:8px}.clients-table-wrapper .clients-table .MuiTableHead-root .MuiTableCell-root:last-child{border-top-right-radius:8px}.clients-table-wrapper .clients-table .MuiTableBody-root .MuiTableRow-root:hover{background-color:#00000005}.clients-table-wrapper .clients-table .MuiTableBody-root .MuiTableCell-root{font-family:Poppins;font-weight:400;font-style:Regular;font-size:12px;line-height:100%;letter-spacing:0%;border-top:1px solid rgb(224,224,224);border-bottom:1px solid rgb(224,224,224);padding:16px}.clients-table-wrapper .clients-table .MuiTableBody-root .MuiTableCell-root.name-cell{font-family:Poppins;font-weight:500;font-style:Medium;font-size:16px;line-height:100%;letter-spacing:0%}.clients-table-wrapper .clients-table .MuiTableBody-root .MuiTableCell-root.other-cell{color:#5c5b5b!important;font-family:Poppins;font-weight:400;font-style:Medium;font-size:16px;line-height:100%;letter-spacing:0%}.clients-table-wrapper .clients-table .edit-button{color:#5e8fc1}.clients-table-wrapper .clients-table .edit-button:hover{background-color:#5e8fc11a}.clients-table-wrapper .MuiTablePagination-root{border-top:1px solid rgb(224,224,224);font-family:Poppins}.scenario-view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.scenario-view-header h1{color:#000;margin-bottom:0;font-weight:700;font-style:Bold;font-size:34px;line-height:100%;letter-spacing:0%}.scenario-view-header .scenario-view-header-content{display:flex;flex-direction:row;gap:10px}.dropzone{width:100%;border:2px dashed #ccc;border-radius:4px;padding:20px;text-align:center;cursor:pointer;margin-top:16px;margin-bottom:8px;min-height:150px;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#f0f0f0;position:relative}.dropzone:hover{border-color:#5e8fc1}.dropzone-content{display:flex;align-items:center}.thumbnail-preview-container{background-color:#000;width:100%;height:auto;margin-top:10px;min-height:150px;display:flex;justify-content:center;align-items:center;margin-right:16px;border-radius:8px;position:relative}.thumbnail-preview{width:100%;border-radius:8px;height:100%;object-fit:cover}.thumbnail-placeholder{color:#888}.scenario-form-container{display:flex;gap:20px;align-items:flex-start}.scenario-form-fields{flex:1}.scenario-form-thumbnail{display:flex;flex-direction:row;align-items:center;flex-shrink:0;margin-top:15px;justify-content:space-between}.upload-loader{position:absolute;inset:0;background-color:#ffffffb3;display:flex;justify-content:center;align-items:center;z-index:10}html{overflow-y:scroll}body{background-color:#fff;color:#444;font-family:Poppins,sans-serif;box-sizing:border-box}body *,body *:before,body *:after{box-sizing:border-box}body::-webkit-scrollbar{width:7px}body::-webkit-scrollbar-track{background-color:#00000008}body::-webkit-scrollbar-thumb{background-color:#005f83;border-radius:2px}img,iframe,embed,video{max-width:100%}.ViewContent.Narrow{max-width:500px;margin-left:auto;margin-right:auto}.ViewContent.Balanced{max-width:70%;margin-left:auto;margin-right:auto}.forgotPassword{margin-top:56px}.forgotPasswordText{font-family:Poppins;font-weight:500;font-style:Medium;font-size:12px;line-height:100%;letter-spacing:0%;color:#fff;margin-top:56px;cursor:pointer}.loginFormContainer{display:flex;flex-direction:column;align-items:center;color:#fff}.login{background-color:#27272c;height:100vh;display:flex;justify-content:center;align-items:center}.MainContainer{height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.image{width:275px;margin-bottom:200px}.inputFields{width:440px}.button{margin-top:40px;width:100%;background:#29cba3;padding-top:15px;padding-bottom:15px;border-radius:8px}.button:disabled{background:#6c757d}.buttonText{font-family:Poppins;font-weight:700;font-style:Bold;font-size:16px;line-height:100%;letter-spacing:0%;color:"#FFF"}.backToLoginText{font-family:Poppins;font-weight:500;font-style:Medium;font-size:12px;line-height:100%;letter-spacing:0%;color:#fff;margin-top:56px;cursor:pointer}.successText{font-family:Poppins;font-weight:500;text-align:center}.formError{font-family:Poppins}.resetPassword{background-color:#27272c;height:100vh;display:flex;justify-content:center;align-items:center}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.MuiButton-contained,.MuiButton-contained:hover,.MuiButton-contained:active{box-shadow:none}.MuiButton-containedPrimary.Mui-disabled{background-color:#9ba1a1;color:#ffffff4d}.MuiButton-containedSecondary.Mui-disabled{background-color:#f0f0f0;color:#005f834d}.MuiButton-containedSecondary:not(.Mui-disabled):hover{background-color:#d2d8d9}.MuiButton-containedError{background-color:#c00c36}.MuiIconButton-root:hover{background-color:#f0f3f3}.MuiButton-contained .MuiCircularProgress-root{margin-right:8px}.MuiDialog-container .MuiDialogTitle-root{color:#444;font-size:22px;font-weight:700;line-height:25px;padding-bottom:0}.MuiDialog-root .MuiDialogContent-root{color:#444;font-size:16px;line-height:18px;font-weight:400;padding-top:16px}.MuiDialog-root .MuiDialogContent-root>p:first-child{margin-top:0}.MuiDialog-root .MuiDialogContent-root::-webkit-scrollbar{width:7px}.MuiDialog-root .MuiDialogContent-root::-webkit-scrollbar-track{background-color:#00000008}.MuiDialog-root .MuiDialogContent-root::-webkit-scrollbar-thumb{background-color:#005f83;border-radius:2px}.MuiDialog-root .MuiDialog-paper{max-width:unset;width:500px}.MuiDialog-root .TwoButtonsStacked>button:first-child{margin-top:24px}.MuiDialog-root .TwoButtonsStacked>button:last-child{margin-top:16px}@font-face{font-family:Poppins;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfedw.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.ttf) format("truetype");font-weight:700;font-style:normal}.MuiSvgIcon-colorSuccess{color:#46a210}.MuiSvgIcon-colorWarning{color:#ff8f4c}.MuiSvgIcon-colorError{color:#c00c36}.MuiSvgIcon-colorAction{color:#444}a{color:#00bcd4;text-decoration:none}a:hover,a:focus{text-decoration:underline}a:focus{outline:none}ul,ol{margin:0;padding-inline-start:17px}ol{padding:4px}ol>li{margin-left:16px}ul.Unstyled,ul.StandardBorder,ul.Cards{padding-left:0;list-style-type:none}ul.StandardBorder{border-radius:4px}ul.StandardBorder>li{padding:16px}ul.StandardBorder>li:not(:last-child){border-bottom:1px solid #d2d8d9}ul.Cards{display:flex;gap:16px}ul.Cards>li{border:1px solid #d2d8d9;border-radius:4px;padding:16px}li[role=checkbox]:not([aria-disabled=true]){cursor:pointer}.MuiPaper-elevation>ul{padding:0}.MuiMenu-list>hr{border:1px solid #f2f2f2}.MuiInputLabel-root{color:#9ba1a1}.MuiOutlinedInput-root:not(.Mui-error) .MuiOutlinedInput-notchedOutline,.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline,.MuiOutlinedInput-root:not(.Mui-error):hover .MuiOutlinedInput-notchedOutline,.MuiOutlinedInput-root:not(.Mui-error).Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#d2d8d9}.MuiOutlinedInput-root:not(.Mui-disabled):hover .MuiOutlinedInput-notchedOutline{border-width:2px}.MuiOutlinedInput-root:not(.Mui-error).Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#444}.MuiOutlinedInput-input.Mui-disabled{background-color:#f9f9f9}.TabContainer{display:flex;align-items:center;gap:4px}.TabContainer.AlignedWithContent{margin-bottom:4px}.TabContainer>.Tab.active{display:flex;align-items:center;border-bottom:3.5px solid #3eb1c8;border-radius:0;padding:7px 6px 4px}.TabContainer>button.Tab.active:hover{background-color:unset}.TabContainer>a.Tab{display:flex;align-items:center;font-size:16px;font-weight:700;color:#444;padding:6px 8px;border-radius:4px}.TabContainer>a.Tab:hover,.TabContainer>a.Tab:focus{text-decoration:none}.TabContainer>a.Tab:not(.active):hover{background-color:#005f830d}h1,h2,h3,h4,h5,h6{color:#444;margin:0}h1{font-size:40px;font-family:Poppins,sans-serif;margin-bottom:10px;font-weight:200}h2{font-size:22px}.MuiTable-root{border:1px solid #d2d8d9}.MuiTableCell-head{padding:3px 9px}.MuiTableCell-head[aria-sort]{font-weight:700}.MuiTableCell-head.MuiTableCell-alignCenter>span>svg{margin-right:-22px}.MuiTableHead-root>tr{background-color:#f0f3f3}.MuiTableCell-body{border-bottom:none;border-top:1px solid #d2d8d9;font-size:16px;padding:9px}.MuiTableCell-body.WithIcon{position:relative}.MuiTableCell-body.WithIcon>svg,.MuiTableCell-body.WithIcon>.MuiIconButton-root{position:absolute;right:10px}.MuiTableCell-body.WithIcon>svg{top:8px}.MuiTableCell-body.WithIcon>.MuiIconButton-root{top:5px}.MuiTableRow-hover:not(.NonClickable){cursor:pointer}.MuiTableRow-hover[class$=-MuiTableRow-root]:hover{background-color:#f9f9f9}.MuiTableRow-root.Expanded,.MuiTableRow-root.Expanded+.MuiTableRow-root{background-color:#f0f3f3}.MuiCollapse-root .MuiTable-root{margin-bottom:16px}.MuiCollapse-root .MuiTable-root>.MuiTableHead-root>tr{background-color:#f9f9f9}.MuiCollapse-root .MuiTable-root>.MuiTableBody-root>tr:not(:hover){background-color:#fff}.CollapseTableCell{padding:0 16px;border:none}.CollapseTableCell tbody>tr:last-child>td{border-bottom:none}.MuiTableCell-root.MuiTableCell-paddingCheckbox{padding:0 0 0 8px}.MuiTablePagination-root{overflow:unset;position:relative}.MuiTablePagination-root>.MuiTablePagination-toolbar{position:absolute;top:-32px;right:0;min-height:unset}.MuiTablePagination-root>.MuiTablePagination-toolbar>.MuiTablePagination-selectLabel{margin:0}.MuiTablePagination-root .MuiTablePagination-displayedRows{margin:0}.MuiTooltip-tooltip{font-size:13px;background-color:#444}.MuiTooltip-tooltip>.MuiTooltip-arrow{color:#444}.StandardBorder{border:1px solid #d2d8d9;border-radius:4px}.DoubleElement{display:grid;grid-template-columns:1fr 1fr;column-gap:16px}
