@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@300&family=Nunito+Sans:wght@300&family=Trirong:wght@300;400&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:#e74d3c;--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-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 #0000001a;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.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,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--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: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%{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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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: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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.template-page{background:#fff;font-family:Nunito Sans,sans-serif;height:100vh;margin:0;overflow-x:hidden;padding:0;width:100vw}.templates-container{border-radius:0;box-shadow:none;box-sizing:border-box;min-height:100vh;overflow-y:auto;padding:30px 40px;width:100%}.page-title{border-bottom:1px solid #e9ecef;font-size:24px;font-weight:700;margin-bottom:40px;padding-bottom:15px;width:1400vh}.category-section{margin-bottom:90px;margin-top:45px}.category-title{font-size:24px;font-weight:700;margin-bottom:20px;padding-left:0}.templates-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));width:100%}.template-card{border:1px solid #0000000a;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;max-width:none;min-height:160px;padding:16px;position:relative;transition:all .2s ease;width:100%}.template-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.template-icon{margin-bottom:16px;margin-left:6px;position:relative}.template-image{display:block;transition:transform .2s ease}.template-card:hover .template-image{transform:scale(1.05)}.icon-placeholder{align-items:center;background:#fffc;border:1px solid #0000001a;border-radius:8px;display:flex;font-size:24px;height:48px;justify-content:center;transition:all .2s ease;width:48px}.template-card:hover .icon-placeholder{background:#ffffffe6;transform:scale(1.05)}.template-content{display:flex;flex:1 1;flex-direction:column;max-width:320px}.template-title{color:#1e1f24;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:4px;transition:color .2s ease}.template-card:hover .template-title{color:#0079bf}.template-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#62636c;display:-webkit-box;flex:1 1;font-size:14px;font-weight:400;line-height:1.4;line-height:1.3;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}.template-card:hover .template-description{color:#555}.template-date{border:1px solid #949494;border-radius:20px;color:#888;font-size:12px;margin-top:4px;max-width:135px;padding:0 8px}.no-templates,.no-templates-in-category{color:#888;font-style:italic;padding:30px 20px;text-align:center}.no-templates-in-category{background:#f8f9fa;border:1px dashed #dee2e6;border-radius:8px;padding:20px}.pagination-wrapper{display:flex;justify-content:center;margin:10px auto}.preview-modal .ant-modal-content{display:flex;flex-direction:column;height:90vh;padding:0}.preview-wrapper{display:flex;flex-direction:column;height:100%}.preview-header{background:#fafafa;border-bottom:1px solid #eee;padding:16px 24px}.ant-modal-close-x{font-size:18px!important}.ant-modal-close{margin-top:4px!important}.preview-header h2{margin:0}.preview-header .created-date{color:#888;font-size:.85rem}.preview-content{flex:1 1;overflow-y:auto;padding:16px 24px}.section-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:20px;padding:12px}.question-item{border-bottom:1px dashed #eee;padding:6px 0}.preview-footer{background:#fafafa;border-top:1px solid #eee;padding:16px 24px}@media (max-width:768px){.template-page{padding:0}.templates-container{padding:20px}.templates-grid{gap:8px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.template-card{max-width:100%;min-height:140px;padding:12px}.template-title{font-size:16px}.template-description{font-size:13px}.page-title{font-size:28px}.category-title{font-size:20px}}@media (max-width:480px){.templates-container{padding:15px}.template-card{min-height:120px;padding:10px}.template-title{font-size:14px}.template-description{font-size:12px}}.AllFormsCard_custom-ant-dropdown-menu__BwRik{background:#fff!important;border:none!important;border-radius:18px!important;box-shadow:0 6px 28px 0 #2c133821!important;min-width:210px!important;padding:14px 0!important}.AllFormsCard_custom-ant-dropdown-menu__BwRik .AllFormsCard_ant-dropdown-menu-item__C\+NO8{border-radius:10px;color:#222;font-size:20px;padding:18px 36px;transition:background .18s}.AllFormsCard_custom-ant-dropdown-menu__BwRik .AllFormsCard_ant-dropdown-menu-item__C\+NO8:hover{background:#f5f5f5!important;color:#7248b9!important}.AllFormsCard_custom-ant-dropdown-menu__BwRik .AllFormsCard_ant-dropdown-menu-item__C\+NO8:last-child{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.AllFormsCard_custom-ant-dropdown-menu__BwRik .AllFormsCard_ant-dropdown-menu-item__C\+NO8:first-child{border-top-left-radius:16px;border-top-right-radius:16px}.AllFormsCard_border__OSap1{border-bottom:1px solid #000}.AllFormsCard_workspace_challenge__PCzWN{display:flex;margin-left:23.060029282576867vw;margin-right:60px;margin-top:4vh}.AllFormsCard_workspaceChallenge__header__ecy5D{align-items:center;display:flex;justify-content:space-between!important;margin-top:25px}.AllFormsCard_postachallenge__button__y53uC{background:#007bff;color:#3e3e3e}.AllFormsCard_workspaceChallenge__headerText__iwRAn{color:#c6c6c6;font-size:18px;font-style:normal;font-weight:700}.AllFormsCard_workspaceChallenge__main__LCpIz{width:100%}.AllFormsCard_workspaceChallenge__headerFilter__QGQtY{align-items:center;display:flex}.AllFormsCard_workspaceChallenge__headerFilterText__UHhcr{align-items:center;color:#000;display:flex;font-size:14px;font-style:normal;font-weight:400;margin-left:10px;text-align:center}.AllFormsCard_workspace_challenge__body__V7xAI{display:flex;flex-wrap:wrap;margin-top:10px}.AllFormsCard_workspace_challenge__card__AqO48{border:2px solid #7248b9;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:200px;justify-content:space-between;margin-right:20px;margin-top:10px;max-width:360px;width:250px}.AllFormsCard_workspace_challenge__card__AqO48:hover{box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.AllFormsCard_switch_dots_form__EMdib{height:34px;margin-top:-12px;width:28px}.AllFormsCard_workspaceChallenge__card__tgxRv:hover{border:2px solid #7248b9}.AllFormsCard_workspace_challenge__card_header__f5noE{align-items:center;display:flex;justify-content:space-between;margin-left:15px;margin-top:20px}.AllFormsCard_workspaceChallenge__cardMoreIcon__\+\+ItY{margin-bottom:13px}.AllFormsCard_workspace_challenge__card_header_text__610Kq{color:#3e3e3e;font-size:14px;font-style:normal;font-weight:500;max-width:197px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AllFormsCard_workspace_challenge__card_desc__FMoza{color:#444;font-size:14px;font-style:normal;font-weight:400;margin-left:15px;margin-top:20px;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AllFormsCard_postachallenge__button__y53uC,.AllFormsCard_workspaceChallenge__cardMoreIcon__\+\+ItY{margin-right:20px}.AllFormsCard_workspaceChallenge__cardView__TydmB{align-items:center;display:flex;margin-left:15px;margin-top:25px}.AllFormsCard_workspaceChallenge__cardViewText__1CDUE{align-items:center;color:#3b71ca;display:flex;font-size:14px;font-style:normal;font-weight:500;text-align:center}.AllFormsCard_workspaceChallenge__cardviewdetailtext__rY792{cursor:pointer;margin-left:10px}.AllFormsCard_workspace_challenge__card_footer__deQAk{align-items:center;border-top:.5px solid #e3e3e3;display:flex;justify-content:space-between}.AllFormsCard_workspace_challenge__card_footer_left__Xi4K9{align-items:center;display:flex;margin-left:15px;margin-top:20px}.AllFormsCard_workspace_challenge__count__Pf1Ts{align-items:center;color:#444;display:flex;font-size:16px;font-style:normal;font-weight:500;margin-left:5px}.AllFormsCard_postachallenge__button__y53uC{align-items:center;background:#433a81;border:none;border-radius:30px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-style:normal;font-weight:400;justify-content:center;margin:20px 15px 13px 50px;padding:8px 15px;text-align:center}.AllFormsCard_svg_icons__4sEC3{cursor:pointer;margin-left:50px}@media only screen and (max-width:875px){.AllFormsCard_workspaceChallenge__Nn88K{margin-left:100px}}@media only screen and (max-width:778px){.AllFormsCard_workspaceChallenge__Nn88K{margin-left:20px;margin-right:5px;margin-top:4vh}.AllFormsCard_workspaceChallenge__headerText__iwRAn{margin-left:1rem}.AllFormsCard_challenge__modal__FN5Gj{width:90vw}.AllFormsCard_workspaceChallenge__headerFilterText__UHhcr{margin-left:1px}.AllFormsCard_workspaceChallenge__body__64LUA{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:6rem;margin-top:10px}.AllFormsCard_workspaceChallenge__card__tgxRv{border:.5px solid #e3e3e3;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;margin-top:10px;width:90vw}}@media only screen and (max-width:478px){.AllFormsCard_workspaceChallenge__Nn88K{margin-left:0;margin-right:5px;margin-top:4vh}.AllFormsCard_challenge__modal__FN5Gj{width:300px}.AllFormsCard_workspaceChallenge__headerFilterText__UHhcr{margin-left:1px}.AllFormsCard_workspaceChallenge__body__64LUA{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:10px}.AllFormsCard_workspaceChallenge__card__tgxRv{border:.5px solid #e3e3e3;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;margin-top:10px;width:90vw}}.pagination-container{margin-top:10px;padding-left:0}.pagination-item{background-color:#e4e4e4;border-radius:4px;margin:2px;padding:8px}.pagination-item.active{background-color:#00a0e9}.pagination-item.disabled{opacity:.5;pointer-events:none}.pagination-item a{color:inherit;text-decoration:none}.create_form_card{align-items:center;cursor:pointer;display:flex;height:200px;justify-content:center;outline:2px solid #7248b9;width:250px}.create_form_icons{cursor:pointer;transition:transform .2s,color .2s}.create_form_icons:hover{transform:scale(1.2)}.create_form_card:hover{outline:2px solid #7248b9}.form_grid{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.form_card{border:2px solid #e2e2e2!important;cursor:pointer;width:208px}.form_card:hover{outline:2px solid #7248b9}.form_card_img_container{align-items:center;border-bottom:1px solid #e2e2e2;display:flex;justify-content:center}.form_card_img{width:100%}@media (max-width:768px){.form_grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.pagination-container{display:flex;justify-content:center;margin-top:20px}.pagination-item{border:1px solid #ccc;cursor:pointer;display:inline-block;margin:0 5px;padding:5px 10px}.pagination-item.active{background-color:#ccc;color:#fff}.page-link,.page-link:hover{color:#7349bd}.page-link.active:hover{color:#fff}.page-link.active{background-color:#7349bd;border-color:#7349bd}.page-link:focus{box-shadow:none;outline:none}.workspace_heading{display:inline-block;font-size:1.45rem;font-weight:800;padding:5px 10px}.headingandbutton_div{display:flex;justify-content:right}.body_main{display:flex;padding:35px 30px}.board{border-radius:10px;flex:0.2 1;height:fit-content;position:sticky;top:80px}.board__recentItem,.board__stat>p,.board__statNumber{font-weight:800}.userboard{margin-top:50px}.tab.active{font-weight:700}.no-border{border:none}.table_heading{color:#949494}.card-title{font-weight:800}@media only screen and (max-device-width:767px){.board{display:none}.tab{font-size:9px;margin:7px;padding:0}.table{margin-bottom:1rem;table-layout:fixed;width:100%}.table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.addworkspace_btn{border-radius:5px;font-size:12px;height:35px;width:112px}.tab-container{display:inline-flex;margin-bottom:10px;width:100%}.table_heading,.table_row td{font-size:12px}.pagination{bottom:10px;display:flex;justify-content:center;left:50%;position:relative;transform:translateX(-50%)}.pagination button{background-color:#e8e9eb;border:1px solid #e8e9eb;border-radius:5px;bottom:10;color:#000;margin:0 2px;padding:5px 10px;position:relative}.table_popup{background-color:#fff!important;box-shadow:0 0 10px rgba(0,0,0,.274)!important;padding:5px 0;position:absolute;right:20px;z-index:1}.workspace_heading{font-size:15px;margin-left:15px}}.feed{margin:0 20px}.feed__input>form>input{font-weight:800}.cardtitle,.widgets__header>h2{font-weight:500}.box-right h4{font-weight:800}.ul__icon{font-weight:700}.Char_text,.board_work_title{font-weight:800}.app{bottom:0;display:flex;height:100vh;left:0;position:absolute;right:0;top:0}.logo{height:48px;width:55px}.sidebar{min-width:60px;transition:width .3s ease}.sidebar-open{width:250px}.sidebar-close{width:60px}.header{align-items:center;background-color:#333;color:#fff;display:flex;justify-content:space-between;padding:20px}.sidebar-toggle{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:16px}.content-wrapper{flex-grow:1;margin-left:260px;transition:.3s ease-in-out}.content-wrapper-newuser{flex-grow:1;margin-left:45px;margin-top:50px;transition:.6s ease-in-out}.main-content{flex-grow:1;overflow-y:auto}.main-content2{flex-grow:1;height:73vh;margin-left:0;margin-top:53px;padding:0}@media only screen and (max-device-width:890px){.main-content{height:82vh}}@media (max-width:500px){.sidebar-close{margin-left:12px}.content-wrapper{flex-grow:1;margin-left:20px;transition:margin-left .3s ease-in-out}}@media (min-width:767px) and (max-width:800px){.content-wrapper{flex-grow:1;margin-left:30px;transition:margin-left .3s ease-in-out}}@media (min-width:768px) and (max-width:1024px){.content-wrapper{flex-grow:1;margin-left:30px;transition:margin-left .3s ease-in-out}}.Recent_workspace_heading__AgEaH{display:inline-block;font-size:1.45rem;font-weight:700;padding:5px 10px}.Recent_headingandbutton_div__ytAkj{display:flex;justify-content:space-between;margin:10px 50px}.Recent_body_main__48-c\+{display:flex;padding:35px 30px}.Recent_board__98vp6{border-radius:10px;flex:0.2 1;height:fit-content;position:sticky;top:80px}.Recent_board__top__6N8Qf>img{border-top-left-radius:10px;border-top-right-radius:10px;height:60px;margin-bottom:-20px;object-fit:cover;width:100%}.Recent_board__top__6N8Qf{align-items:center;background-color:#fff;border:1px solid #d3d3d3;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;flex-direction:column;padding-bottom:10px}.Recent_board__topAvatar__CaEKD{font-size:40px}.Recent_board__stats__j6ptR{background-color:#fff;border:1px solid #d3d3d3;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-bottom:10px;padding:10px}.Recent_board__stat__bpgJ3{display:flex;justify-content:space-between;margin-top:10px}.Recent_board__stat__bpgJ3>p{color:gray;font-size:13px;font-weight:600}.Recent_board__statNumber__DVUYe{color:#0a66c2!important;font-weight:700}.Recent_board__top__6N8Qf>h4{color:gray;font-size:12px;margin-top:5px}.Recent_board__top__6N8Qf>h2{font-size:18px}.Recent_board__bottom__SdIps{background-color:#fff;border:1px solid #d3d3d3;border-radius:10px;margin-top:10px;padding:10px;text-align:left}.Recent_board__recentItem__RTax9{color:gray;cursor:pointer;display:flex;font-size:13px;font-weight:bolder;margin-bottom:5px;padding:5px}.Recent_board__recentItem__RTax9:hover{background-color:#f5f5f5;border-radius:10px;color:#000;cursor:pointer}.Recent_board__hash__O1hxb{margin-left:10px;margin-right:10px}.Recent_board__bottom__SdIps>p{font-size:14px;padding-bottom:10px}.Recent_userboard__b3PtN{margin-top:80px}.Recent_table_body__Vfl2T{background-color:#c3c3c3;cursor:pointer;height:60px}.Recent_tab-container__98WIN{display:flex;margin-bottom:10px;margin-top:10px;width:100%}.Recent_ellipsis_td__qEHKT{border-radius:100%}.Recent_ellipsis_td__qEHKT:hover{background-color:#d6dbded9;border-radius:50%}.Recent_tab__3y\+3U{border-bottom:none;border-radius:5px 5px 0 0;color:#949494;cursor:pointer;margin:0 10px;padding:10px 15px}.Recent_tab__3y\+3U.Recent_active__40khJ{border-bottom:3px solid #0079bf;border-bottom-left-radius:2px;border-bottom-right-radius:2px;color:#0079bf;font-weight:500}.Recent_no-border__Oyjwf{border:none!important}.Recent_table_heading__MXWTQ{background-color:#367fff;color:#fff}.Recent_curved-border__dd\+Pd{border-radius:9px}.Recent_curved-border__dd\+Pd th:first-child{border-top-left-radius:9px}.Recent_curved-border__dd\+Pd th:last-child{border-top-right-radius:9px}.Recent_curved-border__dd\+Pd th:not(:last-child){border-top:none}.Recent_table_row__N1dV0{background-color:#f4f4f4;height:40px}.Recent_table_row__N1dV0 td{padding:8px 8px 8px 15px;vertical-align:middle}.Recent_tab-content__A8Cl9{border:0;border-radius:0 0 5px 5px}.Recent_addworkspace_btn__puPSS{background-color:#0a66c2;border:none;border-radius:5px;color:#fff;font-size:15px;height:40px;margin-right:10px;width:150px}.Recent_tabsand_btn__uBj53{display:flex;justify-content:space-around}.Recent_card__ZXP9l{background-color:#fff;box-shadow:0 4px 8px #0000001a}.Recent_card-body__0yjDG{padding:15px}.Recent_card-title__lOGQF{font-size:16px;font-weight:700;margin-bottom:10px}.Recent_table_row__N1dV0{height:50px}.Recent_card-container__JblSp{background-color:red;height:200px;position:absolute;width:200px}.Recent_table_popup__6lJvC{background-color:#fff!important;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.274)!important;list-style:none;padding:5px 0;position:absolute;right:110px;transition:2ms ease;z-index:1}.Recent_table_popup__6lJvC li{padding:5px 20px;text-align:start}.Recent_table_popup__6lJvC li:hover{background-color:hsla(0,0%,83%,.288)}.Recent_disable_Star_Option__H1xOK{background-color:#f7f7f7;color:#999;cursor:not-allowed;pointer-events:none}@media only screen and (max-device-width:767px){.Recent_board__98vp6{display:none}.Recent_tab__3y\+3U{font-size:9px;margin:7px;padding:0}.Recent_table__9l8Cg{margin-bottom:1rem;table-layout:fixed;width:100%}.Recent_table__9l8Cg td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Recent_addworkspace_btn__puPSS{border-radius:5px;font-size:12px;height:35px;width:112px}.Recent_tab-container__98WIN{display:inline-flex;margin-bottom:10px;width:100%}.Recent_table_heading__MXWTQ,.Recent_table_row__N1dV0 td{font-size:12px}.Recent_pagination__gbRiu{bottom:10px;display:flex;justify-content:center;left:50%;position:relative;transform:translateX(-50%)}.Recent_pagination__gbRiu button{background-color:#e8e9eb;border:1px solid #e8e9eb;border-radius:5px;bottom:10;color:#000;margin:0 2px;padding:5px 10px;position:relative}.Recent_table_popup__6lJvC{background-color:#fff!important;box-shadow:0 0 10px rgba(0,0,0,.274)!important;list-style-type:none!important;padding:5px 0;position:absolute;right:20px;z-index:1}.Recent_workspace_heading__AgEaH{font-size:15px;margin-left:15px}}.Recent_pagination__gbRiu{bottom:10px;display:flex;justify-content:center;left:50%;position:relative;transform:translateX(-50%)}.Recent_pagination__gbRiu button{background-color:#e8e9eb;border:1px solid #e8e9eb;border-radius:5px;bottom:10;color:#000;margin:0 2px;padding:10px 15px;position:relative}.Recent_pagination__gbRiu button:hover{background-color:#0079bf;color:#fff}.Recent_feed__vFGkL{background-color:#fff;border-radius:9px;box-shadow:0 4px 8px #0000001a;flex:0.6 1;margin:10px 50px}.Recent_feed__inputContainer__bioD3{border-radius:10px;margin-bottom:20px}.Recent_feed__input__J-5jM{border:1px solid #d3d3d3;border-radius:30px;color:gray;display:flex;padding:10px 10px 10px 15px}.Recent_feed__input__J-5jM>form{display:flex;width:100%}.Recent_feed__input__J-5jM>form>input{border:none;flex:1 1;font-weight:600;margin-left:10px;outline-width:0}.Recent_feed__input__J-5jM>form>button{display:none}.Recent_feed__inputOptions__zPhwG{display:flex;justify-content:space-evenly}.Recent_inputOption__IK4g3{align-items:center;color:gray;cursor:pointer;display:flex;margin-top:15px;padding:10px}.Recent_inputOption__IK4g3:hover{background-color:#f5f5f5;border-radius:10px}.Recent_post__0na4i{background-color:#fff;border-radius:10px;margin-bottom:10px;padding:15px}.Recent_post__header__Vtq6l{display:flex;margin-bottom:10px}.Recent_post__info__7FIb4{margin-left:10px}.Recent_post__info__7FIb4>p{color:gray;font-size:12px}.Recent_post__info__7FIb4>h2{font-size:15px}.Recent_widgets__ylUjQ{border-radius:10px;flex:0.2 1;height:fit-content;padding-bottom:10px;position:sticky;top:80px}.Recent_widgets__header__JYo1h{align-items:center;display:flex;justify-content:space-between;padding:10px}.Recent_widgets__header__JYo1h>h2{font-size:16px;font-weight:400}.Recent_widgets__article__NSewy{cursor:pointer;display:flex;padding:10px}.Recent_widgets__article__NSewy:hover{background-color:#f5f5f5}.Recent_widgets__articleLeft__cbY2u{color:#0177b7;margin-right:5px}.Recent_cardtitle__6EzJn{font-size:14px;font-weight:400;margin-top:7px;text-align:center}.Recent_card-title__lOGQF{text-overflow:ellipsis;white-space:nowrap}.Recent_widgets__articleLeft__cbY2u .Recent_material-icons__5RB-T{font-size:15px}.Recent_widgets__articleRight__kRj9p{flex:1 1}.Recent_widgets__articleRight__kRj9p>h4{font-size:14px}.Recent_widgets__articleRight__kRj9p>p{color:gray;font-size:12px}.Recent_user__card__xZyc1{cursor:pointer;margin:0 2% 2% 0;padding:0;transform:translate(0);width:23.5%}.Recent_user__card_body__-5lIe{display:flex;flex-direction:column;height:73px;justify-content:space-between;max-width:145px;overflow:hidden;text-overflow:ellipsis}.Recent_start_hide__VESEO{display:none}.Recent_icon-star__StWSv:hover .Recent_start_hide__VESEO{display:block}@media only screen and (max-device-width:767px){.Recent_widgets__ylUjQ{display:none}}.Recent_body__main__wDHbj{display:flex;padding:0}.Recent_board-box__zZt5o{background-color:#ff850a;border-radius:5px;display:inline-block;height:27px;margin-right:10px;padding:10px;width:30px}.Recent_box-right__vV4sX{font-size:1rem;vertical-align:middle}.Recent_box-right__vV4sX h4{font-size:.9rem;font-weight:700;line-height:1.5;margin-bottom:0}.Recent_box-right__vV4sX p{font-size:.7rem;line-height:1.5;margin-bottom:0;max-width:270px}.Recent_Listeboard__3DAla{display:block;height:40px}.Recent_Listeboard__3DAla a{align-items:center;color:#5b5d5f;display:flex;margin-bottom:20px;text-decoration:none}.Recent_card--shadow__Ft8IW,.Recent_card-box-shadow__Ud5Ei{box-shadow:0 6px 24px 0 #0000000d,0 0 0 1px #00000014}.Recent_card--shadow__Ft8IW{border-radius:5px;padding:10px 20px}.Recent_mb-3__wICkp{margin-bottom:1rem!important}.Recent_border-light__QyfI-{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.Recent_circle__0Yi4A{background:#a3a3a3;border-radius:50%;color:#fff;font-size:16px;height:40px!important;line-height:40px;margin-right:15px;text-align:center;width:40px!important}.Recent_badge__urkK0{background:#ff0;border-radius:50%;display:table-cell;height:100px;text-align:center;vertical-align:middle;width:100px}.Recent_card-bg-img__3Q0Ht{background-image:url(https://trello-backgrounds.s3.amazonaws.com/SharedBackground/256x144/7152eef4906bc6d2bdbee613eef98bad/photo-1668423389856-2a82e96ee01b.jpg)}.Recent_btn-outline-secondary__sj140{border:1px solid #cacbcc}.Recent_btn__3iYBf:hover{background-color:#fff;border-color:#cacbcc}.Recent_ul__a__xXFAZ{align-items:center;background-color:initial;border-radius:4px;box-shadow:none;margin:0;min-height:20px;overflow:hidden;padding:6px 8px 6px 0!important;text-decoration:none}.Recent_ul__icon__gveb0{color:#435370;flex:0 0 auto;font-weight:500;text-align:center;width:35px}.Recent_ul__text__-UYaD{color:#6a6464;font-size:.9rem;overflow:hidden;text-overflow:ellipsis}.Recent_board_work_title__Bo6fS{align-items:center;color:#5e6c84;flex:1 1;font-size:15px;font-weight:700;line-height:24px;margin:5px 0 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Recent_alignleft__chhY1{display:inline-table;float:left;margin-left:-8px;max-height:44px;width:542px}.Recent_alignright__RasDQ{float:right}.Recent_card_color_1__COy41{background-color:#0a5e0a!important;color:#fff}.Recent_card_color_2__ISMSy{background-color:#0d6efd!important;color:#fff}.Recent_card_color_3__Wmqss{background-color:#8c4513!important;color:#fff}.Recent_card_color_4__NOUsX{background-color:#c15e18!important;color:#fff}.Recent_card-footer__4xmiI{border-top:none!important}.Recent_boards--section__kiYvr{background-color:#091e420a;border:none;border-radius:3px;box-shadow:none;display:inline-block;margin-bottom:8px;margin-left:8px;padding:6px 12px 6px 6px;position:relative;text-decoration:none}.Recent_boards-header-icon__rGpu3{border-radius:3px;display:inline-flex;height:32px;margin-left:9px;overflow:hidden;width:32px}.Recent_Char_text__\+zOUS{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:700;height:100%;justify-content:center;width:100%}.Recent_upgrade_bg__sDb3e{background-color:#eddbf4;color:#586b95}.Recent_upgrade_icon__pzPir{background-color:#eddbf4}.Recent_bodymain__Tguxj .Recent_home-boardheader__Fy\+gd{background-color:#fff;margin-top:20px;width:100%}@media (max-width:768px){.Recent_boards-header-icon__rGpu3{margin-left:5px}.Recent_user__card__xZyc1{margin-bottom:8px;margin-right:0;width:calc(50% - 4px)}.Recent_col-6__oMRC9{padding-right:1rem}.Recent_feed__vFGkL{margin:0 5px}.Recent_doted_icon__kSspv{text-align:center}}.workspace-modal .modal-header{border:none}.workspace-modal .modal-header .mainheading_div{align-items:center;display:flex;justify-content:space-between;left:1rem;position:relative}.workspace-modal{padding-left:1rem}.workspace-modal .modal-header h4{font-weight:700}.workspace-modal .modal-header .fa-xmark{cursor:pointer}.workspace-modal .modal-body .main_para{color:#777}.workspace-modal .modal-body h6{font-size:16px;margin-top:1rem}.modal-body{margin:0 1rem 1rem;padding-top:0}.workspace-modal .modal-body h6 span{color:#777;font-size:14px;margin-left:.5rem}.workspace-modal .modal-body .workspace_desc,.workspace-modal .modal-body .workspacename_input{background-color:#f8f8f8;border:none;margin-bottom:1rem;padding:8px 0;width:100%}.workspace-modal .modal-body .workspace_desc::placeholder,.workspace-modal .modal-body .workspacename_input::placeholder{color:#ccc}.workspace-modal .modal-body .workspace_desc{resize:none}.workspace-modal .modal-body .continue_btn{background-color:#0a66c2;border:none;color:#fff;cursor:pointer;outline:none;width:fit-content}.btn_div{text-align:center!important}.continue_btn{text-align:center}.workspace-modal .modal-body .continue_btn:hover{background-color:#0056b3}.workspace-modal .modal-body .continue_btn:disabled{background-color:#ccc;cursor:not-allowed}.workspace_desc{background-color:#fff;border:none;box-shadow:0 2px 4px #0000001a;padding-left:10px!important;resize:vertical;width:100%}.workspace_desc:focus,.workspacename_input:focus{outline:none}.workspacename_input{background-color:#fff;border:none;box-shadow:0 2px 4px #0000001a;padding-left:10px!important;resize:none;width:100%}.EditWorkspace_editworkspace_card__q2GmL{border:0;margin:0 80px;width:300px}.EditWorkspace_workspace_inputs__kZQ1Z:hover{background-color:#efefefc4}.EditWorkspace_save_btn__xnSTg{background-color:#095bd6;border:none;border-radius:5px;color:#fff;padding:5px 10px}.EditWorkspace_save_btn__xnSTg:hover{background-color:#05c}.EditWorkspace_cancel_btn__XENZA{background-color:#efefef93;border:none;border-radius:5px;color:#000;margin:0 10px;padding:5px 10px}.EditWorkspace_cancel_btn__XENZA:hover{background-color:#efefefc4}.pagination{margin:20px 0}.pagination button{cursor:pointer;transition:all .2s ease}.pagination button.active{background-color:#0079bf;color:#fff}.tab{transition:all .2s ease}@media only screen and (max-device-width:767px){.tab{font-size:9px;margin:7px;padding:0}.pagination button{border-radius:5px;font-size:12px;height:35px;width:112px}.tab-container{display:inline-flex;margin-bottom:10px;width:100%}}.board__top>img{border-top-left-radius:10px;border-top-right-radius:10px;height:60px;margin-bottom:-20px;object-fit:cover;width:100%}.board__top{align-items:center;background-color:#fff;border:1px solid #d3d3d3;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;flex-direction:column;padding-bottom:10px}.board__topAvatar{font-size:40px}.board__stats{background-color:#fff;border:1px solid #d3d3d3;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-bottom:10px;padding:10px}.board__stat{display:flex;justify-content:space-between;margin-top:10px}.board__stat>p{color:gray;font-size:13px;font-weight:700}.board__statNumber{color:#0a66c2!important;font-weight:700}.board__top>h4{color:gray;font-size:12px;margin-top:5px}.board__top>h2{font-size:18px}.board__bottom{background-color:#fff;border:1px solid #d3d3d3;border-radius:10px;margin-top:10px;padding:10px;text-align:left}.board__recentItem{color:gray;cursor:pointer;display:flex;font-size:13px;font-weight:700;margin-bottom:5px;padding:5px}.board__recentItem:hover{background-color:#f5f5f5;border-radius:10px;color:#000;cursor:pointer}.board__hash{margin-left:10px;margin-right:10px}.board__bottom>p{font-size:14px;padding-bottom:10px}.table_body{background-color:#c3c3c3;cursor:pointer;height:60px}.tab-container{display:flex;margin-bottom:10px;margin-top:10px;width:100%}.ellipsis_td{border-radius:100%}.ellipsis_td:hover{background-color:#d6dbded9;border-radius:50%}.tab{border-bottom:none;border-radius:5px 5px 0 0;color:#949494;cursor:pointer;margin:0 10px;padding:10px 15px}.tab.active{border-bottom:3px solid #0079bf;border-bottom-left-radius:2px;border-bottom-right-radius:2px;color:#0079bf;font-weight:600}.no-border{border:none!important}.curved-border{border-radius:9px}.curved-border th:first-child{border-top-left-radius:9px}.curved-border th:last-child{border-top-right-radius:9px}.curved-border th:not(:last-child){border-top:none}.table_row{background-color:#f4f4f4;height:40px}.table_row td{padding:8px 8px 8px 15px;vertical-align:middle}.tab-content{border:0;border-radius:0 0 5px 5px}.addworkspace_btn{background-color:#0a66c2;border:none;border-radius:5px;color:#fff;font-size:15px;height:40px;margin-right:10px;width:150px}.tabsand_btn{display:flex;justify-content:space-around}.card{background-color:#fff;box-shadow:0 4px 8px #0000001a}.card-body{padding:15px}.card-title{font-size:16px;font-weight:700;margin-bottom:10px}.table_row{height:50px}.card-container{background-color:red;height:200px;position:absolute;width:200px}.table_popup{background-color:#fff!important;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.274)!important;list-style:none;padding:5px 0;position:absolute;right:110px;transition:2ms ease;z-index:1}.table_popup li{padding:5px 20px;text-align:start}.table_popup li:hover{background-color:hsla(0,0%,83%,.288)}.disable_Star_Option{background-color:#f7f7f7;color:#999;cursor:not-allowed;pointer-events:none}@media only screen and (max-device-width:767px){.board{display:none}.tab{font-size:9px;margin:7px;padding:0}.table{margin-bottom:1rem;table-layout:fixed;width:100%}.table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.addworkspace_btn{border-radius:5px;font-size:12px;height:35px;width:112px}.tab-container{display:inline-flex;margin-bottom:10px;width:100%}.table_heading,.table_row td{font-size:12px}.pagination{bottom:10px;display:flex;justify-content:center;left:50%;position:relative;transform:translateX(-50%)}.pagination button{background-color:#e8e9eb;border:1px solid #e8e9eb;border-radius:5px;bottom:10;color:#000;margin:0 2px;padding:5px 10px;position:relative}.table_popup{background-color:#fff!important;box-shadow:0 0 10px rgba(0,0,0,.274)!important;list-style-type:none!important;padding:5px 0;position:absolute;right:20px;z-index:1}.workspace_heading{font-size:15px;margin-left:15px}}.pagination{bottom:10px;display:flex;justify-content:center;left:50%;position:relative;transform:translateX(-50%)}.pagination button{background-color:#e8e9eb;border:1px solid #e8e9eb;border-radius:5px;bottom:10;color:#000;margin:0 2px;padding:10px 15px;position:relative}.pagination button:hover{background-color:#0079bf;color:#fff}.feed{border-radius:9px;flex:0.6 1;margin:10px 50px}.feed__inputContainer{border-radius:10px;margin-bottom:20px}.feed__input{border:1px solid #d3d3d3;border-radius:30px;color:gray;display:flex;padding:10px 10px 10px 15px}.feed__input>form{display:flex;width:100%}.feed__input>form>input{border:none;flex:1 1;font-weight:700;margin-left:10px;outline-width:0}.feed__input>form>button{display:none}.feed__inputOptions{display:flex;justify-content:space-evenly}.inputOption{align-items:center;color:gray;cursor:pointer;display:flex;margin-top:15px;padding:10px}.inputOption:hover{background-color:#f5f5f5;border-radius:10px}.post{background-color:#fff;border-radius:10px;margin-bottom:10px;padding:15px}.post__header{display:flex;margin-bottom:10px}.post__info{margin-left:10px}.post__info>p{color:gray;font-size:12px}.post__info>h2{font-size:15px}.widgets{border-radius:10px;flex:0.2 1;height:fit-content;padding-bottom:10px;position:sticky;top:80px}.widgets__header{align-items:center;display:flex;justify-content:space-between;padding:10px}.widgets__header>h2{font-size:16px;font-weight:400}.widgets__article{cursor:pointer;display:flex;padding:10px}.widgets__article:hover{background-color:#f5f5f5}.widgets__articleLeft{color:#0177b7;margin-right:5px}.cardtitle{font-size:14px;font-weight:400;margin-top:7px;text-align:center}.card-title{height:20px;margin:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:130px}.widgets__articleLeft .material-icons{font-size:15px}.widgets__articleRight{flex:1 1}.widgets__articleRight>h4{font-size:14px}.widgets__articleRight>p{color:gray;font-size:12px}.user__card{cursor:pointer;margin:0 2% 2% 0;padding:0;transform:translate(0);width:23.5%}.user__card_body{display:flex;flex-direction:column;height:73px;justify-content:space-between;max-width:145px;overflow:hidden;text-overflow:ellipsis}.start_hide{display:none}.icon-star:hover .start_hide{display:block}@media only screen and (max-device-width:767px){.widgets{display:none}}.body__main{display:flex;padding:0}.board-box{background-color:#ff850a;border-radius:5px;display:inline-block;height:27px;margin-right:10px;padding:10px;width:30px}.box-right{font-size:1rem;vertical-align:middle}.box-right h4{font-size:.9rem;font-weight:700}.box-right h4,.box-right p{line-height:1.5;margin-bottom:0}.box-right p{font-size:.7rem;max-width:270px}.Listeboard{display:block;height:40px}.Listeboard a{align-items:center;color:#5b5d5f;display:flex;margin-bottom:20px;text-decoration:none}.card--shadow,.card-box-shadow{box-shadow:0 6px 24px 0 #0000000d,0 0 0 1px #00000014}.card--shadow{border-radius:5px;padding:10px 20px}.mb-3{margin-bottom:1rem!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.circle{background:#a3a3a3;color:#fff;font-size:16px;height:40px!important;line-height:40px;margin-right:15px;width:40px!important}.badge,.circle{border-radius:50%;text-align:center}.badge{background:#ff0;display:table-cell;height:100px;vertical-align:middle;width:100px}.card-bg-img{background-image:url(https://trello-backgrounds.s3.amazonaws.com/SharedBackground/256x144/7152eef4906bc6d2bdbee613eef98bad/photo-1668423389856-2a82e96ee01b.jpg)}.btn-outline-secondary{border:1px solid #cacbcc}.btn:hover{background-color:#fff;border-color:#cacbcc;color:#000}.ul__a{align-items:center;background-color:initial;border-radius:4px;box-shadow:none;margin:0;min-height:20px;overflow:hidden;padding:6px 8px 6px 0!important;text-decoration:none}.ul__icon{color:#435370;flex:0 0 auto;font-weight:600;text-align:center;width:35px}.ul__text{color:#6a6464;font-size:.9rem}.board_work_title,.ul__text{overflow:hidden;text-overflow:ellipsis}.board_work_title{align-items:center;color:#5e6c84;flex:1 1;font-size:15px;font-weight:700;line-height:24px;margin:5px 0 20px;white-space:nowrap}.alignleft{display:inline-table;float:left;margin-left:-8px;max-height:44px;width:542px}.alignright{float:right}.card_color_1{background-color:#0a5e0a!important;color:#fff}.card_color_2{background-color:#0d6efd!important;color:#fff}.card_color_3{background-color:#8c4513!important;color:#fff}.card_color_4{background-color:#c15e18!important;color:#fff}.card-footer{border-top:none!important}.boards--section{background-color:#091e420a;border:none;border-radius:3px;box-shadow:none;display:inline-block;margin-bottom:8px;margin-left:8px;padding:6px 12px 6px 6px;position:relative;text-decoration:none}.boards-header-icon{border-radius:3px;display:inline-flex;height:32px;margin-left:9px;overflow:hidden;width:32px}.Char_text{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:700;height:100%;justify-content:center;width:100%}.upgrade_bg{color:#586b95}.upgrade_bg,.upgrade_icon{background-color:#eddbf4}.bodymain .home-boardheader{background-color:#fff;margin-top:20px;width:100%}@media (max-width:768px){.boards-header-icon{margin-left:5px}.user__card{margin-bottom:8px;margin-right:0;width:calc(50% - 4px)}.col-6{padding-right:1rem}.feed{margin:0 5px}.doted_icon{text-align:center}}@keyframes react-loading-skeleton{to{transform:translateX(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);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.Searchbar_image_icons__A6d9d{height:23px;margin:auto;width:23px}.Searchbar_search_container__CyBbN{align-items:center;display:flex;width:400px}.Searchbar_ant-input-affix-wrapper__-CG6o:hover{border-color:#000!important}.Searchbar_ant-input-affix-wrapper-focused__njdAX{border-color:#000!important;box-shadow:none!important}.Searchbar_search_bar__K2FE\+{width:400px!important}.Searchbar_search_bar__K2FE\+ fieldset{border-radius:8px}.Searchbar_search_icon__mG-7o{color:#666}.Searchbar_search_button__jwYbG{align-items:center;background-color:#f5f5f5;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:background-color .2s}.Searchbar_search_button__jwYbG:hover{background-color:#000}.Searchbar_left_icon__f\+e6k{align-items:center;color:#666;display:flex;justify-content:center;padding-left:10px}.Searchbar_search_bar__K2FE\+ .Searchbar_MuiInputBase-root__fPjmG{height:40px!important;width:400px!important}.Searchbar_search_bar__K2FE\+ input{background-color:#fff;height:40px!important;padding:0 14px!important}.Searchbar_searchbar_input__k0YEZ{align-items:center;background:#fff;border:1px solid #bbb;border-radius:8px;box-shadow:none;color:#888;display:flex;font-size:17px;height:42px;margin-bottom:8px;margin-right:150px;max-width:420px;outline:none;padding-left:8px;transition:border-color .2s;width:80%}.UserProfile_profile_edit_page__H4tq\+{margin:5rem 2rem 2rem}.UserProfile_profile_edit_icons__QWUpg{display:flex}.UserProfile_names__A3ka1{font-size:2rem;font-weight:700}.UserProfile_email__ozlIl{font-size:1rem;font-weight:700}.UserProfile_modal_headers__yicRR{width:100%}.UserProfile_form_head_section__ULr6C{align-items:flex-end;display:flex;flex-direction:column;justify-content:center}.UserProfile_profile_icon__8VtmX{cursor:pointer;min-height:8rem;min-width:8rem}​ .UserProfile_edit_icon__9u16B{align-items:flex-end;background-color:#f8f9fa;border:1px solid #ced4da;border-radius:3px;color:#007bff;cursor:pointer;display:flex;height:100%;margin-bottom:30px;padding:2px 5px}​ .UserProfile_edit_icon__9u16B:hover{color:#0052ab;transition:all .4s ease-in-out}​ .UserProfile_name_heading__38TpO{font-size:2rem;font-weight:900;margin-left:2rem}​ .UserProfile_email_heading__jDfxp,​ .UserProfile_roles_heading__1Xqzn{font-size:1rem;font-weight:700;margin-left:2rem}.UserProfile_perent_div_of_image__tOyYR{align-items:center;display:flex;justify-content:space-around;width:100%}.UserProfile_image_preview_container__xdShd{align-items:center;display:flex;gap:10px;justify-content:center;margin-right:70px}.UserProfile_image_view__MIHjQ{border:1px solid #ced4da;border-radius:50%;height:150px;object-fit:cover;width:150px}.UserProfile_image_preview__Mj4pm{border:1px solid #ced4da;border-radius:6px;height:100px;object-fit:cover;width:100px}.UserProfile_upload_image_div__6fmXa{align-items:flex-start;display:flex;flex-direction:column}.UserProfile_upload_picture_text__206yV{color:#007bff;cursor:pointer;font-weight:700;margin-bottom:0}.UserProfile_remove__qWtXk{cursor:pointer}.UserProfile_remove__qWtXk:hover{color:#007bff}.UserProfile_profile_circle__gs4k-{align-items:center;background-color:#f0f0f0;border-radius:50%;display:flex;font-size:24px;font-weight:700;height:100px;justify-content:center;margin-top:2px;width:100px}​ .UserProfile_profile_details__qI4pP{text-align:center}​ .UserProfile_form__ADctO{align-items:center;display:flex;flex-direction:column}​ .UserProfile_edit_headding__jHsHC{font-size:15px;font-weight:700}​ .UserProfile_form_group__9rVmj{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:5px}​ .UserProfile_form_group__9rVmj label{font-weight:700}​ .UserProfile_form__ADctO input{padding:0;width:300px}​ .UserProfile_placeholder_style__v2P1J{width:150%}​ .UserProfile_form__ADctO button{background-color:#007bff;border:none;color:#fff;cursor:pointer;padding:10px;width:150px}​ .UserProfile_form__ADctO input:invalid{border:1px solid red}​ .UserProfile_form__ADctO input:invalid+span{color:red;display:block;font-size:12px;margin-top:5px}​ .UserProfile_edit_area_container__uXb6B{align-items:center;display:flex;justify-content:space-around;width:100%}​ .UserProfile_edit_name_input__Linoo{border:1px solid #d6d6d6;border-radius:7px;margin-top:10px;padding:10px;width:300px}​ .UserProfile_edit_profile_icon__mJihR{cursor:pointer;margin-left:5rem;min-height:8rem;min-width:8rem}​ .UserProfile_save_button__uQFxt{background-color:#007bff;border:none;border-radius:5px;box-shadow:0 0 15px #0000001a;color:#fff;height:35px;margin-bottom:10px;margin-top:30px;outline-width:0;padding:5px 10px}.UserProfile_div_of_user_details__nYaKy{align-items:flex-start;display:flex;flex-direction:column;margin-top:20px}@media screen and (max-width:1000px){.UserProfile_profile_edit_page__H4tq\+{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:50px}}.CreateForm_root_wrapper__uD3pJ{display:grid;grid-template-columns:15fr 1fr;margin:auto;max-width:100vw;padding-left:16rem;padding-right:16rem}.CreateForm_crossIcon__0ui\+W{background:#9e9e9e;border-radius:50px;cursor:pointer;float:right;height:26px;margin-bottom:-15px;margin-right:-4px;padding:4px;position:relative;width:26px}.CreateForm_root_col__TOhkp{margin-top:50px;padding-left:.5rem;padding-right:.5rem}.CreateForm_back_arrow__y8LBJ{cursor:pointer;font-size:28px;margin-bottom:16px;width:fit-content}.CreateForm_root_col_2__utOc3{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:80px}.CreateForm_timer_btn__EpZe1{background-color:#fff;border-radius:6px;box-shadow:0 .5rem 1rem #00000026;box-sizing:border-box;cursor:pointer;margin:.25rem;padding:1rem 1.25rem}.CreateForm_timer_icon__XREa6{font-size:1.5rem}.CreateForm_add_button__OuV-L{background-color:#8a3cb3;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:15px;justify-content:flex-start;padding:5px 15px}.CreateForm_add_button_wrapper__-bVJY{display:flex;justify-content:center;margin:auto}button:active{background-color:#6b05a2 y}button:focus{outline:none}input[type=add-text]{background-color:#8a3cb3;border:none;border-radius:4px;color:#f1f3f4;font-size:16px;padding:10px 20px}input[type=add-text]:focus{outline:none}.CreateForm_form-container__ATJPv{background-color:#f1f3f4;font-family:Nunito Sans,sans-serif;margin:0 auto;padding:20px}@media screen and (max-width:768px){.CreateForm_root_wrapper__uD3pJ{display:inline;display:initial}.CreateForm_addCard_options__LCOXN{display:flex;justify-content:space-evenly}}@media screen and (max-width:420px){.CreateForm_root_wrapper__uD3pJ{margin-top:260px!important}}.CreateForm_form-container__ATJPv{position:relative}.CreateForm_questionpage_card__2r\+7Z:before{content:none}.CreateForm_questionpage_card__2r\+7Z:focus-within:before{background-color:#007bff;border-radius:2px;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.CreateForm_select_form__Zp8AR.CreateForm_show-options__SRcA4{height:300px}.CreateForm_fa_copy__tDun5,.CreateForm_fa_trash__Iw\+Hm{font-size:20px;margin-right:10px}.CreateForm_fa_trash__Iw\+Hm{margin-right:20px}.CreateForm_smallSwitch__GpsEV{transform:scale(1.5)}.CreateForm_form_title__vG6Qi{font-size:24px;font-weight:700;height:100px;margin-bottom:10px}.CreateForm_form_description__BmNbo{font-size:16px;height:150px;margin-bottom:20px}.CreateForm_field_container__v-Gf1{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;height:150px;margin-bottom:20px;padding:10px}.CreateForm_Custom-alert__Wjxq3{display:flex}.CreateForm_Custom-alert__Wjxq3 p{align-items:center;display:flex;margin-bottom:0}.CreateForm_Custom-alert__Wjxq3 span{color:#eeff41;cursor:pointer;font-weight:700;margin-left:16px}.CreateForm_field-question__DkFkp{font-size:18px;font-weight:700;margin-bottom:10px}.CreateForm_field-type__HqK7p{margin-bottom:10px}.CreateForm_field_options__2LYKc{margin-bottom:10px;margin-left:20px}.CreateForm_option-input__ay4It{margin-bottom:5px}.CreateForm_button_container__\+H2Ei{display:flex;justify-content:space-between;margin-top:20px}.CreateForm_button__xKaAG{border:none;border-radius:4px;color:#3c4043;cursor:pointer;font-size:16px;padding:10px 20px}.CreateForm_customize_theme__CNYci{border-radius:9px;height:209px;margin-bottom:14px;margin-left:2px;width:100%}.CreateForm_iframe__8-Yq6{margin-left:13px}.CreateForm_button_secondary__1\+yMH{background-color:#f1f3f4;border:none;border-radius:4px;color:#3c4043;font-size:16px;padding:10px 20px}.CreateForm_button_danger__z00nn{background-color:#db4437}.CreateForm_button__xKaAG:hover{opacity:.9}.CreateForm_button__xKaAG:disabled{cursor:not-allowed;opacity:.5}.CreateForm_questionpage_container__fAp5f{margin-top:20px}.CreateForm_customize-theme__0eUss{border-radius:9px;height:209px;margin-bottom:14px;margin-left:2px;width:100%}.CreateForm_questionpage_card__2r\+7Z,.CreateForm_videopage_card__yqwny{margin-bottom:20px;margin-top:18px}.CreateForm_question_input__Z8IMn{border:none;border-bottom:2px solid #fff;font-size:12pt;font-weight:600;height:auto;outline:none;padding:5px 13px;width:100%}.CreateForm_question_input__Z8IMn::placeholder{padding-left:0}.CreateForm_points_input__oDoJK{border:none;border-bottom:2px solid #656060;font-size:12pt;font-weight:600;height:auto;margin:13px;outline:none;width:100%}.CreateForm_question_input__Z8IMn:focus{border-bottom-color:#007bff}.CreateForm_qImgUrl_div__i-qD5{align-items:center;display:flex;justify-content:center;width:100%}.CreateForm_qImgUrl__-t5O5{height:10rem;margin:1rem 0;object-fit:contain;width:100%}.CreateForm_removeQuestionImage__I3N8n{color:red;cursor:pointer;font-size:1rem;margin:0 .5rem}.CreateForm_inputandSelect_container__S4M1s{display:flex;justify-content:space-between}.CreateForm_inputandImg_container__s-ILu{margin-right:1.5rem;width:-webkit-fill-available}.CreateForm_select_form__Zp8AR{border:1px solid #d3d3d3;border-radius:5px;cursor:pointer;font-size:14px;height:30px;margin:20px 30px;width:250px}.CreateForm_image_question__l\+KLr{border-radius:5px;cursor:pointer;font-size:24px;margin:16px 30px}.CreateForm_select_image__SRwyQ{border-radius:5px;cursor:pointer;font-size:24px;margin:16px 3px}.CreateForm_multiplechoice_container__rnjQ7{display:block;margin-left:20px}.CreateForm_multiplechoice_input__AH3qm{border:none;cursor:pointer;display:inline-block;font-size:18px;font-weight:600;margin:8px 5px;outline:none;width:200px}.CreateForm_multiplechoice_span__ycQKg{border:none;cursor:pointer;display:block;font-size:15px;font-weight:600;margin:13px;outline:none;width:200px}.CreateForm_checkbox_container__vnAUg{display:block;margin-left:20px}.CreateForm_checkbox_input__lgUDo{display:inline-block;font-size:18px;margin:8px 5px}.CreateForm_checkbox_input__lgUDo,.CreateForm_checkbox_span__RyFQX{border:none;cursor:pointer;font-weight:600;outline:none;width:200px}.CreateForm_checkbox_span__RyFQX{display:block;font-size:15px;margin:13px}.CreateForm_shortanswer_input__IBe2U{font-size:18px}.CreateForm_paragraph_input__qWrOV,.CreateForm_shortanswer_input__IBe2U{border:none;border-bottom:2px solid #d3d3d3;cursor:pointer;font-weight:600;margin:13px 0;outline:none;padding:0 13px;width:100%}.CreateForm_paragraph_input__qWrOV{color:gray;font-size:14px}.CreateForm_text_area__zZpzj{padding:0 13px;resize:none;width:100%}.CreateForm_time_input__6GevM{font-size:18px}.CreateForm_fileupload_input__FEinh,.CreateForm_time_input__6GevM{border:none;border-bottom:2px solid #d3d3d3;color:gray;cursor:pointer;font-weight:600;margin:13px;outline:none;width:200px}.CreateForm_fileupload_input__FEinh{font-size:15px}.CreateForm_parent__dFGBw{margin:1rem;padding:2rem;text-align:center}.CreateForm_row__C9bND{margin-left:0}.CreateForm_column__z-94S,.CreateForm_row__C9bND{display:inline-block;margin-bottom:10px;padding:1rem}.CreateForm_column__z-94S{margin-left:200px}.CreateForm_date_input__7-4VN{border:none;border-bottom:2px solid #d3d3d3;color:gray;cursor:pointer;font-size:18px;font-weight:600;margin:23px;outline:none;width:200px}.CreateForm_options_input__1nckz{width:85%}.CreateForm_condtional_input__YXAVN,.CreateForm_options_input__1nckz{border:none;border-bottom:2px solid #d3d3d3;color:gray;cursor:pointer;font-size:18px;font-weight:600;margin:13px;outline:none}.CreateForm_condtional_input__YXAVN{width:100%}.CreateForm_showconditional_options__v2nzz{display:flex;flex-wrap:wrap}.CreateForm_smallSwitchR__x5RWP,.CreateForm_smallSwitch__GpsEV{transform:scale(.6)}.CreateForm_questioncard_options__GmV16{align-items:center;cursor:pointer;display:flex;justify-content:end;margin:0 12px 0 15px;padding:10px 10px 10px 70%}.CreateForm_required_span__gloGF{font-size:14px;margin-left:0;margin-top:4px;padding:0}.CreateForm_fa-tras__HwbEw:before{color:#db4437}.CreateForm_section_indicator__FGzHe{background-color:#007bff;border-radius:10px 10px 0 0;color:#d3d3d3;padding:.5rem 1rem;text-transform:capitalize;transition:all 1s ease;width:fit-content}.CreateForm_titlepagecard_span__-zr-8{background-color:#007bff;border-top-left-radius:5px;border-top-right-radius:5px;height:13px}.CreateForm_title_input__LqZ0z{border:none;border-bottom:2px solid #d3d3d3;font-size:24pt;font-weight:600;margin:13px;outline:none;transition:border-color .3s}.CreateForm_title_input__LqZ0z:focus{border-bottom-color:#007bff}.CreateForm_description_input__uu3mE{border:none;border-bottom:2px solid #d3d3d3;font-size:11pt;font-weight:600;margin:10px 13px;outline:none}.CreateForm_description_input__uu3mE:focus{border-bottom-color:#007bff}.CreateForm_image_preview__OMMyR{height:auto;margin-top:10px;width:200px}.CreateForm_add-btn__X2CBs{background-color:#007bff;border-radius:12px;color:#f1f3f4;height:60px;width:60px}.CreateForm_linear_scale_container__JD07f{align-items:center;flex-direction:column}.CreateForm_linear_scale_labels__\+TTH8{justify-content:space-between;margin-bottom:10px}.CreateForm_linear_scale_input__YfR0k{align-items:center}.CreateForm_dropdown_icon__f5v\+Y{margin-left:10px;position:relative}.CreateForm_dropdown_icon__f5v\+Y:after{content:"\25BE";pointer-events:none;position:absolute;right:0;top:50%;transform:translate(-50%,-50%)}.CreateForm_linear_scale_select__3J8O7{appearance:none;background-color:initial;border:none;font-size:14px;padding:5px 25px 5px 5px}.CreateForm_linear_scale_range__EdvhG{margin:0 10px;width:200px}.CreateForm_header_div_left__NNgmP{align-items:center;display:flex}.CreateForm_header_div__middle__Y-Js-{display:flex;width:100%}.CreateForm_header_div_center__jX4pr{display:flex;flex-grow:1;justify-content:center}.CreateForm_small__button__aYi4g{font-size:14px;height:30px;padding:5px 10px;width:70px}@media screen and (min-width:220px) and (max-width:768px){.CreateForm_header_div_left__NNgmP{align-items:flex-start;flex-direction:column;width:35%}.CreateForm_header_right__OENiv{display:flex;flex-direction:row;justify-content:end;margin-bottom:20px;width:65%}.CreateForm_forms_logo__ABtjC{width:80px}.CreateForm_header_div__middle__Y-Js-{bottom:0;display:flex;flex-direction:column-reverse;position:absolute;top:70%;width:100%}.CreateForm_header_div_center__jX4pr{display:flex;flex-direction:row;justify-content:start}.CreateForm_mr__QQqzB{margin-right:20px}.CreateForm_small__button__aYi4g{font-size:13px;height:28px;padding:2px 4px;width:53px}.CreateForm_nav_icons__OuPym{font-size:20px;margin-left:5px;margin-right:5px}.CreateForm_nav_vh__53Hyi{display:inline-block;height:125px}.CreateForm_root-col__wEFmr{margin-top:21px}.CreateForm_form_nav_name__UP\+Pb{margin-top:0}}@media screen and (min-width:665px) and (max-width:1024px){.CreateForm_header_right__OENiv{display:flex;flex-direction:row;justify-content:end;margin-bottom:20px;width:35%}.CreateForm_forms_logo__ABtjC{width:80px}.CreateForm_header_div__middle__Y-Js-{bottom:0;display:flex;flex-direction:column-reverse;position:absolute;top:70%;width:100%}.CreateForm_header_div_center__jX4pr{display:flex;flex-direction:row;justify-content:start}.CreateForm_mr__QQqzB{margin-right:20px}.CreateForm_small__button__aYi4g{font-size:13px;height:28px;padding:2px 4px;width:53px}.CreateForm_nav_icons__OuPym{font-size:22px;margin-left:10px;margin-right:10px}.CreateForm_nav_vh__53Hyi{display:inline-block;height:125px}.CreateForm_form_nav_name__UP\+Pb{margin-top:0}}.CreateForm_section_delete_button__ql3UK{align-items:center;display:flex;font-size:2rem;justify-content:center;width:fit-content}.CreateForm_section_header_bar__4KPGG{color:#007bff;cursor:pointer;display:flex;justify-content:space-between}.CreateForm_timer_div__9acDK{background-color:#007bff;border-radius:1rem;color:#fff;font:500;padding:.25rem}@media screen and (max-width:490px){.CreateForm_root_col__TOhkp{margin-top:120px}.CreateForm_root_col_2__utOc3{margin-top:10px}}.CreateForm_ant-popover-inner-content__Qq26M div{transition:background-color .2s}.CreateForm_ant-popover-content__XO5L5{top:-150px!important}.CreateForm_ant-popover-inner-content__Qq26M div:hover{background-color:#f0f0f0}.CreateForm_fixedBg__Xr9lP{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;position:fixed;width:100vw;z-index:-1}.CreateForm_root_wrapper__uD3pJ{background:#0000;position:relative;z-index:1}.Preview_preview_main__XdVkx{min-height:100vh;padding:24px 0}.Preview_preview_container__Hv0si{margin-bottom:20px;margin-top:-110px;padding:10px 0;width:100%}.Preview_buttonNextPrev__O8fe3{align-items:center;background-color:#fff;border:1px solid #367fff;border-radius:5px;color:#367fff;display:flex;flex-shrink:0;font-family:Nunito Sans,sans-serif;font-size:18px;font-style:normal;font-weight:700;gap:7px;justify-content:center;line-height:normal;word-break:break-all}.Preview_invalidText__hJPKI{color:#dc3545;font-size:.875em}.Preview_requiredPoint__Rem6c{color:red;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:normal}.Preview_buttonNextPrev__O8fe3:hover{border:1px solid #367fff!important;color:#367fff!important}.Preview_formSection__vykXH{margin:auto;width:58%}.Preview_question_card__VT4Zd{background-color:#fff;border:none;border-radius:5px;box-shadow:0 2px 8px #0000001a;display:flex;margin-bottom:20px}.Preview_preview_Question_image__2D2t\+{height:10rem;margin:.5rem 0;object-fit:contain;width:100%}.Preview_text_input__GfJy6{border:none;border-bottom:1x solid #e0e0e0;border-radius:0;height:auto;outline:none;transition:border-bottom .3s ease}.Preview_text_input__GfJy6:focus{border-bottom:1px solid #007bff;outline:none}.Preview_indicates__WmEDu{background:#0000;color:red}.Preview_question_card__VT4Zd{height:auto;margin-bottom:15px;padding:20px}.Preview_date_input__Nqhh0{width:180px}.Preview_required__gJ9fu{color:red}.Preview_time_input__D141i{width:180px}.Preview_dropdown__e27Cw option:hover{background-color:#007bff;color:#fff}.Preview_navigationButtons__XDXpJ{display:flex;justify-content:space-between;width:auto}.Preview_dateCard__lRE0j,.Preview_documentUpload__xSMYH,.Preview_dropDown__gExqN,.Preview_phoneCard__LWEP7,.Preview_ratingCard__mgSZN,.Preview_timeCard__ru0Re{margin:auto;padding:30px 0;width:90%}.Preview_inputFileContainer__7TwUZ{align-items:center;background:#fff;border-radius:5px;box-shadow:-2px 2px 20px 0 #0003;display:flex;flex-direction:column;height:176px;justify-content:center;overflow:hidden;position:relative;width:392px}.Preview_uploadedPreview__64gnB{height:inherit}.Preview_inputFile__BYgIi{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%}.Preview_inputFile__BYgIi:disabled{cursor:not-allowed;opacity:0}.Preview_ratingCard__mgSZN{display:flex;flex-direction:column;gap:10px}.Preview_headerCards__qVdth{margin:auto;width:90%}.Preview_cardChange__Nz-G6{margin:auto;min-height:212px;padding-top:5%;width:90%}.Preview_section_indicator__ZvbNC{background:#f5f5f5;border-radius:10px;color:#000;padding:1rem 0;text-align:center;text-transform:capitalize;transition:all 1s ease;width:100%}.Preview_section_indicator__ZvbNC h4{margin:auto;width:60%}.Preview_section_indicator__ZvbNC h6{font-weight:400;margin:auto;width:80%}.Preview_timer_div__33MLF{background-color:#fff;border:1px solid #516891;border-radius:5px;bottom:0;color:#fff;color:#516891;font:500;margin:2rem;padding:.5rem;position:fixed;right:0}.Preview_countdown__Geqxy{align-items:center;display:flex;gap:10px;justify-content:center}@media (max-width:435px){.Preview_preview_title__qotc4 h1{font-size:23px;white-space:normal}}@media (max-width:784px){.Preview_formSection__vykXH{margin:auto;width:95%}}.Preview_preview_header__BTaEm{background:#fff;border:none;border-radius:12px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:10px;justify-content:center;margin:auto;overflow:hidden;width:58%}.Preview_formImageWrapper__-WkEu{overflow:hidden;width:100%}.Preview_customize_theme__WSpHO{height:240px;margin-bottom:10px;object-fit:cover;text-align:center;width:100%}.Preview_textContainer__PGUUj{padding:24px 32px}.Preview_preview_title__qotc4{color:#202124;font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 8px}.Preview_preview_desc__WswHv{color:#5f6368;font-size:1rem;font-weight:400;line-height:1.5;margin:0}.Preview_fixedBg__YlZQp{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;position:fixed;width:100vw;z-index:-1}.Preview_root_wrapper__eJhom{background:#0000;position:relative;z-index:1}.Preview_loaderOverlay__wjITe{align-items:center;background:#fff9;border-radius:8px;display:flex;inset:0;justify-content:center;position:absolute;z-index:10}.preview_main{background-color:#f0ebf8;min-height:100vh}.preview_container{margin-top:-100px;max-width:700px;padding:10px 0}.preview_header{border-radius:8px;border-top:10px solid #007bff;margin-bottom:15px}.preview_title{height:auto;white-space:normal;width:100%}.preview_title h1{font-size:30px;max-width:100%;overflow:hidden;white-space:normal}.question_card{background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.preview_Question_image{height:10rem;margin:.5rem 0;object-fit:contain;width:100%}.text_input{border:none;border-bottom:1px solid #e0e0e0;border-radius:0;height:auto;outline:none;transition:border-bottom .3s ease}.text_input:focus{border-bottom:1px solid #007bff;outline:none}.indicates{background:#0000;color:red}.customize_theme{border-radius:9px;height:209px;margin-bottom:14px;margin-left:2px;width:100%}.question_card{height:auto;margin-bottom:15px;padding:20px}.date_input{width:150px}.required{color:red}.time_input{width:130px}.dropdown option:hover{background-color:#007bff;color:#fff}.navigationButtons{display:flex;justify-content:space-between;width:auto}.section_indicator{background-color:#007bff;border-radius:10px 10px 0 0;color:#d3d3d3;padding:.5rem 1rem;text-transform:capitalize;transition:all 1s ease;width:fit-content}.timer_div{background-color:#007bff;border-radius:1rem;bottom:0;color:#fff;font:500;margin:2rem;padding:1rem;position:fixed;right:0}@media (max-width:435px){.preview_title h1{font-size:23px;white-space:normal}}.custom-rating-card .ant-card-body{width:100%!important}.thankyou-container{background:linear-gradient(to bottom right,#f0f4ff,#fff);padding:40px 20px}.thankyou-content{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000001a;padding:30px;text-align:center}.icon-wrapper{align-items:center;display:flex;height:80px;justify-content:center;margin:0 auto 20px}.thankyou-title{color:#1890ff;margin-bottom:10px}.score-text{color:#52c41a;margin-bottom:20px}.thankyou-message{font-size:16px;margin-bottom:20px}.form-link{color:#1890ff;font-weight:600}.response-button{margin:20px 0}.service-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}.service-link{color:#333;text-align:center;text-decoration:none;transition:all .3s ease-in-out;width:100px}.service-link:hover{transform:translateY(-5px)}.service-icon{border-radius:12px;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;height:60px;margin-bottom:8px;width:60px}.service-name{font-size:14px;font-weight:600}.UserResponse_app-bg__6z1ci,body{min-height:100vh;position:relative}.UserResponse_app-bg__6z1ci:before{background:#f5f7fab3;bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.UserResponse_container_width__3roXl,.UserResponse_response_container__kxJOe{margin:0 auto;position:relative;z-index:1}.UserResponse_card_design__AiaJJ,.UserResponse_card_design_enhanced__-ykNb,.UserResponse_questionpage_card_response__T9XZV,.UserResponse_titlepage_card_response__uPOhh{background:#ffffffd9;border:1px solid #ffffff2e;border-radius:18px;box-shadow:0 8px 32px 0 #1f268726;margin-bottom:24px;padding:32px 36px;transition:box-shadow .2s}.UserResponse_card_design_enhanced__-ykNb{background:#ffffffd9;border:1px solid #ffffff2e;border-radius:18px;box-shadow:0 8px 32px 0 #1f268726;margin-bottom:24px;padding:32px 36px}.UserResponse_titlepage_card_response__uPOhh{margin-bottom:24px;margin-top:32px}.UserResponse_shadow_enhanced__LJKuD{box-shadow:0 8px 32px 0 #1f268726}@media (max-width:900px){.UserResponse_container_width__3roXl{max-width:98vw;padding:0 8px}.UserResponse_card_design__AiaJJ,.UserResponse_card_design_enhanced__-ykNb,.UserResponse_questionpage_card_response__T9XZV,.UserResponse_titlepage_card_response__uPOhh{padding:18px 8px}}.UserResponse_container_width__3roXl{max-width:770px}.UserResponse_response_container__kxJOe{width:100%}.UserResponse_card_design__AiaJJ{padding:20px 24px}.UserResponse_titlepage_card_response__uPOhh{background-color:#fff;border:1px solid #dadce0;border-radius:8px;margin:0 auto auto;page-break-inside:avoid}.UserResponse_titlepagecard_span_response__TNnRR{background-color:#007bff;border-top-left-radius:5px;border-top-right-radius:5px;height:13px}.UserResponse_option__4rFmO{margin:5px 0;padding:3px 10px}.UserResponse_correct_option__Rt6Q8{background-color:#00800066;border-radius:4px;margin:5px 0;padding:3px 10px}.UserResponse_incorrect_option__3T8Ek{background-color:#ff000091;border-radius:4px;margin:5px 0;padding:3px 10px}.UserResponse_titlepagecard_span_response__TNnRR:before{background-color:#007bff;border-radius:12px;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.UserResponse_questionpage_container_response__RAqiw{margin-top:20px}.UserResponse_question_input_response__TFldy{border:none;font-size:20px;font-weight:400;height:auto;letter-spacing:0;line-height:1.5;outline:none;width:100%}.UserResponse_questionpage_card_response__T9XZV{margin-bottom:24px;margin-top:18px}.UserResponse_questionpage_card_response__T9XZV:before{background-color:#007bff;border-radius:2px;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.UserResponse_text_message__OiuMF{background-color:#f8f9fa;border-radius:4px;color:#202124;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:400;letter-spacing:.2px;line-height:20px;margin:4px 0 0;padding:10px;word-break:keep-all}.UserResponse_qImgUrl_div__kKgIj{align-items:center;display:flex;justify-content:center;width:100%}.UserResponse_qImgUrl__yP2Nl{height:10rem;margin:1rem 0;object-fit:contain;width:100%}.UserResponse_shadow_enhanced__LJKuD{box-shadow:0 2px 12px 0 #00000014,0 0 1px 0 #00000005}.UserResponse_card_design_enhanced__-ykNb{background:linear-gradient(90deg,#f8fafc,#e9ecef);border-radius:10px;box-shadow:0 2px 8px #0000000a;padding:28px 32px}.UserResponse_titlepage_container_enhanced__1i8pE{margin-bottom:24px}.UserResponse_response_info_text__dJljk{color:#007bff;display:block;font-size:15px;font-weight:700;margin-bottom:8px}.UserResponse_form_title_enhanced__WVOZR{color:#222;font-size:2rem;font-weight:700;letter-spacing:.5px;margin-bottom:10px;text-align:left}.UserResponse_submission_info_row__ctZmR{align-items:center;display:flex;margin-bottom:6px}.UserResponse_submission_info_label__ZDvmy{color:#555;font-size:15px;font-weight:700;margin-right:8px}.UserResponse_submission_info_value__zd8h1{color:#222;font-size:15px;font-weight:400}.UserResponse_file_link_enhanced__YSG\+V{color:#007bff;font-weight:700;text-decoration:underline;transition:color .2s}.UserResponse_file_link_enhanced__YSG\+V:hover{color:#0056b3}.UserResponse_checkbox_enhanced__-J\+z6,.UserResponse_radio_enhanced__JRPqk{color:#222;font-size:15px;margin-left:4px}.graph_container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;place-items:center}.graph_container>div{width:100%}.graphs{margin-bottom:20px;margin-top:20px;overflow-x:auto;width:auto}@media screen and (max-width:1024px){.graph_container{grid-template-columns:1fr}}.graph_box{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem;max-width:480px;width:100%}.graph_title{margin-bottom:.5rem}.graph_title,.response-count{font-weight:600;text-align:center}.response-count{margin:0 0 4px}.chart-wrapper{max-width:480px;width:100%}.graph_container{display:flex;flex-wrap:wrap;gap:1.5rem}.SendPopup_btn__IPLfy:hover{background-color:#007bff}.rc-virtual-list{max-height:100px!important;overflow-y:auto!important}.Header_headerActionTextBlack__1pVmk:focus,.Header_headerActionTextBlack__1pVmk:hover{color:#111!important}.Header_workspaceName__PhhmW{font-weight:800;overflow:hidden;text-overflow:ellipsis;width:200px}.Header_nav-link__2CZXU{text-decoration:none!important}.Header_navbar_nav__Z-02w{background-color:#fff!important;border-bottom:1px solid #dadce0;padding:0}.Header_nav_main__WGjY3{display:"flex";display:inline-block;height:"auto";height:125px}.Header_header_div_left__kSFjx{align-items:center;display:flex;margin-left:16px}.Header_forms_logo__6rdjh{margin-bottom:3px;width:120px}.Header_form_nav_name__xWSTt{margin:-9px 0 0}.Header_secflex__HUlMK{margin-left:auto}.Header_placeholder-input__mv16G::placeholder{font-size:16px}.Header_nav_title_input__e1QRM{background:#0000;border:none;color:#333;font-size:1.2rem;width:100%;&:focus{outline:none}&:disabled{color:#666}}.Header_container-fluid__FQSZV{flex-wrap:nowrap!important;padding:0!important}.Header_custom-link__W7PN6{text-decoration:none}.Header_navbar-brand__w8I3k{border-right:1px solid #e5e7eb!important;margin-right:0!important}.Header_nav_title_input__e1QRM:focus{border-bottom:1px solid #007bff}.Header_container-Fluid__QR4Eu{align-items:center;display:flex;padding-left:0;padding-right:0}.Header_nav_icons__NwUUg{align-items:center;color:#666;cursor:pointer;display:flex;font-size:24px;padding:8px}.Header_nav_icons__NwUUg:hover{color:#333}.Header_middle-nav__HThF7{margin-bottom:2px}.Header_middle-nav__HThF7 .Header_nav-link__2CZXU{text-decoration:none}.Header_middle-nav__HThF7 .Header_navbar-nav__AfhgC{align-items:center;justify-content:center}.Header_middle-nav__HThF7 .Header_nav-link__2CZXU.Header_active__7nHMJ{color:#000;text-decoration:none}.Header_nav_mid__bYiiA{margin-left:10px;margin-right:10px;margin-top:0}.Header_dropdown__3YoLp:before{max-width:0}.Header_dropdown_toggle__xTx9j:after{border-top:.3em solid #0000!important;display:none!important}.Header_middle-nav__HThF7{align-items:flex-end;margin-bottom:10px}.Header_middle-nav__HThF7 .Header_nav_mid__bYiiA{margin-right:10px}.Header_nav-icons__md08M,.Header_small_button__3kIe6{margin-left:5px}.Header_hidden_arrow__O6\+S2{background-color:initial;border:none}.Header_switch_to__2G0D0{border:none;box-shadow:0 4px 16px #11111a1a,0 8px 32px #11111a0d;margin-top:10px!important;padding:20px!important;width:300px}.Header_dropdown-item__lwkeD{align-items:center!important;background-color:initial;border:0;clear:both;color:#36315d;display:flex!important;font-size:1rem;font-weight:400;height:40px!important;overflow:hidden;padding:.5rem 0!important;text-align:inherit;text-decoration-line:none;white-space:nowrap;width:auto}.Header_navbar-nav__AfhgC .Header_dropdown_menu__B\+57X{inset:0 0 auto auto;margin:0;position:absolute;text-decoration:none;transform:translate3d(0,24.8px,0)}.Header_switch_dots__3hPAE{align-items:center;height:200px;transform:translateX(-20px);width:300px}.Header_switch_to__2G0D0 h6{font-size:1.5rem;font-weight:600}.Header_dropdown_link__yk7lv{text-decoration:none}.Header_text_circle__\+X7Ad{align-items:center;background:#e0e0e0;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}@media screen and (max-width:900px){.Header_nav_icons__NwUUg{display:block;margin-bottom:10px;margin-top:10px}}@media screen and (min-width:992px){.Header_fm__XUyrB{margin-left:300px!important}}@media screen and (min-width:220px) and (max-width:768px){.Header_header_div_left__kSFjx{align-items:flex-start;flex-direction:column;width:35%}.Header_header_right__Yp9r9{display:flex;flex-direction:row;justify-content:end;margin-bottom:20px;width:65%}.Header_forms_logo__6rdjh{width:80px}.Header_header_div__middle__1DvyY{bottom:0;display:flex;flex-direction:column-reverse;position:absolute;top:70%;width:100%}.Header_header_div_center__QnJ7b{display:flex;flex-direction:row;justify-content:start}.Header_mr__UZgVA{margin-right:20px}.Header_small__button__8U6bM{font-size:13px;height:28px;padding:2px 4px;width:53px}.Header_nav_icons__NwUUg{font-size:20px;margin-left:5px;margin-right:5px}.Header_nav_vh__qQKBk{display:inline-block;height:125px}.Header_root-col__8YbrC{margin-top:21px}.Header_form_nav_name__xWSTt{margin-top:0}}@media screen and (min-width:665px) and (max-width:1024px){.Header_header_right__Yp9r9{display:flex;flex-direction:row;justify-content:end;margin-bottom:20px;width:35%}.Header_forms_logo__6rdjh{width:80px}.Header_header_div__middle__1DvyY{bottom:0;display:flex;flex-direction:column-reverse;position:absolute;top:70%;width:100%}.Header_header_div_center__QnJ7b{display:flex;flex-direction:row;justify-content:start}.Header_mr__UZgVA{margin-right:20px}.Header_small__button__8U6bM{font-size:13px;height:28px;padding:2px 4px;width:53px}.Header_nav_icons__NwUUg{font-size:22px;margin-left:10px;margin-right:10px}.Header_nav_vh__qQKBk{display:inline-block;height:125px}.Header_form_nav_name__xWSTt{margin-top:0}}.Header_search_container__eDDL6{align-items:center;display:flex;gap:20px;margin-left:20px}.Header_selected_text__NRBqt{color:#36315d;font-size:1.5rem;font-weight:600;margin-left:10px;margin-right:10px}.Header_search_bar__g5cQT{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;transition:box-shadow .2s ease-in-out;width:100%}.Header_search_bar__g5cQT .Header_MuiInputBase-root__cvb7F{height:40px;padding:0 12px}.Header_search_bar__g5cQT .Header_MuiInputBase-input__wxBsZ{font-size:14px;padding:8px 0}.Header_search_bar__g5cQT:hover{box-shadow:0 2px 4px #0000001a}.Header_search_bar__g5cQT:focus-within{box-shadow:0 2px 8px #00000026}.Header_search_icon__oy5u6{color:#5f6368;cursor:pointer;font-size:20px}.Header_search_button__47162{align-items:center;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:4px}.Header_search_button__47162:hover{background-color:#0000000a}@media screen and (min-width:992px){.Header_search_container__eDDL6{flex:1 1;margin:0 auto;max-width:600px}}.nav-link{text-decoration:none!important}.forms_logo{margin-bottom:3px;width:120px}.nav_main{display:"flex";height:"auto"}.form_nav_name{margin:0}.secflex{margin-left:auto}.placeholder-input::placeholder{font-size:16px}.nav_title_input{background-color:initial;border:none;border-bottom:1px solid #0000;font-size:10px;outline:none;transition:border-bottom .3s;width:fit-content;width:240px}.custom-link{text-decoration:none}.nav_title_input:focus{border-bottom:1px solid #007bff}.Container-Fluid{align-items:center;display:flex;padding:0}.nav_icons{align-items:flex-end;color:#212529;cursor:pointer;display:flex;font-size:24px;margin-left:10px;margin-right:10px}.middle-nav{margin-bottom:2px}.middle-nav .nav-link{text-decoration:none}.middle-nav .navbar-nav{align-items:center;justify-content:center}.middle-nav .nav-link.active{color:#000;text-decoration:none}.nav_mid{margin-left:10px;margin-right:10px;margin-top:0}*{box-sizing:border-box;margin:0;padding:0}.dropdown:before{max-width:0}.dropdown-toggle:after{border-top:.3em solid #0000!important;display:none!important}.middle-nav{align-items:flex-end;margin-bottom:10px}.middle-nav .nav_mid{margin-right:10px}.nav-icons,.small-button{margin-left:5px}.hidden-arrow{background-color:initial;border:none}.switch-to{border:none;box-shadow:0 4px 16px #11111a1a,0 8px 32px #11111a0d;margin-top:10px!important;padding:20px!important;width:300px}.dropdown-item{align-items:center!important;background-color:initial;border:0;clear:both;color:#36315d;display:flex!important;font-size:1rem;font-weight:500;height:40px!important;overflow:hidden;padding:.5rem 0!important;text-align:inherit;text-decoration-line:none;white-space:nowrap;width:auto}.navbar-nav .dropdown-menu{inset:0 0 auto auto;margin:0;position:absolute;text-decoration:none;transform:translate3d(0,24.8px,0)}.switch-dots{align-items:center;background:#d9d9d9;border-radius:50%;display:flex;height:32px;margin:auto 10px auto 0;width:32px}.switch-to h6{font-size:1.5rem;font-weight:800}.dropdown-link{text-decoration:none}.Text__circle{background:#000;border-radius:50%;color:#fff;font-size:12px;height:30px;line-height:30px;text-align:center;width:30px}@media screen and (max-width:900px){.nav_icons{display:block;margin-bottom:10px;margin-top:10px}}@media screen and (min-width:992px){.fm{margin-left:300px!important}}.dots-loading{display:flex;gap:6px;justify-content:center}.dots-loading div,.dots-loading:after,.dots-loading:before{animation:dots-blink 1.4s ease-in-out infinite;background:#7349bd;border-radius:50%;content:"";height:8px;width:8px}.dots-loading div{animation-delay:.2s}.dots-loading:after{animation-delay:.4s}@keyframes dots-blink{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ant-drawer-mask{background:none!important}.ant-drawer-content-wrapper{box-shadow:none!important}.ant-drawer-body{padding:0 10px 10px!important}.clamped{-webkit-line-clamp:1;-webkit-box-orient:vertical;background:#f7f7f7;border-radius:4px;display:-webkit-box;overflow:hidden;padding:4px;width:200px}.response_main{margin-top:3rem}.titlepage_card_response{border:0;margin:auto}.container_response{margin-top:154px}.cursor{cursor:pointer}.titlepagecard_span_response{background-color:#007bff;border-top-left-radius:5px;border-top-right-radius:5px;height:13px}.export_button{color:"blue";cursor:pointer;padding:.5rem;-webkit-text-decoration:"underline";text-decoration:"underline"}.export_button:hover{color:#0000ffb0}.custom-ant-table .ant-table-thead>tr>th{background-color:#007bff!important;color:#fff!important;font-weight:500}.custom-html-table{min-width:100%;width:max-content}.custom-html-table th{max-width:150px;min-width:150px;padding:8px;text-align:left}.custom-html-table td{height:72px;max-width:150px;min-width:150px;overflow:hidden;padding:8px;vertical-align:top}.clamp-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.2rem;max-height:3.6rem;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}.responsive-table-wrapper{overflow-x:auto}.custom-html-table{border-collapse:collapse;table-layout:auto;width:100%}.custom-html-table td,.custom-html-table th{border:1px solid #ddd;max-width:150px;min-width:100px;padding:8px;text-align:left;vertical-align:top}.custom-html-table th{background-color:#007bff;color:#fff;position:sticky;top:0;z-index:1}.cell-content{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.4em;max-height:4.2em;overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media (max-width:768px){.custom-html-table td,.custom-html-table th{min-width:120px}}.custom-table-wrapper{border-radius:6px}.custom-table{min-width:800px}.custom-th-center{min-width:120px}.custom-tr{min-height:70px}.custom-td{word-wrap:break-word;line-height:1.4;max-width:150px;padding:12px;vertical-align:top}.custom-td-center{text-align:center}.truncate-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.custom-table-wrapper{overflow-x:auto}.custom-table{border:1px solid #ccc;border-collapse:collapse;min-width:1000px;padding:10px;table-layout:fixed;width:100%}.custom-table thead tr{background-color:#fafafa;border-bottom:1px solid #d9d9d9}.custom-th{background:#f5f5f5;border:1px solid #ddd;color:#007bff;font-weight:600;min-width:150px;padding:12px;text-align:left}.custom-th-center{text-align:center;width:150px}.custom-tr{border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s ease-in-out}.custom-td{border:1px solid #ddd;padding:4px 8px}.custom-td-center{align-items:center;border:none;display:flex;gap:8px;justify-content:center;margin:10px}.custom-td,.custom-th{box-sizing:border-box}.cell-wrapper{-webkit-box-orient:vertical;display:-webkit-box;height:100%;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}@media screen and (max-width:420px){.response_main{margin-top:160px}}.sidebar>div:first-child{margin-top:53px!important}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{font-size:14px;padding:5px 9px}.ant-dropdown{font-family:Google Sans,Roboto,Arial,sans-serif}.Preview_required__t9S6q{left:53px!important;position:absolute!important}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}*{font-family:Nunito Sans,sans-serif}body{margin:0;padding:0}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background-color:#0003;border-radius:100px;padding:100px 0}::-webkit-scrollbar-thumb:hover{background-color:#7179d8;cursor:pointer}
/*# sourceMappingURL=main.ed02174f.css.map*/