:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.projects_contentbar_space__zk1yW{padding:20px 150px}.projects_filterWrapper__mU_5o{border-bottom:1px solid rgba(72,94,144,.16)!important}.projects_filterWrapper__mU_5o .MuiSelect-outlined{font-size:12px!important;color:#565656!important;top:-6px}.projects_filterWrapper__mU_5o .MuiInputBase-root{font-family:Muli,sans-serif}.projects_filterWrapper__mU_5o .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{outline:none!important}.projects_filterWrapper__mU_5o .MuiOutlinedInput-notchedOutline{border-color:unset;border-radius:0;border:none!important;border-left:0}.projects_filterWrapper__mU_5o .MuiOutlinedInput-input{padding:4.5px 35px!important}.projects_filterWrapper__mU_5o .projects_search_icon__ansM3{position:absolute;left:12px;top:50%;transform:translateY(-50%)}.projects_filterWrapper__mU_5o .projects_searchBar__bmfsi input{font-size:12px!important;background-color:#f6f6f6!important;width:240px!important;border-left:1px solid rgba(72,94,144,.16)!important;border-right:1px solid rgba(72,94,144,.16)!important}.projects_filterWrapper__mU_5o .projects_searchBar__bmfsi fieldset{border:none!important}.projects_filterWrapper__mU_5o .projects_searchBar__bmfsi :focus-visible{outline:none!important}.projects_filterWrapper__mU_5o .projects_desc__Fdo8Z{padding:10px 20px!important}.projects_previewWrapper__DHrV7{background:#fff;border-bottom:1px solid #f3f3f3!important;padding:5px 15px!important}.projects_previewWrapper__DHrV7 .projects_success_btn__8S9s0{background:#58c390;box-shadow:none!important;font-size:13px!important;text-transform:capitalize!important;border-radius:0!important;padding:13px 40px!important}.projects_tableContainer__a6lAX .MuiTableRow-root{background:#f7f7f7}.projects_tableContainer__a6lAX thead{background:#ececeb!important}.projects_tableContainer__a6lAX thead th{vertical-align:middle;border-bottom:2px solid rgba(0,0,0,.03);font-weight:700;line-height:20px!important;font-size:12px;text-transform:uppercase;border-top:1px solid rgba(0,0,0,.03);padding:10px 16px;color:#263a5b}.projects_tableContainer__a6lAX tbody td{color:#8e8e8e;vertical-align:middle;padding:15px 16px;font-size:12px}.projects_tableContainer__a6lAX tbody h6,.projects_tableContainer__a6lAX tbody td{border-top:1px solid rgba(0,0,0,.03)!important;line-height:20px!important;border-bottom:none!important}.projects_tableContainer__a6lAX tbody h6{font-size:.8125rem;padding:8px 20px;text-transform:capitalize;margin-bottom:0;color:#263a5b;font-weight:500}.projects_tableContainer__a6lAX tbody .projects_in_progress__bT0z1{background:#d7e9f8;color:#494ed3;text-transform:uppercase;font-weight:600;font-size:11px}.projects_tableContainer__a6lAX tbody .projects_completed__Sltkt{background:#defcdb;color:#377e22;text-transform:uppercase;font-weight:600;font-size:11px}.projects_tableContainer__a6lAX tbody .projects_in_queue__9gstA{background:#ececeb;color:#32383f;text-transform:uppercase;font-weight:600;font-size:11px}.projects_tableContainer__a6lAX tbody .projects_flex_target_icon__Pg9M6{display:flex;flex-direction:column;margin-right:10px}.projects_tableContainer__a6lAX tbody .projects_flex_all_target__jfDAF{display:flex}.projects_tableContainer__a6lAX .projects_paginationBar__NCys3{padding:7px 23px 7px 8px;background:#ececeb}.projects_tableContainer__a6lAX .projects_paginationBar__NCys3 p{font-size:13px}.projects_tableContainer__a6lAX .projects_paginationBar__NCys3 p span{font-weight:700}.projects_tableContainer__a6lAX .projects_paginationBar__NCys3 .MuiPaginationItem-root.Mui-selected{background-color:#1151b3!important;color:#fff;border-radius:5px;margin:0}.projects_page_separator__uKaq8{position:relative;color:#868e96;display:flex;align-items:center;justify-content:flex-start;z-index:0;padding:20px 0!important}.projects_page_separator__uKaq8:before{content:"";height:1px;width:100%;top:50%;position:absolute;z-index:-1;background-color:rgba(0,0,0,.1)}.projects_page_separator_text__4vUdv{display:inline-flex;max-width:90%;text-transform:uppercase;font-size:.9375rem;color:#303840;font-weight:600;letter-spacing:2px;border-radius:.25rem;background-color:#fff;padding-right:.5rem}.projects_modal_layout__sWqKI .projects_modal_flexBox__88UdG{display:flex!important;flex-direction:column!important}.projects_modal_layout__sWqKI .projects_modal_header__HIMxL{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;padding:20px 20px 0}.projects_modal_layout__sWqKI .projects_para_modal__bGAQE{font-size:13px!important;margin-bottom:30px}.projects_modal_layout__sWqKI .projects_select_box__XWXFT{margin:0 auto 20px;padding:15px 20px}.projects_modal_layout__sWqKI .projects_select_box__XWXFT .projects_text_field__VaOVX{color:dimgray!important}.projects_modal_layout__sWqKI .projects_select_box__XWXFT .projects_selectScanMode__QFQF_{background:hsla(0,4%,91%,.38)!important;font-weight:700!important;box-shadow:0 1px 4px rgba(0,0,0,.16)!important;width:90%}.projects_modal_layout__sWqKI .projects_selectScanMenu__haY_6 p{letter-spacing:0!important;font-family:Muli,sans-serif!important;color:#32383f!important;font-size:12px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:8px!important}.projects_modal_layout__sWqKI .projects_select_heading__A_xPr{margin-bottom:15px}.projects_modal_layout__sWqKI .projects_icon_close__gc48E{color:#1151b3!important;cursor:pointer!important;font-size:15px!important}.projects_modal_layout__sWqKI .projects_success_btn__8S9s0{background:#58c390;box-shadow:none!important;font-size:13px!important;border-radius:3px!important;font-weight:500!important}.projects_modal_layout__sWqKI .projects_tagfield_formControl__XqaKz{width:100%!important;border-radius:0!important}.projects_modal_layout__sWqKI .MuiOutlinedInput-notchedOutline{border-radius:5px!important;border:1px solid #ccc}.projects_modal_layout__sWqKI .MuiSelect-select{text-align:left;font-size:13px}.projects_modal_edit_layout___UaRr .projects_para_modal__bGAQE{font-size:13px!important;margin-bottom:30px}.projects_modal_edit_layout___UaRr .projects_select_box__XWXFT{margin:0 auto 20px}.projects_modal_edit_layout___UaRr .projects_select_heading__A_xPr{margin-bottom:15px}.projects_modal_edit_layout___UaRr .projects_modal_header__HIMxL{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.projects_modal_edit_layout___UaRr .projects_icon_close__gc48E{color:#1151b3!important;cursor:pointer!important;font-size:22px!important}.projects_modal_edit_layout___UaRr .projects_success_btn__8S9s0{background:#58c390;box-shadow:none!important;font-size:13px!important}.projects_modal_edit_layout___UaRr .MuiOutlinedInput-notchedOutline{border-radius:5px;border:1px solid #ccc}.projects_modal_edit_layout___UaRr .MuiSelect-select{text-align:left;font-size:13px}.projects_heading_edit_project__sikQ0{color:#000;font-size:16px!important;font-weight:600!important}.projects_modal_heading_desc__030vl{width:100%!important;display:block!important;margin:0 0 15px!important;font-size:11px!important;color:#8e8e8e!important;padding:0 20px;font-weight:600!important}.projects_modal_header__HIMxL{display:flex!important;align-items:center!important;justify-content:space-between!important}.projects_input_box__80W5o{margin-bottom:10px}.projects_comment_box__SdUsD{background-color:rgba(174,211,182,.4)!important;border:1px solid rgba(174,211,182,.4)!important;border-radius:5px!important;color:#116824!important;display:flex!important;flex-direction:column!important;padding:5px!important}.projects_comment_box__SdUsD span{padding:5px!important;font-size:12px!important}.projects_comment_box__SdUsD label{padding:3px 0 0 5px!important;margin-bottom:4px!important;font-weight:600!important;color:#116824!important}.projects_BoxForForm__3_NBm{padding:25px 35px!important;height:calc(100vh - 55px);overflow:auto}.projects_BoxForForm__3_NBm .projects_heading_right_modal__gWVxX{text-align:center;margin-bottom:30px!important}.projects_BoxForForm__3_NBm .projects_success_btn__8S9s0{background:#58c390;box-shadow:none!important;font-size:13px!important;text-transform:capitalize!important;margin-top:20px!important}.projects_BoxForForm__3_NBm .projects_right_btn__wiWRa{text-align:right}.projects_BoxForForm__3_NBm .projects_icon_close__gc48E{position:absolute;right:20px!important;top:20px!important;cursor:pointer!important;font-size:20px!important}.projects_editor__iAmHr .rdw-editor-main{border:1px solid #f2f2f2!important;padding:0 10px}.projects_scan_heading__we_J9{display:flex;font-size:15px!important;align-items:center}.projects_scan_summary_head__AwqUp{padding-left:10px}.projects_commonBtn__6CWEm{margin-top:30px}.projects_commonBtn__6CWEm button{width:80%}.projects_roundInfoMenuBtn__KdB_l{background:#f5f7fa;width:30px;height:30px;display:block;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#000;margin-right:10px;border:none;font-weight:600;cursor:pointer;box-shadow:0 1px 1px rgba(0,0,0,.075),0 2px 2px rgba(0,0,0,.075),0 4px 4px rgba(0,0,0,.075),0 8px 8px rgba(0,0,0,.075),0 16px 16px rgba(0,0,0,.075)}.projects_btnReject__JZ9Ax{background-color:#ea3f33!important;color:#fff!important}.projects_btnfalsePositive___8JhT{background-color:#e59807!important}.projects_statusReject__OibnO{color:#ea3f33!important}.projects_circleLangBox__H2ncu{border-radius:50%!important;width:15px!important;height:15px!important}.projects_circleLangBox__H2ncu.projects_lang1__2ID6P{background-color:#e4817a}.projects_circleLangBox__H2ncu.projects_lang2__YEr6J{background-color:#5e88e9}.projects_circleLangBox__H2ncu.projects_lang3__yaaMG{background-color:#af93d2}.projects_circleLangBox__H2ncu.projects_lang4__97A5x{background-color:#d89792}.projects_circleLangBox__H2ncu.projects_lang5__lAqYx{background-color:#b3d0ff}.projects_chartMargin__box__7DzFu{text-align:left!important;margin:auto!important;width:-moz-fit-content!important;width:fit-content!important;padding:20px!important}.projects_chartMargin__box__7DzFu.projects_critical__nn7yJ .projects_certain__huRgY,.projects_chartMargin__box__7DzFu.projects_critical__nn7yJ .projects_firm__yjY44,.projects_chartMargin__box__7DzFu.projects_critical__nn7yJ .projects_tentative__jOfjX{position:relative!important}.projects_chartMargin__box__7DzFu.projects_critical__nn7yJ .projects_certain__huRgY:before{background-color:#721c24!important}.projects_chartMargin__box__7DzFu.projects_critical__nn7yJ .projects_certain__huRgY:before,.projects_chartMargin__box__7DzFu.projects_critical__nn7yJ .projects_firm__yjY44:before{width:10px!important;height:10px!important;border-radius:50%!important;position:absolute!important;content:""!important;top:50%!important;transform:translateY(-50%)!important;left:-15px!important}.projects_chartMargin__box__7DzFu.projects_critical__nn7yJ .projects_firm__yjY44:before{background-color:#8e494f!important}.projects_chartMargin__box__7DzFu.projects_critical__nn7yJ .projects_tentative__jOfjX:before{background-color:#c6a4a7!important;width:10px!important;height:10px!important;border-radius:50%!important;position:absolute!important;content:""!important;top:50%!important;transform:translateY(-50%)!important;left:-15px!important}.projects_chartMargin__box__7DzFu.projects_high__7xrms .projects_certain__huRgY,.projects_chartMargin__box__7DzFu.projects_high__7xrms .projects_firm__yjY44,.projects_chartMargin__box__7DzFu.projects_high__7xrms .projects_tentative__jOfjX{position:relative!important}.projects_chartMargin__box__7DzFu.projects_high__7xrms .projects_certain__huRgY:before{background-color:#ff1000!important}.projects_chartMargin__box__7DzFu.projects_high__7xrms .projects_certain__huRgY:before,.projects_chartMargin__box__7DzFu.projects_high__7xrms .projects_firm__yjY44:before{width:10px!important;height:10px!important;border-radius:50%!important;position:absolute!important;content:""!important;top:50%!important;transform:translateY(-50%)!important;left:-15px!important}.projects_chartMargin__box__7DzFu.projects_high__7xrms .projects_firm__yjY44:before{background-color:#ff6f65!important}.projects_chartMargin__box__7DzFu.projects_high__7xrms .projects_tentative__jOfjX:before{background-color:#ffcac6!important;width:10px!important;height:10px!important;border-radius:50%!important;position:absolute!important;content:""!important;top:50%!important;transform:translateY(-50%)!important;left:-15px!important}.projects_chartMargin__box__7DzFu.projects_medium__dBIrd .projects_certain__huRgY,.projects_chartMargin__box__7DzFu.projects_medium__dBIrd .projects_firm__yjY44,.projects_chartMargin__box__7DzFu.projects_medium__dBIrd .projects_tentative__jOfjX{position:relative!important}.projects_chartMargin__box__7DzFu.projects_medium__dBIrd .projects_certain__huRgY:before{background-color:#a27d2a!important}.projects_chartMargin__box__7DzFu.projects_medium__dBIrd .projects_certain__huRgY:before,.projects_chartMargin__box__7DzFu.projects_medium__dBIrd .projects_firm__yjY44:before{width:10px!important;height:10px!important;border-radius:50%!important;position:absolute!important;content:""!important;top:50%!important;transform:translateY(-50%)!important;left:-15px!important}.projects_chartMargin__box__7DzFu.projects_medium__dBIrd .projects_firm__yjY44:before{background-color:#ffb000!important}.projects_chartMargin__box__7DzFu.projects_medium__dBIrd .projects_tentative__jOfjX:before{background-color:#ffe5ab!important;width:10px!important;height:10px!important;border-radius:50%!important;position:absolute!important;content:""!important;top:50%!important;transform:translateY(-50%)!important;left:-15px!important}.projects_chartMargin__box__7DzFu.projects_low__Jk4jh .projects_certain__huRgY,.projects_chartMargin__box__7DzFu.projects_low__Jk4jh .projects_firm__yjY44,.projects_chartMargin__box__7DzFu.projects_low__Jk4jh .projects_tentative__jOfjX{position:relative!important}.projects_chartMargin__box__7DzFu.projects_low__Jk4jh .projects_certain__huRgY:before{background-color:#2e5d0b!important}.projects_chartMargin__box__7DzFu.projects_low__Jk4jh .projects_certain__huRgY:before,.projects_chartMargin__box__7DzFu.projects_low__Jk4jh .projects_firm__yjY44:before{width:10px!important;height:10px!important;border-radius:50%!important;position:absolute!important;content:""!important;top:50%!important;transform:translateY(-50%)!important;left:-15px!important}.projects_chartMargin__box__7DzFu.projects_low__Jk4jh .projects_firm__yjY44:before{background-color:#67b22f!important}.projects_chartMargin__box__7DzFu.projects_low__Jk4jh .projects_tentative__jOfjX:before{background-color:#bfea9f!important;width:10px!important;height:10px!important;border-radius:50%!important;position:absolute!important;content:""!important;top:50%!important;transform:translateY(-50%)!important;left:-15px!important}.projects_chipLabel__AMdPG{padding:5px 10px!important;border-radius:3px!important}.projects_chipLabel__AMdPG.projects_critical__nn7yJ{background-color:rgba(114,28,36,.102)!important;color:#721c24!important;font-weight:600!important}.projects_chipLabel__AMdPG.projects_high__7xrms{background-color:rgba(238,63,51,.102)!important;color:#ee3f33!important;font-weight:600!important}.projects_chipLabel__AMdPG.projects_medium__dBIrd{background-color:rgba(244,160,63,.102);color:#f4a03f!important;font-weight:600!important}.projects_chipLabel__AMdPG.projects_low__Jk4jh{background-color:rgba(71,136,89,.102)!important;color:#478859!important;font-weight:600!important}.projects_blockWrapper__tMwZ2{display:inline-flex;align-items:center}.projects_blockWrapper__tMwZ2 .projects_midBlock__aADbh{margin:0 18px}.projects_blockWrapper__tMwZ2 .projects_midBlock__aADbh p{color:#464646;text-align:left;font-size:12px}.projects_blockWrapper__tMwZ2 .projects_midBlock__aADbh span{font-size:10px;text-transform:capitalize!important}.projects_scanStatus__JyDuy{display:flex!important;gap:10px!important;align-items:center!important}.projects_scanStatus__JyDuy.projects_todo__HUsif{color:#da3e3c!important;font-size:14px!important}.projects_scanStatus__JyDuy.projects_inprogress__B7fqr{color:#1967d2!important;font-size:14px!important}.projects_scanStatus__JyDuy.projects_scheduled__CW0FZ{color:#f8c220!important;font-size:14px!important}.projects_scanStatus__JyDuy.projects_completed__Sltkt{color:#377e22!important;font-size:14px!important}.sidebar_mainSection__PWHWV{margin-left:240px;background:#fff}.sidebar_shrinkMainSection__cQt2r{margin-left:65px;padding:0}.sidebar_sidebar__7hndR{font-family:Muli,sans-serif}.sidebar_sidebar__7hndR .sidebar_logoBox__WoPgZ{width:160px;margin:20px auto 0}.sidebar_sidebar__7hndR .MuiPaper-root{background-color:#273485}.sidebar_sidebar__7hndR li{position:relative;line-height:30px;width:auto}.sidebar_sidebar__7hndR li.sidebar_active__73edT{border-left:4px solid #d8d8d8;transition:all .3s ease}.sidebar_sidebar__7hndR li.sidebar_active__73edT a{font-weight:400;background-color:hsla(0,0%,100%,.08);color:#fff!important;opacity:1;transition:all .3s ease}.sidebar_sidebar__7hndR li.sidebar_active__73edT a svg{margin-left:-3px}.sidebar_sidebar__7hndR li a{padding:5px 10px 5px 15px!important;display:inline-flex!important;color:#b3d0ff!important;font-size:13px!important;text-decoration:none!important;align-items:center!important;width:100%!important;position:relative!important;transition:all .3s ease}.sidebar_sidebar__7hndR li a:hover{color:#fff!important}.sidebar_sidebar__7hndR li .sidebar_icon__9X1zz{vertical-align:middle;font-size:14px;margin-right:10px}.sidebar_sidebar__7hndR .sidebar_profileBox__LdWoM{padding:30px 20px 20px;display:flex;align-items:center}.sidebar_sidebar__7hndR .sidebar_profileBox__LdWoM .sidebar_profileImage__nD7F3{width:40px;height:40px;position:relative}.sidebar_sidebar__7hndR .sidebar_profileBox__LdWoM .sidebar_profileImage__nD7F3 .sidebar_roundImage__aPoDn{border-radius:50%}.sidebar_sidebar__7hndR .sidebar_profileBox__LdWoM .sidebar_profileText__Tpp4f{cursor:pointer;width:100%;display:flex;align-items:center;justify-content:space-between}.sidebar_sidebar__7hndR .sidebar_profileBox__LdWoM .sidebar_profileText__Tpp4f h6{color:#fff!important;line-height:26px;text-transform:capitalize;font-size:15px;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.sidebar_sidebar__7hndR .sidebar_profileBox__LdWoM .sidebar_profileText__Tpp4f p{color:#a5a9ad!important;display:block;font-size:13px!important;line-height:15px;text-transform:capitalize;display:flex;align-items:center;margin-top:5px}.sidebar_sidebar__7hndR .sidebar_submenuItem__Jecb2{padding:10px 0 10px 45px!important;display:block!important}.sidebar_shrinkSidebar__HWvNA{font-family:Muli,sans-serif}.sidebar_shrinkSidebar__HWvNA .sidebar_logoBox__WoPgZ{width:90px;margin:20px auto 0}.sidebar_shrinkSidebar__HWvNA li.sidebar_active__73edT{border-left:2px solid #d8d8d8}.sidebar_shrinkSidebar__HWvNA li.sidebar_active__73edT .sidebar_icon__9X1zz{margin-left:1px;color:#fff!important}.sidebar_shrinkSidebar__HWvNA li{position:relative;line-height:30px;margin:0 15px 11px 0}.sidebar_shrinkSidebar__HWvNA li a{padding:4px 10px 4px 17px!important;display:inline-flex!important;color:#dcdee0!important;font-size:14px!important;text-decoration:none!important;align-items:center!important;width:100%!important;position:relative!important}.sidebar_shrinkSidebar__HWvNA li a span{display:none}.sidebar_shrinkSidebar__HWvNA .sidebar_icon__9X1zz{vertical-align:middle;font-size:18px;margin-right:8px;color:#b3d0ff!important;margin-left:3px}.sidebar_shrinkSidebar__HWvNA .sidebar_profileBox__LdWoM{margin:0 auto 12px}.sidebar_shrinkSidebar__HWvNA .sidebar_profileBox__LdWoM .sidebar_profileImage__nD7F3{width:40px;height:40px;position:relative}.sidebar_shrinkSidebar__HWvNA .sidebar_profileBox__LdWoM .sidebar_profileImage__nD7F3 .sidebar_roundImage__aPoDn{border-radius:50%}.sidebar_shrinkSidebar__HWvNA .sidebar_profileBox__LdWoM .sidebar_profileText__Tpp4f{margin-top:20px;margin-right:7px;border-bottom:1px solid #25477e;padding-bottom:8px}.sidebar_shrinkSidebar__HWvNA .sidebar_accordion__UqPvD .sidebar_icon__9X1zz{margin-right:0!important}.sidebar_shrinkSidebar__HWvNA .sidebar_submenuItem__Jecb2{padding:10px 0 10px 25px!important;display:block!important}.sidebar_appBar__V5Myy{background-color:#fff!important;box-shadow:none!important;font-family:Muli,sans-serif;z-index:1!important;border-bottom:1px solid rgba(72,94,144,.16)!important}.sidebar_toolbar_right__MSoIv{display:flex;align-items:center;justify-content:space-between}.sidebar_companyWorkspace__xU2Sx{display:flex;align-items:center;margin-bottom:10px;padding:5px 15px!important;cursor:pointer}.sidebar_companyWorkspace__xU2Sx .sidebar_logoCom__ThvMq{margin-right:10px}.sidebar_companyWorkspace__xU2Sx .sidebar_companyName__dX2V0{font-size:14px!important}.sidebar_companyWorkspace__xU2Sx .sidebar_companyType__LSEkf{font-size:12px!important;color:#8c8c8c!important}.sidebar_recent__tcymQ{margin-bottom:0;padding:10px 15px;font-size:12px!important;margin-bottom:0!important}.sidebar_viewAllBlock__ZswIB{padding:10px!important;text-align:center}.sidebar_viewAllBlock__ZswIB .sidebar_viewAll__Gs55r{text-decoration:none;font-size:13px;color:#0e2954;pointer-events:auto!important;cursor:pointer}.sidebar_companyWorkspace__xU2Sx:hover{background:#f6f6f6}.sidebar_btnwork__7HOHc{background:#f7f7f7!important;padding:5px 10px;border-radius:10px;color:#0e2954!important;padding:5px 15px!important}.sidebar_switchWorkspaces__QpZdG{color:#fff;font-size:21px;margin-left:4px}@font-face{font-family:Muli;src:url(/_next/static/media/Muli-SemiBold.f3606f65.ttf);src:url(/_next/static/media/Muli.19af2017.ttf);font-weight:500;font-style:normal}@font-face{font-family:Muli;src:url(/_next/static/media/Muli-SemiBold.f3606f65.ttf);src:url(/_next/static/media/Muli.19af2017.ttf);font-weight:400;font-style:normal}*{box-sizing:border-box;margin:0}body{font-family:Muli,sans-serif!important;background:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{border-radius:12px;background:hsla(0,0%,76%,.875)}::-webkit-scrollbar-thumb:window-inactive{background:hsla(0,0%,76%,.875)}a,h1,h2,h3,h4,h5,h6,label,li,p,span{font-family:Muli,sans-serif}::-moz-placeholder{font-size:12px!important}:-ms-input-placeholder{font-size:12px!important}::placeholder{font-size:12px!important}.content_block .text-tiny{font-size:.7em}.content_block .text-small{font-size:.85em}.content_block .text-med{font-size:1em!important}.content_block .text-big{font-size:1.4em!important}.content_block .text-huge{font-size:1.8em!important}.text-url{text-decoration:none!important}.text-primary{color:#1151b3!important;font-weight:600!important}label{font-size:13px!important;margin-bottom:7px!important;display:block!important;color:#525252;text-align:left}p{color:#32383f!important}button,p{font-size:12px!important}button{text-transform:capitalize!important;box-shadow:none!important;letter-spacing:0!important}button svg{font-size:14px!important;margin-top:2px!important;margin-right:6px}.avatar svg{margin-top:unset!important;margin-right:unset!important}.w-5{width:5%}.w-15{width:15%}.w-20{width:20%}.w-30{width:30%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.m-b{margin-bottom:15px!important}.m-t{margin-top:20px!important}.td-center{text-align:center}.text-justify{text-align:justify}input::-moz-placeholder{font-size:14px!important;color:#525252!important;font-weight:400!important;opacity:1!important;font-family:Muli,sans-serif!important}input:-ms-input-placeholder{font-size:14px!important;color:#525252!important;font-weight:400!important;opacity:1!important;font-family:Muli,sans-serif!important}input::placeholder{font-size:14px!important;color:#525252!important;font-weight:400!important;opacity:1!important;font-family:Muli,sans-serif!important}.MuiSelect-select{font-size:13px!important}.desc{width:-moz-fit-content!important;width:fit-content!important;border-radius:5px;display:flex;flex-direction:column}.LOW .MuiSvgIcon-root{color:#25993f!important}.LOW .MuiAlert-message{font-size:13px!important}.LOW{background-color:rgba(18,179,52,.247)!important;color:#000!important;padding:1px 10px!important}.MED .MuiSvgIcon-root{color:#f2960d!important}.MED{background-color:rgba(245,155,21,.229)!important;color:#000!important;padding:1px 10px!important}.MED .MuiAlert-message{font-size:13px!important}.HIGH .MuiSvgIcon-root{color:#f71113!important}.HIGH{background-color:rgba(209,8,11,.37)!important;color:#000!important;padding:1px 10px!important}.HIGH .MuiAlert-message{font-size:13px!important}.CRITICAL{background-color:rgba(163,5,16,.448)!important;color:#000!important;padding:1px 10px!important}.CRITICAL .MuiSvgIcon-root{color:#ab0611!important}.CRITICAL .MuiAlert-message{font-size:13px!important}.content_block_poc img{border:3px solid #000!important;width:90%!important;height:auto;padding:unset!important;margin:unset!important;border-radius:2px}.tabBox{border-top:1px solid rgba(0,0,0,.12)!important}.tabBox :global(.MuiButtonBase-root){min-height:0!important}.MuiToolbar-root{padding-left:15px!important;padding-right:15px!important}.breadcrumbBar{padding:10px 15px!important;border-bottom:1px solid rgba(72,94,144,.16)!important}.breadcrumbBar .page_title{font-size:15px;color:#303840;margin-bottom:0;margin-top:0;word-break:break-word;display:flex;align-items:center;font-weight:600}.breadcrumbBar .page_description{font-size:14px;margin-top:8px}.breadcrumbBar .flex_btn{display:flex;justify-content:flex-end;align-items:center;gap:10px}.breadcrumbBar .flex_col{display:flex!important;align-items:center!important;gap:15px!important}.breadcrumbBar .warning_btn{color:#721c24!important;background-color:#fff!important;text-transform:uppercase!important;font-size:11.5px!important;font-weight:600!important}.breadcrumbBar .warning_btn:hover{background-color:#f8d7da!important;color:#721c24!important}.breadcrumbBar .icon_position{margin-right:5px}.breadcrumbBar .btn_go_back{cursor:pointer!important;display:flex!important;background:#f8f9fc;color:#000;padding:7px 7px 6px;border-radius:50%;border:1px solid #ced4da;font-size:11px;width:27px;height:27px}.breadcrumbBar .btn_go_back .icon_position_go_back{margin-right:0!important}.MuiOutlinedInput-root:hover fieldset{border-color:rgba(0,0,0,.23)!important}.success_btn{background:#1ba764!important}.draft_btn,.success_btn{box-shadow:none!important;text-transform:inherit!important;height:38px!important;font-size:13px!important}.draft_btn{background:#e59807!important;color:#fff!important}.MuiMenuItem-root{font-size:12px!important;font-family:Muli,sans-serif!important}.BtnApprove{margin-right:20px!important}.MuiFormHelperText-root{color:red!important;margin:5px 0 0!important;font-size:11px!important}.MuiListItemText-primary{font-size:12px!important}.MuiCheckbox-root{padding:3px}.MuiInputBase-input{background:#fff}.MuiInputBase-input:disabled{background:#ebebeb;cursor:not-allowed;border-radius:4px}.MuiInputBase-root{background:#fff}.input_box{background:red}.tableContainer{border-radius:5px!important;border:1px solid #dadee2!important;background:#f5f5f5!important;box-shadow:0 3px 3px -2px rgba(39,44,51,.1),0 3px 4px 0 rgba(39,44,51,.04),0 1px 8px 0 rgba(39,44,51,.02)}.tableContainer :global(.MuiTableRow-root){background:#f7f7f7}.tableContainer .colorTitle{color:#0b2557;line-break:anywhere;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.tableContainer .table_buttonflex{display:flex!important;width:60%!important;gap:10px}.tableContainer .statusColor{color:#478859}.tableContainer .integrationColor{background-color:#fff!important;justify-content:space-between!important;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)!important;font-size:12px;padding:6px 6px 2px!important;border-radius:50%!important;cursor:pointer!important}.tableContainer .integrationColor svg{margin:unset!important}.tableContainer .flexIcon{display:flex;align-items:center}.tableContainer .flexIcon svg{margin-right:3px}.tableContainer .MuiCheckbox-root{padding:0!important}.tableContainer .inheritTableBody td{padding:10px 15px}.tableContainer thead{background:#f6f6f6!important}.tableContainer thead th{vertical-align:middle;border-bottom:2px solid rgba(0,0,0,.03);line-height:20px!important;font-size:13px;text-transform:capitalize;padding:10px 15px;font-weight:600!important;color:#222}.tableContainer tbody{background:#fff}.tableContainer tbody td{color:#838383;vertical-align:middle;border-top:1px solid rgba(0,0,0,.03)!important;padding:15px;font-size:12px;font-weight:600!important}.tableContainer tbody h6{font-size:.8125rem;padding:8px 20px;text-transform:capitalize;margin-bottom:0;border-top:1px solid rgba(0,0,0,.03);border-bottom:none!important;color:#263a5b;font-weight:500;line-height:20px!important}.tableContainer tbody .p_Title{font-size:13px!important;margin-bottom:5px;color:#252525}.tableContainer tbody .p_Date{font-size:10px!important;color:#949494!important}.tableContainer tbody .in_progress{background:#d7e9f8;color:#494ed3;font-weight:600;font-size:11px}.tableContainer tbody .completed{background:#defcdb;color:#377e22;text-transform:uppercase;font-weight:600;font-size:11px}.tableContainer tbody .commonFlex{display:flex;align-items:center;gap:6px!important;line-height:0}.tableContainer tbody .MOBILE,.tableContainer tbody .WEB{font-size:12px}.tableContainer tbody .CLOUD,.tableContainer tbody .MOBILE,.tableContainer tbody .WEB{width:-moz-fit-content;width:fit-content;color:#063d8f;background-color:#f1f6fa;padding:4px;font-weight:600;border-radius:50%;display:flex}.tableContainer tbody .CLOUD{font-size:14px}.tableContainer tbody .in_queue{background:#ececeb;color:#32383f;text-transform:uppercase;font-weight:600;font-size:11px}.tableContainer tbody .flex_target_icon{display:flex;flex-direction:column;margin-right:10px}.tableContainer tbody .flex_all_target{display:flex}.tableContainer tbody .delete_icon{width:30px;height:30px;border-radius:100%;background:#ffebeb;color:#ff383e!important;cursor:pointer;position:relative}.tableContainer tbody .delete_icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tableContainer tbody .delete_icon_disabled{width:30px;height:30px;border-radius:100%;background:#ebebeb;color:rgba(71,61,60,.537)!important;position:relative;cursor:unset!important}.tableContainer tbody .delete_icon_disabled svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tableContainer tbody .resendinvite_icon{width:30px!important;height:30px!important;border-radius:100%!important;background:#d7e7ff!important;cursor:pointer!important;position:relative!important}.tableContainer tbody .resendinvite_icon svg{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)}.tableContainer tbody .resendinvite_icon_disabled{width:30px;height:30px;border-radius:100%;background:hsla(9,6%,77%,.533);color:rgba(71,61,60,.537)!important;position:relative;cursor:unset!important}.tableContainer tbody .resendinvite_icon_disabled svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tableContainer tbody .download_icon{background:#ffebeb;color:#ff383e!important}.tableContainer tbody .download_icon_disabled{width:30px;height:30px;border-radius:100%;background:#ebebeb;color:rgba(71,61,60,.537)!important;position:relative;cursor:unset!important;margin-left:5px}.tableContainer tbody .download_icon_disabled svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tableContainer tbody .check_icon{width:30px;height:30px;border-radius:100%;background:#defcdb;padding:6px 8px;margin-left:12px!important;color:#377e22!important;cursor:pointer}.tableContainer tbody .edit_icon{width:30px;height:30px;border-radius:100%;background:#fff5e9!important;color:#ff9f2b!important;margin-right:5px;cursor:pointer;position:relative}.tableContainer tbody .edit_icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tableContainer tbody .edit_icon_disabled{width:30px;height:30px;border-radius:100%;background:hsla(9,6%,77%,.533);color:rgba(71,61,60,.537)!important;margin-right:5px!important;position:relative;cursor:unset!important}.tableContainer tbody .edit_icon_disabled svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tableContainer tbody .eye_icon{width:30px;height:30px;border-radius:100%;background:#ececeb;padding:6px 8px;color:#32383f!important;cursor:pointer}.tableContainer tbody .download_icon{width:30px;height:30px;border-radius:100%;background:#defcdb;color:#377e22!important;cursor:pointer;margin-left:5px;position:relative}.tableContainer tbody .download_icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tableContainer tbody .flex_action_box{display:flex;cursor:pointer;gap:10px!important;justify-content:stretch!important}.tableContainer tbody .poc-Widthfit{word-break:break-all!important}.tableContainer .NoDataFound{padding:20px 16px}.tableContainer .paginationBar{border-top:1px solid #bfcbda!important;width:100%;padding:12px 25px 12px 0;background:#fff}.tableContainer .paginationBar p{font-size:12px!important}.tableContainer .paginationBar p span{font-weight:700}.tableContainer .paginationBar .MuiPaginationItem-root.Mui-selected{background-color:#e5e9ec!important;border-radius:3px;min-width:26px;height:26px;padding:17px 13px;font-size:15px!important;margin:0 0 0 -1px;line-height:1.25;color:rgba(39,44,51,.7)}.tableContainer .paginationBar li svg{font-size:12px!important}.tableContainer .chipIcon{font-size:9px!important;color:unset!important}.tableContainer .chipPadding{padding:8px 5px;border-radius:5px!important;font-weight:600;font-size:9px}.tableContainer .cvss{font-size:14px!important}.tableContainer .status{width:-moz-fit-content;width:fit-content;padding:3px 5px;border-radius:3px!important;font-size:11px!important;text-transform:capitalize!important;font-weight:500!important}.tableContainer .status.todo{background-color:#f6cfcf!important;color:#da3e3c!important;border:1px solid #f6bfbf!important}.tableContainer .status.scheduled{background-color:#fef7e1!important;color:#f8c220!important;border:1px solid #fdf4d6!important}.tableContainer .status.inprogress{background-color:#d7e7ff!important;color:#1967d2!important;border:1px solid #cde9db!important}.tableContainer .status.completed{background-color:#c9dcd3!important;color:#377e22!important;border:1px solid #cde9db!important}.commonFlex{display:flex;align-items:center;gap:6px}.justifyBetween{justify-content:space-between!important}.scanMode span{font-size:13px!important;font-weight:600!important;padding:2px 0!important}.OPEN{color:#b04126!important}.CLOSE{color:#377e22!important}.css-19kzrtu{padding:0!important}.form .upload_image_flex{display:flex}.form .upload_image_style{border:1px solid #ccc;padding:10px;position:relative}.form .upload_image_style .delete_upload_image{position:absolute;right:0;top:0}.form .form-label{font-size:.8125rem}.form .form-label,.form .sub-form-label{color:#303840;text-transform:uppercase;font-weight:600;letter-spacing:2px}.form .sub-form-label{font-size:.7125rem!important}.form .save_btn{display:flex;justify-content:flex-end;margin-top:20px}.form .alignStart{align-items:flex-start!important}.form .justifyBetween{justify-content:space-between!important}.MuiButton-containedSuccess{background:#449858!important}.download_report{background:#4caf50!important;margin-right:10px!important}.MuiBox-root{padding:0}.MuiChip-root{border-radius:5px!important;font-size:13px;letter-spacing:0}.MuiChip-label{padding:0 10px!important;font-size:10px;font-weight:600;letter-spacing:.5px}.severity_color .MuiChip-label{color:#fff!important}.common_padding{padding:0 30px 10px;width:80%;margin:auto}.view_data{background:#fafafa;padding:20px 25px;border-radius:10px;border:1px solid #efefef}.view_data .view_title{text-align:center;font-size:20px;margin-bottom:20px}.view_data .content_block{margin-bottom:30px}.view_data .content_block .heading_title{margin-bottom:3px;font-size:18px!important;color:#273485}.view_data .content_block .heading_poc{font-size:15px;font-weight:600;margin-bottom:10px}.view_details{box-shadow:0 2px 9px hsla(0,0%,43%,.18);border-radius:8px;background:#fff;border:1px solid #e2e2e2;padding:15px;width:100%}.view_details .view_details_heading{font-size:16px!important;color:#343435!important;border-radius:10px!important;font-weight:700!important;display:inline-flex!important;align-items:center!important;gap:10px}.view_details .view_details_heading svg{font-size:24px!important}.view_details .view_title{text-align:center;font-size:20px;margin-bottom:20px}.view_details .content_block{margin-bottom:20px;margin-left:8px;word-break:break-word!important}.view_details .content_block .heading_title{margin-bottom:3px;font-size:14px!important;color:#0049b0;font-weight:600}.view_details .content_block .heading_poc{font-size:14px;font-weight:600;margin-bottom:10px;color:#0049b0}.text-bold{font-weight:600!important}.preWrap{text-wrap:wrap!important;font-size:12px!important}.scan_summary{padding:20px!important}.text-hint{font-size:12px!important;margin-top:5px!important}.MuiFormLabel-root{letter-spacing:0!important;font-family:Muli,sans-serif!important;color:#171717!important;font-size:13px!important;font-weight:400!important;margin-bottom:8px!important}.autoComplete .MuiFormControl-root input{height:16px!important}.MuiFormControl-root input{height:28px;padding:5px 10px;font-size:13px}.MuiButton-root,.MuiTab-root,.MuiTableCell-root,.MuiTypography-root{font-family:Muli,sans-serif!important}.modal_footer{border:1px solid rgba(0,0,0,.03);text-align:right;padding:10px}.modal_footer button{text-transform:capitalize!important}.text-download{display:flex;text-decoration:none;font-size:12px;align-items:center;color:#377d33}.cardWrapper{box-shadow:0 2px 9px hsla(0,0%,43%,.18);border-radius:8px;background:#fff;border:1px solid #e2e2e2;padding:0 15px;height:330px!important}.cardWrapper.cardWrapper__upperRow{height:260px!important}.cardWrapper .apexcharts-legend{top:7px!important}.cardWrapper .miniInfoWrapper{height:210px;display:flex;align-items:center;justify-content:space-between}.cardWrapper .miniInfoInnerWrapper{width:100%}.cardWrapper .miniInfoInnerWrapper :last-child{margin-bottom:0}.cardWrapper .miniInfoCard{display:flex;justify-content:space-between;margin-bottom:25px}.cardWrapper .miniInfoCard h6{font-size:14px;color:#0e2954}.cardWrapper .miniInfoCard p{font-size:13px!important;color:#717171!important;margin-top:2px}.scan_summary .cardWrapper{box-shadow:0 2px 9px hsla(0,0%,43%,.18);border-radius:6px;background:#fff;border:1px solid #e2e2e2;padding:5px 15px;overflow-x:hidden!important;overflow-y:auto!important}.scan_summary .cardWrapper .apexcharts-legend{top:7px!important}.scan_summary .cardWrapper .cardTitle{color:#000}.scan_summary .cardWrapper .miniInfoWrapper{height:210px;display:flex;align-items:center;justify-content:space-between}.scan_summary .cardWrapper .miniInfoInnerWrapper{width:100%}.scan_summary .cardWrapper .miniInfoInnerWrapper :last-child{margin-bottom:0}.scan_summary .cardWrapper .miniInfoCard{display:flex;justify-content:space-between;margin-bottom:25px}.scan_summary .cardWrapper .miniInfoCard h6{font-size:14px;color:#0e2954}.scan_summary .cardWrapper .miniInfoCard p{font-size:13px!important;color:#717171!important;margin-top:2px}.scan_summary .cardHeight{height:auto!important}.courseTitleH{color:#155724;background:#d4edda;padding:2px 5px;border-radius:5px;font-size:12px}.sbheading{color:#fff;padding-left:20px!important;line-height:15px!important;width:100%;display:block;font-size:10px!important;margin-top:15px!important;text-transform:uppercase;font-weight:600!important;margin-bottom:8px!important}.td-center,.th-center{text-align:center!important}.bold-count{font-weight:600!important;color:#000;border-top:unset!important}.go-to-next{margin-top:20px;text-align:right}.btn-primary{color:#fff!important;background-color:#1967d2!important;border-color:#1967d2!important}.MuiButton-containedPrimary.btn_trans{color:#0049b0!important;background-color:#fff!important}.MuiButton-containedPrimary.btn_trans:hover{background:rgba(0,73,177,.161)!important}.btn_trans.commonColor{font-size:12px!important;line-height:0!important}.btn_trans.commonColor,.btn_trans.commonColor:hover{padding:0;background-color:#fbfbfb!important}.MuiButton-containedPrimary:hover{background-color:rgba(0,73,177,.161)!important}.listing-profile li{font-size:13px;font-weight:600;padding:0;align-items:flex-start!important}.listing-profile li p{font-weight:600}.listing-profile li span{margin-left:10px;font-size:13px}.main-dynamic-form{margin-bottom:30px;position:relative}.closeBox{position:absolute;top:60%;color:red;cursor:pointer}.right-space{margin-right:5px}.cardHeight{height:250px!important}.main-Modal-padding-box{overflow:auto;max-height:80vh}.Deep{color:#ab2016!important}.Light{color:#41659f!important}.Fast{color:#127112!important}.btnSelected{border:1px solid #85b7f9!important;background:#eaf3fe!important;font-weight:700!important;box-shadow:0 1px 4px rgba(0,0,0,.16)!important;width:90%}.main-dashboard{padding:10px!important;background:#eff3fc}.modal_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.icon_close{color:#000!important;cursor:pointer!important;font-size:22px!important}.footer-form{background:#f7f7f7;padding:10px 35px;border-top:1px solid #dfdfdf;text-align:right}.progressBar{width:100%;height:10px;background:#ccc;border-radius:5px}.progressBarWrap{width:90px}.percentage{color:#4ba363}.percentage,.percentageSeverity{font-size:12px!important;margin-left:5px!important;width:0}.percentageSeverity{color:#b04126}.insideColor{background:#b04126;height:10px;border-radius:5px}.progressBarSuccess{display:flex;align-items:center;width:90px}.progressBarSuccess .percentage{font-size:12px!important;margin-left:5px!important;width:0}.progressBarSuccess .insideColor{background:rgba(46,166,77,.4)!important;height:10px;border-radius:5px}.progressBarSuccessProject{display:flex;align-items:center;width:90px;background:#ccc;border-radius:5px}.progressBarSuccessProject .percentage{font-size:12px!important;margin-left:5px!important;width:0}.progressBarSuccessProject .insideColor{background:rgba(46,166,77,.4);height:10px;border-radius:5px}.progressBarWrap{display:flex;align-items:center;width:95%}.progressBarWrap .packageBarWrapSuccess{display:flex;align-items:center;width:100%;background:#ccc;border-radius:5px}.progressBarWrap .packageBarWrapSuccess .percentage{font-size:12px!important;margin-left:5px!important;width:0}.progressBarWrap .packageBarWrapSuccess .insideColor{background:#2c4e86;height:8px;border-radius:5px}.progressBarWrap .HIGH{background:#ea3f33!important}.progressBarWrap .MED{background:#fe7800!important;text-transform:uppercase}.progressBarWrap .LOW{background:#25993f!important}.progressBarWrap .CRITICAL{background:#b04126!important;text-transform:uppercase}.align-right{text-align:right}.import-link{color:#449858;text-decoration:underline;display:flex;justify-content:flex-end;align-items:center;cursor:pointer}.icon-right-margin{margin-right:5px}.tags_wrap{display:flex}.tagBox{margin-top:10px;flex-wrap:wrap}.tagBox .chipBox{margin-bottom:10px;margin-left:0;margin-right:5px;font-size:12px;height:25px;padding:0}.tag_field{margin-bottom:8px!important}.tag_field button{border-radius:0 5px 5px 0!important}.MuiChip-deleteIcon{font-size:14px!important;height:25px;padding:0}.commonPaddingInputBox{margin-bottom:20px}.cirleRadiusBox{background:#d7e9f8;border-radius:100%;text-align:center;color:#494ed3;width:35px;height:35px;display:inline-flex;font-size:10px;font-weight:600;position:relative;border:2px solid #fff;margin-left:-5px;text-transform:uppercase;padding-left:0;align-items:center;justify-content:center}.icon-button button{border:unset;background:#ececeb;border-radius:5px;padding:10px;margin-left:0}.TabWrapper,.TabWrapper .MuiTab-root{background:#fff!important}.TabWrapper .MuiTab-root{text-transform:uppercase!important;font-size:12px!important}.TabWrapper .MuiTabs-scroller{height:35px!important}.TabWrapper .MuiTabs-flexContainer{height:35px!important;align-items:center!important}.TabWrapper .MuiTab-root svg{font-size:14px!important}.TabWrapper .MuiTabs-root{min-height:0!important}.TabWrapper .Mui-selected{color:#0747a6!important}.TabWrapper .MuiTabs-indicator,.TabWrapper .preivew_btn{background-color:#0049b0!important}.TabWrapper .preivew_btn{border-radius:0!important;box-shadow:none!important}.TabWrapper .TabsBar .Mui-selected{color:#0049b0!important;border-bottom:3px solid #0049b0!important;border-radius:unset!important;padding-bottom:5px!important;padding:8px 16px}.TabWrapper .tabPannelPadding .add_new_target{padding-left:15px!important}.TabWrapper .tabPannelPadding .btn_new_project{background-color:#1151b3!important;font-size:13px!important;padding:6px 12px!important;text-transform:capitalize!important;color:#fff;font-family:Muli,sans-serif!important}.TabWrapper .tabPannelPadding .scan_summary{padding:7px 8px!important}.TabWrapper .tabPannelPadding .scan_summary .scan_heading{font-size:16px!important;margin-bottom:10px!important;border-bottom:1px solid #e0e0e0;padding:12px}.TabWrapper .tabPannelPadding .scan_summary .scan_summary_list{font-size:13px!important;padding:6px 0!important}.TabWrapper .tabPannelPadding .scan_summary .scan_summary_list span{margin-left:10px;color:#787878;font-size:13px!important}.TabWrapper .tabPannelPadding .scan_summary .scan_summary_head{position:relative}.TabWrapper .tabPannelPadding .scan_summary .scan_summary_head .icon_edit{position:absolute;top:12px;right:0;font-size:18px;cursor:pointer}.mainTab .MuiButtonBase-root-MuiTab-root.Mui-selected{background:#cfe2ff!important;color:#0049b0!important;border-bottom:3px solid #0049b0;border-radius:unset;padding-bottom:5px}.TabWrapper .btn_new_project:hover{background-color:rgba(0,73,177,.161)!important}.TabWrapper .MuiTab-root:hover{background-color:#ececeb!important}.secondary-color{border:1px solid #ececeb!important}.success-btn{background:#ececeb!important;color:#000!important}.projectSettingWrap{padding:10px;background:#fff}.projectSettingWrap .MuiTable-root{overflow:hidden}.labelBlock{border-bottom:1px solid #f1f1f1;padding-bottom:15px;margin-bottom:10px;margin-top:5px}.labelBlock h6{font-size:14px!important;margin-bottom:5px;font-weight:600!important}.labelBlock p{font-size:12px!important;color:#8e8e8e!important}.flexCommonBox{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f1f1;padding-bottom:15px;margin-bottom:10px}.flexCommonBox .labelBlock{border-bottom:unset;padding-bottom:unset;margin-bottom:unset;margin-top:unset}.projectSettingWrapTwo{padding:18px 0;background:#fff}.projectSettingWrapTwo .MuiTable-root{overflow:hidden}.active-color{color:green!important}.inactive-color{color:#1967d2!important;font-weight:600!important}.text-align-right{text-align:right}.project-details{margin-bottom:10px;align-items:center}.colorDownload{color:#155724;font-weight:600}.roleScroll{overflow-y:scroll!important}.statusDropdown .MuiSelect-select{padding:0 10px;padding-right:25px!important;font-size:10px!important;text-transform:uppercase;font-weight:600;background:#d7e7ff!important;color:#0747a6!important}.statusDropdown .MuiSelect-icon{width:18px!important}.statusDropdown.ToDo .MuiSelect-select{background:#fff1c9!important;color:#5e4413!important;border:none!important}.statusDropdown.InProgress .MuiSelect-select{background-color:#d5e8fe!important;color:#003d98!important}.statusDropdown.Completed .MuiSelect-select{background-color:rgba(150,198,163,.25)!important;color:#075e1f!important}.statusDropdown.OnHold .MuiSelect-select{background-color:#efefef!important;color:#575757!important}.statusDropdown.InReview .MuiSelect-select{background-color:rgba(198,82,79,.22)!important;color:#c6524f!important}.statusDropdown .MuiOutlinedInput-notchedOutline{border:none!important}.projectNameEdit{display:flex;align-items:flex-start;position:relative}.verifyBox{text-align:center}.verifyBox button{margin-top:20px}.loaderWrap{height:100vh;background:rgba(0,0,0,.3);position:absolute;width:100%;top:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999}.loaderWrap span{color:#fff!important;height:60px!important;width:60px!important}.setting_temp{margin-bottom:20px}.Toastify .Toastify__toast-container{width:auto!important;top:0;left:50%!important;transform:translate(-50%);right:auto}.Toastify .Toastify__close-button{display:none}.flex_action_box .recover_icon{width:30px;height:30px;border-radius:100%;background:#defcdb;padding:6px 8px;color:#377e22!important;cursor:pointer;margin-right:5px}.adminRegister{background:#4caf50}.adminRegister,.linkExpired{width:70px;height:70px;border-radius:100%;color:#fff;margin:20px auto;font-size:35px;display:flex;align-items:center;justify-content:center}.linkExpired{background:#ea3f33}.currentAssignee{display:flex}.currentAssignee,.roundInfoBar{align-items:center;justify-content:center}.roundInfoBar{background:#f5f7fa;width:30px;height:30px;display:block;border-radius:100%;display:flex;color:#000;border:1px solid #ced4da;margin-right:10px}.MyTaskFilter .MuiOutlinedInput-root{border:1px solid #e1e1e1}.MyTaskFilter .MuiOutlinedInput-notchedOutline{border-radius:unset;border:unset!important}.MyTaskFilter .taskByHeading{margin-right:10px}.MyTaskFilter{display:flex;align-items:center}.MuiLink-root{text-decoration:none!important;color:#273485!important}.topBar{background:#fff;display:flex;margin-bottom:20px;border-radius:8px;border:1px solid #e2e2e2;box-shadow:0 2px 9px hsla(0,0%,43%,.18)}.topBar .recentProjectName{font-size:15px!important}.topBar .topBarContentProject{width:40%;padding:15px 20px;border-right:1px solid #ededed}.topBar .topBarContentProject .descRecent{font-size:12px!important}.topBar .topBarContentProject .recentProjectDetails{display:flex;justify-content:space-between}.topBar .topBarContentProject .recentProjectDetails p{font-size:11px!important;color:#c6524f!important;font-weight:600}.topBar .topBarContentProject .recentProjectDetails:last-child{margin-bottom:0}.topBar .topBarContentProject .recentProjectWrap{margin-top:10px;margin-bottom:10px}.topBar .topBarContentProject .recentProjectWrap .recentProject{margin-right:20px;width:40%}.topBar .topBarContentProject .recentProjectWrap .recentProject p{font-size:12px!important}.topBar .topBarContentProject .recentProjectWrap .progressBarSuccessRecentProject{display:flex;align-items:center;width:100%}.topBar .topBarContentProject .recentProjectWrap .progressBarSuccessRecentProject .percentage{font-size:12px!important;margin-left:5px!important;width:5%!important}.topBar .topBarContentProject .recentProjectWrap .progressBarSuccessRecentProject .insideColor{background:#25993f;height:10px;border-radius:5px}.topBar .topBarContentProject .recentProjectWrap .progressBarSuccessRecentProject .progressBar{width:95%;height:10px;background:#ccc;border-radius:5px}.topBar .topBarContentPlans{padding:15px 20px;width:30%;border-radius:0 5px 5px 0;align-items:center;display:flex}.topBar .topBarContentPlans .totalUserUsed{font-weight:600;color:#0e2954;font-size:22px}.topBar .topBarContentPlans .totalUserUsed span{font-size:13px!important}.topBar .topBarContentPlans .planDetails{display:flex;justify-content:space-between}.topBar .topBarContentPlans .upgradePlans{background:#0e2954;color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.topBar .content_para,.topBar .topBarContentPlans .plansDesc{font-size:13px!important}.topBar .content_para{text-align:center;margin-top:10px}.topBar .topBarContent:last-child{border-right:none}.topBar .topBarContent{display:flex;width:30%;border-right:1px solid #ededed;justify-content:center;align-items:center}.topBar .topBarContent .roundCountBox{background:rgba(40,78,140,.169);width:70px;height:70px;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#284e8c;margin:auto;border:5px solid #284e8c}.topBar .topBarContent .roundCountBox span{font-size:20px}.topBar .topBarContent .topBarCount{margin:0 10px}.flexVulnerability{display:flex}.flexVulnerability .setWidthTotalProject{width:30%;margin-right:35px;text-align:center}.flexVulnerability .progressWrapWidth{width:70%}.cvssScoreWrap{margin-top:10px}.vulnerabilityHomeWrap{display:flex;margin-bottom:10px}.vulnerabilityHomeWrap .vulnerabiltyName{margin-right:20px;width:40%}.vulnerabilityHomeWrap .progressBarSuccess{display:flex;align-items:center;width:100%}.vulnerabilityHomeWrap .progressBarSuccess .percentage{font-size:12px!important;margin-left:5px!important;width:5%}.vulnerabilityHomeWrap .progressBarSuccess .insideColor{background:#4caf50;height:15px;border-radius:0}.vulnerabilityHomeWrap .progressBarSuccess .progressBar{width:80%;height:15px;background:#ccc;border-radius:0}.tableContainerDashboard thead{background:#fff!important;border-bottom:1px solid #f7f7f7}.tableContainerDashboard thead th{border:0;padding:5px 5px 12px 10px;font-weight:600!important;font-size:12px!important;color:#000!important}.tableContainerDashboard thead th .tableTitle{font-size:13px!important;font-weight:400!important;color:#282828!important;border-bottom:unset!important;font-weight:600!important}.tableContainerDashboard tbody td{color:#575757;vertical-align:middle;padding:4px 11px;line-height:22px!important;font-size:12px;border-bottom:1px solid #f7f7f7!important;border-top:none!important}.tableContainerDashboard tbody tr:last-child td{border-bottom:none!important}.tableContainerDashboard .campTitle{font-size:11px;color:#515151;margin-bottom:3px;font-weight:600}.tableContainerDashboard .link{color:#949494!important;font-size:10px!important}.tableContainerDashboard .width_assetDetail{width:34%;font-weight:600!important;border-bottom:none!important;padding:7px 10px;color:#343435!important}.tableContainerDashboard .colorTitle{border-bottom:none!important}.tableContainerDashboard .borderBottom{border-bottom:1px solid #eee!important}.MuiTab-labelIcon{min-height:55px!important}.MuiTab-iconWrapper{margin-top:-2px}.icon_add_summary{margin-left:10px;background:#449858;padding:5px 7px;width:25px;height:25px;border-radius:100px;color:#fff;cursor:pointer}.filtersTab :global(.MuiSelect-outlined){padding:0 0 0 14px!important}.filtersTab:hover{background-color:#ececeb!important;border-radius:0}.checkBox{margin-right:19px!important;display:flex;align-items:center;justify-content:end}.checkBox .MuiOutlinedInput-input{padding:7px 35px!important;border-left:1px solid #f6f6f6;border-radius:0}.checkBox .tabRefresh{align-items:flex-end!important;justify-content:center!important;padding:0 10px!important}.checkBox .tabRefresh svg{font-size:14px!important;color:#4d4b4b!important;font-weight:600!important;cursor:pointer}.tabRefresh svg{cursor:pointer!important}.checkBox.commonFlex{display:flex!important;justify-content:flex-end!important;align-items:center!important}.checkBox.commonFlex .MuiBox-root{padding:0 20px!important}.checkBox.commonFlex .MuiBox-root svg{width:14px!important;height:14px!important}.BoxForTable{padding:15px!important}.BoxForTable .progressBarWrap{width:80px!important}.BoxForTable .chipIcon{font-size:9px!important;color:unset!important}.BoxForTable .chipPadding{padding:8px 5px;border-radius:5px!important;font-weight:600;font-size:9px}.BoxForTable .cvss{font-size:14px!important}.BoxForDetails .chipIcon{font-size:9px!important;color:unset!important}.BoxForDetails .chipPadding{padding:8px 5px;border-radius:5px!important;font-weight:600;font-size:9px}.BoxForDetails .cvss{font-size:14px!important}.BoxForDetails tbody td{border:unset!important}.BoxForSearchBar{position:relative!important;width:221px!important;margin-left:17px!important}.BoxForPaginationStack{width:100%!important}.MuiMenuItem-root{height:30px;padding:5px 15px!important}.MuiList-root .MuiCheckbox-root{padding:0!important;margin-right:5px!important}.text-overflow{display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;height:35px}.uNameDropdown{margin:0;height:30px;border-bottom:1px solid #e0e0e0;padding:2px 10px;text-align:center}.appBarLogoHeader{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%;background:#213a61;margin-bottom:20px}.appBarLogoHeader .toggleButton button{margin-right:12px;background:#384f72!important;width:30px;height:30px}.appBarLogoHeader .toggleButton button svg{color:#fff;margin-right:0}.appBarLogoHeader .logoBox{display:flex;justify-content:start;align-items:center;width:135px;margin-top:8px;margin-left:10px}.appBarLogoHeader .logoBox img{width:100px!important}.appBarLogoHeader .logoImage{width:120px}.switchSvg button{background:#384f72!important}.switchSvg svg{color:#fff}.heightFull{height:100%}.heightL{height:315px}.heightM{height:280px}.heightS{height:120px}.heightXS{height:70px}.flexTopBar{display:flex}.quickBarDash{flex-direction:column}.pDash{display:flex;padding-bottom:10px}.pDash .dashCard{border:1px solid rgba(72,94,144,.16);border-radius:.45rem;padding:10px;background:#fff;position:relative;width:100%;display:flex;gap:10px}.pDash .dashCard .card-header{padding:0 0 10px;height:28px;border-bottom:1px solid #e1e1e1}.pDash .dashCard .card-head{font-size:18px;font-weight:600}.pDash .dashCard .card-desc{color:#a6a6a6!important}.pDash .dashCard .card-icon{display:flex;align-items:center;justify-content:center;background-color:#d9eaf8;color:#1967d2;width:50px;height:50px;border-radius:.75rem}.pDash .dashCard .card-icon svg{font-size:20px!important}.pDash .mRight{margin-right:5px!important}.pDash .blockContent{display:flex;padding:5px 0;justify-content:space-between}.pDash .blockContent .LeftBlock{display:flex}.pDash .blockContent .topBlock{display:flex;justify-content:space-between;width:100%}.pDash .blockContent .topBlock .backgroundCritical{background:#ece1e1;border-bottom:4px solid #721c24}.pDash .blockContent .topBlock .backgroundCritical h6,.pDash .blockContent .topBlock .backgroundCritical p{color:#721c24!important}.pDash .blockContent .topBlock .backgroundHigh{background:#fdedec;border-bottom:4px solid #ea3f33}.pDash .blockContent .topBlock .backgroundHigh h6,.pDash .blockContent .topBlock .backgroundHigh p{color:#ea3f33!important}.pDash .blockContent .topBlock .backgroundMed{background:#ffe9d0;border-bottom:4px solid #f4a03f}.pDash .blockContent .topBlock .backgroundMed h6,.pDash .blockContent .topBlock .backgroundMed p{color:#f4a03f!important}.pDash .blockContent .topBlock .backgroundLow{background:#d4edda;border-bottom:4px solid #478859}.pDash .blockContent .topBlock .backgroundLow h6,.pDash .blockContent .topBlock .backgroundLow p{color:#478859!important}.pDash .blockContent .topBlock .backgroundNa{background:#d7e7ff;border-bottom:4px solid #1967d2}.pDash .blockContent .topBlock .backgroundNa h6,.pDash .blockContent .topBlock .backgroundNa p{color:#1967d2!important}.pDash .blockContent .miniBlockContent{padding:0 10px}.pDash .blockContent .miniBlockContent:last-child{border-right:none}.pDash .blockContent h6{font-size:22px;color:#212121;font-weight:600;margin-bottom:4px}.pDash .blockContent p{color:#838383!important;font-size:12px!important;margin-bottom:0!important;font-weight:600}.pDash .countNum,.pDash .countNum .imageWrap{display:flex;align-items:center}.pDash .countNum .imageWrap{width:40px}.pDash .countNum .contentBlock{padding-left:0;text-align:center}.dashCard{border:1px solid rgba(72,94,144,.16);border-radius:.25rem;padding:10px;background:#fff;position:relative}.dashCard .cardTitle{margin-bottom:0;font-size:12px;color:#212529;font-weight:600}.dashCard .card-header{padding:0 0 10px;height:28px}.dashCard .mainChartWrapper{padding-top:18px}.dashCard .chartWrap{padding:15px 0;display:flex;justify-content:center;width:60%}.dashCard .vulnerabilityStatus{padding-top:10px;display:flex;align-items:center}.dashCard .vulnerabilityStatus .vulnerabilityStatusDiv{margin-bottom:10px;padding:0 25px 0 0;display:flex;align-items:center}.dashCard .vulnerabilityStatus .vulnerabilityStatusDiv .statusName{color:green}.dashCard .vulnerabilityStatus .vulnerabilityStatusDiv .squareBox{padding:1px 8px;border-radius:5px;margin-right:5px;position:relative;display:flex;align-items:center;justify-content:center;font-size:11px}.dashCard .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundCr{color:#721c24;background:#ece1e1}.dashCard .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundHi{color:#ea3f33;background:#fdedec}.dashCard .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundLo{color:#478859;background:#d4edda}.dashCard .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundNotAvailable{color:#1967d2;background-color:#d7e7ff}.dashCard .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundMed{color:#f4a03f;background:#ffe9d0}.dashCard .vulnerabilityStatus .flexBoxStatus{padding:0 10px 6px;display:flex;justify-content:space-between}.dashCard .vulnerabilityStatus .flexBoxStatus .statusName{color:#8392a5!important;text-transform:uppercase;font-size:10px!important;font-weight:600!important;margin-bottom:2px}.dashCard .vulnerabilityStatus .flexBoxStatus .statusCount{color:#3c4244!important;font-size:13px!important;font-weight:600!important;display:flex;align-items:center}.dashCard .vulnerabilityStatus .flexBoxStatus .statusCount span{color:#8392a5!important;font-size:12px!important;font-weight:400!important;margin-left:5px}.dashCard .vulnerabilityStatus .flexBoxStatus .iconDot{font-size:20px!important;margin-left:-5px}.dashCard .flexChartTotal{display:flex;align-items:center}.dashCard .centerDiv{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.dashCard .totalAssetWrap{text-align:center}.dashCard .totalAssetWrap h6{font-size:40px}.dashboardProgressBarCritical{display:flex;align-items:center;width:100%}.dashboardProgressBarCritical .percentage{font-size:12px!important;margin-left:5px!important;width:5%;border-radius:10px}.dashboardProgressBarCritical .insideColor{background:#c6524f;height:5px;border-radius:10px}.dashboardProgressBarCritical .progressBar{width:80%;height:5px;background:#f6f6f6;border-radius:10px}.dashboardProgressBarNa{display:flex;align-items:center;width:100%;justify-content:center}.dashboardProgressBarNa .percentage{font-size:12px!important}.dashboardProgressBarNa .insideColor{background:unset}.dashboardProgressBarNa .progressBar{background:unset;display:none}.dashboardProgressBarLow{display:flex;align-items:center;width:100%}.dashboardProgressBarLow .percentage{font-size:12px!important;margin-left:5px!important;width:5%;border-radius:10px}.dashboardProgressBarLow .insideColor{background:#77d672;height:5px;border-radius:10px}.dashboardProgressBarLow .progressBar{width:80%;height:5px;background:#f6f6f6;border-radius:10px}.dashboardProgressBarHigh{display:flex;align-items:center;width:100%}.dashboardProgressBarHigh .percentage{font-size:12px!important;margin-left:5px!important;width:5%;border-radius:10px}.dashboardProgressBarHigh .insideColor{background:#e17475;height:5px;border-radius:10px}.dashboardProgressBarHigh .progressBar{width:80%;height:5px;background:#f6f6f6;border-radius:10px}.dashboardProgressBarMedium{display:flex;align-items:center;width:100%}.dashboardProgressBarMedium .percentage{font-size:12px!important;margin-left:5px!important;width:5%;border-radius:10px}.dashboardProgressBarMedium .insideColor{background:#f4a03f;height:5px;border-radius:10px}.dashboardProgressBarMedium .progressBar{width:80%;height:5px;background:#f6f6f6;border-radius:10px}.mainBodyWrap{border:1px solid #e0e3eb!important}.mainBodyWrap .thead_background{background-color:#f6f6f6!important}.dashboardWrapHeader{padding:10px 0 20px}.dashboardWrapHeader .btnDasboard{display:flex;justify-content:flex-end}.dashboardWrapHeader .btnDasboard button{margin-right:5px}.eyePosition{position:absolute;top:8px;right:10px}.eyePositionSetting{position:absolute;top:12px;right:10px}.eyePositionSetting svg{font-size:14px!important}.position_input{position:relative}.ck-file-dialog-button{visibility:hidden}.statusMainBox{display:flex;padding:8px 20px 20px;align-items:center;justify-content:space-around}.statusMainBox .statusVulner{display:flex;margin-right:20px;align-items:center}.statusMainBox .statusVulner .iconColor{width:35px;height:35px;border-radius:5px;margin-right:10px;position:relative}.statusMainBox .statusVulner .iconColor svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15px}.statusMainBox .statusVulner .headingOpenclose{font-size:11px;color:#4e4e4e;display:block}.statusMainBox .statusVulner .count{font-size:15px!important}.statusMainBox .backgroundUnlock{background:#fdedec!important;color:#ea3f33!important}.statusMainBox .backgroundLock{background:#defcdb!important;color:#377e22!important}.iconBorder{width:30px;height:30px;background:#f6f6f6;padding:5px 9px;color:#0e2954;border-radius:5px}.flexTd{display:flex!important;align-items:center}.flexTd svg{margin-right:5px}.iconPosition{margin-right:3px;font-size:7px}.colouredSeverityCritical{background:#ece1e1!important;color:#721c24!important}.colouredSeverityLow{background:#d4edda!important;color:#478859!important}.colouredSeverityHigh{background:#fdedec!important;color:#ea3f33!important}.colouredSeverityMedium{background:#ffe9d0!important;color:#f4a03f!important}.colouredSeverityNa{background:#d7e7ff!important;color:#1967d2!important}.commonBadge{padding:2px 8px 3px;border-radius:5px;font-weight:600;font-size:10px;text-transform:capitalize;display:flex!important;align-items:baseline!important;justify-content:center!important;width:-moz-fit-content!important;width:fit-content!important}.ticketWrap{display:flex;justify-content:space-between;padding:10px 20px;border-top:1px solid #eee}.ticketWrap .widthTicket{width:18%}.ticketWrap .countCommon{margin-bottom:8px;font-size:18px!important}.ticketWrap .ticketName{margin-top:6px;letter-spacing:1px;text-transform:uppercase;font-size:10px!important;font-weight:600;color:#8392a5!important}.ticketWrap .progressStatusTicket{display:flex;align-items:center;width:100%}.ticketWrap .progressStatusTicket .percentage{font-size:12px!important;margin-left:5px!important;width:5%}.ticketWrap .progressStatusTicket .insideColor{background:#64b060;height:3px;border-radius:10px}.ticketWrap .progressStatusTicket .progressBar{width:100%;height:3px;background:#eee;border-radius:10px}.minInfoCard{border:1px solid #e1e5ed;border-radius:.25rem;padding:5px 10px;margin:5px;cursor:pointer;background:#fff}.infoCardDflex{display:flex;align-items:center}.infoCardDflex p{font-size:12px!important;color:#3b3b3b!important}.infoCardDflex h6{font-size:15px;font-weight:600;color:#355b9b!important}.spanMails{font-size:12px!important;color:#355b9b!important;font-weight:400}.infoIcon{width:38px;height:38px;background-color:#355c9b!important;border-radius:5px;margin-right:14px;position:relative;border:1px solid rgba(72,94,144,.16)}.infoIcon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:18px}.tabs{border-top:1px solid red}.mdHeight{height:388px}.vulnerabilityCount{text-align:center;padding:10px 20px;border-bottom:1px solid #eee}.vulnerDatabase{padding-top:10px}.vulnerDatabase .mailRepWrap svg{color:#2196f3}.vulnerDatabase .mailRepWrap td{padding:2px 16px;line-height:16px!important;font-size:12px}.flexTableButton{display:flex;justify-content:end}.createTemp{position:relative;margin:0 0 15px}.createTemp .closeBoxTempl{position:absolute;top:50%;right:-40px;transform:translateY(-50%);color:red;font-size:18px}.margin_bottom{margin-bottom:10px!important}.projectUpdateBox{width:80%}.errorValidationMessage{color:red!important;margin:0;font-size:11px}.iconScan{display:flex;align-items:center}.iconScan .stop{color:#ea3f33!important}.iconScan .iconScanColor,.iconScan .stop{cursor:pointer;font-size:14px;margin-right:6px}.iconScan .iconScanColor{color:#155724}.iconScan .imageScan{width:18px;display:inline-block;margin-right:10px;margin-top:5px}.iconScan .scannerIcon{margin-right:10px}.iconScan .startScanner{border-radius:5px;padding:4px 0 0 6px}.iconScan .circularProgress{background-color:#fff!important}.iconScan .circularProgress span{width:15px!important;height:15px!important;color:#0f933b!important;margin-right:10px!important}.iconScan .scanInProgress{color:#0f933b!important}.iconScan .stopScanner{background:#d4edda;border-radius:5px;padding:4px 0 0 6px}.flex_btn .circularProgress span{width:15px!important;height:15px!important;margin-top:5px!important;color:#fff!important}.assetSummaryUrl{display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:140px}.swal-footer,.swal-text{text-align:center!important}.cvssDashboard{margin:0}.linkStyle{text-decoration:none;color:inherit}.flex_scan{display:flex;align-items:center;margin-right:10px;padding-right:10px;border-right:1px solid #d5cdcd}.scan_image{width:15px;margin-top:2px;margin-right:3px}.infoTab{display:flex;align-items:flex-start;background-color:#fff1c9!important;width:-moz-fit-content!important;width:fit-content!important;border:1px solid rgba(94,68,19,.188)!important;padding:5px 10px!important;border-radius:5px!important}.infoTab svg{font-size:16px!important;color:#5e4413!important}.infoTab p{display:flex!important;align-items:center!important;gap:12px!important;color:#5e4413!important}.filterCommon{display:flex;justify-content:space-between;margin-bottom:12px;align-items:center}.filterCommon .filterTitle{width:50%}.filterCommon .filterOption{display:flex;width:50%;justify-content:flex-end}.filterCommon .filterOption .tabRefresh{align-items:flex-end;justify-content:center;padding:0 15px}.filterCommon .filter{margin-right:5px}.filterCommon .filter .MuiOutlinedInput-notchedOutline{padding:0}.filterCommon .filter .MuiSelect-select{padding:3px 42px 1px 11px!important;font-size:12px!important}.common_padding_report{padding:5px 20px 10px;width:80%!important;margin:auto}.common_padding_view_report{padding:15px;margin:auto}.autoComplete .MuiAutocomplete-input{cursor:pointer!important}.autoComplete .MuiAutocomplete-input::-moz-placeholder{font-size:12px!important}.autoComplete .MuiAutocomplete-input:-ms-input-placeholder{font-size:12px!important}.autoComplete .MuiAutocomplete-input::placeholder{font-size:12px!important}.autoComplete .MuiAutocomplete-endAdornment{top:unset!important}.autoComplete .MuiInputBase-root{background:#efefef;padding-top:2px!important;padding-bottom:2px!important;font-size:12px}.autoComplete .MuiOutlinedInput-notchedOutline{border:none!important}.MuiAutocomplete-listbox .MuiAutocomplete-option,.workSpaceAction{font-size:12px!important}.workSpaceAction{cursor:pointer}.btn-logo{display:flex;align-items:center;margin-top:25px}.ck-editor__editable{border:1px solid #ccced2!important;border-top:none!important;height:200px}.contactInfoProjectSetting{margin-bottom:20px}.relative_box{position:relative}.cloudEyeIcon{position:absolute;top:10px;right:10px}.MuiPopover-paper{width:-moz-min-content;width:min-content}.flexIpList{display:flex;align-items:center;justify-content:space-between}.iconDel svg{color:red;font-size:20px}.btnIps{margin-top:10px}.statusReject{color:#ea3f33}.Rejected{background-color:rgba(221,52,52,.769)!important;color:#fff!important}.Published{background-color:#25993f!important}.Draft,.Published{color:#fff!important}.Draft{background-color:#e59807!important}.flexPlan{display:flex;justify-content:space-between;margin:10px 0}.plan_content .plan_desc{margin-bottom:20px}.plan_content .headingPlan{margin-bottom:4px;margin-top:14px;font-size:30px!important}.plan_content .consumedAsset{margin-bottom:10px}.plan_content .consumedAsset span{border:1px solid;border-radius:50%;display:inline-flex;width:25px;height:25px;text-align:center;align-items:center;justify-content:center;padding-bottom:4px;margin-right:5px}.upgradeButton{background:#d7e7ff!important;color:#1967d2!important;margin-top:4px!important;cursor:not-allowed!important}.upgradeButton:hover{background:#ccc!important;color:#fff!important}.upgradeButton:disabled,.upgradeButton:hover{cursor:not-allowed!important}.MuiButton-containedPrimary{gap:2px!important}.MuiButton-containedPrimary.preview_btn,.MuiButton-containedPrimary.preview_btn:hover{border-radius:0!important;box-shadow:none!important;background-color:#0049b0!important}.btnTransDisabled{background-color:#c1c1c1!important;color:#fff!important;padding:6px 12px!important;text-transform:capitalize!important}.btnTransPrimary{color:#1967d2!important;background-color:#d7e7ff!important}.btnTransPrimary:hover{color:#fff!important;background-color:#0049b0!important}.btnTransSuccess{background:#dcece0!important;color:#478859!important}.green{background-color:#478859!important;color:#fff!important;text-transform:capitalize!important}.btnTransSuccess:hover{background:#478859!important;color:#dcece0!important}.btnTransError{background:rgba(255,0,0,.45)!important}.btnTransError:hover{background:#df4747!important}.modal_layout .modal_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal_layout .para_modal{font-size:13px!important;margin-bottom:30px}.modal_layout .select_box{margin:0 auto 20px}.modal_layout .select_heading{margin-bottom:15px}.modal_layout .icon_close{color:#1151b3!important;cursor:pointer!important;font-size:15px!important}.modal_layout .success_btn{background:#58c390;box-shadow:none!important;font-size:13px!important}.modal_layout :global(.MuiOutlinedInput-notchedOutline){border-radius:5px!important;border:1px solid #ccc}.modal_layout :global(.MuiSelect-select){text-align:left;font-size:13px}.flexWorkspace{display:flex;background:#f6f6f6;padding:6px 10px;border-radius:5px;position:relative;width:200px;align-items:center;border:1px solid hsla(0,0%,75%,.3);cursor:pointer}.flexWorkspace .pickletter{background:#d8d8d8;color:#0e2954;width:25px;height:25px;border-radius:100%;margin-right:10px;position:relative;font-size:14px}.flexWorkspace .pickletter .letterPosition{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.flexWorkspace .workSpaceName{color:#000;font-size:13px!important}.flexWorkspace .userDetail{color:#000!important;font-size:12px!important}.flexWorkspace .downIcon{position:absolute;right:10px;color:#fff;top:50%;transform:translateY(-50%);font-size:12px}.flexWorkspaceOpen{display:flex;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.149);padding:2px;border-radius:5px;margin:5px 4px 10px;position:relative;cursor:pointer}.flexWorkspaceOpen .pickletter{background:#d8d8d8;color:#0e2954;width:35px;height:35px;border-radius:100%;margin-right:10px;position:relative}.flexWorkspaceOpen .pickletter .letterPosition{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.flexWorkspaceOpen .workSpaceName{color:#fff;font-size:11px!important}.flexWorkspaceOpen .userDetail{color:#fff!important;font-size:10px!important}.flexWorkspaceOpen .downIcon{position:absolute;right:2px;color:#fff;top:50%;transform:translateY(-50%);font-size:12px}.dropDownWorkspace{background:#fff;position:absolute;width:250px;z-index:1;left:135px;border:1px solid hsla(0,0%,75%,.3);margin-top:6px;transform:translate(-50%);padding:5px;border-radius:5px}.dropDownWorkspace .flexDropWorkspace{display:flex;padding:6px 10px;margin-bottom:5px;border-radius:5px;cursor:pointer}.dropDownWorkspace .flexDropWorkspace .pickletter{background:#d8d8d8;color:#0e2954;width:35px;height:35px;border-radius:100%;margin-right:10px;position:relative}.dropDownWorkspace .flexDropWorkspace .pickletter .letterPosition{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.dropDownWorkspace .flexDropWorkspace .workSpaceName{color:#000;font-size:12px!important}.dropDownWorkspace .flexDropWorkspace .userDetail{color:#6e6e6e!important;font-size:10px!important}.dropDownWorkspace .flexDropWorkspaceOpen{display:flex;padding:6px 10px;background:hsla(0,0%,75%,.3);margin-bottom:5px;border-radius:5px;align-items:center;cursor:pointer}.dropDownWorkspace .flexDropWorkspaceOpen .pickletter{color:#213a61;width:35px;height:35px;border-radius:100%;margin-right:10px;position:relative}.dropDownWorkspace .flexDropWorkspaceOpen .pickletter .letterPosition{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.dropDownWorkspace .flexDropWorkspaceOpen .workSpaceName{color:#000;font-size:12px!important}.dropDownWorkspace .flexDropWorkspaceOpen .userDetail{color:#6e6e6e!important;font-size:10px!important}.viewAllAppbar{text-align:center;padding:4px 10px}.viewAllAppbar a{color:#000;font-size:12px;cursor:pointer}.viewAllAppbarOpen{text-align:center}.viewAllAppbarOpen a{color:#000;font-size:9px;cursor:pointer;text-wrap:wrap}.blockHead{margin-bottom:12px}.blockHead .head{font-size:13px;color:#4d4d4d;display:flex;align-items:center;text-transform:capitalize;letter-spacing:.2px;font-weight:600}.blockHead .subHead{font-size:12px;color:#959595;margin-bottom:10px}.blockHead .tableTitle{font-size:13px!important;font-weight:400!important;color:#282828!important;font-weight:600!important;padding:4px 0 14px;border-bottom:1px solid #f7f7f7!important}.blockFlex{display:flex;justify-content:space-between;align-items:center;line-height:0}.flexBox{margin-top:20px;display:flex}.flexBox .flexChartTotal{display:flex!important;align-items:center!important;justify-content:space-evenly!important;width:100%!important}.flexBox .flexChartTotal .chartMargin{margin-left:-30px}.flexBox .flexChartTotal .chartMargin h6{font-size:12px!important}.flexBox .flexChartTotal .vulnerabilityStatus{padding-top:10px;display:flex;align-items:center;margin-left:-20px}.flexBox .flexChartTotal .vulnerabilityStatus .vulnerabilityStatusDiv{margin-bottom:10px;padding:0 10px;display:flex;align-items:center;gap:10px;text-align:center}.flexBox .flexChartTotal .vulnerabilityStatus .vulnerabilityStatusDiv .statusName{color:green}.flexBox .flexChartTotal .vulnerabilityStatus .vulnerabilityStatusDiv .squareBox{padding:1px 8px;border-radius:5px;margin-right:5px;position:relative;display:flex;align-items:center;justify-content:center;font-size:11px}.flexBox .flexChartTotal .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundCr{color:#c6524f;background:rgba(198,82,79,.22)}.flexBox .flexChartTotal .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundHi{color:#e34a32;background:rgba(227,74,50,.129)}.flexBox .flexChartTotal .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundLo{color:#59caaf;background:rgba(89,202,175,.169)}.flexBox .flexChartTotal .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundNotAvailable{color:#9e9e9e;background-color:#f1f1f1}.flexBox .flexChartTotal .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundMed{color:#f4a03f;background:rgba(244,160,63,.122)}.flexBox .flexChartTotal .vulnerabilityStatus .flexBoxStatus{padding:0 10px 6px;display:flex;justify-content:space-between}.flexBox .flexChartTotal .vulnerabilityStatus .flexBoxStatus .statusName{color:#8392a5!important;text-transform:uppercase;font-size:10px!important;font-weight:600!important;margin-bottom:2px}.flexBox .flexChartTotal .vulnerabilityStatus .flexBoxStatus .statusCount{color:#3c4244!important;font-size:13px!important;font-weight:600!important;display:flex;align-items:center}.flexBox .flexChartTotal .vulnerabilityStatus .flexBoxStatus .statusCount span{color:#8392a5!important;font-size:12px!important;font-weight:400!important;margin-left:5px}.flexBox .flexChartTotal .vulnerabilityStatus .flexBoxStatus .iconDot{font-size:20px!important;margin-left:-5px}.flexBox .openCloseWrap{width:34%;border-left:1px solid #f1f1f1;padding-left:57px;display:flex;align-items:end;justify-content:center;flex-direction:column}.flexBox .openCloseWrap .open{background:#eed4d6;color:#a03239;margin-bottom:25px}.flexBox .openCloseWrap .close,.flexBox .openCloseWrap .open{width:90px;text-align:center;padding:10px 0;font-weight:600;border-radius:4px;font-size:12px}.flexBox .openCloseWrap .close{background:#dcece0;color:#478859}.flexIndividual{display:flex;align-items:center}.flexIndividual .flexBox{width:100%}.publishedStatus{display:flex;align-items:center}.publishedStatus .pieChartWrap{margin-left:-30px}.publishedStatus .vulnerabilityStatus{padding-top:10px;display:flex;align-items:center;margin-left:-30px}.publishedStatus .vulnerabilityStatus .vulnerabilityStatusDiv{margin-bottom:10px;padding:0 10px;display:flex;align-items:center}.publishedStatus .vulnerabilityStatus .vulnerabilityStatusDiv .statusName{color:green}.publishedStatus .vulnerabilityStatus .vulnerabilityStatusDiv .squareBox{padding:1px 8px;border-radius:5px;margin-right:5px;position:relative;display:flex;align-items:center;justify-content:center;font-size:11px}.publishedStatus .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundInReview{background:#ffe9d0;color:#f4a03f}.publishedStatus .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundDraft{background:#d7e7ff;color:#1967d2}.publishedStatus .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundPublished{background:#d4edda;color:#478859}.publishedStatus .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundNotAvailable{background:#d7e7ff;color:#1967d2}.publishedStatus .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundMed{background:#ffe9d0;color:#f4a03f}.publishedStatus .vulnerabilityStatus .flexBoxStatus{padding:0 10px 6px;display:flex;justify-content:space-between}.publishedStatus .vulnerabilityStatus .flexBoxStatus .statusName{color:#8392a5!important;text-transform:uppercase;font-size:10px!important;font-weight:600!important;margin-bottom:2px}.publishedStatus .vulnerabilityStatus .flexBoxStatus .statusCount{color:#3c4244!important;font-size:13px!important;font-weight:600!important;display:flex;align-items:center}.publishedStatus .vulnerabilityStatus .flexBoxStatus .statusCount span{color:#8392a5!important;font-size:12px!important;font-weight:400!important;margin-left:5px}.publishedStatus .vulnerabilityStatus .flexBoxStatus .iconDot{font-size:20px!important;margin-left:-5px}.assetSummary{display:flex;align-items:center}.assetSummary .pieChartWrap{margin-left:-30px}.assetSummary .vulnerabilityStatus{padding-top:10px;display:flex;align-items:center;margin-left:-30px}.assetSummary .vulnerabilityStatus .vulnerabilityStatusDiv{margin-bottom:10px;padding:0 10px;display:flex;align-items:center}.assetSummary .vulnerabilityStatus .vulnerabilityStatusDiv .statusName{color:green}.assetSummary .vulnerabilityStatus .vulnerabilityStatusDiv .squareBox{padding:1px 8px;border-radius:5px;margin-right:5px;position:relative;display:flex;align-items:center;justify-content:center;font-size:11px}.assetSummary .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundCr{color:#c6524f;background:rgba(198,82,79,.22)}.assetSummary .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundHi{color:#e34a32;background:rgba(227,74,50,.129)}.assetSummary .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundLo{color:#59caaf;background:rgba(89,202,175,.169)}.assetSummary .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundNotAvailable{color:#9e9e9e;background-color:#f1f1f1}.assetSummary .vulnerabilityStatus .vulnerabilityStatusDiv .backgroundMed{color:#f4a03f;background:rgba(244,160,63,.122)}.assetSummary .vulnerabilityStatus .flexBoxStatus{padding:0 10px 6px;display:flex;justify-content:space-between}.assetSummary .vulnerabilityStatus .flexBoxStatus .statusName{color:#8392a5!important;text-transform:uppercase;font-size:10px!important;font-weight:600!important;margin-bottom:2px}.assetSummary .vulnerabilityStatus .flexBoxStatus .statusCount{color:#3c4244!important;font-size:13px!important;font-weight:600!important;display:flex;align-items:center}.assetSummary .vulnerabilityStatus .flexBoxStatus .statusCount span{color:#8392a5!important;font-size:12px!important;font-weight:400!important;margin-left:5px}.assetSummary .vulnerabilityStatus .flexBoxStatus .iconDot{font-size:20px!important;margin-left:-5px}.flexCvss{display:flex;justify-content:center}.flexCvss .squareBox{width:12px;height:12px;border-radius:2px;display:inline-block;margin-right:5px}.flexCvss .colorHi{background:#ed4440}.flexCvss .colorLo{background:#68d56f}.flexCvss .colorMe{background:#fddf55}.flexCvss .colorCr{background:brown}.flexCvss .cvssWrapBox{display:flex;align-items:center;margin-right:10px}.reportDownloadWrap{display:flex;justify-content:space-between;margin-bottom:30px}.closeBtnReport{border:1px solid #f7f7f7;width:25px;height:25px;border-radius:50%;font-size:13px;display:flex;align-items:center;justify-content:center;cursor:pointer!important}.selectReport{padding:0 20px}.selectReport .reportBtnWrap{margin-bottom:20px}.selectReport .reportBtnWrap button:hover{background:#f7f7f7!important}.selectReport .reportBtnWrap .headingSelectReport{margin-bottom:15px}.selectReport .reportBtnWrap .message{color:red!important;font-size:10px!important;margin-top:5px!important}.selectReport .reportBtnWrap .selectReportFormatPdf{color:brown!important;margin-right:20px!important}.selectReport .reportBtnWrap .selectReportFormatCsv,.selectReport .reportBtnWrap .selectReportFormatPdf{background:#f7f7f7!important;font-weight:700!important;box-shadow:0 1px 4px rgba(0,0,0,.16)!important;border:2px solid #f7f7f7!important;width:25%}.selectReport .reportBtnWrap .selectReportFormatCsv{color:green!important}.selectReport .reportBtnWrap .selectReportFormatPdfBorder{color:brown!important;margin-right:20px!important}.selectReport .reportBtnWrap .selectReportFormatCsvBorder,.selectReport .reportBtnWrap .selectReportFormatPdfBorder{border:2px solid #85b7f9!important;background:#eaf3fe!important;font-weight:700!important;box-shadow:0 1px 4px rgba(0,0,0,.16)!important;width:25%}.selectReport .reportBtnWrap .selectReportFormatCsvBorder{color:green!important}.selectReport .noteAssetReport{color:#856404;background-color:#fff3cd;position:relative;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;margin-top:20px;padding:5px 10px}.btnDownloadReport{display:flex;justify-content:end;margin-top:40px;border-top:1px solid #f7f7f7;padding:10px 20px}.btnDownloadReport .MuiCircularProgress-root{width:20px!important;height:20px!important;margin:5px!important}.reportSwitchBtn{display:flex;align-items:center}.reportSwitchBtn label{margin-bottom:0!important;margin-right:10px}.jireIntegrationBox{margin-bottom:50px}.jireIntegrationBox .jiraBox{padding:20px;border-radius:4px;position:relative}.jireIntegrationBox .jiraBox,.jireIntegrationBox .jiraBox .imageBox{box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.jireIntegrationBox .jiraBox .imageBox{width:25px;height:25px;border-radius:50%;padding:4px;margin-bottom:10px}.jireIntegrationBox .jiraBox .jiraContent{margin-bottom:20px}.jireIntegrationBox .jiraBox .jiraContent h6{font-size:14px!important;margin-bottom:2px;font-weight:600!important}.jireIntegrationBox .jiraBox .jiraContent p{font-size:12px!important;color:#8e8e8e!important}.jireIntegrationBox .jiraBox .overlayBox{position:absolute;top:0;left:0;background:rgba(0,0,0,.4);width:100%;height:100%;z-index:3;border-radius:4px}.jireIntegrationBox .jiraBox .overlayBox .commingSoonText{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15px!important;color:#fff!important;font-weight:700!important}.TabWrapperVertical{height:75vh}.TabWrapperVertical .MuiTabs-root{height:100%}.fixedFooter{position:absolute;bottom:0;display:flex;align-items:center;justify-content:end;left:0;border-top:1px solid #ececec;padding:15px 40px;width:100%;background:#f8f8f8}.fixedFooter button{margin-right:10px}.commonPaddingIntegration{padding:6px 20px}.commonPaddingIntegration .formFlex{display:flex!important;flex-direction:row!important}.commonPaddingIntegration .formFlex span{font-size:12px!important}.greyBackground{background:#ccc!important;color:#000!important}.inlineForm{display:flex;align-items:center;gap:12px;padding:10px 0!important}.inlineForm .inlineFormLabel{width:15%!important;margin-bottom:0!important}.inlineForm .textFieldWidth{width:40%}.inlineForm .textFieldWidth.fileWidth input{padding-top:10px!important}.inlineForm .selectFieldWidth{width:40%}.inlineForm .selectFieldWidth legend{display:none}.inlineForm .fullWidth{width:100%}.inlineForm svg{font-size:15px!important}.inlineForm.dashed{border-bottom:1px dashed #e1e1e1}.inlineForm .MuiFormControlLabel-label{font-size:13px!important}.inlineForm .MuiSelect-select{height:28px!important;padding:3.5px 10px!important}.gap{gap:10px!important}.tabCss .MuiButtonBase-root{text-align:left;align-items:baseline;padding:15px!important}.tabCss .MuiTabs-indicator{width:4px!important}.tabCss .Mui-selected{background:#f3f3f3}.tabVerticalWrap{display:flex;align-items:center;width:100%}.tabVerticalWrap .tabContentWrap{text-align:left;text-transform:none;width:90%}.tabVerticalWrap .tabContentWrap h6{font-size:14px;color:#000}.tabVerticalWrap .iconTabVertical{width:25px!important;height:25px!important;border-radius:50%;position:relative;background:#449858;margin-right:10px}.tabVerticalWrap .iconTabVertical svg{font-size:15px!important;color:#fff!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0!important}.tabVerticalWrap .steps{width:25px!important;height:25px!important;border-radius:50%;position:relative;background:#ccc;margin-right:10px}.tabVerticalWrap .steps p{font-size:15px!important;color:#000!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:-1px}.connectBtn{text-transform:capitalize!important;padding-right:2px;padding-left:10px}.connectBtn,.connectBtn:hover{background:#d4edda!important;color:#478859!important}.connectBtnDisabled{background:#1967d2!important;color:#478859!important;text-transform:capitalize!important;padding-right:2px;padding-left:10px}.connectBtnDisabled:hover{background:#d7e7ff!important;color:#478859!important}.tableWrapIntegrationModal{padding:20px}.flexProject{display:flex;align-items:center;margin-bottom:20px;cursor:pointer}.flexProject label{margin-bottom:0!important}.flexProject .ProjectName{margin-left:10px}.flexProject .ProjectName h6{font-size:14px!important;font-weight:600}.flexFilterIntegration{display:flex;justify-content:space-between;align-items:center}.flexFilterIntegration .titleProject{font-size:14px;font-weight:600}.BoxForSearchBarRight{position:relative!important;width:221px!important}.BoxForSearchBarRight input{padding-left:30px}.BoxForSearchBarRight .search_icon{position:absolute;top:50%;transform:translateY(-50%);left:10px}.commonPaddingIntegration .projectTable{border-bottom:none!important;font-weight:600!important;padding:8px 10px}.filterProjectIntegration{margin:10px 0}.makeTableWithDiv{border:1px solid #f6f6f6;padding:20px 10px 0;height:450px;border-radius:4px;margin-top:10px;margin-bottom:20px;overflow-y:auto}.makeTableWithDiv .projectWrapContent{display:flex;width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;align-items:center}.makeTableWithDiv .projectIcon{width:30px;height:30px;border:1px solid hsla(0,0%,80%,.8);border-radius:4px;padding:1px}.tabCss .Mui-disabled{cursor:no-drop!important;pointer-events:unset!important}.ck.ck-icon.ck-icon_inherit-color{font-size:12px!important}.adminBarHeader{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%;background:#213a61}.adminBarHeader .logoBox{display:flex;justify-content:start;align-items:center;width:170px;margin-top:8px;margin-left:10px}.BannerHead{background-color:#fff!important;color:#0b2557!important;padding:6px 10px!important}.BannerCard,.BannerHead{box-shadow:0 1px 1px rgba(0,0,0,.075),0 2px 2px rgba(0,0,0,.075),0 4px 4px rgba(0,0,0,.075),0 8px 8px rgba(0,0,0,.075),0 0 16px 0 rgba(0,0,0,.075)!important;border-radius:10px!important}.BannerCard{position:relative!important;color:#32383f!important}.BannerCard p{font-weight:600!important;font-size:16px!important;padding:10px!important;text-align:justify!important}.BannerCard p,.BannerCard ul{background-color:#fff!important;border-radius:10px!important}.BannerCard li{padding-top:2px!important;padding-bottom:2px!important}.BannerCard li span{font-size:14px!important}.logoContainer{font-weight:600!important;margin-top:40px!important}.logoContainer .slack{display:flex!important;justify-content:center!important;text-align:center!important;align-items:center!important;gap:20px!important}.logoContainer .logo{width:90px!important}.logoContainer .icon svg{font-size:40px!important}.logoContainer .btnTransPrimary{gap:15px!important}.integrationDescription{border:1px solid #f1f1f1!important;padding:10px 10px 10px 20px!important;border-radius:5px!important;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)!important}.integration{overflow-y:auto!important;height:400px!important}@media(min-width:600px){.css-hyum1k-MuiToolbar-root{min-height:60px!important}}