body {
  font-family: 'Zoho_Puvi_Regular', 'Lato', 'Roboto';
  margin: 0;
  padding: 0;
}
body ::-webkit-scrollbar {
  width: 7px;
}
body ::-webkit-scrollbar-track {
  background: #f3f3f3;
}
body ::-webkit-scrollbar-thumb {
  background: #ccc;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #999;
}
pre {
  font-family: 'Zoho_Puvi_Regular', 'Lato', 'Roboto';
}
.styles__con__oxTCl {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.styles__topCon__guWPE {
  display: flex;
  padding: 10px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
}
.styles__orgIcon__9RRws {
  margin-inline-start: 60px;
  padding-inline-end: 15px;
}
.styles__scon__WBcBP {
  display: flex;
  justify-content: space-between;
  margin-inline-start: auto;
  margin-inline-end: 15px;
}
.styles__scon__WBcBP:hover {
  cursor: pointer;
}
.styles__scon__WBcBP .styles__flexCon__FhPnA {
  display: flex;
  align-items: center;
  margin-inline-start: 8px;
  margin-top: -1px;
}
.styles__scon__WBcBP .styles__flexCon__FhPnA .styles__icon__uvy9z {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12px;
  height: 12px;
  margin-inline-start: 5px;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  font-family: "icomoon";
  font-size: var(--20px, 20px);
  color: var(--icon-black-to-light);
  margin-top: -12px;
}
.styles__scon__WBcBP .styles__flexCon__FhPnA .styles__icon__uvy9z::before {
  content: "\e227";
}
.styles__scon__WBcBP .styles__flexCon__FhPnA .styles__arrow-up__jFO6E {
  width: 0;
  height: 0;
  border-inline-start: 8px solid transparent;
  border-inline-end: 8px solid transparent;
  position: absolute;
  border-bottom: 8px solid #f0f0f0;
  top: 26px;
  inset-inline-start: 2px;
}
.styles__scon__WBcBP .styles__flexCon__FhPnA .styles__list__zLzAn {
  position: absolute;
  transition: 0.3s;
  background: #f0f0f0;
  top: 33px;
  inset-inline-end: -30px;
  white-space: nowrap;
}
.styles__scon__WBcBP .styles__flexCon__FhPnA .styles__list__zLzAn .styles__logout__AaznZ {
  padding: 5px 38px;
  font-size: var(--14px, 14px);
  font-family: 'Zoho_Puvi_Regular';
}
.styles__scon__WBcBP .styles__flexCon__FhPnA .styles__list__zLzAn .styles__item__QPkcl {
  padding: 5px 15px;
}
.styles__scon__WBcBP .styles__flexCon__FhPnA .styles__list__zLzAn .styles__item__QPkcl:hover {
  background-color: #bbe1fa;
}
@keyframes styles__preloader__T\+caf {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.styles__loader__FD558 {
  top: 35%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.styles__loader__FD558 span {
  font-size: var(--18px, 18px);
}
.styles__loader__FD558 p {
  font-size: var(--24px, 24px);
  line-height: 32px;
  margin: 10px 0 20px;
}
.styles__loader__FD558 .styles__preloader__T\+caf {
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: #f22927;
  border-bottom-color: #feea4b;
  border-left-color: #48ca32;
  border-right-color: #2e7eae;
  animation: styles__preloader__T\+caf 0.7s linear infinite;
}
.styles__endSession__e5SiB {
  font-size: var(--14px, 14px);
  margin-inline-start: 10px;
  border-radius: 5px !important;
  border: 1px solid #F46D72 !important;
  background-color: #F46D72 !important;
  color: #fff;
  padding: 0px 10px;
  cursor: pointer;
}
.styles__divider__5hgrl {
  border-inline-end: 1px solid #ccc;
  margin-inline-start: 10px;
}
.styles__timer__Ur8-f {
  background: #E9E9E9;
  border-radius: 5px;
  padding: 3px 10px;
  margin-inline-start: 10px;
  width: 60px;
}
.styles__deletemodal__yBzyG {
  border-radius: 5px;
  position: fixed;
  width: fit-content;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 200px;
  height: 200px;
  margin: auto;
  background-color: var(--shade-popup-color);
  z-index: 9999999;
  text-align: start;
  padding-top: 30px;
  padding-inline-end: 30px;
  padding-bottom: 30px;
  padding-inline-start: 30px;
  height: fit-content;
  font-size: var(--14px, 14px);
}
.styles__warningCon__Chf8G {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.styles__warningCon__Chf8G .styles__warning__fzMbf {
  font-weight: 700;
  font-size: var(--16px, 16px);
}
.styles__warningHeader__oO0-h {
  margin: 10px 0px;
}
.styles__ftr__RSU8S {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-inline-end: 0px;
  margin-bottom: 0px;
  margin-inline-start: 0px;
  justify-content: end;
}
.styles__ftr__RSU8S .styles__btn__NVMat {
  padding: 5px 15px;
  font-size: var(--14px, 14px);
  margin-inline-start: 15px;
  border-radius: 5px;
  border: 1px solid #F46D72 !important;
  background-color: #F46D72 !important;
  color: #fff;
}
.styles__ftr__RSU8S .styles__cancel__yg6n0 {
  padding: 5px 15px;
  font-size: var(--14px, 14px);
  margin-inline-start: 15px;
  border-radius: 5px;
}

.styles-module__iconFontProps__4onFG,.styles-module__imageCon__rVHCW{font-family:"icomoon";font-size:var(--18px, 18px);color:var(--icon-black-to-light)}.styles-module__customDropdown__pq91K{list-style:none;font-size:var(--14px, 14px);position:relative;margin:0}.styles-module__languageSwitcherContainer__GGTdh{border-radius:3px;padding-top:7px !important;padding-inline-start:10px;padding-inline-end:10px;padding-bottom:7px !important}.styles-module__languageSwitcher__FQ4Y4{margin-top:-5px;display:flex;justify-content:normal}.styles-module__customList__WJLIs{background-color:var(--shade-dropdown-varient1, #fff);border:1px solid var(--border-box-variant2, #e2e2e2);list-style:none}.styles-module__customElement__abc2m{padding:6px 5px !important}.styles-module__customListElements__xgYRh:hover{background-color:var(--background-onHover-color2, #f9f9f9)}.styles-module__customTitleHeight__OhOh2{width:115px;padding:6px 8px}.styles-module__customList__WJLIs{margin:35px 0;padding:0px;overflow:auto;max-height:260px;position:absolute;width:230px;border-bottom:1px solid var(--border-box-variant2, #e2e2e2);border-inline-end:1px solid var(--border-box-variant2, #e2e2e2);border-inline-start:1px solid var(--border-box-variant2, #e2e2e2);max-width:500px;box-shadow:0px 20px 20px -5px var(--border-box-dark-null-variant, #555);z-index:1;margin-top:12px;inset-inline-end:0px;word-wrap:break-word;background:#fff}.styles-module__customListItem__XJr2S{display:inline-block;max-width:140px;margin-inline-start:30px;margin-inline-end:30px}.styles-module__customTitle__\+pQWu{width:fit-content}.styles-module__customDropDownIcon__HjDz0{background-repeat:no-repeat;background-size:100%;margin:8px 0 0 2px !important;float:right;float:inline-end;width:12px;height:12px;cursor:pointer;align-self:center;margin-inline-end:30px;top:-11px !important}.styles-module__imageCon__rVHCW{margin-top:-2px}.styles-module__imageCon__rVHCW::before{content:""}
.DropDown-styles-module__normal-mode__ku7on{--side-bar-icons: #283654;--icon-black-to-light: #000;--icon-grey-to-light: #C6CCD0;--blue-colored-icon: #286ce5;--blue-coloured-icon: #286ce5;--icon-dark-to-light: #000;--icon-color-matching-tertiary-button-and-link: #2460cc;--assist-logo: url(assist-logo-light.67df2d9f778552bb.svg)}.DropDown-styles-module__night-mode__QqbD5{--side-bar-icons: #e2e4e7;--icon-black-to-light: #e2e4e7;--icon-grey-to-light: #e2e4e7;--blue-colored-icon: #286ce5;--blue-coloured-icon: #286ce5;--icon-dark-to-light: #e2e4e7;--icon-color-matching-tertiary-button-and-link: #96bcff;--assist-logo: url(assist-logo-dark.752b060bbae481c6.svg)}@font-face{font-family:"icomoon";src:url(icomoon.d0ab74bb4af837a3.eot);src:url(icomoon.d0ab74bb4af837a3.eot?#iefix) format("embedded-opentype"),url(icomoon.2390d36aa7bf3c9d.ttf) format("truetype"),url(icomoon.571e747dde74f559.woff) format("woff"),url(icomoon.dd2e5d2a429a5080.woff2) format("woff2"),url(icomoon.1c4217499b3cb2c0.svg#icomoon) format("svg");font-weight:normal;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.DropDown-styles-module__iconFontTheme__urGZh,.DropDown-styles-module__dropDownImage__UrZ-P{font-family:"icomoon";font-size:var(--20px, 20px);color:var(--icon-black-to-light)}.DropDown-styles-module__dropDownImage__UrZ-P{background-repeat:no-repeat;background-size:100%;margin:5px 0 0 5px;float:right;float:inline-end;cursor:pointer;align-self:center;position:relative}.DropDown-styles-module__dropDownImage__UrZ-P:before{content:""}.DropDown-styles-module__overlayStyle__nOg4V{position:absolute;width:100%;max-width:225px;height:100%;z-index:99;opacity:.5;background-color:rgba(0,0,0,.25)}.DropDown-styles-module__hideSearchBar__gzdp6{margin-top:0px !important}.DropDown-styles-module__listStyle__OWnu6{list-style:none;font-size:var(--14px, 14px);position:relative;margin-top:15px;margin-inline-end:7px;margin-bottom:15px;margin-inline-start:7px}.DropDown-styles-module__titleStyle__bxUgc{width:225px;height:35px;background-color:rgba(0,0,0,0);border:1px solid var(--border-box-variant4);padding:6px 12px;cursor:pointer;border-radius:var(--button-border-radius, 5px)}.DropDown-styles-module__titleHeight__e\+8gu{line-height:1.5;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;max-width:140px;align-self:center;float:left;float:inline-start}.DropDown-styles-module__inputContainer__F0UnN{width:100%;height:35px;display:flex;padding:6px 10px;border-inline-end:1px solid var(--border-ddd-to-fade);border-inline-start:1px solid var(--border-ddd-to-fade);background:var(--shade-dropdown-varient1);position:absolute;z-index:1}.DropDown-styles-module__inputStyle__p4iHz{width:100%;border:1px solid var(--border-box-variant4);background-color:rgba(0,0,0,0)}.DropDown-styles-module__inputStyle__p4iHz:focus{border:solid 1px var(--blue-color, #286ce5);outline:none}.DropDown-styles-module__listContainer__gPGao{margin:35px 0;padding:0px;overflow:auto;max-height:325px;background:var(--shade-dropdown-varient1);position:absolute;width:100%;border:solid 1px var(--border-box-variant4);max-width:225px;box-shadow:0 3px 10px var(--border-box-dark-null-variant);z-index:1}.DropDown-styles-module__listElements__Z7zWM{display:block !important;font-size:var(--14px, 14px);cursor:pointer}.DropDown-styles-module__listElements__Z7zWM:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843))}.DropDown-styles-module__listElements__Z7zWM:focus{background-color:var(--drop-down-selected, #F6FAFE)}.DropDown-styles-module__listElement__PXhz0{display:inline-block;vertical-align:middle;padding:5px 10px;width:100%;padding-inline-start:8px}.DropDown-styles-module__listItem__CuDDf{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;float:left;float:inline-start;max-width:100%;margin-inline-start:8px}.DropDown-styles-module__listItemWithCount__ZvyKt{max-width:calc(100% - 35px)}.DropDown-styles-module__status__NgEbY{height:10px;width:10px;border-radius:50%;display:block;float:left;float:inline-start;margin-top:5px}.DropDown-styles-module__online__4O4C\+{background-color:#14b474}.DropDown-styles-module__idle__umqoX{background-color:#f9af29}.DropDown-styles-module__offline__0ofZo{background-color:#bfcacd}.DropDown-styles-module__listCount__nvcem{float:right;float:inline-end;margin-inline-start:5px}.DropDown-styles-module__showBorder__JKKfz{border-inline-end:1px solid var(--border-box-variant2);padding-inline-end:35px}.DropDown-styles-module__blueTick__ZlQGC{height:12px;width:20px;position:absolute;display:inline-block;background-size:contain;background-position:bottom;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2Rpc3BsYXk6bm9uZTt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzE0NjhEOTtzdHJva2Utd2lkdGg6MTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPGcgaWQ9ImRPT1h2NS50aWYiIGNsYXNzPSJzdDAiPgoJCgkJPGltYWdlIHN0eWxlPSJkaXNwbGF5OmlubGluZTtvdmVyZmxvdzp2aXNpYmxlOyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBpZD0iTGF5ZXJfMV8xXyIgeGxpbms6aHJlZj0iNjkwODlCMDM4QkJDQ0Q0MC5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCg3LjggMCAwIDcuOCA1IDUpIj4KCTwvaW1hZ2U+CjwvZz4KPHBhdGggY2xhc3M9InN0MSIgZD0iTTExMSwyMS4xbC01Ny4yLDg1LjhMMTgsNzEuMiIvPgo8L3N2Zz4K);inset-inline-start:10px;margin-top:4px}.DropDown-styles-module__highlighted__RSpMQ{background-color:var(--li-hover-or-selected-bg, #f3f3f3)}.DropDown-styles-module__customInput__w-fM1{width:100%;height:35px;display:flex;padding:6px 10px;border-inline-end:1px solid var(--border-box-variant2, #ddd);border-inline-start:1px solid var(--border-box-variant2, #ddd);background:var(--shade-variant2-color, #f3f3f3);z-index:1}.DropDown-styles-module__tagSpan__KuCDK{padding:10px;font-size:var(--10px, 10px);border-radius:4px;letter-spacing:.2px;z-index:99999;word-break:break-all;margin-top:-55px;display:block;position:absolute;width:max-content;background-color:var(--tooltip-color-variant1);color:#fff;margin-inline-start:14px}
.normal-mode{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.night-mode{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}.input-error{border:1px solid var(--primary-redbutton, #cc3929) !important}.assist-btn{background-color:var(--primary-button, #286ce5);border:1px solid var(--primary-button, #286ce5);color:#fff;display:block;font-size:var(--13px, 13px);padding:10px 25px;outline:none}.assist-btn:hover{background-color:var(--primary-button-hover, #2b72f2);border:1px solid var(--primary-button-hover, #2b72f2)}.assist-sec-btn{border:1px solid var(--link-and-tertiary-button, #2460cc);color:var(--link-and-tertiary-button, #2460cc);background-color:rgba(0,0,0,0);display:block;font-size:var(--13px, 13px);padding:10px 25px;outline:none}.assist-sec-btn:hover{background-color:var(--secondary-bluebtn-hover, rgba(0, 116, 216, 0.0509803922))}.action-log-setting-section{position:relative;float:right;float:inline-end;line-height:35px;margin-top:0px;margin-inline-end:40px;margin-bottom:0px;margin-inline-start:17px;cursor:pointer}.action-log-setting-section a{margin-inline-start:5px;text-decoration:none !important;color:var(--blue-color, #286ce5)}.disabled{cursor:not-allowed;opacity:.5}.assist-box{background-color:var(--shade-variant1-color, #fff);box-shadow:0 0 25px var(--border-box-variant3, #555);z-index:9999999}.assist-box .title{font-size:var(--16px, 16px);font-weight:600;padding:20px 25px;line-height:22px}.assist-box .close-box{display:inline-block;position:absolute;cursor:pointer;font-family:"icomoon";color:var(--icon-black-to-light);float:right;float:inline-end;position:relative;font-size:var(--24px, 24px);padding-inline-end:10px}.assist-box .close-box:before{content:""}.assist-label{color:var(--text-color-v5);cursor:default;vertical-align:middle;font-weight:400}.assist-textbox{padding:6px 8px;border:1px solid #ccc;border-radius:2px;color:#000;font-size:var(--15px, 15px);outline:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s}.assist-textbox:focus{border:1px solid var(--blue-color, #286ce5);box-shadow:inset 0 0 2px #b3d3e9}textarea{padding:10px;resize:none;outline:none;border:1px solid #ccc}textarea:focus{border:1px solid var(--blue-color, #286ce5) !important}.assist-loader{width:35px;height:35px;display:inline-block;padding:0px;border-radius:100%;border:2px solid;border-top-color:#f22927;border-bottom-color:#feea4b;border-left-color:#48ca32;border-right-color:#2e7eae;-webkit-animation:preloader .7s linear infinite;animation:preloader .7s linear infinite}@keyframes preloader{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes preloader{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
.modal-overlay{position:fixed;width:100%;height:100%;top:0px;inset-inline-start:0;inset-inline-end:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:9999999}.modal-box{position:fixed;top:45px;width:400px;inset-inline-start:0;inset-inline-end:0;margin:auto;background-color:var(--shade-variant1-color, #fff);box-shadow:0 0 25px var(--border-box-variant3, #555);z-index:9999999;text-align:start}.btn{padding:15px;text-transform:uppercase;margin:0;font-size:var(--13px, 13px)}.modal{position:fixed;top:45px;inset-inline-start:0;inset-inline-end:0;margin:auto;background-color:var(--shade-variant1-color);box-shadow:0 0 25px #555;z-index:9999999;text-align:start;width:450px}.modal :global .close-box{margin:12px 20px 0;padding:4px}.container{display:flex;flex-direction:column;align-items:center;padding:10px 20px;justify-content:center}.container .content{padding:20px;margin:20px;font-size:var(--18px, 18px);text-align:center}
#session-notes{position:fixed;top:80px;left:50%;z-index:9999999;animation:slidenotes .2s running ease-out}@keyframes slidenotes{from{opacity:0;top:40px}to{opacity:1;top:80px}}.session-notes-launcher{height:54px;display:flex;align-content:space-around;justify-content:center;flex-wrap:wrap}.audt-cont{height:54px;display:flex;align-content:space-around;justify-content:center;flex-wrap:wrap}.adt-launcher{position:relative;float:left;float:inline-start;background-size:19px;cursor:pointer;font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--18px, 18px)}.adt-launcher:before{content:""}.resources-menu{justify-content:space-between;display:flex;width:100px}.prev-notes-img,.prev-empty-notes-img{font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--21px, 21px);cursor:pointer}.prev-notes-img:before{content:""}.prev-empty-notes-img:before{content:""}.notes-container{width:600px;position:absolute;top:50%;transform:translateY(-50%);left:50%;transform:translateX(-50%)}.notes-inner-container{float:left;float:inline-start;padding:40px;background-color:var(--shade-popup-color) !important;width:600px;border-radius:var(--container-border-radius, 10px);min-height:360px}.notes-field{float:left;float:inline-start;margin:0px 0 5px 0;width:100%;position:relative}.less-margin{margin-bottom:5px}.labelspan{font-size:var(--13px, 13px);color:var(--text-color-v5);line-height:25px;font-style:italic}.note-txt-box{border:solid 1px var(--search-box-border, #b2b2b2);border-radius:5px;padding:8px 2%;width:100%;font-size:var(--15px, 15px);z-index:1;box-sizing:border-box;outline:none;letter-spacing:.1px;background-color:rgba(0,0,0,0) !important}.big{resize:none;height:125px;padding:8px 2%;line-height:22px}.note-txt-box:hover{border-color:var(--search-box-onhover, #404040)}.note-txt-box::placeholder{font-size:var(--14px, 14px);color:var(--place-holder-text, #222);opacity:.5}.big:focus,.note-txt-box:focus{border:solid 1px var(--blue-color, #286ce5);box-shadow:none !important}.action-section{float:left;float:inline-start;width:100%}.save-btn{background-color:var(--primary-button, #286ce5) !important;color:#fff;border:solid 1px var(--primary-button, #286ce5);padding:var(--button-padding-m, 6px 16px);font-size:var(--14px, 14px);float:right;float:inline-end;margin:0 0 0 10px;transition:all .1s linear;border-radius:var(--button-border-radius, 5px);outline:none;text-transform:capitalize !important}.save-btn:hover{background-color:var(--primary-button-hover, #2b72f2) !important;border:solid 1px var(--primary-button-hover, #2b72f2) !important;cursor:pointer;box-shadow:0 1px 1px var(--border-box-variant3)}.discard{padding:var(--button-padding-m, 6px 16px);font-size:var(--14px, 14px);float:right;float:inline-end;margin:0 0 0 10px;transition:all .1s linear;border-radius:5px;outline:none;border:var(--button-border, 5px);border:solid 1px var(--blue-color, #286ce5);background-color:rgba(0,0,0,0);color:var(--blue-color, #286ce5)}.discard:hover{cursor:pointer;background-color:var(--secondary-bluebtn-hover, rgba(0, 116, 216, 0.0509803922))}.disabled{cursor:not-allowed;pointer-events:none;opacity:.5}.update-info{float:left;float:inline-start;width:100%;margin:10px 0;min-height:40px;position:relative;max-width:320px}.updated-by{font-size:var(--13px, 13px);color:var(--text-color-v7);line-height:18px;font-style:italic}.not-saved{font-size:var(--13px, 13px);color:var(--text-color-red, #E42527);line-height:18px;font-style:italic}.notes-warning{font-size:var(--13px, 13px);color:var(--text-color-red, #E42527);line-height:18px;font-style:italic}.saving{font-size:var(--13px, 13px);color:#1a9103;line-height:18px;font-style:italic}.saved{font-size:var(--13px, 13px);color:#000;line-height:18px;font-style:italic}.action-buttons{float:left;float:inline-start;margin:20px 0 0;width:100%}.ename{color:var(--text-color-default)}.prev-cust-title{font-size:var(--15px, 15px);line-height:15px}.by-technician{font-size:var(--13px, 13px);line-height:15px;font-style:italic;color:#999}.session-title-section{display:inline-block;width:"74%";position:relative}.notes-loading-msg{text-align:center;margin-top:130px;color:var(--text-color-default)}#notes-context-title{width:100%;border:solid 1px var(--search-box-border, #b2b2b2);border-radius:5px;padding:8px 2%;font-size:var(--18px, 18px);z-index:1;box-sizing:border-box;outline:none;background-color:rgba(0,0,0,0)}#notes-context-title:hover{border:solid 1px var(--search-box-onhover, #404040) !important}#notes-context-title:focus{border:solid 1px var(--blue-color, #286ce5) !important;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;box-shadow:none !important}.notes-context-title-normal{width:100%;font-size:var(--18px, 18px);z-index:1;box-sizing:border-box;outline:none;padding-top:8px;padding-inline-end:2%;padding-bottom:8px;padding-inline-start:0px;word-wrap:break-word}.notes-char-info{float:right;float:inline-end}.title-char-info{position:absolute;top:-20px;inset-inline-end:0px}.title-space-holder{height:18px;display:inline-block}.icon-rename-title:before{content:"";font-family:"icomoon";font-size:var(--17px, 17px);padding-inline-start:10px}.icon-rename-title{color:var(--link-and-tertiary-button, #2460cc);cursor:pointer;display:inline !important}.ui-tooltip{z-index:99999999 !important}.reports-notes-img{margin-inline-end:10px;cursor:pointer;background-size:contain;background-repeat:no-repeat;display:inline-block;position:relative;font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--18px, 18px);top:3px}.reports-notes-img:before{content:""}.reports-tt-base{position:relative}.reports-tt-base .reports-tt{color:#fff;padding:4px 8px !important;font-size:var(--10px, 10px);border-radius:4px;letter-spacing:.2px !important;display:none;white-space:nowrap;position:absolute;width:max-content;background-color:var(--tooltip-color-variant1, #555);top:30px;right:50%;font-size:var(--13px, 13px) !important;transform:translateX(50%);border-radius:5px;z-index:9999}.reports-tt-base:hover .reports-tt{display:block}.reports-notes-empty-img{margin-inline-end:5px;background-image:url(add-note.f01c7fb9332c74d3.png);cursor:pointer;width:18px;height:20px;background-size:contain;background-repeat:no-repeat;display:inline-block;position:relative;top:6px}.note-txt-box-view-mode{overflow-y:scroll}
.promo-tag{color:#fff !important;cursor:pointer;background:var(--announcement-bar-background) !important;font-weight:400 !important;font-size:var(--12px, 12px) !important;padding:10px 20px 10px 10px !important;text-transform:none !important;margin:0 0 20px !important;line-height:18px !important;border-color:var(--primary-button, #286ce5) !important}.promo-info-icon{margin-inline-end:5px;width:14px;height:14px;font-family:"icomoon";color:#fff;font-size:var(--14px, 14px);position:relative;top:2px}.promo-info-icon::before{content:""}.promo-addon-edtion-text{font-weight:600;font-style:italic}.promo-container{position:fixed;z-index:999999999;background-color:var(--shade-variant1-color) !important;box-shadow:1px 1px 15px var(--border-box-variant3) !important;width:440px;top:50%;left:50%;padding:0;text-align:start;font-size:var(--14px, 14px);margin-bottom:15px;transform:translate(-50%, -50%);line-height:22px}.promo-div-margin{margin:30px}.promo-btn-span{float:right;float:inline-end;width:100%;padding:0 30px 30px;box-sizing:border-box}.promo-ul-margin{margin:20px 0;float:left;float:inline-start;width:100%}.promo-btn-extend{padding:var(--button-padding-m, 6px, 16px) !important;margin:0 !important;font-size:var(--13px, 13px);float:right !important;float:inline-end !important;white-space:pre-wrap;border-radius:5px !important}.promo-float-left{float:left !important;float:inline-start !important;background-color:rgba(0,0,0,0) !important;border:1px solid var(--link-and-tertiary-button, #2460cc) !important;color:var(--link-and-tertiary-button, #2460cc) !important}.promo-float-left:hover{background-color:rgba(40,108,229,.0509803922) !important}.promo-btn-extend:hover{box-shadow:none !important}.promo-view-pricing-plan a{float:left;float:inline-start;width:100%;margin:0 0 25px;color:var(--link-and-tertiary-button, #2460cc) !important}.promo-view-pricing-plan a:hover{text-decoration:none !important}.float-none{float:none !important}.absolute-promo-tag{position:absolute;inset-inline-start:50%;transform:translateX(-50%)}.learn-more{color:#ffd465;font-style:italic}.promo-contacts-container{padding:20px;float:left;float:inline-start;background-color:var(--shade-variant2-color);width:100%;margin-top:20px;display:flex;flex-direction:row;align-items:center;gap:20px}.promo-country-span{width:17%;float:left;float:inline-start;margin-inline-end:12px;position:relative;display:flex;flex-direction:column;gap:10px}.promo-country-input{width:100%;padding-top:2px;padding-inline-end:4px;padding-bottom:2px;padding-inline-start:16px;border-radius:2px;border:1px solid var(--search-box-border, #b2b2b2);background-color:rgba(0,0,0,0);outline:none !important}.promo-country-input:hover{border:1px solid var(--search-box-onhover, #404040)}.promo-country-input:focus{border:1px solid var(--blue-color, #286ce5)}.promo-country-label{width:100%;line-height:12px;float:left;float:inline-start;font-size:var(--12px, 12px)}.promo-plus-txt{position:absolute;font-size:var(--15px, 15px);top:38px;inset-inline-start:5px;z-index:0;font-weight:600;color:var(--text-color-v7)}.promo-phone-span{width:50%;float:left;float:inline-start;display:flex;flex-direction:column;gap:10px}.promo-get-contact-label{width:100%;font-size:var(--12px, 12px);line-height:7px;padding-top:15px}.get-contact-id-input{width:100%;padding:2px 8px;border-radius:2px;border:1px solid var(--search-box-border, #b2b2b2);background-color:rgba(0,0,0,0);margin-top:2px}.get-contact-id-input:hover{border:1px solid var(--search-box-onhover, #404040)}.get-contact-id-input:focus{border:1px solid var(--blue-color, #286ce5)}.get-pass-btn{padding:2px 20px !important;margin-inline-start:0 !important;margin-top:33px !important}.promo-get-pass-arrow-up{width:0;height:0;border-inline-start:15px solid rgba(0,0,0,0);border-inline-end:15px solid rgba(0,0,0,0);border-bottom:15px solid var(--shade-variant2-color);margin:0 0px 0px 20px;float:left;float:inline-start;position:relative;top:40px;inset-inline-end:100px}#promo-tag-count{display:flex;justify-content:center}
.dialog-close{background-color:#fff;border-radius:32px;box-shadow:0 0 5px #333;float:right;float:inline-end;height:32px;position:absolute;inset-inline-end:-12px;top:-12px;width:32px;padding:0;transition:all 50ms linear 0s;z-index:99999}.icon-close:before{color:#000;content:"";cursor:pointer;float:right;float:inline-end;font-family:"newpage";font-size:var(--12px, 12px);line-height:16px;margin-inline-start:0;padding:8px 9px}
.MobilePlanUpgrade-module__mobileWarnContainer__z1jId{position:fixed;top:45px;inset-inline-start:0;inset-inline-end:0;margin:auto;background-color:#fff;box-shadow:0 0 25px #555;z-index:9999999;text-align:start;width:600px;padding:30px 35px}.MobilePlanUpgrade-module__warnTitle__asx-7{font-weight:600;font-size:var(--18px, 18px);text-align:center}.MobilePlanUpgrade-module__warnMessage__qrvnO{margin:15px 0px;line-height:24px;text-align:center}.MobilePlanUpgrade-module__highLight__Hk7bH{color:var(--link-and-tertiary-button, #2460cc);cursor:pointer}.MobilePlanUpgrade-module__outer__CNMJo{padding:20px 30px;background-color:#fff8e1;display:flex;width:100%;box-sizing:border-box}.MobilePlanUpgrade-module__titleStyle__ZnrYt{font-size:var(--14px, 14px);font-weight:600;background:#e3e3e3;line-height:22px}.MobilePlanUpgrade-module__ErrorIcon__qWSgt{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Y5NTkyMTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNjQiIGN5PSI2NCIgcj0iNjIuNiIvPgoJPGc+CgkJPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iNjUiIGN5PSI5Ni41IiByPSI2LjYiLz4KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNzEuNiwzMy4ydjQxLjVjMCwzLjYtMyw2LjYtNi42LDYuNnMtNi42LTMtNi42LTYuNlYzMy4yYzAtMy42LDMtNi42LDYuNi02LjZTNzEuNiwyOS42LDcxLjYsMzMuMnoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);cursor:pointer;width:32px;height:32px;background-size:100%;background-repeat:no-repeat;box-sizing:border-box;margin:10px auto}
.styles-module__closeIcon__z5m-L{position:relative;bottom:15px;inset-inline-start:15px;float:right;float:inline-end;font-family:"icomoon";font-size:var(--19px, 19px);color:var(--icon-dark-to-light);cursor:pointer}.styles-module__closeIcon__z5m-L::before{content:""}.styles-module__save__F1o1j{float:right;float:inline-end;margin-inline-start:10px}
.styles-module__button__lRwgm{font-size:var(--14px, 14px);text-decoration:none;cursor:pointer;user-select:none;border-radius:var(--button-border-radius, 5px);padding:var(--button-padding-m, 6px 16px);align-items:center;justify-content:center;gap:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;display:inline-flex}.styles-module__button__lRwgm:disabled{opacity:.7 !important;cursor:default !important;pointer-events:none !important}.styles-module__button__lRwgm.styles-module__primaryBlue__CmOx4{background-color:var(--primary-button, #286ce5);border:1px solid var(--primary-button, #286ce5);color:#fff}.styles-module__button__lRwgm.styles-module__primaryBlue__CmOx4:hover:enabled{background-color:var(--primary-button-hover, #2b72f2);border:1px solid var(--primary-button-hover, #2b72f2)}.styles-module__button__lRwgm.styles-module__primaryBlue__CmOx4:disabled{background-color:var(--button-disabled-fill, #92c9fe);border:1px solid var(--button-disabled-fill, #92c9fe);color:var(--button-disabled-text, #fff)}.styles-module__button__lRwgm.styles-module__primaryRed__1Pevt{background-color:var(--primary-redbutton, #EA5D62);border:1px solid var(--primary-redbutton, #EA5D62);color:#fff}.styles-module__button__lRwgm.styles-module__primaryRed__1Pevt:hover:enabled{background-color:var(--primary-redbutton-hover, #EA5D62);border:1px solid var(--primary-redbutton-hover, #EA5D62)}.styles-module__button__lRwgm.styles-module__secondaryBlue__NbzsD{border:1px solid var(--link-and-tertiary-button, #2460cc);color:var(--link-and-tertiary-button, #2460cc);background-color:rgba(0,0,0,0)}.styles-module__button__lRwgm.styles-module__secondaryBlue__NbzsD:hover{background-color:var(--secondary-bluebtn-hover, rgba(0, 116, 216, 0.0509803922))}.styles-module__button__lRwgm.styles-module__secondaryRed__3V2um{border:1px solid var(--primary-redbutton, #EA5D62);color:var(--text-color-red, #E42527);background-color:rgba(0,0,0,0)}.styles-module__button__lRwgm.styles-module__secondaryRed__3V2um:hover{background-color:var(--secondary-redbtn-hover, rgba(245, 100, 106, 0.1019607843)) !important}.styles-module__button__lRwgm.styles-module__cancel__YzPIY{border:1px solid var(--cancel-button, #6a6b6c);color:var(--cancel-button, #6a6b6c);background-color:rgba(0,0,0,0)}.styles-module__button__lRwgm.styles-module__cancel__YzPIY:hover:enabled{background-color:var(--cancel-button-hover, rgba(122, 122, 123, 0.0705882353))}.styles-module__button__lRwgm.styles-module__tertiary__UXli7{color:var(--link-and-tertiary-button, #2460cc);background-color:rgba(0,0,0,0);border:none;font-size:var(--14px, 14px)}.styles-module__button__lRwgm.styles-module__tertiary__UXli7 .styles-module__icon__s0W8W::after{color:var(--link-and-tertiary-button, #2460cc) !important}.styles-module__tooltipOverflowStyle__hhynH{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex}
.styles-module__displayBlock__pa8sB{display:block}.styles-module__displayNone__5Cda1{display:none}
.styles-module__tooltipWrapper__WT7Th{display:inline-block;position:relative;height:100%}.styles-module__tooltip__pD-jT{position:absolute;border-radius:5px;inset-inline-start:50%;transform:translate(-50%);padding:5px 10px;box-shadow:0px 4px 10px 0px rgba(0,0,0,.1);z-index:99999;white-space:nowrap;background:var(--tooltip-bg, #555);font-size:min(var(--12px, 12px),16px);color:#fff;height:max-content}.styles-module__tooltip__pD-jT::before{position:absolute;content:"";height:12px;width:12px;inset-inline-start:43%;background:var(--tooltip-bg, #555);transform:rotate(45deg);z-index:-1}.styles-module__top__9XDlJ{top:-30px}.styles-module__top__9XDlJ::before{top:18px}.styles-module__bottom__QP3lT{bottom:-30px}.styles-module__bottom__QP3lT::before{bottom:18px}
.iconFontProps,.errorModal .content .redIcon,.errorModal .content .blueIcon,.rec-error-dg .delrec .aft,.rec-error-dg .dlt,.rec-error-dg .dwld.rd,.rec-error-dg .dwld.nrd,.rec-sv .tt-base .dwld.nrd,.rec-sv .video-icon,.rec-sv .deletedIcon,.rec-sv-audit .delrec .aft,.rec-sv-audit .dlt,.rec-sv-audit .dwld.rd.info,.rec-sv-audit .dwld.rd,.rec-sv-audit .dwld.nrd{color:var(--icon-black-to-light);font-family:"icomoon";font-size:var(--20px, 20px);position:relative;top:-4px}.rec-error-dg .dlt,.rec-error-dg .dwld.rd,.rec-error-dg .dwld.nrd,.rec-sv .tt-base .dwld.nrd,.rec-sv-audit .dlt,.rec-sv-audit .dwld.rd.info,.rec-sv-audit .dwld.rd,.rec-sv-audit .dwld.nrd{display:inline-block;width:25px;height:25px;background-size:100%;background-repeat:no-repeat;margin-inline-end:15px;cursor:pointer}.rec-sv-audit{display:inline-block}.rec-sv-audit .dwld.nrd::before{content:"";color:#f78828 !important}.rec-sv-audit .dwld.rd::before{content:"";color:var(--icon-black-to-light) !important}.rec-sv-audit .dwld.rd.info{opacity:.3;cursor:not-allowed}.rec-sv-audit .dwld.rd.info::before{content:""}.rec-sv-audit .dlt::before{content:""}.rec-sv-audit .ntrec{display:inline-block;cursor:default}.rec-sv-audit .ntrec .aft{background-image:url(info-icon-blue.4b744b553fbabc77.png);background-size:100%;display:inline-block;width:20px;height:21px;background-repeat:no-repeat;float:left;float:inline-start;margin-inline-end:10px;margin-inline-start:3px}.rec-sv-audit .delrec{display:inline-block;position:relative;cursor:pointer}.rec-sv-audit .delrec .aft{display:inline-block;width:20px;height:21px;background-repeat:no-repeat;float:left;float:inline-start;margin-inline-end:10px;margin-inline-start:3px;transform:rotateZ(180deg)}.rec-sv-audit .delrec .aft::before{content:""}.rec-sv-audit .delrec .delby{color:#fff;display:none;position:absolute;background-color:#000;top:-35px;inset-inline-end:0px;padding:8px;transform:translateX(100%);border-radius:10px;z-index:4;white-space:nowrap}.rec-sv-audit .delrec:hover .delby{display:inline}.rec-sv-audit .errrec{cursor:default}.rec-sv-audit .ld{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;animation:1.5s linear 0s normal none infinite running ldrec;border-color:var(--infinite-scroll-loader);border-image:none;border-radius:100%;border-style:solid;border-width:4px;height:25px;padding:0;width:25px;margin:0 auto 0;display:inline-block}@keyframes ldrec{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.rec-sv-audit .tt-base{position:relative}.rec-sv-audit .tt-base .tt{color:#fff;display:none;white-space:nowrap;position:absolute;background-color:var(--tooltip-color-variant1);top:-35px;inset-inline-end:0px;padding:8px;transform:translateX(100%);border-radius:10px;z-index:4}.rec-sv-audit .tt-base:hover .tt{display:block}.rec-sv{display:inline-block;margin-top:3px;margin-inline-start:-3px}.rec-sv .deletedIcon{background-size:100%;display:inline-block;width:20px;height:21px;background-repeat:no-repeat;margin-inline-end:6px;margin-inline-start:3px;margin-top:2px;cursor:pointer;color:var(--link-and-tertiary-button, #2460cc)}.rec-sv .deletedIcon::before{content:""}.rec-sv .not-recorded{content:"";background-size:100%;display:inline-block;width:20px;height:21px;margin-inline-end:6px;margin-inline-start:3px;margin-top:2px}.rec-sv .video-icon{background-size:100%;display:inline-block;width:20px;height:21px;background-repeat:no-repeat;margin-inline-end:6px;margin-top:2px;cursor:pointer}.rec-sv .video-icon::before{content:""}.rec-sv .ld{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;animation:1.5s linear 0s normal none infinite running ldrec;border-color:var(--infinite-scroll-loader);border-image:none;border-radius:100%;border-style:solid;border-width:4px;height:25px;padding:0;width:25px;margin:0 auto 0;display:inline-block}@keyframes ldrec{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.rec-sv .tt-base{position:relative}.rec-sv .tt-base .tt{color:#fff;display:none;position:absolute;white-space:nowrap;background-color:var(--tooltip-color-variant1);top:30px;left:50%;transform:translateX(-50%);padding:6px 12px;border-radius:5px;z-index:4}.rec-sv .tt-base:hover .tt{display:block}.rec-sv .tt-base .dwld.nrd::before{content:"";color:#f78828 !important}.rec-dwn-dg .rec-dg-lb-note{margin-top:10px;margin-inline-end:0px;margin-bottom:5px;margin-inline-start:0px}.rec-dwn-dg .rec-dg-lb-note-content{margin-top:0px;margin-inline-end:0px;margin-bottom:15px;margin-inline-start:0px}.rec-dwn-dg .rbcont{height:60px}.rec-dwn-dg .btn{float:right;float:inline-end;padding:5px 25px;height:40px}.rec-dwn-dg.usr-prt{text-align:center}.rec-dwn-dg.usr-prt .btn{border:2px solid var(--primary-button, #286ce5);border-radius:2px;background-color:#fff;color:var(--link-and-tertiary-button, #2460cc) !important;box-shadow:none;float:none}.menu-container{width:unset !important}.menu-ul-container{z-index:10 !important;width:100px !important}.menu-ul-container .ntrec{display:inline-block;cursor:default}.menu-ul-container .ntrec .aft{background-image:url(info-icon-blue.4b744b553fbabc77.png);background-size:100%;display:inline-block;width:20px;height:21px;background-repeat:no-repeat;float:left;float:inline-start;margin-inline-end:6px;margin-inline-start:3px}.menu-ul-container .delrec{display:inline-block;position:relative;cursor:pointer}.menu-ul-container .delrec .aft{background-image:url(info-icon-red.d0b795f2ad72dc2e.png);background-size:100%;display:inline-block;width:20px;height:21px;background-repeat:no-repeat;float:left;float:inline-start;margin-inline-end:6px;margin-inline-start:3px;transform:rotateZ(180deg)}.menu-ul-container .delrec .delby{color:#fff;display:none;position:absolute;background-color:#000;top:-35px;inset-inline-end:0px;padding:8px;transform:translateX(100%);border-radius:10px;z-index:4;white-space:nowrap}.menu-ul-container .delrec:hover .delby{display:inline}.menu-ul-container .errrec{cursor:default}.menu-ul-container li{cursor:pointer;padding:unset !important}.menu-ul-container li:hover{background:var(--background-onhover-color2)}.menu-ul-container .block{display:block;width:100%;height:100%}.menu-ul-container .btn-txt{display:block;width:100%;height:100%;padding:4px 10px}.menu-ul-container .delete-btn{color:var(--text-color-red, #E42527)}.rec-error-dg .dwld.nrd::before{content:"";color:#f78828 !important}.rec-error-dg .dwld.rd::before{content:"";color:var(--icon-black-to-light) !important}.rec-error-dg .dlt::before{content:""}.rec-error-dg .ntrec{display:inline-block;cursor:default}.rec-error-dg .ntrec .aft{background-image:url(info-icon-blue.4b744b553fbabc77.png);background-size:100%;display:inline-block;width:20px;height:21px;background-repeat:no-repeat;float:left;float:inline-start;margin-inline-end:6px;margin-inline-start:3px}.rec-error-dg .delrec{display:inline-block;position:relative;cursor:pointer}.rec-error-dg .delrec .aft{display:inline-block;width:20px;height:21px;background-repeat:no-repeat;float:left;float:inline-start;margin-inline-end:6px;margin-inline-start:3px;transform:rotateZ(180deg);color:var(--text-color-red, #E42527)}.rec-error-dg .delrec .aft::before{content:""}.rec-error-dg .delrec .delby{color:#fff;display:none;position:absolute;background-color:#000;top:-35px;inset-inline-end:0px;padding:8px;transform:translateX(100%);border-radius:10px;z-index:4;white-space:nowrap}.rec-error-dg .delrec:hover .delby{display:inline}.rec-error-dg .errrec{cursor:default}.errorModal{position:fixed;top:35%;width:30%;height:25%;min-height:180px;inset-inline-start:0;inset-inline-end:0;border-radius:5px;margin:auto}.errorModal .content{height:80%;margin:20px;display:flex;flex-direction:column;align-content:center;justify-content:space-evenly;align-items:center;padding:unset}.errorModal .content .btn{padding:5px 25px;height:35px;margin:unset;margin-top:10px;font-size:var(--14px, 14px);text-transform:none}.errorModal .content .blueIcon{display:inline-block;width:35px;height:40px;background-repeat:no-repeat;margin-inline-end:6px;margin-inline-start:3px;color:var(--link-and-tertiary-button, #2460cc)}.errorModal .content .blueIcon::before{content:""}.errorModal .content .redIcon{display:inline-block;width:35px;height:40px;background-repeat:no-repeat;margin-inline-end:6px;margin-inline-start:3px;transform:rotateZ(180deg);color:var(--text-color-red, #E42527)}.errorModal .content .redIcon::before{content:""}.errorModal .content .error-msg{text-align:center}.floatRight{float:right;float:inline-end}.cancelBlue{background-color:var(--primary-button) !important;color:#fff !important;border-color:var(--primary-button) !important}
.paper{box-shadow:0px 4px 10px #555;background-color:#fff;border-radius:2px;z-index:1;padding:10px 20px;text-align:center;margin:20px}
.popover-paper{box-shadow:0 0 2px 0 rgba(0,0,0,.15);background-color:var(--shade-dropdown-varient1);float:left;float:inline-start;position:absolute;border:solid thin var(--border-box-dark-null-variant);animation:opendep 200ms;z-index:inherit;top:36px;padding:5px 0;inset-inline-start:0;width:100%}.popover-action ul{margin:0;padding:0}.popover-action li{text-align:start;margin:0 !important;font-size:var(--12px, 12px);list-style:none;padding:5px 10px;box-sizing:border-box;font-style:normal;font-weight:500}
.hamburger-container{float:left;float:inline-start;width:100px}.ham-paper-override ul li{cursor:pointer}.ham-paper-override ul li:hover{background-color:#3f3f3f;color:#fff}
.styles-module__actionSet__KrI\+x{display:flex;flex-direction:row;margin-top:20px;justify-content:end}.styles-module__buttonDefault__xW\+eu,.styles-module__confirmButton__J5S8g,.styles-module__cancelButton__l8DLc{padding:var(--button-padding-m, 6px 16px)}.styles-module__cancelButton__l8DLc{background-color:rgba(0,0,0,0)}.styles-module__confirmButton__J5S8g{margin-inline-start:15px}.styles-module__modalClassName__T1f96{border-radius:8px !important;width:25em;min-width:35%;min-width:50%;position:absolute;left:50%;top:50%;bottom:200px;transform:translate(-50%, -50%);height:fit-content;background-color:var(--shade-popup-color, #fff);z-index:9999999;text-align:start;padding:40px;min-width:600px;box-shadow:5px 5px 25px 0px rgba(0,0,0,.15)}.styles-module__modalClassName__T1f96 .styles-module__headerStyle__MAafk{font-size:var(--20px, 20px);font-style:normal;font-weight:700;line-height:normal}.styles-module__modalClassName__T1f96 .styles-module__dialogContent__gFHIG{margin:15px 0 !important;display:block !important}
.styles-module__modalOverlay__A6Gu4{position:fixed;width:100%;height:100%;top:0px;inset-inline-start:0;inset-inline-end:0;bottom:0;background-color:rgba(0,0,0,.5);cursor:default;z-index:99999999}.styles-module__modalOverlay__A6Gu4 .styles-module__modalContainer__TAUCd{border-radius:8px !important;position:fixed;width:35%;inset-inline-start:0;inset-inline-end:0;top:0;bottom:200px;height:fit-content;margin:auto;background-color:var(--shade-popup-color, #fff);z-index:9999999;text-align:start;padding:40px;width:fit-content;box-shadow:5px 5px 25px 0px rgba(0,0,0,.15)}.styles-module__modalOverlay__A6Gu4 .styles-module__modalContainer__TAUCd .styles-module__modalTitle__Bju\+H{font-size:var(--20px, 20px);font-style:normal;font-weight:700;line-height:normal}.styles-module__modalOverlay__A6Gu4 .styles-module__modalContainer__TAUCd .styles-module__modalTitle__Bju\+H .styles-module__modalChildren__wQvW4{margin-top:20px;margin-bottom:20px}
.styles__chat__wHPgO {
  margin-inline-end: 5px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  font-family: 'icomoon';
  color: var(--icon-black-to-light);
  font-size: var(--18px, 18px);
  top: 2px;
}
.styles__chat__wHPgO .styles__tt__NXCHK {
  color: #fff;
  background-color: var(--tooltip-color-variant1) !important;
  padding: 4px 8px !important;
  font-size: var(--13px, 13px) !important;
  border-radius: 4px;
  letter-spacing: 0.2px !important;
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 4;
}
.styles__chat__wHPgO:hover .styles__tt__NXCHK {
  display: block;
}
.styles__chat__wHPgO:before {
  content: '\e209';
}
.styles__chat-modal__tbgT3 {
  position: fixed;
  top: 133px;
  width: 50%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  margin: auto;
}
.styles__chat-modal__tbgT3 .styles__no-chat-img__3aHbK {
  background: url(no-chat-transcript.997329dc9e5ed370.png);
  width: 180px;
  height: 180px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background-size: 196px;
  background-repeat: no-repeat;
}
.styles__chat-modal__tbgT3 .styles__not-avail__j4A4E {
  margin: 10px;
  text-align: center;
  font-size: medium;
  margin-bottom: 20px;
  font-weight: 700;
}
.styles__chat-modal__tbgT3 .styles__header__TAefZ {
  margin-top: 15px;
  margin-inline-end: 30px;
  margin-bottom: 0px;
  margin-inline-start: 30px;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
}
.styles__chat-modal__tbgT3 .styles__header__TAefZ .styles__con__-mhf- .styles__con__-mhf- div {
  margin-bottom: 5px;
}
.styles__chat-modal__tbgT3 .styles__header__TAefZ .styles__con__-mhf- .styles__session-title__rIQrx {
  font-weight: 600;
  margin-bottom: 5px;
}
.styles__chat-modal__tbgT3 .styles__header__TAefZ .styles__con__-mhf- .styles__time__-OJDb span {
  margin-inline-end: 20px;
}
.styles__chat-modal__tbgT3 .styles__header__TAefZ .styles__export__dsoHk {
  background-image: url(download-bluefill.c9af77a038501105.svg);
  cursor: pointer;
  width: 45px;
  margin-inline-start: auto;
  margin-inline-end: 15px;
  height: 40px;
  background-size: 45px;
  background-repeat: no-repeat;
}
.styles__chat-modal__tbgT3 .styles__scroll-con__w4OXZ {
  overflow: auto;
  height: 350px;
  margin-top: 20px;
}
.styles__chat-modal__tbgT3 .styles__scroll-con__w4OXZ .styles__con__-mhf- {
  margin-bottom: 20px;
}
.styles__chat-modal__tbgT3 .styles__scroll-con__w4OXZ .styles__con__-mhf- .styles__sender__jwgzw {
  font-size: var(--15px, 15px);
  font-weight: bold;
  margin-bottom: 5px;
}
.styles__chat-modal__tbgT3 .styles__scroll-con__w4OXZ .styles__con__-mhf- .styles__msg-con__ngGAO {
  display: flex;
}
.styles__chat-modal__tbgT3 .styles__scroll-con__w4OXZ .styles__con__-mhf- .styles__msg-con__ngGAO .styles__msg-time__feFa8 {
  min-width: 60px;
  color: #999;
  font-style: italic;
  margin-inline-start: auto;
  align-self: flex-end;
}

.styles-module__iconFontProps__wCIzo,.styles-module__checkBoxContainer__ts1wW .styles-module__checked__2HzZO,.styles-module__checkBoxContainer__ts1wW .styles-module__unChecked__puWmM{font-family:"icomoon";color:var(--blue-coloured-icon, #286ce5);font-size:var(--18px, 18px)}.styles-module__checkBoxContainer__ts1wW{display:flex}.styles-module__checkBoxContainer__ts1wW .styles-module__checked__2HzZO,.styles-module__checkBoxContainer__ts1wW .styles-module__unChecked__puWmM{cursor:pointer;display:block;position:relative;margin-top:-3px;font-weight:normal}.styles-module__checkBoxContainer__ts1wW .styles-module__disabled__PV\+vh{opacity:.5 !important}.styles-module__checkBoxContainer__ts1wW .styles-module__unChecked__puWmM::before{content:""}.styles-module__checkBoxContainer__ts1wW .styles-module__checked__2HzZO::before{content:""}
.styles-module__tertiaryBtn__eqZda{padding-inline-start:3px !important}.styles-module__labeltext__5mDx8{font-size:var(--15px, 15px);white-space:nowrap;text-overflow:ellipsis;width:70%;overflow:hidden;cursor:pointer;width:fit-content;display:inline;margin-inline-start:5px;display:block;max-width:250px}.styles-module__checkBoxContainer__Hw7-I{margin-top:0px;display:flex !important;margin-bottom:10px}.styles-module__checkBoxContainer__Hw7-I:last-child{margin-bottom:0}.styles-module__title__SBQyo{display:flex;align-items:center;margin-bottom:5px;margin-inline-start:5px;font-size:var(--14px, 14px) !important;cursor:pointer;font-weight:600}.styles-module__count__x1yEN{background-color:var(--primary-button, #286ce5);border-radius:20px;padding:0 6px;font-size:var(--12px, 12px);display:flex;color:#fff;justify-content:center;margin-inline-start:10px;align-items:center}.styles-module__errorTextAcc__\+fOIj{color:var(--text-color-red);font-size:var(--14px, 14px);margin-inline-start:20px;margin-bottom:5px;top:-5px;position:relative}.styles-module__partiallySelectedCheckBox__8q594{font-family:"icomoon";color:var(--blue-coloured-icon, #286ce5);font-size:var(--18px, 18px);cursor:pointer;display:block;position:relative;margin-top:-3px}.styles-module__partiallySelectedCheckBox__8q594::before{content:"" !important}.styles-module__scrollEffect__cmPco{box-shadow:0px 2px 10px 0px rgba(0,0,0,.1)}
.styles-module__inputStyle__IE7mz,.styles-module__inputError__RzJLR{width:100%;border-radius:5px;border:1px solid var(--search-box-border, #b2b2b2);line-height:2.3em;padding:0 10px 0 10px;transition:border-color .15s ease-in-out 0s;background-color:rgba(0,0,0,0)}.styles-module__inputStyle__IE7mz:focus,.styles-module__inputError__RzJLR:focus{border-color:var(--primary-button, #286ce5);outline:0 none}.styles-module__inputStyle__IE7mz:disabled,.styles-module__inputError__RzJLR:disabled{border:1px solid var(--disable-placeholder-border, #d5d5d7);background-color:var(--disable-placeholder, #f9fbfb)}.styles-module__inputError__RzJLR{border-color:var(--error-input-border, #E20729)}
.styles-module__radioContainerReports__mPiWa{display:flex;margin-bottom:0px !important}.styles-module__remoteSupportType__35\+c9,.styles-module__ursTypes__8mzfG{margin-top:5px;margin-inline-start:20px;margin-bottom:15px;position:relative;display:block}.styles-module__labeltext__6i-\+Q{margin-inline-start:5px}.styles-module__grps__sfrbr{display:flex;margin-top:5px;width:320px;justify-content:space-between;padding-inline-start:15px}.styles-module__searchContainer__FlOT1{margin-bottom:10px}.styles-module__partiallySelectedCheckBox__w79B0{font-family:"icomoon";color:var(--blue-coloured-icon, #286ce5);font-size:var(--18px, 18px);cursor:pointer;display:block;position:relative;margin-top:-3px}.styles-module__partiallySelectedCheckBox__w79B0::before{content:"" !important}.styles-module__loaderFilter__49UQA{position:relative !important;top:0 !important;margin-top:50px;margin-bottom:50px}.styles-module__countryWrapper__sSF3F{max-height:250px;overflow:auto}.styles-module__technicianSection__VP-hD .styles-module__activeTechSection__xg5As,.styles-module__technicianSection__VP-hD .styles-module__InactiveTechSection__LZaDr{inset-inline-start:20px;position:relative}.styles-module__technicianSection__VP-hD .styles-module__activeTechSection__xg5As .styles-module__technicians__Nn3G3,.styles-module__technicianSection__VP-hD .styles-module__InactiveTechSection__LZaDr .styles-module__technicians__Nn3G3{margin-top:5px;display:block}.styles-module__technicianSection__VP-hD .styles-module__activeTechSection__xg5As .styles-module__technicians__Nn3G3 .styles-module__labelStyles__ncfvs,.styles-module__technicianSection__VP-hD .styles-module__InactiveTechSection__LZaDr .styles-module__technicians__Nn3G3 .styles-module__labelStyles__ncfvs{max-width:230px !important}.styles-module__technicianSection__VP-hD .styles-module__InactiveTechSection__LZaDr{margin-top:5px;display:block}.styles-module__searchContainerSubTech__OeOMm{width:90%;margin-bottom:10px;margin-top:-5px}.styles-module__techAccordionTitleReports__NDS4A [class*=count]{display:none}
.multiLevel-module__multiLevelAccordion__JXMVa{max-height:600px;overflow-y:auto;overflow-x:hidden}.multiLevel-module__multiLevelAccordion__JXMVa .multiLevel-module__parentContainer__hDGF3{margin-bottom:20px}.multiLevel-module__multiLevelAccordion__JXMVa .multiLevel-module__parentContainer__hDGF3 .multiLevel-module__parentName__7kjNz{font-weight:bold;margin-inline-start:5px}.multiLevel-module__multiLevelAccordion__JXMVa .multiLevel-module__parentContainer__hDGF3 .multiLevel-module__parentCheckbox__E-jIH{margin:5px;margin-bottom:10px}.multiLevel-module__multiLevelAccordion__JXMVa .multiLevel-module__parentContainer__hDGF3 .multiLevel-module__childAccordian__tdoIL{inset-inline-start:20px;position:relative;margin-bottom:15px}.multiLevel-module__multiLevelAccordion__JXMVa .multiLevel-module__parentContainer__hDGF3 .multiLevel-module__childAccordian__tdoIL .multiLevel-module__searchContainer__Jqz\+L{width:calc(95% - 15px);position:relative;margin-top:5px;margin-bottom:10px;position:relative}.multiLevel-module__multiLevelAccordion__JXMVa .multiLevel-module__parentContainer__hDGF3 .multiLevel-module__partiallySelectedCheckBox__0jwSD{font-family:"icomoon";color:var(--blue-coloured-icon, #286ce5);font-size:var(--18px, 18px);cursor:pointer;display:block;position:relative;margin-top:-3px}.multiLevel-module__multiLevelAccordion__JXMVa .multiLevel-module__parentContainer__hDGF3 .multiLevel-module__partiallySelectedCheckBox__0jwSD::before{content:"" !important}
.normal-mode{--table-data-odd: #f3f7f9;--records-selected: #f1f1f1;--records-inner-grid: #f1f1f1;--font-color-grey: #6a6b6c;--session-audit-bg: #f2f5f7;--topbar-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1333333333);--session-audit-header: #fff;--record-container: #f1f1f1;--zia-backgroundColor: #F3F7F9}.night-mode{--table-data-odd: #202b43;--records-selected: #34456A;--records-inner-grid: #273350;--font-color-grey: var(--text-color-default:);--session-audit-bg: #182031;--topbar-box-shadow: none;--session-audit-header: #273350;--record-container: #202b43;--zia-backgroundColor: #273350}.ses-det{background-color:var(--session-audit-bg);width:100%}.ses-det table.reportstable{margin-top:0px}.ses-det .no-records2-container{width:350px;margin:auto auto;height:inherit}.ses-det .no-records2{background:url(no-history.7e8d9ca9f60346b3.png);background-repeat:no-repeat;background-position:50%;background-size:100%;width:180px;height:180px;position:relative;margin:0 auto;transition:all .15s ease-in-out 0s;top:32%}.ses-det .no-records2-content{position:relative;margin:0 auto;transition:all .15s ease-in-out 0s;top:32%;text-align:center}.ses-det .topbar{display:flex;justify-content:space-between;width:100%;padding:10px 20px;box-shadow:0 5px 5px rgba(0,0,0,.1333333333);font-size:var(--16px, 16px);box-shadow:var(--topbar-box-shadow);align-items:center}.ses-det .topbar .exportContainer{display:inline}.ses-det .topbar .bk{display:inline-block;float:right;float:inline-end;box-sizing:border-box;font-family:"icomoon";font-size:var(--25px, 25px);cursor:pointer;font-family:"icomoon";display:flex;align-items:center;color:var(--link-and-tertiary-button, #2460CC);font-size:var(--27px, 27px)}.ses-det .topbar .bk::before{content:""}.ses-det .topbar .title{font-size:var(--16px, 16px);font-weight:600;line-height:40px}.ses-det .rp-box{padding-bottom:40px;min-width:1086px}.ses-det .rp-box .drp-item{padding:10px 40px}.ses-det .rp-box .drp-item .hdr{padding:10px 0px 8px;font-size:var(--15px, 15px);font-weight:600}.ses-det .rp-box .drp-item .ziaContainer{min-height:50px;background-color:var(--zia-backgroundColor);border:1px solid var(--border-box-variant2);border-top:none}.ses-det .rp-box .drp-item .drp-dsp{min-height:50px;background:var(--shade-variant1-color);box-shadow:0px 0px 3px rgba(0,0,0,.1333333333);padding:1%;display:flex;flex-wrap:wrap;justify-content:space-between;border:solid 1px var(--border-box-variant2)}.ses-det .rp-box .drp-item .drp-dsp .it{padding-top:1%;padding-inline-end:3%;padding-bottom:1%;padding-inline-start:1%;white-space:nowrap}.ses-det .rp-box .drp-item .drp-dsp .it .hdr{padding:0px;font-size:var(--14px, 14px);font-weight:400}.ses-det .rp-box .drp-item .drp-dsp .it .val{font-size:var(--16px, 16px)}.ses-det .rp-box .drp-item .drp-dsp .it .val:hover .edit-icon,.ses-det .rp-box .drp-item .drp-dsp .it .val:focus .edit-icon,.ses-det .rp-box .drp-item .drp-dsp .it .val:focus-within .edit-icon{opacity:1}.ses-det .rp-box .drp-item .drp-dsp .it .topic-text{font-size:var(--16px, 16px);color:var(--text-color-default);white-space:normal;word-break:break-word;overflow-wrap:anywhere}.ses-det .rp-box .drp-item .drp-dsp .it .edit-icon{font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--14px, 14px) !important;margin-inline-start:15px;top:30px;cursor:pointer;display:inline;opacity:0}.ses-det .rp-box .drp-item .drp-dsp .it .edit-icon::before{content:""}.ses-det .rp-box .drp-item .drp-dsp .it .edit-container{outline:none;padding-top:2px;padding-inline-end:2px;padding-bottom:2px;padding-inline-start:5px;width:100%;max-width:350px;border:1px solid var(--primary-button, #286ce5);border-radius:2px;margin-inline-end:5px;background:rgba(0,0,0,0)}.ses-det .rp-box .drp-item .drp-dsp .it .character-limit{font-size:var(--12px, 12px);color:var(--text-color-default, #000)}.ses-det .rp-box .drp-item .drp-dsp .it .input-limit-reached{border:1px solid var(--text-color-red, #FF2424)}.ses-det .rp-box .drp-item .drp-dsp .it-full{width:100%}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container{width:100%;min-width:887px}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs{margin-top:0px}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .count-container{float:left;float:inline-start;font-weight:500}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs input.srh{width:90%;margin:5% 5%}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .fil.dum{position:absolute;inset-inline-end:0%;top:-42px;font-size:var(--16px, 16px);color:var(--text-color-default)}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .fil.dum .search-icon{width:18px;height:18px;margin:3px 5px}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .fil.dum .reports-search-area-rs>span{font-size:var(--16px, 16px);font-weight:500;margin-inline-end:0px;color:var(--text-color-default)}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .fil.dum .reports-search-area-rs>span:hover{color:var(--text-color-default)}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .select-dropdown.cursor-pointer{font-size:var(--14px, 14px);font-weight:400;border-radius:4px}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .select-dropdown.cursor-pointer .srh{border:solid 1px var(--border-box-variant4, #e9e9e9);transition:all 200ms linear 0s;padding:0px 5px;border-radius:4px;background-color:rgba(0,0,0,0);outline:none}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .select-dropdown.cursor-pointer .srh:focus{border:solid 1px var(--primary-button, #286ce5)}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .select-dropdown.cursor-pointer.open{border:solid 1px var(--primary-button, #286ce5);transition:all 200ms linear 0s}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .select-dropdown.cursor-pointer:focus{border:solid 1px var(--primary-button, #286ce5);transition:all 200ms linear 0s}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .searchlist{border-radius:4px}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportlist-query-report-rs .ant-calendar-range-picker-input{color:#000;font-weight:400}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportstable thead tr{box-shadow:0px 0px 1px #999}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportstable thead tr th{background:var(--session-audit-header);color:#000;font-size:var(--14px, 14px);border-bottom:solid 1px var(--border-box-variant2);width:auto}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportstable tbody tr td{font-size:var(--16px, 16px);min-width:50px}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportstable tbody tr:nth-child(odd){background:var(--table-data-odd)}.ses-det .rp-box .drp-item .drp-dsp .reportlist-query-report-rs-container .reportstable tbody tr:nth-child(even){background:var(--shade-variant1-color)}.ses-det .rp-box .drp-item .drp-dsp.reports{padding:0px}.ses-det .rp-box .drp-item .drp-dsp.reports #promo-tag-count{display:block;text-align:center;margin-top:15px;width:100%}.ses-det .rp-box .drp-item .drp-dsp.records{justify-content:normal;height:470px;flex-wrap:nowrap;overflow-x:auto;padding:0px}.ses-det .rp-box .drp-item .drp-dsp.records .records-header{min-width:200px;width:20%;background:var(--shade-variant1-color);padding:15px 0px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .cnt{width:100%}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .snic,.ses-det .rp-box .drp-item .drp-dsp.records .records-header .sric,.ses-det .rp-box .drp-item .drp-dsp.records .records-header .chat,.ses-det .rp-box .drp-item .drp-dsp.records .records-header .scshtsic{font-family:"icomoon";font-size:var(--19px, 19px)}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .sric,.ses-det .rp-box .drp-item .drp-dsp.records .records-header .scshtsic{font-size:var(--21px, 21px)}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .sric:before{content:""}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .chat:before{content:""}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .snic:before{content:""}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .scshtsic:before{content:""}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .records-item{font-size:var(--16px, 16px);font-weight:400;padding:32px 32px;float:right;float:inline-end;width:90%;display:flex;flex-direction:row;align-items:center;cursor:pointer}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .selected .records-item{color:var(--text-color-default);background:var(--records-selected);border-start-start-radius:12px;border-start-end-radius:0px;border-end-start-radius:12px;border-end-end-radius:0px;border-bottom:1px solid var(--border-box-variant2)}.ses-det .rp-box .drp-item .drp-dsp.records .records-header .selected .scshtsic{background-position-x:-67px;background-position-y:-36px}.ses-det .rp-box .drp-item .drp-dsp.records .records-header span.lb{margin-inline-start:10px}.ses-det .rp-box .drp-item .drp-dsp.records .rrht{width:80%;display:flex;background:var(--record-container);justify-content:center}.ses-det .rp-box .drp-item .drp-dsp.records .records-container{width:100%;min-width:600px;background:var(--records-inner-grid);display:flex}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont{width:100%;margin:15px;background:var(--shade-variant1-color);box-shadow:0px 0px 5px inset var(--border-box-dark-null-variant);animation-name:appear;animation-duration:500ms;animation-iteration-count:1}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont span#promo-tag-count{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont #session-notes{position:static}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont #session-notes .notes-container{position:static;transform:none;width:92%}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont #session-notes .notes-container .notes-container-img{display:none}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont #session-notes .notes-container .notes-inner-container{float:none;background-color:rgba(0,0,0,0) !important;border:none;width:100%;padding:0px;min-height:0px}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont #session-notes .note-txt-box{height:298px;border:none;border-bottom:solid 1px var(--border-box-variant2);background-color:var(--shade-input-color) !important}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont #session-notes .note-txt-box.big.note-txt-box-view-mode{padding-top:10px;padding-inline-end:0px;padding-bottom:0px;padding-inline-start:0px;overflow-y:auto;word-break:break-all;white-space:pre-wrap}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont #session-notes .notes-title-edit{display:none}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont #session-notes textarea.note-txt-box{border:solid 1px var(--border-box-variant2)}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont #session-notes .note-txt-box:focus{border:solid 1px var(--primary-button, #286ce5)}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it{width:50%;display:flex;padding:30px;min-width:400px;animation-name:appear;animation-duration:500ms;animation-iteration-count:1}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .left-pane{min-width:182px;height:121px;max-width:50%;width:182px;border-radius:4px}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .left-pane .no-preview{background:url(no-thumbnail-view.ba54c3646342a3bc.png);width:181px;height:121px;background-repeat:no-repeat;background-size:100%}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .left-pane img{border-radius:4px}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .right-pane{margin-inline-start:15px;display:flex;flex-direction:column;justify-content:space-evenly;width:50%}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .right-pane .title{font-size:var(--16px, 16px);font-weight:600;line-height:25px;text-overflow:ellipsis;cursor:default;position:relative;word-break:break-all}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .right-pane .size{line-height:30px;font-size:var(--16px, 16px);font-weight:400;white-space:nowrap}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .right-pane .op{display:flex;font-size:var(--16px, 16px)}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .right-pane .op .dwn{background:url(session-info-sprite.40ba689adb14abf2.png);display:inline-block;width:30px;height:30px;background-position-x:82px;background-position-y:-2px;background-size:200px;cursor:pointer}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .right-pane .op .del{background:url(session-info-sprite.40ba689adb14abf2.png);display:inline-block;width:28px;height:30px;background-position-x:57px;background-position-y:-2px;background-size:200px;cursor:pointer}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it .right-pane .op .tt-base{margin-inline-start:10px}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .screenshots{display:flex;flex-wrap:wrap;max-height:100%;overflow-y:auto;overflow-x:visible}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it.rec{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it.rec .right-pane{align-items:center}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it.rec .right-pane .dlt{margin:0px}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it.rec .right-pane .rec-sv{text-align:center;margin-top:15px}.ses-det .rp-box .drp-item .drp-dsp.records .records-container .rd-cont .sv-it.rec .right-pane .audit{background:#f7585c;color:#fff;padding:3px 10px;border-radius:42px;font-size:var(--14px, 14px);margin-bottom:10px;display:none}.ses-det .rp-box .drp-item .drp-dsp.records .records-ext{min-width:200px;width:25%;background:var(--records-inner-grid);display:flex;flex-direction:row;align-items:center}.ses-det .rp-box .drp-item .drp-dsp.records .records-ext .dwnfl{width:100%;text-align:center}.ses-det .rp-box .drp-item .drp-dsp.records .records-ext .dwnfl .ts{font-size:var(--16px, 16px)}.ses-det .rp-box .drp-item .drp-dsp.records .records-ext .dwnfl .button{margin:10px auto 0px;display:inline-block;cursor:pointer}.ses-det .rp-box .drp-item .drp-dsp.records .records-ext .dwnfl .button:hover{background-color:var(--primary-button-hover, #2b72f2)}.ses-det .rp-box .drp-item .drp-dsp.records .records-ext .dwnfl .button:active{box-shadow:1px 1px 5px #999}.ses-det .rp-box .loading-results.getting-more-results{position:static}.ses-det th.event-time{width:10%}.ses-det th.event-type{width:15%}.ses-det th.event-performed-by{width:20%}.ses-det th.event-description{width:55%}.ses-det .noscout{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:var(--18px, 18px);font-weight:600;background-color:var(--record-container)}.ses-det .noscout .no-screenshots{background:url(no-screenshots.ed7e8b3e31234e8f.png);display:block;width:256px;height:195px;background-size:256px;background-repeat:no-repeat}.ses-det .noscout .no-chat-transcripts{background:url(no-chat-transcript.997329dc9e5ed370.png);display:block;width:196px;height:185px;background-size:196px;background-repeat:no-repeat;background-position:center}.ses-det .noscout .no-recording{background:url(no-recordings.61bd196aad78be6b.png);display:block;width:256px;height:195px;background-size:256px;background-repeat:no-repeat}.ses-det .tt-base{position:relative;display:inline-block}.ses-det .tt-base .tt{color:#fff;display:none;position:absolute;white-space:nowrap;background-color:var(--tooltip-color-variant1);top:30px;left:50%;transform:translateX(-50%);padding:6px 12px;border-radius:5px;z-index:4}.ses-det .tt-base:hover .tt{display:block}.ses-det .download-win-logo{background-size:20px;background-position-x:0}.ses-det .skeletonLine{display:inline-block;width:80%;margin:0px}.ses-det .expt{cursor:pointer}.ses-det .labelspan{font-size:var(--16px, 16px);color:var(--font-color-grey)}.ses-det .note-txt-box{font-size:var(--18px, 18px)}.ses-det .big{line-height:25px}.ses-det .updated-by{font-size:var(--16px, 16px)}.ses-det .notes-field{margin:0px}.ses-det .lerr{color:var(--text-color-red, #E42527)}.ses-det tr{animation-name:appear;animation-duration:500ms;animation-iteration-count:1}.ses-det #promo-tag-count{display:block;text-align:center;margin-top:15px}.ses-det .os{padding:0px}.rightpane-reports.detailed-reports{position:static;height:auto;width:85%;inset-inline-start:0px;box-sizing:border-box}.reports-container.detailed-reports{display:flex;position:static}.skeletonBase,.skeletonLineSmall,.skeletonLine{position:relative;overflow:hidden;border-radius:5px;width:100%;height:100px;margin:40px 0px;background:#fff}.skeletonLine{background:var(--border-box-variant4);height:10px;margin:15px 0;padding:0 15px;z-index:999}.skeletonLine::after{content:"";z-index:99;position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;background:linear-gradient(90deg, var(--border-box-variant4), rgb(220.25, 220.25, 220.25), var(--border-box-variant4));animation:progress 1s ease-in-out infinite}.skeletonLineSmall{height:10px;margin:15px 0;background:#e9e9e9;width:50%;z-index:999}.skeletonLineSmall::after{content:"";z-index:99;position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;background:linear-gradient(90deg, #e9e9e9, rgb(220.25, 220.25, 220.25), #e9e9e9);animation:progress 1s ease-in-out infinite}@keyframes progress{0%{transform:translate3d(-100%, 0, 0)}100%{transform:translate3d(100%, 0, 0)}}@-webkit-keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}}@keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}}@keyframes appear{0%{opacity:0}100%{opacity:1}}.ses-det.dg{position:fixed;inset-inline-start:0px;top:0px;z-index:99999;width:96%;height:96%;overflow-y:hidden;inset-inline-end:0px;bottom:0px;margin:auto}.ses-det.dg #select-type{max-height:none;display:flex;flex-direction:column}.ses-det.dg #select-type span.rdr-items{max-height:200px;overflow:auto;display:inline-block;background-color:var(--shade-dropdown-varient1)}.ses-det.dg table{width:100%}.ses-det.dg .topbar{position:fixed;width:96%;z-index:4;display:block}.ses-det.dg .topbar .bk{display:inline-block;float:right;float:inline-end;box-sizing:border-box;font-family:"icomoon";font-size:var(--25px, 25px);color:var(--link-and-tertiary-button, #2460CC);position:relative}.ses-det.dg .topbar .bk{cursor:pointer;font-family:"icomoon";display:flex;align-items:center;color:var(--link-and-tertiary-button, #2460CC);font-size:var(--26px, 26px)}.ses-det.dg .topbar .bk::before{content:""}.ses-det.dg .topbar-shw{height:75px}.ses-det.dg .expt{cursor:pointer;float:right;float:inline-end;margin:4px 25px;color:var(--link-and-tertiary-button, #2460cc);border:solid 1px;padding:5px 10px;font-size:var(--14px, 14px);border-radius:4px}.ses-det.dg .expt:hover{background-color:rgba(40,108,229,.0509803922)}.ses-det.dg .ses-int{height:calc(100% - 75px);width:96vw;overflow:auto}.ses-det.dg .reportlist th,.ses-det.dg .sort-enabled,.ses-det.dg .reportlist-query-report-rs th{position:sticky;top:0px !important}.dr-overlay{background-color:#000;width:100%;height:100%;position:fixed;top:0;opacity:.7;z-index:99991;display:block;transition:all .1s linear}.modal-container{background-color:rgba(0,0,0,.7) !important}.modal-container .dr-overlay{background-color:rgba(0,0,0,0) !important}.ant-calendar-picker-container{z-index:99999}
.styles-module__iconFontProps__\+CZCp,.styles-module__columnChooserIcon__hCwlE::before,.styles-module__columnChooserIcon__hCwlE,.styles-module__chooserIcon__dZVmp{font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--18px, 18px) !important}.styles-module__chooser-container__P4tSv{width:fit-content !important;color:var(--link-and-tertiary-button, #2460cc) !important;font-size:var(--24px, 24px);overflow-y:auto;cursor:pointer;position:relative;top:2px}.styles-module__liElement__Ccx5D:hover{background:var(--drop-down-hover)}.styles-module__liElement__Ccx5D{box-sizing:content-box;cursor:move;padding:8px 10px}.styles-module__top-right-arrow__MnuwD::after{content:"";position:absolute;top:-10px;inset-inline-end:9%;width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--shade-dropdown-varient1, #fff) rgba(0,0,0,0);z-index:10 !important}.styles-module__top-right-arrow__MnuwD::before{content:"";position:absolute;top:-12px;inset-inline-end:8%;width:0;height:0;border-style:solid;border-width:0px 12px 12px 12px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--dropdown-border-color, #e2e2e2) rgba(0,0,0,0);z-index:10 !important}.styles-module__checkbox__p05aS{margin:unset;padding:6px 10px}.styles-module__checkbox__p05aS img{height:12px;width:12px;margin:0 8px 0 0}.styles-module__chooserIcon__dZVmp{background-size:100%;display:inline-block;width:18px;height:18px;background-repeat:no-repeat;margin-inline-start:25px}.styles-module__chooserIcon__dZVmp:before{content:""}.styles-module__chooser-container__P4tSv .styles-module__tt__2RrIZ{color:#fff;display:none;white-space:nowrap;position:absolute;background-color:#000;font-size:var(--14px, 14px);top:33px;inset-inline-end:80px;padding:6px 12px;transform:translateX(100%);border-radius:5px;z-index:10}.styles-module__chooser-container-new__k60Re .styles-module__ttt__WMMSU{color:#fff;display:none;white-space:nowrap;position:absolute;background-color:#000;font-size:var(--14px, 14px);margin-top:30px;inset-inline-end:18px;padding:6px 12px;transform:translateX(100%);border-radius:5px;z-index:10}.styles-module__chooser-container__P4tSv:hover .styles-module__tt__2RrIZ,.styles-module__chooser-container-new__k60Re:hover .styles-module__ttt__WMMSU{display:block}.styles-module__buttons__1wmXU{padding:10px 10px 5px;display:flex;justify-content:space-around}.styles-module__btn__minTd{padding-inline-start:70px;padding-inline-end:70px}.styles-module__columnChooser__txJEA{border-radius:5px !important;z-index:10 !important;margin-top:5px;position:absolute;width:200px !important;inset-inline-end:30px;margin-top:25px;padding-top:10px !important;inset-inline-end:-38px !important;border:1px solid var(--dropdown-border-color, #e2e2e2) !important;box-shadow:0px 4px 10px 0px rgba(0,0,0,.1)}.styles-module__columnChooser__txJEA .styles-module__parent-ul__jmeWm{max-height:360px;overflow-y:auto}.styles-module__columnChooser__txJEA span{line-height:unset;line-break:strict}.styles-module__columnChooser__txJEA ul{margin:0;padding:0}.styles-module__columnChooser__txJEA li{text-align:start;margin:0 !important;line-height:var(--16px, 16px) !important;font-size:var(--12px, 12px);list-style:none;padding:4px 10px;box-sizing:border-box;color:#333;font-style:normal;font-weight:500}.styles-module__checkBoxCustom__8dhXg{top:3px !important;margin-inline-end:4px !important;position:relative;font-size:var(--19px, 19px) !important}.styles-module__content__2ycsS{font-size:var(--14px, 14px)}.styles-module__columnChooserIcon__hCwlE{cursor:pointer}.styles-module__columnChooserIcon__hCwlE::before{content:""}.styles-module__iconWrapper__bC1W0{display:block;position:relative}.styles-module__iconWrapper__bC1W0 .styles-module__iconTooltip__rnWur{position:absolute;top:50%;inset-inline-start:75%;transform:translate(-50%, 50%);background:var(--tooltip-bg);color:#fff;padding:5px;border-radius:5px;opacity:0;transition:opacity .3s ease-in-out;z-index:999;white-space:nowrap;font-size:var(--13px, 13px)}.styles-module__iconWrapper__bC1W0 [dir=rtl] .styles-module__iconTooltip__rnWur{transform:translateX(50%) translateY(50%)}.styles-module__iconWrapper__bC1W0:hover .styles-module__iconTooltip__rnWur{opacity:1}
.styles-module__paper__ladKd{border:1px solid var(--dropdown-border-color, #e2e2e2);background-color:var(--shade-dropdown-varient1, #fff);border-radius:2px;z-index:1;padding:10px 20px;text-align:center;margin:20px}
.styles-module__popover__tAQL8{border:1px solid var(--dropdown-border-color, #e2e2e2);background-color:var(--shade-dropdown-varient1, #fff);float:left;float:inline-start;position:absolute;border:solid thin #555;animation:styles-module__opendep__NWcxW 200ms;z-index:inherit;top:36px;padding:5px 0;width:100%}.styles-module__popover-action__IpHO6 ul{margin:0;padding:0}.styles-module__popover-action__IpHO6 li{text-align:start;margin:0 !important;font-size:var(--12px, 12px);list-style:none;padding:4px 10px;box-sizing:border-box;color:#333;font-style:normal;font-weight:500}
.styles-module__dragging__6BCAP{all:inherit;z-index:10}.styles-module__dragging__6BCAP span{font-size:var(--12px, 12px) !important}.styles-module__no-padding__ngtR2{padding:unset !important}
.RQgPh18gQf8UrxIU2honxQ\=\={position:relative;margin-top:10px;margin-inline-start:10px}.m0OJlHhl3Ij9zcOtksgscA\=\={top:unset;inset-inline-end:-10px !important}
.iconFontProps,.dropdown-icon{font-family:"icomoon";font-size:12px;color:var(--text-color-default, #000)}.select-dropdown{text-align:start;min-height:32px;border-radius:3px;background-size:12px;min-width:100px;border:solid 1px var(--border-box-variant4, #e9e9e9);color:var(--text-color-default, #000);width:100%}#select-type{inset-inline-start:0;top:31px;position:absolute;width:100%;float:right;float:inline-end;background-color:var(--drop-down-bg-color, #fff) !important;z-index:9999;max-height:155px;overflow:auto;border:solid 1px var(--drop-down-border, #e2e2e2);border-radius:5px;line-height:32px;overflow-x:hidden}.select-status{padding:0 10px;float:left;float:inline-start;width:100%;transition:background-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;color:var(--text-color-default) !important}.select-status:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843));box-shadow:none;text-decoration:none}.select-status:focus{background-color:var(--drop-down-selected, #F6FAFE)}.dropdown-icon{float:right;float:inline-end}.dropdown-icon::before{content:""}
.styles-module__iconFontProps__j0Mcr,.styles-module__infoIcon__pLdGI{font-family:"icomoon";font-size:var(--24px, 24px)}.styles-module__eventContainer__QTl3o{display:flex;padding-bottom:20px;min-width:155px}.styles-module__eventcheckBoxStyle__kuGZ1{display:flex;margin-inline-end:5px;scale:1.1;margin-top:-1px !important}.styles-module__enableNowContainer__uLNuK{height:18px;margin:0px 0 15px}.styles-module__infoIcon__pLdGI{display:inline-block;height:20px;width:24px;color:var(--blue-colored-icon)}.styles-module__infoIcon__pLdGI::before{content:""}.styles-module__enableNowMsg__FiP8q{display:inline;line-height:18px;vertical-align:super;margin-inline-start:5px}.styles-module__enableNow__VEDIN{font-weight:bold;color:var(--blue-colored-icon);cursor:pointer}.styles-module__header__\+G5jT{font-weight:bold}.styles-module__events__\+NGDM{display:flex;flex-direction:row;padding:15px 0px 7px;flex-wrap:wrap}.styles-module__osInfoIcon__c7ECs{background-image:url(info.2e81c9b3fd0a29c1.png);background-size:cover;height:14px;width:14px;margin-inline-start:5px;position:relative;margin-top:4px}.styles-module__osInfoIcon__c7ECs:hover{transform:scale(1.2)}.styles-module__tagSpan__b4zq-{position:absolute;top:25px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);padding:4px 8px;font-size:var(--10px, 10px);border-radius:4px;inset-inline-start:25px;transform:translateX(-50%);letter-spacing:.2px;z-index:9999;word-break:normal;width:100px}.styles-module__checkBoxHeight__d1MEW{margin-top:-1px;margin-inline-end:-3px}.styles-module__toggleEvent__P-K1g{cursor:pointer;display:flex;flex-direction:row}.styles-module__eventName__Y3x8J{user-select:none;line-height:24px}
.styles-module__searchStyle__zB\+D-{top:35px !important}
.styles-module__iconFontProps__32maG,.styles-module__summaryGenerated__k6XBG .styles-module__dropDownIcon__HrWjw,.styles-module__summaryGenerated__k6XBG .styles-module__dropDownInv__HMgtp,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__like__U9NKD,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__dislike__F9Y38,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__like__U9NKD,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__dislike__F9Y38{font-family:"icomoon";color:var(--icon-black-to-light)}.styles-module__main__0deXm,.styles-module__mainConfigurer__kqjCX{background-color:var(--generation-container);min-height:50px}.styles-module__main__0deXm .styles-module__toggler__ssVH8,.styles-module__main__0deXm .styles-module__configurer__\+k-N3,.styles-module__mainConfigurer__kqjCX .styles-module__toggler__ssVH8,.styles-module__mainConfigurer__kqjCX .styles-module__configurer__\+k-N3{padding-top:8px;margin-top:-1px !important;display:flex;flex-direction:row;cursor:pointer;font-size:var(--17px, 17px) !important;font-weight:600;top:5px;position:relative;max-width:550px;margin-inline-start:10px}.styles-module__main__0deXm .styles-module__toggler__ssVH8 p,.styles-module__main__0deXm .styles-module__configurer__\+k-N3 p,.styles-module__mainConfigurer__kqjCX .styles-module__toggler__ssVH8 p,.styles-module__mainConfigurer__kqjCX .styles-module__configurer__\+k-N3 p{color:var(--link-and-tertiary-button, #2460CC);font-size:var(--15px, 15px) !important}.styles-module__main__0deXm .styles-module__configurer__\+k-N3,.styles-module__mainConfigurer__kqjCX .styles-module__configurer__\+k-N3{color:var(--text-color-default);font-weight:normal !important}.styles-module__main__0deXm .styles-module__configurer__\+k-N3 .styles-module__configureNow__gsFJT,.styles-module__mainConfigurer__kqjCX .styles-module__configurer__\+k-N3 .styles-module__configureNow__gsFJT{color:var(--link-and-tertiary-button, #2460CC) !important;font-size:var(--17px, 17px) !important;bottom:5px;position:relative}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj{background-color:var(--shade-variant1-color) !important;padding-bottom:30px}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__header__kGlFJ,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__header__kGlFJ{font-weight:600;padding-inline-start:40px;font-size:var(--17px, 17px)}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__purpose__AK7Fs,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__timeLine__e\+Bul,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__resolution__bDngM,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__purpose__AK7Fs,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__timeLine__e\+Bul,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__resolution__bDngM{margin-top:8px;padding-top:20px !important}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__purpose__AK7Fs .styles-module__message__0KVre,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__timeLine__e\+Bul .styles-module__message__0KVre,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__resolution__bDngM .styles-module__message__0KVre,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__timeLine__e\+Bul .styles-module__timeLineData__G8GO\+,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__resolution__bDngM .styles-module__timeLineData__G8GO\+,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__resolution__bDngM .styles-module__resolutionData__Ht8\+Y,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__purpose__AK7Fs .styles-module__message__0KVre,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__timeLine__e\+Bul .styles-module__message__0KVre,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__resolution__bDngM .styles-module__message__0KVre,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__timeLine__e\+Bul .styles-module__timeLineData__G8GO\+,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__resolution__bDngM .styles-module__timeLineData__G8GO\+,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__resolution__bDngM .styles-module__resolutionData__Ht8\+Y{display:block;position:relative;font-size:var(--17px, 17px);color:var(--text-color-v5);padding-inline-start:60px !important;margin-top:10px;line-height:var(--27px, 27px) !important;padding-inline-end:25px !important}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw{margin-top:25px;padding-top:10px;border-top:1px solid var(--border-box-variant2);padding-bottom:10px}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa{display:flex;margin-inline-start:25px;font-size:var(--16px, 16px)}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa span,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa span{color:var(--text-color-v5)}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__notReacted__N-WOu .styles-module__like__U9NKD:hover,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__notReacted__N-WOu .styles-module__like__U9NKD:hover{color:var(--blue-coloured-icon)}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__notReacted__N-WOu .styles-module__dislike__F9Y38:hover,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__notReacted__N-WOu .styles-module__dislike__F9Y38:hover{color:var(--text-color-red, #E42527)}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20{display:flex;width:50px;justify-content:space-between;margin-inline-start:17px}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__like__U9NKD,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__dislike__F9Y38,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__like__U9NKD,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__dislike__F9Y38{color:#9c9c9c;font-size:var(--19px, 19px) !important;cursor:pointer;position:relative;top:-2px !important}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__liked__Pxd\+m,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__liked__Pxd\+m{color:var(--blue-coloured-icon)}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__disliked__aSFRO,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__disliked__aSFRO{color:var(--text-color-red, #E42527)}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__like__U9NKD::before,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__liked__Pxd\+m::before,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__like__U9NKD::before,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__liked__Pxd\+m::before{content:""}.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__dislike__F9Y38::before,.styles-module__main__0deXm .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__dislike__F9Y38::before,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__dislike__F9Y38::before,.styles-module__mainConfigurer__kqjCX .styles-module__innerContainer__Br5Kj .styles-module__feedbackContainer__YXJQw .styles-module__feedBackInnerCon__yjbMa .styles-module__reactionContainer__bPD20 .styles-module__dislike__F9Y38::before{content:""}.styles-module__main__0deXm .styles-module__TextWithIcon__j9u-k,.styles-module__mainConfigurer__kqjCX .styles-module__TextWithIcon__j9u-k{width:250px}.styles-module__circle__LORBf{border:1px solid #a8b4b9;width:10px;height:10px;border-radius:50%;margin-top:8px;margin-inline-end:10px;margin-bottom:5px;margin-inline-start:5px;display:inline-block;position:relative;top:5px}.styles-module__animation__6P7-L{position:relative;top:6px;background-image:url(LoadingBlue.2016ff8aa5b95964.gif);background-repeat:no-repeat;background-size:35px;width:40px;display:block}.styles-module__generatingSummary__wQAug,.styles-module__summaryGenerated__k6XBG{color:var(--link-and-tertiary-button, #2460CC);padding-top:12px;margin-top:-1px !important;flex-direction:row;width:fit-content !important;justify-content:space-between;cursor:pointer;margin-inline-start:25px !important;font-size:var(--15px, 15px) !important;margin-inline-end:4px !important;display:flex;font-weight:600}.styles-module__summaryInZfs__M7PyU{color:var(--text-color-default);font-weight:600;padding-top:12px;margin-top:-1px !important;display:flex;flex-direction:row;width:250px;justify-content:space-between;cursor:pointer;margin-inline-start:25px !important;font-size:var(--17px, 17px)}.styles-module__summaryGenerated__k6XBG{color:var(--text-color-default);font-weight:600;display:flex;width:fit-content !important;top:-2px !important;position:relative}.styles-module__summaryGenerated__k6XBG .styles-module__dropDownIcon__HrWjw,.styles-module__summaryGenerated__k6XBG .styles-module__dropDownInv__HMgtp{font-size:var(--21px, 21px);position:relative;display:inline-block;inset-inline-end:5px;transform:rotate(0deg);top:-2px}.styles-module__summaryGenerated__k6XBG .styles-module__dropDownIcon__HrWjw::before,.styles-module__summaryGenerated__k6XBG .styles-module__dropDownInv__HMgtp::before{content:""}.styles-module__summaryGenerated__k6XBG .styles-module__dropDownInv__HMgtp{transform:rotate(180deg) !important;top:-3px}.styles-module__summaryGenerated__k6XBG .styles-module__dropDownInv__HMgtp::before{content:""}.styles-module__summaryGenerated__k6XBG .styles-module__download__QPkSX{color:var(--link-and-tertiary-button, #2460CC);position:relative !important;font-weight:normal !important;bottom:4px !important;font-size:var(--17px, 17px) !important}.styles-module__summaryGenerated__k6XBG .styles-module__text__-mLKX{position:relative;margin-inline-end:10px !important}.styles-module__moduleSeparator__SPlnd{height:18px;border-inline-start:1px solid #ccc;margin-top:7px;margin-inline-start:4px;margin-inline-end:8px}.styles-module__flexContainer__R8aFX,.styles-module__flexContainerToggler__g8dJU{display:flex;top:2px;position:relative}.styles-module__mainConfigurer__kqjCX{background-color:var(--zia-configurer) !important}
.openai-module__iconFontProp__QJMrJ,.openai-module__navigateBack__pw6OR,.openai-module__goBack__xXEW0{font-family:"icomoon";font-size:var(--24px, 24px);color:var(--side-bar-icons)}.openai-module__iconFontProps__7aUoX,.openai-module__privacyNoticeContainerCloseIcon__NImYn,.openai-module__OpenAIIntegrationContainerCloseIcon__ONfIY{font-family:"icomoon";font-size:var(--17px, 17px);color:var(--icon-black-to-light);cursor:pointer}.openai-module__outerContainer__qgaJE{position:relative;float:left;float:inline-start;font-size:var(--15px, 15px);min-height:650px;z-index:1;display:flex;flex-direction:column;width:100%}.openai-module__topNavContianer__puTUt{display:flex;width:100%;align-items:center;padding:25px}.openai-module__descContainer__Yme44{border-top:1px solid var(--top-header-border);padding:25px}.openai-module__outerContainerInViewer__aaM2O{padding:25px;position:absolute;inset-inline-start:calc((100% - 43rem)/2);top:0;translate:0;font-size:var(--15px, 15px);z-index:1001;line-height:25px;display:flex;flex-direction:column;background-color:#fff;width:43rem}.openai-module__promotionContainer__tVi1U{display:flex}.openai-module__topNavContainer__LPjyB{display:flex;width:100%;align-items:center;padding:25px;border-bottom:1px solid var(--top-header-border)}.openai-module__topContainer__c-gb2{float:left;float:inline-start;width:100%}.openai-module__topImageContainer__9r0ir{width:28px}.openai-module__topImageDivContainer__iQ6CS{display:flex;align-items:center}.openai-module__logoLabel__KsIwO{padding-inline-start:5px;flex:1;font-size:var(--14px, 14px);font-weight:600}.openai-module__logoLabelText__aQgNe{font-size:var(--14px, 14px);font-weight:600}.openai-module__imageContainer__sLmh5{display:flex;padding-inline-start:5px;justify-content:center}.openai-module__disableButton__dlvbW{min-width:110px;font-size:var(--12px, 12px);text-transform:uppercase;border:1px solid red;color:red;padding:5px 25px;text-align:center;height:36px;cursor:pointer;margin-inline-start:auto}.openai-module__enableButton__ZvA-z{min-width:110px;font-size:var(--12px, 12px);text-transform:uppercase;border:1px solid var(--primary-button, #286ce5);color:var(--primary-button, #286ce5);padding:5px 25px;text-align:center;height:36px;cursor:pointer;margin-inline-start:auto}.openai-module__buttonDisabled__XuRGL{opacity:.5;pointer-events:none}.openai-module__configurationContainer__cRu2k{display:flex;flex-direction:column;padding:0 25px}.openai-module__inputContainer__ZZv8L{margin-top:25px;display:flex;flex-direction:row;align-items:center;gap:50px}.openai-module__inputTextBox__PyT\+7{border:none;text-align:start;width:450px;height:38px;font-size:var(--14px, 14px);opacity:.6;background-color:#fff}.openai-module__inputValueEditor__0UYXo{display:flex;align-items:center;border:1px solid #b2b2b2;padding-inline-start:20px;padding-inline-end:20px;border-radius:5px;width:435px}.openai-module__viewerButtonContainer__BNo\+\+{margin:35px 0 0 130px;display:flex}.openai-module__buttonContainer__EWRh1{position:relative;display:flex;inset-inline-start:109px;width:max-content}.openai-module__validateButton__\+MfqM,.openai-module__cancelButton__lc2oX{min-width:10ch;font-size:var(--15px, 15px) !important;font-weight:600;border-radius:5px !important}.openai-module__cancelButton__lc2oX{margin-inline-end:20px;padding:7px 0;border-radius:5px;opacity:1;color:var(--cancel-btn-text) !important;display:flex;align-items:center;justify-content:center;border:1px solid var(--cancel-button-border) !important;width:10ch;cursor:pointer;font-weight:600 !important;align-self:flex-end}.openai-module__cancelButton__lc2oX:hover{background-color:var(--cancel-btn-hover)}.openai-module__editContainer__Z9yff{margin:25px 0;display:flex;flex-direction:row;gap:48px}.openai-module__editContainerInViewer__Gg5XW{margin-top:25px;display:flex;flex-direction:row;align-items:center;gap:2rem}.openai-module__editTextContainer__JaypJ{display:flex;flex-direction:column}.openai-module__editTextBox__5qKPD{width:435px;height:40px;font-size:var(--14px, 14px);background-color:1px solid var(--shade-input-color);border:1px solid var(--border-box-variant2, #3E4B61);color:var(--text-color-default);padding-inline-start:10px;text-align:start;border-radius:5px;padding-inline-start:10px}.openai-module__editTextBox__5qKPD:hover{border:1px solid var(--text-box-placholder-border-hover, #404040)}.openai-module__editTextBox__5qKPD:focus{border:1px solid var(--text-placeholder, #286ce5) !important;outline:0 none}.openai-module__editIconContainer__HGB2-{color:var(--link-and-tertiary-button, #2460cc);font-size:var(--14px, 14px);display:flex;cursor:pointer}.openai-module__editIcon__H6cqT{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzFGOERENjtzdHJva2Utd2lkdGg6MjA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExOC4zLDI4NC41TDM3MC44LDMzLjFjMi41LTIuNSw2LjYtMi41LDkuMiwwbDEwMi4xLDEwMS4zYzIuNSwyLjUsMi41LDYuNiwwLjEsOS4yTDIzMi45LDM5OC4zCgljLTAuOCwwLjgtMS43LDEuNC0yLjgsMS43bC0xNTQuNSw0OGMtMC44LDAuMi0xLjYsMC43LTIuMywxLjNsMCwwYy02LjEsNS0xNC4yLTMtOS4zLTkuMWwxLjgtMi4zYzAuNS0wLjYsMC45LTEuMywxLjEtMi4xCglsNDkuNS0xNDguN0MxMTcuMSwyODYuMSwxMTcuNSwyODUuMywxMTguMywyODQuNXogTTI5Mi4xLDExMS40bDExMC41LDExMy41IE0zMjEuOSw4MS42bDExMC41LDExMy41IE0zNTAuNSw1Ni40bDEwMi42LDEwNS4zCgkgTTEyMi40LDI4MS4xbDExMC41LDExMy41IE02NC4xLDQ0MC4ybC0zNCw0Mi42bDQzLjMtMzMuNkw2NC4xLDQ0MC4yeiIvPgo8L3N2Zz4K);width:14px;height:14px;margin:6px 5px}.openai-module__editTextBoxError__LlgSG{font-size:var(--11px, 11px);color:var(--text-color-red, #E42527)}.openai-module__setup__ke1rG{margin:20px 0 15px 0;font-weight:600;width:40px}.openai-module__configuration__w\+fp-{font-weight:600;width:fit-content}.openai-module__privacyNoticeContainer__7K1NR{width:500px;background-color:var(--popup-background, #fff);border-radius:3px;text-align:center;padding:10px 40px 30px;display:flex;flex-direction:column;position:fixed;top:0;inset-inline-start:0;inset-inline-end:0;margin:auto}.openai-module__privacyNoticeContainerCloseContainer__xRfBH{display:flex;justify-content:end;margin-top:10px}.openai-module__privacyNoticeContainerCloseIcon__NImYn,.openai-module__OpenAIIntegrationContainerCloseIcon__ONfIY{position:relative;inset-inline-start:10px}.openai-module__privacyNoticeContainerCloseIcon__NImYn::before,.openai-module__OpenAIIntegrationContainerCloseIcon__ONfIY::before{content:""}.openai-module__privacyHeader__X83Ns{font-size:var(--20px, 20px);font-weight:600;margin:0 0 20px}.openai-module__privacyDescription__pw\+50{margin:10px 0 2px}.openai-module__noteText__jplDU{border-radius:2px;background-color:var(--openAI-notice-highlight);padding:10px;margin:10px 0;font-size:var(--13px, 13px)}.openai-module__proceedButton__B\+yyK{margin:15px auto}.openai-module__footerContent__2HzNN{color:var(--text-color-v6)}.openai-module__termsLink__Ney2z{color:var(--link-and-tertiary-button, #2460CC);cursor:pointer}.openai-module__pageLink__Tvajq{color:var(--link-and-tertiary-button, #2460CC);text-decoration:none;cursor:pointer;font-size:var(--15px, 15px)}.openai-module__noPermissionContainer__knypJ{position:relative;float:left;float:inline-start;width:100%;top:100px}.openai-module__imgcontainer__jNZj7{float:left;float:inline-start;left:50%;position:relative;transform:translateX(-50%)}.openai-module__longDescriptionContainer__mfNHI{padding:25px 25px 0 25px}.openai-module__descriptionContainer__T0Tfn{clear:both;position:relative;float:left;float:inline-start;width:100%;text-align:center;margin-top:20px}.openai-module__promotionContainerInViewer__dWroB{margin-bottom:1.5rem;display:flex;justify-content:space-between}.openai-module__promotionHeadingInViewer__kjLrO{font-size:1.2rem;font-weight:600}.openai-module__enableDisableLabel__jU2WD{font-size:var(--14px, 14px)}.openai-module__enableDisableContainer__WtKPs{display:flex;gap:10px}.openai-module__toggleSwitch__Fb-HY{position:relative;top:3px}.openai-module__goBack__xXEW0{position:relative;top:1px;line-height:normal}.openai-module__goBack__xXEW0::before{content:""}.openai-module__goBack__xXEW0:hover{cursor:pointer}.openai-module__navigateBack__pw6OR{position:relative;top:3px;line-height:normal}.openai-module__navigateBack__pw6OR::before{content:""}.openai-module__navigateBackContainer__\+QvWL{width:30px}.openai-module__navigateBackContainer__\+QvWL:hover{cursor:pointer}.openai-module__configurationOption__KZzPH{display:flex;flex-direction:column;border:1px solid var(--text-box-placholder-border-default);margin-top:24px;border-radius:5px;padding:20px}.openai-module__enableDisable__ZBE-D{display:flex;gap:10px}.openai-module__mandatoryField__-bu27{color:var(--text-color-red, #E42527);margin-inline-start:5px}
.normal-mode{--openAI-notice-highlight: #e2f3ff }.night-mode{--openAI-notice-highlight: #34456A}
@font-face{font-family:"icomoon";src:url(icomoon.d0ab74bb4af837a3.eot);src:url(icomoon.d0ab74bb4af837a3.eot?#iefix) format("embedded-opentype"),url(icomoon.2390d36aa7bf3c9d.ttf) format("truetype"),url(icomoon.571e747dde74f559.woff) format("woff"),url(icomoon.dd2e5d2a429a5080.woff2) format("woff2"),url(icomoon.1c4217499b3cb2c0.svg#icomoon) format("svg");font-weight:normal;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.normal-mode{--generation-container: #F3F7F9;--zia-configurer:#fcf6eb}.night-mode{--generation-container: #273350;--zia-configurer: transparent}#modal-root{z-index:99999999;position:relative}
.style__dwnld__nCqyW {
  margin-inline-end: 5px;
  font-family: 'icomoon';
  font-size: var(--18px, 18px);
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 6px;
  color: var(--icon-black-to-light) !important;
  background-image: none !important;
}
.style__dwnld__nCqyW::before {
  content: '\e238';
}

.styles-module__buttonStyles__mpvqF{float:right;float:inline-end;margin-inline-start:20px}.styles-module__primaryBlueButton__mtjef{background-color:var(--primary-button, #286ce5);padding:var(--button-padding-m, 6px 16px);color:#fff;border-radius:var(--button-border-radius, 5px)}
.styles-module__exportModal__LYhtl,.styles-module__exportModalPasswordEnabled__cYNAG{border-radius:10px;box-shadow:0px 10px 12.5px 0px rgba(0,0,0,.16);padding:10px;position:relative;margin:0 auto;width:570px;margin-top:33vh;min-height:250px;height:fit-content !important;background-color:var(--shade-variant1-color, #fff);text-align:start}.styles-module__exportModal__LYhtl .styles-module__focusedInput__1p\+6O,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__focusedInput__1p\+6O{border:1px solid var(--blue-color, #286ce5) !important}.styles-module__exportModal__LYhtl .styles-module__passwordInput__09ALa,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__passwordInput__09ALa{border:1px solid var(--search-box-border, #b2b2b2);padding-inline-start:5px;padding-inline-end:5px;margin-top:5px;border-radius:5px}.styles-module__exportModal__LYhtl .styles-module__passwordInput__09ALa input,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__passwordInput__09ALa input{border:none !important;width:80%;margin:8px 0;padding:3px;outline:none;background-color:var(--popup-background, #fff)}.styles-module__exportModal__LYhtl .styles-module__passwordInput__09ALa input::placeholder,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__passwordInput__09ALa input::placeholder{font-size:var(--14px, 14px);color:var(--place-holder-text, #222);opacity:.5}.styles-module__exportModal__LYhtl .styles-module__passwordInput__09ALa .styles-module__showPasswordIcon__fTpR3,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__passwordInput__09ALa .styles-module__showPasswordIcon__fTpR3,.styles-module__exportModal__LYhtl .styles-module__passwordInput__09ALa .styles-module__hidePasswordIcon__xFCrA,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__passwordInput__09ALa .styles-module__hidePasswordIcon__xFCrA{float:right;float:inline-end;background-repeat:no-repeat;cursor:pointer;margin:11px 14px;position:relative;font-family:"icomoon";color:var(--icon-black-to-light, #000);font-size:var(--18px, 18px);margin-top:12px}.styles-module__exportModal__LYhtl .styles-module__passwordInput__09ALa .styles-module__showPasswordIcon__fTpR3::before,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__passwordInput__09ALa .styles-module__showPasswordIcon__fTpR3::before{content:""}.styles-module__exportModal__LYhtl .styles-module__passwordInput__09ALa .styles-module__hidePasswordIcon__xFCrA::before,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__passwordInput__09ALa .styles-module__hidePasswordIcon__xFCrA::before{content:""}.styles-module__exportModal__LYhtl .styles-module__ftr__8vVvL,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__ftr__8vVvL{margin-top:15px;justify-content:space-between;display:flex;float:right;float:inline-end;margin-bottom:25px}.styles-module__exportModal__LYhtl .styles-module__ftr__8vVvL .styles-module__cancel__R6ptu,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__ftr__8vVvL .styles-module__cancel__R6ptu{inset-inline-end:15px;position:relative;min-width:85px}.styles-module__exportModal__LYhtl .styles-module__ftr__8vVvL .styles-module__export__I9vVL,.styles-module__exportModalPasswordEnabled__cYNAG .styles-module__ftr__8vVvL .styles-module__export__I9vVL{min-width:85px}.styles-module__exportModalPasswordEnabled__cYNAG{min-height:330px}@media(max-width: 1200px){.styles-module__exportModal__LYhtl,.styles-module__exportModalPasswordEnabled__cYNAG{margin-top:15vh}}.styles-module__checkBoxIconStyle__NXgP2{top:3px !important;font-size:var(--21px, 21px) !important}
.iconFontProps,.show-password-icon{color:var(--icon-black-to-light, #000);font-family:"icomoon";font-size:var(--14px, 14px)}.newreport .loadmorediv{width:100%;float:left;float:inline-start;text-align:center;cursor:pointer;margin-bottom:40px}.newreport .loadmorelink{font-size:var(--16px, 16px);color:#89bbdd !important;border:solid 1px #aad2ec;padding:8px 16px;border-radius:20px;text-decoration:none}.newreport .loadmorelink:hover{color:var(--link-and-tertiary-button, #2460cc) !important;border:solid 1px var(--link-and-tertiary-button, #2460cc)}.export-modal-header{padding-top:15px;padding-bottom:15px;padding-inline-start:20px;padding-inline-end:0px;font-weight:700;background-color:rgba(0,0,0,0) !important;font-size:var(--20px, 20px)}.export-modal-content-section{padding:10px;position:relative;line-height:var(--24px, 24px);margin:0 10px}.export-modal-content{position:relative;font-size:var(--15px, 15px);line-height:var(--20px, 20px)}.export-modal-btn-section{width:100%;margin:8px 0}.export-btn{width:100px;font-size:var(--13px, 13px);padding:6px;height:auto}.export-permission-container{margin:10px 0;width:100%}.export-permission-container span{margin-inline-end:6px}.export-permission{background-repeat:no-repeat;width:14px;height:14px;background-size:100%;float:left;float:inline-start;cursor:pointer;margin:2px 10px 0 0}.check-enabled,.check-disabled{font-family:"icomoon";font-size:var(--21px, 21px) !important;color:var(--blue-colored-icon);background-image:none;top:-1px;inset-inline-end:4px;position:relative;bottom:4px;margin-inline-end:15px}.check-enabled::before{content:""}.check-disabled::before{content:""}.password-text{width:90%;margin:4px 0;padding:3px;float:left;float:inline-start;outline:none;border-width:1px;background-color:var(--shade-input-color, #fff)}.export-password-container{width:100%}.error-txt{position:relative;color:var(--text-color-red, #E42527);clear:both;margin-top:10px;height:1.5em;display:flex;align-items:center}.show-password-icon{width:22px;height:22px;float:left;float:inline-start;cursor:pointer;margin:8px 14px;position:relative}.show-password-icon::before{content:""}.popup-text{display:none}.popup-text:hover{position:absolute;background:#565656;color:#fff;font-size:var(--9px, 9px);padding:0px;text-align:center;border-radius:5px;width:74px;display:block;transform:translateX(-35%);top:20px}.no-reports-container{display:inline-flex;flex-direction:column;width:100%;margin:100px 0;align-items:center}.no-reports{background:url(no-history.7e8d9ca9f60346b3.png);background-repeat:no-repeat;background-position:50%;background-size:100%;width:180px;height:180px;position:relative;margin:0 auto;cursor:pointer;transition:all .15s ease-in-out 0s;top:32%}.no-reports-content{position:relative;margin:0 auto;cursor:pointer;transition:all .15s ease-in-out 0s;top:32%;text-align:center}.modalStyle{border-radius:5px;border:1px solid #777;background:#fff;box-shadow:0px 10px 12.5px 0px rgba(0,0,0,.16)}.containerClass{background-color:var(--shade-variant1-color) !important;box-shadow:var(--border-box-dark-null-variant) 0px 0px 25px !important}
.normal-mode{--reports-info: #e8ebf0;--onhover: #ededed;--dail-in-header:#eef6fc}.night-mode{--reports-info: #263350;--onhover: #34446a;--dail-in-header:#273350}.iconFontProps,.sort-asc,.sort-desc,.sort,.drop-icon,.pdf-icon,.csv-icon,.export-icon,.search-icon,.area,.line,.bar,.pie,.count-img{font-family:"icomoon";color:var(--icon-black-to-light, #000);font-size:var(--24px, 24px)}.reports-container{position:relative;height:100%;width:100%;background-color:#f3f3f3;float:left;float:inline-start}.leftpane-reports{width:calc(100vw - 85%);position:fixed;inset-inline-start:0;height:calc(100vh - 45px);background-color:#f7f7f7;overflow:auto;padding-bottom:150px}.summary-pane{float:left;float:inline-start;width:100%}.group-pane-reports{float:left;float:inline-start;width:100%;margin:5px 0}.nav-header-reports{font-size:var(--11px, 11px);font-weight:600;padding:0 20px;color:#c95d06;text-transform:uppercase;float:left;float:inline-start;width:100%;margin-top:15px;cursor:default}.nav-sub-header{line-height:18px;color:#555;padding:6px 20px;font-size:var(--13px, 13px);transition:all 200ms linear 0s;list-style:none;font-weight:600;width:100%;font-style:italic;cursor:default}.reports-predefined{margin:0;padding:0;float:left;float:inline-start;width:100%}.query{margin:10px 0;padding:0;float:left;float:inline-start;width:100%}.reports-predefined li,.query li{line-height:18px;color:#333;padding:6px 25px;font-size:var(--14px, 14px);transition:all 200ms linear 0s;list-style:none}.reports-predefined li:hover,.query li:hover{background-color:#fff;cursor:pointer}.reports-tab-selected{background-color:#e3e3e3 !important;color:#000 !important;font-weight:600}.rightpane-reports-rs{position:relative;background-color:var(--shade-variant1-color, #fff);height:100%;min-height:calc(100vh - 135px);width:100%}.reports-container-rs .with-announcement{height:calc(100vh - 130px)}.rightpane-reports-inside-zoho-one{min-height:calc(100vh - 45px)}.rightpane-reports-inside-serviceplus{min-height:calc(100vh - 60px)}.rightpane-reports.with-announcement{min-height:calc(100vh - 160px)}.rightpane-reports-inside-zoho-one-with-announcement{min-height:calc(100vh - 95px) !important}.reports-container-rs .with-annoncement{height:calc(100vh - 130px)}.query-report-page-rs{float:left;float:inline-start;position:relative;width:100%}.query-report-page-height{height:calc(100vh - 186px) !important}.query-report-page-height-with-org-sto{height:calc(100vh - 246px)}.query-report-page-height-with-org-sto-inside-zoho-one{height:calc(100vh - 170px) !important}.query-report-page-height-inside-zoho-one{height:calc(100vh - 105px)}.query-report-page-height-inside-serviceplus{height:calc(100vh - 122px)}.query-report-page-rs.drpts{overflow:overlay;height:0px;width:0px}.no-overflow{pointer-events:none}.criteria-container-rs{width:100%;background-color:var(reports-background-shade1);position:relative;z-index:5;display:flex;flex-wrap:nowrap;align-items:center;border-bottom:1px solid var(--border-box-variant4)}.disabled-tech-filter{pointer-events:none;opacity:.5}@keyframes topslide{0%{opacity:0}100%{opacity:1}}.selected-rs{background-color:var(--primary-button) !important;color:#fff !important;border-color:var(--primary-button) !important}.period{margin-inline-start:auto !important;margin:15px;cursor:pointer;width:auto;border-radius:2px;border:solid 1px var(--border-box-variant4);list-style:none;padding:0;border-radius:5px !important}.period button{border-inline-start:none;border-top:none;border-bottom:none}.period-item{line-height:var(--30px, 30px);color:var(--text-color-v5);padding:0 15px;font-size:var(--12px, 12px) !important;float:left;float:inline-start;text-align:center;background-color:var(--shade-variant1-color, #fff);transition:all 200ms linear 0s;border-inline-end:solid 1px var(--border-box-variant2)}.period-item:nth-child(1){border-radius:5px 0 0 5px !important}.period-item:nth-child(4){border-radius:0 5px 5px 0 !important;transition:none !important}.period-item:hover{background-color:var(--li-hover-or-selected-bg);border-inline-end:solid 1px var(--border-box-variant4)}.period-item:hover{background-color:var(--shade-hover-dropdown)}.no-right-border{border-inline-end:none}.session-type{min-width:120px}.count-label{margin-inline-end:20px;font-size:var(--14px, 14px)}.tech-select-rs,.grp-select{width:auto;margin-top:15px;margin-inline-end:0px;margin-bottom:15px;margin-inline-start:15px;border-radius:var(--button-border-radius, 5px);padding:0;position:relative;background-color:rgba(0,0,0,0);cursor:pointer;border:solid 1px var(--border-box-variant4, #b2b2b2);min-width:100px;flex-shrink:0;margin-inline-end:1px}.count-img{float:right;float:inline-end;inset-inline-end:14px;position:initial;font-size:var(--20px, 20px) !important;color:var(--search-box-border, #b2b2b2)}.count-img:before{content:""}.tech-select-rs li{color:var(--text-color-v5);padding:0 10px;font-size:var(--12px, 12px);display:flex !important;align-items:center;text-align:start;transition:all 200ms linear 0s;justify-content:space-between;min-height:30px}.status-filter-dropdown li{font-size:inherit !important}.tech-list-error,.grp-list-error{color:var(--text-color-red, #E42527);padding:5px 15px;margin:0;text-align:start}#tech-list,#grp-list{width:300px;float:left;float:inline-start;max-height:352px;position:absolute;overflow-y:auto;overflow-x:auto;border-radius:2px;inset-inline-start:0;background-color:var(--shade-dropdown-varient1, #fff);top:31px;min-width:fit-content;animation:topslide ease-in-out 50ms;z-index:5;border:solid 1px var(--border-box-variant4)}#session-list{width:inherit;float:left;float:inline-start;max-height:352px;position:absolute;overflow-y:auto;overflow-x:hidden;border-radius:2px;inset-inline-start:0;box-shadow:0 5px 10px rgba(0,0,0,.1333333333);background-color:var(--shade-dropdown-varient1);top:31px;animation:topslide ease-in-out 50ms;z-index:2}#tech-list h3{font-weight:400;line-height:22px;font-size:var(--14px, 14px);font-style:italic;margin:0;padding:15px 10px;color:#000;background-color:#f3f3f3;border-bottom:dashed 1px #ccc}#tech-list ul,#session-list ul{padding:0px !important;float:left;float:inline-start;width:100%;max-height:310px}#tech-list ul{overflow-y:auto}#tech-list li,#session-list li{list-style:none;font-size:var(--13px, 13px);line-height:var(--30px, 30px);margin:0;float:left;float:inline-start;width:100%;transition:all 200ms linear 0s;text-align:start;cursor:pointer;background-color:var(--shade-dropdown-varient1, #FFFFFF);box-sizing:border-box}#tech-list li:hover,#session-list li:hover{background-color:var(--li-hover-or-selected-bg)}#tech-list input[type=checkbox]{margin:0 5px;outline:none}.choose-tech,.choose-grp{margin:0;font-size:var(--12px, 12px);padding:3px 0;color:var(--text-color-default);float:left;float:inline-start;width:100%;border-bottom:solid 1px var(--drop-down-border, #e2e2e2);font-weight:600;background:var(--drop-down-header-bg, #efefef);position:relative;align-items:center}.all-tech-header,.all-grp-header{line-height:24px;padding-inline-start:10px;margin-bottom:0;padding-top:2px;float:left;float:inline-start}.action-log-settings-reports{position:relative;float:right;float:inline-end;line-height:35px;margin:0px 10px 0 5px;cursor:pointer}.action-log-settings-reports button{margin-inline-start:5px;text-decoration:none !important;color:var(--text-color-default)}.tech-list-label{line-height:var(--22px, 22px);width:100%;font-weight:400;text-overflow:ellipsis;word-wrap:normal;white-space:nowrap;overflow:hidden;float:left;float:inline-start;margin-bottom:0;padding:4px 0;cursor:pointer}.donebtn{color:#fff !important;cursor:pointer;font-size:var(--10px, 10px);padding:var(--button-padding-sm);background-color:var(--primary-button, #286ce5);text-transform:uppercase;transition:all .1s linear 0s;float:right;float:inline-end;inset-inline-end:0;top:0px;position:absolute;outline:none;line-height:20px;margin-inline-end:10px;border:none;border-radius:5px}.donebtn:hover{background-color:var(--primary-button-hover)}.rpt-conn-type-inbound{background-repeat:no-repeat;background-size:12px;font-family:"icomoon";color:var(--arrow-green);font-size:var(--20px, 20px);cursor:pointer;transform:rotate(145deg);margin-inline-end:5px;cursor:help}.rpt-conn-type-inbound:before{content:""}.rpt-conn-type-outbound{background-repeat:no-repeat;background-size:12px;font-family:"icomoon";color:var(--arrow-red);font-size:var(--20px, 20px);cursor:pointer;transform:rotate(320deg);margin-inline-end:5px;cursor:help}.rpt-conn-type-outbound:before{content:""}.technician-rs,.group-rs{background-repeat:no-repeat;float:left;float:inline-start;background-size:12px;font-family:"icomoon";color:#286ce5;font-size:var(--17px, 17px);margin-inline-end:5px;cursor:pointer}.technician-checked-rs,.group-checked-rs{background-repeat:no-repeat;float:left;float:inline-start;margin-top:0px;margin-inline-end:5px;margin-bottom:3px;margin-inline-start:0px;background-size:12px;font-family:"icomoon";color:#286ce5;font-size:var(--17px, 17px);margin-inline-end:5px;cursor:pointer}.technician-rs:before,.group-rs:before{content:""}.technician-checked-rs:before,.group-checked-rs:before{content:""}.predefined-report-page{position:relative;width:100%;overflow-y:auto;overflow-x:hidden}.predefined-report-page-height{height:calc(100vh - 170px)}.dialIn-report-page-height{height:calc(100vh - 250px)}.predefined-report-page-height-inside-zoho-one,.dialIn-report-page-height-inside-zoho-one{height:calc(100vh - 105px)}.predefined-report{width:100%;overflow:auto}.predefined-report table{table-layout:fixed}.predefined-report table [class*=headCell]{width:auto}.predefined-report table td{vertical-align:middle;word-break:break-word}.predefined-report table td:first-child,.predefined-report table th:first-child{width:40px !important;min-width:40px !important;max-width:40px !important;text-align:center;white-space:nowrap}.predefined-report table td:first-child [class*=searchInput],.predefined-report table th:first-child [class*=searchInput]{display:none}.statistics-rs{width:20%;padding:0;float:right;float:inline-end;box-sizing:border-box;height:auto;position:relative;max-height:450px;overflow-y:auto}.chat-statistics{float:left;float:inline-start;height:unset;overflow:unset;width:100%;padding:15px 0}.stats-inner-rs{position:relative;top:50%;width:100%;height:auto}.chat-stats-inner-rs{position:relative;float:left;float:inline-start;width:100%}.stat-box-rs{width:84%;margin:6px 10%;height:auto;margin:6px 10%;padding:13px 10px;animation:zoomin ease-in-out .15s;box-sizing:border-box;word-wrap:break-word;border:1px solid var(--border-box-variant4, #e9e9e9);border-radius:4px;color:var(--blue-colored-icon, #286ce5);background-color:var(--reports-info);text-align:center}.chat-stat-box{width:25%;margin:0;border-radius:unset;border:none;border-inline-end:1px solid var(--border-box-variant2);background-color:unset;float:left;float:inline-start;position:relative}.chat-stat-box:last-child{border:none !important}.data-in-mins{text-align:center;color:#333;border-radius:4px;padding:4px 10px;margin:0 20px;font-size:var(--13px, 13px);font-weight:400;font-style:italic;float:right;float:inline-end;position:absolute;bottom:10px;inset-inline-end:-10px;opacity:1}.chat-data-in-mins{position:relative;width:100%}.no-border{border-bottom:none}.stat-box-rs h2{margin:0;font-size:var(--26px, 26px);font-weight:400;color:var(--link-and-tertiary-button, #2460CC) !important}.stat-box-rs p{margin:0;font-size:var(--16px, 16px);display:inline-block;width:100%;text-align:center;line-height:var(--20px, 20px);font-weight:400;color:var(--text-color-v3) !important}.time-specifier{font-size:var(--15px, 15px)}.chart-statistics{width:100%;float:left;float:inline-start;background-color:var(reports-background-shade1);border-bottom:solid 1px var(--border-box-variant2);padding:10px}.charts{width:80%;padding-top:20px;padding-inline-end:10px;padding-bottom:20px;padding-inline-start:10px;float:left;float:inline-start;position:relative;box-sizing:border-box;margin-bottom:20px}.charts .svgarea,.charts .static{inset-inline-start:0px}.charts .zc-legend-clr-0{inset-inline-start:583.227px !important}.charts .zc-legend-legendlabel{padding-inline-start:5px !important;margin-inline-start:12px !important}.chat-charts{width:100%}.chat-chart-partition{width:calc(50% - 20px);float:left;float:inline-start;position:relative;margin:10px;border:1px solid var(--border-box-variant2);border-radius:5px;box-shadow:0 0 2px 2px var(--border-box-dark-null-variant)}.chat-chart-option{padding:0 15px;background-color:var(--dail-in-header);border-radius:5px 5px 0 0;position:relative;float:left;float:inline-start;width:100%}.chat-chart-opt-heading{position:relative;float:left;float:inline-start;padding:10px;box-sizing:border-box;cursor:pointer}.chat-chart-option .chat-chart-selected{border-bottom:2px solid var(--primary-button, #286ce5);font-weight:600}.graph{width:100%;height:350px}.graph-header{float:left;float:inline-start;width:100%}.graph-header h4{font-weight:600;float:left;float:inline-start;margin:5px 10px;color:var(--text-color-default, #000);font-size:var(--18px, 18px) !important}.chat-graph-header{padding:10px;background-color:var(--dail-in-header);border-bottom:1px solid var(--border-box-variant2)}.graph-type{border:1px solid var(--chart-selected-bg);border-radius:5px;width:fit-content;float:right;float:inline-end;margin:4px 0;cursor:pointer}#container{width:100%;height:100%;padding:50px 0px 0px;border:1px solid rgba(0,0,0,0);margin:0px}#container1{padding-top:60px;height:350px;width:100%;border:1px solid rgba(0,0,0,0)}#container2{padding-top:60px;height:350px;width:100%;border:1px solid rgba(0,0,0,0)}.pie{width:29px;height:30px;float:left;float:inline-start;border-radius:none;color:var(--chart-color-unselected);border-inline-end:1px solid var(--chart-selected-bg);background-color:var(--shade-input-color);border-radius:4px 0 0 4px;background-image:none !important;padding:0px 2px}.pie::before{content:""}.bar{width:30px;height:30px;float:left;float:inline-start;color:var(--chart-color-unselected);background-color:var(--shade-input-color);border-radius:0 4px 4px 0;background-image:none !important;padding:0px 2px}.bar::before{content:""}.line{width:29px;height:30px;float:left;float:inline-start;color:var(--chart-color-unselected);border-inline-end:1px solid var(--chart-selected-bg);background-color:var(--shade-input-color);border-radius:4px 0 0 4px;background-image:none !important;padding:0px 2px}.line::before{content:""}.area{width:29px;height:30px;float:left;float:inline-start;color:var(--chart-color-unselected);border-inline-end:1px solid var(--chart-selected-bg);background-color:var(--shade-input-color);border-radius:4px 0 0 4px;background-image:none !important;padding:0px 2px}.area::before{content:""}.graph-selected{background-color:var(--chart-selected-bg) !important;color:var(--chart-color-selected)}.reportloader{left:50%;top:40%;transform:translateX(50%);position:absolute}.reportlist-container{position:relative;float:left;float:inline-start;width:100%;height:100%}.blurred{filter:blur(1px);pointer-events:none}.reportlist{width:100%;text-overflow:ellipsis;word-wrap:break-word;float:left;float:inline-start;background-color:var(--shade-variant1-color, #fff);position:relative;white-space:inherit !important}.reportlist-filter{width:100%;float:left;float:inline-start;padding:0px 30px 0 40px;position:sticky;top:-9px;z-index:4 !important;height:50px;background-color:var(--shade-variant1-color, #fff, #fff)}.reportlist-filter-inside-zohoone{top:85px !important}.reportlist-filter-inside-zohoone-with-org-sto{top:145px !important}.reportlist-filter-service-queue{width:calc(100% - 337px);padding:10px 20px;background-color:var(--shade-variant1-color, #fff);position:fixed;top:123px;z-index:4;height:50px;transition:width .3s}.query-report-page .reportlist-filter,.query-report-page-rs .reportlist-filter{width:calc(100% - 130px);min-width:887px;padding:5px 20px;background-color:var(--shade-variant1-color, #fff);position:fixed;top:135px;z-index:4;height:48px}.reportlist-chooser-ul{max-height:170px;inset-inline-end:47px}.with-announcement-filter{top:170px !important;transition:top .5s}.with-announcement-filter-with-org-sto{top:235px !important;transition:top .5s}.with-announcement-filter-inside-zohoone{top:133px !important;transition:top .5s}.with-announcement-filter-inside-zohoone-with-org-sto{top:192px !important;transition:top .5s}.reports_height_with_announcement{height:calc(100vh - 214px)}.reports_height_with_announcement_with_org_sto{height:calc(100vh - 247px)}.reports_height_with_announcement_with_org_sto_inside_zoho_one{height:calc(100vh - 212px) !important}.reports_height_with_announcement_inside_zohoone{height:calc(100vh - 150px)}.regional-filters{display:flex}.count-container{line-height:45px;font-weight:600;float:left !important;float:inline-start !important}.reportlist table{width:100%;table-layout:fixed}.reportlist-query-report-rs table{width:100%;table-layout:auto;margin-top:46px}.reportlist thead,.reportlist-query-report thead{background-color:var(--table-header-row, #f3f5f6)}.reportlist th,.reportlist-query-report-rs th{padding:10px 15px;font-size:var(--12px, 12px);text-align:start;transition:all 200ms linear 0s;min-width:181px;position:sticky;top:46px;z-index:2;background-color:var(--table-header-row, #f3f5f6)}.sort-enabled{padding:10px 15px;font-size:var(--12px, 12px);text-align:start;transition:all 200ms linear 0s;min-width:181px;top:46px;z-index:2;background-color:var(--li-hover-or-selected-bg, #f3f3f3)}.sort-enabled:hover .sort{display:inline-block}.sort-enabled:hover{background-color:var(--onhover) !important}.reportlist td,.reportlist-query-report-rs td{padding:15px 15px;font-size:var(--14px, 14px) !important;border-bottom:solid 1px var(--border-box-variant4, #e9e9e9)}.reportlist-query-report-rs .service_queue_desc{max-width:300px;text-overflow:ellipsis;height:inherit;overflow:hidden;white-space:nowrap}th.rpt-audit{min-width:25px;width:25px}th.rpt-resources{min-width:50px}.reportlist-query-report-rs{width:100%;min-width:887px;text-overflow:ellipsis;word-wrap:break-word;float:left;float:inline-start;background-color:var(--shade-variant1-color, #fff);position:relative}#search-row th{top:75px}#customSearch th{top:134.67 !important}.reports-search-area-rs{position:relative;float:right;float:inline-end}#firstSearchCell{min-width:21px}.search-icon{background-repeat:no-repeat;background-size:100%;background-position:left bottom;width:inherit !important;height:inherit !important;float:left;float:inline-start;margin:3px 2px !important;animation:zoomin ease-in-out 150ms;color:var(--icon-black-to-light, #000) !important;position:relative;inset-inline-end:8px;top:-3px;font-size:var(--20px, 20px) !important}.search-icon::before{content:""}.searchlist{float:left;float:inline-start;margin:4px 0;border:solid 1px var(--border-box-variant2, #ccc);padding:4px;width:100%;font-size:var(--13px, 13px);border-radius:5px;color:#333;outline:none;background-color:rgba(0,0,0,0);animation:zoomin ease-in-out 150ms;font-weight:400}.searchlist:focus{border:solid 1px var(--primary-button, #286ce5);transition:all 200ms linear 0s}.searchlist:focus+.go-icon{display:block}.searchlist::placeholder{color:#999}.input-disabled{opacity:.5}.go-icon{background-image:url(go.17b3ec747040ff30.png);background-repeat:no-repeat;background-size:26px;background-position:center;width:28px;height:28px;float:right;float:inline-end;inset-inline-end:0;top:16px;position:absolute;cursor:pointer;transform:rotate(180deg);display:none;animation:zoomin ease-in-out 150ms}.go-icon:hover{background-color:#f3f3f3}.chooser-class{float:right;float:inline-end}.custom-column{float:right;float:inline-end}.custom-column a,.reports-search-area-rs>span{float:right;float:inline-end;inset-inline-end:10px;margin:12px 10px 12px 15px !important;margin-top:12px;margin-inline-end:10px;margin-bottom:12px;margin-inline-start:15px;font-size:var(--14px, 14px);line-height:22px;text-decoration:none !important;color:var(--text-color-default, #000);cursor:pointer}.custom-column a:hover,.reports-search-area-rs>span:hover{color:var(--text-color-default, #000)}.custom-column-icon{background-image:url(column-chooser.bcd79a9fe49e5531.png);background-repeat:no-repeat;background-size:100%;background-position:left bottom;width:14px;height:14px;float:left;float:inline-start;margin:4px 2px;animation:zoomin ease-in-out 150ms}@keyframes zoomin{0%{transform:scale3d(0.3, 0.3, 0.3);opacity:0}50%{opacity:1}}.export-icon{background-repeat:no-repeat;background-size:100%;background-position:left bottom;height:16px;margin:0px 5px;float:left;float:inline-start;animation:zoomin ease-in-out 150ms;color:var(--icon-black-to-light, #000);font-size:var(--14px, 14px)}.export-icon:before{content:""}.export-option-list{position:absolute;top:40px;list-style:none;box-shadow:0 5px 10px rgba(0,0,0,.1333333333);margin:0;inset-inline-start:-30px !important;padding:0;z-index:2;background:var(--shade-dropdown-varient1);border:1px solid var(--border-box-variant2);text-align:start;font-size:var(--12px, 12px);width:150px !important;height:fit-content !important;z-index:11 !important}.Exportoptions span.option{display:flex;justify-content:space-evenly;margin-bottom:10px;margin-top:5px;cursor:pointer;padding:6px 0}.csv-icon{margin-top:-7px;height:20px;width:20px;display:block}.csv-icon::before{content:""}.pdf-icon{margin-top:-7px;height:20px;width:20px;display:block}.pdf-icon::before{content:""}.export-option-list li{text-align:start;padding:0 10px 0 5px !important}.Exportoptions:hover{background-color:var(--shade-hover-dropdown)}.drop-icon{background-repeat:no-repeat;background-size:100%;background-position:center;margin:8px 5px;float:right;float:inline-end;animation:zoomin ease-in-out 150ms;color:var(--icon-black-to-light, #fff);top:-6px;position:relative;font-size:var(--20px, 20px)}.drop-icon::before{content:""}.sort{position:relative;float:right;float:inline-end;display:none;transform:rotate(180deg);font-size:var(--14px, 14px)}.sort::before{content:""}.sort:hover{opacity:1;display:block}.sort-desc{float:right;float:inline-end;opacity:1;transform:rotate(180deg);font-size:var(--14px, 14px) !important;position:relative;height:inherit;inset-inline-end:-2px}.sort-desc::before{content:""}.sort-asc{opacity:1;font-size:var(--14px, 14px) !important;margin-top:0px;position:relative;height:inherit;float:right;float:inline-end;inset-inline-end:-2px}.sort-asc::before{content:""}h2 .no-record{z-index:999999999999;position:absolute;left:50%;top:50%;transform:translate(-50%)}.labelbox{position:relative;float:none;text-align:start;padding-inline-end:0px;display:flex;flex-direction:row;align-items:center;gap:5px}.labels{display:inline-block}.count-header{display:block !important;list-style:none !important}.rd-l-rep{position:fixed;bottom:0;inset-inline-start:0;background-color:var(--background-main-container);padding:20px;width:15%;color:var(--text-color-default);box-shadow:0 0px 2px #777;text-decoration:none}.with-org-sto{top:192px !important}.loading{pointer-events:none;cursor:not-allowed}.assist-table-v1-container{position:relative;width:100%;float:left;float:inline-start}.assist-table-v1{width:100%;float:left;float:inline-start;background-color:#fff;position:relative;margin:0 0 35px}.reset-to-top{top:0 !important;inset-inline-start:0 !important;width:100% !important}table.reportstable tbody tr:hover{background:var(--background-onHover-color2, #f9f9f9)}table.reportstable .searchlist{background-color:rgba(0,0,0,0);border:1px solid var(--search-box-border, #b2b2b2)}table.reportstable .searchlist:hover{border-color:var(--search-box-onhover, #404040)}table.reportstable .searchlist:focus{border:1px solid var(--blue-color, #286ce5)}.selected-count{font-weight:500;color:var(--link-and-tertiary-button, #2460cc);font-size:var(--12px, 12px);line-height:24px;margin:0 10px 0 auto}.department-header{padding:5px 0 5px 10px;font-size:var(--12px, 12px);font-weight:600}::-webkit-scrollbar{height:5px;width:5px;border-radius:10px}::-webkit-scrollbar-track{background:#f3f3f3}::-webkit-scrollbar-thumb{background:#ccc}::-webkit-scrollbar-thumb:hover{background:#999}.graphStyles{color:#fff !important}
.normal-mode{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.night-mode{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}.icon-access-close{font-family:"icomoon";color:var(--icon-black-to-light);width:45px !important;font-size:var(--20px, 20px);float:right;float:inline-end;padding-top:7px;padding-inline-end:0px;padding-bottom:12px;padding-inline-start:0px;cursor:pointer;font-weight:600}.icon-access-close::before{content:""}.icon-close:before{content:"";cursor:pointer;float:right;float:inline-end;font-family:newpage;font-size:var(--12px, 12px);line-height:16px;margin-inline-start:0;padding:8px 9px}.icon-absolute{position:absolute}.icon-computer{width:12px;height:12px;margin-inline-end:5px;color:#fff;font-family:"icomoon";font-size:var(--17px, 17px);cursor:pointer;position:relative;bottom:5px;inset-inline-end:5px}.icon-computer::before{content:""}.icon-settings{background:url(tools-sysman-icon.dc7ce190cd5f964a.png) no-repeat;width:12px;height:12px;padding:10px 12px;border-radius:28px;background-size:22px;background-position:center;cursor:pointer}.icon-done{font-family:"icomoon";color:#10bc83;font-size:var(--15px, 15px);width:12px;height:12px;padding:10px 12px;border-radius:28px;cursor:pointer}.icon-done::before{content:""}.icon-power{background:url(tools-power-icon.410b35899d1a7611.png) no-repeat;width:12px;height:12px;padding:10px 12px;border-radius:28px;background-size:22px;background-position:center;cursor:pointer}.icon-back{font-family:"icomoon";font-size:var(--20px, 20px);color:var(--blue-colored-icon, #286ce5);position:relative;padding:10px 12px;cursor:pointer}.icon-back:before{content:""}.icon-checked,.icon-unchecked,.icon-unchecked-hover{width:12px;height:12px;inset-inline-end:12px;top:14px;padding:12px;border-radius:28px;font-family:"icomoon";font-size:var(--15px, 15px);color:var(--blue-colored-icon, #286ce5);cursor:pointer}.icon-unchecked{color:var(--icon-grey-to-light) !important}.icon-unchecked:hover{color:var(--blue-color, #286ce5) !important}.icon-checked::before{content:""}.icon-unchecked::before{content:""}.icon-unchecked-hover::before{content:""}.icon-filter-blue{width:20px;height:50px;font-family:"icomoon";font-size:var(--18px, 18px);color:var(--blue-color, #286ce5) !important;float:left;float:inline-start;animation:zoomin ease-in-out 150ms}.icon-filter-blue::before{content:""}.icon-macpc,.icon-mac,.icon-mac-pc{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjNUM2MzY2IiBkPSJNMTAuMSwzMC45YzAsMC02LjMtMi42LTYuMy0xNC44QzUuNiw1LjIsMTQuOSw5LjksMTQuOSw5LjloMC44YzAsMCw2LjctMy40LDkuOSwxLjNjMCwwLTcuNCw3LjEsMSwxMS44CgljMCwwLTEuOSw2LjQtNS40LDcuN2MwLDAtMi42LDAuMi01LTEuMmwtMC44LTAuMUMxNC4xLDMwLjgsMTIuMiwzMS4yLDEwLjEsMzAuOXoiLz4KPHBhdGggZmlsbD0iIzVDNjM2NiIgZD0iTTE1LjIsNy44YzAsMC0wLjYtNS43LDUuNC02LjhDMjAuNywxLjEsMjEuNiw2LjksMTUuMiw3Ljh6Ii8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center;width:20px;height:18px;float:left;float:inline-start;opacity:.7}.icon-macpc{margin:10px;background-size:100%}.icon-mac,.icon-mac-pc{margin:-1px 2px 0 0;background-size:80%;background-position:center}.icon-mac-pc{margin-top:-2px}.icon-winpc,.icon-win,.icon-win-pc{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjNUM2MzY2IiBwb2ludHM9IjMuNiwxNS4zIDEzLjgsMTUuMyAxMy44LDUuNiAzLjYsNy4xICIvPgo8cG9seWdvbiBmaWxsPSIjNUM2MzY2IiBwb2ludHM9IjMuNiwyNiAxMy44LDI3LjQgMTMuOCwxNy41IDMuNiwxNy41ICIvPgo8cG9seWdvbiBmaWxsPSIjNUM2MzY2IiBwb2ludHM9IjE2LDUuMiAxNiwxNS4zIDI4LjYsMTUuMyAyOC42LDMuNCAiLz4KPHBvbHlnb24gZmlsbD0iIzVDNjM2NiIgcG9pbnRzPSIxNiwyNy42IDE2LDE3LjUgMjguNiwxNy41IDI4LjYsMjkuNSAiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center;width:20px;height:16px;float:left;float:inline-start;opacity:.7}.icon-winpc{margin:10px;background-size:100%}.icon-win,.icon-win-pc{margin:0 2px 0 0;background-size:75%;background-position:center}.icon-win-pc{margin-top:1px}.icon-linuxpc,.icon-linux,.icon-linux-pc{background-image:url(linux.9f80d1e6b66f4879.svg);background-repeat:no-repeat;width:20px;height:20px;float:left;float:inline-start;opacity:.5}.icon-linuxpc{margin:10px;background-size:100%}.icon-empty{background-image:none}.icon-linux,.icon-linux-pc{margin:0 2px 0 0;background-size:89%;background-position:center}.icon-linux-pc{background-size:82%}.icon-deployment{width:20px;height:16px;margin:0 1px 0 0;background-image:url(link-icon.b046bbbab5aed6a4.png);background-repeat:no-repeat;background-size:contain;background-position:center;float:left;float:inline-start}.win-icon{background-image:url(win-white-icon.06e829988c526ea5.png);background-repeat:no-repeat;background-position:center;background-size:70%;width:20px;height:16px;float:left;float:inline-start;margin:3px 6px 0 0}.mac-icon{background-image:url(mac-white-icon.437bdcf670ad1fa8.png);background-repeat:no-repeat;background-position:center;margin:1px 5px 0 0;background-size:75%;width:20px;height:18px;float:left;float:inline-start}.linux-icon{background-image:url(linux-white-icon.00416bb550da34dc.png);background-repeat:no-repeat;margin:1px 6px 0 0;background-size:70%;background-position:center;width:20px;height:20px;float:left;float:inline-start}.icon-fav-active{background-image:url(star.345d3f3b914d2d3e.png);background-repeat:no-repeat;background-position:-18px 0;height:18px;margin-top:11px;margin-inline-end:6px;margin-bottom:2px;margin-inline-start:15px;width:18px;background-size:400%;float:left;float:inline-start;cursor:pointer}.icon-fav-inactive{background-image:url(star.345d3f3b914d2d3e.png);background-repeat:no-repeat;background-position:0 0;height:18px;margin-top:11px;margin-inline-end:6px;margin-bottom:2px;margin-inline-start:15px;width:18px;background-size:400%;float:left;float:inline-start;cursor:pointer}.icon-fav-inactive:hover{background-position:-18px 0;opacity:.5}.icon-down-arrow,.icon-right-arrow{color:var(--icon-black-to-light);font-family:"icomoon";font-size:var(--12px, 12px);width:12px;float:left;float:inline-start;margin:4px 0;background-position:center;cursor:pointer}.icon-right-arrow{transform:rotate(-90deg) !important}.icon-down-arrow:before,.icon-right-arrow:before{content:""}.icon-blue-dot{background:url(ext-opt.8d7515f70a3cf5f0.png) no-repeat;width:12px;height:12px;float:left;float:inline-start;margin:4px 2px;background-position:center;background-size:12px;transform:rotate(-90deg)}.icon-search{font-family:"icomoon";font-size:var(--24px, 24px);color:var(--icon-black-to-light);outline:none;width:24px;height:24px;float:right;float:inline-end;cursor:pointer;position:relative;bottom:5px}.icon-search::before{content:""}.icon-access-close-white{width:12px;height:12px;float:right;float:inline-end;inset-inline-end:12px;bottom:9px;padding:12px;font-family:"icomoon";font-size:var(--15px, 15px);color:#fff;position:relative}.icon-access-close-white::before{content:""}.icon-no-history{background:url(no-history.7e8d9ca9f60346b3.png) no-repeat;width:100%;height:160px;float:left;float:inline-start;background-size:160px;background-position:center}.icon-no-recent{background:url(no-recent-sessions.62e60ab2309c9d88.png) no-repeat;width:160px;height:160px;float:left;float:inline-start;background-size:160px;background-position:center}.icon-no-favourites{background:url(no-favorites.035d8f430ca0dd3d.png) no-repeat;width:160px;height:160px;float:left;float:inline-start;background-size:160px;background-position:center}.icon-download-white{font-family:"icomoon";margin:0px 5px 0px -8px;transition:all .15s ease-in-out 0s;position:relative;float:left;float:inline-start;border-radius:65px;color:#fff;font-size:var(--24px, 24px)}.icon-download-white:before{content:""}.icon-deployment-link-img{background-image:url(raccess-deplink.4b3cd89474cf16df.png);background-repeat:no-repeat;background-position:0 0px;background-size:100%;width:180px;height:250px;margin:0 60px 0 0;transition:all .15s ease-in-out 0s;position:relative;float:right;float:inline-end}.export-drop-icon{background-image:url(dropdownblue.54df84a99e87cdc0.png);background-repeat:no-repeat;background-size:100%;background-position:center;width:10px;height:10px;margin:7px 5px;float:right;float:inline-end;animation:zoomin ease-in-out 150ms}
.normal-mode{--side-bar-icons: #283654;--icon-black-to-light: #000;--icon-grey-to-light: #C6CCD0;--blue-colored-icon: #286ce5;--blue-coloured-icon: #286ce5;--icon-dark-to-light: #000;--icon-color-matching-tertiary-button-and-link: #2460cc;--assist-logo: url(assist-logo-light.67df2d9f778552bb.svg)}.night-mode{--side-bar-icons: #e2e4e7;--icon-black-to-light: #e2e4e7;--icon-grey-to-light: #e2e4e7;--blue-colored-icon: #286ce5;--blue-coloured-icon: #286ce5;--icon-dark-to-light: #e2e4e7;--icon-color-matching-tertiary-button-and-link: #96bcff;--assist-logo: url(assist-logo-dark.752b060bbae481c6.svg)}#modal-root{position:relative;z-index:9999}.modal-container{overflow:auto;background-color:rgba(0,0,0,.5);position:fixed;height:100vh;width:100%;top:0;inset-inline-start:0;display:flex;justify-content:center;z-index:999999}.modal-container .loader p{font-size:20px;font-weight:600;position:absolute;top:35vh;inset-inline-start:40vw;color:#333}.modal-close{height:32px;width:32px}.icon-close:before{color:var(--icon-black-to-light);content:"";cursor:pointer;float:right;float:inline-end;font-family:"newpage";font-size:12px;line-height:16px;margin-inline-start:0;padding:8px 9px}.modal-paper{box-shadow:0px 4px 10px var(--border-box-variant3);background-color:var(--shade-variant1-color);border-radius:2px;z-index:1}
.normal-mode{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.night-mode{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}
.styles-module__contentClassName__LvvaG{font-size:var(--12px, 12px);padding:0px 7px !important}.styles-module__tooltipClassName__sSP8l{padding:3px 0;top:10px}
.tooltip-comp-wrapper{position:relative;display:block;color:var(--text-color-default, #000)}.computer-row-tooltip{color:#555}.tooltip-tooltip{position:absolute;z-index:1111;max-width:fit-content;background:var(--tooltip-color-variant1, #555);margin-bottom:0;padding:5px 0;text-align:center;border-radius:4px;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);animation:fade .1s linear;font-size:11px}.tooltip-tooltip .tooltip-content{color:#fff;display:inline-block;padding:.3em 1em}.tooltip-tooltip .tooltip-arrow{position:absolute;width:0;height:0;margin-inline-start:-5px}.tooltip-tooltip .tooltip-arrow-right{top:33%;inset-inline-end:-5px;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-inline-start:5px solid var(--tooltip-color-variant1, #555)}.tooltip-tooltip .tooltip-arrow-up{top:-5px;left:50%;border-inline-start:5px solid rgba(0,0,0,0);border-inline-end:5px solid rgba(0,0,0,0);border-bottom:5px solid var(--tooltip-color-variant1, #555)}.tooltip-tooltip .tooltip-arrow-left{top:33%;inset-inline-start:-2px;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-inline-end:5px solid var(--tooltip-color-variant1, #555)}.tooltip-tooltip .tooltip-arrow-down{bottom:-5px;left:50%;border-inline-start:5px solid rgba(0,0,0,0);border-inline-end:5px solid rgba(0,0,0,0);border-top:5px solid var(--tooltip-color-variant1, #555)}.tooltip-tooltip .tooltip-gap{position:absolute;width:100%;height:20px;bottom:-20px}@keyframes fade{0%{opacity:0}25%{opacity:.4}50%{opacity:.6}75%{opacity:.8}100%{opacity:1}}
.in-active-tech{display:flex;align-items:center}.in-active-tech .in-active-tech-icon{font-family:"icomoon";font-size:var(--20px, 20px);color:var(--text-color-red);cursor:pointer;display:block;position:relative}.in-active-tech .in-active-tech-icon::before{content:"" !important}
.positioning,.zoom-buttons .zoomOut:before,.zoom-buttons .zoomIn:before,.zoom-buttons .reset:before{top:-10px !important;inset-inline-start:-4px !important;position:relative !important}.zoom-buttons{inset-inline-start:50px !important}.zoom-buttons .reset,.zoom-buttons .zoomIn,.zoom-buttons .zoomOut{color:var(--icon-black-to-light);font-family:"icomoon";font-size:var(--33px, 33px)}.zoom-buttons .reset:before{content:"" !important}.zoom-buttons .zoomIn:before{content:"" !important}.zoom-buttons .zoomOut:before{content:"" !important}
.normal-mode{--header-color: #eee;--onHover-color: #f0f8fd;--content-box: #f7f1db;--border-line: #c3c3c3;--box-shadow-variant3: 0 6px 10px #ccc;--settings-heading-h4: #394e74;--highlight-color: #f9df99;--disable-shade: #f7f7f7;--box-shadow-domain: #b9bec7;--box-yellow-color:#fff8e1}.night-mode{--header-color: #273350;--onHover-color: #2e3c5e;--content-box: #202b43;--border-line: #3f4662;--box-shadow-variant3: #202b43;--settings-heading-h4: #e2e4e7;--highlight-color: #182031;--disable-shade: #273350;--box-shadow-domain: none;--box-yellow-color: #2C3A5A}.iconFontProps,.organizationImg,.generalImg,.remotesupportImg,.unattendedaccessImg,.integrationsImg,.securitycomplianceImg,.searchImg,.gdpr-privacy-setting-consent-table-status-notconfigureimg,.gdpr-privacy-setting-consent-table-status-configureimg,.action-log-setting-icon-img,.action-log-setting-icon-img-setting,.ErrorCountImage,.WarningCountImage,.InfoCountImage,.action-log-count-img-error,.action-log-count-img-warning,.action-log-count-img-info,.action-log-count-img-total,.tech_help_icon,.help_icon,.generalRadioLabel input[type=radio],.generalRadioLabel input[type=radio]:checked,.sample{font-family:"icomoon";font-size:var(--17px, 17px);color:var(--side-bar-icons)}.iconFont{font-family:"icomoon";font-size:var(--17px, 17px)}.iconFontProp,.translation-close,.settings-outer .close,.form-dropdown,.rotate-0-deg,.rotate-90-deg,.gdpr-consent-setting-modal-checkbox-section>input[type=checkbox]:checked+label,.gdpr-consent-setting-modal-checkbox-section>input[type=checkbox]+label,.gdpr-edit-btn,.email-verify-warning,.email-verify-info,.verified,.navigate-back{font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--24px, 24px)}.domainVerifyBtn{padding:0}.navigate-back{position:relative;top:3px;line-height:normal}.logo-label>h4{padding:0}.navigate-back::before{content:""}.navigate-back-container{cursor:pointer;width:30px}.top-navigation-container{display:flex;padding:0 25px;align-items:center}.long-description-container{border-top:1px solid var(--top-header-border)}.description-text{padding:0 25px;font-size:var(--15px, 15px)}.enable-disable-container{display:flex;align-items:center;gap:10px}.logo-style{margin-bottom:5px}.header-style{padding-top:25px}.toggle-switch-icon{position:relative;top:3px}.enable-disable-label{font-size:var(--14px, 14px)}.orgloader{display:block !important;margin:200px auto}.warning-tech-invite-message{float:left;float:inline-start;border-radius:4px;padding:10px 15px;background-color:#fff3e0;margin-bottom:5px}.fail-tech-invite-message{width:600px;float:left;float:inline-start;border-radius:4px;padding:10px 15px;background-color:#ffebee;margin-bottom:5px}.success-tech-invite-message{width:600px;float:left;float:inline-start;border-radius:4px;padding:10px 15px;background-color:#e8f5e9;margin-bottom:5px}.subcontainer{min-width:960px;width:80%;margin:0 auto}.settings-container{width:100%;float:left;float:inline-start}.embed_image{width:300px;height:210px !important;margin:40px auto;background-repeat:no-repeat;display:block}.embed_image_light{background-image:url(embed-img-light.b2494456720c7e42.svg)}.embed_image_dark{background-image:url(embed-img-dark.d65e59f0fd56746a.svg)}.sample{padding:3px;color:var(--link-and-tertiary-button, #2460cc);font-size:var(--14px, 14px);display:inline !important;margin-inline-start:5px}.sample::before{content:""}.settings-content{float:left;float:inline-start;width:100%;padding-bottom:20px;background:#fff}.embed-settings{float:left;float:inline-start;display:block;font-size:var(--16px, 16px)}.embed-content1{line-height:var(--22px, 22px) !important;position:relative;float:inline-start;width:100%;text-align:start;font-size:var(--15px, 15px) !important}.embed-content2{line-height:25px;position:relative;float:inline-start;width:100%;text-align:center;font-size:var(--18px, 18px);font-style:italic}.WidgetLink{font-size:var(--18px, 18px);line-height:48px}.embed-txt{background-color:rgba(0,0,0,0) !important;border:1px solid var(--primary-button, #286ce5) !important;border-radius:2px;color:var(--text-color-default) !important;display:block;font-size:var(--18px, 18px) !important;padding:20px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;width:100% !important;resize:none;line-height:var(--28px, 28px) !important;margin-top:25px;float:left;float:inline-start}.org-info-section label{color:#ba904d;font-size:var(--15px, 15px);font-weight:400;line-height:22px}.manage-Technician label{color:#000;font-size:var(--16px, 16px);font-weight:400;line-height:22px}.manage-Technician label strong{color:#ba904d}.org-info-section input:focus,.manage-Technician input:focus,.manage-Technician textarea:focus,.org-name-txt:focus,.portal-url-txt:focus,.embed-txt:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);outline:0 none}.org-info-section{float:left;float:inline-start;margin:40px 0px;width:90%}#tip,#tip2,#tip3{float:right;float:inline-end;color:#ed7307;font-size:var(--13px, 13px);line-height:28px;display:none}.org-content{background-color:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#000;display:block;font-size:var(--18px, 18px) !important;padding:10px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;width:70% !important;margin-bottom:10px}#span1{line-height:36px}#link1{color:var(--link-and-tertiary-button, #2460cc);text-decoration:none;font-weight:600;font-size:var(--15px, 15px)}.org-info-section label,#manage-Technician label{font-size:var(--15px, 15px);color:#ba904d;line-height:28px;font-weight:400}.uploader{border:2px dashed #ddd;cursor:pointer;font-size:var(--15px, 15px);height:150px;overflow-wrap:break-word;padding:20px 0;position:relative;text-align:center;width:100%;align:center}.uploader:hover{border:dashed 2px var(--primary-button, #286ce5)}.uploader img{z-index:1;border:none}#filePhoto{cursor:pointer;height:150px;inset-inline-start:0;opacity:0;padding:20px 0;position:absolute;top:0;width:100%;z-index:2}#para1{text-align:center;margin:0;float:inline-start;width:100%}#img1{opacity:0}#img2{background-image:url(img-holder.20a35e8b36dbeb98.png);border:none}.float-right{float:right;float:inline-end}.sample-link{color:var(--link-and-tertiary-button, #2460CC) !important}.sample-link:hover{text-decoration:none;color:var(--link-and-tertiary-button, #2460CC)}.uploadbtn{margin:0px;background-color:var(--primary-button, #286ce5);color:#fff;border:solid 1px var(--primary-button, #286ce5);border-radius:5px;font-size:var(--13px, 13px);transition:background 300ms ease;cursor:pointer;text-align:center;letter-spacing:.4px;margin-top:8px;line-height:normal;padding:8px 16px}.uploadbtn:hover{background-color:var(--primary-button-hover);border:solid 1px var(--primary-button-hover)}.para2{font-size:var(--14px, 14px);margin:10px 0 40px;float:inline-start}.addtech-btn{background-color:#fff;border:solid 1.5px var(--link-and-tertiary-button, #2460cc);border-radius:2px;color:var(--link-and-tertiary-button, #2460cc);font-size:var(--16px, 16px);margin:10px 0;padding:8px 20px;transition:all 100ms linear;cursor:pointer;float:left;float:inline-start}.addtech-btn:hover,.getreport-btn1:hover{background-color:#137cc1;color:#fff}.ra-no-data{display:flex;flex-direction:column;height:100%;width:100%;min-width:400px;align-items:center;text-align:center;margin:10% auto}.no-domain-computer-content{float:left;float:inline-start;width:100%;color:var(--text-color-default)}.no-domain-computer-content h2{margin:0 0 10px 0;font-weight:600;font-size:var(--22px, 22px);color:var(--text-color-default)}.no-domain-computer-content p{margin:2px 0 15px;font-size:var(--15px, 15px)}.no-comp-btn{background-color:var(--primary-button, #286ce5);border:1px solid var(--primary-button, #286ce5);border-radius:2px;color:#fff;font-size:var(--13px, 13px);padding:10px 20px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;margin:0 115px;position:relative;cursor:pointer;display:inline-block}.no-comp-btn:hover{background-color:#0e7bc4;color:#fff}.no-comp-btn:active{box-shadow:inset 0 0 3px #333}.no-comp-add-txt{float:left;float:inline-start;padding-top:0px;padding-inline-end:0px;padding-bottom:0px;padding-inline-start:5px;line-height:24px;color:#fff}#org-info{float:left;float:inline-start}#org-info label,#manage-Technician label{color:#ba904d;font-size:var(--14px, 14px);font-style:normal !important;font-weight:400;line-height:22px}.companyname,.companyportal,.companylogo{margin:15px 0;float:left;float:inline-start;width:100%;position:relative}.limit{color:#777;float:right;float:inline-end;font-size:var(--12px, 12px);line-height:25px;padding:0 10px;position:absolute;inset-inline-end:10px;top:15px}.org-name-txt:hover,.portal-url-txt:hover,.add-search-tech-txt:hover,.timer_textbox:hover,.supported-value:hover{border:solid 1px var(--border-box-variant4) !important}.org-name-txt:focus,.portal-url-txt:focus,.add-search-tech-txt:focus,.timer_textbox:focus,.supported-value:focus{outline:0 none;border:solid 1px var(--primary-button, #286ce5) !important}.org-name-txt,.add-search-tech-txt{background-color:#fff;border:solid 1px #dcdcdc !important;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#000;display:block;font-size:var(--18px, 18px) !important;padding:10px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;width:80% !important;margin:0 !important}.portal-url{color:var(--link-and-tertiary-button, #2460cc);text-decoration:none;letter-spacing:.2px;font-size:var(--16px, 16px);line-height:36px}.portal-url-txt{background-color:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#000;display:block;font-size:var(--18px, 18px) !important;padding:10px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;width:270px !important;margin-bottom:10px;margin-inline-start:5px;float:left;float:inline-start}.add-search-tech-txt{line-height:28px;padding-bottom:30px;width:600px !important;float:left;float:inline-start}.addbtn,.copybtn{padding:9px 15px;margin:0px;background-color:var(--primary-button, #286ce5);color:#fff;border:none;font-size:var(--14px, 14px);transition:background 300ms ease;cursor:pointer;text-align:center;letter-spacing:.4px;float:left;float:inline-start;width:120px;border-radius:2px;height:50px;text-transform:uppercase}.savebtn{letter-spacing:.4px;background-color:var(--primary-button, #286ce5);border:1px solid var(--primary-button, #286ce5);border-radius:2px;color:#fff;display:block;font-size:var(--13px, 13px);padding:0 20px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;height:36px;position:relative;text-transform:uppercase;float:left;float:inline-start}.startupscript{border:1px dotted #bbb;float:left;float:inline-start;font-size:var(--15px, 15px);line-height:28px;margin:0 20px 0 0;min-height:215px;padding:20px;width:45%}.startupscript ol{padding:0;margin:15px;font-size:var(--16px, 16px);list-style-position:inside}.startupscript ol li{line-height:25px;margin:10px 0}.startupscript ol li a,.startupscript a{color:var(--link-and-tertiary-button, #2460cc) !important}#deployment-settings{float:left;float:inline-start;margin:30px 0px;width:100%;animation:opendep .2s}#contact-settings{float:left;float:inline-start;padding:15px 40px 0;width:100%}.contact-prompt-box{position:fixed;top:45px;width:450px;inset-inline-start:0;inset-inline-end:0;margin:auto;background-color:#fff;box-shadow:0 0 25px #555;z-index:9999999;text-align:start}.contact-prompt-box .title{font-size:var(--16px, 16px) !important}.contact-prompt-box p{font-size:var(--16px, 16px);padding:10px}.contact-prompt-btn{position:relative;inset-inline-start:0;inset-inline-end:0;margin:auto;margin-bottom:8px;width:100px}.deployment-headings-h5{border-bottom:1px dotted #ccc;font-weight:600;margin-top:0;padding-bottom:18px}.deployment-settings-p{margin:15px;font-size:var(--16px, 16px)}.widget_url_copied{text-align:center;float:left;float:inline-start;position:absolute;inset-inline-start:0;color:#fff !important;background:var(--tooltip-color-variant1) !important;padding:2px 12px;border-radius:4px;font-size:var(--13px, 13px);bottom:22px;border:none !important}#manage_org_container{padding:40px;height:calc(100.5vh - 7em);overflow-y:auto}#deployment_iframe{width:100%;height:98px;border:none}.Outer_iframe_div{width:100%;float:inline-start;margin:25px 0 75px}.deploy{font-size:var(--15px, 15px);line-height:28px;margin:0 5% 0 0;width:40%;float:left;float:inline-start;border:solid 1px #ddd;padding-bottom:20px;min-height:435px;max-width:400px;transition:background-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s}.deploy-header{background-color:#f9f9f9;border-bottom:dotted 1px #ccc;float:left;float:inline-start;width:100%;padding-bottom:20px}.deploy-header h5{font-size:var(--16px, 16px) !important;font-weight:600;line-height:24px;text-align:center !important;margin:0}.cmdprmpt{background-image:url(deploy.b1ec6e74484562c8.png);background-position:-90px 0;background-repeat:no-repeat;background-size:200% auto;height:66px;margin:20px auto 10px;width:90px;opacity:.5}.deploy-content{margin:20px 30px;float:left;float:inline-start}.deploy-content p{font-size:var(--15px, 15px);text-align:center;margin:0;line-height:25px}.deploy-content ol{padding:0;list-style-position:outside;margin:20px;float:left;float:inline-start}.deploy-content ol li{line-height:24px;margin:10px 0}.downloadbtn{height:45px;width:100%;background-color:var(--primary-button, #286ce5);color:#fff;border:none;font-size:var(--16px, 16px);float:left;float:inline-start;margin:20px 0}.startupscr{background-image:url(deploy.b1ec6e74484562c8.png);background-position:0 0;background-repeat:no-repeat;background-size:200% auto;height:66px;margin:20px auto 10px;width:90px;opacity:.5}#user-confirm-settings{float:left;float:inline-start;padding:23px 40px;font-size:var(--15px, 15px);position:relative;width:100%}.user-conf-para1{margin:0 0 15px 0}.user_conf_checked,.user_conf_unchecked{font-family:"icomoon";color:var(--blue-colored-icon, #286ce5);font-size:var(--25px, 25px);float:left;float:inline-start;margin:4px 0;position:relative}.user_conf_checked::before{content:""}.user_conf_unchecked::before{content:""}.user-conf-t1{line-height:28px;font-size:var(--20px, 20px);margin-inline-start:10px}.user-conf-table1{width:100%;vertical-align:top}.user-conf-table2{width:30%;vertical-align:top}.user-conf-span1{font-style:italic;font-weight:600;font-size:var(--15px, 15px)}.user-conf-span2{font-weight:400}.user-conf-span3{padding-top:14px;float:inline-start;font-weight:600;font-size:var(--15px, 15px)}.user-conf-span4{float:right;float:inline-end;font-style:italic;font-size:var(--12px, 12px);line-height:24px}.user_conf_span_checked,.user_conf_span_unchecked{font-size:var(--20px, 20px);float:left;float:inline-start;margin:4px 0;font-family:"icomoon";color:var(--blue-colored-icon, #286ce5);position:relative}.user_conf_span_unchecked::before{content:""}.user_conf_span_checked::before{content:""}.user-conf-span6{font-size:var(--14px, 14px);line-height:27px;margin-inline-start:6px}.user-dropdown{background:#fff url(newarrow.2a86c526cdf7e20f.png) no-repeat scroll 96% 50%/12px auto;border-radius:3px;float:left;float:inline-start;margin:10px 0;position:relative;text-align:start;width:50%}.user-dropdown select{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);background-image:none;border:1px solid #ccc;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;float:left;float:inline-start;font-size:var(--16px, 16px);padding:9px 5px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;width:100%}#userConfMessage,#userTag{white-space:pre-wrap}.customize-txt{background-color:rgba(0,0,0,0);border:solid 1px var(--search-box-border, #b2b2b2) !important;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#000;display:block;font-size:var(--16px, 16px);padding:10px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;width:100% !important;resize:none;line-height:25px;margin-top:10px;height:100px}.customize-txt:hover{border:solid 1px var(--search-box-onhover, #404040) !important}.customize-txt:focus{outline:0 none;border:solid 1px var(--blue-color, #286ce5) !important}.deploy a{color:var(--link-and-tertiary-button, #2460cc);text-decoration:none;line-height:24px;cursor:pointer}.deploy a:hover{text-decoration:none !important;color:var(--primary-button, #286ce5) !important}#tech-container{width:100%;position:relative;float:left;float:inline-start;min-height:300px}#tech-admin{border:solid 1px #ddd;float:left;float:inline-start;width:100%}.tableheading{padding:10px 8px;text-align:center}.grantpermission{font-style:italic}.border-right{border-inline-end:solid 1px #ddd}.border-bottom{border-bottom:solid 1px #ddd}#tech-admin thead{font-size:var(--14px, 14px);color:#333;text-align:center;background-color:#f7f7f7;border-bottom:solid 1px #ddd}.width-25{width:25%}.width-35{width:35%}.width-40{width:40%}.width-16{width:16%}.width-17{width:17%}.width-18{width:18%}.width-19{width:19%}.width-20{width:20%}.width-37{width:33%}.width-50{width:50%}.width-60{width:60%}.width-100{width:100%}.admin{border-bottom:solid 1px #ddd;text-align:start;padding:8px;font-size:var(--14px, 14px);height:47px}.unconfirmed_admin{text-align:start;padding:8px;height:61px}.permission{background-size:100%;width:24px;height:24px;margin:3px auto}.permission:hover{cursor:pointer}.admin-not-selected{background-image:url(not-selected.41cbf4004a269277.png)}.not-selected{background-image:url(not-selected.41cbf4004a269277.png)}.not-selected:hover{background-image:url(not-selected-mover.8d44c89b132e6f8a.png)}.selected-access{background-image:url(selected.b22d1a219bb32289.png)}.member{border-bottom:solid 1px #ddd;text-align:start;font-size:var(--14px, 14px);padding:8px;height:47px}.unconfirmed_member{border-bottom:solid 1px #ddd;text-align:start;padding:8px;height:61px}.center{text-align:center}.email1{float:left;float:inline-start;width:100%;height:30px}.email1-add-line-height{line-height:32px}#tech-list1{float:left;float:inline-start;width:100%}#empty-list{position:absolute;float:left;float:inline-start;inset-inline-start:0;top:130px;width:100%;min-height:170px;background-color:#fff;border-bottom:solid 1px #ddd}#empty-list p{text-align:center;margin:50px 140px;font-size:var(--14px, 14px);line-height:22px}.guided-arrow{background-image:url(guided-arrow.360dc0144a7c3a51.png);background-size:100%;width:100px;height:245px;margin:3px auto;position:absolute;top:-175px;inset-inline-start:210px;transform:rotate(-15deg)}.license-tech-info{font-size:var(--15px, 15px);line-height:25px}.highlight-txt{font-weight:600;font-style:italic}.pendinglink{color:var(--link-and-tertiary-button, #2460cc);font-size:var(--14px, 14px);text-decoration:none;float:right;float:inline-end;position:absolute;inset-inline-end:0;top:15px;cursor:pointer}.invite-tech-btn{display:block;float:right;float:inline-end;position:relative;width:100px}.invite-tech-btn:hover{background-color:var(--primary-button-hover);color:#fff}#pending-container{padding-bottom:10px;position:absolute;float:left;float:inline-start;inset-inline-start:0;top:-52px;background-color:#fff;width:100%;box-shadow:0 2px 15px #555;max-height:410px;z-index:1000000}#pending-container h3{margin-bottom:0;padding:0px 25px 20px;box-shadow:0 2px 5px #ddd}.pendinglist{margin:0;float:left;float:inline-start;list-style-type:none;padding:0;width:100%}.pendinglist thead td{font-size:var(--13px, 13px);color:#555;background-color:#f7f7f7;padding:10px 25px;text-align:center}.pending-email{margin:0 30px;float:left;float:inline-start;line-height:22px;max-width:350px;word-wrap:break-word}.more{position:relative;text-align:center;float:right;float:inline-end}.remove-user{font-size:var(--13px, 13px);line-height:36px;text-decoration:none;color:var(--link-and-tertiary-button, #2460cc);float:left;float:inline-start;margin:0 10px}.remove,.resend{font-size:var(--13px, 13px);line-height:30px;text-decoration:none;color:var(--link-and-tertiary-button, #2460cc);float:left;float:inline-start;display:block;padding:0 20px}.invitation{width:100%;float:left;float:inline-start;position:relative}#invite-section{position:fixed;float:left;float:inline-start;left:50%;transform:translateX(-50%);top:15%;background-color:#fff;width:980px;box-shadow:0 2px 15px #555;z-index:1000000}.invite-header{width:100%;position:absolute;background-color:#fff;border-bottom:solid 1px #ccc;z-index:1000000;top:52px;padding-top:2px;padding-inline-end:10px;padding-bottom:2px;padding-inline-start:20px}.invitemember-head{text-align:start;font-size:var(--14px, 14px);font-style:italic}.center{text-align:center}.invite-main{float:left;float:inline-start;width:100%;min-height:180px;max-height:265px;overflow-y:auto;margin:40px 0 0px}.invite-main tr:nth-child(even){background:#f7f7f7}.member-email{width:90%;padding:5px;border:solid 1px #ddd;margin:2% 0;font-size:var(--15px, 15px);float:left;float:inline-start}.invite-footer{background-color:#f7f7f7;width:100%;float:left;float:inline-start;box-shadow:0 15px 15px #555}.addnewfield{color:var(--link-and-tertiary-button, #2460cc);float:left;float:inline-start;inset-inline-start:40px;bottom:10px;line-height:25px;text-decoration:none;cursor:pointer}.invite-proceed-btn{background-color:var(--primary-button, #286ce5);border:1px solid var(--primary-button, #286ce5);color:#fff;display:block;font-size:var(--14px, 14px);padding:20px 40px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;cursor:pointer;float:right;float:inline-end;inset-inline-end:0}.invite-proceed-btn:hover{background-color:var(--primary-button, #286ce5);color:#fff}.pending-unsel{float:left;float:inline-start;margin-inline-start:40px}.pending-sel{float:left;float:inline-start;margin-inline-start:114px}.dumRemove{color:#87cefa;float:right;float:inline-end;cursor:pointer}.spanFloat{z-index:1000000;float:left;float:inline-start;position:absolute;inset-inline-start:20px;bottom:18px;padding:5px 10px;color:var(--text-color-red, #E42527);width:400px;font-size:var(--13px, 13px);line-height:20px}.morelink{width:50px;float:right;float:inline-end;margin:0 30px}.dots{cursor:pointer;padding:12px;font-size:var(--24px, 24px)}.dots:active .action{display:block}.action{float:right;float:inline-end;margin:5px 15px;box-shadow:0 6px 15px #ccc;background-color:#fff;position:absolute;inset-inline-end:0;width:90px;padding:3px 0}.resend:hover,.remove:hover{background-color:#f3f3f3}.right{float:right !important;float:inline-end !important;cursor:pointer}.access-loader{width:24px !important;height:24px !important;border-width:2px !important;pointer-events:none}.invitemember{position:relative;padding:10px 20px;text-align:center}.messageBox{position:absolute;width:100%;height:100%;background-color:#fff;float:left;float:inline-start;z-index:99999999}.messageBox-loading{padding:0;text-align:center;font-size:var(--18px, 18px);position:absolute;top:40%;left:50%;transform:translate(-50%, -40%)}.org-error{color:var(--text-color-red, #E42527);width:100%;padding:20px 50px;text-align:start;font-size:var(--20px, 20px)}.org-success{color:var(--arrow-green)}.org-error-span{font-size:var(--15px, 15px);width:100%;display:block;color:#000;margin:10px 0}.failed-emailid{margin:20px 0;padding:0 15px}.failed-emailid li{font-size:var(--15px, 15px) !important;color:#000 !important}.failed-emailid li:hover{background-color:none}.red{border-color:var(--primary-redbutton) !important}.width-20{width:20%}.width-15{width:15%}.width-12-5{width:12.5%}.alignleft{text-align:start !important}.pendinglist td{padding:0 20px}.icon-resend{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAvxJREFUeNrs3eFtozAYBmByE+Q2yAgZgREyQkbICGzQERihI3QERugI6Qa99ERPvSimoQEb7OeR+NNUKpgX89m4oaoAAAAAAAAAAAAAAAAAAAAAAABghO1lay7b62V7t/1th6Zvl+ztnPjg1vXtk/WV3znR34Yg256gubMR2kwbYX/nBdDkGoBbXf+5kCthHzjW7sbPX3MNwK0TXV+2Y+Czc99wa3cYOPnbvg2uPysiAO2Xz+pAI537gKxVKNzPVz1cW2IADiPukaeMap420EsUF4B65EihXdGxtoFjeAr8fl1iAH7SgEsvDrd9935r348j2qf4AFR9tx+aOdsv9OR3D9QxAjCigj4HbiFLG+OPGckIwMgx9Hu1jBFCaP/G9lQC8IPuNXVx+N0YvxKAaQLwGYJQcfiSoDg8TrwvAvDg+Drm07TTDL1R9gGIcfXFmD4eO8YXgMjF11zF4dAtaIq/JwA/sBsoDpsFjfFXE4BtX8TEXATxaAE3NPs2xdqC3QRj/NUEINWKnW7Ge/Mj08f7gYmoqWuNRQQg5XKopRWH9YRj/NUE4Jzo5J8nbNR64Ko9PBikOR9GLSIAH1dJ7FW73Qzd6dBxPA/MF2z74VyKGUejgBkK2qGa5rm/0uu+Z3ga6AFjTDcLQOSJm3u3Y6T9FIAZnRZ+8gUggsOIIjfFimQBiGB3x0RXV6VZcbSaAKxxtvDWULG96hFeqrQLTFYTgDXPFi7ZpAHYzLyjqWwyD8AqjjOH2cLse4A55TJb6BZAvrcAARAABAABwDAwpUOCEcNrdf/CD6OAiKmObVNyDyAAVfX7sr25BaQV+6HR1wc7Rd8CliKHJ4dqANQACACKwOnucR/b3jn/p566Bvi1goPeOe//FctFdHFr/eLHuV3/78KuhACEvi209O4/22Xhoa+Lrws/+cV8XXxTDb8k4lBIGOr+WEP/stbkXOh4ZUzBr4z5rPyFoNCXRn3tCZrK28OKfG0cAAAAAAAAAAAAAAAAAAAAAADVHwEGAPoKOT8pUuQbAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:100%;width:24px;height:24px;float:right;float:inline-end;cursor:pointer;position:relative;top:-1px;margin:0 10px}.height{line-height:25px}.sendingSpan{color:#37a23c;line-height:18px}.pending-main{max-height:300px;overflow-y:auto}#loadingBlock{color:var(--arrow-green);position:absolute;inset-inline-end:25px;top:25px;line-height:24px}.newtoolTip{position:absolute;line-height:18px;bottom:25px;background-color:#444;color:#fff;border-radius:4px;padding:4px 8px !important;font-size:var(--12px, 12px);inset-inline-start:50%;transform:translateX(-50%)}.postionRel{position:relative;line-height:24px}.admin-sel{opacity:.5;text-align:center}.admin-sel:hover{cursor:default}.disabled-btn,.disable-main{opacity:.3;pointer-events:none}.done{background-image:url(done.90ad3c73dfb5163e.png);background-repeat:no-repeat;background-size:100%;width:18px;height:18px;float:left;float:inline-start;margin-inline-end:5px}.undone{background-image:url(undone.7eaaf187655ce674.png);background-repeat:no-repeat;background-size:100%;width:18px;height:18px;float:left;float:inline-start;margin-inline-end:5px}.float-left{float:left;float:inline-start;margin-inline-end:5px !important}.color-red{color:var(--text-color-red, #E42527)}.filters{float:left;float:inline-start;width:100%;margin:20px 0}.tech-dropdown{padding-top:0px;padding-inline-end:50px;padding-bottom:0px;padding-inline-start:5px;text-align:start;border:solid 1px #ddd;height:30px;line-height:30px;width:200px;float:left;float:inline-start;border-radius:3px;background-color:#fff;position:relative;background:#fff url(newarrow.2a86c526cdf7e20f.png) no-repeat 96% 50%;background-size:12px}.pointer{cursor:pointer}.current-dept-bar{display:block;float:left;float:inline-start;width:100%;font-size:var(--14px, 14px)}.span-float{float:inset-inline-start;line-height:30px}#tech-type{inset-inline-start:0;top:29px;position:absolute;width:100%;float:right;float:inline-end;position:absolute;background-color:#fff;box-shadow:0 0 4px #bbb;z-index:9999}.tech-status{padding:0 10px;float:left;float:inline-start;width:100%;transition:background-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;border-bottom:dotted 1px #ccc;color:#000 !important}.tech-status:hover{background-color:#f9f9f9;box-shadow:inset 0 0 5px #e3e3e3}.no-margin{margin-bottom:0;font-size:var(--15px, 15px)}.admin-span{float:right;float:inline-end}.action-notifier{background-color:#fff;color:var(--text-color-red, #E42527);border-radius:15px;font-size:var(--12px, 12px);inset-inline-end:0;line-height:18px;top:0px;padding:8px 2px;width:100%}.resending{color:var(--arrow-green) !important}.empty-tech-row{padding:20px;height:60px;float:inline-start;text-align:center;width:100%;font-size:var(--16px, 16px)}.cursor-pointer{cursor:pointer}.width-70{width:70%}.filter-label{padding:5px 10px;background-color:#ededed;border-bottom:solid 1px #ccc;font-weight:600;font-style:italic;font-size:var(--13px, 13px)}.link-separtor{margin:0 20px;float:inline-start;line-height:40px;color:#ccc}.invite-type{float:left;float:inline-start;width:100%}.invite-tab{padding:16px 20px;float:inline-start;width:50%;text-align:center;color:#333 !important;font-size:var(--13px, 13px);font-weight:600;border-bottom:2px solid #ccc;background-color:#f3f3f3;border-inline-start:2px solid #ccc;cursor:pointer}.tab-2{border-inline-start:none;border-inline-end:2px solid #ccc}.tab-selected{background-color:#fff;border-inline-start:none;border-bottom:none}.invite-textarea{width:92%;float:inline-start;resize:none;height:120px;padding:10px;border:solid 1px #ccc}.bulk-invite-error-block{background-color:#fff;position:absolute;width:100%;height:410px;z-index:999999999;top:0;float:inline-start;padding:0 0 20px 0}.bulk-container{margin:0 0 20px 10px}.bulk-header{margin:0 0 10px 0;color:var(--primary-redbutton);font-size:var(--13px, 13px)}.emails-txt ul{margin:0 20px !important;padding:0 !important;line-height:40px !important;list-style-position:inside}.emails-txt ul li{border-bottom:none !important;padding:0 !important;line-height:24px !important;min-height:0 !important;list-style-type:disc !important}.emails-txt ul li:hover{background-color:#fff;border:1px}.scrolls{float:left;float:inline-start;width:100%;margin:15px 0}.remove-email{background-image:url(remove-email.81178ee4e2b99b92.png);background-repeat:no-repeat;background-position:inset-inline-start center;background-size:100%;border:none;margin:15px 5px;width:16px;float:left;float:inline-start;height:16px;cursor:pointer}.user-conf-checked{background-image:url(checkbox-checked.3b13128a28ca1c88.png);background-repeat:no-repeat;width:20px;height:20px;float:left;float:inline-start;background-size:100%;margin:4px 0}.user-conf-unchecked{background-image:url(checkbox-unchecked.d46d85fc62da01e2.png);background-repeat:no-repeat;width:20px;height:20px;float:left;float:inline-start;background-size:100%;margin:4px 0}.user-conf-t1{line-height:28px;font-size:var(--20px, 20px);margin-inline-start:10px}.user-conf-table1{width:100%;vertical-align:top}.user-conf-table2{width:30%;vertical-align:top}.conf-user-tag{position:relative;float:right;float:inline-end;inset-inline-end:10px;top:4px;cursor:pointer;font-size:var(--13px, 13px);font-weight:700;color:var(--text-color-default)}.conf-user-tag-disabled{position:relative;float:right;float:inline-end;inset-inline-end:10px;top:4px;font-size:var(--13px, 13px);font-weight:700;color:var(--text-color-default);cursor:pointer;opacity:.5}.show_div{height:20px;display:block}.display_none{height:20px;visibility:hidden}.user-conf-span1{font-style:italic;font-weight:600;font-size:var(--15px, 15px)}.user-conf-span2{font-weight:400}.user-conf-span3{padding-top:14px;float:inline-start;font-weight:600;font-size:var(--15px, 15px)}.user-conf-span4{float:right;float:inline-end;font-style:italic;font-size:var(--12px, 12px);line-height:24px}.user-conf-para3{margin:0;border:none;margin-bottom:15px}.char-limit{position:absolute;inset-inline-end:35px;float:right;float:inline-end;height:16px}.char-limit-exceed{float:right;float:inline-end;display:flex;align-items:center;height:16px;color:var(--text-color-red, #E42527);margin-top:4px}.max-character-img{background-image:url(max-character-alert.54df3fb3e90e3eba.svg);height:15px;width:15px;margin-inline-end:5px}.user-conf-span-unchecked{background-image:url(unchecked.8063cff534ddaa72.png);background-repeat:no-repeat;width:16px;height:16px;float:left;float:inline-start;background-size:100% auto;margin:5px 0px}.user-conf-span-checked{background-image:url(checked.536582a8cb3cf894.png);background-repeat:no-repeat;width:16px;height:16px;float:left;float:inline-start;background-size:100% auto;margin:5px 0px}.user-conf-span6{font-size:var(--14px, 14px);line-height:27px;margin-inline-start:6px}.user-dropdown{background:#fff url(newarrow.2a86c526cdf7e20f.png) no-repeat scroll 96% 50%/12px auto;border-radius:3px;float:left;float:inline-start;margin:10px 0;position:relative;text-align:start;width:50%}.user-dropdown select{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);background-image:none;border:1px solid #ccc;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;float:left;float:inline-start;font-size:var(--16px, 16px);padding:9px 5px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;width:100%}.customize-txt{background-color:rgba(0,0,0,0);border:1px solid var(--drop-down-border);border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#000;display:block;font-size:var(--16px, 16px);padding:10px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;width:100% !important;resize:none;line-height:25px;margin-top:15px}.disabled_state{opacity:1;cursor:not-allowed;pointer-events:none}.timer_textbox{line-height:28px;width:100px !important;float:left;float:inline-start;background-color:rgba(0,0,0,0);border:solid 1px var(--border-box-variant4, #e9e9e9) !important;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:var(--text-color-default);display:block;font-size:var(--18px, 18px) !important;padding:10px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;margin:0 !important}.sessionKeyExpiryBox{line-height:28px;width:100px !important;float:left;float:inline-start;background-color:rgba(0,0,0,0);border:solid 1px var(--border-box-variant4, #e9e9e9);box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#000;display:block;font-size:var(--18px, 18px) !important;padding:5px 10px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;margin:0 !important}.warningClass{line-height:48px;margin-inline-start:5px;color:var(--text-color-red, #E42527)}.savers{float:right;float:inline-end}.CursorPointer{cursor:pointer;display:flex;align-items:center}.displayBlock{display:block}.contact-heading{text-transform:uppercase;font-size:var(--16px, 16px);font-weight:600}#fileimportform{position:absolute;top:0;left:50%}.contacts-container{display:flex;justify-content:space-evenly;align-items:flex-start;text-align:center}.import-google,.upload-contact,.import-crm{display:flex;flex-direction:column;justify-content:center;align-items:center}#contact-settings table{text-align:center;border:0px;width:100%}#contact-settings table td{width:33.33%;vertical-align:top}.contacts-btn{background-color:var(--primary-button, #286ce5);border:solid 1px var(--primary-button) !important;color:#fff;font-weight:500;border-radius:5px;border:none;padding:var(--button-padding-m, 6px 16px);display:block;margin:15px 0 0 0;position:absolute;letter-spacing:.5px;left:50%;transform:translateX(-50%);transition:background-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;letter-spacing:.5px;cursor:pointer}.contacts-btn:hover,.upload-btn:hover{background-color:var(--primary-button-hover) !important;border:solid 1px var(--primary-button-hover) !important;cursor:pointer}.btn-section{height:60px;position:relative}.note{text-align:center;margin:0 0 40px;font-size:var(--15px, 15px) !important;line-height:var(--25px, 25px) !important}.upload-btn{background-color:#036cb2;font-size:var(--12px, 12px);color:#fff;font-weight:500;border-radius:5px;width:120px;border:none;padding:6px;display:block;margin:15px 0;position:absolute;left:50%;transform:translateX(-50%);transition:background-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;letter-spacing:.5px;opacity:0}.formSending{display:none}.import-sync-result,.crm-import-sync{font-weight:400}.upload-sync-result{font-weight:400}.upload-result,.crm-sync-result{margin-top:15px;padding-top:3px}.sync-result,.upload-result{display:block;padding-top:5px}.contact-center{transform:translateX(50%);margin-top:30%}.google-error{display:block;padding:10px 0;color:#000;border-top:dotted 1px #999}#sync:disabled,#upload:disabled,#crm-sync:disabled{opacity:.7;cursor:not-allowed !important}#upload-file:disabled{cursor:not-allowed !important}.last-sync{font-weight:400;font-style:italic}.contact-sepeartor{border:0;height:1px;margin:50px 0 0}.totalContacts{margin:25px 0 30px;font-size:var(--22px, 22px);padding:8px 0;transition:opacity .5s linear;text-align:center;line-height:33px;font-size:var(--18px, 18px)}.docImg{opacity:.7}.revoke-google{position:relative;line-height:30px !important}.open-revoke{padding:0 12px;position:absolute;top:38px;text-align:center;z-index:1;transition:opacity .5s linear;display:block;background:#f3f3f3;color:var(--link-and-tertiary-button, #2460cc);text-decoration:none;box-shadow:0 1px 2px #999;inset-inline-start:50%;transform:translateX(-50%);cursor:pointer;font-size:var(--12px, 12px);width:60%}.open-revoke:after{content:"";display:block;position:absolute;left:50%;transform:translateX(-50%);bottom:100%;width:0;height:0;border-bottom:10px solid #f3f3f3;border-top:10px solid rgba(0,0,0,0);border-inline-start:10px solid rgba(0,0,0,0);border-inline-end:10px solid rgba(0,0,0,0)}.mouseover-pad{cursor:pointer;padding:10px;font-size:var(--32px, 32px)}.docImg{opacity:.7}#general-settings,#tech-notify-settings{float:left;float:inline-start;padding:40px 40px 0;position:relative}@keyframes yellowfade{from{background:var(--box-yellow-color)}to{background:rgba(0,0,0,0)}}#tech-notify-settings-wrapper{width:100%;float:left;float:inline-start;animation-duration:6s}.general-checkbox-checked,.general-checkbox-unchecked{background-repeat:no-repeat;float:left;float:inline-start;background-size:100%;cursor:pointer;font-family:"icomoon";color:var(--blue-colored-icon, #286ce5);margin-inline-end:2px;font-size:var(--20px, 20px);top:-2px;position:relative}.checkBoxPosition{top:2px !important;position:relative}.checkBoxPositionTechNotify,.checkBoxPositionBlackenScreen{top:0px !important;position:relative}.checkBoxPositionBlackenScreen{margin-inline-end:5px;margin-top:0 !important}.general-checkbox-checked:before{content:""}.general-checkbox-unchecked:before{content:""}.general-settings-header{margin:0px 0px 10px;color:#000;padding:10px 0px !important;font-size:var(--18px, 18px);font-weight:600;border-bottom:1px solid var(--border-box-variant2);float:left;float:inline-start;width:100%}.urs-header-text{margin-top:20px !important}.CursorPointer{cursor:pointer}.user-confirm{display:flex;flex-direction:column;background-color:var(--disable-shade);padding:30px 30px 0;position:relative}.timer_textbox{line-height:28px;width:100px !important;float:left;float:inline-start;background-color:rgba(0,0,0,0);border:solid 1px var(--border-box-variant4, #e9e9e9) !important;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#000;display:block;font-size:var(--18px, 18px) !important;padding:10px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;margin:0 !important}.enable-check-container{margin:15px 0}.enable-check-box{margin:-4px 0}.enable-check-text{margin-inline-start:5px}.customize-container{min-height:200px;background-color:var(--table-header-row);padding:15px 30px}.customize-msg{float:left;float:inline-start}.customize-preview{float:right;float:inline-end;color:var(--link-and-tertiary-button, #2460CC);cursor:pointer}.customize-text-count{color:var(--label-name, #6a6b6c)}.default-text-count{color:#f7f7f7}.customize-textarea{width:100%;display:block}.customize-textarea textarea{background-color:var(--shade-variant1-color, #fff) !important;width:100%;margin-top:5px;min-height:135px;font-size:var(--15px, 15px);line-height:30px;border:solid 1px var(--border-box-variant4, #e9e9e9)}.tech-message-err{color:var(--text-color-red, #E42527)}.tech-preview-container{position:absolute;inset-inline-start:99%;top:150px;z-index:1}.fontScale-greater-than-150 .tech-preview-container{position:relative;inset-inline-start:auto;top:auto;z-index:auto}@media(max-width: 1400px){.tech-preview-container{position:relative;inset-inline-start:auto;top:auto;z-index:auto}}.tech-preview-box{width:440px;border:1px solid var(--border-box-variant2);box-shadow:0 4px 7px var(--box-shadow-varient1);float:left;float:inline-start;margin-top:2%;position:relative;background-color:var(--shade-variant1-color)}.tech-preview-header{background-color:var(--shade-table-header3);padding:10px 20px}.tech-preview-main{width:100%;padding:10px}.tech-preview-img{padding:0 10px;width:30%;float:left;float:inline-start;height:130px;position:relative}.tech-preview-img img{position:absolute;top:6%;inset-inline-start:15%}.tech-preview-message{padding:5px;float:left;float:inline-start;width:70%;font-size:var(--11px, 11px);line-height:20px}.tech-preview-message .doneBtn{margin-top:10px}.tech-preview-message pre{color:var(--text-color-v5);white-space:pre-wrap;padding:0;border:none;background-color:var(--shade-variant1-color);word-break:break-word;font-size:var(--12px, 12px);margin:0}.tech-preview-message input{background-color:var(--primary-button, #286ce5);border:none;color:#fff;padding-top:6px;padding-inline-end:18px;padding-bottom:6px;padding-inline-start:15px;font-size:var(--12px, 12px);margin:10px 0 8px;text-transform:uppercase;cursor:default !important}.lessPadding{padding:5px 10px !important}.general-settings-opt{line-height:26px;margin:0px 5px;font-size:var(--15px, 15px);display:inline;float:left !important;float:inline-start !important}#clipboard-setting-outline,#idleTimeOut-setting-outline{margin-bottom:15px}.general-settings-table1-row1{line-height:36px;vertical-align:middle;margin-inline-end:14px;float:left;float:inline-start;font-weight:600;font-size:var(--15px, 15px)}.general-settings-table1-span1{font-style:italic;font-weight:400;font-size:var(--15px, 15px);float:left !important;float:inline-start !important}.general-settings-table1-span2{font-weight:400}.general-settings-table1{margin-bottom:10px}.general-settings-table1 .timer_textbox{line-height:28px;width:100px !important;float:left;float:inline-start;background-color:rgba(0,0,0,0);border:solid 1px var(--border-box-variant4, #e9e9e9) !important;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:var(--text-color-default);display:block;font-size:var(--18px, 18px) !important;padding:10px !important;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;margin:0 !important}.generalRadioLabel{margin-inline-end:50px !important;margin-bottom:0;font-weight:400;line-height:26px}.general-settings-class{padding-top:5px;padding-inline-end:0px;padding-inline-start:0px;padding-bottom:5px;float:left !important;float:inline-start !important;width:100%;box-sizing:border-box}.generalRadioLabel input[type=radio]:checked{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--blue-colored-icon, #286ce5);font-size:var(--20px, 20px);border:none;outline:none;cursor:pointer;position:relative}.generalRadioLabel input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--blue-colored-icon, #286ce5);font-size:var(--20px, 20px);border:none;outline:none;cursor:pointer;position:relative}.generalRadioLabel input[type=radio]:before{content:""}.generalRadioLabel input[type=radio]:checked:before{content:""}.generalRadioOptions{margin:6px 5px !important;float:left;float:inline-start}.idleSessionRadioOptions{margin:20px 0 5px;border-top:solid 1px var(--border-box-variant4, #e9e9e9) !important;padding-top:20px;float:left !important;float:inline-start !important}.idleActionLabel{font-weight:600}.generalRadioLabelSpan{display:inline}.paddingTop{padding:12px 20px 10px !important;margin:5px 0px 0px !important}.spanMaxLabel{margin-inline-start:5px}.restorebtn{background-color:#fff;color:var(--link-and-tertiary-button, #2460cc);border:var(--primary-button, #286ce5) 1px solid;margin-inline-start:10px}.updatedSuccessMsg{color:#ba904d;font-size:var(--13px, 13px);padding:4px 10px;border-radius:20px;float:left;float:inline-start;margin:10px 20px;font-weight:600;line-height:4px}.not-updated-msg{color:#ba904d;font-size:var(--13px, 13px);padding:4px 10px;border-radius:20px;float:left;float:inline-start;margin:10px 20px;font-weight:600;line-height:4px}.saving-text-msg{color:#ba904d;font-size:var(--13px, 13px);padding:4px 10px;border-radius:20px;float:left !important;float:inline-start !important;margin:10px 20px;font-weight:600;line-height:4px}#viewerType{font-size:var(--13px, 13px);font-weight:600;line-height:26px;margin-inline-end:40px;float:left !important;float:inline-start !important;margin-inline-start:0px !important;width:100%}#viewer-type-setting-outline{padding-bottom:20px}.help_icon{background:none !important;color:var(--arrow-red);border:none !important;font-size:var(--18px, 18px) !important}.help_icon:before{content:""}.helpInfo-outer-div{width:275px;position:absolute;background-color:var(--tooltip-color-variant1) !important;box-shadow:0 0 20px 0 rgba(0,0,0,.15);z-index:9999;animation:opendep .2s;border-radius:4px;padding:15px;bottom:5px;inset-inline-start:0px;font-size:var(--13px, 13px);line-height:22px;font-weight:400}.helpInfo-outer-div::before{content:"";position:absolute;top:-10px;inset-inline-start:0;width:100%;height:10px;background:rgba(0,0,0,0);pointer-events:all}.helpInfo-outer-div::after{content:"";position:absolute;bottom:-10px;inset-inline-start:0;width:100%;height:10px;background:rgba(0,0,0,0);pointer-events:all}.help-outline{position:relative;margin:10px 0px;display:inline-block}#general-settings #help_outline_viewer_toggle{margin:0px;float:none}.common-settings{position:relative;margin-bottom:25px}.common-settings,.security-settings,.performance-settings,.locale-settings,.tech-notification{float:left;float:inline-start;width:100%;margin-bottom:25px}.setting-preference-highlights{animation-name:blink-settings;animation-duration:5s;animation-timing-function:step-end;animation-iteration-count:initial;animation-direction:alternate}@keyframes blink-settings{50%{border:2px solid #ff0;padding-top:10px;padding-inline-end:10px;padding-bottom:10px;padding-inline-start:10px}}.common-settings h4,.security-settings h4,.performance-settings h4,.locale-settings h4,.tech-notification h4{margin:0px 0px 10px;color:var(--text-color-default) !important;padding:10px 0px !important;font-size:var(--18px, 18px);font-weight:600;border-bottom:1px solid var(--border-box-variant4, #e9e9e9) !important;float:left;float:inline-start;width:100%}.tech-notify-text-container{color:var(--text-color-default) !important}.general-settings-btn-section{height:60px;position:relative;float:left;float:inline-start;width:100%}.save-btn-disabled{opacity:.3 !important;cursor:not-allowed !important;pointer-events:none !important}.disable-help-txt{display:none}.google-warning{background-image:url(warning1.af082d6b8ac88ef9.png);width:16px;height:16px;background-size:100%;display:inline-block;vertical-align:text-bottom;margin-inline-end:5px}.google-link{color:var(--link-and-tertiary-button, #2460cc);font-weight:600}.google-link:hover{color:var(--link-and-tertiary-button, #2460cc);text-decoration:none}.email-settings{float:left;float:inline-start;padding:40px;display:block;font-size:var(--16px, 16px)}#email-overlay-white{background-color:#fff;width:100%;height:100%;position:absolute;z-index:1;opacity:.5}.customization{width:70%;float:left;float:inline-start;margin:0;padding:0}.customization li{margin:10px 0;padding:0;list-style:none;float:left;float:inline-start;position:relative}.custom_li{width:100%}.customization label{float:left;float:inline-start;width:100%;margin:6px 0;font-size:var(--13px, 13px);color:#777}.subject-txt{width:100%;float:left;float:inline-start;padding:5px;font-size:var(--15px, 15px)}.mail-body{float:left;float:inline-start;width:100%;position:relative}.mail-body-header{float:left;float:inline-start;margin:0}#custom-cover{position:relative;float:left;float:inline-start}.newbtnsection{width:70%}.mail-body-txt{float:left;float:inline-start;outline:none;border:solid 1px #ddd;padding:10px;line-height:22px;width:98%;min-height:250px;max-height:350px;overflow:scroll}.revertlink{color:var(--link-and-tertiary-button, #2460cc);font-size:var(--13px, 13px);text-decoration:none}.custom-save{background-color:var(--primary-button, #286ce5);border:1px solid var(--primary-button, #286ce5);border-radius:2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);color:#fff;display:block;font-size:var(--13px, 13px);margin:0 0 15px 10px;padding:0 10px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;width:120px;height:36px;float:right;float:inline-end;cursor:pointer;outline:none}.sec{background-color:#fff;border:1px solid var(--link-and-tertiary-button, #2460cc);color:var(--link-and-tertiary-button, #2460cc)}.custom-save:hover{background-color:#0e7bc4;color:#fff}.custom-save:active{box-shadow:inset 0 0 3px #333}.preview{color:var(--link-and-tertiary-button, #2460cc);margin-inline-end:30px;line-height:36px;text-decoration:none;float:right;float:inline-end;font-size:var(--15px, 15px)}.custom{width:auto;float:left;float:inline-start;background-color:#fff;border:1px solid var(--link-and-tertiary-button, #2460cc);color:var(--link-and-tertiary-button, #2460cc);padding:0 20px}.fields-container{background-color:#fff;z-index:1;box-shadow:0 0 5px #ddd;border:solid 1px #ddd;float:right;float:inline-end;margin-top:38px}.fields-heading{padding:10px 0px;font-size:var(--13px, 13px);margin:0;line-height:20px;background-color:#f3f3f3;color:#444;font-weight:600}.fields-heading span{padding:20px;line-height:24px}.small-heading{font-weight:600;width:100%;float:left;float:inline-start;margin:0 0 10px 0}.fields-list{margin:5px 0 !important;padding:0 !important;float:left;float:inline-start;max-height:335px;width:100%;overflow-y:auto;width:200px;box-shadow:0 2px 2px #999}.fields-list li{width:100%;float:left;float:inline-start;margin:0;list-style:none;padding:0}.fields{font-size:var(--13px, 13px) !important;color:var(--text-color-v5, #333) !important;padding:6px 20px !important;float:left !important;float:inline-start !important;list-style:none !important;margin:0 !important;display:inline-block;font-weight:400;width:100%}.disablefield{color:#bbb !important;cursor:not-allowed}.disablefield:hover{background-color:none !important}.fields-list li:hover{background-color:var(--drop-down-hover);cursor:pointer}.error{float:right;float:inline-end;position:absolute;inset-inline-end:0;font-size:var(--13px, 13px);color:var(--text-color-red, #E42527);line-height:28px}.custom-variable{color:var(--link-and-tertiary-button, #2460cc)}.format-toolbar{width:98%;padding:0 5px;background-color:#f3f3f3;float:left;float:inline-start;border:solid 1px #e3e3e3;border-bottom:none;position:relative}.format-icon{width:20px;height:20px;float:left;float:inline-start;padding:6px;cursor:pointer;transition:all .15s ease-in-out 0s}.format-icon:hover{background-color:#fff}.format-icon:active{box-shadow:inset 0 0 2px #999}.bold{font-weight:bold}.italic{font-style:italic}.underline{text-decoration:underline}.color{color:#000}.size{font-size:var(--14px, 14px)}.family{font-family:arial}#fontfamilycontainer{width:175px;top:289px;display:block;position:absolute;top:32px;margin:0 -4px;padding:0;box-shadow:0 1px 2px #999;z-index:0;background-color:#fff}#fontsizecontainer{width:50px;top:289px;display:block;position:absolute;top:32px;margin:0 -4px;padding:0;box-shadow:0 1px 2px #999;z-index:0;background-color:#fff}#fontfamilycontainer li,#fontsizecontainer li{font-size:var(--13px, 13px);line-height:26px;margin:0}#fontfamilycontainer li:hover,#fontsizecontainer li:hover{background-color:#f3f3f3}.fontfamily,.fontsize{margin:0 !important;padding:0 10px !important}.options{width:100%;float:inline-start;margin-bottom:15px;font-size:var(--15px, 15px)}.email-option{float:left;float:inline-start;margin-inline-end:50px;font-size:var(--15px, 15px);font-weight:400;line-height:15px}.option-radio{margin:0 5px 0 0 !important;float:left;float:inline-start}.ze_SCmb{background-color:var(--shade-variant1-color, #fff) !important;border-bottom:solid 1px var(--border-box-variant4, #e9e9e9) !important}.ze_SCmb{background-color:var(--shade-variant1-color, #fff) !important;border-bottom:solid 1px var(--border-box-variant4, #e9e9e9) !important}.ze_SCmb li{padding:1px 10px !important;border:0px solid rgba(0,0,0,0) !important;margin-top:-2px !important}.ze_SCmb li b span{color:var(--text-color-default, #000) !important}.ze_SCmb li b:hover{background-color:var(--background-onHover-color, #e9ebef) !important}.ze_SCmb li b.ze_dn.ze_Sel{background-color:var(--background-selected-color, #e9ebef) !important}.ze_dd ul{background-color:var(--shade-popup-color, #fff) !important;color:var(--text-color-default, #000) !important}li .ze_esel{background-color:var(--background-selected-color, #e9ebef) !important}.ze_SCmb li b{height:unset !important;padding:1px 10px !important;border:0px solid rgba(0,0,0,0) !important}.ze_SCmb li b span{color:var(--text-color-default, #000) !important}.ze_SCmb li b:hover{background-color:var(--background-onHover-color, #e9ebef) !important}.ze_dd ul{background-color:var(--shade-popup-color, #fff) !important;color:var(--text-color-default) !important;border:solid 1px var(--border-box-variant4, #e9e9e9) !important}.ze_dd li.sel,.ze_dd li:not(.nohr):hover{background-color:var(--background-onHover-color, #e9ebef) !important}.ze_cb li:hover{background-color:inherit !important}.ze_SCmb font{background-color:var(--border-box-variant4, #e9e9e9) !important}.ze_tbdr .ze_lne{padding:0 !important}.ze_tbdr li{padding:7px 25px 25px 25px !important}.zep_PU{top:25% !important}.zep_PUbtm span.sel{height:30px !important}.ze_ptble td{padding:4px !important}#previewpopup{display:none;position:fixed;z-index:1;top:0;inset-inline-start:0;width:100%;height:100%;background-color:#000;opacity:.5}.previewcontent{z-index:10000000;display:none;position:absolute;background-color:#fff;border:1px solid #888;width:800px;min-height:450px;padding-bottom:40px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s;left:50%;top:40%;transform:translate(-50%)}.previewheader{display:none;background-color:#f3f3f3;padding-top:10px;padding-inline-end:0px;padding-bottom:10px;padding-inline-start:15px;margin-bottom:20px;border-bottom:solid 1px #ccc;font-size:var(--14px, 14px)}.previewbody{margin:20px}.closepreview{padding:0 20px;color:#999;float:right;float:inline-end;font-size:var(--28px, 28px);font-weight:400;cursor:pointer;line-height:22px}.closepreview:hover,.closepreview:focus{color:#000;text-decoration:none;cursor:pointer}#successmsg{width:220px;color:#159749;word-wrap:break-word;float:left;float:inline-start;font-size:var(--14px, 14px)}#fail-msg{width:220px;color:var(--text-color-red, #E42527);word-wrap:break-word;float:left;float:inline-start;font-size:var(--14px, 14px)}.assist-leftpane{width:250px;float:left;float:inline-start;height:calc(100vh - 45px);background-color:#f7f7f7;box-shadow:0 0 5px #999;position:fixed;letter-spacing:.2px;top:45px;min-width:150px;z-index:2;overflow:hidden;padding-bottom:45px}#left_pane:hover{overflow:auto}.group-pane,.nav-header{float:left;float:inline-start;width:100%;margin:10px 0}.sm-group-pane{float:left;float:inline-start;width:100%}.nav-header{font-size:var(--11px, 11px);font-weight:600;padding:0 20px;margin-top:5px;color:#c95d06;text-transform:uppercase}.predefined-list{margin:0px 0;padding:0;float:inline-start;width:100%}.predefined-list li{list-style:none;margin:2px 0;width:100%;float:left;float:inline-start}.predefined-list li a{line-height:18px;color:#333;padding:6px 20px !important;font-size:var(--14px, 14px);transition:all .2s linear 0s;color:#333;text-decoration:none;width:100%;float:left;float:inline-start;outline:none}.predefined-list li a:hover{background-color:#fff;cursor:pointer}.assist-rightpane{float:left;float:inline-start;background-color:#fff;height:calc(100vh - 45px);z-index:1;margin-inline-start:250px;width:calc(100vw - 250px)}.tab-selected{background-color:#e3e3e3 !important;color:#000 !important;font-weight:600}@-webkit-keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@-webkit-keyframes animatetop200{from{top:-300px;opacity:0}to{top:200px;opacity:1}}@keyframes animatetop200{from{top:-300px;opacity:0}to{top:200px;opacity:1}}@-webkit-keyframes animatetop-action-log{from{top:-20px;opacity:0}to{top:0px;opacity:1}}@keyframes animatetop-action-log{from{top:-20px;opacity:0}to{top:0px;opacity:1}}.wol-txt1{line-height:30px;margin:5px;font-size:var(--15px, 15px)}.info-box-close{float:right;float:inline-end;margin:-4px 0 4px;font-size:var(--16px, 16px);opacity:.7;cursor:pointer}.wol-attention-msg{margin-top:20px;padding-top:10px}.wol_help_icon{top:-4px;cursor:help;border-radius:50px;font-weight:600;position:absolute;width:12px;color:#da7c0e;border:1px solid #da7c0e;background-color:#fff;line-height:10px;margin:6px;font-size:var(--8px, 8px);height:12px;text-align:center}.wol-helpInfo-outer-div{width:402px;height:205px;position:absolute;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);z-index:9999;animation:opendep .2s;border-radius:4px;padding:15px;bottom:20px;inset-inline-start:20px;top:0;font-size:var(--13px, 13px);line-height:22px}.wol-disable-help-txt{display:none}.integrations-tile-container{width:350px;height:250px;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;border:1px solid #000}.integration-settings{width:80%;float:left;float:inline-start;position:absolute;background-color:var(--shade-variant1-color)}.integration-header{display:flex;flex-direction:row;justify-content:space-between}.list-icon{height:30px}.header-left{font-size:var(--20px, 20px);font-weight:600;padding-bottom:22px}.integrations-settings-wrapper{width:100%;height:100vh}.grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px}.integration-settings .integrations-center{transform:translateY(50%);margin-top:15%}.integration-settings .integrations-link{cursor:pointer;color:var(--link-and-tertiary-button, #2460cc)}.integration-settings table{text-align:center;border:0px;width:100%}.integration-settings td{vertical-align:middle;padding:30px 10px;border-bottom:1px solid rgba(0,0,0,.1)}.integration-settings td:first-child{width:200px}.beta-icon{background-color:#21a9b4;color:#fff;position:absolute;inset-inline-start:40px;bottom:55px;padding:0px 10px;border-radius:5px;font-size:var(--12px, 12px);margin:4px 0 0 8px;height:17px;width:43px}.integration-images{width:150px;height:75px;position:relative;display:flex;flex-direction:row-reverse}.integration-images img{width:auto;max-width:180px;height:auto;max-height:75px;padding:10px;position:absolute;inset-inline-start:0;top:50%;transform:translateY(-50%)}.integration-images.zoho-icon{display:flex;align-items:center;width:120px}.service-image-container{display:flex;align-items:center;width:100%;height:33px;margin-inline-start:5px}.service-logo{vertical-align:middle;height:28px;width:28px}.integration-images.zoho-icon img{max-height:60px;max-width:auto}.integration-settings .integration-desc-content{font-size:var(--15px, 15px);text-align:start;line-height:24px}.logo-label{padding-inline-start:5px;flex:1;margin-top:10px}.logo-label-text{font-size:var(--14px, 14px);font-weight:600;margin-top:7px;color:var(--text-color-default)}.integration-settings .integration-content{font-size:var(--14px, 14px);text-align:start}.integration-settings .integration-app{padding:10px 0px}.integration-settings .subdomain-enable-btn{border:none;display:block;font-size:var(--14px, 14px);padding:12px 40px;cursor:pointer;float:right;float:inline-end;background-color:var(--primary-button, #286ce5);color:#fff;font-size:var(--12px, 12px)}.subdomain-enable-btn{text-transform:uppercase}.integration-settings .configure-btn{background-color:var(--primary-button, #286ce5);font-size:var(--12px, 12px);color:#fff;font-weight:500;border-radius:2px;width:170px !important;border:none;transition:background-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;letter-spacing:.5px;margin:0;outline:none;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.integration-settings .subdomain-footer{width:100%;float:left;float:inline-start;margin-top:20px}.header-right{display:flex;align-items:center}.integration-settings .zendesk-subdomain-details{background-color:#fff;position:fixed;width:500px;left:50%;transform:translateX(-50%);box-shadow:0 2px 5px #ccc;z-index:1000000;box-shadow:0 10px 25px #555;animation-name:animatetop200;animation-duration:.4s;top:200px;padding:25px}.zendesk-subdomain-details .integration-heading{font-weight:600;text-align:start;font-size:var(--16px, 16px);margin-bottom:15px}#zendesk-subdomain,#zendesk-submit-btn,.zendesk-domain{float:left;float:inline-start}.integration-settings #zendesk-subdomain{width:300px;vertical-align:top;display:inline-block;font-size:var(--14px, 14px);font-weight:400;padding:9px 10px;border:solid 1px #ccc;border-radius:2px;color:#333;height:35px}.integration-settings #zendesk-subdomain:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);outline:0 none}.integration-settings #zendesk-submit-btn{border:var(--link-and-tertiary-button, #2460cc) solid 1px;color:var(--link-and-tertiary-button, #2460cc);font-size:var(--12px, 12px);font-weight:500;border-radius:2px;transition:background-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;letter-spacing:.5px;margin:0;outline:none;background-color:#fff;padding:4px 12px;margin-top:15px}.integration-settings .integrations-label{font-weight:400;font-style:italic;width:80px}.integration-settings .zendesk-domain{padding:0px 7px;font-size:var(--14px, 14px);line-height:36px}.integration-settings .zendesk-details{text-align:start;margin:10px 0;line-height:20px}.integration-settings .change-domain-link{color:var(--link-and-tertiary-button, #2460cc);margin:0 10px;text-decoration:none;cursor:pointer}.integration-settings .subdomain-error{float:left;float:inline-start;color:var(--text-color-red, #E42527);font-size:var(--13px, 13px);text-align:start;width:350px;line-height:16px}.integration-settings .enable-btn{margin-inline-start:50%;transform:translateX(-50%)}.integration-settings .toggle{position:relative;width:60px;user-select:none}.integration-settings .toggle-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #fff;border-radius:30px}.integration-settings .toggle-inner,.integration-settings .toggle-inner-success{display:block;width:200%;margin-inline-start:-100%;transition:margin 200ms ease-in 0s}.integration-settings .toggle-inner:before,.integration-settings .toggle-inner:after,.integration-settings .toggle-inner-success:before,.integration-settings .toggle-inner-success:after{display:block;float:left;float:inline-start;width:50%;height:30px;padding:0;line-height:30px;font-size:var(--14px, 14px);color:#fff;font-weight:bold;box-sizing:border-box}.integration-settings .toggle-inner:before,.integration-settings .toggle-inner-success:before{content:"";padding-inline-start:10px;background-color:#3abe6f;color:#fff}.integration-settings .integration-error-msg{float:right;float:inline-end;position:absolute;bottom:15px;inset-inline-end:48px;padding:5px 10px;color:var(--text-color-red, #E42527);width:350px;font-size:var(--14px, 14px);text-align:end}.integration-settings .toggle-inner:after,.integration-settings .toggle-inner-success:after{content:"";padding-inline-end:10px;background-color:#9e9e9e;color:#fff;text-align:end}.integration-settings .toggle-switch,.integration-settings .toggle-switch-success{display:block;width:24px;margin:5px;background:#fff;position:absolute;top:0;bottom:0;inset-inline-end:26px;border:2px solid #fff;border-radius:30px;transition:all 100ms ease-in 0s;height:23px}.toggle-label .toggle-inner-success{margin-inline-start:0}.toggle-label .toggle-switch-success{inset-inline-end:0px}.integration-gdpr-settings{position:relative;float:left;float:inline-start;margin:15px 0 0}.integration-gdpr-settings .gdpr-consent-setting-content{float:left;float:inline-start;position:relative;margin:2px 0 0 10px;padding-bottom:15px;width:90%}th{text-align:center;font-weight:normal}.urs-group-access-align-right{width:10%;float:right;float:inline-end}.font-size-13{font-size:var(--13px, 13px) !important}#activexLabel{margin-inline-end:5px;margin-inline-start:3px}#activexHelpTextDiv{top:8px !important;width:275px;position:absolute;background-color:var(--tooltip-color-variant1) !important;box-shadow:0 0 20px 0 rgba(0,0,0,.15);z-index:9999;animation:opendep .2s;border-radius:4px;padding:15px;inset-inline-start:0px;font-size:var(--13px, 13px);line-height:22px;color:#fff}.view-samples{line-height:var(--25px, px) !important;position:relative;float:left;float:inline-start;width:100%;text-align:center;color:var(--link-and-tertiary-button, #2460CC);font-size:var(--17px, 17px) !important}.forWindowsImg{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzIgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM1QzYzNjYiIHBvaW50cz0iMy42LDE1LjMgMTMuOCwxNS4zIDEzLjgsNS42IDMuNiw3LjEgIi8+DQo8cG9seWdvbiBmaWxsPSIjNUM2MzY2IiBwb2ludHM9IjMuNiwyNiAxMy44LDI3LjQgMTMuOCwxNy41IDMuNiwxNy41ICIvPg0KPHBvbHlnb24gZmlsbD0iIzVDNjM2NiIgcG9pbnRzPSIxNiw1LjIgMTYsMTUuMyAyOC42LDE1LjMgMjguNiwzLjQgIi8+DQo8cG9seWdvbiBmaWxsPSIjNUM2MzY2IiBwb2ludHM9IjE2LDI3LjYgMTYsMTcuNSAyOC42LDE3LjUgMjguNiwyOS41ICIvPg0KPC9zdmc+DQo=);background-repeat:no-repeat;background-position:center;background-size:100%;width:20px;height:20px;float:left;float:inline-start;pointer-events:none;transition:all .15s ease-in-out 0s;position:relative;opacity:.7}#general-settings-performance{margin-inline-end:5px}#general-settings #performance-helpText-Outline{margin:5px 0}.forWindowsTxt{margin-inline-start:4px;font-size:var(--15px, 15px);font-weight:400;font-style:italic}.forWindowsOutline{float:right;float:inline-end}#zoho-editor :before,:after{box-sizing:content-box}#ze_dropdown *{box-sizing:content-box}#zoho-editor{border:1px solid #ccc;box-sizing:border-box}.overlayLoading{position:fixed;float:left;float:inline-start;left:50%;transform:translateX(-50%);top:15%;box-shadow:0 2px 15px #555;z-index:1000000}.mail-body-content{float:left;float:inline-start;outline:none;line-height:22px;width:100%;min-height:250px;max-height:350px;overflow:scroll}.float-left-1{float:left;float:inline-start;margin-bottom:10px}.ze_dd{z-index:99999999 !important}.width-100{width:100%}.email-setup{padding:40px;width:100%;float:left;float:inline-start;font-size:var(--15px, 15px)}.from-to-box{width:60%;float:left;float:inline-start;border:solid 1px var(--border-ddd-to-fade);padding:25px;box-sizing:border-box;margin-block-start:15px;margin-block-end:15px;margin-inline-end:40px;margin-inline-start:0}.email-setup ul{margin-bottom:25px;padding:10px 0;float:left;float:inline-start;width:100%}.email-setup li{list-style:none;padding:0;width:100%;float:left;float:inline-start;margin-bottom:5px;position:relative}.email-setup label{font-weight:400}.email-setup .checkedRadio,.email-setup .uncheckedRadio{-webkit-appearance:none !important;-moz-appearance:none;appearance:none;font-family:"icomoon";color:var(--blue-colored-icon, #286ce5);font-size:var(--20px, 20px);position:relative;top:3px;outline:none !important;cursor:pointer}.email-setup .checkedRadio:before{content:""}.email-setup .uncheckedRadio:before{content:""}.custom-email-txt{width:100%;padding-top:0px;padding-inline-end:0px;padding-inline-start:10px;padding-bottom:0px;border:solid 1px var(--border-box-variant2);margin:5px 0;float:left;float:inline-start;font-size:var(--15px, 15px);min-height:36px;background:rgba(0,0,0,0)}.custom-email-txt:focus{border:solid 1px var(--primary-button)}.email-field-text{border:solid 1px var(--border-box-variant2);border-radius:2px;font-size:var(--15px, 15px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;position:relative;outline:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:rgba(0,0,0,0)}.email-field-text:focus{border:1px solid var(--primary-button, #286ce5);box-shadow:none}.email-field-txt-disabled{border:1px solid var(--border-box-variant2);border-radius:2px;font-size:var(--15px, 15px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;height:32px;width:300px;padding:1px 6px;position:relative;display:block;opacity:.6;background-color:#f7f7f7;cursor:not-allowed;pointer-events:none}.verify-btn{cursor:pointer;margin:5px 0;background-color:var(--primary-button, #286ce5);border:solid 1px var(--primary-button, #286ce5);transition:all .1s linear 0s;align-self:flex-start}.verify-btn:hover{background-color:var(--primary-button-hover);border:solid 1px var(--primary-button-hover)}.from-to-header{font-weight:600;font-style:italic;float:left;float:inline-start;width:100%;padding:0 0 10px;font-size:var(--16px, 16px)}.from-to-header p{font-weight:normal;font-size:var(--15px, 15px);font-style:normal;margin:5px 0}.custom-email-section{position:relative;float:left;float:inline-start;width:92%;margin-inline-start:22px;display:flex;flex-direction:column}.cc-section{float:left;float:inline-start;width:100%;margin:0 0 20px}.email-sent-text{font-style:italic;width:100%;display:flex;align-items:center;float:left;float:inline-start}.error-txt-box{background-color:#fff;color:var(--text-color-red, #E42527);padding:0 10px;text-align:start;font-size:var(--13px, 13px)}.verified{color:var(--arrow-green);font-size:17px !important}.verified::before{content:""}.email-verify-info{font-size:17px !important;color:#286ce5}.email-verify-info::before{content:""}.email-verify-warning{color:var(--text-color-red);top:-2px}.email-verify-warning::before{content:"";font-size:17px !important}.email-txt-img{position:relative;margin-inline-end:5px}.send-again{text-decoration:none;cursor:pointer;color:var(--link-and-tertiary-button, #2460CC) !important}#techEmailHelpTextDivFrom,#techEmailHelpTextDivReply{top:15px;width:275px;position:absolute;background-color:var(--tooltip-color-variant1);box-shadow:0 0 20px 0 rgba(0,0,0,.15);z-index:9999;animation:opendep .2s;border-radius:4px;padding:15px;inset-inline-start:0px;font-size:var(--13px, 13px);line-height:22px;color:#fff}#techEmailHelpTextDivFrom::before,#techEmailHelpTextDivReply::before{content:"";position:absolute;top:-10px;inset-inline-start:0;width:100%;height:10px;background:rgba(0,0,0,0);pointer-events:all}#techEmailHelpTextDivFrom::after,#techEmailHelpTextDivReply::after{content:"";position:absolute;bottom:-10px;inset-inline-start:0;width:100%;height:10px;background:rgba(0,0,0,0);pointer-events:all}.tech_help_icon{cursor:help;color:var(--arrow-red) !important;line-height:10px;top:-2px;inset-inline-start:5px;position:absolute}.tech_help_icon::before{content:""}.email-setup .help-outline{position:relative;margin:8px 0px;float:none}.domain-overlay{position:fixed;width:100%;height:100%;top:0px;inset-inline-start:0px;z-index:9999998;background-color:#000;opacity:.5}#desktop-notification-settings-outline{padding-bottom:20px}.desk_noti-settings-class{padding-top:5px;padding-inline-end:15px;padding-bottom:5px;padding-inline-start:0px;float:left;float:inline-start;width:100%;box-sizing:border-box}#desk-noti-div{font-size:var(--13px, 13px);font-weight:600;line-height:26px;margin-inline-end:40px;float:left;float:inline-start;margin-inline-start:0px;line-height:26px;margin:0px 5px;font-size:var(--15px, 15px);float:left;float:inline-start}.sound-settings .toggle{position:relative;width:60px;user-select:none;margin-inline-start:20px;float:left;float:inline-start}.sound-settings .toggle-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #fff;border-radius:30px}.sound-settings .toggle-inner,.sound-settings .toggle-inner-success{display:block;width:200%;margin-inline-start:-100%;transition:margin 200ms ease-in 0s}.sound-settings .toggle-inner:before,.sound-settings .toggle-inner:after,.sound-settings .toggle-inner-success:before,.sound-settings .toggle-inner-success:after{display:block;float:left;float:inline-start;width:50%;height:30px;padding:0;line-height:30px;font-size:var(--14px, 14px);color:#fff;font-weight:bold;box-sizing:border-box}.sound-settings .toggle-inner:before,.sound-settings .toggle-inner-success:before{content:"";padding-inline-start:10px;background-color:#3abe6f;color:#fff}.sound-settings .integration-error-msg{float:right;float:inline-end;position:absolute;bottom:15px;inset-inline-end:48px;padding:5px 10px;color:var(--text-color-red, #E42527);width:350px;font-size:var(--14px, 14px);text-align:end}.sound-settings .toggle-inner:after,.sound-settings .toggle-inner-success:after{content:"";padding-inline-end:10px;background-color:#9e9e9e;color:#fff;text-align:end}.sound-settings .toggle-switch,.sound-settings .toggle-switch-success{display:block;width:24px;margin:5px;background:#fff;position:absolute;top:0;bottom:0;inset-inline-end:26px;border:2px solid #fff;border-radius:30px;transition:all 100ms ease-in 0s;height:24px}.toggle-label .toggle-inner-success{margin-inline-start:0}.toggle-label .toggle-switch-success{inset-inline-end:0px}.sound-confirm{display:block;background-color:#f7f7f7;padding:20px;position:relative;float:left;float:inline-start;width:100%}.sound-span{float:left;float:inline-start;line-height:32px}.domain-verify-banner{box-shadow:1px 1px 15px var(--box-shadow-domain);padding:25px;background-color:var(--info-box-blue);display:grid;justify-content:space-between;margin:25px 0;word-break:break-word;border-radius:10px}.domain-verify-banner h3{margin:0;font-size:var(--18px, 18px);color:var(--text-color-default) !important}.domain-verify-banner h3 b{font-size:var(--21px, 21px)}.domain-verify-banner span{margin-top:20px}.domain-verify-banner span a{color:var(--link-and-tertiary-button, #2460CC);font-size:var(--14px, 14px)}.domain-verify-banner span a:hover{text-decoration:none !important}.domain_verify_text{margin-inline-start:25px}.custom_domain_verify{margin-top:5px}.action-log-setting-container{position:relative;float:left;float:inline-start;height:calc(100vh - 144px);background-color:var(--shade-variant1-color);width:100%}.action-log-setting-relative-container{position:relative;float:left;float:inline-start;width:100%}.action-log-criteria-filter{border-bottom:1px solid var(--border-line) !important;box-shadow:none !important;width:100%;position:sticky !important;top:0;background-color:var(--shade-variant1-color)}.action-log-filter-btn{width:auto;margin:15px 0 15px 15px;float:left;float:inline-start;position:relative;outline:none}.action-log-filter-btn:hover{background-color:var(--primary-button-hover);border:solid 1px var(--primary-button-hover)}.action-log-count-section{float:left;float:inline-start;position:relative;width:100%;padding:10px;padding-inline-start:0px;padding-inline-end:0px;display:flex;border-bottom:1px solid var(--border-box-variant4, #e9e9e9);background-color:var(--shade-popup-color);overflow:hidden}.action-log-count-container{max-width:350px;margin:15px 10px;border-radius:2px;padding:10px 20px;float:left;float:inline-start;position:relative;background-color:var(--shade-popup-color);min-width:220px;box-shadow:var(--box-shadow-variant3);flex-grow:1;border:solid 1px var(--border-box-variant4, #e9e9e9)}.action-log-count-img,.action-log-count-img-error,.action-log-count-img-warning,.action-log-count-img-info,.action-log-count-img-total{font-size:70px;float:left;float:inline-start;width:77px;height:72px;margin-top:-5px;margin-inline-end:17px;margin-inline-start:0px;margin-inline-start:0px}.action-log-count-img-total::before{content:"";color:#26b182 !important}.action-log-count-img-info::before{content:"";color:#286ce5 !important}.action-log-count-img-warning::before{content:"";color:var(--arrow-red) !important}.action-log-count-img-error::before{content:"";color:#df666d !important}.action-log-count-img img,.action-log-count-img-total img,.action-log-count-img-info img,.action-log-count-img-warning img,.action-log-count-img-error img{width:auto;height:auto;max-width:72px;max-height:72px}.action-log-count-details{float:left;float:inline-start;margin:10px 0}.action-log-count-txt{margin:0;font-size:var(--14px, 14px);text-transform:uppercase}.action-log-count-value{margin:0;font-size:42px;line-height:42px}.action-log-count-img-table{margin:0}.action-log-count-img-table img{width:auto;height:auto;max-width:24px;max-height:24px}.InfoCountImage{font-size:var(--20px, 20px);color:var(--blue-coloured-icon, #286ce5)}.InfoCountImage::before{content:""}.WarningCountImage{color:var(--arrow-red);font-size:var(--20px, 20px)}.WarningCountImage::before{content:""}.ErrorCountImage{color:var(--text-color-red, #E42527);font-size:var(--20px, 20px)}.ErrorCountImage::before{content:""}.action-log-viewer-table-header{width:100%;float:left;float:inline-start;padding:0 20px;position:sticky;background-color:var(--shade-variant1-color);border-bottom:1px solid var(--border-line);top:60px;z-index:4}.action-log-viewer-table-wrapper{height:calc(100vh - 400px);width:100%;overflow:auto}.action-log-viewer-table-wrapper table th:first-child,.action-log-viewer-table-wrapper table td:first-child{max-width:70px;min-width:70px;width:70px}.action-log-viewer-table-wrapper table thead tr:nth-of-type(2) th:nth-child(1) [class*=searchInput]{display:none}.action-log-viewer-table-thead{top:0px}.action-log-viewer-table-thead th{top:106px !important}.action-log-loader{position:absolute;top:50%;left:50%;z-index:5;transform:translateX(-50%)}.action-log-loader-table{position:relative;float:left;float:inline-start;top:200px;left:50%;z-index:5}.action-log-setting-section{position:relative;float:right;float:inline-end;line-height:35px;margin:0px 40px 0 17px;cursor:pointer}.action-log-setting-icon-img-setting{margin-top:0px !important}.action-log-setting-section button{margin-inline-start:5px;text-decoration:none !important;color:var(--text-color-default)}.action-log-setting-section button:hover{text-decoration:none !important;color:var(--text-color-default)}.action-log-setting-icon-img,.action-log-setting-icon-img-setting{float:left;float:inline-start;background-repeat:no-repeat;color:var(--icon-black-to-light);font-size:var(--21px, 21px);background-image:none;margin-inline-end:3px;position:relative}.action-log-setting-icon-img:before,.action-log-setting-icon-img-setting:before{content:""}.action-log-setting-icon-img:hover,.action-log-setting-icon-img-setting:hover{cursor:pointer}.action-log-setting-modal-container{animation-name:animatetop200;animation-duration:.4s}.action-log-setting-modal-header{background-color:var(--header-color);padding:10px 15px;font-weight:600;z-index:1}.action-log-setting-modal-content{position:relative;float:left;float:inline-start;padding:20px 30px;font-size:var(--14px, 14px);background-color:var(--background-white-dark-variant)}.action-log-setting-modal-input{max-width:55px;text-align:end;padding:4px;margin:0 6px;line-height:0px;outline:none}.action-log-setting-modal-btn-section{padding:16px 30px;float:right;float:inline-end}.action-log-setting-modal-footer{clear:both;position:relative;float:left;float:inline-start;margin:0;padding:10px 15px;width:100%;bottom:0;border-top:1px solid #cecece;color:#777;font-style:italic;font-size:var(--13px, 13px)}.action-log-setting-dialog-close{border-radius:32px;float:right;float:inline-end;height:32px;position:absolute;width:32px;padding:0;transition:all 50ms linear 0s;z-index:100000000000;inset-inline-end:10px;top:4px;opacity:.5}.action-log-setting-dialog-close:hover{transform:scale(1.2);opacity:1}.action-log-setting-error-msg-container,.action-log-setting-success-msg-container{text-align:center;border-bottom:1px solid var(--border-box-variant2);width:300px;position:absolute;z-index:2;left:50%;transform:translateX(-50%);border-radius:0 0 5px 5px;height:25px;color:#fff;font-size:var(--12px, 12px);animation:animatetop-action-log .4s;line-height:24px}.action-log-setting-error-msg-container{background-color:var(--primary-redbutton, #cc3929)}.action-log-setting-success-msg-container{background-color:#3ba981}.action-log-setting-modal-content-section{position:relative;float:left;float:inline-start;width:100%;z-index:-1}.tfa-container{padding:40px;width:100%;float:left;float:inline-start;font-size:var(--15px, 15px);line-height:var(--24px, 24px)}.tfa-container a{color:var(--link-and-tertiary-button, #2460cc) !important;text-decoration:none !important}.tfa-content{float:left;float:inline-start;margin:20px 0}.tfa-img-left{width:25%;height:300px;float:left !important;float:inline-start !important;background-image:url(tfa-illus.c28dddcc31a7e24e.png);background-size:100%;background-position:center;background-repeat:no-repeat}.tfa-steps-right{width:75%;float:left;float:inline-start;padding:0 50px}.tfa-steps{margin-bottom:15px;float:left !important;float:inline-start !important}.tfa-steps h4{font-size:var(--16px, 16px);font-weight:600;color:var(--text-color-default)}.tfa-proceed-btn{display:block;float:left !important;float:inline-start !important;position:relative;outline:none}.tfa-proceed-btn:hover{background-color:var(--primary-button-hover);border:solid 1px var(--primary-button-hover);color:#fff}.tfa-proceed-btn:active{box-shadow:inset 0 0 3px #333}.tfa-footer{width:100%;float:left;float:inline-start;font-style:italic;line-height:var(--18px, 18px);border-top:solid 1px var(--border-box-variant2);padding:10px 0;margin-top:10px}.tfa-manage{float:left;float:inline-start;width:100%;border-bottom:solid 1px var(--border-box-variant4) !important;padding-bottom:10px}.tfa-manage p{width:75%;float:left;float:inline-start}.tfa-manage-btn{float:right !important;float:inline-end !important}.tfa-reset-pw{float:left;float:inline-start;width:100%;margin-top:10px}.tfa-reset-pw h4{font-weight:600;color:var(--text-color-default);font-size:var(--16px, 16px)}.tfa-reset-img-left{width:15%;height:135px;float:left;float:inline-start;background-image:url(reset-pw.58d1d319219499c1.png);background-size:100%;background-position:center;background-repeat:no-repeat}.tfa-reset-steps-right{width:75%;float:left;float:inline-start;padding:0 15px}.tfa-reset-steps-right ol{line-height:40px;padding:0 15px}.general-settings-class-viewer{padding-top:5px;padding-inline-end:15px;padding-bottom:0px;padding-inline-start:0px;float:left !important;float:inline-start !important;width:100%;box-sizing:border-box}.general-settings-class-viewer-open{padding-top:0px;padding-inline-end:15px;padding-bottom:0px;padding-inline-start:0px;float:left !important;float:inline-start !important;width:100%;box-sizing:border-box}#openViewerType{font-size:var(--13px, 13px) !important;line-height:inherit !important;margin-inline-end:40px;float:left !important;float:inline-start !important;margin-inline-start:0px}.options-div{float:left;float:inline-start;width:100%}#viewer-type-open-setting-outline{padding-bottom:20px}.geo-fencing-steps{margin-top:15px}.geo-fencing-points{padding-inline-start:30px !important}.geo-fencing-points-header{font-size:var(--16px, 16px);font-weight:bold}.geo-fencing-help{margin-inline-start:3px !important}.geo-fencing-img-left{width:25%;height:300px;float:left;float:inline-start;background-image:url(ip-page-1.d13865ce4551b8e3.svg);background-size:100%;background-position:center;background-repeat:no-repeat}.geo-fencing-img-two{width:25%;height:235px;float:left;float:inline-start;background-image:url(ip-page-2.9d1565f542601563.svg);background-size:100%;background-position:center;background-repeat:no-repeat}.gdpr-privacy-settings-container{position:relative;float:left;float:inline-start;padding:40px;max-width:70vw;font-size:var(--15px, 15px)}@media screen and (max-width: 1200px){.gdpr-privacy-settings-container{max-width:60vw}}.gdpr-privacy-settings-common-content{padding:0 0 20px;font-size:var(--15px, 15px)}.gdpr-privacy-settings-common-content a{text-decoration:none !important;line-height:40px;color:var(--link-and-tertiary-button, #2460cc);font-size:var(--14px, 14px);padding-inline-start:5px;font-weight:600}.gdpr-privacy-settings-option{position:relative;float:left;float:inline-start;padding:0;margin:10px 0}.gdpr-privacy-settings-option li{list-style:none;display:inline;margin:20px 20px 0 0;font-weight:600;cursor:pointer;font-size:var(--15px, 15px);white-space:nowrap}.gdpr-privacy-settings-option .active{border-bottom:5px solid var(--primary-button, #286ce5);padding-bottom:8px}.gdpr-privacy-settings-option .inactive{padding-bottom:8px;color:var(--step-heading-color);background-color:rgba(0,0,0,0) !important;cursor:pointer}.gdpr-privacy-settings-active-container{clear:both;position:relative;float:left;float:inline-start;width:100%;padding:0 0 20px}.gdpr-privacy-common-setting-content{border:1px solid var(--border-box-variant4, #e9e9e9);background-color:var(--content-box);width:100%;padding:15px 20px;line-height:var(--24px, 24px);margin-bottom:20px;float:left;float:inline-start}.gdpr-privacy-common-setting-left-content{width:80%;float:left;float:inline-start}.gdpr-privacy-common-setting-right-content{width:15%;float:right;float:inline-end;text-align:center;font-weight:600;border-inline-start:solid 1px var(--border-box-variant4, #e9e9e9);margin:4px 0}.gdpr-privacy-common-setting-right-content a{text-decoration:none !important;line-height:40px;color:var(--link-and-tertiary-button, #2460cc);font-size:var(--14px, 14px)}.gdpr-privacy-common-setting{margin-top:20px;width:100%}.gdpr-privacy-setting-consent-table{width:100%;border:1px solid var(--border-box-variant4, #e9e9e9);box-shadow:0px 2px 5px var(--box-shadow-variant4);background-color:var(--shade-variant1-color);border-radius:5px}.gdpr-privacy-setting-consent-table thead{background-color:var(--table-header-row)}.gdpr-privacy-setting-consent-table tbody tr:hover{background-color:var(--table-row-hover)}.gdpr-privacy-setting-consent-table thead th{text-align:start !important;font-size:var(--13px, 13px);font-weight:600}.gdpr-privacy-setting-consent-table thead th,.gdpr-privacy-setting-consent-table tbody td{min-width:55px;padding:10px 15px}.gdpr-privacy-setting-consent-table tbody td:last-child{text-align:end}.gdpr-privacy-setting-consent-table-status-configureimg{font-size:var(--21px, 21px) !important}.gdpr-privacy-setting-consent-table-status-configureimg::before{content:"";color:var(--arrow-green)}.gdpr-privacy-setting-consent-table-status-notconfigureimg{font-size:var(--21px, 21px) !important}.gdpr-privacy-setting-consent-table-status-notconfigureimg::before{content:"";color:var(--arrow-red)}.gdpr-edit-btn{cursor:pointer;padding:2px;color:var(--blue-colored-icon, #286ce5) !important;font-size:var(--18px, 18px) !important}.gdpr-edit-btn:before{content:""}.gdpr-consent-setting-modal-header{background-color:var(--header-color);padding-top:15px;padding-inline-end:0px;padding-inline-start:15px;padding-bottom:15px;font-weight:600;border-bottom:1px solid var(--border-box-variant4, #e9e9e9);border-top-inset-inline-end-radius:5px;border-top-inset-inline-start-radius:5px}.primary-btn-hover:hover{box-shadow:none !important}.buttonStyle{width:10ch;min-height:40px;border-radius:5px;text-transform:capitalize;font-weight:600;float:right;float:inline-end;margin-inline-end:15px}.secondaryButtonStyle{float:"inset-inline-end";margin-inline-end:"15px"}.gdpr-consent-setting-modal-content-section{padding:25px;position:relative;float:left;float:inline-start;width:100%;background-color:var(--shade-variant1-color);border-bottom-inset-inline-start-radius:5px;border-bottom-inset-inline-end-radius:5px}.gdpr-consent-setting-modal-content{position:relative;float:left;float:inline-start;font-size:var(--15px, 15px)}.gdpr-consent-setting-modal-subcontent-section{position:relative;float:left;float:inline-start;margin:15px 0;font-size:var(--14px, 14px);width:100%}.gdpr-consent-setting-modal-subcontent-section .content{margin-inline-start:10px;position:relative;float:left;float:inline-start;width:95%}.gdpr-consent-setting-modal-content .integration-content{position:relative;float:left;float:inline-start;line-height:25px;margin-bottom:20px}.gdpr-consent-setting-modal-content .integration-link{color:var(--link-and-tertiary-button, #2460cc);cursor:pointer;font-weight:600}.gdpr-consent-setting-modal-checkbox-section{position:relative;float:left;float:inline-start;margin:1px 0}.gdpr-consent-setting-modal-checkbox-section>input[type=checkbox]{display:none}.gdpr-consent-setting-modal-checkbox-section>input[type=checkbox]+label{background-size:100%;height:16px;width:12px;display:inline-block;padding:0;margin-top:-1px;color:var(--primary-button) !important}.gdpr-consent-setting-modal-checkbox-section>input[type=checkbox]+label:before{content:""}.gdpr-consent-setting-modal-checkbox-section>input[type=checkbox]:checked+label{background-size:100%;height:16px;width:12px;display:inline-block;padding:0;margin:0;color:var(--primary-button) !important}.gdpr-consent-setting-modal-checkbox-section>input[type=checkbox]:checked+label:before{content:""}.gdpr-consent-setting-modal-checkbox{font-size:var(--24px, 24px) !important}.gdpr-consent-setting-modal-dialog-close-btn{border-radius:32px;float:right;float:inline-end;height:40px;position:absolute;width:40px;padding:6px;transition:all 50ms linear 0s;z-index:100000000000;inset-inline-end:0;top:4px;opacity:.5}.gdpr-consent-setting-modal-dialog-close-btn:hover{transform:scale(1.2);opacity:1}.gdpr-consent-setting-modal-btn-section{clear:both}.gdpr-privacy-dataprotection-main-header{position:relative;float:left;float:inline-start;width:100%;border:1px solid var(--border-box-variant2);box-shadow:0px 2px 5px var(--border-box-dark-null-variant);margin-bottom:15px;cursor:pointer;background-color:var(--shade-variant1-color)}.gdpr-privacy-dataprotection-header,.gdpr-privacy-dataprotection-sub-header-container{position:relative;float:left;float:inline-start;width:100%;padding:10px 20px}.gdpr-privacy-dataprotection-header{padding:15px}.gdpr-privacy-dataprotection-active-header{background-color:var(--shade-variant2-color);transition:300ms linear;cursor:pointer}.gdpr-privacy-dataprotection-sub-header{clear:both;position:relative;float:left;float:inline-start;width:100%;cursor:default;line-height:24px;margin:5px 0}.gdpr-privacy-dataprotection-header-content,.gdpr-privacy-dataprotection-subheader-content{position:relative;float:left;float:inline-start;display:flex}.header-name{padding-top:7px}.gdpr-privacy-dataprotection-subheader-content{line-height:32px}.rotate-0-deg,.rotate-90-deg{font-size:var(--18px, 18px);top:4px;position:relative}.rotate-0-deg::before{content:""}.rotate-90-deg::before{content:""}.gdpr-privacy-dataprotection-header-status{position:relative;float:right;float:inline-end;font-size:var(--14px, 14px);margin-top:7px}.gdpr-privacy-dataprotection-subheader-status{margin-inline-end:10px;float:left;float:inline-start;font-style:italic}.gdpr-privacy-dataprotection-configured-status{color:var(--text-color-green)}.gdpr-privacy-dataprotection-partially-configured-status{color:var(--text-color-orange)}.gdpr-privacy-dataprotection-not-configured-status{color:var(--text-color-red, #E42527)}.gdpr-privacy-breachnotification-setting-container{padding:30px;width:100%;border:1px solid var(--border-box-variant2);box-shadow:0px 2px 5px var(--border-box-dark-null-variant);position:relative;float:left;float:inline-start;background-color:var(--shade-variant1-color)}.gdpr-privacy-breachnotification-setting-superadmin-container,.gdpr-privacy-breachnotification-setting-otheremail-container{margin:25px 0}.gdpr-privacy-breachnotification-setting-otheremail-content{width:auto;float:left;float:inline-start;border:solid 1px var(--shade-table-header2);border-radius:25px;padding-top:0px;padding-inline-end:2px;padding-bottom:0px;padding-inline-start:12px;padding-top:0px;padding-inline-end:2px;padding-bottom:0px;padding-inline-start:12px;font-size:var(--14px, 14px);margin:4px 6px 6px 0;box-shadow:0px 2px 5px var(--border-box-dark-null-variant);background-color:var(--background-selected-variant2)}.gdpr-privacy-breachnotification-setting-otheremail-content:hover{border:solid 1px #aaa;background-color:var(--shade-variant2-color);transition:100ms linear}.gdpr-privacy-breachnotification-setting-superadmin-content{font-weight:600;font-size:var(--18px, 18px)}.gdpr-privacy-breachnotification-setting-header-content{color:var(--text-color-v7);font-size:var(--14px, 14px);font-style:italic}.gdpr-privacy-breachnotification-setting-addemail-container{margin:20px 0 0;position:relative;float:left;float:inline-start;width:100%}.gdpr-privacy-breachnotification-setting-addemail-link{color:var(--link-and-tertiary-button, #2460cc);cursor:pointer;padding:10px 0;font-size:var(--16px, 16px)}.gdpr-privacy-breachnotification-setting-email-inputbox{background-color:rgba(0,0,0,0);border:1px solid var(--border-box-variant2);border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#000;display:block;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;padding:2px;font-size:var(--15px, 15px);width:40%;height:40px;float:left;float:inline-start;position:relative;outline:none}.gdpr-privacy-breachnotification-setting-email-inputbox:focus{border:1px solid var(--primary-button, #286ce5)}.gdpr-privacy-breachnotification-setting-otheremail-email{float:left;float:inline-start;line-height:32px}.gdpr-privacy-breachnotification-setting-otheremail-deleteemail{float:left;float:inline-start;opacity:.2}.gdpr-privacy-breachnotification-setting-otheremail-deleteemail:hover{opacity:1;transition:300ms linear}.gdpr-privacy-righttoforget-setting-content{position:relative;float:left;float:inline-start;line-height:var(--24px, 24px);width:100%}.gdpr-privacy-righttoforget-setting-content div{position:relative;float:left;float:inline-start;width:100%}.gdpr-privacy-righttoforget-setting-container{width:100%;border:1px solid var(--border-box-variant4, #e9e9e9);box-shadow:0px 2px 5px var(--border-box-dark-null-variant);position:relative;float:left;float:inline-start;padding:20px 30px;background-color:var(--shade-variant1-color);margin-bottom:20px}.gdpr-privacy-righttoforget-setting-left-content,.gdpr-privacy-righttoforget-setting-left-content span{position:relative;float:left;float:inline-start;font-size:var(--15px, 15px)}.gdpr-privacy-righttoforget-setting-right-content{clear:both;position:relative;float:right;float:inline-end;margin-top:10px;color:var(--link-and-tertiary-button, #2460cc);font-size:var(--15px, 15px);font-weight:600;text-decoration:none !important;cursor:pointer}.gdpr-privacy-righttoforget-setting-heading{font-weight:600}.gdpr-righttoforget-modal-error-msg-container{text-align:center;border-bottom:1px solid var(--border-box-variant2);width:300px;position:absolute;z-index:-1;left:50%;transform:translateX(-50%);border-radius:0 0 5px 5px;height:25px;color:#fff;font-size:var(--12px, 12px);animation:animatetop-action-log .4s;line-height:24px;background-color:var(--primary-redbutton, #cc3929)}.gdpr-righttoforget-setting-modal-content-section{position:relative;float:left;float:inline-start;line-height:24px;width:100%;background-color:var(--shade-variant1-color)}.gdpr-righttoforget-setting-modal-subcontent-section{position:relative;float:left;float:inline-start;margin:15px 0;width:100%;padding:15px 25px}.anonymize-retention-period-input{max-width:55px;text-align:end;padding:4px;margin:0 6px;line-height:0;outline:none;border:solid 1px var(--border-box-variant2);background-color:rgba(0,0,0,0)}.gdpr-privacy-righttoforget-configured-section{float:left;float:inline-start;position:relative;font-size:var(--15px, 15px);margin:20px 0 8px}.gdpr-privacy-righttoforget-configured-section .configured-text{margin-inline-start:3px;float:left;float:inline-start}.gdpr-privacy-righttoforget-configured-section .configured-text span{margin:0 3px;color:var(--link-and-tertiary-button, #2460cc)}.gdpr-privacy-righttoforget-configured-section .configured-text .configured-text-link{cursor:pointer;font-weight:600}.gdpr-configured-text{font-weight:600;font-style:italic}.gdpr-righttoforget-setting-modal-footer-section{border-top:1px solid var(--border-box-variant2);float:left;float:inline-start;width:100%;padding:12px 15px;font-size:var(--13px, 13px);background-color:var(--shade-variant1-color)}.gdpr-righttoforget-setting-modal-btn-section{float:right;float:inline-end;width:100%;margin-top:30px}.gdpr-righttoforget-secondary-btn{float:right;float:inline-end;margin-inline-end:12px;width:100px}.gdpr-righttoforget-primary-btn{float:right;float:inline-end;width:100px}.locale-settings{width:60%;float:left;float:inline-start;padding:40px;position:relative}.locale-settings-outer{position:relative;width:100%;float:none;padding:0}.locale-settings td:nth-child(even){width:80%}.form-dropdown{border:1px solid var(--border-box-variant4, #e9e9e9);border-radius:2px;font-size:var(--15px, 15px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;width:100%;padding:1px 6px;position:relative;display:block;background-size:14px;background-position:98% center;background-repeat:no-repeat;cursor:pointer}.form-dropdown:before{content:"";position:absolute;inset-inline-end:10px;top:50%;transform:translateY(-50%)}.form-dropdown-selector{position:relative;padding-inline-start:4px;padding-top:4px;color:var(--text-color-default);width:100%;text-overflow:ellipsis;max-width:98%;overflow:hidden;word-wrap:break-word;white-space:nowrap;height:95%;font-size:var(--14px, 14px) !important;min-height:fit-content}.language-container{width:100%}.language-container ul{margin-bottom:0;padding:0}.timezone-container{max-height:400px;overflow:auto;width:100%;padding:0;margin:5px 0}.locale-search{width:100%;padding-inline-start:5px;outline:none;background-color:rgba(0,0,0,0) !important;border:solid 1px var(--border-box-variant4, #e9e9e9)}.locale-search:focus{border:1px solid var(--primary-button, #286ce5)}.locale-search-div{color:var(--place-holder-text);padding:8px;border-bottom:solid 1px var(--border-box-dark-null-variant)}.personal-td{padding-top:10px;padding-inline-end:10px;padding-bottom:10px;padding-inline-start:0px}.road-map-header{vertical-align:top}.road-map-text{margin:10px 0}.road-map-link{color:var(--link-and-tertiary-button, #2460cc)}.road-map-link:focus{color:var(--link-and-tertiary-button, #2460cc)}.settings-outer{width:100%;position:fixed;background-color:var(--background-white-dark-variant);float:left;float:inline-start;height:100%;overflow:auto;z-index:1;animation:opendep .2s;top:48px;color:#000;padding-bottom:50px;transition:margin .2s}.settings-outer-serviceplus{top:0px}.not-active{pointer-events:none;cursor:default;color:#999 !important}.setting-group ul{margin:0;padding:0}.setting-group ul li{list-style:none;padding:8px 0}.setting-group ul li a{text-decoration:none;color:var(--text-color-default)}.searchSetting{float:right;float:inline-end;margin-inline-end:382px;margin-top:55px}.searchList{float:right;float:inline-end;top:55px;background-color:var(--shade-dropdown-varient1);position:absolute;width:100%;inset-inline-start:0;border:solid 1px var(--box-shadow-varient1);box-shadow:0 2px 5px var(--border-box-variant2);max-height:400px;overflow:auto}.searchList li{list-style:none;font-size:var(--14px, 14px);font-weight:400;line-height:32px;padding:0 15px;line-height:inherit !important;padding:10px 15px;float:none !important;margin:unset !important}.record-found li:hover{background-color:#f7f7f7}.searchList label{font-weight:400;width:100%;margin-bottom:0 !important;word-wrap:break-word}.setting-cover{width:75%;margin:0 auto 10px auto;overflow-y:auto;overflow-x:hidden}.setting-header{margin:10px 0;float:left;float:inline-start}.setting-header h2{float:left;float:inline-start;width:100%;font-size:var(--24px, 24px);font-weight:600;margin:20px 0;color:#000}.setting-row{float:left;float:inline-start;width:100%}.setting-group{width:33%;float:left;float:inline-start}.setting-group ul{margin:0;padding:0;float:left;float:inline-start;width:100%}.setting-group ul li{list-style:none;margin:0 0 0 30px;padding:10px 0;float:left;float:inline-start;width:100%;padding:0;max-width:250px}.setting-search-area{margin-bottom:30px;position:relative;float:left;float:inline-start}.setting-search{padding-top:10px;padding-inline-end:15px;padding-bottom:8px;padding-inline-start:0px;font-size:var(--18px, 18px);width:400px;border:none;font-weight:400;background-color:rgba(0,0,0,0) !important;background-repeat:no-repeat;background-size:24px;background-position:inset-inline-end 50%;border-bottom:solid 1px var(--primary-button, #286ce5);outline:none}.setting-group h4{-webkit-margin-before:1.33em;-webkit-margin-after:1.33em;-webkit-margin-start:0px;-webkit-margin-end:0px;font-weight:bold;font-size:var(--18px, 18px);color:var(--settings-heading-h4) !important}.organizationImg,.generalImg,.remotesupportImg,.unattendedaccessImg,.integrationsImg,.securitycomplianceImg,.searchImg{margin-inline-end:10px;float:left;float:inline-start;font-size:var(--21px, 21px);top:-2px;position:relative;font-weight:normal !important;z-index:-99999}.searchImg{top:0px;inset-inline-start:-20px}.organizationImg:before{content:""}.generalImg:before{content:""}.remotesupportImg:before{content:""}.unattendedaccessImg:before{content:""}.securitycomplianceImg:before{content:""}.integrationsImg:before{content:""}.searchImg:before{content:""}.highlight2{color:#bbb;font-style:italic}.setting-search::placeholder{font-size:var(--18px, 18px);color:#ddd}.settings-outer .close{float:right;float:inline-end;width:48px;height:48px;cursor:pointer;top:3px;inset-inline-end:10px;opacity:1;padding-top:14px;float:left;float:inline-start;font-size:var(--20px, 20px);text-align:center;position:absolute;font-weight:400;background-image:none}.settings-outer .close::before{content:""}.setting-image{background-image:url(settings-icons-sprite.1565198b176aeac8.png);background-size:100%;background-repeat:no-repeat;width:18px;height:18px;float:left;float:inline-start;margin-inline-end:8px}.Manage-Technicians{background-position:0 0}.Departments{background-position:0 -18px}.Rebranding{background-position:0 -36px}.Subscription{background-position:0 -54px}.Preferences{background-position:0 -72px}.Email-Templates{background-position:0 -90px}.Email-Configuration{background-position:0 -108px}.Notification-Preference{background-position:0 -126px}.Session-Recording{background-position:0 -126px}.Customer-Widget{background-position:0 -144px}.Contacts{background-position:0 -162px}.Deployment{background-position:0 -199px}.Session-Confirmation{background-position:0 -234px}.Wake-on-LAN{background-position:0 -252px}.Privacy-Settings{background-position:0 -270px}.Action-Log-Viewer{background-position:0 -288px}.Two-factor-Authentication{background-position:0 -306px}.Integrations{background-position:0 -378px}.Apps{background-position:0 -341px}.API{background-position:0 -359px}.Data-Cleanup{background-position:0 -396px}.Domains{background-position:0 -414px}.Groups{background-position:0 -216px}.searchListLeftPane{background-color:rgba(0,0,0,0) !important;box-shadow:none !important;border:none !important;top:65px !important;height:calc(100vh - 120px) !important}.searchListLeftPane li{line-height:20px !important;padding:10px 15px !important}.record-found-leftpane li:hover{background-color:#f0f0f0}.setting-search-left-pane{width:100% !important;border:none;border-bottom:solid 1px #ccc;font-weight:400;padding:8px 0;background-color:#f7f7f7;background-color:rgba(0,0,0,0);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAktJREFUeNrsmottgzAQhp0sUEbwBvUGZYSM4G6QEdiAEegGKBOQDWgmIBvQDVIj3alXi6i08eMo90unSAmC3HcP29hKiUSb1i7SfY2zwlnpfX/2Pv+NtLOjs87ZbaH1zmqAtVqVntODs8aZhd80uRYzwoLjvQfDrslxQxwfH4jkBKiCeyDAkrvzFXG8gsiG0JGAqAPeN5gKEvXOS++Qz2hJWWhOzmPNVgmeZ0mWGU7O28R9ZuQAIYfzPoQ+V0+oE6b9T+XQ5hjjseHlVp0jC3tIPw6duIA5wpiqFCyD1L+XkUn+0wDGTV2KLDAMo486pOgF2HC04qkx9ogwQAPkqgYCFET7mdXZZCfGAE6kKUYBMOnMGMB7TACl9xCOusLnUwwAqA/m7yTOoRZIe7VxCQABsE7pUH1qf6fDmhUAuGwVQOn916AAcAL0whiAiT1Za2HBwVV97KW6hcXGgWnt48ZJNBWQAR1DAMmW6rjkLBk5nzQwmmEWJA9KBQ88Mhn6suwN4KtxwyD1k70S98fcEYadIpPzfe5RCYfF1PtzBan77GVIIejEkWezP4EQxsjpaMBp3Je8QSawmYcPpCPrwFGvZyA33CDQ2sQDUvrB+1Xq63zQ3PEbdhBwbKZH5FookyUwNFzbqu9H5coFEyFWELAsGhLBG5lFdhDdCpztZq5rfjG7Cw5hFwHG5MwzRLkgk6gr2PQq6wLr+b+s6fEg5puzV7VRsS0HgSAQBIJAEAgCgQeEbMdrBYJAEAisZAUC7+2+ZNJKJBL5+hRgAN8A49i2bpWAAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:16px;background-position:inset-inline-start 50%;padding-top:8px;padding-inline-end:0px;padding-bottom:8px;padding-inline-start:20px;line-height:22px;box-shadow:0 5px 5px -3px #ddd}.setting-search-nav-pane{width:100% !important;border:none;border-bottom:solid 1px var(--border-box-variant2);font-weight:400;padding:8px 0;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-size:16px;background-position:inset-inline-start 50%;padding-top:8px;padding-inline-end:0px;padding-bottom:8px;padding-inline-start:20px;line-height:22px;box-shadow:0 5px 5px -3px var(--border-ddd-to-fade)}.h2setting{font-size:var(--16px, 16px);font-weight:600;box-sizing:border-box;width:250px;background-color:#f7f7f7;margin:0;position:fixed;padding:15px 15px 0}.h2settingNav{font-size:var(--16px, 16px);font-weight:600;box-sizing:border-box;width:200px;margin:0;position:fixed;padding:15px 15px 0}.settingGroupDiv{margin-top:70px}.text-header{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAktJREFUeNrsmottgzAQhp0sUEbwBvUGZYSM4G6QEdiAEegGKBOQDWgmIBvQDVIj3alXi6i08eMo90unSAmC3HcP29hKiUSb1i7SfY2zwlnpfX/2Pv+NtLOjs87ZbaH1zmqAtVqVntODs8aZhd80uRYzwoLjvQfDrslxQxwfH4jkBKiCeyDAkrvzFXG8gsiG0JGAqAPeN5gKEvXOS++Qz2hJWWhOzmPNVgmeZ0mWGU7O28R9ZuQAIYfzPoQ+V0+oE6b9T+XQ5hjjseHlVp0jC3tIPw6duIA5wpiqFCyD1L+XkUn+0wDGTV2KLDAMo486pOgF2HC04qkx9ogwQAPkqgYCFET7mdXZZCfGAE6kKUYBMOnMGMB7TACl9xCOusLnUwwAqA/m7yTOoRZIe7VxCQABsE7pUH1qf6fDmhUAuGwVQOn916AAcAL0whiAiT1Za2HBwVV97KW6hcXGgWnt48ZJNBWQAR1DAMmW6rjkLBk5nzQwmmEWJA9KBQ88Mhn6suwN4KtxwyD1k70S98fcEYadIpPzfe5RCYfF1PtzBan77GVIIejEkWezP4EQxsjpaMBp3Je8QSawmYcPpCPrwFGvZyA33CDQ2sQDUvrB+1Xq63zQ3PEbdhBwbKZH5FookyUwNFzbqu9H5coFEyFWELAsGhLBG5lFdhDdCpztZq5rfjG7Cw5hFwHG5MwzRLkgk6gr2PQq6wLr+b+s6fEg5puzV7VRsS0HgSAQBIJAEAgCgQeEbMdrBYJAEAisZAUC7+2+ZNJKJBL5+hRgAN8A49i2bpWAAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:16px;background-position:inset-inline-end}.dropDownImg{background-image:url(close-black.99b40b4e4a164ba5.png);background-repeat:no-repeat;background-size:10px;margin:10px;width:22px;height:22px;position:absolute;cursor:pointer;transition:.1s linear;opacity:.5}.not-active-image{opacity:.4}.no-records:hover{background-color:currentColor !important}.closeImg{background-image:url(close-black.99b40b4e4a164ba5.png);background-repeat:no-repeat;background-size:10px;background-position:center;margin:10px;width:22px;height:22px;float:right;float:inline-end;position:absolute;inset-inline-end:0;top:14px;cursor:pointer;transition:100ms linear;opacity:.5}.closeImg:hover{border-radius:25px;background-color:#fff;opacity:.7}.noaccess-container{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.noaccess-container img{width:96px;margin-bottom:10px}.noaccess-container .text{font-size:var(--18px, 18px)}.unconfirmed{font-size:var(--10px, 10px);color:var(--text-color-red, #E42527)}.integrations-container{position:relative;float:left;float:inline-start;padding:10px;width:100%;font-size:var(--15px, 15px);color:#000}.integrations-option{position:relative;float:left;float:inline-start;padding:0;padding-inline-start:30px;margin:10px 0}.integrations-option li{list-style:none;display:inline;margin:20px 20px 0 0;font-weight:600;cursor:pointer;font-size:var(--15px, 15px)}.integrations-option .active{border-bottom:5px solid var(--primary-button, #286ce5);color:var(--dept-icon-color);padding-bottom:8px}.integrations-option .inactive{padding-bottom:8px;color:var(--dept-grey-text)}.integrations-active-container{clear:both;position:relative;float:left;float:inline-start;width:100%;padding:0 0 20px}.api-documentation-container{padding:20px;padding-inline-start:30px}.text-width{min-width:425px;padding-inline-end:20px;border-inline-end:1px solid #ccc}.new-sound-settings .new-toggle{position:relative;width:40px;user-select:none;margin-inline-start:20px;float:left;float:inline-start}.new-sound-settings .new-toggle-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #fff;border-radius:30px;height:23px;margin-top:4px}.new-sound-settings .new-toggle-inner,.new-sound-settings .new-toggle-inner-success{display:block;width:200%;margin-inline-start:-100%;transition:margin 200ms ease-in 0s}.new-sound-settings .new-toggle-inner:before,.new-sound-settings .new-toggle-inner:after,.new-sound-settings .new-toggle-inner-success:before,.new-sound-settings .new-toggle-inner-success:after{display:block;float:left;float:inline-start;width:50%;height:30px;padding:0;line-height:30px;font-size:var(--14px, 14px);color:#fff;font-weight:bold;box-sizing:border-box}.new-sound-settings .new-toggle-inner:before,.new-sound-settings .new-toggle-inner-success:before{content:"";padding-inline-start:10px;background-color:#3abe6f;color:#fff}.new-sound-settings .new-integration-error-msg{float:right;float:inline-end;position:absolute;bottom:15px;inset-inline-end:48px;padding:5px 10px;color:var(--text-color-red, #E42527);width:350px;font-size:var(--14px, 14px);text-align:end}.new-sound-settings .new-toggle-inner:after,.new-sound-settings .new-toggle-inner-success:after{content:"";padding-inline-end:10px;background-color:#9e9e9e;color:#fff;text-align:end}.new-sound-settings .new-toggle-switch,.new-sound-settings .new-toggle-switch-success{display:block;width:15px;margin:5px;background:#fff;position:absolute;top:3px;bottom:0;inset-inline-end:15px;border:2px solid #fff;border-radius:30px;transition:all 100ms ease-in 0s;height:15px}.new-toggle-label .new-toggle-inner-success{margin-inline-start:0}.new-toggle-label .new-toggle-switch-success{inset-inline-end:0px}.session-expiry-margin{margin:0 !important;font-weight:600}.unsupported-value{border:1px solid var(--text-color-red) !important}.invalid-value{color:var(--text-color-red, #E42527)}.inherit-style{font-style:inherit !important}.translation-feedback{position:absolute;float:right;float:inline-end;background-color:#fff;width:435px;box-shadow:0 2px 15px rgba(0,0,0,.2666666667);bottom:0;inset-inline-end:0;font-size:var(--14px, 14px)}.translation-feedback .feedback-container{background-color:#f0f3f6;box-shadow:none !important;display:flex !important;flex-direction:column !important;height:unset !important;width:unset !important;margin-bottom:unset !important}.translation-header{padding-top:10px;padding-inline-end:0px;padding-bottom:10px;padding-inline-start:20px;font-weight:700;font-size:var(--15px, 15px);cursor:default;border-bottom:1px solid var(--border-box-variant4, #e9e9e9);background:var(--shade-input-color)}.translation-header h5{font-size:var(--15px, 15px) !important}.translation-close{cursor:pointer;position:absolute;inset-inline-end:0;top:-10px;padding:20px}.translation-close::before{content:""}.rate{padding:0 10px}.rate:not(:checked)>input{-moz-appearance:none;-webkit-appearance:none;appearance:none}.rate:not(:checked)>label{float:right;float:inline-end;width:1em;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:var(--20px, 20px);color:#505f7d;font-weight:100;margin-inline-start:5px}.rate:not(:checked)>label:before{content:"☆"}.rate>input:checked~label:before{color:#505f7d;content:"★"}.rate:not(:checked)>label:hover,.rate:not(:checked)>label:hover~label{color:#505f7d;font-weight:700}.rate>input:checked+label:hover,.rate>input:checked+label:hover~label,.rate>input:checked~label:hover,.rate>input:checked~label:hover~label,.rate>label:hover~input:checked~label{color:#505f7d;font-weight:700}.rating-container{min-height:40px;display:flex;justify-content:space-between;padding:10px 20px}.rating-container span{height:35px;display:flex;align-items:center}.feedback-container{background-color:var(--shade-popup-color, #fff) !important}.comments-container{padding:0 20px}.comments-container textarea{padding:5px;width:100%;margin-top:10px;background:rgba(0,0,0,0);border:solid 1px var(--border-box-variant4, #e9e9e9)}.submit-container{padding:10px 20px 20px;display:flex;justify-content:space-between}.flexend{justify-content:flex-end}.translation-btn{align-self:flex-end;margin:0;width:auto;margin-inline-start:10px}.translation-text{font-size:var(--12px, 12px);display:inline-block;line-height:25px;text-transform:capitalize}.rating-err{color:var(--text-color-red, #E42527);max-width:200px}.settings-header-parent{border-bottom:1px solid var(--top-header-border);height:50px}.settings-header-content{padding:0 20px;display:flex;width:fit-content;height:100%;align-items:center}div.settings-header-content .settings-heading{font-size:var(--18px, 18px);font-weight:500;margin-inline-end:50px !important;margin-top:12px}.setting-feature-group{margin:10px 0;float:left;float:inline-start}.warning-border{border:1px solid var(--primary-redbutton, #cc3929) !important}.toolTipFixedWidth{width:250px;white-space:normal;word-wrap:break-word}
.style__loader__qdNXs {
  width: 35px;
  height: 35px;
  display: block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: #f22927;
  border-bottom-color: #feea4b;
  border-left-color: #48ca32;
  border-right-color: #2e7eae;
  position: absolute;
  left: 50%;
  top: 200px;
  animation: style__spinner__Wh9oe 0.7s linear infinite;
}
.style__scrollLoader__7GNH6 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  animation: style__spinner__Wh9oe 0.8s linear infinite;
  border-color: var(--infinite-scroll-loader);
  border-radius: 100%;
  border-style: solid;
  border-width: 4px;
  height: 35px;
  width: 35px;
  bottom: 0;
  position: absolute;
  inset-inline-start: 45%;
}
@keyframes style__spinner__Wh9oe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes style__spinner__Wh9oe {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.style-module__iconFontProps__h8Nc1,.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__view__PJ\+Yn,.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__clone__qGL-N,.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__delete__DU-kF,.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__edit__NkNyE,.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__close__UqRgc,.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-body__iO2xa .style-module__row__Joi2y .style-module__denied__MbPMt,.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-body__iO2xa .style-module__row__Joi2y .style-module__access__hBK0E,.style-module__role-con__jelRY .style-module__head__7PC0a .style-module__role-info__AUP0H{font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--18px, 18px)}.style-module__role-con__jelRY .style-module__head__7PC0a{display:flex;justify-content:space-between;align-items:center}.style-module__role-con__jelRY .style-module__head__7PC0a .style-module__total__V6SRd{font-size:var(--15px, 15px)}.style-module__role-con__jelRY .style-module__head__7PC0a .style-module__role-info__AUP0H{background-repeat:no-repeat;background-size:contain;padding-bottom:10px;margin-inline-end:20px;cursor:pointer;color:var(--blue-colored-icon) !important;font-style:normal}.style-module__role-con__jelRY .style-module__head__7PC0a .style-module__role-info__AUP0H::before{content:""}.style-module__role-con__jelRY .style-module__body__2ydFw{margin:20px 0}.style-module__role-con__jelRY .style-module__body__2ydFw .style-module__table-con__NqAAN{width:100%}.style-module__role-con__jelRY .style-module__body__2ydFw .style-module__table-con__NqAAN thead tr th{background-color:var(--shade-table-header3);font-weight:600}.style-module__role-con__jelRY .style-module__body__2ydFw .style-module__table-con__NqAAN thead tr .style-module__roleName__XxL5o{width:20%}.style-module__role-con__jelRY .style-module__body__2ydFw .style-module__table-con__NqAAN thead tr .style-module__description__w262b{width:45%}.style-module__role-con__jelRY .style-module__body__2ydFw .style-module__table-con__NqAAN thead tr .style-module__actions__OhfV4{width:15%}.style-module__role-con__jelRY .style-module__body__2ydFw .style-module__table-con__NqAAN tbody tr td{padding:10px 15px}.style-module__role-con__jelRY .style-module__body__2ydFw .style-module__table-con__NqAAN tbody tr td .style-module__created-by__chxq-{display:flex;flex-direction:column}.style-module__modal__kpXsI{position:fixed;top:173px;width:30%;inset-inline-start:0;inset-inline-end:0;margin:auto;background-color:var(--shade-popup-color);box-shadow:0 0 25px var(--border-box-variant3);z-index:9999999;text-align:start}.style-module__modal__kpXsI .style-module__titleStyle__AKz4A{font-size:var(--14px, 14px);font-weight:600;padding:10px 15px;background:var(--assist-box-title);line-height:22px}.style-module__modal__kpXsI .style-module__con__pJsT4{display:flex;flex-direction:column;padding:25px 20px}.style-module__modal__kpXsI .style-module__con__pJsT4 .style-module__info__LLaiD{margin-bottom:20px}.style-module__modal__kpXsI .style-module__con__pJsT4 .style-module__sel__UlFkV{display:flex;flex-direction:column;margin-bottom:20px}.style-module__modal__kpXsI .style-module__con__pJsT4 .style-module__sel__UlFkV .style-module__select__qna9k{background-position-x:98%}.style-module__modal__kpXsI .style-module__con__pJsT4 .style-module__sel__UlFkV .style-module__hdr__aErJ4{margin:5px 0}.style-module__modal__kpXsI .style-module__con__pJsT4 .style-module__ftr__w2INV{margin-inline-start:auto}.style-module__info-modal__8Wx0d{position:fixed;top:calc(50% - 210px);width:90%;inset-inline-start:0;inset-inline-end:0;margin:auto}.style-module__info-modal__8Wx0d .style-module__con__pJsT4{padding:25px 20px}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__info__LLaiD{margin-bottom:20px}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen{overflow:auto;max-height:350px}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2{border:1px solid #e0e0e0;margin-bottom:10px;width:100%}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 td{border:1px solid var(--border-box-variant2)}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-head__uNX7x .style-module__role__Js3L8{text-align:center;font-weight:bold}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-head__uNX7x .style-module__module__NEoNK{text-align:center;height:30px;font-weight:bold}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-head__uNX7x .style-module__hdr-row__n9kxp{height:60px}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-head__uNX7x .style-module__hdr-row__n9kxp .style-module__hdrs__lwm68{text-align:center;min-width:120px}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-head__uNX7x .style-module__hdr-row__n9kxp .style-module__hdrs__lwm68 .style-module__hdrs-content__39qEo{width:65%;position:relative;inset-inline-start:17%}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-body__iO2xa .style-module__row__Joi2y{height:60px;text-align:center}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-body__iO2xa .style-module__row__Joi2y .style-module__nameCell__u5Lqk{padding-top:0px;padding-inline-end:3px;padding-bottom:0px;padding-inline-start:3px;min-width:150px}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-body__iO2xa .style-module__row__Joi2y .style-module__cell__uV-sp{font-size:var(--24px, 24px) !important}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-body__iO2xa .style-module__row__Joi2y .style-module__access__hBK0E{color:var(--blue-colored-icon)}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-body__iO2xa .style-module__row__Joi2y .style-module__access__hBK0E::before{content:""}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-body__iO2xa .style-module__row__Joi2y .style-module__denied__MbPMt{color:var(--text-color-red, #E42527)}.style-module__info-modal__8Wx0d .style-module__con__pJsT4 .style-module__container__MFcen .style-module__info-table__Jq5G2 .style-module__info-table-body__iO2xa .style-module__row__Joi2y .style-module__denied__MbPMt::before{content:""}.style-module__options__MzeP4{display:flex}.style-module__options__MzeP4 .style-module__tool-con__BD2hG{display:flex}.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__icon__F-qTq{background-size:100%;width:24px;height:24px;cursor:pointer;margin:0 5px}.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__view__PJ\+Yn:before{content:""}.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__edit__NkNyE:before{content:""}.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__delete__DU-kF:before{content:""}.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__clone__qGL-N:before{content:""}.style-module__options__MzeP4 .style-module__tool-con__BD2hG .style-module__close__UqRgc:before{content:""}.tool-hov{padding:4px 1px !important;font-size:var(--12px, 12px) !important;border-radius:4px;letter-spacing:.2px}
.Table-styles-module__tableContainer__9d0cO{width:100%}.Table-styles-module__tableHeaderContainer__tfuO2{position:sticky;top:0;inset-inline-start:0;inset-inline-end:0;z-index:13}.Table-styles-module__tableHead__hfCq9,.Table-styles-module__fixedFirstCol__\+afTX,.Table-styles-module__fixedLastCol__BP075{padding:10px;text-align:start;font-weight:600;position:sticky;top:0;background-color:var(--table-header-row, #f3f5f6);z-index:9}.Table-styles-module__tableHead__hfCq9,.Table-styles-module__fixedFirstCol__\+afTX{min-width:180px}.Table-styles-module__tableHead__hfCq9{padding:0 15px !important}.Table-styles-module__fixedFirstCol__\+afTX{width:250px !important;inset-inline-start:0;z-index:10;padding:10px 10px 10px 20px !important}.Table-styles-module__fixedFirstCol__\+afTX .Table-styles-module__columnSort__xCE6O{display:block}.Table-styles-module__fixedLastCol__BP075{inset-inline-end:0;z-index:10;width:80px}.Table-styles-module__lastCol__f3EyG{text-align:center;width:80px;position:sticky;inset-inline-end:0;background-color:var(--shade-variant1-color, #fff);padding:0 30px 0 0 !important;z-index:9}.Table-styles-module__stickyCol1__6YpzN{inset-inline-start:0;background-color:var(--shade-variant1-color, #fff);padding-inline-start:20px !important;z-index:2;position:sticky;padding-inline-end:20px}.Table-styles-module__currentRow__j-ms8{height:50px;cursor:pointer;border-bottom:1px solid var(--table-bottom-border, #e2e2e2);padding:0 10px !important;position:relative;background-color:var(--shade-variant1-color, #fff)}.Table-styles-module__lastCol__f3EyG:hover,.Table-styles-module__stickyCol1__6YpzN:hover{background-color:#f5f9fb}.Table-styles-module__groupList__HhBgq{position:absolute;list-style:none;background-color:#fff;overflow:auto;max-height:200px;border:1px solid #ddd;padding:0 10px;z-index:5;width:200px;top:7px;inset-inline-start:4px}.Table-styles-module__moreIcon__WO01b{cursor:pointer;font-size:large;opacity:0;text-align:center}.Table-styles-module__moreIcon__WO01b:focus{opacity:100%}.Table-styles-module__actionOptions__IDmlh{z-index:120;box-shadow:0 3px 10px #ddd;width:100px;position:absolute;inset-inline-end:45px;background-color:#fff;top:45px}.Table-styles-module__editCompSpan__wQ-40{opacity:0;margin:0 0 0 10px;float:left;float:inline-start;cursor:pointer}.Table-styles-module__editCompSpan__wQ-40:focus-within{opacity:100%}.Table-styles-module__compNameInput__5x4xX{border:none;width:max-content;border-bottom:solid 1px var(--blue-color, #286ce5);padding:5px 10px;background-color:var(--shade-variant1-color, #fff);outline:none}.Table-styles-module__compNameInput__5x4xX:focus-visible{border-bottom:solid 1px var(--blue-color, #286ce5)}.Table-styles-module__checkbox__BSsoA{opacity:0;border-color:gray}.Table-styles-module__checkbox__BSsoA:focus{opacity:100%}.Table-styles-module__deviceActionsContainer__ixdio{opacity:0;width:max-content}.Table-styles-module__deviceActionsContainer__ixdio:focus{opacity:100%;width:max-content}.Table-styles-module__groupFilterSearch__orOgo{z-index:9 !important}.Table-styles-module__currentRow__j-ms8:hover{background-color:var(--table-row-hover, #f0f8fd)}.Table-styles-module__currentRow__j-ms8:hover .Table-styles-module__stickyCol1__6YpzN,.Table-styles-module__currentRow__j-ms8:hover .Table-styles-module__lastCol__f3EyG,.Table-styles-module__currentRow__j-ms8:hover .Table-styles-module__compNameInput__5x4xX{background-color:var(--table-row-hover, #f0f8fd)}.Table-styles-module__currentRow__j-ms8:hover .Table-styles-module__editCompSpan__wQ-40,.Table-styles-module__currentRow__j-ms8:hover .Table-styles-module__deviceActionsContainer__ixdio{opacity:100%}.Table-styles-module__currentRow__j-ms8:hover .Table-styles-module__checkbox__BSsoA,.Table-styles-module__currentRow__j-ms8:hover .Table-styles-module__moreIcon__WO01b{opacity:100%}.Table-styles-module__currentRow__j-ms8:focus-within{background-color:var(--table-row-hover, #f0f8fd)}.Table-styles-module__currentRow__j-ms8:focus-within .Table-styles-module__stickyCol1__6YpzN,.Table-styles-module__currentRow__j-ms8:focus-within .Table-styles-module__col1__FCQTW,.Table-styles-module__currentRow__j-ms8:focus-within .Table-styles-module__lastCol__f3EyG,.Table-styles-module__currentRow__j-ms8:focus-within .Table-styles-module__compNameInput__5x4xX{background-color:var(--table-row-hover, #f0f8fd)}.Table-styles-module__currentRow__j-ms8:focus-within .Table-styles-module__editCompSpan__wQ-40,.Table-styles-module__currentRow__j-ms8:focus-within .Table-styles-module__deviceActionsContainer__ixdio{opacity:100%}.Table-styles-module__currentRow__j-ms8:focus-within .Table-styles-module__checkbox__BSsoA,.Table-styles-module__currentRow__j-ms8:focus-within .Table-styles-module__moreIcon__WO01b{opacity:100%}.Table-styles-module__selectedRow__VyVNl{height:50px;cursor:pointer;border-bottom:1px solid var(--border-box-variant4, #e9e9e9);padding:0 10px !important;position:relative;background-color:var(--table-row-hover, #f0f8fd)}.Table-styles-module__selectedRow__VyVNl .Table-styles-module__stickyCol1__6YpzN,.Table-styles-module__selectedRow__VyVNl .Table-styles-module__lastCol__f3EyG,.Table-styles-module__selectedRow__VyVNl .Table-styles-module__compNameInput__5x4xX{background-color:var(--table-row-hover, #f0f8fd)}.Table-styles-module__selectedRow__VyVNl .Table-styles-module__editCompSpan__wQ-40,.Table-styles-module__selectedRow__VyVNl .Table-styles-module__deviceActionsContainer__ixdio{opacity:100%}.Table-styles-module__selectedRow__VyVNl .Table-styles-module__checkbox__BSsoA,.Table-styles-module__selectedRow__VyVNl .Table-styles-module__moreIcon__WO01b{opacity:100%}.Table-styles-module__firstSearch__FCpGH{padding-inline-start:60px !important}.Table-styles-module__editIcon__qSyc8{font-family:"icomoon";color:var(--blue-colored-icon, #286ce5);font-size:var(--17px, 17px)}.Table-styles-module__editIcon__qSyc8:before{content:""}.Table-styles-module__exportContainer__74phF{margin:0 !important}.Table-styles-module__optionsContainer__CRYcG{width:80px !important}.Table-styles-module__optionsContainer__CRYcG ul li{cursor:pointer}.Table-styles-module__optionsContainer__CRYcG ul li:hover{background:#f8f8f8}@keyframes Table-styles-module__zoomin__gRMII{0%{transform:scale3d(0.3, 0.3, 0.3);opacity:0}50%{opacity:1}}.Table-styles-module__searchInput__iF8R-{padding:4px;animation:Table-styles-module__zoomin__gRMII ease-in-out 150ms !important;border:1px solid var(--search-box-border, #b2b2b2);font-size:var(--13px, 13px);border-radius:5px;color:var(--text-color-v5);outline:none;background-color:rgba(0,0,0,0);font-weight:400}.Table-styles-module__searchInput__iF8R-:hover{border-color:var(--search-box-onhover, #404040)}.Table-styles-module__searchInput__iF8R-:focus{border-color:var(--blue-color, #286ce5)}.Table-styles-module__rowData__iAspV{vertical-align:middle;word-break:break-word;height:50px;padding:0 15px}.Table-styles-module__titleSort__kkjgV{position:relative;float:left;float:inline-start;cursor:pointer;display:flex;flex-direction:row;align-items:center}.Table-styles-module__columnSort__xCE6O{position:relative !important;margin-inline-start:10px !important;display:none}.Table-styles-module__tableHead__hfCq9:hover .Table-styles-module__columnSort__xCE6O{display:block}.Table-styles-module__checkboxBorder__kt\+jo{font-size:var(--18px, 18px) !important}.Table-styles-module__leftColShadow__h4D-L::after{box-shadow:inset 10px 0 8px 0px rgba(5,5,5,.06);position:absolute;top:0;inset-inline-end:0;bottom:-1px;width:30px;transform:translateX(100%);transition:box-shadow .3s;content:"";pointer-events:none;animation-name:Table-styles-module__shadowFadeIn__2-8PZ;animation-duration:.5s}.Table-styles-module__skeletonText__i9tdQ{display:flex;width:100%;height:10px;border-radius:3px}@keyframes Table-styles-module__shadowFadeIn__2-8PZ{0%{opacity:0}100%{opacity:1}}.Table-styles-module__skeleton__p3-5i{display:inline-block;position:relative;overflow:hidden;background-color:var(--table-row-loader, #e9e9e9)}.Table-styles-module__skeleton__p3-5i::after{position:absolute;top:0;inset-inline-end:0;bottom:0;inset-inline-start:0;transform:translateX(-100%);background-image:var(--table-row-loading-image, linear-gradient(90deg, var(--border-box-variant4), rgb(220, 220, 220), var(--border-box-variant4)));animation:Table-styles-module__shimmer__ESWcI 1.5s ease-in-out infinite;content:""}@keyframes Table-styles-module__shimmer__ESWcI{0%{transform:translate3d(-100%, 0, 0)}100%{transform:translate3d(100%, 0, 0)}}
.styles-module__tableWrapper__b-wOQ{position:relative;background-color:var(--background-main-container)}.styles-module__tableContainer__yUFb\+{overflow:auto !important;width:100%;text-overflow:ellipsis;word-wrap:break-word;float:left;float:inline-start;background-color:var(--shade-variant1-color);position:relative;height:calc(100vh - 180px);border-radius:5px;box-shadow:0px 0px 5px 0px rgba(0,0,0,.1)}.styles-module__table__BBnDF{width:100%}.styles-module__tableHeader__ItoqM{position:sticky;top:0;inset-inline-start:0;inset-inline-end:0;z-index:3}.styles-module__tableHeaderRow__YbfJ2{min-height:40px;text-align:start;background-color:var(--table-header-row);position:sticky;top:0}.styles-module__tableHeaderRow__YbfJ2 th{text-align:start;font-weight:600;min-width:200px}.styles-module__tableHead__YDTHl{position:relative}.styles-module__fixedHead__kcgtS{position:sticky;top:0;background-color:var(--table-header-row);z-index:13;inset-inline-start:0}.styles-module__fixedColumn__RJkg6,.styles-module__fixedAtRight__1-h32{position:sticky;inset-inline-start:0;z-index:2;background-color:var(--shade-variant1-color, #fff)}.styles-module__fixedAtRight__1-h32{inset-inline-end:0;inset-inline-start:unset;text-align:center;width:40px;position:sticky;inset-inline-end:0;padding:unset !important}.styles-module__fixedHeadRight__x\+2q2{position:sticky;z-index:13;inset-inline-end:0;background-color:var(--table-header-row);text-align:start;top:0;background-color:var(--table-header-row, #f3f5f6);width:40px}.styles-module__fixedAtRight__1-h32{inset-inline-end:0;inset-inline-start:unset}.styles-module__fixedHeadRight__x\+2q2{position:sticky;inset-inline-start:0;z-index:2;inset-inline-end:0;inset-inline-start:unset}.styles-module__fixedColumn__RJkg6:hover,.styles-module__fixedAtRight__1-h32:hover{background-color:var(--table-row-hover)}.styles-module__leftColShadow__ECfg5::after{box-shadow:inset 10px 0 8px 0px rgba(5,5,5,.06);position:absolute;top:0;inset-inline-end:0;bottom:-1px;width:30px;transform:translateX(100%);transition:box-shadow .3s;content:"";pointer-events:none;animation-name:styles-module__shadowFadeIn__eA-ZM;animation-duration:.5s}@keyframes styles-module__shadowFadeIn__eA-ZM{0%{opacity:0}100%{opacity:1}}.styles-module__asc__q6QkD,.styles-module__desc__3vsWL{cursor:pointer;font-size:var(--14px, 14px);font-family:"icomoon";color:var(--icon-black-to-light);margin-inline-start:10px}.styles-module__asc__q6QkD{rotate:180deg}.styles-module__asc__q6QkD::before{content:""}.styles-module__desc__3vsWL::before{content:""}.styles-module__selected__GUd7n,.styles-module__tableRow__fBV9k:hover{background-color:var(--table-row-hover)}.styles-module__tableRow__fBV9k{height:50px;border-bottom:1px solid var(--table-bottom-border);background-color:var(--shade-variant1-color, #fff)}.styles-module__tableRow__fBV9k td{padding-inline-start:20px}.styles-module__tableRow__fBV9k:hover .styles-module__fixedColumn__RJkg6,.styles-module__tableRow__fBV9k:hover .styles-module__fixedAtRight__1-h32{background-color:var(--table-row-hover)}.styles-module__dummyRow__H2B30{height:50px;border-bottom:none;background-color:var(--shade-variant1-color, #fff)}.styles-module__icons__1g3SM{display:flex;gap:15px}.styles-module__hide__YXrld{visibility:hidden}.styles-module__headCell__AuPkg{min-height:40px;display:flex;align-items:center;padding-inline-start:20px;min-width:200px}.styles-module__resizableTable__35Xrb{height:100%;position:relative}.styles-module__initialResizeLine__sH-ev,.styles-module__resizerLine__qJj5K{position:absolute;width:1px;z-index:10000;pointer-events:none;height:100%;top:0;bottom:0}.styles-module__initialResizeLine__sH-ev{background-color:var(--table-bottom-border)}.styles-module__resizerLine__qJj5K{background-color:#000;z-index:99999}.styles-module__resizer__IYaHA{bottom:7px;cursor:col-resize;position:absolute;inset-inline-end:0px;top:7px;width:10px;z-index:7}.styles-module__resizer__IYaHA::after{background-color:#d3d3d3;content:"";display:inline-block;height:100%;position:absolute;inset-inline-end:4px;top:0;width:1px}.styles-module__resizer__IYaHA:hover::after{background-color:#000}.styles-module__draggingColumnWidth__eJ7iV{position:absolute;top:5px;inset-inline-end:5px;padding:5px;background-color:#000;color:#fff;width:max-content;border-radius:5px;font-size:var(--12px, 12px);letter-spacing:1px}.styles-module__searchInput__jmUrr{width:80%;margin:0 0 15px 20px;padding:4px;animation:styles-module__zoomin__O61Tw ease-in-out 150ms !important;border:1px solid var(--search-box-border);font-size:var(--13px, 13px);border-radius:5px;color:var(--text-color-v5);outline:none;background-color:rgba(0,0,0,0);font-weight:400}.styles-module__searchInput__jmUrr:disabled{cursor:not-allowed}.styles-module__searchInput__jmUrr:hover{border-color:var(--search-box-onhover)}.styles-module__searchInput__jmUrr:focus{border-color:var(--blue-color, #007ce6)}@keyframes styles-module__zoomin__O61Tw{0%{transform:scale3d(0.3, 0.3, 0.3);opacity:0}50%{opacity:1}}@keyframes styles-module__fadeInScroll__RXuCY{0%{opacity:0;bottom:0px}100%{opacity:1;bottom:30px}}@keyframes styles-module__toolTipAnimation__O7X6e{0%{opacity:0}100%{opacity:1}}
.styles-module__scrollToolTip__394Sd{visibility:hidden;position:absolute;width:max-content;font-size:var(--12px, 12px);top:-30px;inset-inline-end:-18px;color:var(--text-color-default);background-color:var(--scrolltotop-bg);padding:4px 8px;border-radius:5px}.styles-module__scrollToTop__NYIFT{position:fixed;width:40px;height:40px;border-radius:50%;background-color:var(--scrolltotop-bg);border:1px solid var(--scrolltotop-border);z-index:100;bottom:60px;inset-inline-end:15px;cursor:pointer;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);animation-name:styles-module__fadeInScroll__9FSeT;animation-duration:1s;object-fit:contain;font-family:"icomoon";font-size:var(--30px, 30px);color:var(--icon-black-to-light)}.styles-module__scrollToTop__NYIFT::before{content:"";position:relative;inset-inline-start:5px;bottom:2px}.styles-module__scrollToTop__NYIFT:hover{border:1px solid #90b0cb}.styles-module__scrollToTop__NYIFT:hover .styles-module__scrollToolTip__394Sd{visibility:visible;animation-name:styles-module__toolTipAnimation__J2Ep9;animation-duration:1s}
.style-module__iconFontProps__\+YcgP,.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__feature-con__X515g .style-module__feature__HLP9s .style-module__info-icon__OgW8F{font-family:"icomoon";font-size:var(--18px, 18px);color:var(--icon-black-to-light)}.style-module__role-editor-con__J6h86{display:flex;flex-direction:column}.style-module__role-editor-con__J6h86 .style-module__role-editor-head__MReYO{width:100%;display:flex;justify-content:space-between;margin-bottom:20px}.style-module__role-editor-con__J6h86 .style-module__role-editor-head__MReYO .style-module__txt__0XArB{font-weight:600;font-size:var(--18px, 18px)}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u{display:flex;margin-bottom:25px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-lbl__nVOe-{line-height:30px;margin-inline-end:25px;font-size:var(--13px, 13px);min-width:75px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC{position:relative;width:80%}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__text-box__FJvaJ{width:350px;padding:5px;font-size:var(--15px, 15px);background-color:rgba(0,0,0,0)}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__text-box__FJvaJ:focus{border:solid 1px var(--primary-button)}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__text__ciEDj{line-height:30px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__char-left__eOq6B{color:var(--text-color-limit);margin-inline-start:5px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__err-txt__S5N\+h{color:var(--text-color-red);margin-inline-start:5px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__desc-char-left__1uz1z{color:var(--text-color-limit);position:absolute;inset-inline-end:0;top:-25px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__text-area__nh5Eq{width:100%;resize:none;height:80px;padding:5px;border:solid 1px var(--border-box-variant2);background-color:rgba(0,0,0,0);font-size:var(--15px, 15px)}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__text-area__nh5Eq:focus{border-color:var(--primary-button, #286ce5);outline:0 none}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__view-only__Clg8T{opacity:.7;pointer-events:none}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__mod-grp-tab__sy8Bn{width:100%}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__mod-grp-tab__sy8Bn thead tr th{text-align:center;padding:10px;background-color:var(--shade-table-header3);border:1px solid var(--border-box-variant2);font-weight:600}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__mod-grp-tab__sy8Bn thead tr th .style-module__hdr__eLqdy{display:flex;align-items:center;justify-content:center}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__mod-grp-tab__sy8Bn tbody tr td{text-align:center;padding:10px 15px;border:1px solid var(--border-box-variant2)}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__mod-grp-tab__sy8Bn tbody tr td:first-child{text-align:start}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__mod-grp-tab__sy8Bn tbody tr .style-module__left-padded__Z2MjG{padding-inline-start:25px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__mod-grp-tab__sy8Bn tbody .style-module__top-heavy__hXinK{border-top:2px solid var(--border-box-variant2)}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__mod-grp-tab__sy8Bn tbody .style-module__bottom-heavy__y3uz0{border-bottom:2px solid var(--border-box-variant2)}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs{display:flex;flex-direction:column;margin:20px 0}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__module-name__EUWCe{border:1px solid var(--border-box-variant2);padding:10px;background-color:var(--shade-table-header);display:flex;align-items:center;font-weight:600}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__feature-con__X515g{display:flex;flex-direction:column}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__feature-con__X515g .style-module__feature__HLP9s{border:1px solid var(--border-box-variant2);border-top:0;padding:10px;display:flex;align-items:center;justify-content:space-between}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__feature-con__X515g .style-module__feature__HLP9s .style-module__info-icon__OgW8F{float:left;float:inline-start;cursor:pointer}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__feature-con__X515g .style-module__feature__HLP9s .style-module__info-icon__OgW8F::before{content:"";color:#286ce5 !important}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__feature-con__X515g .style-module__feature__HLP9s .style-module__con__acgdi{display:flex;align-items:center;cursor:pointer}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__feature-con__X515g .style-module__feature__HLP9s .style-module__select__WxHy4{margin-inline-start:auto;line-height:24px;padding:0 28px 0 8px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__feature-con__X515g .style-module__feature__HLP9s .style-module__select__WxHy4 .style-module__dropdown__Ybo1u{top:25px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__module__QkRRs .style-module__feature-con__X515g .style-module__feature__HLP9s .style-module__select__WxHy4 .style-module__dropdown__Ybo1u .style-module__option__-mDJ7{line-height:28px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__check__gkFpo,.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__innerCheck__aajjT{margin-top:0 !important;margin-bottom:0 !important;display:flex;justify-content:center;top:0px;inset-inline-end:7px;position:relative}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__permissionCheckBox__4zNYy{margin-inline-start:10px}.style-module__role-editor-con__J6h86 .style-module__rol-sec__OBa8u .style-module__rol-con__B6DiC .style-module__innerCheck__aajjT{margin-inline-start:45%}.style-module__role-editor-con__J6h86 .style-module__role-editor-footer__VyW5\+{display:flex;flex-direction:column;width:100%;position:sticky;bottom:-2px;background-color:var(--shade-variant1-color);padding:20px 0;justify-content:center;border-top:1px solid var(--border-box-variant2);flex-wrap:wrap;z-index:11}.style-module__role-editor-con__J6h86 .style-module__role-editor-footer__VyW5\+ .style-module__pri-btn__s0hCX,.style-module__role-editor-con__J6h86 .style-module__role-editor-footer__VyW5\+ .style-module__sec-btn__VnGsq{min-width:100px}.style-module__role-editor-con__J6h86 .style-module__role-editor-footer__VyW5\+ .style-module__sec-btn__VnGsq{margin-inline-start:15px}.style-module__role-editor-con__J6h86 .style-module__role-editor-footer__VyW5\+ .style-module__role-editor-footer-buttons__Cmyj6{display:flex;flex-direction:row;justify-content:center}.style-module__role-editor-con__J6h86 .style-module__role-editor-footer__VyW5\+ .style-module__rol-per-error__2jCqH{color:var(--text-color-red);justify-content:center;display:flex;margin:0px 0 20px 0;height:1em}
.style-module__iconFontProps__C\+JDL,.style-module__container__cm60d .style-module__select-dropdown__wshj2{font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--14px, 14px) !important}.style-module__container__cm60d{position:relative}.style-module__container__cm60d .style-module__select-dropdown__wshj2{position:relative;text-align:start;border:solid 1px var(--border-box-variant4, #e9e9e9);padding:5px 28px;width:100%;display:block;cursor:pointer}.style-module__container__cm60d .style-module__select-dropdown-open__jUQdI{border:solid 1px var(--border-box-variant2, #e2e2e2);outline:0 none;cursor:pointer}.style-module__container__cm60d .style-module__select-dropdown__wshj2::before{content:"";position:absolute;inset-inline-end:10px}.style-module__container__cm60d .style-module__label-text__kuixY{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:95%;display:block}.style-module__container__cm60d .style-module__select-type__C\+nK9{inset-inline-start:0;position:absolute;background-color:var(--shade-dropdown-varient1, #fff);border-bottom:1px solid var(--border-box-dark-null-variant, #ddd);border-inline-end:1px solid var(--border-box-dark-null-variant, #ddd);border-inline-start:1px solid var(--border-box-dark-null-variant, #ddd);width:100%;z-index:9999;max-height:170px;overflow:auto;display:flex;flex-direction:column;line-height:36px;cursor:pointer;text-align:start}.style-module__container__cm60d .style-module__select-type__C\+nK9 .style-module__select-status__ZaIns{padding:0 10px;width:100%;transition:background-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;color:var(--text-color-default, #000) !important;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-module__container__cm60d .style-module__select-type__C\+nK9 .style-module__select-status__ZaIns:hover{background-color:var(--shade-hover-dropdown, rgba(83, 164, 245, 0.1019607843));box-shadow:inset 0 0 5px var(--background-onHover-color, #e9ebef);text-decoration:none}
.style__text-box__fdbBb {
  border: 1px solid var(--border-box-variant2);
  border-radius: 2px;
  color: #000;
  outline: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  background-color: var(--shade-variant1-color);
}
.style__text-box__fdbBb:focus {
  border: solid 1px #1f8dd6;
  outline: 0 none;
}
.style__error__IzAI7 {
  border: 1px solid #F46D72;
}
.style__error__IzAI7:focus {
  border-color: #F46D72;
  box-shadow: none;
  outline: 0 none;
}

.style-module__container__GS34m{margin:10px 60px}.style-module__container__GS34m .style-module__tabs__pmZF7{display:flex;border-bottom:1px solid var(--border-box-variant4, #e9e9e9)}.style-module__container__GS34m .style-module__tabs__pmZF7 a{text-decoration:none}.style-module__container__GS34m .style-module__tabs__pmZF7 a h2{font-size:var(--14px, 14px)}.style-module__container__GS34m .style-module__tabs__pmZF7 .style-module__tab__YmSm7{padding:20px}.style-module__container__GS34m .style-module__tabs__pmZF7 .style-module__tab__YmSm7:hover{cursor:pointer}.style-module__container__GS34m .style-module__tabs__pmZF7 .style-module__active__C42Oi{font-weight:600;border-bottom:5px solid var(--primary-button, #286ce5);background-color:rgba(0,0,0,0) !important}.style-module__container__GS34m .style-module__tabs__pmZF7 .style-module__active__C42Oi h2{font-weight:600}.style-module__container__GS34m .style-module__component__JSz-r{padding:20px 0;position:relative}.style-module__virtualization-style__LbdwC{height:calc(100.5vh - 7em - 50px);overflow-y:auto}.style-module__virtualization-style-inside-zoho-one__YLuUi{height:calc(100.5vh - 4em);overflow-y:auto}.style-module__dropDown__-Pbt1{max-height:105px !important}
.Nav-style-module__trial-msg__lRZCP{display:flex;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-wrap:nowrap;align-items:center}.Nav-style-module__renewal-msg__if7QF{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Nav-style-module__license-info-tt__JS6ZA{position:absolute;top:45px;background-color:var(--tooltip-color-variant1);color:#fff;padding:4px 8px;font-size:var(--12px, 12px);border-radius:4px;inset-inline-start:10px;letter-spacing:.2px;z-index:99999;white-space:nowrap}.Nav-style-module__license-info-tt__JS6ZA::before{position:absolute;content:"";height:8px;width:8px;inset-inline-start:45%;background:var(--tooltip-color-variant1);transform:rotate(45deg);z-index:-1;top:-4px}.Nav-style-module__banner-con-inside-zohoone__Ot8gK{position:relative;z-index:99999}.Nav-style-module__topbar__e\+ez7{height:48px;width:100%;float:left;float:inline-start;box-sizing:border-box;background-color:var(--nav-background);position:fixed;z-index:1000;display:flex}.Nav-style-module__topbar__e\+ez7 ul{padding:0;float:left;float:inline-start;box-sizing:border-box}.Nav-style-module__topbar__e\+ez7 li{float:left;float:inline-start;list-style:none;margin:0}.Nav-style-module__trial-span__uMSzj{display:block;max-width:280px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(min-width: 1500px)and (max-width: 1600px){.Nav-style-module__renewal-msg__if7QF{max-width:280px}}@media(max-width: 1500px){.Nav-style-module__renewal-msg__if7QF{display:none}.Nav-style-module__trial-span__uMSzj{max-width:100px}}
.dropdown_singleselect_filter-module__normal-mode__\+fOOS{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.dropdown_singleselect_filter-module__night-mode__1bygs{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}.dropdown_singleselect_filter-module__techListLabel__GARw-{width:100%;font-weight:400;text-overflow:ellipsis;word-wrap:normal;white-space:nowrap;overflow:hidden;float:left;float:inline-start;margin-bottom:0;cursor:pointer}.dropdown_singleselect_filter-module__techSelect__eb4bJ{border:1px solid var(--border-box-variant4, #e9e9e9);border-radius:5px;color:var(--text-color-default, #000);font-size:13px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;height:32px;width:100%;padding:1px 6px;margin:20px 0 10px;position:relative;display:block;line-height:27px;cursor:pointer;background-color:rgba(0,0,0,0)}.dropdown_singleselect_filter-module__countHeader__GIHBG{display:block !important;list-style:none !important}.dropdown_singleselect_filter-module__countLabel__IQ7SX{margin-inline-end:20px;margin-inline-start:10px}.dropdown_singleselect_filter-module__countImg__BvVHC{font-family:"icomoon";font-size:15px;color:var(--icon-black-to-light, #000);float:right;float:inline-end;inset-inline-end:9px}.dropdown_singleselect_filter-module__countImg__BvVHC:before{content:""}.dropdown_singleselect_filter-module__techListBox__HxWil{max-height:200px;position:absolute;overflow:auto;border-radius:2px;inset-inline-start:-2px;box-shadow:0px 4px 4px rgba(0,0,0,.2);background-color:var(--drop-down-bg-color, #fff);top:31px;animation:dropdown_singleselect_filter-module__topslide__94r4r ease-in-out 50ms;z-index:5}.dropdown_singleselect_filter-module__techListBox__HxWil h3{font-weight:400;line-height:22px;font-size:14px;font-style:italic;margin:0;padding:15px 10px;color:var(--text-color-default, #000);background-color:#f3f3f3;border-bottom:dashed 1px #ccc}.dropdown_singleselect_filter-module__techListBox__HxWil ul{padding:8px 0}.dropdown_singleselect_filter-module__techListBox__HxWil li{list-style:none;font-size:14px;padding:2px 15px;margin:0;float:left;float:inline-start;width:100%;transition:all 200ms linear 0s;text-align:start;cursor:pointer}.dropdown_singleselect_filter-module__techListBox__HxWil li:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843))}.dropdown_singleselect_filter-module__techListBox__HxWil input[type=checkbox]{margin:0 5px;outline:none}@keyframes dropdown_singleselect_filter-module__topslide__94r4r{0%{opacity:0}100%{opacity:1}}.dropdown_singleselect_filter-module__techListError__4LMam{color:var(--text-color-red, #E42527);padding:5px 15px;margin:0}
.night-mode{--secondary-button: transparent;--connect-fill: #202B43;--error-msg-color: #df666d;--button-onhover-fill: #286ce5}.normal-mode{--secondary-button: #fff;--connect-fill: #FFFFFF;--error-msg-color: #f46d72;--button-onhover-fill: #0074D8}
.style__night-mode__HgrqE {
  --secondary-button: transparent;
  --connect-fill: #202B43;
  --error-msg-color: #df666d;
  --button-onhover-fill: #286ce5;
}
.style__normal-mode__QpjR2 {
  --secondary-button: #fff;
  --connect-fill: #FFFFFF;
  --error-msg-color: #f46d72;
  --button-onhover-fill: #0074D8;
}
.style__connectDropDown__3kz5O {
  display: flex;
  justify-content: flex-end;
  float: right;
  /* electron fallback */
  float: inline-end;
  min-width: 90px;
}
.style__connectButton__TO1Ov {
  min-width: 66px;
  border-inline-end: none !important;
  border-radius: 2px 0 0 2px !important;
  padding: 0px 10px 0px;
}
.style__button__WjQvk {
  font-size: var(--12px, 12px);
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  outline: none;
  user-select: none;
}
.style__button__WjQvk:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.style__primary__XD9G- {
  border: 1px solid var(--primary-button, #286ce5);
  background-color: var(--primary-button, #286ce5);
  color: #fff;
}
.style__primary__XD9G-:hover:enabled {
  border: 1px solid var(--primary-button-hover, #2b72f2);
  background-color: var(--primary-button-hover, #2b72f2);
}
.style__secondary__C0Bu0,
.style__secondaryNew__OAoCo,
.style__dropdownbtn__7eWPV {
  border: 1px solid var(--link-and-tertiary-button, #2460cc);
  background-color: transparent;
  color: var(--link-and-tertiary-button, #2460cc);
}
.style__secondaryNew__OAoCo:hover:enabled,
.style__dropdownbtn__7eWPV:hover:enabled {
  background-color: var(--secondary-bluebtn-hover) !important;
}
.style__cancel__l4wMI {
  border: solid 1px var(--cancel-button, #6a6b6c);
  color: var(--cancel-button, #6a6b6c);
  background: transparent;
}
.style__cancel__l4wMI:hover:enabled {
  background-color: var(--cancel-button-hover, #7a7a7b12);
}
.style__error__EUikh {
  border: 1px solid var(--error-msg-color);
  background-color: var(--error-msg-color);
  color: #fff;
}
.style__boxStyle__ayqZJ {
  width: 25px !important;
  height: 25px !important;
  border: 1px solid var(--link-and-tertiary-button, #2460CC) !important;
  background-color: transparent;
  line-height: 19px !important;
  border-radius: 0px 2px 2px 0 !important;
}
.style__boxStyle__ayqZJ:hover {
  background-color: #286ce50d !important;
}
.style__countLabel__PEQpY {
  margin-inline-end: 1px !important;
  color: var(--blue-color, #286ce5);
  font-size: var(--13px, 13px);
}
.style__image__hedM3 {
  font-size: var(--20px, 20px) !important;
  font-family: 'icomoon';
  color: var(--link-and-tertiary-button, #2460CC) !important;
  top: 2px !important;
  inset-inline-end: 2px !important;
}
.style__image__hedM3::before {
  content: '\e227';
}
.style__techListBox__1Bwfy {
  width: 210px !important;
  inset-inline-start: -250px !important;
  top: 24px !important;
}
.style__techListBox__1Bwfy ul {
  padding: 0 0 8px 0 !important;
}
.style__techListBox__1Bwfy ul li {
  padding: 0px !important;
}
.style__techListBox__1Bwfy:hover {
  background-color: var(--drop-down-hover);
}
.style__techListLabel__bBRFS {
  background-color: var(--drop-down-bg-color, #FFFFFF);
  padding: 2px 20px;
  font-size: var(--15px, 15px) !important;
}
.style__techListLabel__bBRFS:hover {
  background-color: var(--drop-down-hover, #53a4f51a);
}
.style__disableStyle__8Xkl5 {
  opacity: 0.5;
}

.style__edit-con__x\+Zmm {
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
}
.style__edit-con__x\+Zmm .style__label__yxCGk {
  font-weight: 600;
  margin-bottom: 5px;
}
.style__edit-con__x\+Zmm .style__label__yxCGk .style__manField__s1fRR {
  color: var(--text-color-red, #E42527);
  margin-inline-start: 2px;
}
.style__edit-con__x\+Zmm .style__text-box__mu6iw {
  border: 1px solid var(--border-box-variant2, #e2e2e2);
  border-radius: 2px;
  outline: none;
  padding: 5px;
  min-width: 200px;
  width: auto;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  background-color: var(--shade-input-color, #fff);
}
.style__edit-con__x\+Zmm .style__text-box__mu6iw:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.style__edit-con__x\+Zmm .style__error__89-aA {
  border: 1px solid var(--text-color-red, #E42527);
}
.style__edit-con__x\+Zmm .style__error__89-aA:focus {
  border-color: var(--text-color-red, #E42527);
  box-shadow: none;
  outline: 0 none;
}
.style__edit-con__x\+Zmm .style__disabled__RlTbC {
  cursor: not-allowed;
  background: var(--shade-variant2-color, #f3f3f3);
}
.style__edit-con__x\+Zmm .style__errorMsg__5AGuH {
  color: var(--text-color-red, #E42527);
  margin: 5px 0px;
}
.style__drop-con__RtD74 {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.style__drop-con__RtD74 div {
  margin: 5px 0px;
  font-weight: 700;
}
.style__drop-con__RtD74 .style__dropdown__AYRmt {
  font-weight: normal;
  margin: 0px 0px;
}
.style__drop-con__RtD74 .style__errorMsg__5AGuH {
  color: var(--text-color-red, #E42527);
  font-weight: normal;
}
.style__ic-con__aeOoR {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0px;
}
.style__ic-con__aeOoR .style__ic-ip__PlF9P {
  display: flex;
  margin: 5px 0px;
}
.style__ic-con__aeOoR .style__ic-ip__PlF9P input {
  border: solid 1px #d5d5d5;
  font-weight: bold;
  outline: none;
  width: 91%;
  padding: 5px;
}
.style__ic-con__aeOoR .style__ic-ip__PlF9P .style__copyImg__KcrA0 {
  background: url(copy-icon.65bec52a9f91f559.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  background-size: 15px;
  border: 1px solid #b0e0e6ba;
}
.style__ic-con__aeOoR .style__ic-ip__PlF9P .style__copyImg__KcrA0:hover {
  cursor: pointer;
}
.style__msg-con__m7uMp {
  border: 1px solid #fbd46d;
  background: #faf0af;
  display: flex;
  align-items: center;
  width: 400px;
  overflow-wrap: break-word;
  transition: 1s cubic-bezier(0.4, 0, 1, 1);
  position: fixed;
  padding: 7px;
  border-radius: 10px;
}
.style__msg-con__m7uMp .style__txt__P8M9M {
  font-size: var(--13px, 13px);
  margin-inline-end: 10px;
}
.style__msg-con__m7uMp .style__icon__RcJ86 {
  background: url(downward-icon.77a3f874ea213c7d.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 40px;
  margin-inline-end: 10px;
  background-size: 35px;
}
.style__msg-con__m7uMp .style__ticon__niMjP {
  transform: rotate(180deg);
}
.style__top__83xJk {
  top: -100px;
  inset-inline-end: 5px;
  z-index: 2;
}
.style__bottom__SGpG9 {
  bottom: -100px;
}
.style__left__v5dYm {
  inset-inline-start: 5px;
}
.style__notification__jXcSR {
  border-radius: 25px;
  border: none;
  max-width: 500px;
  overflow-wrap: break-word;
  position: fixed;
  text-align: center;
  padding: 10px 15px;
  color: white;
  font-size: var(--14px, 14px);
  transition: 1s cubic-bezier(0.4, 0, 1, 1);
  z-index: 99999999;
}
.style__nerr__31QXR {
  background-color: #de5345;
}
.style__nnorm__2\+9Qt {
  background-color: #283f49;
}
.style__nhide__eANpc {
  top: -100px;
}
.style__show__kIkaU {
  top: 70px;
}

.style-module__iconFontProps__yxGYc,.style-module__requestView__4qpXR .style-module__chat__DTelt .style-module__chatIcon__42iFb{font-family:"icomoon";font-size:var(--22px, 22px) !important;margin-inline-start:15px;margin-top:3px;color:var(--icon-black-to-light)}.style-module__requestView__4qpXR{display:flex;flex-direction:row;justify-content:space-between;height:100%;width:100%;overflow:hidden}.style-module__requestView__4qpXR .style-module__status__yOIUN{width:75%;justify-content:center;height:100%;align-items:center;display:flex}.style-module__requestView__4qpXR .style-module__statusFull__31qqY{width:100% !important}.style-module__requestView__4qpXR .style-module__chat__DTelt{margin-inline-start:auto;height:100%;width:25%}.style-module__requestView__4qpXR .style-module__chat__DTelt .style-module__chatIcon__42iFb{height:100%;width:100%}.style-module__requestView__4qpXR .style-module__chat__DTelt .style-module__component__4GpcQ{align-items:center;height:calc(100vh - 90px);width:100%;background-color:#e9e9e9}.style-module__requestView__4qpXR .style-module__deletemodal__zRa6y{border-radius:5px;position:fixed;width:450px;height:200px;margin:auto;top:50%;left:50%;transform:translate(-50%, -50%);z-index:9999999;text-align:start;padding-top:30px;padding-inline-end:30px;padding-bottom:30px;padding-inline-start:30px;height:fit-content;font-size:var(--14px, 14px)}.style-module__requestView__4qpXR .style-module__deletemodal__zRa6y .style-module__warningCon__7zHuT{display:flex;flex-direction:column}.style-module__requestView__4qpXR .style-module__deletemodal__zRa6y .style-module__warningCon__7zHuT .style-module__warning__VC9dg{font-weight:700;font-size:var(--16px, 16px)}.style-module__requestView__4qpXR .style-module__deletemodal__zRa6y .style-module__warningCon__7zHuT .style-module__warningHeader__EXmGh{margin:10px 0px}.style-module__requestView__4qpXR .style-module__deletemodal__zRa6y .style-module__warningCon__7zHuT .style-module__ftr__2bkCO{display:flex;flex-direction:row;margin-top:10px;margin-inline-end:0px;margin-bottom:0px;margin-inline-start:0px;justify-content:end}.style-module__requestView__4qpXR .style-module__deletemodal__zRa6y .style-module__warningCon__7zHuT .style-module__ftr__2bkCO .style-module__btn__rOhdE{padding:5px 25px;font-size:var(--14px, 14px);margin-inline-start:15px;border-radius:5px}.style-module__chatIcon__42iFb::before{content:""}
.style-module__cardContainer__LB8pC{display:flex;flex-direction:column;box-shadow:0 0px 8px 0 rgba(0,0,0,.3);transition:.3s;min-height:250px;width:500px;overflow-wrap:break-word;height:fit-content}.style-module__cardContainer__LB8pC .style-module__cardHeader__16btI{display:flex;align-items:center;padding:15px 20px}.style-module__cardContainer__LB8pC .style-module__cardHeader__16btI .style-module__cardIcon__K5sin{background-size:22px;background-repeat:no-repeat;background-position-y:center;width:30px;height:30px}.style-module__cardContainer__LB8pC .style-module__cardHeader__16btI .style-module__reqOpen__dvHVp{background-image:url(done.a64733e4a04270cd.png)}.style-module__cardContainer__LB8pC .style-module__cardHeader__16btI .style-module__reqAssigned__CNNzD{background-image:url(info-icon-blue.4b744b553fbabc77.png)}.style-module__cardContainer__LB8pC .style-module__cardHeader__16btI .style-module__reqDeclined__dzsU3{background-image:url(info-icon-red.d0b795f2ad72dc2e.png)}.style-module__cardContainer__LB8pC .style-module__cardHeader__16btI .style-module__headerText__Isg5j{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--16px, 16px)}.style-module__cardContainer__LB8pC .style-module__cardBody__4cTf6{overflow-y:auto;padding:0px 20px}.style-module__cardContainer__LB8pC .style-module__cardBody__4cTf6 .style-module__body-txt-con__8qJy1{display:flex;align-items:center}.style-module__cardContainer__LB8pC .style-module__cardBody__4cTf6 .style-module__body-txt-con__8qJy1 .style-module__techName__lH0gI{font-weight:600}.style-module__cardContainer__LB8pC .style-module__cardBody__4cTf6 .style-module__bodycmg__MoOCY{margin:15px 0px}.style-module__cardContainer__LB8pC .style-module__cardBody__4cTf6 .style-module__bodycmg__MoOCY .style-module__linux-con__hFH2Y .style-module__tabs__l8bu5{display:flex}.style-module__cardContainer__LB8pC .style-module__cardBody__4cTf6 .style-module__bodycmg__MoOCY .style-module__linux-con__hFH2Y .style-module__tabs__l8bu5 .style-module__tab__3NxLm{padding-top:10px;padding-inline-end:0px;padding-bottom:5px;padding-inline-start:0px;margin-inline-end:25px;font-weight:600}.style-module__cardContainer__LB8pC .style-module__cardBody__4cTf6 .style-module__bodycmg__MoOCY .style-module__linux-con__hFH2Y .style-module__tabs__l8bu5 .style-module__tab__3NxLm:hover{cursor:pointer}.style-module__cardContainer__LB8pC .style-module__cardBody__4cTf6 .style-module__bodycmg__MoOCY .style-module__linux-con__hFH2Y .style-module__tabs__l8bu5 .style-module__active__Z3bNN{border-bottom:2px solid var(--primary-button, #286ce5)}.style-module__cardContainer__LB8pC .style-module__cardFooter__doqfN{display:flex;justify-content:space-between;margin-top:10px;background-color:#98fb98;padding:13px 20px;align-items:center}.style-module__cardContainer__LB8pC .style-module__cardFooter__doqfN .style-module__footerText__CrIa1{font-weight:600}.style-module__cardContainer__LB8pC .style-module__cardFooter__doqfN .style-module__component__6OIWZ .style-module__hyperLink__MVB6L{color:#1f8dd6;cursor:pointer;font-weight:600}
.style-module__profile-con__gFV86{margin-inline-end:5px}.style-module__profile-con__gFV86 .style-module__profile__myTg0{border-radius:68px;box-shadow:0 0px 1px 0 rgba(0,0,0,.3);transform:scale(0.7);width:60px;margin-inline-start:-8px}
.style-module__issue-con__dOUnV{background:rgba(217,237,247,.3882352941);border-radius:5px;padding:12px;margin:10px 0px}.style-module__issue-con__dOUnV .style-module__header__rVUjd{display:flex;justify-content:space-between}.style-module__issue-con__dOUnV .style-module__header__rVUjd .style-module__title__uIQtl{font-weight:600}.style-module__issue-con__dOUnV .style-module__header__rVUjd .style-module__time__XtO2h{color:#817d7d}
.style-module__rightPane__ZZJ64{height:100%;width:100%}.style-module__rightPane__ZZJ64 .style-module__optionsBar__tctc1{height:43px;width:100%;background-color:#e9e9e9;display:flex;align-items:center;border-inline-start:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf}.style-module__rightPane__ZZJ64 .style-module__optionsBar__tctc1 .style-module__options__Cx35-{height:100%;width:48px;overflow:hidden}.style-module__rightPane__ZZJ64 .style-module__optionsBar__tctc1 .style-module__options__Cx35- .style-module__opt__aDJan .style-module__option__lkBuO{width:100%;height:100%}.style-module__rightPane__ZZJ64 .style-module__optionsBar__tctc1 .style-module__options__Cx35- .style-module__selected__Vz31-{border-top:3px solid #008cdf}.style-module__rightPane__ZZJ64 .style-module__component__l9EUB{align-items:center;height:95%;width:100%;background-color:#e9e9e9}
.style-module__chatPanel__3e9kS{height:100%;width:100%;box-shadow:rgba(0,0,0,.09) 0px 3px 12px;display:flex;flex-direction:column;box-sizing:border-box}.style-module__isChatPanelForTechnician__JQsPx{position:absolute;top:0;left:0}.style-module__isSelectedPanel__5B-8p{visibility:visible}.style-module__isNotSelectedPanel__DwzjM{visibility:hidden}.style-module__chatPanelPopOut__UwPAL{position:fixed !important;top:20rem;left:20rem;width:25rem !important;height:55%;z-index:1}.style-module__chatPanelMinimized__Jckf8{height:fit-content}.style-module__chatPanelPlaceholderContainer__lVw-F{width:100%;height:95%;display:flex;justify-content:center;align-items:center;background-color:#f6f6f6}.style-module__chatPanelPlaceholder__BaQOz{background-color:#f6f6f6;border:1px dashed #c6c8ca;display:flex;justify-content:center;align-items:center;color:#c6c8ca;height:90%;width:90%}.style-module__chatPanelPlaceholderContent__sMQ5q{width:65%;font-size:1.5rem;text-align:center}.style-module__chatHeader__z4nOp{height:6%;width:100%;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;background-color:#fff;align-items:center;display:flex;padding-left:15px;padding-top:8px;padding-bottom:8px;box-sizing:border-box}.style-module__chatHeaderAgent__XTgnt{height:45px}.style-module__chatHeaderPopOut__Yf05l{background-color:#43494e;height:5%;display:flex;align-items:center;padding:.5rem;justify-content:space-between}.style-module__chatTitlePopOut__9oKZP{color:#fff}.style-module__chatActions__qu5Bb{display:flex;height:100%;align-items:center;width:fit-content;position:relative;justify-content:center;gap:.3rem}.style-module__tooltipContainer__QsF8R{position:absolute;border-radius:6px;top:2rem;left:0rem;width:max-content;background-color:#2e363f;color:#fff;z-index:1;display:flex;justify-content:center;align-items:center;font-size:.9rem;padding:.3rem}.style-module__rotate180__L20C7{transform:rotate(180deg)}.style-module__chatTitle__6UlPl{max-width:45%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:1.5rem;display:flex;align-items:center}.style-module__chatTitleAgent__h41DE{width:100%;display:inline;height:24px;max-width:none}.style-module__chatTitlePopOut__9oKZP{color:#fff}.style-module__chatPopoutIcon__aUMun{height:1.8rem;width:1.5rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat center rgba(0,0,0,0);background-size:14.5rem;background-position:-11.9rem -6.4rem;cursor:pointer;position:relative}.style-module__chatUnmutedNotificationIcon__Crzgr{height:1.7rem;width:1.5rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat center rgba(0,0,0,0);background-size:16.5rem;background-position:-7.5rem -8.9rem;cursor:pointer;position:relative}.style-module__chatMutedNotificationIcon__9xY2b{height:1.7rem;width:1.5rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat center rgba(0,0,0,0);background-size:16.5rem;background-position:-9rem -8.9rem;cursor:pointer;position:relative}.style-module__chatMinimiseIcon__1nTSc{height:1.7rem;width:1.5rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat center rgba(0,0,0,0);background-size:16.5rem;background-position:-1rem -4.3rem;transform:rotate(180deg);cursor:pointer;position:relative}.style-module__chatMaximizeIcon__O8HUv{height:1.7rem;width:1.5rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat center rgba(0,0,0,0);background-size:16.5rem;background-position:-1.5rem -4.2rem;cursor:pointer;position:relative}.style-module__chatCloseIcon__1qgtj{height:1.7rem;width:1.5rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat center rgba(0,0,0,0);background-size:13.5rem;background-position:.5rem -4.6rem;cursor:pointer;position:relative}.style-module__chatMessages__bedzt{flex-grow:1;background-color:#f6f6f6;overflow-y:auto;overflow-x:hidden;height:84%;position:relative;box-sizing:border-box;scrollbar-width:none}.style-module__chatMessages__bedzt::-webkit-scrollbar{display:none}.style-module__chatMessagesPopOut__\+XMSs{height:75% !important}.style-module__messageContainer__TgvnT{padding-left:15px;padding-right:15px;display:flex;gap:.5rem;margin-top:18px;margin-bottom:18px;font-size:14px}.style-module__message__iMh7L{max-width:65%;border-radius:10px 10px 10px 10px;padding:9.5px;user-select:text}.style-module__senderMsgContainer__pop0X{flex-direction:row-reverse}.style-module__receiverMsgContainer__z4njW{flex-direction:row}.style-module__messageFailedStatus__8b2R0{margin-top:-0.5rem;color:#f46d72;text-align:right;padding-right:1rem;margin-bottom:1rem;font-size:13px}.style-module__messageFailureContainer__xwp38{position:relative}.style-module__messageFailureIcon__IYeap{width:23px;height:23px;cursor:pointer}.style-module__failureActionsDropDown__EIFNI{position:absolute;top:32px;width:120px;z-index:1;right:-45px;outline:none}.style-module__failureActionsContainer__eOyyJ{background-color:#fff;border-radius:5px;box-shadow:rgba(0,0,0,.35) 0px 5px 15px}.style-module__failureAction__FA4p2{padding:7px 12px;height:32px;display:flex;align-items:center;color:#43494e;cursor:pointer}.style-module__hideInput__Z6OrX{position:absolute;height:0;width:0;border:none;opacity:0;outline:none}.style-module__divider__Fmzuc{height:1px;background-color:#cfcfcf}.style-module__spacer__wFHo9{height:1rem;background-color:rgba(0,0,0,0)}.style-module__chatTime__bl1Ax{margin-top:9.5px;color:#a9a9a9}.style-module__senderMsg__GkOrv{background-color:#008cdf;color:#fff}.style-module__receiverMsg__1JvvP{background-color:#e9e9e9;border-radius:10px}.style-module__chatComposerContainer__9ZJHa{padding:10px 7px;height:15%;background-color:#f6f6f6;box-sizing:border-box}.style-module__chatComposerContainerDisabled__3-nvj{background-color:#fbf5e5;box-sizing:border-box}.style-module__chatComposerContainerPopOut__PzGMH{height:25% !important}.style-module__chatComposer__XewyS{height:100%;border-radius:5px;border:1px solid rgba(0,0,0,0.1607843137);display:flex;flex-direction:column}.style-module__chatAreaFocussed__YaluN{border:1px solid #008cdf !important}.style-module__chatAreaContainer__mqRAe{height:75%;position:relative;background-color:#fff;padding:10px;box-sizing:border-box;border-radius:5px;flex-grow:1}.style-module__agentChatAreaContainer__6Byzs{height:100%;position:relative;background-color:#fff;padding:10px;box-sizing:border-box;border-radius:5px}.style-module__chatArea__c39o2{height:100%;width:100%;outline:none;overflow-x:hidden;overflow-y:auto;font-size:14px}.style-module__chatArea__c39o2:empty:before{content:attr(placeholder);opacity:.5;display:block;font-size:14px}.style-module__chatBlockingOverlay__xDSC5{position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,0);z-index:100;top:0;left:0}.style-module__showChatBlockingOverlay__sSTeV{display:block}.style-module__hideChatBlockingOverlay__VwaE1{display:none}.style-module__textMessageContent__q4AgE{margin-top:0;margin-bottom:0;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;background:#1f8dd6;color:#fff;border:none;padding:0px}.style-module__textMessageContentReceiver__OPGmc{background:#e9e9e9;margin-top:0;margin-bottom:0;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;border:none;padding:0px}.style-module__loader__7iP2Q{height:2rem;background:url(Loader.2016ff8aa5b95964.gif) no-repeat center rgba(0,0,0,0);background-size:5rem;background-position:center center;text-align:center;margin-top:1rem}.style-module__chatAgentDisabled__eScLD{background-color:#fbf5e5;font-size:14px;height:fit-content;padding:10px 25px 10px 25px}.style-module__messagesFailureIcon__yDv8Q{width:13px;height:13px;cursor:pointer}.style-module__retryIcon__013IT{display:flex;flex-direction:row;margin:10px 0px 0px 0px;align-items:center;justify-content:center}.style-module__retry__sWIig{text-align:center;font-size:12px;color:var(--text-color-red, #E42527);cursor:pointer;margin-left:5px}.style-module__dragCursor__SsbUk{cursor:move}
.ChatOptions-style-module__optionsContainer__mIoIw{font-size:13px;line-height:26px;letter-spacing:0;cursor:pointer}.ChatOptions-style-module__chatOptionsContainer__Fd5cm{display:flex !important;justify-content:space-between;padding:4px 15px;background-color:#fff}.ChatOptions-style-module__chatOptionsContainerInChatSession__Broyc{height:25%;box-sizing:border-box;border-radius:5px;padding:4px 10px !important}.ChatOptions-style-module__chatOptions__zIYnw{display:flex;gap:1rem}.ChatOptions-style-module__options__dR48M{display:flex;align-items:center;gap:5px;position:relative;color:#1f8dd6;user-select:none}.ChatOptions-style-module__icons__1UPt3{width:13px;height:13px;background-size:13px;background-repeat:no-repeat;background-position:center}.ChatOptions-style-module__generateIcon__jRXni{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAPNJREFUKFNjlOu5toCRkSGegQTwn+H/Akb53mv/HxZrMZKgjwGkB69G2a7byo/LVO+iG0pQo3z3dcv/jP9MHpVoT0bWTFAjSLFc7/WJDAz/Xjwq1m6HacbQKNdzdTUDA6MGpn//s/xnZqx8XKi1ASSHoRHkJwbG35zIGv8x/tdgYWSc/JeR2eRJkfpTrBoxAqH/miTDP4atwFA3IsmPcv3XXB4Vau0hOVRxxS3cj4xMnIL//36fD1QoQDgh/BdgYGT8CE4ADP//X/jPyLjw3z/GC4Q1MjA8KdU8ANb4j4Ex8XGx5gJiNMHUMMr2Xk8gVRNIMwAiDIb5ZlJd6QAAAABJRU5ErkJggg==)}.ChatOptions-style-module__rephraseIcon__C5jQO{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAUJJREFUKFONkkFSwkAQRbsniWWxYq8SXCIbjwA34AbGG5hCXcetmoIbwBG4gXgCswksjahVLrNCFky36VhjxQFLZjc99fp3/z8I1vHj2VQTRm9Xran9Vr3jwW166jr4RIDnr/3WuHE/G2risefVMtbLB0Z4WfTbPbsJSuEongcKeFQodY2SKANwHVWtk4XH+VZQiod3847r7iesP0dr4hupieo2SN6wEacRg8rKMeN0ojVEjsJAxtWeyvcIzojg0d4ZRYmZ8vfrdiIjI3NncXkSyK7EOJHuaxeyj7CV/TJHLs3Bc51oOVCqFmpa9Qzsx2my1hBI040dBRL3AAGNEaVZzFFR8wuD8gLu2nAZh+NAVKgFYoTJERU0xelvpU24jKN6TI5m57/gDdBuZDK2lf8Fqx+kCu8EboN3Bn9g5iEhXnwB1d3MCtAcir0AAAAASUVORK5CYII=)}.ChatOptions-style-module__stopGenerateIcon__xsepv{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZyBpZD0iR3JvdXBfMjYiIGRhdGEtbmFtZT0iR3JvdXAgMjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDg4IC0xMDIxKSI+CiAgICA8ZyBpZD0iUmVjdGFuZ2xlXzM3IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAzNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ4OCAxMDIxKSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMWY4ZGQ2IiBzdHJva2Utd2lkdGg9IjEiPgogICAgICA8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIzIiBzdHJva2U9Im5vbmUiLz4KICAgICAgPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIuNSIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8zOCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMzgiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0OTIgMTAyNSkiIGZpbGw9IiMxZjhkZDYiLz4KICA8L2c+Cjwvc3ZnPgo=)}.ChatOptions-style-module__regenerateIcon__yMdVr{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAPNJREFUKFNjlOu5toCRkSGegQTwn+H/Akb53mv/HxZrMZKgjwGkB69G2a7byo/LVO+iG0pQo3z3dcv/jP9MHpVoT0bWTFAjSLFc7/WJDAz/Xjwq1m6HacbQKNdzdTUDA6MGpn//s/xnZqx8XKi1ASSHoRHkJwbG35zIGv8x/tdgYWSc/JeR2eRJkfpTrBoxAqH/miTDP4atwFA3IsmPcv3XXB4Vau0hOVRxxS3cj4xMnIL//36fD1QoQDgh/BdgYGT8CE4ADP//X/jPyLjw3z/GC4Q1MjA8KdU8ANb4j4Ex8XGx5gJiNMHUMMr2Xk8gVRNIMwAiDIb5ZlJd6QAAAABJRU5ErkJggg==)}.ChatOptions-style-module__tooltip__VOrZm{width:10rem;background-color:#2e363f;padding:.5rem;position:absolute;bottom:1.5rem;border-radius:5px;font-size:.7rem;left:0rem;color:#fff;opacity:none;text-align:left;font-weight:400;line-height:18px}.ChatOptions-style-module__ziaIntegrationInfoContainer__yUEYg{display:flex;background-color:#efe6c8;justify-content:space-between;align-items:center;padding:4px 15px;font-size:12px;line-height:26px;letter-spacing:0}.ChatOptions-style-module__ziaIntegrationInfoContainerInChatSession__Gi\+fQ{box-sizing:border-box !important;height:25% !important;line-height:normal !important;border-bottom-left-radius:5px !important;border-bottom-right-radius:5px !important}.ChatOptions-style-module__messageContainer__Z4qOk{display:flex;align-items:center}.ChatOptions-style-module__messageContainer__Z4qOk:hover{cursor:pointer}.ChatOptions-style-module__infoMessage__HCItW{color:#1f8dd6;display:flex;align-items:center;width:9.8rem;justify-content:space-between}.ChatOptions-style-module__closeIcon__Bqb5K{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MTQiIGhlaWdodD0iMTEuNDE0IiB2aWV3Qm94PSIwIDAgMTEuNDE0IDExLjQxNCI+CiAgPGcgaWQ9ImNsb3NlLW5ldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjI5MyAtMTIuMjkzKSI+CiAgICA8bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgeDE9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzIDEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMiIgZGF0YS1uYW1lPSJMaW5lIDIiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAxMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat center rgba(0,0,0,0);width:10px;height:10px;background-size:10px}.ChatOptions-style-module__closeIcon__Bqb5K:hover{cursor:pointer}.ChatOptions-style-module__openAIItengrationContainer__tsYTt{background-color:#fff}.ChatOptions-style-module__full_screen_overlay__3zh6l{position:absolute;width:100vw;height:100vh;background-color:#000;z-index:1000;opacity:.5;top:0;left:0}.ChatOptions-style-module__closeErrorIcon__tp6jv{min-width:10px;height:10px;background-size:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MTQiIGhlaWdodD0iMTEuNDE0IiB2aWV3Qm94PSIwIDAgMTEuNDE0IDExLjQxNCI+CiAgPGcgaWQ9ImNsb3NlLW5ldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjI5MyAtMTIuMjkzKSI+CiAgICA8bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgeDE9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzIDEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMiIgZGF0YS1uYW1lPSJMaW5lIDIiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAxMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=);cursor:pointer}.ChatOptions-style-module__chat_info_icon__ne\+qk{min-width:15px;height:15px;background-size:15px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41IiBoZWlnaHQ9IjE2LjUiIHZpZXdCb3g9IjAgMCAxNi41IDE2LjUiPgogIDxnIGlkPSJJY29uX2ZlYXRoZXItaW5mbyIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItaW5mbyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjUgLTIuMjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzI5IiBkYXRhLW5hbWU9IlBhdGggMjkiIGQ9Ik0xOCwxMC41QTcuNSw3LjUsMCwxLDEsMTAuNSwzLDcuNSw3LjUsMCwwLDEsMTgsMTAuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDApIiBmaWxsPSJub25lIiBzdHJva2U9IiNjZjk5MTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMwIiBkYXRhLW5hbWU9IlBhdGggMzAiIGQ9Ik0xOCwxOHY1LjQ5NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAtMTEuNTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNjZjk5MTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMxIiBkYXRhLW5hbWU9IlBhdGggMzEiIGQ9Ik0xOCwxMmgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIuOTA4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2Y5OTE5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS43Ii8+CiAgPC9nPgo8L3N2Zz4K)}.ChatOptions-style-module__disableTest__s\+StF{opacity:.7;pointer-events:none}.ChatOptions-style-module__errorIconInOptions__--Juu{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41IiBoZWlnaHQ9IjE2LjUiIHZpZXdCb3g9IjAgMCAxNi41IDE2LjUiPgogIDxnIGlkPSJJY29uX2ZlYXRoZXItaW5mbyIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItaW5mbyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjUgLTIuMjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzI5IiBkYXRhLW5hbWU9IlBhdGggMjkiIGQ9Ik0xOCwxMC41QTcuNSw3LjUsMCwxLDEsMTAuNSwzLDcuNSw3LjUsMCwwLDEsMTgsMTAuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDApIiBmaWxsPSJub25lIiBzdHJva2U9IiNjZjk5MTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMwIiBkYXRhLW5hbWU9IlBhdGggMzAiIGQ9Ik0xOCwxOHY1LjQ5NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAtMTEuNTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNjZjk5MTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMxIiBkYXRhLW5hbWU9IlBhdGggMzEiIGQ9Ik0xOCwxMmgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIuOTA4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2Y5OTE5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS43Ii8+CiAgPC9nPgo8L3N2Zz4K);width:15px;height:15px;background-position:center;background-size:15px;cursor:pointer}.ChatOptions-style-module__errorIconGifOptions__0-95M{background-image:url(Chat_Error_Info.b16a9b3512d77ad3.gif);width:23px;height:23px;background-position:center;background-size:23px;cursor:pointer}.ChatOptions-style-module__helperIcon__KbzVK{width:15px;height:15px;background-size:10px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZyBpZD0iR3JvdXBfMzMiIGRhdGEtbmFtZT0iR3JvdXAgMzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjk0IC0xMDE4KSI+CiAgICA8ZyBpZD0iRWxsaXBzZV8yMCIgZGF0YS1uYW1lPSJFbGxpcHNlIDIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjk0IDEwMTgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxZjhkZDYiIHN0cm9rZS13aWR0aD0iMSI+CiAgICAgIDxjaXJjbGUgY3g9IjciIGN5PSI3IiByPSI3IiBzdHJva2U9Im5vbmUiLz4KICAgICAgPGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYuNSIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPHRleHQgaWQ9Il8iIGRhdGEtbmFtZT0iPyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTY5OCAxMDI5KSIgZmlsbD0iIzFmOGRkNiIgZm9udC1zaXplPSIxMSIgZm9udC1mYW1pbHk9IlpvaG9QdXZpLVJlZ3VsYXIsIFpvaG8gUHV2aSI+PHRzcGFuIHg9IjAiIHk9IjAiPj88L3RzcGFuPjwvdGV4dD4KICA8L2c+Cjwvc3ZnPgo=) no-repeat center rgba(0,0,0,0);cursor:pointer}.ChatOptions-style-module__learnMoreLink__\+XPIw{text-decoration:none;color:#1f8dd6}.ChatOptions-style-module__ziaIntegrationToolTip__VgF1R{left:-2px;bottom:11px}.ChatOptions-style-module__tooltipContainer__B-HVp{position:relative;width:100%;height:100%;display:inline-block}.ChatOptions-style-module__contactAdminMsg__0grbY{cursor:auto;width:max-content;gap:.5rem;color:#000}.ChatOptions-style-module__contactAdminTooltip__zowhc{left:-50px;bottom:13px}.ChatOptions-style-module__errorMessageContainer__yqa9i{background-color:#fff8e1;z-index:500;border-radius:30px;font-size:12px;line-height:17px;align-items:center;gap:1rem;padding:10px 10px;margin:0 10px;width:fit-content;word-break:break-word}.ChatOptions-style-module__showErrorMessageContainer__io2s9{display:flex}.ChatOptions-style-module__hideErrorMessageContainer__1z2fy{display:none}.ChatOptions-style-module__errorMessageContainerForChatSession__Rmp\+H{position:sticky;bottom:5%}.ChatOptions-style-module__errorMessageContainerForRemoteSession__lw8d5{bottom:135px;position:absolute}.ChatOptions-style-module__errorMessage__75NpF{max-width:75%;overflow-wrap:break-word}
.style-module__smCon__e2w0M{display:flex;flex-direction:column;margin:10px;line-height:17px}.style-module__smCon__e2w0M .style-module__time__H9D6z{text-align:center;font-size:10px;margin-top:10px;margin-bottom:5px}.style-module__smCon__e2w0M .style-module__sm__C-8Nh{text-align:center;font-size:12px;font-style:italic}.style-module__smCon__e2w0M .style-module__card__65m3w{width:85%;margin:10px 0px;background-color:#e9e9e9;color:#43494e;padding:15px 15px 10px 15px;border-radius:10px}.style-module__smCon__e2w0M .style-module__card__65m3w .style-module__cardBodyText__aXtoP{font-size:13px;line-height:22px}.style-module__smCon__e2w0M .style-module__card__65m3w .style-module__linkExpiry__2qgGK{display:flex}.style-module__smCon__e2w0M .style-module__card__65m3w .style-module__linkExpiry__2qgGK .style-module__infoIcon__v68cJ{font-family:"icomoon";color:var(--link-and-tertiary-button, #2460cc);font-size:15px;margin-right:5px}.style-module__smCon__e2w0M .style-module__card__65m3w .style-module__linkExpiry__2qgGK .style-module__linkExpiryText__7A1qy{font-size:12px}.style-module__smCon__e2w0M .style-module__card__65m3w .style-module__actionBtns__b4qZe{margin:15px 0px;display:flex;flex-wrap:wrap}.style-module__smCon__e2w0M .style-module__card__65m3w .style-module__actionBtns__b4qZe .style-module__primary__jG9Er{border-radius:5px;margin-right:10px;padding:5px 10px;cursor:pointer}.style-module__smCon__e2w0M .style-module__card__65m3w .style-module__actionBtns__b4qZe .style-module__secondary__adWED{border-radius:5px;margin-right:10px;padding:5px 25px;cursor:pointer;background:#fff}.style-module__infoIcon__v68cJ::before{content:""}
.ChatTranslation-style-module__chatTranslationContainer__0U290{width:fit-content;display:flex;justify-content:space-between;align-items:center;gap:.3rem;margin-top:1rem;cursor:pointer;user-select:none}.ChatTranslation-style-module__loader__LVnnS{height:1rem;width:1.5rem;background:url(Loader.2016ff8aa5b95964.gif) no-repeat center rgba(0,0,0,0);background-size:2rem;opacity:.7}.ChatTranslation-style-module__translateMsg__21-6U{color:#7f7f7f;font-size:12px}.ChatTranslation-style-module__translateFailureStatus__CqPnR{color:#eb4d4b}
.checkbox-module__iconFontProp__ddPco,.checkbox-module__unchecked__K-T3d,.checkbox-module__checked__S5N0c{font-family:"icomoon";font-size:var(--24px, 24px)}.checkbox-module__unchecked__K-T3d,.checkbox-module__checked__S5N0c{margin-inline-end:7px;cursor:pointer;position:relative;color:var(--primary-button, #286CE5);border:none;background-color:rgba(0,0,0,0)}.checkbox-module__checked__S5N0c::before{content:""}.checkbox-module__unchecked__K-T3d::before{content:""}.checkbox-module__chcekboxContainer__57ebu{display:flex;position:relative;width:fit-content;float:left;float:inline-start;align-items:center;margin-top:10px}
.switch.switch--default>.switch-toggle{height:32px;width:52px;cursor:pointer !important;user-select:none !important;position:relative !important;display:inline-block}.switch.switch--default>.switch-toggle.switch-toggle--on::before,.switch.switch--default>.switch-toggle.switch-toggle--on::after,.switch.switch--default>.switch-toggle.switch-toggle--off::before,.switch.switch--default>.switch-toggle.switch-toggle--off::after{content:"";left:0;position:absolute !important}.switch.switch--default>.switch-toggle.switch-toggle--on::before,.switch.switch--default>.switch-toggle.switch-toggle--off::before{height:inherit;width:inherit;border-radius:16px;will-change:background;transition:background .3s .3s ease-out}.switch.switch--default>.switch-toggle.switch-toggle--on::after,.switch.switch--default>.switch-toggle.switch-toggle--off::after{top:2px;height:28px;width:28px;border-radius:14px;background:#fff !important;will-change:transform;transition:transform .3s ease-out}.switch.switch--default>.switch-toggle.switch-toggle--on::before{background:#006ae6 !important}.switch.switch--default>.switch-toggle.switch-toggle--on::after{transform:translateX(22px)}.switch.switch--default>.switch-toggle.switch-toggle--off::before{background:#ccc !important}.switch.switch--default>.switch-toggle.switch-toggle--off::after{transform:translateX(2px)}.switch.switch--graphite-small>.switch-toggle{height:20px;width:32.5px;cursor:pointer !important;user-select:none !important;position:relative !important;display:inline-block}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::before,.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::after{content:"";left:0;position:absolute !important}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::before{height:inherit;width:inherit;border-radius:10px;will-change:background;transition:background .3s .3s ease-out}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::after{top:2px;height:16px;width:16px;border-radius:8px;background:#fff !important;will-change:transform;transition:transform .3s ease-out}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::before{background:gray !important}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::after{transform:translateX(14.5px)}.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::before{background:#ccc !important}.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::after{transform:translateX(2px)}.switch.switch--graphite-min>.switch-toggle{height:15px;width:24.375px;cursor:pointer !important;user-select:none !important;position:relative !important;display:inline-block}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::before,.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::after{content:"";left:0;position:absolute !important}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::before{height:inherit;width:inherit;border-radius:7.5px;will-change:background;transition:background .3s .3s ease-out}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::after{top:2px;height:11px;width:11px;border-radius:5.5px;background:#fff !important;will-change:transform;transition:transform .3s ease-out}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::before{background:gray !important}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::after{transform:translateX(11.375px)}.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::before{background:#ccc !important}.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::after{transform:translateX(2px)}.switch.switch--graphite-link>.switch-toggle{height:20px;width:32.5px;cursor:pointer !important;user-select:none !important;position:relative !important;display:inline-block}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::before,.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::after{content:"";left:0;position:absolute !important}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::before{height:inherit;width:inherit;border-radius:10px;will-change:background;transition:background .3s .3s ease-out}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::after{top:2px;height:16px;width:16px;border-radius:8px;background:#fff !important;will-change:transform;transition:transform .3s ease-out}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::before{background:gray !important}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::after{transform:translateX(14.5px)}.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::before{background:#ccc !important}.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::after{transform:translateX(2px)}.switch.switch--default>.switch-toggle{height:32px;width:52px;cursor:pointer !important;user-select:none !important;position:relative !important;display:inline-block}.switch.switch--default>.switch-toggle.switch-toggle--on::before,.switch.switch--default>.switch-toggle.switch-toggle--on::after,.switch.switch--default>.switch-toggle.switch-toggle--off::before,.switch.switch--default>.switch-toggle.switch-toggle--off::after{content:"";left:0;position:absolute !important}.switch.switch--default>.switch-toggle.switch-toggle--on::before,.switch.switch--default>.switch-toggle.switch-toggle--off::before{height:inherit;width:inherit;border-radius:16px;will-change:background;transition:background .4s .3s ease-out}.switch.switch--default>.switch-toggle.switch-toggle--on::after,.switch.switch--default>.switch-toggle.switch-toggle--off::after{top:2px;height:28px;width:28px;border-radius:14px;background:#fff !important;will-change:transform;transition:transform .4s ease-out}.switch.switch--default>.switch-toggle.switch-toggle--on::before{background:#006ae6 !important}.switch.switch--default>.switch-toggle.switch-toggle--on::after{transform:translateX(22px)}.switch.switch--default>.switch-toggle.switch-toggle--off::before{background:#ccc !important}.switch.switch--default>.switch-toggle.switch-toggle--off::after{transform:translateX(2px)}.switch.switch--graphite-small>.switch-toggle{height:20px;width:32.5px;cursor:pointer !important;user-select:none !important;position:relative !important;display:inline-block}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::before,.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::after{content:"";left:0;position:absolute !important}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::before{height:inherit;width:inherit;border-radius:10px;will-change:background;transition:background .4s .3s ease-out}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::after{top:2px;height:16px;width:16px;border-radius:8px;will-change:transform;transition:transform .4s ease-out}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::after{background-color:var(--toggle-button-enabled-circle, #ffffff) !important}.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::after{background-color:var(--toggle-button-disabled-circle, #ffffff) !important}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::before{background:var(--toggle-button-enabled-bg-fill, #286ce5) !important}.switch.switch--graphite-small>.switch-toggle.switch-toggle--on::after{transform:translateX(14.5px)}.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::before{background:var(--toggle-button-disabled-bg-fill, #AFAFAF) !important}.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::after{transform:translateX(2px)}.switch.switch--graphite-min>.switch-toggle{height:16px;width:29.375px;cursor:pointer !important;user-select:none !important;position:relative !important;display:inline-block}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::before,.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::after{content:"";left:0;position:absolute !important}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::before{height:inherit;width:inherit;border-radius:10px;will-change:background;transition:background .4s .3s ease-out}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::after{top:2px;height:12px;width:12px;border-radius:8px;background:#fff !important;will-change:transform;transition:transform .4s ease-out}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::before{background:#000 !important}.switch.switch--graphite-min>.switch-toggle.switch-toggle--on::after{transform:translateX(14.5px)}.switch.switch--graphite-min>.switch-toggle.switch-toggle--off::before{background:gray !important}.switch.switch--graphite-small>.switch-toggle.switch-toggle--off::after{transform:translateX(2px)}.switch.switch--graphite-min>.switch-toggle{display:flex}.switch.switch--graphite-link>.switch-toggle{position:relative;top:2px;height:20px;width:32.5px;cursor:pointer !important;user-select:none !important;position:relative !important;display:inline-block}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::before,.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::after{content:"";left:0;position:absolute !important}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::before,.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::before{height:inherit;width:inherit;border-radius:10px;will-change:background;transition:background .4s .3s ease-out}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::after,.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::after{top:2px;height:16px;width:16px;border-radius:8px;background:#fff !important;will-change:transform;transition:transform .4s ease-out}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::before{background:#286ce5 !important}.switch.switch--graphite-link>.switch-toggle.switch-toggle--on::after{transform:translateX(14.5px)}.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::before{background:gray !important}.switch.switch--graphite-link>.switch-toggle.switch-toggle--off::after{transform:translateX(2px)}
.ConfiguredComponentDesc-module__iconFontProp__voPq4,.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__right__vVFDG .ConfiguredComponentDesc-module__uninstallIcon__x4HWY{font-size:var(--20px, 20px);font-family:"icomoon";line-height:normal}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK{width:100%;display:flex;align-items:center;flex-direction:row;border:1px solid var(--text-box-placholder-border-default);padding-top:10px;padding-inline-end:24px;padding-bottom:10px;padding-inline-start:10px;border-radius:5px}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__left__P7x7V{width:83px}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__left__P7x7V .ConfiguredComponentDesc-module__configuredIcon__pKNfD{width:inherit}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__middle__o8cC9{display:flex;flex-direction:column;flex:1;padding:10px 17px}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__middle__o8cC9 .ConfiguredComponentDesc-module__subdomain__p2ei1{display:flex}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__middle__o8cC9 .ConfiguredComponentDesc-module__subdomain__p2ei1 .ConfiguredComponentDesc-module__label__GTCfC{display:inline-block}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__right__vVFDG{display:flex;flex-direction:column;justify-content:center;gap:10px}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__right__vVFDG .ConfiguredComponentDesc-module__uninstallComponent__Y2QWK{display:flex;align-items:center;font-weight:600}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__right__vVFDG .ConfiguredComponentDesc-module__uninstallComponent__Y2QWK:hover{cursor:pointer}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__right__vVFDG .ConfiguredComponentDesc-module__uninstallIcon__x4HWY{margin-inline-end:10px}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__right__vVFDG .ConfiguredComponentDesc-module__uninstallComponent__Y2QWK>p{margin-bottom:0}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__right__vVFDG .ConfiguredComponentDesc-module__uninstallIcon__x4HWY::before{content:""}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__right__vVFDG .ConfiguredComponentDesc-module__editOption__eg0iF{background:var(--shade-variant1-color);border-radius:4px;opacity:1;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:var(--14px, 14px);font-weight:600;align-self:flex-end}.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK .ConfiguredComponentDesc-module__right__vVFDG .ConfiguredComponentDesc-module__editOption__eg0iF:hover{background-color:rgba(0,116,216,.0509803922)}.ConfiguredComponentDesc-module__subdomainLabel__tGZ7C,.ConfiguredComponentDesc-module__apiKeyLabel__qqWu4{display:flex;min-width:90px;justify-content:space-between}.ConfiguredComponentDesc-module__apiKey__D3SRV{display:flex}.ConfiguredComponentDesc-module__apiKeyValue__1WLwk,.ConfiguredComponentDesc-module__subdomainValue__QfibL{font-weight:600;padding-inline-start:5px}.ConfiguredComponentDesc-module__portal__uvpPx{font-weight:600}.ConfiguredComponentDesc-module__portalURL__yKTKL{color:var(--link-text-color);cursor:pointer}@media(min-width: 800px)and (max-width: 900px){.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK{flex-wrap:wrap;justify-content:center}}@media(max-width: 800px){.ConfiguredComponentDesc-module__configuredComponentDesc__itmAK{flex-wrap:wrap;justify-content:center}.ConfiguredComponentDesc-module__configuredIcon__pKNfD{display:none}}
.HelpCard-module__iconFontProps__0-GZj,.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih .HelpCard-module__options__7gBj9 .HelpCard-module__openNewIcon__HZiwI,.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih .HelpCard-module__options__7gBj9 .HelpCard-module__closeIcon__Y17E3,.HelpCard-module__launcher__H04Mj .HelpCard-module__helpIcon__zvBCa{color:var(--icon-black-to-light);font-family:"icomoon"}.HelpCard-module__launcher__H04Mj{margin:auto 20px;cursor:pointer;display:flex;align-items:center;float:right;float:inline-end}.HelpCard-module__launcher__H04Mj .HelpCard-module__helpIcon__zvBCa{width:20px;height:25px;display:flex;justify-content:center;align-items:center;color:var(--blue-colored-icon, #286ce5);font-size:var(--25px, 25px);align-content:center}.HelpCard-module__launcher__H04Mj .HelpCard-module__helpIcon__zvBCa::before{content:""}.HelpCard-module__parentDiv__lGlm-{position:fixed;height:calc(100vh - 120px);inset-inline-end:-100%;width:27%;top:45px;z-index:15;background:var(--help-card-header);transition:inset-inline-end .3s ease-in-out;visibility:hidden}.HelpCard-module__parentDiv__lGlm- *{font-size:inherit !important}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih{padding-top:18px;padding-inline-end:15px;padding-bottom:15px;padding-inline-start:25px;display:flex;justify-content:space-between;align-items:center;height:50px;font-size:var(--17px, 17px);border-bottom:1px solid var(--border-box-variant2);box-shadow:0px 15px 15px rgba(0,0,0,.11);width:100%}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih h1{font-size:var(--17px, 17px) !important;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;margin:auto 0}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih .HelpCard-module__options__7gBj9{display:flex;width:67px;justify-content:space-between;flex-direction:revert;margin:14px 3px 0 0}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih .HelpCard-module__options__7gBj9 .HelpCard-module__close__\+yWat{width:30px;height:25px;padding-bottom:31px;padding-inline-start:2px;margin-top:-2px}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih .HelpCard-module__options__7gBj9 .HelpCard-module__closeIcon__Y17E3{display:block;margin-inline-start:5px;cursor:pointer;font-size:var(--18px) !important;font-weight:normal}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih .HelpCard-module__options__7gBj9 .HelpCard-module__closeIcon__Y17E3:before{content:""}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih .HelpCard-module__options__7gBj9 .HelpCard-module__openNewIcon__HZiwI{cursor:pointer;position:relative;font-size:var(--15px) !important;inset-inline-start:10px;position:relative;font-weight:normal}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__header__2x6Ih .HelpCard-module__options__7gBj9 .HelpCard-module__openNewIcon__HZiwI:before{content:""}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY{overflow-y:scroll;height:100%;box-shadow:0px 15px 15px rgba(0,0,0,.11);background-color:var(--shade-variant1-color)}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__videocontainer__UwaaJ{margin:25px;position:relative}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__videocontainer__UwaaJ .HelpCard-module__videoThumbnail__hEHgy{width:100%}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__videocontainer__UwaaJ .HelpCard-module__imageContainer__BYx50{position:relative;display:inline-block;width:100%}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__videocontainer__UwaaJ .HelpCard-module__imageContainer__BYx50:hover:after{content:"";position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));opacity:.5}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__videocontainer__UwaaJ .HelpCard-module__imageContainer__BYx50:hover{opacity:1}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__videocontainer__UwaaJ .HelpCard-module__imageContainer__BYx50:hover .HelpCard-module__videoDuration__ayLwC{opacity:1}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__videocontainer__UwaaJ .HelpCard-module__imageContainer__BYx50 .HelpCard-module__PlayIcon__K5GmR{background-image:url(PlayIcon.7f1b06ab199fffa6.svg);height:100px;width:100px;border-radius:50%;background-position:center;background-repeat:no-repeat;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);cursor:pointer}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__videocontainer__UwaaJ .HelpCard-module__imageContainer__BYx50 .HelpCard-module__videoDuration__ayLwC{position:absolute;bottom:0;inset-inline-start:0;inset-inline-end:0;padding:20px;color:#fff;text-align:center;opacity:0;transition:opacity .5s ease-in-out}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__videocontainer__UwaaJ img{position:relative}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__CardContent__ZRjb4{max-height:100%;background-color:var(--shade-variant1-color)}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__CardContent__ZRjb4 .HelpCard-module__contentContainer__wD84Z{overflow-y:auto;height:100%;padding:0 0 15px 0;transition:opacity .3s ease-out}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__CardContent__ZRjb4 .HelpCard-module__contentContainer__wD84Z .HelpCard-module__content__xZUp2{padding:15px 25px 25px}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__CardContent__ZRjb4 .HelpCard-module__contentContainer__wD84Z .HelpCard-module__content__xZUp2 img{cursor:zoom-in}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__CardContent__ZRjb4 .HelpCard-module__contentContainer__wD84Z .HelpCard-module__content__xZUp2 li{margin-top:10px}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__CardContent__ZRjb4 .HelpCard-module__contentContainer__wD84Z .HelpCard-module__content__xZUp2 span,.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__CardContent__ZRjb4 .HelpCard-module__contentContainer__wD84Z .HelpCard-module__content__xZUp2 p,.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__CardContent__ZRjb4 .HelpCard-module__contentContainer__wD84Z .HelpCard-module__content__xZUp2 div{color:var(--text-color-default) !important}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__CardContent__ZRjb4 .HelpCard-module__contentContainer__wD84Z .HelpCard-module__readMore__cUKpC{transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;height:36px;width:150px;margin-inline-start:20px;margin-bottom:20px}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__embedded__JtbUp{z-index:10;position:fixed;display:flex;justify-content:center;align-items:center;height:100%;width:100%;top:0;inset-inline-start:0;background-color:rgba(0,0,0,.8);flex-direction:column}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__embedded__JtbUp img{width:70%;height:auto;cursor:pointer}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__embedded__JtbUp .HelpCard-module__closeCon__2df-K,.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__embedded__JtbUp .HelpCard-module__video__fWMR\+{padding:10px;cursor:pointer;position:relative;bottom:1vh;background-color:#000;border-radius:50%}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__embedded__JtbUp .HelpCard-module__closeCon__2df-K .HelpCard-module__imgClose__vSUWK,.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__embedded__JtbUp .HelpCard-module__video__fWMR\+ .HelpCard-module__imgClose__vSUWK{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBpZD0iSWNvbl9pb25pYy1tZC1jbG9zZSIgZGF0YS1uYW1lPSJJY29uIGlvbmljLW1kLWNsb3NlIiBkPSJNMjMuNTIzLDkuMTIzbC0xLjYtMS42LTYuNCw2LjQtNi40LTYuNC0xLjYsMS42LDYuNCw2LjQtNi40LDYuNCwxLjYsMS42LDYuNC02LjQsNi40LDYuNCwxLjYtMS42LTYuNC02LjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41MjMgLTcuNTIzKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-size:100%;width:1.2rem;height:1.2rem}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__embedded__JtbUp .HelpCard-module__closeCon__2df-K{inset-inline-start:34vw}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY .HelpCard-module__embedded__JtbUp .HelpCard-module__video__fWMR\+{inset-inline-start:34vw !important}.HelpCard-module__parentDiv__lGlm- .HelpCard-module__InCardContainer__8jSCY hr{margin:0px !important;border-top:1px solid var(--border-box-variant2)}.HelpCard-module__openCard__zAY-3{inset-inline-end:0;visibility:visible !important}
.KB_New_Editor_Highlights{background-color:var(--keyPoints-background) !important;border-inline-end:5px solid var(--background-selected-color) !important}
.normal-mode{--help-card-header: #dce0e8}.night-mode{--help-card-header: #273350}
.dialogBox-style-module__overlay__VXb2E{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.5;top:0;left:0}.dialogBox-style-module__newMsgBox__sEIQH{z-index:25;height:auto;box-shadow:0px 10px 25px rgba(0,0,0,.1607843137);border-radius:10px;border:1px solid rgba(112,112,112,.2);background-color:#fff;display:none;position:absolute;top:45%;left:50%;transform:translate(-50%, -50%);min-height:100px !important;width:700px;display:block}.dialogBox-style-module__messageBoxwithOverlay__0IbNt{z-index:402}.dialogBox-style-module__dialogContent__ik40c{padding:45px 50px;text-align:left;font-size:16px;line-height:28px}.dialogBox-style-module__icon__JpdS5{width:25px;height:25px;background-size:100%;background-repeat:no-repeat;position:absolute;margin-top:2px}.dialogBox-style-module__warningIcon__rs4cc{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41IiBoZWlnaHQ9IjE2LjUiIHZpZXdCb3g9IjAgMCAxNi41IDE2LjUiPgogIDxnIGlkPSJJY29uX2ZlYXRoZXItaW5mbyIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItaW5mbyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjUgLTIuMjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzI5IiBkYXRhLW5hbWU9IlBhdGggMjkiIGQ9Ik0xOCwxMC41QTcuNSw3LjUsMCwxLDEsMTAuNSwzLDcuNSw3LjUsMCwwLDEsMTgsMTAuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDApIiBmaWxsPSJub25lIiBzdHJva2U9IiNlYjRkNGIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMwIiBkYXRhLW5hbWU9IlBhdGggMzAiIGQ9Ik0xOCwxOHY1LjQ5NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAtMTEuNTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNlYjRkNGIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMxIiBkYXRhLW5hbWU9IlBhdGggMzEiIGQ9Ik0xOCwxMmgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIuOTA4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZWI0ZDRiIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS43Ii8+CiAgPC9nPgo8L3N2Zz4K)}.dialogBox-style-module__infoIcon__6m1Ag{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41IiBoZWlnaHQ9IjE2LjUiIHZpZXdCb3g9IjAgMCAxNi41IDE2LjUiPgogIDxnIGlkPSJJY29uX2ZlYXRoZXItaW5mbyIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItaW5mbyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjUgLTIuMjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzI5IiBkYXRhLW5hbWU9IlBhdGggMjkiIGQ9Ik0xOCwxMC41QTcuNSw3LjUsMCwxLDEsMTAuNSwzLDcuNSw3LjUsMCwwLDEsMTgsMTAuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDdjZTYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMwIiBkYXRhLW5hbWU9IlBhdGggMzAiIGQ9Ik0xOCwxOHY1LjQ5NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAtMTEuNTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDdjZTYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMxIiBkYXRhLW5hbWU9IlBhdGggMzEiIGQ9Ik0xOCwxMmgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIuOTA4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA3Y2U2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS43Ii8+CiAgPC9nPgo8L3N2Zz4K);transform:rotate(180deg)}.dialogBox-style-module__title__Y4yRr{font-weight:bold;text-align:left;font-size:20px}.dialogBox-style-module__titleWithIcon__bkTz2{margin-left:40px}.dialogBox-style-module__messageWithIcon__mhp0k{margin-left:40px}.dialogBox-style-module__message__WnUZ5{margin-top:20px}.dialogBox-style-module__buttonWithIcon__tapq9{margin-left:40px}.dialogBox-style-module__dialogButtonSection__1CMlW{height:40px}.dialogBox-style-module__dialogButtonSection__1CMlW .dialogBox-style-module__dialogBtn__f8sGd{background-color:#fff;border:1px solid #555;border-radius:5px;color:#555;cursor:pointer;display:inline-block;line-height:28px;padding:6px 0 6px 0;font-weight:bold;text-align:center;vertical-align:middle;white-space:nowrap;width:143px;font-size:15px}.dialogBox-style-module__dialogButtonSection__1CMlW .dialogBox-style-module__space__V0ibS{margin-left:12px}.dialogBox-style-module__dialogButtonSection__1CMlW .dialogBox-style-module__primarySolid__Fj59L{background-color:#1f8dd6;border-color:#1f8dd6;color:#fff}.dialogBox-style-module__dialogButtonSection__1CMlW .dialogBox-style-module__dangerSolid__oqxft{background-color:#f46d72;border-color:#f46d72;color:#fff}.dialogBox-style-module__dialogButtonSection__1CMlW .dialogBox-style-module__dangerOutline__Fl\+qf{border-color:#f46d72;color:#f46d72}.dialogBox-style-module__dialogButtonSection__1CMlW .dialogBox-style-module__darkOutline__6de05{background-color:#fff;border:1px solid #555;color:#555}.dialogBox-style-module__dialogBoxActionElements__Dclbu{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;margin-top:1.5rem}.dialogBox-style-module__dialogBoxCheckboxElement__ez25x{margin-top:0;margin-bottom:0;margin-right:.4em}
.transMessage-style-module__learnMoreLink__WrsX1{text-decoration:none;color:#1f8dd6}.transMessage-style-module__clickHere__wlfNY{text-decoration:none;color:#1f8dd6;cursor:pointer}.transMessage-style-module__clickHereBold__1dv1e{text-decoration:none;color:#1f8dd6;font-weight:bold;cursor:pointer}.transMessage-style-module__learnMoreLinkGreen__lxwd4{text-decoration:none;color:#96fd4b;display:block}.transMessage-style-module__commandContainer__BAqXh{margin-top:10px}.transMessage-style-module__customCommandStyle__PCW2v{padding-left:10px}.transMessage-style-module__customCopyIconStyle__3maLm{display:flex}.transMessage-style-module__customTooltipStyle__zbIRU{bottom:-38px}.transMessage-style-module__customTooltipStyle__zbIRU::before{bottom:25px}
.sessionEndConfirm-style-module__sessionEndConfirm__IthL8{pointer-events:auto;position:absolute;z-index:1000;position:fixed;top:0;left:50%;transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);min-width:500px;max-width:650px;width:auto;z-index:99999999}.sessionEndConfirm-style-module__sessionEndConfirm__IthL8 .sessionEndConfirm-style-module__sessionEndTitle__XTqeK{padding:15px 15px 15px 20px;font-weight:700;font-size:16px;cursor:default;background-color:#f4f5f6}.sessionEndConfirm-style-module__sessionEndConfirm__IthL8 .sessionEndConfirm-style-module__sessionEndTitle__XTqeK .sessionEndConfirm-style-module__sessionEndTitleClose__O\+kMD{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNrsllsNwzAMRQuhEAahUAYhEAZhDAIhEAZlEAohEDpHSqTKmqv5qX3kSvev8TlNGqnLMjPzp8nQYjAnQd/QlbOogY/eooSPOTv0JhGQSiQ0Q7ULXAk1XCNhBpdImMM5Em7wXyQ2aPWEX0mEwSmJIxJ+JREGH9mRwCMSTh1D8ga3LX6dgLVDa4TE2s/5DN+Ia5i84a139IybxDc4NdxcggM3l5DAKYnMheMBkjfBM1g/NdnofquOY2z/U/kdDYkiWZgNb9LMDJmPAAMASiedURzzK90AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:50%;background-size:100%;width:16px;height:18px;margin-right:15px;cursor:pointer;float:right}.sessionEndConfirm-style-module__sessionEndConfirm__IthL8 .sessionEndConfirm-style-module__sessionEndConfMsg__k6rW0{background:#fff;padding:15px 20px 20px;line-height:25px;float:left;width:100%;box-sizing:border-box}.sessionEndConfirm-style-module__sessionEndConfirm__IthL8 .sessionEndConfirm-style-module__btn-container__nTMJs{float:right;background:#fff;width:100%;box-sizing:border-box;margin-top:15px}.sessionEndConfirm-style-module__sessionEndConfirm__IthL8 .sessionEndConfirm-style-module__btn-container__nTMJs .sessionEndConfirm-style-module__cancelBtn__VFyo7{border:1px solid #1f8dd6;border-radius:2px;color:#1f8dd6;background-color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:400;line-height:20px;padding:10px 20px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;min-width:100px;border-color:#1f8dd6;color:#1f8dd6;float:right;font-size:13px;font-weight:600}.sessionEndConfirm-style-module__sessionEndConfirm__IthL8 .sessionEndConfirm-style-module__btn-container__nTMJs .sessionEndConfirm-style-module__endBtn__NRXkV{border:1px solid #1f8dd6;border-radius:2px;color:#1f8dd6;cursor:pointer;display:inline-block;font-size:15px;font-weight:400;line-height:20px;padding:10px 20px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;min-width:100px;background-color:#1f8dd6;border-color:#1f8dd6;color:#fff;float:right;font-size:13px;font-weight:600}.sessionEndConfirm-style-module__sessionEndConfirm__IthL8 .sessionEndConfirm-style-module__btn-container__nTMJs .sessionEndConfirm-style-module__spaceBtwn__Vpx-h{margin-left:15px}
.EndSessionPage-styles-module__endSessionPageContainer__U42wx{position:relative;width:70%;margin:auto;padding:50px 20px}.EndSessionPage-styles-module__hideEndSessionPage__wpKam{display:none}.EndSessionPage-styles-module__sessionEndHeader__XOXYa{display:flex;flex-direction:row;margin-bottom:30px;align-items:center}.EndSessionPage-styles-module__surveyStyles__k1AqC{overflow:auto}.EndSessionPage-styles-module__doneIcon__OEPxH{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguNjY0MSAzMy4zMzI3TDI2LjY2NDEgNDEuMzMyN0w0NS4zMzA3IDIyLjY2NiIgc3Ryb2tlPSIjMDg5OTQ5IiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxwYXRoIGQ9Ik0zMi4wMDI2IDU4LjY2NzNDNDYuNzMwNiA1OC42NjczIDU4LjY2OTMgNDYuNzI4NyA1OC42NjkzIDMyLjAwMDdDNTguNjY5MyAxNy4yNzI3IDQ2LjczMDYgNS4zMzM5OCAzMi4wMDI2IDUuMzMzOThDMTcuMjc0NiA1LjMzMzk4IDUuMzM1OTQgMTcuMjcyNyA1LjMzNTk0IDMyLjAwMDdDNS4zMzU5NCA0Ni43Mjg3IDE3LjI3NDYgNTguNjY3MyAzMi4wMDI2IDU4LjY2NzNaIiBzdHJva2U9IiMwODk5NDkiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);height:35px;width:35px;background-size:100%;background-repeat:no-repeat;background-position:center,center}.EndSessionPage-styles-module__sessionEndMsg__btNIH{font-weight:600;font-size:26px;margin-left:15px;color:#2f2e2e}.EndSessionPage-styles-module__logoContainer__LMrdW{margin-bottom:40px;align-items:center;display:flex}.EndSessionPage-styles-module__logoName__zyYJY{font-size:24px;margin-left:10px;font-weight:600}.EndSessionPage-styles-module__logo__icA63{max-height:40px;max-width:120px;background-size:100%;background-repeat:no-repeat;background-position:center,center}.EndSessionPage-styles-module__positionCentre__ZU0mN{position:absolute;width:100%;top:20vh}.EndSessionPage-styles-module__surveyContainer__O3CK0{margin-top:25px;background-color:#fff;padding:25px 10px 25px 35px;border:1px solid #d7cece;border-radius:5px}.EndSessionPage-styles-module__surveyHeader__1cZkK{font-weight:600;font-size:22px;display:block;margin-bottom:30px}.EndSessionPage-styles-module__surveyQuestions__Z08Z2{display:flex;flex-direction:column}.EndSessionPage-styles-module__endSessionHeightStyle__FVtU-{height:100%}.EndSessionPage-styles-module__closeBtn__O6uTS{height:43px;width:182px;border-radius:5px;position:fixed;right:47px;top:20px;background-color:rgba(0,0,0,0);color:#007ce6;border:1px solid #007ce6;font-size:15px;font-weight:600;margin:auto;line-height:0px;cursor:pointer;padding:13px 35px}
.SessionOverview-styles-module__summaryContainer__9FaVX{background-color:#fff;padding:25px 10px 25px 35px;border:1px solid #d7cece;border-radius:5px;font-size:14px}.SessionOverview-styles-module__topRow__CMbUU{display:flex;justify-content:space-between;width:100%;padding-bottom:30px}.SessionOverview-styles-module__summaryActions__v0DIG{display:flex;user-select:none;float:right}.SessionOverview-styles-module__summary__Oke2F{font-size:20px;font-weight:600;float:left}.SessionOverview-styles-module__secondaryActions__mCtn0{color:#016ae3 !important;margin-right:40px;cursor:pointer;align-items:center;display:flex}.SessionOverview-styles-module__secondaryActions__mCtn0 span{background-repeat:no-repeat;background-size:100%;width:16px;height:16px;display:inline-block;margin-right:7px;margin-bottom:-2px}.SessionOverview-styles-module__notesIcon__hXnOc{background-image:url(notes.7b688227e5aee5a9.svg)}.SessionOverview-styles-module__chatTranscriptIcon__P3Z2e{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNi40Mjk2OSAxMS43MjFIMTcuNTgzNE02LjQyOTY5IDguMjg5MDZIMTMuMTIxOSIgc3Ryb2tlPSIjMDE2QUUzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICA8cGF0aCBkPSJNMyAxOC44MzQ1VjUuNzE1OTZDMyA1LjI2MDg2IDMuMTgwNzkgNC44MjQ0IDMuNTAyNTkgNC41MDI1OUMzLjgyNDQgNC4xODA3OSA0LjI2MDg2IDQgNC43MTU5NiA0SDIwLjE1OTZDMjAuNjE0NyA0IDIxLjA1MTIgNC4xODA3OSAyMS4zNzMgNC41MDI1OUMyMS42OTQ4IDQuODI0NCAyMS44NzU2IDUuMjYwODYgMjEuODc1NiA1LjcxNTk2VjE0LjI5NThDMjEuODc1NiAxNC43NTA5IDIxLjY5NDggMTUuMTg3MyAyMS4zNzMgMTUuNTA5MUMyMS4wNTEyIDE1LjgzMDkgMjAuNjE0NyAxNi4wMTE3IDIwLjE1OTYgMTYuMDExN0g3LjI1NjQ0QzYuOTk5MjQgMTYuMDExNyA2Ljc0NTM1IDE2LjA2OTYgNi41MTM1MiAxNi4xODFDNi4yODE3IDE2LjI5MjQgNi4wNzc4OCAxNi40NTQ0IDUuOTE3MTMgMTYuNjU1MkwzLjkxNzE4IDE5LjE1NTRDMy44NTA2MiAxOS4yMzg4IDMuNzU5NzkgMTkuMjk5NCAzLjY1NzI1IDE5LjMyOUMzLjU1NDcgMTkuMzU4NSAzLjQ0NTUxIDE5LjM1NTQgMy4zNDQ3OSAxOS4zMjAyQzMuMjQ0MDYgMTkuMjg1IDMuMTU2NzggMTkuMjE5MyAzLjA5NTAxIDE5LjEzMjNDMy4wMzMyNCAxOS4wNDUyIDMuMDAwMDQgMTguOTQxMiAzIDE4LjgzNDVaIiBzdHJva2U9IiMwMTZBRTMiLz4KPC9zdmc+)}.SessionOverview-styles-module__bottomRow__Ku0yV{display:flex;width:90%;justify-content:space-between;padding-bottom:10px}.SessionOverview-styles-module__sessionInfo__q6v\+K{display:flex;flex-direction:column;width:fit-content;margin-right:25px}.SessionOverview-styles-module__titleStyles__atA12{font-weight:600}.SessionOverview-styles-module__infoStyles__EC-Tr{margin-top:10px}
.SessionNotes-styles-module__modalContainer__99B3z{top:30% !important;border-radius:3px;padding:20px;width:500px !important;min-height:223px;height:fit-content !important}.SessionNotes-styles-module__sessionNotesContainer__p26d6{position:relative;padding:10px;height:100%}.SessionNotes-styles-module__notesTitle__KlzA1{font-weight:600;display:block;margin-bottom:15px;font-size:16px;display:inline;margin-right:10px}.SessionNotes-styles-module__notesDescp__gZErT{color:gray;display:block;font-style:italic;margin-top:15px}.SessionNotes-styles-module__notesTextArea__CHubA{border-radius:3px;font-size:14px;border-color:#8c8c8c;width:100%;margin-top:10px;height:80px;box-sizing:border-box !important}.SessionNotes-styles-module__notesTextArea__CHubA:focus{border-color:#1890ff}.SessionNotes-styles-module__notesBtns__eQLJ-{display:flex;position:relative;margin-top:25px;float:right;margin-bottom:10px;font-weight:600}.SessionNotes-styles-module__notesCancel__aduWB{cursor:pointer;padding:8px 30px;color:#8c8c8c;border:1px solid #8c8c8c;margin-right:30px;border-radius:3px;display:flex;align-items:center}.SessionNotes-styles-module__notesSave__Y-6V5{cursor:pointer;padding:8px 30px;border:1px solid #1890ff;color:#fff;background-color:#1890ff;border-radius:3px;display:flex;align-items:center}.SessionNotes-styles-module__notesCancel__aduWB:hover{box-shadow:0 0 3px #777}.SessionNotes-styles-module__notesSave__Y-6V5:hover{box-shadow:0 0 3px #777}.SessionNotes-styles-module__saveDisabled__2JKiR{opacity:.7}.SessionNotes-styles-module__titleEditIcon__UVinC{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzFGOERENjtzdHJva2Utd2lkdGg6MjA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExOC4zLDI4NC41TDM3MC44LDMzLjFjMi41LTIuNSw2LjYtMi41LDkuMiwwbDEwMi4xLDEwMS4zYzIuNSwyLjUsMi41LDYuNiwwLjEsOS4yTDIzMi45LDM5OC4zCgljLTAuOCwwLjgtMS43LDEuNC0yLjgsMS43bC0xNTQuNSw0OGMtMC44LDAuMi0xLjYsMC43LTIuMywxLjNsMCwwYy02LjEsNS0xNC4yLTMtOS4zLTkuMWwxLjgtMi4zYzAuNS0wLjYsMC45LTEuMywxLjEtMi4xCglsNDkuNS0xNDguN0MxMTcuMSwyODYuMSwxMTcuNSwyODUuMywxMTguMywyODQuNXogTTI5Mi4xLDExMS40bDExMC41LDExMy41IE0zMjEuOSw4MS42bDExMC41LDExMy41IE0zNTAuNSw1Ni40bDEwMi42LDEwNS4zCgkgTTEyMi40LDI4MS4xbDExMC41LDExMy41IE02NC4xLDQ0MC4ybC0zNCw0Mi42bDQzLjMtMzMuNkw2NC4xLDQ0MC4yeiIvPgo8L3N2Zz4K);background-size:cover;height:16px;width:16px;display:inline-block;cursor:pointer}.SessionNotes-styles-module__newTitleEdit__AADkg{border-radius:3px;border-color:#8c8c8c;width:100%;margin-top:10px;font-size:14px;height:38px;overflow:hidden;box-sizing:border-box !important}.SessionNotes-styles-module__newTitleEdit__AADkg:focus{border-color:#1890ff}.SessionNotes-styles-module__notesLoading__wnF6s{font-weight:600;font-size:16px;display:flex;justify-content:center;align-items:center;height:100%}
.Modal-styles-module__overlay__ZH2vS{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.6;top:0;left:0}.Modal-styles-module__centerAlign__nhqn6{height:fit-content;background-color:#fff;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:550px;z-index:600;box-sizing:border-box;box-shadow:0 0 10px #333;font-size:16px !important;padding:0 35px 35px 35px;border-radius:6px}.Modal-styles-module__warn__4JuWX{height:25px;display:flex;justify-content:center;font-size:14px !important}.Modal-styles-module__warnContent__64Qho{display:flex;justify-content:center;align-items:center;padding:2px 10px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#f9dad7;box-shadow:0 0 3px #333;height:100%}.Modal-styles-module__warnIcon__rIYwu{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VBNUEyQTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjI1MyIgY3k9IjI1OCIgcj0iMjEzIi8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNTYsMzA5TDI1NiwzMDljLTEyLjEsMC0yMi05LjktMjItMjJWMTQ5YzAtMTIuMSw5LjktMjIsMjItMjJoMGMxMi4xLDAsMjIsOS45LDIyLDIydjEzOAoJQzI3OCwyOTkuMSwyNjguMSwzMDksMjU2LDMwOXoiLz4KPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMjU2IiBjeT0iMzY5IiByPSIyMiIvPgo8L3N2Zz4K);background-repeat:no-repeat;height:15px;width:15px;margin-right:5px}.Modal-styles-module__content__AxKp\+{margin-top:10px}
.Feedback-styles-module__feedbackMenu__EDaRz{background-image:url(feedback-bg.c5407dcb57ecb295.png);height:55px;width:225px;background-size:101% 102%;border-radius:13px;position:fixed;right:20px;bottom:20px;color:#fff;font-size:15px;font-weight:600;margin:auto;text-align:left;padding-left:20px;line-height:50px;cursor:pointer}.Feedback-styles-module__feedbackMenu__EDaRz:hover{box-shadow:0 0 3px #777}.Feedback-styles-module__feedbackPosition__Pqnhg{position:fixed;right:20px;bottom:20px;width:400px;background-color:#fff;border:1px solid #d7cece;border-radius:10px;box-shadow:0 0 3px #777}.Feedback-styles-module__feedbackContainer__8fxKN{padding:15px 25px 0px 25px;font-size:14px}.Feedback-styles-module__feedbackHeader__424HS{display:flex;justify-content:space-between;align-items:center}.Feedback-styles-module__feedbackHeader__424HS p{margin:15px 0;font-weight:600;justify-content:space-between;width:100%}.Feedback-styles-module__closeIcon__XHKf1{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgb3BhY2l0eT0iMC41IiBkPSJNNCAyMEwxMiAxMkwyMCAyME0yMCA0TDExLjk5ODUgMTJMNCA0IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);height:15px;width:15px;display:flex;float:right;position:relative;background-size:100% 100%;cursor:pointer}.Feedback-styles-module__feedbackRatings__qHWl0{display:flex;width:100%;justify-content:space-between;margin-top:10px;margin-bottom:35px;user-select:none}.Feedback-styles-module__feedbackOption__2mf68{width:20%;justify-content:center;display:flex;flex-direction:column;color:#333}.Feedback-styles-module__ratingIcon__KnxA3{display:flex;align-items:center;justify-content:center;cursor:pointer}.Feedback-styles-module__optionName__j1\+mh{text-align:center;margin-top:6px}.Feedback-styles-module__greyIcon__ZH3Sg{fill:#c8ced2;transition:linear 120ms}.Feedback-styles-module__greyIcon__ZH3Sg:hover{transform-origin:center;transform:scale(1.4, 1.4)}.Feedback-styles-module__fillIcon__LBk7t{fill:#f7ab21;transition:linear 120ms}.Feedback-styles-module__fillIcon__LBk7t:hover{transform-origin:center;transform:scale(1.4, 1.4)}.Feedback-styles-module__suggesstionHeader__9EYjc{font-weight:600;line-height:20px}.Feedback-styles-module__suggesstionTextarea__gSn7Z{box-sizing:border-box !important;border-radius:3px;margin-top:20px;width:100%;overflow-y:scroll}.Feedback-styles-module__feedbackSubmitBtn__rGSZ\+{color:#fff;background-color:#006de0;display:flex;float:right;margin:18px 0px;border:none;border-radius:3px;padding:9px 31px;font-weight:600}.Feedback-styles-module__feedbackSubmitBtn__rGSZ\+:hover{box-shadow:0 0 3px #777}.Feedback-styles-module__feedbackFooter__7iuYR{background-color:#fff6d9;width:375px;padding:8px 0;padding-left:25px;display:flex;border-radius:0 0 10px 10px;color:#333;font-size:14px}.Feedback-styles-module__feedbackSubmitted__Itj1V{display:flex;position:fixed;width:300px;border-radius:10px;right:20px;bottom:20px;color:#333;box-shadow:0 0 3px #777;padding:10px 0px;background-color:#fff;line-height:25px;font-size:14px}.Feedback-styles-module__submittedIcon__4Ms4z{background-image:url(thumbsUp.28650d05f65fb88c.svg);background-size:100%;width:38px;height:38px;display:inline-block;margin:5px 15px 0 20px}.Feedback-styles-module__feedbackThanks__F76OJ{font-weight:600}.Feedback-styles-module__feedbackAccept__zmj9V{color:#333;display:flex}
.sessionSummary-style-module__overlay__mNF-x{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.6;top:0;left:0}.sessionSummary-style-module__sessionSummary__OBAZT{position:absolute;left:50%;top:50%;width:800px;z-index:999;transform:translate(-50%, -50%);padding:30px;background-color:#fff;color:#000;letter-spacing:.1px;max-height:70%;display:flex;flex-direction:column;border-radius:4px}.sessionSummary-style-module__header__4HBuf{display:flex;flex-direction:column;height:5.5rem;border-bottom:.5px solid #707070;line-height:25px;padding-bottom:8px}.sessionSummary-style-module__header__4HBuf .sessionSummary-style-module__sessionTitle__n0mcB{font-size:18px;font-weight:bold}.sessionSummary-style-module__header__4HBuf .sessionSummary-style-module__sessionBasicInfo__QeSpJ{display:flex;flex-direction:row;justify-content:start;opacity:.8;font-size:12px;padding-top:5px;gap:25px}.sessionSummary-style-module__titleWithClose__Q0Seb{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.sessionSummary-style-module__info__AFzqr{color:#000;opacity:.5;font-weight:bold;font-size:14px}.sessionSummary-style-module__closeIcon__GgqyX{cursor:pointer;height:12px;width:12px;background:rgba(0,0,0,0) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS40MTQiIGhlaWdodD0iMTUuNDE0IiB2aWV3Qm94PSIwIDAgMTUuNDE0IDE1LjQxNCI+CiAgPGcgaWQ9ImNsb3NlLW5ldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjI5MyAtMTIuMjkzKSI+CiAgICA8bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgeDE9IjE0IiB5Mj0iMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzIDEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMiIgZGF0YS1uYW1lPSJMaW5lIDIiIHgyPSIxNCIgeTI9IjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAxMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=);background-size:12px}.sessionSummary-style-module__sessionBasicInfoWithDownload__a3EiL{display:flex;flex-direction:row;justify-content:space-between;padding-top:5px}.sessionSummary-style-module__downloadOption__Bhxfe{cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:10px}.sessionSummary-style-module__downloadIcon__sFlG9{cursor:pointer;height:12px;width:12px;background:rgba(0,0,0,0) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4wMDQiIGhlaWdodD0iMTUuMDA0IiB2aWV3Qm94PSIwIDAgMTUuMDA0IDE1LjAwNCI+CiAgPGcgaWQ9Ikljb25fZmVhdGhlci11cGxvYWQiIGRhdGEtbmFtZT0iSWNvbiBmZWF0aGVyLXVwbG9hZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQgLTQpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzYiIGRhdGEtbmFtZT0iUGF0aCA2IiBkPSJNMTguNSwyMi41djMuMTA5YTEuNTU1LDEuNTU1LDAsMCwxLTEuNTU2LDEuNTU0SDYuMDU2QTEuNTU1LDEuNTU1LDAsMCwxLDQuNSwyNS42MDlWMjIuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtOC42NTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxZjhkZDYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83IiBkYXRhLW5hbWU9IlBhdGggNyIgZD0iTTE4LjI4Niw4LjM4NiwxNC4zOTMsNC41LDEwLjUsOC4zODYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1Ljg5NSAxOC4zMjcpIHJvdGF0ZSgxODApIiBmaWxsPSJub25lIiBzdHJva2U9IiMxZjhkZDYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8cGF0aCBpZD0iUGF0aF84IiBkYXRhLW5hbWU9IlBhdGggOCIgZD0iTTE4LDQuNXY5LjMyNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjkuNTAyIDE4LjMyNykgcm90YXRlKDE4MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFmOGRkNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=);background-size:12px}.sessionSummary-style-module__download__FlbPw{color:#1f8dd6;font-size:14px;margin-left:auto}.sessionSummary-style-module__sessionSummaryContent__n2FYA{margin-top:20px;line-height:22px;height:100%;overflow-y:scroll}.sessionSummary-style-module__sessionSummaryContent__n2FYA .sessionSummary-style-module__contentTitle__Hn-j2{font-size:14px;font-weight:bold}.sessionSummary-style-module__sessionSummaryContent__n2FYA .sessionSummary-style-module__content__lHtAW{line-height:22px}.sessionSummary-style-module__sessionSummaryContent__n2FYA .sessionSummary-style-module__contentList__oXxA1{font-size:14px;display:flex}.sessionSummary-style-module__listMenu__vErWY{display:block;list-style-type:none;margin-block-start:.5em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:0;font-size:16px !important;line-height:24px !important;letter-spacing:.1px !important}.sessionSummary-style-module__circle__grwmn{border:1px solid #a8b4b9;min-width:7px;max-height:7px;border-radius:50%;margin:8px 10px 5px 5px}.sessionSummary-style-module__summaryContent__rZQUD{display:block;margin-block-start:.5em;margin-block-end:1em;font-size:14px !important;line-height:24px !important;letter-spacing:.1px !important}@keyframes sessionSummary-style-module__loading__fm0Eq{0%{opacity:1}100%{opacity:.1}}.sessionSummary-style-module__loader__H-ueF{top:50%;left:50%;position:absolute;transform:translate(-50%, -50%);font-size:28px;animation:sessionSummary-style-module__loading__fm0Eq .8s infinite alternate}
.session-end-promo-banner-module__promotional-banner__1Smwc{position:absolute;background-image:url(session-end-banner.94981314c28d654f.jpg);width:600px;background-repeat:no-repeat;background-position:center;background-size:100%;bottom:20px;display:flex;padding:15px 40px;align-items:center;justify-content:space-between;box-shadow:0px 0px 25px rgba(0,0,0,.1333333333)}.session-end-promo-banner-module__promotional-banner__1Smwc .session-end-promo-banner-module__banner-image__MP99j{background-image:url(lens-product-new-logo.984683b28cfe09f4.png);height:30px;width:130px;background-size:100%;background-repeat:no-repeat;background-position:center}.session-end-promo-banner-module__promotional-banner__1Smwc .session-end-promo-banner-module__banner-link__vrZiS{background-color:#f33;color:#fdfdfd;font-weight:600;padding:5px 15px;line-height:20px;font-size:14px;border-radius:3px;cursor:pointer}.session-end-promo-banner-module__promotional-banner__1Smwc .session-end-promo-banner-module__banner-text-container__rONWU{max-width:350px;font-size:17px}@media only screen and (max-width: 800px){.session-end-promo-banner-module__feedback-container__ueEvE{height:450px;margin-bottom:60px}.session-end-promo-banner-module__feedback-container__ueEvE .session-end-promo-banner-module__sessionEnd__PiOvs .session-end-promo-banner-module__sessionEndMsgContainer__Ob54B{margin-top:0}}
.EndSessionPage-styles-module__endSessionPageContainer__ADw7b{position:relative;width:70%;margin:auto;padding:50px 20px}.EndSessionPage-styles-module__hideEndSessionPage__CUo\+i{display:none}.EndSessionPage-styles-module__sessionEndHeader__aJjO7{display:flex;flex-direction:row;margin-bottom:30px}.EndSessionPage-styles-module__surveyStyles__YiiKE{overflow:auto}.EndSessionPage-styles-module__doneIcon__QtCWK{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguNjY0MSAzMy4zMzI3TDI2LjY2NDEgNDEuMzMyN0w0NS4zMzA3IDIyLjY2NiIgc3Ryb2tlPSIjMDg5OTQ5IiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxwYXRoIGQ9Ik0zMi4wMDI2IDU4LjY2NzNDNDYuNzMwNiA1OC42NjczIDU4LjY2OTMgNDYuNzI4NyA1OC42NjkzIDMyLjAwMDdDNTguNjY5MyAxNy4yNzI3IDQ2LjczMDYgNS4zMzM5OCAzMi4wMDI2IDUuMzMzOThDMTcuMjc0NiA1LjMzMzk4IDUuMzM1OTQgMTcuMjcyNyA1LjMzNTk0IDMyLjAwMDdDNS4zMzU5NCA0Ni43Mjg3IDE3LjI3NDYgNTguNjY3MyAzMi4wMDI2IDU4LjY2NzNaIiBzdHJva2U9IiMwODk5NDkiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);height:35px;width:35px;background-size:100%;background-repeat:no-repeat;background-position:center,center}.EndSessionPage-styles-module__sessionEndMsg__a6CWj{font-weight:600;font-size:26px;margin-left:15px;color:#2f2e2e}.EndSessionPage-styles-module__logoContainer__ViyL0{margin-bottom:40px}.EndSessionPage-styles-module__logo__30xIK{max-height:58px;max-width:120px;background-size:100%;background-repeat:no-repeat;background-position:center,center}.EndSessionPage-styles-module__orgNameContainer__-R36S{margin-bottom:15px;font-weight:600;font-size:28px}.EndSessionPage-styles-module__positionCentre__vyNRz{position:absolute;width:100%;top:20vh}.EndSessionPage-styles-module__surveyContainer__7AtIg{margin-top:25px;background-color:#fff;padding:25px 10px 25px 35px;border:1px solid #d7cece;border-radius:5px}.EndSessionPage-styles-module__surveyHeader__H4NKO{font-weight:600;font-size:22px;display:block;margin-bottom:30px}.EndSessionPage-styles-module__surveyQuestions__AqtrB{display:flex;flex-direction:column}.EndSessionPage-styles-module__endSessionHeightStyle__YVFj\+{height:100%}.EndSessionPage-styles-module__closeBtn__hqLEi{height:43px;width:182px;border-radius:5px;position:fixed;right:47px;top:20px;background-color:#e0e6ea;color:#2d79ff;border:1px solid #2d79ff;font-size:15px;font-weight:600;margin:auto;line-height:0px;cursor:pointer;padding:13px 35px}
.styles-module__surveyContainer__EP8sG{margin-top:25px;background-color:#fff;padding-top:25px;padding-inline-end:10px;padding-bottom:25px;padding-inline-start:35px;border:1px solid #d7cece;border-radius:5px}.styles-module__surveyHeader__5vEKy{font-weight:600;font-size:var(--22px, 22px);display:block;word-break:break-word;line-height:32px}.styles-module__desc__X\+A0N{font-size:var(--14px, 14px)}.styles-module__surveyQuestions__xn8JY{display:flex;flex-direction:column;margin-top:30px}.styles-module__surveySubmitBtn__gh5pH{padding:8px 30px !important;font-size:14px !important;background-color:#016ae3 !important;border:1px solid #016ae3 !important;margin-top:5px;border-radius:3px !important;user-select:none;font-weight:600 !important}.styles-module__surveySubmitted__xyoCC{margin-top:25px;background-color:#fff;padding-top:25px;padding-inline-end:10px;padding-bottom:25px;padding-inline-start:35px;border:1px solid #d7cece;border-radius:5px;display:flex;flex-direction:column;width:100%;align-items:center;box-sizing:border-box !important}.styles-module__doneIcon__4oqm1{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguNjY0MSAzMy4zMzI3TDI2LjY2NDEgNDEuMzMyN0w0NS4zMzA3IDIyLjY2NiIgc3Ryb2tlPSIjMDg5OTQ5IiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxwYXRoIGQ9Ik0zMi4wMDI2IDU4LjY2NzNDNDYuNzMwNiA1OC42NjczIDU4LjY2OTMgNDYuNzI4NyA1OC42NjkzIDMyLjAwMDdDNTguNjY5MyAxNy4yNzI3IDQ2LjczMDYgNS4zMzM5OCAzMi4wMDI2IDUuMzMzOThDMTcuMjc0NiA1LjMzMzk4IDUuMzM1OTQgMTcuMjcyNyA1LjMzNTk0IDMyLjAwMDdDNS4zMzU5NCA0Ni43Mjg3IDE3LjI3NDYgNTguNjY3MyAzMi4wMDI2IDU4LjY2NzNaIiBzdHJva2U9IiMwODk5NDkiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);height:50px;width:50px;margin-bottom:20px;background-size:100%;background-repeat:no-repeat;background-position:center,center}.styles-module__surveySubmitted__xyoCC span{font-size:var(--22px, 22px);font-weight:500}.styles-module__loading__gQ3-a{opacity:.75;cursor:not-allowed}.styles-module__loading__gQ3-a :hover{box-shadow:none}.styles-module__errorMsg__lNq8e{margin-top:15px;color:var(--text-color-red, #E42527);font-size:var(--12px, 12px)}
.styles-module__questionContainer__VDvdV{margin-bottom:22px;font-size:var(--14px, 14px)}.styles-module__questionText__QxOJS{font-weight:600;color:#222;margin-bottom:8px;line-height:var(--24px, 24px);display:inline-block;word-break:break-word}.styles-module__questionText__QxOJS span{margin-inline-start:5px}.styles-module__mandatory__fun52{color:var(--text-color-red, #E42527);margin-inline-start:2px}.styles-module__choicesContainer__dWPq9{user-select:none;display:flex;flex-wrap:wrap}.styles-module__choiceText__IRDqc{margin-inline-start:10px;margin-top:2px;word-break:break-word}.styles-module__choice__qbg49{display:flex;padding-inline-end:20px;line-height:16px;margin-bottom:15px;margin-inline-start:0;cursor:pointer;align-items:center}.styles-module__choice__qbg49 input{margin-top:2px !important;width:15px;height:15px}.styles-module__choice__qbg49 input[type=checkbox]{margin:0}.styles-module__choice__qbg49 input[type=radio]{margin:0}.styles-module__dropDownClass__ftfdB{width:100% !important;max-height:200px !important;font-size:inherit !important;border:1px solid #cdc8c8}.styles-module__dropDownClass__ftfdB div ul{overflow-y:hidden !important;max-height:none !important}.styles-module__dropDownClass__ftfdB div ul li label{white-space:normal !important;font-size:var(--14px, 14px);color:#333;width:100%;font-weight:normal;cursor:pointer}.styles-module__dropdownQuestion__ACwLX{display:flex;flex-direction:column}.styles-module__selectStyle__PxdVw{margin:0 0 15px 0 !important;width:fit-content !important;min-height:33px;border:1px solid #ddd !important;border-radius:5px;padding:0;padding-inline-end:20px !important;float:left;float:inline-start;position:relative;cursor:pointer;min-width:450px !important;max-width:40%;user-select:none;border-radius:2px}.styles-module__selectStyle__PxdVw:hover{border:1px solid #ddd}.styles-module__selectStyle__PxdVw li{list-style:none;font-size:var(--13px, 13px);line-height:30px;margin:0;float:left;float:inline-start;width:100%;transition:none !important;text-align:start;cursor:pointer;background-color:#fff;padding:0 10px;display:inline}.styles-module__selectStyle__PxdVw ul{width:100%;float:left;float:inline-start;padding:0;overflow:auto}.styles-module__selectStyle__PxdVw .styles-module__count-header__BTS0f{line-height:30px;color:#333;padding:0 10px;text-align:start;transition:all 200ms linear 0s;list-style:none;display:block}.styles-module__answerTextArea__QaESf{border-radius:5px;border:1px solid #ddd;padding-inline-start:10px;width:40%;height:34px;overflow-y:scroll;margin-bottom:15px;min-width:450px !important}.styles-module__answerTextArea__QaESf::placeholder{color:#ccc}.styles-module__answerTextArea__QaESf:focus{border-color:#1890ff}.styles-module__starRatingContainer__P6K8e{display:flex;user-select:none}.styles-module__starIcon__3qXC0{margin-inline-end:10px;cursor:pointer}@keyframes styles-module__topslide__BZIxS{0%{opacity:0}100%{opacity:1}}
.iconFontProps,.dropdown-icon{font-family:"icomoon";font-size:"18px";color:var(--icon-black-to-light)}.status-filter-dropdown li{font-size:inherit !important}#tech-list{width:300px;float:left;float:inline-start;max-height:352px;position:absolute;overflow-y:auto;overflow-x:auto;border-radius:2px;inset-inline-start:0;box-shadow:0 5px 10px rgba(0,0,0,0.1333333333);background-color:var(--shade-dropdown-varient1, #fff);top:31px;min-width:fit-content;animation:topslide ease-in-out 50ms;z-index:5}#tech-list li:hover{background-color:var(--shade-hover-dropdown, rgba(83, 164, 245, 0.1019607843)) !important}.count-label{margin-inline-end:20px;font-size:var(--14px, 14px)}.dropdown-icon{font-size:var(--21px, 21px);width:18px;float:right;float:inline-end;inset-inline-end:11px;position:absolute;margin:1px 0 0px 5px}.dropdown-icon::before{content:""}
.styles-module__connectDropDown__dx6PQ{display:flex;justify-content:flex-end;float:right;float:inline-end;min-width:90px}.styles-module__connectDropDown__dx6PQ:hover{box-shadow:0px 1px 2px #777}.styles-module__connectButton__PEkIc{min-width:66px;border-inline-end:none !important;border-radius:2px 0 0 2px !important;padding:0px 10px 0px}.styles-module__button__rz2v-{font-size:var(--12px, 12px);min-height:30px;font-weight:400;text-decoration:none;cursor:pointer;border-radius:2px;outline:none;user-select:none}.styles-module__button__rz2v-:disabled{opacity:.5;cursor:default;pointer-events:none}.styles-module__primary__lyuhF{border:1px solid var(--primary-button, #286CE5);background-color:var(--primary-button, #286CE5);color:#fff}.styles-module__primary__lyuhF:hover:enabled{background-color:var(--primary-button-hover, #2B72F2) !important;border:1px solid var(--primary-button-hover, #2B72F2) !important}.styles-module__secondary__Q6nXG,.styles-module__secondaryNew__4EkqF,.styles-module__dropdownbtn__9NAAd{border:1px solid var(--link-and-tertiary-button, #2460CC);background-color:var(--secondary-button);color:var(--link-and-tertiary-button, #2460CC);line-height:normal}.styles-module__secondaryNew__4EkqF:hover:enabled{background-color:var(--secondary-bluebtn-hover)}.styles-module__secondary__Q6nXG:hover:enabled{background-color:#286ce5;color:#fff}.styles-module__boxStyle__JS3Yz{width:25px !important;height:25px !important;border:1px solid #286ce5 !important;background-color:#fff;line-height:19px !important;border-radius:0px 2px 2px 0 !important}.styles-module__countLabel__wITm5{margin-inline-end:1px !important;color:#286ce5;font-size:var(--13px, 13px)}.styles-module__techListBox__2CB2m{width:210px !important;inset-inline-start:-185px !important;top:24px !important}.styles-module__techListBox__2CB2m ul{padding:0 0 8px 0 !important}.styles-module__techListBox__2CB2m ul li{padding:0px !important}.styles-module__techListBox__2CB2m:hover{background-color:#f0f8fd}.styles-module__techListLabel__H\+Zkj{padding:2px 20px;font-size:15px !important}
.SessionOverview-styles-module__summaryContainer__QddPh{background-color:#fff;padding:25px 10px 25px 35px;border:1px solid #d7cece;border-radius:5px;font-size:14px}.SessionOverview-styles-module__topRow__sGS\+f{display:flex;justify-content:space-between;width:100%;padding-bottom:30px}.SessionOverview-styles-module__summaryActions__KRoPt{display:flex;user-select:none;float:right}.SessionOverview-styles-module__summary__IqXDH{font-size:20px;font-weight:600;float:left}.SessionOverview-styles-module__secondaryActions__pmc0X{color:#016ae3 !important;margin-right:40px;cursor:pointer}.SessionOverview-styles-module__secondaryActions__pmc0X span{background-repeat:no-repeat;background-size:100%;width:16px;height:16px;display:inline-block;margin-right:7px;margin-bottom:-2px}.SessionOverview-styles-module__notesIcon__nWe1M{background-image:url(notes.7b688227e5aee5a9.svg)}.SessionOverview-styles-module__chatTranscriptIcon__-\+t40{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNi40Mjk2OSAxMS43MjFIMTcuNTgzNE02LjQyOTY5IDguMjg5MDZIMTMuMTIxOSIgc3Ryb2tlPSIjMDE2QUUzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICA8cGF0aCBkPSJNMyAxOC44MzQ1VjUuNzE1OTZDMyA1LjI2MDg2IDMuMTgwNzkgNC44MjQ0IDMuNTAyNTkgNC41MDI1OUMzLjgyNDQgNC4xODA3OSA0LjI2MDg2IDQgNC43MTU5NiA0SDIwLjE1OTZDMjAuNjE0NyA0IDIxLjA1MTIgNC4xODA3OSAyMS4zNzMgNC41MDI1OUMyMS42OTQ4IDQuODI0NCAyMS44NzU2IDUuMjYwODYgMjEuODc1NiA1LjcxNTk2VjE0LjI5NThDMjEuODc1NiAxNC43NTA5IDIxLjY5NDggMTUuMTg3MyAyMS4zNzMgMTUuNTA5MUMyMS4wNTEyIDE1LjgzMDkgMjAuNjE0NyAxNi4wMTE3IDIwLjE1OTYgMTYuMDExN0g3LjI1NjQ0QzYuOTk5MjQgMTYuMDExNyA2Ljc0NTM1IDE2LjA2OTYgNi41MTM1MiAxNi4xODFDNi4yODE3IDE2LjI5MjQgNi4wNzc4OCAxNi40NTQ0IDUuOTE3MTMgMTYuNjU1MkwzLjkxNzE4IDE5LjE1NTRDMy44NTA2MiAxOS4yMzg4IDMuNzU5NzkgMTkuMjk5NCAzLjY1NzI1IDE5LjMyOUMzLjU1NDcgMTkuMzU4NSAzLjQ0NTUxIDE5LjM1NTQgMy4zNDQ3OSAxOS4zMjAyQzMuMjQ0MDYgMTkuMjg1IDMuMTU2NzggMTkuMjE5MyAzLjA5NTAxIDE5LjEzMjNDMy4wMzMyNCAxOS4wNDUyIDMuMDAwMDQgMTguOTQxMiAzIDE4LjgzNDVaIiBzdHJva2U9IiMwMTZBRTMiLz4KPC9zdmc+)}.SessionOverview-styles-module__bottomRow__vazQA{display:flex;width:90%;justify-content:space-between;padding-bottom:10px}.SessionOverview-styles-module__sessionInfo__0vlm8{display:flex;flex-direction:column;width:fit-content;margin-right:25px}.SessionOverview-styles-module__titleStyles__K068\+{font-weight:600}.SessionOverview-styles-module__infoStyles__9SfIi{margin-top:10px}
.SessionNotes-styles-module__modalContainer__Ukxje{top:30% !important;border-radius:3px;padding:20px;width:500px !important;min-height:223px;height:fit-content !important}.SessionNotes-styles-module__sessionNotesContainer__nHfci{position:relative;padding:10px;height:100%}.SessionNotes-styles-module__notesTitle__xFEzO{font-weight:600;display:block;margin-bottom:15px;font-size:16px;display:inline;margin-right:10px}.SessionNotes-styles-module__notesDescp__pwIm8{color:gray;display:block;font-style:italic;margin-top:15px}.SessionNotes-styles-module__notesTextArea__BKk46{border-radius:3px;font-size:14px;border-color:#8c8c8c;width:100%;margin-top:10px;height:80px;box-sizing:border-box !important}.SessionNotes-styles-module__notesTextArea__BKk46:focus{border-color:#1890ff}.SessionNotes-styles-module__notesBtns__WHsGT{display:flex;position:relative;margin-top:25px;float:right;margin-bottom:10px;font-weight:600}.SessionNotes-styles-module__notesCancel__LkOse{cursor:pointer;padding:8px 30px;color:#8c8c8c;border:1px solid #8c8c8c;margin-right:30px;border-radius:3px;display:flex;align-items:center}.SessionNotes-styles-module__notesSave__Vcatn{cursor:pointer;padding:8px 30px;border:1px solid #1890ff;color:#fff;background-color:#1890ff;border-radius:3px;display:flex;align-items:center}.SessionNotes-styles-module__notesCancel__LkOse:hover{box-shadow:0 0 3px #777}.SessionNotes-styles-module__notesSave__Vcatn:hover{box-shadow:0 0 3px #777}.SessionNotes-styles-module__saveDisabled__fnJg4{opacity:.7}.SessionNotes-styles-module__titleEditIcon__Il3rf{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzFGOERENjtzdHJva2Utd2lkdGg6MjA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExOC4zLDI4NC41TDM3MC44LDMzLjFjMi41LTIuNSw2LjYtMi41LDkuMiwwbDEwMi4xLDEwMS4zYzIuNSwyLjUsMi41LDYuNiwwLjEsOS4yTDIzMi45LDM5OC4zCgljLTAuOCwwLjgtMS43LDEuNC0yLjgsMS43bC0xNTQuNSw0OGMtMC44LDAuMi0xLjYsMC43LTIuMywxLjNsMCwwYy02LjEsNS0xNC4yLTMtOS4zLTkuMWwxLjgtMi4zYzAuNS0wLjYsMC45LTEuMywxLjEtMi4xCglsNDkuNS0xNDguN0MxMTcuMSwyODYuMSwxMTcuNSwyODUuMywxMTguMywyODQuNXogTTI5Mi4xLDExMS40bDExMC41LDExMy41IE0zMjEuOSw4MS42bDExMC41LDExMy41IE0zNTAuNSw1Ni40bDEwMi42LDEwNS4zCgkgTTEyMi40LDI4MS4xbDExMC41LDExMy41IE02NC4xLDQ0MC4ybC0zNCw0Mi42bDQzLjMtMzMuNkw2NC4xLDQ0MC4yeiIvPgo8L3N2Zz4K);background-size:cover;height:16px;width:16px;display:inline-block;cursor:pointer}.SessionNotes-styles-module__newTitleEdit__CaBv0{border-radius:3px;border-color:#8c8c8c;width:100%;margin-top:10px;font-size:14px;height:38px;overflow:hidden;box-sizing:border-box !important}.SessionNotes-styles-module__newTitleEdit__CaBv0:focus{border-color:#1890ff}.SessionNotes-styles-module__notesLoading__qy72t{font-weight:600;font-size:16px;display:flex;justify-content:center;align-items:center;height:100%}
.styles-module__modal-overlay__ITkGN{position:fixed;width:100%;height:100%;top:0px;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:9999999}.styles-module__modal-box-style__Ve6pt{position:fixed;top:45px;width:400px;left:0;right:0;margin:auto;background-color:#fff;box-shadow:0 0 25px #555;z-index:9999999;text-align:left}.styles-module__btn__fsrFs{padding:15px;text-transform:uppercase;margin:0;font-size:13px}.styles-module__modal__go6Ug{position:fixed;top:45px;left:0;right:0;margin:auto;background-color:var(--shade-variant1-color, #fff);box-shadow:0 0 25px #555;z-index:9999999;text-align:left;width:450px}.styles-module__modal__go6Ug .close-box{margin:12px 20px 0;padding:4px}.styles-module__container__g2Ptc{display:flex;flex-direction:column;align-items:center;padding:10px 20px;justify-content:center}.styles-module__container__g2Ptc .styles-module__content__czNkP{padding:20px;margin:20px;font-size:18px;text-align:center}.styles-module__assist-box__xN0EQ{background-color:var(--shade-variant1-color, #fff);box-shadow:0 0 25px var(--border-box-variant3, #555);z-index:9999999}.styles-module__assist-box__xN0EQ .styles-module__title__kXXxa{font-size:14px;font-weight:600;padding:10px 15px;background:var(--assist-box-title);line-height:22px}.styles-module__assist-box__xN0EQ .styles-module__close-box__aPsXr{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNrsllsNwzAMRQuhEAahUAYhEAZhDAIhEAZlEAohEDpHSqTKmqv5qX3kSvev8TlNGqnLMjPzp8nQYjAnQd/QlbOogY/eooSPOTv0JhGQSiQ0Q7ULXAk1XCNhBpdImMM5Em7wXyQ2aPWEX0mEwSmJIxJ+JREGH9mRwCMSTh1D8ga3LX6dgLVDa4TE2s/5DN+Ia5i84a139IybxDc4NdxcggM3l5DAKYnMheMBkjfBM1g/NdnofquOY2z/U/kdDYkiWZgNb9LMDJmPAAMASiedURzzK90AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:50%;background-size:16px;width:16px;height:16px;display:inline-block;position:absolute;right:0;padding:20px;margin:2px 10px;cursor:pointer;top:-1px;right:-10px}.styles-module__assist-box__xN0EQ .styles-module__close-box__aPsXr:hover{background-color:var(--background-onHover-color2)}.styles-module__assist-label__zSvd7{color:var(--text-color-v5);cursor:default;vertical-align:middle;font-weight:400}.styles-module__assist-textbox__9UXIb{padding:6px 8px;border:1px solid #ccc;border-radius:2px;color:#000;font-size:15px;outline:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s}.styles-module__assist-textbox__9UXIb:focus{border:1px solid #1f8dd6;box-shadow:inset 0 0 2px #b3d3e9}textarea{padding:10px;resize:none;outline:none;border:1px solid #ccc}textarea:focus{border:1px solid #1f8dd6;box-shadow:inset 0 0 2px #b3d3e9}
.Feedback-styles-module__feedbackMenu__j1LEJ{background-image:url(feedback-bg.c5407dcb57ecb295.png);height:55px;width:225px;background-size:101% 102%;border-radius:13px;position:fixed;right:20px;bottom:20px;color:#fff;font-size:15px;font-weight:600;margin:auto;text-align:left;padding-left:20px;line-height:50px;cursor:pointer}.Feedback-styles-module__feedbackMenu__j1LEJ:hover{box-shadow:0 0 3px #777}.Feedback-styles-module__feedbackPosition__-OGlP{position:fixed;right:20px;bottom:20px;width:400px;background-color:#fff;border:1px solid #d7cece;border-radius:10px;box-shadow:0 0 3px #777}.Feedback-styles-module__feedbackContainer__aVUEJ{padding:15px 25px 0px 25px;font-size:14px}.Feedback-styles-module__feedbackHeader__vB-8n{display:flex;justify-content:space-between}.Feedback-styles-module__feedbackHeader__vB-8n p{margin:15px 0;font-weight:600;justify-content:space-between;width:100%}.Feedback-styles-module__closeIcon__OnXr7{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgb3BhY2l0eT0iMC41IiBkPSJNNCAyMEwxMiAxMkwyMCAyME0yMCA0TDExLjk5ODUgMTJMNCA0IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);height:15px;width:15px;display:flex;float:right;position:relative;background-size:100% 100%;margin-top:20px;cursor:pointer}.Feedback-styles-module__feedbackRatings__0FsbJ{display:flex;width:100%;justify-content:space-between;margin-top:10px;margin-bottom:35px;user-select:none}.Feedback-styles-module__feedbackOption__sS2tF{width:20%;justify-content:center;display:flex;flex-direction:column;color:#333}.Feedback-styles-module__ratingIcon__QTMSR{display:flex;align-items:center;justify-content:center;cursor:pointer}.Feedback-styles-module__optionName__Cg3XT{text-align:center;margin-top:6px}.Feedback-styles-module__greyIcon__-yoV9{fill:#c8ced2;transition:linear 120ms}.Feedback-styles-module__greyIcon__-yoV9:hover{transform-origin:center;transform:scale(1.4, 1.4)}.Feedback-styles-module__fillIcon__PCjFz{fill:#f7ab21;transition:linear 120ms}.Feedback-styles-module__fillIcon__PCjFz:hover{transform-origin:center;transform:scale(1.4, 1.4)}.Feedback-styles-module__suggesstionHeader__m4LSc{font-weight:600;line-height:20px}.Feedback-styles-module__suggesstionTextarea__vNL\+N{box-sizing:border-box !important;border-radius:3px;margin-top:20px;width:100%;overflow-y:scroll}.Feedback-styles-module__suggesstionTextarea__vNL\+N::placeholder{color:#ccc}.Feedback-styles-module__feedbackSubmitBtn__KqH05{color:#fff;background-color:#006de0;display:flex;float:right;margin:18px 0px;border:none;border-radius:3px;padding:9px 31px;font-weight:600}.Feedback-styles-module__feedbackSubmitBtn__KqH05:hover{box-shadow:0 0 3px #777}.Feedback-styles-module__feedbackFooter__eKZSG{background-color:#fff6d9;width:375px;padding:8px 0;padding-left:25px;display:flex;border-radius:0 0 10px 10px;color:#333;font-size:14px}.Feedback-styles-module__feedbackSubmitted__70qsV{display:flex;position:fixed;width:300px;border-radius:10px;right:20px;bottom:20px;color:#333;box-shadow:0 0 3px #777;padding:10px 0px;background-color:#fff;line-height:25px;font-size:14px}.Feedback-styles-module__submittedIcon__5LLbD{background-image:url(thumbsUp.28650d05f65fb88c.svg);background-size:100%;width:38px;height:38px;display:inline-block;margin:5px 15px 0 20px}.Feedback-styles-module__feedbackThanks__7ugkd{font-weight:600}.Feedback-styles-module__feedbackAccept__h72Oj{color:#333;display:flex}
.style__loader__gRlbX {
  width: 35px;
  height: 35px;
  display: block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: #f22927;
  border-bottom-color: #feea4b;
  border-left-color: #48ca32;
  border-right-color: #2e7eae;
  position: absolute;
  left: 50%;
  top: 200px;
  animation: style__spinner__0vDHU 0.7s linear infinite;
}
@keyframes style__spinner__0vDHU {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes style__spinner__0vDHU {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

body{margin:0;padding:0}body,div,p,span,button,input,text,textarea,nav,section,form,select,option{font-family:"Zoho_Puvi_Regular","Lato","Roboto"}.sessionEndWithButtons{width:400px !important}.hideBtns{height:450px !important}.lensViewerContainerForFeedback{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#e6f0f4}.viewerContainerForFeedback{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#e0e6ea}.feedback-container{box-shadow:0px 0px 25px rgba(0,0,0,.1333333333);background-color:#fff;display:flex;flex-direction:row;height:550px;width:950px;margin-bottom:60px}.feedback-container .sessionEnd{padding:10px 50px;background-color:#eef0f2;width:400px;box-sizing:border-box}.feedback-container .sessionEnd .sessionEndMsgContainer{height:200px;margin-top:50px;text-align:center}.feedback-container .sessionEnd .sessionEndSuccess{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4IDEyOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIHN0cm9rZT0iIzJEQTA1QyIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iNjMuNSIgY3k9IjY0LjYiIHI9IjU3LjYiLz4NCjxwYXRoIGZpbGw9IiMyREEwNUMiIGQ9Ik0zNi42LDY3LjdMMzYuNiw2Ny43Yy0xLjgsMS44LTEuOCw0LjksMCw2LjdsMTQuNSwxNC41YzEuOCwxLjgsNC45LDEuOCw2LjcsMGwwLDBjMS44LTEuOCwxLjgtNC45LDAtNi43DQoJTDQzLjMsNjcuN0M0MS41LDY1LjksMzguNSw2NS45LDM2LjYsNjcuN3oiLz4NCjxwYXRoIGZpbGw9IiMyREEwNUMiIGQ9Ik01Miw4OC41TDUyLDg4LjVjMS45LDEuOSw0LjksMS45LDYuNywwLjFsMzUuOC0zNS44YzEuOC0xLjgsMS44LTQuOCwwLTYuN2wtMC4xLTAuMWMtMS44LTEuOC00LjgtMS44LTYuNywwDQoJTDUyLDgxLjhDNTAuMSw4My43LDUwLjEsODYuNyw1Miw4OC41eiIvPg0KPC9zdmc+DQo=);background-repeat:no-repeat;background-size:contain;margin-top:30px;position:relative;width:50px;height:50px;display:inline-block}.feedback-container .sessionEnd .sessionEndMsg{font-size:22px;text-align:center;word-break:break-word}.feedback-container .sessionEnd .sessionEndMsg>p{line-height:30px}.feedback-container .sessionEnd .buttonContainer{margin-top:50px;display:flex;justify-content:center;align-items:center;position:relative}.feedback-container .sessionEnd .buttonContainer .closeButton{border:1px solid #1f8dd6;border-radius:2px;cursor:pointer;display:inline-block;font-size:15px;font-weight:400;line-height:20px;padding:10px 20px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;width:50%;background-color:#1f8dd6;border-color:#1f8dd6;color:#fff;float:none;font-size:13px;font-weight:600;margin-right:15px}.feedback-container .sessionEnd .buttonContainer .feedbackButton{border:1px solid #1f8dd6;border-radius:2px;cursor:pointer;display:inline-block;font-size:15px;font-weight:400;line-height:20px;padding:10px 20px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;width:50%;background-color:#fff;border-color:#1f8dd6;color:#1f8dd6;font-size:13px;font-weight:600}.feedback-container .sessionEnd .feedbackArrow{width:0;height:0;border:20px solid #fff;border-left-color:rgba(0,0,0,0);border-right-color:#fff;border-top-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);position:absolute;right:-50px}.feedback-container .sessionDetailsContainer{margin-top:25px;text-align:center}.feedback-container .sessionDetailsContainer .sessionDetails{width:100%;box-sizing:border-box;display:inline-block;margin:10px 0 0;min-height:30px;display:flex;justify-content:space-between;position:relative}.feedback-container .sessionDetailsContainer .sessionDetails .sessionDetailsName{width:60%;text-align:left;line-height:25px}.feedback-container .sessionDetailsContainer .sessionDetails .sessionDuration{line-height:25px;font-weight:bold;text-align:right}.feedback-container .sessionDetailsContainer .sessionDetails .sessionDetailsOptBtn{border:1px solid #1f8dd6;border-radius:2px;color:#1f8dd6;background-color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:400;line-height:20px;padding:5px 5px;text-align:center;vertical-align:middle;white-space:nowrap;min-width:100px;border-color:#1f8dd6;font-size:14px;font-weight:600}.feedback-container .sessionDetailsContainer .sessionDetails .sessionNotesArrow{width:0;height:0;border:20px solid #fff;border-left-color:rgba(0,0,0,0);border-right-color:#fff;border-top-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);position:absolute;right:-50px}.feedback-container .feedback-form{width:60%;box-sizing:border-box;padding:60px 40px 20px 40px;background-color:#fff}.feedback-container .feedback-form .getfeebackMsg{text-align:left;font-size:16px;margin-top:15px}.feedback-container .feedback-form .ratings{display:flex;flex-direction:row;margin-top:30px;align-items:center;justify-content:center}.feedback-container .feedback-form .ratings .ratingsImg{margin-right:20px}.feedback-container .feedback-form .ratings .ratingsText{text-align:center;padding-top:10px}.feedback-container .feedback-form .grey-icon{fill:#c8ced2;transition:linear 120ms}.feedback-container .feedback-form .grey-icon:hover{transform-origin:center;transform:scale(1.4, 1.4)}@keyframes ratingsFill{50%{margin-top:-10px}100%{margin-top:0px}}.feedback-container .feedback-form .fill-icon{fill:#f7ab21;transform-origin:center;transform:scale(1.4, 1.4);animation:ratingsFill .5s ease-in-out 1 alternate}.feedback-container .feedback-form .selected-text{color:#000}.feedback-container .feedback-form .suggestionsTitle{margin-top:30px;font-size:16px}.feedback-container .feedback-form .feedback-text{width:100%;vertical-align:middle;background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;font-weight:400;margin:0;color:#333;resize:none;height:25%;margin-top:10px;font-size:17.5px;box-sizing:border-box;padding:10px}.feedback-container .feedback-form .suggestion{height:33%}.feedback-container .feedback-form .feedback-mail-label{font-size:16px}.feedback-container .feedback-form .feedback-email{width:100%;vertical-align:middle;background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;font-weight:400;margin:0;color:#333;resize:none;height:42px;margin-top:8px;font-size:16px;font-weight:400;padding-left:2%;padding-right:2%;box-sizing:border-box}.feedback-container .feedback-form .feedback-text:focus{border:solid 1px #1f8dd6;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;outline:none}.feedback-container .feedback-form .feedback-email:focus{border:solid 1px #1f8dd6;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;outline:none}.feedback-container .feedback-form .btnContainer{margin-top:15px;float:right}.feedback-container .submitBtn{border:1px solid #1f8dd6;border-radius:2px;color:#1f8dd6;cursor:pointer;display:inline-block;font-size:15px;font-weight:400;line-height:20px;padding:10px 20px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;min-width:100px;background-color:#1f8dd6;border-color:#1f8dd6;color:#fff;float:none;font-size:13px;font-weight:600}.feedback-container .disabled{cursor:not-allowed;pointer-events:none;opacity:.5}.feedback-container .shareFeedbackContainer{width:60%;box-sizing:border-box;padding:30px 40px;background-color:#fff}.feedback-container .shareFeedbackContainer .feedbackMsg{margin-left:50px;margin-right:50px;text-align:center}.feedback-container .shareFeedbackContainer .feedbackMsg .thanksMsgContainer{text-align:center}.feedback-container .shareFeedbackContainer .feedbackMsg .thanks-icon{width:80px;width:80px;margin-top:25px;fill:#f7ab21;display:inline-block}.feedback-container .shareFeedbackContainer .feedbackMsg .thanks-msg{margin-top:10px;text-align:center;font-weight:bold;font-size:22px}.feedback-container .shareFeedbackContainer .feedbackMsg .support-msg{margin-top:10px;font-size:18px;text-align:center}.feedback-container .shareFeedbackContainer .feedbackMsg .externalFeedback{margin-top:40px;text-align:center}.feedback-container .shareFeedbackContainer .feedbackMsg .externalFeedback .shadow-divider{background-image:url(shadow-divider.cfd7bb2d519facf9.png);background-repeat:no-repeat;background-size:contain;margin-top:30px;width:100%;height:20px}.feedback-container .shareFeedbackContainer .feedbackMsg .externalFeedback .externalFeedback-share{background-image:url(write-review-new.02d1e76efe96d794.svg);background-repeat:no-repeat;background-size:contain;margin-top:50px;width:50px;height:50px;display:inline-block}.feedback-container .shareFeedbackContainer .feedbackMsg .externalFeedback .externalFeedback-msg{text-align:center;font-size:18px;margin-top:5px}.feedback-container .shareFeedbackContainer .feedbackMsg .externalFeedback .externalFeedbackBtnContainer{margin-top:20px}.feedback-container .shareFeedbackContainer .hideExternalFeedback{position:relative;top:18%}.feedback-container .sessionNotesContainer{width:60%;box-sizing:border-box;padding:60px 40px 20px 40px;background-color:#fff}.feedback-container .sessionNotesContainer .notes-char-info{float:right}.feedback-container .sessionNotesContainer .title-char-info{position:absolute;top:5px;right:5px}.feedback-container .sessionNotesContainer .align-top-right{position:absolute;top:-18px;right:5px}.feedback-container .sessionNotesContainer .notes-warning{font-size:13px;color:#f45304;line-height:18px;font-style:italic}.feedback-container .sessionNotesContainer .sessionNotesTitle{font-weight:bold;font-size:22px;padding-bottom:20px;position:relative}.feedback-container .sessionNotesContainer .sessionNoteLabelTxt{font-size:18px;font-style:italic;float:left;line-height:24px;text-align:center;color:#677780}.feedback-container .sessionNotesContainer #sessionNotesTitleEdit{width:100%;border:solid 1px #ddd;border-radius:3px;padding:8px 2%;font-size:18px;box-sizing:border-box;outline:none}.feedback-container .sessionNotesContainer #sessionNotesTitleEdit:focus{border:solid 1px #1f8dd6;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s}.feedback-container .sessionNotesContainer #sessionNotesTitleEdit:hover{border:solid 1px #1f8dd6}.feedback-container .sessionNotesContainer .sessionNotesText{background-color:#fff;border:solid 1px #ddd;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;-moz-box-shadow:0 1px 1px rgba(0,0,0,.075) inset;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#333;display:block;font-size:18px;font-weight:400;margin:0;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;-webkit-transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;width:96%;height:55%;margin-top:6%;padding:10px}.feedback-container .sessionNotesContainer .sessionNotesText:focus{border:solid 1px #1f8dd6;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;outline:0 none}.feedback-container .sessionNotesContainer .updateDetails{float:left;padding-top:20px;max-width:150px;line-height:24px;word-break:break-word;font-style:italic;color:#627078}.feedback-container .sessionNotesContainer .updateMsg{display:inline-block;vertical-align:middle;line-height:35px}.feedback-container .sessionNotesContainer .sessionNotesTopic{padding:0px 10px 8px 0px}.feedback-container .sessionNotesContainer .sessionNotesTitleEdit{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzFGOERENjtzdHJva2Utd2lkdGg6MjA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExOC4zLDI4NC41TDM3MC44LDMzLjFjMi41LTIuNSw2LjYtMi41LDkuMiwwbDEwMi4xLDEwMS4zYzIuNSwyLjUsMi41LDYuNiwwLjEsOS4yTDIzMi45LDM5OC4zCgljLTAuOCwwLjgtMS43LDEuNC0yLjgsMS43bC0xNTQuNSw0OGMtMC44LDAuMi0xLjYsMC43LTIuMywxLjNsMCwwYy02LjEsNS0xNC4yLTMtOS4zLTkuMWwxLjgtMi4zYzAuNS0wLjYsMC45LTEuMywxLjEtMi4xCglsNDkuNS0xNDguN0MxMTcuMSwyODYuMSwxMTcuNSwyODUuMywxMTguMywyODQuNXogTTI5Mi4xLDExMS40bDExMC41LDExMy41IE0zMjEuOSw4MS42bDExMC41LDExMy41IE0zNTAuNSw1Ni40bDEwMi42LDEwNS4zCgkgTTEyMi40LDI4MS4xbDExMC41LDExMy41IE02NC4xLDQ0MC4ybC0zNCw0Mi42bDQzLjMtMzMuNkw2NC4xLDQ0MC4yeiIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-size:contain;display:inline-block;width:20px;height:20px}.feedback-container .sessionNotesContainer .sessionNotesCloseContainer{margin-top:20px;float:right;padding-bottom:40px}.feedback-container .sessionNotesContainer .closeBtn{background-color:#0697ea}.feedback-container .sessionNotesContainer .updateMsg{float:left;width:100%;margin:10px 0;min-height:40px;position:absolute;max-width:320px;font-style:italic}.boldMsg{font-weight:bold}.save-btn{background-color:#1f8dd6;color:#fff;border:solid 1px #1f8dd6;padding:10px 20px;font-size:13px;float:right;margin:0 0 0 10px;transition:all .1s linear;border-radius:2px;outline:none;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.save-btn:hover{background-color:#1f8dd6 !important;border:solid 1px #1f8dd6 !important;border-color:#1f8dd6 !important;cursor:pointer}.discard-btn{background-color:#fff;color:#1f8dd6;border:solid 1px #1f8dd6;padding:10px 20px;font-size:13px;float:right;margin:0 0 0 10px;transition:all .1s linear;border-radius:2px;outline:none;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.sessionSummary{display:flex;justify-content:center;align-items:center;margin:20px 0 0 0;cursor:pointer;gap:10px;height:45px}.sessionSummary .sessionSummaryLink{line-height:25px;text-decoration:none;color:#1f8dd6;font-weight:bold}.sessionSummary .loading{background:url(Loading-Grey.5099510bf7d23fd1.gif);height:45px;width:45px;background-size:45px;background-position:center;background-repeat:no-repeat}.session-summary-error{background-color:#fff8e1;position:absolute;top:20px;z-index:200;padding:20px 20px 20px 20px;border-radius:35px;font-size:14px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:15px;line-height:18px;box-shadow:0 2px 15px #555}.session-summary-error .session-summary-error-text{font-size:14px}.session-summary-error .session-summary-error-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE5IDE5Ij4KICA8ZyBpZD0iSWNvbl9mZWF0aGVyLWluZm8iIGRhdGEtbmFtZT0iSWNvbiBmZWF0aGVyLWluZm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjUgLTIuNSkiPgogICAgPHBhdGggaWQ9IlBhdGhfMjkiIGRhdGEtbmFtZT0iUGF0aCAyOSIgZD0iTTIxLDEyYTksOSwwLDEsMS05LTksOSw5LDAsMCwxLDksOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2UyMjAyMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMwIiBkYXRhLW5hbWU9IlBhdGggMzAiIGQ9Ik0xOCwyNFYxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYgLTcuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2UyMjAyMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMxIiBkYXRhLW5hbWU9IlBhdGggMzEiIGQ9Ik0xOCwxMmgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNiAtNC44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTIyMDIwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgPC9nPgo8L3N2Zz4K);width:25px;height:16px;padding:0 5px;background-size:16px;background-position:center;background-repeat:no-repeat}.session-summary-error .closeIcon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MTQiIGhlaWdodD0iMTEuNDE0IiB2aWV3Qm94PSIwIDAgMTEuNDE0IDExLjQxNCI+CiAgPGcgaWQ9ImNsb3NlLW5ldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjI5MyAtMTIuMjkzKSI+CiAgICA8bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgeDE9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzIDEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMiIgZGF0YS1uYW1lPSJMaW5lIDIiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAxMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=);width:8px;height:8px;background-size:8px;background-position:center;background-repeat:no-repeat;right:30px;cursor:pointer;padding-right:30px}.feedbackWithSessionSummary{height:600px}.feedbackWithAllElements{height:650px}
.ReachForHelp-style-module__newMsgBox__w2RFG{z-index:601;height:auto;box-shadow:0px 10px 25px rgba(0,0,0,.1607843137);border-radius:10px;border:1px solid rgba(112,112,112,.2);background-color:#fff;display:none;position:absolute;top:45%;left:50%;transform:translate(-50%, -50%);min-height:100px !important;width:700px;display:block;padding:45px 50px;text-align:left;font-size:16px;line-height:28px}.ReachForHelp-style-module__dialogContent__3xrYB{padding:45px 0px;text-align:left;font-size:16px;line-height:28px;margin:0 50px}.ReachForHelp-style-module__icon__tUlMl{width:25px;height:25px;background-size:100%;background-repeat:no-repeat;position:absolute;margin-top:2px}.ReachForHelp-style-module__warningIcon__dN-yG{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Y5NTkyMTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNjQiIGN5PSI2NCIgcj0iNjIuNiIvPgoJPGc+CgkJPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iNjUiIGN5PSI5Ni41IiByPSI2LjYiLz4KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNzEuNiwzMy4ydjQxLjVjMCwzLjYtMyw2LjYtNi42LDYuNnMtNi42LTMtNi42LTYuNlYzMy4yYzAtMy42LDMtNi42LDYuNi02LjZTNzEuNiwyOS42LDcxLjYsMzMuMnoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K)}.ReachForHelp-style-module__title__-L1Fi{font-weight:bold;text-align:left;font-size:20px}.ReachForHelp-style-module__titleWithIcon__5fQDj{margin-left:40px}.ReachForHelp-style-module__messageWithIcon__9nWOH{margin-left:40px}.ReachForHelp-style-module__message__Mw6Xf{margin-top:20px}.ReachForHelp-style-module__buttonWithIcon__cOljE{margin-left:40px}.ReachForHelp-style-module__dialogButtonSection__FlEFT{height:40px}.ReachForHelp-style-module__dialogButtonSection__FlEFT .ReachForHelp-style-module__dialogBtn__571Mr{background-color:#fff;border:1px solid #555;border-radius:5px;color:#555;cursor:pointer;display:inline-block;line-height:28px;padding:6px 20px 6px 20px;font-weight:bold;text-align:center;vertical-align:middle;white-space:nowrap;min-width:143px;font-size:15px}.ReachForHelp-style-module__dialogButtonSection__FlEFT .ReachForHelp-style-module__primaryBtn__HYk2A{background-color:#1f8dd6;border-color:#1f8dd6;color:#fff}.ReachForHelp-style-module__dialogButtonSection__FlEFT .ReachForHelp-style-module__endSessionBtn__0zxfF{background-color:#f46d72;border-color:#f46d72;color:#fff}.ReachForHelp-style-module__dialogButtonSection__FlEFT .ReachForHelp-style-module__space__Zee7z{margin-left:12px}.ReachForHelp-style-module__dialogButtonSection__FlEFT .ReachForHelp-style-module__upgradeBtn__1Pb16{border-color:#f46d72;color:#f46d72}.ReachForHelp-style-module__dialogBoxActionElements__strhj{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;margin-top:1.5rem}.ReachForHelp-style-module__learnMoreLink__ytAaU{text-decoration:none;color:#1f8dd6;cursor:pointer}.ReachForHelp-style-module__footer__gDHYZ{padding-top:20px;margin-top:30px;border-top:1px solid #dddee0}.ReachForHelp-style-module__footerWithIcon__oj3aN{padding-left:40px}.ReachForHelp-style-module__link__EFELJ{text-decoration:none;font-weight:bold;cursor:pointer;color:#1f8dd6}.ReachForHelp-style-module__endSessionMessage__bH2hj{background-color:#fdedd7;padding:10px 25px;margin-top:15px;border-radius:5px}.ReachForHelp-style-module__waitMessage__raJLM{background-color:RGB(228, 237, 252, 50%);padding:10px 25px;margin-top:15px;border-radius:5px}.ReachForHelp-style-module__waitMessage__raJLM .ReachForHelp-style-module__connectionLostTimer__YqHNW{float:right;font-weight:bold}.ReachForHelp-style-module__spaceBtn__w5\+bF{margin-right:20px}.ReachForHelp-style-module__rightArrow__t2bNF::before{content:"→";font-size:1rem}.ReachForHelp-style-module__runAsServiceContainer__aKyz1{display:flex;justify-content:space-between}.ReachForHelp-style-module__runAsServiceMessage__dTVxX{width:50%}.ReachForHelp-style-module__UACPrompt__CouJx{width:50%;height:60%;user-select:none}.ReachForHelp-style-module__promptHeader__DLXqI{height:30%;background-color:#00c0fe;padding:.5rem}.ReachForHelp-style-module__promptTitle__FLabz{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.ReachForHelp-style-module__promptTitleMessage__TQ5Y6{width:95%;font-size:.9rem;line-height:24px;font-weight:bold}.ReachForHelp-style-module__closeIcon__a6-vn{height:1rem;width:1rem;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MTQiIGhlaWdodD0iMTEuNDE0IiB2aWV3Qm94PSIwIDAgMTEuNDE0IDExLjQxNCI+CiAgPGcgaWQ9ImNsb3NlLW5ldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjI5MyAtMTIuMjkzKSI+CiAgICA8bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgeDE9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzIDEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMiIgZGF0YS1uYW1lPSJMaW5lIDIiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAxMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat center rgba(0,0,0,0);background-size:.7rem;background-position:center center}.ReachForHelp-style-module__promptBody__-7seb{height:70%;background-color:#e6e6e6;padding:1rem}.ReachForHelp-style-module__applicationTitle__1tOez{display:flex;gap:1rem}.ReachForHelp-style-module__applicationIcon__nVM71{height:2rem;width:2rem;background-color:#b8b8b8;border-radius:50%}.ReachForHelp-style-module__applicationName__T5o63{font-weight:bold}.ReachForHelp-style-module__applicationMessageContainer__GVm0U{width:90%;display:flex;flex-direction:column}.ReachForHelp-style-module__applicationMessage1__C-csU{height:.5rem;width:100%;border-radius:10px;background-color:#b8b8b8;margin-top:.8rem}.ReachForHelp-style-module__applicationMessage2__Yhr1q{height:.5rem;width:70%;border-radius:10px;background-color:#b8b8b8;margin-top:.8rem}.ReachForHelp-style-module__applicationMessage3__W8jJg{height:.5rem;width:30%;border-radius:10px;background-color:#74b9ff;margin-top:1.3rem}.ReachForHelp-style-module__actionBtnContainer__P61l6{margin-top:1rem;display:flex;gap:.5rem;justify-content:center;font-weight:bold}.ReachForHelp-style-module__actionBtn__uwUal{font-size:.9rem;height:1.5rem;flex-grow:1;display:flex;justify-content:center;align-items:center;border-radius:3px;border:1px solid #000}.ReachForHelp-style-module__informationBlock__S5j6c{margin-top:2rem;height:1.5rem;padding:1rem;background-color:#e4f0fd;border-left:4px solid #b3d6ff;display:flex;align-items:center;margin-left:40px}.ReachForHelp-style-module__endSessionBtn__0zxfF{color:#006aff;cursor:pointer}.ReachForHelp-style-module__timer__UqvSM{font-weight:bold}.ReachForHelp-style-module__timerOption__fqojO{width:100%;display:flex;justify-content:space-between}
.zsiq_theme1 .zsiq_flt_rel:hover div.zsiq_cnt{display:block !important;animation:.2s zsiqcntanim !important;-webkit-animation:.2s zsiqcntanim !important;-moz-animation:.2s zsiqcntanim !important;-o-animation:.2s zsiqcntanim !important;-ms-animation:.2s zsiqcntanim !important}.zsiq_theme1.zsiq_floatmain{width:50px !important}.zsiq_theme1 .zsiq_flt_rel{width:40px !important;height:40px !important}.zsiq_theme1 .siqico-chat:before{font-size:var(--20px, 20px) !important;line-height:37px !important}.zsiq_theme1 div.zsiq_cnt{height:40px !important;padding:6px 11px !important;inset-inline-start:-175px !important;width:165px !important;line-height:15px !important;display:none}.zsiq_ellips{font-size:var(--12px, 12px) !important}.zsiq_theme1 .zsiq_cnt p{font-size:var(--11px, 11px) !important}
.ModalNew-styles-module__overlay__GvY6y{width:100%;height:100%;position:absolute;background-color:#000;z-index:400;opacity:.6;top:0;left:0}
.messageBoxNew-style-module__overlay__uvfBf{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.5;top:0;left:0}.messageBoxNew-style-module__newMsgBox__h0lZB{z-index:999;height:auto;box-shadow:0 10px 25px rgba(0,0,0,.1333333333);border-radius:3px;display:none;position:absolute;top:45%;left:50%;transform:translate(-50%, -50%);min-height:100px !important;min-width:320px !important;display:block}@media screen and (max-width: 1279px){.messageBoxNew-style-module__newMsgBox__h0lZB{transform-origin:top;transform:scale(1, 1) translate(-45%, -45%)}}@media screen and (min-width: 1280px)and (max-width: 1439px){.messageBoxNew-style-module__newMsgBox__h0lZB{transform-origin:top;transform:scale(1.1, 1.1) translate(-45%, -45%)}}@media screen and (min-width: 1440px)and (max-width: 1679px){.messageBoxNew-style-module__newMsgBox__h0lZB{transform-origin:top;transform:scale(1.2, 1.2) translate(-40%, -45%)}}@media screen and (min-width: 1680px)and (max-width: 1919px){.messageBoxNew-style-module__newMsgBox__h0lZB{transform-origin:top;transform:scale(1.3, 1.3) translate(-40%, -45%)}}@media screen and (min-width: 1920px)and (max-width: 2559px){.messageBoxNew-style-module__newMsgBox__h0lZB{transform-origin:top;transform:scale(1.4, 1.4) translate(-40%, -50%)}}@media screen and (min-width: 2560px){.messageBoxNew-style-module__newMsgBox__h0lZB{transform-origin:top;transform:scale(1.5, 1.5) translate(-35%, -55%)}}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__close__7Pf3m{float:right;background-image:url(close_icon.f727f439ba64a57f.png);background-repeat:no-repeat;background-size:100%;background-position:center;width:36px;height:36px;cursor:pointer;position:absolute;top:10px;right:10px;opacity:1}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__text__PxMJT{font-size:15px;line-height:24px;text-align:center}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__dialogContent__-SvdZ{padding:40px;text-align:center;font-size:15px}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__icon__KLL72{width:40px;height:40px;margin:0 auto 10px auto;background-size:100%;background-repeat:no-repeat}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__infoIcon__C3uoL{background-image:url(assist-viewer-icons.a5b6649727a80e97.svg);background-size:38rem;background-position:-25rem -17.9rem}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__warningIcon__iPo9t{background-image:url(email-warning.9addfdfe54df366b.png)}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__errorIcon__o6Qou{background-image:url(errorMsg.d2456cb3205d30d6.png)}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__dialogButtonSection__G4wbt{height:40px;margin-top:25px}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__dialogButtonSection__G4wbt .messageBoxNew-style-module__dialogBtn__t3CD1{background-color:#fff;border:1px solid #1f8dd6;border-radius:2px;color:#1f8dd6;cursor:pointer;display:inline-block;font-size:13px;font-weight:600;line-height:20px;padding:10px 20px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;min-width:100px}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__dialogButtonSection__G4wbt .messageBoxNew-style-module__primaryBtn__Hd\+qd{background-color:#1f8dd6;border-color:#1f8dd6;color:#fff}.messageBoxNew-style-module__newMsgBox__h0lZB .messageBoxNew-style-module__dialogButtonSection__G4wbt .messageBoxNew-style-module__space__uxgC-{margin-right:12px}.messageBoxNew-style-module__dialogNew__oVq8G{background-color:#fff;color:#000;line-height:24px;text-align:left;box-shadow:0 0 10px #333;opacity:1;min-width:450px;max-width:620px;animation:messageBoxNew-style-module__dialogNewpopup__QuyXt 500ms}@keyframes messageBoxNew-style-module__dialogNewpopup__QuyXt{0%{opacity:0;top:0}50%{top:50%}100%{opacity:1;top:45%}}.messageBoxNew-style-module__ribbon__5kXZG{padding:10px;font-size:15px;text-align:center;background-color:#9dbcd4}
.WaterMark-style-module__notifications_container__jQF2O{position:absolute;top:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;flex-direction:column;gap:2rem;z-index:99;max-width:35%}.WaterMark-style-module__waterMarkWrapper__ewbRQ{color:#f7f7f7;left:50%;background:#2e363f;border-bottom-left-radius:6px;border-bottom-right-radius:6px;-moz-box-shadow:0px 0px 5px #000;-webkit-box-shadow:0px 0px 5px #000;box-shadow:0px 0px 5px #000;padding:12px 25px;font-size:13px;top:0;animation:WaterMark-style-module__notification__SyCHv 300ms running ease-out;padding-right:47px}@keyframes WaterMark-style-module__notification__SyCHv{from{opacity:0;top:-10%}to{opacity:1;top:0%}}.WaterMark-style-module__waterMarkWrapper__ewbRQ:hover{-moz-box-shadow:0px 0px 5px #000;-webkit-box-shadow:0px 0px 5px #000;box-shadow:0px 0px 5px #000}.WaterMark-style-module__watermark__CBxBg{float:left;width:100%;display:flex}.WaterMark-style-module__waterMarkMsgDiv__IZJC9{line-height:20px}.WaterMark-style-module__waterMarkLinkWrapper__LRv3J{display:inline-block}.WaterMark-style-module__link__Dk17C{color:#fbd729;cursor:pointer;text-decoration:none;display:inline-block}.WaterMark-style-module__watermarkClose__sdQ-i{position:absolute;right:15px}.WaterMark-style-module__watermarkCloseBtn__K3b4u{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MTQiIGhlaWdodD0iMTEuNDE0IiB2aWV3Qm94PSIwIDAgMTEuNDE0IDExLjQxNCI+CiAgPGcgaWQ9ImNsb3NlLW5ldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjI5MyAtMTIuMjkzKSI+CiAgICA8bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgeDE9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzIDEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMiIgZGF0YS1uYW1lPSJMaW5lIDIiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAxMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center rgba(0,0,0,0);background-size:9px;height:1rem;width:1rem;cursor:pointer}.WaterMark-style-module__mouseControlMsg__6bSHF{background:url(revoke-ctrl-icon-grey.7c9ee3f8e11786e9.svg) no-repeat center rgba(0,0,0,0);width:13px;height:13px;position:relative;left:0;top:2px;margin-right:10px;display:inline-block}
.networkStats-style-module__overlay__JsX3J{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.6;top:0;left:0}.networkStats-style-module__networkStatsCtnr__WeDQB{position:absolute;z-index:415;left:50%;top:25%;transform:translate(-50%, -15%);background-color:#fff;z-index:415;padding:25px 35px;border-radius:7px;width:55%}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__title__-erML{font-size:20px;line-height:25px;display:inline-block;width:100%;box-sizing:border-box}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__title__-erML .networkStats-style-module__messageTitletext__NXigP{font-size:20px;font-weight:bold;float:left}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__title__-erML .networkStats-style-module__messageTitleCloseIcon__OhSIU{position:absolute;right:1rem;top:1.5rem;float:right;height:1.5rem;width:1.5rem;cursor:pointer;background-image:url(assist-viewer-icons.a5b6649727a80e97.svg);background-position:5.8rem -9.4rem;background-size:13rem}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statsCtnr__TMOtm{overflow:auto;box-sizing:border-box;margin-top:25px}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU{display:grid;grid-template-columns:1.75fr 1.5fr 1fr 1.25fr 1fr;grid-template-rows:repeat(auto-fill, 40px);align-items:center;text-align:left}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__connectivityStats__rgErj{grid-column:2}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__latency__j79Jw{grid-column:3}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__downloadRate__d5l1Q{grid-column:4}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__uploadRate__LFDZI{grid-column:5}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__bold__KVbnP{font-weight:bold;font-size:16px}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__techname__Bf8ux{grid-column:1}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__participantName__BsBG6{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:150px}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__statusGood__IMbCM{color:#05b480;font-weight:bold}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__statusPoor__SvA8P{color:red;font-weight:bold}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statistics__11YBU .networkStats-style-module__participantIp__d2j5Q{line-height:35px;font-weight:normal}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statsTitle__glLeI{background-color:#f6f7fa}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__techIcon__cNQ7H{background-image:url(technician-big.851fe762a43bb6a8.svg);background-position:center;width:40px;height:20px;position:relative;background-repeat:no-repeat;display:inline-flex;align-items:center;top:-5px}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__techIcon__cNQ7H:hover>.networkStats-style-module__techTooltip__D5z\+4{visibility:visible}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__techTooltip__D5z\+4{visibility:hidden;width:auto;background-color:#000;color:#fff;text-align:center;padding:3px 8px;border-radius:5px;position:relative;z-index:11;top:-23px;left:-10px;font-size:11px;white-space:pre}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__contentRow__tak0D{grid-template-rows:repeat(auto-fill, 80px);border-bottom:1px solid #eee}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__footer__wy7NY{margin:30px 0 10px 0;display:inline-block;width:100%;box-sizing:border-box}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__footer__wy7NY .networkStats-style-module__gwlocation__gfZWL{padding:15px 25px;width:fit-content;border-radius:35px;float:left;background-color:#f8ebc8}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__footer__wy7NY .networkStats-style-module__gwlocation__gfZWL .networkStats-style-module__location__zd\+CP{font-weight:600}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__footer__wy7NY .networkStats-style-module__learnMore__c-c1S{float:right;position:relative;width:fit-content;padding:15px;cursor:pointer;color:#1f8dd6;font-weight:bold;text-decoration:none}.networkStats-style-module__networkStatsCtnr__WeDQB .networkStats-style-module__statsList__7t8s9{max-height:250px;overflow-y:scroll}
.SelectCredential-styles-module__titleCard__FVQYK{display:flex;justify-content:space-between;align-items:end}.SelectCredential-styles-module__title__XRh8q{text-align:left;width:100%;font-weight:600}.SelectCredential-styles-module__closeButton__X0Cm7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNrsllsNwzAMRQuhEAahUAYhEAZhDAIhEAZlEAohEDpHSqTKmqv5qX3kSvev8TlNGqnLMjPzp8nQYjAnQd/QlbOogY/eooSPOTv0JhGQSiQ0Q7ULXAk1XCNhBpdImMM5Em7wXyQ2aPWEX0mEwSmJIxJ+JREGH9mRwCMSTh1D8ga3LX6dgLVDa4TE2s/5DN+Ia5i84a139IybxDc4NdxcggM3l5DAKYnMheMBkjfBM1g/NdnofquOY2z/U/kdDYkiWZgNb9LMDJmPAAMASiedURzzK90AAAAASUVORK5CYII=);width:16px;height:16px;background-repeat:no-repeat;background-size:100%;transition:all .15s ease-in-out 0s;cursor:pointer}.SelectCredential-styles-module__marginTop__ZyBzR{margin-top:20px}.SelectCredential-styles-module__display__JRHWR{display:flex;height:28px;border:1px solid #ccc;width:365px;justify-content:space-between;border-radius:4px}.SelectCredential-styles-module__dropdownContainer__kgde2{position:absolute;width:inherit;border:1px solid #ccc;border-top:none;z-index:1;background:#fff;border-radius:4px}.SelectCredential-styles-module__applyButton__g2cIV{border-radius:4px;height:30px;width:100px;font-size:14px !important;background-color:#026be4 !important}.SelectCredential-styles-module__enterManually__pJwfy{color:#207ce7;cursor:pointer;margin-bottom:0px !important;width:fit-content;margin-top:22px}.SelectCredential-styles-module__searchContainer__hK3qM{height:30px;display:flex;align-items:center;background:#f3f3f3}.SelectCredential-styles-module__inputStyle__qAVKZ{font-size:15px;padding:2px 10px;width:100%;height:25px;border-radius:5px;border:none;border-bottom:1px solid #ccc}.SelectCredential-styles-module__inputStyle__qAVKZ:focus{border-color:#66afe9;outline:0 none}.SelectCredential-styles-module__itemsContainer__\+ZG5w{max-height:100px;overflow:auto;scrollbar-width:thin;background-color:#fff;border-radius:4px}.SelectCredential-styles-module__itemsContainer__\+ZG5w :hover{background-color:#f3f3f3}div.SelectCredential-styles-module__itemsContainer__\+ZG5w::-webkit-scrollbar{width:5px}div.SelectCredential-styles-module__itemsContainer__\+ZG5w::-webkit-scrollbar-track{background:#f1f1f1}div.SelectCredential-styles-module__itemsContainer__\+ZG5w::-webkit-scrollbar-thumb{background:#888}.SelectCredential-styles-module__contentStyle__4Pk31{height:35px;display:flex;padding:0 10px;align-items:center;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.SelectCredential-styles-module__backdrop__G1dmS{display:flex;justify-content:center;align-items:center;height:35px;width:100%}.SelectCredential-styles-module__loader__hqgFr{display:flex;align-items:center;justify-content:center}.SelectCredential-styles-module__dot__Ajwm6{width:10px;height:10px;margin:5px;border-radius:50%;animation-name:SelectCredential-styles-module__loader__hqgFr;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate}.SelectCredential-styles-module__dot__Ajwm6:nth-child(1){background:#f07d7d;animation-delay:.2s}.SelectCredential-styles-module__dot__Ajwm6:nth-child(2){background:#4bbe76;animation-delay:.4s}.SelectCredential-styles-module__dot__Ajwm6:nth-child(3){background:#3b92c9;animation-delay:.6s}.SelectCredential-styles-module__dot__Ajwm6:nth-child(4){background:#f8be60;animation-delay:.8s}@keyframes SelectCredential-styles-module__loader__hqgFr{from{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5)}}
.index-styles-module__dropdown__wqBRy{position:relative}.index-styles-module__display__ZnQat{display:flex;height:35px;border:1px solid #ccc;width:300px;justify-content:space-between;border-radius:2px}.index-styles-module__textStyle__evnPG{display:flex;align-items:center;padding:0 10px;width:100%;text-overflow:ellipsis;white-space:nowrap}.index-styles-module__dropDownImage__Ghkjm{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA1hJREFUeNrsnT1y00AYhrXRBVJSOkMTOqeDiqRhKIETJCeBG2Q4gdOmAVKGhuQEpKNiJrkBR+BTkAfDQLyr3+/neWZ21FhefXof21pZWlUVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOOL5izdLaafsCVWZnDa5dFk3lYYviy/SdqWdXX/+cMLunz38lSyOpf2QdiSZ3IwiwF/hr0ECHeGvKZYg9QgfCXSF30mClNHRK1ms/hP+mhPp8IxYZg+/WIKUEf7HzO1CAh3hb0pwIJncPvSinS1vciUt9/dkJRt3TEQqwr/Pblv4WwWQN7j/KkECc+E3eWUdl+UeBO62B4G5Y01+DuYN/6j98A46DEQCZ+EXCbAhwVdpi8xVXsvGfCJGneEXC5BxTqDXmBSmDb+TAEjgJ/zOAiCBj/B7CYAE9sPvLQAS2A5/EAGQwG74gwnQFnHYSlBlSrA3VBGEr0CAtpimkNVcxRD+zAIgga3wRxEACeyEP5oASGAj/FEFQAIb+yNFLJrwf1OP3cHd9283i8dPmvMDTzNe/kjavqxzTvjTfAjqKTqRQC9FgkWVdy3BfvNaWeeC8J0I0EpwUSDB0oMEFn7+6ik7iySBlWOfeuoOI0hg6cC3nqNTzxJYG/XUc3XsUQKLQ956zs4l1GtZvGyHfzkS3DXDSgfh30p7puF8R1Kw48xfbl4YvqrrIZKSHWhWAsvhqxHAqgTWw1clgDUJPISvTgArEngJX6UAGxKovAXNU/hqBWh3tLorjb2Fr1oAbRJ4DF+9AFok8Bq+CQHmlsBz+GYEmEsC7+GbEmBqCSKEb06ANpjDquwWtIOc2bIihm9SgA4BFf3tGil8swKMJUHhxJgu7nJOljd+SAmi3uKerBcwhASR5zdIHoroI0H0yS2Sl0K6SFD9+rMp9MwmyVMxIsE7WbwtkGBRBZ/WJnkrqPD26ypy+C4FGFgC9xNaJa+FDSBBiNnMkufiekgQZiq75L3AjhI04V9VAUgRiiyUINRzDlKUQkWC5iLTJeH/yU6gWrc9+yjkE05SpGIfuOcg7ONtUrSC/yFB6GcbpYhFb0jwngdbAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAF+CjAAk42UtxidkMgAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:100%;margin:10px 10px 0 0;float:right;float:inline-end;width:15px;height:15px;cursor:pointer}.index-styles-module__dropdownContainer__ri2y6{position:absolute;width:inherit;border:1px solid var(--drop-down-border, #e2e2e2);border-top:none;z-index:1;background:#fff;border-radius:5px}.index-styles-module__contentStyle__3tzfu{height:35px;display:flex;padding:0 10px;align-items:center;text-overflow:ellipsis;white-space:nowrap}.index-styles-module__searchContainer__HLRzS{height:35px;padding:5px 15px;display:flex;align-items:center;background:#f3f3f3}.index-styles-module__inputStyle__s0G3j{font-size:var(--15px, 15px);padding:5px 5px;width:100%;height:23px;border-radius:2px;border:1px solid #ccc}.index-styles-module__inputStyle__s0G3j:focus{border-color:#66afe9;outline:none !important}.index-styles-module__inputStyle__s0G3j::placeholder{color:var(--place-holder-text, #222);opacity:.5}.index-styles-module__overlay__kNsQM{position:absolute;width:100%;height:35px;z-index:99;opacity:.5;background-color:rgba(0,0,0,.25);border:1px solid #ccc}.index-styles-module__itemsContainer__dugAI{max-height:100px;overflow:auto;scrollbar-width:thin;background-color:#fff}.index-styles-module__itemsContainer__dugAI :hover{background-color:#f3f3f3}div.index-styles-module__itemsContainer__dugAI::-webkit-scrollbar{width:5px}div.index-styles-module__itemsContainer__dugAI::-webkit-scrollbar-track{background:#f1f1f1}div.index-styles-module__itemsContainer__dugAI::-webkit-scrollbar-thumb{background:#888}.index-styles-module__suggestion__f311O{width:100%;height:35px;background-color:#f3f3f3;border-top:1px solid #ccc;cursor:pointer}.index-styles-module__suggestionSpan__nOuSY{width:100%;display:flex;padding:0 10px;align-items:center;height:100%}
.EnterCredentials-styles-module__title__vbM4M{text-align:left;width:100%;font-weight:600}.EnterCredentials-styles-module__gridTemplate__s61Od{margin:25px 0;display:grid;grid-template-columns:125px 320px;grid-row-gap:15px;grid-column-gap:20px;align-items:center}.EnterCredentials-styles-module__checkboxContainer__Ochav{display:flex;align-items:center}.EnterCredentials-styles-module__checkBoxStyle__u937S{margin:0 5px 0 0 !important}.EnterCredentials-styles-module__applyButton__Dlqx4{float:right;height:30px;width:100px;border-radius:4px;font-size:14px !important;margin-left:15px;background-color:#026be4}.EnterCredentials-styles-module__backButton__Zh0cC{float:right;height:30px;width:100px;border-radius:4px;font-size:14px !important;margin-left:15px}.EnterCredentials-styles-module__flexDisplay__EYbvH{display:flex;align-items:center}.EnterCredentials-styles-module__leftMargin__qOW-U{max-width:175px;text-overflow:ellipsis;overflow:hidden;margin-left:5px}.EnterCredentials-styles-module__editIconStyle__U4ibY{background-image:url(edit-icon.6138cfac6606396e.png);height:20px;width:20px;background-repeat:no-repeat;background-size:100%;cursor:pointer}.EnterCredentials-styles-module__check__3UMoc{margin-left:5px;cursor:pointer;display:inline-block;transform:rotate(45deg);height:12px;width:5px;border-bottom:1.5px solid #026be4;border-right:1.5px solid #026be4}.EnterCredentials-styles-module__helpTip__tFSxs{position:relative;margin:0px 10px;display:inline-block}.EnterCredentials-styles-module__helpIcon__xTN3R{cursor:help;border-radius:50px;font-weight:600;width:12px;color:#da7c0e;border:1px solid #da7c0e;background-color:#fff;line-height:10px;font-size:10px;height:12px;text-align:center;float:left}.EnterCredentials-styles-module__helpText__xJe2Q{top:20px;width:275px;position:absolute;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);z-index:9999;animation:EnterCredentials-styles-module__opendep__MGIst .2s;border-radius:4px;padding:15px;left:0px;font-size:13px;line-height:22px}.EnterCredentials-styles-module__helpText__xJe2Q .EnterCredentials-styles-module__list__WFB64{display:block;margin:0px;padding-inline-start:0;font-size:13px !important;line-height:24px !important;letter-spacing:.1px !important}.EnterCredentials-styles-module__helpText__xJe2Q .EnterCredentials-styles-module__list__WFB64 li{display:flex;align-items:center}.EnterCredentials-styles-module__helpText__xJe2Q .EnterCredentials-styles-module__circle__5QcpH{border:1.5px solid #a8b4b9;width:5px;height:5px;border-radius:50%;margin-right:2px}.EnterCredentials-styles-module__hideText__t1Cla{display:none}
.Input-styles-module__inputStyle__thZIP{width:100%;border-radius:3px;border:1px solid #ccc;height:20px;padding:2px 6px;transition:border-color .15s ease-in-out 0s}.Input-styles-module__inputStyle__thZIP:focus{border-color:#66afe9;outline:0 none}.Input-styles-module__minimalStyle__Igalw{border:none;border-bottom:1px solid #ccc;margin-left:5px;font-size:15px !important}.Input-styles-module__minimalStyle__Igalw:focus{border-color:#66afe9;outline:0 none}
.iconFontProps{font-family:"icomoon";color:var(--blue-colored-icon, #286ce5);font-size:var(--20px, 20px) !important}.checkbox img{height:16px;width:16px;margin:0 8px;background-size:100%;background-repeat:no-repeat;vertical-align:middle;cursor:pointer;transition:all .15s ease-in-out 0s}.checkbox span{line-height:24px;font-size:var(--16px, 16px);cursor:pointer;vertical-align:middle}.disabled{pointer-events:none;cursor:not-allowed;opacity:.6}.hidden{visibility:hidden}.base,.unchecked,.partial,.checkBoxChecked,.normal{background-image:url(check-box-states.c4b3a258e06b5aee.svg);background-repeat:no-repeat;cursor:pointer;height:23px}.normal{background-position:9px 3px;background-size:350%;width:30px;margin-inline-start:-5px}.checkBoxChecked{background-position:-36px 3px;background-size:437%;width:24px;margin-inline-start:2px;position:relative;bottom:2px}.partial{background-position:-55px 3px;background-size:437%;width:24px;margin-inline-start:2px}.unchecked{background-position:-16.5px 3px;background-size:432%;width:24px;margin-inline-start:1.5px}.checkedIco{background-repeat:no-repeat;height:12px;width:12px;float:left;float:inline-start;margin:0px 5px 3px;background-size:12px;font-family:"icomoon";color:#286ce5;font-size:var(--17px, 17px);cursor:pointer}.uncheckedIco{background-repeat:no-repeat;height:12px;width:12px;float:left;float:inline-start;margin:0px 5px 3px;background-size:12px;font-family:"icomoon";color:#286ce5;font-size:var(--17px, 17px);cursor:pointer}.checkedIco::before{content:""}.uncheckedIco::before{content:""}
.ShortKeys-style-module__layout__x\+t7I{z-index:11;height:2.7rem;border:1px solid #fff;border-radius:5px;background-color:#2f3640;display:flex;align-items:center;position:absolute;gap:.3rem;box-shadow:rgba(50,50,93,.25) 0px 6px 12px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px}.ShortKeys-style-module__keys__CRDE0{display:flex;justify-content:space-around;height:100%;align-items:center}.ShortKeys-style-module__keysChildWindow__jfynk{border-left:1px solid #5ebbff;border-right:1px solid #5ebbff;position:relative;height:100%}.ShortKeys-style-module__key__7sCpQ{background-color:#fff;width:3.5rem;height:1.3rem;border-radius:3px;display:flex;color:#717374;font-family:Arial;font-size:15px;justify-content:center;align-items:center;user-select:none;margin-left:.5rem;margin-right:.5rem;cursor:pointer}.ShortKeys-style-module__iconContainer__BFvmK{width:2rem;height:100%;display:flex;justify-content:center;align-items:center}.ShortKeys-style-module__drag__TNo2\+{border-right:1px solid #555}.ShortKeys-style-module__dragIcon__0ZJGX{width:1.5rem;height:1.5rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat scroll center center rgba(0,0,0,0);background-position:-11.7rem -11.7rem;background-size:16rem}.ShortKeys-style-module__info__mAds3{position:relative}.ShortKeys-style-module__tooltip__4mh8E{position:absolute;top:2.7rem;left:-15.7rem;height:3.7rem;width:18.8rem;padding:.6rem;background-color:#fff;box-shadow:rgba(50,50,93,.25) 0px 6px 12px -2px,rgba(0,0,0,.3) 0px 3px 7px -3px}.ShortKeys-style-module__tooltipPointer__RQXGg{height:1.5rem;width:1.5rem;background-color:#fff;position:absolute;top:2.6rem;left:.2rem;transform:rotate(45deg)}.ShortKeys-style-module__infoIcon__zCmry{width:1.5rem;height:1.5rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat scroll center center rgba(0,0,0,0);background-position:.2rem -14.9rem;background-size:18rem}.ShortKeys-style-module__infoIcon__zCmry:hover{cursor:pointer}.ShortKeys-style-module__closeIcon__z7iAp{width:1.5rem;height:1.5rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat scroll center center rgba(0,0,0,0);background-position:.2rem -4.9rem;background-size:14rem}.ShortKeys-style-module__closeIcon__z7iAp:hover{cursor:pointer}.ShortKeys-style-module__draggingCursor__OCE0e{cursor:move}.ShortKeys-style-module__normalMode__-kmZs{background-color:#fff;color:#717374}.ShortKeys-style-module__pressedMode__AwJwj{background-color:#00aeef;color:#fff}.ShortKeys-style-module__heldMode__j34O4{background-color:#077dc5;color:#fff}.ShortKeys-style-module__winKeyIcon__tVRf\+{background-position:center center !important;background-size:1.1rem !important;background-repeat:no-repeat}.ShortKeys-style-module__winKeyIconBlack__5onU1{background-image:url(win-black.e9f958e670322ffe.png)}.ShortKeys-style-module__winKeyIconWhite__C55Jj{background-image:url(win-white.fd22987361ec5128.png)}.ShortKeys-style-module__winKeyOutline__O209p{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy45OTkyOUgxNU02LjY4NzUgMi4yNDA1MlYxMy43NTk1TTEgMTIuNDE3NlYzLjU4MTY4QzAuOTk5ODMxIDMuNDU0ODEgMS4wNDQ0NyAzLjMzMjA1IDEuMTI1ODYgMy4yMzU1OUMxLjIwNzI1IDMuMTM5MTQgMS4zMjAwMiAzLjA3NTMzIDEuNDQzOCAzLjA1NTcxTDE0LjM5MzggMS4wMDY0QzE0LjQ2ODggMC45OTQ1MTQgMTQuNTQ1NCAwLjk5OTIyNCAxNC42MTg0IDEuMDIwMkMxNC42OTEzIDEuMDQxMTggMTQuNzU5IDEuMDc3OTMgMTQuODE2NiAxLjEyNzkyQzE0Ljg3NDIgMS4xNzc5MSAxNC45MjA0IDEuMjM5OTYgMTQuOTUyMSAxLjMwOTc4QzE0Ljk4MzggMS4zNzk2IDE1LjAwMDEgMS40NTU1NCAxNSAxLjUzMjM3VjE0LjQ2ODNDMTUgMTQuNTQ1MSAxNC45ODM2IDE0LjYyMSAxNC45NTE5IDE0LjY5MDdDMTQuOTIwMiAxNC43NjA0IDE0Ljg3MzkgMTQuODIyNCAxNC44MTYzIDE0Ljg3MjNDMTQuNzU4NyAxNC45MjIyIDE0LjY5MTEgMTQuOTU4OSAxNC42MTgyIDE0Ljk3OThDMTQuNTQ1MyAxNS4wMDA4IDE0LjQ2ODcgMTUuMDA1NSAxNC4zOTM4IDE0Ljk5MzZMMS40NDM4IDEyLjk0NDNDMS4zMTk5IDEyLjkyNDYgMS4yMDcwNCAxMi44NjA3IDEuMTI1NjMgMTIuNzY0MUMxLjA0NDIzIDEyLjY2NzUgMC45OTk2NjMgMTIuNTQ0NiAxIDEyLjQxNzZaIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-size:auto !important}.ShortKeys-style-module__keyContainerChildWindow__Ow3Bk{padding:0 4px;height:100%;display:flex;align-items:center}.ShortKeys-style-module__keyContainerChildWindow__Ow3Bk:hover{background-color:#2e363f;cursor:pointer}.ShortKeys-style-module__keyChildWindow__LzrzH{width:1.6rem;background-color:#0b84dc;border-radius:6px;padding:2px 5px;font-size:10px;text-transform:uppercase;height:1rem;border:1px solid #fff;color:#fff;position:relative}.ShortKeys-style-module__normalModeChild__R2-kM{background-color:#0b84dc}.ShortKeys-style-module__pressedModeChild__rXNvV{background-color:#0562a5}.ShortKeys-style-module__heldModeChild__AYX9J{background-color:#0562a5}.ShortKeys-style-module__normalModeChild__R2-kM:hover{background-color:#2e363f}.ShortKeys-style-module__keyContainerChildWindow__Ow3Bk:hover .ShortKeys-style-module__normalModeChild__R2-kM{background-color:#2e363f}.ShortKeys-style-module__heldIconChild__G4hXK{position:absolute;top:-0.2rem;right:-0.3rem;width:8px;height:8px;background:#fff;border-radius:50%}
.ViewerCredentialsDialog-style-module__overlay__oCplB{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.5;top:0;left:0}.ViewerCredentialsDialog-style-module__modalContainer__UBpsN{width:30rem;border-radius:5px;position:absolute;left:calc((100% - 30rem)/2);background-color:#fff;z-index:1000;top:50%;transform:translateY(-50%)}.ViewerCredentialsDialog-style-module__viewerCredentialContainer__-U9sc{padding-left:2rem;padding-right:2rem;position:relative}.ViewerCredentialsDialog-style-module__headerContainer__--CLs{display:flex;justify-content:space-between;margin-top:2rem}.ViewerCredentialsDialog-style-module__agentCredentialContainer__VO6dC{height:3.4rem;display:flex;justify-content:center;align-items:center;border-top:1px solid #d3d3d3;margin-top:2rem}.ViewerCredentialsDialog-style-module__agentCredentialButton__RK2rS{color:#1f68ef;cursor:pointer}.ViewerCredentialsDialog-style-module__header__kPp47{font-size:1.1rem;font-weight:bold}.ViewerCredentialsDialog-style-module__closeIcon__2yUrh{height:1.5rem;width:1.5rem;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MTQiIGhlaWdodD0iMTEuNDE0IiB2aWV3Qm94PSIwIDAgMTEuNDE0IDExLjQxNCI+CiAgPGcgaWQ9ImNsb3NlLW5ldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjI5MyAtMTIuMjkzKSI+CiAgICA8bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgeDE9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzIDEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMiIgZGF0YS1uYW1lPSJMaW5lIDIiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAxMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center rgba(0,0,0,0);background-position:center center;cursor:pointer}.ViewerCredentialsDialog-style-module__credentialsDropDownMessage__KWPO9{position:relative;margin-top:1rem;line-height:22px}.ViewerCredentialsDialog-style-module__credentialsDropDownButton__WIzQH{color:#1f68ef;cursor:pointer}.ViewerCredentialsDialog-style-module__credentialsDropDownContainer__g\+NCf{position:absolute;top:4.5rem;left:14rem;border:1px solid rgba(0,0,0,0.1490196078);min-width:15rem;box-shadow:rgba(0,0,0,.1) 0px 4px 5px;background-color:#fff;z-index:1;color:#262323}.ViewerCredentialsDialog-style-module__credentialsList__WH2gY{max-height:10rem;overflow:auto;margin-top:.7rem}.ViewerCredentialsDialog-style-module__credentialsDropDownPointer__Xc5zv{height:.8rem;width:.8rem;background-color:#fff;position:absolute;top:4.1rem;left:18.6rem;transform:rotate(45deg);border-top:1px solid rgba(104,99,99,.1490196078);border-left:1px solid rgba(104,99,99,.1490196078);z-index:2}.ViewerCredentialsDialog-style-module__credential__JmUhd{padding-left:1rem;padding-right:1rem;padding-bottom:.5rem;padding-top:.5rem;position:relative;cursor:pointer;z-index:3}.ViewerCredentialsDialog-style-module__credential__JmUhd:hover{background-color:#dedcdc}.ViewerCredentialsDialog-style-module__credentialInputContainer__V07Ou{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;position:relative}.ViewerCredentialsDialog-style-module__credentialInput__mKKFL{height:2rem;width:18rem;border-radius:3px;border:1px solid gray}.ViewerCredentialsDialog-style-module__credentialInput__mKKFL:focus,.ViewerCredentialsDialog-style-module__credentialsSearchBox__DyhYf:focus{border:1px solid #2b97ec}.ViewerCredentialsDialog-style-module__credentialSaveForFuture__jizG7{padding-left:7.2rem;gap:.5rem;margin-top:1rem;display:flex;position:relative}.ViewerCredentialsDialog-style-module__infoIcon__Dvyqa{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwN0RFQzt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02My45LDQuNEMzMC43LDQuNCwzLjgsMzEuMywzLjgsNjQuNWMwLDMzLjIsMjYuOSw2MC4xLDYwLjEsNjAuMWMzMy4yLDAsNjAuMS0yNi45LDYwLjEtNjAuMQoJQzEyNCwzMS4zLDk3LjEsNC40LDYzLjksNC40eiBNNjkuOCw5My44YzAsMy4yLTIuNiw1LjktNS45LDUuOWgwYy0zLjIsMC01LjktMi42LTUuOS01LjlWNjEuNmMwLTMuMiwyLjYtNS45LDUuOS01LjloMAoJYzMuMiwwLDUuOSwyLjYsNS45LDUuOVY5My44eiBNNjMuOSw0Mi41Yy0zLjIsMC01LjktMi42LTUuOS01LjlzMi42LTUuOSw1LjktNS45YzMuMiwwLDUuOSwyLjYsNS45LDUuOVM2Ny4xLDQyLjUsNjMuOSw0Mi41eiIvPgo8L3N2Zz4K) no-repeat scroll center center rgba(0,0,0,0);background-size:1rem;background-position:center center;height:1.3rem;width:1rem}.ViewerCredentialsDialog-style-module__credentialsApplyButtonContainer__rLAAa{display:flex;justify-content:flex-end;margin-top:1rem}.ViewerCredentialsDialog-style-module__credentialsApplyButton__rYlw9{height:2rem;width:5rem;background-color:#1f68ef;border:none;outline:none;padding:1rem;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:4px;font-weight:bold;cursor:pointer}.ViewerCredentialsDialog-style-module__credentialsSearchBox__DyhYf{margin-top:.8rem;height:1.5rem;width:90%;margin-left:.5rem;border:1px solid #707070}.ViewerCredentialsDialog-style-module__noCredentialsMessage__alFKP{margin:.8rem;font-size:.9rem}.ViewerCredentialsDialog-style-module__tooltipContainer__NN3lg{position:absolute;z-index:5}.ViewerCredentialsDialog-style-module__saveForFutureTooltipContainer__PdArx{top:-6.5rem;left:11rem;height:7.5rem}.ViewerCredentialsDialog-style-module__usernameTooltipContainer__6--bP{top:-9.5rem;left:7.5rem}.ViewerCredentialsDialog-style-module__tooltip__-iw4r{background-color:#000;min-width:14rem;padding:1rem;font-size:.9rem;color:#fff;border-radius:5px;line-height:22px;position:relative}.ViewerCredentialsDialog-style-module__tooltip__-iw4r::before{content:"";position:absolute;border:6px solid #000;border-color:rgba(0,0,0,0) #000 rgba(0,0,0,0) rgba(0,0,0,0);transform:rotate(270deg);bottom:-0.7rem;left:8.5rem}.ViewerCredentialsDialog-style-module__hideCredentialSearchBox__DVwKJ{position:absolute;height:0;width:0;border:none;opacity:0}.ViewerCredentialsDialog-style-module__errorInfoContainer__e3JzK{background-color:#f8dad7;display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem;padding-right:1rem;border-radius:8px}.ViewerCredentialsDialog-style-module__errorIcon__RQ0PT{height:2rem;min-width:2rem;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Y5NTkyMTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNjQiIGN5PSI2NCIgcj0iNjIuNiIvPgoJPGc+CgkJPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iNjUiIGN5PSI5Ni41IiByPSI2LjYiLz4KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNzEuNiwzMy4ydjQxLjVjMCwzLjYtMyw2LjYtNi42LDYuNnMtNi42LTMtNi42LTYuNlYzMy4yYzAtMy42LDMtNi42LDYuNi02LjZTNzEuNiwyOS42LDcxLjYsMzMuMnoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center rgba(0,0,0,0);background-position:center center;background-size:1rem}.ViewerCredentialsDialog-style-module__errorInfoMessage__8ebHX{font-size:.9rem;line-height:22px}.ViewerCredentialsDialog-style-module__disbaledOverlay__MFd97{height:100%;width:100%;position:absolute;top:0;left:0;z-index:100}.ViewerCredentialsDialog-style-module__disabledView__Br8Uv{opacity:.5}.ViewerCredentialsDialog-style-module__cursorDisabled__uHO0m{cursor:not-allowed !important}.ViewerCredentialsDialog-style-module__loaderContainer__gNnio{display:flex;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;margin-bottom:.7rem}.ViewerCredentialsDialog-style-module__loaderGIF__quMwX{background:url(LoaderWhite.5bcc5e8bfa76c9d8.gif) no-repeat scroll center center rgba(0,0,0,0);background-size:3rem;height:3rem;width:2rem}
.runAsServiceStatusModal-style-module__dialogContent__ykSw0{padding:45px 50px;text-align:left;font-size:16px;line-height:28px}.runAsServiceStatusModal-style-module__newMsgBox__V3DIz{z-index:25;height:auto;box-shadow:0px 10px 25px rgba(0,0,0,.1607843137);border-radius:10px;border:1px solid rgba(112,112,112,.2);background-color:#fff;display:none;position:absolute;top:45%;left:50%;transform:translate(-50%, -50%);min-height:100px !important;width:700px;display:block}.runAsServiceStatusModal-style-module__title__-pvO3{font-weight:bold;font-size:20px;text-align:left}.runAsServiceStatusModal-style-module__titleMessage__9GpQW{margin:1rem 0rem}.runAsServiceStatusModal-style-module__statusTitle__qvHBL{font-weight:bold}.runAsServiceStatusModal-style-module__modalBodyContainer__xccF->*{margin-top:2rem}.runAsServiceStatusModal-style-module__statusContainer__mPezv{display:flex;gap:1rem}.runAsServiceStatusModal-style-module__statusIcon__KK-05{background-image:url(run-as-service-stages.47c8ff17d0ba4e0e.svg);background-size:cover;width:3.1rem;background-repeat:no-repeat;display:block;background-size:595%;margin-top:.3rem}.runAsServiceStatusModal-style-module__failIcon__cdQa4{background-position:0rem 0rem;animation-name:runAsServiceStatusModal-style-module__run-as-service-status-fade-in__pqn\+G;animation-duration:1s;animation-iteration-count:1}.runAsServiceStatusModal-style-module__inProgressIcon__gvR8F{animation-name:runAsServiceStatusModal-style-module__run-as-service-stages__49hQ0;animation-duration:.5s;animation-iteration-count:infinite;background-size:100%}.runAsServiceStatusModal-style-module__successIcon__q1lgM{background-position:-12.3rem 0rem;animation-name:runAsServiceStatusModal-style-module__run-as-service-status-fade-in__pqn\+G;animation-duration:1s;animation-iteration-count:1}.runAsServiceStatusModal-style-module__waitIcon__dOTSh{background-position:-15.3rem 0rem}@keyframes runAsServiceStatusModal-style-module__run-as-service-status-fade-in__pqn\+G{from{opacity:0}to{opacity:1}}@keyframes runAsServiceStatusModal-style-module__run-as-service-stages__49hQ0{0%{background-image:url(run-as-service-in-progress-stage1.3b0afaa2aa418dfa.svg);background-position:0rem 0rem}50%{background-image:url(run-as-service-in-progress-stage2.6c78df0f560e3e17.svg);background-position:0rem 0rem}100%{background-image:url(run-as-service-in-progress-stage3.7e6cc31c10ba9c69.svg);background-position:0rem 0rem}}.runAsServiceStatusModal-style-module__overlay__r69OG{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.5;top:0;left:0}.runAsServiceStatusModal-style-module__messageBoxwithOverlay__Y3Wjs{z-index:402}
.messageBox-style-module__msgBox__\+QAdw{position:relative;border:1px solid #f7f7f7;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,.3333333333);color:#f7f7f7;background-color:#000;padding:3px 30px 5px;line-height:24px;font-size:20px;z-index:999}.messageBox-style-module__msgBox__\+QAdw .messageBox-style-module__appFocusLostTitle__\+ePr3{display:flex;flex-direction:row;align-items:center;justify-content:center;font-weight:600}.messageBox-style-module__msgBox__\+QAdw .messageBox-style-module__appFocusLostTitle__\+ePr3 .messageBox-style-module__messageIcon__\+6ftP{width:25px;height:25px;float:left;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Y5NTkyMTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNjQiIGN5PSI2NCIgcj0iNjIuNiIvPgoJPGc+CgkJPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iNjUiIGN5PSI5Ni41IiByPSI2LjYiLz4KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNzEuNiwzMy4ydjQxLjVjMCwzLjYtMyw2LjYtNi42LDYuNnMtNi42LTMtNi42LTYuNlYzMy4yYzAtMy42LDMtNi42LDYuNi02LjZTNzEuNiwyOS42LDcxLjYsMzMuMnoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center rgba(0,0,0,0);background-size:contain;padding-right:20px}.messageBox-style-module__msgBox__\+QAdw .messageBox-style-module__appFocusLostReason__M5BeS{display:block;line-height:30px !important;text-align:center;font-size:16px;font-weight:400}.messageBox-style-module__appFocusMsg__Sq6bf{top:50%;left:50%;transform:translate(-50%, -50%);width:70%;padding:15px 20px 20px 20px}.messageBox-style-module__msgWithIcon__3DK1h{top:50%;left:50%;transform:translate(-50%, -50%);width:100%;padding:15px 15px 20px 15px}.messageBox-style-module__msgWithIcon__3DK1h .messageBox-style-module__wrapper__w35ci{display:flex;flex-direction:row;align-items:center;justify-content:center}.messageBox-style-module__msgWithIcon__3DK1h .messageBox-style-module__icon__tVtyJ{width:25px;height:25px;float:left;background-size:contain;margin-right:20px}.messageBox-style-module__msgWithIcon__3DK1h .messageBox-style-module__infoIcon__H4esE{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwN0RFQzt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02My45LDQuNEMzMC43LDQuNCwzLjgsMzEuMywzLjgsNjQuNWMwLDMzLjIsMjYuOSw2MC4xLDYwLjEsNjAuMWMzMy4yLDAsNjAuMS0yNi45LDYwLjEtNjAuMQoJQzEyNCwzMS4zLDk3LjEsNC40LDYzLjksNC40eiBNNjkuOCw5My44YzAsMy4yLTIuNiw1LjktNS45LDUuOWgwYy0zLjIsMC01LjktMi42LTUuOS01LjlWNjEuNmMwLTMuMiwyLjYtNS45LDUuOS01LjloMAoJYzMuMiwwLDUuOSwyLjYsNS45LDUuOVY5My44eiBNNjMuOSw0Mi41Yy0zLjIsMC01LjktMi42LTUuOS01LjlzMi42LTUuOSw1LjktNS45YzMuMiwwLDUuOSwyLjYsNS45LDUuOVM2Ny4xLDQyLjUsNjMuOSw0Mi41eiIvPgo8L3N2Zz4K) no-repeat scroll center center rgba(0,0,0,0)}.messageBox-style-module__msgWithIcon__3DK1h .messageBox-style-module__infoIconWithMultipleLines__Ir2rK{width:45px;height:45px}
.menu-bar-style-module__menuBar__2AenX{width:80px;height:100%;position:absolute;background-color:#1f8dd6;font-family:"Zoho_Puvi_Regular","Lato",Arial,Helvetica,sans-serif;color:#fff;left:0}.menu-bar-style-module__menuBar__2AenX .menu-bar-style-module__dcBgColor__IMJw0{background-color:#1f8d5e}.menu-bar-style-module__menuBar__2AenX .menu-bar-style-module__menus__q0xyp{height:calc(100% - 160px);position:relative;min-height:240px;background-color:#1f8dd6}.menu-bar-style-module__menuBar__2AenX .menu-bar-style-module__dcColor__o2ZIf{background-color:#27a66f}.menu-bar-style-module__menuBar__2AenX .menu-bar-style-module__bottom__9lVca{position:fixed;bottom:0}.menu-bar-style-module__dcBgColor__IMJw0{background-color:#27a66f}.menu-bar-style-module__timer__nDp2\+{text-align:center;font-size:12px;padding:14px 0;background-color:#065a9d;position:relative;width:80px;color:#fff}.menu-bar-style-module__timer__nDp2\+ .menu-bar-style-module__recordingBlinker__FVptv{display:inline-block;height:.5rem;width:.5rem;border-radius:50%;background-color:tomato;border:1px solid #dfa89e;margin-right:.4rem;animation:menu-bar-style-module__timer-blinker__\+7Ljf;animation-duration:1s;animation-iteration-count:infinite}.menu-bar-style-module__timer__nDp2\+ .menu-bar-style-module__toolTip__XRzOa{background-color:#2e3740;border-radius:2px;font-size:13px;text-align:left;color:#f3f3f3;cursor:default;pointer-events:none;transform:translateY(-40%);width:13rem;padding:10px;position:absolute;margin-left:16px;margin-top:3px}.menu-bar-style-module__timer__nDp2\+ .menu-bar-style-module__toolTip__XRzOa .menu-bar-style-module__timerBlock__dXqef{display:flex;justify-content:space-between;margin-top:3px}.menu-bar-style-module__timer__nDp2\+ .menu-bar-style-module__toolTip__XRzOa::before{content:"";position:absolute;transform:translateY(-50%);width:0;height:0;border-bottom:10px solid rgba(0,0,0,0);border-top:10px solid rgba(0,0,0,0);border-left:10px solid rgba(0,0,0,0);border-right:10px solid #2e3740;top:50%;left:-20px}@keyframes menu-bar-style-module__timer-blinker__\+7Ljf{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}
.PermissionsDialog-style-module__overlay__pO9SG{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.5;top:0;left:0}.PermissionsDialog-style-module__messageBox__yTcnA{background-color:#fff;width:600px;position:absolute;z-index:402;padding:40px 40px 20px;transform:translate(-50%, -50%);top:50%;left:50%;border-radius:10px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__messageBoxTitle__YidP3{line-height:25px;display:inline-block;width:100%;box-sizing:border-box}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__messageBoxTitle__YidP3 .PermissionsDialog-style-module__messageTitletext__y\+wNT{font-size:20px;font-weight:bold;float:left}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__messageBoxTitle__YidP3 .PermissionsDialog-style-module__messageTitleCloseIcon__z6bP8{position:absolute;right:0px;top:0px;float:right;font-size:20px;cursor:pointer;padding:12px 17px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__messageBoxTitle__YidP3 .PermissionsDialog-style-module__messageTitleCloseIcon__z6bP8:hover{background-color:rgba(0,0,0,.1333333333)}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__messageBoxTitle__YidP3 .PermissionsDialog-style-module__messageTitleCloseIcon__z6bP8:before{content:"✕"}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__messageContent__bbdvw{line-height:25px;font-size:16px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__checklistContainer__QJFXW{padding:5px 0px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__checklistContainer__QJFXW .PermissionsDialog-style-module__checklistItemContainer__lCrS-{padding-top:10px;padding-bottom:30px;position:relative}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__checklistContainer__QJFXW .PermissionsDialog-style-module__checklistItemContainer__lCrS- .PermissionsDialog-style-module__checklistItem__r7fZl{font-size:16px;font-weight:bold;float:left;clear:left;line-height:12px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__checklistContainer__QJFXW .PermissionsDialog-style-module__checklistItemContainer__lCrS- .PermissionsDialog-style-module__checkListImg__ARGoE{position:absolute;background-repeat:no-repeat;background-size:100%;top:6px;right:5px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__checklistContainer__QJFXW .PermissionsDialog-style-module__checklistItemContainer__lCrS- .PermissionsDialog-style-module__okImg__N0C3G{background-image:url(verfied-blue-fill.378cb86d9a02f299.png);width:25px;height:25px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__checklistContainer__QJFXW .PermissionsDialog-style-module__checklistItemContainer__lCrS- .PermissionsDialog-style-module__notOkImg__4APzO{background-image:url(warning-transparent.6ad7b627755d89a5.png);width:25px;height:25px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__messageKbContent__5j79S{border-top:1px solid rgba(0,0,0,.1333333333);width:100%;box-sizing:border-box;font-size:16px;margin-top:25px;padding-top:10px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__messageKbContent__5j79S .PermissionsDialog-style-module__kbContent__o9eTP{color:#208dd6;text-decoration:none;font-weight:bold}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__btnContainer__qjwOs{display:flex;align-items:center;justify-content:center;width:100%;border-top:1px solid rgba(0,0,0,.1333333333);width:100%;box-sizing:border-box;font-size:18px;margin-top:25px;padding:20px 20px 10px}.PermissionsDialog-style-module__messageBox__yTcnA .PermissionsDialog-style-module__btnContainer__qjwOs .PermissionsDialog-style-module__proceedBtn__f3lOu{border:1px solid #1f8dd6;border-radius:2px;cursor:pointer;display:inline-block;font-size:15px;font-weight:400;line-height:20px;padding:10px 20px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;width:25%;background-color:#1f8dd6;border-color:#1f8dd6;color:#fff;float:none;font-size:13px;font-weight:600}
body{margin:0;padding:0}body,div,p,span,button,input,text,textarea,nav,section,form,select,option,pre{font-family:"Zoho_Puvi_Regular","Lato","Roboto"}.tech-notify-style-module__tech-main__UFNAa{position:absolute;top:25%;left:30%}.tech-notify-style-module__tech-main__UFNAa .tech-notify-style-module__tech-preview-box__hhCZW{width:530px;background-color:#fff;box-shadow:0 4px 7px #726869;z-index:9999999;float:left;position:relative}.tech-notify-style-module__tech-main__UFNAa .tech-notify-style-module__tech-preview-box__hhCZW .tech-notify-style-module__tech-preview-header__n\+A-s{background-color:#e3e3e3;padding:10px 20px}.tech-notify-style-module__tech-main__UFNAa .tech-notify-style-module__tech-preview-box__hhCZW .tech-notify-style-module__tech-preview-main__btQqb{width:100%;padding:10px}.tech-notify-style-module__tech-main__UFNAa .tech-notify-style-module__tech-preview-box__hhCZW .tech-notify-style-module__tech-preview-main__btQqb .tech-notify-style-module__tech-preview-img__1r13k{padding:0 10px;width:20%;float:left;height:130px;position:relative}.tech-notify-style-module__tech-main__UFNAa .tech-notify-style-module__tech-preview-box__hhCZW .tech-notify-style-module__tech-preview-main__btQqb .tech-notify-style-module__tech-preview-img__1r13k img{position:absolute;top:6%;left:15%}.tech-notify-style-module__tech-main__UFNAa .tech-notify-style-module__tech-preview-box__hhCZW .tech-notify-style-module__tech-preview-main__btQqb .tech-notify-style-module__tech-preview-message__OvLJl{padding:5px;float:left;width:70%;font-size:11px;line-height:30px}.tech-notify-style-module__tech-main__UFNAa .tech-notify-style-module__tech-preview-box__hhCZW .tech-notify-style-module__tech-preview-main__btQqb .tech-notify-style-module__tech-preview-message__OvLJl pre{white-space:pre-wrap;padding:0;border:none;background-color:#fff;word-break:break-word;font-size:13px;margin:0;min-height:55px}.tech-notify-style-module__tech-main__UFNAa .tech-notify-style-module__tech-preview-box__hhCZW .tech-notify-style-module__tech-preview-main__btQqb .tech-notify-style-module__tech-preview-message__OvLJl input{background-color:#1f8dd6;border:none;color:#fff;padding:7px 20px 7px 20px;font-size:12px;margin:10px 0 8px;text-transform:uppercase;cursor:pointer}
.inSessionTools-style-module__diagnosticTools__3VY9k{z-index:1000}.inSessionTools-style-module__overlay__wqkbE{display:block;width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.7;top:0;left:0}.inSessionTools-style-module__ctnr__HzefC{position:fixed;z-index:405;background:#fff;height:100%;width:85%;left:50%;transform:translateX(-50%)}.inSessionTools-style-module__ctnr__HzefC .inSessionTools-style-module__heading__RkISK{position:relative;width:100%;height:50px;background-color:#fff;color:#000;padding:10px 20px;box-sizing:border-box;border-bottom:2px solid #ccc}.inSessionTools-style-module__ctnr__HzefC .inSessionTools-style-module__messageTitletext__6OdO4{font-size:20px;font-weight:bold;float:left;line-height:26px}.inSessionTools-style-module__ctnr__HzefC .inSessionTools-style-module__messageTitleCloseIcon__Roym\+{position:absolute;right:0px;top:0px;float:right;font-size:16px;cursor:pointer;padding:15px 20px;color:#000}.inSessionTools-style-module__ctnr__HzefC .inSessionTools-style-module__messageTitleCloseIcon__Roym\+:before{content:"";background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MTQiIGhlaWdodD0iMTEuNDE0IiB2aWV3Qm94PSIwIDAgMTEuNDE0IDExLjQxNCI+CiAgPGcgaWQ9ImNsb3NlLW5ldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjI5MyAtMTIuMjkzKSI+CiAgICA8bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgeDE9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzIDEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMiIgZGF0YS1uYW1lPSJMaW5lIDIiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAxMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center rgba(0,0,0,0);background-size:11px;background-position:0rem 0rem;height:1rem;width:1rem;display:inline-block}
.diagnostic_tools_style-module__diagnostic_tools__9LxIT{position:relative;font-family:"Lato","Roboto",sans-serif !important}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+{border-inline-end:1px solid #ddd !important;transition:all .2s linear 0s;z-index:10;color:#fff;margin:0;width:15%;float:left;float:inline-start;height:95%;background-color:#f7f7f7;position:fixed;letter-spacing:.2px;text-align:start;overflow-x:hidden;overflow-y:auto}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+ .diagnostic_tools_style-module__diagnostic_tool_topic__catPI{background-color:#283654;color:#fff;padding:18px 20px;height:56px;margin:0}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+ .diagnostic_tools_style-module__diagnostic_tool_ul__R3xD7{bottom:0;inset-inline-start:0;width:100%;padding-inline-start:0px;margin-block-start:0px;transition:all .5s linear 0s;border-inline-end:1px solid #ddd !important}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+ .diagnostic_tools_style-module__diagnostic_tool_ul__R3xD7 li{list-style:none;line-height:18px;color:#333;padding:11px 20px;font-size:14px;transition:all .2s linear 0s;text-decoration:none;width:100%;float:left;float:inline-start;cursor:pointer;white-space:nowrap}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+ .diagnostic_tools_style-module__diagnostic_tool_ul__R3xD7 li:hover{background-color:rgba(134,190,227,.1333333333)}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+ .diagnostic_tools_style-module__diagnostic_tool_ul__R3xD7 .diagnostic_tools_style-module__diagnostic_tools_selected_item__KFpcu,.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+ .diagnostic_tools_style-module__diagnostic_tool_ul__R3xD7 .diagnostic_tools_style-module__diagnostic_tools_selected_item__KFpcu:hover{background-color:#d0e8fd !important}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+ .diagnostic_tools_style-module__dc_diagnostic_tool_ul__ZhYDJ li:hover{background-color:#eee}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+ .diagnostic_tools_style-module__dc_diagnostic_tool_ul__ZhYDJ .diagnostic_tools_style-module__dc_diagnostic_tools_selected_item__6VMQD,.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_leftpane__FKem\+ .diagnostic_tools_style-module__dc_diagnostic_tool_ul__ZhYDJ .diagnostic_tools_style-module__dc_diagnostic_tools_selected_item__6VMQD:hover{background-color:#ddd !important}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__dc_diagnostic_tool_leftpane__MxjQY{background-color:#f1f1f1}.diagnostic_tools_style-module__diagnostic_tools__9LxIT .diagnostic_tools_style-module__diagnostic_tool_rightpane__1b\+e8{background-color:#fff;height:100vh;z-index:1;width:85%;margin-inline-start:15%;text-align:start;color:#111;font-size:15px;transition:all .2s linear 0s}.diagnostic_tools_style-module__diagnostic_tool_right__VeuWd .diagnostic_tools_style-module__diagnostic_tool_right_header__FJKwI{float:left;float:inline-start;position:absolute;z-index:1;line-height:43px;margin-bottom:10px;padding-top:9px;padding-inline-end:0px;padding-bottom:2px;padding-inline-start:10px;border-bottom:1px solid #ddd;width:84%}.diagnostic_tools_style-module__diagnostic_tool_right__VeuWd .diagnostic_tools_style-module__diagnostic_tool_right_header__FJKwI .diagnostic_tools_style-module__diagnostic_tool_right_header_topic__FzWn8{font-size:14px;padding:10px 4px 10px 4px !important;margin-inline-end:20px !important;margin-top:7px;background-color:#fff;color:#666;border:none;cursor:pointer;text-decoration:none !important;font-weight:600}.diagnostic_tools_style-module__diagnostic_tool_right__VeuWd .diagnostic_tools_style-module__diagnostic_tool_right_header__FJKwI .diagnostic_tools_style-module__selected_tool__wqIyO,.diagnostic_tools_style-module__diagnostic_tool_right__VeuWd .diagnostic_tools_style-module__diagnostic_tool_right_header__FJKwI .diagnostic_tools_style-module__selected_tool__wqIyO:hover{border-bottom:5px solid #1f8dd7 !important;color:#000}.diagnostic_tools_style-module__diagnostic_tool_right__VeuWd .diagnostic_tools_style-module__diagnostic_tool_right_body__-5iQ4{top:55px;position:relative;height:100vh}
.normal-mode{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.night-mode{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}@font-face{font-family:"newpage";src:url(newpage.bd7026ffb8ff1788.eot);src:url(newpage.bd7026ffb8ff1788.eot?#iefix) format("embedded-opentype"),url(newpage.8e70c37f9495377b.ttf) format("truetype"),url(newpage.4fcb84772a3c4d75.woff) format("woff"),url(newpage.a1589233a652f47c.svg#newpage) format("svg");font-weight:normal;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.iconFontProps,.services-action-icon{font-family:"icomoon";color:var(--icon-black-to-light, #000)}.services-action-icon{font-size:var(--14px, 14px);padding:1px 6px;position:relative;cursor:pointer;margin:10px}.services-action-icon::before{content:""}.no-top-padding{padding-top:0px !important;margin-top:57px !important;height:calc(100vh - 4.7em)}.no-top-padding .reports-list-container .reports-list-filter,.no-top-padding .reports-list-sm-container .reports-list-filter{padding:0 0 0px 0 !important}.no-top-padding .reportstable tbody{height:calc(100vh - 14em) !important}.no-top-padding .task-manager-reportstable tbody{height:calc(100vh - 16em) !important}.urs-btns{float:right;float:inline-end;text-align:end}.action-label{font-size:var(--12px, 12px);font-weight:600;padding:5px 10px;border-bottom:solid 1px rgba(112,112,112,.2);border-top:solid 1px rgba(112,112,112,.2);background-color:var(--drop-down-header-bg, #EFEFEF);margin-bottom:0px !important;display:block;width:100%;border-width:1px}.filter-label-services{font-size:var(--12px, 12px);font-weight:600;font-style:italic;padding:5px 10px;width:100%;float:left;float:inline-start;background-color:var(--drop-down-header-bg, #EFEFEF);border-bottom:solid 1px rgba(112,112,112,.2);border-top:solid 1px rgba(112,112,112,.2);margin-top:5px}.table-count-container{line-height:46px;margin-inline-start:10px;font-size:var(--14px, 14px);font-weight:600;float:right;float:inline-end}.reports-search-area{position:relative;float:right;float:inline-end}.icon-closenote:before{content:"";font-family:"newpage";font-size:var(--12px, 12px);color:#ddd;float:right;float:inline-end;margin-inline-start:20px;cursor:pointer;position:absolute;inset-inline-end:16px;top:50%;transform:translateY(-50%)}.notification-normal{font-style:normal !important}.notification-info-lowerpane{border-radius:25px;border:none;position:fixed;left:50%;bottom:20px;transform:translateX(-50%);text-align:center;padding-top:15px;padding-inline-end:50px;padding-bottom:15px;padding-inline-start:35px;font-size:var(--14px, 14px);background-color:var(--tooltip-bg, #555);color:#fff;animation:power 300ms running ease-out}.notification-info-lowerpane span{line-height:24px;font-size:var(--14px, 14px);color:#fff}.tools-header{float:left;float:inline-start;font-size:var(--13px, 13px);width:100%;padding:5px 10px}.reports-list-container{background:var(--shade-variant1-color, #fff);float:left;float:inline-start;font-size:var(--13px, 13px);padding:0 25px}.domains-total-count{line-height:36px !important;margin-inline-end:25px}.domains-search-area{margin:7px 25px !important}.domains-search-area a{margin:0 !important;color:var(--text-color-default) !important}.computers-list-filter{width:100%;float:left;float:inline-start;padding:20px 0;background-color:var(--shade-variant1-color, #fff)}.reports-list-filter{width:100%;float:left;float:inline-start;padding:10px 0 0;background-color:var(--shade-variant1-color, #fff)}#reports{float:left;float:inline-start}#reports label{font-size:var(--15px, 15px);color:#999;font-style:italic;line-height:40px}#reports input[type=text]{background-color:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#000;display:block;font-size:var(--15px, 15px);margin:0 0 15px;padding:10px;resize:none;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;vertical-align:middle;width:100px;float:left;float:inline-start;text-align:start}.reports-count{float:left;float:inline-start;padding:20px 0;line-height:32px;font-size:var(--18px, 18px)}.reports-results{margin:20px 0;border-top:dotted 2px #ddd}.reports-list a,.embedcodesection a,.questions a,.err-report a{color:#1f8dd6;text-decoration:none;font-weight:400}.reports-list{float:left;float:inline-start;margin:0 !important;width:100%}.reports-list a{color:#1f8dd6;text-decoration:none}.reports-list-desc{padding-top:30px}.reportstable,.task-manager-reportstable{font-size:var(--14px, 14px);color:var(--text-color-default, #000);width:100%;padding:0 0 10px 0}.reportstable td,.task-manager-reportstable td{padding:10px 15px;vertical-align:middle;word-break:break-word}.reports-list tbody tr:nth-child(2n){background:var(--alternative-rows-bg, #f3f7f9)}.reports-list th{padding:10px;font-size:var(--12px, 12px);text-align:start !important;transition:all .2s linear 0s;cursor:pointer}.service-desc-outer-link,.service-desc-outer{vertical-align:top;max-width:105%;word-wrap:break-word;position:relative;text-align:start;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.services-action-menu{cursor:pointer;position:relative;margin:-5px}.more-option{position:absolute;width:120px;float:right;float:inline-end;inset-inline-end:0;inset-inline-start:-120px;top:5px;background-color:var(--drop-down-bg-color, #fff);padding:4px 0px 6px;border-radius:5px;z-index:1;font-size:var(--12px, 12px);list-style:none;border:solid 1px var(--drop-down-border, #e2e2e2)}.more-option li{padding:4px 25px;font-size:var(--13px, 13px);text-align:start;margin:0 !important;line-height:16px !important;list-style:none;padding:5px 15px;box-sizing:border-box;cursor:pointer;color:var(--text-color-v5, #333);font-style:normal;font-weight:500}.more-option li:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843))}.more-option li:focus{background-color:var(--drop-down-selected, #F6FAFE)}.service-desc{position:absolute;background-color:#f3f3f3;padding:6px 10px;border-radius:4px;z-index:1;font-size:var(--13px, 13px);width:280px;line-height:18px;box-shadow:0 2px 3px #ccc;border:solid 1px #ccc}.reports-table-header{background-color:#e3e3e3;color:#666;font-size:var(--13px, 13px)}.ra-form-dropdown-selector{color:var(--text-color-default, #000);width:90%}@keyframes zoomin{0%{transform:scale3d(0.3, 0.3, 0.3);opacity:0}50%{opacity:1}}.form-dropdown-container-onClick{width:100%;position:absolute;box-shadow:0px 4px 4px rgba(0,0,0,.2);background-color:var(--drop-down-bg-color, #fff) !important;margin:0;padding:5px 0;inset-inline-start:0;top:30px;border:solid 1px var(--drop-down-border, #e2e2e2);z-index:1;display:none;display:block;max-height:265px;overflow:hidden auto;border-radius:5px;color:var(--text-color-default, #000)}.filter-dropdown{border:1px solid var(--border-box-variant2, #ccc);border-radius:2px;font-size:var(--12px, 12px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;height:32px;width:200px;padding:1px 10px;position:relative;display:flex;align-items:center;cursor:pointer;margin:7px 5px;background-color:rgba(0,0,0,0);outline:none}.form-dropdown-container{width:100%;position:absolute;box-shadow:0 2px 2px #999;background-color:#fff;margin:0;padding:5px 0;inset-inline-start:0;top:30px;border:solid 1px #ccc;z-index:1;display:none}.form-dropdown-container-onClick li{padding:5px 10px;list-style:none;margin:0;float:left;float:inline-start;width:100%}.form-dropdown-container-onClick li:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843))}.form-dropdown-container-onClick li:focus{background-color:var(--drop-down-selected, #F6FAFE)}.back-arrow{float:left;float:inline-start;margin:1px 0 28px;cursor:pointer}.back-link{margin:0 0 5px;inset-inline-start:0;position:relative;font-style:italic;font-weight:800;padding:10px;color:#000;border-radius:3px;padding:10px 18px 30px;display:block;font-size:var(--15px, 15px)}.back-text{cursor:pointer;float:left;float:inline-start;font-size:var(--13px, 13px);color:#1f8dd6;line-height:23px}.card{margin-top:100px;margin-inline-start:20%;width:60%;box-shadow:0 2px 36px #ddd}.ac-li{list-style:none;border:1px dashed}.ac-ol-span{position:absolute;width:100%}.assist-system-manager{overflow:hidden;height:calc(100vh - 4em)}.leftpane{width:15%;float:left;float:inline-start;height:100vh;background-color:#f7f7f7;border-inline-end:solid 1px #ddd;position:fixed;letter-spacing:.2px;top:90px;text-align:start;margin-top:-45px;overflow:hidden;padding-bottom:100px}.sm_hidden{width:42px !important;transition:all .2s linear 0s}.more-width-margin{width:calc(100% - 42px) !important;margin-inline-start:42px !important}.more-width{width:96.5%}.leftpane:hover{overflow:auto;overflow-x:hidden}.leftpane-sysm{top:45px !important;background-color:#f7f7f7 !important;border-inline-end:1px solid #ddd !important;transition:all .2s linear 0s;z-index:1}.group-pane,.ra-nav-header{float:left;float:inline-start;width:100%}.leftpane-sysm .sm-group-pane .ra-nav-header{padding:18px 15px;background-color:#283654;color:#fff;height:56px;margin:0}.ra-nav-header{font-size:var(--13px, 13px);font-weight:600;padding:0 20px;color:#c95d06;text-transform:uppercase;float:left;float:inline-start;width:100%;padding-top:15px;padding-inline-end:20px;padding-bottom:0px;padding-inline-start:20px;transition:all .2s linear 0s;white-space:unset}.sm-header{display:flex}.predefined{margin:0px 0;padding:0;float:left;float:inline-start;width:100%}.predefined li{list-style:none}.predefined li a{line-height:18px;color:#333;padding:8px 20px;font-size:var(--14px, 14px);transition:all .2s linear 0s;text-decoration:none;width:100%;float:left;float:inline-start;cursor:pointer;white-space:unset}.predefined li a:hover{background-color:rgba(134,190,227,.1333333333)}.white-space-no-wrap{white-space:nowrap !important}.rightpane{float:left;float:inline-start;top:-45px;position:relative;background-color:#fff;height:auto;z-index:1;width:85%;margin-inline-start:15%;text-align:start;color:#111;font-size:15px;transition:all .2s linear 0s}.services-content{padding-top:45px;float:left;float:inline-start;width:100%;overflow:hidden;position:relative}.tab-selected{background-color:rgba(31,141,214,.1333333333);font-weight:600;border-bottom:none;color:#000 !important}@-webkit-keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}#layout{width:100%}#parentContainer{width:100%;position:relative;height:auto;top:45px}.parentBg{background-color:#f3f3f3;min-height:200px}.width-100px{width:100px}.no-padding{padding:0}.no-padding:hover{padding:0}.selected-comp-box{float:left;float:inline-start;width:100%}.confirm-btn-holder{text-align:center}.confirm-btn{background-color:#1f8dd6;border:1px solid #1f8dd6;border-radius:0px;color:#fff;display:block;font-size:var(--14px, 14px);padding:10px 20px;width:100px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;cursor:pointer;transition:all .15s ease-in-out 0s;outline:none;margin:0px 10px;display:inline-block}input.confirm-btn{width:50%;padding:15px;font-size:var(--14px, 14px);margin:0}.sec{border:none;border-top:1px solid #d3d3d3;background-color:#fff;color:#1f8dd6}.pri{background-color:#1f8dd6;color:#fff;border:1.5px solid #1f8dd6}.sm-list li a{line-height:18px;padding:12px 10px;transition:all .2s linear 0s}.system-manager-image{background-image:url(system-manager-sprite.4dd2e20b2714b373.png);background-size:100%;background-repeat:no-repeat;width:18px;height:18px;float:left;float:inline-start;margin:0 12px 0 2px}.sm-image{background-position:0 -180px;margin-inline-start:-4px}.cmd-img{background-position:0 0px}.dm-img{background-position:0 -18px}.groups-img{background-position:0 -36px}.printers-img{background-position:0 -54px}.services-img{background-position:0 -72px}.shares-img{background-position:0 -90px}.tm-img{background-position:0 -108px}.users-img{background-position:0 -126px}.softwares-img{background-position:0 -144px}.hardwares-img{background-position:0 -162px}.open-img{background-position:0 -198px}.close-img{background-position:0 -216px}.registry-img{background-position:0 -238px}.predefined .system-manager-hide-button-div{position:absolute;background-color:#e4e4e4;bottom:0;inset-inline-start:0;width:100%;transition:all .5s linear 0s;border-inline-end:1px solid #ddd !important}.no-transition{transition:none !important}.predefined .system-manager-hide-button-div:hover{background-color:#e4e4e4}.system-manager-tool-tip{position:fixed;background-color:#e8eff4;margin-inline-start:-1px;line-height:33px;box-shadow:2px 0px 2px #bbb;color:#263455;padding:0 20px 0 10px;font-size:var(--14x, 14px);font-weight:600;min-width:150px}.side-bar-text{transition:all .2s linear 0s}.software-no-records-found-image{background-image:url(NoRecordFound.efa1c639adc6d2b2.png);background-size:100%;background-repeat:no-repeat;width:317px;height:216px;margin:10% 0 0 30%;position:fixed;text-align:center;font-size:var(--25px, 25px);line-height:470px;color:#20383f}.grid-container{display:grid;grid-template-columns:repeat(12, 1fr);grid-template-rows:45px auto;grid-template-areas:"h h h h h h h h h h h h" "c c c c c c c c c c c c"}.grid-header{grid-area:h}.grid-content{grid-area:c}.grid-home-container{display:grid;grid-template-columns:auto 1000px auto;grid-template-rows:68px auto}.grid-home{grid-column:2;min-width:0;grid-row:2}.color-fff{color:#fff}.drop-down{font-size:var(--16px, 16px);font-family:"icomoon";color:var(--icon-black-to-light, #000)}.drop-down::before{content:""}
.status-module__normal-mode__wx45l{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.status-module__night-mode__rEBRJ{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}.status-module__rcpReconnectContainer__hveT1,.status-module__denyConfirmationContainer__rUz3e{position:absolute;z-index:11;background-color:var(--shade-variant1-color, #FFF);box-shadow:1px 1px 15px var(--border-box-variant3, #555);width:350px;top:40%;left:50%;padding:0;font-size:15px;margin-bottom:15px;transform:translateX(-50%);border-radius:10px;display:flex;flex-direction:column;align-items:center;gap:15px}.status-module__rcpReconnectContainer__hveT1 p,.status-module__denyConfirmationContainer__rUz3e p{text-align:center;margin:0;padding:30px 25px 0px;line-height:25px}.status-module__rcpReconnectContainer__hveT1 .status-module__priBtn__j6-Dm,.status-module__denyConfirmationContainer__rUz3e .status-module__priBtn__j6-Dm{background-color:var(--primary-button, #286ce5);border:1px solid var(--primary-button, #286ce5);color:#fff;inset-inline-start:-6.7%;float:left;float:inline-start;width:100%;padding:10px;cursor:pointer;border-end-start-radius:10px;border-end-end-radius:10px}.status-module__rcpReconnectContainer__hveT1 .status-module__priBtn__j6-Dm:hover,.status-module__denyConfirmationContainer__rUz3e .status-module__priBtn__j6-Dm:hover{background-color:var(--primary-button-hover, #2b72f2);border:1px solid var(--primary-button-hover, #2b72f2)}.status-module__reconnectOverlay__u3fU4{position:absolute;height:100%;width:100%;top:0px;inset-inline-start:0px;background-color:rgba(0,0,0,.54);z-index:10}.status-module__insessionToolOverlay__4lO-d{top:50px !important;z-index:0}.status-module__warningIcon__PKtKa{font-family:"icomoon";font-size:70px;color:var(--text-color-red, #E42527);position:relative;bottom:15px;inset-inline-end:5px}.status-module__warningIcon__PKtKa:before{content:""}.status-module__ecRcpReconnect__Q-vOz{width:60px !important;height:60px !important;margin:30px 150px 0 !important}.status-module__cmdLoader__zXa-X,.status-module__smLoader__VuDVu{align-items:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:88%;z-index:50;text-align:center;background-color:var(--shade-variant1-color, #fff)}.status-module__statusMessage__ooO42{color:var(--text-color-default, #000);font-size:18px;line-height:48px}.status-module__dotsContainer__yG6PM{width:100%}.status-module__redDot__l0KNq{width:14px;margin:2px;height:14px;display:inline-block;position:relative;border-radius:100%;background-color:#f22927;animation:status-module__sk-bouncedelay__N9436 .7s infinite ease-in-out both;animation-delay:-0.5s}.status-module__blueDot__De0uO{width:14px;margin:2px;height:14px;display:inline-block;position:relative;border-radius:100%;background-color:#2e7eae;animation:status-module__sk-bouncedelay__N9436 .7s infinite ease-in-out both;animation-delay:-0.4s}.status-module__greenDot__cRotB{width:14px;margin:2px;height:14px;display:inline-block;position:relative;border-radius:100%;background-color:#48ca32;animation:status-module__sk-bouncedelay__N9436 .7s infinite ease-in-out both;animation-delay:-0.3s}.status-module__yellowDot__7Gund{width:14px;margin:2px;height:14px;display:inline-block;position:relative;border-radius:100%;background-color:#feea4b;animation:status-module__sk-bouncedelay__N9436 .7s infinite ease-in-out both;animation-delay:-0.2s}@keyframes status-module__sk-bouncedelay__N9436{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0.2);transform:scale(0.2)}}@-webkit-keyframes status-module__sk-bouncedelay__N9436{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0.2);transform:scale(0.2)}}.status-module__reloadButtonContainer__4\+AOf{padding-bottom:30px}.status-module__denyConfirmation__dBLXV{text-align:center;margin:0;line-height:25px}.status-module__denyConfirmationContainer__rUz3e{display:flex;flex-direction:row !important;gap:5px !important;padding:0px !important}.status-module__notFoundIcon__cA-Ca{font-family:"icomoon";font-size:var(--25px, 25px);padding:6px;margin-left:10%}.status-module__notFoundIcon__cA-Ca:before{content:"";color:var(--primary-redbutton, #cc3929);position:relative}
.device-manager-container{display:grid;grid-template-areas:"a a a" "b c c" "b c c";grid-template-rows:96px 1fr;grid-template-columns:30% 1fr;padding:7px 10px;height:calc(100vh - 7em);font-size:14px;background-color:var(--shade-variant1-color, #FFF)}.device-manager-header{grid-area:a;padding:10px;border:1px var(--drop-down-border, #DDD) solid;align-self:center;position:sticky;background-color:var(--shade-variant1-color, #FFF);top:0;margin-bottom:5px}.device-manager-sidebar{grid-area:b;background-color:var(--drop-down-bg-color, #FFFFFF);border:1px solid var(--drop-down-border, #DDD);overflow:hidden;width:inherit}.device-manager-sidebar:hover{overflow:auto}.dm-scroll-auto{list-style:none;padding-inline-start:10px}.device-manager-content{overflow:auto;grid-area:c;border-inline-end:1px solid var(--drop-down-border, #DDD);border-bottom:1px solid var(--drop-down-border, #DDD);padding:20px;border-top:1px solid var(--drop-down-border, #DDD)}.dm-list-img{width:16px;margin:3px 3px 0 0px;height:16px}.dm-list{display:flex;cursor:pointer}.dm-open-ul{padding-inline-start:15px}.dm-fetching{width:15px !important;height:15px !important;border-width:2px !important;margin:6px 0px 0px 6px !important}.tool-dm-list-li-color{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843));border-inline-start:3px solid var(--blue-color, #286ce5)}.dm-summary-data-container{margin:4px 2px;display:flex;flex-direction:column;justify-content:center}.summary-count-image{height:60px;width:45px;margin-inline-end:5px}.dm-header{display:flex}.dm-summary-container{display:flex;width:25%}.dm-summary-label{font-weight:600}.dm-summary-count{font-size:28px;font-weight:700;line-height:32px}.dm-summary-count-loading{width:25px;float:left;float:inline-start;height:25px}.di-info-header{display:flex;height:66px}.di-info-title{margin:0 auto 0 0;display:flex;flex-direction:column}.di-info-title .title{font-weight:600;font-size:16px;line-height:1px;color:var(--text-color-default, #000)}.di-info-action-btn{height:25px;display:flex;align-items:center;padding:0 11px 0 5px;font-weight:600}.image-icon{width:18px;margin:0 5px 0 0}.di-info-status{align-items:center;display:flex;margin-top:2px}.confirm-dialog-override{width:450px;height:140px}.confirm-dialog-body{display:flex;justify-content:center;align-items:center;flex-direction:column}.dm-device-driver-li{display:flex;align-items:center;line-height:18px;margin:4px 0;padding:3px 8px;font-size:13px;cursor:pointer}.dm-block-page{position:absolute;width:100%;height:100%;border:1px solid;background:var(--background-white-dark-variant, #ffffff);z-index:10;opacity:.5}.dm-info-td{padding:5px 0}.dm-info-disable{border-color:#ccc;color:#000}.override-icon-arrow{background-size:100%;height:10px;width:10px;margin:5px 4px 4px 0}.opacity-point-6{opacity:.6}.opacity-point-3{opacity:.3}.dm-list-li{margin:5px 0}.dm-empty-info{display:flex;justify-content:center;align-items:center}.dm-empty-info img{height:auto;width:50%}.device-working{font-family:"icomoon";font-size:20px;color:var(--online-device, #10bc83)}.device-working::before{content:""}.dm-item-name{margin-inline-start:5px}.dm-header-bar-icon-style,.total-disabled,.total-enabled,.total-drivers,.total-devices{font-size:40px;font-family:"icomoon";display:flex;align-items:center}.total-devices{color:#777}.total-devices::before{content:""}.total-drivers{color:#eb9c3f;font-size:42px}.total-drivers::before{content:""}.total-enabled{color:var(--online-device, #10bc83);font-size:42px}.total-enabled::before{content:""}.total-disabled{color:var(--text-color-red, #E42527);font-size:44px}.total-disabled::before{content:""}
.device_manager-module__tinyLoader__Sz2za{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;animation:.8s linear 0s normal none infinite running device_manager-module__loading__WsnUI;border-color:var(--infinite-scroll-loader, rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.65));border-image:none;border-radius:100%;border-style:solid;padding:0;width:15px;height:15px;border-width:2px;margin-top:2px;margin-inline-end:0px;margin-bottom:0px;margin-inline-start:6px}@keyframes device_manager-module__loading__WsnUI{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.device_manager-module__inappDeviceManagerContainer__lIOXA{height:calc(100vh - 12em) !important}.device_manager-module__inappDevManagerWithAnnouncement__H6-jt{height:calc(100vh - 13.5em) !important}
.normal-mode{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.night-mode{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}.reports-list-container .reportstable tbody{display:block !important;height:calc(100vh - 20em);overflow:auto !important}.reports-list-container .task-manager-reportstable tbody{display:block !important;height:calc(100vh - 24em);overflow:auto !important}.reports-list-container .ec-reportsTbody tbody{height:calc(100vh - 14em)}.reports-list-container .reportstable thead,.reports-list-container .reportstable tbody tr,.reports-list-container .task-manager-reportstable thead,.reports-list-container .task-manager-reportstable tbody tr{display:table !important;width:100%;table-layout:fixed !important;height:40px;color:var(--text-color-default)}.reportstable thead tr th,.task-manager-reportstable thead tr th{padding:10px 10px;font-size:var(--12px, 12px);max-width:200px;top:40px !important;background:var(--table-header-row, #f3f5f6);z-index:1}.task-manager-reportstable thead tr th{position:inherit}.no-rows-tr{text-align:center;background:var(--shade-variant1-color) !important}.export-option-list{position:absolute;top:40px;list-style:none;box-shadow:0 5px 10px rgba(0,0,0,.1333333333);margin:0;inset-inline-start:-30px !important;padding:0;z-index:2;background:var(--shade-dropdown-varient1);border:1px solid var(--border-box-variant2);text-align:start;font-size:var(--12px, 12px);width:150px !important;height:fit-content !important}.export-option-list li{cursor:pointer;padding:5px 30px;text-align:start}.export-label-container{height:28px;text-align:center;justify-content:center;display:flex;align-items:center;font-size:var(--14px, 14px);color:var(--blue-color, #286ce5);cursor:pointer;margin-top:4px;margin-inline-end:13px;margin-bottom:0px;margin-inline-start:0px}.reports-search-area a{float:right;float:inline-end;inset-inline-end:10px;margin-top:12px;margin-inline-end:10px;margin-bottom:12px;margin-inline-start:30px;font-size:var(--14px, 14px);line-height:22px;text-decoration:none !important;color:var(--text-color-default, #000) !important;cursor:pointer}.searchlist{float:left;float:inline-start;margin:4px 0;border:solid 1px var(--search-box-border, #b2b2b2);padding:4px;width:100%;font-size:var(--13px, 13px);border-radius:5px;color:var(--text-color-v5);outline:none;background-color:rgba(0,0,0,0);animation:zoomin ease-in-out 150ms;font-weight:400}.searchlist:hover{border-color:var(--search-box-onhover, #404040)}.searchlist:focus{border:solid 1px var(--blue-color, #286ce5);transition:all 200ms linear 0s}.searchlist::placeholder{color:var(--place-holder-text, #222);opacity:.5}@keyframes zoomin{0%{transform:scale3d(0.3, 0.3, 0.3);opacity:0}50%{opacity:1}}.input-disabled{opacity:1 !important;background-color:var(--disable-placeholder, #f9fbfb) !important;border:solid 1px var(--disable-placeholder-border, #D5D5D7) !important;cursor:not-allowed}.chooser-class-override{float:right;float:inline-end;margin-top:7px}.reports-list-container .reportstable .custom-body-style{overflow:unset !important;height:auto !important}.filterValue{padding:5px 7px;border:1px solid;border-radius:15px;background-color:#d3d3d3;margin:0 5px;cursor:pointer}.rangeContainer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid;border-radius:15px;cursor:pointer}.rangeValue{padding:5px 7px}.filter-container{display:flex;align-items:center}
.style-module__searchIcon__t\+s0t,.style-module__clearSearchIcon__xYq4H{font-family:"icomoon";font-size:var(--18px, 18px) !important;float:left;float:inline-start;margin:1px 7px;color:var(--icon-black-to-light, #000) !important;position:relative;font-weight:600}.style-module__searchIcon__t\+s0t:before{content:""}.style-module__clearSearchIcon__xYq4H:before{content:""}
.computers-module__groupName__eDq6J{padding:0 0 0 10px;color:var(--blue-color, #286ce5);cursor:pointer}.computers-module__groupList__eWllC{list-style:none;background-color:var(--drop-down-bg-color, #fff);overflow:auto;max-height:200px;border:1px solid var(--border-box-variant5, #e2e2e2);padding:0 10px;z-index:5;width:200px;top:7px;inset-inline-start:4px}.computers-module__groupList__eWllC li{padding:4px 0px}.computers-module__editCompSpan__wkhWO{display:none;margin:0 0 0 10px;float:left;float:inline-start;cursor:pointer}.computers-module__editIcon__\+-sYF{color:#1f8dd6}.computers-module__editIcon__\+-sYF:before{content:"";font-family:"newpage";font-size:12px}.computers-module__noBorderBottom__tIZYQ{border-bottom:none !important}.computers-module__currentRow__PBcnf:hover .computers-module__editCompSpan__wkhWO{display:block}.computers-module__totalCount__6EUz0{float:left !important;float:inline-start !important;line-height:36px !important}.computers-module__selectedDevices__eVN9U{margin-inline-start:10px}.computers-module__cnameRename__iTcO9{border:1px solid #66afe9;box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);font-size:15px;outline:0 none;padding:2px 5px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;float:left;float:inline-start;margin:0;width:85%}.computers-module__deploymentComputerName__NpNIJ{float:left;float:inline-start;white-space:nowrap;text-overflow:ellipsis;max-width:65%;overflow:hidden}.computers-module__tooltipDiv__Lad6P,.computers-module__tooltipDivStyle__xq\+ds{min-width:45px;color:#fff;text-align:center;padding:10px 5px;margin:0 0 0px 20px;inset-inline-start:20px;font-size:10px;position:absolute;top:40px;background:#4a4646;border-radius:4px;z-index:1}.computers-module__tooltipDivStyle__xq\+ds{margin:0 0 0px 0px !important}.computers-module__tooltipDiv__Lad6P::after,.computers-module__tooltipDivStyle__xq\+ds::after{content:"";display:block;position:absolute;inset-inline-end:0;inset-inline-start:0;margin:auto;bottom:95%;width:0;height:0;border-bottom:10px solid #4a4646;border-inline-start:10px solid rgba(0,0,0,0);border-inline-end:10px solid rgba(0,0,0,0)}.computers-module__customTableStyle__QJ0hI{overflow:auto !important;width:100%;text-overflow:ellipsis;word-wrap:break-word;float:left;float:inline-start;background-color:#fff;position:relative;height:calc(100vh - 173px)}.computers-module__customBodyStyle__66EFh{display:block !important;height:auto !important;overflow:unset !important}.computers-module__computersList__IlqJH table thead{display:table !important;width:100%;height:40px;table-layout:auto !important;z-index:7}.computers-module__computersList__IlqJH tbody{height:auto;overflow:unset !important}.computers-module__computersList__IlqJH table td{padding:10px 15px !important;vertical-align:middle;word-break:break-word}.computers-module__reportsTable__jQceU thead tr th{position:inherit !important}.computers-module__computersList__IlqJH table th{min-width:180px}.computers-module__reportsTableContainer__shY45{height:calc(100vh - 16em) !important}.computers-module__reportstable__YUWPD thead{background-color:#e3e3e3}.computers-module__reportsTableContainerOnSearch__KeM\+n{height:calc(100vh - 20em) !important}.computers-module__reportstable__YUWPD td{padding:10px 15px;vertical-align:middle;word-break:break-word}.computers-module__computersList__IlqJH{display:flex;flex-direction:column;padding:0px !important;font-size:14px;margin:0 !important;float:left;float:inline-start;position:relative;width:100%}.computers-module__computersList__IlqJH table thead{position:sticky;top:0}.computers-module__computersList__IlqJH td{padding:10px 15px !important}.computers-module__computersList__IlqJH .computers-module__actionRow__BIMA3{padding:0px !important;width:0px;position:sticky;top:0;inset-inline-end:0}.computers-module__computersInstallDiv__1CozE{display:flex;justify-content:space-between;font-size:14px;line-height:28px;margin:5px 0}.computers-module__nomatchfound__7nxr7{position:relative;inset-inline-start:53px !important}.computers-module__noDevicesInitial__ICkBt{background-image:url(no-devices.ff66bfafd1a31d75.png);background-repeat:no-repeat;background-position:50%;background-size:100%;width:230px;height:200px;margin:0 auto;cursor:pointer;position:relative}.computers-module__noDevices__9iyw4{background-image:url(no-devices.ff66bfafd1a31d75.png);background-repeat:no-repeat;background-position:50%;background-size:100%;width:230px;height:200px;margin-top:8vh;cursor:pointer;position:sticky;inset-inline-start:calc((100% - 230px)/2)}.computers-module__noComputers__OnXug{background-image:url(no-computers.c8dafdc0b2140b3e.png);background-repeat:no-repeat;background-position:50%;background-size:100%;width:230px;height:200px;margin-top:8vh;cursor:pointer;position:sticky;inset-inline-start:calc((100% - 230px)/2)}.computers-module__noMobiles__w4lLS{background-image:url(no-mobiles.e75a7b849731e85d.png);background-repeat:no-repeat;background-position:50%;background-size:100%;width:230px;height:200px;margin-top:8vh;cursor:pointer;position:sticky;inset-inline-start:calc((100% - 230px)/2)}.computers-module__setupPrimaryBtn__fDoIc{background-color:#1f8dd6;border:1px solid #1f8dd6;border-radius:2px;color:#fff;display:block;font-size:12px;padding:7px 20px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;position:relative;outline:none;float:right;float:inline-end;cursor:pointer;line-height:24px;font-size:14px}.computers-module__setupPrimaryBtn__fDoIc:hover{box-shadow:0px 1px 2px #777}.computers-module__setupSecBtn__VUddQ{background-color:#fff;color:#1f8dd6;display:block;font-size:14px;margin:0px 10px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;position:relative;outline:none;float:left;float:inline-start;cursor:pointer;border:none}.computers-module__clearSelection__Bojp0{color:#1f8dd6;cursor:pointer;margin-inline-start:10px}.computers-module__searchContainerClassName__Yejln{margin:7px 25px !important}.computers-module__searchContainerClassName__Yejln a{margin:0 !important}.computers-module__searchClassName__4bR5W{font-size:14px}.computers-module__verticalTop__lAN80{vertical-align:top;padding-inline-start:5px;line-height:25px}.computers-module__installIcon__r-wIq{background-image:url(install.25817f19a58e3479.png);height:16px;width:16px;position:relative;background-position:center;background-size:100%;background-repeat:no-repeat;display:inline-block}.computers-module__uninstallIcon__4ZcSR{background-image:url(uninstall.a7d304e1d425ff11.png);height:16px;width:16px;position:relative;background-position:center;background-size:100%;background-repeat:no-repeat;display:inline-block}.computers-module__deleteIcon__Ppnvz{background-image:url(delete.f3214784203dc624.png);height:16px;width:16px;position:relative;background-position:center;background-size:100%;background-repeat:no-repeat;display:inline-block}.computers-module__moveIcon__y0sZx{background-image:url(movetogroup.79accd494f0f00d3.png);height:16px;width:16px;position:relative;background-position:center;background-size:100%;background-repeat:no-repeat;display:inline-block}.computers-module__deviceFilterdiv__JsFM1{width:230px;height:30px;position:relative;margin:0 0 0 18px;display:inline-block;font-size:14px;z-index:12;cursor:pointer}.computers-module__deviceFilterdiv__JsFM1 .computers-module__deviceFilterBox__\+yIM2{line-height:36px;padding:0 0 0 20px;border-inline-start:1px solid #ddd}.computers-module__deviceFilterdiv__JsFM1 .computers-module__deviceFilterBoxDropDown__fhOFb{background-repeat:no-repeat;background-size:12px;background-position:center;position:absolute;width:12px;height:12px;opacity:1;margin:12px 8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA1hJREFUeNrsnT1y00AYhrXRBVJSOkMTOqeDiqRhKIETJCeBG2Q4gdOmAVKGhuQEpKNiJrkBR+BTkAfDQLyr3+/neWZ21FhefXof21pZWlUVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOOL5izdLaafsCVWZnDa5dFk3lYYviy/SdqWdXX/+cMLunz38lSyOpf2QdiSZ3IwiwF/hr0ECHeGvKZYg9QgfCXSF30mClNHRK1ms/hP+mhPp8IxYZg+/WIKUEf7HzO1CAh3hb0pwIJncPvSinS1vciUt9/dkJRt3TEQqwr/Pblv4WwWQN7j/KkECc+E3eWUdl+UeBO62B4G5Y01+DuYN/6j98A46DEQCZ+EXCbAhwVdpi8xVXsvGfCJGneEXC5BxTqDXmBSmDb+TAEjgJ/zOAiCBj/B7CYAE9sPvLQAS2A5/EAGQwG74gwnQFnHYSlBlSrA3VBGEr0CAtpimkNVcxRD+zAIgga3wRxEACeyEP5oASGAj/FEFQAIb+yNFLJrwf1OP3cHd9283i8dPmvMDTzNe/kjavqxzTvjTfAjqKTqRQC9FgkWVdy3BfvNaWeeC8J0I0EpwUSDB0oMEFn7+6ik7iySBlWOfeuoOI0hg6cC3nqNTzxJYG/XUc3XsUQKLQ956zs4l1GtZvGyHfzkS3DXDSgfh30p7puF8R1Kw48xfbl4YvqrrIZKSHWhWAsvhqxHAqgTWw1clgDUJPISvTgArEngJX6UAGxKovAXNU/hqBWh3tLorjb2Fr1oAbRJ4DF+9AFok8Bq+CQHmlsBz+GYEmEsC7+GbEmBqCSKEb06ANpjDquwWtIOc2bIihm9SgA4BFf3tGil8swKMJUHhxJgu7nJOljd+SAmi3uKerBcwhASR5zdIHoroI0H0yS2Sl0K6SFD9+rMp9MwmyVMxIsE7WbwtkGBRBZ/WJnkrqPD26ypy+C4FGFgC9xNaJa+FDSBBiNnMkufiekgQZiq75L3AjhI04V9VAUgRiiyUINRzDlKUQkWC5iLTJeH/yU6gWrc9+yjkE05SpGIfuOcg7ONtUrSC/yFB6GcbpYhFb0jwngdbAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAF+CjAAk42UtxidkMgAAAAASUVORK5CYII=)}.computers-module__deviceFilterdiv__JsFM1 ul{list-style:none;padding:2px 0;background-color:#fff;box-shadow:0 3px 8px #bbb;width:167px;float:right;float:inline-end;position:absolute;inset-inline-start:20%}.computers-module__deviceFilterdiv__JsFM1 ul li{padding:6px 12px}.computers-module__deviceFilterdiv__JsFM1 ul li:hover{background-color:#efefef}.computers-module__deviceName__OInBz{cursor:pointer}.computers-module__check__MFjaK{background-image:url(checkbox-checked.3b13128a28ca1c88.png);background-repeat:no-repeat;background-size:100%;width:14px;height:14px;float:left;float:inline-start;margin:3px 8px 2px 0;cursor:pointer}.computers-module__uncheck__QLqHb{background-image:url(checkbox-unchecked.d46d85fc62da01e2.png);background-repeat:no-repeat;background-size:100%;width:14px;height:14px;float:left;float:inline-start;margin:3px 8px 2px 0;cursor:pointer}.computers-module__dialogClassname__deGZH{position:fixed;padding:0px;top:0 !important;left:50%;box-shadow:0px 0px 25px #555;width:600px;min-height:500px;animation-name:computers-module__animatetop45__XWqkM;animation-duration:.4s;user-select:none;z-index:99999 !important}.computers-module__dialogTitle__KIpgb{margin:0;padding:11px 25px !important;background-color:#eee !important}.computers-module__backdropClass__Crr5K{z-index:10000 !important}.computers-module__devicePageLoader__DDisw{width:35px;height:35px;padding:0px;border-radius:100%;border:2px solid;border-top-color:#f22927;border-bottom-color:#feea4b;border-left-color:#48ca32;border-right-color:#2e7eae;-webkit-animation:computers-module__preloader__mK0vh .7s linear infinite;animation:computers-module__preloader__mK0vh .7s linear infinite;margin:300px auto;text-align:center;position:absolute;left:50%}@keyframes computers-module__preloader__mK0vh{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes computers-module__preloader__mK0vh{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.computers-module__containerClassName__bujjP{display:flex;flex-direction:column}.computers-module__dateClassName__WLVNm{font-size:14px}.computers-module__timeClassName__OUaTZ{font-size:13px}.computers-module__reportstable__YUWPD{table-layout:auto}.computers-module__computerslistfilter__8cZw1{width:100%;float:left;float:inline-start;padding:20px 20px;background-color:#fff}.computers-module__noComputersMessage__DinhY{position:relative;inset-inline-end:10px;color:var(--text-color-default)}.computers-module__exportDiv__yGw1S{float:right;float:inline-end;height:inherit;justify-content:center;align-items:center;display:flex}
.paper{box-shadow:0px 4px 10px #555;background-color:#fff;border-radius:2px;z-index:1;padding:10px 20px;text-align:center;margin:20px}
.popover-paper{box-shadow:0 0 2px 0 rgba(0,0,0,.15);background-color:var(--shade-dropdown-varient1);float:left;float:inline-start;position:absolute;border:solid thin var(--border-box-dark-null-variant);animation:opendep 200ms;z-index:inherit;top:36px;padding:5px 0;inset-inline-start:0;width:100%}.popover-action ul{margin:0;padding:0}.popover-action li{text-align:start;margin:0 !important;font-size:12px;list-style:none;padding:5px 10px;box-sizing:border-box;font-style:normal;font-weight:500}.popover-containr{position:relative}
.ham-paper-override ul li{cursor:pointer}.ham-paper-override ul li:hover{background-color:#f6f6f6;color:#fff}.export-override ul li{cursor:pointer}.export-override ul li:hover{background:#f8f8f8}
.ec-landing-page{top:18px !important;inset-inline-end:18px;float:right;float:inline-end}.landing-page-header{pointer-events:auto;font-weight:700;font-size:var(--26px, 26px);width:100%}.landing-page-header p{font-weight:400;font-size:var(--18px, 18px);margin:15px 0 30px}.outer-three-containers{margin:0px auto}.individual-deployment-comp{width:220px;height:220px;margin:0 20px;padding:0px;background-color:#fff;border-radius:250px;display:inline-block;border:solid 5px #e9e9e9;transition:200ms ease-in-out;cursor:pointer;position:relative}.ra-download-icon{width:100%;height:64px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwZJREFUeNrsndFR4zAQQJdUkBJMBy4hVEBKcAe5qwA6gA4yV0HoIFBBTAXQAb4KcvaMP/i4u7ESSbvSvjejv4zD7j5vZEs2IgAAAAAAAAAAAAAAAAAAAAAAAAAAUDw3TuI8ky8EIF8IQL4QgHwhAPlCAPKFAOQLAcgXAiAAAiAAAiAAAiAAAiAAAiAAAiAAAiAAAiAAAiAAAiAAAiAAAiAAAiAAAiAAAiAAAgio0I7jay5kqeM0jjWl9CkBxXcsAcV3LAHFTyjBh/HiHyl+WtbzGWax+HvK41cCiu9YAorvWAKKb0CCo1Lxn0i/HfaZi9+Rcr8SUHzHElB8xxJQ/IJ4ilj4L4pfJl2k4rek0qcEFN+xBBTfsQQU37EELopvbZPjdhy7hZ/9OY7+iu+aivuvNfvpuHfjGK44/mYcB1m2J+B5jofLtYVn5jbSd/5td1HMXTyNLF+kOs2fd4d2kr5LkGIL13S8vYLcRbCV5fv79pJui1Ub0K4v5YewunhRyz/PyauBTYDwp1onoSGbN2qciTeB8Xc1BR96BtS6qzZkXpD65y8bj/wGXjUvKPYnIWSrlsfVtpCuWFx+QoL7EL+3XUPmBecMVyzZW34RARmbF5g9YUJ35z4KXDovMHeJHNLyY4xNBQWsZlt6pxD4waAAGg+oHC0EfhCdhzIaY5O5c0kCrCIG/66U9J0hAXZSGDEFGJRi6AxdQWit5L1ZEKBXCn4tNpZQt1Lgen4NHWDiwUAu7xW/e7AilObj2ZqXhOtSY19FTsSn0wmYq108/+OofCY0TuMWKx2gVxZQows0YvOOpIoAv5Xj0bgk7JRjfrUk1EbKfJVryeNgqQP0Arl5tyTAYOma1Am9JQHoAvn5tCbAGzXJxkAHoP2LNQFeqUs2zHZbq2/xrm20FjsAXSDf5K+3KgATwfS8xDhIyjeETPvWG+qUjFuJsPq6SvgH/qJGyXgW3aV3JoOKI+r/IsrxkqhWeOzLzI0fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACohz8CDAC/u8BpKX7TyAAAAABJRU5ErkJggg==);background-size:64px;background-repeat:no-repeat;float:left;float:inline-start;background-position:center;opacity:.6}.deployment-icon{width:100%;height:64px;background-image:url(link-icon.b046bbbab5aed6a4.png);background-size:54px;background-repeat:no-repeat;float:left;float:inline-start;background-position:center}.windows-icon{width:100%;height:64px;background-image:url(win.d69aad36ce6c4a7b.png);background-size:58px;background-repeat:no-repeat;float:left;float:inline-start;background-position:center}#init-landing-page{position:relative;text-align:center;width:100%;display:flex;flex-direction:column;justify-content:center;align-self:center;align-items:center;height:70vh}.icon-name-sandwich{width:100%;position:absolute;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%)}.icon-name{font-size:var(--15px, 15px);line-height:18px;font-weight:600}.icon-tooltip{position:absolute;left:50%;transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);padding:20px 10px;width:220px;border-radius:5px;font-size:var(--15px, 15px);bottom:-110px}#inner-modal-header{top:0;background-color:var(--shade-table-header2);width:100%;height:45px}#inner-modal-header-content{font-size:var(--15px, 15px);font-weight:600;line-height:45px;padding-inline-start:30px}.modal-close{width:60px !important;height:60px !important}#inner-modal-body{padding:35px;font-size:var(--15px, 15px);float:left;float:inline-start;width:100%}.primary-btn{border-radius:5px;color:#fff;display:block;font-size:var(--14px, 14px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;position:relative;outline:none;float:right;float:inline-end;cursor:pointer}.primary-btn:hover{box-shadow:0px 1px 2px #777}.btn-icon-name{text-transform:capitalize;line-height:36px;display:inline-block;vertical-align:top}.btn-spacing{margin-inline-start:5px;margin-inline-end:5px;width:125px;text-align:center;padding:0 15px}.modal-btn-combo{height:36px;width:100%;text-align:center;float:left;float:inline-start;margin:20px 0px}.steps-header{font-weight:600}.steps-content{float:left;float:inline-start;margin:5px 0px;list-style-type:decimal;list-style-position:inside}.modal-inner-container-landing-page{width:600px;height:auto;position:absolute;top:11vh;left:50%;transform:translateX(-50%);z-index:19999000;background:#fff;color:#000}.installer-steps{float:left;float:inline-start;height:175px;border-bottom:1px solid #dcdcdc}.user-guide-text{color:var(--blue-color, #286ce5);font-size:var(--13px, 13px);margin-inline-start:5px;float:left;float:inline-start;line-height:16px}#user-guide-link{float:left;float:inline-start;margin-top:20px;cursor:pointer}.user-guide-icon{width:15px;height:15px;background-image:url(help2.eac30bf6617d8340.png);background-size:15px;background-repeat:no-repeat;float:left;float:inline-start;background-position:center}.btn-icon{width:20px;height:20px;background-image:url(chat.1a09f061f40835ae.png);background-size:100%;background-repeat:no-repeat;background-position:center;margin:6px 4px 6px 0;display:inline-block}#btn-linux-icon{background-image:url(linux-white-icon.00416bb550da34dc.png)}#btn-mac-icon{background-image:url(mac-white-icon.437bdcf670ad1fa8.png)}#btn-win-icon{background-image:url(win-white-icon.06e829988c526ea5.png)}.installerPopUpBtn{background-color:var(--primary-button, #286ce5);border:1px solid var(--primary-button, #286ce5);border-radius:2px;color:#fff;display:inline-block;font-size:var(--14px, 14px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;height:36px;position:relative;outline:none;text-transform:uppercase;cursor:pointer;margin-inline-start:5px;margin-inline-end:5px;width:125px;text-align:center}.installerPopUpBtn:hover{background-color:var(--button-onhover-fill);border-color:var(--button-onhover-fill)}.steps-content li{padding:5px 0px}.individual-deployment-comp:hover{box-shadow:0 10px 15px #ddd;border:solid 5px #fff;transform:translate3d(0, -2px, 0) scale(1.05)}.initial-land-close-overide{background-size:23px;position:absolute}
.current-time-container{float:right;float:inline-end;margin-inline-start:20px;line-height:46px;font-size:var(--14px, 14px)}.current-time-content{font-weight:600;margin-bottom:0 !important}
.columnChooser-module__chooser-container__JztT2{width:fit-content !important;color:var(--blue-color, #286ce5) !important;font-size:var(--24px, 24px);overflow-y:auto;cursor:pointer;position:relative;top:6px}.columnChooser-module__chooser-container-new__xxQG3{width:fit-content !important;color:var(--blue-color, #286ce5) !important;font-size:var(--24px, 24px);overflow-y:auto;cursor:pointer;position:relative}.columnChooser-module__ul-container__EZMz2{box-shadow:0 5px 10px rgba(0,0,0,.15);z-index:10 !important;margin-top:5px;position:absolute;width:200px !important;inset-inline-start:auto !important;inset-inline-end:35px}.columnChooser-module__ul-container-chooser__fheln{box-shadow:0 5px 10px rgba(0,0,0,.15);z-index:10 !important;margin-top:5px;position:absolute;width:200px !important;inset-inline-start:auto;inset-inline-end:30px;margin-top:25px}.columnChooser-module__ul-container__EZMz2 .columnChooser-module__parent-ul__LG1F4,.columnChooser-module__ul-container-chooser__fheln .columnChooser-module__parent-ul__LG1F4{max-height:360px;overflow-y:auto}.columnChooser-module__liElement__Ryjvq:hover{background:var(--drop-down-hover)}.columnChooser-module__liElement__Ryjvq{box-sizing:content-box;cursor:move}.columnChooser-module__ul-container__EZMz2 span,.columnChooser-module__ul-container-chooser__fheln span{line-height:unset;font-size:var(--13px, 13px);cursor:inherit;line-break:strict;margin-inline-start:2px}.columnChooser-module__top-right-arrow__xwMYr::after{content:"";position:absolute;top:-10px;inset-inline-end:9%;width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--shade-dropdown-varient1, #fff) rgba(0,0,0,0);z-index:10 !important}.columnChooser-module__top-right-arrow__xwMYr::before{content:"";position:absolute;top:-12px;inset-inline-end:8%;width:0;height:0;border-style:solid;border-width:0px 12px 12px 12px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--shade-dropdown-varient1) rgba(0,0,0,0);z-index:10 !important}.columnChooser-module__checkbox__6Rf3Q{margin:unset;padding:5px 3px;position:relative;display:flex;align-items:start;gap:5px}.columnChooser-module__checkboxIcon__Wn6VO{top:1px !important;margin-inline-end:5px;margin-inline-start:3px}.columnChooser-module__disabledIcon__wzYM-{top:1px !important;margin-inline-end:5px;margin-inline-start:3px;opacity:.4 !important;cursor:default !important}.columnChooser-module__checkbox__6Rf3Q img{height:12px;width:12px;margin:0 8px 0 0}.columnChooser-module__chooserIcon__Gtuzm{font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--18px, 18px) !important;background-size:100%;display:inline-block;width:18px;height:18px;margin-inline-start:25px;margin-bottom:16px}.columnChooser-module__chooserIcon__Gtuzm:before{content:""}.columnChooser-module__newChooserIcon__oOkii{font-family:"icomoon";color:var(--blue-colored-icon, #286ce5);font-size:var(--18px, 18px);width:16px;height:16px;background-repeat:no-repeat;float:left;float:inline-start;margin:3px 2px;animation:columnChooser-module__zoomin__gOi0l ease-in-out 150ms;position:relative;bottom:2px}.columnChooser-module__newChooserIcon__oOkii:before{content:""}.columnChooser-module__chooser-container__JztT2 .columnChooser-module__tt__Els-9{color:#fff;display:none;white-space:nowrap;position:absolute;background-color:var(--tooltip-color-variant1, #555);font-size:var(--14px, 14px);top:33px;inset-inline-end:80px;padding:6px 12px;transform:translateX(100%);border-radius:5px;z-index:10}.columnChooser-module__chooser-container-new__xxQG3 .columnChooser-module__ttt__z9-14{color:#fff;display:none;white-space:nowrap;position:absolute;background-color:var(--tooltip-color-variant1, #555);font-size:var(--14px, 14px);margin-top:30px;inset-inline-end:18px;padding:6px 12px;transform:translateX(100%);border-radius:5px;z-index:10}.columnChooser-module__chooser-container__JztT2:hover .columnChooser-module__tt__Els-9,.columnChooser-module__chooser-container-new__xxQG3:hover .columnChooser-module__ttt__z9-14{display:block}.columnChooser-module__buttons__H68H5{padding:10px 10px 5px;display:flex;justify-content:space-around;gap:5px}.columnChooser-module__btn__cNmPp{min-width:85px;font-size:var(--14px, 14px) !important;padding:4px !important}.columnChooser-module__columnChooser__kqd\+D{float:right;float:inline-end;margin-inline-end:25px;font-size:var(--14px, 14px);line-height:22px;text-decoration:none !important;color:var(--blue-color, #286ce5) !important;cursor:pointer}.columnChooser-module__cancelBtn__GZiVs{border:1px solid var(--cancel-button, #6a6b6c) !important;background-color:rgba(0,0,0,0);color:var(--cancel-button, #6a6b6c) !important}.columnChooser-module__cancelBtn__GZiVs:hover{background-color:var(--cancel-button-hover, rgba(122, 122, 123, 0.0705882353)) !important}.columnChooser-module__columnName__PVPzm{display:inline;cursor:inherit}
.sortable-module__dragging__rNqIM{all:inherit;z-index:10}.sortable-module__dragging__rNqIM span{font-size:var(--12px, 12px) !important;color:var(--text-color-default, #fff)}.sortable-module__no-padding__-sg06{padding:unset !important}
.tool-group-add-div{width:100%;padding-top:12px;display:flex;justify-content:space-between;font-size:var(--15px, 15px);z-index:9}#tool-group-inner-modal-header{display:flex;flex-direction:column;top:0;background-color:var(--shade-table-header2, #e3e3e3);width:100%;height:48px}#tool-group-inner-modal-header-content{font-size:var(--15px, 15px);font-weight:600;line-height:46px;padding-inline-start:40px}.tool-group-add-user-outer-div{float:left;float:inline-start;position:relative;display:grid;grid-template-columns:40% 50%;padding-top:20px;padding-inline-end:40px;padding-bottom:30px;padding-inline-start:30px;row-gap:35px;align-items:center;width:100%;column-gap:45px}.tool-group-add-options-user{padding:22px 33px;float:left;float:inline-start;position:relative;display:flex;gap:20px}.tool-add-user-span{padding:4px 0 0 0;float:left;float:inline-start;position:relative}.tool-group-dialog-add-user{width:600px !important}.tool-group-add-options{padding:10px 35px;display:flex;gap:20px}.tool-group-save-btn{background-color:var(--primary-button, #286ce5);color:#fff;outline:none;padding:8px 10px;font-size:var(--14px, 14px);margin:0 4px;cursor:pointer;float:left;float:inline-start;position:relative;border-radius:2px;border:none;width:100px}.tool-group-save-btn:hover{background-color:var(--button-onhover-fill, #0074D8)}.tool-group-save-btn:disabled{background-color:var(--button-disabled-fill, #92C9FE);color:var(--button-disabled-text, #FFF);cursor:not-allowed}.tool-group-save-and-continue-btn{position:relative;float:left;float:inline-start;font-size:var(--14px, 14px);border:1px solid var(--blue-color, #286ce5);color:var(--blue-color, #286ce5);width:150px;height:35px;cursor:pointer;z-index:1;margin-inline-start:20px}.tool-group-cancel-btn{position:relative;float:left;float:inline-start;font-size:var(--13px, 13px);background-color:rgba(0,0,0,0);border:1px solid var(--blue-color, #286ce5);color:var(--blue-color, #286ce5);width:100px;padding:8px 10px;cursor:pointer;z-index:1;margin-inline-start:20px}.tool-add-group-member-tag{padding:20px;float:left;float:inline-start}.tool-add-group-span{font-size:var(--14px, 14px)}.tool-group-dialog{height:fit-content !important;width:600px !important;top:0 !important;border-start-start-radius:0px !important;border-start-end-radius:0px !important}.tool-group-add-group-outer-div{display:flex;flex-direction:column;background:var(--shade-variant1-color, #fff);border-radius:10px;border-start-start-radius:0px;border-start-end-radius:0px}.tool-group-add-group-inner-div{float:left;float:inline-start;position:relative;display:grid;grid-template-columns:25% 75%;padding-top:20px;padding-inline-end:40px;padding-bottom:30px;padding-inline-start:40px;row-gap:25px;align-items:center}.tool-group-members{float:left;float:inline-start;position:relative;width:100%}.tool-group-mem-header{position:relative;float:left;float:inline-start;width:100%;padding-top:10px;display:flex;justify-content:space-between}.tool-group-mem-count{position:relative;float:left;float:inline-start;line-height:40px}.tool-group-info-header{padding-bottom:40px;display:flex;justify-content:space-between}.tool-group-last-update-txt{position:relative;float:left;float:inline-start;line-height:35px;font-weight:600;font-style:italic}.tool-group-add-user-btn{position:relative;float:right;float:inline-end;font-size:var(--14px, 14px);border:1px solid var(--blue-color, #286ce5);color:var(--blue-color, #286ce5)}.buttonCommonStyles,.tool-group-del-btn,.tool-group-add-user-btn{border:1px solid var(--link-and-tertiary-button, #2460cc);color:var(--link-and-tertiary-button, #2460cc);background-color:rgba(0,0,0,0);width:100px;height:35px;cursor:pointer;z-index:1}.tool-group-del-btn{position:relative;font-size:var(--14px, 14px);height:35px;border-radius:5px;cursor:pointer}.tool-group-add-user-btn{float:right;float:inline-end;z-index:1;padding:6px 27px}.tool-group-del-btn{float:right;float:inline-end;padding:0 15px;font-size:var(--14px, 14px);border:1px solid var(--blue-color, #286ce5);color:var(--blue-color, #286ce5);background-color:rgba(0,0,0,0);width:fit-content;border:1px solid var(--primary-redbutton, #EA5D62);color:var(--text-color-red, #E42527)}.tool-group-del-btn:hover{background-color:var(--secondary-redbtn-hover, rgba(245, 100, 106, 0.1019607843))}.tool-group-add-btn{position:relative;margin:0 10px 0 0;font-size:var(--14px, 14px);border:1px solid var(--blue-color, #286ce5);color:var(--blue-color, #286ce5);background-color:rgba(0,0,0,0);width:100px;height:35px;cursor:pointer}.tool-group-add-btn:hover,.tool-group-del-btn:hover,.tool-group-add-user-btn:hover,.tool-group-cancel-btn:hover{background-color:rgba(40,108,229,.0509803922)}.tool-group-inner-div{position:relative;display:grid;grid-template-columns:20% 80%}.tool-group-div{position:relative;padding:0px 10px;background-color:var(--shade-variant1-color, #ffffff)}.tool-group-info-body{display:flex;flex-direction:row;border-bottom:1px solid var(--drop-down-border, #ddd);padding:0 0 25px 0}.tool-group-details-table{width:40%;padding-inline-end:15px}.tool-group-details-div{width:65%}.tool-group-details-description{min-height:95px;margin:7px 0 0 0}.tool-group-details-des-header{margin-bottom:10px}.tool-group-list{height:calc(100vh - 11em);width:100%;float:left;float:inline-start;list-style:none;overflow:hidden;background-color:var(--drop-down-bg-color, #FFFFFF);font-size:var(--14px, 14px);border:1px solid var(--drop-down-border, #ddd);border-top:none !important}.tool-group-list:hover{overflow:auto}.tool-group-time{line-height:32px !important}.tool-group-name{float:left;float:inline-start;font-weight:bolder;font-size:var(--17px, 17px);color:var(--text-color-v5, #333)}.tool-group-key{width:24%;color:var(--text-color-default, #000000)}.tool-group-value{line-height:21px;max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tool-groups{color:var(--text-color-default, #000000);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:200px}.tool-group-row{margin:10px 0;height:30px}.tool-colon{width:7%}.tool-group-details{position:relative;font-size:var(--14px, 14px);overflow:auto;padding:20px;height:calc(100vh - 10em)}.tool-group-info{position:relative;width:100%}.tool-group-list li{padding:5px 10px;cursor:pointer;white-space:nowrap;overflow:hidden !important;text-overflow:ellipsis}.tool-group-list li:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843));text-overflow:clip;white-space:normal;word-break:break-all}.tool-group-members .reports-list-container{position:relative;width:100%;padding:0px}.tool-group-members .reports-list-filter{padding:0px !important}.tool-group-members .reports-list-container table tbody{height:auto !important}.tool-group-list-li-color{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843));font-weight:600;border-inline-start:4px solid var(--blue-color, #286ce5)}.tool-add-group-text,.tool-add-group-text-red{border:1px solid var(--search-box-border, #B2B2B2);resize:none;border-radius:2px;color:var(--text-color-default, #000000);font-size:var(--15px, 15px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;padding:1px 6px;position:relative;display:block;outline:none;width:350px !important;background-color:rgba(0,0,0,0) !important}.tool-add-group-text-red{border:1px solid var(--error-input-border, #E20729) !important}.tools-warn-message{color:var(--text-color-red, #E42527);font-style:italic;font-size:var(--12px, 12px);margin:0;cursor:default;font-weight:500}.split-left{width:50%;float:left;float:inline-start;padding:0 10px}.split-right{width:50%;float:right;float:inline-end;padding:0 10px}.confirm-container{position:fixed;z-index:10000000;background-color:var(--shade-variant1-color, #ffffff);box-shadow:1px 1px 15px rgba(0,0,0,0.1333333333);width:350px;top:35%;left:50%;padding:0px;font-size:var(--15px, 15px);margin-bottom:15px;transform:translateX(-50%);border-radius:10px}.confirm-container p{text-align:center;margin:0;padding:30px 25px;line-height:25px}.confirm-btn{background-color:var(--primary-button, #286ce5);border:1px solid var(--primary-button, #286ce5);border-radius:0px;color:#fff;display:block;font-size:var(--14px, 14px);padding:10px 20px;width:100px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;cursor:pointer;transition:all .15s ease-in-out 0s;outline:none;margin:0px 10px;display:inline-block}.sec{border:none !important;border-top:1px solid var(--link-and-tertiary-button, #2460cc) !important;background-color:rgba(0,0,0,0) !important;color:var(--link-and-tertiary-button, #2460cc) !important}.sec:hover{background-color:var(--secondary-bluebtn-hover, rgba(0, 116, 216, 0.0509803922)) !important}.pri{background-color:var(--primary-button, #286ce5);color:#fff;border:1.5px solid var(--primary-button, #286ce5);border-end-end-radius:10px}.pri:hover{background-color:var(--primary-button-hover, #2b72f2);border-color:var(--primary-button-hover, #2b72f2)}.buttonContainer{gap:20px;display:flex;margin-top:10px}.button{width:80px;height:35px}
.loading-comp-container{display:flex;flex-direction:column;align-items:center;min-width:100px}.loading-comp-container .default{width:35px;height:35px;display:inline-block;padding:0px;border-radius:100%;border:2px solid;border-top-color:#f22927;border-bottom-color:#feea4b;border-left-color:#48ca32;border-right-color:#2e7eae;-webkit-animation:preloader .7s linear infinite;animation:loading-default .7s linear infinite}@keyframes loading-default{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes loading-default{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.loading-comp-container .dotted.dotsLoading{margin:20px 5px;display:block}.loading-comp-container .dotted{text-align:center;margin:0 5px}.loading-comp-container .dotted.dotsLoading.large .dottedItem1,.loading-comp-container .dotted.dotsLoading.large .dottedItem2,.loading-comp-container .dotted.dotsLoading.large .dottedItem3,.loading-comp-container .dotted.dotsLoading.large .dottedItem4{width:14px;height:14px;margin:2px}.loading-comp-container .dotted.dotsLoading .dottedItem1{background-color:#f22927;animation-delay:-0.8s}.loading-comp-container .dotted.dotsLoading .dottedItem1,.loading-comp-container .dotted.dotsLoading .dottedItem2,.loading-comp-container .dotted.dotsLoading .dottedItem3,.loading-comp-container .dotted.dotsLoading .dottedItem4{width:8px;height:8px}.loading-comp-container .dotted .dottedItem1{animation-delay:-0.4s}.loading-comp-container .dotted .dottedItem1,.loading-comp-container .dotted .dottedItem2,.loading-comp-container .dotted .dottedItem3,.loading-comp-container .dotted .dottedItem4{width:6px;height:6px;background-color:#fff;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;position:relative;display:inline-block;top:-1px;animation:sk-bouncedelay 1s infinite ease-in-out both}.loading-comp-container .dotted.dotsLoading .dottedItem2{background-color:#2e7eae;animation-delay:-0.6s}.loading-comp-container .dotted.dotsLoading .dottedItem3{background-color:#48ca32;animation-delay:-0.4s}.loading-comp-container .dotted.dotsLoading .dottedItem4{background-color:#feea4b;animation-delay:-0.2s}@keyframes sk-bouncedelay{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0.2);transform:scale(0.2)}}@-webkit-keyframes sk-bouncedelay{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0.2);transform:scale(0.2)}}.loading-comp-container .loading-message{font-size:18px;line-height:48px}
.form-dropdown-container-onClick{z-index:100 !important}.terminate-action-image{font-family:"icomoon";font-size:23px;height:15px;cursor:pointer;color:var(--text-color-red, #E42527);margin-inline-start:7px;position:relative;bottom:7px}.terminate-action-image:hover{cursor:pointer}.terminate-action-image::before{content:""}
.style-module__closeIcon__VuxUW{font-family:"icomoon";color:var(--icon-black-to-light, #000);font-size:var(--17px, 17px);cursor:pointer;opacity:1 !important;font-weight:600;top:4px}.style-module__closeIcon__VuxUW:before{content:""}.style-module__headerContainer__8Ibeb{display:flex;width:inherit;justify-content:space-between;border-bottom:1px solid var(--border-box-variant4, #e9e9e9);padding-top:10px;padding-inline-end:10px;padding-bottom:14px;padding-inline-start:24px;background:var(--shade-table-header2, #e3e3e3)}
.normal-mode{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.night-mode{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}.backdrop,.white-backdrop{position:fixed;height:100%;width:100%;top:0px;inset-inline-start:0px;opacity:1;background-color:rgba(0,0,0,.54);-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:opacity;transform:translateZ(0px);transition:inset-inline-start 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms,opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;z-index:14}.white-backdrop{background:none !important}.dialog{top:60px;left:50%;color:rgba(0,0,0,.87);background-color:var(--shade-variant1-color, #fff);transition:all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;box-sizing:border-box;font-family:"Zoho_Puvi_Regular",Lato,Roboto;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:rgba(0,0,0,.25) 0px 14px 45px,rgba(0,0,0,.22) 0px 10px 18px;border-radius:10px;position:absolute;z-index:406;transform:translateX(-50%);font-size:var(--14px, 14px)}.dialog .close{float:right;float:inline-end}.dialog-title{background-color:#fff;text-align:start;font-weight:600;padding:20px 15px;color:var(--text-color-default);font-size:var(--16px, 16px)}.dialog-body{background-color:#f5f7f8;overflow:auto;padding:15px;text-align:start;border-top:solid 1px #ddd;border-bottom:solid 1px #ddd}.proxy-dialog-close{float:right;float:inline-end;background-size:15px;top:7px !important;width:45px;height:45px;display:flex;align-items:center}.dialog-actions{padding:15px;float:right;float:inline-end;width:100%}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed;margin-top:100px}.fixed-height-width{height:280px;width:800px}
.normal-mode{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.night-mode{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}.app-text-style{border:1px solid var(--search-box-border, #b2b2b2);border-radius:5px;color:var(--text-color-default, #000);font-size:var(--15px, 15px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;padding:1px 6px;position:relative;display:block;width:100%;background-color:rgba(0,0,0,0);outline:none !important;min-height:32px}.app-text-style:hover{border-color:var(--search-box-onhover, #404040)}.app-text-style:focus,.app-text-style:focus-visible{border-color:var(--blue-color, #286ce5)}.app-text-style-disabled{border:1px solid var(--disable-placeholder-border, #d5d5d7);border-radius:5px;color:var(--text-color-default, #000);font-size:var(--15px, 15px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;padding:1px 6px;position:relative;display:block;opacity:.6;background-color:var(--disable-placeholder, #f9fbfb);cursor:not-allowed;pointer-events:none;width:100%}.app-text-style::placeholder{color:var(--place-holder-text, #222);opacity:.5}
.normal-mode{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.night-mode{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}big{height:120px;overflow-y:auto;line-height:21px;padding:4px 6px}.form-field-txt-area::placeholder,.form-field-txt-area::-moz-placeholder{font-size:14px;color:var(--place-holder-text, #222);opacity:.5}.form-field-txt-area{border:1px solid var(--search-box-border, #b2b2b2);resize:none;border-radius:2px;color:var(--text-color-default, #000);font-size:15px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;padding:1px 6px;position:relative;display:block;outline:none;background-color:var(--shade-variant1-color, #fff)}.form-field-txt-area:hover{border:1px solid var(--search-box-onhover, #404040)}.form-field-txt-area:focus{border:1px solid var(--blue-color, #286ce5);box-shadow:none !important}.form-field-txt-area-disabled{border:1px solid var(--disable-placeholder-border, #d5d5d7);border-radius:2px;color:var(--text-color-default, #fff);font-size:15px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;padding:1px 6px;position:relative;display:block;opacity:.6;background-color:var(--disable-placeholder, #f9fbfb);cursor:not-allowed;pointer-events:none}
.groups-module__backdrop__sRZif{z-index:405 !important}.groups-module__toolsGroupList__Gh6vb{height:calc(100vh - 16.5em) !important}.groups-module__toolsGroupListWithAnnouncement__V0mJX{height:calc(100vh - 18em) !important}.groups-module__toolsGroupDetails__3gqNG{height:calc(100vh - 16.5em) !important}.groups-module__toolsGroupDetailsWithAnnouncement__iYgVH{height:calc(100vh - 19em) !important}.groups-module__addGroupButton__PL7HP{width:100%}.groups-module__deleteGroupButton__MZn7J{padding:6px 24px}.groups-module__tool-add-group-text__GTAPR,.groups-module__tool-add-group-text-red__ECb6a{border:1px solid var(--search-box-border, #B2B2B2);resize:none;border-radius:5px !important;color:var(--text-color-default, #000000);font-size:var(--15px, 15px);transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;padding:1px 6px;position:relative;display:block;outline:none;width:100% !important;background-color:rgba(0,0,0,0) !important}.groups-module__tool-add-group-text-red__ECb6a{border:1px solid var(--error-input-border, #E20729) !important}.groups-module__tool-add-group-member-tag__0akem{padding:20px 40px;float:left;float:inline-start}.groups-module__tool-group-add-options__Ul1fj{padding:0px 40px 40px;display:flex;align-items:center;gap:20px;margin-inline-start:auto}.groups-module__tool-add-user-left-span__SN7mw{width:100%;padding:0 5px;float:left;float:inline-start;position:relative}.groups-module__tool-group-add-options-user__uJHEJ{padding:0px 40px 40px;float:right;float:inline-end;position:relative;display:flex;align-items:center;gap:20px;margin-inline-start:auto}.groups-module__tool-add-group-span__JOkOv{font-size:var(--14px, 14px)}.groups-module__tool-group-dialog-add-user__y3vB-{width:550px !important;top:0px !important;border-start-start-radius:0px;border-start-end-radius:0px;height:fit-content !important}.groups-module__tool-group-add-button-span__8rp51{width:20%;padding-bottom:10px}.groups-module__addGroupButtonTooltip__fuSzX{width:100%}.groups-module__tool-group-add-user-header__9uOBn{padding-inline-start:35px !important}
.progress-bar-container{display:flex;justify-content:space-between;align-items:center;white-space:nowrap}.progress-bar-container .progress-bar{border:1px solid #ccc;width:100%}.progress-bar-container .filler{background:#5f9ea0}.progress-bar-container .progress-percentage{min-width:3.4em;margin-left:5px}
.hardwares-module__hardwareHeader__LbTkS{padding-inline-start:10px;color:var(--text-color-default, #000)}.hardwares-module__inappHardwareToolContainer__NhP\+o{height:calc(100vh - 12em) !important}.hardwares-module__inappHardwareToolContainerWithAnnouncement__HOelq{height:calc(100vh - 14em) !important}.hardwares-module__inappToolsSidebar__sIyW2{height:calc(100vh - 13em) !important}.hardwares-module__inappToolsSidebarWithAnnouncement__nHQ3z{height:calc(100vh - 15em) !important}.hardwares-module__inappToolsContentArea__l-057{height:calc(100vh - 13em) !important}.hardwares-module__inappToolsContentAreaAnnouncement__i9qeW{height:calc(100vh - 15em) !important}
.normal-mode{--text-color-default: #000000;--text-color-v2: #1f8dd6;--text-color-v3: #555;--text-color-v4: #000000;--text-color-v5: #333;--text-color-v6: #6a6b6c;--text-color-v7: #6a6b6c;--text-color-v8: #737373;--text-color-v9: #ffffff;--text-color-v10: #222;--text-color-v11: #B2B2B2;--text-color-red: #E42527;--text-color-limit: #6a6b6c;--background-onHover-color: #e9ebef;--background-onHover-color1: #f4f5f9;--background-onHover-color2: #f9f9f9;--background-onHover-color3: #edf6fc;--background-onHover-color4: #53A4F51A;--background-hover-sideBarPane: #eceef0;--email-suggestion-hover: #e4f2fb;--li-hover-or-selected-bg: #f3f3f3;--background-selected-color: #e9ebef;--background-selected-sideBar: #f5f5f5;--background-selected-varient3: #1f8dd6;--background-selected-varient4: #e6f7ff;--background-selected-varient5: #1f8dd6;--shade-popup-color: #fff;--shade-variant1-color: #ffffff;--shade-variant2-color: #f3f3f3;--shade-variant3-color: #e7ebf4;--shade-variant4-color: #ffffff;--shade-variant5-color: #f3f3f3;--shade-variant6-color: #ffffff;--shade-variant7-color: #f2f2f2;--tooltip-color-variant1: #555;--tooltip-bg: #555;--shade-table-header: #eceff1;--shade-table-header2: #e3e3e3;--shade-table-header3: #ededed;--box-shadow-color: #ddd;--box-shadow-varient1: 0 3px 10px #ddd;--box-shadow-varient2: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);--border-box-variant1: #ddd;--border-box-dark-null-variant: #ddd;--border-box-variant2: #e2e2e2;--border-box-variant3: #555;--border-box-variant4: #e9e9e9;--border-box-variant5: #E2E2E2;--border-ddd-to-fade: #ddd;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #0074D80D;--link-and-tertiary-button: #2460cc;--button-onhover-fill: #2b72f2;--primary-redbutton: #cc3929;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #F5646A1A;--cancel-button: #6a6b6c;--cancel-button-hover: #7A7A7B12;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #B2B2B2;--toggle-inactive-bg: gray;--secondary-button: #fff;--button-disabled-fill: #92c9fe;--button-disabled-text: #ffffff;--secondary-button-disabled-text: #92c9fe;--close-dialog-button: #ffffff;--deployment-calender-header:#EFEFEF;--deployment-link-hover:#70c1ff;--deployment-card-border:#ddd;--deployment-card-border-hover: #286ce5;--deployment-modal-background:#ffffff;--deployment-text-primary:#286ce5;--filter-header: #EFEFEF;--filter-title-color: #865215;--filter-selected-tags-bg: #007CE60D;--filter-selected-tags-border: #286ce5;--chart-color-selected: #016AE3;--chart-font-color: #666666;--chart-grid-color: #eeeeee;--chart-color-unselected: #A5A9B1;--chart-selected-bg: #DCEBFC;--chart-border-line: #d9d9d9;--search-box-border: #b2b2b2;--search-box-onhover: #404040;--disable-placeholder: #F9FBFB;--disable-placeholder-border: #D5D5D7;--date-in-range: #ebf4f8;--error-msg-color: #FF2424;--error-input-border: #e20729;--place-holder-text: #222222;--shade-input-color: #fff;--input-search-container: #f3f3f3;--input-search-container-ccc-to-dark: #ccc;--placeholder-error:#FF2424;--drop-down-border: #e2e2e2;--drop-down-bg-color: #FFFFFF;--drop-down-hover: #53a4f51a;--drop-down-selected: #F6FAFE;--drop-down-header-bg: #EFEFEF;--shade-dropdown-varient1: #ffffff;--shade-hover-dropdown: #53A4F51A;--dropdown-border-color: #e2e2e2;--dropdown-border:#E2E2E2;--a11y-bg: #fff;--a11y-subContainer: #fff;--a11y-subContainer-border: #E2E2E2;--a11y-keySet-bg: #E9EBEF;--a11y-mainContianer-header: #fff;--a11y-input-border: #B2B2B2;--keyPoints-background: #fff6d9;--background-main-container: #e8ebf0;--background-white-dark-variant: #ffffff;--left-pane-color: #dce0e8;--sideBar-middlePane-color: #f5f5f5;--nav-background: #283654;--background-sideBar-collapser: #ccd2dc;--session-notification-background: #fefaf4;--info-card-background: #2E3C5E;--assist-box-title: #e3e3e3;--info-box-blue: #f2f8fd;--announcement-bar: linear-gradient(to right, #4B7ED0, #57A5AA);--transparent-bg: #ffffff;--shortcut-key-bg: rgba(0, 0, 0, 0.5);--page-nav-bg: #C6E2FA;--tags-bg-color: #C7C7C7;--billing-getting-started: #e7eefa;--popup-background: #fff;--label-name: #6a6b6c;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(34, 34, 34, 0.50);--notification-text-color: #fff;--dashboard-no-data: #616161;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #0b7d3e;--text-color-orange: #D14900}.night-mode{--text-color-default: #e2e4e7;--text-color-v2: #ffffff;--text-color-v3: #ffffff;--text-color-v4: #e4e6e9;--text-color-v5: #e2e4e7;--text-color-v6: #e2e4e7;--text-color-v7: #e4e6e9;--text-color-v9: #000000;--text-color-v8: #737373;--text-color-v10: #e2e4e7;--text-color-v11: #e2e4e7;--text-color-red:#ff5f5f;--text-color-limit: #BCC0C7;--background-onHover-color: #34446a;--background-onHover-color1: #384565;--background-onHover-color2: #384565;--background-onHover-color3: #384565;--background-onHover-color4: #2E3F65;--background-hover-sideBarPane: #34456A;--email-suggestion-hover: #34446a;--li-hover-or-selected-bg: #2E3F65;--background-selected-color: #34456A;--background-selected-sideBar: #34456A;--background-selected-varient3: #273350;--background-selected-varient4:#34456A;--background-selected-varient5: #99caee;--shade-popup-color: #263350;--shade-variant1-color: #202b43;--shade-variant2-color: #273350;--shade-variant3-color: #384261;--shade-variant4-color: #323d5a;--shade-variant5-color: #3E4B61;--shade-variant6-color: #293A52;--shade-variant7-color: #3E4B61;--tooltip-color-variant1:#394D79;--tooltip-bg: #374972;--shade-table-header: #273350;--shade-table-header2: #273350;--shade-table-header3: #273350;--box-shadow-color: #00000033;--box-shadow-varient1: none;--box-shadow-varient2: none;--border-box-variant1: #636363;--border-box-dark-null-variant: none;--border-box-variant2: #2d384e;--border-box-variant3: none;--border-box-variant4: #3f4662;--border-box-variant5: #30394C;--border-ddd-to-fade: #3f4662;--primary-button: #286ce5;--primary-button-hover: #2b72f2;--secondary-bluebtn-hover: #286ce512;--link-and-tertiary-button: #96bcff;--button-onhover-fill: #2b72f2;--primary-redbutton: #CF4334;--primary-redbutton-hover: #BA3425;--secondary-redbtn-hover: #DF666D1A;--cancel-button: #AFAFAF;--cancel-button-hover: #AFAFAF0D;--toggle-button-enabled-bg-fill: #286ce5;--toggle-button-disabled-bg-fill: #3F4662;--toggle-inactive-bg: #56647F;--secondary-button: transparent;--button-disabled-fill: #0C458C;--button-disabled-text: #DEEFFF;--secondary-button-disabled-text: #237dd4;--close-dialog-button: #384565;--deployment-calender-header:#263452;--deployment-link-hover:#70c1ff;--deployment-card-border:#3C4B68;--deployment-card-border-hover:#6F7F9F;--deployment-modal-background:#202B43;--deployment-text-primary:#286ce5;--filter-header: #263452;--filter-title-color: #eb9c3f;--filter-selected-tags-bg: #419AF30F;--filter-selected-tags-border: #286ce5;--chart-color-selected: #E3E5E8;--chart-font-color: #e2e4e7;--chart-grid-color: #3f4662;--chart-color-unselected: #5474BD;--chart-selected-bg: #405EA0;--chart-border-line: #2e3f65;--search-box-border: #3F4662;--search-box-onhover: #babcc1;--disable-placeholder: #ffffff0a;--disable-placeholder-border: #3F4662;--date-in-range: #34456A;--error-msg-color: #FF5F5F;--error-input-border: #df666d;--place-holder-text: #e3e5e8;--shade-input-color: #273350;--input-search-container: #323d5a;--input-search-container-ccc-to-dark: #3F4662;--placeholder-error:#FF5F5F;--drop-down-border: #30394C;--drop-down-bg-color: #263350;--drop-down-hover: #2E3F65;--drop-down-header-bg: #2E3F65;--drop-down-selected: #273554;--shade-dropdown-varient1: #263350;--shade-hover-dropdown: #2E3F65;--dropdown-border:#30394C;--dropdown-border-color: #30394C;--a11y-bg: #263350;--a11y-subContainer: #202B43;--a11y-keySet-bg: #202B43;--a11y-subContainer-border: #30394C;--a11y-mainContianer-header: #263350;--a11y-input-border: #3F4662;--keyPoints-background: #273350;--background-main-container: #182031;--background-white-dark-variant: #182031;--left-pane-color: #2b3651;--sideBar-middlePane-color: #202b43;--nav-background: #232a41;--background-sideBar-collapser: #273350;--session-notification-background: #384261;--info-card-background: #2E3C5E;--assist-box-title: #202b43;--info-box-blue: #273350;--announcement-bar: linear-gradient(to right, #2E3C5E, #3F4E75);--shortcut-key-bg: rgba(255, 255, 255, 0.4);--page-nav-bg: #34456A;--tags-bg-color: #414755;--transparent-bg: transparent;--billing-getting-started: #182031;--popup-background: #212B43;--label-name: #BCC0C7;--ico-color1:#da7c0e;--blue-color: #286ce5;--calender-disabled:rgba(228, 230, 233, 0.5);--notification-text-color: #e3e5e8;--dashboard-no-data: #e2e4e7;--arrow-green: #59AF00;--arrow-red: #EF7D00;--text-color-green: #55AC7C;--text-color-orange: #FF7A33}.hardware-container{display:grid;grid-template-areas:"b c c" "b c c";grid-template-rows:1fr;grid-template-columns:20% 1fr;padding:20px;overflow:hidden;height:calc(100vh - 5em);background-color:var(--shade-variant1-color, #FFF)}.hardware-container .sidebar{grid-area:b;background-color:var(--drop-down-bg-color, #FFFFFF);border:1px solid var(--drop-down-border, #e2e2e2);height:calc(100vh - 6em)}.hardware-container .sidebar ul{height:inherit;overflow:hidden;padding:0;margin:0}.hardware-container .sidebar ul:hover{overflow:auto}.hardware-container .sidebar li{padding:8px 10px;cursor:pointer;white-space:nowrap;overflow:hidden !important;text-overflow:ellipsis}.hardware-container .sidebar li:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843));text-overflow:clip;white-space:normal;word-break:break-all}.hardware-container .sidebar .active{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843));font-weight:600;border-inline-start:4px solid var(--blue-color, #286ce5);border-bottom:none !important}.hardware-container .content-area{grid-area:c;height:calc(100vh - 9em);overflow:hidden;padding:10px}.hardware-container .content-area:hover{overflow:auto}.hardware-container .content-area .hardware-data-container{display:flex;padding:5px;flex-wrap:wrap}.hardware-container .content-area .table-ul{padding:0px;border:1px solid var(--shade-variant2-color, #f3f3f3);list-style:none;min-width:48%;border-radius:10px;margin-top:5px;margin-inline-end:5px;margin-bottom:20px;margin-inline-start:5px}.hardware-container .content-area .table-ul .hardware-title{border-start-start-radius:10px;border-start-end-radius:10px;padding:6px 20px;background:var(--shade-variant2-color, #f3f3f3);font-weight:600}.hardware-container .content-area .table-ul .data-li{padding:10px 20px}.hardware-container .content-area .table-ul .table{color:var(--text-color-v5, #333);opacity:.8}.hardware-container .content-area .table-ul .table .table-body{line-height:28px}.hardware-container .content-area .table-ul .field{width:50%;color:var(--text-color-v7, #777);padding:0 20px 0 0;line-height:28px;vertical-align:middle;border-top:none}.hardware-container .content-area .table-ul .field-value{padding:0;vertical-align:middle;border-top:none;max-width:240px;overflow-wrap:break-word}.hardware-container .content-area .meta-data-table{width:50%;table-layout:fixed;margin:10px}.hardware-container .content-area .meta-data-table tr{height:40px}.hardware-container .content-area .meta-data-table tr:hover{background:var(--background-onHover-color2, #f9f9f9)}.hardware-container .content-area .hardware-meta-data-table{table-layout:fixed;border:1px solid var(--shade-variant2-color, #f3f3f3);margin:10px}.hardware-container .content-area .hardware-meta-data-table thead{background:var(--shade-variant2-color, #f3f3f3)}.hardware-container .content-area .hardware-meta-data-table tr:hover{background:var(--background-onHover-color2, #f9f9f9)}.hardware-container .content-area .hardware-meta-data-table td,.hardware-container .content-area .hardware-meta-data-table th{padding:8px;border-bottom:1px solid var(--border-box-variant2, #ccc);text-align:start}.hardware-container .content-area .hardware-default-image{background-image:url(Hardware_Landing.c3ee488dbb5bc220.png);background-size:100%;background-repeat:no-repeat;width:600px;height:424px;margin:6% 12%;position:absolute;text-align:center;line-height:920px;font-size:25px}.hardware-container .content-area .hardware-no-records-found-image{background-image:url(NoRecordFound.efa1c639adc6d2b2.png);background-size:100%;background-repeat:no-repeat;width:317px;height:216px;margin:13% 0 0 30%;position:relative;text-align:center;font-size:25px;line-height:470px}
.system_manager-module__toolsSystemManager__QT5Wf{display:flex;flex-direction:column}.system_manager-module__topBar__jAntH{display:grid;border-bottom:1px solid var(--drop-down-border, #ddd)}.system_manager-module__gridLength__7N9NF{grid-template-columns:20% 80%}.system_manager-module__toolsHeading__8vWF5{padding:20px 15px;background-color:#202b43;display:flex;color:#fff;height:60px;font-size:var(--13px, 13px);text-transform:uppercase;transition:all .2s linear 0s;border-inline-end:1px solid var(--drop-down-border, #ddd)}.system_manager-module__toolsHeading__8vWF5 .system_manager-module__toolsName__4GVh0{font-weight:600}.system_manager-module__toolsHeadingCentered__PeZKC{justify-content:center}.system_manager-module__computerHeader__3TUGc{display:flex;flex-direction:row;justify-content:space-between;padding:10px;height:60px;align-items:center;background-color:var(--shade-variant1-color, #FFF)}.system_manager-module__computerName__e3CTp{display:flex;font-size:var(--16px, 16px);margin-top:8px}.system_manager-module__computerName__e3CTp .system_manager-module__link__K7mEH{font-weight:600}.system_manager-module__windows__cv3Y9,.system_manager-module__linux__oVJQt,.system_manager-module__mac__D\+X5F,.system_manager-module__android__orCFr{font-family:"icomoon";font-size:var(--22px, 22px);color:var(--icon-grey-to-light, #C6CCD0);margin:0px 6px;width:22px;height:22px;position:relative;bottom:5px}.system_manager-module__windows__cv3Y9::before{content:""}.system_manager-module__linux__oVJQt::before{content:""}.system_manager-module__mac__D\+X5F::before{content:""}.system_manager-module__android__orCFr::before{content:""}.system_manager-module__cmdImg__i9\+FN,.system_manager-module__dmImg__HWg6f,.system_manager-module__groupsImg__RoxP8,.system_manager-module__printersImg__1tcG8,.system_manager-module__servicesImg__fJRdC,.system_manager-module__sharesImg__3grri,.system_manager-module__smImage__uFuJB,.system_manager-module__tmImg__vcOKf,.system_manager-module__usersImg__pvSkq,.system_manager-module__softwaresImg__0qhOm,.system_manager-module__hardwaresImg__FosWJ,.system_manager-module__registryImg__-vlXN,.system_manager-module__taskSchedulerImg__XN0qb{font-family:"icomoon";font-size:var(--18px, 18px);color:var(--icon-black-to-light, #000);width:18px;height:18px;float:left;float:inline-start}.system_manager-module__tmImg__vcOKf{font-size:var(--20px, 20px)}.system_manager-module__smImage__uFuJB{color:#fff;position:relative;bottom:5px;font-size:var(--20px, 20px)}.system_manager-module__smImage__uFuJB::before{content:""}.system_manager-module__cmdImg__i9\+FN::before{content:""}.system_manager-module__dmImg__HWg6f::before{content:""}.system_manager-module__groupsImg__RoxP8::before{content:""}.system_manager-module__printersImg__1tcG8::before{content:""}.system_manager-module__servicesImg__fJRdC::before{content:""}.system_manager-module__sharesImg__3grri::before{content:""}.system_manager-module__tmImg__vcOKf::before{content:""}.system_manager-module__usersImg__pvSkq::before{content:""}.system_manager-module__softwaresImg__0qhOm::before{content:""}.system_manager-module__hardwaresImg__FosWJ::before{content:""}.system_manager-module__registryImg__-vlXN::before{content:""}.system_manager-module__taskSchedulerImg__XN0qb::before{content:""}.system_manager-module__openImg__hNA5g,.system_manager-module__closeImg__vppnU{font-family:"icomoon";color:var(--icon-black-to-light, #000);font-size:var(--20px, 20px);position:relative}.system_manager-module__openImg__hNA5g::before{content:""}.system_manager-module__closeImg__vppnU::before{content:""}.system_manager-module__smHeader__txHOI{display:flex}.system_manager-module__toolsName__4GVh0{margin-inline-start:12px}.system_manager-module__toolsContainer__vmzfc{position:absolute;inset-inline-end:0;inset-inline-start:0;bottom:0;top:60px}.system_manager-module__systemManagerTools__NwRSE{display:grid;grid-template-columns:20% 80%}.system_manager-module__collapseSideBar__q8FUi{grid-template-columns:3% 97% !important}.system_manager-module__expand__wQ7VJ,.system_manager-module__collapse__d7qzd{font-family:"icomoon";font-size:var(--22px, 22px);color:var(--icon-grey-to-light, #C6CCD0);width:20px;height:20px;display:flex;margin-top:8px;margin-inline-end:6px;margin-bottom:15px;margin-inline-start:6px}.system_manager-module__collapseBarContainer__gjISJ{display:flex;cursor:pointer}.system_manager-module__collapseBarContainer__gjISJ:hover~.system_manager-module__systemManagerTools__NwRSE{grid-template-columns:4% 96%}.system_manager-module__collapseBarClosed__sB5FR{justify-content:center}.system_manager-module__expand__wQ7VJ::before{content:"";margin:8px 6px 15px 15px !important}.system_manager-module__collapse__d7qzd::before{content:""}.system_manager-module__inappCollapseSideBar__1tiDL{margin:7px 0 0 6px}.system_manager-module__externalTool__3dhxz{height:calc(100vh - 6.3em)}.system_manager-module__toolsList__D0gvT{display:flex;flex-direction:column;justify-content:space-between;border-inline-end:1px solid var(--drop-down-border, #ddd);overflow:auto;max-height:calc(100vh - 6.3em);background-color:var(--shade-variant1-color, #FFF)}.system_manager-module__toolElement__efsL8 a{line-height:18px;display:flex;color:var(--text-color-v5, #333);font-size:var(--14px, 14px);text-decoration:none;cursor:pointer;padding:8px 15px}.system_manager-module__toolElement__efsL8 a:hover{color:var(--blue-color, #286ce5)}.system_manager-module__inappToolElement__5R0b-{display:flex;justify-content:center;overflow-x:hidden}.system_manager-module__inappToolElement__5R0b- a{padding:8px 100%}.system_manager-module__tabSelected__qVGXE{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843));font-weight:600;border-bottom:none}.system_manager-module__sideBarButton__nTzYi{background-color:var(--shade-variant2-color, #f3f3f3);border-top:1px solid var(--border-box-variant2, #ccc);line-height:18px;display:flex;padding:10px 15px;font-size:var(--14px, 14px);cursor:pointer}.system_manager-module__sideBarButton__nTzYi a{color:var(--text-color-v5, #333);text-decoration:none;display:flex;align-items:center}.system_manager-module__inappToolsTableBody__FFOut{height:calc(100vh - 19.5em) !important}.system_manager-module__inappToolsTableBodyWithAnnouncement__vJr5k{height:calc(100vh - 22em) !important}.system_manager-module__tableBody__Md7Nw{height:calc(100vh - 13em) !important}.system_manager-module__inappToolsTableSearchBody__YakKP tbody{height:calc(100vh - 24em) !important}.system_manager-module__inappToolsTableSearchBodyAnnouncement__njJz8 tbody{height:calc(100vh - 26em) !important}.system_manager-module__tableSearchBody__\+-YBt tbody{height:calc(100vh - 16em) !important}.system_manager-module__systemManagerToolTip__HzoUz{position:absolute;background-color:#e8eff4;margin-inline-start:-1px;line-height:33px;box-shadow:2px 0px 2px #bbb;color:#263455;padding:0 20px 0 10px;font-size:var(--14px, 14px);font-weight:600;min-width:150px;z-index:1}.system_manager-module__systemManagerToolsContainer__m3TzM{background-color:var(--shade-variant1-color, #FFF) !important}.system_manager-module__searchOptionContainer__l2xSU{top:11px !important;font-size:var(--14px, 14px);margin-inline-end:10px;cursor:pointer}.system_manager-module__searchOptionContainer__l2xSU a{display:flex;align-items:center;margin:0px;color:var(--text-color-default, #000) !important}.system_manager-module__actionLoading__bnECj{float:left;float:inline-start;position:relative;margin-inline-start:10px;inset-inline-end:-8px}
.registry_modal_box-module__registryCheckBoxChecked__hg9aW,.registry_modal_box-module__registryCheckBoxUnchecked__5L7q5{cursor:pointer;width:14px;height:14px;float:left;float:inline-start;margin:0px 8px 0 0;font-family:"icomoon";font-size:18px;color:var(--blue-colored-icon, #286ce5);position:relative;bottom:2px}.registry_modal_box-module__registryDialogAddKeyValue__Vh25P{width:600px;height:auto;top:0px !important;border-start-start-radius:0px;border-start-end-radius:0px}.registry_modal_box-module__registryDialogTitle__qTDF8{background-color:var(--shade-table-header2, #e3e3e3) !important;padding:10px 40px;font-weight:600}.registry_modal_box-module__registryDialogBody__oR9rE{background-color:var(--shade-variant1-color, #fff) !important;border:1px solid var(--shade-variant1-color, #fff) !important;padding:15px 40px;border-end-start-radius:10px;border-end-end-radius:10px}.registry_modal_box-module__registryInputStyle__AD6tV{padding:0 0 15px 0;gap:5px;display:flex;flex-direction:column}.registry_modal_box-module__registryButtonsStyle__8wHlA{display:flex;flex-direction:row;justify-content:flex-end;padding:10px 0;gap:20px}.registry_modal_box-module__registrySearchType__OkLKc{display:flex;flex-direction:row;justify-content:space-between;max-width:300px;margin:6px 0 0 0}.registry_modal_box-module__registrySearchFooter__Qt8Ub{display:flex;flex-direction:row;justify-content:space-between;padding:25px 0 0 0}.registry_modal_box-module__registryMatchCase__trIMK{padding:15px 0 0 0}.registry_modal_box-module__registryCheckBoxChecked__hg9aW::before{content:""}.registry_modal_box-module__registryCheckBoxUnchecked__5L7q5::before{content:""}.registry_modal_box-module__disabled__DjL1I{opacity:.6;background-color:var(--button-disabled-fill, #92C9FE) !important;color:var(--button-disabled-text, #FFF) !important;border:1px solid var(--button-disabled-fill, #92C9FE) !important;cursor:not-allowed;pointer-events:none !important}.registry_modal_box-module__selectBoxStyle__8YymZ{margin:0px 0 10px !important}
.registry_binary_editor-module__registryBinaryEditor__CFVkZ{display:flex;overflow-y:auto;border:1px solid var(--drop-down-border, #ddd)}.registry_binary_editor-module__registryBinaryEditorSize__D5QY7{border:none !important;padding:0 5px;outline:none;width:20%;background-color:var(--shade-variant1-color, #FFF);-ms-overflow-style:none;scrollbar-width:none}.registry_binary_editor-module__registryBinaryEditorSize__D5QY7::-webkit-scrollbar{display:none}.registry_binary_editor-module__registryBinaryEditorHex__VLipj{border:none !important;padding:0 5px;outline:none;width:45%;-ms-overflow-style:none;scrollbar-width:none}.registry_binary_editor-module__registryBinaryEditorHex__VLipj::-webkit-scrollbar{display:none}.registry_binary_editor-module__registryBinaryEditorDecimal__2tFOZ{border:none !important;padding:0 5px;outline:none;width:35%}
.registry_dword_qword_editor-module__registryQwordEdit__Cxi9H{display:flex;flex-direction:row;justify-content:space-between}.registry_dword_qword_editor-module__registryQwordBase__1l5B-{width:40%}.registry_dword_qword_editor-module__registryQwordEditor__9vLu7{width:40%}.registry_dword_qword_editor-module__registryQwordBaseOptions__P8Qv7{display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--border-box-variant2, #ccc);padding-top:1px;padding-inline-end:50px;padding-bottom:5px;padding-inline-start:5px}.registry_dword_qword_editor-module__registryQwordBaseOptionsHexa__k2wjW{margin:5px 0}.registry_dword_qword_editor-module__registryRadioBox__UEoHU{margin:0 5px 0 0 !important}
.drop_down_menu-module__dropDownActionIcon__tjOY4{font-family:"icomoon";color:var(--icon-black-to-light, #000);font-size:14px;padding:1px 6px;position:relative;cursor:pointer;margin:10px}.drop_down_menu-module__dropDownActionIcon__tjOY4::before{content:""}.drop_down_menu-module__dropDownMenu__XFIY9{display:flex;flex-direction:column;justify-content:start;position:fixed;padding:10px 0;width:200px;background-color:var(--drop-down-bg-color, #ffffff);border:1px solid var(--drop-down-border, #e2e2e2);border-radius:5px;z-index:1}.drop_down_menu-module__dropDownMenuItems__Do3UN{padding:4px 17px;cursor:pointer}.drop_down_menu-module__dropDownMenuItems__Do3UN:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843))}.drop_down_menu-module__dropDownMenuItems__Do3UN:focus{background-color:var(--drop-down-selected, #F6FAFE)}.drop_down_menu-module__dropDownSubMenu__7KieM{position:absolute;inset-inline-start:190px;top:40px;border:1px solid var(--drop-down-border, #e2e2e2);background-color:var(--drop-down-bg-color, #ffffff);width:150px;border-radius:5px}.drop_down_menu-module__dropDownSubMenuItems__y8wJP{padding:5px 15px;cursor:pointer}.drop_down_menu-module__dropDownSubMenuItems__y8wJP:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843))}.drop_down_menu-module__dropDownSubMenuItems__y8wJP:focus{background-color:var(--drop-down-selected, #F6FAFE)}
.registry_keylist-module__registryKeySymbol__OyHW-{cursor:pointer;margin:0 5px 0 0}.registry_keylist-module__registrySelectedKey__SaK8X{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843));font-weight:600;border-inline-start:4px solid var(--blue-color, #286ce5)}.registry_keylist-module__registryChildListClassName__TYqZ-{border-inline-start:1px dotted;margin:0 0 0 18px}.registry_keylist-module__registryKeyStyle__pOQmT{display:flex;flex-direction:row;justify-content:space-between;padding:7px 15px}.registry_keylist-module__registryKeyStyle__pOQmT:hover{background-color:var(--drop-down-hover, rgba(83, 164, 245, 0.1019607843))}.registry_keylist-module__registryKeyStyle__pOQmT:focus{background-color:var(--drop-down-selected, #F6FAFE)}.registry_keylist-module__registryKeyNameStyle__EiQnS{padding:0 15px 0 0;cursor:pointer}.registry_keylist-module__registryKeyMargin__DSVJD{margin-inline-start:13px}.registry_keylist-module__registryKeyLoader__-j9x1{content:" ";display:inline-block;width:12px;height:12px;border-radius:50%;margin:0 0 0 -3px;border:2px solid #fff;border-color:var(--infinite-scroll-loader, rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.65));animation:registry_keylist-module__registry-loader__DYMNd 1.2s linear infinite}@keyframes registry_keylist-module__registry-loader__DYMNd{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.registry_keylist-module__buttonContainer__hjqK1{gap:20px;display:flex;margin-top:10px}.registry_keylist-module__button__RIxxs{width:80px;height:35px}
.registry_values_table-module__registryTable__jrwjo{width:75%;overflow-y:auto;padding:0 0 0 20px;height:calc(100vh - 10.5em)}.registry_values_table-module__inappRegistryTable__lxW7g{width:75%;overflow-y:auto;padding:0 0 0 20px;height:calc(100vh - 6em)}.registry_values_table-module__inappRegistryTableAnnouncement__UgxkS{width:75%;overflow-y:auto;padding:0 0 0 20px;height:calc(100vh - 18em)}.registry_values_table-module__registryTableHeader__BqyaK{margin:10px 0;display:flex;flex-direction:row;justify-content:space-between}.registry_values_table-module__registryTableHeader__BqyaK span{padding:6px 0 0 0}.registry_values_table-module__registry_add_value_button__9JTW0{position:relative;font-size:var(--14px, 14px);font-size:14px;border:1px solid var(--link-and-tertiary-button, #2460cc);color:var(--link-and-tertiary-button, #2460cc);background-color:rgba(0,0,0,0);padding:5px 15px;width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:35px;cursor:pointer;z-index:1;border-radius:5px}.registry_values_table-module__registry_add_value_button__9JTW0:hover{background-color:var(--secondary-bluebtn-hover, rgba(0, 116, 216, 0.0509803922))}.registry_values_table-module__registryTableRows__qQaqa{float:left;float:inline-start;margin:0 !important;width:100%}.registry_values_table-module__registryTableRows__qQaqa a{color:var(--blue-color, #286ce5);text-decoration:none}.registry_values_table-module__registryTableRows__qQaqa tr:nth-child(2n){background:var(--shade-variant2-color, #f3f3f3)}.registry_values_table-module__registryTableRows__qQaqa th{padding:10px;font-size:var(--12px, 12px);text-align:start !important;transition:all .2s linear 0s;cursor:pointer}.registry_values_table-module__reportsTableHeader__4kf0z{background-color:var(--shade-table-header3, #ededed);color:var(--text-color-default, #000);font-size:var(--13px, 13px);line-height:18px}.registry_values_table-module__reportsListFilter__hXwij{padding:0}.registry_values_table-module__registryTableColumns__53kc9{vertical-align:top;max-width:300px;word-wrap:break-word;position:relative;text-align:start;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.registry_values_table-module__buttonContainer__YaHPz{gap:20px;display:flex;margin-top:10px}.registry_values_table-module__button__9zFcB{width:80px;height:35px}
.registry-module__registryHome__rj\+Oa{display:flex;flex-direction:column;justify-content:start;padding:5px 15px;background-color:var(--shade-variant1-color, #FFF)}.registry-module__registryHeader__gP-g4{display:flex;flex-direction:row;justify-content:space-between}.registry-module__registryCurrentPath__vt-oJ{padding:8px 0 0 0}.registry-module__registryInfo__\+YFGQ{display:flex;flex-direction:row;justify-content:space-between}.registry-module__inappRegistryKeyList__0Q\+MT{display:flex;flex-direction:column;justify-content:start;background-color:var(--drop-down-bg-color, #FFFFFF);width:25%;white-space:nowrap;overflow:auto;border:1px solid var(--drop-down-border, #e2e2e2);height:calc(100vh - 6em)}.registry-module__inappRegistryKeyListWithAnnouncement__Ytlhm{display:flex;flex-direction:column;justify-content:start;background-color:var(--drop-down-bg-color, #FFFFFF);width:25%;white-space:nowrap;overflow:auto;border:1px solid var(--drop-down-border, #e2e2e2);height:calc(100vh - 18em)}.registry-module__registryKeyList__O0ARM{display:flex;flex-direction:column;justify-content:start;background-color:var(--drop-down-bg-color, #FFFFFF);width:25%;white-space:nowrap;overflow:auto;border:1px solid var(--drop-down-border, #e2e2e2);height:calc(100vh - 10.5em)}
.shares-module__backdrop__1HJvF{z-index:405 !important}.shares-module__customSharesSwitch__b81F3{width:83% !important}.shares-module__inappSharesTableBody__MBLwP{height:calc(100vh - 22em) !important}.shares-module__sharesTableBody__Se3j1{height:calc(100vh - 15em) !important}.shares-module__inappSharesTableSearchBody__2g2Fz tbody{height:calc(100vh - 26em) !important}.shares-module__sharesTableSearchBody__rpvlg tbody{height:calc(100vh - 20em) !important}.shares-module__shares-tool-add-user-span__B1U69{width:75%;padding:0px;float:left;float:inline-start;position:relative}.shares-module__default-msg-max-width__71tFj{width:100% !important}.shares-module__searchOptionContainer__EoDBs{top:11px !important;font-size:var(--14px, 14px);margin-inline-end:10px;cursor:pointer}.shares-module__searchOptionContainer__EoDBs a{display:flex;align-items:center;margin:0px;color:var(--text-color-default, #000) !important}.shares-module__tool-shares-add-options-user__hERKU{padding:0 40px 30px;float:right;float:inline-end;position:relative}
.tool-shares-switch{float:left;float:inline-start;line-height:43px;padding-top:0px;padding-inline-end:10px;padding-bottom:0px;padding-inline-start:10px;font-weight:600;top:0;border-bottom:1px solid var(--table-bottom-border, #e2e2e2);width:100%;background-color:var(--shade-variant1-color, #fff)}.tool-shares-switch input{font-size:14px;padding-top:10px;padding-inline-end:4px;padding-bottom:12px;padding-inline-start:4px;margin:5px 20px 0 0;background-color:var(--shade-variant1-color, #fff);color:#999;border:none;cursor:pointer;line-height:13px;font-weight:600}.tool-shares-switch input.active{border-bottom:5px solid var(--blue-color, #286ce5);color:var(--text-color-default, #000)}.tool-shares-add-user-outer-div{float:left;float:inline-start;position:relative}.tools-shares-modify-limit-div{display:flex;flex-direction:row;padding:15px 0 0 27px;margin:0px 5% 0 0}.tools-shares-checkbox-selected,.tools-shares-checkbox-unselected{font-family:"icomoon";font-size:20px;color:var(--blue-colored-icon, #286ce5);width:22px;float:left;float:inline-start;margin-top:1px;padding:2px;position:relative;bottom:8px;margin-inline-end:5px}.tools-shares-checkbox-selected:before{content:""}.tools-shares-checkbox-unselected:before{content:""}.tool-shares-add-user-span{float:left;float:inline-start;position:relative;padding:20px 30px}.tool-split-right{width:20%;float:right;float:inline-end;padding:5px 10px}.tool-shares-dialog-add-user{height:fit-content !important;width:500px;top:0px !important;border-start-start-radius:0px;border-start-end-radius:0px}.tool-shares-table-area .reports-list-container{padding:0 10px !important}.tool-shares-table-area .reports-list{margin-top:9px !important}.tool-shares-table-area .reports-list-filter{padding:0 !important}.tool-shares-modify-text{width:100%}
.form-dropdown-container-onClick{z-index:100 !important;background-color:var(--drop-down-bg-color, #fff)}.process-terminate-image{font-family:"icomoon";font-size:23px;height:15px;cursor:pointer;color:var(--text-color-red, #E42527);margin-inline-start:8px;position:relative;bottom:7px}.process-terminate-image:hover{cursor:pointer}.process-terminate-image::before{content:""}
.process-module__inappProcessTableBody__o0kjn{height:calc(100vh - 25em) !important}.process-module__inappProcessTableBodyAnnouncement__a3AkI{height:calc(100vh - 27em) !important}.process-module__inappProcessTableSearchBody__cSc\+S tbody{height:calc(100vh - 29em) !important}.process-module__inappProcessTableSearchBodyAnnouncement__G-yKd tbody{height:calc(100vh - 31em) !important}.process-module__processTableBody__YwLu0{height:calc(100vh - 19em) !important}.process-module__processTableSearchBody__2ykEq tbody{height:calc(100vh - 22em) !important}.process-module__searchOptionContainer__iBRlz{top:11px !important;font-size:var(--14px, 14px);margin-inline-end:10px;cursor:pointer}.process-module__searchOptionContainer__iBRlz a{display:flex;align-items:center;margin:0px;color:var(--text-color-default, #000) !important}
.startup-block-page{position:absolute;width:100%;height:100%;border:1px solid;background:var(--master-agent-bg-fill, #f7f7f7);z-index:10;opacity:.5}.tool-startup-enabled-length{width:300px;float:left;float:inline-start;z-index:1;position:absolute;margin:17px 0 0 15px;font-size:14px}
.startupapps-module__inappStartupAppsTableBody__V-WSN{height:calc(100vh - 22em) !important}.startupapps-module__inappStartupAppsSearchBody__Oh9bk tbody{height:calc(100vh - 26em) !important}.startupapps-module__startupAppsTableBody__edjbG{height:calc(100vh - 16em) !important}.startupapps-module__startupAppsSearchBody__SnKpz tbody{height:calc(100vh - 20em) !important}.startupapps-module__searchOptionContainer__x0khv{top:11px !important;font-size:var(--14px, 14px);margin-inline-end:10px;cursor:pointer}.startupapps-module__searchOptionContainer__x0khv a{display:flex;align-items:center;margin:0px;color:var(--text-color-default, #000) !important}
.task_scheduler-module__iframe__r1ij\+{border:#fff;width:100%;height:100%}.task_scheduler-module__inappTaskScheduler__TQtTv{width:100%;height:calc(100vh - 125px);padding-inline-start:25px;padding-inline-end:25px}.task_scheduler-module__insessionTaskScheduler__HdEpf{width:97%;height:calc(100vh - 50px);padding-inline-start:20px;padding-inline-end:20px}.task_scheduler-module__inSmTaskScheduler__Zj5na{width:100%;height:calc(100vh - 50px);padding-inline-start:25px;padding-inline-end:25px}
.xterm{position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;inset-inline-start:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;inset-inline-end:0;inset-inline-start:0;top:0;bottom:0}.inapp-terminal .xterm-screen{position:relative;height:calc(100vh - 17em) !important}.external-tool-terminal .xterm-screen{position:relative;height:calc(100vh - 13.3em) !important}.xterm .xterm-screen canvas{position:absolute;inset-inline-start:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;inset-inline-start:-9999em;line-height:normal}.xterm{cursor:text}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;inset-inline-start:0;top:0;bottom:0;inset-inline-end:0;z-index:10;color:rgba(0,0,0,0)}.xterm .live-region{position:absolute;inset-inline-start:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:.5}.xterm-underline{text-decoration:underline}
.rcp_new-module__modalClassName__mDcwH{z-index:410 !important;top:50px !important}.rcp_new-module__runAsStyle__vIxvL{font-size:var(--13px, 13px);padding:5px 10px;background-color:var(--shade-variant1-color, #FFF);display:flex;align-items:center}.rcp_new-module__confirmContainer__1hchi{position:fixed;z-index:10000000;background-color:var(--shade-variant1-color, #FFF);box-shadow:1px 1px 15px var(--border-box-variant3, #555);width:350px;top:35%;left:50%;padding:0px;font-size:var(--15px, 15px);margin-bottom:15px;transform:translateX(-50%);border-radius:10px}.rcp_new-module__confirmContainer__1hchi p{text-align:center;margin:0;padding:30px 25px;line-height:25px}.rcp_new-module__confirmBtnHolder__Gipw4{text-align:center}.rcp_new-module__primary__fEwrP{background-color:var(--primary-button, #286ce5);color:#fff;border:1px solid var(--primary-button, #286ce5);width:50%;padding:15px;font-size:var(--14px, 14px);cursor:pointer;border-radius:0;border-end-start-radius:10px}.rcp_new-module__primary__fEwrP:hover{background-color:var(--primary-button-hover, #2b72f2);border-color:var(--primary-button-hover, #2b72f2)}.rcp_new-module__secondary__w-Fpk{border:none !important;border-top:1px solid var(--link-and-tertiary-button, #2460cc) !important;background-color:rgba(0,0,0,0);color:var(--link-and-tertiary-button, #2460cc);border-end-end-radius:10px;width:50%;padding:15px;font-size:var(--14px, 14px);cursor:pointer;border-radius:0}.rcp_new-module__secondary__w-Fpk:hover{background-color:var(--secondary-bluebtn-hover, rgba(0, 116, 216, 0.0509803922))}
.Components-styles-module__circularProgressBar__YJEqN{position:relative;display:flex;align-items:center;justify-content:center}.Components-styles-module__circularProgressBar__YJEqN .Components-styles-module__svg__MqvfM{transform:rotate(-90deg)}.Components-styles-module__circularProgressBar__YJEqN .Components-styles-module__background__H2DLX{fill:none;stroke:#dcdcdc}.Components-styles-module__circularProgressBar__YJEqN .Components-styles-module__progress__dVvTs{fill:none;stroke:#f3818c;transform-origin:center;animation:Components-styles-module__progress-animation__JHt\+h 1s}.Components-styles-module__circularProgressBar__YJEqN .Components-styles-module__text__P-vZc{position:absolute;font-size:var(--12px, 12px);color:--var(--text-color-v8)}@keyframes Components-styles-module__progress-animation__JHt\+h{from{stroke-dashoffset:270%}}.Components-styles-module__linuxInstallerContainer__c8OIx{display:flex;gap:24px;flex-direction:column}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__row__G4S71{display:flex;flex-direction:row}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__col__Hu-WT{display:flex;flex-direction:column}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__divider__GCdVd{margin:0;border:0;border-top:1px solid var(--border-box-variant2, #e3e3e3)}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__label__g293w{font-size:var(--16px, 16px);font-style:normal;font-weight:400}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__text__P-vZc{width:140px;color:var(--text-color-v3, #555);font-size:var(--16px, 16px);font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__downloadBtn__NZCBI{position:relative;inset-inline-end:0px}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__radioButton__ogejj{display:flex;flex-direction:row;align-items:center;margin-inline-end:25px;cursor:default !important}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__radioButtonStyle__cLVUQ{display:flex;flex-direction:row;align-items:center;margin-inline-end:10px;cursor:pointer !important;margin-bottom:0px !important;min-width:80px}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__arrangementStyle__Tsj9Z{margin:0 2px 0 0 !important;background-size:15px !important;object-fit:contain;position:relative}.Components-styles-module__linuxInstallerContainer__c8OIx .Components-styles-module__command__uQNGJ{height:40px;display:flex;align-items:center;padding:10px;border-radius:6px;background:#2d2d2d;color:#fbeec4;font-family:"Courier New",monospace;font-size:var(--14px, 14px);font-style:normal;font-weight:400;line-height:normal;overflow-x:auto}.Components-styles-module__commandContainer__2tc3-{display:flex;justify-content:space-between;align-items:center;background:#2d2d2d;border-radius:6px}.Components-styles-module__commandContainer__2tc3- .Components-styles-module__command__uQNGJ{max-width:90%;display:inline-block;color:#fbeec4;font-family:"Courier New",monospace;font-size:var(--14px, 14px);font-style:normal;font-weight:400;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Components-styles-module__commandContainer__2tc3- .Components-styles-module__copyIconContainer__gVi6l{height:40px;background-color:#5d5d5d;border-start-end-radius:5px;border-end-end-radius:5px;color:#fff !important}.Components-styles-module__commandContainer__2tc3- .Components-styles-module__copied__ccErH{background-color:var(--primary-button, #286ce5)}.Components-styles-module__commandContainer__2tc3- .Components-styles-module__copied__ccErH::before{background-color:var(--primary-button, #286ce5)}.Components-styles-module__commandContainer__2tc3- .Components-styles-module__commandCopyIcon__eGWIi{color:#fff !important}.Components-styles-module__commandContainer__2tc3- .Components-styles-module__commandCopyIcon__eGWIi:hover{color:#fff !important}.Components-styles-module__noDevice__vgon6{width:100%;background-color:var(--background-main-container);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:calc(100vh - 100px)}.Components-styles-module__noDevice__vgon6 h2{font-size:var(--22px, 22px);padding:unset !important;margin-top:unset !important}.Components-styles-module__noDevice__vgon6 .Components-styles-module__title__9\+OD2{font-size:var(--18px, 18px) !important;font-style:normal;font-weight:500;line-height:normal}.Components-styles-module__noDevice__vgon6 .Components-styles-module__description__uPHZW{font-size:var(--16px, 16px) !important;font-style:normal;font-weight:400}.Components-styles-module__noDevice__vgon6 .Components-styles-module__emptyDeviceIcon__PAwHE{background-image:url(no-devices.ff66bfafd1a31d75.png);width:180px;height:180px;object-fit:cover;background-position:center;background-repeat:no-repeat;background-size:cover}.Components-styles-module__noDevice__vgon6 .Components-styles-module__deviceButton__kAjUq{border-radius:var(--button-border-radius, 5px)}.Components-styles-module__installerType__JzRKk{display:flex;flex-direction:row;align-items:center;line-height:10px;gap:30px}.Components-styles-module__installerType__JzRKk .Components-styles-module__installerTypeTitle__wOcPD{margin-inline-end:20px}.Components-styles-module__installerType__JzRKk .Components-styles-module__radioButton__ogejj{display:flex;flex-direction:row;align-items:center;margin-inline-end:10px;cursor:default !important}.Components-styles-module__installerType__JzRKk .Components-styles-module__radioButtonStyle__cLVUQ{display:flex;flex-direction:row;align-items:center;margin-inline-end:13px;margin-inline-start:13px;cursor:pointer !important;margin-bottom:0px !important}.Components-styles-module__installerType__JzRKk .Components-styles-module__arrangementStyle__Tsj9Z{margin:0 2px 0 0 !important;background-size:15px !important;object-fit:contain;position:relative}.Components-styles-module__deploymentModal__Iybb6{position:absolute;background:rgba(0,0,0,.5);display:flex;min-height:100vh;max-height:fit-content;justify-content:center;overflow:scroll;inset-inline-start:0;inset-inline-end:0;z-index:999999}.Components-styles-module__deploymentModal__Iybb6.Components-styles-module__center__5K97I{align-items:center}.Components-styles-module__deploymentModal__Iybb6 .Components-styles-module__modalContent__V13Hu{position:relative;border-radius:8px;background-color:var(--deployment-modal-background);height:fit-content;max-height:100vh}.Components-styles-module__deploymentModal__Iybb6 .Components-styles-module__modalContent__V13Hu .Components-styles-module__modalHeader__CxDlT{margin:30px 40px 10px;position:static;display:flex;justify-content:space-between;align-items:center}.Components-styles-module__deploymentModal__Iybb6 .Components-styles-module__modalContent__V13Hu .Components-styles-module__modalHeader__CxDlT.Components-styles-module__justifyEnd__IVd4F{justify-content:end}.Components-styles-module__deploymentModal__Iybb6 .Components-styles-module__modalContent__V13Hu .Components-styles-module__modalHeader__CxDlT .Components-styles-module__title__9\+OD2{font-size:var(--20px, 20px);font-weight:600;color:var(--text-color-v1)}.Components-styles-module__deploymentModal__Iybb6 .Components-styles-module__modalContent__V13Hu .Components-styles-module__modalBody__g0kIW{border-radius:8px;padding:40px;padding-top:0}.Components-styles-module__deploymentModal__Iybb6 .Components-styles-module__modalContent__V13Hu .Components-styles-module__scrollable__2V9Ql{overflow-y:auto;max-height:85vh}.Components-styles-module__deploymentModal__Iybb6 .Components-styles-module__modalClose__LRr7k::after{top:32px;inset-inline-end:32px;background:rgba(0,0,0,0);border:none;font-family:"icomoon",sans-serif;font-size:24px;cursor:pointer;color:var(--text-color-v5);content:""}.Components-styles-module__agentSelectorContainer__yTvtq{width:480px;display:flex;flex-direction:column;gap:15px}.Components-styles-module__agentSelectorContainer__yTvtq .Components-styles-module__installerContainer__OqRZX{display:flex;gap:10px;align-items:center}.Components-styles-module__agentSelectorContainer__yTvtq .Components-styles-module__installerType__JzRKk{font-weight:bold}.Components-styles-module__agentSelectorContainer__yTvtq .Components-styles-module__buttonContainer__ela4j{position:relative;float:right;float:inline-end}.Components-styles-module__agentSelectorContainer__yTvtq .Components-styles-module__buttonStyle__PDwjJ{width:fit-content;height:40px;border-radius:5px;margin-top:10px;background-color:var(--primary-button, #286ce5);font-size:var(--14px, 14px) !important;color:#fff;border:none;padding:0px 15px}.Components-styles-module__agentSelectorContainer__yTvtq .Components-styles-module__buttonStyle__PDwjJ:hover{background-color:var(--button-onhover-fill)}.Components-styles-module__agentSelectorContainer__yTvtq .Components-styles-module__buttonStyle__PDwjJ:disabled{opacity:.5}.Components-styles-module__agentSelectorContainer__yTvtq .Components-styles-module__downloadButtonContainer__GSwEv{width:100%;display:flex;justify-content:end}.Components-styles-module__agentSelectorContainer__yTvtq .Components-styles-module__subTitle__rwKmf{font-size:var(--14px, 14px);margin:unset}.Components-styles-module__ursLimitReachedCard__xFOM9{width:100%;background-color:var(--warning-card);border:1px solid var(--warning-card-border);display:flex;flex-direction:row;justify-content:space-between;gap:10px;padding:5px 20px}.Components-styles-module__ursLimitReachedCard__xFOM9 .Components-styles-module__leftContent__lLFgl{display:flex;flex-direction:row;align-items:center;gap:10px}.Components-styles-module__ursLimitReachedCard__xFOM9 .Components-styles-module__rightContent__w20Kr{display:flex;align-items:center}.Components-styles-module__ursLimitReachedCard__xFOM9 p{margin:10px auto}.Components-styles-module__ursLimitReachedCard__xFOM9 .Components-styles-module__bold__9M-Pl{font-weight:700;margin-bottom:"5px"}.Components-styles-module__ursLimitReachedCard__xFOM9 .Components-styles-module__col__Hu-WT{display:flex;align-items:center}.Components-styles-module__ursLimitReachedCard__xFOM9 .Components-styles-module__noMarginTop__ngR4o{margin-top:0}.Components-styles-module__ursLimitReachedCard__xFOM9 .Components-styles-module__hide__\+i4tG{display:none}.Components-styles-module__addUrsDevice__kFPBI{display:flex;flex-direction:column;border-radius:5px;font-size:var(--15px, 15px);font-family:"Zoho Puvi",sans-serif;min-height:250px;width:720px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__description__uPHZW{color:var(--text-color-default);font-style:normal;font-weight:500;margin:0}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__row__G4S71{display:flex;flex-direction:row;margin:0}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__button__6finB{width:50%;padding:0}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__copy__Q-YFP::after{font-family:"icomoon",sans-serif;font-size:var(--18px, 18px);margin:0;content:""}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__share__4jQcI::after{font-family:"icomoon",sans-serif;font-size:var(--18px, 18px);margin:0;content:""}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__option__ctJ6T{display:flex;align-items:center;justify-content:space-between;height:40px;width:100%;background-color:var(--shade-variant1-color);font-style:normal;font-weight:400;cursor:pointer;border:none;padding:0 10px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__option__ctJ6T label{margin:0;cursor:pointer}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__option__ctJ6T .Components-styles-module__name__vRcCN{width:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:start}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__option__ctJ6T .Components-styles-module__validity__MYo5-{width:50%;text-align:end;color:var(--text-color-v8)}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__option__ctJ6T .Components-styles-module__expired__NCumJ{color:var(--expired-button-variant)}.Components-styles-module__addUrsDevice__kFPBI button:disabled{color:var(--text-color-v8);cursor:not-allowed !important}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__option__ctJ6T:hover{background-color:var(--background-onHover-color1)}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__nodata__BpOss{color:var(--text-color-v8);padding:0px 12px;pointer-events:none}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__nodata__BpOss:hover{background-color:var(--background-onHover-color)}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__footer__gQRFx{border-top:1px solid var(--border-box-variant2, #e3e3e3);background-color:var(--shade-input-color)}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__addLinkButton__tv8h2{font-weight:600;padding:10px 12px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__bulkDeploymentBtn__8vc-Y{width:max-content;padding:0;font-weight:600;height:18px;color:var(--primary-button, #286ce5)}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__bulkDeploymentBtn__8vc-Y:hover{color:var(--primary-button-hover, #357adf)}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__ursWarningCard__jNX9y{margin:0;border-radius:5px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__arrowIcon__H9uXv::after{font-family:"icomoon",sans-serif;font-size:var(--18px, 18px);color:#357adf;content:""}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__content__xLYFQ{display:flex;flex-direction:column;gap:20px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__installerContainer__OqRZX{display:flex;flex-direction:column;gap:20px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__installerType__JzRKk{margin:0}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__installerTypeTitle__wOcPD{color:var(--text-color-v3, #555);font-size:var(--15px, 15px);font-style:normal;font-weight:500}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__shareLinkTab__Synsm{margin-top:0}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__downloadBtn__NZCBI{height:40px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__dropdown__i88vz{width:70%;position:relative}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__dropdowncontainer__lHrEV{display:flex;height:40px;border:1px solid var(--placeholder-border, #b2b2b2);width:100%;justify-content:space-between;border-radius:5px;cursor:pointer;background:rgba(0,0,0,0);align-items:center;padding:0 10px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__dropdownContent__1HDql{height:40px;width:100%;display:flex;align-items:center;text-overflow:ellipsis;white-space:nowrap}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__dropdownIcon__im9xL{color:var(--icon-black-to-light, #000);float:right;float:inline-end;font-size:var(--20px, 20px);line-height:15px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__dropdownIcon__im9xL::before{font-family:"icomoon",sans-serif;position:relative;content:""}.Components-styles-module__addUrsDevice__kFPBI hr{margin:0;border:0;border-top:1px solid var(--border-box-variant2, #e3e3e3)}.Components-styles-module__addUrsDevice__kFPBI hr .Components-styles-module__promotionTag__Z-svG{margin:0 !important}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__title__9\+OD2{color:var(--text-color-default);font-size:var(--24px, 24px);font-style:normal;font-weight:600;line-height:1;margin:0;display:flex;gap:10px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__warningContainer__boyuf{width:540px;height:520px;display:flex;align-items:center;justify-content:center}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__modalOverlay__MrTV0{position:absolute;background:rgba(0,0,0,.5);display:flex;min-height:100vh;max-height:fit-content;justify-content:center;overflow:scroll;inset-inline-start:0;inset-inline-end:0}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__modalOverlay__MrTV0.Components-styles-module__center__5K97I{align-items:center}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__modalContent__V13Hu{position:relative;border-radius:8px;background-color:var(--deployment-modal-background);height:fit-content;max-height:100vh}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__modalContent__V13Hu .Components-styles-module__modalHeader__CxDlT{margin:30px 40px 10px;position:static;display:flex;justify-content:space-between;align-items:center}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__modalContent__V13Hu .Components-styles-module__modalHeader__CxDlT.Components-styles-module__justifyEnd__IVd4F{justify-content:end}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__modalContent__V13Hu .Components-styles-module__modalHeader__CxDlT .Components-styles-module__title__9\+OD2{font-size:var(--24px, 24px);font-weight:600;color:var(--text-color-v1)}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__modalContent__V13Hu .Components-styles-module__modalBody__g0kIW{max-height:75vh;overflow:auto;border-radius:8px}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__modalContent__V13Hu .Components-styles-module__modalBody__g0kIW .Components-styles-module__modalContent__V13Hu{padding:40px;padding-top:0}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__modalClose__LRr7k::after{top:32px;inset-inline-end:32px;background:rgba(0,0,0,0);border:none;font-family:"icomoon",sans-serif;font-size:24px;cursor:pointer;color:var(--text-color-v5);content:""}.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__hide__\+i4tG{display:none}@media screen and (max-width: 768px){.Components-styles-module__addUrsDevice__kFPBI .Components-styles-module__scrollable__2V9Ql{max-height:360px}}.Components-styles-module__addDeviceBtnContainer__5wRA0{width:100%;position:relative;display:flex;align-items:center;justify-content:center}.Components-styles-module__addDeviceBtnContainer__5wRA0 .Components-styles-module__btnTxt__3Q32U{position:relative;z-index:9;min-width:96px;height:40px;display:flex;align-items:center;justify-content:center}.Components-styles-module__shareLinkModal__EWCdF{min-width:100%;border:none !important;padding:0 !important;height:unset}.Components-styles-module__shareLinkModal__EWCdF .Components-styles-module__iconBtn__EJz\+O{font-size:--var(18px, 18px);margin:0}.Components-styles-module__shareLinkHeader__45lwf{display:flex;align-items:center;gap:10px}.Components-styles-module__shareLinkHeader__45lwf .Components-styles-module__leftArrowIcon__tSDZd::after{font-family:"icomoon",sans-serif;font-size:var(--20px, 20px);color:#357adf;content:""}
.IconButton-module__iconContainer__94PAo{font-family:"icomoon";margin:5px;font-size:var(--24px, 24px);position:relative;color:var(--side-bar-icons, #fff);border:none;background:none;padding:0;cursor:pointer}.IconButton-module__iconContainer__94PAo:disabled{opacity:.5;border:none}.IconButton-module__iconContainer__94PAo:hover{color:var(--text-color-v2, #fff)}.IconButton-module__copy__90HJQ::after{content:""}.IconButton-module__delete__JqI83::after{content:""}.IconButton-module__search__XKv5z::after{content:""}.IconButton-module__iconTooltip__iZ6To{position:absolute;top:32px;inset-inline-start:-12px;border-radius:5px;background:var(--tooltip-bg, #555);transition:opacity .3s ease-in-out;white-space:nowrap;color:#fff;width:max-content;padding:5px 10px;font-size:var(--13px, 13px);z-index:999}.IconButton-module__iconContainer__94PAo:hover>.IconButton-module__iconTooltip__iZ6To{display:block}.IconButton-module__btncontainer__TG6qS{position:relative}.IconButton-module__disabl__M1O\+U{opacity:.5;cursor:not-allowed}.IconButton-module__copy__90HJQ::after{content:""}.IconButton-module__delete__JqI83::after{content:""}.IconButton-module__search__XKv5z::after{content:""}.IconButton-module__dropdown__cIxPL::after{content:""}.IconButton-module__linux__Z\+7uv::after{content:""}.IconButton-module__windows__xonVf::after{content:""}.IconButton-module__mac__yBJQy::after{content:""}.IconButton-module__rightArrow__hA-Nv::after{content:""}.IconButton-module__leftArrow__twsp2::after{content:""}.IconButton-module__share__p2ceL::after{content:""}.IconButton-module__close__PndO7::after{content:""}.IconButton-module__tick__hIDvZ::after{content:""}.IconButton-module__raspberry__3cHGc::after{content:""}.IconButton-module__errored__HW01c::after{content:""}
.ScriptDialog-style-module__dialogContainer__vUBlR{width:30rem;border-radius:5px;background-color:#fff;display:flex;justify-content:space-between;padding:1rem;box-shadow:rgba(17,17,26,.1) 0px 4px 16px,rgba(17,17,26,.05) 0px 8px 32px}.ScriptDialog-style-module__fileName__xlvlZ{font-weight:bold}.ScriptDialog-style-module__fileSize__7RTdU{font-size:.85rem;color:#5b5959;margin-top:.2rem}.ScriptDialog-style-module__fileActionContainer__82Hym{display:flex;gap:1rem;align-items:center}.ScriptDialog-style-module__actionButton__rY6dY{width:5rem;height:2rem;border-radius:3px;cursor:pointer}.ScriptDialog-style-module__executeButton__roa4N{color:#fff;border:none;background-color:#007dec;font-weight:bold}.ScriptDialog-style-module__cancelButton__r3ATB{color:#000;border:1px solid #bdc3c7;background-color:#fff}
.FileTransferDialog-style-module__overlay__7IO1g{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.5;top:0;left:0}.FileTransferDialog-style-module__fileTransferDialog__8wQuI{box-sizing:border-box;width:480px;height:352px;position:absolute;z-index:600;background-color:#fff;box-shadow:0 0 25px #333;user-select:none}.FileTransferDialog-style-module__ftHeader__R8kxA{height:13%;display:flex;justify-content:space-between;align-items:center;padding-left:1.5rem;padding-right:1.5rem;color:#000;background-color:#f3f3f3}.FileTransferDialog-style-module__closeBtn__-dnjx{height:1rem;width:1rem;background:url(assist-viewer-icons.8c4df7dbe522bb0b.svg) no-repeat center rgba(0,0,0,0);background-size:16rem;background-position:-12rem -5.9rem;cursor:pointer}.FileTransferDialog-style-module__ftBody__lbyDK{width:100%;height:87%}.FileTransferDialog-style-module__ftBtnContainer__kKbHq{height:25%;padding-left:1.5rem;padding-right:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;text-transform:uppercase}.FileTransferDialog-style-module__clearAllBtnContainer__cLUDi{height:15%;padding-left:1.5rem;padding-right:1.5rem;display:flex;justify-content:flex-end;align-items:center}.FileTransferDialog-style-module__clearAllBtn__2EQNd{font-size:.7rem;font-weight:600;color:#1f8dd6;cursor:pointer;user-select:none;text-transform:uppercase}.FileTransferDialog-style-module__ftBtn__xuXQI{position:relative;width:50%;height:53%;background-color:#1f8dd6;color:#fff;font-size:.8rem;font-weight:600;border-radius:2px;display:flex;justify-content:center;align-items:center;cursor:pointer}.FileTransferDialog-style-module__ftSendInput__ylKiO{position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;cursor:pointer}.FileTransferDialog-style-module__ftBtn__xuXQI:hover{background-color:#067dcb}.FileTransferDialog-style-module__ftConnectionStatus__PRN-y{width:100%;height:100%}.FileTransferDialog-style-module__loader__LXLvg{position:absolute;top:50%;transform:translateY(-50%)}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingDots__fUJ0g{text-align:center;width:100%}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingDots__fUJ0g .FileTransferDialog-style-module__dot__kYyXI{animation:FileTransferDialog-style-module__dotkeyframes__1HHex 1.5s infinite ease-in-out;background-color:#085b9d;border-radius:6px;display:inline-block;height:6px;width:6px;margin-left:8px}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingDots__fUJ0g .FileTransferDialog-style-module__dot__kYyXI:nth-child(2){animation-delay:.25s}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingDots__fUJ0g .FileTransferDialog-style-module__dot__kYyXI:nth-child(3){animation-delay:.5s}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingDots__fUJ0g .FileTransferDialog-style-module__dot__kYyXI:nth-child(4){animation-delay:.75s}@keyframes FileTransferDialog-style-module__dotkeyframes__1HHex{0%{opacity:.4;transform:scale(1, 1)}50%{opacity:1;transform:scale(1.2, 1.2)}100%{opacity:.4;transform:scale(1, 1)}}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingText__d07h7{position:relative;line-height:30px;text-align:center}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingText__d07h7 .FileTransferDialog-style-module__wait__x70i-{font-size:16px;padding:5px 0}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingText__d07h7 .FileTransferDialog-style-module__message__tuO50{font-size:14px;padding:0 100px;line-height:22px}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingText__d07h7 .FileTransferDialog-style-module__bold__hzmKN{font-weight:bold}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__loadingText__d07h7 .FileTransferDialog-style-module__link__z8ZMo{color:#0961a5;cursor:pointer}.FileTransferDialog-style-module__loader__LXLvg .FileTransferDialog-style-module__warningIcon__8qEN0{background:url(warning.9addfdfe54df366b.png) no-repeat scroll center center rgba(0,0,0,0);background-size:contain;width:25px;height:25px;display:block;margin:0 auto}.FileTransferDialog-style-module__ftContentContainer__jGIF\+{height:60%;width:100%;overflow:auto;box-shadow:inset 0px 0px 2px 0px rgba(51,51,51,.3333333333)}.FileTransferDialog-style-module__ftElementContainer__bepjq{min-height:3rem;padding:.3rem 1.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.3rem;border-top:1px solid rgba(188,188,188,.3333333333);font-size:12px}.FileTransferDialog-style-module__fileListContainer__PXllG{display:flex;width:100%;justify-content:space-between}.FileTransferDialog-style-module__fileDetails__ycSIx{display:flex;justify-content:space-between}.FileTransferDialog-style-module__fileSize__YHkQa{min-width:10%}.FileTransferDialog-style-module__fileStatus__HR115{max-width:85%;font-style:normal;font-weight:normal;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.FileTransferDialog-style-module__fileTransferPercentage__4uc-z{font-size:14px}.FileTransferDialog-style-module__progressBar__TQokc{width:100%;height:1rem}.FileTransferDialog-style-module__fileActionContainer__unkMi{width:100%;display:flex;justify-content:space-between}.FileTransferDialog-style-module__cancelBtn__rIJLY{cursor:pointer}.FileTransferDialog-style-module__ftDragNDrop__UszJo{height:60%;display:flex;justify-content:center;align-items:center;border:dashed 2px #ccc;margin-left:1.5rem;margin-right:1.5rem}.FileTransferDialog-style-module__ftDragNDropText__J3w4W{width:fit-content;color:#999;font-weight:400;font-size:20px}.FileTransferDialog-style-module__hide__SCMEc{display:none}.FileTransferDialog-style-module__ftReceiveConfirmationDialog__MfWbW{width:27rem;position:absolute;z-index:402;background-color:#fff;top:50%;left:50%;transform:translate(-50%, -50%);padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 0 25px #333}.FileTransferDialog-style-module__ftReceiveConfirmationDialog__MfWbW .FileTransferDialog-style-module__title__F-rPK{font-size:16px;font-weight:600}.FileTransferDialog-style-module__ftReceiveConfirmationDialog__MfWbW .FileTransferDialog-style-module__ftReceiveFilesList__2FarT{max-height:15rem;overflow:auto;border:1px solid #e3e3e3;padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.FileTransferDialog-style-module__ftReceiveConfirmationDialog__MfWbW .FileTransferDialog-style-module__actionBtns__lHY5w{display:flex;justify-content:flex-end;gap:1rem}.FileTransferDialog-style-module__ftReceiveConfirmationDialog__MfWbW .FileTransferDialog-style-module__actionBtns__lHY5w .FileTransferDialog-style-module__btn__lF36G{height:2.5rem;width:7rem;font-size:13px;font-weight:600;display:flex;justify-content:center;align-items:center;border-radius:2px;cursor:pointer;text-transform:uppercase}.FileTransferDialog-style-module__ftReceiveConfirmationDialog__MfWbW .FileTransferDialog-style-module__actionBtns__lHY5w .FileTransferDialog-style-module__cancelBtn__rIJLY{background-color:#fff;border-radius:2px;cursor:pointer;border:1px solid #1f8dd6;color:#1f8dd6}.FileTransferDialog-style-module__ftReceiveConfirmationDialog__MfWbW .FileTransferDialog-style-module__actionBtns__lHY5w .FileTransferDialog-style-module__okBtn__Z3TBu{border:1px solid #1f8dd6;background-color:#1f8dd6;color:#fff}.FileTransferDialog-style-module__ftReceiveConfirmationDialog__MfWbW .FileTransferDialog-style-module__actionBtns__lHY5w .FileTransferDialog-style-module__okBtn__Z3TBu:hover{background-color:#067dcb}.FileTransferDialog-style-module__draggingCursor__gqK61{cursor:move}
.inviteTechnician-style-module__overlay__ipao-{width:100%;height:100%;position:absolute;background-color:#000;z-index:401;opacity:.6;top:0;left:0}.inviteTechnician-style-module__inviteTechnician__KDYSU{background-color:#fff;pointer-events:auto;position:absolute;z-index:1000;position:fixed;top:0;left:50%;transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);min-width:600px;max-width:600px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__inviteTechnicianTitle__\+dSQa{padding:15px 0px;padding-left:25px;font-size:16px;font-weight:700;cursor:default;background-color:#f7f7f7}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__inviteTechnicianTitle__\+dSQa .inviteTechnician-style-module__inviteTechnicianClose__sKwWy{background-repeat:no-repeat;background-position:50%;background-size:16px;width:16px;height:16px;cursor:pointer;padding:17px;position:absolute;top:0px;right:0px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__inviteTechnicianTitle__\+dSQa .inviteTechnician-style-module__inviteTechnicianClose__sKwWy:hover{background-color:#fff}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__inviteTechnicianTitle__\+dSQa .inviteTechnician-style-module__inviteTechnicianCloseIcon__qXPts{background-image:url(assist-viewer-icons.a5b6649727a80e97.svg);height:1rem;width:1rem;background-size:12rem;background-position:-6.7rem -8.9rem}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__noselect__-Xr6c{user-select:none}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__technicianChooser__2faf3{padding:15px;padding-left:25px;font-weight:500;font-size:14px;cursor:default;border-bottom:1px solid #c7c7c7}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__technicianChooser__2faf3 .inviteTechnician-style-module__secondaryTechTitle__GAuqt{cursor:pointer}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__technicianChooser__2faf3 .inviteTechnician-style-module__guestTechTitle__rwbVJ{margin-left:40px;cursor:pointer}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG{padding:15px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techMsg__DvVas{font-size:14px;padding:25px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techInputContainer__R64hx{padding:25px;padding-top:5px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techInputContainer__R64hx .inviteTechnician-style-module__tecInputhMsg__l-DmU{font-size:14px;font-weight:700}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techInputContainer__R64hx .inviteTechnician-style-module__techInput__jXs1A{font-size:16px;font-weight:400;border:1px solid #c7c7c7;border-radius:2px;width:74%;padding:10px 6px;margin-top:5px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techInputContainer__R64hx .inviteTechnician-style-module__techInput__jXs1A::placeholder{color:#ccc;opacity:1}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techInputContainer__R64hx .inviteTechnician-style-module__techInput__jXs1A:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);outline:0 none}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techInputContainer__R64hx .inviteTechnician-style-module__inviteBtn__hvv98{border:2px solid #1f8dd6;border-radius:2px;cursor:pointer;display:inline-block;line-height:19px;padding:9px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;width:16%;background-color:#1f8dd6;color:#fff;font-size:13px;font-weight:600;margin-left:8px;margin-bottom:4px;transition:all 200ms ease-in-out 0s}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techInputContainer__R64hx .inviteTechnician-style-module__inviteBtn__hvv98 .inviteTechnician-style-module__inviteIcon__XDlf8{background-image:url(assist-viewer-icons.a5b6649727a80e97.svg);background-size:14rem;background-position:-1.2rem -10.5rem;background-repeat:no-repeat;width:15px;height:15px;float:left;margin:0px 4px 0px 0px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techInputContainer__R64hx .inviteTechnician-style-module__inviteBtn__hvv98:hover{background-color:#067dcb;border-color:#067dcb}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__techInputContainer__R64hx .inviteTechnician-style-module__inviteBtn__hvv98:active{background-color:#1373b2;border-color:#1373b2}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__onlyOn_Error__\+TSFp{float:left;width:100%;top:255px;left:33px;position:absolute;z-index:1000}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__onlyOn_Error__\+TSFp .inviteTechnician-style-module__TopArrow__PvqfT{width:0;height:0;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);border-bottom:7px solid #444;top:-12px;left:20px;position:relative}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__onlyOn_Error__\+TSFp .inviteTechnician-style-module__error_Div__caQsT{text-align:left;float:left;position:absolute;left:8px;top:0px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__onlyOn_Error__\+TSFp .inviteTechnician-style-module__error_Span__6I0Zb{background-color:#444;color:#fff;padding:8px 10px;border-radius:4px;font-size:13px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__orContainer__mJHUU .inviteTechnician-style-module__or__-Kl18{cursor:default;border-radius:25px;display:inline-block;font-size:14px;font-weight:400;line-height:24px;margin-left:44%;padding:6px 12px;text-align:left;white-space:nowrap;color:#333;box-shadow:inset 0px 1px 5px #999;opacity:.7}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__showContactsForTech__l4zVf{float:left;text-align:left;background-color:#fff;max-height:250px;overflow-y:auto;position:absolute;list-style:none;padding:0px;border:1px solid #ddd;margin-top:-4px;z-index:1000;font-size:14px;font-weight:400;border-radius:2px;width:66%;border-color:rgba(0,0,0,.1019607843);box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(0,0,0,.22);outline:0 none}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__showContactsForTech__l4zVf .inviteTechnician-style-module__emails__Vf0bO{padding:6px 10px;line-height:32px;width:100%;box-sizing:border-box;float:left;border-bottom:dotted 1px #ddd;transition:background-color .15s ease-in-out 0s}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__showContactsForTech__l4zVf .inviteTechnician-style-module__emails__Vf0bO:hover{background-color:#e4f2fb;cursor:pointer}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__showContactsForTech__l4zVf .inviteTechnician-style-module__active__umrgg{padding:6px 10px;line-height:32px;width:100%;float:left;font-size:14px;background-color:#e4f2fb;cursor:pointer;border-bottom:dotted 1px #ddd}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__showContactsForTech__l4zVf .inviteTechnician-style-module__contactName__uTDPk{font-size:14px;font-weight:600;float:left;width:100%;line-height:24px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__showContactsForTech__l4zVf .inviteTechnician-style-module__contactEmail__lVxDl{font-size:14px;font-weight:400;float:left;width:100%;line-height:24px;color:#777}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__joinLinkContainer__\+l8yA{padding:25px;box-sizing:border-box}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__joinLinkContainer__\+l8yA .inviteTechnician-style-module__joinLinkMsg__vv0VH{cursor:default;font-size:14px;font-weight:400}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__joinLinkContainer__\+l8yA .inviteTechnician-style-module__joinLink__bR4Jm{margin-top:5px;font-size:14px;font-weight:700;width:70%;height:16px;cursor:default;padding:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__joinLinkContainer__\+l8yA .inviteTechnician-style-module__joinLink__bR4Jm:focus{outline:none}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__joinLinkContainer__\+l8yA .inviteTechnician-style-module__joinLinkCopyBtn__5ssjq{border:2px solid #1f8dd6;border-radius:2px;cursor:pointer;display:inline-block;line-height:20px;padding:9px 9px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;width:16%;background-color:#1f8dd6;color:#fff;margin-left:45px;font-size:13px;font-weight:600;margin-top:-27px;transition:all 200ms ease-in-out 0s}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__joinLinkContainer__\+l8yA .inviteTechnician-style-module__joinLinkCopyBtn__5ssjq .inviteTechnician-style-module__copyIcon__xu9dn{background-image:url(assist-viewer-icons.a5b6649727a80e97.svg);background-size:14rem;background-position:-2.6rem -10.5rem;background-repeat:no-repeat;width:15px;height:15px;float:left;margin:0px 4px 0px 0px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__joinLinkContainer__\+l8yA .inviteTechnician-style-module__joinLinkCopyBtn__5ssjq:hover{background-color:#067dcb;border-color:#067dcb}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__joinLinkContainer__\+l8yA .inviteTechnician-style-module__joinLinkCopyBtn__5ssjq:active{background-color:#1373b2;border-color:#1373b2}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__onlyOn_Copy__AiSiG{float:left;width:100%;bottom:25px;left:33px;position:absolute}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__onlyOn_Copy__AiSiG .inviteTechnician-style-module__TopArrow__PvqfT{width:0;height:0;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);border-bottom:7px solid #444;top:-10px;left:14px;position:relative}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__onlyOn_Copy__AiSiG .inviteTechnician-style-module__error_Div__caQsT{text-align:left;float:left;position:absolute;left:8px;top:0px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__tech__D3PBG .inviteTechnician-style-module__onlyOn_Copy__AiSiG .inviteTechnician-style-module__error_Span__6I0Zb{background-color:#444;color:#fff;padding:8px 10px;border-radius:4px;font-size:13px}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__checked__Hmhgm{font-weight:700;padding-bottom:15px;border-bottom:2px solid #1f8dd6}.inviteTechnician-style-module__inviteTechnician__KDYSU .inviteTechnician-style-module__techInputError__9i3uo{border:solid 1px #e00 !important;box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(255,0,0,.6);outline:0 none}.inviteTechnician-style-module__loaderContainer__1P9WY{padding-top:1.5rem;border-top-width:1px;border-top-style:solid;border-top-color:rgba(211,211,211,.5019607843);display:flex;flex-direction:column;align-items:center;gap:.3rem;margin:auto;margin-bottom:1.5rem;width:90%;margin-top:1rem}.inviteTechnician-style-module__loader__uCW\+M{background-image:url(Loader.2016ff8aa5b95964.gif);height:2rem;width:2rem;background-size:2.5rem;background-position:center center}.inviteTechnician-style-module__loaderText__5E\+zv{font-weight:700;font-size:14px}.inviteTechnician-style-module__errorContainer__9No0G{padding-top:1.5rem;border-top-width:1px;border-top-style:solid;border-top-color:rgba(211,211,211,.5019607843);display:flex;flex-direction:column;align-items:center;gap:.3rem;margin:auto;margin-bottom:1.5rem;width:90%;margin-top:1rem}.inviteTechnician-style-module__errorIcon__yaLlE{height:1.2rem;width:1.2rem}.inviteTechnician-style-module__errorText__928Y3{font-weight:700;font-size:14px}
.style__join-con__OCrN2 {
  width: 500px;
  margin: 10px 0px;
}
.style__join-con__OCrN2 .style__join__BVKox {
  font-weight: 900;
  font-size: var(--16px, 16px);
}
.style__join-con__OCrN2 .style__ra__TSNks {
  margin: 9px 0px;
}
.style__join-con__OCrN2 .style__join-btn__4A1FQ {
  margin-inline-start: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.style__issue-con__yj6OV {
  position: relative;
  width: 500px;
}
.style__issue-con__yj6OV .style__title__ZBRJt {
  font-weight: 700;
  margin-top: 20px;
  margin-inline-end: 0px;
  margin-bottom: 5px;
  margin-inline-start: 0px;
  font-size: var(--16px, 16px);
}
.style__issue-con__yj6OV .style__disText__aM6rA {
  background: black;
  color: white;
  position: absolute;
  border-radius: 5px;
  inset-inline-start: 235px;
  top: 30px;
  font-size: var(--10px, 10px);
  padding: 10px;
  width: 170px;
}
.style__submitted__WZDY1 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.style__desc__MPVJT {
  margin-top: 19px;
  margin-inline-end: 0px;
  margin-bottom: 8px;
  margin-inline-start: 0px;
}
.style__desc__MPVJT .style__descLabelCon__gXzkd {
  margin-bottom: 5px;
  display: flex;
}
.style__desc__MPVJT .style__descLabelCon__gXzkd .style__label__1w16K {
  font-weight: 700;
}
.style__desc__MPVJT .style__descLabelCon__gXzkd .style__man__\+aV6X {
  color: var(--text-color-red, #E42527);
  margin-inline-start: 2px;
}
.style__desc__MPVJT .style__descLabelCon__gXzkd .style__chars__UZ87k {
  color: var(--label-name, #969798);
  margin-inline-start: auto;
}
.style__desc__MPVJT .style__ht__eH2ty {
  margin: 2px 0px;
}
.style__desc__MPVJT .style__textarea__n1x9x {
  width: 100%;
  background-color: var(--shade-input-color, #fff);
  border: solid 1px var(--border-box-variant2, #e2e2e2) !important;
}
.style__desc__MPVJT .style__textarea__n1x9x:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.style__desc__MPVJT .style__error__GjBvH {
  width: 100%;
  border: 1px solid var(--text-color-red, #E42527);
}
.style__desc__MPVJT .style__error__GjBvH:focus {
  border-color: red ;
  box-shadow: none;
  outline: 0 none;
}
.style__desc__MPVJT .style__errorMsg__HR\+VH {
  color: var(--text-color-red, #E42527);
  margin-top: 5px;
}
.style__avoidClicks__bQII6 {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.style__nameCon__qPBdN {
  min-width: 293px;
}

.styles-module__mainCon__exkPk{overflow:auto;position:relative;height:96vh;width:100%}.styles-module__mainCon__exkPk .styles-module__clientView__z8fsX{display:flex;justify-content:center;height:100%;width:100%}.styles-module__mainCon__exkPk .styles-module__clientView__z8fsX .styles-module__formCon__E8ouL{width:100%}.styles-module__mainCon__exkPk .styles-module__clientView__z8fsX .styles-module__formCon__E8ouL .styles-module__con__FlkBL{display:flex;flex-direction:column}.styles-module__mainCon__exkPk .styles-module__clientView__z8fsX .styles-module__formCon__E8ouL .styles-module__con__FlkBL .styles-module__title__Na4Hj{font-weight:800;font-size:var(--18px, 18px);margin:15px 0px}.styles-module__mainCon__exkPk .styles-module__clientView__z8fsX .styles-module__formCon__E8ouL .styles-module__wrapperStyle__tXGZ1,.styles-module__mainCon__exkPk .styles-module__clientView__z8fsX .styles-module__formCon__E8ouL .styles-module__sessionJoinCon__iydzF{padding-inline-start:30%;padding-inline-end:30%;margin:15px 0px}.styles-module__mainCon__exkPk .styles-module__clientView__z8fsX .styles-module__formCon__E8ouL .styles-module__sessionJoinCon__iydzF{background:var(--shade-table-header, #eceff1);padding-top:15px;padding-bottom:40px}
.style-module__iconFontProps__5bDbd,.style-module__announcement__jCG6E .style-module__anouncementImage__GoB9H{font-family:"icomoon";color:var(--icon-black-to-light);font-size:var(--30px, 30px)}.style-module__announcement__jCG6E{position:relative;background:var(--box-yellow-color);padding:10px;width:100%;margin-bottom:5px}.style-module__announcement__jCG6E .style-module__announcementCon__slL0j{display:flex;align-items:center}.style-module__announcement__jCG6E .style-module__annMsg__puzIO{margin:10px 16.6666666667vw;width:66%;height:auto;padding-inline-start:20px;overflow-y:hidden}.style-module__announcement__jCG6E .style-module__anouncementImage__GoB9H{background-size:30px;background-position:center;width:40px;height:40px;position:absolute;background-repeat:no-repeat;border-radius:100%;background-color:var(--shade-popup-color);margin-inline-start:calc(16.6666666667vw - 65px)}.style-module__announcement__jCG6E .style-module__anouncementImage__GoB9H::before{content:"";margin-inline-start:5px}.style-module__announcement__jCG6E .style-module__dots__MsKD4{float:left;float:inline-start;margin-inline-start:calc(16.6666666667vw + 20px);color:blue;cursor:pointer}
.permission-module__parent__3xV8p{position:fixed;top:52px;width:415px;inset-inline-end:10px;background:var(--shade-dropdown-varient1, #fff);box-shadow:0 3px 10px var(--border-box-dark-null-variant, #555);display:flex;min-height:90px;align-items:stretch;border-radius:7px;z-index:10}.permission-module__iconParent__E-Uqz{width:25%;margin:10px;display:flex}.permission-module__icon__KfStD{width:52px;height:45px;position:relative;margin:auto}.permission-module__icon_light__z5zhw{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA1MyA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMDAwOTggNDFIMjMuMDAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjQgMzNINkMzLjIzODU4IDMzIDEgMzAuNzYxNCAxIDI4VjZDMSAzLjIzODU4IDMuMjM4NTggMSA2IDFINDJDNDQuNzYxNCAxIDQ3IDMuMjM4NTggNDcgNlYxNiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGNpcmNsZSBjeD0iNDAuMDAwNiIgY3k9IjIxLjEzNjQiIHI9IjMuMTM2MzYiIGZpbGw9ImJsYWNrIi8+CjxjaXJjbGUgY3g9IjQwLjAwMDYiIGN5PSIyMS4xMzY0IiByPSIzLjEzNjM2IiBzdHJva2U9ImJsYWNrIi8+CjxwYXRoIGQ9Ik00Ny4xMiAzMC4xOTQ4QzQ3LjEyIDI4LjA2OTYgNDYuMzcgMjYuMDMxNSA0NS4wMzQ5IDI0LjUyODhDNDMuNjk5OCAyMy4wMjYxIDQxLjg4OTEgMjIuMTgxOSA0MC4wMDEgMjIuMTgxOUMzOC4xMTI5IDIyLjE4MTkgMzYuMzAyMSAyMy4wMjYxIDM0Ljk2NzEgMjQuNTI4OEMzMy42MzIgMjYuMDMxNSAzMi44ODE5IDI4LjA2OTYgMzIuODgxOSAzMC4xOTQ4QzMyLjg4MTkgMzkuNTQzMiAyOC41MDEgNDEuMDAwMSAyOC41MDEgNDEuMDAwMUg1MS41MDFDNTEuNTAxIDQxLjAwMDEgNDcuMTIgMzkuNTQzMiA0Ny4xMiAzMC4xOTQ4WiIgZmlsbD0iI0YzQzI0QSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)}.permission-module__icon_dark__hujfq{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA1MyA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMDAwOTggNDFIMjMuMDAxIiBzdHJva2U9IiNFNUU1RTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yNCAzM0g2QzMuMjM4NTggMzMgMSAzMC43NjE0IDEgMjhWNkMxIDMuMjM4NTggMy4yMzg1OCAxIDYgMUg0MkM0NC43NjE0IDEgNDcgMy4yMzg1OCA0NyA2VjE2IiBzdHJva2U9IiNFNUU1RTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxjaXJjbGUgY3g9IjQwLjAwMDYiIGN5PSIyMS4xMzY0IiByPSIzLjEzNjM2IiBmaWxsPSIjRTVFNUU1Ii8+CjxwYXRoIGQ9Ik00Ny4xMiAzMC4xOTQ4QzQ3LjEyIDI4LjA2OTYgNDYuMzcgMjYuMDMxNSA0NS4wMzQ5IDI0LjUyODhDNDMuNjk5OCAyMy4wMjYxIDQxLjg4OTEgMjIuMTgxOSA0MC4wMDEgMjIuMTgxOUMzOC4xMTI5IDIyLjE4MTkgMzYuMzAyMSAyMy4wMjYxIDM0Ljk2NzEgMjQuNTI4OEMzMy42MzIgMjYuMDMxNSAzMi44ODE5IDI4LjA2OTYgMzIuODgxOSAzMC4xOTQ4QzMyLjg4MTkgMzkuNTQzMiAyOC41MDEgNDEuMDAwMSAyOC41MDEgNDEuMDAwMUg1MS41MDFDNTEuNTAxIDQxLjAwMDEgNDcuMTIgMzkuNTQzMiA0Ny4xMiAzMC4xOTQ4WiIgZmlsbD0iI0M1QTM0RSIgc3Ryb2tlPSIjRTVFNUU1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)}.permission-module__content__sGrEf{align-self:center;margin:12px 10px 12px 0}.permission-module__content__sGrEf .permission-module__heading__cT1ES{font-weight:600;margin:0 0 7px;color:var(--text-color-default, #000)}.permission-module__content__sGrEf p{margin:0;color:var(--text-color-v3, #555)}.permission-module__btns__Dai\+d{display:flex;flex-direction:column;justify-content:center;width:29%}.permission-module__btn__m0wDP{height:100%;display:flex;align-items:center;justify-content:center;font-size:var(--13px, 13px);padding:10px;border:1px solid var(--border-box-variant4, #e9e9e9);cursor:pointer}.permission-module__btn__m0wDP:hover{background:rgba(0,0,0,.03)}.permission-module__btn__m0wDP.permission-module__enable__zcL5U{color:var(--link-and-tertiary-button, #2460cc)}.permission-module__btn__m0wDP.permission-module__ignore__zln2k{color:var(--text-color-v3, #555)}
