html{scroll-behavior: smooth; box-sizing: border-box;}*,*::before,*::after{ margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; box-sizing: inherit; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }input, textarea, select, button, em { font: inherit; resize: none; }input:focus, textarea:focus, select:focus, button:focus, div:focus { outline: none; }input, textarea { border: solid 1px var(--input-border-color); outline: none; }body,html {font-size: 15px; height: 100%; color: var(--color-main); overflow: hidden; }a, a:visited { text-decoration: none; }ol, ul { list-style: none; }table { border-collapse: collapse; border-spacing: 0; }.ps-container > .ps-scrollbar-y-rail { z-index: 10; }.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail, .ps-container:hover > .ps-scrollbar-y-rail:hover, .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail, .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail { background-color: var(--chatwindow-bg-color); }::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder{ color: var(--color-lp1); opacity: 1; text-overflow: ellipsis; }body:not(.mac-os) ::-webkit-scrollbar { display: inherit; width: 4px; height: 4px; background-color: transparent; }body:not(.mac-os) :hover::-webkit-scrollbar-thumb { border-radius: 8px; background-color:#a2a2a2; }@media not all and (min-resolution:.001dpcm) {        ::-webkit-scrollbar { display: inherit; width:4px; height: 4px; background-color:transparent; }       :hover::-webkit-scrollbar-thumb { border-radius: 8px; background-color:#e2e2e2; }}body .macscroll { overflow-x:hidden; overflow-y:auto !important; }:root {    --lhs-width : 400px;    --lhs-overlay-width: 320px;    --modal-width: 450px;    --modal-width-wide: 540px;    --header-height: 70px;    --composer-height: 50px;    --chatwindow-hdr-bg-color: #fff;    --chatwindow-composer-bg: #fff;    --chatwindow-bg-color: #EFEDEA;    --chatwindow-border-color: #D4CFC6;    --self-msg-bg: #FDEFB8;    --other-msg-bg: #fff;    --pinned-chat-bg:#eaeaea;    --time-divider-bg: rgba(255, 255, 255, 0.6);    --floater-date-bg: #f6f6f6;    --sender-color: #222222;    --group-sender-color: #c54d4d;    --newchat-info-color: #f63b00;    --info-msg-bg: rgba(255, 255, 255, 0.6);    --empty-state-color: #6e718a;    --checkbox-color: #0087ED;    --loader-border-clr: #c4c4c4;    --section-border-color: #f1f4f7;    --info-bg-color: #f1f4f7;    --lhs-item-sel-bg : rgba(243, 205, 0, 0.2);    --lhs-item-hover-bg: rgba(243, 205, 0, 0.08);    --color-theme: #F3CD00;    --color-theme-rgb-raw-val: 243, 205, 0;    --color-theme-secondary: #A68B00;    --color-mode: #fff;    --color-mode-secondary: #f4f4f4;    --color-mode-teritary: #b3b3b3;    --color-main: #222;    --color-hdr: #000;    --color-secondary: #666;    --color-lp1: #888;    --color-lp2: #ababab;    --color-lp3: #c4c4c4;    --color-icon: #666;    --color-link: #0087ED;    --color-online-status: #14B474;    --color-success: #27bb6b;    --color-warning: #FF9526;    --color-error: #F6394D;    --color-negative: #EB5757;    --color-red: #EF5364;    --color-lightblue: #2D9CDB;    --color-blue: #0087ED;    --color-blue-light: #80c3f6;    --color-black: #000;    --color-white: #fff;    --negative-bg: rgba(235, 87, 87, 0.1);    --negative-bg-hover: rgba(235, 87, 87, 0.16);    --negative-bg-active: rgba(235, 87, 87, 0.2);    --success-bg: rgba(41, 187, 107, 0.1);    --success-bg-hover: rgba(41, 187, 107, 0.16);    --success-bg-active: rgba(41, 187, 107, 0.2);    --color-info-banner: rgba(243, 205, 0, 0.2);    --color-readtick : rgba(24, 144, 234, 0.7);    --color-btn-disabled: #c4c4c4;    --sender-color-1: #A99561;    --sender-color-2: #6D6D6E;    --sender-color-3: #065B5E;    --sender-color-4: #88206D;    --sender-color-5: #922E38;    --sender-color-6: #4D3F93;    --sender-color-7: #48423B;    --sender-color-8: #846B13;    --sender-color-9: #2C3136;    --sender-color-10: #2A83B1;    --sender-color-11: #6E217A;    --sender-color-12: #7D254A;    --sender-color-13: #1D375D;    --sender-color-14: #2A2527;    --sender-color-15: #996400;    --sender-color-16: #1E252E;    --sender-color-17: #39765D;    --sender-color-18: #55210D;    --sender-color-19: #003C40;    --sender-color-20: #817D13;    --sender-color-21: #385578;    --sender-color-22: #20535E;    --sender-color-23: #2A6834;    --sender-color-24: #4E5F29;        --primary-btn-bg: #0087ED;    --primary-btn-bg-hover: #0076CE;    --primary-btn-bg-active: #006EC1;    --primary-btn-disabled-bg : #c4c4c4;    --secondary-btn-bg: #F6F6F6;    --secondary-btn-bg-hover: #F1F4F7;    --secondary-btn-bg-active: rgba(0, 0, 0, 0.08);    --secondary-btn-clr: #4d4d4d;    --icon-btn-bg: #F3CD00;    --icon-btn-bg-hover: rgba(255, 218, 74, 0.8);    --icon-btn-border-active: rgba(0, 0, 0, 0.2);    --icon-bg-hover: #F1F4F7;    --icon-bg-active: rgba(0, 135, 237, 0.08);    --input-border-color: #e6e6e6;    --input-focus-border-color: #0087ED;    --input-focus-label-color: #0087ED;    --warning-btn-bg-hover: rgba(243, 205, 0, 0.8);    --bg-color-1: #fff;    --bg-color-2: #f6f6f6;    --bg-color-3: #e5e5e5;    --bg-hover-color: #f1f4f7;    --list-item-hover-bg: #f7f7f7;    --list-item-withbg-hover-bg: rgba(23, 56, 86, 0.05);    --list-item-negative-bg: rgba(239, 83, 100, 0.12);    --list-filled-hover-bg: rgba(243, 205, 0, 0.2);    --tooltip-bg: #222;    --popup-overlay-bg: #fff;    --audio-player-bg: #cce7fb;    --color-divider: #e6e6e6;    --box-shadow-color: rgba(0, 0, 0, 0.1);    --box-shadow-color2: rgba(0, 0, 0, 0.2);    --box-shadow-color3: rgba(0, 0, 0, 0.4);    --overlay-bg: rgba(0, 0, 0, 0.6);    --overlay-bg-2: rgba(0, 0, 0, 0.4);    --overlay-bg-dark: #1d1d1d;    --select-msg-hover-bg: rgba(34, 34, 34, 0.04);    --selected-msg-bg: rgba(34, 34, 34, 0.08);    --blink-msg-bg: rgba(34, 34, 34, 0);    --blink-msg-bg-light: rgba(34, 34, 34, 0.12);    --replied-msg-bg: rgba(34, 34, 34, 0.08);    --start-conversation-bg: rgba(255, 255, 255, 0.35);    --unfurl-btn-hover-bg: rgba(0, 135, 237, 0.1);    --search-item-highlight-bg: rgba(0, 135, 237, 0.2);    --at-me-mention-bg: rgba(0, 135, 237, 0.08);    --network-banner-bg: #fff;    --sticky-bg: #fff;    --sticky-bg-hover: #f1f4f7;    --sticky-border: rgba(255, 149, 38, 0.5);    --sticky-color: #A68B00;    --sticky-bg-icon: rgba(255, 149, 38, 0.1);    --sticky-box-fill: rgba(243, 205, 0, 0.2);    --sticky-box-fill-hover: rgba(255, 149, 38, 0.2);    --border-color-light: #e5e5e5;    --hvrinfo-color: #0087ED;    --search-filter-bg: #f1f4f7;    --contact-icon-color: #4DACE2;    --contact-icon-bg: #A0DDFF;    --lhs-bg-color: var(--bg-color-1);    --lhs-bg-color3: var(--bg-color-3);    --lhs-secondary-bg : var(--bg-color-2);    --lhs-menu-color: var(--bg-color-1);    --lhs-txt-color: var(--color-main);    --lhs-txt-secondary: var(--color-secondary);    --lhs-txt-lp: var(--color-lp3);    --lhs-icon-bg-hover: var(--icon-bg-hover);    --lhs-border-color : var(--input-border-color);    --lhs-icon-color: var(--color-icon);    --lhs-search-bg: var(--bg-color-1);    --lhs-counter-clr: #000;    --lhs-counter-mute-clr: #000;    --lhs-counter-mute-bg: #e5e5e5;    --lhs-primary-btn-clr: #fff;    --lhs-primary-btn-disabled-clr: #fff;    --lhs-primary-btn-disabled-bg: #c4c4c4;    --lhs-secondary-btn-clr: #4d4d4d;    --lhs-secondary-btn-bg: #f6f6f6;    --lhs-secondary-btn-bg-hover: #F1F4F7;    --lhs-secondary-btn-bg-active: rgba(77, 77, 77, 0.12);    --lhs-info-bg: #f6f6f6;    --self-msg-bg-in-lhs: var(--self-msg-bg);    --other-msg-bg-in-lhs: var(--other-msg-bg);    --read-more-info-color: #0067A1;    --meetings-timer-label:rgba(246, 246, 246, 0.5);    --lhs-info-banner-bg: #f1f4f7;    --action-count:rgba(0, 0, 0, 0.5);        --voice-record-bg: #FAFAFA;    --voice-record-border: #E6E6E6;    --caller-tune-no-action-trim-bg: #F6F6F6;    --caller-tune-icon-hover: #666;    --meeting-success-act-bg:#27BB6B;    --meeting-rejected-act-bg:#EB5757;    --meeting-maybe-act-bg:#F3BE00;        --meeting-success-act-hover-bg:#E8F9EC;    --meeting-rejected-act-hover-bg:#FDEEEE;    --meeting-maybe-act-hover-bg:#FEF9E5;        --meeting-action-color:#FFF;    --emoji-fonts: 'apple color emoji','segoe ui emoji','noto color emoji','android emoji','emojisymbols','emojione mozilla','twemoji mozilla','segoe ui symbol';}:root .arattai-classic{    --lhs-bg-color: #202020;    --lhs-bg-color3: #3d3d3d;    --lhs-secondary-bg : rgba(255, 255, 255, 0.04);    --lhs-menu-color: #2a2a2a;    --lhs-txt-color: #e3e3e3;    --lhs-txt-secondary: #b3b3b3;    --lhs-txt-lp: #606060;    --lhs-icon-bg-hover: #2A2A2A;    --lhs-border-color : #3d3d3d;    --lhs-counter-mute-clr: #fff;    --lhs-counter-mute-bg: #3d3d3d;    --lhs-icon-color: #b3b3b3;    --lhs-search-bg: #2b2b2b;    --self-msg-bg-in-lhs: #564B0D;    --other-msg-bg-in-lhs: #2B2B2B;    --lhs-primary-btn-clr: #fff;    --lhs-primary-btn-disabled-clr: #f6f6f6;    --lhs-primary-btn-disabled-bg: #464646;    --lhs-secondary-btn-clr: #B3B3B3;    --lhs-secondary-btn-bg: #4e4c4c;    --lhs-secondary-btn-bg-hover: #373737;    --lhs-secondary-btn-bg-active: rgba(255, 255, 255, 0.04);    --lhs-info-bg: #2b2b2b;    --lhs-info-banner-bg: rgba(255, 255, 255, 0.08);    --lhs-upgoing-color : #627282;}:root .arattai-dark-mode, :root .arattai-classic [data-classic="arattai-classic"]{    --chatwindow-bg-color: #1D1D1D;    --chatwindow-hdr-bg-color: #2b2b2b;    --chatwindow-composer-bg: #2b2b2b;    --chatwindow-border-color: #3d3d3d;    --other-msg-bg: #2B2B2B;    --self-msg-bg: #564B0D;    --sender-color: #e3e3e3;    --newchat-info-color: #ff774b;    --info-msg-bg: #4e4c4c;    --section-border-color: #1d1d1d;    --popup-overlay-bg: #202020;    --info-bg-color: #2b2b2b;    --voice-record-bg: #202020;    --voice-record-border: #3D3D3D;    --caller-tune-icon-hover: #3d3d3d;    --time-divider-bg: #4e4c4c;    --floater-date-bg: #3d3d3d;    --pinned-chat-bg: #2d2a2a;    --color-mode: #000;    --color-main: #e3e3e3;    --color-hdr: #fff;    --color-secondary: #B3B3B3;    --color-lp1: #848484;    --color-lp2: #606060;    --color-lp3: #606060;    --color-icon: #b3b3b3;    --color-link: #4DADF5;    --color-success: linear-gradient(141.8deg, #A2D375 -18.19%, #14B474 130.57%);    --color-info-banner: rgba(228, 193, 0, 0.1);    --sender-color-1: #FCF5E3;    --sender-color-2: #EFEFEF;    --sender-color-3: #83D1DC;    --sender-color-4: #EBCAE8;    --sender-color-5: #FFB8B8;    --sender-color-6: #92A1EC;    --sender-color-7: #EBD6C0;    --sender-color-8: #FFCE27;    --sender-color-9: #9FAAB9;    --sender-color-10: #6BCAFB;    --sender-color-11: #FE83C6;    --sender-color-12: #FC718C;    --sender-color-13: #6293DE;    --sender-color-14: #A68F95;    --sender-color-15: #E8A019;    --sender-color-16: #788FD6;    --sender-color-17: #15C39A;    --sender-color-18: #FFAA8C;    --sender-color-19: #439EB5;    --sender-color-20: #E6DC73;    --sender-color-21: #CBDBE5;    --sender-color-22: #75F4FF;    --sender-color-23: #8AF1A4;    --sender-color-24: #DEEBC0;    --primary-btn-disabled-bg : #464646;    --secondary-btn-clr: #B3B3B3;    --icon-bg-hover: #3d3d3d;    --input-border-color: #3d3d3d;    --color-divider: #3d3d3d;    --border-color-light: #3d3d3d;    --secondary-btn-bg: #4e4c4c;    --secondary-btn-bg-hover: #373737;    --bg-color-1: #202020;    --bg-color-2: #1d1d1d;    --bg-color-3: #2b2b2b;    --bg-hover-color: #2a2a2a;    --list-item-hover-bg: #3d3d3d;    --box-shadow-color: rgba(7, 9, 11, 0.69);    --box-shadow-color2: rgba(0, 0, 0, 0.4);    --box-shadow-color3: rgba(0, 0, 0, 0.6);    --start-conversation-bg: #2b2b2b;    --sticky-bg: #2b2b2b;    --network-banner-bg: #2b2b2b;    --sticky-bg-hover: rgba(255, 255, 255, 0.04);    --search-filter-bg: #2a2a2a;    --blink-msg-bg: rgba(227, 227, 227, 0);    --blink-msg-bg-light: rgba(227, 227, 227, 0.12);    --read-more-info-color: var(--color-link);    --blink-msg-bg: rgba(227, 227, 227, 0);    --blink-msg-bg-light: rgba(227, 227, 227, 0.12);    --meetings-timer-label:#2b2b2b;    --lhs-upgoing-color : #979797;    --action-count:#E3E3E3;        --meeting-success-act-bg:#27BB6B;    --meeting-rejected-act-bg:#EB5757;    --meeting-maybe-act-bg:#F3BE00;        --meeting-action-color:#2B2B2B;    --caller-tune-no-action-trim-bg: #2B2B2B;    --meeting-success-act-hover-bg:#274535;    --meeting-rejected-act-hover-bg:#483131;    --meeting-maybe-act-hover-bg:#453D20;    }:root .theme2{    --lhs-item-sel-bg : rgba(255, 145, 49, 0.2);    --lhs-item-hover-bg: rgba(255, 145, 49, 0.12);    --color-theme-rgb-raw-val: 255, 145, 49;    --color-theme: #FF9131;    --self-msg-bg: #FFD2AD;    --lhs-counter-clr: #fff;}:root .arattai-classic.theme2{    --lhs-item-sel-bg : rgba(219, 88, 0, 0.2);    --lhs-item-hover-bg: rgba(219, 88, 0, 0.12);    --self-msg-bg-in-lhs: #53290D;}:root .arattai-dark-mode.theme2, :root .arattai-classic.theme2 [data-classic="arattai-classic"]{    --color-theme: #DB5800;    --color-theme-rgb-raw-val: 219, 88, 0;    --self-msg-bg: #53290D;}:root .theme3{    --lhs-item-sel-bg : rgba(44, 148, 96, 0.2);    --lhs-item-hover-bg: rgba(44, 148, 96, 0.12);    --color-theme-rgb-raw-val: 44, 148, 96;    --color-theme: #2C9460;    --self-msg-bg: #A0E1C0;    --lhs-counter-clr: #fff;}:root .arattai-classic.theme3{    --lhs-item-sel-bg : rgba(0, 143, 72, 0.2);    --lhs-item-hover-bg: rgba(0, 143, 72, 0.12);    --self-msg-bg-in-lhs: #0D3B24;}:root .arattai-dark-mode.theme3, :root .arattai-classic.theme3 [data-classic="arattai-classic"]{    --color-theme-rgb-raw-val: 0, 143, 72;    --color-theme: #008F48;    --self-msg-bg: #0D3B24;}:root .theme4{    --lhs-item-sel-bg : rgba(0, 143, 204, 0.2);    --lhs-item-hover-bg: rgba(0, 143, 204, 0.12);    --color-theme-rgb-raw-val: 0, 143, 204;    --color-theme: #008FCC;    --self-msg-bg: #B5E9FF;    --lhs-counter-clr: #fff;}:root .arattai-classic.theme4{    --lhs-item-sel-bg : rgba(0, 107, 153, 0.2);    --lhs-item-hover-bg: rgba(0, 107, 153, 0.12);    --self-msg-bg-in-lhs: #0B394D;}:root .arattai-dark-mode.theme4, :root .arattai-classic.theme4 [data-classic="arattai-classic"]{    --color-theme-rgb-raw-val: 0, 107, 153;    --color-theme: #006B99;    --self-msg-bg: #0B394D;}:root .theme5{    --lhs-item-sel-bg : rgba(0, 112, 135, 0.2);    --lhs-item-hover-bg: rgba(0, 112, 135, 0.12);    --color-theme-rgb-raw-val: 0, 112, 135;    --color-theme: #007087;    --self-msg-bg: #ACE4EF;    --lhs-counter-clr: #fff;}:root .arattai-classic.theme5{    --lhs-item-sel-bg : rgba(0, 106, 128, 0.2);    --lhs-item-hover-bg: rgba(0, 106, 128, 0.12);    --self-msg-bg-in-lhs: #0D2F36;}:root .arattai-dark-mode.theme5, :root .arattai-classic.theme5 [data-classic="arattai-classic"]{    --color-theme-rgb-raw-val: 0, 106, 128;    --color-theme: #006A80;    --self-msg-bg: #0D2F36;}:root .theme6{    --lhs-item-sel-bg : rgba(71, 89, 179, 0.2);    --lhs-item-hover-bg: rgba(71, 89, 179, 0.12);    --color-theme-rgb-raw-val: 71, 89, 179;    --color-theme: #4759B3;    --self-msg-bg: #BEC9FF;    --lhs-counter-clr: #fff;}:root .arattai-classic.theme6{    --lhs-item-sel-bg : rgba(82, 102, 204, 0.2);    --lhs-item-hover-bg: rgba(82, 102, 204, 0.12);    --self-msg-bg-in-lhs: #272E4E;}:root .arattai-dark-mode.theme6, :root .arattai-classic.theme6 [data-classic="arattai-classic"]{    --color-theme-rgb-raw-val: 82, 102, 204;    --color-theme: #5266CC;    --self-msg-bg: #272E4E;}:root .theme7{    --lhs-item-sel-bg : rgba(244, 96, 170, 0.2);    --lhs-item-hover-bg: rgba(244, 96, 170, 0.12);    --color-theme-rgb-raw-val: 244, 96, 170;    --color-theme: #F460AA;    --self-msg-bg: #FEBEDE;    --lhs-counter-clr: #fff;}:root .arattai-classic.theme7{    --lhs-item-sel-bg : rgba(208, 80, 145, 0.2);    --lhs-item-hover-bg: rgba(208, 80, 145, 0.12);    --self-msg-bg-in-lhs: #50273B;}:root .arattai-dark-mode.theme7, :root .arattai-classic.theme7 [data-classic="arattai-classic"]{    --color-theme-rgb-raw-val: 208, 80, 145;    --color-theme: #D05091;    --self-msg-bg: #50273B;}.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}@font-face {    font-family: 'zohopuvi-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/fonts/Zoho-Puvi-Regular.4df047a5084c20f3997640548800b2ea.eot') format('eot'),         url('/arattai-chat/source/officechat/images/default/arattai/fonts/Zoho-Puvi-Regular.76a19d3fe2bcd7cab84c42e3213dedd9.woff') format('woff');    font-weight: 400;}@font-face {    font-family: 'zohopuvi-bold';    src: url('/arattai-chat/source/officechat/images/default/arattai/fonts/Zoho-Puvi-Bold.eb8cd28fe3eab2979ebd7d16c3e0bca0.eot') format('eot'),         url('/arattai-chat/source/officechat/images/default/arattai/fonts/Zoho-Puvi-Bold.a66d65eb5cd4fab4af951f8d91c16d1d.woff') format('woff');    font-weight: 700;}@font-face {    font-family: 'zohopuvi-medium';    src: url('/arattai-chat/source/officechat/images/default/arattai/fonts/Zoho-Puvi-Medium.e5af5ba4eee793c7cd05e320c4c3bf72.eot') format('eot'),         url('/arattai-chat/source/officechat/images/default/arattai/fonts/Zoho-Puvi-Medium.0d21e0d03ded0d3d1a79ee1da8cb1723.woff') format('woff');    font-weight: 500;}@font-face {    font-family: 'zohopuvi-semibold';    src: url('/arattai-chat/source/officechat/images/default/arattai/fonts/Zoho-Puvi-Semibold.a214a4b7cb3f38cb9cf4be192ed55c2d.eot') format('eot'),         url('/arattai-chat/source/officechat/images/default/arattai/fonts/Zoho-Puvi-Semibold.2e3d62a6fd2b4da68823ecb237fd1da0.woff') format('woff');    font-weight: 600;}*{    font-family: 'zohopuvi-regular', 'sans-serif', var(--emoji-fonts);}.fontB, .amc-fontB{    font-family: 'zohopuvi-bold', 'sans-serif', var(--emoji-fonts) !important;}.fontSB, .amc-fontSB{    font-family: 'zohopuvi-semibold', 'sans-serif', var(--emoji-fonts) !important;}.fontM, .amc-fontM, .amc-fontLB{    font-family: 'zohopuvi-medium', 'sans-serif', var(--emoji-fonts) !important;}.art-spacemono-regular, .art-spacemono-regular * { font-family: 'spacemono-regular', 'sans-serif'; }.art-shortstack-regular, .art-shortstack-regular * { font-family: 'shortstack-regular', 'sans-serif'; }.art-rokkitt-regular, .art-rokkitt-regular * { font-family: 'rokkitt-regular', 'sans-serif'; }.art-rochester-regular, .art-rochester-regular * { font-family: 'rochester-regular', 'sans-serif'; }.art-quicksand-regular, .art-quicksand-regular * { font-family: 'quicksand-regular', 'sans-serif'; }.art-pacifico-regular, .art-pacifico-regular * { font-family: 'pacifico-regular', 'sans-serif'; }.art-oswald-regular, .art-oswald-regular * { font-family: 'oswald-regular', 'sans-serif'; }.art-nunito-regular, .art-nunito-regular * { font-family: 'nunito-regular', 'sans-serif'; }.art-modernantiqua-regular, .art-modernantiqua-regular * { font-family: 'modernantiqua-regular', 'sans-serif'; }.art-gabriela-regular, .art-gabriela-regular * { font-family: 'gabriela-regular', 'sans-serif'; }.art-delius-regular, .art-delius-regular * { font-family: 'delius-regular', 'sans-serif'; }.art-creteround-regular, .art-creteround-regular * { font-family: 'creteround-regular', 'sans-serif'; }.art-chivo-regular, .art-chivo-regular * { font-family: 'chivo-regular', 'sans-serif'; }.art-bangers-regular, .art-bangers-regular * { font-family: 'bangers-regular', 'sans-serif'; } .art-spacemono-regular { font-size: clamp(10px,4vh,21px); line-height: clamp(10px,4vh,25px); }.art-shortstack-regular { font-size: clamp(10px,4vh,22px); line-height: clamp(10px,4vh,25px); }.art-rokkitt-regular, .art-delius-regular, .art-creteround-regular, .art-chivo-regular { font-size: clamp(10px,4vh,24px); line-height: clamp(10px,4vh,30px);}.art-rochester-regular { font-size: clamp(10px,4vh,28px); line-height: clamp(10px,4vh,36px);}.art-quicksand-regular, .art-gabriela-regular { font-size: clamp(10px,4vh,23px); line-height: clamp(10px,4vh,28px);}.art-pacifico-regular { font-size: clamp(10px,4vh,23px); line-height: clamp(10px,4vh,36px);}.art-oswald-regular, .art-nunito-regular { font-size: clamp(10px,4vh,25px); line-height: clamp(10px,4vh,30px); }.art-modernantiqua-regular { font-size: clamp(10px,4vh,22px); line-height: clamp(10px,4vh,27px);}.art-bangers-regular { font-size: clamp(10px,4vh,25px); line-height: clamp(10px,4vh,35px);}@font-face {    font-family: 'spacemono-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/SpaceMono-Regular.52eb73dbce8bf4083a59acc2e91699ad.ttf') format('truetype');}@font-face {    font-family: 'shortstack-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/ShortStack-Regular.c38b1f2a64a72ed302007f13273c7ed4.ttf') format('truetype');}@font-face {    font-family: 'rokkitt-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Rokkitt-Regular.9fd6a48449c35ab359a8b19f8dc2f989.ttf') format('truetype');}@font-face {    font-family: 'rochester-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Rochester-Regular.db298adb72f998df4b62d504ba1b44f3.ttf') format('truetype');}@font-face {    font-family: 'quicksand-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Quicksand-Regular.216d43ee8707910af457af569eda1dec.ttf') format('truetype');}@font-face {    font-family: 'pacifico-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Pacifico-Regular.9b94499ccea3bd82b24cb210733c4b5e.ttf') format('truetype');}@font-face {    font-family: 'oswald-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Oswald-Regular.e1996192b98a516646ff9a8c0c0ca90c.ttf') format('truetype');}@font-face {    font-family: 'nunito-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Nunito-Regular.d8de52e6c5df1a987ef6b9126a70cfcc.ttf') format('truetype');}@font-face {    font-family: 'modernantiqua-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/ModernAntiqua-Regular.305494d7524976beeb3d7b6def253a5f.ttf') format('truetype');}@font-face {    font-family: 'gabriela-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Gabriela-Regular.b48569238eeb0d62de28a5d056b16bef.ttf') format('truetype');}@font-face {    font-family: 'delius-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Delius-Regular.19cfcfb8ec2f8c6d21f766333e2e8e83.ttf') format('truetype');}@font-face {    font-family: 'creteround-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/CreteRound-Regular.cb7a850d82e9bb099b1b994c7d64b4f0.ttf') format('truetype');}@font-face {    font-family: 'chivo-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Chivo-Regular.dd17e112de5332c5ff867b8bce909fd0.ttf') format('truetype');}@font-face {    font-family: 'bangers-regular';    src: url('/arattai-chat/source/officechat/images/default/arattai/storyfonts/Bangers-Regular.a82040ecf06139df2f3e653326b3420c.ttf') format('truetype');} .flex { display: flex; }.flexI { display: inline-flex; }.flexC{ display: flex; align-items: center; }.flexIC { display: inline-flex; align-items: center; }.fdirC { display: flex; flex-direction: column; }.flexIM { display: inline-flex; justify-content: center; align-items: center; }.flexM { display: flex; align-items: center; justify-content: center; }.flexS { align-items: start; }.flexStr { align-items: stretch; }.flexE { align-items: flex-end; }.flexW { flex-wrap: wrap; }.flexG{ flex-grow: 1; }.fshrink { flex-shrink: 0; }.justifySB{ justify-content: space-between; }.justifySA{justify-content: space-around;}.justifyC { justify-content: center; }.justifyE{ justify-content: flex-end; }.alignselfC { align-self: center; }.alignselfS { align-self: flex-start; }.flx-rowR{flex-direction: row-reverse;}.diB, .dIB { display: inline-block; }.show, .dB{ display: block; }.dN { display: none; }.hide { display: none !important; }.dsp_tble{display: table; width: 100%; table-layout: fixed;}.dsp_tble_cell{display: table-cell; vertical-align: middle;}.vsbH { visibility: hidden; }.vsbV { visibility: visible; }.valnT { vertical-align: top; }.valnM { vertical-align: middle; }.wsn{white-space: inherit !important;}.font6 { font-size: 6px; }.font8 { font-size: 8px; }.font9 { font-size: 9px; }.font10 { font-size: 10px; }.font11 { font-size: 11px; }.font12 { font-size: 12px; }.font13 { font-size: 13px; }.font14 { font-size: 14px; }.font15 { font-size: 15px; }.font16 { font-size: 16px; }.font17 { font-size: 17px; }.font18 { font-size: 18px; }.font19 { font-size: 19px; }.font20 { font-size: 20px; }.font21 { font-size: 21px; }.font22 { font-size: 22px; }.font23 { font-size: 23px; }.font24 { font-size: 24px; }.font25 { font-size: 25px; }.font30 { font-size: 30px; }.font36 { font-size: 36px; }.font40 {font-size: 40px;}.font50 { font-size: 50px; }.fontB { font-weight: bold; }.fontN { font-weight: normal; }.fontStyleN { font-style: normal; }.fontStyleI { font-style: italic; }.p0 { padding: 0px; }.p4 { padding: 4px; }.p8 { padding: 8px; }.p10 { padding: 10px; }.p12 { padding: 12px; }.p16 { padding: 16px; }.p20 { padding: 20px; }.p24 { padding: 24px; }.p28 { padding: 28px; } .pT0 { padding-top: 0px; }.pT2 { padding-top: 2px; }.pT4 { padding-top: 4px; }.pT5 { padding-top: 5px; }.pT8 { padding-top: 8px; }.pT10 { padding-top:10px; }.pT12 { padding-top: 12px; }.pT15 { padding-top: 15px; }.pT16 { padding-top: 16px; }.pT20 { padding-top: 20px; }.pT24 { padding-top: 24px; }.pT30 { padding-top: 30px; }.pT32 { padding-top: 32px; }.pT40 { padding-top: 40px; } .pB0 { padding-bottom: 0; }.pB4 { padding-bottom: 4px; }.pB8 { padding-bottom: 8px; }.pB12 { padding-bottom: 12px; }.pB15 { padding-bottom: 15px; }.pB16 { padding-bottom: 16px; }.pL18 { padding-left: 18px; }.pB20 { padding-bottom: 20px; }.pB24 { padding-bottom: 24px; }.pB28 { padding-bottom: 28px; }.pB32 { padding-bottom: 32px; }.pB40 { padding-bottom: 40px; } .pL0 { padding-left: 0px; }.pL2 { padding-left: 2px; }.pL4 { padding-left: 4px; }.pL8 { padding-left: 8px; }.pL10 { padding-left: 10px; }.pL12 { padding-left: 12px; }.pL16 { padding-left: 16px; }.pL20 { padding-left: 20px; }.pL24 { padding-left: 24px; }.pL28 { padding-left: 28px; }.pL32 { padding-left: 32px; }.pL40 { padding-left: 40px; } .pR0 { padding-right: 0px; }.pR4 { padding-right: 4px; }.pR6 { padding-right: 6px; }.pR8 { padding-right: 8px; }.pR12 { padding-right: 12px; }.pR16 { padding-right: 16px; }.pR20 { padding-right: 20px; }.pR24 { padding-right: 24px; }.pR28 { padding-right: 28px; }.pR32 { padding-right: 32px; }.pR40 { padding-right: 40px; } .pLR4 { padding: 0 4px; }.pLR8 { padding: 0 8px; }.pLR12 { padding: 0 12px; }.pLR16 { padding: 0 16px; }.pLR20 { padding: 0 20px; }.pLR24 { padding: 0 24px; }.pLR28 { padding: 0 28px; }.pLR32 { padding: 0 32px; }.pLR36 { padding: 0 36px; }.pLR38 { padding: 0px 38px;} .pTB4 { padding: 4px 0; }.pTB6 { padding: 6px 0; }.pTB12 { padding: 12px 0; }.pTB14 { padding: 14px 0; }.pTB10 { padding: 10px 0; }.pTB16 { padding: 16px 0; }.pTB20 { padding: 20px 0; }.pTB24 { padding: 24px 0; }.pTB28 {  padding: 28px 0;}.pTB32 { padding: 32px 0; } .mAuto { margin: auto; }.m0 { margin: 0px; }.m4 { margin: 4px; }.m8 { margin: 8px;}.m12 { margin: 12px; }.m16 { margin: 16px; }.m20 { margin: 20px; }.m24 { margin: 24px; }.m28 { margin: 28px; } .mT0 { margin-top: 0px; }.mT2 { margin-top: 2px; }.mT4 { margin-top: 4px; }.mT5 { margin-top: 5px; }.mT6 { margin-top: 6px; }.mT7 { margin-top: 7px; }.mT8 { margin-top: 8px; }.mT10 { margin-top: 10px; }.mT12 { margin-top: 12px; }.mT13 { margin-top: 13px; }.mT14 { margin-top: 14px; }.mT15 { margin-top: 15px; }.mT16 { margin-top: 16px; }.mT20 { margin-top: 20px; }.mT22 { margin-top: 22px; }.mT24 { margin-top: 24px; }.mT28 { margin-top: 28px; }.mT30 { margin-top: 30px; }.mT32 { margin-top: 32px; }.mT40 { margin-top: 40px; }.mT100 { margin-top: 100px; } .mB0 { margin-bottom: 0; }.mB2 { margin-bottom: 2px; }.mB4 { margin-bottom: 4px; }.mB5 { margin-bottom: 5px; }.mB6 { margin-bottom: 6px; }.mB7 { margin-bottom: 7px; }.mB8 { margin-bottom: 8px; }.mB10 { margin-bottom: 10px; }.mB12 { margin-bottom: 12px; }.mB13 { margin-bottom: 13px; }.mB16 { margin-bottom: 16px; }.mB20 { margin-bottom: 20px; }.mB24 { margin-bottom: 24px; }.mB28 { margin-bottom: 28px; }.mB32 { margin-bottom: 32px; }.mB40 { margin-bottom: 40px; }.mB64 { margin-bottom: 64px; }.mB70 { margin-bottom: 70px; } .mLA { margin-left: auto; }.mL0 { margin-left: 0px; }.mL2 { margin-left: 2px; }.mL4 { margin-left: 4px; }.mL5 { margin-left: 5px; }.mL8 { margin-left: 8px; }.mL10 { margin-left: 10px; }.mL12 { margin-left: 12px; }.mL16 { margin-left: 16px; }.mL18 { margin-left: 18px; }.mL20 { margin-left: 20px; }.mL22 { margin-left: 22px; }.mL24 { margin-left: 24px; }.mL28 { margin-left: 28px; }.mL32 { margin-left: 32px; }.mL40 { margin-left: 40px; }.mL48 { margin-left: 48px; }.mL60 { margin-left: 60px; }.mL92 { margin-left: 92px; } .mRA { margin-right: auto; }.mR0 { margin-right: 0px; }.mR2 { margin-right: 2px; }.mR4 { margin-right: 4px; }.mR5 { margin-right: 5px; }.mR6 { margin-right: 6px; }.mR8 { margin-right: 8px; }.mR10 { margin-right: 10px; }.mR12 { margin-right: 12px; }.mR16 { margin-right: 16px; }.mR18 { margin-right: 18px; }.mR20 { margin-right: 20px; }.mR24 { margin-right: 24px; }.mR28 { margin-right: 28px; }.mR32 { margin-right: 32px; }.mR40 { margin-right: 40px; }.mLRA { margin: 0 auto; }.mLR2 { margin: 0 2px; }.mLR4 { margin: 0 4px; }.mLR5 { margin: 0 5px; }.mLR6 { margin: 0 6px; }.mLR12 { margin: 0 12px; }.mLR16 { margin: 0 16px; }.mLR20 { margin: 0 20px; }.mLR24 { margin: 0 24px; }.mLR28 { margin: 0 28px; }.mLR32 { margin: 0 32px; }.mLR36 { margin: 0 36px; }.mLR38 { margin: 0px 38px;} .mTB4 { margin: 4px 0; }.mTB5 { margin: 5px 0; }.mTB6 { margin: 6px 0; }.mTB8 { margin: 8px 0; }.mTB12 { margin: 12px 0; }.mTB16 { margin: 16px 0; }.mTB20 { margin: 20px 0; }.mTB24 { margin: 24px 0; }.mTB28 {  margin: 28px 0;}.mTB32 { margin: 32px 0; }.posR, .posrel { position: relative; }.posA { position: absolute; }.posF { position: fixed; }.curP, .cur { cursor: pointer; }.curD { cursor: default; }.curT { cursor: text; }.curN { pointer-events: none; }.textC { text-align: center; }.textR { text-align: right; }.textL { text-align: left; }.text-transU { text-transform: uppercase; }.text-transL { text-transform: lowercase; }.text-transC { text-transform: capitalize; }.text-decorU { text-decoration: underline; }.line1 {line-height: 1;}.lineN { line-height: normal; }.line12 { line-height: 12px; }.line14 { line-height: 14px; }.line15 { line-height: 15px; }.line16 { line-height: 16px; }.line18 { line-height: 18px; }.line20 { line-height: 20px; }.line22 { line-height: 22px; }.line24 { line-height: 24px; }.line26 { line-height: 26px; }.line28 { line-height: 28px; }.line30 { line-height: 30px; }.line36 { line-height: 36px; }.line44 { line-height: 44px; } .h100 { height: 100%; }.w100 { width: 100%; }.wh100 { width: 100%; height: 100%; }.w95 { width: 95%; }.w90 { width: 90%; }.w75 { width: 75%; }.w50 { width: 50%; }.w25 { width: 25%; }.maxW70 { max-width: 70%; }.maxW100 { max-width: 100%; }.maxW100px { max-width: 100px; }.maxW200px { max-width: 200px; }.maxW250px { max-width: 250px; }.maxW280px { max-width: 280px; }.maxW500px { max-width: 500px; }.clrR { color: #f06c66; }.gap4{ gap: 4px }.gap10{ gap: 10px; }.rotate180 { transform: rotate(180deg); }.ellips { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.ellips-L1 { -webkit-line-clamp: 1; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; word-break: break-all; }.bdrR100 { border-radius: 100%; }.bdrR4 { border-radius: 4px; }.bdrR8 { border-radius: 8px; }.bdrR16 { border-radius: 16px; }.bdrR20 { border-radius: 20px; }.bdrR48 { border-radius: 48px; }.bdrN { border: none; }.drag { cursor: move; }.ovrflwXA{overflow-x: auto;}.ovrflwA { overflow-x: hidden; overflow-y: auto; }.ovrflwH { overflow: hidden; }.wrd-brk{ word-break: break-word; }.wrd-brkall { word-break: break-all; }.wrd-wrp{ word-wrap: break-word; }.objFitCoverTop { object-fit: cover; object-position: top; }.objFitCover { object-fit: cover; }.objFitContain { object-fit: contain; }.invisible { visibility: hidden; }.clearfix::after { content: ""; clear: both; display: table; }.push-to-bottom { position: absolute; bottom: 0; width: 100%; z-index: 10; }.fR { float: right !important; }.ml-lhs-item{ padding: 10px; margin: 2px 10px; display: flex; align-items: center; border-radius: 5px;}.ml-lhs-item-icn{width: 36px; height: 36px; font-size: 16px; border-radius: 100%; border: 1px solid var(--icon-border-color); box-sizing: border-box; color: var(--color-icon); display: flex; align-items: center; justify-content: center;}.ml-lhs-item:hover .ml-lhs-item-label, .ml-lhs-item:hover .ml-lhs-item-icn, .ml-lhs-item.sel .ml-lhs-item-label, .ml-lhs-item.sel .ml-lhs-item-icn{color: var(--color-theme);}.ml-lhs-item.sel .ml-lhs-item-label, .ml-lhs-item.sel .ml-lhs-item-icn{font-weight: bold;}.ml-lhs-item:hover .ml-lhs-item-icn, .ml-lhs-item.sel .ml-lhs-item-icn{color: #fff; background-color: var(--color-theme); border-color: var(--color-theme);}.ml-lhs-item:hover, .ml-lhs-item.sel{background-color: var(--color-hover1); cursor: pointer;}.ml-hdr-img .zcunrdrds, .ml-hdr-img img{height: 30px; width: 30px; border: 1px solid var(--default-bg-color); box-shadow: 0px 0px 4px var(--box-shadow-color2);}.ml-hdr-img .zc-1 img { height: 28px; width: 28px; border: 2px solid var(--bg-color-3); border-radius: 15px;}.ml-actn-band{padding: 8px 12px; line-height: 16px;}.ml-items-cntr{padding: 14px 0px;}.ml-data-container{ padding: 0px 12px 10px; line-height: initial;}.ml-data-container.list-view { padding: 0; height: 100%; }.ml-grid-item, .ml-grid-item-ldr, .ml-hdr-ldr, .ml-list-item-ldr{ width: 100%; height: 89px; }.ml-grid-item-ldr, .ml-hdr-ldr, .ml-list-item-ldr{border: none; background: linear-gradient(90deg, var(--color-divider) 0.59%, var(--loader-clr) 103.3%); opacity: 0.96;}.ml-list-item-ldr{background: linear-gradient(177.97deg, var(--color-divider) 0.59%, var(--loader-clr) 103.3%); width:100%; height: 30px; margin-bottom: 26px;}.ml-hdr-ldr{width: 58px; height:12px; margin: 0 0 14px;}.ml-grid-item .ml-image-item{width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; position: absolute; padding: 0; background-repeat: no-repeat !important; background-position: 50% 50% !important; background-size: cover !important; object-fit: cover;}.ml-grid-item .ml-audio-item{width: 100%; height: 89px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; padding: 0; background-repeat: no-repeat !important; background-position: 50% 50% !important; background-size: cover !important; object-fit: cover;}.ml-grid-item .ml-grid-bg-item{background-color: var(--color-hover2);}.ml-grid-item-footr{padding: 8px 12px; background-color: var(--color-main);}.ml-clamp-2{max-height: 52px; -webkit-line-clamp: 2; line-height: 21px;}.ml-list-item{ padding: 0 16px; height: 66px; }.ml-list-img .chtimg img{ position: relative; width :24px; height:24px; pointer-events: all; margin-left:0px; border-radius:12px; }.ml-list-img .msg-sender-wrap { margin-bottom: 0; }.ml-list-img .msg-sender-wrap span{ display:none; }.ml-list-img { width: 24px; height: 24px; border: 1px solid var(--border-color-light); border-radius: 50%; position: absolute; top: 5px; left: 5px; z-index: 2; overflow: hidden; }.ml-list-img:empty { display: none; }.ml-list-img .sender-image { position: static; width: 100%; height: 100%; }.ml-data-container .ml-grid-item .ml-list-img .sender, .ml-data-container .ml-list-item .ml-list-img .sender, .ml-data-container .ml-grid-item .ml-list-img .sender.me,.ml-data-container .ml-list-item .ml-list-img .sender.me{background-color: transparent; padding: 0px; line-height: initial;}.ml-list-img .zc-1 img{ position: relative; width :24px; height:24px; pointer-events: all; }.ml-thumbnail-image{ width:80px; height:72px; background-repeat: no-repeat;  pointer-events: all; border-radius:4px; object-fit: cover; }.ml-list-item:hover, .ml-list-item.active, .ml-list-item:focus{ background-color: var(--bg-hover-color); border-radius: 4px;}.ml-list-item:focus .ml-emptylist-item, .ml-list-item.active .ml-emptylist-item, .ml-list-item:focus .ml-thumbnail-image{ box-shadow: 0px 0px 6px var(--box-shadow-color2); }.ml-grid-item .zcimg-actn-btn { width: fit-content;  min-width: 20px;  height:20px; border-radius: 4px; font-size: 12px; color: var(--color-white); background-color: transparent; border:none; pointer-events: all; line-height: 15px; margin-left: 0; width: -moz-fit-content; }.ml-grid-item .zcimg-actn-btn:hover { background-color: var(--overlay-bg); }.ml-list-item .zcimg-actn-btn { width: 24px; height: 24px; font-size: 14px; margin-left: 12px; color: var(--color-icon); background-color: transparent; border:none; box-shadow: none; pointer-events: all; }.ml-list-item .zcimg-actn-btn:hover { color: var(--color-main); }.grid_options{ left:0px; top:0px; z-index: 1; width: 100%; transition: all 0.3s ease-out; }.ml-grid-item:hover .zccthov, .ml-grid-item.active .zccthov, .ml-grid-item:focus .zccthov{  visibility: visible; opacity: 1; }.ml-grid-item img{ display: block; border-radius: 0; }.ml-grid-item .ml-icon_dom { position: absolute; bottom: 0; z-index: 2; background-color: var(--overlay-bg-2); width: 100%; height: 29px; padding: 0 4.5px; }.ml-list-item:hover .ml-icon_dom { max-height: 24px }.ml-list-item:hover .ml-icon_dom, .ml-grid-item:hover .ml-icon_dom, .ml-list-item.active .ml-icon_dom, .ml-grid-item.active .ml-icon_dom, .ml-grid-item:focus .ml-icon_dom, .ml-list-item:focus .ml-icon_dom{ pointer-events : all; display: flex; }.ml-list-item:hover .msg_time, .ml-list-item.active .msg_time{ display: none; }.list-item-name { max-width: 232px; }.ml-grid-item:hover .grid_options, .ml-grid-item.active .grid_options, .ml-grid-item:focus .grid_options{ display: flex; visibility: visible; opacity: 1; }.ml-grid-item .zcmediacntrl{ z-index: 3; }.ml-grid-item .zcfilevw{ height : 136px; }.ml-grid-item .zcvideomn.zcfilevw{ height : 89px; border-radius: 2px; position: absolute; }.ml-emptygrid-item{ font-size:51px; background-color: var(--color-hover1); color: var(--loader-border-clr); }.ml-emptylist-item{ width:80px; height:72px; background-color: var(--am-color-white); color: var(--color-icon); border-radius:3px; }.ml-emptylist-item .ml-file-default{font-size: 8px;  width: 24px; height: 12px; color: var(--color-icon); background-color: var(--color-divider); left: -1px; text-align: center; bottom: 5px; text-transform: uppercase;}.ml-emptylist-item.arf-link:before { font-size: 1.5em;}.ml-emptygrid-item .ml-file-default{ font-size: 12px; top: 36px; left: 119px; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.11); border-radius: 3px; color: #7c98a0; background-color: var(--default-bg-color);  width: 18%; height:20px; padding: 2px 0px; }.ml-emptygrid-item .zc-upldfile{ width: 100%; height:52px; } .ml-datesep{  font-size: 14px; line-height: 20px; color: var(--color-secondary); }.list-view .ml-datesep { padding: 0 16px; }.ml-grid-item .mc183cf01f_playeroverlay, .ml-grid-item .mc183cf01f_playerparent_container{ border-radius: 4px; }.ml-grid-item .mc183cf01f_forwardiconcontainer, .ml-grid-item .mc183cf01f_downloadiconcontainer { opacity:0; display: none; }.ml-def-file{ height:50%; width:100%; background-color: var(--bg-color-3); }.ml-filename{width: 12px; height: 12px;}.ml-filename:before{ color: var(--color-icon); }.ml-filesize{ color: var(--color-lp1); }.grid_options.loadicon{ font-size: 40px; background-color: var(--color-hover1); color: var(--loader-border-clr); }.grid_options.loadicon .zc-upldfile{ width:60px; height:60px; }.ml-emptylist-item.loadicon{ line-height: 12px; font-size:12px; width:24px; height:24px; background-color: var(--color-hover1); color: var(--color-icon); border: 1px solid var(--color-divider); border-radius:3px; }.ml-dropdown{ border: 1px solid var(--color-divider); border-radius:4px; background-color: var(--bg-color-2); }.drpdwn-wrp .zcl-menu-wrap{ min-width: 139px; z-index:2; }.drpdwn-wrp .zcl-menu-wrap.active { border: 1px solid var(--color-divider); border-radius:4px; background-color: var(--bg-color-2); }.ml-empty-image{ width: 180px; height: 104px; background-repeat: no-repeat;}.ml-empty-text { margin-top: 30px; font-size: 18px; line-height: 30px; color: var(--color-secondary); text-align: center;  }.list-view .ml-empty-text { padding: 0 36px; }.ml-image-all{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_empty_all.svg);}.ml-image-image{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_empty_image.svg);}.ml-image-video{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_empty_video.svg);}.ml-image-audio{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_empty_audio.svg);}.ml-image-file{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_empty_file.svg);}.ml-image-link{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_empty_link.svg);}.arattai-dark-mode .ml-image-all{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_nmempty_all.svg);}.arattai-dark-mode .ml-image-image{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_nmempty_image.svg);}.arattai-dark-mode .ml-image-video{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_nmempty_video.svg);}.arattai-dark-mode .ml-image-audio{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_nmempty_audio.svg);}.arattai-dark-mode .ml-image-file{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_nmempty_file.svg);}.arattai-dark-mode .ml-image-link{background-image: url(/arattai-chat/source/officechat/images/default/media_listing/ml_nmempty_link.svg);}.ml-filter .addparticipants{ right: 102%; top: 0%; width: 350px;}.ml-filter .addparticipants .windwbtn{ visibility:visible; background-color: var(--color-green);}.ml-filter .zccrin.reminputbox{ padding : 10px; background: var(--bg-color-2); }.ml-filter .crchndcnt.crchndcnt-edit{ height: 50px; background: var(--bg-color-2); border-radius: 0px 0px 4px 4px; }.ml-filter .list-img,  .ml-filter .list-img img{ height:36px; width:36px; }.ml-filter .rem-drpdwn-cnt, .ml-filter .remcontact{ padding:10px; }.ml-filter .zccrin.reminputbox{ width:89%; margin: 0px 20px; }.ml-filter .reminputbox > div{ overflow:hidden; }.ml-input{height: 36px; width: 50%; font-size: 14px; color: var(--color-main); padding: 0px 12px; background: var(--default-bg-color); box-shadow: 0 0 2px 0 rgba(52, 74, 88, 0.57); border: 1px solid var(--input-border-color); border-radius: 4px; display: flex; align-items: start; outline: none; align-self: center;}.ml-input .zcl-icon{ width: 14px; }.ml-search.zcl-search { border: none; transition: all 0.2s ease-out;  }.ml-search.zcl-search.active { justify-content: normal; width: 100%; height: 100%; min-height: 40px; border: 1px solid var(--color-blue); }.ml-search.zcl-search, .zcl-icon.ml-icon{ width: 40px; height: 40px; }.ml-search .zcl-search-icon { transition: padding 0s; }.ml-search.active .zcl-search-icon { pointer-events: none; align-self: flex-start; height: 100%; padding-top: 10px; }.ml-search.active .zcl-search-input { display: flex; height: 100%; max-height: 166px; flex-flow: row wrap; overflow-y: scroll; overflow-x: hidden; width: 80%; }.ml-search.active .zcl-search-input input { min-width: 50%; height: 40px; width: 100%; }.ml-search.zcl-search ~ * { display: none; }.ml-search.active ~ [clickoutside] { display: flex; opacity: 1; visibility: visible; }.ml-search.active ~ .ml-search-filters { display: block; }.zcl-search .zcl-icon--default { border:none; }.mlsharedby:hover{ background-color: var(--color-hover1); }.mlsharedby:hover .arf-downArrow{ color: var(--icon-hover-color); }.drpdwn-wrp .ml-selcontactcnt{ border: 1px solid var(--color-divider); border-radius: 50%; background-color: var(--default-bg-color); padding: 8px; font-size: 11px; width:22px; height:22px;}.drpdwn-wrp .zcricnt img, .drpdwn-wrp .zcricnt{ width:30px; height:30px; }.ml-actn-band .ml-filter .zcrtchtcontct .msi-hisseld:before{ font-size:28px; width:28px; height: 28px; right: 10px; top: 16px; font-weight:bold; border : none; background-color: transparent; border-color: transparent;  visibility: hidden; position: absolute; color: #98c788; z-index: 1; border-radius: 100%; margin-left: -6px; margin-top: -6px; }.ml-actn-band .ml-filter .zcrtchtcontct:hover .msi-hisseld:before{ visibility: visible; }.ml-actn-band .zcrtchtcontct:hover .list-cnt{ width:73%; }.ml-actn-band .mlsharedby { border: 1px solid var(--input-border-color); padding: 8px; border-radius: 4px; height:34px; width:fit-content; width: -moz-fit-content;}.ml-actn-band .mlsharedby.active { background-color: var(--color-hover1); }.ml-actn-band .ml-filters, .ml-actn-band .flexC { display: none; } .mlsharedby .zcl-menu-wrap.active{ background-color: var(--drpdown-bg-color); }.zcl-menu-item.active{ background-color: var(--drpdown-bg-color); }.mlsharedby .drpdwn-wrp .selectedusers img, .mlsharedby .drpdwn-wrp .ml-selcontactcnt,  .mlsharedby .drpdwn-wrp .selectedusers .zcricnt{ height:22px; width:22px; }.mlsharedby .drpdwn-wrp .ml-selcontactcnt.zcricnt { margin-left: -11px; }.ml-grid-item .ml-select.zcunrdchkbx.msgsel{ top: -10px; left: 207px; opacity:1; }.cwin .zcl-tab{ border-top: none;  border-radius: 0px 0px 6px 6px; }.ml-search-filters { position: absolute; top: 21px; right: 70px; }.ml-search-filters .search-filter { color: var(--color-icon); }.ml-search-filters .search-filter:hover { color: var(--color-main); }.ml-search-filters .search-filter.active { color: var(--color-blue); }.ml-search-filters .zcl-menu-wrap { z-index: 10; }.ml-search-filters .zcl-menu-wrap::after { display: none; }.ml-search-filters .addparticipants { width: 250px; height: 344px; cursor: default; color: var(--color-main); background-color: var(--bg-color-1); border-radius: 4px; box-shadow: 0px 2px 8px var(--box-shadow-color2); position: absolute; right: 0; top: calc(100% + 12px); z-index: 2; }.ml-search-filters .list-img { width: 32px; height: 32px; margin-right: 20px; border-radius: 50%; overflow: hidden; }.ml-search-filters .remcontact { padding: 8px 16px; cursor: pointer; }.ml-search-filters .remcontact:hover { background-color: var(--bg-hover-color); }.ml-search-filters .remcontact:hover .zcl-checkbox .arf-tick, .remcontact input:checked + .arf-tick { display: flex; }.ml-search-filters .remcontact .zcl-checkbox span { border-color: var(--color-lp2); }.ml-search-filters .rem-drpdwn-cnt { height: 284px; }.ml-search .zcl-search-input .arf-search-close { opacity: 1; visibility: visible; width: 16px; height: 16px; font-size: 14px; }.ml-search .filter-tag { display: flex; align-items: center; max-width: 160px; height: 28px; padding: 4px 8px; margin: 2px 4px 4px 2px; background-color: var(--search-filter-bg); border: 1px solid var(--border-color-light); border-radius: 4px; }.ml-search .filter-tag:empty { border: none; padding: 0; margin: 0; }.ml-search.multiline { height: 100%; }.ml-search.multiline .zcl-search-input input { flex: auto; width: 100%; height: 40px; }.ml-link-display{ height: 38px; line-height: 20px; overflow: hidden; width: 206px; text-overflow: ellipsis; word-wrap: break-word; }.ml-grid-item .ml-img-fit{  object-fit: contain; background-color: var(--color-hover1); }.ml-list-grid .grid_options{ height: 80px; }.zcl-icon.date-filter-display{ background-color: var(--color-hover1); transition: width .2s ease-out; border-radius: 5px 0px 0px 5px; width:0.1px; font-size: 13px; opacity:0; }.zcl-icon.date_display{ width: fit-content; width: -moz-fit-content;}.zcl-icon.ml-date{ height:34px; width:34px; transition: none;}.datefil_txt{ height: 16px; overflow: hidden; }.mediarange-popup{ top: calc(100% + 5px); right :0px; }.mediarange-popup .daterange-section{ width:650px; }.zcl-popup.daterange-popup, .ml-actn-band .zcl-menu-wrap { z-index:2; }.zcl-icon.ml-filterdate{ height:34px; width:145px; border: 1px solid var(--icon-border-color); border-right-color: transparent; opacity:1 !important; padding:5px;}.mediarange-popup .daterange-section.datespecific-section{ width:330px; }.multipleforward{ bottom: 11px; width: 50%; left: 28%; }.datefil_txt{ height: 16px; overflow: hidden; }.zcl-icon.datefil-bdr{ border-left-color: transparent; border-radius: 0px 5px 5px 0px; }.daterange-section .bdr-right, .mediarange-popup .bdr-right{ border-right: 1px solid var(--input-border-color); }.arattai-dark-mode .date-picker tbody.datepickerDays td.datepickerSelected.clr-R a span, .date-picker tbody.datepickerDays td.datepickerSelected.clr-R a span{ background-color: var(--color-red) !important; }.mlcalender-head{ background-color: var(--bg-color-2); padding: 10px; text-align: center;}.ml-grid-item:hover .zcl-checkbox::after{ z-index:1;  background: rgba(0, 0, 0, 0.2); opacity:1; }.ml-grid-item .zcl-checkbox:hover:after{ transform: scale(1.1); }.ml-grid-item .zcl-checkbox::after{  z-index:0; left: 85%; top:2px; width:26px; height:26px; transform: scale(1.1); transition: none; }.ml-grid-item:hover .zcl-checkbox span{ z-index:2; }.ml-grid-item .zcl-checkbox span{ left: 86%; width:20px; height:20px; top: 5px; border-color: #fff; background: rgba(0, 0, 0, 0.2); }.ml-grid-item .zcl-checkbox > span:after { width:20px; height:20px; }.ml-grid-item .zcl-checkbox span:before{ font-size: 10px; }.cwin-mediatab { height: 38px; z-index: 4; position: relative; }.cwin-mediatab-item { width: 80px; height: 28px; position: relative; margin-right: 10px; border-radius: 5px; backface-visibility: hidden; flex-shrink: 0; text-align: center; line-height: 28px; font-weight: bold; color: var(--color-lp1); z-index: 1; transform: translateZ(1px); }.cwin-mediatab:after {content: "";background-color: var(--bg-color-2); position: absolute;width: 100%;height: 100%;top: 0;left: 0;border-radius: 0 0 6px 6px;transform: perspective(12px) rotateX(-1deg);z-index: -1;border: 1px solid var(--color-divider);}.cwin-mediatab-item:first-child.sel:after, .cwin-mediatab-item:last-child.sel:after {content: "";background-color: var(--default-bg-color);position: absolute;width: 10px;height: 100%;top: 0;z-index: 0;transform-origin: bottom;}.cwin-mediatab-item:first-child.sel:after {left: 6px;border-radius: 2px 0 0 5px;transform: perspective(50px) rotateX(-58deg) translateX(-5px);z-index: 0;box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.01);}.cwin-mediatab-item:last-child.sel:after {right: 6px;border-radius: 0px 2px 4px 0px;transform: perspective(50px) rotateX(-58deg) translateX(5px);z-index: 0;box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.01);}.cwin-mediatab-item:first-child {margin-left: 12px;}.cwin-mediatab-item:last-child {margin-right: 12px;}.cwin-mediatab-item.sel { color: var(--color-theme); background-color: var(--default-bg-color); box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07); }.gridlay { display: grid; grid-template-columns: repeat(auto-fill, minmax(89px, 1fr)); grid-gap: 2px; }.amc-link-lists-container { margin: 0px 12px 8px; height: 80px; background: var(--am-media-list-bg); border-radius: 4px; }.amc-link-lists-container.menu-active:hover { background: var(--am-media-list-bg); }.amc-link-lists-container:hover { background: var(--am-media-list-bg-hover) }.amc-media-link { color: var(--am-color-link2); }.amc-link-img-grid { height: 72px; }.amc-media-more-action-wrapper { position: absolute; top: 0px; right: 0px; width: 32px; height: 32px; display: none; }.amc-media-more-action-wrapper .zcl-icon { width: 32px; height: 32px; font-size: 16px; color: var(--color-main); border-radius: 50%; }.amc-media-more-action-wrapper .zcl-icon:hover { background: var(--am-bg-color-1); }.amc-media-more-action-wrapper .zcl-menu-wrap { max-width: 160px; min-width: 149px; box-shadow: 0 0 12px var(--am-media-menu-shadow); }.amc-link-lists-container .links-media-more { display: none; }.amc-media-more-action-wrapper .links-media-more:hover, .amc-media-more-action-wrapper .links-media-more.active { display: block; }.amc-link-lists-container:hover .zcl-icon { display: flex; }.amc-link-lists-container:hover .amc-media-more-action-wrapper,.amc-link-lists-container .amc-media-more-action-wrapper.active { display: block; }.amc-link-lists-container .zcl-menu-wrap { top: 36px; }.amc-link-lists-container .zcl-menu-wrap.top { top: unset; bottom: 36px; }.amc-link-lists-container .zcl-menu-wrap::after { display: none; }.mc4b6e3fc0_focusoff {    outline: none;}.mc4b6e3fc0_focuson {    outline: none;}.mc4b6e3fc0_focuson:focus {    box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);}.mc4b6e3fc0_button {    justify-content: center;    display: flex;    align-items: center;    font-size: 14px;    word-wrap: break-word;    text-align: center;}.mc4b6e3fc0_icon:before {    font-family: ZoFo-ChatBar;    content: attr(data-content);}.mc4b6e3fc0_negative {    color: #ef5364;    border: 1px solid #ef5364;}.mc4b6e3fc0_positive {    color: #ffffff;    background-color: var(--wms-primary-color);}.mc4b6e3fc0_negative:hover {    background-color: #f7f8f8;}.zmNightMode .mc4b6e3fc0_negative:hover {    background-color: #484848;}.mc266c4d21_calendarcontainer {    overflow: hidden;    padding: 5px 10px 5px 10px;    position: absolute;    background-color: #fff;    width: 100%;    border: solid 1px #e0dbdb;    border-radius: 3px;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;    z-index: 1;}.mc266c4d21_mountedtop {    bottom: 0;    border-bottom: none;    border-radius: 3px 3px 0px 0px;}.mc266c4d21_mountedbottom {    border-top: none;    border-radius: 0px 0px 3px 3px;}.mc266c4d21_calendarcontainer * {    box-sizing: border-box;}.mc266c4d21_month {    width: 100%;    display: flex;    height: 35px;    justify-content: space-between;}.mc266c4d21_monthcnt {    line-height: 35px;    font-weight: normal;    text-transform: capitalize;}.mc266c4d21_yearpadding {    margin-left: 2px;}.mc266c4d21_arrowright,.mc266c4d21_arrowleft {    margin-top: 5px;    text-align: center;    font-size: 10px;    min-width: 30px;    cursor: pointer;    color: #888;    border: none;    outline: none;    background-color: transparent;    font-family: ZoFo-ChatBar;}button.mc266c4d21_arrowright:focus,button.mc266c4d21_arrowleft:focus {    color: #000;}.mc266c4d21_arrowleft:before {    content: "\e62d";    font-family: ZoFo-Chatbar;}.mc266c4d21_arrowright:before {    content: "\e608";    font-family: ZoFo-Chatbar;}button.mc266c4d21_arrowleft:hover,button.mc266c4d21_arrowright:hover {    background: #fff;}button.mc266c4d21_arrowleft:hover:before,button.mc266c4d21_arrowright:hover:before {    color: #000;}.mc266c4d21_weekheader,.mc266c4d21_dayscontainer,.mc266c4d21_weekscontainer {    display: flex;    justify-content: space-between;}.mc266c4d21_weekheader {    color: #8c8cf1;    width: 100%;    height: inherit;    font-size: 12px;    padding: 5px 0px 5px 0px;}.mc266c4d21_weekheadercnt {    width: 30px;    text-align: center;    word-wrap: break-word;    text-transform: uppercase;}.mc266c4d21_days {    width: 30px;    height: 30px;    border-radius: 50%;    text-align: center;    font-family: inherit;    border: none;    outline: none;    padding: 0;    border: dotted 1px #ffffff00;    line-height: 28px;}.mc266c4d21_daysprev {    color: #9c9c9c;}.mc266c4d21_days:hover {    background-color: #3b465b;    color: white;    cursor: pointer;}.mc266c4d21_weekscontainer {    width: 100%;    flex-direction: column;    font-size: 12px;}.mc266c4d21_slideanimation,.mc266c4d21_slidein,.mc266c4d21_slideout {    animation: mc266c4d21_slide 0.4s forwards;    -webkit-animation: mc266c4d21_slide 0.4s forwards;}.mc266c4d21_slidein {    transform: translateX(-100%);}.mc266c4d21_slideout {    transform: translateX(100%);}@keyframes mc266c4d21_slide {    100% {        transform: translateX(0%);    }}.mc266c4d21_selecteddate {    background-color: #3b465b;    color: white;}.mc266c4d21_disabledday  {    color: #9c9c9c;}.mc266c4d21_days:focus {    border-color: #000;}.mc266c4d21_month button::-moz-focus-inner {    border: 0;}.zmNightMode .mc266c4d21_calendarcontainer {    background-color: var(--wms-chat-bg-color);}.zmNightMode .mc266c4d21_days:focus {    border-color: #ffffff;}.zmNightMode .mc266c4d21_days:hover {    background-color: #fff;    color: #000;    cursor: pointer;}.zmNightMode .mc266c4d21_dayscrnt {    color: #fff;}.zmNightMode .mc266c4d21_selecteddate {    background-color: #fff;    color: #000;}.zmNightMode .mc266c4d21_daysprev {    color: #666;}.zmNightMode .mc266c4d21_arrowright:focus,.zmNightMode .mc266c4d21_arrowleft:focus {    color: #fff;}.zmNightMode button.mc266c4d21_arrowleft:hover,.zmNightMode button.mc266c4d21_arrowright:hover {    background: var(--wms-chat-bg-color);}.zmNightMode .mc266c4d21_arrowleft:hover:before,.zmNightMode .mc266c4d21_arrowright:hover:before {    color: #fff;}.zmNightMode .mc266c4d21_monthcnt {    color: #fff;}.zmNightMode .mc266c4d21_disabledday {    color: #9c9c9c;}.mcd44f5b7f_parentcomponent * {    box-sizing: border-box;}.mcd44f5b7f_datepickercontainer {    height: 40px;    width: 100%;    display: flex;    border: solid 1px #e0dbdb;    border-radius: 3px;}.mcd44f5b7f_mountedbottom {    border-radius: 3px 3px 0px 0px;}.mcd44f5b7f_mountedtop {    border-radius: 0px 0px 3px 3px;}.mcd44f5b7f_calendarposition {    position: relative;}.mcd44f5b7f_datecnt,.mcd44f5b7f_placeholder {    line-height: 40px;    margin-left: 10px;    display: inline-block;    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;    width: calc(100% - 80px);    font-size: 13px;}.mcd44f5b7f_placeholder {    color: #999;    width: calc(100% - 40px);}.mcd44f5b7f_calendaricon,.mcd44f5b7f_calendarviaforms {    font-family: ZoFo-ChatBar;    color: #898989;    height: 100%;    margin-left: auto;    width: 40px;    text-align: center;    line-height: 40px;    border-top-right-radius: inherit;    border-bottom-right-radius: inherit;}.mcd44f5b7f_calendaricon {    background-color: #f6f6f6;}.mcd44f5b7f_calendaricon::before {    content: "\e9e6";    font-size: 18px;}.mcd44f5b7f_calendarviaforms:before {    content: "\e9e6";    font-size: 18px;}.mcd44f5b7f_parentcomponent:focus {    outline: none;}.mcd44f5b7f_parentcomponent:focus .mcd44f5b7f_datepickercontainer {    outline: none;    border: solid 1px var(--wms-primary-color);}.mcd44f5b7f_calendarwidth {    position: absolute;    width: 300px;    right: 0px;}.mcd44f5b7f_closeicon {    position: absolute;    top: 1px;    right: 40px;    height: 100%;    padding: 0 5px;    width: 40px;    font-size: 8px;    display: flex;    align-items: center;    justify-content: center;    color: #898989;    cursor: pointer;    border-right: solid 1px #dedede;}.mcd44f5b7f_closeicon:focus {    outline: none;    color: var(--wms-primary-color);    box-shadow: none;    border: solid 1px var(--wms-primary-color);}.zmNightMode .mcd44f5b7f_calendaricon {    color: var(--wms-primary-text-color);    background-color: #313131;}.zmNightMode .mcd44f5b7f_datecnt,.zmNightMode .mcd44f5b7f_calendarviaforms {    color: var(--wms-primary-text-color);    background-color: transparent;}.mcf1ee8b17_overlay {    position: fixed;    top: 0;    left: 0;    right: 0;    bottom: 0;    background: rgba(0, 0, 0, 0.5);    display: flex;    align-items: center;    justify-content: center;    text-align: left;}.mcf1ee8b17_container,.mcf1ee8b17_wms_dialog_container {    min-height: 500px;    max-height: 600px;    width: 550px;    background: rgb(255, 255, 255);    border-radius: 5px;    box-shadow: rgb(62, 62, 62) 0 0 20px;    right: 412px;    bottom: 80px;    display: flex;    flex-direction: column;}.mcf1ee8b17_close {    border-radius: 50%;    background: #e0e0e0;    height: 38px;    width: 38px;    font-size: 12px;    color: grey;    cursor: pointer;    text-align: center;    padding: 5px;    box-sizing: border-box;    flex-shrink: 0;    position: absolute;    right: 22px;    top: 15px;    background-color: #f5f5f5;    color: #d8d8d8;}.mcf1ee8b17_close:after {    content: "esc";    display: block;    line-height: 8px;}.mcf1ee8b17_close:hover {    color: #000;}.mcf1ee8b17_header,.mcf1ee8b17_wms_dialog_header {    display: flex;    position: relative;    padding: 15px;    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);    flex-direction: column;    text-align: center;    flex-shrink: 0;}.mcf1ee8b17_heading {    padding-bottom: 5px;    margin-bottom: 5px;    position: relative;    font-size: 15px;    height: 1em;    width: 100%;}.mcf1ee8b17_footer,.mcf1ee8b17_wms_dialog_footer {    margin: auto 0;    display: flex;    justify-content: center;    flex-direction: column;    flex-shrink: 0;}.mcf1ee8b17_button:focus {    box-shadow: 0 0 10px grey;}.mcf1ee8b17_wms_dialog_footer input {    height: 30px;    padding: 0 0 0px 10px;    resize: none;    border: solid 1px #e6e6e6;    border-radius: 3px;    width: 97%;    margin-top: 10px;}.mcf1ee8b17_aligncenter,.mcf1ee8b17_alignend,.mcf1ee8b17_destructive_button,.mcf1ee8b17_confirmation_button,.mcf1ee8b17_confirmation_button_small {    background-color: var(--wms-primary-color);    border-radius: 20px;    padding: 10px;    width: 150px;    color: #fff;    font-weight: bold;    align-self: center;    cursor: pointer;    line-height: 17px;}.mcf1ee8b17_destructive_button,.mcf1ee8b17_confirmation_button,.mcf1ee8b17_cancel_button {    width: 136px;    padding: 0px 15px;    border-radius: 100px;    height: 44px;}.mcf1ee8b17_confirmation_button_small {    width: 90px;    padding: 0px 20px;    height: 34px;}.mcf1ee8b17_destructive_button {    background-color: #ec4444;}.mcf1ee8b17_confirmation_button:hover,.mcf1ee8b17_destructive_button:hover,.mcf1ee8b17_confirmation_button_small:hover {    box-shadow: var(--wms-hover-shadow);}.mcf1ee8b17_alignend {    background-color: #4c596e;    width: 100px;    align-self: flex-end;    box-shadow: 0px 0px 14px #aaa;}.mcf1ee8b17_cancel_button {    border-radius: 100px;    width: 134px;    color: #4d4d4d;    font-weight: bold;    align-self: center;    cursor: pointer;    border: 1px solid #d6dadd;    margin-right: 20px;    height: 42px;}.mcf1ee8b17_cancel_button:hover {    box-shadow: inset 0px 4px 50px rgba(0, 0, 0, 0.15);}.mcf1ee8b17_wms_dialogtext {    width: 100%;    vertical-align: middle;}.mcf1ee8b17_wms_dialogtext img {    width: 38px;    height: 38px;    border-radius: 100%;}.mcf1ee8b17_wms_dialog_imginner {    display: flex;    align-items: center;    justify-content: center;}.mcf1ee8b17_wms_dialog_img {    width: 60px;    height: 60px;    display: flex;    align-items: center;    justify-content: center;    border-radius: 100%;    border: solid 1px transparent;    background: #fafafa;}.mcf1ee8b17_wms_dialog_txtcont {    padding: 10px;    font-size: 19px;    line-height: 23px;    text-align: center;}.mcf1ee8b17_wms_dialog_img:before {    content: "\e675";    font-family: "ZoFo-ChatBar";    font-size: 30px;    opacity: 0.7;}.mcf1ee8b17_wms_dialog_container {    max-width: 650px;    min-height: 220px;}.mcf1ee8b17_wms_dialog_header {    box-shadow: none;    padding: 30px 45px 15px;}.mcf1ee8b17_wms_dialog_contentwrapper {    background-color: #fafafa;    padding: 10px 20px 0px 20px;    font-size: 15px;}.mcf1ee8b17_wms_dialog_txttitle {    font-weight: bold;    margin-bottom: 15px;}.mcf1ee8b17_wms_dialog_content {    position: relative;    margin-bottom: 18px;    line-height: 20px;    padding-left: 20px;    letter-spacing: -0.2px;    color: #555555;}.mcf1ee8b17_wms_dialog_content:last-child {    margin-bottom: 0;}.mcf1ee8b17_wms_dialog_content:before {    content: "\e934";    position: absolute;    left: 0;    top: 0;    font-size: 11px;    transform: rotate(180deg);    font-family: ZoFo-ChatBar;}.mcf1ee8b17_wms_dialog_footer {    background-color: #fafafa;    padding: 20px;    margin: 0px;    border-radius: 5px;}.mcf1ee8b17_buttonwrapper {    display: flex;    flex-direction: row-reverse;}.mcf1ee8b17_buttonwrapper > div:last-child {    margin-right: 20px;}.mcf1ee8b17_showmandatoryerror {    font-size: 12px;    color: #f73930;    text-align: right;    padding-top: 3px;}.mcf1ee8b17_inputcontentwrapper {    height: 90px;}.mcf1ee8b17_wms_dialog_textinput {    position: relative;    margin: 10px auto;}.mcf1ee8b17_wms_dialog_textinput textarea {    width: 100%;    height: 60px;    border: 1px solid var(--wms-border-color);    border-radius: 5px;    outline: none;    resize: none;    font-family: inherit;    padding: 10px;    background-color: inherit;    color: inherit;}.zmNightMode .mcf1ee8b17_wms_dialog_textinput textarea {    border-color: #555;}.mcf1ee8b17_wms_dialog_textinput textarea:focus {    border: 1px solid var(--wms-primary-color);}.mcf1ee8b17_wms_dialog_textinputlength {    position: absolute;    bottom: 10px;    right: -10px;    color: #888;}.zmNightMode .mcf1ee8b17_wms_dialog_container {    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.5);    border-color: #484848;    background-color: #292929;}.zmNightMode .mcf1ee8b17_close {    background-color: var(--wms-chat-bg-color);    color: #afb3b7;}.zmNightMode .mcf1ee8b17_close:hover {    color: #eee;    background-color: #222;}.zmNightMode .mcf1ee8b17_wms_dialogtext * {    color: #ee6064;}.zmNightMode .mcf1ee8b17_wms_dialog_contentwrapper {    background: var(--wms-chat-bg-color);    color: #fff;}.zmNightMode .mcf1ee8b17_wms_dialog_content {    color: #b3b6ba;}.zmNightMode .mcf1ee8b17_wms_dialog_footer {    background-color: var(--wms-chat-bg-color);}.zmNightMode .mcf1ee8b17_destructive_button {    background-color: #ba4a4d;}.zmNightMode .mcf1ee8b17_container,.zmNightMode .mcf1ee8b17_cancel_button {    background-color: var(--wms-chat-bg-color);}.zmNightMode .mcf1ee8b17_wms_dialog_container {    background-color: var(--wms-secondary-bubble-color);}div[data-drag] div[data-header] {    cursor: move;}.wms-rtl .mcf1ee8b17_container,.wms-rtl .mcf1ee8b17_wms_dialog_container {    direction: rtl;}.wms-rtl .mcf1ee8b17_close {    left: 22px;}.mc772a21ad_description {    font-size: 15px;    padding-left: 15px;    position: relative;    line-height: 1.4;}.mc772a21ad_item {    color: #000;    margin: 0 30px;    padding: 20px 0;    cursor: pointer;    display: flex;    flex-shrink: 0;    overflow: hidden;}.mc772a21ad_item:not(:last-child) {    border-bottom: 1px solid #f1f1f1;}.mc772a21ad_detailsicon,.mc772a21ad_embedimg,.mc772a21ad_delugeicon {    margin-right: 10px;    color: #1b81ae;    font-size: 19px;    height: 59px;}.mc772a21ad_slideup {    -webkit-transform: scaleY(-1);    -ms-transform: scaleY(-1);    transform: scaleY(-1);}.mc772a21ad_slidedown,.mc772a21ad_slideup {    margin: 5px 0 0;    height: 13px;    flex-shrink: 0;    -webkit-transition: all 0.2s ease-in;    -o-transition: all 0.2s ease-in;    transition: all 0.2s ease-in;    color: #1b81ae;    padding: 0;    display: inline-block;    vertical-align: top;    font-size: 13px;    position: relative;}.mc772a21ad_detailsicon:before,.mc772a21ad_embedimg:before,.mc772a21ad_slidedown:before,.mc772a21ad_delugeicon:before,.mc772a21ad_slideup:before {    font-family: ZoFo-ChatBar;    border: none;}.mc772a21ad_slidedown:before,.mc772a21ad_slideup:before {    content: "\e632";    padding-right: 5px;}.mc772a21ad_detailsicon:before {    content: "\e641";}.mc772a21ad_embedimg:before {    content: "\e627";}.mc772a21ad_delugeicon:before {    content: "\e9ea";}.mc772a21ad_consentlist {    border-radius: 4px;    cursor: auto;    -webkit-transition: all 0.2s linear;    -o-transition: all 0.2s linear;    transition: all 0.2s linear;    overflow: hidden;    display: none;}.mc772a21ad_dashedbox {    background-color: #f8fdff;    border: dashed 0.5px #c9e1ec;    padding: 10px;    white-space: pre-wrap;}.mc772a21ad_detailsfield {    font-size: 15px;    margin-bottom: 10px;    padding-left: 15px;    position: relative;    line-height: 1.4;}.mc772a21ad_botdialog_title {    font-size: 18px;    padding-bottom: 5px;    margin: 20px 30px;    position: relative;    color: #000;}.mc772a21ad_botdialog_title:after {    content: "";    position: absolute;    left: 0;    bottom: 0;    width: 30px;    border-bottom: 1px solid #17759e;}.mc772a21ad_relative_container {    position: relative;}.mc772a21ad_consent_view_link {    display: inline-block;    min-width: 30px;    text-decoration: underline;    cursor: pointer;    color: #2795be;}.mc772a21ad_consent_hide_link {    display: none;}.mc772a21ad_consent_name {    font-size: 18px;    font-weight: bold;}.mc772a21ad_consent_desc {    line-height: 22px;    font-size: 15px;    margin: 5px 0px 10px;    text-overflow: ellipsis;    overflow: hidden;    white-space: nowrap;}.mc772a21ad_remember_note {    text-align: left;    font-size: 11px;    margin: 11px 30px;    line-height: 12px;}.mc772a21ad_consent_headerimg {    width: 36px;    height: 36px;    border-radius: 50%;    margin-right: 10px;    border: 1px solid #1b81ae2b;}.mc772a21ad_consent_headerimg > img {    width: 100%;    height: 100%;    object-fit: cover;    border-radius: 50%;}.mc772a21ad_consent_headertitle {    font-size: 22px;    color: #1b81ae;    font-weight: bold;}.mc772a21ad_consent_header {    display: flex;    align-items: center;    justify-content: center;    align-self: center;    width: 100%;}.mc772a21ad_consent_content {    flex-grow: 1;    overflow: hidden;}.mc772a21ad_bullets:before {    width: 6px;    height: 6px;    border-radius: 50%;    background-color: #116e9d;    content: "";    position: absolute;    left: 0;    top: 7px;}.mc772a21ad_extensionwrapper {    text-align: center;    font-size: 14px;    color: #7e7e7e;    margin: 10px;    line-height: 17px;}.mc772a21ad_allowextn_text {    margin: 5px;    cursor: pointer;}.mc772a21ad_customcheckbox + input,.mc772a21ad_customcheckboxsel + input {    opacity: 0;}.mc772a21ad_customcheckbox,.mc772a21ad_customcheckboxsel {    margin: -14px;}.mc772a21ad_customcheckbox::before,.mc772a21ad_customcheckboxsel::before {    font-family: "ZoFo-ChatBar";    color: #666666;    font-size: 10px;}.mc772a21ad_customcheckboxsel::before {    content: "\e927";}.mc772a21ad_customcheckbox::before {    content: "\e920";}.mc772a21ad_extension_consents {    display: flex;    flex-direction: column;    position: absolute;    width: 100%;    height: 100%;}.mc772a21ad_extn_container {    overflow: hidden;    position: relative;    flex-grow: 1;}.mc772a21ad_extn_container,.mc772a21ad_consents_container {    overflow: auto;    height: 280px;}.mc772a21ad_consentscontainer[data-loadingstate="true"],.mc772a21ad_consentscontainer[data-loadingstate="true"] + footer {    opacity: 0.3;    pointer-events: none;}.mc772a21ad_loading {    width: 100%;    height: 100%;    display: none;}.mc772a21ad_consentscontainer[data-loadingstate="true"] .mc772a21ad_loading {    display: block;}.mc772a21ad_loadingicon {    position: absolute;    z-index: 11;    left: 0;    top: 0;    right: 0;    bottom: 0;    margin: auto;    width: 50px;    height: 50px;    border-radius: 100%;}.mc772a21ad_loadingicon:after {    width: 100%;    height: 100%;    left: 0;    content: "";    position: absolute;    border-radius: 100%;    opacity: 0.7;    box-shadow: rgba(0, 0, 0, 0.5) -4px -5px 3px -3px;    animation: mc772a21ad_loadingicon 0.8s infinite linear;}@keyframes mc772a21ad_loadingicon {    0% {        transform: rotateZ(0deg);    }    100% {        transform: rotateZ(360deg);    }}@-webkit-keyframes mc772a21ad_loadingicon {    0% {        -webkit-transform: rotateZ(0deg);    }    100% {        -webkit-transform: rotateZ(360deg);    }}@-moz-keyframes mc772a21ad_loadingicon {    0% {        -moz-transform: rotateZ(0deg);    }    100% {        -moz-transform: rotateZ(360deg);    }}.mc772a21ad_grantedconsents {    padding: 5px;}.mc772a21ad_scopeheader img {    object-fit: contain;    width: 110px;    height: 80px;    margin-bottom: 10px;    align-self: center;}.mc772a21ad_scopepermissions {    color: #319e32;    font-size: 22px;}.mc772a21ad_scopeinfo_wrapper {    padding: 25px 45px 10px;}.mc772a21ad_scopeinfo {    margin-bottom: 10px;    max-height: 200px;    overflow: auto;}.mc772a21ad_scopeinfoheader {    color: #141414;    font-weight: 600;    margin-bottom: 15px;    font-size: 15px;}.mc772a21ad_scopeinfocontent {    position: relative;    margin-bottom: 18px;    line-height: 20px;    padding-left: 20px;    letter-spacing: -0.2px;    color: #555555;}.mc772a21ad_scopeinfocontent:before {    content: "\e934";    position: absolute;    left: 0;    top: 0;    font-size: 11px;    -webkit-transform: rotate(180deg);    -ms-transform: rotate(180deg);    transform: rotate(180deg);    font-family: ZoFo-ChatBar;}.mc772a21ad_authenticationContainer {    height: 300px;    width: 650px;    background: rgb(255, 255, 255);    border-radius: 5px;    box-shadow: rgb(62, 62, 62) 0 0 20px;    right: 412px;    bottom: 80px;    display: flex;    flex-direction: column;    text-align: center;}.mc772a21ad_header_wrapper {    position: relative;    padding: 30px 0px;}.zmNightMode .mc772a21ad_item,.zmNightMode .mc772a21ad_botdialog_title {    color: var(--wms-primary-text-color);}.zmNightMode .mc772a21ad_dashedbox {    background-color: var(--wms-secondary-bubble-color);}.mc854d52f3_zomojiContainer {    height: 355px;    width: 100%;    background-color: inherit;    position: relative;    box-sizing: border-box;    display: flex;    flex-direction: column;}.mc854d52f3_zomojiContainer * {    box-sizing: border-box;}.mc854d52f3_searchcontainer {    padding: 7px 7px 0px 7px;    display: flex;    width: 100%;    flex-shrink: 0;}.mc854d52f3_searchBox {    border-radius: 5px;    background-color: #f6f6f6;    display: flex;    flex-grow: 1;}.mc854d52f3_searchBox input[data-purpose] {    width: 100%;    border: none;    background: transparent;    font-size: 15px;    padding: 10px;}.mc854d52f3_smileycnt {    border: none;    background-color: transparent;    margin: 1px;    padding: 3px;    outline: none;    display: flex;    align-items: center;    border-radius: 5px;    flex-shrink: 0;}.mc854d52f3_smileycntlive,.mc854d52f3_stickercnt {    padding: 4px;}.mc854d52f3_smileywithtext {    width: 135px;    padding: 5px;    margin: 2px;}.mc854d52f3_smileycnt:hover {    background: #f1f4f7;}.mc854d52f3_smileyContainer {    overflow-x: hidden;    overflow-y: auto;    width: inherit;    height: inherit;    padding-left: 7px;}.mc854d52f3_toggler {    flex-shrink: 0;    display: flex;    height: 36px;    cursor: pointer;    color: #ababab;    margin-top: auto;    border-top: solid 1px rgba(var(--wms-border-colorcode), 0.2);}.zmNightMode .mc854d52f3_toggler {    color: var(--wms-primary-text-color);}.mc854d52f3_zomoji,.mc854d52f3_livezomoji,.mc854d52f3_frequentzomoji,.mc854d52f3_customemoji,.mc854d52f3_sticker {    height: 100%;    width: 50%;    font-size: 20px;    border-bottom: solid 2px transparent;}.mc854d52f3_emptysearchcontainer,.mc854d52f3_zomoji,.mc854d52f3_livezomoji,.mc854d52f3_frequentzomoji,.mc854d52f3_sticker,.mc854d52f3_customemoji,.mc854d52f3_emojitonedisplay,.mc854d52f3_toneitem,.mc854d52f3_unsupported,.mc854d52f3_loadinggif_cont {    display: flex;    align-items: center;    justify-content: center;}.mc854d52f3_zomoji:hover,.mc854d52f3_livezomoji:hover,.mc854d52f3_frequentzomoji:hover,.mc854d52f3_customemoji:hover,.mc854d52f3_sticker:hover {    color: #000;}.mc854d52f3_header {    font-size: 13px;    text-transform: capitalize;    color: #999;    margin-top: 7px;    text-align: left;}.zmNightMode .mc854d52f3_zomoji:hover,.zmNightMode .mc854d52f3_livezomoji:hover,.zmNightMode .mc854d52f3_frequentzomoji:hover,.zmNightMode .mc854d52f3_sticker:hover,.zmNightMode .mc854d52f3_customemoji:hover {    color: #ffffff;}.mc854d52f3_togglertop,.mc854d52f3_togglertop:hover {    border-bottom: 2px solid var(--wms-primary-color);    color: var(--wms-primary-color);}.mc854d52f3_livezomojiicon {    margin-left: -1em;}.mc854d52f3_row,.mc854d52f3_rowlast {    display: flex;}.mc854d52f3_selectedsmiley {    background: #f4f6f9;}.mc854d52f3_emoji {    font-size: 22px;    overflow: hidden;}.mc854d52f3_emojiwithouttext {    padding: 2px 2px 0px 4px;    height: 30px;    width: 30px;    cursor: pointer;}.mc854d52f3_emptysearchcontainer {    width: 100%;    height: 100%;    flex-direction: column;}.mc854d52f3_emptysearchemoji {    font-size: 24px;}.mc854d52f3_emptysearchtext {    font-size: 12px;    white-space: nowrap;    max-width: calc(100% - 30px);    text-overflow: ellipsis;    overflow: hidden;}.mc854d52f3_elementstitle {    font-size: 12px;    text-transform: capitalize;    text-overflow: ellipsis;    overflow: hidden;    white-space: nowrap;    pointer-events: none;    margin-left: 3px;    color: var(--wms-primary-text-color);}.mc854d52f3_containerspacing {    padding-top: 7px;}.mc854d52f3_autocompleteheight {    max-height: 225px;    height: auto;}.zmNightMode .mc854d52f3_searchBox,.zmNightMode .mc854d52f3_smileycnt:hover,.zmNightMode .mc854d52f3_selectedsmiley {    background-color: var(--wms-secondary-bubble-color);}.zmNightMode .mc854d52f3_searchBox input {    color: var(--wms-primary-text-color);}.wms-rtl .mc854d52f3_smileyContainer {    padding-left: unset;    padding-right: 7px;}.wms-rtl .mc854d52f3_header,.wms-rtl .mc854d52f3_searchBox input {    text-align: right;}.mc854d52f3_emojitonedisplay {    width: 40px;    border: solid 1px var(--wms-border-color);    border-radius: 5px;    margin-left: 5px;    font-size: 20px;    cursor: pointer;    position: relative;    padding-left: 3px;}.mc854d52f3_toneitem {    width: 30px;    height: 30px;    margin: 0 2px;    border: 1px solid transparent;    position: relative;    border-radius: 4px;    cursor: pointer;    font-size: 18px;    padding: 2px 2px 0px 4px;}.mc854d52f3_toneitem:hover,.mc854d52f3_toneitem:focus {    border: solid 1px var(--wms-primary-color);    background: #f1f4f7;}.mc854d52f3_tonepickercontainer {    position: absolute;    width: 214px;    border: var(--wms-border-color);    background: #fff;    box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);    display: flex;    flex-direction: column;    height: 60px;    font-size: 12px;    right: 0px;    top: calc(100% + 10px);    justify-content: space-evenly;    color: var(--wms-primary-text-color);    z-index: 1;    border-radius: 5px;}.mc854d52f3_tonepickercontainer * {    box-sizing: border-box;}.mc854d52f3_tones {    display: flex;    padding: 0px 5px;}.mc854d52f3_tonelabel {    text-align: center;}.mc854d52f3_emojitonedisplay:hover {    background: #f1f4f7;}.mc854d52f3_selectedtone {    border: solid 1px var(--wms-primary-color);}.mc854d52f3_unsupported {    position: absolute;    top: 0;    left: 5px;    background: #ffeca7;    height: 100%;    width: calc(100% - 45px);    z-index: 1;    border-radius: 3px;    cursor: default;    opacity: 0.9;}.mc854d52f3_unsupported:before {    content: "\e67a";    font-family: "ZoFo-Chatbar";    margin-right: 3px;}.mc854d52f3_loadinggif {    background: url(/_wms/images/bar/loading5.gif) no-repeat 0 0;    width: 80px;    height: 7px;    margin: 0 auto;    display: inline-block;    text-align: center;}.mc854d52f3_loadinggif_cont {    height: 10px;    width: 100%;}.zmNightMode .mc854d52f3_tonepickercontainer,.zmNightMode .mc854d52f3_emojitonedisplay {    background: var(--wms-chat-bg-color);    border: solid 1px #484848;}.zmNightMode .mc854d52f3_toneitem:hover,.zmNightMode .mc854d52f3_toneitem:focus,.zmNightMode .mc854d52f3_emojitonedisplay:hover {    background: #313131;}.zmNightMode .mc854d52f3_tonelabel,.zmNightMode .mc854d52f3_elementstitle {    color: var(--wms-primary-text-color);}.wms-rtl .mc854d52f3_tonepickercontainer {    right: unset;    left: 0;}.wms-rtl .mc854d52f3_emojitonedisplay {    margin-left: unset;    margin-right: 5px;}.mc854d52f3_gifs {    float: left;    cursor: pointer;    height: 84px;    width: 84px;    border: solid 1px transparent;}.mc854d52f3_gifcontainer .mc854d52f3_selectedsmiley {    background: #d5e8fa;}.mc854d52f3_gifcontainer .mc854d52f3_smileycnt:hover {    background: #daedff;}.zmNightMode .mc854d52f3_gifcontainer .mc854d52f3_selectedsmiley,.zmNightMode .mc854d52f3_gifcontainer .mc854d52f3_smileycnt:hover {    background: #4e4e4e;}.mc854d52f3_loader {    margin-left: auto;    margin-right: 10px;}.mc854d52f3_loader:after {    content: "";    display: inline-block;    width: 40px;    height: 40px;    border-radius: 100%;    border: 4px solid #edebeb;    border-top: 4px solid var(--wms-primary-color);    -webkit-animation: mc854d52f3_spin 1s linear infinite;    animation: mc854d52f3_spin 1s linear infinite;}.zmNightMode .mc854d52f3_loader:after {    border: 4px solid #686868;    border-top: 4px solid var(--wms-primary-color);}@-webkit-keyframes mc854d52f3_spin {    0% {        -webkit-transform: rotate(0deg);    }    100% {        -webkit-transform: rotate(360deg);    }}@keyframes mc854d52f3_spin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.mc854d52f3_virtuallist {    position: relative;    height: 100%;    overflow: auto;}.mc854d52f3_zomojiicon {    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}:root .zmNightMode{    --color-hover2:#373737;}.mcf8d11147_search{    height: 38px;    border-radius: 5px;    position: fixed;    display: flex;    z-index: 1001;    cursor: text;    width: calc(100% - 70px) !important;    left:70px;}.mcf8d11147_search.mcf8d11147_chatbarsearchresults{    height: calc(100% - 60px);    margin-bottom: 45px;}.mcf8d11147_searchInputContainer{    background-color: var(--bg-color-3);    width: 100%;    height: 100%;    color: var(--color-main);    border-radius: 5px;    display: flex;}.mcf8d11147_searchInputContainer.mcf8d11147_chatinput{    position: relative;    height:38px;}.mcf8d11147_inputContainer{    position: relative;    padding: 0 18px 0 20px;    height: 100%;    flex-grow: 1;    overflow: hidden;}.mcf8d11147_searchFieldFilters{    left: 13px;    font-size: 15px;    font-weight: normal;    line-height: 38px;    vertical-align: middle;    display: inline-block;    border: none;    /*width: 100%;    position: absolute;*/    z-index: 5;    padding: 0 25px 0 0px;    color: transparent;    height: 100%;    border-radius: 5px;    white-space: pre-wrap;    overflow: hidden;}.mcf8d11147_cmpsearch{    position: relative;    transition: all .5s ease;    background-color: var(--default-bg-color);       color: transparent;    margin-right: 3px;    margin-bottom: 5px;}.mcf8d11147_mocktitle{    background-color: var(--color-hover2);    padding: 5px;    color: var(--color-main);    border-radius: 4px;}.mcf8d11147_searchicon{    position: absolute;    left: 12px;    color: var(--color-icon-lhs);    font-size: 12px;    top: 50%;    transform: translateY(-50%);    font-weight: bols;}.mcf8d11147_searchField{    padding-bottom: 3px;    font-size: 15px;    font-weight: normal;    border: none;    width: 100%;    outline: none;    position: relative;    z-index: 5;    color: var(--color-main);    background: transparent;    height: 100%;    border-radius: 5px;    white-space: pre-wrap;    text-overflow: ellipsis;    display: flex;    align-items: center;    margin: auto 0;    word-wrap: normal;    flex:1;    min-width:100px;    padding-left: 12px;}.mcf8d11147_searchResultsContainer{    left:70px;    margin-left: 0;    transform: scaleY(1);    opacity: 1;    position: fixed;        width:calc(100% - 70px);    height:calc(100% - 47px);    display: flex;    top: 47px;    border-radius: 14px;    padding: 0;    z-index: 1001;    background-color: var(--body-bg);    color: var(--color-main);    overflow: hidden;    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);}.mcf8d11147_searchResultsContainer.mcf8d11147_chatbarContainer{    height: calc(100% - 60px);    right: 70px;    width: calc(100% - 140px);}.mcf8d11147_bdrTR15{    border-top-right-radius: 15px !important;}.mcf8d11147_h93{    height: 93.5%;}.mcf8d11147_h89{    height: 89%;}.mcf8d11147_separator {	height:100%;	width: 1px;    background-color: var(--color-divider);}.mcf8d11147_filterHeader{    position: sticky !important;    top:15px;    padding-bottom: 10px;    z-index:1015;    display: block;    background-color: var(--default-bg-color);    width:110%;}.mcf8d11147_dummyHeader{    height: 15px;    display: block;    background-color: var(--default-bg-color);    z-index: 1005;    position: sticky;    top: 0px;    width: 115%;}.mcf8d11147_defaultbg{    background-color: var(--default-bg-color) !important;}.mcf8d11147_minimise{    right:60px !important}.mcf8d11147_filterContainer{    height:100%;    width:330px;    overflow-y: auto;    overflow-x: hidden;    padding-left: 29px;    padding-right: 24px;    background-color: var(--default-bg-color);    padding-bottom: 20px;    min-width:320px;    max-width: 320px;    border-right:1px solid var(--color-divider);   /* left: 30px ;    position: relative;    overflow-y:scroll;    scrollbar-width: none;    overflow-x: hidden;*/}.mcf8d11147_filterContainer.mcf8d11147_chatbarfilter::-webkit-scrollbar {    width: 2px;    height: 5px;}.mcf8d11147_filterContainer.mcf8d11147_chatbarfilter{   box-sizing: border-box;}.mcf8d11147_filterContainer.mcf8d11147_chatbarfilter::-webkit-scrollbar-thumb {    background-color: #dcdcdc}.mcf8d11147_filter{    position: relative;    font-size: 14px;    font-weight: 700;    color: #666666;}.mcf8d11147_clearall{    cursor: pointer;    position: absolute;    right: 0px;    font-weight: normal;    padding-right:29px;}.mcf8d11147_clearall:hover{    text-decoration: underline;}.mcf8d11147_tabs{	display: flex;	position: relative;	height: 54px;	justify-content: center;	background-color: var(--color-hover1);	flex-flow: row wrap;	text-align: center;	}.mcf8d11147_tabsContainer{    flex-flow: row;    display: flex;    background-color: var(--default-bg-color);;    margin-top: 8px;    margin-bottom: 8px;    border-radius: 5px;}.mcf8d11147_tab{	font-size: 14px;	padding: 6px 0px 0px 0px;	color:#888888;	font-weight: 700;	cursor: pointer;    border-radius: 5px;        min-width: 95px;    max-width: max-content;    margin:3px;	}.mcf8d11147_tab.mcf8d11147_active {    background-color: rgba(var(--wms-color-theme-rgb), 0.2);    color:var(--color-theme);;	font-weight: bold;}.mcf8d11147_filtername{    font-weight:700;    font-size: 14px;    color:var(--color-main);    margin-bottom: 7px;    text-transform: capitalize;    margin-top: 24px;    padding-top: 10px;}.mcf8d11147_filtername.mcf8d11147_filefilter{ margin-top: 0px;}.mcf8d11147_filtername.mcf8d11147_type{    padding-bottom: 5px;}.mcf8d11147_filtername.mcf8d11147_channel{    padding-top: 1px;    margin-left: 10px;    margin-top: 10px;}.mcf8d11147_filterdropdown-width{    width:100%;}.mcf8d11147_includedropdown-width{    width:calc(100% - 20px) !important;    margin-left: 10px;}.mcf8d11147_checkbox-container {	display: flex;	flex-wrap: wrap;	gap: 8px; 	font-size: 14px;    color:var(--color-main);    font-weight: 400;  }.mcf8d11147_checkbox-container > div {	display: flex;	align-items: center;	gap: 10px; 	width: calc(50% - 10px);   }.mcf8d11147_includebox{    background-color: var(--color-hover1);;	width:100%;	border-radius: 5px;	margin-top: 36px;    color:var(--color-main);    padding-bottom: 16px;    padding-top: 16px;}.mcf8d11147_includebox.mcf8d11147_includefilefilter{    padding-top: 0px;    padding-bottom: 10px;}.mcf8d11147_multi-select {    position: relative;    display: inline-block;    width: 100%;    min-height: 30px;}.mcf8d11147_multi-select.mcf8d11147_open,.mcf8d11147_search-input input:focus ,.mcf8d11147_multi-select:focus-within,.mcf8d11147_date-dropdown.mcf8d11147_open {    border-color: var(--wms-color-theme); }.mcf8d11147_selected-options {    border: 1px solid var(--color-divider);    padding: 5px;    cursor: pointer;    background-color: var(--default-bg-color);    display:flex;    flex-wrap: wrap;    overflow-y: scroll;    max-height: 120px;    border-radius: 5px;    box-sizing: border-box;    scrollbar-width: none;    min-height:40px;  }.mcf8d11147_selected-optn{    display: inline-flex;    margin: 2px;    padding: 4px 5px;    background-color: rgba(var(--wms-color-theme-rgb), 0.2);    color: var(--color-main);    border-radius: 3px;    margin-right: 5px;    height:30px;    align-items: center;    vertical-align: bottom;    font-weight: normal;}.mcf8d11147_selected-optn.mcf8d11147_selected-channeltype{    height:25px;}.mcf8d11147_selected-hashtag-optn{    display: inline-flex;    margin: 2px;    padding: 4px 5px;    background-color: rgba(var(--wms-color-theme-rgb), 0.2);    color: var(--color-main);    border-radius: 3px;    margin-right: 5px;    height:30px;    align-items: center;    vertical-align: bottom;    font-weight: normal;}.mcf8d11147_filter-input {    border: none !important;    outline: none;    width: calc(100% - 10px);    padding: 2px;    flex: 1;    min-width: 100px;    margin-right: 15px;    font-size: 14px;    background-color: var(--default-bg-color);    color: var(--color-main);    min-height: 30px;  }.mcf8d11147_mainColor {    color:var(--color-main);  }.mcf8d11147_options-list {    position: absolute;    left: 0;    background-color: var(--bg-color-3);    box-shadow: 0px 2px 10px var(--box-shadow-color);    z-index: 1000;    overflow-y: scroll;    max-height:370px;    border-radius:5px;    padding: 10px 6px 10px 10px;    margin-top: 2px;    box-sizing: border-box;  }.mcf8d11147_options-list.mcf8d11147_date-list{    max-height:320px  }.mcf8d11147_options-list::-webkit-scrollbar {    display: none;   }.mcf8d11147_option-item {    cursor: pointer;    padding: 5px;    height: 20px;    color: var(--color-main);  }.mcf8d11147_option-item:hover,.mcf8d11147_highlighted{    background-color: rgba(var(--wms-color-theme-rgb), 0.2);  }.mcf8d11147_user-item{    display: flex;     align-items: center;     padding-left:6px;    font-size: 14px;    color: var(--color-hdr);     cursor: pointer;     line-height: 25px;    font-weight: 400;    height:50px;    margin-top: 2px;    margin-bottom: 2px;  }.mcf8d11147_user-item.mcf8d11147_channeltypeheight{    height:32px;  }.mcf8d11147_user-item:hover, .mcf8d11147_user-item.mcf8d11147_sel,.mcf8d11147_teamlistitem:hover,.mcf8d11147_teamlistitem.mcf8d11147_sel{     background-color: var(--list-item-hover-bg);     border-radius: 4px;}.mcf8d11147_date-option:hover,.mcf8d11147_date-option.mcf8d11147_sel{        background-color: rgba(var(--wms-color-theme-rgb), 0.2);        border-radius: 4px;        color: var(--wms-color-theme);    }.mcf8d11147_user-item-img36{ width: 36px; height: 36px; border-radius: 100%; background-color: none;}.mcf8d11147_user-item-img24{ width: 24px; height: 24px; border-radius: 100%; background-color: none;display: inline-flex;}.mcf8d11147_filethumbnail{height:24px;width:24px;object-fit: cover;border-radius: 3px;border: 1px solid var(--color-divider);}.mcf8d11147_search-header-result-item{    display: flex;     align-items: center;     padding: 5px 36px;     cursor: pointer;    height:70px;    margin-bottom: -10px;    padding-bottom: 10px;    font-size:14px;    box-sizing: border-box;}.mcf8d11147_search-result-item{    display: flex;     align-items: center;     padding: 5px 36px;     cursor: pointer;    border-bottom: 1px solid var( --color-hover1);    margin-left: 1px;    box-sizing: border-box;transition: all 0.2s ease-in-out; }.mcf8d11147_search-result-item.mcf8d11147_unread{ background-color: var(--unread-list-bg) !important;}.mcf8d11147_message-searchheight{height:70px}.mcf8d11147_file-search{height:55px;border-bottom: none;}.mcf8d11147_search-result-item:hover, .mcf8d11147_search-result-item.mcf8d11147_sel{background: var(--color-hover2)}.mcf8d11147_search-result-item:hover .mcf8d11147_old-name-search,.mcf8d11147_search-result-item.mcf8d11147_sel .mcf8d11147_old-name-search{background-color: var(--default-bg-color);}.mcf8d11147_search-result-item .mcf8d11147_convo-img{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 100%; background-color: var(--bg-color-2); margin-right: 14px;}.mcf8d11147_search-result-item .mcf8d11147_default-ch-img,.mcf8d11147_default-ch-img{font-weight: bold; color: #fff; background-color: var(--color-theme); display: inline-flex; align-items: center; justify-content: center;}.mcf8d11147_search-result-item .mcf8d11147_chnnel-icn-img.mcf8d11147_msci,.mcf8d11147_chnnel-icn-img.mcf8d11147_msci{font-size: 22px; color: var(--color-icon);vertical-align: middle;}.mcf8d11147_search-result-item .mcf8d11147_chnnel-icn-img.zcliq-personal,.mcf8d11147_chnnel-icn-img.zcliq-personal{margin-top: 2px; font-size: 26px;}.mcf8d11147_selected-infilter-item .mcf8d11147_chnnel-icn-img.zcliq-personal{font-size: 22px;}.mcf8d11147_search-result- .mcf8d11147_convo-img .mcf8d11147_zc-1.mcf8d11147_history-thread img { width: 50px; height: 50px; }.mcf8d11147_f20{font-size: 20px !important;}.mcf8d11147_timetag,.mcf8d11147_linktimetag{font-weight: 400;font-size: 13px; margin-left: 5px;}.mcf8d11147_filestimetag{    margin-top: 10px;    width: 120px;    flex-shrink: 0;    margin-right: 10px;    text-align: right;}.mcf8d11147_filesimgtag{   /* margin-top: 10px;    margin-left: 10px;*/    display: flex;    align-items: center;    justify-content: center;        flex-shrink: 0;    width: 160px;}.mcf8d11147_userimg24{position: relative;width: 24px;height: 24px;pointer-events: all;margin-left: 0px;border-radius: 12px;object-fit: cover;cursor: pointer;border: none;}.mcf8d11147_emptythumb{position:relative;line-height:12px;padding:4px;font-weight:bold;font-size:16px;display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;background-color: var(--color-hover1);color: var(--color-icon);border: 1px solid var(--color-divider);border-radius: 3px;margin-top:15px;box-sizing: border-box;}.mcf8d11147_emptythumb-filetype{font-size: 8px;width: 24px;height: 12px;color: var(--color-icon);background-color: var(--color-divider);left: -1px;text-align: center;bottom: 5px;text-transform: uppercase;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: absolute;}.mcf8d11147_date-dropdown{    padding: 10px;    height:40px;    align-items: center;    border: 1px solid var(--color-divider);    cursor: pointer;    background-color: var(--default-bg-color);    display: flex;    border-radius: 5px;    width: 100%;    box-sizing: border-box;}.mcf8d11147_date-option{    height: 32px;    padding: 5px 10px 10px 10px;    color: var(--color-main);    cursor: pointer;    font-size: 14px;    font-weight: normal;    box-sizing: border-box;    margin-top: 2px;    margin-bottom: 2px;}.mcf8d11147_option-list {    height: 555px;    overflow-y: auto;     position: relative;    outline:none;}.mcf8d11147_msg-optionlist{margin-top: -55px;}.mcf8d11147_file-optionlist{margin-top:-55px}.mcf8d11147_virtuallist{    height: calc(100% - 50px);    position: relative;    overflow: auto;}.mcf8d11147_virtuallist::-webkit-scrollbar {    height: 10px;    width: 10px;}.mcf8d11147_virtuallist::-webkit-scrollbar-thumb {    background-color: #dcdcdc;}.mcf8d11147_threadDp{    height: 50px;    width:50px;}.mcf8d11147_thread-type-icon{    width: 19px;    height: 19px;    top: -5px;    right: -6px;    border: none;    color: #fff !important;    position: absolute;    border-radius: 50%;    font-size: 10px;    background-color: var(--color-theme);    box-sizing: border-box;}.mcf8d11147_small-thread-type-icon{        width: 10px;        height: 10px;        top: -1px;        right: -3px;        border: none;        color: #fff !important;        position: absolute;        border-radius: 50%;        font-size: 5px;        background-color: var(--color-theme);}.mcf8d11147_selected-infilter-item{    display: inline-block;    margin-right: 5px;    overflow: hidden;    max-width: 200px;}.mcf8d11147_in-title{    overflow: hidden;    text-overflow: ellipsis;    max-width: 150px;    display: inline-block;    white-space: nowrap;}.mcf8d11147_in-title.mcf8d11147_tagoption{    padding-bottom: 0px !important;}.mcf8d11147_selected-infilter-item~.mcf8d11147_removeoptn{    margin-left: 0px;}.mcf8d11147_griditem{    cursor: pointer;    position: relative;    border: 1px solid var(--color-divider);    border-radius: 14px;    width: 100%;    height: 200px;     /*min-height:200px;    max-height: 200px;*/    min-width:250px;    margin: 0px 3px 3px 0px;}.mcf8d11147_gridHeader{    position: sticky;    top: 0;     background-color: var(--default-bg-color);     z-index: 1000;    padding: 10px 10px 0px 0px;    border-bottom: 1px solid var(--color-lp3);     display:flex;    font-weight: bold;    box-sizing: border-box;}.mcf8d11147_gridimgdiv{    position: absolute;    top: 7px;    left: 6px;    display:none;    z-index: 999;}.mcf8d11147_griditem:hover .mcf8d11147_gridimgdiv,.mcf8d11147_griditem:hover .mcf8d11147_gridactions{    display: block;}.mcf8d11147_griditem:hover .mcf8d11147_emptygridthumb{    background: linear-gradient(180deg, rgba(0, 0, 0, 0.549197) 0%, rgba(0, 0, 0, 0.103283) 82.65%);}.mcf8d11147_griditem:hover .mcf8d11147_emptygridthumb .mcf8d11147_gridextn{    opacity:0.5}.mcf8d11147_griditem:hover .mcf8d11147_filegridthumbnail{    filter: brightness(0.7);}.mcf8d11147_gridactions{    position: absolute;    right: 10px;    top: 7px;    display: none;    z-index: 999;}.mcf8d11147_listactions{    display:none;    z-index:999;}.mcf8d11147_filestimetag:hover .mcf8d11147_listactions{    display: block;}.mcf8d11147_filestimetag:hover .mcf8d11147_timetaghover{    display: none;}.mcf8d11147_commongridaction{    width: 24px;    height: 24px;    line-height: 15px;    font-size: 12px;    color: var(--color-icon);    display: inline-block;    padding:5px;    margin-left: 8px;    cursor: pointer;    border-radius: 4px;    border: 1px solid var(--color-divider);    background-color: var(--bg-color-3);    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);    position: relative;    text-align: center;    box-sizing: border-box;}.mcf8d11147_emptygridthumb{    pointer-events: none;    height:70%;    font-size: 30px;    background-color: var(--color-hover1);    color: var(--color-icon);    border-top-left-radius: 14px;    border-top-right-radius: 14px;}.mcf8d11147_filegridthumbnail{    background-color: var(--color-hover1);    border-top-left-radius: 14px;    border-top-right-radius: 14px;    object-fit: cover;    height:70%;    width:100%;}.mcf8d11147_gridsenderimg{    width: 28px;    height: 28px;    border-radius: 100%;    margin-left: 9px;    object-fit: cover;}.mcf8d11147_stickydate{    position: sticky;    background: var(--default-bg-color);    padding: 12px;    padding-bottom: 0px;    font-weight: bold;    display: flex;    z-index: 1000;    align-items: center;    width: 100%;    padding-left: 36px;    margin-left:1px;    font-size:14px;    box-sizing: border-box;}.mcf8d11147_gridicon{    position: absolute;    margin-right: 25px;    right: 0px;}.mcf8d11147_listicon{    position: absolute;    z-index: 1001;    margin-top: 10px;    margin-right: 25px;    right: 0px;}.mcf8d11147_emptyresult {    background-color: var(--default-bg-color);    position: relative;    padding: 60px 20px;    z-index: 1;    text-align: center;    color: var(--color-main);    font-size: 19px;    height: 100%;    line-height: 1.21;}.mcf8d11147_emptyresult.mcf8d11147_chatbaremptyresult{    padding:0px !important;}.mcf8d11147_emptychatbarimage{    height: 100px;    width: 150px;}.mcf8d11147_zcglrscnt {    line-height: 1.5;    position: relative;    height: 100%;}.mcf8d11147_zcnorsfd{    color: var(--color-lp3);    font-size: 18px;    animation: emptystateAnim .5s linear;}.mcf8d11147_zcempty-img {    margin: 0 auto 20px;    flex-shrink: 0;    background-repeat: no-repeat;    background-size: contain;}.mcf8d11147_zcnorsfd .mcf8d11147_srchin {    color: #26a77d;    padding: 10px 0px 20px;    font-weight: bold;    max-width:500px;}.mcf8d11147_zcnorsfd .mcf8d11147_gschtbtn {    font-size: 16px;    line-height: 37px;    width: 151px;    height: 40px;    border-radius: 30px;    display: block;    position: relative;    margin: 0;    left: 0;    right: 0;}.mcf8d11147_gschtbtn {    width: 71px;    height: 30px;    border-radius: 30px;    background-color: var(--color-theme);    box-shadow: 0 3px 4px var(--box-shadow-color);    color: #fff;    font-size: 15px;    text-align: center;    line-height: 28px;    top: 0;    bottom: 0;    margin: auto;    position: absolute;    right: 16px;    display: none;    cursor: pointer;}.mcf8d11147_infilter-item{    border-radius: 100%;     background-color: var(--bg-color-2);    width: 36px;    height: 36px;    display: flex;    align-items: center;    justify-content: center;    vertical-align: middle;}.mcf8d11147_infilter-item.mcf8d11147_channelitem{    width:26px;    height:26px;    background-color: transparent;}.mcf8d11147_closeicon{    right: 20px;    position: absolute;    top: 12px;    background-color:var(--input-bg-color);;    border-radius: 100%;    height: 28px;    width: 28px;    display: flex;    align-items: center;    justify-content: center;    cursor:pointer;    color: var(--color-icon);    font-size: 13px !important;}.mcf8d11147_closeicon:hover,.mcf8d11147_removeoptn:hover{    color: var(--color-hdr);}.mcf8d11147_searchHeader{    position: relative;    height: 54px;    background-color:var(--color-hover1);    width:100%}.mcf8d11147_searchtitle{    padding-top: 15px;    padding-left: 35px;    font-weight: bold;    font-size:16px;    color: var(--color-hdr);}.mcf8d11147_infocontainer{    align-self: center;    position: absolute;    padding-top: 36px;    display: flex;    align-items: CENTER;    margin-top: 90px;    flex-direction: column;    height: 100%;    width: 100%;    box-sizing: border-box;}.mcf8d11147_info{        font-size: 24px;    font-weight:700;    line-height: 34px;}.mcf8d11147_searchinfo{    margin-top: 14px;    font-weight: 400;    font-size:14px;    line-height: 24px;}.mcf8d11147_inputsearch{    height: 36px;    border-radius: 5px;    border: 1px solid var(--color-divider);    margin-top: 30px;    width: 585px;    font-size: 16px;    padding: 3px 10px;    padding-right: 40px;    line-height: 22px;}.mcf8d11147_noresults{    height: 100px;    align-content: center;    text-align: center;}.mcf8d11147_gridheader{font-weight:'bold';padding-top:5px}.mcf8d11147_gridextn{    padding: 5px 10px;    border-radius: 3px;    font-size: 20px;    text-align: center;    background-color: var(--default-bg-color);    max-width:150px;}.mcf8d11147_gridfilesize{    font-size: 13px;    padding-top: 5px;    color: var(--color-lp1);}.mcf8d11147_gridContainer{    height: 90%;    overflow-y: auto;    position: relative;    flex-grow: 1;    overflow-x:hidden;    font-size:14px;}.mcf8d11147_gridMsg{        height:28px;text-overflow:ellipsis;overflow:hidden;box-sizing: border-box;}.mcf8d11147_chatbarGridLink a{    color:var(--color-link);}.mcf8d11147_chatbarGridLink blockquote{    margin:0;}.mcf8d11147_chatbarGridLink h1,.mcf8d11147_chatbarGridLink h2,.mcf8d11147_chatbarGridLink h3,.mcf8d11147_chatbarGridLink h4,.mcf8d11147_chatbarGridLink h5,.mcf8d11147_chatbarGridLink h6{    margin-top:0;    margin-bottom:0;}.topbarTweak .mcf8d11147_zcgs-search-icon ,.mcf8d11147_chatBarSearchViewIcon .mcf8d11147_zcgs-search-icon{    position: absolute;    left: 17px;    color: var(--color-icon);    font-size: 13px;    top: 46%;    transform: translateY(-50%);    font-weight:normal;}.mcf8d11147_zcempty-con{    display: flex;  align-items: center;  justify-content: center;  flex-direction: column;  height: 100%;  width: 100%;  padding: 25px 10% 12%; animation: emptystateAnim .5s linear;}.mcf8d11147_smallLoader {    position: absolute;    z-index: 11;    left: 0;    top: 0;    right: 0;    bottom: 0;    margin: auto;    width: 30px;    height: 30px;    border-radius: 100%;    display: flex;    text-align: center;    justify-content: center;}@keyframes mcf8d11147_spin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.mcf8d11147_smallLoader:after {    content: '';    width: 100%;    height: 100%;    position: absolute;    border-radius: 100%;    animation: mcf8d11147_spin .8s infinite linear;    border: 4px solid var(--btn-secondary-border);    border-right: 4px solid var(--color-theme);    box-sizing: border-box;}.mcf8d11147_bdrBL15{    border-bottom-left-radius: 15px !important;}.mcf8d11147_bdrBR15{    border-bottom-right-radius: 15px !important;}.mcf8d11147_detached-chat{    display: block;        border-bottom-left-radius: 15px;    border-top-left-radius: 15px;        left: 0px !important;    right:0px;    z-index: 1003;    width: 25%;    height: 100%;    transition: transform 1s;    position: relative;    top: 0px;    background-color: var(--default-bg-color);    border-left: 1px solid var(--body-bg);    box-shadow: -8px 0px 10px -7px var(--box-shadow-color);    overflow-y: scroll;    overflow-x: hidden;    min-width:400px;    }.mcf8d11147_detached-chat.mcf8d11147_chatbarchat{    overflow-y: hidden;}.mcf8d11147_chatbarchat #wmschshtransmsg {    height: calc(100% - 60px);}.mcf8d11147_continuediv{    position: sticky;    width: 100%;    background-color: var(--bg-color-3);    z-index: 1010;    transition: all 0.4s ease;    bottom: 0;    left: 0;    right: 0;    text-align: center;    margin: auto;    padding: 10px;}.mcf8d11147_continuebtn{    height: 40px;    width: 165px;    cursor: pointer;    background: var(--color-theme);    color: #fff;    line-height: 40px;    font-weight: bold;    font-size: 14px;    margin: auto;    border-radius: 45px;    box-shadow: 0px 0px 14px var(--box-shadow-color);}.mcf8d11147_transcriptClose{    right: 10px;    position: fixed;    top: 10px;    width: 28px;    height: 28px;    font-size: 12px;    background-color: var(--color-hover2);    padding: 12px;    border-radius: 100%;    color: var(--color-icon);    display: inline-flex;    align-items: center;    justify-content: center;    z-index: 1001;    transition: all .1s linear;    cursor: pointer;    box-sizing: border-box;}.mcf8d11147_detached-chat #mcf8d11147_parentChannelName {    display: none;}.mcf8d11147_detached-chat #mcf8d11147_userimage{	pointer-events:none;}.mcf8d11147_searchboxicon{      background-color: rgba(var(--wms-color-theme-rgb), 0.5);       padding: 6px 5.8px 5.8px 7px;    border-radius: 3px;    display: inline-block;    top: 17px;    position: relative;    right: 31px;    color: var(--clr-white);   }.mcf8d11147_searchboxicon.mcf8d11147_typing{    background-color: rgba(var(--wms-color-theme-rgb), 0.8);     cursor: pointer;   }.mcf8d11147_categoryicon{    background-color: var(--color-hover1);    border: 1px solid var(--color-divider);    border-radius: 100%;    margin-right: 12px;    display: inline-flex;    align-items: center;    cursor: pointer;    height: 30px;    justify-content: center;    width: 30px;    color:var(--color-icon);    font-size:16px;}.mcf8d11147_categoryicon.mcf8d11147_small{    font-size: 13px !important;}.mcf8d11147_category{    margin-top: 25px;    font-size: 14px;    display: grid;            grid-template-columns: repeat(3, 1fr);     gap: 20px;    max-height:400px;    align-content: center;    justify-content: center;    box-sizing: border-box;    }.mcf8d11147_category2 {grid-template-columns: 1fr 10px 1fr;margin-left: 175px; }.mcf8d11147_category3 {grid-template-columns:1fr 1px 1fr 1px 1fr;margin-left: 100px;width:1200px;gap:5px;align-items: stretch; }.mcf8d11147_recentcategorylist{    overflow-y: scroll;    overflow-x:hidden;    scrollbar-width: none;}.mcf8d11147_recentsearchdiv{    position: relative;    vertical-align: middle;    float: left;    display:flex;    width:365px;    margin-bottom: 10px;    padding: 5px;    padding-left:12px;}.mcf8d11147_underlineText{	border-bottom:2px dashed transparent}.mcf8d11147_recentsearchdiv:hover .mcf8d11147_underlineText {    border-bottom: 2px dashed var(--color-lp1);}.mcf8d11147_recentsearchicon{    padding-top:1.5px ;    border-radius: 100%;    margin-right: 12px;    display: inline-flex;    color: var(--color-icon);    line-height: 22px;    cursor: pointer;    height:30px;    border: 1px solid var(--color-divider);    background-color: var(--color-hover1);    width:30px;    min-width: 30px;    justify-content: center;    align-items: center;    font-size:13px;}.mcf8d11147_divider{    border-left: 1px solid var(--color-divider);    height: calc(100% - 60px);    top: 25px;    margin-top: 40px;}.mcf8d11147_divider.mcf8d11147_type3{    left:63%}.mcf8d11147_cmprecentsearch{    padding: 3px 5px 3px 0px;}.mcf8d11147_categoryitem{    padding: 5px;    margin-top: 2px;    cursor: pointer;    font-size: 16px;    font-weight: 400;    line-height: 30px;    padding-left:12px;    margin-bottom: 10px;}.mcf8d11147_categoryHeader{    font-weight: bold;    color: var(--color-lp1);    margin-left: 14px;    font-size: 16px;    line-height: 30px;    position: sticky;    top: 0px;    background-color: var(--default-bg-color);    z-index: 1005;    padding-left: 9px;}.mcf8d11147_checkbox{    width: 16px;    height: 16px;    border-radius: 3px;        cursor: pointer;}.mcf8d11147_lp2{    color:var(--color-lp2);}.mcf8d11147_old-name-search {    line-height: 24px;    background-color: var(--color-hover1);    color: var(--color-lp1);    padding: 0 8px;    border-radius: 4px;    font-size: 14px;    margin: 0 8px;    max-width: 220px;    transition: all .2s ease-in-out;}.mcf8d11147_dropdown-icon{    position: absolute;    right: 10px;}.mcf8d11147_suggestion-img{    height: 24px;    width: 24px;    border-radius: 100%;    margin-left: 5px;    margin-right: 5px;}.mcf8d11147_removeoptn{    margin-left: 12px;    color: var(--color-icon);    font-size: 13px;    padding-top: 2px;    display:inline-flex;}.mcf8d11147_zc-saz { position: absolute; top: 0; right: 0px; padding: 11px 16px 11px 0; font-size: 14px; font-weight: bold; cursor: pointer; z-index: 5; width: 160px; text-align: right; }.mcf8d11147_zc-saz .mcf8d11147_zcliq-msi-searchacross { position: absolute; right: 0; top: 12px; }.zcf-presentation:before { content: '\ea5e'; }.mcf8d11147_selected-date-optn{        font-weight: normal;    display: inline-flex;    margin: 2px;    color: var(--color-main);    border-radius: 3px;    height: 30px;    align-items: center;    vertical-align: bottom;}.mcf8d11147_datePicker{    width: 320px;    border-radius: 5px;    box-shadow: 0px 2px 5px var(--box-shadow-color);    left: 154px;    position: fixed;    background-color: var(--bg-color-3);    z-index: 1010;    font-size:13px;    }.mcf8d11147_datePicker.mcf8d11147_range{    width:550px;    bottom:3px;}.mcf8d11147_dateFilterWidth{    width:150px;}.mcf8d11147_calendarHeader{    display: flex;    justify-content: space-between;    margin-bottom: 10px;    font-weight: bold;    padding: 10px 10px 5px;}.mcf8d11147_headerMonth{color:var(--color-main)}.mcf8d11147_calendarGrid{    display: grid;    grid-template-columns: repeat(7, 1fr);    gap: 8px;    padding: 0px 12px 5px 25px;}.mcf8d11147_calendarGrid.mcf8d11147_range{    gap:7px;}.mcf8d11147_calendarDayName{    font-weight: bold;    text-align: center;    color: var(--color-secondary);}.mcf8d11147_calendarDay{    width: 25px;    height: 25px;    text-align: center;    line-height: 25px;    cursor: pointer;    border-radius: 100%;    transition: background-color 0.3s;    background-color: transparent;    border: none;}.mcf8d11147_calendarDay:hover:not(.mcf8d11147_sel){    color:var(--color-theme);    background-color: var(--list-item-hover-bg);}.mcf8d11147_selectedDate {    margin-top: 10px;    font-weight: 'bold',  }.mcf8d11147_selectedDay {    background-color: var(--color-theme) !important;    color:var(--bg-color-3) !important;}.mcf8d11147_daterange-footer {    padding: 10px 10px;    background-color: var(--color-hover2);}.mcf8d11147_verticalAlign{    vertical-align: middle;}.mcf8d11147_zcgs-input-con { position: relative; padding: 0 18px 0 20px; height: 100%; flex-grow:1; overflow: hidden; }.scale-anim .mcf8d11147_zcgs-input-con { padding: 0 180px 0 20px; }.mcf8d11147_team-search-box{    position: fixed;    left: 288px;    z-index: 1001;    background-color: var(--bg-color-3);    box-sizing: border-box;    max-height: 200px;    width: 200px;    bottom: 2px;    border-radius: 5px;    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);   }.mcf8d11147_p10{padding:10px 10px 4px 10px}.mcf8d11147_team-input{    flex-grow: 1;    padding-right: 10px;    cursor: default;    overflow: hidden;    display: flex;    align-items: center}.mcf8d11147_team-input input, .mcf8d11147_team-input input:focus{    border: none !important;    height: 100%;    font-size: 15px;    color: var(--color-main);    flex-grow: 1;    min-width: 0;    background-color: transparent;}.mcf8d11147_team-search-icon{    color:var(--color-icon-lhs);    flex-shrink: 0;    display: flex;    align-items: center;    justify-content: center;    width:25px;}.mcf8d11147_teamlist{    border-radius: 5px;    padding: 0px 6px 10px 10px;    box-sizing: border-box;    overflow-y: scroll;    max-height:150px;}.mcf8d11147_teamlistitem{    border-radius:5px;    cursor:pointer;    display: flex;    align-items: center;    padding-left: 6px;    font-size: 15px;    color: var(--color-hdr);    cursor: pointer;    line-height: 25px;    height:30px;    font-weight: 500;    margin-top: 2px;    margin-bottom: 2px;}.mcf8d11147_teamsearchbar{    display: flex;    width: 100%;    height: 36px;    border-radius: 4px;    border:1px solid var(--wms-color-theme);    background-color: var(--default-bg-color);    cursor: pointer;    transition: border .2s ease-out;    overflow: hidden;    position: relative;    z-index: 1;}.mcf8d11147_downloadicon{    position: relative;    width: 24px;    height: 24px;    pointer-events: all;    margin-left: 30px;    border-radius: 12px;    object-fit: cover;    cursor: pointer;    border: none;    background-color: var(--default-bg-color);    padding: 4px 6px 4px 4px;    color: var(--color-icon);    padding-top: 2px;}.zcf-sheets:before {content: '\e951';}.mcf8d11147_zcl-checkbox { position: relative; cursor: pointer; margin: 0 7px 0 0; flex-shrink: 0;}.mcf8d11147_zcl-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}.mcf8d11147_zcl-checkbox span{ position: absolute; top: 0; left: 0; height: 16px; width: 16px; border-radius: 4px; border: 1px solid var(--btn-secondary-border);background-color: var(--default-bg-color); z-index: 1; }.mcf8d11147_zcl-checkbox span:before { display: none; color: #fff !important; font-size: 9px; font-weight: bold; }.mcf8d11147_zcl-checkbox input:checked ~ span:before { display: block; z-index: 1;}.mcf8d11147_zcl-checkbox > span:after{content: " "; position: absolute; transition: none; border-radius: 4px; transform: scale(0); width: 14px; height: 14px; background-color: var(--color-theme); border: 1px solid var(--color-theme); }.mcf8d11147_zcl-checkbox input:checked ~ span:after{ transform: scale(1); transition: all 100ms ease-in; }.mcf8d11147_zcl-checkbox[disabled] {pointer-events: none; opacity: 0.5; }.mcf8d11147_flexIC{    display: inline-flex;    align-items: center;}.mcf8d11147_searchnote{    margin-top: 50px;    background-color: var(--color-hover1);    padding: 10px;    border-radius: 5px;    border: 1px solid var(--color-divider);    color: var(--color-secondary);    font-size: 13px;}.mcf8d11147_hw24{    width:24px;    height: 24px;}.mcf8d11147_closeThread{    background-color: var(--color-secondary) !important}:root {    --btn-primary-color: #fff;     --box-shadow-color: rgba(0, 0, 0, 0.1);    --bg-color-2 : #f7f7f7;    --color-lp1: #888;    --clr-white: #fff;    --input-bg-color: #FFF;    }:root .zmNightMode {    --bg-color-3: #2B2B2B;    --color-hover1: #2A2A2A;    --default-bg-color: #202020;    --color-divider: #393939;    --default-bg-color: #202020;    --bg-color-2: #1D1D1D;    --color-lp1: #848484;    --color-main: #E3E3E3;    --btn-secondary-border: #545454;    --color-secondary: #B3B3B3;    --input-bg-color: #1D1D1D;}.mc4e8d4e04_h100 { height: 100%; }.mc4e8d4e04_h70 {height:70px}.mc4e8d4e04_h40 {height:40px}.mc4e8d4e04_h55 {height:55px}.mc4e8d4e04_h60 {height:60px}.mc4e8d4e04_h20 {height: 20px;}.mc4e8d4e04_wh100 { width: 100%; height: 100%; }.mc4e8d4e04_w100 { width: 100%; }.mc4e8d4e04_w50 { width: 50%; }.mc4e8d4e04_w75{ width: 75%;}.mc4e8d4e04_w55{width:55%}.mc4e8d4e04_w60{width:60%;}.mc4e8d4e04_w250{width:250px}.mc4e8d4e04_w120{width:120px}.mc4e8d4e04_bdrR100 { border-radius: 100%; }.mc4e8d4e04_font18 { font-size: 18px; }.mc4e8d4e04_font16{font-size: 16px;}.mc4e8d4e04_font15 { font-size: 15px; }.mc4e8d4e04_font14 { font-size: 14px; }.mc4e8d4e04_font13 { font-size: 13px; }.mc4e8d4e04_font12 { font-size: 12px; }.mc4e8d4e04_fontB { font-weight: bold; }.mc4e8d4e04_fontN { font-weight: normal; }.mc4e8d4e04_lh20 {line-height: 20px;}.mc4e8d4e04_pT30 { padding-top: 30px; }.mc4e8d4e04_pT25 { padding-top: 25px; }.mc4e8d4e04_pT10 {padding-top: 10px;}.mc4e8d4e04_pT0 { padding-top: 0px !important; }.mc4e8d4e04_pT2 {padding-top: 2px;}.mc4e8d4e04_pB10 { padding-bottom: 10px; }.mc4e8d4e04_pR5 { padding-right: 5px; }.mc4e8d4e04_pL15 { padding-left: 15px; }.mc4e8d4e04_pL10 { padding-left: 10px; }.mc4e8d4e04_pL12 {padding-left: 12px;}.mc4e8d4e04_pL0 {padding-left: 0px !important;}.mc4e8d4e04_pL2 {padding-left: 2px;}.mc4e8d4e04_pL24{padding-left:24px;}.mc4e8d4e04_pL20{padding-left:20px;}.mc4e8d4e04_pL8 {padding-left: 8px !important;}.mc4e8d4e04_pLR36 { padding-inline: 36px; }.mc4e8d4e04_pTB26 { padding: 26px 0;}.mc4e8d4e04_textR { text-align: right; }.mc4e8d4e04_dN{display: none;}.mc4e8d4e04_flex { display: flex; }.mc4e8d4e04_flexC { display: flex; align-items: center; }.mc4e8d4e04_flexM { display: flex; align-items: center; justify-content: center; }.mc4e8d4e04_flexW { flex-wrap: wrap; }.mc4e8d4e04_flexG { flex-grow: 1; }.mc4e8d4e04_fdirC { flex-direction: column; }.mc4e8d4e04_floatl {float:left}.mc4e8d4e04_mR40 { margin-right: 40px; }.mc4e8d4e04_mR20 { margin-right: 20px; }.mc4e8d4e04_mR10 { margin-right: 10px; }.mc4e8d4e04_mR30 {margin-right: 30px;}.mc4e8d4e04_mR50 {margin-right: 50px;}.mc4e8d4e04_mR5  {margin-right: 5px;}.mc4e8d4e04_mR15 {margin-right: 15px;}.mc4e8d4e04_mL20 { margin-left: 20px; }.mc4e8d4e04_mL5 { margin-left: 5px; }.mc4e8d4e04_mL10 { margin-left: 10px; }.mc4e8d4e04_mL25 {margin-left: 25px;}.mc4e8d4e04_mL15 {margin-left: 15px;}.mc4e8d4e04_mL6 {margin-left: 6px;}.mc4e8d4e04_mL50 {margin-left: 50px;}.mc4e8d4e04_mT6 { margin-top: 6px; }.mc4e8d4e04_mT5 {margin-top: 5px;}.mc4e8d4e04_mT4 {margin-top: 4px;}.mc4e8d4e04_mT8 { margin-top: 8px; }.mc4e8d4e04_mT10 { margin-top: 10px; }.mc4e8d4e04_mT12{margin-top: 12px;}.mc4e8d4e04_mT15 {margin-top: 15px;}.mc4e8d4e04_mT20 { margin-top: 20px; }.mc4e8d4e04_mB10 {margin-bottom:10px;}.mc4e8d4e04_mB30 {margin-bottom: 30px;}.mc4e8d4e04_r30 {right:30px;}.mc4e8d4e04_r25 {right:25px;}.mc4e8d4e04_r50 {right:50px;}.mc4e8d4e04_r5 {right:5px;}.mc4e8d4e04_r15 {right:15px;}.mc4e8d4e04_r175{right:175px !important;}.mc4e8d4e04_r100{right:100px !important;}.mc4e8d4e04_l80{left:80px;}.mc4e8d4e04_l30{left:30px;}.mc4e8d4e04_l280{left:280px !important;}.mc4e8d4e04_posl { position:relative;}.mc4e8d4e04_posa { position:absolute;}.mc4e8d4e04_posfix { position: fixed; }.mc4e8d4e04_clr-icon { color: var(--color-icon); }.zcf-downArrow:before {    content: '\e932';    display: inline-block;    transform: rotate(90deg);}.mc4e8d4e04_inline-block { display: inline-block; }.mc4e8d4e04_text-transC { text-transform: capitalize; }.mc4e8d4e04_textR {    text-align: right;}.mc4e8d4e04_fshrink { flex-shrink: 0; }.mc4e8d4e04_clr6 { color: var(--color-secondary); }.mc4e8d4e04_clr-lp1 { color: var(--color-lp1); }.mc4e8d4e04_hide { display: none !important; }.mc4e8d4e04_dB { display: block; }.mc4e8d4e04_dF { display: flex; }.mc4e8d4e04_curP { cursor: pointer; }.mc4e8d4e04_curN { pointer-events: none; }.mc4e8d4e04_clr-M { color: var(--color-main); }.mc4e8d4e04_clrB { color: #2695f6; }.mc4e8d4e04_clr0 { color: #000; }.mc4e8d4e04_clr-S { color: var(--color-secondary); }.mc4e8d4e04_line20 { line-height: 20px; }.mc4e8d4e04_ellips { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.mc4e8d4e04_zindex1 { z-index: 1; }.mc4e8d4e04_z1000{z-index: 1000;}.mc4e8d4e04_drag { cursor:move;}.mc4e8d4e04_nite-mode .mc4e8d4e04_thmehvrinfo, .mc4e8d4e04_nite-mode .mc4e8d4e04_bluelink .mc4e8d4e04_zctxal, .mc4e8d4e04_nite-mode .mc4e8d4e04_bluelink, .mc4e8d4e04_nite-mode .mc4e8d4e04_zcchnhdr .mc4e8d4e04_nite-mode .mc4e8d4e04_chlpermlink,.zmNightMode .mc4e8d4e04_bluelink {color: #378fcc;}.mc4e8d4e04_userdetail a:hover.mc4e8d4e04_bluelink { text-decoration: none; }a.mc4e8d4e04_bluelink, #mc4e8d4e04_GS-results .mc4e8d4e04_zcsrch-addinfo a{ color:#26a2e3; cursor: pointer;}a:hover.mc4e8d4e04_bluelink, .mc4e8d4e04_redlink:hover, .mc4e8d4e04_emptymsglnk:hover, .mc4e8d4e04_zcreinvt:hover, #mc4e8d4e04_GS-results .mc4e8d4e04_zcsrch-addinfo a:hover{ text-decoration:underline;}.mcontent input.error .mcontent textarea.error .mcontent input:focus.error .mcontent textarea:focus.error .mcontent .tatext.error .zcadd-invitemn.error .zcaddevnt.error .adevnt input.error.zcadcmcnt .error .str-edtfld .error{ border-color: var(--color-failed); border-bottom: 1px solid var(--color-failed) !important; }.mc4e8d4e04_zcl-hyperlink{ color: var(--color-link) !important; cursor: pointer; border-bottom: 1px dashed #0000; }.mc4e8d4e04_zcl-hyperlink:hover{ border-bottom-color: var(--color-link); }.mc4e8d4e04_zcl-hyperlink-neg { color: var(--color-red) !important; cursor: pointer; border-bottom: 1px dashed #0000; }.mc4e8d4e04_zcl-hyperlink-neg:hover { border-bottom-color: var(--color-red); }.mc4e8d4e04_clr-link { color: var(--color-link); }.mc4e8d4e04_zcl-input, .mc4e8d4e04_zcl-input-sm, .mc4e8d4e04_zcl-input-xs{ height: 36px; width: 100%; font-size: 15px; color: var(--color-main); padding: 0px 12px; background: var(--default-bg-color); border: 1px solid var(--color-divider); border-radius: 4px; display: flex; align-items: center; justify-content: center; outline: none;}[class^="zcl-input"][disabled], [class*="zcl-textarea"][disabled] { opacity: 0.5; }[class*="zcl-input"][readonly=true], [class*="zcl-input"][readonly]:focus, [class*="zcl-textarea"][readonly], [class*="zcl-textarea"][readonly]:focus{ background-color: var(--bg-color-2); border-color: #0000; pointer-events: none; color: var(--color-secondary); }.mc4e8d4e04_zcl-input.mc4e8d4e04_zcl-input-info { border-color: #0000; pointer-events: none; opacity:1; }.mc4e8d4e04_zcl-input:not(.mc4e8d4e04_inpt-error):focus,.mc4e8d4e04_zcl-input:not(.mc4e8d4e04_inpt-error):focus-within, .mc4e8d4e04_zcl-input.mc4e8d4e04_sel:not(.mc4e8d4e04_inpt-error){ border: 1px solid var(--color-theme); box-shadow: 0px 1px 4px var(--input-focus-boxshadow);}.mc4e8d4e04_zcl-input.mc4e8d4e04_inpt-error:focus, [class*="zcl-textarea"].mc4e8d4e04_inpt-error:focus, .mc4e8d4e04_zcl-multiselect-input-container.mc4e8d4e04_inpt-error:focus-within { border: 1px solid var(--color-failed); box-shadow: 0px 1px 4px var(--input-focus-error-boxshadow);}.mc4e8d4e04_zcl-input.mc4e8d4e04_inpt-error,.mc4e8d4e04_zcl-input.mc4e8d4e04_inpt-error:focus, [class^="zcl-input"].mc4e8d4e04_inpt-error,[class^="zcl-input"].mc4e8d4e04_inpt-error:focus,  [class*="zcl-textarea"].mc4e8d4e04_inpt-error,[class*="zcl-textarea"].mc4e8d4e04_inpt-error:focus, .mc4e8d4e04_zcl-multiselect-input-container.mc4e8d4e04_inpt-error,.mc4e8d4e04_zcl-multiselect-input-container.mc4e8d4e04_inpt-error:focus{ border: 1px solid var(--color-red); box-shadow: 0px 0px 5px var(--input-focus-error-boxshadow);}.mc4e8d4e04_zcl-input.mc4e8d4e04_zcl-input-info { border-color: #0000; pointer-events: none; opacity:1; }.mc4e8d4e04_zcl-input-infoicon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: var(--color-icon); }.mc4e8d4e04_zcl-input-info-box { position: absolute; top: 2px; left: 2px; background-color: var(--color-hover1); height: calc(100% - 4px); width: calc(100% - 4px); border-radius: 4px; padding: 0 10px; }.mc4e8d4e04_zcl-input--readonly { background-color: var(--color-hover2); pointer-events: none; }.mc4e8d4e04_cliq-input{    vertical-align: middle;    font-family: Lato, sans-serif;    line-height: 16px;    color: var(--color-main);}.mc4e8d4e04_cliq-input:-webkit-autofill,.mc4e8d4e04_cliq-input:-webkit-autofill:focus {    transition: background-color 0s 600000s, color 0s 600000s !important;  }.mc4e8d4e04_personalInfoWrapper {    padding-bottom: 10px;    flex-grow: 1;    overflow: hidden;    transition: height 0.3s;    display: flex;    flex-direction: column;    overflow-y: scroll;}.mc4e8d4e04_overflowx{    overflow-x: scroll;}.mc4e8d4e04_overflowx::-webkit-scrollbar{    display: none;    height:5px;}.zmNightMode .mc4e8d4e04_personalInfoWrapper {    background-color: var(--wms-chat-bg-color);    color: var(--color-main); ;}.mc4e8d4e04_personalInfoWrapper::-webkit-scrollbar {    height: 10px;    width: 10px;}.mc4e8d4e04_personalInfoWrapper::-webkit-scrollbar-thumb {    background-color: #dcdcdc;}.mc4e8d4e04_zcl-icon{    background: #0000;    border: 1px solid #0000;    color: var(--color-icon);    border-radius: 5px;    display: inline-flex;    align-items: center;    justify-content: center;    cursor: pointer;    flex-shrink: 0;    height: 30px;    width: 30px;    font-size: 14px;}.mc4e8d4e04_zcl-icon--default {    border-color: var(--color-divider);    background-color: var(--default-bg-color);}.mc4e8d4e04_status{            display: inline-block;        border-radius: 10px;        vertical-align: middle;        height: 4px;        width: 4px;        background-color: var(--color-icon-lhs);        margin: 3px;    }.mc00c08e4a_wms_callbutton_wrapper {    white-space: nowrap;    display: inline-block;    cursor: pointer;}.mc00c08e4a_wms_audiocall:before,.mc00c08e4a_wms_videocall:before,.mc00c08e4a_wms_screenshare:before {    content: "\e624";    font-family: "ZoFo-ChatBar";    color: #5aaae9;    font-size: 11px;    font-style: normal;}.mc00c08e4a_wms_videocall:before {    content: "\e61c";    font-size: 15px;    vertical-align: middle;    margin-top: -3px;    display: inline-block;}.mc00c08e4a_wms_screenshare:before{    content: "\e621";    font-size: 13px;    vertical-align: middle;    margin-top: -3px;    display: inline-block;}.mc00c08e4a_wms_audiocall,.mc00c08e4a_wms_videocall,.mc00c08e4a_wms_screenshare {    margin-right: 2px;}.mc00c08e4a_wms_callinfo {    color: #5aaae9;}.mc00c08e4a_wms_callinfo:hover::after {    width: 100%;    background: #5aaae9;}.mc00c08e4a_wms_callinfo::after {    content: "";    display: block;    margin: auto;    height: 1px;    margin-top: -1px;    transition: width 0.5s ease, background-color 0.5s ease;    width: 0px;    background: transparent;}.mc00c08e4a_inftxt {    margin: 10px 0px;    text-align: center;}.mc00c08e4a_wms_infotext {    margin-right: 5px;}.mc00c08e4a_wms_callduration {    margin: 0px 5px 0px -5px;}.wms-msgsenderhl .mc00c08e4a_wms_profileinfo_text {    margin-right: 10px;}.wms-msgsender .mc00c08e4a_wms_profileinfo_text:hover,.wms-msginfo .mc00c08e4a_wms_profileinfo_text:hover {    text-decoration: underline;    cursor: pointer;}.wms-msginfo .mc00c08e4a_wms_profileinfo_text:hover {    color: #5aaae9;}.mc118439ee_listItems {    height: 60px;    padding: 12px 16px;    box-sizing: border-box;    cursor: pointer;    display: flex;    width: 92.5%;    align-items: center;    margin: 0px 20px;    position: relative;    border-radius: 5px;}.mc118439ee_listimgcontainer {    width: 34px;    height: 34px;    cursor: pointer;    margin: 0px;    line-height: 34px;    flex-shrink: 0;}.mc118439ee_listimgcontainer img,.mc118439ee_default_img {    border-radius: 100%;    width: 34px;    height: 34px;}.mc118439ee_listimgcontainer .wms_badge_statusicon_threads_cutout:after {    top: -12px;}.mc118439ee_listItems:hover {    background: #f1f4f7;}.mc118439ee_listItems .wms_channelimg_badge:after {    color: #b5b5b8;}.mc118439ee_virtuallist {    position: relative;    height: 100%;    overflow: auto;}.mc118439ee_virtuallist::-webkit-scrollbar {    height: 10px;    width: 10px;}.mc118439ee_virtuallist::-webkit-scrollbar-thumb {    background-color: #dcdcdc;}.mc118439ee_listimgstatus {    left: 30px;    top: 29px;    width: 10px;    height: 10px;    border: 1px solid #fff;    display: inline-block;    position: absolute;    border-radius: 50%;    background-color: #f9af29;}.mc118439ee_listinfocontainer {    width: 100%;    line-height: 17px;    padding-right: 70px;    margin-left: 10px;    cursor: pointer;    box-sizing: border-box;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.mc118439ee_listinfotitle {    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    font-size: 14px;    display: inline-block;}.mc118439ee_listinfoheader .mc118439ee_listinfocontainer {    margin: 0;    cursor: default;}.mc118439ee_listinfoheader .mc118439ee_listinfotitle {    font-weight: bold;}.mc118439ee_header {    padding: 10px 0px;    font-weight: bold;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.mc118439ee_listinfodesc {    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    font-size: 13px;    color: #666;}.mc118439ee_listinfodesc pre {    display: inline;    white-space: nowrap;}.mc118439ee_listinfodesc h1 {    font-size: 19px;    display: inline;}.mc118439ee_listinfodesc h2 {    font-size: 17px;    display: inline;}.mc118439ee_listinfodesc h3 {    font-size: 15px;    display: inline;}.mc118439ee_listinfodesc h4 {    font-size: 13px;    display: inline;}.mc118439ee_listinfodesc h5 {    font-size: 11px;    display: inline;}.mc118439ee_listinfodesc h6 {    font-size: 10px;    display: inline;}.mc118439ee_listinfodesc blockquote {    display: inline;    margin-left: 0px;    line-height: 23px;}.mc118439ee_listinfodesc a {    pointer-events: none;    text-decoration: none;    color: inherit;}.mc118439ee_listContainer {    width: 552px;    height: calc(100vh - 100px);    position: fixed;    max-height: 730px;    background: rgb(255, 255, 255);    border-radius: 5px;    box-shadow: rgb(62, 62, 62) 0 0 20px;    display: flex;    flex-direction: column;}.mc118439ee_listContainer .mc118439ee_listContainerHeader {    background: #f1f4f7;    box-shadow: none;}.mc118439ee_listContainerWrapper * {    box-sizing: border-box;}.mc118439ee_listContainerWrapper {    padding-bottom: 10px;    flex-grow: 1;    overflow: hidden;    transition: height 0.3s;    display: flex;    flex-direction: column;}.mc118439ee_listwrapper {    position: relative;    overflow: auto;    box-sizing: border-box;    flex-grow: 1;}.mc118439ee_searchBox ~ .mc118439ee_listwrapper .mc118439ee_listinfoheader:first-child {    margin-top: 0px;}.mc118439ee_searchBox {    box-sizing: border-box;    flex-shrink: 0;    display: flex;    height: 36px;    width: calc(100% - 70px);    border-radius: 4px;    border: 1px solid #e6e6e6;    position: relative;    margin: 22px 36px;}.mc118439ee_searchIcon {    width: 26px;    height: 100%;    display: flex;    align-items: center;    padding-left: 10px;    border-radius: 4px;}.mc118439ee_searchIcon:before {    content: "\e650";    font-family: ZoFo-ChatBar;    color: #627282;}.mc118439ee_searchinputwrapper {    width: 100%;    display: flex;    align-items: center;    cursor: default;    height: 100%;    border-radius: 4px;}.mc118439ee_searchBoxInput {    border: none !important;    box-shadow: none !important;    border-radius: 10px;    width: 100%;    height: 100% !important;    background: transparent;    font-size: 15px;    padding: 8px;    outline: 0 none;    box-sizing: border-box;}.mc118439ee_searchBox:focus-within {    border: 1px solid var(--wms-primary-color);}.mc118439ee_listContainerHeader {    padding: 10px 36px;    text-align: left;    border-top-left-radius: 5px;    border-top-right-radius: 5px;}.mc118439ee_titlewrapper {    width: calc(100% - 40px);    border: none;    font-size: 17px;}.mc118439ee_listContainerClose {    font-size: 12px;    cursor: pointer;    text-align: center;    padding: 5px;    box-sizing: border-box;    flex-shrink: 0;    position: absolute;    right: 18px;    top: 18px;    color: #627282;    box-shadow: none !important;    background: transparent !important;}.mc118439ee_listContainerClose:hover {    color: #000 !important;}.mc118439ee_listContainerFooter {    height: 60px;    padding: 10px 20px;    display: flex;    justify-content: center;    flex-direction: column;    flex-shrink: 0;    box-sizing: border-box;    border-top: solid 1px #eee;}.mc118439ee_listContainerFooter {    display: flex;    flex-direction: column;    padding: 10px 20px;    border-top: 1px solid #d8d8d8;}.mc118439ee_default_img {    background: #e3e3e3;    text-align: center;    line-height: 34px;}.mc118439ee_default_img:before {    content: "\e90b";    font-family: ZoFo-ChatBar;    color: #838485;}.mc118439ee_container {    height: 100%;    overflow: auto;    position: relative;}.mc118439ee_infotext {    font-size: 17px;    min-width: 81px;    position: absolute;    top: 37%;    left: 22%;    color: #888888;}.mc118439ee_loading {    width: 70px;    height: 70px;    border-radius: 100%;}.mc118439ee_loading:after {    content: "";    background: transparent;    width: 100%;    height: 100%;    position: absolute;    border-radius: 100%;    opacity: 0.7;    box-shadow: rgba(0, 0, 0, 0.5) -4px -5px 3px -3px;    -webkit-animation: mc118439ee_spinningloader 0.8s infinite linear;    -moz-animation: mc118439ee_spinningloader 0.8s infinite linear;    animation: mc118439ee_spinningloader 0.8s infinite linear;}.mc118439ee_optionscontainer {    position: absolute;    right: 20px;    color: #c9c8c8;    display: none;    float: right;    width: 21px;    line-height: 40px;    cursor: pointer;}.mc118439ee_optionscontainer:before {    content: "\e91e";    font-family: ZoFo-ChatBar;    font-size: 20px;}.mc118439ee_listwrapper .mc118439ee_listinfoheader {    height: 36px;    background-color: #f7f7f7;    cursor: default;    margin: 6px 0px;    padding: 8px 36px;    width: 100%;}.mc118439ee_listItems:hover .mc118439ee_optionscontainer {    display: block;}.mc118439ee_optionscontainer:hover {    color: #888;}.mc118439ee_listItems:last-child:hover .mc118439ee_optionswrapper {    top: auto;    bottom: 42px;}.mc118439ee_listItems:last-child:hover .mc118439ee_optionswrapper:before {    top: 23px;}.mc118439ee_optionswrapper {    position: absolute;    right: 0px;    line-height: 100%;    cursor: pointer;    background: #fff;    border-radius: 5px;    width: 160px;    box-shadow: 0 0 10px 1px #ddd;    top: 37px;    color: #666;    z-index: 1;    font-size: 14px;}.mc118439ee_optionswrapper:before {    content: "";    position: absolute;    width: 11px;    height: 11px;    background: inherit;    transform: rotate(45deg);    right: 6px;    top: -3px;    box-shadow: 0 0 4px #ccc;}.mc118439ee_optionsitem {    padding: 8px 9px;    position: relative;    background: inherit;    border-radius: inherit;}.mc118439ee_optionsitem:hover {    color: var(--wms-primary-color);}@keyframes mc118439ee_spinningloader {    0% {        transform: rotateZ(0deg);    }    100% {        transform: rotateZ(360deg);    }}@-webkit-keyframes mc118439ee_spinningloader {    0% {        -webkit-transform: rotateZ(0deg);    }    100% {        -webkit-transform: rotateZ(360deg);    }}@-moz-keyframes mc118439ee_spinningloader {    0% {        -moz-transform: rotateZ(0deg);    }    100% {        -moz-transform: rotateZ(360deg);    }}.mc118439ee_valign_mid_block {    display: flex;    text-align: center;    align-items: center;}.mc118439ee_listselected {    background: #f1f4f7;}.zmNightMode .mc118439ee_listContainerWrapper,.zmNightMode .mc118439ee_listContainer {    background-color: var(--wms-chat-bg-color);    color: var(--wms-primary-text-color);}.zmNightMode .mc118439ee_listItems:hover {    background-color: var(--wms-secondary-bubble-color);    color: var(--wms-primary-color);}.zmNightMode .mc118439ee_listinfoheader,.zmNightMode .mc118439ee_listContainerHeader,.zmNightMode .mc118439ee_listselected {    background-color: var(--wms-secondary-bubble-color);    color: var(--wms-primary-text-color);}.zmNightMode .mc118439ee_listContainerClose {    background: #272727;    color: #666;}.zmNightMode .mc118439ee_listContainerClose:hover {    color: #999 !important;}.zmNightMode .mc118439ee_searchBoxInput,.zmNightMode .mc118439ee_listinfocontainer {    color: var(--wms-primary-text-color);    background-color: transparent !important;}.zmNightMode .mc118439ee_searchBox {    border: solid 1px #373737;}.zmNightMode .mc118439ee_optionscontainer:hover {    color: var(--wms-primary-color);}.zmNightMode .mc118439ee_optionswrapper {    background: var(--wms-chat-bg-color);    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);}.zmNightMode .mc118439ee_optionswrapper:before {    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);}.zmNightMode .mc118439ee_searchBox:focus-within {    border: 1px solid var(--wms-primary-color);}.zmNightMode .mc118439ee_listContainerFooter {    background-color: var(--wms-secondary-bubble-color);}.mc118439ee_badgeimg {    color: #fff;    border-radius: 100%;    height: 34px;    display: flex;    justify-content: center;    align-items: center;    background-color: var(--wms-primary-color);}.mc118439ee_loading_container {    height: 12px;    padding: 3px;    display: inline-block;    box-sizing: border-box;}.mc118439ee_loading_container div {    width: 6px;    height: 6px;    border-radius: 50%;    float: left;    margin: 0 5px;    -webkit-transform: scale(0.5);    -moz-transform: scale(0.5);    -ms-transform: scale(0.5);    -o-transform: scale(0.5);    transform: scale(0.5);    background: #999;    -webkit-animation: mc118439ee_loading 380ms ease-in-out infinite alternate 0s;    -moz-animation: mc118439ee_loading 380ms ease-in-out infinite alternate 0s;    -ms-animation: mc118439ee_loading 380ms ease-in-out infinite alternate 0s;    -o-animation: mc118439ee_loading 380ms ease-in-out infinite alternate 0s;    animation: mc118439ee_loading 380ms ease-in-out infinite alternate 0s;}.mc118439ee_loading_container div:nth-child(2) {    animation-delay: 100ms;}.mc118439ee_loading_container div:nth-child(3) {    animation-delay: 200ms;}@keyframes mc118439ee_loading {    100% {        transform: scale(1);    }}@-webkit-keyframes mc118439ee_loading {    100% {        transform: scale(1);    }}@-moz-keyframes mc118439ee_loading {    100% {        transform: scale(1);    }}@-o-keyframes mc118439ee_loading {    100% {        transform: scale(1);    }}.mc118439ee_hvalign {    display: flex;    text-align: center;    align-items: center;    justify-content: center;}.mc118439ee_error_info {    width: 100%;    text-align: center;}.mc118439ee_error_img {    height: 110px;    width: 150px;    padding-bottom: 15px;}.mc118439ee_infotxt {    color: #888888;    font-size: 14px;    min-width: 86%;    text-align: center;}.mc118439ee_error_info .mc118439ee_infotxt {    color: #6d718a;    font-size: 18px;    line-height: 1.7;}.mc118439ee_error_info .mc118439ee_infotxt {    font-size: 16px;    line-height: 1.5;}.mc118439ee_infotext_1 {    font-weight: bold;}.mc118439ee_infotext_2 {    font-size: 12px;}.mc118439ee_hv_align {    position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate(-50%, -50%);    -moz-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);    -o-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);}.mc118439ee_descloading:after {    content: "";    width: 100%;    background: linear-gradient(90deg, #ebeff1 8%, #e4e4e4 18%, #ebeff1 33%);    position: absolute;    z-index: 1;    background-size: 900px 4px;    height: 100%;    top: 0;    left: 0;    animation: mc118439ee_hdloader 3s ease-out infinite;    animation-fill-mode: forwards;    border-radius: 3px;}.mc118439ee_descloading {    position: relative;    height: 7px;    width: 200px;    margin: 4px;}@keyframes mc118439ee_hdloader {    0% {        background-position: -468px 0;    }    to {        background-position: 468px 0;    }}.mc118439ee_listItems .mc118439ee_listinfoheader:first-child {    margin-top: 0px;}.mc118439ee_listinfoheader .mc118439ee_listinfocontainer {    margin: 0;    cursor: default;}.mc118439ee_wrapperminheight {    min-height: 200px;}.wms-rtl .mc118439ee_searchIcon {    padding-right: 10px;}.wms-rtl .mc118439ee_listContainerHeader {    text-align: right;}.wms-rtl .mc118439ee_listContainerClose {    left: 18px;    right: auto;}.wms-rtl .mc118439ee_listinfocontainer {    padding-left: 70px;    padding-right: 0px;    text-align: right;    margin-right: 5px;}.wms-rtl .mc118439ee_optionscontainer {    left: 20px;    right: auto;}.wms-rtl .mc118439ee_optionswrapper {    left: 20px;    right: auto;}.wms-rtl .mc118439ee_hv_align {    left: 60%;}.mc2f762162_msgactions_container {    width: 240px;    background: #fff;    border-radius: 5px;    max-height: 440px;    font-size: 14px;    outline: none;    position: relative;    overflow: hidden;}.mc2f762162_actioncontainer,.mc2f762162_quickreactionscontainer {    display: flex;    align-items: center;    width: 100%;    height: 40px;    cursor: pointer;}.mc2f762162_msgactionicon,.mc2f762162_reacticon {    margin-left: 14px;    pointer-events: none;    display: flex;    color: #858585;}.mc2f762162_deleteaction * {    color: #f73930;}.mc2f762162_actionname,.mc2f762162_moreactionname {    pointer-events: none;    margin-bottom: 1px;    width: 140px;    white-space: nowrap;    text-overflow: ellipsis;    margin-left: 11px;    color: var(--wms-primary-text-color);}.mc2f762162_moreactionname {    margin-left: 10px;}.mc2f762162_actioncontainer:hover {    background: #f1f4f7;}.mc2f762162_itemselected {    background: #efefef;    color: var(--wms-primary-color);}.mc2f762162_iconreply {    transform: rotateY(180deg);}.mc2f762162_newglitter:after {    font-family: ZoFo-ChatBar;    content: "\ea1c";    color: #ff9526;    margin-left: -35px;    font-size: 16px;}.mc2f762162_defaultmsgactions_container {    overflow: auto;    width: 100%;    position: relative;}.mc2f762162_searchcontainer {    margin: 6px 0px;    height: 30px;    width: 100%;}.mc2f762162_searchcontainer input[data-purpose] {    height: 100%;    width: calc(100% - 10px);    background: #f7f7f7;    outline: none;    padding: 3px 10px;    margin: 0px 5px;    border-radius: 5px;}.mc2f762162_actionimg,.mc2f762162_moreactionicon {    border: solid 1px #e6e6e6;    height: 26px;    width: 26px;    border-radius: 50%;    margin-left: 14px;}.mc2f762162_moreactionicon.mc2f762162_popupicon{    border: none;    background: transparent;    height: auto;    width: auto;    margin-right: 4px;    margin-left: 17px;}.mc2f762162_loader {    margin-left: auto;    margin-right: 10px;}.mc2f762162_loader:after {    content: "";    display: inline-block;    width: 15px;    height: 15px;    border-radius: 100%;    border: 4px solid #f3f3f369;    border-top: 4px solid var(--wms-primary-color);    -webkit-animation: mc2f762162_spin 2s linear infinite;    animation: mc2f762162_spin 2s linear infinite;}@-webkit-keyframes mc2f762162_spin {    0% {        -webkit-transform: rotate(0deg);    }    100% {        -webkit-transform: rotate(360deg);    }}@keyframes mc2f762162_spin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.mc2f762162_loadermargin {    margin-right: 20px;}.mc2f762162_moreactionslabel {    color: #8c8888;    font-size: 12px;    border-top: solid 3px #dedede;    text-align: left;    padding: 5px 10px;}.mc2f762162_emptyresult * {    text-align: center;}.mc2f762162_moreactionicon {    font-size: 13px;    background: #e6e6e6;    display: flex;    align-items: center;    justify-content: center;    color: #9c9c9c;}.mc2f762162_errorimg {    width: 110px;    height: 90px;    padding-bottom: 10px;}.mc2f762162_errorinfotext {    font-size: 15px;    line-height: 1.8;}.mc2f762162_popupcontainerstyle {    width: 200px;}.mc2f762162_defaultpopupcontainer {    overflow: unset;}.mc2f762162_msgactions_container[dir="rtl"] .mc2f762162_msgactionicon,.mc2f762162_msgactions_container[dir="rtl"] .mc2f762162_actionimg,.mc2f762162_msgactions_container[dir="rtl"] .mc2f762162_moreactionicon {    margin-right: 14px;}.mc2f762162_quickreaction {    height: 30px;    width: 30px;    background: #f1f4f7;    border-radius: 100%;    display: flex;    align-items: center;    justify-content: center;    cursor: pointer;}.mc2f762162_quickreaction * {    cursor: pointer;}.mc2f762162_quickreaction [data-smileycode] {    font-size: 16px;}.mc2f762162_quickreaction:hover {    transform: scale(1.1);}.mc2f762162_reacticon {    margin-left: 0px;}.mc2f762162_quickreactionscontainer {    justify-content: space-evenly;}.zmNightMode .mc2f762162_msgactions_container {    background: var(--wms-chat-bg-color);}.zmNightMode .mc2f762162_quickreaction {    background: var(--wms-secondary-chat-bg-color);}.zmNightMode .mc2f762162_actioncontainer:hover,.zmNightMode .mc2f762162_searchcontainer > input[data-purpose],.zmNightMode .mc2f762162_itemselected {    background: var(--wms-secondary-bubble-color);}.zmNightMode .mc2f762162_searchcontainer > input[data-purpose] {    color: var(--wms-primary-text-color);}.wms-rtl .mc2f762162_actionname {    text-align: right;}.zmNightMode .mc2f762162_actionname,.zmNightMode .mc2f762162_moreactionname {    color: var(--wms-primary-text-color);}.mc2f762162_moreActionsDefaultIcon {    border-radius: 100%;    width: 34px;    height: 34px;    background: #e3e3e3;    text-align: center;    line-height: 34px;}.mc2f762162_moreActionsDefaultIcon:before {    content: "\e960";    font-family: ZoFo-ChatBar;    color: #838485;}.zmNightMode .mc31303ae8_alignend {    background: var(--wms-primary-color);    box-shadow: none;}.mc31303ae8_containerwrapper {    display: flex;}.mc31303ae8_imgwrapper {    height: 32px;    width: 32px;    border-radius: 50%;    border: 1px solid #dadada;    position: relative;    cursor: pointer;    background: #fff;    display: flex;    justify-content: center;    align-items: center;}.mc31303ae8_img {    border-radius: 50%;    height: 30px;    width: 30px;    border: 1px solid #fff;}.mc31303ae8_container > .mc31303ae8_imgwrapper ~ .mc31303ae8_imgwrapper {    margin-left: -15px;}.mc31303ae8_deletenode {    display: none;    border: 1px solid #fff;    overflow: hidden;    position: absolute;    left: 0px;    top: 0px;    background-color: rgb(0,0,0,0.4);    width: 30px;    height: 30px;    border-radius: 50%;    color: #fff;    justify-content: center;    align-items: center;}.mc31303ae8_imgwrapper:hover .mc31303ae8_deletenode {    display: flex;}.mc31303ae8_imgwrapper:hover {    z-index: 1;}.mc31303ae8_deletenode:before {    content: "\e634";    font-family: ZoFo-ChatBar;    font-size: 10px;}.mc31303ae8_alignend {    border-radius: 20px;    padding: 10px;    color: #fff;    font-weight: bold;    cursor: pointer;    line-height: 15px;    background-color: #4c596e;    width: 85px;    align-self: flex-end;    box-shadow: 0px 0px 14px #aaa;}.mc31303ae8_alignend:hover {    background: #333e51;}.mc31303ae8_container {    width: 100%;    display: flex;    overflow-x: auto;    overflow-y: hidden;    margin-right: 10px;    align-items: center;}.mc31303ae8_wms_badgeimg {    color: #fff;    border-radius: 100%;    width: 32px;    height: 30px;    display: flex;    justify-content: center;    align-items: center;    background-color: var(--wms-primary-color);}.mc31303ae8_destructive_button,.mc31303ae8_confirmation_button {    background-color: var(--wms-primary-color);    border-radius: 100px;    padding: 0px 15px;    width: 150px;    color: #fff;    font-weight: bold;    align-self: center;    cursor: pointer;    line-height: 17px;    height: 44px;}.mc31303ae8_destructive_button {    background-color: #ec4444;}.mc31303ae8_confirmation_button:hover,.mc31303ae8_destructive_button:hover {    box-shadow: var(--wms-hover-shadow);}.mc0ede5230_heading {    padding-bottom: 5px;    position: relative;    font-weight: bold;    cursor: default;}.mc0ede5230_heading:after {    content: "";    position: absolute;    left: 1px;    bottom: 0px;    width: 20px;    border-bottom: 1px solid var(--wms-primary-color);}.mc0ede5230_header_wrapper {    display: flex;    flex-direction: column;}.mc0ede5230_close_button {    position: absolute;    right: 15px;    font-size: 15px;    top: 20px;    cursor: pointer;    color: #bababa;}.mc0ede5230_close_button:hover {    color: #666;}.mc0ede5230_msg_wrapper {    background: #fff;    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);    border-left: 2px solid var(--wms-primary-color);    border-radius: 10px;    margin-top: 15px;    height: 55px;    display: flex;    align-items: center;    font-weight: normal;}.mc0ede5230_msg {    display: flex;    white-space: nowrap;    flex-direction: column;    overflow: hidden;    font-size: 13px;    margin: 0px 15px;    cursor: default;}.mc0ede5230_msg_details {    display: flex;    align-items: center;}.mc0ede5230_msgdetails_sender {    font-weight: bold;    margin-right: 10px;}.mc0ede5230_msgdetails_time {    color: rgb(var(--wms-secondary-text-colorcode), 0.5);    font-size: 12px;}.mc0ede5230_msg_content {    text-overflow: ellipsis;    overflow: hidden;    margin-top: 5px;}.mc0ede5230_msg_content h1,.mc0ede5230_msg_content h2,.mc0ede5230_msg_content h3,.mc0ede5230_msg_content h4,.mc0ede5230_msg_content h5,.mc0ede5230_msg_content h6,.mc0ede5230_msg_content blockquote,.mc0ede5230_msg_content pre {    margin: 0px;}.zmNightMode .mc0ede5230_msg_wrapper {    background: var(--wms-chat-bg-color);}.mc0ede5230_contact_operation_loader {    right: 0px;    width: 22px;    height: 22px;}input[type="text"].mc6f7529c1_hours,input[type="text"].mc6f7529c1_minutes,input[type="text"].mc6f7529c1_timeperiod {    background: transparent;    border: none;    outline: none;    height: 20px;    font-size: 14px;    vertical-align: middle;    width: 23px;    padding: 0px;}input[type="text"].mc6f7529c1_hours:focus,input[type="text"].mc6f7529c1_minutes:focus,input[type="text"].mc6f7529c1_timeperiod:focus {    border: 0;}.mc6f7529c1_timecontainer {    height: 40px;    display: flex;    box-sizing: border-box;    border: solid 1px #e0dbdb;    border-radius: 3px;    overflow: hidden;}.mc6f7529c1_timeicon {    font-family: ZoFo-ChatBar;    color: #898989;    margin-left: auto;    background-color: #f6f6f6;    height: 100%;    width: 40px;    text-align: center;    line-height: 40px;}.mc6f7529c1_timeicon:before {    content: "\e9e7";}.mc6f7529c1_timecnt {    display: flex;    padding: 0px 3px;    font-size: 15px;    align-items: center;}input[type="text"].mc6f7529c1_invalidcnt {    border-bottom: solid 1px red;}input[type="text"].mc6f7529c1_colon {    font-size: 12px;    line-height: 20px;}input[type="text"].mc6f7529c1_hours {    text-align: right;}input[type="text"].mc6f7529c1_minutes,input[type="text"].mc6f7529c1_timeperiod {    text-align: left;}.zmNightMode .mc6f7529c1_timeicon {    background-color: #313131;}.zmNightMode .mc6f7529c1_timeicon:before {    color: #bababa;}.zmNightMode .mc6f7529c1_timecnt input {    color: var(--wms-primary-text-color);}.mc183cf01f_theatremode_overlay {    background: #000;    opacity: 0.6;    width: 100%;    height: 100%;    top: 0;    left: 0;}.mc183cf01f_theatremode_overlay {    position: fixed;}.mc183cf01f_playerfwdcontainer {    cursor: pointer;}.mc183cf01f_playerfwdcontainer:hover .mc183cf01f_playerforwardicon {    opacity: 1;}.mc183cf01f_playerforwardicon {    pointer-events: none;}.mc183cf01f_posterimage,#videoplayer .mc183cf01f_posterimage {    height: 100%;    width: 100%;    opacity: 0.7;    border-radius: inherit;    position: absolute;    left: 0;    object-fit: contain;}.mc183cf01f_playeroverlay {    background: #000;    width: 100%;    height: 100%;    border-radius: inherit;    position: relative;}.mc183cf01f_playerparent_container {    position: relative;    width: 100%;    height: 100%;    overflow: hidden;    right: 0px;    bottom: 0px;    border-radius: inherit;    outline: none;}.mc183cf01f_playerpopout {    width: 500px;    height: 300px;    position: fixed;    border-radius: 3px;    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;    opacity: 0;}.mc183cf01f_displayminiplayer {    opacity: 1;    -webkit-transition: opacity 0.25s ease-in;    transition: opacity 0.25s ease-in;    -moz-transition: opacity 0.25s ease-in;}.mc183cf01f_theatremode {    position: fixed;    height: 80%;    width: 80%;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);}.mc183cf01f_playerparent_container * {    box-sizing: border-box;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;}.mc183cf01f_videoplayer_container {    width: 100%;    height: 100%;    background: #000;    position: relative;    border-radius: 8px;}.mc183cf01f_video_content {    width: 100%;    height: 100%;}.mc183cf01f_playpausecontainer,.mc183cf01f_fullscreenplaypause,.mc183cf01f_playpauseinitial,.mc183cf01f_audioplayerplaypause {    cursor: pointer;    background: rgba(0, 0, 0, 0.47);    border-radius: 50%;    align-items: center;    display: flex;    justify-content: center;}.mc183cf01f_playpausecontainer,.mc183cf01f_playpauseinitial {    height: 50px;    width: 50px;}.mc183cf01f_audioplayerplaypause {    height: 28px;    width: 28px;    left: 10px;    bottom: 41px;    background: #e6e6e6;}.mc183cf01f_playpauseinitial {    position: absolute;    bottom: 50%;    right: 50%;    transform: translate(50%, 50%);}.mc183cf01f_fullscreenplaypause {    height: 100px;    width: 100px;}.mc183cf01f_fullscreenplaypause * {    font-size: 24px;}.mc183cf01f_forwardiconcontainer,.mc183cf01f_downloadiconcontainer,.mc183cf01f_copyiconcontainer {    height: 30px;    width: 30px;    border-radius: 5px;    display: flex;    cursor: pointer;    align-items: center;    justify-content: center;    background-color: rgba(0, 0, 0, 0.47);    margin-left: 10px;}.mc183cf01f_downloadiconcontainer a {    display: flex;    align-items: center;    justify-content: center;    width: 100%;    height: 100%;}.mc183cf01f_playicon,.mc183cf01f_forwardicon,.mc183cf01f_overlaydownloadicon,.mc183cf01f_copyicon {    color: #fff;    opacity: 0.9;    display: inherit;    pointer-events: none;}.mc183cf01f_playicon {    font-size: 27px;    margin: 4px 1px 0px 0px;}.mc183cf01f_forwardicon,.mc183cf01f_overlaydownloadicon,.mc183cf01f_copyicon {    font-size: 16px;}.mc183cf01f_playpauseinitial:hover .mc183cf01f_playicon {    color: var(--videoplayer-theme-color);}.mc183cf01f_playicon:before {    content: "\ea1b";    font-family: "ZoFo-ChatBar";}.mc183cf01f_forwardicon:before {    content: "\ea0d";    font-family: "ZoFo-ChatBar";}.mc183cf01f_overlaydownloadicon:before {    content: "\ea0b";    font-family: "ZoFo-ChatBar";}.mc183cf01f_copyicon:before {    content: "\e948";    font-family: "ZoFo-ChatBar";}.mc183cf01f_forwardiconcontainer:hover .mc183cf01f_forwardicon {    color: var(--videoplayer-theme-color);}.mc183cf01f_downloadiconcontainer:hover .mc183cf01f_overlaydownloadicon {    color: var(--videoplayer-theme-color);}.mc183cf01f_copyiconcontainer:hover .mc183cf01f_copyicon {    color: var(--videoplayer-theme-color);}.mc183cf01f_videodesc {    text-overflow: ellipsis;    overflow: hidden;    color: #fff;    height: 25px;    width: 80%;    white-space: nowrap;    text-shadow: 0 0 12px #000;    position: absolute;    top: 12px;    left: 12px;}.mc183cf01f_videodesc {    font-size: 14px;}.mc183cf01f_videodesc_theatremode {    font-size: 18px;}.mc183cf01f_closeicon {    position: absolute;    top: 12px;    right: 3px;    font-weight: 900;    text-shadow: 0 0 12px #000;    pointer-events: visible;}.mc183cf01f_controller_bgclass {    position: absolute;    height: 60px;    background-image: linear-gradient(        360deg,        rgba(0, 0, 0, 0.9) 0%,        rgba(0, 0, 0, 0) 100%    );    width: 100%;    bottom: 0px;}.mc183cf01f_controls_container,.mc183cf01f_controls_container_theatremode {    width: 100%;    display: flex;    position: absolute;    bottom: 0;    font-size: 14px;    align-items: center;    justify-content: space-between;}.mc183cf01f_controls_container {    height: 32px;}.mc183cf01f_controls_container_theatremode {    height: 42px;}.mc183cf01f_seekbar,.mc183cf01f_seekbar_theatremode {    position: absolute;    background: grey;    width: 100%;    height: 3px;    cursor: pointer;    display: block;    outline: none;}.mc183cf01f_seekbar {    bottom: 38px;}div[data-playertype="audio"] .mc183cf01f_seekbar {    width: calc(100% - 60px);    bottom: 47px;    right: 0;    bottom: 47px;    right: 12px;    border-radius: 5px;    background: rgba(0, 0, 0, 0.15);}.mc183cf01f_seekbar_theatremode {    bottom: 50px;}.mc183cf01f_leftpane,.mc183cf01f_rightpane {    display: flex;    align-items: center;    margin-top: -8px;}.mc183cf01f_leftpane {    margin-left: 5px;}.mc183cf01f_rightpane {    margin-right: 5px;}.mc183cf01f_rightpane a {    text-decoration: none;}.mc183cf01f_duration_content,.mc183cf01f_duration_theatremode {    color: #fff;    margin-left: 5px;    font-feature-settings: "tnum";    font-variant-numeric: tabular-nums;}.mc183cf01f_duration_content {    font-size: 14px;}.mc183cf01f_duration_theatremode {    font-size: 18px;}.mc183cf01f_tooltip,.mc183cf01f_tooltip_theatremode {    position: absolute;    background-color: #020202bf;    visibility: hidden;    border-radius: 2px;    font-size: 12px;    color: #fff;    padding: 3px 5px;}.mc183cf01f_tooltip {    bottom: 10px;}.mc183cf01f_tooltip_theatremode {    bottom: 29px;    font-size: 16px;}.mc183cf01f_seekbar:hover,.mc183cf01f_seekbar:active {    height: 5px;    bottom: 37px;}.mc183cf01f_seekbar_theatremode:hover,.mc183cf01f_seekbar_theatremode:active {    height: 5px;    bottom: 49px;}.mc183cf01f_buffer {    width: 100%;    height: 3px;    transform-origin: 0%;    position: absolute;    background: rgba(255, 255, 255, 0.4);}.mc183cf01f_seekbar:hover .mc183cf01f_buffer {    height: 5px;}.mc183cf01f_seekbar_theatremode:hover .mc183cf01f_buffer {    height: 5px;}.mc183cf01f_seekguide {    background-color: var(--videoplayer-theme-color);    height: 3px;    width: 100%;    transform-origin: 0%;    visibility: hidden;    position: absolute;    opacity: 0.4;}.mc183cf01f_seekbar:hover .mc183cf01f_seekguide {    visibility: visible;    height: 5px;}.mc183cf01f_seekbar_theatremode:hover .mc183cf01f_seekguide {    visibility: visible;    height: 5px;}.mc183cf01f_progressbar {    background-color: var(--videoplayer-theme-color);    width: 100%;}.mc183cf01f_sliderthumb {    border-radius: 50%;    height: 5px;    width: 5px;    position: absolute;    bottom: -2px;    background: #fff;}.mc183cf01f_seekbar:active,.mc183cf01f_seekbar_theatremode:active {    outline: none;}.mc183cf01f_seekbar:hover .mc183cf01f_tooltip {    visibility: visible;}.mc183cf01f_seekbar_theatremode:hover .mc183cf01f_tooltip_theatremode {    visibility: visible;}.mc183cf01f_seekbar_hoverspace {    height: 6px;    position: absolute;    width: 100%;    bottom: -6px;    cursor: pointer;}.mc183cf01f_seekbar_hoverspace:hover + .mc183cf01f_seekbar,.mc183cf01f_seekbar_hoverspace:hover + .mc183cf01f_seekbar_theatremode {    height: 5px;    bottom: 29px;}.mc183cf01f_seekbar_hoverspace:hover + .mc183cf01f_buffer {    height: 6px;}.mc183cf01f_popedin {    height: 100%;    width: 100%;    border-radius: inherit;}.mc183cf01f_playerpopout {    width: 500px;}.mc183cf01f_seekbarfocus:focus {    box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);}.mc183cf01f_volume_slider_container {    display: flex;    align-items: center;    cursor: pointer;    height: 24px;}.mc183cf01f_volumesliderparent {    height: 84px;    display: flex;    width: 20px;    position: absolute;    border-radius: 2px;    left: 10px;    background: #344350;    justify-content: center;    align-items: center;    cursor: pointer;    opacity: 0;    outline: none;    visibility: hidden;    -webkit-transition: opacity 0.25s ease-in;    transition: opacity 0.25s ease-in;    -moz-transition: opacity 0.25s ease-in;}.mc183cf01f_volumesliderparent {    bottom: 29px;}.mc183cf01f_volumeslider_theatremode {    bottom: 34px;}.mc183cf01f_volume_slider_container:hover .mc183cf01f_volumesliderparent {    visibility: visible;    opacity: 1;    -webkit-transition: opacity 0.25s ease-in;    transition: opacity 0.25s ease-in;    -moz-transition: opacity 0.25s ease-in;}.mc183cf01f_hidevolumeslider .mc183cf01f_volumesliderparent {    display: none;}.mc183cf01f_volumesliderparent:focus {    visibility: visible;    opacity: 1;}.mc183cf01f_volfocuson:focus {    box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);}.mc183cf01f_volumeslider_background {    height: 76px;    width: 3px;    position: relative;    background: rgba(255, 255, 255, 0.2);    display: flex;    justify-content: center;    opacity: 0;    pointer-events: none;    -webkit-transition: opacity 0.25s ease-in;    transition: opacity 0.25s ease-in;    -moz-transition: opacity 0.25s ease-in;}.mc183cf01f_volume_slider_container:hover .mc183cf01f_volumeslider_background {    opacity: 1;    -webkit-transition: opacity 0.25s ease-in;    transition: opacity 0.25s ease-in;    -moz-transition: opacity 0.25s ease-in;}.mc183cf01f_volume_lowerfill {    width: 3px;    position: absolute;    background: #fff;    bottom: 0px;}.mc183cf01f_volume_thumb {    height: 11px;    width: 11px;    position: absolute;    border-radius: 50%;    background: #fff;    cursor: pointer;}.mc183cf01f_volumesliderparent:focus .mc183cf01f_volumeslider_background {    opacity: 1;    -webkit-transition: opacity 0.25s ease-in;    transition: opacity 0.25s ease-in;    -moz-transition: opacity 0.25s ease-in;}.mc183cf01f_iconsmall,.mc183cf01f_iconmed,.mc183cf01f_iconlarge {    cursor: pointer;    color: #fff;    display: flex;    margin-left: 5px;    margin-right: 5px;}.mc183cf01f_iconsmall {    font-size: 16px;}.mc183cf01f_iconmed {    font-size: 18px;}.mc183cf01f_iconlarge {    font-size: 24px;}.mc183cf01f_iconsmall.mc183cf01f_videomodeplayicon {    font-size: 27px;    margin: 4px 1px 0px 0px;}.mc183cf01f_iconmed.mc183cf01f_videomodeplayicon {    font-size: 31px;    margin: 4px 1px 0px 0px;}.mc183cf01f_iconlarge.mc183cf01f_videomodeplayicon {    font-size: 45px;    margin: 4px 1px 0px 0px;}.mc183cf01f_audioplayerplaypause .mc183cf01f_videomodeplayicon {    color: #000;    font-size: 16px;    margin: 4px 2px 2px 1px;}.mc183cf01f_display {    display: none;}.mc183cf01f_details {    opacity: 0;    -moz-transition: opacity 0.3s;    -webkit-transition: opacity 0.3s;    transition: opacity 0.3s;}.mc183cf01f_displaydetails:hover .mc183cf01f_details {    opacity: 1;    display: block;}.mc183cf01f_header {    width: 100%;    height: 60px;    display: flex;    align-items: center;    position: absolute;    top: 0;    left: 0;    pointer-events: none;}.mc183cf01f_topgradiant {    height: 100%;    width: 100%;    position: absolute;    background: linear-gradient(        0deg,        rgba(0, 0, 0, 0.7) -75.71%,        rgba(0, 0, 0, 0) 100%    );    transform: rotate(180deg);}.mc183cf01f_playerpopout .mc183cf01f_header {    cursor: move;    pointer-events: visible;}.mc183cf01f_videoend_details .mc183cf01f_details {    opacity: 1;    display: block;}.mc183cf01f_downloadicon:before {    content: "\ea0b";    font-family: ZoFo-ChatBar;}a .mc183cf01f_downloadicon {    text-decoration: none;}.mc183cf01f_actionscontainer {    display: flex;    flex-direction: row-reverse;    position: absolute;    bottom: 10px;    right: 10px;}.mc183cf01f_videomodefwdicon {    margin: 0px;}.mc183cf01f_ffbuttoncontainer {    cursor: pointer;    background: rgba(0, 0, 0, 0.47);    border-radius: 50%;    align-items: center;    display: flex;    justify-content: center;    height: 70px;    width: 70px;    margin: 0 20px;}.mc183cf01f_basic_controlscontainer {    position: absolute;    display: flex;    align-items: center;    justify-content: space-evenly;    bottom: 50%;    right: 50%;    transform: translate(50%, 50%);    height: 0px;}.mc183cf01f_ffbutton,.mc183cf01f_rewbutton {    font-size: 28px;}.mc183cf01f_ffbutton {    margin: 2px 0px 0px 2px;}.mc183cf01f_revbutton {    margin: 2px 2px 0px 0px;}.mc183cf01f_loadingdiv {    width: 30px;    height: 30px;    position: absolute;    border-radius: 100%;    border: 4px solid rgba(243, 243, 243, 0.41);    border-top: 4px solid #fff;    -webkit-animation: mc183cf01f_spin 2s linear infinite;    animation: mc183cf01f_spin 2s linear infinite;}.mc183cf01f_theatremode .mc183cf01f_loadingdiv {    height: 80px;    width: 80px;    border: 8px solid rgba(243, 243, 243, 0.41);    border-top: 8px solid #fff;}@-webkit-keyframes mc183cf01f_spin {    0% {        -webkit-transform: rotate(0deg);    }    100% {        -webkit-transform: rotate(360deg);    }}@keyframes mc183cf01f_spin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.mc183cf01f_progressbar_parent {    display: flex;    transform-origin: 0%;    width: 100%;    height: 100%;    position: relative;    transition: width 0.3s;}.mc183cf01f_seekbar_thumb {    border-radius: 100%;    background: #fff;    height: 12px;    left: 100%;    width: 12px;    bottom: -4px;    position: absolute;    display: none;    pointer-events: none;    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);}.mc183cf01f_progressbar_parent,.mc183cf01f_seekbar_thumb,.mc183cf01f_progressbar {    transition-timing-function: ease-out;    -webkit-transition-timing-function: ease-out;    -moz-transition-timing-function: ease-out;}.mc183cf01f_seekbar:hover .mc183cf01f_seekbar_thumb,.mc183cf01f_seekbar_theatremode:hover .mc183cf01f_seekbar_thumb,.mc183cf01f_seekbar:active .mc183cf01f_seekbar_thumb,.mc183cf01f_seekbar_theatremode:active .mc183cf01f_seekbar_thumb {    display: block;}.mc183cf01f_seekbar_theatremode:hover .mc183cf01f_seekbar_thumb,.mc183cf01f_seekbar_theatremode:active .mc183cf01f_seekbar_thumb {    height: 15px;    width: 15px;    bottom: -5px;}.mc183cf01f_playpausecontainer .mc183cf01f_replayicon {    margin: 1px 1px 0px 0px;}.mc183cf01f_expander {    height: 10px;    width: 10px;    position: absolute;    top: 0;    cursor: nwse-resize;}.mc183cf01f_disable {    pointer-events: none;    opacity: 0.6;}.mc183cf01f_errorcontainer {    color: #fff;    width: 100%;}.mc183cf01f_errorcontainerdata {    display: flex;    flex-direction: column;    align-items: center;    width: 100%;    background: rgba(0, 0, 0, 0.47);    font-size: 13px;    padding: 7px 0px;}.mc183cf01f_errormessage {    white-space: nowrap;    overflow: hidden;    text-align: center;    width: inherit;    text-overflow: ellipsis;    margin: 3px 0px;}.mc183cf01f_errorposterimg {    position: absolute;    height: 100%;    width: 100%;}.mc183cf01f_retry,.mc183cf01f_errordownload {    color: var(--videoplayer-theme-color);    cursor: pointer;    margin: 0px 5px;    font-size: 13px;    height: 13px;}.mc183cf01f_dot {    width: 4px;    height: 4px;    background: #ffffff;    opacity: 0.6;    border-radius: 100%;}.mc183cf01f_erroractions,.mc183cf01f_playbackrate {    display: flex;    align-items: center;    justify-content: center;}.mc183cf01f_controllerbgerror {    height: 40px;}.mc183cf01f_erroricon {    font-size: 18px;    font-weight: bold;    height: 18px;    width: 18px;}.mc183cf01f_errorcontainerbig .mc183cf01f_errormessage,.mc183cf01f_errorcontainerbig .mc183cf01f_retry,.mc183cf01f_errorcontainerbig .mc183cf01f_errordownload {    font-size: 16px;}.mc183cf01f_errorcontainerbig .mc183cf01f_retry,.mc183cf01f_errorcontainerbig .mc183cf01f_errordownload {    height: 16px;}.mc183cf01f_errorcontainerbig .mc183cf01f_erroricon {    font-size: 30px;    height: 30px;    width: 30px;}.mc183cf01f_errorcontainerbig .mc183cf01f_errormessage {    margin: 7px 0px;}.mc183cf01f_ffbuttoncontainer:focus {    outline: none;}.mc183cf01f_ffbuttoncontainer:focus .mc183cf01f_rewbutton,.mc183cf01f_ffbuttoncontainer:focus .mc183cf01f_ffbutton {    box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);}.mc183cf01f_audioplayerbg {    background: #fff;    transform: rotate(180deg);}.mc183cf01f_basiccontrolsposition {    right: unset;    left: 8px;    transform: translate(0, 0);    bottom: 49px;}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_topgradiant,.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_videodesc {    text-shadow: none;    background: none;    color: #000;}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_iconsmall,.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_iconmed,.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_iconlarge {    color: #627282;}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_duration_content,.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_duration_theatremode {    color: #000;}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_seekbar_thumb {    display: block;    background: #222;}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_seekbar:hover,.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_seekbar:hover .mc183cf01f_seekguide,.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_seekbar:hover .mc183cf01f_buffer {    height: 3px;}.zmNightMode    .mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_topgradiant,.zmNightMode    .mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_videodesc,.zmNightMode    .mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_duration_content,.zmNightMode    .mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_duration_theatremode,.zmNightMode    .mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_iconsmall,.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_iconsmall,.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_topgradiant,.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_videodesc,.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_duration_content {    color: #fff;}.zmNightMode    .mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_seekbar_thumb,.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_seekbar_thumb {    background: #fff;}.zmNightMode .mc183cf01f_audioplayerbg {    background: var(--wms-chat-bg-color);}.mc183cf01f_playerpopout .mc183cf01f_audioplayerbg {    background: linear-gradient(107.82deg, #131c31 17.02%, #2e7e98 91.97%);}.zmNightMode    .mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_seekbar {    background: #808080;}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_seekbar {    background: rgba(255, 255, 255, 0.33);}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_closeicon {    font-size: 8px;    text-shadow: unset;    background: rgba(0, 0, 0, 0.8);    width: 18px;    height: 18px;    display: flex;    align-items: center;    justify-content: center;    border-radius: 50%;    top: 10px;}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_closeicon:before {    opacity: 0.8;}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_closeicon:hover.mc183cf01f_closeicon:before {    opacity: 1;}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] {    border-radius: 8px;}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"]    .mc183cf01f_audioplayerplaypause {    background: rgba(0, 0, 0, 0.47);}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_loadingdiv {    border: 2px solid rgba(243, 243, 243, 0.41);}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_loadingdiv {    border-top: 2px solid #222;}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_loadingdiv {    border-top: 2px solid #fff;}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_header {    height: 30px;}.mc183cf01f_playerparent_container[data-playertype] .mc183cf01f_playpausecontainer:hover .mc183cf01f_iconmed,.mc183cf01f_playerparent_container[data-playertype] .mc183cf01f_playpausecontainer:hover .mc183cf01f_iconsmall,.mc183cf01f_playerparent_container[data-playertype] .mc183cf01f_playpausecontainer:hover .mc183cf01f_iconlarge,.mc183cf01f_playerparent_container[data-playertype] .mc183cf01f_ffbuttoncontainer:hover .mc183cf01f_iconlarge,.mc183cf01f_playerparent_container[data-playertype] .mc183cf01f_iconmed:hover,.mc183cf01f_playerparent_container[data-playertype] .mc183cf01f_iconsmall:hover,.mc183cf01f_playerparent_container[data-playertype] .mc183cf01f_iconlarge:hover,.mc183cf01f_playerparent_container[data-playertype="video"] .mc183cf01f_closeicon:hover {    color: var(--videoplayer-theme-color);}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_closeicon:hover {    color: #fff;}.wms-rtl .mc183cf01f_controller_bgclass *,.wms-rtl .mc183cf01f_seekbar,.wms-rtl .mc183cf01f_controls_container {    direction: ltr;}.mc183cf01f_voicerecordertrack {    bottom: 24px;    border-radius: 4px;}.mc183cf01f_voicerecordertrack .mc183cf01f_seekbar_thumb {    display: block;}.mc183cf01f_voicerecordertrack,.mc183cf01f_voicerecordertrack .mc183cf01f_buffer,.mc183cf01f_voicerecordertrack .mc183cf01f_seekbar {    height: 5px;}.mc183cf01f_voicerecordertrack:hover,.mc183cf01f_voicerecordertrack:active {    bottom: 24px;}.mc183cf01f_voicerecordertrack .mc183cf01f_progressbar {    border-radius: inherit;}.mc183cf01f_playbackrate {    height: 18px;    width: 40px;    background: rgba(255, 255, 255, 0.2);    border-radius: 12.5px;    color: #fff;    flex-shrink: 0;    cursor: pointer;    font-size: 12px;    position: relative;}.mc183cf01f_seperator {    height: 10px;    width: 1px;    margin: 0 6px;    background: #fff;}.mc183cf01f_optionscontainer {    width: 80px;    bottom: 21px;    box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);    position: absolute;    border-radius: 8px;    padding: 2px;    background: #1a2b3c;    display: flex;    left: 0;    flex-direction: column;}.mc183cf01f_optionitem {    height: 20px;    width: 100%;    line-height: 20px;    border-radius: 4px;    color: #fff;    cursor: pointer;    font-size: 12px;    display: flex;    align-items: center;    padding: 0px 5px;}.mc183cf01f_itemlabel {    width: 100%;    line-height: 20px;}.mc183cf01f_optionitem:hover,.mc183cf01f_optionselected {    background: #263849;    color: var(--videoplayer-theme-color);}.mc183cf01f_optionselected::after {    font-family: 'ZoFo-ChatBar';    content: '\e91d';    font-size: 8px;}.mc183cf01f_optionitem:hover .mc183cf01f_iconsmall {    color: var(--videoplayer-theme-color);}.mc183cf01f_moreoptions {    font-size: 9px;    position: relative;}.mc183cf01f_moreoptions:before {    transform: rotate(90deg);}.mc183cf01f_labelwithicon {    width: calc(100% - 34px);    text-align: left;}.mc183cf01f_moreoptionscontainer {    width: 100px;    left: -90px;}.mc183cf01f_optionitem a {    width: 100%;    display: flex;}.mc183cf01f_optionitem .mc183cf01f_downloadicon,.mc183cf01f_optionitem .mc183cf01f_itemlabel {    pointer-events: none;}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_playbackrate {    color: #000;    background: #e6e6e6;    border: 0.8px solid rgba(214, 218, 221, 0.4);}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_seperator {    background: #000;}.mc183cf01f_playerparent_container[data-playertype="audio"] {    overflow: visible;}.mc183cf01f_playerpopout .mc183cf01f_seperator,.mc183cf01f_theatremode .mc183cf01f_seperator {    height: 12px;}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_playbackrate {    color: #fff;    background: rgba(255, 255, 255, 0.2);    border: unset;}.mc183cf01f_playerpopout.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_seperator {    background: #fff;}.mc183cf01f_playbackrate:hover,.mc183cf01f_playerparent_container[data-playertype="video"] .mc183cf01f_playbackrate:hover {    color: var(--videoplayer-theme-color);    background: rgba(34, 63, 76, 0.6);}.mc183cf01f_playerparent_container[data-playertype="audio"] .mc183cf01f_playbackrate:hover {    color: var(--videoplayer-theme-color);}.fileDownloadRestricted .mc183cf01f_downloadicon,.fileForwardRestricted .mc183cf01f_videomodefwdicon,.fileForwardRestricted .mc183cf01f_forwardiconcontainer{    display: none;}.mcfb690f8a_urlpreviewparent {    padding: 8px 10px;    box-sizing: border-box;    display: flex;    flex-direction: column;    justify-content: space-evenly;    width: 100%;}.mcfb690f8a_imagecontainer {    max-height: 60px;    max-width: 60px;    display: flex;    margin-right: 7px;    box-shadow: 0 0 1px #d5d5d5;    flex-shrink: 0;    justify-content: center;}.mcfb690f8a_previewcontent {    display: flex;    padding: 8px 0px;}.mcfb690f8a_urlpreviewparent .mcfb690f8a_image {    max-height: inherit;    max-width: inherit;    object-fit: cover;}.mcfb690f8a_image[data-svgthumb="true"] {    height: 60px;    width: 60px;}.mcfb690f8a_previewdetails {    width: 65%;    line-heisht: 26px;}.mcfb690f8a_title,.mcfb690f8a_url {    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;}.mcfb690f8a_url,.mcfb690f8a_title,.mcfb690f8a_providername,.mcfb690f8a_preview {    text-decoration: none;}.mcfb690f8a_url {    font-size: 12px;}.mcfb690f8a_title {    font-size: 14px;    font-weight: bold;}.mcfb690f8a_providername,.mcfb690f8a_preview,.mcfb690f8a_dynamicclass {    font-size: 12px;}.mcfb690f8a_preview {    cursor: pointer;    color: var(--wms-primary-color);    display: flex;    align-items: center;}.mcfb690f8a_dynamicclass {    margin-left: 0px;    text-transform: capitalize;    cursor: pointer;    color: var(--wms-primary-color);    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    width: 30px;}.mcfb690f8a_description {    font-size: 14px;    display: -webkit-box;    -webkit-line-clamp: 3;    max-height: 54px;    overflow: hidden;    text-overflow: ellipsis;    width: 100%;    height: 100%;    -webkit-box-orient: vertical;}.mcfb690f8a_closeicon {    margin-left: auto;    border-radius: 50%;    font-size: 15px;    cursor: pointer;    height: 8px;    width: 8px;    margin-right: 5px;    opacity: 0.4;}.mcfb690f8a_closeicon:before {    content: "\e942";    font-family: "ZoFo-Chatbar";}.mcfb690f8a_closeicon:hover {    opacity: 1;}.mcfb690f8a_previewfooter,.mcfb690f8a_previewheader {    display: flex;    justify-content: space-between;}.mcfb690f8a_favicon {    pointer-events: none;    height: 15px;    width: 15px;    margin-right: 5px;}.mcfb690f8a_domaindetails {    display: flex;    align-items: center;}.mcfb690f8a_fieldscontainer {    background: #f4f4f4;    width: inherit;}.mcfb690f8a_field {    display: flex;    flex-direction: column;    padding: 5px;}.mcfb690f8a_label {    width: inherit;    color: #9b9b9b;}.mcfb690f8a_value {    width: inherit;}.mcfb690f8a_actionscontainer {    display: flex;    align-items: center;    padding: 0px 4px;}.mcfb690f8a_circle {    width: 4px;    height: 4px;    background: #c4c4c4;    border-radius: 20px;    margin: 0px 8px;}.mcfb690f8a_providername {    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    width: 80px;}.mcfb690f8a_notification_settings_icon {    height: 20px;    width: 20px;    font-size: 10px;    display: flex;    align-items: center;    margin-left: 4px;    cursor: pointer;    border: solid 1px var(--wms-border-color);    color: #666;    justify-content: center;    border-radius: 50%;}.mcfb690f8a_notification_settings_icon:before {    content: "\e90f";    font-family: "ZoFo-ChatBar";}.mcfb690f8a_notification_settings_icon:hover {    background: #f1f4f7;}.zmNightMode .mcfb690f8a_notification_settings_icon {    color: #bababa;}.zmNightMode .mcfb690f8a_notification_settings_icon:hover {    background-color: #313131;    color: #fff;}.zmNightMode .mcfb690f8a_fieldscontainer {    background-color: var(--wms-secondary-bubble-color);}.mc2c3bb351_container * {    box-sizing: border-box;}.mc2c3bb351_container {    height: 650px;    width: 500px;    background: rgb(255, 255, 255);    border-radius: 8px;    box-shadow: rgb(62, 62, 62) 0 0 20px;    display: flex;    flex-direction: column;}.mc2c3bb351_header {    background: #f1f4f7;    padding: 20px 36px;    position: relative;    border-radius: 5px 5px 0px 0px;}.mc2c3bb351_readuserlist_container {    padding-bottom: 5px;    flex-grow: 1;    overflow: hidden;    transition: height 0.3s;    display: flex;    flex-direction: column;}.mc2c3bb351_msg_readtime_container {    margin-right: 20px;    display: flex;    flex-direction: column;    align-items: flex-end;    min-width: 100px;    color: rgb(var(--wms-secondary-text-colorcode), 0.5);    font-size: 11px;}.mc2c3bb351_error_info {    flex-grow: 1;    display: flex;    align-items: center;    justify-content: center;    font-size: 17px;}.zmNightMode .mc2c3bb351_container {    color: var(--wms-primary-text-color);    background: var(--wms-chat-bg-color);    box-shadow: rgb(62, 62, 62) 0 0 10px;}.zmNightMode .mc2c3bb351_header {    background: rgba(61, 61, 61, 0.75);}.mc9fea9169_formparent {    max-height: 650px;    width: 550px;    background: rgb(255, 255, 255);    border-radius: 5px;    box-shadow: rgb(62, 62, 62) 0 0 20px;    display: flex;    flex-direction: column;    position: fixed;    transform: translate(-50%, -50%);    left: 50%;    top: 50%;}.mc9fea9169_formparent * {    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box;}.mc9fea9169_footer {    justify-content: flex-end;    min-height: 85px;    padding: 0 30px;    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.21);    position: relative;}.mc9fea9169_cancelbutton {    background: white;    color: #000;    border: solid 1px #d4dadd;    margin-right: 20px;}.mc9fea9169_submitbutton {    background: var(--wms-primary-color);    color: #fff;}.mc9fea9169_cancelbutton,.mc9fea9169_submitbutton {    height: 40px;    width: 100px;    border-radius: 20px;    cursor: pointer;}.mc9fea9169_cancelbutton:hover,.mc9fea9169_submitbutton:hover,.mc9fea9169_cancelbutton:focus,.mc9fea9169_submitbutton:focus {    box-shadow: inset 0px 4px 50px #00000026;}.mc9fea9169_hideclose {    display: none;}.mc9fea9169_header {    height: 70px;    font-weight: bold;    font-size: 21px;    justify-content: center;    background: #f1f4f7;    border-radius: 5px 5px 0px 0px;    flex-shrink: 0;}.mc9fea9169_header,.mc9fea9169_formcontent,.mc9fea9169_footerprefix,.mc9fea9169_hint,.mc9fea9169_footer,.mc9fea9169_singleselectvalue,.mc9fea9169_placeholderstyle {    display: flex;    align-items: center;}.mc9fea9169_formcontent {    flex-direction: column;    padding: 0px 30px 30px 30px;    overflow: auto;    position: relative;}.mc9fea9169_options {    position: relative;}.mc9fea9169_options,.mc9fea9169_formitem {    width: 100%;}.mc9fea9169_formitem {    margin-top: 20px;    position: relative;}.mc9fea9169_inputfield,.mc9fea9169_singleselect {    height: 35px;    width: 100%;    padding: 0 40px 0 15px;}.mc9fea9169_inputfield,.mc9fea9169_inputtextarea,.mc9fea9169_multiselectparent,.mc9fea9169_singleselect {    width: 100%;    border: solid 1px #dedede;    font-size: 12px;    border-radius: 4px;    background: inherit;}.mc9fea9169_inputfield:focus,.mc9fea9169_inputtextarea:focus,.mc9fea9169_singleselect:focus,.mc9fea9169_multiselectparentfocus,.mc9fea9169_groupedinput:focus,.mc9fea9169_searchstyle:focus,.mc9fea9169_closeicon:focus,.mc9fea9169_singleselectclose:focus {    border: solid 1px var(--wms-primary-color);    outline: none;    box-shadow: none;}.mc9fea9169_singleselectclose:focus {    outline: none;    color: var(--wms-primary-color);}.mc9fea9169_options textarea {    height: 90px;    resize: none;    padding: 10px 15px;}.mc9fea9169_options input[type="number"] {    -moz-appearance: textfield;}.mc9fea9169_options input[type="number"]::-webkit-inner-spin-button,.mc9fea9169_options input[type="number"]::-webkit-outer-spin-button {    -webkit-appearance: none;    margin: 0;}.mc9fea9169_labelcontainer {    display: flex;    margin-bottom: 10px;}.mc9fea9169_label {    font-weight: bold;    font-size: 14px;    max-width: 50%;    flex-shrink: 0;}.mc9fea9169_mandatory:after {    content: "*";    color: red;    margin: 0 5px;}.mc9fea9169_hint,.mc9fea9169_formhint {    color: #999;    font-size: 12px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    display: inline-block;}.mc9fea9169_formhint {    margin-top: 10px;    font-size: 14px;    padding: 0 30px;    flex-shrink: 0;}.mc9fea9169_footerprefix {    position: absolute;    left: 30px;}.mc9fea9169_botimage {    margin: 0 7px;    height: 26px;    width: 26px;}.mc9fea9169_botname {    font-size: 14px;}.mc9fea9169_multiselectparent {    position: relative;    min-height: 40px;}.mc9fea9169_selectedelements_container {    display: flex;    flex-wrap: wrap;    width: calc(100% - 40px);    min-height: inherit;    max-height: 70px;    overflow-y: auto;}.mc9fea9169_selectedoption {    margin: 5px 3px;    font-size: 14px;    background: #f1f1f1;    padding: 4px;    cursor: pointer;    border-radius: 4px;    max-width: 150px;}.mc9fea9169_selectedoption .mc9fea9169_closeicon {    background: #e9e9e9;}.mc9fea9169_closeiconcontainer {    position: relative;}.mc9fea9169_selectedoption .mc9fea9169_closeiconcontainer,.mc9fea9169_form_error .mc9fea9169_closeicon {    min-height: 15px;    min-width: 15px;    border-radius: 100%;    font-size: 7px;    margin: 0 2px;    height: 15px;    width: 15px;}.mc9fea9169_form_error .mc9fea9169_closeicon {    background: #ebccd1;    margin-left: 10px;    cursor: pointer;}.mc9fea9169_selectedoption .mc9fea9169_closeicon,.mc9fea9169_form_error .mc9fea9169_closeicon,.mc9fea9169_opendropdown,.mc9fea9169_selectedoption,.mc9fea9169_singleselectclose,.mc9fea9169_form_error,.mc9fea9169_badge_letter,.mc9fea9169_textfieldicon,.mc9fea9169_numberstep,.mc9fea9169_passwordfieldicon,.mc9fea9169_hv_align {    align-items: center;    justify-content: center;    display: flex;}.mc9fea9169_selectedoption:hover .mc9fea9169_closeicon {    background: #aaa;    visibility: visible;}.mc9fea9169_selectedtext {    font-size: 14px;    margin: 0 2px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.mc9fea9169_selectedtext,.mc9fea9169_textellipse {    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.mc9fea9169_opendropdown {    right: 0;    height: 100%;    padding: 0 5px;    color: #898989;    position: absolute;    width: 40px;    cursor: pointer;    top: 0;}.mc9fea9169_singleselect {    height: 35px;    position: relative;    cursor: pointer;}.mc9fea9169_dropdowncontainer {    width: 100%;    border: solid 1px #dedede;    background: #fff;    margin-top: 5px;    z-index: 1;    position: absolute;    left: 0;    overflow: hidden;    border-radius: 0px 0px 4px 4px;}.mc9fea9169_dropdownoptions {    height: 35px;    width: 100%;}.mc9fea9169_dropdownmin {    min-height: 200px;}.mc9fea9169_listwrapperstyle {    padding: 5px 5px 5px 5px;    max-height: 200px;    height: inherit;}.mc9fea9169_wrapperwithsearch {    padding-top: 0px;}.mc9fea9169_listwrappernative1 {    height: 200px;    min-height: unset;}.mc9fea9169_singleselectvalue,.mc9fea9169_placeholderstyle {    height: inherit;    width: 85%;}.mc9fea9169_placeholderstyle {    color: #999;}.mc9fea9169_dropdownitemstyle:hover,.mc9fea9169_groupeditem:hover,.mc9fea9169_customitem:hover,.mc9fea9169_grouped_item_sel {    background-color: #f4f6f8;}.mc9fea9169_dropdownnoimg {    height: 0px;    width: 0px;}.mc9fea9169_dropdownitemstyle {    display: flex;    padding: 5px 0px;    height: 30px;    align-items: center;}.mc9fea9169_dropdownitemwithdesc {    height: auto;}.mc9fea9169_nativeitem {    height: 55px;    padding: 15px;}.mc9fea9169_showmandatoryerror {    font-size: 12px;    color: #f73930;    padding: 3px 0px;}.mc9fea9169_errorcontainer {    position: absolute;    right: 0;    text-align: right;    width: 100%;}.mc9fea9169_itemloading {    position: absolute;    height: 90%;    width: 8%;    display: flex;    align-items: center;    justify-content: center;    background: #fff;    right: 4px;    bottom: 2px;}.mc9fea9169_dotone,.mc9fea9169_dottwo,.mc9fea9169_dotthree {    height: 5px;    width: 5px;    border-radius: 100%;    background: #000;    margin: 2px;    animation: mc9fea9169_showHideDot 2.5s ease-in-out infinite;}.mc9fea9169_dotone {    animation-delay: 0.2s;}.mc9fea9169_dottwo {    animation-delay: 0.4s;}.mc9fea9169_dotthree {    animation-delay: 0.6s;}@keyframes mc9fea9169_showHideDot {    0% {        opacity: 0;    }    50% {        opacity: 1;    }    60% {        opacity: 1;    }    100% {        opacity: 0;    }}.mc9fea9169_singleselectclose {    border-right: solid 1px #dedede;}.mc9fea9169_singleselectclose {    position: absolute;    top: 0;    right: 40px;    height: 100%;    padding: 0 5px;    width: 40px;    font-size: 8px;    color: #898989;}.mc9fea9169_disable {    opacity: 0.5;    pointer-events: none;}.mc9fea9169_mountedfixed {    position: fixed;    width: calc(100% - 60px);    left: 30px;}.mc9fea9169_containerwrapperstyle {    min-height: inherit;}.mc9fea9169_form_error {    padding: 10px;    padding-right: 20px;    margin: auto;    border-radius: 5px;    color: #a94442;    background-color: #f2dede;    border: 1px solid #ebccd1;    position: relative;    max-height: 60px;}.mc9fea9169_form_errordescription {    max-height: inherit;    overflow-y: auto;}.mc9fea9169_multiselectlist_search {    margin: 5px 3px;    font-size: 12px;    padding: 4px;    max-width: 150px;    outline: none;    border: none;    background: inherit;}.mc9fea9169_emptysearch {    width: 100%;    max-width: inherit;}.mc9fea9169_removescroll {    overflow: unset;}.mc9fea9169_mountedtop {    border-radius: 4px 4px 0px 0px;}.mc9fea9169_searchstyle {    padding: 5px 10px;    border-radius: 5px;    margin: 0px;}.mc9fea9169_searchcontainerstyle {    margin: 10px;    width: 95%;}.mc9fea9169_customitem,.mc9fea9169_groupeditem {    min-height: 30px;    width: 100%;    display: flex;    align-items: center;    cursor: pointer;    font-size: 14px;}.mc9fea9169_customitem,.mc9fea9169_groupeditemtitle {    padding: 5px 70px 5px 0px;    padding-left: 10px;}.mc9fea9169_groupeditemtitle {    font-size: 14px;    position: relative;    height: 30px;}.mc9fea9169_groupeditemtitle:before {    content: "";    width: 20px;    margin-top: 23px;    position: absolute;    border: 1px solid var(--wms-primary-color);}.mc9fea9169_textoverflowstyle,.mc9fea9169_groupeditemtitle,.mc9fea9169_showmandatoryerror {    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;}.mc9fea9169_groupeditem {    padding: 5px 30px;}.mc9fea9169_groupeditemcontainer {    padding: 0 5px;    max-height: inherit;    overflow: hidden;}.mc9fea9169_groupedinput {    box-sizing: border-box;    flex-shrink: 0;    width: 100%;    padding: 5px 10px;    border: solid 1px #eee;    border-radius: 5px;    background: transparent;    font-size: 15px;    outline: 0 none;    margin: 5px 0px;}.mc9fea9169_emptysearchcontainer {    width: 100%;    height: 100%;    position: absolute;}.mc9fea9169_selectedoption .mc9fea9169_closeicon,.mc9fea9169_contactimg {    height: inherit;    width: inherit;    border-radius: inherit;    position: absolute;    top: 0px;    left: 0px;}.mc9fea9169_contactimg + .mc9fea9169_closeicon {    background: none;    visibility: hidden;}.mc9fea9169_contactimg:after {    display: flex;    align-items: center;    justify-content: center;    position: absolute;    top: 0;    left: 0;    font-size: 10px;}.mc9fea9169_badge_letter {    background-color: var(--wms-primary-color);}.mc9fea9169_textfieldicon {    top: 1px;    position: absolute;    right: 1px;    height: 96%;    width: 40px;    border-bottom-right-radius: 4px;    border-top-right-radius: 4px;    color: #c7c7c7;    font-size: 14px;}.mc9fea9169_numberstep {    top: 1px;    position: absolute;    right: 1px;    height: 94%;    color: #627282;    background-color: #f7f7f7;    cursor: pointer;    font-size: 10px;}.mc9fea9169_numberstep:nth-of-type(1) {    right: 32px;    width: 30px;}.mc9fea9169_numberstep:nth-of-type(2) {    width: 30px;    border-bottom-right-radius: 3px;    border-top-right-radius: 3px;}.mc9fea9169_numberstep:nth-of-type(2):after {    content: '';    height: 70%;    position: absolute;    right: 30px;    border-left: 1px solid #e6e6e6;    z-index: -1;}.mc9fea9169_numberstep:hover,.mc9fea9169_passwordfieldicon:hover {    background-color: #f1f4f7;}.mc9fea9169_numberstep:focus {    box-shadow: none;    outline: 1px solid var(--wms-primary-color);    z-index: 10;}.mc9fea9169_passwordfieldicon {    position: absolute;    top: 1px;    right: 1px;    color: #627282;    background-color: #f7f7f7;    cursor: pointer;    font-size: 16px;    width: 30px;    height: 33px;    margin-bottom: 0px;}.mc9fea9169_icontext {    font-size: 12px;}.mc9fea9169_groupeditemslistcontainer {    height: 150px;    width: 100%;    overflow: auto;}.mc9fea9169_loader:after {    content: "";    display: inline-block;    width: 20px;    height: 20px;    position: absolute;    border-radius: 100%;    border: 4px solid #f3f3f369;    border-top: 4px solid #fff;    -webkit-animation: mc9fea9169_spin 2s linear infinite;    animation: mc9fea9169_spin 2s linear infinite;}@-webkit-keyframes mc9fea9169_spin {    0% {        -webkit-transform: rotate(0deg);    }    100% {        -webkit-transform: rotate(360deg);    }}@keyframes mc9fea9169_spin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.mc9fea9169_hv_align {    text-align: center;}.mc9fea9169_groupeditemslistcontainer .mc9fea9169_loader:after {    width: 70px;    height: 70px;    box-shadow: rgba(0, 0, 0, 0.5) -4px -5px 3px -3px;    -webkit-animation: mc9fea9169_spin 0.8s infinite linear;    -moz-animation: mc9fea9169_spin 0.8s infinite linear;    animation: mc9fea9169_spin 0.8s infinite linear;    botder: none;}.mc9fea9169_groupeditemslistcontainer .mc9fea9169_loader {    height: 200px;    width: 100%;}.mc9fea9169_dropdownimg, .mc9fea9169_empty_img {    width: 36px;    height: 36px;    border-radius: 50%;    margin: 5px;    margin-right: 10px;}.mc9fea9169_dropdownimg.mc9fea9169_small, .mc9fea9169_empty_img.mc9fea9169_small {    width: 20px;    height: 20px;}.mc9fea9169_empty_img {    background-color: var(--wms-primary-color);    color: #fff;    text-transform: uppercase;    text-align: center;    line-height: 36px;}.mc9fea9169_empty_img.mc9fea9169_small {    line-height: 20px;}.mc9fea9169_listinfodesc {    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    font-size: 13px;    color: #666;}.mc9fea9169_togglecheckbox {    display: none;}.mc9fea9169_togglebutton {    border-radius: 50px;    height: 24px;    width: 44px;    background-color: rgb( 200, 200, 200);    position: relative;    padding: 2px;    cursor: pointer;    display: block;}.mc9fea9169_togglebutton:after {    content: '';    display: inline-block;    border-radius: 50px;    height: 20px;    width: 20px;    position: absolute;    left: 2px;    background-color: #fff;    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);    transition: all 0.3s ease;}.mc9fea9169_togglecheckbox:checked + .mc9fea9169_togglebutton {    background-color: var(--wms-primary-color);}.mc9fea9169_togglecheckbox:checked + .mc9fea9169_togglebutton:after {    transform: translateX(20px);}.mc9fea9169_labelcontainer.mc9fea9169_toggleinput{    margin-bottom: 0px;    justify-content: space-between;    align-items: center;}.zmNightMode .mc9fea9169_formparent,.zmNightMode .mc9fea9169_dropdowncontainer,.zmNightMode .mc9fea9169_header,.zmNightMode .mc9fea9169_cancelbutton {    background: var(--wms-chat-bg-color);    color: var(--wms-primary-text-color);}.zmNightMode .mc9fea9169_inputfield,.zmNightMode .mc9fea9169_inputtextarea,.zmNightMode .mc9fea9169_dropdowncontainer,.zmNightMode .mc9fea9169_cancelbutton {    color: #999;}.zmNightMode .mc9fea9169_dropdownitemstyle:hover,.zmNightMode .mc9fea9169_customitem:hover,.zmNightMode .mc9fea9169_groupeditem:hover {    background: var(--wms-chat-bg-color);}.zmNightMode .mc9fea9169_selectedoption {    background: #585858;    color: #999;}.zmNightMode .mc9fea9169_numberstep,.zmNightMode .mc9fea9169_passwordfieldicon {    background-color: #2b2b2b;    color: #c7c7c7;}.zmNightMode .mc9fea9169_numberstep:hover,.zmNightMode .mc9fea9169_passwordfieldicon:hover {    background-color: #333;}.zmNightMode .mc9fea9169_numberstep:nth-of-type(2):after {    border-color: #5d5d5d;}.zmNightMode .mc9fea9169_togglebutton {    background-color: #494949;}.zmNightMode .mc9fea9169_togglebutton:after {    background-color: #eee;}.mc070469d7_pickerparent {    height: 40px;    width: 100%;    display: flex;}.mc070469d7_pickerdropdown {    height: 340px;    border: solid 1px #e0dbdb;    display: flex;    position: absolute;    background: #fff;    z-index: 1;    flex-direction: column;    right: 0px;    width: 300px;    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.19982);}.mc070469d7_calendarparent {    width: 100%;    position: relative;    height: 253px;    overflow: scroll;}.mc070469d7_calendarcontainer {    border: 0;    box-sizing: border-box;}.mc070469d7_timeinput {    display: flex;    align-items: center;    margin: 0px 5px 0px 10px;}.mc070469d7_pickertoggler {    height: inherit;    width: inherit;    border: solid 1px #e0dbdb;    border-radius: 3px;    display: flex;}.mc070469d7_pickertoggler:focus {    border: solid 1px var(--wms-primary-color);    outline: none;}.mc070469d7_timezonecontainer {    display: flex;    align-items: center;    justify-content: center;    height: 100%;    margin-right: 10px;}.mc070469d7_cancelbutton {    margin-right: 10px;    font-size: 12px;    background: #fff;    color: #000;    width: 65px;}.mc070469d7_setdate {    background: var(--wms-primary-color);    font-size: 12px;    margin: 0px 10px;    color: #fff;    width: 100px;}.mc070469d7_setdate,.mc070469d7_cancelbutton {    height: 30px;    border-radius: 20px;    cursor: pointer;    border: solid 1px #d4dadd;}.mc070469d7_setdate:focus,.mc070469d7_setdate:hover {    text-shadow: 0px 0px 2px #cdcfea;    outline: none;}.mc070469d7_setdate.mc070469d7_invalidDateTime {    opacity: 0.75;    pointer-events: none;}.mc070469d7_cancelbutton:focus,.mc070469d7_cancelbutton:hover {    box-shadow: inset 0px 4px 50px #00000026;}.mc070469d7_actionscontainer {    width: 100%;    display: flex;    height: 40px;    margin-top: 5px;    background: #f7f7f7;    border-radius: inherit;    margin-top: 10px;    justify-content: flex-end;    align-items: center;}.mc070469d7_selectedval {    font-size: 12px;    display: flex;    align-items: center;    line-height: 35px;    text-decoration: underline;    text-decoration-style: dashed;    color: #888;    cursor: pointer;}.mc070469d7_selectedval:hover,.mc070469d7_selectedval:focus {    color: var(--wms-primary-color);    outline: none;}.mc070469d7_calendaricon {    color: #898989;    height: 100%;    margin-left: auto;    width: 40px;    text-align: center;    line-height: 40px;    border-top-right-radius: inherit;    border-bottom-right-radius: inherit;    display: inline-block;    font-size: 18px;}.mc070469d7_placeholder,.mc070469d7_value {    width: calc(100% - 80px);    line-height: 40px;    padding-left: 10px;    font-size: 13px;    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;}.mc070469d7_placeholder {    color: #999;    width: calc(100% - 40px);}.mc070469d7_closeicon {    position: absolute;    top: 1px;    right: 40px;    height: 100%;    padding: 0 5px;    width: 40px;    font-size: 8px;    display: flex;    align-items: center;    justify-content: center;    color: #898989;    cursor: pointer;    border-right: solid 1px #dedede;}.mc070469d7_closeicon:focus {    outline: none;    color: var(--wms-primary-color);    box-shadow: none;    border: solid 1px var(--wms-primary-color);}.mc070469d7_zonepicker {    height: 230px;    width: 340px;    position: absolute;    background: #fff;    min-height: 200px;    bottom: 44px;    border: solid 1px #e0dbdb;    z-index: 1;    padding: 10px 0px;    left: -20px;    overflow: hidden;    border-radius: 3px;    max-height: 250px;    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.19982);    min-height: 250px;}.mc070469d7_timeinputparent {    height: 40px;    width: 100%;    display: flex;    align-items: center;    position: relative;    border-top: 1px dashed rgba(0, 0, 0, 0.19);    padding-top: 10px;}.mc070469d7_timeinputparent.mc070469d7_invalidDateTime {    border-top: 1px solid rgba(255, 0, 0, 0.9);}.mc070469d7_timetxt {    margin-right: 5px;}.mc070469d7_itemfontsize * {    font-size: 12px;}.mc070469d7_mountedtop {    bottom: 40px;    border-bottom: none;    border-radius: 3px 3px 0px 0px;}.mc070469d7_mountedbottom {    top: 40px;    border-top: none;    border-radius: 0px 0px 3px 3px;}.mc070469d7_labelcontainerbottom {    border-radius: 3px 3px 0px 3px;}.mc070469d7_labelcontainertop {    border-radius: 3px 0px 3px 3px;}.mc070469d7_listwrapperstyle {    max-height: 195px;    padding: 0px 5px;    min-height: 195px;}.mc070469d7_searchstyle {    padding: 5px 10px;    background: #f7f7f7;    border-radius: 5px;}.mc070469d7_searchcontainerstyle {    padding: 0px;    margin: 0px 10px 5px 10px;}.mc070469d7_listinfocontainer {    padding-right: 20px;}.zmNightMode .mc070469d7_pickerdropdown,.zmNightMode .mc070469d7_zonepicker,.zmNightMode .mc070469d7_actionscontainer,.zmNightMode .mc070469d7_searchstyle,.zmNightMode .mc070469d7_cancelbutton {    background: var(--wms-chat-bg-color);}.zmNightMode .mc070469d7_cancelbutton {    color: #999;}.zmNightMode .mc070469d7_pickertoggler,.zmNightMode .mc070469d7_timeinput *{    background-color: var(--wms-chat-bg-color);    color: var(--wms-primary-text-color);}.zmNightMode .mc070469d7_pickertoggler:focus,.zmNightMode .mc070469d7_closeicon:focus {    border: solid 1px var(--wms-primary-color);    outline: none;    box-shadow: 0px 0px 0px 1px var(--wms-primary-color);}.zmNightMode .mc070469d7_placeholder,.zmNightMode .mc070469d7_value {    color: var(--wms-primary-text-color);}.mcfceb2bb4_filesharecontainer * {    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box;}.mcfceb2bb4_filesharecontainer {    width: 100%;    border: dashed 1px #dedede;    position: relative;    padding: 7px 4px;    border-radius: 3px;    height: 100px;    overflow-y: auto;    cursor: pointer;}.mcfceb2bb4_fileinput {    min-height: inherit;    width: 100%;    height: 100%;    opacity: 0;    position: absolute;    bottom: 0px;    display: none;}.mcfceb2bb4_descriptioncontainer {    height: 100%;    width: 100%;    min-height: inherit;    font-size: 12px;    color: #999;    flex-direction: column;}.mcfceb2bb4_descriptioncontainer,.mcfceb2bb4_fileiconcontainer,.mcfceb2bb4_addiconcontainer {    display: flex;    align-items: center;    justify-content: center;}.mcfceb2bb4_uploadicon {    font-size: 16px;}.mcfceb2bb4_filesharecontainer:hover,.mcfceb2bb4_fileshareinputfocus {    background: rgba(var(--wms-primary-colorcode), 0.1);}.mcfceb2bb4_fileitem {    height: 40px;    width: 140px;    background: #f5f5f5;    margin: 2px 3px;    padding-left: 2px;    padding-right: 20px;    display: flex;    align-items: center;    position: relative;    border-radius: 3px;}.mcfceb2bb4_fileitemcontainer {    height: 100%;    width: 100%;    min-height: inherit;    display: flex;    flex-wrap: wrap;}.mcfceb2bb4_fileiconcontainer {    height: 30px;    width: 30px;    background: #e5e5e5;    border-radius: 3px;    flex-shrink: 0;    margin-right: 10px;    color: #c7c7c7;}.mcfceb2bb4_filedetails {    display: flex;    flex-direction: column;    font-size: 10px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.mcfceb2bb4_filename {    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;}.mcfceb2bb4_itemclose {    font-size: 10px;    position: absolute;    right: 0px;    width: 20px;    display: flex;    align-items: center;    justify-content: center;    height: 100%;    background: #e5e5e5;    border-top-right-radius: inherit;    border-bottom-right-radius: inherit;    opacity: 0;    cursor: pointer;    color: #888;}.mcfceb2bb4_filesize {    color: #888;}.mcfceb2bb4_fileitem:hover .mcfceb2bb4_itemclose {    opacity: 1;}.mcfceb2bb4_addiconcontainer {    height: 40px;    width: 40px;    background: transparent;    margin: 2px 3px;    position: relative;    border-radius: 3px;    pointer-events: none;    border: solid 1px var(--wms-primary-color);}.mcfceb2bb4_addicon {    color: var(--wms-primary-color);}.mcfceb2bb4_fileicon {    color: #8e8e8e;}.mcfceb2bb4_progressbarcontainer {    height: 3px;    position: absolute;    bottom: 0px;    width: 100%;    left: 0px;    border-radius: 0px 0px 3px 3px;    opacity: 1;    transition: all 0s ease-in 0.5s;    -webkit-transition: all 0s ease-in 0.5s;    -moz-transition: all 0s ease-in 0.5s;    -o-transition: all 0s ease-in 0.5s;    -ms-transition: all 0s ease-in 0.5s;}.mcfceb2bb4_progressbar {    height: inherit;    width: inherit;    background: var(--wms-primary-color);    transform-origin: left;    border-radius: inherit;    transform: scaleX(0);}.mcfceb2bb4_progressbarinvisible {    opacity: 0;    transition: all 0s ease-out 0.5s;    -webkit-transition: all 0s ease-out 0.5s;    -moz-transition: all 0s ease-out 0.5s;    -o-transition: all 0s ease-out 0.5s;    -ms-transition: all 0s ease-out 0.5s;}.mcfceb2bb4_imgthumb {    height: 100%;    width: 100%;    border-radius: inherit;}.mcfceb2bb4_placeholdertext {    text-align: center;}.zmNightMode .mcfceb2bb4_fileitem {    background-color: var(--wms-secondary-bubble-color);}.mcdd4a006e_locinpcontainer * {    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box;}.mcdd4a006e_locinpcontainer {    min-height: 80px;    width: 100%;    border: dashed 1px #dedede;    position: relative;    padding: 7px 4px;    border-radius: 3px;}.mcdd4a006e_locinpcontainer:hover,.mcdd4a006e_locinpcontainer:focus {    background: rgba(var(--wms-primary-colorcode), 0.1);    outline: none;}.mcdd4a006e_descriptioncontainer {    height: 100%;    width: 100%;    min-height: inherit;    font-size: 14px;    color: #999;    flex-direction: column;}.mcdd4a006e_descriptioncontainer,.mcdd4a006e_fileiconcontainer {    display: flex;    align-items: center;    justify-content: center;}.mcdd4a006e_mapdialogcontainer {    height: 600px;    width: 1000px;    background: #fff;    position: fixed;    box-shadow: rgb(62, 62, 62) 0 0 20px;    border-radius: 5px;    transform: translate(-50%, -50%);    left: 50%;    top: 50%;    z-index: 1;}.mcdd4a006e_overlay {    position: fixed;    top: 0;    left: 0;    right: 0;    bottom: 0;    background: rgba(0, 0, 0, 0.5);    display: flex;    align-items: center;    justify-content: center;    text-align: left;    z-index: 1;}.mcdd4a006e_topbar {    width: 100%;    padding: 20px;    height: 80px;    display: flex;    align-items: center;    justify-content: space-between;}.mcdd4a006e_closeicon {    color: #898989;    position: absolute;    right: 10px;    top: 10px;    font-size: 12px;    cursor: pointer;}.mcdd4a006e_dropdowncontainer {    width: 80%;    height: 40px;    border-radius: 5px;    border: solid 1px #dedede;    color: #666;    cursor: pointer;    display: flex;    align-items: center;    position: relative;    padding: 10px;}.mcdd4a006e_dropdowncontainer:focus,.mcdd4a006e_selectloc:focus,.mcdd4a006e_closeicon:focus {    border: solid 1px #74bcfe;    outline: none;    box-shadow: 0px 0px 4px 0px #74bcfe;}.mcdd4a006e_dropdownborder {    border-radius: 5px 5px 0px 0px;}.mcdd4a006e_selectloc {    background: var(--wms-primary-color);    font-size: 15px;    margin: 0 10px;    color: #fff;    width: 150px;    height: 40px;    border-radius: 20px;    cursor: pointer;    padding: 0px 20px;}.mcdd4a006e_selectedval {    padding: 5px;    color: #555;}.mcdd4a006e_listwrapperstyle {    padding: 0px 5px;    height: 200px;}.mcdd4a006e_searchstyle {    padding: 5px 10px;    border-radius: 5px;}.mcdd4a006e_searchcontainerstyle {    padding: 0px;    margin: 0px 10px 5px 10px;}.mcdd4a006e_itemfontsize * {    font-size: 12px;}.mcdd4a006e_addresslist {    height: 260px;    width: 100%;    position: absolute;    left: 0;    top: 40px;    padding: 10px 0px;    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.19982);    border: solid 1px #e0dbdb;    border-radius: 0px 0px 5px 5px;    z-index: 1;    background: #fff;}.mcdd4a006e_zohomapcontainer {    height: calc(100% - 100px);    width: calc(100% - 40px);    margin: 0px 20px;    border-radius: 5px;}.mcdd4a006e_markericon:before {    font-family: ZoFo-ChatBar;    font-weight: normal;    content: "\e90e";}.mcdd4a006e_markericon {    font-size: 25px;    color: rgb(234, 67, 54);}.mcdd4a006e_addressval {    width: calc(100% - 40px);    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;}.zmNightMode .mcdd4a006e_addresslist,.zmNightMode .mcdd4a006e_mapdialogcontainer {    color: #bababa;    background-color: #313131;}.mcdd4a006e_description {    text-align: center;    cursor: pointer;}.mc313f4674_radioitem {    margin-right: 20px;    width: 100%;    margin-bottom: 10px;}.mc313f4674_radioitemscontainer,.mc313f4674_radioitem,.mc313f4674_customradiobtncontainer,.mc313f4674_checkboxcontainer {    display: flex;    align-items: center;}.mc313f4674_radioitemscontainer {    flex-wrap: wrap;}.mc313f4674_customradiobtncontainer {    width: 14px;    height: 14px;    border: 1px solid;    border-radius: 100%;    margin-right: 10px;    color: #e8e8e8;    justify-content: center;    flex-shrink: 0;}.mc313f4674_radioinput,.mc313f4674_checkboxinput {    opacity: 0;    position: absolute;    cursor: pointer;}.mc313f4674_customradiobtn {    background: var(--wms-primary-color);}.mc313f4674_label {    cursor: pointer;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    width: calc(100% - 24px);}.mc313f4674_selected {    height: 8px;    width: 8px;    background: var(--wms-primary-color);    border-radius: 50%;}.mc313f4674_checkbox:before {    content: "\e920";}.mc313f4674_checkboxsel:before {    content: "\e927";}.mc313f4674_checkbox:before,.mc313f4674_checkboxsel:before {    font-family: "ZoFo-Chatbar";    font-size: 12px;}.mc313f4674_checkbox,.mc313f4674_checkboxsel {    color: #666666;    opacity: 0.8;    margin-right: 10px;    flex-shrink: 0;}.mc313f4674_checkboxcontainer {    margin: 5px 0px;}.mc800af117_formcatalogue {    overflow: hidden;    max-height: 440px;    display: flex;    flex-direction: column;    background-color: #f7f7f7;    border: 1px solid #e6e6e6;}.mc800af117_container {    flex-grow: 1;    display: flex;    flex-direction: column;    overflow: hidden;}.mc800af117_searchcontainer {    margin: 10px;}.mc800af117_searchcontainer > div {    margin: 0px;    width: 100%;    background-color: #ffffff;}.mc800af117_catalogue_items {    margin: 0px 10px 10px;    overflow-x: hidden;    overflow-y: auto;}.mc800af117_cartitem {    background-color: #ffffff;    margin-bottom: 2px;    border-radius: 4px;    min-height: 85px;    height: auto;    padding: 8px 16px 14px;    display: flex;}.mc800af117_cartitem_details {    flex-grow: 1;}.mc800af117_itemname {    white-space: nowrap;    word-wrap: normal;    overflow: hidden;    text-overflow: ellipsis;}.mc800af117_itemdescription {    color: #888;    line-height: 18px;    font-size: 13px;    margin-top: 5px;}.mc800af117_cartitem_action {    position: relative;    width: 78px;    height: 60px;    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);    border-radius: 5px;    flex-shrink: 0;    margin-left: 10px;    background: #ffffff;    border: 2px solid #eaeaea;    padding: 2px;}.mc800af117_cartitem_image {    width: 100%;    height: 100%;    border-radius: 4px;}.mc800af117_empty_image, .mc800af117_broken_image, .mc800af117_checkmark, .mc800af117_removeicon, .mc800af117_subtractItemCount, .mc800af117_addItemCount {    font-family: 'ZoFo-ChatBar';}.mc800af117_empty_image, .mc800af117_broken_image {    display: flex;    align-items: center;    justify-content: center;    height: 51px;    font-size: 28px;    border-radius: 2px;    color: var(--wms-primary-color);    background-color: rgba(var(--wms-primary-colorcode), 0.2);}.mc800af117_empty_image:before {    content: '\e92a';    margin-top: -7px;}.mc800af117_broken_image:before {    content: '\e92c';    margin-top: -7px;}.mc800af117_selectedcontainer {    background-color: rgba(var(--wms-primary-colorcode), 0.2);    padding: 5px 10px;}.mc800af117_dash {    margin: auto 3px;}.mc800af117_addButton, .mc800af117_addedButton {    border-radius: 30px;    font-size: 12px;    position: absolute;    bottom: -10px;    left: 50%;    transform: translateX(-50%);    min-width: 70px;    height: 22px;    line-height: 20px;    cursor: pointer;    outline: none;    display: inline-flex;    align-items: center;    justify-content: center;    padding: 0px 10px;    background-color: #ffffff;    font-weight: bold;}.mc800af117_addButton {    color: #666;    border: 1px solid #d4dadd; }.mc800af117_addButton:hover {    background-color: #f1f4f7;}.mc800af117_addedButton {    border: 1px solid var(--wms-primary-color);     color: var(--wms-primary-color);}.mc800af117_addedButton.mc800af117_stepcounter {    justify-content: space-between;}.mc800af117_checkmark:before {    font-weight: 400;    margin-right: 5px;    content: '\e97B';}.mc800af117_selectedItem {    max-width: 150px;    font-size: 14px;    background-color: #91c9fc;    background-color: rgba(var(--wms-primary-colorcode), 0.35);    color: #222;    height: 28px;    border-radius: 4px;    display: inline-flex;    align-items: center;    padding: 0 5px;    padding-right: 15px;    margin: 3px 5px 3px 0px;    line-height: normal;}.mc800af117_selecteditemname {    white-space: nowrap;    word-wrap: normal;    overflow: hidden;    text-overflow: ellipsis;}.mc800af117_deleteitem {    width: 20px;    height: 20px;    position: relative;    align-items: center;    justify-content: center;    margin: 0px 3px;    flex-shrink: 0;    border-radius: 50%;    background-color: transparent;}.mc800af117_deleteitem:hover {    background-color: #fff;}.mc800af117_removeicon {    font-weight: 400;    position: absolute;    display: inline-flex;    align-items: center;    justify-content: center;    cursor: pointer;    background-color: transparent;    color: #627282;    font-size: 9px;    width: 100%;    height: 100%;    border-radius: 100%;}.mc800af117_removeicon:before {    content: '\e634';}.mc800af117_textcenter {    text-align: center;}.mc800af117_subtractItemCount, .mc800af117_addItemCount {    background-color: rgba( var(--wms-primary-colorcode), 0.2 );    width: 20px;    text-align: center;}.mc800af117_subtractItemCount:hover, .mc800af117_addItemCount:hover {    background-color: rgba( var(--wms-primary-colorcode), 0.4 );}.mc800af117_subtractItemCount {    margin-left: -10px;    border-radius: 50% 0 0 50%;}.mc800af117_addItemCount {    margin-right: -10px;    border-radius: 0 50% 50% 0;}.mc800af117_subtractItemCount:before {    content: '\e903';    font-size: 8px;}.mc800af117_addItemCount:before {    content: '\e636';    font-size: 8px;}.mc800af117_itemCounterInput[type=text] {    width: 28px;    border: none;    outline: none;    text-align: center;    height: 20px;    line-height: 8px;}.zmNightMode .mc800af117_formcatalogue,.zmNightMode .mc800af117_searchcontainer > div {    background-color: var(--wms-chat-bg-color);}.zmNightMode .mc800af117_cartitem,.zmNightMode .mc800af117_itemCounterInput  {    background-color: #2d2d2d;}.zmNightMode .mc800af117_selectedcontainer {    background-color: #1c2d3c;}.zmNightMode .mc800af117_selecteditemname,.zmNightMode .mc800af117_dash,.zmNightMode [data-count] {    color: #dedede;}.zmNightMode .mc800af117_removeicon {    color: #8dc6f8;}.zmNightMode .mc800af117_deleteitem:hover {    background-color: #2d2d2d;}.zmNightMode .mc800af117_addButton,.zmNightMode .mc800af117_addedButton {    background-color: var(--wms-chat-bg-color);}.zmNightMode .mc800af117_addButton {    color: #8c8c8c;    border-color: #8c8c8c; }.zmNightMode .mc800af117_cartitem_action {    border-color: #2d2d2d;    padding: 0px;    background-color: transparent;}.zmNightMode .mc800af117_empty_image {    height: 55px;    border-radius: 4px;    color: rgba( var(--wms-primary-colorcode), 0.9 );    background-color: #123557;}.zmNightMode .mc800af117_itemCounterInput  {    color: #ddd;}.mc76ad5c7d_options {    position: relative;    width: 100%;}.mc76ad5c7d_phoneinputgroup {    width: 100%;    padding: 0 40px 0 2px;    border: solid 1px #dedede;    font-size: 13px;    border-radius: 4px;    background: inherit;    display: flex;    align-items: center;    position: relative;}.mc76ad5c7d_phoneinputgroup:after {    font-family: 'ZoFo-ChatBar';    content: '\e624';    position: absolute;    right: 13px;    margin-top: 1px;    color: #888;}.mc76ad5c7d_phoneinputgroup:focus-within {    border: solid 1px var(--wms-primary-color);    outline: none;    box-shadow: none;}.mc76ad5c7d_countrycodeparent {    width: 70px;    height: 30px;    border-radius: 3px;    cursor: pointer;    position: relative;    align-items: center;    display: flex;    padding: 7px;    border: 1px solid transparent;}.mc76ad5c7d_countrycodeparent.mc76ad5c7d_focused {    border: 1px solid var(--wms-primary-color);}input.mc76ad5c7d_countrycodeinput {    outline: none !important;    border: none !important;    width: 33px;    max-width: 33px !important;    flex-grow: 1;    flex-shrink: 0;    font-weight: bold;    background-color: var(--wms-chat-bg-color) !important;    color: var(--wms-primary-text-color);    line-height: 1 !important;    padding: 0px !important;}.mc76ad5c7d_dropdownarrow {    display: flex;    height: 100%;    width: 23px;}.mc76ad5c7d_dropdownarrow:after {    font-family: 'ZoFo-ChatBar';    content: '\e622';    transform: rotate(90deg);    position: absolute;    right: 7px;    margin-top: 3px;    color: #888;    font-size: 12px;    line-height: 0.7;}input.mc76ad5c7d_phonenumberinput {    height: 34px;    flex-shrink: 0;    flex-grow: 1;    border: none !important;    outline: none !important;    padding-left: 10px;    width: initial;    max-width: 380px !important;    background-color: inherit !important;}input.mc76ad5c7d_phonenumberinput:focus,input.mc76ad5c7d_countrycodeinput:focus,.mc76ad5c7d_searchinput input:focus {    border: none !important;    outline: none !important;    box-shadow: none !important;    background-color: inherit !important;}.mc76ad5c7d_dropdown {    position: absolute;    top: 100%;    left: -3px;    background-color: var(--wms-chat-bg-color);    box-shadow: 0px 2px 5px rgba(0,0,0,0.15);    width: 200px;    max-height: 200px;    padding: 2px;    border-radius: 5px;    z-index: 1;    overflow: hidden;    font-weight: normal;}.mc76ad5c7d_dropdownlistcontainer {    overflow-y: auto;    max-height: 157px;}.mc76ad5c7d_dropdownitems {    height: 28px;    display: flex;    align-items: center;    border: 3px;    cursor: pointer;    gap: 10px;    padding-left: 10px;}.mc76ad5c7d_dropdownitems:hover,.mc76ad5c7d_dropdownitems.mc76ad5c7d_focused {    background-color: #f1f4f7;    background-color: var(--wms-listhoverbg-color);}.mc76ad5c7d_searchinput {    width: 100%;    padding-left: 30px;    height: 32px;    margin-bottom: 2px;    border: 1px solid var(--wms-border-color);    border-radius: 3px;    position: relative;    display: flex;    align-items: center;}.mc76ad5c7d_searchinput:before {    font-family: 'ZoFo-ChatBar';    content: '\e9cf';    position: absolute;    left: 9px;    color: #888;    flex-basis: 30px;}.mc76ad5c7d_searchinput input {    flex-grow: 1;    flex-shrink: 0;    height: 100%;    width: 100%;    max-width: 170px !important;    border: none !important;    outline: none !important;}.mc76ad5c7d_dialcode {    width: 40px;}.mc76ad5c7d_countryname {    flex-grow: 1;    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;    max-width: 130px;}.mc76ad5c7d_noresultitem {    color: #888;    font-size: 12px;    text-align: center;    padding: 10px 5px;    display: flex;    flex-direction: column;    justify-content: center;}.mc76ad5c7d_emptySearchResultImage {    width: auto;    height: 60px;    display: block;    margin: 10px auto;}.mc76ad5c7d_emptySearchResultInfo {    font-weight: bold;    text-align: center;    line-height: 1.8;}.mc76ad5c7d_emptySearchResultSubtext {    font-style: italic;    text-align: center;}.zmNightMode .mc76ad5c7d_phoneinputgroup,.zmNightMode .mc76ad5c7d_phonenumberinput,.zmNightMode .mc76ad5c7d_searchinput input,.zmNightMode .mc76ad5c7d_countrycodeinput  {    background: var(--wms-chat-bg-color);    color: var(--wms-primary-text-color);}.zmNightMode .mc76ad5c7d_dropdownitems:hover,.zmNightMode .mc76ad5c7d_dropdownitems.mc76ad5c7d_focused {    background-color: #323232;    background-color: var(--wms-listhoverbg-color);}.mc76ad5c7d_dropdown *::-webkit-scrollbar {    height: 8px;    width: 8px;}.mc76ad5c7d_dropdown *::-webkit-scrollbar-thumb {    background-color: #dcdcdc;}.mc1e6ad615_consentparent * {    box-sizing: border-box;    -moz-box-sizing: border-box;    -khtml-box-sizing: border-box;    -webkit-box-sizing: border-box;}.mc1e6ad615_consentparent {    width: 650px;    max-height: 600px;    background: #fff;    border-radius: 15px;}.mc1e6ad615_consentparent.mc1e6ad615_direction_ltr {    direction: ltr;}.mc1e6ad615_linkicon {    height: 68px;    width: 68px;    border-radius: 100%;    background: #f7f7f7;    color: #627282;    flex-direction: column;}.mc1e6ad615_headercontainer {    flex-direction: column;    padding: 28px 36px;    font-size: 24px;}.mc1e6ad615_headercontent {    flex-direction: column;}.mc1e6ad615_headercontainer,.mc1e6ad615_linkicon,.mc1e6ad615_headercontent,.mc1e6ad615_footer,.mc1e6ad615_footerprefix,.mc1e6ad615_texthint {    display: flex;    align-items: center;    justify-content: center;}.mc1e6ad615_hideclose{    display: none;}.mc1e6ad615_headerdescription {    margin-top: 10px;    font-weight: bold;    color: #444;}.mc1e6ad615_bodycontainer {    padding: 15px 36px;    background: #f7f7f7;    color: #222;}.mc1e6ad615_text {    margin: 10px 0px;    font-size: 16px;    line-height: 32px;}.mc1e6ad615_texthint {    margin-top: 40px;    font-size:14px;}.mc1e6ad615_footer {    padding: 28px 36px;    position: relative;    justify-content: flex-end;}.mc1e6ad615_restrict,.mc1e6ad615_allow {    height: 40px;    width: 100px;    border-radius: 20px;    cursor: pointer;}.mc1e6ad615_restrict {    background: #fff;    color: #fb4444;    border: solid 0.5px #fb4444;    margin: 0px 5px;}.mc1e6ad615_allow {    background: #419cf1;    color: #fff;}.mc1e6ad615_allow:hover {    box-shadow: inset 0px 4px 50px #00000026;}.mc1e6ad615_restrict:hover {    box-shadow: inset 0px 4px 50px #f16f6f26;}.mc1e6ad615_footerprefix {    position: absolute;    left: 30px;}.mc1e6ad615_footerprefix input {    margin: 0 8px;    cursor: pointer;}.mc1e6ad615_footerprefix label {    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;    cursor: pointer;    color: #222;}.zmNightMode .mc1e6ad615_consentparent,.zmNightMode .mc1e6ad615_restrict {    background-color: var(--wms-secondary-bubble-color);}.zmNightMode .mc1e6ad615_headerdescription,.zmNightMode .mc1e6ad615_footerprefix label {    color: var(--wms-primary-text-color);}.zmNightMode .mc1e6ad615_bodycontainer {    background-color: var(--wms-chat-bg-color);    color: var(--wms-primary-text-color);}.mc2e590262_timeselector_wrapper {    position: absolute;    top: 251px;    width: 322px;}.mc2e590262_calendar_wrapper {    display: flex;    flex-direction: column;    align-items: center;    border-left: 1px solid #f1f4f7;    padding-left: 10px;    padding-right: 10px;}.mc2e590262_calendarcontainer_custom {    position: relative;    border: none;    box-sizing: border-box;}.mc2e590262_timecontainer_custom {    margin-left: 6px;}.mc2e590262_duration_item_style:hover {    background: #f1f4f7;}.zmNightMode .mc2e590262_duration_item_style:hover {    background: #313131;}.mc2e590262_duration_item_style {    height: 30px;    cursor: pointer;    display: flex;}.mc2e590262_custom_listinfocontainer {    padding-right: 20px;}.mc2e590262_duration_list_wrapper {    flex-grow: 1;}.mc2e590262_custom_duration_listwrapper {    padding: 5px;}.mc2e590262_duration_selector_wrapper {    display: flex;    min-width: 100px;    border-radius: 5px;    z-index: 1;    position: absolute;    box-shadow: 0px 0px 10px 1px #ddd;    background: #fff;    top: 0px;    color: #000;    cursor: default;}.wms_pinmsg_dropdown .mc2e590262_duration_selector_wrapper {    top: calc( 100% + 4px );}.mc2e590262_duration_wrapper_expanded {    width: 380px;}.mc2e590262_duration_footer_wrapper {    height: 50px;    display: flex;    align-items: center;    padding: 5px 0px 5px 10px;}.mc2e590262_duration_text {    width: 150px;    font-size: 13px;}.mc2e590262_duration_text_invalid {    color: red;    font-size: 14px;    font-weight: bold;}.mc2e590262_duration_apply_button {    width: 75px;    height: 30px;    background: var(--wms-primary-color);    border-radius: 15px;    cursor: pointer;    color: #fff;    margin-left: 15px;}.mc2e590262_duration_apply_invalid {    pointer-events: none;    opacity: 0.5;    cursor: not-allowed;}.mc2e590262_duration_apply_button:hover {    box-shadow: var(--wms-hover-shadow);}.mc2e590262_time_space {    display: flex;    align-items: center;    font-size: 15px;    font-weight: bold;    padding: 0 40px;}.zmNightMode .mc2e590262_calendar_wrapper,.zmNightMode .mc2e590262_timecontainer_custom {    border-color: #484848;}.zmNightMode .mc2e590262_duration_item_style,.zmNightMode .mc2e590262_timecnt_custom * {    color: var(--wms-primary-text-color);}.zmNightMode .mc2e590262_duration_selector_wrapper {    background: var(--wms-chat-bg-color);    box-shadow: 0 0 10px 1px #393939;    color: var(--wms-chat-bg-color);}.mc541d7947_allownotification_checkbox + input,.mc541d7947_allownotification_checkboxsel + input {    opacity: 0;    display: none;}.mc541d7947_allownotification_checkbox::before,.mc541d7947_allownotification_checkboxsel::before {    font-family: "ZoFo-ChatBar";    color: #666666;    font-size: 10px;}.mc541d7947_allownotification_checkboxsel::before {    content: "\e927";}.mc541d7947_allownotification_checkbox::before {    content: "\e920";}.mc541d7947_allownotification_text {    padding: 0px 10px;    cursor: pointer;    font-size: 13px;}.mc541d7947_pinheader:after {    content: "";    position: absolute;    left: 3px;    bottom: 0px;    width: 16px;    border-bottom: 1px solid #77b0f7;}.mc541d7947_pinheader {    text-align: left;    padding: 10px 0px 5px 0px;    position: relative;}.mc541d7947_pinheader_wrapper {    display: flex;    flex-direction: column;}.mc541d7947_pinmsg_wrapper {    margin-top: 15px;    background: #fff7f0;    border: 1px solid #ffc6903d;    border-radius: 4px;    height: 54px;    display: flex;    position: relative;}.mc541d7947_pinicon {    width: 28px;    height: 28px;    background-color: #ffecdc;    font-size: 12px;    position: absolute;    left: 0;    top: 0;    border-radius: 0 0 22px 0;    padding: 0px 4px 4px 0px;}.mc541d7947_pinicon:after {    content: "\ea1a";    font-family: ZoFo-ChatBar;    top: 8px;    position: absolute;    left: 8px;    color: #ff9526;}.mc541d7947_pinmsg {    display: flex;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    flex-grow: 1;    align-items: center;    font-size: 14px;    margin-left: 35px;    margin-right: 15px;}.mc541d7947_content_wrapper {    flex-grow: 1;    padding: 30px 18px;    display: flex;    align-items: center;    flex-direction: column;    justify-content: center;}.mc541d7947_duration_label {    margin-right: 20px;}.mc541d7947_duration_dropdown_wrapper {    display: flex;    align-items: center;    flex-direction: row;}.mc541d7947_duration_selector_wrapper {    border: 1px solid #e6e6e6;    height: 36px;    align-items: center;    font-size: 15px;    border-radius: 4px;    cursor: pointer;    transition: all 0.2s;    width: 280px;    position: relative;    padding: 9px 10px;}.mc541d7947_duration_selector_wrapper:hover {    box-shadow: 0 0 3px 0px #bababa;}.mc541d7947_duration_selector_wrapper:after {    font-family: ZoFo-ChatBar;    content: "\e608";    transform: rotate(90deg);    color: #627282;    float: right;    line-height: 1.3;}.mc541d7947_duration_selector_text {    flex-grow: 1;    margin-left: 10px;}.mc541d7947_pinnote {    background-color: #f7f8f9;    color: #666;    border-radius: 6px;    padding: 10px 16px;    line-height: 22px;    font-size: 14px;    max-width: fit-content;    border: 1px dashed #e5e9eb;    margin: 25px auto 0;}.mc541d7947_button_style {    position: absolute;    right: 20px;    font-size: 12px;    top: 20px;    cursor: pointer;    color: #bababa;}.mc541d7947_button_style:hover {    color: #666;}.mc541d7947_container {    min-height: 330px;    width: 480px;    background: rgb(255, 255, 255);    border-radius: 5px;    box-shadow: rgb(62, 62, 62) 0 0 20px;    right: 412px;    bottom: 80px;    display: flex;    flex-direction: column;    max-height: 600px;}.mc541d7947_container * {    box-sizing: border-box;}.mc541d7947_container div:focus {    outline: none;}.mc541d7947_header {    background: #f7f7f7;    padding: 22px 36px 30px 36px;    position: relative;    border-radius: 5px 5px 0px 0px;}.mc541d7947_notificationwrapper {    flex-grow: 1;}.mc541d7947_footer {    display: flex;    flex-direction: row;    align-items: center;    padding: 18px 36px;}.mc541d7947_button_pin {    background: var(--wms-primary-color);    color: #fff;    font-weight: bold;    width: 90px;    margin-left: 10px;    height: 35px;    border: 1px solid var(--wms-primary-color);    border-radius: 20px;    cursor: pointer;}.mc541d7947_button_cancel {    background: #fff;    color: #000;    width: 90px;    margin-left: 10px;    height: 35px;    border: 1px solid #d4dadd;    border-radius: 20px;    cursor: pointer;}.mc541d7947_button_pin:hover,.mc541d7947_button_cancel:hover {    box-shadow: var(--wms-hover-shadow);}.mc541d7947_duration_selector_position {    top: 0px;    left: 0px;    width: 100%;}.mc541d7947_duration_selector_wrapper .mc541d7947_duration_wrapper_expanded {    width: 380px;}.zmNightMode .mc541d7947_duration_selector_wrapper {    border-color: #5a5a5a;}.zmNightMode .mc541d7947_button_cancel {    background: var(--wms-chat-bg-color);    border-color: #818181;    color: var(--wms-primary-text-color);}.zmNightMode .mc541d7947_pinmsg_wrapper {    background: var(--wms-chat-bg-color);    border-color: #313131;    color: var(--wms-primary-text-color);}.zmNightMode .mc541d7947_pinicon {    background-color: #313131;}.zmNightMode .mc541d7947_button_style,.zmNightMode .mc541d7947_pinheader,.zmNightMode .mc541d7947_content_wrapper,.zmNightMode .mc541d7947_duration_selector_wrapper:after,.zmNightMode .mc541d7947_notificationwrapper {    color: var(--wms-primary-text-color);}.zmNightMode .mc541d7947_container {    background: var(--wms-chat-bg-color);}.zmNightMode .mc541d7947_header {    background: var(--wms-secondary-bubble-color);}.zmNightMode .mc541d7947_pinnote {    background: #3f3f3f;    border-color: #505050;    color: #797979;}.zmNightMode .mc541d7947_button_cancel:hover {    background: #606060;}.mc8f31fab0_fork_title_wrapper {    display: flex;}.mc8f31fab0_fork_chattitle {    font-weight: bold;    padding-right: 20px;    line-height: 28px;}.mc8f31fab0_fork_title_wrapper input[type="text"] {    height: 25px;    width: 75%;    padding: 0 0 0 10px;    resize: none;    font-size: 12px;    border: solid 1px #e6e6e6;    border-radius: 3px;}.mc8f31fab0_fork_title_wrapper input[type="text"].mc8f31fab0_invalidinput {    border: 1px solid red;}.mc8f31fab0_fork_includeall {    position: relative;    display: flex;    cursor: pointer;    padding: 10px 0px;    align-items: center;}.mc8f31fab0_fork_includeall input {    width: 13px;    height: 13px;    position: absolute;    opacity: 0;    left: -2px;    cursor: pointer;    top: 6px;}.mc8f31fab0_fork_includeall label {    cursor: pointer;    margin: 0;}.mc8f31fab0_participants_checkboxsel:after {    content: "\e91d";    font-family: ZoFo-ChatBar;    font-size: 6px;    color: #fff;}.mc8f31fab0_participants_checkbox,.mc8f31fab0_participants_checkboxsel {    width: 13px;    height: 13px;    border: solid 1px var(--wms-primary-color);    border-radius: 2px;    margin-right: 8px;    display: flex;    align-items: center;    justify-content: space-around;}.mc8f31fab0_participants_checkboxsel {    background: var(--wms-primary-color);}.mc8f31fab0_fork_dialog_footer {    display: flex;    flex-direction: column;    padding: 10px 20px;    background: #f7f7f7;    border-bottom-left-radius: 5px;    border-bottom-right-radius: 5px;    box-sizing: border-box;}.zmNightMode .mc8f31fab0_fork_dialog_footer,.zmNightMode .mc8f31fab0_fork_dialog_footer input {    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.5);    border-color: #484848;    background-color: var(--wms-secondary-bubble-color);    color: var(--wms-primary-text-color);}.mc8f31fab0_listlabel {    margin: 10px 20px 10px 36px;    color: var(--wms-primary-color);    display: flex;    align-items: center;    cursor: pointer;}.mc8f31fab0_labelbutton,.mc8f31fab0_listlabel:hover .mc8f31fab0_labelbutton {    width: 36px;    height: 36px;    border-radius: 100%;    background-color: var(--wms-primary-color);    color: #fff;    display: flex;    align-items: center;    justify-content: center;    margin-right: 12px;    transition: all ease-in 0.2s;    transform: scale(1);}.mc8f31fab0_listlabel:hover .mc8f31fab0_labelbutton {    box-shadow: inset 0px 4px 50px #1f7ce0;    transform: scale(0.95);}.mc8f31fab0_labelbutton:before {    content: "\e636";    font-family: ZoFo-ChatBar;    font-size: 15px;    color: #fff;}.mc8f31fab0_faded {    color: #666;    margin: 0 5px;    font-size: 13px;}.mc8f31fab0_dialogtitle span:first-child {    color: #666;    cursor: pointer;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    max-width: 60%;}.mc8f31fab0_dialogtitle {    display: flex;    align-items: center;}.zmNightMode .mc8f31fab0_fork_dialog_footer input:focus {    outline: 0;}.mc8f31fab0_disable_buttons [class*="confirmation_button"] {    opacity: 0.6;}.mc8f31fab0_disable_buttons [class*="confirmation_button"]:hover {    box-shadow: none;    cursor: auto;}.mc8f31fab0_spacer {    padding: 10px 0px;}.mc8f31fab0_footerInfoStyle {    padding: 10px 0px;    border-bottom: 1px dashed var(--wms-border-color);    margin: 0px 0px 12px;}.mc8f31fab0_footerInfoStyle_noneSelected {    border-top: 1px solid #d8d8d8;    padding: 10px 20px;}.mc8f31fab0_footerInfoStyle_noneSelected > div,.mc8f31fab0_footerInfoStyle > div {    text-overflow: ellipsis;    max-width: 100%;    overflow: hidden;    white-space: nowrap;    padding: 1px 0px;}.mc8f31fab0_customFooterStyle {    height: 100px;    display: flex;    flex-direction: column;    padding: 0px 20px;    border-top: 1px solid #d8d8d8;    flex-shrink: 0;    box-sizing: border-box;}input.mc8f31fab0_groupCallTitleInput[type="text"] {    height: 34px;    padding: 5px;    font-size: 13px;    outline: 0 none;    box-sizing: border-box;}input.mc8f31fab0_groupCallTitleInput[type="text"]:focus {    border: 1px solid var(--wms-primary-color);}.wms-rtl .mc8f31fab0_labelbutton {    margin-left: 5px;}.mcb7ff3862_container {    max-width: 480px;    height: calc(100vh - 100px);    position: fixed;    transform: translate(-50%, -50%);    left: 50%;    top: 50%;    max-height: 730px;    background: rgb(255, 255, 255);    border-radius: 5px;    box-shadow: rgb(62, 62, 62) 0 0 20px;    display: flex;    flex-direction: column;    width: 90%;}.mcb7ff3862_wrapper {    border-radius: inherit;    overflow: hidden;}.mcb7ff3862_headerlist {    width: 100%;    height: 70px;    border: 0.5px solid #f4f4f4;    display: flex;}.mcb7ff3862_wrapper * {    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box;}.mcb7ff3862_allitem,.mcb7ff3862_otherreactionitem {    height: inherit;    width: 80px;    cursor: pointer;}.mcb7ff3862_otherreactionitem,.mcb7ff3862_allitem {    display: inline-block;    line-height: 70px;    text-align: center;}.mcb7ff3862_listcontainer {    width: calc(100% - 145px);    height: inherit;    overflow-x: auto;    overflow-y: hidden;    white-space: nowrap;}.mcb7ff3862_emojicount {    margin-left: 3px;    display: inline-block;}.mcb7ff3862_selected {    border-bottom: solid 3px var(--wms-primary-color);    color: var(--wms-primary-color);}.mcb7ff3862_reactedusercontainer {    height: calc(100% - 65px);    width: 100%;    margin-top: 5px;    user-select: none;}.mcb7ff3862_hoverdetailscontainer {    margin-left: auto;    margin-right: 10px;    display: flex;    flex-direction: column;    justify-content: space-around;    align-items: flex-end;    min-width: 100px;}.mcb7ff3862_hovertime {    color: #777;    font-size: 10px;    visibility: hidden;}[class*="listItems"]:hover .mcb7ff3862_hovertime {    visibility: visible;}.mcb7ff3862_hovertime,.mcb7ff3862_remainingreactions {    margin: 3px;    display: flex;}.mcb7ff3862_reactioncount {    font-size: 16px;    line-height: 24px;    text-align: center;    font-style: normal;    margin-left: 2px;}.mcb7ff3862_remainingreactions [class^="zomoji-"] {    transform: scale(0.9);}.mcb7ff3862_textemoji {    font-size: 20px;    line-height: 28px;}.mcb7ff3862_containerWrapperStyle {    height: 100%;    padding-bottom: 10px;    flex-grow: 1;    overflow: hidden;    transition: height 0.3s;    display: flex;    flex-direction: column;    min-height: 400px;}.zmNightMode .mcb7ff3862_container {    background: var(--wms-chat-bg-color);}.zmNightMode .mcb7ff3862_headerlist {    border: 0.5px solid var(--wms-chat-bg-color);    color: var(--wms-primary-text-color);}.mcb7ff3862_emptylist {    height: 400px;}.mcb7ff3862_listcontainer::-webkit-scrollbar {    height: 8px;    width: 8px;}.mcb7ff3862_listcontainer::-webkit-scrollbar-thumb {    background-color: #dcdcdc;}.zmNightMode .mcb7ff3862_listcontainer::-webkit-scrollbar-thumb {    background-color: #777;}.mc1f3b7abb_container * {    box-sizing: border-box;}.mc1f3b7abb_msgref_wrapper {    padding: 10px 20px;}.mc1f3b7abb_container {    min-height: 480px;    width: 450px;    background: #fff;    border-radius: 5px;    box-shadow: #3e3e3e 0 0 20px;    right: 412px;    bottom: 80px;    display: flex;    flex-direction: column;    position: absolute;    left: 50%;    top: 50%;    transform: translate( -50%, -50% );}.mc1f3b7abb_container[data-drag] {    transform: none;    left: unset;    top: unset;}.mc1f3b7abb_headercontainer {    height: 40px;    display: flex;    align-items: center;    padding: 0px 20px;    background-color: #f1f4f7;    border-radius: 5px 5px 0 0;}.mc1f3b7abb_header {    display: flex;    align-items: center;    font-size: 14px;    flex-grow: 1;    font-weight: bold;}.mc1f3b7abb_header:before {    content: "\e9c9";    font-family: ZoFo-ChatBar;    margin-right: 5px;}.mc1f3b7abb_closebutton {    text-align: center;    border-radius: 50%;    right: 3px;    top: 3px;    font-size: 10px;    color: var(--color-icon);    transition: all 0.2s;    cursor: pointer;    color: #627282;}.mc1f3b7abb_closebutton:hover {    color: #000;}.mc1f3b7abb_content {    display: flex;    flex-direction: column;    padding: 10px 20px;    font-weight: bold;}.mc1f3b7abb_content span {    padding: 5px 0px;    font-size: 13px;}.mc1f3b7abb_content textarea,.mc1f3b7abb_content textarea:focus {    resize: none;    border: solid 1px #e6e6e6;    border-radius: 3px;    height: 100px;    outline: none;    padding: 5px;    min-width: 400px;    max-width: 100%;}.mc1f3b7abb_listItems {    height: 60px;    padding: 12px 16px;    box-sizing: border-box;    cursor: pointer;    display: flex;    width: 94.5%;    align-items: center;    margin: 0px 10px;    position: relative;    border-radius: 5px;}.mc1f3b7abb_listItems:hover {    background: #f1f4f7;}.zmNightMode .mc1f3b7abb_listItems:hover {    background-color: #313131;    color: var(--wms-primary-color);}.zmNightMode .mc1f3b7abb_content textarea:focus,.mc1f3b7abb_content textarea:focus {    border: solid 1px var(--wms-primary-color);}.mc1f3b7abb_titlewrapper {    padding: 10px 20px;}.mc1f3b7abb_title {    font-size: 13px;    padding: 5px 0px;    font-weight: bold;}.mc1f3b7abb_datapickerwrapper {    display: flex;    align-items: center;}.mc1f3b7abb_datepickercontainer {    border-radius: 2px;    background-color: #fff;    border: solid 1px #c8d0db;    padding-left: 5px;    width: 140px;    max-width: 200px;    display: flex;    align-items: center;}.mc1f3b7abb_datepicker {    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    font-size: 14px;    flex: 1;}.mc1f3b7abb_datepickericon {    background: #efefef;    color: #3b465b;    width: 28px;    text-align: center;    line-height: 28px;    cursor: pointer;}.mc1f3b7abb_datepickericon::before {    content: "\e9c9";    font-family: ZoFo-ChatBar;}.mc1f3b7abb_typewrapper {    font-size: 13px;    display: flex;}.mc1f3b7abb_radio_label {    cursor: pointer;}.mc1f3b7abb_typewrapper input:checked + span:after {    content: "";    display: block;    height: 8px;    width: 8px;    background: var(--wms-primary-color);    border-radius: 50%;}.mc1f3b7abb_typewrapper input:focus + span {    border: solid 1px var(--wms-primary-color);}.mc1f3b7abb_typewrapper input {    position: absolute;    opacity: 0;}.mc1f3b7abb_typewrapper span {    height: 14px;    width: 14px;    border: 1px solid #b3b3b3;    display: inline-block;    border-radius: 50%;    padding: 2px;    margin: -1px 5px 0px 5px;    vertical-align: middle;    box-sizing: border-box;}.mc1f3b7abb_typewrapper div:first-child span {    margin-left: 0px;}.mc1f3b7abb_calendarwrapper {    position: relative;    cursor: pointer;}.mc1f3b7abb_dialogfooter {    display: flex;    padding: 10px 20px;    border-bottom-left-radius: 5px;    border-bottom-right-radius: 5px;    box-sizing: border-box;    border-top: solid 1px #f7f7f7;    justify-content: flex-end;}.mc1f3b7abb_addlist {    background-color: #f8f8f8;    border: dashed 1px #bec4c7;    text-align: center;    line-height: 31px;    color: #3d485e;    height: 31px;    width: 31px;    border-radius: 100%;    cursor: pointer;    position: relative;}.mc1f3b7abb_addlist::before {    font-size: 12px;    padding: 0;    content: "\e636";    font-family: ZoFo-ChatBar;    cursor: pointer;}.mc1f3b7abb_footerwrapper {    width: 77%;    display: flex;}.mc1f3b7abb_containerWrapperStyle {    width: 370px;    min-height: 305px;    border: solid 1px #dedede;    background: #fff;    margin-top: 5px;    position: absolute;    left: 0;    max-height: 200px;    overflow: hidden;    border-radius: 5px;    box-sizing: border-box;    bottom: 41px;    text-align: left;}.mc1f3b7abb_customListWrapper {    min-height: unset;    height: 229px;    position: relative;    overflow: auto;    box-sizing: border-box;    flex-grow: 1;    padding: 0;}.mc1f3b7abb_customSearchStyle {    margin: 10px;    width: 95%;}.mc1f3b7abb_contentwrapper {    display: flex;    flex-grow: 1;    width: inherit;}.mc1f3b7abb_dialogcontent {    width: inherit;}.mc1f3b7abb_buttonwrapper {    background-color: #4c596e;    width: 75px;    align-self: flex-end;    box-shadow: 0px 0px 14px #aaa;    border-radius: 20px;    padding: 10px;    color: #fff;    font-weight: bold;    cursor: pointer;}.zmNightMode .mc1f3b7abb_container,.zmNightMode .mc1f3b7abb_headercontainer,.zmNightMode .mc1f3b7abb_content textarea,.zmNightMode .mc1f3b7abb_dialogfooter,.zmNightMode .mc1f3b7abb_containerWrapperStyle {    border-color: #484848;    background-color: var(--wms-chat-bg-color);    color: var(--wms-primary-text-color);}.zmNightMode .mc1f3b7abb_calendarwrapper *{    border-color: #484848;}.zmNightMode .mc1f3b7abb_headercontainer {    background-color: var(--wms-secondary-bubble-color);}.zmNightMode .mc1f3b7abb_container {    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.5);}.zmNightMode .mc1f3b7abb_buttonwrapper {    background: var(--wms-primary-color);    box-shadow: none;    color: #fff;}.zmNightMode .mc1f3b7abb_buttonwrapper:focus {    background: #333e51;}.mcefac68b2_container {    width: inherit;    min-height: 204px;    background: #fff;    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);    border: 1px solid rgb(224, 224, 224);    padding: 24px 0px;    flex-direction: column;    border-radius: 10px;}.mcefac68b2_container * {    box-sizing: border-box;}.mcefac68b2_container,.mcefac68b2_header,.mcefac68b2_closeicon,.mcefac68b2_content,.mcefac68b2_contentright,.mcefac68b2_actions,.mcefac68b2_snooze {    display: flex;}.mcefac68b2_content {    height: 100%;    flex-direction: column;    padding: 0px 30px;}.mcefac68b2_header {    font-style: normal;    font-weight: bold;    font-size: 16px;    height: 19px;    width: 100%;    margin-bottom: 16px;    padding: 0px 20px 0px 30px;    position: relative;}.mcefac68b2_title {    width: calc(100% - 10px);    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;}.mcefac68b2_closeicon {    font-size: 12px;    color: #bababa;    cursor: pointer;    position: absolute;    height: 34px;    right: 12px;    width: 34px;    border-radius: 50%;    top: -12px;    display: flex;    align-items: center;    justify-content: center;}.mcefac68b2_closeicon:hover {    background: #f1f4f7;}.mcefac68b2_closeicon:hover {    color: #000;}.mcefac68b2_clockimgcontainer {    height: 62px;    width: 67px;}.mcefac68b2_clockimg {    height: inherit;}.mcefac68b2_contentright {    width: 100%;    font-size: 13px;    margin-bottom: 16px;}.mcefac68b2_heading {    padding-bottom: 10px;    max-height: 80px;    overflow: auto;    text-overflow: ellipsis;    display: flex;    align-items: center;}.mcefac68b2_description {    display: flex;    flex-direction: column;    justify-content: space-evenly;    margin-left: 20px;}.mcefac68b2_value {    margin-left: 5px;    word-break: break-word;}.mcefac68b2_dismiss {    width: 91px;    height: 40px;    cursor: pointer;    border-radius: 20px;    font-size: 15px;    margin-left: auto;}.mcefac68b2_actions {    width: 100%;}.mcefac68b2_snooze {    border: 1px solid #d6dadd;    width: 187px;    height: 40px;    border-radius: 20px;    cursor: pointer;    position: relative;    margin-left: 20px;    font-size: 15px;}.mcefac68b2_openicon {    margin-left: auto;    height: 100%;    color: var(--color-icon);    width: 40px;    border-radius: 0px 20px 20px 0px;    font-size: 10px;    border-left: solid 1px #d6dadd;    line-height: 38px;    text-align: center;}.mcefac68b2_snoozedesc {    width: calc(100% - 40px);    padding-left: 20px;    height: 100%;    line-height: 38px;    overflow: hidden;    border-top-left-radius: inherit;    border-bottom-left-radius: inherit;}.mcefac68b2_openicon:before {    transform: rotate(90deg);    display: inline-block;    margin-right: 1px;}.mcefac68b2_snoozeitem:hover {    background: #f1f4f7;}.mcefac68b2_snoozeitem {    font-size: 14px;    padding: 9px 10px;    margin: 2px 0px;    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;}.mcefac68b2_snoozeoptioncontainer {    position: absolute;    bottom: 40px;    background: #fff;    right: 0px;    width: 101px;    display: flex;    flex-direction: column;    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);    border-radius: 4px;    padding: 5px;}.mcefac68b2_snoozedesc:hover,.mcefac68b2_openicon:hover {    background: #f7f8f8;}.mcefac68b2_link {    max-width: 150px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    display: inline-block;    color: var(--wms-primary-color) !important;    text-decoration: none !important;}.mcefac68b2_link:hover {    text-decoration: underline !important;}.zmNightMode .mcefac68b2_container,.zmNightMode .mcefac68b2_snoozeoptioncontainer,.zmNightMode .mcefac68b2_openicon {    background: var(--wms-chat-bg-color);    border-color: #484848;}.zmNightMode .mcefac68b2_snoozedesc:hover,.zmNightMode .mcefac68b2_snoozeitem:hover,.zmNightMode .mcefac68b2_openicon:hover {    background-color: #484848;}.zmNightMode .mcefac68b2_snooze,.zmNightMode .mcefac68b2_openicon {    border-color: #484848;}.zmNightMode .mcefac68b2_closeicon:hover {    color: #999;    background: #313131;}.mcc7848208_actionscontainer {    width: 240px;    background: #fff;    border-radius: 5px;    max-height: 440px;    font-size: 14px;    outline: none;    position: relative;    overflow: hidden;    min-height: 80px;}.mcc7848208_loader {    position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate(-50%, -50%);    -moz-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);    -o-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);}.mcc7848208_loader:after {    content: "";    display: inline-block;    width: 20px;    height: 20px;    border-radius: 100%;    border: 4px solid #d6dadd;    border-top: 4px solid var(--wms-primary-color);    -webkit-animation: mcc7848208_spin 2s linear infinite;    animation: mcc7848208_spin 2s linear infinite;}@-webkit-keyframes mcc7848208_spin {    0% {        -webkit-transform: rotate(0deg);    }    100% {        -webkit-transform: rotate(360deg);    }}@keyframes mcc7848208_spin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.mc953d340a_container {    height: 100%;    width: 100%;    background: #fff;    align-items: center;    justify-content: flex-end;    padding: 0 10px;}.mc953d340a_container,.mc953d340a_closeicon {    display: flex;}.mc953d340a_stopbutton,.mc953d340a_sendbutton {    height: 30px;    border: solid 1px #d6dadd;    border-radius: 20px;    width: 80px;    outline: none;    margin-left: 10px;    cursor: pointer;}.mc953d340a_sendbutton {    background: var(--wms-primary-color);    color: #fff;}.mc953d340a_track {    width: calc(100% - 168px);    height: 5px;    background: rgb(0 0 0 / 18%);    border-radius: 4px;    position: relative;    overflow: hidden;}.mc953d340a_progresstime {    margin: 0px 10px;    font-size: 14px;}.mc953d340a_stopbutton:hover,.mc953d340a_sendbutton:hover,.mc953d340a_closeicon:hover {    box-shadow: inset 0px 4px 50px #00000026;}.mc953d340a_closeicon:hover {    color: #666;}.mc953d340a_recordingprocessicon {    width: 26px;    height: 26px;    background-color: #ef5364;    border-radius: 50%;    position: relative;    animation: mc953d340a_blinker 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;}.mc953d340a_recordingprocessicon:after {    content: "";    position: absolute;    left: 2px;    top: 2px;    bottom: 2px;    right: 2px;    border: 2px solid #fff;    border-radius: 50%;}@keyframes mc953d340a_blinker {    from {        opacity: 1;    }    to {        opacity: 0;    }}.mc953d340a_recordingtrack {    position: absolute;    width: 100%;    background: var(--wms-primary-color);    left: 0;    transform: scaleX(0);    height: 5px;    border-radius: inherit;    transform-origin: left;    transition: all 0.3s linear;}.mc953d340a_closeicon {    border: solid 1px var(--wms-border-color);    align-items: center;    justify-content: center;    border-radius: 20px;    width: 30px;    height: 30px;    font-size: 15px;    color: #bababa;    cursor: pointer;}.mc953d340a_audioplayicon,.mc953d340a_audiopauseicon {    height: 26px;    width: 26px;    border-radius: 50%;    font-size: 16px;    align-items: center;    justify-content: center;    display: flex;    margin-right: 10px;    cursor: pointer;}.mc953d340a_audioplayicon {    background: var(--wms-primary-color);    color: #fff;}.mc953d340a_audiopauseicon {    background: #e6e6e6;    color: #627282;}.mc953d340a_trackwidth {    border-radius: 4px;    height: 100%;    position: relative;    width: calc(100% - 208px);    overflow: hidden;}.mc953d340a_loader:after {    content: "";    display: inline-block;    width: 16px;    height: 16px;    position: absolute;    border-radius: 100%;    border: 3px solid #f3f3f369;    border-top: 3px solid #fff;    -webkit-animation: mc953d340a_spin 2s linear infinite;    animation: mc953d340a_spin 2s linear infinite;    cursor: none;}@-webkit-keyframes mc953d340a_spin {    0% {        -webkit-transform: rotate(0deg);    }    100% {        -webkit-transform: rotate(360deg);    }}@keyframes mc953d340a_spin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.mc953d340a_sendbutton.mc953d340a_loader {    pointer-events: none;}.mc953d340a_stopbutton:before {    content: "";    border: solid 1px #000;    height: 12px;    width: 12px;    border-radius: 3px;    margin-right: 5px;}.zmNightMode .mc953d340a_container {    background: var(--wms-chat-bg-color);}.zmNightMode .mc953d340a_closeicon,.zmNightMode .mc953d340a_stopbutton,.zmNightMode .mc953d340a_stopbutton:before {    border-color: var(--wms-primary-text-color);}.zmNightMode .mc953d340a_track {    background: var(--wms-primary-text-color);}.mc953d340a_container,.mc953d340a_container * {    direction: ltr;}.mcada69762_listContainer {    width: 552px;    height: calc(100vh - 100px);    position: fixed;    transform: translate(-50%, -50%);    left: 50%;    top: 50%;    max-height: 730px;    background: rgb(255, 255, 255);    border-radius: 5px;    box-shadow: rgb(62, 62, 62) 0 0 20px;    display: flex;    flex-direction: column;}.mcada69762_listContainerHeader {    text-align: left;    border-top-left-radius: 5px;    border-top-right-radius: 5px;    height: 100%;    box-sizing: border-box;    display: flex;    flex-direction: column;}.mcada69762_listContainerWrapper * {    box-sizing: border-box;}.mcada69762_listContainerWrapper {    padding-bottom: 10px;    flex-grow: 1;    overflow: hidden;    transition: height 0.3s;    display: flex;    flex-direction: column;}.mcada69762_listContainerClose {    font-size: 12px;    cursor: pointer;    text-align: center;    padding: 5px;    box-sizing: border-box;    flex-shrink: 0;    position: absolute;    right: 22px;    top: 18px;    color: #627282;    box-shadow: none !important;    background: transparent !important;}.mcada69762_listContainerClose:hover {    color: #000 !important;}.mcada69762_listContainerHeaderTitle {    padding: 25px 10px 10px 25px;    font-weight: bold;}.mcada69762_listContainerHeaderTitle:after {    content: "";    width: 20px;    position: absolute;    border-bottom: 2px solid var(--wms-primary-color);    left: 25px;    top: 50px;}.mcada69762_imgwrapper {    width: 70px;    height: 70px;    margin-top: 9px;}.mcada69762_imgwrapper img {    width: 100%;    height: 100%;    border-radius: 50%;}.mcada69762_flexcontainer {    display: flex;    padding: 10px 10px 10px 25px;}.mcada69762_recent_convo {    font-size: 14px;    padding: 10px 10px 10px 25px;    font-weight: bold;    position: relative;}.mcada69762_recent_convo:after {    content: "";    width: 155px;    position: absolute;    border-bottom: 2px solid var(--wms-primary-color);    left: 15px;    top: 36px;}.mcada69762_infowrapper {    margin: 9px 0px 0px 16px;    width: 80%;}.mcada69762_infoheaderwrapper {    min-height: 45px;    position: relative;}.mcada69762_infoheaderwrapper > div:first-child {    font-weight: bold;}.mcada69762_infoheaderwrapper > div:last-child {    margin-top: 10px;    color: #6f6f6f;    font-size: 14px;}.mcada69762_wms_profileinfo_text {    margin-right: 5px;}.mcada69762_wms_profileinfo_text:hover {    text-decoration: underline;    cursor: pointer;}.mcada69762_wms_profileinfo_text:hover {    color: #5aaae9;}.mcada69762_transcriptwrapper {    overflow: hidden;    width: 506px;    white-space: pre-wrap;    border-top: solid 1px #f6f6f6;    padding: 10px 10px 10px 15px;}.mcada69762_transcriptcontainer {    width: 100%;    height: 100%;    overflow-y: auto;    overflow-x: hidden;}.mcada69762_transcriptcontainer * {    box-sizing: border-box;}.mcada69762_infotextwrapper {    margin-top: 16px;    color: #868686;    font-size: 13px;    display: flex;    flex-direction: row;    align-items: center;}.mcada69762_permalink {    float: right;    width: 30px;    height: 30px;    background: #fff;    box-shadow: 0px 0px 4px #dcdada;    color: #627282;    border-radius: 5px;    display: inline-flex;    align-items: center;    justify-content: center;    cursor: pointer;}.mcada69762_permalink:hover {    box-shadow: 0px 0px 4px #b3b3b3;}.mcada69762_permalink:after {    content: "\e991";    font-family: ZoFo-ChatBar;}.mcada69762_joinchannel {    width: 88px;    height: 32px;    border: solid 1px;    border-radius: 20px;    background: var(--wms-primary-color);    color: #fff;    margin-left: auto;    cursor: pointer;}.mcada69762_transcriptcontainer .wms-msgfrag {    width: 85%;}.mcada69762_transcriptcontainer .wms-msg {    max-width: 100%;}.mcada69762_transcriptcontainer .wms-replymsgwrapper .wms-msg,.mcada69762_transcriptcontainer .wms_forwardmsgwrapper .wms-msg {    width: 96.5%;}.mcada69762_joinchannel:hover {    box-shadow: var(--wms-hover-shadow);}.mcada69762_imgwrapper > span {    width: 70px;    height: 70px;}.wms_channelimg_badge :after {    background: #fff;    width: 12px;    line-height: 12px;    height: 12px;    right: -3px;    position: absolute;    bottom: -3px;    box-shadow: 0 0 1px;}.mcada69762_imgwrapper .wms_badge_imgwrapper:after {    border-radius: 50%;    font-family: "ZoFo-ChatBar";    font-size: 8px;    box-sizing: content-box;    color: #b5b5b8;    background: #fff;    width: 12px;    line-height: 12px;    right: 3px;    box-shadow: 0 0 1px;}.mcada69762_listheaderwrapper {    display: flex;    flex-direction: column;    height: inherit;}.mcada69762_timeseparatorwrapper {    margin-left: 5px;    font-size: 12px;    color: #888;}.mcada69762_timeseparator {    margin-right: 5px;    display: inline-block;    border-radius: 50%;    background-color: #e6e6e6;    width: 4px;    height: 4px;}.mcada69762_imgwrapper .wms_channelimg:after {    width: 70px;    height: 70px;    font-size: 20px;    line-height: 66px;}.mcada69762_transcriptcontainer .wms-imgmsgcontainer img {    height: 200px;}.zmNightMode .mcada69762_listContainer {    background: var(--wms-chat-bg-color);    color: #fff;    box-shadow: none;}.zmNightMode .mcada69762_permalink {    background: var(--wms-chat-bg-color);    box-shadow: none;    border: solid 1px #484848;    color: #858585;}.zmNightMode .mcada69762_joinchannel {    border: var(--wms-chat-bg-color);}.zmNightMode .mcada69762_transcriptwrapper {    border-top: solid 1px #484848;}.zmNightMode .mcada69762_permalink:hover:after {    color: #fff;}.mc5ef447f3_profileinfowrapper {    position: fixed;    border: solid 7px transparent;}.mc5ef447f3_profileinfowrapper:focus {    outline: 0;}.mc5ef447f3_profileinfocontainer {    width: 270px;    min-height: 278px;    background: #f5f5f5;    position: relative;    border-radius: 5px;    overflow: hidden;    box-shadow: 0 0 4px 1px #ddd;}.mc5ef447f3_hv_align {    position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate(-50%, -50%);    -moz-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);    -o-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);}.mc5ef447f3_loading {    height: 50px;    width: 50px;}.mc5ef447f3_loading:after {    content: "";    background: transparent;    width: 100%;    height: 100%;    position: absolute;    border-radius: 100%;    opacity: 0.7;    box-shadow: rgba(0, 0, 0, 0.5) -4px -5px 3px -3px;    -webkit-animation: mc5ef447f3_spinningloader 0.8s infinite linear;    -moz-animation: mc5ef447f3_spinningloader 0.8s infinite linear;    animation: mc5ef447f3_spinningloader 0.8s infinite linear;}@keyframes mc5ef447f3_spinningloader {    0% {        transform: rotateZ(0deg);    }    100% {        transform: rotateZ(360deg);    }}@-webkit-keyframes mc5ef447f3_spinningloader {    0% {        -webkit-transform: rotateZ(0deg);    }    100% {        -webkit-transform: rotateZ(360deg);    }}@-moz-keyframes mc5ef447f3_spinningloader {    0% {        -moz-transform: rotateZ(0deg);    }    100% {        -moz-transform: rotateZ(360deg);    }}.mc5ef447f3_imgcontainer {    width: 270px;    height: 200px;    overflow: hidden;    position: relative;    background-color: #fff;}.mc5ef447f3_infocontainer {    position: relative;    max-height: 350px;    background-color: #fff;    margin: -40px 15px 15px;    padding: 10px 15px 10px 15px;    color: #000;    min-height: 50px;    width: calc(100% - 60px);    border-bottom: 2px solid #edecec;    border-radius: 10px;    box-shadow: 0 0 1px 0 #e0e0e0;    box-sizing: content-box;}.mc5ef447f3_basicinfowrapper {    font-size: 14px;    display: flex;}.mc5ef447f3_boldinfo {    font-weight: bold;    min-width: 0;    display: flex;    align-items: center;}.mc5ef447f3_boldinfo span {    max-width: 100%;}.mc5ef447f3_basicinfo {    margin-top: 5px;    font-size: 14px;    display: flex;}.mc5ef447f3_basicinfo a {    text-decoration: none;    color: #000;    font-size: 14px;}.mc5ef447f3_checkinstatusin {    color: #14b474;}.mc5ef447f3_checkinstatusout {    color: #c8c8c8;}.mc5ef447f3_checkinstatusout,.mc5ef447f3_checkinstatusin {    display: flex;    align-items: center;    white-space: nowrap;}.mc5ef447f3_checkinstatusin:before,.mc5ef447f3_checkinstatusout:before {    content: "";    height: 2px;    width: 2px;    background-color: #cacaca;    display: inline-block;    vertical-align: middle;    margin: 0 5px;    border-radius: 100%;    border: 1px solid #cacaca;}.mc5ef447f3_addinfo {    font-size: 14px;}.mc5ef447f3_workinfo {    display: flex;    flex-direction: column;    padding-top: 10px;}.mc5ef447f3_workinfo_item,.mc5ef447f3_contactinfo_item {    margin-top: 5px;}.mc5ef447f3_infolabel {    color: #666;    font-weight: normal;}.mc5ef447f3_contactinfo {    font-weight: bold;    padding-top: 0px;}.mc5ef447f3_contactinfo_header {    padding-top: 10px;}.mc5ef447f3_timezone {    font-size: 13px;    position: absolute;    right: 5px;    top: 5px;    color: #fff;    text-shadow: 1px 1px 1px #666;}.mc5ef447f3_options {    width: 100%;    display: flex;    position: relative;    margin-top: 20px;    justify-content: center;    gap: 22px;}.mc5ef447f3_optionsicon {    position: relative;    width: 35px;    height: 35px;    border-radius: 100%;    background-color: #ebebeb;    color: #b1b1b1;    font-size: 16px;    padding: 9px;    display: inline-block;    vertical-align: middle;    box-sizing: border-box;    margin: 0;    cursor: pointer;}.mc5ef447f3_startchat:after,.mc5ef447f3_audiocall:after,.mc5ef447f3_videocall:after,.mc5ef447f3_deletecontact:after {    font-family: ZoFo-ChatBar;    font-size: 14px;    position: absolute;    top: 10px;}.mc5ef447f3_startchat:after {    content: "\e905";    right: 9px;}.mc5ef447f3_audiocall:after {    content: "\e624";    right: 10px;}.mc5ef447f3_videocall:after {    content: "\e61c";    font-size: 16px;    top: 0px;    left: 1px;    position: relative;}.mc5ef447f3_profileinfo_blur {    position: absolute;    width: 100%;    height: 100%;    filter: blur(10px);    -webkit-filter: blur(10px);    background: #fff;}.mc5ef447f3_ellipsis {    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.mc5ef447f3_badge_img_cutout {    display: flex;    margin: 3px 5px 3px 0px;    justify-content: center;    align-items: center;}.mc5ef447f3_badge_img_cutout:after {    font-family: "ZoFo-ChatBar";    box-sizing: content-box;    border-radius: 50%;    width: 7px;    height: 7px;    font-size: 12px;    line-height: 8px;}.mc5ef447f3_optionsicon:hover:after {    color: var(--wms-primary-color);}.mc5ef447f3_halign {    display: flex;    justify-content: center;    flex-direction: column;    align-items: center;}.mc5ef447f3_custombot_info {    line-height: 20px;}.mc5ef447f3_custombot_info:after {    content: "\e67a";    color: #aaa;    font-family: ZoFo-ChatBar;    right: 2px;    font-size: 15px;    vertical-align: middle;    margin-left: 5px;}.mc5ef447f3_boticon {    flex-direction: row;    align-items: baseline;}.mc5ef447f3_boticon:before {    content: "\e902";    color: var(--wms-primary-color);    font-size: 11px;    font-family: "ZoFo-ChatBar";    margin-right: 5px;}.mc5ef447f3_inviteopr {    margin: 10px;    color: var(--wms-primary-color);    cursor: pointer;}.mc5ef447f3_inviteopr:hover {    color: #888;}.mc5ef447f3_deletecontact:after {    content: "\e633";    left: 11px;}.mc5ef447f3_deletecontact:hover:after {    color: red;}.mc5ef447f3_copyemail:after {    font-family: "ZoFo-ChatBar";    content: '\e921';    font-weight: 100;    color: var(--wms-secondary-text-color);    margin-left: 5px;    cursor: pointer;}.zmNightMode .mc5ef447f3_profileinfowrapper *,.zmNightMode.mc5ef447f3_profileinfowrapper *{    background: var(--wms-chat-bg-color);}.zmNightMode .mc5ef447f3_infocontainer {    border-bottom: 2px solid var(--wms-chat-bg-color);}.zmNightMode .mc5ef447f3_boldinfo {    color: var(--wms-primary-color);}.zmNightMode .mc5ef447f3_basicinfo *,.zmNightMode .mc5ef447f3_addinfo,.zmNightMode .mc5ef447f3_contactinfo {    color: #fff;}.zmNightMode .mc5ef447f3_optionsicon {    background: #626262;}.zmNightMode .mc5ef447f3_timezone {    background: none;}.zmNightMode .mc5ef447f3_badge_img_cutout:after {    border: solid 3px var(--wms-chat-bg-color);}.wms_badge_statusicon_available_mobile:after,.wms_badge_statusicon_busy_mobile:after,.wms_badge_statusicon_idle_mobile:after,.wms_badge_statusicon_away:after,.wms_badge_statusicon_away_mobile:after,.wms_badge_statusicon_busy_cliqcall:after,.wms_badge_statusicon_dnd:after,.wms_badge_statusicon_dnd_mobile:after{    width: 11px;}.wms_badge_statusicon_away:after,.wms_badge_statusicon_away_mobile:after {    font-size: 9px;}.wms_badge_statusicon_dnd:after,.wms_badge_statusicon_dnd_mobile:after {    font-size: 14px;    width: 14px;    height: 14px;    line-height: 14px;}.zmNightMode .mc5ef447f3_profileinfocontainer {    box-shadow: 0 0 14px 0 rgb(0 0 0 / 90%);}.mc378179c8_container {    height: 50px;    width: 100%;}.mc378179c8_container * {    box-sizing: border-box;}.mc378179c8_staritem {    width: 25%;    flex-direction: column;    height: 100%;    align-items: center;    justify-content: center;    font-size: 12px;    cursor: pointer;}.mc378179c8_staritem:hover {    background: #f1f4f7;}.mc378179c8_staritem,.mc378179c8_container {    display: flex;}.mc378179c8_label {    color: var(--wms-primary-text-color);    text-transform: capitalize;    margin-top: 2px;    user-select: none;}.mc378179c8_staricon,.mc378179c8_staricon_sel {    font-size: 13px;}.mc378179c8_staricon:before {    font-family: "ZoFo-Chatbar";    content: "\e91c";}.mc378179c8_staricon_sel:before {    font-family: "ZoFo-Chatbar";    content: "\e918";}.mc378179c8_staricon_solid:before {    font-family: "ZoFo-Chatbar";    content: "\e917";}.mc378179c8_labelhighlight {    background: #f1f4f7;}.mc378179c8_type1 {    color: #f44b4b;}.mc378179c8_type2 {    color: #66c32d;}.mc378179c8_type3 {    color: #ffa256;}.mc378179c8_type4 {    color: #00cce6;}.mc378179c8_type5 {    color: #2f3bb9;}.zmNightMode .mc378179c8_label {    color: #bababa;}.zmNightMode .mc378179c8_staritem:hover {    background: #313131;}.zmNightMode .mc378179c8_labelhighlight {    background: #484848;}.mc35699546_messageitemcontainer {    border-bottom: 1px solid #f1f1f1;    width: 100%;    margin: 2px 0 0 0px;    padding: 8px 0 5px 0;    cursor: pointer;    position: relative;}.zmNightMode .mc35699546_messageitemcontainer {    border-bottom: solid 1px #484848;}.zmNightMode .mc35699546_messageitemcontainer:hover .mc35699546_titlecontainer {    color: var(--wms-primary-color);}.mc35699546_messageitemcontainer:hover {    border-bottom-color: var(--wms-primary-color);}.mc35699546_messageitemcontainer:hover .mc35699546_titlecontainer {    color: var(--wms-primary-color);}.mc35699546_messageitemcontainer .wms-txtmsg {    background: #ffffff;    pointer-events: none;    padding: 0px;}.mc35699546_titlecontainer {    padding: 10px 0 0 0;    width: 100%;    font-weight: bold;    height: 40px;}.mc35699546_seperator {    font-size: 8px;    vertical-align: middle;}.mc35699546_photocontainer {    height: 38px;    width: 38px;    position: relative;    border-radius: 100%;    float: left;}.mc35699546_profileimg {    height: 100%;    width: 100%;    border-radius: inherit;    vertical-align: middle;}.mc35699546_rowcontainer {    margin-left: 50px;    width: calc(100% - 40px);}.mc35699546_title {    max-width: 100%;    min-width: 30px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.mc35699546_datelabel {    color: #a1a7ab;    font-weight: normal;    margin: 2px 0 0 10px;    max-width: 80%;    font-size: 14px;}.mc35699546_staricon:before {    font-family: "ZoFo-Chatbar";    content: "\e917";}.mc35699546_staricon {    font-size: 13px;    position: absolute;    left: 12px;    top: 54px;}.mc35699546_type1 {    color: #f44b4b;}.mc35699546_type2 {    color: #66c32d;}.mc35699546_type3 {    color: #ffa256;}.mc35699546_type4 {    color: #00cce6;}.mc35699546_type5 {    color: #2f3bb9;}.mc35699546_messagehtml {    width: 80%;    margin-top: 1px;    font-size: 16px;    line-height: 26px;}.mc35699546_messagehtml .wms-imgmsgcontainer {    height: 200px;    width: 506px;}.mc35699546_threadtitle {    display: inline-block;    padding: 0 8px;    min-height: 24px;    max-width: 220px;    background: #f1f4f7;    color: #888;    border-radius: 4px;    font-size: 14px;    font-style: italic;    margin: 0 8px;    vertical-align: middle;    line-height: 24px;    font-weight: normal;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.mc35699546_threadicon {    display: inline;    margin: 0 4px;    vertical-align: middle;    font-style: normal;    font-weight: normal;    text-shadow: none;    -webkit-font-smoothing: antialiased;}.zmNightMode .mc35699546_messageitemcontainer .wms-txtmsg {    background: var(--wms-chat-bg-color);}.zmNightMode .mc35699546_threadtitle {    background: #1f1f1f;}.zmNightMode .mc35699546_messageitemcontainer .mc35699546_titlecontainer {    color: var(--wms-primary-text-color);}.mc07a5d35a_container {    height: 80%;    width: 80%;    position: relative;    background: #fff;    overflow: hidden;    border-radius: 5px;}.mc07a5d35a_container * {    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box;}.mc07a5d35a_loader:after {    content: "";    width: 100px;    height: 100px;    position: absolute;    opacity: 0.7;    box-shadow: rgba(0, 0, 0, 0.5) -4px -5px 3px -3px;    background: transparent;    border-radius: 100%;    -webkit-animation: mc07a5d35a_spin 2s linear infinite;    animation: mc07a5d35a_spin 2s linear infinite;}.mc07a5d35a_hv_align {    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);}@-webkit-keyframes mc07a5d35a_spin {    0% {        -webkit-transform: rotate(0deg);    }    100% {        -webkit-transform: rotate(360deg);    }}@keyframes mc07a5d35a_spin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.mc07a5d35a_header {    color: var(--wms-primary-text-color);    font-size: 18px;    font-weight: 600;    padding: 25px 30px 20px 30px;    text-align: left;    background: #f1f4f7;}.mc07a5d35a_content,.mc07a5d35a_wrapper {    width: 100%;    height: 100%;    padding: 10px 30px 25px 30px;}.mc07a5d35a_wrapper {    padding: 10px 0px 50px 0px;}.mc07a5d35a_filtercontainer {    height: 45px;    width: 100%;    display: flex;}.mc07a5d35a_filteritemstyle {    width: 78px;    flex-direction: column;    height: 100%;    align-items: center;    justify-content: center;    cursor: pointer;    display: flex;    margin: 0 10px 0 0;    padding: 7px;    border-radius: 5px;    font-size: 13px;    background: #f1f1f1;}.mc07a5d35a_filteritemall {    font-size: 16px;}.mc07a5d35a_filteritemstyle:hover,.mc07a5d35a_filteritemsel {    background: #4c596e;    color: #fff;}.mc07a5d35a_filteritemstyle:hover .mc07a5d35a_labelcolor,.mc07a5d35a_filteritemsel .mc07a5d35a_labelcolor {    color: #fff;}.mc07a5d35a_listview {    height: calc(100% - 55px);    width: 100%;    overflow-x: hidden;    overflow-y: scroll;    margin-top: 10px;}.mc07a5d35a_itemloader {    height: 49px;    width: 100%;    padding: 18px 10px 10px 10px;    display: flex;    align-items: center;    justify-content: center;}.mc07a5d35a_loadergif {    width: 80px;    height: 7px;    margin: 0 auto;    display: inline-block;    text-align: center;    background: url(/_wms/images/bar/loading5.gif) no-repeat 0 0;}.mc07a5d35a_emptylistcontainer {    display: flex;    align-items: center;    justify-content: center;    flex-direction: column;    height: 100%;    width: 100%;    padding: 25px 10% 12%;}.mc07a5d35a_nostarimg {    background: url("/_wms/images/bar/nostarred_messages.svg");    width: 180px;    height: 130px;    margin: 0 auto 20px;    flex-shrink: 0;    background-repeat: no-repeat;}.mc07a5d35a_emptylistmsg {    color: #6e718a;    font-size: 16px;    text-align: center;    line-height: 1.6;    margin-bottom: 10px;    max-width: 700px;}.mc07a5d35a_backdrop {    backdrop-filter: blur(10px);}.mc07a5d35a_container .wms-msg a {    color: inherit;    cursor: pointer;    word-break: break-word;}.mc07a5d35a_closeiconstyle {    font-size: 12px;    cursor: pointer;    text-align: center;    padding: 5px;    box-sizing: border-box;    flex-shrink: 0;    position: absolute;    right: 18px;    top: 20px;    color: #627282;    box-shadow: none;    background: transparent;}.mc07a5d35a_closeiconstyle:hover {    color: #000;}.zmNightMode .mc07a5d35a_container,.zmNightMode .mc07a5d35a_filteritemstyle {    background: var(--wms-chat-bg-color);}.zmNightMode .mc07a5d35a_filteritemstyle {    border: solid 1px #484848;}.zmNightMode .mc07a5d35a_filteritemstyle:hover,.zmNightMode .mc07a5d35a_filteritemsel,.zmNightMode .mc07a5d35a_header {    background-color: #313131;}.zmNightMode .mc07a5d35a_header {    color: var(--wms-primary-text-color);}.zmNightMode .mc07a5d35a_closeiconstyle:hover {    color: #fff;}.mc511a2e7a_loader:after {    content: "";    width: 100px;    height: 100px;    position: absolute;    opacity: 0.7;    box-shadow: rgba(0, 0, 0, 0.5) -4px -5px 3px -3px;    background: transparent;    border-radius: 100%;    -webkit-animation: spin 2s linear infinite;    animation: spin 2s linear infinite;}.mc511a2e7a_hv_align {    position: absolute;    top: calc(50% - 25px);    left: calc(50% - 30px);    transform: translate(-50%, -50%);}.mc511a2e7a_container {    position: absolute;    width: 58%;    height: 100%;    top: 0;    right: 0;    border-left: 1px solid #ddd;    box-shadow: -8px 0px 10px -7px #ddd;    background: #fff;    transform: translateX(200%);    transition: transform 0.5s ease-in;}.mc511a2e7a_showtranscript {    transform: translateX(0%);    transition: transform 0.5s ease-in;}.mc511a2e7a_close {    font-size: 12px;    cursor: pointer;    text-align: center;    padding: 5px;    box-sizing: border-box;    flex-shrink: 0;    position: absolute;    right: 18px;    top: 20px;    color: #627282;    box-shadow: none;    background: transparent;}.mc511a2e7a_close:hover {    color: #000;}.mc511a2e7a_chattitlecontainer {    height: 70px;    width: 100%;    padding: 15px 0px 15px 20px;    font-size: 15px;    line-height: 45px;}.mc511a2e7a_chattitlecontainer:before {    content: "";    width: 20px;    margin-top: 23px;    position: absolute;    border: 1px solid var(--wms-primary-color);    left: 20px;    top: 24px;}.mc511a2e7a_title {    margin-right: 4px;    max-width: 80%;    min-width: 30px;    white-space: nowrap;    overflow: hidden;    font-weight: bold;    text-overflow: ellipsis;    line-height: 24px;    min-height: 24px;    display: inline-block;    vertical-align: middle;    padding: 8px 0px 15px;}.mc511a2e7a_transcriptarea {    height: calc(100% - 40px);    width: 100%;    overflow-y: auto;    overflow-x: hidden;    padding-bottom: 50px;}.mc511a2e7a_threadtitle {    min-height: 24px;    max-width: 220px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    line-height: 24px;    font-weight: bold;    margin-left: 4px;    display: inline-block;    vertical-align: middle;}.mc511a2e7a_threadicon {    -webkit-font-smoothing: antialiased;    color: #627282;    display: inline;    vertical-align: middle;    font-weight: normal;    margin-right: 4px;}.mc511a2e7a_continuechat {    height: 40px;    width: 200px;    background: var(--wms-primary-color);    position: absolute;    bottom: 10px;    border-radius: 20px;    color: #fff;    left: calc(50% - 100px);    cursor: pointer;}.zmNightMode .mc511a2e7a_close {    color: #afb3b7;}.zmNightMode .mc511a2e7a_close:hover {    color: #fff;}.zmNightMode .mc511a2e7a_container {    background: var(--wms-chat-bg-color);    border-left: solid 1px #484848;    box-shadow: -8px 0px 10px -7px #393939;}.zmNightMode .mc511a2e7a_title {    color: var(--wms-primary-text-color);}.mccdc6e71c_toggle_switch {    position: relative;    width: 36px;    display: inline-block;    text-align: left;    top: 6px;    left: 5px;}.mccdc6e71c_checkbox {    display: none;}.mccdc6e71c_label {    display: block;    overflow: hidden;    cursor: pointer;    border: 0 solid #bbb;    border-radius: 20px;    height: 22px;}.mccdc6e71c_inner {    display: block;    width: 200%;    margin-left: -100%;    transition: margin 0.3s ease-in 0s;}.mccdc6e71c_inner:before,.mccdc6e71c_inner:after {    float: left;    width: 50%;    height: 36px;    padding: 0;    line-height: 36px;    color: #fff;    font-weight: bold;    box-sizing: border-box;}.mccdc6e71c_inner:before {    content: "";    padding-left: 10px;    background-color: var(--wms-primary-color);    color: #fff;}.mccdc6e71c_inner:after {    content: "";    padding-right: 10px;    background-color: #bbb;    color: #fff;    text-align: right;}.mccdc6e71c_switch {    display: block;    width: 16px;    height: 16px;    background: #fff;    position: absolute;    top: 3px;    bottom: 0;    right: 16px;    border: 0 solid #bbb;    border-radius: 20px;    transition: all 0.3s ease-in 0s;}.mccdc6e71c_checkbox:checked + .mccdc6e71c_label .mccdc6e71c_inner {    margin-left: 0;}.mccdc6e71c_checkbox:checked + .mccdc6e71c_label .mccdc6e71c_switch {    right: 3px;}.mccdc6e71c_loading_container {    height: 12px;    padding: 3px;    display: none;    box-sizing: border-box;}.mccdc6e71c_loading_container span {    width: 4px;    height: 4px;    border-radius: 50%;    float: left;    margin: 0px 0px;    -webkit-transform: scale(0.5);    -moz-transform: scale(0.5);    -ms-transform: scale(0.5);    -o-transform: scale(0.5);    transform: scale(0.5);    background: #999;    -webkit-animation: wms_loading 380ms ease-in-out infinite alternate 0s;    -moz-animation: wms_loading 380ms ease-in-out infinite alternate 0s;    -ms-animation: wms_loading 380ms ease-in-out infinite alternate 0s;    -o-animation: wms_loading 380ms ease-in-out infinite alternate 0s;    animation: wms_loading 380ms ease-in-out infinite alternate 0s;}.mccdc6e71c_loader {    right: 10px;    opacity: 0.5;}.mccdc6e71c_loader + div {    display: flex;    position: absolute;    top: 5px;    left: 9px;}.mcecbec3c1_header {    background: #f5f5f5;    border-top-left-radius: 5px;    border-top-right-radius: 5px;    border-bottom: 1px solid #fff;    display: flex;    position: relative;    padding: 15px;    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 5%);    flex-direction: column;    text-align: center;    flex-shrink: 0;}.mcecbec3c1_titleheader {    font-weight: bold;    text-align: left;    min-height: 32px;    max-width: 55%;    line-height: 32px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    font-size: 15px;}.mcecbec3c1_thread_follow {    right: 75px;    position: absolute;    font-size: 14px;}.mcecbec3c1_headerwrapper {    display: flex;    padding: 0px 21px;}.mcecbec3c1_thread_follow:before {    content: "\e907";    font-family: "ZoFo-ChatBar";    padding-right: 8px;    line-height: 32px;    opacity: 0.6;}.mcecbec3c1_threads_classifier {    display: flex;    padding: 0px 36px;    font-weight: bold;    background: #f5f5f5;    position: relative;    cursor: pointer;}.mcecbec3c1_threads_classifier > div {    width: 125px;    height: 38px;    display: flex;    align-items: center;}.mcecbec3c1_loading {    width: 70px;    height: 70px;    border-radius: 100%;    position: relative;}.mcecbec3c1_loading:after {    content: "";    background: transparent;    width: 100%;    height: 100%;    position: absolute;    border-radius: 100%;    opacity: 0.7;    box-shadow: rgba(0, 0, 0, 0.5) -4px -5px 3px -3px;    -webkit-animation: spinningloader 0.8s infinite linear;    -moz-animation: spinningloader 0.8s infinite linear;    animation: spinningloader 0.8s infinite linear;}.mcecbec3c1_hv_align {    position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate(-50%, -50%);    -moz-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);    -o-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);}.mcecbec3c1_error_info {    width: 100%;    text-align: center;}.mcecbec3c1_error_img {    height: 110px;    width: 150px;    padding-bottom: 15px;}.mcecbec3c1_infotxt {    color: #888888;    font-size: 14px;    min-width: 86%;    text-align: center;}.mcecbec3c1_error_info .mcecbec3c1_infotxt {    color: #6d718a;    font-size: 18px;    line-height: 1.7;}.mcecbec3c1_error_info .mcecbec3c1_infotxt {    font-size: 16px;    line-height: 1.5;}.mcecbec3c1_infotext_1 {    font-weight: bold;}.mcecbec3c1_threads_highlighter:after {    content: "";    width: 140px;    position: absolute;    border-bottom: 2px solid var(--wms-primary-color);    left: 0px;    top: 37px;}.mcecbec3c1_threads_classifier > div:last-child:after {    left: 137px;}.mcecbec3c1_closed_threads {    position: relative;    display: flex;    cursor: pointer;    padding-bottom: 10px;    align-items: center;    background: #f5f5f5;}.mcecbec3c1_checkbox,.mcecbec3c1_checkboxsel {    width: 13px;    height: 13px;    border: solid 1px var(--wms-primary-color);    border-radius: 2px;    margin-right: 10px;    display: flex;    align-items: center;    justify-content: space-around;    margin-left: 36px;}.mcecbec3c1_checkboxsel {    background: var(--wms-primary-color);}.mcecbec3c1_checkboxsel:after {    content: "\e91d";    font-family: ZoFo-ChatBar;    font-size: 6px;    color: #fff;}.mcecbec3c1_closed_threads input {    width: 13px;    height: 13px;    position: absolute;    opacity: 0;    left: 33px;    cursor: pointer;    top: 8px;}.mcecbec3c1_closedthread_icon:after {    content: "\ea06";    font-family: ZoFo-ChatBar;    margin-right: 7px;    vertical-align: middle;}.mcecbec3c1_threads_listwrapper {    overflow: auto;    height: 360px;    border-bottom-left-radius: 5px;    border-bottom-right-radius: 5px;    position: relative;}.mcecbec3c1_threads_listwrapper::-webkit-scrollbar {    height: 10px;    width: 10px;}.mcecbec3c1_threads_listwrapper::-webkit-scrollbar-thumb {    background-color: #dcdcdc;}.mcecbec3c1_hv_align {    position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate(-50%, -50%);    -moz-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);    -o-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);}.threadlist.wms_badge_statusicon_thread_cutout,.threadlist.wms_badge_statusicon_closedthread_cutout {    top: 38px;    left: 39px;}.threadlist.wms_badge_statusicon_thread_cutout:after,.threadlist.wms_badge_statusicon_closedthread_cutout:after {    top: -12px;}.mcecbec3c1_classifier_wrapper {    background: #f5f5f5;    display: flex;    flex-direction: column;}.mcecbec3c1_classifier_wrapper > div:first-child {    background: #fff;}.mcecbec3c1_close {    border-radius: 50%;    height: 38px;    width: 38px;    font-size: 12px;    cursor: pointer;    padding: 5px;    box-sizing: border-box;    flex-shrink: 0;    position: absolute;    right: 22px;    top: 15px;    background-color: #fff;    color: #bbbbbb;    align-items: center;    justify-content: center;    display: flex;}.mcecbec3c1_close:before {    font-family: ZoFo-ChatBar;    content: attr(data-content);}.mcecbec3c1_close:hover {    color: #000;}.zmNightMode .mcecbec3c1_header {    border-bottom: 1px solid #272727;}.zmNightMode .mcecbec3c1_header,.zmNightMode .mcecbec3c1_classifier_wrapper,.zmNightMode .mcecbec3c1_closed_threads,.zmNightMode .mcecbec3c1_threads_listwrapper,.zmNightMode .mcecbec3c1_threads_classifier {    background: var(--wms-chat-bg-color);    color: var(--wms-primary-text-color);}.zmNightMode .mcecbec3c1_classifier_wrapper > div:first-child,.zmNightMode .mcecbec3c1_close {    background-color: var(--wms-secondary-bubble-color);}.mcecbec3c1_lastmsgtime_container {    margin-right: 20px;    display: flex;    flex-direction: column;    align-items: flex-end;    min-width: 100px;    color: rgb(var(--wms-secondary-text-colorcode), 0.5);    font-size: 11px;}.wms-rtl .mcecbec3c1_thread_follow {    left: 65px;    right: auto;}.wms-rtl .mcecbec3c1_thread_follow:before {    padding-left: 8px;}.wms-rtl .mcecbec3c1_checkboxsel {    margin-right: 36px;    margin-left: 5px;}.wms-rtl .mcecbec3c1_close {    left: 22px;    right: auto;}.wms-rtl .mcecbec3c1_hv_align {    left: 60%;}.mc3a39902b_statusupdater {    display: flex;    align-items: center;    width: 100%;}.mc3a39902b_statustypeholder,.mc3a39902b_statusmessageholder {    border: 1px solid rgba(var(--wms-border-colorcode), 0.75);    background: #fff;    border-radius: 4px;    position: relative;    line-height: 16px;    min-height: 28px;    height: 100%;}.mc3a39902b_statustypetoggle,.mc3a39902b_statusmessagetoggle {    height: 28px;    height: 100%;    display: inline-block;    position: absolute;    right: 0px;    top: 0px;}.mc3a39902b_statustypetoggle:after,.mc3a39902b_statusmessagetoggle:after {    font-family: ZoFo-ChatBar;    content: "\e639";    font-size: 10px;    color: var(--wms-border-color);    position: absolute;    right: 5px;    display: flex;    align-items: center;    height: 28px;    height: 100%;}.mc3a39902b_statustypeholder {    padding: 7px 20px 5px 0px;    margin-right: 5px;    display: flex;    align-items: center;    position: relative;}.mc3a39902b_statusmessageholder {    flex-grow: 1;    min-width: 150px;    padding: 5px 18px 5px 0px;    color: #888;    font-size: 12px;}.mc3a39902b_statusicon {    font-family: ZoFo-ChatBar;    height: 10px;    width: 10px;    border-radius: 50%;    display: inline-block;}.mc3a39902b_statusmessagelist {    list-style: none;    padding: 0;    margin-top: 0px;}.mc3a39902b_statusmessagelist .mc3a39902b_statuselement:first-child .mc3a39902b_statusdetails {    padding-top: 10px;}.mc3a39902b_statusmessagedropdown,.mc3a39902b_statusicondropdown {    position: absolute;    background-color: #fff;    border-radius: 4px;    box-shadow: 0 0 8px rgba(0,0,0,0.2);    z-index: 2;    width: max( 100%, 210px );    margin-top: 7px;    max-height: 235px;    padding: 5px;    overflow: auto;    color: #222;    font-size: 12px;}.mc3a39902b_statusmessagedropdown {    right: 0;}.mc3a39902b_statusmessagedropdown .mc3a39902b_transientTimeDropdown.mc3a39902b_timeLeft .mc3a39902b_currentTransientTime {    word-break: keep-all;    text-overflow: ellipsis;    overflow: hidden;    max-width: 80px;    white-space: nowrap;    word-wrap: normal;}.mc3a39902b_statusicondropdown {    max-width: 210px;    margin-top: 11px;    top: 16px;    top: calc( 100% - 10px );}.mc3a39902b_statusdescription {    margin-top: 5px;    font-size: 12px;    color: #888;}.mc3a39902b_statuselement {    display: flex;    align-items: center;    cursor: pointer;}.mc3a39902b_quickstatusiconholder {    display: flex;    padding: 10px;    padding-left: 17px;    flex-shrink: 0;    justify-content: center;    align-self: flex-start;    width: 36px;    height: 36px;    border-radius: 5px;    background-color: transparent;    position: relative;}.mc3a39902b_quickstatusicon {    display: flex;    align-items: center;    justify-content: center;}.mc3a39902b_statusdetails {    padding: 10px 12px;    text-align: left;    flex-grow: 1;    padding-top: 0px;    margin-bottom: 5px;}.mc3a39902b_statusname {    font-size: 14px;}.mc3a39902b_quickstatusiconholder[data-scode="7"] .wms-statusicon-away:before {    margin-left: 2px;}.mc3a39902b_statuselement:hover .mc3a39902b_quickstatusiconholder,.mc3a39902b_statuselement.mc3a39902b_focused .mc3a39902b_quickstatusiconholder {    background-color: var(--wms-listhoverbg-color);}.mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="1"] {    background-color: #14b4741f;}.mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="2"] {    background-color: #8888881f;}.mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="3"],.mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="5"] {    background-color: #fd3a361f;}.mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="7"] {    background-color: #f9af291f;}.mc3a39902b_statuselement:hover .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="1"],.mc3a39902b_statuselement.mc3a39902b_focused .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="1"] {    background-color: #14b4742e;}.mc3a39902b_statuselement:hover .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="2"],.mc3a39902b_statuselement.mc3a39902b_focused .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="2"] {    background-color: #8888882e;}.mc3a39902b_statuselement:hover .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="3"],.mc3a39902b_statuselement.mc3a39902b_focused .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="3"],.mc3a39902b_statuselement:hover .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="5"],.mc3a39902b_statuselement.mc3a39902b_focused .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="5"] {    background-color: #fd3a362e;}.mc3a39902b_statuselement:hover .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="7"],.mc3a39902b_statuselement.mc3a39902b_focused .mc3a39902b_quickstatusiconholder.mc3a39902b_activestatusicon[data-scode="7"] {    background-color: #f9af292e;}.mc3a39902b_statustypeholder .mc3a39902b_statusicon {    margin-left: 5px;    height: 15px;}.mc3a39902b_statustypeholder .mc3a39902b_statusicon:after {    width: 10px;    height: 10px;    border-radius: 50%;    border: 1px solid #fff;    font-size: 13px;    position: absolute;    left: 3px;    top: 4px;}.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_available:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_offline:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_busy:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_idle:after {    display: block;    position: relative;    left: 0;    top: 0px;    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));}.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_available_mobile:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_busy_mobile:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_dnd:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_dnd_mobile:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_away:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_away_mobile:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_idle_mobile:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_busy_cliqcall:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_busy_meeting:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_busy_calendarevent:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_busy_assistsession:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_busy_webinar:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_busy_broadcast:after {    background-color: transparent;    border-radius: 0;    border: 1px solid transparent;}.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_dnd:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_dnd_mobile:after {    top: 5px;}.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_away:after,.mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_away_mobile:after {    font-size: 10px;    position: absolute;    top: 8px;    left: 5px;}.mc3a39902b_statusmessageholder input,.mc3a39902b_statusmessageholder .mc3a39902b_dummyinput {    width: 100%;    height: 100%;    margin-left: 5px;    font-size: 12px;    font-family: inherit;    outline: none;    border: 0px;}.mc3a39902b_statusmessageholder .mc3a39902b_dummyinput {    color: #000;    display: flex;    align-items: center;}.mc3a39902b_statustypeholder.mc3a39902b_focused,.mc3a39902b_statusmessageholder.mc3a39902b_focused {    border: 1px solid rgba( var(--wms-primary-colorcode), 0.8 );}.mc3a39902b_defaultstatusicons {    float: left;    border: 0;    margin-right: 7px;    display: flex;    align-items: center;}.mc3a39902b_defaultstatusiconholder {    min-width: 21px;}.mc3a39902b_defaultstatusiconholder .mc3a39902b_defaultstatusicons {    float: right;}.mc3a39902b_statusmessageitem {    text-align: left;    padding: 5px;    font-size: 12px;    display: block;    position: relative;    line-height: 18px;    border-radius: 3px;}.mc3a39902b_statusmessageitem:hover,.mc3a39902b_statusmessageitem.mc3a39902b_focused {    background-color: var(--wms-listhoverbg-color);}.mc3a39902b_statusmessageitem.mc3a39902b_selectedstatus,.mc3a39902b_statusmessageitem.mc3a39902b_loadingstatus,.mc3a39902b_statusmessageitem.mc3a39902b_customstatus,.mc3a39902b_statusmessageitem.mc3a39902b_restrictedByAdmin {    padding-right: 18px;}.mc3a39902b_statusmessageitem {    display: flex;    align-items: center;    cursor: pointer;}.mc3a39902b_defaultstatusicons.wms-statusicon-dnd {    margin-left: -2px;    margin-right: 9px;}.mc3a39902b_selectedstatus:after {    font-family: ZoFo-ChatBar;    content: "\e91d";    position: absolute;    font-size: 8px;    color: var(--wms-primary-color);    right: 5px;}.mc3a39902b_selectedstatus:after {    content: "\e91d";}.mc3a39902b_statusmessageitem.mc3a39902b_restrictedByAdmin:after,.mc3a39902b_statuselement.mc3a39902b_restrictedByAdmin .mc3a39902b_statusdetails:after {    font-family: ZoFo-ChatBar;    content: "\e97d";    position: absolute;    font-size: 10px;    color: #111;    right: 5px;    opacity: 1;}.mc3a39902b_statusmessageitem.mc3a39902b_restrictedByAdmin {    opacity: 0.5;}.mc3a39902b_statuselement.mc3a39902b_restrictedByAdmin .mc3a39902b_statusdetails {    position: relative;    opacity: 0.5;}.mc3a39902b_statuselement.mc3a39902b_restrictedByAdmin .mc3a39902b_statusdetails:after {    top: 0px;    font-size: 12px;}.mc3a39902b_loadingstatus:after {    content: "";    display: inline-block;    width: 10px;    height: 10px;    border-radius: 50%;    border: 2px solid rgba(var(--wms-border-colorcode), 0.7);    border-top: 2px solid rgba(var(--wms-primary-colorcode), 0.8);    position: absolute;    font-size: 8px;    right: 5px;    animation: mc3a39902b_statusloaderspin 1s linear infinite;}@-webkit-keyframes mc3a39902b_statusloaderspin {    0% {        -webkit-transform: rotate(0deg);    }    100% {        -webkit-transform: rotate(360deg);    }}@keyframes mc3a39902b_statusloaderspin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.mc3a39902b_deletestatus {    font-family: ZoFo-ChatBar;    display: none;    cursor: pointer;       color: #bfbfbf;    position: absolute;    font-size: 10px;    right: 7px;}.mc3a39902b_deletestatus:after {    content: "\e633"; }.mc3a39902b_statusmessageitem:hover .mc3a39902b_deletestatus {    display: block;}.mc3a39902b_deletestatus:hover {    color: red;}.mc3a39902b_smsgheading {    display: flex;    align-items: center;    padding: 5px;    padding-right: 0px;    font-weight: bold;    font-style: italic;    font-size: 12px;    color: #888;}.mc3a39902b_smsgheading:after {    content: "";    flex-grow: 1;    height: 1px;    border-bottom: 1px solid var(--wms-border-color);    margin-left: 6px;}.mc3a39902b_transientTimeDropdown {    display: flex;    flex-direction: column;    position: absolute;    right: 5px;}.mc3a39902b_selectedstatus .mc3a39902b_transientTimeDropdown,.mc3a39902b_loadingstatus .mc3a39902b_transientTimeDropdown {    right: 22px;}.mc3a39902b_currentTransientTime {    float: right;    position: relative;    border-bottom: 1px dashed var(--wms-border-color);    text-transform: capitalize;}.mc3a39902b_dropDownLabelOnly {    float: right;    margin-left: auto;}.mc3a39902b_currentTransientTime:after {    font-family: "ZoFo-ChatBar";    content: '\e639';    margin-left: 5px;    font-size: 10px;}.mc3a39902b_transientTimeDropdown.mc3a39902b_timeLeft .mc3a39902b_currentTransientTime {    float: right;    margin-left: auto;    border-bottom: 1px dashed transparent;}.mc3a39902b_transientTimeDropdown.mc3a39902b_timeLeft .mc3a39902b_currentTransientTime:after {    display: none;}.mc3a39902b_timeDropdown {    position: absolute;    background-color: #fff;    color: #222;    border-radius: 5px;    padding: 1px;    overflow: hidden;    z-index: 100;    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);    left: calc( 100% - 10px );    min-width: 110px;}.mc3a39902b_timeDropdownItem {    padding: 5px 10px;    border-radius: 4px;    cursor: pointer;    font-size: 12px;}.mc3a39902b_timeDropdownItem:hover {    background-color: var(--wms-listhoverbg-color);}.mc3a39902b_statusmessagedropdown.mc3a39902b_disabled,.mc3a39902b_statusicondropdown.mc3a39902b_disabled {    overflow: hidden;}.mc3a39902b_statustypeholder.mc3a39902b_disabled:before,.mc3a39902b_statusmessageholder.mc3a39902b_disabled:before,.mc3a39902b_statusmessagedropdown.mc3a39902b_disabled:before,.mc3a39902b_statusicondropdown.mc3a39902b_disabled:before {    content: '';    z-index: 10;    position: absolute;    top: 0px;    left: 0px;    right: 0px;    bottom: 0px;    background-color: rgba(255,255,255,0.5);}.mc3a39902b_lockedStatusInfo {    background-color: #FEF4E8;    position: absolute;    bottom: -2px;    display: flex;    left: 0px;    z-index: 15;    cursor: auto;}.mc3a39902b_lockicon {    background-color: #ec991c4f;    color: #ec991c;    display: flex;    align-items: center;    justify-content: center;    height: 40px;    width: 40px;    flex-shrink: 0;}.mc3a39902b_lockicon:before {    font-family: 'ZoFo-ChatBar';    content: '\e9a4';    font-size: 16px;}.mc3a39902b_lockStatusMessage {    padding: 5px;}.zmNightMode .mc3a39902b_statustypeholder .mc3a39902b_statusicondropdown {    background-color: #2e2e2e;    color: #ddd;}.zmNightMode .mc3a39902b_statusmessageholder .mc3a39902b_statusmessagedropdown {    background-color: #2e2e2e;    color: #aaa;}.zmNightMode .mc3a39902b_quickstatusiconholder .wms-statusicon-dnd:before,.zmNightMode .mc3a39902b_quickstatusiconholder .wms-statusicon-away:before,.zmNightMode .mc3a39902b_statusmessagedropdown .wms-statusicon-dnd:before,.zmNightMode .mc3a39902b_statusmessagedropdown .wms-statusicon-away:before {    background-color: transparent;}.zmNightMode .mc3a39902b_statustypeholder,.zmNightMode .mc3a39902b_statusmessageholder,.zmNightMode .mc3a39902b_statusmessageholder input,.zmNightMode .mc3a39902b_statusmessageholder .mc3a39902b_dummyinput {    color: #999;    background-color: #292929;    border-color: rgba(var(--wms-border-colorcode), 0.3);}.zmNightMode .mc3a39902b_smsgheading:after {    border-bottom: 1px solid rgba( 90, 90, 90, 1);}.zmNightMode .mc3a39902b_statusmessageitem:hover,.zmNightMode .mc3a39902b_statusmessageitem.mc3a39902b_focused {    background-color: #393939;}.zmNightMode .mc3a39902b_statusmessageitem.mc3a39902b_restrictedByAdmin:after,.zmNightMode .mc3a39902b_statuselement.mc3a39902b_restrictedByAdmin .mc3a39902b_statusdetails:after {    color: #fff;}.zmNightMode .mc3a39902b_loadingstatus:after {    border: 2px solid rgba( 90, 90, 90, 0.7);    border-top: 2px solid rgba(var(--wms-primary-colorcode), 0.8);}.zmNightMode .mc3a39902b_statuselement:hover .mc3a39902b_quickstatusiconholder,.zmNightMode .mc3a39902b_statuselement.mc3a39902b_focused .mc3a39902b_quickstatusiconholder {    background-color: #3a3a3a;}.mc3a39902b_statusicon.wms_badge_statusicon_available:after,.mc3a39902b_statusicon.wms_badge_statusicon_offline:after,.mc3a39902b_statusicon.wms_badge_statusicon_busy:after,.mc3a39902b_statusicon.wms_badge_statusicon_idle:after {    border-radius: 50%;    bottom: 0px;    right: 0px;    height: 10px;    width: 10px;}.mc3a39902b_statusicon:after {    border-radius: 50%;    bottom: 0px;    right: 0px;    height: 10px;    width: 10px;}.zmNightMode .mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_available:after,.zmNightMode .mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_invisible:after,.zmNightMode .mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_busy:after,.zmNightMode .mc3a39902b_statustypeholder .mc3a39902b_statusicon.wms_badge_statusicon_idle:after {    border: 1px solid #222;}.mc3a39902b_statusmessagedropdown::-webkit-scrollbar,.mc3a39902b_statusicondropdown::-webkit-scrollbar {    height: 8px;    width: 8px;}.mc3a39902b_statusmessagedropdown::-webkit-scrollbar-thumb,.mc3a39902b_statusicondropdown::-webkit-scrollbar-thumb {    background-color: #dcdcdc;}.zmNightMode .mc3a39902b_statusmessagedropdown::-webkit-scrollbar-thumb,.zmNightMode .mc3a39902b_statusicondropdown::-webkit-scrollbar-thumb {    background-color: #777;}.mc3a39902b_remoteWorkStatusIcon {    width: 25px;    height: 25px;    transform: scale(0.7);    background-size: contain;    background-repeat: no-repeat;    background-position: center;}.mc3a39902b_defaultstatusicons.mc3a39902b_remoteWorkStatusIcon {    float: left;    border: 0;    margin-right: 7px;    display: flex;    align-items: center;    width: 15px;    height: 15px;    transform: scale(1);    background-size: contain;    background-repeat: no-repeat;    background-position: center;}.mc3a39902b_remoteWorkStatusIcon[data-type="laptop_available"] {    background-image: url("/_wms/images/bar/laptop.svg");}.mc3a39902b_remoteWorkStatusIcon[data-type="short_break"] {    background-image: url("/_wms/images/bar/coffee.svg");}.mc3a39902b_remoteWorkStatusIcon[data-type="meal_break"] {    background-image: url("/_wms/images/bar/meal.svg");}.mc3a39902b_remoteWorkStatusIcon[data-type="engaged_at_work"] {    background-image: url("/_wms/images/bar/focussed.svg");}.mc3a39902b_remoteWorkStatusIcon[data-type="dnd"] {    background-image: url("/_wms/images/bar/dnd.svg");}.mc3a39902b_remoteWorkStatus:hover {    background-color: rgba(192, 192, 192, 0.2);}.mc3a39902b_quickStatusContainer {    display: flex;    align-items: center;    gap: 16px;}.mc3a39902b_quickStatus {    padding: 5px 10px 5px 7px;    float: left;    width: auto;    cursor: pointer;    border-radius: 40px;    border: 1px solid var(--wms-border-color);    position: relative;    font-size: 12px;    display: flex;    align-items: center;}.mc3a39902b_quickStatus:hover {    background-color: #f6f6f6;}.mc3a39902b_quickStatus.mc3a39902b_available .mc3a39902b_remoteWorkStatusIcon,.mc3a39902b_quickStatus.mc3a39902b_busy .mc3a39902b_remoteWorkStatusIcon {    margin-left: 18px;}.mc3a39902b_quickStatus.mc3a39902b_available .mc3a39902b_remoteWorkStatusIcon:before,.mc3a39902b_quickStatus.mc3a39902b_busy .mc3a39902b_remoteWorkStatusIcon:before {    content: '';    height: 8px;    width: 8px;    position: absolute;    border-radius: 50%;    top: 50%;    transform: translateY(-50%);    left: -17px;}.mc3a39902b_quickStatus.mc3a39902b_available .mc3a39902b_remoteWorkStatusIcon:before {    background-color: #14b474;}.mc3a39902b_quickStatus.mc3a39902b_busy .mc3a39902b_remoteWorkStatusIcon:before {    background-color: #fd3a36;}.mc3a39902b_quickStatus.mc3a39902b_dnd,.mc3a39902b_quickStatus.mc3a39902b_away {    cursor: pointer;}.mc3a39902b_quickStatus.mc3a39902b_available.mc3a39902b_active {    border-color: #14b474;}.mc3a39902b_quickStatus.mc3a39902b_busy.mc3a39902b_active,.mc3a39902b_quickStatus.mc3a39902b_dnd.mc3a39902b_active {    border-color: #fd3a36;}.mc3a39902b_quickStatus.mc3a39902b_away.mc3a39902b_active {    border-color: #f9af28;}.mc3a39902b_quickStatus .mc3a39902b_remoteWorkStatusIcon {    transform: scale(0.8);}.mc3a39902b_defaultQuickStatusIcon[data-type="available"],.mc3a39902b_defaultQuickStatusIcon[data-type="invisible"],.mc3a39902b_defaultQuickStatusIcon[data-type="busy"] {    padding: 9px 8px 8px 10px;}.mc3a39902b_defaultQuickStatusIcon[data-type="available"]:before,.mc3a39902b_defaultQuickStatusIcon[data-type="invisible"]:before,.mc3a39902b_defaultQuickStatusIcon[data-type="busy"]:before {    content: '';    display: block;    width: 8px;    height: 8px;    border-radius: 50%;    line-height: 23px;}.mc3a39902b_defaultQuickStatusIcon[data-type="available"]:before {    background-color: #14b474;}.mc3a39902b_defaultQuickStatusIcon[data-type="invisible"]:before {    background-color: #C0C0C0;}.mc3a39902b_defaultQuickStatusIcon[data-type="busy"]:before {    background-color: #fd3a36;}.mc3a39902b_defaultQuickStatusIcon[data-type="away"]:before {    font-family: 'ZoFo-ChatBar';    content: '\e934';    color: #f9af28;    font-size: 18px;    line-height: 23px;}.mc3a39902b_defaultQuickStatusIcon[data-type="dnd"]:before {    font-family: 'ZoFo-ChatBar';    content: '\e912';    color: #fd3a36;    font-size: 18px;    line-height: 23px;}.mc3a39902b_transientDropdownArrow {    border-left: 1px solid rgba(var(--wms-border-colorcode), 0.8);    color: #888;    padding-left: 10px;    margin-left: 5px;    display: flex;    align-items: center;    justify-content: center;    height: 25px;}.mc3a39902b_transientDropdownArrow:before {    font-family: 'ZoFo-ChatBar';    content: '\e639';    font-size: 9px;}.mc3a39902b_remoteWorkPopupStatusList .mc3a39902b_lockStatusMessage {    font-size: 12px;}.mc3a39902b_remoteWorkPopupStatusList .mc3a39902b_lockedStatusInfo {    bottom: 0px;    border-radius: 0px 0px 5px 5px;}.mc3a39902b_remoteWorkPopupStatusList.mc3a39902b_disabled {    overflow: hidden;}.mc3a39902b_remoteWorkPopupStatusList.mc3a39902b_disabled:before {    content: '';    z-index: 10;    position: absolute;    top: 36px;    left: 0px;    right: 0px;    bottom: 0px;    background-color: rgba(255,255,255,0.5);    cursor: default;}.zmNightMode .mc3a39902b_timeDropdown {    background-color: #272727;    color: #aaa;}.zmNightMode .mc3a39902b_timeDropdownItem:hover {    background-color: #393939;}.zmNightMode .mc3a39902b_quickStatus {    border-color: #555;}.zmNightMode .mc3a39902b_quickStatus:hover {    background-color: #353535;}.zmNightMode .mc3a39902b_transientDropdownArrow {    border-left-color: #555;}.mc3a39902b_statusChangeDialog {    background-color: #fff;    border-radius: 8px;    max-width: 400px;    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.10);    position: relative;}.mc3a39902b_statusChangeDialogTitle {    background-color: var(--wms-listhoverbg-color);    color: var(--wms-primary-text-color);    font-weight: 700;    padding: 12px 26px;    font-size: 17px;    border-radius: 8px 8px 0px 0px;}.mc3a39902b_statusChangeDialogInfo {    padding: 10px 26px 10px 40px;    font-size: 14px;    position: relative;    line-height: 20px;}.mc3a39902b_warning {    background: rgba(246, 57, 77, 0.10);    color: rgba(102, 102, 102, 1);}.mc3a39902b_warning:before {    content: "\e675";    font-family: "ZoFo-ChatBar";    position: absolute;    left: 12px;    top: 50%;    transform: translateY(-50%);    font-size: 20px;    color: rgba(246, 57, 77, 1);}.mc3a39902b_statusChangeDialogBody {    background-color: inherit;    display: flex;    flex-direction: column;    justify-content: flex-start;    border-radius: 0px 0px 8px 8px;}.mc3a39902b_statusChangeDialogBodyText {    padding: 15px 26px;    font-size: 15px;}.mc3a39902b_statusChangeDialogDivider {    text-align: center;    position: relative;    margin: 5px 0px;}.mc3a39902b_statusChangeDialogDivider span {    background-color: #fff;    position: relative;    z-index: 1;    padding: 0px 9px;}.mc3a39902b_statusChangeDialogDivider:before {    content: '';    border-bottom: 1px solid var(--wms-border-color);    width: 150px;    height: 0px;    display: inline-block;    position: absolute;    top: 9px;    left: 50%;    transform: translateX(-50%);    z-index: 0;}.mc3a39902b_statusChangeDialogFooter {    display: flex;    justify-content: flex-end;    gap: 10px;    padding: 20px 26px;    border-radius: inherit;    width: 100%;}.mc3a39902b_statusChangeDialogFooterButton {    padding: 12px 24px;    border-radius: 20px;    border: 1px solid var(--wms-border-color);    cursor: pointer;    font-size: 12px;    background-color: #fff;}.mc3a39902b_statusChangeDialogFooterButton:not(.mc3a39902b_disabled):hover,.mc3a39902b_statusChangeDialogFooterButton:not(.mc3a39902b_disabled).mc3a39902b_hover {    background-color: #f6f6f6;}.mc3a39902b_statusChangeDialogFooterButton.mc3a39902b_disabled {    opacity: 0.3;}.mc3a39902b_statusChangeDialogPaddedContainer {    padding: 5px 26px;}.mc3a39902b_statusChangeDialogPaddedContainer .mc3a39902b_statusupdater {    height: 30px;}.mc3a39902b_statusChangeDialogPaddedContainer .mc3a39902b_statusmessagedropdown, .mc3a39902b_statusChangeDialogPaddedContainer .mc3a39902b_statusicondropdown {    max-height: 210px;}.mc3a39902b_minimizedStatusChangeDialog {    width: 235px;    height: 40px;    display: flex;    align-items: center;    justify-content: center;    background-color: var(--wms-listhoverbg-color);    border-radius: 8px;    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.10);    position: relative;    cursor: pointer;    gap: 10px;    padding: 5px 10px;}.mc3a39902b_minimizedStatusChangeDialog::before {    content: "\e675";    font-family: "ZoFo-ChatBar";    font-size: 20px;    color: rgba(246, 57, 77, 1);}.mc3a39902b_openPopupButton {    color: var(--wms-primary-color);    padding: 0px 5px;    position: relative;}.mc3a39902b_openPopupButton::before {    content: '';    width: 4px;    height: 4px;    display: inline-block;    position: absolute;    left: -5px;    top: 50%;    background-color: rgb(205, 205, 205);    border-radius: 50%;}.zmNightMode .mc3a39902b_statusChangeDialog {    background-color: #272727;    color: #ccc;}.zmNightMode .mc3a39902b_statusChangeDialogTitle,.zmNightMode .mc3a39902b_minimizedStatusChangeDialog {    background-color: #323232;}.zmNightMode .mc3a39902b_statusChangeDialogFooterButton {    background-color: #292929;}.zmNightMode .mc3a39902b_statusChangeDialogFooterButton,.zmNightMode .mc3a39902b_statusChangeDialogDivider:before {    border-color: #555;}.zmNightMode .mc3a39902b_statusChangeDialogFooterButton:hover {    background-color: #353535;}.zmNightMode .mc3a39902b_statusChangeDialogDivider span {    background-color: #272727;}.zmNightMode .mc3a39902b_warning {    color: rgb(224, 204, 204);}.zmNightMode .mc3a39902b_openPopupButton::before {    background-color: rgb(122, 122, 122);}.mc9a05ce0c_dialogcontainer {    max-width: 310px;    max-height: 350px;    min-width: 290px;    height: 100%;    width: 100%;    border-radius: 10px;    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.15 );    overflow: hidden;    background-color: var(--wms-chat-bg-color);    display: flex;    flex-direction: column;}.mc9a05ce0c_dialogheader {    color: var(--wms-primary-text-color);    background-color: var(--wms-listhoverbg-color);    height: 50px;    padding: 0px 12px;    flex-shrink: 0;    font-size: 14px;    font-weight: bold;    display: flex;    align-items: center;}.mc9a05ce0c_backbutton {    display: flex;    align-items: center;    cursor: pointer;}.mc9a05ce0c_backbutton:before {    font-family: "ZoFo-ChatBar";    content: '\e62d';    vertical-align: middle;    margin-right: 5px;    font-size: 12px;    margin-top: 3px;}.mc9a05ce0c_backbutton .mc9a05ce0c_customListItemContainer {    height: 40px;    padding: 0px;    box-sizing: border-box;    display: flex;    width: calc( 100% - 20px );    align-items: center;    margin: 0px;    position: relative;    margin-left: 10px;    overflow: hidden;    max-width: 250px;}.mc9a05ce0c_backbutton .mc9a05ce0c_customListItemContainer:hover {    background-color: transparent;}.mc9a05ce0c_backbutton .mc9a05ce0c_customListItemContainer div[class*="listimgcontainer"],.mc9a05ce0c_backbutton .mc9a05ce0c_customListItemContainer img,.mc9a05ce0c_backbutton .mc9a05ce0c_customListItemContainer div[class*="badgeimg"] {    width: 28px;    height: 28px;    line-height: 28px;}.mc9a05ce0c_backbutton .mc9a05ce0c_customListItemContainer div[class*="wms_badge_imgwrapper"]:after {    border: 1px solid var(--wms-border-color);}.mc9a05ce0c_backbutton .mc9a05ce0c_customListItemContainer div[class*="wms_badge_statusicon"]:after {    display: none;}.mc9a05ce0c_backbutton .mc9a05ce0c_customListItemContainer div[class*="listinfotitle"] {    overflow: hidden;    text-overflow: ellipsis;}.mc9a05ce0c_containerWrapperStyle {    padding-bottom: 10px;    flex-grow: 1;    overflow: hidden;    transition: height 0.3s;    display: flex;    flex-direction: column;}.mc9a05ce0c_customlistwrapper {    position: relative;    overflow: auto;    box-sizing: border-box;    flex-grow: 1;}.mc9a05ce0c_customlistwrapper > div {    box-sizing: border-box;    max-height: 238px;}.mc9a05ce0c_dialogcontainer div[class*="searchBox"] {    margin: 7px 10px;    width: calc( 100% - 28px );}.mc9a05ce0c_customListItemContainer {    height: 50px;    padding: 12px 16px;    box-sizing: border-box;    cursor: pointer;    display: flex;    width: calc( 100% - 10px );    align-items: center;    margin: 0px 5px;    position: relative;    border-radius: 5px;    padding: 0px 6px;}.mc9a05ce0c_customListItemContainer:hover {    background-color: var(--wms-listhoverbg-color);}.mc9a05ce0c_customListItemContainer div[class*="listinfotitle"] {    color: var(--wms-primary-text-color);}.mc9a05ce0c_customListItemContainer div[class*="listinfodesc"] {    display: none;}.mc9a05ce0c_closebutton {    width: 30px;    height: 30px;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    position: absolute;    right: 10px;    color: var(--wms-secondary-text-color);    background-color: transparent;    margin-top: 3px;}.mc9a05ce0c_closebutton:hover {    background-color: rgba( var(--wms-border-colorcode), 0.3 )}.mc9a05ce0c_closebutton:after {    font-family: "ZoFo-ChatBar";    content: '\e634';    font-size: 12px;}.zmNightMode .mc9a05ce0c_dialogheader {    background-color: var(--wms-secondary-bubble-color);}.zmNightMode .mc9a05ce0c_closebutton:hover {    background-color: rgb( 50, 50, 50 )}.zmNightMode .mc9a05ce0c_customListItemContainer:hover {    background-color: var(--wms-secondary-bubble-color);}.mcfb64c1ec_zcl-card { display: flex; flex-direction: column; background: var(--bg-color-3); box-shadow: 0px 0px 4px var(--box-shadow-color); border-radius: 6px; margin: 15px 30px; }.mcfb64c1ec_zcl-card-head { display: flex; align-items: center; min-height: 46px; padding: 0 36px; border-bottom: 1px solid var(--color-divider); font-weight: 600; border-radius: 6px 6px 0 0; }.mcfb64c1ec_zcl-card-body { flex-grow: 1; line-height: normal; padding: 20px 36px 30px; }.mcfb64c1ec_zcl-card-body.mcfb64c1ec_no-padding { padding: 20px 0 0; }.mcfb64c1ec_zcl-card-body_empty .mcfb64c1ec_zcl-card-body{ padding: 0; }.mcfb64c1ec_zcl-card-body_empty .mcfb64c1ec_zcl-card-head{ border: none; }.mcfb64c1ec_zceditsec { width: 100%;}.mcfb64c1ec_default-info { border-radius: 8px; padding: 0px 0px 20px; }.mcfb64c1ec_editmode .mcfb64c1ec_zcprofbtn {display:none;}.mcfb64c1ec_editmode .mcfb64c1ec_default-info { background-color: var(--bg-color-2); border:1px dashed var(--color-divider); padding: 20px 0px;}.mcfb64c1ec_editmode .mcfb64c1ec_zceditsec{padding: 20px 60px 20px 20px;}.mcfb64c1ec_editmode .mcfb64c1ec_zcprofbtn {display:none;}.mcfb64c1ec_editmode .mcfb64c1ec_pL0{padding-left: 0px}.mcfb64c1ec_zcl-btn{position: relative; height: 40px; min-width: 90px; padding: 0px 20px; border-radius: 20px; color: #fff; border: none; font-size: 15px; cursor: pointer; outline:none; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; flex-shrink: 0; }.mcfb64c1ec_zcl-btn--primary{ background: var(--color-theme); color: var(--btn-primary-color); font-weight: bold; border-width: 2px; }.mcfb64c1ec_zcl-btn--secondary{ background: var(--default-bg-color); border: 1px solid var(--btn-secondary-border); color: var(--color-secondary);}.mcfb64c1ec_zcl-btn--secondary:hover { background-color: var(--color-hover1); box-shadow: none; }.mcfb64c1ec_zcl-btn[disabled],.mcfb64c1ec_zcl-btn--primary.mcfb64c1ec_disabled,.mcfb64c1ec_zcl-btn--secondary.mcfb64c1ec_disabled,.mcfb64c1ec_zcl-btn--primary.mcfb64c1ec_disabled:hover,.mcfb64c1ec_zcl-btn--secondary.mcfb64c1ec_disabled:hover, .mcfb64c1ec_zcl-btn[disabled]:hover, .mcfb64c1ec_zcl-btn-sm[disabled], .mcfb64c1ec_zcl-btn-sm[disabled]:hover ,.mcfb64c1ec_zcl-btn-xs[disabled], .mcfb64c1ec_zcl-btn-xs[disabled]:hover, .mcfb64c1ec_edit-hist-slider-hide, .mcfb64c1ec_lhs-people-search-disable,.mcfb64c1ec_zcl-btn-large[disabled],.mcfb64c1ec_zcl-btn-large[disabled]:hover { opacity: 0.5; pointer-events: none; cursor: default;}.mcfb64c1ec_profile-fxdbtn .mcfb64c1ec_prof-btn-fxd { visibility: visible; opacity: 1; }.mcfb64c1ec_prof-btn-fxd, .mcfb64c1ec_profile-fxdbtn .mcfb64c1ec_prof-btn { visibility: hidden; opacity: 0; }.mcfb64c1ec_personalinfo-main { padding: 20px 0px; overflow: auto;  flex-grow: 1;}.mcfb64c1ec_zcl-btn-icn{ font-size: 14px; margin-right: 8px;}.zcf-edit2:before { content: "\e998";}.mcfb64c1ec_zcmodal-right-title { display: flex; align-items: center; position: relative; padding: 0 36px; background-color: var(--color-hover1); font-weight: 600; height: 36px; line-height: 1;flex-shrink: 0; }.mcfb64c1ec_personalinfo-ftr { flex-shrink: 0; padding: 26px 36px; display: flex; }.mcfb64c1ec_acc-logo { align-items: baseline; min-height: 24px; padding: 0 20px;}.mcfb64c1ec_acc-logo img{ height: 15px; margin-right:5px;}.mcfb64c1ec_zcl-hyperlink{ color: var(--color-link) !important; cursor: pointer; border-bottom: 1px dashed #0000; }.mcfb64c1ec_zcl-hyperlink:hover{ border-bottom-color: var(--color-link); }.mcfb64c1ec_zcl-hyperlink-neg { color: var(--color-red) !important; cursor: pointer; border-bottom: 1px dashed #0000; }.mcfb64c1ec_zcl-hyperlink-neg:hover { border-bottom-color: var(--color-red); }.mcfb64c1ec_clr-H { color: var(--color-hdr); }.mcfb64c1ec_personalInfoContainer {    width: 720px;    height: calc(100vh - 100px);    position: fixed;    transform: translate(-50%, -50%);    left: 50%;    top: 50%;    max-height: 730px;    background: rgb(255, 255, 255);    border-radius: 5px;    box-shadow: rgb(62, 62, 62) 0 0 20px;    display: flex;    flex-direction: column;}.zmNightMode .mcfb64c1ec_personalInfoContainer {    background: var(--wms-chat-bg-color);    color: #fff;    box-shadow: none;}.mcfb64c1ec_personalInfoContainer .mcfb64c1ec_listContainerHeader {    background: #f1f4f7;    box-shadow: none;}.mc2c179196_zcprofpiccover { height:144px; width: 144px; box-shadow: 0px 0px 10px var(--box-shadow-color3); color: #fff; position:relative;}.mc2c179196_zcprofpic { height: 130px; width: 130px; }.mc2c179196_objFitCover { object-fit: cover; }.mc2c179196_zcpiccontainer {    height: 130px; width: 130px; overflow: hidden; margin:7px; position: relative; z-index: 1;}[class^="zcf-"]:before [class*=" zcf-"]:before { font-weight:normal; font-family:ZoFo-ChatBar-v2; font-style: normal; font-size:1em; text-shadow: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.mc2c179196_zcpiccontainer .zcf-camera {     position: absolute;     left: 52px;    top: 16px;    font-size: 22px;}.zcf-camera:before { content:'\e9a2'; }.mc2c179196_profpicsel { content:''; height: 130px; width: 130px; border-radius: 100%; position: absolute; top: 79px; background-color: rgba(0, 0, 0, 0.436085); }.mc2c179196_profpicsel:hover { background-color: hsla(0, 0%, 0%, 0.8); transition: all .3s; color: var(--color-theme);}.mc2c179196_zcl-menu-wrap{ position:absolute; padding: 4px; box-shadow: 0px 2px 8px var(--box-shadow-color2); border-radius: 4px; background-color: var(--bg-color-3); right: 0px; top: calc(100% + 12px); min-width: 180px; width: max-content; max-width: 300px; z-index: 1;}.mc2c179196_profmenubox.mc2c179196_zcl-menu-wrap { left: 98px; top: 98px}.mc2c179196_zcl-menu-wrap:after{content: ""; position: absolute; width: 15px; height: 15px; background: var(--bg-color-3); transform: rotate(225deg); top: -6px; right: 12px; box-shadow: 7px 6px 10px -6px rgb(88, 88, 88); z-index: -1; border-radius: 2px; backface-visibility: hidden; }.mc2c179196_zcl-menu-item{ height: 36px; display: flex; align-items: center; padding: 0px 8px; border-radius: 4px; color: var(--color-main); font-size: 14px; background-color: inherit; }.mc2c179196_zcl-menu-item-icn{ color: var(--color-icon); font-size: 15px; margin-right: 10px;}.mc2c179196_zcl-menu-item:hover,.mc2c179196_zcl-menu-item.mc2c179196_active, .mc2c179196_zcl-menu-item.mc2c179196_sel{ background-color: rgba(var(--color-theme-rgb),0.2); cursor: pointer; color: var(--color-theme); }.mc2c179196_zcl-menu-item:hover .mc2c179196_zcl-menu-item-icn, .mc2c179196_zcl-menu-item.mc2c179196_active .mc2c179196_zcl-menu-item-icn{ color: var(--color-theme); }.mc2c179196_zcl-menu-item.mc2c179196_zcl-neg-menu-item, .mc2c179196_zcl-neg-menu-item .mc2c179196_zcl-menu-item-icn, .mc2c179196_zcl-menu-item.mc2c179196_zcl-neg-menu-item:hover .mc2c179196_zcl-menu-item-icn, .mc2c179196_zcl-menu-item.mc2c179196_zcl-neg-menu-item.mc2c179196_active .mc2c179196_zcl-menu-item-icn {color: var(--color-red);}.mc2c179196_zcl-menu-item.mc2c179196_zcl-neg-menu-item:hover, .mc2c179196_zcl-menu-item.mc2c179196_zcl-neg-menu-item.mc2c179196_active, .mc2c179196_zcl-menu-item.mc2c179196_zcl-neg-menu-item.mc2c179196_sel { background-color: #EF536433; }.mc2c179196_zcl-menu-wrap[align="right"]:after { transform: rotate(135deg); left: -6px; top: 10px; }.zcf-upload:before { content:'\e9a0'; }.zcf-delete2:before { content:'\e99f'; }.mc2c179196_changeprofpic { opacity: 0; }.profilepreview.mc2c179196_modalwindows{    position: fixed;    top: 100px;    left: 300px;    box-shadow: 0 0 20px var(--box-shadow-color);    background-color: var(--default-bg-color);    border-radius: 0; }.mc2c179196_modalwindows > * {    background-color: #fff;    position: relative;    border-radius: 5px;    height: 100%;    width: 100%;    overflow: hidden;}.profilepreview > div { padding: 0 36px; transition: all .3s;}.mc2c179196_header {padding: 26px 0 4px; margin: 0; border:none; display: block; color:var(--color-main);}.mc2c179196_zcalgncntr.mc2c179196_modalwindows {    transform: translate(-50%,-50%);    left: 50%;    top: 50%;}.zcbg_mask {    background-color: transparent;}.mc2c179196_modalwindows > div:not(.zcbg_mask) {    background-color: var(--default-bg-color);}.mc2c179196_zcl-hdrline { position: relative; padding-bottom: 10px; }.mc2c179196_zcl-hdrline:after { content: ""; width: 20px; position: absolute; border-bottom: 2px solid var(--color-theme); left: 0; bottom: 0; }.mc2c179196_previewpic-cont { height: 400px; width: 400px; border-color: #0000; }.mc2c179196_previewpic-cont img { width: 100%; height: 100%; object-fit: cover; border-radius:4px;}.mc2c179196_zcl-btn,.mc2c179196_zcl-btn-large{position: relative; height: 40px; min-width: 90px; padding: 0px 20px; border-radius: 20px; color: #fff; border: none; font-size: 15px; cursor: pointer; outline:none; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; flex-shrink: 0; }.mc2c179196_zcl-btn--secondary{ background: var(--default-bg-color); border: 1px solid var(--btn-secondary-border); color: var(--color-secondary);}.mc2c179196_zcl-btn--primary{ background: var(--color-theme); color: var(--btn-primary-color); font-weight: bold; border-width: 2px; }[class*="zcl-"] .mc2c179196_reqprocess_anim:after, [class*="zcl-"].mc2c179196_reqprocess_anim:after { border: 3px solid var(--btn-secondary-border); border-right: 3px solid var(--color-theme) !important; }[class*="--primary"] .mc2c179196_reqprocess_anim:after, [class*="--primary"].mc2c179196_reqprocess_anim:after { border-right: 3px solid #fff !important; }[class*="-neg--secondary"] .mc2c179196_reqprocess_anim:after, [class*="-neg--secondary"].mc2c179196_reqprocess_anim:after { border-right-color: var(--btn-neg-secondary-border) !important; }[class*="-neg--primary"] .mc2c179196_reqanim-status, [class*="zcl-btn"][class*="-primary"] .mc2c179196_reqanim-status { color: #fff; }.mc2c179196_zcmodal-close.mc2c179196_zchat-close:before { content: '\e97e'; }.mc2c179196_zcmodal-close, .mc2c179196_zcmodal-close#mc2c179196_winclose {position: absolute;width: 32px;height: 32px;background-color: var(--default-bg-color);font-size: 14px;border-radius: 100%;top: 12px;right: 16px;color: var(--color-icon);display: flex;align-items: center;padding: 0px;justify-content: center; box-shadow: none; }.mc2c179196_zcmodal-close#mc2c179196_winclose:hover, .mc2c179196_zcmodal-close:hover { color: var(--color-hdr); cursor: pointer;}.mc2c179196_reqprocess_anim:after { content: ''; height: 17px; width: 17px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 50%; z-index: 1; border: 2px solid #fff; border-right: 2px solid transparent !important; animation: loader 1s linear infinite; }.mc2c179196_reqprocess_anim{pointer-events:none; display: inline-block;}[class*="zcl-"] .mc2c179196_reqprocess_anim:after, [class*="zcl-"].mc2c179196_reqprocess_anim:after { border: 3px solid var(--btn-secondary-border); border-right: 3px solid var(--color-theme) !important; }[class*="--primary"] .mc2c179196_reqprocess_anim:after, [class*="--primary"].mc2c179196_reqprocess_anim:after { border-right: 3px solid #fff !important; }[class*="-neg--secondary"] .mc2c179196_reqprocess_anim:after, [class*="-neg--secondary"].mc2c179196_reqprocess_anim:after { border-right-color: var(--btn-neg-secondary-border) !important; }[class*="-neg--primary"] .mc2c179196_reqanim-status, [class*="zcl-btn"][class*="-primary"] .mc2c179196_reqanim-status { color: #fff; }[class*="zcl-btn"][class*="--positive"] .mc2c179196_reqanim-status { color: var(--color-theme) !important;  }[class*="-neg--secondary"] .mc2c179196_reqanim-status { color: var(--btn-neg-secondary-border) !important; }[class*="-neutral--primary"] .mc2c179196_reqprocess_anim:after { border-right-color: var(--color-theme) !important; }[class*="zcl-btn"][class*="-neutral--primary"] .mc2c179196_reqanim-status { color: var(--color-theme) !important; }.mc2c179196_reqprocess_anim[class*="zcl-btn-"] { display: inline-flex; color: transparent; }.mc2c179196_reqprocess_anim[class*="zcl-btn-"]>* {  opacity: 0; }.mc2c179196_nite-mode .mc2c179196_dbtn .mc2c179196_reqprocess_anim:after, .mc2c179196_nite-mode .mc2c179196_buttn_pos .mc2c179196_reqprocess_anim:after { border-color:#4388bf; }.mc2c179196_nite-mode .mc2c179196_dbtn .mc2c179196_reqprocess_anim:after, .mc2c179196_nite-mode .mc2c179196_buttn_pos .mc2c179196_reqprocess_anim:after { border-color: #fff; }.zcoverlay div.zcbg_mask:before {    width: 5000em;    content: "";    height: 5000em;    left: -2500em;    top: -2500em;    position: fixed;}.zcoverlay > *:last-child:before {    opacity: 0.7;    filter: alpha(opacity=70);    background-color: #000;}.zcoverlay .mc2c179196_modalwindows {    z-index: auto;    position: fixed;    box-shadow: 0 0 20px #333;    background-color: #fff;    border-radius: 0;    overflow: inherit;}.mc2c179196_zcdalogbx{ width:480px; box-shadow:0 0 6px rgba(0, 0, 0, 0.1);border-radius: 5px !important;}.mc2c179196_zcdalogbx.mc2c179196_alert_dialog {    width: 650px;}.mc2c179196_alert_dialog .mc2c179196_header, .mc2c179196_modalwindows.mc2c179196_alert_dialog .mc2c179196_header {    text-align: center;    padding: 30px 45px 15px;}.mc2c179196_zcdalogbx .mc2c179196_header {    border: none;    padding: 10px 0;    margin: 0;}.mc2c179196_modalwindows.mc2c179196_alert_dialog .mc2c179196_mcontent { background-color: var(--default-bg-color); }.mc2c179196_modalwindows .mc2c179196_mcontent_ttl { color: var(--color-main); }.mc2c179196_modalwindows.mc2c179196_zcdalogbx .mc2c179196_header { background-color: var(--color-hover1); }.mc2c179196_modalwindows.mc2c179196_alert_dialog .mc2c179196_cclose { font-size: 16px; }.mc2c179196_nite-mode .mc2c179196_modalwindows.mc2c179196_alert_dialog .mc2c179196_cclose:hover:before, .mc2c179196_nite-mode .mc2c179196_asign-admin-modal .mc2c179196_cclose:hover:before  { color: var(--icon-hover-color); }.mc2c179196_nite-mode .mc2c179196_alert_dialog > *{background-color:#273848;box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.69);}.mc2c179196_alert_dialog .mc2c179196_mcontent, .mc2c179196_modalwindows.mc2c179196_alert_dialog .mc2c179196_mcontent {    background-color: #fafafa;    padding: 25px 45px 30px;}.mc2c179196_nite-mode .mc2c179196_itgrtwin .mc2c179196_modalwindows:not(.mc2c179196_zcdlgedtrsv) .mc2c179196_mheader .mc2c179196_cclose, .mc2c179196_nite-mode .mc2c179196_redeem-bnr-close { background:#172533;color:#8899a6; }.mc2c179196_nite-mode .mc2c179196_modalwindows.mc2c179196_alert_dialog .mc2c179196_cclose:hover:before, .mc2c179196_nite-mode .mc2c179196_asign-admin-modal .mc2c179196_cclose:hover:before  { color: var(--icon-hover-color); }.mc2c179196_modalwindows.mc2c179196_cmsgdlg .mc2c179196_mheader, .mc2c179196_modalwindows.mc2c179196_btn-bldr .mc2c179196_mheader .mc2c179196_btn-bldr-lbl {color: var(--wms-color-main);}.mc2c179196_modalwindows.mc2c179196_btn-bldr .mc2c179196_cclose { top: 13px; font-size: 12px; }.mc2c179196_outercircle { height: 68px; width: 68px; margin: auto; background-color: var(--color-hover1);  border-radius: 100%; }.mc2c179196_mheader_ttl {    font-size: 24px;    line-height: 1.2;    font-weight: 300;    letter-spacing: -0.3px;    color: #ec3131;}.mc2c179196_mcontent_btn_con.mc2c179196_textR {    padding: 26px 36px;}div.zcoverlay .mc2c179196_modalwindows {    box-shadow: 0 0 20px var(--box-shadow-color3);}.mc2c179196_zcl-btn-neg--primary{ background: var(--color-red); color: #fff; font-weight: bold; border-width: 2px; }.mc2c179196_zcl-btn--primary:focus,.mc2c179196_zcl-btn-neg--primary:focus { box-shadow: 0 0 0 2px var(--btn-primary-focus) inset; }.mc2c179196_zcl-btn--primary:hover, .mc2c179196_zcl-btn-neg--primary:hover, .mc2c179196_zcl-split-btn .mc2c179196_split-icon.mc2c179196_active, .mc2c179196_zcl-btn--warning:hover, .mc2c179196_zcl-btn--warning.mc2c179196_active, .mc2c179196_zcl-btn--warning:focus { box-shadow: inset 0px 4px 50px var(--btn-primary-hover); }.mc2c179196_mcontent_txt_con {margin-bottom: 30px;max-height: 200px;overflow: auto;text-align: center;color: var(--color-main)}.mc2c179196_zcdlg_rht{ display:block;}.mc2c179196_zcdalogbx.mc2c179196_alert_dialog.mc2c179196_modalwindows > * {    border-radius: 15px !important;}.mc2c179196_zcl-btn-large {    height: 52px;    min-width: 124px;    font-size: 16px;    padding: 0px 36px;    border-radius: 52px;}.mc2c179196_modalwindows.mc2c179196_alert_dialog .mc2c179196_mcontent {    background-color: var(--default-bg-color);}.mc2c179196_zcl-btn--primary:hover, .mc2c179196_zcl-btn-neg--primary:hover, .mc2c179196_zcl-split-btn .mc2c179196_split-icon.mc2c179196_active, .mc2c179196_zcl-btn--warning:hover, .mc2c179196_zcl-btn--warning.mc2c179196_active, .mc2c179196_zcl-btn--warning:focus { box-shadow: inset 0px 4px 50px var(--btn-primary-hover); }.mc2c179196_zcl-btn--secondary:hover { background-color: var(--color-hover1); box-shadow: none; }.mc2c179196_zcl-btn-neg--secondary:hover { background: var(--btn-neg-secondary-bg-hover); border-color: var(--btn-neg-secondary-border-hover); box-shadow:none; }.mcfb6e47b1_prof-drpdwn, .mcfb6e47b1_zceditelem .mcfb6e47b1_zcl-input { width:70%; }.mcfb6e47b1_zceditelem { width: 45%; }.mcfb6e47b1_zceditelem .mcfb6e47b1_zcl-input[disabled] { border-color: #0000; box-shadow: none;}.mcfb6e47b1_zcedittitle { width: 25%; }.mcfb6e47b1_zcedittitle:after { content: ':'; position: absolute; right: 0px; }.mcfb6e47b1_chatbaredititle{width: 47%}.mcfb6e47b1_clr-lp1 { color: var(--color-lp1); }.mcfb6e47b1_field_error { color: var(--color-red); }.mcfb6e47b1_url-padding input { padding: 0px 10px 0px 70px !important; }.mcfb6e47b1_user-editview-items .mcfb6e47b1_url-padding input{ padding: 0px 10px 0px 70px !important; }.mcfb6e47b1_web-prepend{ width: 66px; height: 34px; margin-left:1px; border-radius: 3px; background-color: var(--color-hover1); top:1px; }.mcfb6e47b1_user-editview-items .mcfb6e47b1_web-prepend{ height: 32px; width: 66px; background-color: #F4F6F8; opacity: 1; top: 1px; left:1px; }:root {    --list-item-hover-bg : #F1F4F7;}:root .zmNightMode{    --list-item-hover-bg : #263849;}.mcb5624d48_drpdwn-wrp { position: relative; }.mcb5624d48_prof-drpdwn, .mcb5624d48_zceditelem .mcb5624d48_zcl-input { width:70%; }.mcb5624d48_prof-drpdwn .mcb5624d48_drpdwn-label { font-size:15px; }.mcb5624d48_prof-drpdwn.mcb5624d48_zcl-dropdown-wrp .mcb5624d48_drpdwn-option { bottom:42px; display:flex; flex-direction: column; top:auto;}.mcb5624d48_prof-drpdwn .mcb5624d48_drpdwn-option .mcb5624d48_drsrchholder { order: 1; }.mcb5624d48_prof-drpdwn .mcb5624d48_drpdwn-wrp {width: 100%;}.mcb5624d48_unedited { padding: 0px 10px; min-height: 40px; display: flex; align-items: center; border: 1px solid #0000;}.mcb5624d48_drpdwn-option .mcb5624d48_drsrchholder.mcb5624d48_drsrchhdn{position: absolute; z-index: -1; opacity: 0;}.mcb5624d48_drpdwn-input{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; display: flex; align-items: center;}.mcb5624d48_drpdwn-label { font-size: 14px; color: var(--color-secondary); flex-grow: 1; line-height: normal; }.mcb5624d48_zcl-dropdown-wrp, .mcb5624d48_zcl-dropdown-divider { position: relative; z-index: 1; }.mcb5624d48_zcl-dropdown-wrp .mcb5624d48_zcl-menu-wrap { max-width: 100%; width: 100%; min-width: auto; }.mcb5624d48_zcl-dropdown-wrp .mcb5624d48_drpdwn-input { min-height: 40px; padding: 0 10px; width: 100%; display: flex; align-items: center; font-size: 14px; color: var(--color-main); background: var(--default-bg-color); border: 1px solid var(--color-divider); border-radius: 4px; cursor: pointer; }.mcb5624d48_zcl-dropdown-wrp .mcb5624d48_drpdwn-option { width: 100%; top: calc(100% + 3px); box-shadow: 0px 2px 10px var(--box-shadow-color); background-color: var(--bg-color-3); border-radius: 5px; }.mcb5624d48_zcl-dropdown-wrp .mcb5624d48_msi-darrw { color:  var(--color-icon); position: absolute; right: 12px; font-size: 17px; }.mcb5624d48_zcl-dropdown-wrp .mcb5624d48_srchin-icon { display: none; }.mcb5624d48_zcl-dropdown-wrp .mcb5624d48_drsrchholder { border: none; width: 100%;}.mcb5624d48_zcl-dropdown-wrp:focus-within .mcb5624d48_drpdwn-input, .mcb5624d48_zcl-dropdown-wrp.mcb5624d48_sel .mcb5624d48_drpdwn-input { border-color: var(--color-theme);  box-shadow: var(--text-input-focus); }.mcb5624d48_zcl-dropdown-wrp .mcb5624d48_zcl-dropdown-input.mcb5624d48_sel .zcf-downArrow.mcb5624d48_zcl-dropdown-icon { transform: rotate(180deg); }.mcb5624d48_zcl-dropdown-wrp .mcb5624d48_optnwidth{width:107%}.zcf-downArrow:before { content: '\e932'; display: inline-block; }.zcf-downArrow:before { transform: rotate(90deg); }.mcb5624d48_srchin-downArrow { font-size: 12px; color: var(--color-lp1); margin-top: 3px; }[showsearchup] .mcb5624d48_drpdwn-option .mcb5624d48_drsrchholder{order: 0; border-bottom: solid 1px #dfe2e5;}.mcb5624d48_drpdwn-option .mcb5624d48_sel_status:after{color: #407cc5; top: 0px; right: 15px; position: absolute; font-size: 10px;}.mcb5624d48_drsrchholder .mcb5624d48_msi-srchicon:before{font-size: 12px; color: #888;}.mcb5624d48_drpdwn-option{width: 100%; position: absolute; left: 0; background-color: #fff; z-index: 1; bottom: 36px; box-shadow: -5px 6px 12px 0 rgba(0, 0, 0, 0.05); display: flex; flex-direction: column;}.mcb5624d48_drpdwn-option .mcb5624d48_no-result{height: 100px; border: none; display: flex; justify-content: center; align-items: center;}.mcb5624d48_drpdwn-option .mcb5624d48_sel_status:before { color: #3b99fd; top: 0px; right: 10px; position: absolute; font-size: 12px; }[showdropdownbottom] .mcb5624d48_drpdwn-option{top: 36px; bottom: auto;}[showdropdownbottom] .mcb5624d48_drpdwn-option .mcb5624d48_option-list{max-height: 240px;}.mcb5624d48_drsrchholder .mcb5624d48_srchin { border-radius: 5px; background-color: var(--bg-color-2); border: solid 1px var(--color-divider); box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.05); margin: 5px 8px; display: flex; align-items: center; padding: 0 10px; height: 34px; }.mcb5624d48_srchin-icon { font-size: 14px; color: var(--color-icon); margin-right: 8px; }.mcb5624d48_srchin > input { background-color: transparent; flex-grow: 1; min-width: 0; height: 100%; font-size: inherit; color: var(--color-main); }.mcb5624d48_bornone{border: none !important;outline:none;}.mcb5624d48_option-list {    max-height: 186px;    transition: all 0.2s ease-out;     overflow-y: auto;     padding: 5px;    position: relative;    outline:none;}.mcb5624d48_option-list .mcb5624d48_option-item{     height: 36px;     line-height: 36px;     padding: 0 30px 0 14px;     color: var(--color-main);     font-size: 14px;     border-radius: 4px;     margin: 1px 0;     cursor: pointer;}.mcb5624d48_option-list .mcb5624d48_option-item:hover, .mcb5624d48_option-list .mcb5624d48_option-item.mcb5624d48_sel {     background-color: var(--list-item-hover-bg); }.mcb5624d48_option-item > .mcb5624d48_option-img + .mcb5624d48_option-desc,.mcb5624d48_option-item > img + .mcb5624d48_option-desc { margin-left: 12px; }.mcb5624d48_option-desc { flex-grow: 1; display: flex; flex-direction: column; }.mcb5624d48_opt-title { font-size: 14px; color: var(--color-main); }.zcf-search2:before{ content:"\e914"; }.zcempty-con { display:flex; align-items:center; justify-content: center; flex-direction: column; height:100%; width:100%; padding: 25px 10% 12%; }.zcempty-con .zcldng { position: relative; margin: 0 0 25px 0; }.zcempty-con, .mc32a29a9b_zcnorsfd { animation: emptystateAnim .5s linear; }.zcldng { position: absolute; z-index:11; left:0; top:0; right:0; bottom:0; margin:auto; width:50px; height:50px; border-radius:100%;}.zcldng:after { content: ''; width: 100%; height: 100%; position: absolute; border-radius: 100%; animation: mc32a29a9b_spin .8s infinite linear; border: 4px solid var(--btn-secondary-border); border-right: 4px solid var(--color-theme); box-sizing: border-box; }.fullwin .zcempty-con .zcldng{ position: relative; z-index: 11; margin: 0; left: auto; right: auto; height: 60px; width: 60px; display: inline-block; margin-bottom: 25px; flex-shrink: 0; }@keyframes mc32a29a9b_spin {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}.hst-lftcntr .hstrset .hst-lftcntr:hover .hstrset .atm .hstrset{ padding:0; border:none; background-color:transparent; float:left; width:100%;}.mc32a29a9b_zcempty-title { color: var(--color-secondary); font-size: 16px; text-align: center; line-height: 1.6; margin-bottom: 10px; max-width: 700px; }.mc32a29a9b_zcempty-img { margin: 0 auto 20px; flex-shrink:0; background-repeat: no-repeat; background-size: contain; }.error_img { width: 85px; height: 90px; background-image:url(/arattai-chat/source/officechat/images/default/emptystate/error.svg); }.nite-mode .error_img,.zmNightMode .error_img { background-image:url(/arattai-chat/source/officechat/images/default/emptystate/error_dark.svg); }.nite-mode.zc-graydark .error_img{ background-image:url(/arattai-chat/source/officechat/images/default/emptystategray/error_dark.svg); }.mc0fd4cdc8_deletedialogcontainer {    max-height: 600px;    min-height: 220px;    width: 700px;    background: rgb(255, 255, 255);    border-radius: 5px;    box-shadow: rgb(62 62 62) 0 0 20px;    display: flex;    flex-direction: column;    box-sizing: border-box;    position: absolute;}.mc0fd4cdc8_deletedialogheader {    background-color: var(--wms-listhoverbg-color);    position: relative;    border-radius: 5px 5px 0px 0px;    padding: 20px 36px 0px;}.mc0fd4cdc8_deletedialogclosebutton {    border-radius: 50%;    height: 38px;    width: 38px;    font-size: 12px;    color: grey;    cursor: pointer;    text-align: center;    padding: 5px;    box-sizing: border-box;    flex-shrink: 0;    position: absolute;    right: 15px;    top: 15px;    background-color: #fff;    color: #888;}.mc0fd4cdc8_deletedialogclosebutton:before {    line-height: 28px;}.mc0fd4cdc8_deletedialogclosebutton:hover {    color: #000;}.mc0fd4cdc8_deletedialogheadertext {    margin: 19px 0px;    font-weight: bold;    color: #EF5364;    font-size: 24px;    line-height: 1.2;    letter-spacing: -0.3px;    text-align: center;}.mc0fd4cdc8_deletedialogbodytext {    padding: 0px 24px 10px;    line-height: 20px;    color: #222;    text-align: center;}.mc0fd4cdc8_dialogheaderimagewrapper {    display: flex;    align-items: center;    justify-content: center;}.mc0fd4cdc8_deletedialogheaderimage {    width: 70px;    height: 70px;    display: flex;    align-items: center;    justify-content: center;    border-radius: 100%;    border: solid 1px transparent;    background: #EF5364;    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);    color: #fff;}.mc0fd4cdc8_deletedialogheaderimage:before {    content: "\e99f";    font-family: "ZoFo-ChatBar-v2";    font-size: 32px;}.mc0fd4cdc8_deletedialogcontentwrapper {    font-size: 15px;    font-weight: 400;}.mc0fd4cdc8_deletebutton, .mc0fd4cdc8_deletedialogcancelbutton {    color: #fff;    font-weight: bold;    font-size: 16px;    padding: 16px 36px;    border-radius: 50px;    margin: auto 16px auto 4px;    cursor: pointer;    outline: none;    display: inline-flex;    align-items: center;    justify-content: center;}.mc0fd4cdc8_deletedialogcancelbutton {    background-color: #fff;    color: var(--wms-secondary-text-color);    margin-right: 15px;    border: 1px solid #d4dadd;}.mc0fd4cdc8_deletedialogcancelbutton:hover {    background-color: #f4f4f4;}.mc0fd4cdc8_deletebutton {    background: #EF5364;}.mc0fd4cdc8_deletebutton:hover {    background: #dd4858;}.mc0fd4cdc8_disabled {    opacity: 0.7;    pointer-events: none;}.mc0fd4cdc8_requestloading,.mc0fd4cdc8_requestfailure {    color: transparent;}.mc0fd4cdc8_requestloading:after {    content: '';    width: 20px;    height: 20px;    position: absolute;    border-radius: 50%;    border: 2px solid #EF5364;    border-top-color: var(--wms-border-color);    transform: rotate(0deg);    animation: mc0fd4cdc8_loaderspin 1s linear infinite;}.mc0fd4cdc8_requestfailure:after {    font-family: "ZoFo-ChatBar-v2";    content: '\e92f';    position: absolute;    color: #fff;}@keyframes mc0fd4cdc8_loaderspin {    to {        transform: rotate(360deg);    }}.mc0fd4cdc8_delete_dialog_footer {    margin: auto 0;    display: flex;    justify-content: flex-start;    flex-direction: row-reverse;    flex-shrink: 0;    background-color: #fafafa;    padding: 20px;    margin: 0px;    border-radius: 5px;}.mc0fd4cdc8_message_to_delete {    background: rgba( 239, 83, 100, 0.05 );    border: 1px dashed #EF5364 !important;    max-width: inherit;    border-radius: 4px;    padding: 8px 12px;    line-height: 22px;    font-size: 14px;    margin-bottom: 20px;    box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.1 );    transition: box-shadow 0.2s ease;    cursor: pointer;    display: flex;    align-items: center;}.mc0fd4cdc8_message_to_delete:hover {    box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0, 0.1 );}.mc0fd4cdc8_message_to_delete .mc0fd4cdc8_messagecontent {    width: 100%;}.mc0fd4cdc8_msginfo {    margin-bottom: 4px;}.mc0fd4cdc8_sendername {    font-weight: 600;    margin-right: 8px;}.mc0fd4cdc8_senttime {    font-size: 10px;    color: var(--wms-secondary-text-color);}.mc0fd4cdc8_msg_content {    position: relative;    -webkit-line-clamp: 2;    line-clamp: 2;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-box-orient: vertical;    overflow: hidden;    max-height: 46px;}.mc0fd4cdc8_filecomment,.mc0fd4cdc8_filename {    margin-right: 4px;    line-height: 18px;}.mc0fd4cdc8_filecomment:before,.mc0fd4cdc8_filename:before {    font-family: 'ZoFo-ChatBar-v2';    content: '\eac4';    font-size: 15px;}span.mc0fd4cdc8_filecomment {    display: inline-block;    transform: rotate(180deg);}span.mc0fd4cdc8_filename {    display: inline-flex;    align-items: center;}.mc0fd4cdc8_filename:before {    content: '\e916';    margin-right: 4px;}.mc0fd4cdc8_filecontainer {    border-radius: 4px;    width: 60px;    height: 60px;    margin-right: 10px;    position: relative;}.mc0fd4cdc8_fileicon {    margin: auto;    width: 100%;    height: 100%;    position: relative;    display: flex;    align-items: center;    color: #7c98a0;}.mc0fd4cdc8_fileicon:before {    content: '\ead0';    font-family: 'ZoFo-ChatBar-v2';    font-size: 56px;}.mc0fd4cdc8_filetype {    position: absolute;    bottom: 14px;    padding: 0 5px;    right: 0px;    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.11);    background-color: #fff;    border-radius: 6px;    font-size: 12px;    line-height: 18px;    font-weight: bold;    text-transform: uppercase;}.mc0fd4cdc8_filecontainer img {    width: 100%;    height: 100%;    left: 0;    right: 0;    top: 0;    bottom: 0;    margin: auto;    position: absolute;    padding: 0;    background-repeat: no-repeat !important;    background-position: 50% 50% !important;    background-size: cover !important;    border-radius: inherit;    object-fit: cover;}.mc0fd4cdc8_filecontainer img.mc0fd4cdc8_loading_img {    width: 0px !important;    height: 0px !important;    position: relative}.mc0fd4cdc8_location:before,.mc0fd4cdc8_contact:before {    content: '\e9a4';    font-family: 'ZoFo-ChatBar-v2';    margin-right: 4px;}.mc0fd4cdc8_contact:before {    content: '\e93d';}.mc0fd4cdc8_filecontainer .mc0fd4cdc8_location,.mc0fd4cdc8_filecontainer .mc0fd4cdc8_contact {    width: 100%;    height: 100%;    color: #7c98a0;    background-color: #ddd;    border-radius: inherit;    display: flex;    align-items: center;    justify-content: center;}.mc0fd4cdc8_filecontainer .mc0fd4cdc8_location:before,.mc0fd4cdc8_filecontainer .mc0fd4cdc8_contact:before {    font-size: 48px;}.mc0fd4cdc8_delete_dialog_content {    padding: 20px 36px 26px;}.mc0fd4cdc8_reason_selection {    font-size: 14px;}.mc0fd4cdc8_content_heading {    font-weight: bold;    margin-bottom: 10px;}.mc0fd4cdc8_options {    display: flex;    gap: 10px;    margin-bottom: 30px;}.mc0fd4cdc8_reason_input {    display: flex;    align-items: center;    cursor: pointer;}.mc0fd4cdc8_reason_input input {    width: 0px !important;    margin: 0px !important;    padding: 0px !important;    background: transparent !important;    border-color: none !important;    color: transparent !important;    opacity: 0 !important;}.mc0fd4cdc8_reason_input input + span {    width: 18px;    height: 18px;    border: 1px solid var(--wms-border-color);    border-radius: 50%;    display: inline-flex;    align-items: center;    justify-content: center;    margin-right: 6px;}.mc0fd4cdc8_reason_input:hover span,.mc0fd4cdc8_reason_input input:focus + span {    box-shadow: 0px 0px 0px 3px rgba( 50, 50, 50, 0.1 );}.mc0fd4cdc8_reason_input input:checked + span:after {    content: "";    width: 10px;    height: 10px;    display: block;    border-radius: 50%;    background-color: var(--wms-primary-color);}.mc0fd4cdc8_comments {    position: relative;}.mc0fd4cdc8_comments_heading {    color: var(--wms-secondary-text-color);}.mc0fd4cdc8_comments_input_wrapper {    margin-top: 10px;    position: relative;}.mc0fd4cdc8_comments_input {    width: calc( 100% - 10px );    height: 80px;    resize: none;    border: 1px solid var(--wms-border-color);    outline: none;    border-radius: 4px;    padding: 4px;    margin: 0px;    font: inherit;}.mc0fd4cdc8_comments_input:focus {    border-color: var(--wms-primary-color);}.mc0fd4cdc8_comments_length {    position: absolute;    right: 10px;    bottom: 10px;    color: var(--wms-secondary-text-color);}.mc0fd4cdc8_footnotes {    margin-top: 16px;    color: var(--wms-secondary-text-color);}.mc0fd4cdc8_deletereasondialogheadertext {    margin: 15px 0px;    font-weight: bold;    font-size: 18px;    line-height: 1.2;    letter-spacing: -0.3px;    text-align: center;}.mc0fd4cdc8_loading_container {    display: flex;    align-items: center;    justify-content: center;    margin-top: 20px;}.mc0fd4cdc8_loader {    width: 48px;    height: 48px;    border-radius: 50%;    border: 4px solid var(--wms-border-color);    border-top-color: var(--wms-primary-color);    transform: rotate(0deg);    animation: mc0fd4cdc8_loaderspin 1s linear infinite;}.mc0fd4cdc8_error {    width: 48px;    height: 48px;}.mc0fd4cdc8_error:before {    font-family: 'ZoFo-ChatBar-v2';    content: '\e9b2';    color: #EF5364;    font-size: 48px;}.mc0fd4cdc8_msgdeletionreason {    margin-top: 20px;    font: inherit;}.mc0fd4cdc8_message_deletion_reason_heading {    color: var(--wms-secondary-text-color);}.mc0fd4cdc8_message_deletion_reason_text {    font-weight: bold;}.mc0fd4cdc8_msg_content * {    display: inline;}.mc0fd4cdc8_msg_content h1 {    font-size: 19px;}.mc0fd4cdc8_msg_content h2 {    font-size: 17px;}.mc0fd4cdc8_msg_content h3 {    font-size: 15px;}.mc0fd4cdc8_msg_content h4 {    font-size: 13px;}.mc0fd4cdc8_msg_content h5 {    font-size: 11px;}.mc0fd4cdc8_msg_content h6 {    font-size: 10px;}.mc0fd4cdc8_msg_content blockquote {    border-left: 2px solid var(--wms-border-color);    padding-left: 4px;    margin-left: 0px;}.mc0fd4cdc8_msg_content a {    pointer-events: none !important;    text-decoration: none;    color: inherit;}.mc0fd4cdc8_msg_content hr {    display: inline-block;    border: 0;    width: 100%;    height: 1px;    position: relative;    opacity: 0.5;    background-image: -webkit-linear-gradient(left, #f0f0f0, #0c0b0b, #f0f0f0);    background-image: -moz-linear-gradient(left, #f0f0f0, #0c0b0b, #f0f0f0);    background-image: -ms-linear-gradient(left, #f0f0f0, #0c0b0b, #f0f0f0);    background-image: -o-linear-gradient(left, #f0f0f0, #0c0b0b, #f0f0f0);    background-image: linear-gradient(to left, #f0f0f0, #0c0b0b, #f0f0f0);    margin: 0px auto;}.zmNightMode .mc0fd4cdc8_msg_content hr {    background-image: -webkit-linear-gradient(left, #0c0b0b, #f0f0f0, #0c0b0b);    background-image: -moz-linear-gradient(left, #0c0b0b, #f0f0f0, #0c0b0b);    background-image: -ms-linear-gradient(left, #0c0b0b, #f0f0f0, #0c0b0b);    background-image: -o-linear-gradient(left, #0c0b0b, #f0f0f0, #0c0b0b);    background-image: linear-gradient(to left, #0c0b0b, #f0f0f0, #0c0b0b);}.zmNightMode .mc0fd4cdc8_deletedialogcontainer {    color: var(--wms-primary-text-color)}.zmNightMode .mc0fd4cdc8_deletedialogcontainer {    box-shadow: 0 0 20px rgba( 0, 0, 0, 0.2 );}.zmNightMode .mc0fd4cdc8_delete_dialog_footer,.zmNightMode .mc0fd4cdc8_delete_dialog_content,.zmNightMode .mc0fd4cdc8_loading_container,.zmNightMode .mc0fd4cdc8_deletedialogcontainer {    background-color: var(--wms-chat-bg-color);}.zmNightMode .mc0fd4cdc8_message_deletion_reason_heading,.zmNightMode .mc0fd4cdc8_senttime,.zmNightMode .mc0fd4cdc8_comments_heading,.zmNightMode .mc0fd4cdc8_footnotes,.zmNightMode .mc0fd4cdc8_deletedialogbodytext {    color: #afb3b7;}.zmNightMode .mc0fd4cdc8_deletedialogcancelbutton {    background-color: inherit;    color: inherit}.zmNightMode .mc0fd4cdc8_reason_input:hover span,.zmNightMode .mc0fd4cdc8_reason_input input:focus + span {    box-shadow: 0px 0px 0px 3px rgba( 200, 200, 200, 0.1 );}.zmNightMode .mc0fd4cdc8_comments_input {    color: inherit;    background-color: inherit;}.zmNightMode .mc0fd4cdc8_message_to_delete:hover {    box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0, 0.25 );}.zmNightMode .mc0fd4cdc8_fileicon {    color: #888;}.zmNightMode .mc0fd4cdc8_filecontainer .mc0fd4cdc8_location,.zmNightMode .mc0fd4cdc8_filecontainer .mc0fd4cdc8_contact {    color: #888;    background-color: var(--wms-chat-bg-color);}::placeholder{color: var(--color-lp1) !important; font-size: 15px;}[contentEditable=true]:empty::before { content: attr(data-ph); color: var(--color-lp1); cursor: text; }.clr-M { color: var(--color-main); }.clr-H { color: var(--color-hdr); }.clr-S { color: var(--color-secondary); }.clr-B { color: var(--color-blue); }.clr-G { color: var(--color-success); }.clr-N { color: var(--color-negative); }.clr-LB { color: var(--color-lightblue); }.clr-TS { color: var(--color-theme-secondary); }.clr-lp1{ color: var(--color-lp1);}.clr-icon{color: var(--color-icon);}.clr-icon-lhs{color: var(--lhs-icon-color);}.clr-sender{color: var(--sender-color);}.clr-lhs-S{color: var(--lhs-txt-secondary);}.clr-lhs-M{color: var(--lhs-txt-color);}.bgClr1 { background-color: var(--bg-color-1); }.zcl-rloader, .zcl-rloader-sm{pointer-events:none; display: inline-block; height: 50px; width: 50px; border-radius: 50%; z-index: 1; border: 4px solid var(--color-mode); border-top-color: var(--loader-border-clr); border-right-color: var(--loader-border-clr); animation: loader 1s linear infinite; box-sizing: border-box; }.zcl-rloader-sm { height: 34px; width: 34px; }.zcl-rloader-sm:after{border-width: 3px;}@keyframes loader { 100% { transform: rotate(360deg); }}.zcl-btn{position: relative; height: 40px; min-width: 80px; padding: 0px 20px; border-radius: 4px; color: #fff; border: none; font-size: 16px; cursor: pointer; outline:none; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; letter-spacing: 0.5px; text-transform: uppercase; }.zcl-btn-xs { height: 30px; font-size: 14px; min-width: 70px; line-height: 30px;}.zcl-btn-sm { height: 34px; font-size: 14px; }.zcl-btn-large{ height: 52px; min-width: 124px; font-size: 16px; padding: 0px 36px; border-radius: 52px; }.zcl-btn-full { width: 100%; height: 52px; font-size: 16px; line-height: 20px; letter-spacing: 0.5px; text-align: center; position: relative; }.zcl-btn-icn{ font-size: 14px; margin-right: 8px; border-radius: 4px;}.zcl-btn-countr{margin-left: 4px; height: 24px; width: 27px; background-color: rgba(0, 0, 0, 0.2); border-radius: 24px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px;}.zcl-btn[disabled], .zcl-btn[disabled]:hover{ background-color: transparent; pointer-events: none; cursor: default; color: #C4C4C4;}.zcl-btn--primary[disabled], .zcl-btn--primary[disabled]:hover { color: var(--color-mode); background-color: var(--primary-btn-disabled-bg); }.zcl-btn--primary, .zcdlgbtn-green { background: var(--primary-btn-bg); color: var(--color-mode); font-weight: bold; border-width: 2px; border-radius: 4px; }.zcl-btn--primary .zcl-btn-icn{ color: #fff; }.zcl-btn--primary:hover, .zcdlgbtn-green:hover { background-color: var(--primary-btn-bg-hover); }.zcl-btn--primary:active, .zcdlgbtn-green:active { background-color: var(--primary-btn-bg-active); }.zcl-btn--plain{background-color: transparent; color: var(--primary-btn-bg); border-width: 1px;}.zcl-btn--plain:hover, .zcl-btn--plain:active, .zcl-btn--plain:focus{background-color: rgba(0, 118, 206, 0.06);}.zcl-btn--plain:active{border-color: #0076CE;}.zcl-btn--secondary, .zcdlgbtn:not([class$="red"]):not([class$="green"]) { background-color: var(--secondary-btn-bg); color: var(--secondary-btn-clr); border-width: 1px; border-radius: 4px;}.zcl-btn--secondary:hover, .zcdlgbtn:not([class$="red"]):not([class$="green"]):hover {background-color: var(--secondary-btn-bg-hover);}.zcl-btn--secondary:active, .zcdlgbtn:not([class$="red"]):not([class$="green"]):active {background-color: var(--secondary-btn-bg-active);}.zcl-btn--negative, .zcdlgbtn-red {background-color: var(--negative-bg); color: var(--color-negative); border-width: 1px; border-radius: 4px; }.zcl-btn--negative:hover, .zcdlgbtn-red:hover {background-color: var(--negative-bg-hover) !important;}.zcl-btn--negative:active, .zcdlgbtn-red:active, .zcl-btn--negative:focus, .zcdlgbtn-red:focus {border-color: var(--color-negative); background-color: var(--negative-bg-active) !important;}/* .zcdlgbtn.zcdlgbtn-green { color: var(--color-success); background-color: var(--success-bg); border: 1px solid transparent; border-radius: 4px; }.zcdlgbtn.zcdlgbtn-green:hover { background-color: var(--success-bg-hover) }.zcdlgbtn.zcdlgbtn-green:active, .zcdlgbtn.zcdlgbtn-green:focus { background-color: var(--success-bg-active); } */@keyframes ajaxLoader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }.reqprocess_anim { height: 17px; width: 17px; border-radius: 50%; z-index: 2; border: 3px solid var(--loader-border-clr); border-right: 3px solid var(--color-theme); animation: ajaxLoader 1s linear infinite; }.zcl-btn-full .reqprocess_anim { width: 30px; height: 30px; border-right: 3px solid var(--color-blue); }.zcl-icon, .zcl-icon-sm, .zcl-icon-md, .zcl-icon-lg, .zcl-icon-xl { position: relative; background: transparent; color: var(--color-icon); border-radius: 100% !important; display: inline-flex; align-items: center; justify-content: center; cursor: pointer;}.zcl-icon { height: 40px; width: 40px; font-size: 24px; }.zcl-icon-md { height: 32px; width: 32px; font-size: 12px; }.zcl-icon-sm{ height: 32px; width: 32px; font-size: 16px;}.zcl-icon[disabled], .zcl-icon[disabled]:hover{opacity: 0.5; pointer-events: none; cursor: default;}.zcl-icon:hover, .zcl-icon.active, .zcl-icon-md:hover, .zcl-icon-md.active { background-color: var(--icon-bg-hover);}.zcl-icon.active{color: var(--color-hdr);}.zcl-input, .zcl-input-sm{ height: 40px; width: 100%; font-size: 15px; padding: 0 12px; color: var(--color-main); background: var(--bg-color-1); border: 1px solid var(--input-border-color); border-radius: 8px; display: flex; align-items: center; justify-content: center; outline: none;}.zcl-search-input .zcl-input, .zcl-search-input .zcl-input-sm { padding: 0; }.zcl-input-sm{height: 32px;}.zcl-textarea, .zcl-textarea-sm{ height: 100px; width: 100%; font-size: 15px; color: var(--color-main); padding: 10px 12px; background: var(--bg-color-1); border: 1px solid var(--input-border-color); border-radius: 8px; cursor: text; overflow: auto; }.zcl-textarea-sm{height: 50px;}.zcl-input:not(.inpt-error):focus, .zcl-input.sel:not(.inpt-error), [class*="zcl-textarea"]:not(.inpt-error):focus{ border: 1px solid var(--input-focus-border-color); box-shadow: 0px 1px 4px var(--input-focus-boxshadow);}.zcl-input.inpt-error:focus, [class*="zcl-textarea"].inpt-error:focus, .zcl-multiselect-input-container.inpt-error:focus-within { border: 1px solid var(--color-failed); box-shadow: 0px 1px 4px var(--input-focus-error-boxshadow);}.zcl-input.inpt-error,.zcl-input.inpt-error:focus, [class*="zcl-textarea"].inpt-error,[class*="zcl-textarea"].inpt-error:focus, .zcl-multiselect-input-container.inpt-error,.zcl-multiselect-input-container.inpt-error:focus{ border: 1px solid var(--input-border-error-color); box-shadow: 0px 0px 5px var(--input-focus-error-boxshadow);}.inpt-error ~ .err-txt{color: var(--color-red); display: block;}[class^="zcl-input"][disabled], [class*="zcl-textarea"][disabled] { opacity: 0.5; }[class^="zcl-input"][readonly], [class*="zcl-textarea"][readonly] { background-color: var(--bg-color-2); border-color: #0000; pointer-events: none; color: var(--color-secondary); }.zcl-input.zcl-input-info { border-color: #0000; pointer-events: none; opacity:1; }.zcl-field-info, .zcl-field-info-sm { display: flex; align-items: center; height: 36px; background-color: var(--bg-color-2); padding: 0 10px; border-radius: 5px; }.zcl-field-info-sm { height: 32px; }.hint-txt, .error-txt { position: absolute; top: calc(100% + 4px); right: 2px; line-height: 18px; font-size: 14px; color: var(--color-secondary); }.error-txt { color: var(--color-failed); display: none; animation: fadein .3s; }.limit-txt { position: absolute; text-align: center; line-height: 36px; right: 0; bottom: 0px; padding: 0 10px 0 6px; font-size: 13px; color: var(--color-secondary); border-radius: 0 4px 4px 0; display: none; }.inpt-error ~ .error-txt, .inpt-error .error-txt, [class*="zcl-input"]:focus ~ .limit-txt, [class*="zcl-textarea"]:focus ~ .limit-txt { display: block; }.inpt-error ~ .hint-txt, .inpt-error .hint-txt { display: none; }.zcl-input-pretext { position: absolute; left: 1px; top: 1px; background-color: var(--color-hover2); width: 34px; height: calc(100% - 2px); color: var(--color-lp2); font-size: 22px; border-radius: 3px 0 0 3px; }.zcl-checkbox { position: relative; cursor: pointer; width: 18px; height: 18px; flex-shrink: 0; margin-right: 12px;}.zcl-checkbox input { position: absolute; opacity: 0; cursor: pointer; z-index: 2;}.zcl-checkbox span{ position: absolute; top: 0; left: 0; height: 18px; width: 18px; border-radius: 2px; border: 1px solid var(--input-border-color); background-color: var(--bg-color-1); z-index: 1; }.zcl-checkbox span:before { display: none; color: #fff !important; font-size: 10px; font-weight: bold; }.zcl-checkbox input:checked ~ span:before { display: block; z-index: 1;}.zcl-checkbox > span:after{content: " "; position: absolute; transition: none; border-radius: 2px; transform: scale(0); width: 18px; height: 18px; background-color: var(--checkbox-color); border: 1px solid var(--checkbox-color); }.zcl-checkbox input:checked ~ span:after{ transform: scale(1); transition: all 100ms ease-in; }.zcl-radio { position: relative; cursor: pointer; width: 24px; height: 24px; flex-shrink: 0; margin-right: 12px; border-radius: 50%;}.zcl-radio input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}.zcl-radio span{ position: absolute; top: 0; left: 0; height: 24px; width: 24px; border-radius: 50%; border: 1px solid var(--input-border-color); background-color: var(--bg-color-1); z-index: 1; }.zcl-radio span:before { display: none; color: #fff !important; font-size: 10px; font-weight: bold; }.zcl-radio input:checked ~ span:before { display: block; z-index: 1;}.zcl-radio > span:after{content: " "; position: absolute; transition: none; border-radius: 50%; transform: scale(0); width: 14px; height: 14px; background-color: var(--checkbox-color); border: 1px solid var(--checkbox-color); }.zcl-radio input:checked ~ span:after{ transform: scale(1); transition: all 100ms ease-in; }.zcl-switch {position: relative;display: inline-block;width: 32px;height: 18px;cursor: pointer; line-height: normal; }.zcl-switch [disabled] + .slider { opacity: 0.3; cursor: default; }.zcl-switch .slider { border-radius: 25px; width: 100%; height: 100%; position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--color-lp3); transition: .4s; }.zcl-switch input,.zcl-switch.no-icon .switch:before { display: none; }.zcl-switch input:checked + .slider { background-color: var(--checkbox-color) }.zcl-switch input:focus + .slider {box-shadow: 0 0 1px var(--checkbox-color);}.zcl-switch input:checked + .slider + .switch, .zcl-switch input:checked + .slider > .switch { transform: translateX(12.5px) translateY(-50%); }.zcl-switch .switch { height: 16px;width: 16px;font-style: normal;border-radius: 50%; position: absolute; top: 50%; left: 2px; transform: translateX(0) translateY(-50%); background-color: #fff;transition: all .2s linear; display: flex; align-items: center; justify-content: center; }.zcl-switch input:checked ~ .switch{background: var(--checkbox-color);}.zcl-switch.loading_progress .slider{opacity: 0.5;pointer-events: none !important;}.zcl-switch.loading_progress .switch{transform: translateX(12px);}.zcl-switch-sm.loading_progress .switch { transform: translateX(8px) !important; }.zcl-switch.loading_progress .switch:before{ content: "" !important; }.zcl-switch.loading_progress .zcl-dot--loader{ display: flex; }.zcl-switch .zcl-dot--loader{ display: none; align-items: center; justify-content: center; height: 100%; }.zcl-dot--loader > span{ width: 2px; height: 2px; margin-left: 2px; background-color: var(--checkbox-color); border-radius: 50%; animation: anim-bouncedelay 1.4s infinite ease-in-out both; }.zcl-dot--loader > span:first-child { animation-delay: -0.32s; margin: 0; }.zcl-dot--loader > span:nth-child(2) { animation-delay: -0.16s; }@keyframes anim-bouncedelay { 0%, 80%, 100% { opacity: 0.4; } 40% { opacity: 1; } }.zcl-menu-wrap{ position:absolute; padding: 4px 0px; box-shadow: 0px 2px 8px var(--box-shadow-color2); border-radius: 4px; background-color: var(--bg-color-1); right: 0px; top: calc(100% + 12px); min-width: 180px; width: max-content; max-width: 300px; z-index: 1;}.arf-more .zcl-menu-wrap { z-index: 14; }.zcl-menu-wrap.posR { position: relative !important; }.zcl-menu-wrap.no-pointer { top: calc(100% + 4px); }.zcl-menu-wrap:after{content: ""; position: absolute; width: 15px; height: 15px; background: var(--bg-color-1); transform: rotate(225deg); top: -6px; right: 12px; box-shadow: 7px 6px 10px -6px rgb(88, 88, 88); z-index: -1; border-radius: 2px; backface-visibility: hidden; }.zcl-menu-wrap.no-pointer:after { display: none; }.zcl-menu-item, .zcl-menu-item-lg{ height: 48px; display: flex; align-items: center; padding: 0px 12px; color: var(--color-main); font-size: 14px; background-color: inherit; cursor: pointer;}.zcl-menu-item-lg{height: 56px; padding: 0px 24px; border-radius: 0px;}.zcl-menu-item-icn{ color: var(--color-main); font-size: 15px; margin-right: 12px; height: 20px; width: 20px; display: flex; align-items: center; justify-content: center;}.zcl-menu-item-lg .zcl-menu-item-icn{margin-right: 20px; font-size: 16px;}.zcl-menu-item:hover,.zcl-menu-item.active, .zcl-menu-item.sel{ background-color: var(--bg-hover-color);}.zcl-neg-menu-item:hover{background-color: var(--list-item-negative-bg);}.zcl-menu-item.zcl-neg-menu-item, .zcl-neg-menu-item .zcl-menu-item-icn, .zcl-menu-item.zcl-neg-menu-item:hover .zcl-menu-item-icn, .neg-item {color: var(--color-red);}.zcl-menu-item-divider{ width: 24px; height: 1px; margin: 4px 0px 4px 4px; background-color: var(--drpdown-list-divider-clr); }.zcl-menu-item-img24 { width: 24px; height: 24px; border-radius: 100%; }.zcl-menu-item.sel_status:after{color: var(--color-theme); top: 13px; right: 10px; position: absolute; font-size: 10px;}.zcl-menu-wrap[align="top"] { bottom: calc(100% + 12px); top: auto; right: 0; }.zcl-menu-wrap[align="top"]:after { transform: rotate(45deg); top: auto; bottom: -6px; }.zcl-menu-wrap[align="right"]:after { transform: rotate(135deg); left: -6px; top: 10px; }.zcl-menu-wrap[align="left"]{left: 0; right: auto;}.zcl-menu-wrap[align="left"]:after {left: 12px;}.zcl-sub-menu:after { display: none; }.zcl-sub-menu.zcl-menu-wrap { top: 0; left: calc(100% + 7px); }.zcl-sub-menu.zcl-menu-wrap.zcl-submenu-left { left: auto; right: calc(100% + 7px); }.zcl-sub-menu.zcl-menu-wrap[align="top"] { bottom: 0; top: auto; }.zcl-menu-wrap.zcl-menu-wrap_seach { display: flex; flex-direction: column; max-height: 235px; }.zcl-menu-list { flex-grow: 1; overflow: auto; }.zcl-menu-search { flex-shrink:0; margin: 5px 0;}.settings-menu-item, .settings-menu-item .zcl-menu-item-icn{color: var(--lhs-txt-secondary);}.settings-menu-item:hover, .settings-menu-item.active, .settings-menu-item.sel{background-color: var(--list-filled-hover-bg); color: var(--lhs-txt-color);}.settings-menu-item:hover .zcl-menu-item-icn{color: var(--lhs-txt-color)};.zcl-round { border-radius: 50%; }.zcl-icon--filled2 {  color: var(--color-icon); }.zcl-input-sm { height: 32px; }.zcl-icon--filled:hover {  background-color: #0075CE; }@keyframes shine-lines {      0% { background-position: 100% 50% }      100% { background-position: 0% 50% } }.skeleton-loader { height: 68px; padding: 14.5px 16px; }.skeleton-loader .loader { background: linear-gradient(-45deg, var(--lhs-secondary-bg), var(--lhs-txt-lp), var(--lhs-secondary-bg), var(--lhs-txt-lp)); background-size: 400% 400%; animation: shine-lines 1.25s ease infinite; }.skeleton-loader .circle { width: 40px; height: 40px; border-radius: 50%; margin-left: 5px; margin-right: 12px; }.skeleton-loader .line { height: 14px; border-radius: 6px; }.banner-txt { display: inline-block; }.banner-txt span { font-variant-numeric: tabular-nums; font-weight: normal; }.networkstatus .statusmsg { color: var(--color-negative); }.networkstatus .statusmsg, .trynow { font-weight: 600; }.trynow::before { content: ""; font-size: 5px; border-radius: 50%; margin: 0 15px; padding-left: 4px; padding-right: 2px; vertical-align: middle; background-color: var(--color-secondary); }.fontB, .fontSB{letter-spacing: 0.2px;}.zcmask, .imgmaskbg{ width: 100%; display: none; height: 100%; background-color: var(--color-hdr); z-index: 23; position: fixed; top: 0px; left: 0px; opacity: 0.7; filter: alpha(opacity=70); }.imgmaskbg { background-color: var(--overlay-bg-dark); opacity: 1; backdrop-filter: blur(15px); }.lhs-panel{ width: var(--lhs-width); border-right: 1px solid var(--am-color-divider); }.chatsection{width: calc(100% - var(--lhs-width)); background-color: var(--bg-color-1); z-index: 12; position: relative;}.lhs-header{position: relative; height: var(--header-height); padding: 0 16px; }.lhs-header .zcl-icon, .lhs-overlay-cnt .zcl-icon { font-size: 16px; color: var(--lhs-icon-color); }.arattai-logo{width: 122px; height: 36px; background-image: url("/arattai-chat/source/officechat/images/default/arattai/arattai_inline.png"); background-size: 100% 100%; background-repeat: no-repeat;}.am-nitemode { background-color: var(--bg-color-1); }.arattai-dark-mode .arattai-logo, .arattai-classic .arattai-logo{background-image: url("/arattai-chat/source/officechat/images/default/arattai/arattai_inline_white.png");}.lhs-search-input{padding: 8px 16px 16px;}.lhs-search-input .zcl-input, .lhs-panel{background: var(--lhs-bg-color);}.lhs-search-input .zcl-search-input input, .lhs-search-input .zcl-search-input input:focus{color: var(--lhs-txt-color);}.lhs-search-input .arf-search-close{color: var(--lhs-icon-color);}.lhs-search-input .arf-search-close:hover { color: var(--lhs-txt-color); }.lhs-panel .zcl-menu-wrap, .lhs-panel .zcl-menu-wrap:after, .lhs-rightclick-menu .zcl-menu-wrap{background: var(--lhs-menu-color);}.lhs-search-input .zcl-input{border-color: var(--lhs-icon-bg-hover); color: var(--lhs-txt-color);}.lhs-panel .zcl-icon:hover, .lhs-overlay-cnt .zcl-icon:hover, .lhs-panel .zcl-icon.active, .zcl-icon.active:has(.zh-arf-more), .zcl-icon.active:has(.zh-arf-sort) {background-color: var(--lhs-icon-bg-hover); z-index: 2;}.lhs-panel .zcl-menu-item:not(.zcl-neg-menu-item), .lhs-panel .zcl-menu-item:not(.zcl-neg-menu-item) .zcl-menu-item-icn,.lhs-rightclick-menu .zcl-menu-item:not(.zcl-neg-menu-item), .lhs-rightclick-menu .zcl-menu-item:not(.zcl-neg-menu-item) .zcl-menu-item-icn,.lhs-overlay-cnt .zcl-menu-item:not(.zcl-neg-menu-item), .lhs-overlay-cnt .zcl-menu-item:not(.zcl-neg-menu-item) .zcl-menu-item-icn{ color: var(--lhs-txt-color);}.lhs-panel .zcl-menu-item:not(.zcl-neg-menu-item):hover,  .lhs-panel .zcl-menu-item:not(.zcl-neg-menu-item):hover .zcl-menu-item-icn,.lhs-rightclick-menu .zcl-menu-item:not(.zcl-neg-menu-item):hover,  .lhs-rightclick-menu .zcl-menu-item:not(.zcl-neg-menu-item):hover .zcl-menu-item-icn,.lhs-overlay-cnt .zcl-menu-item:not(.zcl-neg-menu-item):hover,  .lhs-overlay-cnt .zcl-menu-item:not(.zcl-neg-menu-item):hover .zcl-menu-item-icn{color: var(--lhs-txt-color);}.lhs-panel .settings-menu-item:hover{background-color: var(--lhs-cntr-color);}.lhs-panel .zcl-menu-item:not(.zcl-neg-menu-item):hover, .lhs-rightclick-menu .zcl-menu-item:not(.zcl-neg-menu-item):hover, .lhs-overlay-cnt .zcl-menu-item:not(.zcl-neg-menu-item):hover{background-color: var(--lhs-secondary-bg);}.lhs-panel .zcl-menu-item:not(.zcl-neg-menu-item) .zcl-menu-item-icn, .lhs-rightclick-menu .zcl-menu-item:not(.zcl-neg-menu-item) .zcl-menu-item-icn, .lhs-overlay-cnt .zcl-menu-item:not(.zcl-neg-menu-item) .zcl-menu-item-icn, .lhs-panel .zcl-icon.active, .zcl-icon.active:has(.zh-arf-more), .zcl-icon.active:has(.zh-arf-sort) {color: var(--lhs-txt-color);}.menu-icon { border-radius: 28px; height: 40px; width: 40px; font-size: 16px; transition: transform 0.1s ease-out; }span.menu-icon.active { background-color: var(--am-color-hover1); color: var(--color-main); }.menu-icon .zh-arf-add, .menu-icon .zh-arf-plus { transition: transform 0.15s, color 0.15s;}.menu-icon.active .zh-arf-add, .menu-icon.active .zh-arf-plus { transform: rotate(45deg); color: var(--color-main); }.menu-icon:hover { background-color: var(--am-color-hover1); }.lhs-panel .zcl-search2 {background-color: var(--lhs-search-bg);}.lhs-panel .zcl-search2:not(:focus-within){border-color: var(--lhs-border-color);}.lhs-overlay-cnt .zcl-radio span, .lhs-overlay-cnt .zcl-checkbox span{background-color: var(--lhs-bg-color); border-color: var(--lhs-border-color );}.lhs-overlay-cnt .zcl-input{background-color: var(--lhs-bg-color); border-color: var(--lhs-border-color); color: var(--lhs-txt-color); height: 45px;}.lhs-overlay-cnt .zcl-input[disabled]{background-color: var(--lhs-secondary-bg);}.lhs-overlay-cnt .edtprofile-btn { padding: 0; color: var(--lhs-txt-secondary); border: 1px solid var(--lhs-border-color); margin-top: 16px; transition: all 0.3s ease-out; }.lhs-overlay-cnt .edtprofile-btn:hover { border-color: transparent; background: var(--lhs-icon-bg-hover); }.lhs-overlay-cnt .zcl-btn--primary { color: var(--lhs-primary-btn-clr); }.lhs-overlay-cnt .zcl-btn--primary[disabled] { color: var(--lhs-primary-btn-disabled-clr); background-color: var(--lhs-primary-btn-disabled-bg); }.lhs-overlay-cnt .zcl-btn--secondary { color: var(--lhs-secondary-btn-clr); background-color: var(--lhs-secondary-btn-bg); }.lhs-overlay-cnt .zcl-btn--secondary:hover { background-color: var(--lhs-secondary-btn-bg-hover); }.lhs-overlay-cnt .zcl-btn--secondary:active { background-color: var(--lhs-secondary-btn-bg-active); }.lhs-overlay-cnt .notifpreview { border-bottom: 1px solid var(--lhs-border-color); }.lhs-overlay-cnt .notifsound_dropdown { min-width: 156px; min-height: 36px; color: var(--lhs-txt-secondary); border: 1px solid var(--lhs-border-color); border-radius: 4px; padding: 10px 8px; font-size: 14px; line-height: 16px; cursor: pointer; position: relative; }.lhs-overlay-cnt .notifsound_dropdown.active { border-color: var(--color-blue); }.lhs-overlay-cnt .notifsound_dropdown .arf-backarrow { margin-left: auto; transform: rotate(270deg); }.lhs-overlay-cnt .notifsound_dropdown.active .arf-backarrow { transform: rotate(90deg); }.lhs-overlay-cnt .notif-preview-card { padding: 10px; border-radius: 8px; box-shadow: 0 0 12px var(--box-shadow-color2); }.lhs-overlay-cnt .notif-preview-card > img { width: 45px; height: 45px; border-radius: 3px; }.lhs-overlay-cnt .darkmode-switch-icon { width: 24px; height: 24px; font-size: 16px; }.lhs-overlay-cnt .lhs_darkmode_switch { background-color: var(--lhs-bg-color); padding: 20px; }.zcl-input[disabled]{opacity: 0.5; pointer-events: none; cursor: default;}.zc-macsync-popup { position: fixed; bottom: 60px; left: 30px; z-index: 12; background-color: var(--lhs-info-bg); border-radius: 4px; width: 417px; height: auto; padding: 24px 20px 20px; }.zc-macsync-popup .arf-close { position: absolute; top: 8px; right: 8px; font-size: 10px; }.sound-icon { width: 24px; height: 24px; align-items: center; justify-content: center; font-size: 10px; color: var(--color-icon); display: none; }.dropdwncnt { position: absolute; top: 40px; right: 0; z-index: 2; width: 180px; max-height: 240px; border-radius: 4px; font-weight: normal; background-color: var(--lhs-bg-color); box-shadow: 0px 0px 12px var(--box-shadow-color2); }.dropdwncnt.show-top { bottom: 40px; top: auto; }.dropdwncnt li { width: 100%; height: 48px; padding: 16px; cursor: pointer; float: left; position: relative; border-radius: 4px; margin-bottom: 1px; color: var(--lhs-txt-color); }.dropdwncnt li:hover, .dropdwncnt li.sel { background-color: var(--lhs-secondary-bg); }.dropdwncnt li:hover .sound-icon { display: flex; }.sound-tick { color: var(--color-blue); margin-left: 10px; }.notifsound_dropdown.disabled { opacity: 0.38; pointer-events: none; }.input-lbl-fltr{position: absolute; z-index: 1; padding: 0px 10px; background: var(--lhs-bg-color); margin-left: 12px; font-size: 14px; line-height: 18px;}.input-lbl-err{color: var(--color-red); padding-top: 8px; position: absolute;}.zcprofpiccover { height:144px; width: 144px; box-shadow: 0px 0px 10px var(--box-shadow-color3); color: #fff; position:relative; background: var(--default-bg-color); margin-top: 9px; }.zcpiccontainer { height: 130px; width: 130px; overflow: hidden; position: relative; z-index: 1; }.zcprofpic { height: 130px; width: 130px; }.profpicsel { content:''; height: 130px; width: 130px; border-radius: 100%; position: absolute; top: 79px; background-color: rgba(0, 0, 0, 0.436085); }.zcpiccontainer .arf-camera { position: absolute; left: 52px; top: 16px;  font-size: 22px;}.profpicsel:hover { background-color: hsla(0, 0%, 0%, 0.8); transition: all .3s; color: var(--color-theme);}.editmode .zcprofbtn {display:none;}.profmenubox.zcl-menu-wrap { left: 88px; top: 98px}.profmenubox .zcl-menu-item:not(.zcl-neg-menu-item), .profmenubox .zcl-menu-item:not(.zcl-neg-menu-item) .zcl-menu-item-icn { color: var(--color-main) !important; }.profmenubox .zcl-menu-item:not(.zcl-neg-menu-item):hover, .profmenubox .zcl-menu-item:not(.zcl-neg-menu-item) .zcl-menu-item-icn:hover { color: initial; background-color: var(--bg-hover-color); } .zcemailid { color: #999999; padding-top: 7px; padding-left: 12px; width: 65%;}.prof-drpdwn, .zceditelem .zcl-input:not(.w100) { width:70%; } .editsec-ftr { text-align: right; padding-bottom: 40px; padding-right: 66px;}.zceditelem .zcl-input[disabled] { border-color: #0000; box-shadow: none;}.unedited { padding: 0px 10px; min-height: 40px; display: flex; align-items: center; border: 1px solid #0000;}.changeprofpic { opacity: 0; position: absolute; top: 0; left: 0; }.hor-divider:before { content:''; border: 0.5px dashed var(--color-divider); position: relative; display: block; width: 90%; top: 15px; left: 100px; }.default-info { border: 1px dashed #0000; border-radius: 8px; padding: 20px 60px 20px 26px; }.editmode .default-info { background-color: var(--bg-color-2); border-color: var(--color-divider);}.acc-logo { align-items: baseline; min-height: 24px}.acc-logo img{ height: 15px; margin-right:5px;}.outercircle { height: 68px; width: 68px; margin: auto; background-color: var(--bg-color-2);  border-radius: 100%; }.phnum-error { right: 0px; top: 6px; color: var(--color-red); }.field_error { color: var(--color-red); }.personalinfo-main { padding: 20px 10px 20px; flex-grow: 1; display: flex; flex-direction: column; z-index: 5; margin-top: -92px; align-items: center;}.personalinfo-cont { height: 100%; overflow: auto;}.profhdrcover {width: 100%; padding: 20px 60px 20px 36px; flex-shrink: 0; min-height: 150px; background-color: var(--bg-color-2);}.personalinfo-ftr { flex-shrink: 0; padding: 26px 36px; display: flex; }.profile-fxdbtn .prof-btn-fxd { visibility: visible; opacity: 1; }.url-padding input { padding: 0px 10px 0px 70px !important; }.web-prepend{ width: 66px; height: 34px; margin-left:1px; border-radius: 3px; background-color: var(--color-hover1); left: 0; }.prof-drpdwn .drpdwn-label { font-size:15px; }.prof-drpdwn.zcl-dropdown-wrp .drpdwn-option { bottom:42px; display:flex; flex-direction: column; top:auto;}.prof-drpdwn .drpdwn-option .drsrchholder { order: 1; }.profilepreview > div { padding: 0 36px; transition: all .3s;}.profilepreview .mheader {padding: 12px 0 4px; margin: 0; border:none; }.previewpic-cont { height: 400px; width: 400px; margin: 10px 0 16px; border-color: #0000; }.previewpic-cont img { width: 100%; height: 100%; object-fit: cover; border-radius:4px;}.lhs-info-container { width: calc(100% - 62px); }.lhs-list-chat-item{padding: 10px 16px; margin-bottom: 1px; height: auto; cursor: pointer;}.lhs-list-chat-item:hover, .lhs-list-chat-item.dragover { background-color: var(--lhs-item-hover-bg); }.lhs-list-chat-item.chatsel, .lhs-list-chat-item.sel {background-color: var(--lhs-item-sel-bg);}.lhs-list-chat-item[unread="true"] .lhs-list-msginfo { font-family: 'zohopuvi-medium' !important; color: var(--lhs-txt-color); font-weight: 600; letter-spacing: 0.2px; }.lhs-list-img{height: 48px; width: 48px; border-radius: 100%; overflow: hidden;}.lhs-list-title{ color: var(--lhs-txt-color);}.lhs-list-msginfo { height: 17px; margin-top: 8px; color: var(--lhs-txt-secondary); }.lhs-list-msginfo .infomsg, .lhs-list-msginfo .deletedmsg{font-style: italic; position: relative;}.lhs-list-msginfo [elemtype="emoji"] { font-size: 14px; margin-top: 0px; margin-bottom: 0; }@supports(-webkit-hyphens: none){.lhs-list-msginfo [elemtype="emoji"] { font-size: 11px }} .lhs-list-msginfo .caller-name { margin-right: 4px; }.lastMsg > * { display: inline; }.lastMsg hr { display: inline-block; width: 150px; }.lastMsg h1 { font-size: 14px; line-height: normal; margin: 0; }.lhs-list-counter { display: flex; align-items: center; background-color: var(--color-theme); border-radius: 22px; font-size: 12px; width: fit-content; color: var(--lhs-counter-clr); line-height: 16px; padding: 2px 8px; text-align: center;}.search-container .lhs-list-counter { align-self: flex-end; }.lhs-list-counter:empty{display: none;}.lhs-list-counter.mute { color: var(--lhs-counter-mute-clr); background-color: var(--lhs-counter-mute-bg); }.lhs-list-actns{flex-shrink: 0; align-items: flex-end;}.lhs-list-icons:empty { display: none; }.default-img, .group-default-img { text-transform: uppercase; background: var(--color-theme) !important; font-size: 20px; font-weight: bold; color: var(--color-white); border-radius: 50%; object-fit: cover; }.default-img.pocket, .default-img.deleted, .group-default-img.pocket { background: var(--floater-date-bg) !important; }.home-layout { width: 100%; height: 100%; background-color: var(--chatwindow-bg-color); position: relative; z-index: 0; }.home-layout-container { width: 80%; height: 100%; min-width: 500px; margin: 0 auto; text-align: center; }.home-layout-illustration { background-image: url("/arattai-chat/source/officechat/images/start_chat_daymode.svg"); background-repeat: no-repeat; width: 350px; height: 250px; }.arattai-dark-mode .home-layout-illustration { background-image: url("/arattai-chat/source/officechat/images/start_chat_darkmode.svg"); }.lhs-overlay-cnt { position: fixed; width: var(--lhs-width); background-color: var(--lhs-bg-color); height: 100%; inset: 0; display: flex; flex-direction: column; color: var(--lhs-txt-color); z-index: 2; border-right: 1px solid var(--am-color-divider);}.lhs-overlay-cnt .close-icon { position: absolute; left: 20px; }.lhs-secondary-ovrly:not(:empty) { position: absolute; width: 100%; height: 100%; background: inherit; inset: 0; background-color: var(--lhs-bg-color); }.secondary-hdr{height: var(--header-height);}.lhs-secondary-container{background: var(--lhs-secondary-bg);}.zcl-usr-image-120{width: 120px; height: 120px; overflow: hidden; border-radius: 50%;}.theme-circle { width: 40px; height: 40px; border-radius: 50%; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: center; background-color: #F3CD00;}.theme-circle.sel { width: 36px; height: 36px; outline: 2.5px solid var(--color-blue); outline-offset: 2.25px }.theme-2{background-color: #FF6600;}.theme-3{background-color: #2C9460;}.theme-4{background-color: #008FCC;}.theme-5{background-color: #007087;}.theme-6{background-color: #4759B3;}.theme-7{background-color: #F460AA;}.theme-mode-item{border: 1px solid var(--lhs-border-color); border-radius: 4px; height: 60px; width: 100%; margin-bottom: 8px; padding: 0px 22px; display: flex; align-items: center; cursor: pointer; }.theme-mode-item.sel{border-color: var(--checkbox-color);}.stars-list-item{padding: 8px 16px; margin-bottom: 8px;}.star-msg-sender{color: var(--sender-color);}.lhs-overlay-cnt .star-msg-sender{color: var(--lhs-txt-color);}.stars-list-item:hover, .stars-list-item.sel{background-color: var(--list-item-withbg-hover-bg);}.stars-list-item-msg{width: 100%; line-height: 24px; color: var(--color-main); border-left: 4px solid var(--color-theme); padding: 0px 16px 0px 8px; margin-left: 12px;}.stars-list-item-msg a{color: #378FCC;}.zcl-usr-image-28{width: 28px; height: 28px; border-radius: 50%; position: relative; overflow: hidden;}.lhs-overlay-cnt .zc-profilefootr{display: flex; flex-direction: column; position: absolute; bottom: 0;}.lhs-overlay-cnt .zc-myarattaiapps{display: flex; align-items: center; height: 60px; padding: 20px 20px 20px 24px; background-color: var(--lhs-bg-color); border-top: solid 1px var(--border-color); }.zc-myarattaiapps > div  a{color: var(--color-lp1); cursor: pointer;}.zc-myarattaiapps > div  a:hover, .zc-myarattaiapps > div  a.sel{color: var(--lhs-txt-color);}.zc-myarattaiapps > div  > span{color:var(--lhs-txt-color);  margin-right: 16px; cursor: unset;}.zc-myarattaiapps .separator {border-bottom: 1px solid var(--color-lp1); width: 18px;height: 0px;transform: rotate(90deg);}.search-container { width: 100%; height: 100%; overflow: auto; background: var(--lhs-bg-color); z-index: 1; }.search-container.active ~ * { display: none; }.grp-img-edit { top: 45px; left: -30px; }.grp-img-edit > span, .grp-img-edit-lg > span { color: var(--color-white); }.footer-edit-group { position: fixed; bottom: 0; right: 0; z-index: 3; margin: 0; padding: 20px; }.btn-editgroup { background: var(--secondary-btn-bg); color: var(--color-secondary); border-radius: 100px; padding: 6px 12px 6px 8px; cursor:pointer; margin-left: auto; }.btn-editgroup:hover { background: var(--secondary-btn-bg-hover); }#muteintervallist li{height:20px;}.muteinterval_dropdown:not(.sel) .arf-backarrow{padding-top: 10px; padding-left: 6px;}.muteinterval_dropdown .arf-backarrow {margin-left: auto; transform: rotate(270deg);}.muteinterval_dropdown.active .arf-backarrow {transform: rotate(90deg);}#groupname_edit:not(:empty) + .zcl-input-label, #groupname_edit:focus + .zcl-input-label { top: 0px; left: 12px; }.info-banner-content { position: relative; padding: 12px 20px; background-color: var(--lhs-info-banner-bg); }.info-banner-content .arf-close { color: var(--lhs-icon-color); position: absolute; top: 8px; right: 12px; }.info-banner-content .arf-close:hover { background-color: var(--lhs-icon-bg-hover); }.archive-header:hover { background:var(--lhs-info-banner-bg); }.archive-header .arf-archive, .info-banner-content [class^="arf-"] { color: var(--primary-btn-bg); }.archive-header .arf-archive { width: 24px; height: 24px; font-size: 18px; }#activechat_count { margin-top: -25px; left: 30px; position: absolute; }.archive-back { left: 20px; position: absolute; color: var(--lhs-icon-color); font-size: 16px; }.archive-back::before { margin-right: 4px; }.btn-undo { color: var(--checkbox-color); padding: 10px; margin-left: 15px; background: rgba(0, 135, 237, 0.1); }.cntemptymsg { color: #999; margin-top:10px; text-align: center; font-size:16px; }.art-btn { display: inline-flex; align-items: center; border-radius: 4px; padding: 8px 12px; font-size: 16px; font-weight: 600; cursor: pointer; } .art-btn-ghost { color: var(--am-btn-primary); }.art-btn-ghost:hover { background-color: var(--am-btn-secondary-hover-bg); }.art-btn-ghost:active { background-color: var(--am-btn-primary-active); color: var(--am-btn-primary); border: 1px solid var(--am-btn-primary); border-radius: 4px; }.meetings-card{width: 388px; max-width: 100%;}.meetings-card .arf-video:before, .meetings-card .arf-audio:before{padding-right:5px;vertical-align: bottom;}.meetings-card .arf-group-participants:before, .meetings-card .zh-arf-host:before,.meetings-card .zh-arf-timer:before, .meetings-card .zh-arf-meeting:before{font-size: 16px;}.meetings-card .media-type.arf-video{margin-left: auto;padding: 0px 5px;background: var(--meetings-timer-label);border-radius: 4px;height: 24px;color: var(--sender-color);opacity: 0.8;}.meetings-card .progress-time{padding: 0px 5px;background: var(--meetings-timer-label);border-radius: 4px;color: var(--color-sender);height: 24px;opacity: 0.8;}.meetings-card .meeting-title{color: var(--color-main);font-style: normal;font-weight: 600;font-size: 18px;line-height: 28px;}.meetings-card .meeting-join a, .meetings-card .meeting-join span.meeting-link{padding: 10px;text-align: center;border-radius: 10px;display: block;}.meeting-link{color:var(--color-secondary) !important;width: 100%;border-radius: 10px;}.meeting-progress .meeting-link{color:var(--am-btn-primary-text) !important;background : var(--color-link) !important;}.meeting-progress-join.meeting-join .meeting-link{color:var(--am-color-main) !important;background : var(--am-btn-primary-active) !important;}.meeting-progress .progress-timer-span{color:#EF5364;}.meeting-widget:not(.me){width:100%;}.meeting-widget:not(.me) .sender-image{left:10px;}.meeting-widget.me span{display:none;}.meeting-progress .amc-lock-seperator{border-right: 1px solid var(--am-color-secondary);margin: 0px 5px 0px 4px;height: 10px;}.dark_theme {background-image: url(/arattai-chat/source/officechat/images/loading_bg_dark.png);}.dark_theme.loadingbg{background-color: #131313;}.dark_theme .logo-container{box-shadow: 0px 0px 53px rgb(45, 31, 31);}.meetings-card .meeting-join{display: flex;justify-content: space-between;}.meetings-card .meeting-join .meeting-action.action-taken{width : 60%;cursor: no-drop;max-width:220px;font-weight: bold;border: 1px solid var(--color-divider);}.meetings-card .meeting-join span.meeting-action {width: 31%;height: 36px;border-radius:4px;cursor:pointer;font-weight: 600;gap:5px;}.meetings-card .meeting-join .action-count{color : var(--action-count);}.meetings-card .meeting-join .meeting-action:not(.action-taken) .action-count{color: var(--meeting-action-color);}.meetings-card .meeting-join .zh-arf-timer:before{font-size:20px}.meeting-join .reqprocess_anim{display:inline-block;}.meeting-action{position:relative;}.meeting-action.success:not(.action-taken), .meeting-action.rejected:not(.action-taken), .meeting-action.maybe:not(.action-taken){background:var(--bg-color-2);}.meeting-action.success:hover,.useraction-holder.success:hover{background:var(--meeting-success-act-hover-bg);}.meeting-action.rejected:hover,.useraction-holder.rejected:hover{background: var(--meeting-rejected-act-hover-bg);}.meeting-action.maybe:hover,.useraction-holder.maybe:hover{background: var(--meeting-maybe-act-hover-bg);}.useraction-holder{padding: 5px;min-width: 50px;padding-top: 8px;padding-bottom: 8px;border-radius: 4px;position:relative;height:36px;flex-grow: 1;}.non-host-card .useraction-holder{background: var(--bg-color-2);}.non-host-card .useraction-holder:hover{background : var(--secondary-btn-bg-hover);cursor:pointer;} .useraction-holder span{margin-left: 5px;}.useraction-holder span.reqprocess_anim{top: 10px;left: 20px;position: absolute;}.useraction-holder span.reqanim-status{top:18px;left: 25px;}.useraction::before, .meeting-action::before{font-size:16px !important;background:var(--color-mode);border-radius:100%;height: 14px;width: 14px;display: flex;justify-content: center;align-items: center;}.useraction.success.arf-circle-tick::before, .meeting-action.success.arf-circle-tick::before{color:var(--meeting-success-act-bg);}.useraction.rejected.arf-circle-close::before, .meeting-action.rejected.arf-circle-close::before{color: var(--meeting-rejected-act-bg);}.useraction.maybe.arf-circle-neutral::before, .meeting-action.maybe.arf-circle-neutral::before{color: var(--meeting-maybe-act-bg);}.color-link{color:var(--color-link);}.meetings-card .participant-sec{gap:25px;}.participant-sec .arf-group-participants{min-width:130px}.reqanim-status {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}.reqanim-status.msi-ticktwo {color: var(--color-main);font-size: 12px;}.msi-ticktwo:before{font-family: ArattaiFont;}.zcmulticht .participant-sec .useraction-holder:nth-child(2){margin-left: -25px;}.non-host-card{flex-direction: column;}.non-host-card .arf-group-participants{margin-right: auto;margin-bottom:10px;}.meeting-join .action-container{display: flex;justify-content: space-between;gap:8px;}.meeting-join.non-host-card .action-container{width: 100%;}.upcoming-meet-link:hover{color: var(--color-link);cursor:pointer;}.amc-onetoone-action img{width:32px;height:32px;cursor:pointer;}.amc-onetoone-action .invitee-action{position: absolute;top: 20px;right: 0;}.art-meetingend-info, .art-meetingprogess-info{font-weight: 600;margin-top: 15px;}.useraction-btn-holder .useraction::before{    content: none;}.zc-av-settings-header, .zc-av-zcl-dropdown-input, .zc-av-device-drpdwn .zc-av-zcl-menu-wrap{background-color: var(--am-color-hover1);border:1px solid var(--am-color-hover1);}.amc-rtcp-aside { position: relative; width: 0; flex-shrink: 0; transition: width .2s;visibility: hidden;background-color: var(--default-bg-color);width:100% !important;max-width:100% !important;height:100% !important;display: block !important;}.amc-rtcp-aside .chwindows-item{width:100% !important;}.amc-rtcp-aside {width: 350px;visibility: visible;display: block !important;}.amc-rtcp-aside .chwindow-hdr .arf-audio, .amc-rtcp-aside .chwindow-hdr .arf-video, .amc-rtcp-aside .emoji-selector-wrap .markdown-icon,.amc-rtcp-aside .chat-actions .arf-meeting-menu, .amc-rtcp-aside .chat-actions .arf-more {display: none !important;}.amc-rtcp-aside .zcmsgcnt, .amc-rtcp-aside .zcmsgcustm, .amc-rtcp-aside .zcmsgcnt.attachment_msg_item, .amc-rtcp-aside .zcmsgcustm.attachment_msg_item {max-width: 95%;}.amc-rtcp-aside .zcmcembd { display: initial;}.amc-rtcp-aside .msg-option-btn span:first-child {margin-right: 0;}.amc-rtcp-aside .msgoptioncontrol-v2 {justify-content: center;}.amc-rtcp-aside .zcfileuploadcnt .msi-resend {color: var(--color-icon);font-size: 12px;display: none;}.amc-rtcp-aside .msg-actions-hover {top: -15px;left: auto;right: 0;background-color: var(--bg-color-1);box-shadow: 0 2px 12px var(--box-shadow-color);}.amc-rtcp-aside .me .msg-actions-hover {left: 0;right: auto;}.amc-rtcp-aside .zcurlprv .close-icon {position: absolute !important;right: 20px !important;top: 50% !important;transform: translateY(-50%) !important;color: var(--color-icon) !important;display: flex !important;align-items: center !important;justify-content: center !important;cursor: pointer !important;}.amc-rtcp-aside .meeting_progress_container{display: none !important;}.amc-rtcp-aside .participant-sec .clr-icon, .amc-rtcp-aside .participant-sec .clr-icon:hover {color: var(--color-icon) !important;}.amc-rtcp-aside .close-fileupload{background-color: var(--color-mode) !important;font-size: 14px !important;position: absolute !important;top: 0;right: 0;}.amc-rtcp-aside .zcl-icon{height: 40px !important;width: 40px !important;}.amc-rtcp-aside .zcl-btn--icon{width: 40px !important;min-width: 40px !important;height: 40px !important;border: 1px solid transparent !important;border-radius: 50% !important;background-color: var(--icon-btn-bg);padding: 8px !important;display: block !important;}.amc-rtcp-aside .absretry .zcl-menu-wrap[align="top"] { right: -5px !important;bottom: calc(100% + 10px) !important;flex-direction: column;}.amc-rtcp-aside .zcl-menu-wrap[align="top"] {top: auto !important;}.amc-rtcp-aside .zcl-menu-wrap:after{background: var(--bg-color-1) !important;}body[data-amc-rtcpmeeting] .zimageeditor{z-index: 23;}body[data-amc-rtcpmeeting] .imgviewer, body[data-amc-rtcpmeeting] .imgmaskbg{z-index: 23;}[meetingunreadmsgcount]{width: max-content;min-width: 20px;height: 20px;padding: 2px;color: var(--am-btn-primary-text);background: var(--newchat-info-color);border-radius: 100%;}[meetingunreadmsgcount]:empty{display:none;}.amc-meeting-chat .chwindows-item{border: 1px solid var(--chatwindow-border-color) !important;border-radius:5px;}.amc-meeting-chat.amc-rtcp-aside{border: none;}.amc-meeting-chat{position: absolute;top: 0;right: 0;width: 400px !important;height: calc( 100% - 20px ) !important;margin: 10px;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);z-index: 21;background: transparent;}.arf-readreceipt{	color : var(--color-readtick);}@font-face {     font-family: "ArattaiFont" ;     src:url('/arattai-chat/source/officechat/images/fonts/arattai/zchat.886bc60620c7a7a8f3fe09343bd866bc.eot') format('eot'),        url('/arattai-chat/source/officechat/images/fonts/arattai/zchat.6df1b435f4d606b4489707a2c05c37ff.woff') format('woff'),        url('/arattai-chat/source/officechat/images/fonts/arattai/zchat.35eca44d328400c14a46fbaef71debb8.ttf') format('truetype'),        url('/arattai-chat/source/officechat/images/fonts/arattai/zchat.01b44dd318148310c7a1b518f5214436.svg') format('svg');    font-weight: normal;    font-style: normal;}@font-face {    font-family: "ZoFo-ChatBar" ;     src:url('/arattai-chat/source/officechat/images/fonts/zchat.1ce9ae3391c8fe747cf164ae53cd526d.eot') format('eot'),        url('/arattai-chat/source/officechat/images/fonts/zchat.37d68f7c316c4bd99a87e752ba374c8d.woff') format('woff'),        url('/arattai-chat/source/officechat/images/fonts/zchat.2865befc0e666df92148924142ca4ecc.ttf') format('truetype'),        url('/arattai-chat/source/officechat/images/fonts/zchat.6506a51f332ac6954e54a8600df57df9.svg#zmail') format('svg');    font-weight: normal;    font-style: normal;}[class^="arf-"]:before, [class*=" arf-"]::before,[class^="zcl-"]:before, [class*=" zcl-"]::before{ font-family: ArattaiFont; font-weight:normal; font-style: normal; font-size:1em; text-shadow: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.arf-menu:before{ content: "\e91c"; }.arf-mediagallery::before, .arf-photo::before { content: "\e907"; }.arf-file::before { content: "\e908"; }.arf-mute:before { content: "\e970"; }.arf-unmute:before { content: "\e971"; }.arf-plus:before{ content: "\e92d";}.arf-mention:before{ content: "\e90a";}.arf-starfilled:before, .arf-starsel:before{ content: "\e90c";}.arf-star:before{ content: "\e919";}.arf-pin:before{content: "\e918";}.arf-unpin:before{content: "\e917";}.arf-more:before, .arf-moreS:before{content: "\e91a";}.arf-tick:before{content: "\e91e";}.arf-readreceipt:before{content: "\e976";}.arf-search:before{content: "\e928";}.arf-forward::before {content: "\e97b";}.arf-reply:before{content: "\e923";}.arf-replyprivately:before{content: "\e937";}.arf-download::before { content: '\e916';}.arf-attachment:before{content: "\e920";}.arf-audio::before, .arf-call::before {content: "\e90d";}.zh-arf-callfilled.missed::after  { color: var(--color-white); background-color: #F63B00; content: '';position: absolute;top: 0px; right: 0; width: 16px; height: 16px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 11px; font-weight: 500; font-family: "zohopuvi-regular"; }.zh-arf-stars::before { content: "\e9c1"; }.arf-video::before { content: "\e91f"; }.arf-close::before, .arf-closeB::before, .zchat-close::before { content: "\e910"; }.arf-copy::before { content: "\e973"; }.arf-markunread::before { content: "\e915"; }.arf-edit::before { content: "\e94e"; }.arf-edit2::before { content: "\e981"; }.arf-delete::before, .arf-delete2::before { content: "\e975"; }.arf-pinmessage::before { content: "\e924"; }.arf-unpinmessage::before { content: "\e925"; }.arf-addemoji:before{content: "\e929";}.arf-info::before { content: "\e90b"; }.arf-frequse:before{ content: '\e926';}.arf-giphy:before{ content: '\e94f';}.arf-emoji::before, .arf-def_emoji::before{ content: '\e92b';}.arf-backarrow:before, .arf-upArrow::before, .arf-downArrow::before {content: "\e902";}.arf-night:before{content: "\e901";}.arf-newchat::before { content: "\e92e"; }.arf-chat::before { content: "\e942"; }.arf-profile::before, .arf-user::before { content: "\e92a"; }.arf-select::before { content: "\e967"; }.arf-group::before { content: "\e93b"; }.arf-group-call::before { content: "\e92ff"; }.arf-channel::before { content: "\e954"; }.arf-camera::before { content: "\e939"; }.arf-search-close::before { content: "\e914"; }.arf-search2::before { content: "\e921"; }.arf-theme::before, .arf-setting::before { content: "\e909"; }.arf-info::before { font-size: 14px; margin-right: 5px; margin-top: 3px; } .arf-markasread::before { content: "\e936"; }.arf-history-on::before { content: "\e97d"; }.arf-history-off::before { content: "\e97e"; }.arf-block::before { content: "\e900"; }.arf-cleardraft::before { content: "\e941"; }.arf-permission::before { content: "\e932"; }.arf-participants::before { content: "\e946"; }.arf-link::before { content: "\e903"; }.arf-leave::before { content: "\e933"; }.arf-clear::before { content: "\e945"; }.arf-like::before { content: "\e947"; }.arf-newplay::before { content: "\e906"; }.arf-swap::before { content: "\e948"; }.arf-play::before { content: "\e95e"; }.arf-pause::before { content: "\e95a"; }.arf-sound::before { content: "\e964"; }.arf-soundmute::before { content: "\e960"; }.arf-fullscreen::before { content: "\e944"; }.arf-submit::before { content: "\e91b"; }.arf-settings:before{content: "\e909";}.arf-appearance::before { content: "\e94c"; }.arf-profileuser:before { content: "\e94d"; }.arf-notification:before{content: '\e94b';}.arf-language:before{content: "\e94a";}.arf-signout:before{content: "\e949";}.arf-reload::before { content: "\e912"; }.arf-alert::before { content: "\e934"; }.arf-failed::before { content: "\e952"; }.arf-gotomessage::before { content: "\e950"; }.arf-broadcast:before{content: "\e9ff";}.arf-mic::before { content: "\e943"; }.arf-mic-mute::before { content: "\e956"; }.arf-maximize::before { content: "\e955"; }.arf-mini-player2::before { content: "\e953"; }.arf-sharescrn::before { content: "\e957"; }.arf-pocket::before { content: "\e95b"; }.arf-pocket-filled::before { content: "\e95d"; }.arf-calendar::before { content: "\e913"; }.arf-leftArrow::before, .arf-rightArrow::before { content: '\e902'; display: inline-block; }.arf-markdown::before { content: "\e977"; }.arf-macstore:before{content:"\e96c";}.arf-plystore:before{content:"\e96d";}.arf-windws:before{content:"\e974";}.arf-linuxicon:before{content:"\e972";}.arf-stickers::before { content: "\e92c"; }.arf-audioic::before { content: "\e905"; }.arf-archive::before { content: "\e96f"; }.arf-unarchive::before { content: "\e96e"; }.arf-group-participants::before { content: "\e962"; }.arf-contact-book::before { content: "\e97c" }.arf-wave::before { content: "\e9ad" }.arf-meeting-menu::before { content: "\e95c"; }.arf-meeting::before { content: "\e965"; }.arf-meeting-menu-fill::before { content: "\e98c"; }.msi-ticktwo:before{content: "\e91e";}.arf-eye-view::before { content: "\e989"; }.arf-story::before { content:"\e930"; }.arf-story.unread:after { content: ''; background: #F63B00; width: 6px; height: 6px; border-radius: 50%; position: absolute; top: 8px; right: 8px; }.arf-circle-tick::before{ content:"\e985"; }.arf-circle-close::before{ content:"\e992"; }.arf-circle-neutral::before{ content:"\e9a5"; }.arf-location::before { content: "\e99e"; }.arf-video-play::before { content: "\e99c"; margin-left: 2px; }[class^="zchat-"]:before, [class*=" zchat-"]:before { font-family: ZoFo-ChatBar; font-weight: normal; font-style: normal; font-size: 1em; text-shadow: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }.arf-tick, .btn-editgroup .arf-edit { font-size: 12px; }.arf-backarrow[purpose="goToMainInfo"] { margin-left: -8px; }.fileforward-comment-container .arf-emoji { margin: 0; }.chwindow-hdr .arf-close { font-size: 14px; }.profile-list-item .arf-backarrow { font-size: 12px !important; }.zcl-win-modal1-hdr .arf-backarrow { font-size: 16px; }.chwindow-hdr .arf-audio, .chwindow-hdr .arf-more, .usr-profile-mediabtns .arf-audio, .usr-profile-mediabtns .arf-more, .usr-profile-mediabtns .arf-chat, .grp-profile-mediabtns .arf-audio, .grp-profile-mediabtns .arf-more, .grp-profile-mediabtns .arf-chat, #participants .arf-more, .msg-opt-list .arf-cleardraft, .filedetails .arf-edit, .grp-profile-mediabtns .arf-participants, .chwindow-hdr .arf-meeting-menu{ font-size: 18px; }.chwindow-hdr .arf-video, .usr-profile-mediabtns .arf-video, .grp-profile-mediabtns .arf-video, .grp-profile-mediabtns .arf-group-call, .fileforward-comment-container .arf-emoji, .chwindow-hdr .arf-meeting, .grp-profile-mediabtns .arf-meeting, .chwindow-hdr .zh-arf-schedule-meet, .chwindow-hdr .zh-arf-calendar{ font-size: 20px; }.chwindow-hdr .arf-group-call { font-size: 21px; }.arf-more, .arf-plus { user-select: none; }.arf-plus::before { transition: transform 0.1s ease-out; }.arf-plus.active::before { transform: rotate(45deg); }.arf-rightArrow::before { transform: rotate(180deg); }.arf-upArrow::before { transform: rotate(90deg); }.arf-downArrow::before { transform: rotate(270deg); }.move-to-bottom .arf-backarrow { transform: rotate(270deg); }.chwindows-cnt{z-index: 1; position: relative; width: inherit; height: 100%;}.chwindows-item{position: relative; display: flex; flex-direction: column; background-color: var(--chatwindow-bg-color); height: 100%; width: inherit;overflow: hidden;}.chwindows-item:first-child { border-left: 1px solid var(--chatwindow-border-color); }.zcmulticht .chwindows-item:not(:last-child) { border-right: 4px solid var(--chatwindow-border-color); }.chwindow-hdr-wrap{width:100%; position: relative; background-color: var(--chatwindow-hdr-bg-color); flex-shrink: 0; z-index: 10; border-bottom: 1px solid var(--input-border-color);}.chwindow-hdr{padding: 10px 20px; height: 71px;;}.chwindow-hdr .chat-img{width: 48px; height: 48px; border-radius: 50%; overflow: hidden;}.art-pocket-chat .msg-sending-status {pointer-events: none;}.art-pocket-chat .arf-addemoji, .zcstatus--7, .replied-msg .zcftype + .arf-file, [profile="contact"] .msg-sender-wrap.me, .chwindows-cnt #closechat, .pinnedchatslist .cntemptymessage, .zcmsg-edtbx.zc-notify-hide .edit-notify-wrp, .zcmulticht .msg-option-btn span:last-child, .show_msgs_on_opposite_side .msg-option-btn span:last-child, .hudl-aside .msg-option-btn span:last-child, .zcurlprv .mc183cf01f_forwardiconcontainer, .zcurlprv .mc183cf01f_downloadiconcontainer,.zcurlprv .filedtlActn,.zcurlprv .zcimg-btns,.unflmsgfgmnt .zcimg-btns, .zccontenttext [previewelem], .zcmsgsel .sender-image, .lhs-panel .typing-status:empty, .typing-status:not(:empty) ~ .last-seen, .typing-status:not(:empty) ~ .lhs-list-msginfo, .readreceipt-msg .zcl-contact-card .fileactn-item, .readreceipt-msg .zcedtinfo { display: none; } .typing-status:empty, .readreceipt-msgcnt.attachment-msg .attachmnt-msg-cont, .readreceipt-msgcnt.attachment-msg .msg-comment-wrap, .readreceipt-msgcnt.attachment-msg .readreceipt-time, .readreceipt-msgcnt.attachment-msg .file-vw-cnt div, .reply .zcunfdtl, .zcunrdchkbx-label, .mc183cf01f_playpausecontainer .mc183cf01f_replayicon, .mc183cf01f_playicon { margin: 0; }.zcreactn-optns, .zcsetrectns .arf-addemoji, .hvrinfo { user-select: none; -webkit-user-select: none; -moz-user-select: none; }.zcstatus-1{background-color: var(--color-online-status);}.last-seen .status, .last-seen .usrstatus { width: 8px; height: 8px; border-radius: 8px; margin-right: 4px; flex-shrink: 0; }.last-seen a { color: var(--color-secondary); }.last-seen.no-status{display: none;}.typing-status { align-self: flex-start; padding-left: 38px; }.typing-status:not(:empty)::before { content: ""; background: url("/arattai-chat/source/officechat/images/typinganimation.gif") no-repeat; background-size: 32px 14px; width: 32px; height: 14px; display: block; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }.arattai-classic .lhs-panel .typing-status:not(:empty)::before, .arattai-dark-mode .typing-status:not(:empty)::before { background: url("/arattai-chat/source/officechat/images/typinganimation-dark.gif") no-repeat; background-size: 31.44px 8px; width: 31.44px; height: 8px; }hr { border: 0; width: 60%; height: 1px; left: 10px; position: relative; opacity: 0.5; background-image: -webkit-linear-gradient(left, #f0f0f0, #0c0b0b, #f0f0f0); background-image: -moz-linear-gradient(left, #f0f0f0, #0c0b0b, #f0f0f0); top: 10px; margin: 2px auto 10px; }h1 { font-size: 1.9em; margin-bottom: 10px; line-height: 32px; }blockquote.mkdwn { padding-left: 8px; margin: 5px 0; position: relative; }blockquote.mkdwn::before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 4px; background-color: var(--am-color-theme); border-radius: 4px; }code { padding: 0 4px; color: var(--color-negative); }code::before, code::after { content: '"'; }.lhs-list-msginfo blockquote.mkdwn { padding-left: 5px; }.zcmsgcnt pre.mkdwn, .markdown-codebox { color: var(--color-secondary); background-color: var(--bg-color-2); border: 1px solid var(--border-color-light); border-radius: 4px; padding: 0 8px; word-wrap: break-word; white-space: pre-wrap; }.replied-msg pre.mkdwn { display: inline-block; padding-right: 16px; }.art-floater-info { position: absolute; left: 0; right: 0; }.floater-date{display: none; opacity: 0; min-width: 100px; padding: 6px 12px; color: var(--color-main); background-color: var(--floater-date-bg);border-radius: 4px; transform: translate(0);}.chwindow-body{position: relative; word-wrap: break-word; height: inherit;}.chwindow-filedrg{height: inherit; width: inherit; position: fixed; z-index: 11; opacity: 0.9; display: none;}.chwindow-filedrg .filedrg-txt { display: table-cell; vertical-align: middle; text-align: center; color: var(--color-main); font-size: 16px; background-color: var(--bg-hover-color); border: 5px dashed var(--border-color-light); height: 100%; }.chwindow-msgarea{background-color: inherit;}.chwindows-item .composerarea{ bottom: 0px; width: inherit; position: relative; border-radius: 48px; padding: 8px 1.5vw 16px;}#rtcpconference .chwindows-item .composerarea { padding: 8px 16px 16px; }.composerarea.no-padding { padding: 0; }.composer-body, .zceditrsndfile, .zfileupld-body .chateditrmn { background-color: var(--chatwindow-composer-bg); padding: 0px 12px; border: 1px solid var(--bg-color-3); border-radius: 48px; width: 100%; height: 100%; display: flex; position: relative;}.zfileupld-body .chateditrmn { border: none; background-color: var(--bg-color-1); }.composerarea:not(.has-autocomplete) .chateditrmn:not(.chat-reply):not(.chat-unfurl) .composer-body:not(.zceditrsndfile):focus-within, .zfileupld-body .chateditrmn:not(.zceditrsndfile):focus-within, .fileforward-comment-container .zc-composer-cont:focus-within { border-color: var(--color-blue); }#chatwindropdown .composer-body:has(.amc-form--input:focus),#chatwindropdown .composer-body:has(.zcl-input-sm:focus){border-color: transparent}.chat-reply .composer-body, .chat-unfurl .composer-body, .has-autocomplete .composer-body { border-radius: 0 0 16px 16px; border-color: transparent; }.composerarea:not(.has-autocomplete) .chateditrmn.multiline:not(.chat-reply):not(.chat-unfurl) .composer-body { border-radius: 16px; }#fileuploadcontainer .chateditrmn:focus-within {border-color: transparent;}.chateditrmn.hide-composer, .zcdragbox.hide-dragbox { position: fixed; top: -5000em; left: -5000em; }.chateditrmn .chwindow-filedrg { width: 100% !important; height: var(--composer-height); position: absolute; left: 0; z-index: 10;}.composer-attachment, .emoji-selector-wrap{flex-shrink: 0; z-index: 2; position: relative;}/* .emoji-selector-wrap .markdown-icon { visibility: hidden; opacity: 0; transition: all 0.2s ease-out; }.composer-body:focus-within .markdown-icon { visibility: visible; opacity: 1; } */.composer-attachment-input{opacity: 0; font-size: 0px; position: absolute; right: 0; top: 0px; cursor: pointer; overflow: hidden;}.composer-input-wrap {position: relative; flex-grow: 1;}.composer-input{word-break: break-word; word-wrap: break-word; min-height: 46px; max-height: 160px; width: 100%; padding: 12px 10px; border: none; vertical-align: top; overflow-x: hidden; overflow-y: auto; line-height: 24px; color: var(--color-main); letter-spacing: 0.01em; white-space: pre-wrap; }.composer-input .selusr { font-weight: bold; }.composer-dis-con{padding: 15px 0px; border-radius: 10px; background: var(--bg-color-3); display: flex; align-items: center; justify-content: center;}.channelban-composer{border-radius: 0px;background-color: var(--chatwindow-composer-bg);color: var( --am-color-secondary);}input[type=file]::-webkit-file-upload-button { cursor: pointer; }.close-fileupload { background-color: var(--color-mode); font-size: 14px; position: absolute; top: 0; right: 0; }#chatwindropdown.multiline .composer-attachment, #chatwindropdown.multiline .emoji-selector-wrap { align-self: flex-end; margin-bottom: 14px; }.replied-msg .zcmsgcnt, .story-reply .zcmsgcnt, .unfurl-msg .zcmsgcnt{ padding: 4px 4px 2px; }.replied-msg:not(.unfurl-msg):not(.attachment-msg) .reply, .story-reply:not(.unfurl-msg):not(.attachment-msg) .reply { display: inline-block; min-width: 85%; }#rtcpconference .arf-def_emoji.sel, .arf-def_emoji.sel { color: var(--color-main); background-color: var(--icon-bg-hover); }.zcemptystate { color: var(--color-secondary); font-size: 18px; line-height: 28px; border-radius: 28px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 316px; text-align: center; padding: 24px 22px; background: var(--am-color-card-bg);  }.part_img > img { width: 48px; height: 48px; border-radius: 50%; margin-left: -15px; }.greet { display: inline-block; color: var(--color-mode); background-color: var(--color-blue); text-transform: capitalize; font-size: 20px; line-height: 28px; font-weight: bold; letter-spacing: 0.5px; padding: 8px 12px; border-radius: 4px; }.zcuserstatus { height: 30px; position: relative; background-color: var(--bg-color-1); border-radius: 16px 16px 0 0; }.imgview-loadng { background: url("/arattai-chat/source/officechat/images/loading5.gif") no-repeat 0 0; width: 80px; height: 7px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); bottom: 0; right: 0; }.stickymsg-con .sticky-icon{width: 28px; height: 28px; background-color: var(--sticky-bg-icon); color: var(--sticky-color); font-size: 16px; position: absolute; left: 0; top: 0; border-radius: 0 0 22px 0; padding: 0px 4px 4px 0px;}.zcl-menu-wrap .sticky-options{right: -8px;}.pin-message .emoji { margin-right: 4px; font-size: 12px; }.arf-search2.zcl-search-icon.zcl-icon{font-size: 18px; padding: unset;}.stickmsg-text { overflow: hidden; width: 100%; padding-left: 1px; padding-top: 1px; font-size: 13px; }.notify-close-btn { width: 40px; height: 40px; font-size: 13px; cursor: pointer; color: var(--color-main); background-color: var(--color-mode); border-radius: 50%; box-shadow: 0 0 12px var(--box-shadow-color2); }span.pin-message > blockquote { margin: 0; }span.pin-message > h3, span.pin-message > blockquote, span.pin-message > pre { text-overflow: ellipsis; overflow: hidden; white-space: no-wrap; }.mute-channel-btn { color: var(--color-blue); background-color: var(--chatwindow-hdr-bg-color); cursor: pointer; display: flex; justify-content: center; align-items: center; }.mute-channel-btn:hover { background-color: var(--bg-hover-color); }.zcmulticht .chwindows-item:not(:last-child) .mute-channel-btn { width: calc(100% - 5px); }.msg-contnr{display: flex; flex-wrap: wrap; background: inherit; word-spacing: 0; vertical-align: bottom; word-wrap: break-word; position: relative; min-height: 27px; padding: 4px 48px;}[profile="contact"] .msg-contnr,[profile="pocket"] .msg-contnr, [profile="broadcast"] .msg-contnr, [profile="channel"] .msg-contnr, [profile="system_chat"] .msg-contnr { padding: 4px 24px; }.msg-contnr.me, .msg-sender-wrap.me{flex-direction: row-reverse;}.msg-sender-wrap.me * { cursor: default; }.zcmsgcnt, .zcmsgcustm{position: relative; font-size: 16px; background-color: var(--other-msg-bg); padding: 4px 12px 2px 12px; color: var(--color-main); border-radius: 8px; width: max-content; min-width: 120px; max-width: 732px; word-wrap: break-word; white-space: pre-wrap; line-height: 24px; box-shadow: 0 1px 0 rgb(0 0 0 / 8%) }.zcmsgcnt .msg-content:first-child(a){padding-left:6px;padding-right: 6px;}@supports (-webkit-hyphens:none) { .zcmsgcnt { padding-left: 10px; } }.show_msgs_on_opposite_side .zcmsgcnt, .show_msgs_on_opposite_side .zcmsgcustm { max-width: 100%; }.show_msgs_on_opposite_side .zcmsgsel .zcmsgcnt, .show_msgs_on_opposite_side .zcmsgsel .zcmsgcustm { max-width: 85%; }.zcmsgcnt:has(.stickers-img-msg,.custom-sticker,.amc-emoji-small,.amc-emoji-medium,.amc-emoji-large), .zcmsgcustm:has(.stickers-img-msg,.custom-sticker,.amc-emoji-small,.amc-emoji-medium,.amc-emoji-large).show_msgs_on_opposite_side .zcmsgcnt:has(.stickers-img-msg,.custom-sticker,.amc-emoji-small,.amc-emoji-medium,.amc-emoji-large), .show_msgs_on_opposite_side .zcmsgcustm:has(.stickers-img-msg,.custom-sticker,.amc-emoji-small,.amc-emoji-medium,.amc-emoji-large){max-width: 412px;}.replied-msg .zcmsgcnt{min-width: 200px;}.readreceipt-msgcnt { padding: 12px 16px; background-color: var(--bg-color-2); }.readreceipt-msgcnt .zcmsgcnt, .starred-item-msg .zcmsgcnt { max-width: 100%; padding-bottom: 6px; }.readreceipt-msgcnt .readreceipt-time, .starred-item-msg .starred-item-time { float: right; color: var(--color-secondary); font-size: 12px; line-height: 12px; margin-top: 8px; margin-left: 12px; }.readreceipt-msgcnt .filedtlActn, .zcmsgsel .filedtlActn, .readreceipt-msg .quotedmsgdiv { width: 0; height: 0; display: none; }.readreceipt-msgcnt.replied-msg .readreceipt-time { padding-right: 8px; }.readreceipt-msgcnt.attachment-msg .zcmsgcnt { padding: 4px; width: 412px; }.readreceipt-msgcnt.attachment-msg.has-comment .zcmsgcnt { padding: 4px 4px 6px; }.readreceipt-msgcnt.attachment-msg:not(.replied-msg) .msg-content-preview, .readreceipt-msgcnt.replied-msg.attachment-msg .reply { display: flex; align-items: center; }.readreceipt-msgcnt.attachment-msg .attachmnt-msg-cont { max-width: 100px; max-height: 80px; }.readreceipt-msgcnt.attachment-msg .msg-comment-wrap { margin-left: 8px; }.readreceipt-msgcnt.attachment-msg .readreceipt-time { margin-right: 6px; }.readreceipt-msgcnt.attachment-msg:not(.has-comment) .readreceipt-time { position: absolute; bottom: 10px; right: 6px; }.readreceipt-msgcnt.attachment-msg .zcfilevw { width: 100px; height: 80px; }.readreceipt-msgcnt.attachment-msg .mc183cf01f_playpauseinitial { width: 30px; height: 30px; }.readreceipt-msgcnt.attachment-msg .mc183cf01f_playicon { font-size: 16px; }.readreceipt-msg .zcfileinf { width: 388px; max-width: 388px; }.zcmsgcnt.attachment_msg_item, .zcmsgcustm.attachment_msg_item, .story-reply .zcmsgcnt { max-width: 412px; }.zcbroadsheet #closechat,.amc-link-img-container .unflmsgfgmnt .zcimg-btns { display: flex; }.msg-contnr.me .zcmsgcnt, .msg-contnr.me .zcmsgcustm, .readreceipt-msgcnt .zcmsgcnt, .starred-item-msg.me .zcmsgcnt,.msg-contnr.me.story-reply .zcmsgcnt.sticker-msg{background-color: var(--self-msg-bg);}.zcmsgcnt .time-info, .zcmsgcustm .time-info{margin-left: 12px; color: var(--color-lp1); float: right;}.msg-contnr[nativewidget] .time-info { justify-content: flex-end; }.msg-contnr:not(.dltinfomsg):not(.unfurl-msg) .zcmsgcnt:not(.attachment_msg_item) .time-info { margin-top: 4px; }.zcmsgcnt.attachment_msg_item .time-info{align-self: flex-end;}.lhs-overlay-cnt .starred-item-msg.me .zcmsgcnt{background-color: var(--self-msg-bg-in-lhs); color: var(--lhs-txt-color);}.lhs-overlay-cnt .starred-item-msg .zcmsgcnt{background-color: var(--other-msg-bg-in-lhs); color: var(--lhs-txt-color);}.lhs-overlay-cnt .starred-item-msg .starred-item-time{color: var(--lhs-txt-secondary);}.zcdragbox { max-width: 300px; min-height: 40px; background-color: var(--bg-color-2); box-shadow: 0 0 4px var(--box-shadow-color2); border: 1px solid var(--border-color-light); border-radius: 4px; padding: 2px 8px 2px 2px; position: absolute; top: 0; right: 0; z-index: 100; }.stickymsg:not(.nwmsg) { background: var(--sticky-bg) !important; }.time-divider{display: flex; align-items: center; justify-content: center; min-width: 90px; padding: 4px 12px; color: var(--color-main); background-color: var(--time-divider-bg); border-radius: 4px; margin: 6px auto; width: max-content;}/* .msg-contnr .msg-sender-wrap { color: var(--group-sender-color) }.msg-contnr.me .msg-sender-wrap { color: var(--sender-color); } */.msg-sender-wrap.color-1 {color: var(--sender-color-1); }.msg-sender-wrap.color-2 {color: var(--sender-color-2); }.msg-sender-wrap.color-3 {color: var(--sender-color-3); }.msg-sender-wrap.color-4 {color: var(--sender-color-4); }.msg-sender-wrap.color-5 {color: var(--sender-color-5); }.msg-sender-wrap.color-6 {color: var(--sender-color-6); }.msg-sender-wrap.color-7 {color: var(--sender-color-7); }.msg-sender-wrap.color-8 {color: var(--sender-color-8); }.msg-sender-wrap.color-9 {color: var(--sender-color-9); }.msg-sender-wrap.color-10 {color: var(--sender-color-10); }.msg-sender-wrap.color-11 {color: var(--sender-color-11); }.msg-sender-wrap.color-12 {color: var(--sender-color-12); }.msg-sender-wrap.color-13 {color: var(--sender-color-13); }.msg-sender-wrap.color-14 {color: var(--sender-color-14); }.msg-sender-wrap.color-15 {color: var(--sender-color-15); }.msg-sender-wrap.color-16 {color: var(--sender-color-16); }.msg-sender-wrap.color-17 {color: var(--sender-color-17); }.msg-sender-wrap.color-18 {color: var(--sender-color-18); }.msg-sender-wrap.color-19 {color: var(--sender-color-19); }.msg-sender-wrap.color-20 {color: var(--sender-color-20); }.msg-sender-wrap.color-21 {color: var(--sender-color-21); }.msg-sender-wrap.color-22 {color: var(--sender-color-22); }.msg-sender-wrap.color-23 {color: var(--sender-color-23); }.msg-sender-wrap.color-24 {color: var(--sender-color-24); }.sender-image{width: 32px; height: 32px; border-radius: 50%; position: absolute; top: 0; left: -38px; overflow: hidden;}.msg-contnr.me .sender-image { left: auto; right: -38px; }.msg-sender-wrap + .msg-contnr .zcmsgcnt, .msg-sender-wrap + .msg-contnr .zcmsgcustm {border-top-left-radius: 0px;}.msg-sender-wrap + .msg-contnr.me .zcmsgcnt, .msg-sender-wrap + .msg-contnr.me .zcmsgcustm {border-top-right-radius: 0px; border-top-left-radius: 8px;}.info-msg-item{padding: 2px 8px; color: var(--color-secondary); background-color: var(--info-msg-bg); border-radius: 8px; margin: 8px auto; width: max-content; max-width: 90%;}.info-msg-item .zcmsgcnt{display: inline; font-size: 14px; background: none; color: var(--color-secondary); box-shadow: none;}.amc-info-msg-item { display: flex ; align-items: center; flex-direction: column; color: var(--am-color-secondary); border-radius: 4px; max-width: 100%; width: 100%; margin: 0; padding: 8px 0; background: none; }.amc-info-msg-item:has(.zcsetrectns) { padding-bottom: 0px; }.amc-info-msg-item .zcmsgcnt{ display: block; text-align: center; font-size: 14px; line-height: 20px; color: var(--am-color-secondary); box-shadow: none; min-width: 90px; max-width: 90%; cursor: default; width: fit-content; border-radius: 4px; padding: 4px 12px; background: var(--am-unfurl-audio-background); }.art-img-info-msg { width: 48px; height: 48px; border-radius: 8px; }.art-dp-change-info.amc-info-msg-item:has(.art-img-info-msg) .zcmsgcnt { padding: 4px 16px 4px 4px; border-radius: 12px; }.info-msg-item .msg-sending-status,.amc-info-msg-item .time-info {display: none !important;}.amc-caller-info .amc-call{height: 20px;width: 20px;font-size: 12px;display: flex;align-items: center;justify-content: center;padding-right: 0px;}.retry-fetch-transcript{ background-color: var(--bg-color-1); padding: 4px 4px 4px 12px; color: var(--color-main); display: flex; align-items: center;}.msg-contnr:not(.art-unsupported-contnr) .zcmsgcnt.sticker-msg,.msg-contnr:not(.art-unsupported-contnr) .zcmsgcnt.amc-emoji-large-container { background: transparent; box-shadow: none; }.custom-sticker { width: 90px; height: 90px; border-radius: 8px; overflow: hidden; margin: auto;}.zcmsgcnt .msg-read-tick{color: var(--color-readtick); padding-left: 4px;}.zcmsgcnt .msg-sent-tick{padding-left: 4px;}.clock-loader { width: 14px; height: 14px; border: 1px solid var(--color-lp1); margin-left: 4px; border-radius: 50%; position: relative; } .clock-loader:after, .clock-loader:before{ position: absolute; content:""; background-color: var(--color-lp1); } .clock-loader:after{ width: 4px; height: 1px; top: 6px; left: 6px; transform-origin: left; animation: rotateHand 1.5s linear infinite; } .clock-loader:before{ width: 3px; height: 1px; top: 6px; left: 6px; transform-origin: left; animation: rotateHand 20s linear infinite; }@keyframes rotateHand{ 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)} }.msg-sending-status { width: 18px; height: 24px; overflow: hidden; }.absretry.failed-icon { width: 24px; height: 24px; border-radius: 50%; cursor: pointer; font-size: 23px; color: var(--color-error); background-color: var(--color-mode); position: absolute; top: 50%; left: -36px; transform: translateY(-50%); z-index: 3; }.failed-icon .arf-alert::before { margin-top: 1px; margin-left: 0.5px; }.absretry .zcl-menu-wrap[align="top"] { right: -5px; bottom: calc(100% + 10px); flex-direction: column; }.absretry .show-left { left: -5px; right: auto; }.absretry .show-left::after { left: 12px; right: auto; }.fwdmsgsrcinfo{ font-style: italic; color: var(--color-secondary); }.msg-actions-hover{display: flex; align-items: center; justify-content: space-around; cursor: pointer; background-color: var(--info-msg-bg); position: absolute;visibility: hidden; z-index: 2; border-radius: 30px; height: 30px; left: calc(100% + 24px); top: calc(50% - 15px); padding: 0 4px;}.me .msg-actions-hover{left: auto; right: calc(100% + 24px);}.art-dp-change-info .msg-actions-hover { left: unset; right: 0; top: -25px; background-color: var(--bg-color-1); box-shadow: 0 2px 12px var(--box-shadow-color); }.art-dp-change-info:has(.art-img-info-msg) .msg-actions-hover, .show_msgs_on_opposite_side .msg-actions-hover, .hudl-aside .msg-actions-hover  { top: -15px; left: auto; right: 0; background-color: var(--bg-color-1); box-shadow: 0 2px 12px var(--box-shadow-color); }.hudl-aside .me .msg-actions-hover { left: 0; right: auto; }.amc-info-msg-item.art-dp-change-info:hover .msg-actions-hover:not(.vertical-msg-options), .msg-contnr:hover .msg-actions-hover:not(.vertical-msg-options), .zcvsble{visibility: visible;}    .msg-actions-hover > div:not(.amc-emoji-picker-holder){flex-shrink: 0; width: 30px; height: 30px; font-size: 15px; display: flex; align-items: center; justify-content: center;}.msg-actions-hover > div:hover{color: var(--checkbox-color);}.msg-contnr .msg-opt-list.zcmsgoptn-btm.zcl-menu-wrap, .msg-contnr .msg-opt-list.zcmsgoptn-top.zcl-menu-wrap { left: 0px; right: auto; }.msg-contnr.me .msg-opt-list.zcmsgoptn-btm.zcl-menu-wrap, .msg-contnr.me .msg-opt-list.zcmsgoptn-top.zcl-menu-wrap { left: auto; right: 0; }.zcmulticht .msg-contnr.me .msg-opt-list.zcmsgoptn-btm.zcl-menu-wrap, .zcmulticht .msg-contnr.me .msg-opt-list.zcmsgoptn-top.zcl-menu-wrap { left: auto !important; right: 0 !important; }.msg-opt-list .zcl-menu-item{ height: 48px; }.msg-opt-list .zcl-menu-item-icn{width: 20px; text-align: center;}.msg-opt-list.zcmsgoptn-btm.zcl-menu-wrap, .msg-opt-list.zcmsgoptn-top.zcl-menu-wrap{right:0px;}.msg-opt-list.zcl-menu-wrap.zcmsgoptn-top{bottom: calc(100% + 5px); top:auto;}.zcmsgcnt.attachment_msg_item {padding-left: 0;padding-right: 0;}.zcmsgcnt .attachmnt-msg-cont{width: 100%;max-width: 412px;margin-left: auto;margin-right: auto;}.zcmsgcnt.attachment_msg_item .zcmediaview { padding: 0 4px; }.zcmsgcnt.attachment_msg_item .fwdmsgsrcinfo, .unfurl-msg .fwdmsgsrcinfo, .unfurl-msg .msg-sender-wrap, .zcmsgcnt.attachment_msg_item .msg-comment-wrap, .zcmsgcnt.attachment_msg_item .msg-sender-wrap, .replied-msg .msg-sender-wrap, .zcmsgcnt.attachment_msg_item .zcfileinf, .replied-msg:not(.unfurl-msg):not(.attachment-msg) .zcmsgcnt .reply {padding-left: 12px; padding-right: 12px;}.zcmsgcnt.attachment_msg_item .quotedmsgdiv { margin-left: 4px; margin-right: 4px; }.zcmsgcnt.attachment_msg_item .time-info, .replied-msg .time-info, .unfurl-msg .time-info, .story-reply .time-info { padding-right: 8px; }.unfurl-msg a { max-width: 100%; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding-bottom: 2px;line-height: 20px; }.unfurl-msg .story-caption a { display: inline; }.replied-msg .msg-sender-wrap, .story-reply:not(.unfurl-msg) .reply, .replied-msg:not(.unfurl-msg):not(.attachment-msg) .zcmsgcnt .reply, .replied-msg:not(.unfurl-msg):not(.attachment-msg) .zcmsgcnt .reply + .zcedtinfo { padding-left: 8px; }.msg-sender-wrap.meeting-widget { padding-left: 10px; }.unfurl-msg .msg-sender-wrap{padding: 0px 8px;}.unfurl-msg.unfurl-msg-invite .msg-sender-wrap{ width: 100%; }.art-message-preview .unfurl-msg.unfurl-msg-invite .msg-sender-wrap { width: 100%; }.msg-contnr .unflmsgfgmnt .sender-image { position: relative; left: 0px; margin-right: 6px; }.unfurl-msg .zcmsgcnt { box-shadow: none;max-width: 412px; }.unfurl-msg .zcmsgcnt:has(.art-giphy-contnr) { width: 100%; }.unfurl-msg .zcmsgcnt a{white-space:normal;}.zcmsgcnt .attachment_msg_item{width: fit-content; max-width: 370px;}.zcbroadsheet .zcmsgcnt .attachment_msg_item{max-width: 270px;}.attachmnt-msg-wrap{border-radius: 4px; position: relative; overflow: hidden; }.file-vw-cnt { max-height: 500px; margin: auto; display: flex; align-items: center; width: 100%; position: relative; overflow: hidden; }.readreceipt-msgcnt.attachment-msg .file-vw-cnt .art-img-card,.readreceipt-msgcnt.attachment-msg .file-vw-cnt .mc183cf01f_playeroverlay { width: 100px !important; height: 80px !important; }.file-vw-cnt img { width: 100%; height: 100%; inset: 0; margin: auto; position: absolute; object-fit: cover!important; border-radius: 5px 5px 0 0;}.zcimg-btns, .mc183cf01f_actionscontainer {display: flex; position: absolute; bottom: 5px; right: 5px; opacity: 0; transition: all .3s; transform: translateY(5px);}.chwindow-body:not(.zcmsgsel) .file-vw-cnt:hover .zcimg-btns, .chwindow-body:not(.zcmsgsel) .zcvideomn:hover .mc183cf01f_actionscontainer{visibility: visible; opacity: 1; transform: translateY(0px);}.zcimg-actn-btn, .mc183cf01f_forwardiconcontainer, .mc183cf01f_downloadiconcontainer { width: 32px; height: 32px; font-size: 16px; color: var(--color-icon); display: flex; align-items: center; justify-content: center; margin-left: 7px; border-radius: 4px; border: 1px solid var(--border-color-light); background-color: var(--bg-color-3); text-align: center; box-shadow: 0 1px 4px 0 rgb(0 0 0 / 11%); position: relative; cursor: pointer; }.cliqpermalink .unfurl-msg { padding: 0px !important; }.cliqpermalink .unfurl-msg .zcmsgcnt { white-space: inherit; }.cliqpermalink .unflmsgfgmnt .msg-contnr,.amc-link-img-container .zcmsgcnt .reply { padding: 0px !important; }.cliqpermalink .unflmsgfgmnt .zcmsgcnt { white-space: inherit; }.cliqpermalink .view-permalink-btn:hover { background-color: transparent; border: 1px solid currentColor; }.quotedmsgdiv{ position: relative; padding-left: 8px; margin-bottom: 8px; }.replied-msg .quotedmsgellips a { display: inline-block; max-width: 400px;white-space: nowrap;overflow: hidden; text-overflow: ellipsis; }.quotedmsgdiv.unfurl .quotedmsgellips a { max-width: 300px; }.replied-msg .gif-img { width: 100% !important; object-fit: cover; }.zcmsgcnt .quotedmsgellips a:hover { text-decoration: none; }.quotedmsgdiv::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background-color: var(--color-theme); border-radius: 24px; }.msg-content .quotedmsgdiv { background: var(--am-bg-color-2); border-radius: 0px 8px 8px 0px; padding: 6px 8px 6px 12px; margin-bottom: 8px; cursor: pointer; }.msg-contnr.me .msg-content .quotedmsgdiv { background: var(--am-color-theme-hover-bg-updated); }.msg-content .quotedmsgdiv.unfurl { width: auto; }.quotedmsgellips{-webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; max-height: 66px; line-height: 20px; font-size: 16px;}.replied-sender-info{ display: inline-flex; color: var(--sender-color); }.chat-reply .quotedmsgdiv { padding-left: 12px; }.hvrinfo { display: inline-block; position: relative; padding-bottom: 1px; color: var(--hvrinfo-color); cursor: pointer; vertical-align: top; text-decoration-color: transparent; transition: text-decoration-color 0.2s ease-out; line-break: anywhere; font-weight: 500;}.hvrinfo:not(.atme)::after{content: ''; display: block; margin: auto; height: 1px; width: 0px; margin-top: -2px; background: transparent; transition: width .5s ease, background-color .5s ease;}.hvrinfo:hover::after{background: currentColor; width: 100%;}@supports (text-underline-offset: 3px) {  .hvrinfo:not(.atme):hover { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }  .hvrinfo:not(.atme)::after { content: none; }}.lhs-list-msginfo .hvrinfo:not(.media-icon), .quotedmsgdiv .hvrinfo {color: inherit; cursor: default; pointer-events: none;}.lhs-list-msginfo .hvrinfo { display: inline-flex; font-weight: inherit; }.lhs-list-msginfo .hvrinfo::before, .lhs-list-msginfo .hvrinfo::after { content: none; }.lhs-list-msginfo [infobutton] { width: 0; height: 0; display: none; }.lastMsg .hvrinfo { margin-right: 4px; }.zcedtinfo { color: var(--color-secondary);padding-right: 1px; font-style: italic; align-self: flex-end; }.fdirC .zcedtinfo { align-self: flex-start; }.lhs-list-msginfo  .zcedtinfo, .lhs-list-msginfo .dltinfomsg { color: var(--lhs-txt-secondary);}.lhs-list-msginfo .msg-wrapper > *:not(.amc-dIB) { display: inline; }.lhs-list-msginfo .amc-added-info { display: inline; }.zcldng { position: absolute; z-index:11; left:0; top:0; right:0; bottom:0; margin:auto; width:50px; height:50px; border-radius:100%;}.zcldng::after { border: 3px solid var(--am-color-secondary); border-top-color: rgba(var(--am-color-secondary-rgb), 0.3); }@keyframes zcldng {  0% { transform:rotateZ(0deg); }  100% { transform:rotateZ(360deg);}}.nwmsgstatus { color: var(--newchat-info-color); background-color: var(--info-msg-bg); font-size: 14px; padding: 6px; margin: 8px 0px 4px; }.dltinfomsg .zcmsgcnt, .dltinfomsg{font-style: italic; color: var(--color-secondary);}.nwmsgstatus + .time-divider{display:none;}.zcmsgcnt a:hover{ text-decoration: underline; text-underline-position: under; }span.media-icon { color: var(--color-blue); font-style: normal; cursor: pointer; }.zcunfdtl{width: 400px; max-width: 100%; height: auto; margin-top: 4px; margin-left: 2px;}.zcunfdtl.p8 .zccontenttext { padding: 0; }.zcsiteimg{width: 88px; height: 88px; border-radius: 2px; overflow: hidden; flex-shrink: 0; margin-right: 12px;}.zcsiteimg img{width: 100%; height: 100%; cursor: pointer; object-fit: cover; background-color: var(--color-theme);border-radius: 4px;}.zcunfdtl .detail, .readreceipt-msg .msg-comment-wrap, .readreceipt-msgcnt:not(.attachment-msg) .msg-content-preview, .starred-item-msg pre.mkdwn, .ellips-L2, .ellips-L3 { max-height: 95px; overflow: hidden; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: break-word; word-wrap: break-word;}.ellips-L2 { -webkit-line-clamp: 2 !important; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; max-height: 66px; line-height: 1.4; white-space: normal; word-break: break-word; }.zcunfdtl .detail.permalinkview { max-height: none; width: 100%; display: block; }.zcsitecontainer.cliqpermalink, .zcmulticht .zcsitecontainer.cliqpermalink { max-width: 100%; }.detail.permalinkview { max-height: 300px; overflow-x: hidden; overflow-y: auto; }.zcsitetitle a {color: var(--color-main) !important; text-combine-upright: all;}.zc-domainname img, .zccontenttext img {width: 16px; height: 16px; background-color: transparent; display: inline-block; margin-right: 8px;}.zcvideodetail .zccontenttext a {color: var(--color-main);}.zcurlprv{ position: relative; background-color: var(--chatwindow-composer-bg); border-radius: 16px 16px 0 0; z-index: 10; display:none; width: 100%; max-width: 100%; padding: 12px 60px 12px 12px; }.zcurlprv .zcmulticht .zcvideodetail, .zcurlprv .zcmulticht .zcaudiodetail, .zcurlprv .zcmulticht .zcsitecontainer, .zcurlprv .zcmulticht .zclnkimg { box-sizing: border-box; position: relative; width: 100%; max-width: 400px !important;}.zcurlprv .close-icon{position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--color-icon); display: flex; align-items: center; justify-content: center; cursor: pointer;}.filedtl .arf-play, .filedtl .arf-pause { width: 40px; height: 40px; }.zcaudsldrmn {width: 98%!important; height: 4px; cursor: pointer; background: rgba(230, 230, 230, 1); position: absolute; left:0px!important }.amc-audioplayer .zcaudsldrmn{left: 0;margin-left: 0;width: 98%}.amc-audioplayer-container{ position:relative;width: 100%;display: grid;grid-template-columns: .7fr 2fr 7fr;}.amc-audioplayer-container .arf-play,.amc-audioplayer-container .arf-pause {margin-right: 10px;}.zcad-cirle { background-color: var(--color-blue); height: 12px; width: 12px; z-index: 1; cursor: pointer; box-shadow: 0 1px 4px 0 rgb(0 0 0 / 16%); position: absolute; top: -4px; left: 0; border-radius: 100%; margin-left: -2px; transition: left .1s; }.zcaudsldsb {background-color: var(--color-blue); position: absolute; height: 4px; top: 0; left: 0; }.zcfileinf:not(:has(.amc-audioplayer)) { width: 412px; }.amc-audioplayer-container .filedtlActn{display: none;}.amc-audioplayer-wholecontainer + .filedtlActn{display: none!important}.starred-item-msg .zcfileinf { width: auto; }.zcvdcunt { font-variant-numeric: tabular-nums; }.audioholder { position: absolute; margin: auto; top: 50%; transform: translateY(-50%); left: 0; right: 0; }.amc-audioplayer + .filedtlActn{display: none;}.amc-audio-timer{margin-left: 18%;}.video_attchment_msg_item { width: 412px; }.msg-contnr .zcmsgcnt .zcfilevw { border: none; background: transparent; box-shadow: none; }.zcmediaview .zcfilevw { height: 248px; border-bottom: none; }.zcmediaview .art-video-card .zcfilevw { height: 100%; }.zcfilevw { height: 160px; overflow: hidden; border-radius: 6px; display: flex; align-items: center; width: 100%; position: relative; overflow: hidden; }.videoholder video { height: 100%; width: auto; max-width: 100%; }.atchmntcntr { position: absolute; margin: auto; top: 0px; bottom: 0px; left: 0; right: 0; }.mc183cf01f_playeroverlay { background: var(--color-main); width: 100%; height: 100%; border-radius: inherit; position: relative; }.mc183cf01f_playpauseinitial { width: 60px; height: 60px; }.ml-data-container .mc183cf01f_playpauseinitial { width: 40px; height: 40px; }.mc183cf01f_playerparent_container { cursor: pointer; }.mc183cf01f_playicon { font-size: 25px; color: var(--color-white); }.ml-data-container .mc183cf01f_playicon { font-size: 18px; }.mc183cf01f_playpauseinitial:hover .mc183cf01f_playicon, .mc183cf01f_iconsmall:hover, .mc183cf01f_playpausecontainer:hover .mc183cf01f_iconmed, .mc183cf01f_playpausecontainer:hover .mc183cf01f_iconsmall, .mc183cf01f_playpausecontainer:hover .mc183cf01f_iconlarge, .mc183cf01f_ffbuttoncontainer:hover .mc183cf01f_iconlarge, .mc183cf01f_iconmed:hover, .mc183cf01f_iconsmall:hover, .mc183cf01f_iconlarge:hover { color: var(--color-mode); }.mc183cf01f_closeicon:hover { color: var(--color-white); }.mc183cf01f_forwardiconcontainer:hover .mc183cf01f_forwardicon { color: var(--color-icon); }.mc183cf01f_downloadiconcontainer a, .mc183cf01f_overlaydownloadicon, .mc183cf01f_forwardicon { color: var(--color-icon) !important; opacity: 1; padding: 0; border: none; height: auto; }.mc183cf01f_downloadiconcontainer a:hover, .mc183cf01f_rightpane a:hover { text-decoration: none; border: none; }.mc4b6e3fc0_focuson:focus { box-shadow: none; }.mc183cf01f_theatremode_overlay, .mc183cf01f_theatremode { z-index: 22 !important; }.mc183cf01f_videomodeplayicon, .mc183cf01f_videomodeplayicon:hover { color: var(--color-white) !important; }.mc183cf01f_progressbar { background-color: var(--am-color-blue); }.mc183cf01f_playerparent_container[data-playertype="video"] .mc183cf01f_closeicon:hover { color: #b3b3b3; }.mc183cf01f_ffbuttoncontainer:hover, .mc183cf01f_playpausecontainer:hover { background-color: #2b2b2b; }.mc183cf01f_header .mc183cf01f_videodesc { display: none; }.mc183cf01f_playerparent_container:not(.mc183cf01f_theatremode) .mc183cf01f_topgradiant { display: none; }.chtedtrdrpdwn { background-color: var(--bg-color-1); max-height: 303px; position: relative; overflow: hidden; border-radius: 16px 16px 0 0; width: 100%; z-index: 10; }.chtedtrdrpdwn .srchglt .usrimgsts img { width: 48px; height: 48px; border-radius: 50%; }.has-autocomplete .drpdwn { width: 100%; max-height: 303px; position: relative; z-index: 12;  }.has-autocomplete .drpdwn .ps-scrollbar-y-rail { margin-top: 6px; }.has-autocomplete .drpdwn .ps-scrollbar-y-rail, .has-autocomplete .drpdwn .ps-scrollbar-y { width: 4px; }.has-autocomplete .smilyatdrpdwnmn { overflow: hidden !important; }.has-autocomplete .zcmsg-edtbx-content { border-radius: 0 0 16px 16px; border-top-color: transparent; }.drpdwn [elemtype] { display: flex; align-items: center; cursor: pointer; max-height: 68px; padding: 10px 16px; }.usrimgsts { display: block; margin-right: 8px; }.drpdwn [elemtype]:hover, .drpdwn .sel { background-color: var(--bg-hover-color); }.drpdwn .usrname { font-size: 16px; line-height: 20px; font-weight: bold; }.drpdwn .usrname em { display: block; margin-top: 8px; color: var(--color-secondary); font-size: 14px; line-height: 16px; font-weight: normal; }.drpdwn .usrname b { background-color: var(--search-item-highlight-bg); }.msg-contnr .atme { background-color: var(--at-me-mention-bg); }.msg-contnr .quotedmsgdiv .atme { background-color: transparent; }.location-preview { background: url("/arattai-chat/source/officechat/images/zchat-sprite.png") -50px -96px no-repeat; overflow: hidden; display: block; border-radius: 4px; width: 90px; height: 80px; }.zcl-contact-card { padding: 10px 12px 6px; width: 318px; max-width: calc(100% - 8px); }.msg-contnr.unfurl-msg .zcl-contact-card,.msg-contnr .zcmsgcnt .zcl-contact-card {margin: 0 4px; border-radius: 8px;background-color: var(--am-unfurl-audio-background); }.msg-contnr.me .zcmsgcnt .zcl-contact-card{background-color:var(--am-color-theme-hover-bg-updated) }.zcl-contact-card .contact-icon, .zcl-contact-card .contact-image { width: 48px; height: 48px; border-radius: 50%; }.zcl-contact-card .contact-icon { font-size: 28px; color: var(--contact-icon-color); background-color: var(--contact-icon-bg); }.zcl-contact-card .contact-image { object-fit: cover; }.zcl-contact-card .zcmobmg { color: var(--color-secondary); font-size: 14px; line-height: 16px; }.zcl-contact-card .zcmobmg:not(:only-child) { margin-bottom: 8px; }.readreceipt-msg .zcl-contact-card { padding: 10px 0 0; }.zcl-tooltip { position: fixed; font-size: 14px; padding: 8px 10px; background-color: var(--color-black); color: var(--color-white); border-radius: 4px; box-shadow: 0 0 6px var(--box-shadow-color2); }.zcl-tooltip::before { content: ""; position: absolute; width: 15px; height: 15px; background-color: var(--color-black); transform: rotate(225deg) translateX(-50%); top: -10px; left: 50%; z-index: -1; backface-visibility: hidden; }.zcfileuploadcnt { width: 100%; position: relative; font-size: 14px; box-shadow: 0px 2px 3px var(--box-shadow-color); }.zfileprgrmn { background-color: var(--bg-color-2); color: var(--color-main); padding: 4px 13px; position: relative; box-shadow: 0 2px 3px var(--box-shadow-color3); z-index: 10; border-bottom: 1px solid var(--color-divider); display: flex; align-items: center; justify-content: space-between; }.zc-failed-info, .zc-networkslow-info { margin-left: 6px; }.zc-file-error, .warning-icon {  width: 16px; height: 16px; border-radius: 50%; font-size: 10px; color: var(--color-mode); display: flex; align-items: center; justify-content: center;  }.zc-file-error { background-color: var(--color-error); }.warning-icon { background-color: var(--color-warning); }.zcprgbrsb { background-color: var(--icon-hover-bg-color); width: 100%; height: 2px; position: absolute; bottom: -3px; z-index: 10; overflow: hidden; }.zcfileuploadcnt > .zcprgbrsb { height: 3px; margin-top: -3px; }.zcprgsbg { background-color: var(--color-blue); height: inherit; width: 0; position: relative; overflow: hidden }.progress_loader::after { content: ""; position: absolute; height: 100%; width: 200px; background-color: var(--color-blue); background: linear-gradient(-45deg, transparent, rgba(255,255,255,0.6) , transparent); background-size: 100% 100%; animation: progress 1.3s ease infinite; background-blend-mode: overlay }@keyframes progress {  0% { left: -200px; } 90% { opacity:1; } 100% { left: calc(100% - 60px); opacity:0.5; } }.zcfileupld-opts.arf-downArrow { display: none; }.smilyatdrpdwnmn { max-height: 180px; padding-top: 4px; border-radius: 16px 16px 0 0; background-color: var(--color-mode); z-index: 12; width: 100%; }.smilyatdrpdwnmn:not(:empty) ~ .zcurlprv, .chtedtrdrpdwn:not(:empty) ~ .zcurlprv { border-radius: 0; }.smilyatdrpdwn { position: relative; max-height: 180px; left: 0; width: 100%; padding: 5px 5px 2px 5px; border: none; z-index: 14; border-radius: 3px; }.smilyatdrpdwn div .zcsimleys { width: 98%; }.smlglst { float: left; padding: 7px 5px 6px 7px; width: 100%; border-radius: 5px; white-space: nowrap; cursor: pointer; font-size: 14px; }.smilyatdrpdwn .smlglst:hover, .smilyatdrpdwn div .sel { background-color: var(--list-item-hover-bg) !important; cursor: pointer; }.zcsimleys .colonemoji { line-height: 22px; font-size: 22px; }.smlglst span { vertical-align: top; line-height: 19px; margin-left: 3px; }.firstminwidth .smlglst { width: 144px; }.secminwidth .smlglst { width: 154px; }.zcsimleys .colonemojitxt { margin-left: 6px; }.zclnkprv { height:60px;}.zcurlprv[unfurl="true"]{ z-index: 1111}.zcurlprv .quotedmsgdiv{margin-bottom: 0px;}.zcurlprv .zcldng{ width: 35px;height: 35px;}.zcurlprv .play-icon { width: 35px; height:35px; line-height:35px; font-size:15px; }.zcmsgvideo .play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; color: var(--color-white); font-size: 40px; cursor: pointer; }.zcmsgvideo:not(.no-overlay)::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 4px; background-color: var(--overlay-bg-2); }.zcmsgvideo img, .zcmsgvideo iframe { display: block; border-radius: 4px; }div.zcurlprv .prvlngcls { right: 7px; top: 8px; font-size: 10px; padding: 0; height: 15px; width: 15px; line-height:15px; z-index: 1; display: block;}.zcurlprv .zcmsgvideo, .zcurlprv .zcaudioimg, .zcurlprv .zclnkimg img, .zcurlprv .zcsiteimg { width: 80px; height:70px; border-radius: 5px; overflow: hidden; }.zcurlprv .msi-videoplybtn{ width: 40px; height: 40px; font-size: 25px; border-radius: 3px; margin-left: 25px;}.zcurlprv .zcaudiodetail iframe{ height:87px;}.zcurlprv .zclnkimg img, .cmddetails .zclnkimg img{ width:auto; max-width: 100%; border-radius: 3px; padding: 0px; display: table-cell;}.cmddetails .zclnkimg img{margin-left: 0;}.zcurlprv .zclnkimg div:first-child{ width: 90px; display: table-cell; padding: 0px;}.zcurlprv .zclnkimg .zcimlnk{clear: both;width: 100%;display: table-cell;vertical-align: top;padding: 0px 0 0 10px;}.zcurlprv .zccontenttext { padding: 0px 5px 0px 0px; line-height: 27px;}.zcurlprv .zcemb-vido { height: 100px; }.zcurlprv .zcaudpmn { height: 65px; margin:0; }.zcurlprv .zcvidplyr { margin-bottom:0; }.zcsetrectns{flex-wrap: wrap; line-height: normal; flex-basis: 100%;}.zcmsgsel .zcsetrectns { flex-basis: 95%; }.art-chwindows-cnt:not(.zcmulticht) .amc-info-msg-item .zcsetrectns { width: 70%; }.art-chwindows-cnt.zcmulticht .amc-info-msg-item .zcsetrectns { width: 90%; }.art-chwindows-cnt .amc-info-msg-item .zcsetrectns { justify-content: center; }.zcreactn-optns, .zcsetrectns .arf-addemoji { user-select: none; -webkit-user-select: none; height: 28px; border: solid 1px var(--input-border-color); background-color: var(--bg-color-1); border-radius: 20px; display: inline-flex; justify-content: center; align-items: center; padding: 4px 8px; margin: 0 8px 8px 0; vertical-align: middle; overflow: hidden; cursor: pointer; }.zcreactn-optns [class^="zcslymsg-"]{margin-top: 0; cursor: pointer;}.zcreactn-optns [class^="zcsly-"], .zcreactn-optns [class^="zcslymsg-"]{transform: scale(0.62);}.zcreactn-optns span{font-size: 14px; color: var(--color-main);}.zcreactn-optns span:last-child { min-width: 7px; }.zcreactn-optns .emoji { width: 20px; height: 20px; line-height: 20px; margin-bottom: 0; font-size: 16px; }@supports (-webkit-hyphens:none) { .zcreactn-optns .emoji { margin-bottom:2px; } }.zcreactn-optns-me{border-color: var(--checkbox-color);}.zcreactn-optns.disable {background-color: var(--bg-hover-color);}.zcsetrectns .add-emoji-cnt{margin-bottom: 8px; cursor: pointer; font-size: 16px; color: var(--color-lp1); width: 36px; height: 28px;}.disable-reaction .zcsetrectns, .disable-reaction .msg-actions-hover .arf-addemoji, .disable-reaction .msg-actions-hover .art-view-reactions { display: none; }.disable-reaction .zcreactn-optns { cursor: default; opacity: 0.5; }.me .zcsetrectns{justify-content: flex-end;}.zcreactn-add{ transform: translateY(-23%); }.zcreactn-remove{ transform: translateY(30%); }.zcreactn-trans{transition: transform 0.5s ease; }.zcreactn-optns.disable { display: none; cursor: default; }.disable-forward .mc183cf01f_actionscontainer .mc183cf01f_forwardiconcontainer, .disable-forward .fileactn-item.arf-forward, .disable-forward .zcimg-actn-btn.arf-forward { display: none; }@keyframes smileyzoom{ 0%{ transform: scale(1);} 50%  { transform: scale(1.3);} 100% { transform: scale(1)}}.stariconsel{animation: smileyzoom 1s infinite;}.stariconseld{animation: smileyzoom 1s;}.stariconsel.staricon, .zcmsgophov.zcopsel .arf-star{visibility:visible;}.chwindows-item .msg-contnr:hover .staricon, .chwindows-item .msg-contnr:hover div.zcmsgophov, .chwindows-item .msg-contnr div.zcopsel, .chwindows-item .msg-contnr div.zcopsel, .chwindows-item .msg-contnr div.zcopsel .staricon, .chwindows-item .zcstroptn, .chwindows-item .zcstroptn{ visibility:visible;}.staricon { visibility: hidden; color: var(--color-icon); font-size:13px; margin-right: 8px;}.starselicon { margin-right: 8px; font-size:13px; }.chwindows-item .msg-contnr .zcmsgophov, .chwindows-item .msg-contnr:hover .zcmsgstrd, .chwindows-item .msg-contnr .zcopsel{ position: absolute; left: 6px; top: 2px; color: #888; font-size: 13px; width: 41px; height:24px; border-radius: 5px; box-shadow: 0 0 5px 1px #e0e0e0; visibility: hidden; background: #fff;}.chwindows-item .msg-contnr:hover .zcmsgophov .staricon, .chwindows-item .msg-contnr:hover  .zcmsgophov .starselicon, .chwindows-item .msg-contnr .zcopsel .staricon, .chwindows-item .msg-contnr .zcopsel .starselicon{ width: 20px; height: 100%; left: 0; text-align: center; position: relative; display: inline-block; vertical-align: top; font-size: 11px;}.chwindows-item .msg-contnr .zcmsgstrd { visibility: visible; box-shadow: none; position: static; width: 0; height: 0; }.staricon:hover { color: var(--am-color-main); }.arf-starsel:before{ color: #ffa256;}.amc-starred-msg-filled.arf-starsel::before { color: #888888; }.amc-starred-msg-filled.arf-starsel:hover::before { color: var(--am-color-blue); }.ajaxstatus { position: absolute; background-color: var(--network-banner-bg); color: var(--color-secondary); box-shadow: 0 3px 6px 0 rgb(0 0 0 / 8%); top: 15px; z-index: 10001; font-size: 15px; max-width: 900px; padding: 20px 20px 20px 80px; min-width: 240px; line-height: 20px; margin: auto; left: 50%; transform: translateX(-50%); border-radius: 5px; }.ajaxstatus em.ldng_success, .ajaxstatus em.ldng_error, .ajaxstatus em.ldng_neutral { width: 60px; height: 100%; position: absolute; top: 0; left: 0; border-radius: 5px 0 0 5px; }.ldng_success, .zcupdanc { background-color: #4a90e2; }.ldng_error {animation-delay: .5s;}.ldng_error {background-color: #f64744;}.ldng_error.arf-alert::before{ -webkit-animation: alertanim 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; -moz-animation: alertanim 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; animation: alertanim 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;}@keyframes hintanim { 0% { height: 0; } 50% { height: 8px; } 60% { height: 8px; } 100% { height: 0; } }@keyframes success_thumsup { 0% { transform: translateY(-50%) translateX(-50%) rotate(40deg); } 100% { transform: translateY(-50%) translateX(-50%) rotate(0deg); } }@keyframes alertanim { 10%, 90% { transform: translate3d(-45%,-50%, 0); }  20%, 80% { transform: translate3d(-55%, -50%, 0); }  30%, 50%, 70% { transform: translate3d(-40%, -50%, 0); }  40%, 60% { transform: translate3d(-60%, -50%, 0); } }.hintanim, .hintanim::before, .hintanim::after { height: 0; width: 1px; background: var(--color-mode); position: absolute; left: 0; right: 0; margin: auto; bottom: 75%; content: ''; animation: hintanim .8s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.7s; -webkit-animation: hintanim .8s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.7s; -moz-animation: hintanim 0.8s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.7s; backface-visibility: hidden; }.hintanim::before { transform: rotate(40deg); left: 12px; top: 13px;}.hintanim:after { transform: rotate(140deg); left: -24px;top: 13px;}.ajaxstatus em.ldng_success::before, .ajaxstatus em.ldng_error::before, .ajaxstatus em.ldng_neutral::before { color: var(--color-white); text-align: center; font-size: 21px; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%); }.ldng_success::before { animation: success_thumsup .6s cubic-bezier(0.445, 0.050, 0.550, 0.950); -webkit-animation: success_thumsup .6s cubic-bezier(0.445, 0.050, 0.550, 0.950); -moz-animation: success_thumsup .6s cubic-bezier(0.445, 0.050, 0.550, 0.950); }.zcmsgsel #msgarea .msg-contnr:not(.dltinfomsg) { cursor: pointer; }#msgarea .msg-contnr.zcmsgselbx::before { content: ''; width: 100%; height: 100%;  position: absolute; left: 0; top: 0; background-color: var(--selected-msg-bg); }#msgarea .msg-contnr.zcmsgselbx.zcreportmsgselbx::before { content: ''; width: 100%; height: 100%;  position: absolute; left: 0; top: 0; background-color:rgba(0, 135, 237, 0.06);}.zcmsgsel a { pointer-events: none; text-decoration: none; }.zcmsgsel #msgarea .msg-contnr .zcunrdchkbx-label { opacity: 1; visibility: visible; }.zcmsgsel .msg-contnr:not(.me) { padding-left: 5.5vw; }.zcunrdchkbx.msgsel { top: 12px; }.zcunrdchkbx.msgsel { top: 2px; position: absolute; left: 23px; z-index: 1; font-size: 15px; opacity: 0.4; display: block; }.zcunrdchkbx-label { cursor: pointer; width: 18px; height: 18px; border: 1px solid var(--color-hdr); border-radius: 2px; position: absolute; top: 50%; left: 2.1vw; transform: translateY(-50%); overflow: hidden; opacity: 0; visibility: hidden; }.zcunrdchkbx-label::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--color-mode); z-index: 2; font-weight: bolder; opacity: 0; transition: opacity 0.1s ease-out; }.zcunrdchkbx-label::after { content: ''; display: block; height: 100%; width: 100%; position: absolute; left: 0; top: 0; background: var(--checkbox-color); transform: scale(0); transform-origin: 50% 50%; transition: transform 0.1s ease-out; }.zcmsgselbx .zcunrdchkbx-label { border: none; }.zcmsgselbx .zcunrdchkbx-label::before { opacity: 1; }.zcmsgselbx .zcunrdchkbx-label::after { transform: scale(1); }.zcmsgsel .msg-contnr .msg-actions-hover, .zcmsgsel .msg-contnr:hover .msg-actions-hover { visibility: hidden; }.zcmsgsel .msg-contnr:not(.zcmsgselbx):not(.dltinfomsg):hover { background-color: var(--select-msg-hover-bg); }.zcmsgmr:before, .zcmsgmr:after {content: '';border-bottom: 2px solid var(--color-divider);flex: 1;}.zcmsgmr:after { margin-left: 14px; }.zcmsgmr:before {margin-right: 14px;}.zcmsgmr_dvdr{padding: 5px; text-align: center; clear: both;}.zcmsgmr .load-inbw-btn {text-transform: none;}.msgoptioncontrol { width: 100%; min-height: 60px; margin: auto; }.chateditrmn.zceditrsndfile { padding: 12px 10px; border-radius: 6px; }.msgoptioncontrol-txt { color: var(--color-secondary); font-size: 18px; line-height: 28px; margin: 0 20px; }.zcmulticht .msgoptioncontrol-txt { margin: 0 4px 0 6px; }.msgoptioncontrol-num { font-variant-numeric: tabular-nums; }.msg-option-btn { cursor: pointer; height: 36px; line-height: 36px; padding: 6px 12px; background-color: transparent; }.msg-option-btn:not(.zcl-btn--negative) { color: var(--color-blue); }.zcmulticht .msg-option, .show_msgs_on_opposite_side .msg-option { margin-right: 0; }.zcmulticht .msg-option-btn span:first-child, .show_msgs_on_opposite_side .msg-option-btn span:first-child { margin-right: 0; }.msg-option .zcl-btn-icn:hover { background-color: var(--icon-bg-hover); }.msg-option .zcl-btn-icn:active { background-color: var(--icon-bg-active); }.msg-option-btn[disabled], .msg-option-btn[disabled]:hover, .msg-option-btn[disabled]:active { cursor: default; pointer-events: none; color: var(--color-btn-disabled); background-color: transparent; } .msg-option-btn span:first-child { color: currentColor; font-size: 18px; width: 24px; height: 24px; }.group-unfurl-img { max-width: 100%; aspect-ratio: 2; }.channel-unfurl-img { width: 80px; flex-shrink: 0; }.channel-unfurl { width: 448px; max-width: 100%; height: auto; margin-top: 4px; }.group-unfurl { width: 316px; max-width: 100%; height: auto; }.channel-unfurl-desc { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }.channel-unfurl-title, .channel-unfurl-link { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }.view-permalink-btn, #rtcpconference .zcl-btn.view-permalink-btn { color: var(--color-blue); border: 1px solid currentColor; padding: 0; font-size: 14px; line-height: 16px; transition: all 0.3s ease-out; text-transform: none; border-radius: 4px; }.view-permalink-btn:hover, #rtcpconference .zcl-btn.view-permalink-btn:hover { background-color: var(--unfurl-btn-hover-bg); border-color: transparent; }.stickymsg-con,.chatheader-meeting-container  { cursor: pointer; min-height: 52px; padding: 6px 20px 6px 16px; background-color: var(--sticky-bg); border-top: 1px solid var(--border-color-light); transition: background-color 0.3s ease-out; }.chatheader-meeting-container{cursor: default;}.chatheader-meeting-line{height: 45px;width: 0px;border-left: 2px solid;border-color: var( --am-color-divider);border-radius: 10px;}.amc-chatheader-meeting-count{height:20px;width: 20px;border-radius: 50%;background-color: var(--am-color-theme);font-size: 13px;font-weight: 400;color: var(--lhs-counter-clr);}.amc-chatheader-meeting-arrowicon{justify-content: end;flex: 1;}.amc-meeting-info-container .chatheader-meeting-icon,.amc-meeting-list-container .chatheader-meeting-line,.amc-meeting-list-container .amc-meeting-info-container{display: flex;}.amc-meeting-list-container .chatheader-meeting-icon,.amc-meeting-info-container .chatheader-meeting-line,.amc-meeting-info-container .chatheader-meeting-info{display: none;}.amc-meeting-list-container .chatheader-meeting-whole-container{gap: 12px;}.amc-meeting-list-container .chatheader-meeting-container{border-top: 0px;padding:8px 16px}.amc-meeting-list-container .amc-chatheader-meeting-list-container{height: 0;overflow: auto;}.amc-meeting-list-container.amc-meeting-list-view .amc-chatheader-meeting-list-container{height: auto;max-height: 430px;overflow: auto;transition: height 2s;}.amc-meeting-list-container.amc-meeting-list-view .arf-downArrow{transform: rotate(180deg);}.amc-meeting-list-container .zcl-icon-md{height: 24px;width: 24px;font-size: 100%;}.chatheader-meeting-info{border-top: 1px solid var(--border-color-light)}.amc-meeting-host-info span{font-size: 13px;font-weight: 500;color: var(--am-color-main);}.amc-meeting-host-info{font-size: 13px;font-weight: 400;}.stickymsg-con:hover { background-color: var(--sticky-bg-hover); }.stickmsg-heading { color: var(--color-blue); font-weight: 600; }.stickmsg-heading:empty { display: none; }.sticky-img { width: 48px; height: 40px; border-radius: 4px; overflow: hidden; }span[id^="stickyoptionsbtn"] { width: 24px; height: 24px; font-size: 20px; }span[id^="stickyoptionsbtn"]:hover { color: var(--color-blue); }.msg-opt-list .zh-arf-rename { font-size: 20px; }.zcmsg-edtbx-content { width: 100%; border-radius: 16px; border: 1px solid var(--border-color-light); overflow: hidden; }.zcmsg-edtbx-content > div { padding: 12px 20px; }.zcmsg-edtbx-header { width: 100%; height: 92px; background-color: var(--bg-color-2); }.no-notify.zcmsg-edtbx-header { height: unset; }.zcmsg-edtbx.zc-notify-hide .zcmsg-edtbx-header{height: 64px;}.zcmsg-edtbx-header #canceledit { position: absolute; top: 20px; right: 20px; z-index: 3; color: var(--color-secondary); }.zcmsg-edtbx-preview { height: 42px; }.zcmsg-preview-msg:not(:empty) { min-height: 20px; }.zcmsg-preview-msg .emoji { font-size: 14px; }.edit-notify-wrp .zcunrdchkbx { opacity: 1; visibility: visible; display: block; position: static; transform: none; width: 15px; height: 15px; margin-right: 7.5px; }.zcmsg-edtbx-body { background-color: var(--bg-color-1); }.zcmsg-edt-inptbx { max-height: 150px; overflow: auto; }.zcmsg-edtbx-content .zcmsg-edtbx-body { padding-right: 96px; }.zc-edt-smily { position: relative; bottom: unset; right: unset; width: 40px; height: 17px; font-size: 17px; text-align: center; margin-left: 4px; }.zcedit-smily-wrap { position: absolute; bottom: 1px; right: 12px; height: 40px; }.zcedit-smily-wrap .zcl-icon:hover { background-color: transparent; }.zcedit-smily-wrap .zcl-icon { font-size: 18px; }.zcmsg-edtbx .windwbtn { cursor: pointer; width: 40px; height: 40px; border-radius: 50%; font-size: 15px; color: var(--color-mode); background-color: var(--color-blue); margin-bottom: 4px; transition: background-color 0.3s ease-out; }.zcmsg-edtbx .windwbtn[disabled] { cursor: default; background-color: var(--color-lp3); }.edit-msg-preview { width: 56px; height: 42px; position: relative; }.edit-msg-preview .edit-video-play-icon { position: absolute; color: var(--color-white); width: 30px; height: 30px; background-color: rgb(0, 0, 0, 0.4); border-radius: 50%; }.edit-preview-bar { width: 4px; height: 100%; background-color: var(--color-theme); border-radius: 4px; }.edit-history.modalwindow { width: 560px; }.edit-history .mheader { border-bottom: none; }.edit-history .arf-close { position: absolute; top: 12px; right: 12px; }.edit-hstry-ldr { height: 130px; }.edit-his-hd { padding: 7px 0px; margin: 12px 26px; position: relative; font-size: 18px;}.edit-his-bdy { margin: 5px 26px 20px; max-height: 400px; overflow: hidden; position: relative;}.edit-his-item::before, .edit-his-item::after { content: ""; position: absolute; left: 0; }.edit-his-item::before { width: 14px; height: 14px; background-color: var(--bg-color-3); border-radius: 50%; top: 1px; }.edit-his-item { position: relative; padding: 0 0 25px 30px; }.edit-his-item pre { line-height: 1.57; font-size: 14px; word-break: break-word; white-space: pre-wrap; }.edit-his-item pre.mkdwn { width: 90%; }.edit-his-item pre a { color: var(--hvrinfo-color); pointer-events: none; }.edit-his-item::after { top: 19px; bottom: 3px; left: 7px; border-left: 1px dashed var(--border-color-light); }.edit-his-last-item::after { display:none; }.dark:before { background-color: var(--color-theme); }.edit-his-item-titl { margin-bottom: 8px; font-size: 14px; color: var(--color-secondary); }.zcdalogbx.alert_dialog.modalwindow > .edit-his-wrp { border-radius: 8px !important; }.zfileupld-content { background-color: var(--bg-color-1); border: 1px solid var(--border-color-light); width: calc(100% - 52px); }.zfileupld-header { margin: 12px; margin-bottom: 0; }.admorefiles { padding: 0 10.5px; height: 120px; transition: border 0.3s, background-color 0.3s ease-out; }.theme-link .zcl-icon { background-color: var(--bg-color-1); border: 1px solid var(--border-color-light); font-size: 14px; }.admorefiles:hover { background-color: var(--icon-bg-hover); }.admorefiles:hover span { color: var(--color-blue); }.zcupldimgmn { width: 144px; min-width: 144px; height: 120px; border: 2px solid var(--border-color-light); }.zcupldimgmn.sel { border-color: var(--color-theme); }.zcupldimgmn:not(.file-upld) .zupldimg { position: absolute; top: -1px; left: -1px; }/* .fileshare-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: var(--color-white); background-color: var(--overlay-bg); visibility: hidden; opacity: 0; transition: opacity 0.3s ease-out; }.fileshare-overlay::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 36px; height: 36px; font-size: 30px; }.zcupldimgmn:not(.file-upld):hover .fileshare-overlay { visibility: visible; opacity: 1; }*/.zc-upldfile { padding: 12px; }.zc-upldfile span.ellips { width: 126px; }.zc-upldfile  img{height: 40px;width: 32px;object-fit: cover;}.file-upld { background-color: var(--bg-color-2); transition: all 0.3s ease-out; }.file-upld:not(.sel):hover { background-color: var(--bg-hover-color); border-color: transparent; }.file-upld [class^="arf-"] { background-color: var(--overlay-bg-2); }.file-upld .arf-edit { display: none !important; }.fileshare-icons { position: absolute; top: 6px; right: 6px; z-index: 1; }.fileshare-icons > * { cursor: pointer; border-radius: 4px; width: 20px; height: 20px; color: var(--color-white); background-color: var(--overlay-bg); }.fileshare-close { font-size: 8.75px; }.fileshare-edit { font-size: 12px; }.zcl-btn--icon { width: 40px; min-width: 40px; height: 40px; border: 1px solid transparent; border-radius: 50%; background-color: var(--icon-btn-bg); padding: 8px; display: block; }.zcl-btn--icon:hover { background-color: var(--icon-btn-bg-hover); }.zcl-btn--icon:active { background-color: var(--icon-btn-bg); border-color: var(--icon-btn-border-active); }.submit-btn .arf-submit { display: inline-block; width: 24px; height: 24px; line-height: 24px; font-size: 18px; color: var(--color-black); }.zcl-carousel-control { position: absolute; width: 40px; height: 40px; border-radius: 100%; background: var(--bg-color-1); box-shadow: 0px 0px 3px var(--box-shadow-color3); top: 50%; transform: translateY(-50%); margin: auto; cursor: pointer; }.zcl-carousel-control-prev { left: 12px; transform: translateY(-50%); }.zcl-carousel-control-next { right: 12px; transform: translateY(-50%); }.slides-container { overflow: visible !important; transition: transform 0.3s ease-out; }.fileprv-cont { height: 18px;font-size: 13px; }.fileprv { color: var(--color-blue); }.zcmsgsel .filesize { display: block !important; }.zcmsgsel .fileprv { display: none !important; }.fileinfo { width: 290px; max-width: calc(100% - 80px - 16px); }.art-msg-item.amc-starred-message .fileinfo{max-width: unset;}.fileactn-item { color: var(--color-secondary); width: 32px; height: 32px; font-size: 16px; margin-left: auto; transition: color 0.3s ease-out; }.fileactn-item:hover { color: var(--color-hdr); }.filetypimg img { width: 32px; height: 40px; object-fit: cover;}.chateditrmn .zcl-icon { font-size: 18px; }.zcftype {  align-self: center;  width: 32px; height: 40px; flex-shrink: 0;}.zcftype img{height: 100%;width: 100%;object-fit: cover;}div.zcrectn-popup .mcontent { float: none; padding: 0; }.adchtwin .mcontent { font-size: 14px; width: 480px; height: 100%; padding: 12px 0px 0px; display: flex; flex-direction: column; backface-visibility: hidden; }.adchtwin > div:not(.zcbg_mask) { height: calc(100vh - 100px); max-height: 730px; display: flex; flex-direction: column; }.adchtwin .zcinhds:before { margin-left: 20px; width: 20px; }.mcontent.zcinhds:before { margin-top: 30px; }.zcemoji-head { height: 48px; padding: 0 10px; background-color: var(--bg-color-1); border-bottom: 0.5px solid var(--border-color-light); }.zcemoji-all.sel, .zcemoji-optn.sel { border-color: var(--color-blue); }.zcemoji-all.sel, .zcemoji-all.sel span, .zcemoji-optn.sel { color: var(--color-blue); }.zcemoji-lst > div, .zcemoji-all { display: inline-block; text-align: center; cursor: pointer; min-width: 65px; line-height: 48px; height: 100%; flex-shrink: 0; border-bottom: 2px solid transparent; }.zcemoji-lst { overflow-x: auto; overflow-y: hidden; flex-shrink: 0; width: 100%; height: 100%; white-space: nowrap; text-align: left; }.zc-rct-usr { display: flex; align-items: center; min-height: 60px; padding: 10px 16px; position: relative; cursor: pointer; border-radius: 4px; }.zc-rct-usr:hover { background-color: var(--bg-color-2); }.zc-rct-usr .emoji { font-size: 16px; }.zcemoji-head #winclose { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); }.rct-usr-left { width: 48px; height: 48px; }.zcusr-emoji { position: absolute; height: 20px; min-width: 20px; bottom: -3px; display: none; left: calc(100% - 20px); align-items: center; z-index: 2; }.chtwinparts.zcrectn-popup .rct-usr-right { padding-right: 0; }.chtwinparts .rct-usr-right { padding-right: 70px; }.rct-usr-right { height: 40px; line-height: 18px; }.chtwinparts .rct-usr-right > div { max-width: 100%; }.usr-rectime { position: absolute; right: 20px; width: 150px; font-size: 11px; color: var(--color-secondary); text-align: right; }.usr-rectime > span { visibility: hidden; }.zc-rct-usr:hover .usr-rectime > span { visibility: visible; }.zcreactn-trans > div:not(:first-child) { margin-top: 5px; margin-bottom: 3px; }.info-msg-item .msg-content { display: inline-block; }.msg-content { word-break: break-word; }span.read-more { color: var(--read-more-info-color);font-weight : 600; text-wrap: nowrap }span.read-more:hover{ cursor : pointer; }.msg-content a, .msi-qut a { color: var(--hvrinfo-color);vertical-align: bottom; }.msg-content a + .readmore-before { display: block; }.msg-content .linkinfoclass { width: 316px; }.msg-content .linkinfoclass:has(.amc-link-img-container){width: 100%;}.msg-content u:has(>a){  color: var(--am-color-link); }.markdown-msg > h1, .markdown-msg > h3, .markdown-msg > .mkdwn { max-width: 100%; }@keyframes msgBlink {from { background-color:var(--blink-msg-bg-light);} to { background-color: var(--blink-msg-bg);}}.zcmsg_blink { animation: msgBlink 2s linear 0s 1 alternate; }.chwindow-msgarea { position: relative; box-sizing: border-box; display: flex; flex-direction: column; width: 100%; min-height: 100%; overflow-x: hidden; overflow-y: scroll; }.chwindow-offset { flex: 1 1 auto; min-height: 1px; }.imgviewer, .fileantwin { z-index: 23; position: fixed; font-size: 14px; top: 0; left: 0; color: var(--color-mode); width: 100%; height: 100%; }.imgviewer-arrow.arrow-hidden { cursor: default; transform: scale(0); }.imgviewer-arrow { font-size: 16px; cursor: pointer; width: 40px; height: 40px; border-radius: 50%; color: var(--color-white); background-color: var(--am-profile-cropbtn-secondary); position: absolute; right: 60px; z-index: 10; transition: all 0.3s ease 0s; }.imgviewer.filecomment-view .imgviewer-arrow { margin-top: 30px; }.imgviewer-arrow.arr-left { left: 60px; right: auto; }.imgviewer-arrow span { width: 14px; }.imgviewer-arrow.arr-left span { width: 16px; }.imgholder { position: relative; background-color: transparent; margin: auto; }.imgviewer-carousel img { position: absolute; width: 100%; height: 100%; object-fit: contain; border-radius: 4px; min-height: 100px; user-select: none; -webkit-user-select: none; -moz-user-select: none; }.zoomoption { position: absolute; z-index: 15; top: 0; visibility: hidden; margin: auto; vertical-align: middle; color: var(--color-mode); left: 0; right: 0; height: 40px; max-width: 104px; display: flex; background-color: var(--color-hdr); }.zoomimgholder:hover .zoomoption { visibility: visible; }[zoomout="false"] .zoomout, [zoomout="true"] .zoomin { cursor: default; opacity: 0.7; }[zoomout="true"] .zoomin:hover, [zoomout="false"] .zoomout:hover { background-color: var(--color-hdr); }.zoomoption * { font-size: 24px; font-weight: bold; position: relative; cursor: pointer; width: 35px; text-align: center; padding-top: 5px; }.zoomoption *:hover { background-color: var(--color-secondary); }.zoomoption .arf-search2::before { position: absolute; top: 13.9px; left: 4.5px; font-size: 18px; color: inherit; padding: 0 5px; }.zcimginfo { margin: 0 auto; text-align: center; opacity: 0; width: 100vw; position: relative; left: calc(-50vw + 50%); z-index: 13; }[zoomout="false"] .zcimginfo { opacity: 1; }.zoomout.arf-search2 { padding: 0 0.5px 1px 0; }.zoomout.zh-arf-zoomout { padding: 0; }.zcimgcomment { overflow-wrap: break-word; color: var(--color-mode-secondary); width: 90%; max-height: 90px; overflow: auto; margin: auto; padding-top: 20px; }.zcimgcomment.readmore-enabled .msi-qut { max-height: 30px; display: inline-block; overflow: hidden; white-space: wrap; }.zcimgcomment.readmore-enabled.rmore .msi-qut { width: calc(100% - 100px); vertical-align: middle; }.zcimgcomment.readmore-enabled.rless .msi-qut { max-height: initial; width: 100%; vertical-align: initial; overflow: auto; }.zcimgcomment.readmore-enabled.rless { position: absolute; left: 0; right: 0; bottom: -50px; background-color: var(--am-overlay-bg2); border-radius: 12px; max-height: 60vh; padding: 10px; z-index: 12; backdrop-filter: blur(4px); }.zcimgcomment a:hover { text-decoration: underline; }.zcimgtitle { font-size: 16px; line-height: 20px; color: var(--color-mode-secondary); }.zcimgtime { font-size: 14px; color: var(--color-mode-teritary); margin-top: 9px; }.imgviewer-wrapper { min-height: 102px; position: fixed; bottom: 4px; width: 100%; z-index: 12; background: transparent; transition: 0.5s ease-in-out; }.thumbpreview { overflow: hidden; height: 128px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }.thumbnailsholder { white-space: nowrap; position: relative; left: 0px; transition: left .3s ease; margin: auto; display: flex; }.elemholder, .selthumbnail { cursor: pointer; width: 96px; height: 80px; position: relative; margin: 0 2px; display: inline-block; flex-shrink: 0; border: 2px solid transparent; border-radius: 4px; overflow: hidden; transition: all 0.2s linear; }.thumbnailsholder div > img { background-repeat: no-repeat !important; background-size: 100% 100% !important; }.thumbnails { object-fit: cover; width: 100%; height: 100%; border-radius: 4px; }.attimg, .zcmsgcnt > img { cursor: pointer; border-radius: 4px; vertical-align: top; }.selimg { object-fit: cover; width: 100%; height: 100%; }.selthumbnail { border: 2px solid var(--color-blue); }.url-thumb-icon { position: absolute; top: 5px; right: 5px; }.imgviewer-details { transition: all 0.5s ease-out; }.imgdetails-img img { width: 48px; height: 48px; border-radius: 50%;object-fit: cover; }.imgdetails-sender, .imgviewer-profile { font-size: 16px; color: var(--color-mode-secondary); }.imgstatus { color: var(--color-mode-teritary); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }.imgviewer-details .zcl-icon, .imgannotate-actions .zcl-icon, .imgviewer-options .zcl-icon {color: var(--color-mode-teritary);}.imgviewer-details .zcl-icon:hover, .imgannotate-actions .zcl-icon:hover, .imgviewer-options .zcl-icon:hover { color: var(--color-white); background-color: #2A2A2A; }.imgviewer-options .zcl-icon:hover { color: var(--color-white); }.imgviewer-details .arf-close, .imgviewer-actions .arf-close {font-size: 14px !important;}.art-message-standalone iframe.art-text-filepreview{padding-bottom: 60px;}.art-fcomment-rmore { color: var(--am-color-blue); display: inline-block; vertical-align: middle; margin-left: 6px; }.imgviewer .previewbdr body { background-color: var(--overlay-bg-dark); color: var(--color-white); }.fileantwin > div { border-radius: 0; background-color: var(--overlay-bg-dark); }.zimageeditor__crop--done, #zimageeditor__doneDropDown, #zimageeditor__done, .zimageeditor__cancel { border-radius: 20px !important; }.zimageeditor__fontsize .zimageeditor__slider .zslider__selection { height: 5px !important; border: none !important; } .zimageeditor__slider .zslider__thumb { margin-top: -1px !important; }.story-reply-img, .replied-image { width: 64px; height: 64px; flex-shrink: 0; }.story-reply-img { overflow: hidden; border-radius: 4px;}.story-reply-img img { filter: blur(2px); }.story-reply-cont .story-caption i, .lhs-list-msginfo i { padding-right: 2px; }.story-reply-cont .story-caption a { pointer-events: none; }.story-reply-cont .story-reply-img + .quotedmsgsender { max-width: calc(100% - 76px); }.zc-rct-usr1 {padding: 10px 16px;position: relative;background: var(--bg-color-2);}.zc-rct-usr1 .rct-usr-right .clr-lp1, .zc-rct-usr1>.usr-rectime,.zc-rct-usr .allemoji,.zc-rct-usr .zcl-icon{display:none;}.zcusr-rem-emojicnt{font-size:16px;}.zcusr-rem-emojicnt:hover{background-color: var(--icon-bg-hover);}.allemoji{margin-top: -22px;margin-left: 58px;}.reaction-time{width: 360px;height: 30px;padding: 5px 0px;}.reaction-time .time{width: CALC(100% - 35px);}.ellips.flexC.replied-sender-info { display: flex; }.fshrink100 { flex-shrink: 100; }.zfileprgrcnt { background-color: var(--color-mode); padding: 13px 13px 0 20px; position: relative; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08) inset, 0 2px 6px rgba(0, 0, 0, 0.05); border-bottom: 1px solid var(--color-divider); z-index: 10; max-height: 166px; }.zfileprgrmn { background-color: var(--bg-color-3); color: var(--color-main); padding: 10px 13px; position: relative; min-height: 45px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); z-index: 10; border-bottom: 1px solid var(--color-divider); display: flex; align-items: center; justify-content: space-between; z-index: 11; }.zcprgbrsb { background-color: var(--bg-color-3); border-radius: 100px; height: 2px; position: relative; z-index: 12; overflow: hidden; }.zcprgsbg { background-color: var(--color-theme); border-radius: 3px; height: inherit; width: 0; position: relative; overflow: hidden; }.zcfileuploadcnt>.zcprgbrsb { height: 3px; }.zfileprgrcnt .zcprgsbg { opacity: 0.5; }.zfileprgrcnt > div { height: 30px; }.zcfileupld-opts { color: var(--color-icon); cursor: pointer; height: 24px; width: 24px; font-size: 12px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }.zfileprgrmn .zcfileupld-opts { border-radius: 50%; }.zcfileupld-opts:hover { color: var(--icon-hover-color); }.zcmcembd:hover .zcfileupld-opts { display: inline-flex; }.zcfileupld-opts.msi-expand:before, .zcfileupld-opts.msi-shrink:before { font-weight: bold; }.chtwndws .zcfileuploadcnt .msi-resend, .hudl-aside .zcfileuploadcnt .msi-resend { color: var(--color-icon); font-size: 12px; display: none; }.zc-file-error, .warning-icon { width: 16px; height: 16px; border-radius: 50%; font-size: 10px; color: #fff; display: flex; align-items: center; justify-content: center; margin-left: 6px; }.zc-file-error { background-color: var(--color-red); }.warning-icon { background-color: var(--color-warning) }.zcfileuploadcnt .sending-failed .msi-resend, .zcfileuploadcnt .sending-failed .zc-failed-info, .sending-failed .zc-file-error { display: flex; }.zcmulticht .zcfileprgspan { width: 89%; }.zcfileuploadcnt { width: 100%; position: relative; font-size: 13px; }.msi-hissel.zcfileupld-opts { color: var(--color-theme); font-size: 24px; }.progress_loader:after { content: ""; position: absolute; height: 100%; width: 200px; background-color: var(--color-theme); background: linear-gradient(-45deg, transparent, rgba(255, 255, 255, 0.6), transparent); background-size: 100% 100%; animation: progress 1.3s ease infinite; background-blend-mode: overlay; }@keyframes progress {	0% { left: -200px; }	90% { opacity: 1; }	100% { left: calc(100% - 60px); opacity: 0.5; }}.meeting-btn{border-radius:4px;background-color: var(--am-color-link);height: 28px;width: 16px;padding: 13px 26px;border: 1px solid var(--am-btn-primary);color: var(--am-btn-primary-text);}.meeting-btn:hover{background-color: var(--am-btn-secondary-hover-bg);}.chatheader-progress-time{background-color: rgba(239, 83, 100, 0.04);color: #EF5364;max-width: 68px;}.meeting-btn:hover{background:var(--am-btn-primary-hover);}.art-pocket-info { width: 404px; max-width: 90%; padding: 16px 24px 24px; border-radius: 16px; }.art-img-icon { font-size: 46px; line-height: 1; }.art-empty-infolist { list-style-type: disc; margin-left: 16px; }.art-empty-infolist .li::marker { color: var(--am-color-secondary); }.art-expired-btn { pointer-events: none; border: unset; }.art-invite-desc:empty, .art-invite-expiry:empty ,.amc-link-img-container .unflmsgfgmnt .quotedmsgdiv,.amc-link-img-container .disable-forward .fileactn-item.arf-forward,.amc-link-urlunfurl{ display: none }.time-info a { color: var(--color-lp1); }.time-info a:hover { color: var(--am-color-secondary); }.unfurl-msg .zcmsgcnt:has(.amc-link-img-container),.zcmsgcnt:has(.amc-gif-container){ padding: 4px 4px 2px; }.amc-link-container{ border-left:4px solid var(--am-color-theme);padding-left:7px }.amc-link-img{ height: 80px;width: 96px;border-radius: 4px;object-fit: cover }.amc-link-comment-text{ line-height: 20px;white-space: normal }.amc-link-img-container .attachmnt-msg-wrap .file-vw-cnt div:has(img){ height: 100%!important;width: 100%!important;margin: auto }.zcsitecontainer{ border-left: 3px solid var(--am-color-theme);padding-left:8px;padding-top: 3px;padding-right: 4px }.amc-link-img-container:not(:has(.fileinfo),.msg-content:first-child(a)) { height:232px;width: 392px }.amc-link-img-container:not(:has(.filetypimg)) img{border-radius:8px }.amc-link-img-container .amc-gif-container img,.amc-link-img-container:not(.attachmnt-msg-cont) .attachmnt-msg-wrap div:has(.zcimg-btns) img{ height: 100%!important;width: 100% !important }.amc-link-preview-content-container{ border-left:4px solid var(--am-color-theme);padding-left:7px }.amc-link-img-container .sender-image,.amc-link-img-container .msg-comment-wrap{ display: none }.amc-link-img-container .attachment-msg{ display: block;width: 100%;background-color: unset }.amc-link-img-container:not(.attachmnt-msg-cont) .attachmnt-msg-wrap:not(:has(.zcvideomn)) > div:first-child:not(.hide){ height: 222px;padding-left: 0px }.amc-link-img-container:not(.attachmnt-msg-cont) .attachmnt-msg-wrap > div:has(.zcvideomn){ height: 235px;border-radius: 6px }.msg-contnr.me.unfurl-msg .amc-link-img-container.amc-link-application .attachmnt-msg-wrap,.msg-contnr.me.unfurl-msg .zcl-contact-card,.msg-contnr.unfurl-msg.me .zcmsgcnt .amc-link-img-container .zcmsgcnt.attachment_msg_item .zcl-contact-card,.msg-contnr.me .zcfileinf:not(.zcmusicvw),.msg-contnr.unfurl-msg.me .zcfileinf:not(.zcmusicvw){ background-color: var(--am-color-theme-hover-bg-updated) }.msg-contnr.unfurl-msg .amc-link-img-container.amc-link-application .attachmnt-msg-wrap,.msg-contnr.unfurl-msg .zcl-contact-card,.msg-contnr.unfurl-msg .zcmsgcnt .amc-link-img-container .zcmsgcnt.attachment_msg_item .zcl-contact-card,.msg-contnr .zcfileinf:not(.zcmusicvw),.msg-contnr.unfurl-msg .zcfileinf:not(.zcmusicvw) { background: var(--am-unfurl-audio-background) }.msg-contnr.unfurl-msg .amc-link-img-container .zcmsgcnt,.attachmnt-msg-wrap.zcmediaview{ background-color: unset }.amc-link-img-container .zcfileinf{ margin-top:0; padding:8px }.amc-link-img-container .msg-content:first-child(a){ height:auto; white-space:normal }.amc-link-img-container .msg-content > a { white-space:normal }.amc-link-img-container .msg-contnr:has(.sticker-msg){ justify-content:center }.amc-link-img-container .location-card{ padding:0 0 0 2px; justify-content:flex-start }.amc-link-urlunfurl{ color:var(--am-color-link);padding:0 8px 8px 8px; white-space:normal; text-overflow:ellipsis }.amc-link-img-container .msg-contnr .zcl-contact-card{ margin:0px; width:100% }.amc-link-img-container .zcmsgcnt.attachment_msg_item .zcmediaview{ padding:0%; background-color:unset }.amc-link-img-container .unflmsgfgmnt  .zcmsgcnt.attachment_msg_item{ width:100%; background-color: unset }.amc-link-img-container .sticker-msg{ width:390px }.amc-link-img-container .zcmsgcnt{ text-overflow:ellipsis; overflow:hidden; width:100%; max-width:unset!important; padding:0 }.amc-link-img-container .zcmsgcnt:has(.amc-gif-image){ padding-left:0; padding-right:0 }.amc-link-img-container .amc-gif-container{ height:300px!important }.amc-link-img-container .amc-unfurl-msg{ padding:0; padding-left:2px; overflow:hidden; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: break-word; word-wrap: break-word }.zcsitedetails:has(.amc-link-img-container),.amc-link-img-container,.amc-unfurl-msg + .zcunfdtl,.amc-link-unfurl-container .zcsiteimg.zcuflimg{ width:100% }.amc-audio-filename{ width:65% }.amc-stars-list-item .amc-link-img-container .zcmsgcnt.attachment_msg_item{ width:unset!important }.amc-link-img-container .unflmsgfgmnt .msg-contnr .zcmsgcnt .msg-content{ -webkit-line-clamp:3!important; text-overflow: ellipsis; display: block; -webkit-box-orient:vertical; overflow:hidden; line-height:1.4; white-space:normal; word-break: break-word }.amc-link-img-container .amc-link-urlunfurl{ padding:0; display: block!important }.amc-link-img-container .group-unfurl-img img{object-fit: cover;}.amc-message-link,.zcsitecontainer.amc-gif-link-container,.zcsitecontainer.amc-message-link{width: auto;}.amc-link-img-container .linkinfoclass .amc-link-urlunfurl{display: none !important}.amc-report-btn:active,.amc-report-btn:focus{background-color: transparent!important;}.banInfoContainer{background-color:var(--am-bg-color-1);height: 112px;width: 400px;padding-left: 22px;padding-right: 22px;}.chwindow-msgarea:has(.banInfoContainer) .zcldng,.amc-link-img-container .unflmsgfgmnt div[purpose="sender"]{display: none;}.amc-link-img-container .msg-content .amc-unfurl-link a{white-space: normal!important;}.amc-link-img-container .unflmsgfgmnt .msg-contnr .zcmsgcnt .msg-content a{white-space: nowrap!important;}.zcsitecontainer .amc-link-img-container .msg-content .amc-unfurl-link{display: block!important;}.zcsitecontainer .amc-link-img-container .msg-content .zcsitecontainer{display: none!important;}.zcsitedetails{width: 100%;}.art-admin-sign .art-sender-name { flex-shrink: 0; max-width: 60%; }.channel-admin-name { flex-grow: 1; text-align: right; }.amc-link-img-container .amc-video-forward.zcvideomn .mc183cf01f_forwardiconcontainer{display: none;}.amc-link-img-container .zcl-contact-card .arf-forward{display: none;}.zcadply.darkmedia .amc-audioplayer {padding-left: 10px;padding-top: 10px;padding-right: 12px;}.amc-file-img{width: calc(100% - 8px)!important;}.amc-default-cursor,.amc-default-cursor img , .amc-default-cursor a{cursor: default;}.amc-link-unfurl-container .zcsiteimg.zcuflimg{height: 100%;max-height: 222px;width: 100%;border-radius: 4px;}.fileprv-cont .amc-file-list{display: flex;flex-direction: row;list-style-type: disc;column-gap: 25px;}.attachmnt-msg-wrap .zcfileinf:not(.zcmusicvw){padding-top: 12px;margin-right: 4px;margin-left: 4px;padding-bottom: 10px;border-radius: 0px 0px 5px 5px;margin-top: 0!important;width:auto;}.file-vw-cnt.amc-image-container{max-height: none;border-radius: 4px;}.amc-file-list-grid{height: 40px;width: 32px;}.amc-file-list-grid img{height: 100%;width: 100%;object-fit: cover;border-radius: 3px;}.amc-circle-seperator{height: 3px;width: 3px;border-radius: 50%;display: inline-block;margin-left: 8px;}.amc-circle-seperator.amc-file-seperator{background-color: var(--am-color-secondary)}.amc-circle-seperator.amc-list-file-seperator{background-color: var(--color-lp1);}.amc-file-name{list-style-type: none;}.amc-emoji-large{height: 90px;font-size: 60px;}.amc-emoji-medium{height:45px;font-size: 33px;}.amc-emoji-small{height:40px;font-size: 26px;}.amc-emoji-medium-container,.amc-emoji-small-container{display: flex;align-items:end;}.amc-emoji-container{width: fit-content;position: absolute;top: -1000vh;left:-1000vw;}.amc-file-img img{object-position: top;}.onboardchat-msg { font-weight: 600; color: var(--am-color-main);  background-color: var(--am-bg-color-2); padding: 16px 32px; border-radius: 16px; margin: auto; max-width: 100%; }.chatonboard-contactuser .onboardchat-msg { width: max-content; }.onboard-chatinfo { margin: 0 48px; }[profile="channel"] .onboard-chatinfo { margin:  0 24px; }.zcftype .filetypecon, .amc-file-list-grid .filetypecon { font-weight: 600; position: absolute; top: 17px; left: 0; right: 0; margin: auto; font-size: 10px; color: var(--color-white); }.nopreviewfiletxt { text-align: center; color: var(--color-mode-teritary); }.imgholder.nopreview [nopreview='true'] { height: 100%; display: flex; justify-content: center; align-items: center; } .amc-float-acn { border-top: 1px solid var(--border-color-light); }.art-removed .arf-reply, .art-disable-sendmsg .arf-reply { display: none; }.art-start-chat-bg { background: url("/arattai-chat/source/officechat/images/default/arattai/meeting_chat_empty_light.png") no-repeat; background-size: 100% 100%; width: 224px; height: 160px; max-width: 80%; }.arattai-dark-mode .art-start-chat-bg { background: url("/arattai-chat/source/officechat/images/default/arattai/meeting_chat_empty_dark.png") no-repeat; background-size: 100% 100%; }.amc-rtcp-aside .chwindow-hdr { height: unset; padding: 6px; padding-left: 16px; }.amc-rtcp-aside .chwindow-hdr .art-chat-icon { display: flex; }.amc-rtcp-aside:not(#meetingChatContainer) .chwindow-hdr .am-chat-title { display: inline-block; }.amc-rtcp-aside .chwindow-hdr .chat-img, .amc-rtcp-aside:not(#meetingChatContainer) .chwindow-hdr .art-chat-title, .amc-rtcp-aside .chwindow-hdr .last-seen, .amc-rtcp-aside .chwindow-hdr .typing-status, .art-guest-user .arf-forward, .art-guest-user .staricon  { display: none !important; }.art-meeting-chat .chattime, #meetingChatContainer.amc-rtcp-aside .chwindow-hdr .art-chat-title { pointer-events: none; }.amc-rtcp-aside .usrstatus {display: none!important;}.smileydiv:has(#amc-sticker-container){ padding: 0 8px; }.smileydivmn[data-target="5"] .zcl-win-modal1-srch{display:none;}.composer-attachment .zcl-menu-wrap { top: auto; bottom: calc(100% + 12px); left: 0;   }.composer-attachment .attachment-input {  opacity: 0; position: absolute; left: 0; top: 0; }.composer-attachment .zcl-menu-wrap::after { display: none; }.amc-rtcp-aside .smileydiv .gify-head-mask,.amc-rtcp-aside .smileydiv .nite-mode .gify-head-mask{background-color: unset;}.amc-rtcp-aside .msg-content .quotedmsgdiv,.nite-mode .amc-rtcp-aside .quotedmsgdiv{background: var(--am-bg-color-2)}.amc-rtcp-aside .msg-contnr.me .msg-content .quotedmsgdiv {background-color: (--replied-msg-bg)}.mc183cf01f_posterimage, #videoplayer .mc183cf01f_posterimage{opacity: unset;object-fit: cover;}.mc183cf01f_playpauseinitial{height: 48px;width: 48px;}.mc183cf01f_playicon {font-size: 32px;}.ml-data-container .mc183cf01f_playpauseinitial{height: 32px;width: 32px;}#rtcpconference .amc-rtcp-aside .smileydiv .gify-head-mask,.amc-rtcp-aside .smileydiv .nite-mode .gify-head-mask{background-color: unset;}#rtcpconference .amc-rtcp-aside .msg-content .quotedmsgdiv,.nite-mode .amc-rtcp-aside .quotedmsgdiv{background: var(--am-bg-color-2)}#rtcpconference .amc-rtcp-aside .msg-contnr.me .msg-content .quotedmsgdiv {background-color: var(--replied-msg-bg)}.art-meeting-chat.art-removed .attachment-msg .msg-actions-hover, .art-guest-user .art-meeting-chat .attachment-msg:not(.me) .arf-msgoptcnt { display: none; } .amc-composer-img-container{height: 76px;width: 76px;display: flex;padding: 6px;}.amc-composer-img-container img{height: 100%;width:100%;object-fit: cover; position: unset;}.amc-composer-sticker-container{height: auto;width: inherit;display: flex;bottom: 86%;z-index: 12;position: absolute;left: 40px;padding-right: 50px}.amc-composer-sticker-container:has(.amc-composer-reply-container){bottom: 95%;left: 47px;}.amc-composer-img-container:hover img,.amc-composer-img-container.sel img{ background-color: var(--am-color-hover1);border-radius: 4px; }.amc-composer-sticker-holder{width: fit-content;max-width : 90%;height: 100%;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.12) 0px -2px 12px 0px;background: var(--am-color-mode);max-height: 230px;}.amc-composer-sticker-holder::before{content: ""; position: absolute; width: 20px; height: 18px;  background: var(--am-color-mode); transform: rotate(135deg); bottom:-6px; left: 49px;backface-visibility: hidden;box-shadow: rgba(0, 0, 0, 0.12) 2px -1px 5px 2px;z-index: -1;}.amc-animation-container {	background: linear-gradient(-45deg, var(--am-skloader-1), var(--am-skloader-2), var(--am-skloader-1), var(--am-skloader-2));	background-size: 400% 400%;	animation: shine-animated-lines 1.25s ease infinite;	box-sizing: content-box;}@keyframes shine-animated-lines {	0% {		background-position: 100% 50%	}	100% {		background-position: 0% 50%	}}.art-pg-ldng { position: sticky; height: 32px; width: 32px; top: 10px; background-color: var(--am-color-mode); border-radius: 50%; box-shadow: 2px 2px 8px var(--am-box-shadow-color3); z-index: 10; }.art-pg-ldng .reqprocess_anim { width: 20px; height: 20px; border: 2px solid var(--am-btn-standard-color); border-right: 2px solid var(--am-color-lp2);}.msg-content span.reply:has(.amc-emoji-large,.amc-emoji-medium,.amc-emoji-small){width: 100%}.msg-contnr{padding: 4px 60px 4px 44px;}.msg-contnr.me{padding: 4px 44px 4px 60px;}.pin-message hr{width: 100px;top: 7px;}.art-user-icon { width: 70px; height: 77px; inset: 0; margin: auto; z-index: 1; }.art-liveloc-msgwrap .art-user-icon { top: -30px; }.art-user-icon .art-user-image { width: 48px; height: 48px; position: absolute; border-radius: 50%; z-index: 2; left: 4px; top: 4px; background-color: var(--am-color-theme); }.art-user-icon .art-user-deleted { background-color: var(--am-container-bg); }.art-location-txt::before { color: var(--am-color-secondary); }.location-msg-cont { max-width: 412px; }.location-msg-cont .art-img-card { width: 404px; height: 174px; }.art-location-txt.zh-arf-live-location::before { font-size: 1.2em; position: absolute; right: 8px; }.art-location-icn-bg { left: 2px; top: 5px; }.art-location-txt { max-width: 100%; position: absolute; height: 34px; background-color: var(--am-pinned-bg); top: 140px; padding: 0 8px; left: 4px; right: 4px; border-radius: 0 0 4px 4px; color: var(--am-color-main); }.msg-contnr.me .art-location-txt { background-color: var(--am-color-theme-selected-bg); } .art-liveloc-ended .art-location-txt { color: var(--am-color-lp1); }.amc-img-loader::before { content: ''; background: linear-gradient(to bottom right, var(--am-skloader1-secondary-color), var(--am-skloader2-secondary-color), var(--am-skloader1-secondary-color), var(--am-skloader2-secondary-color)); background-size: 50%; animation: shine-lines 1.25s ease infinite; box-sizing: content-box; height: 100%; width: 100%; position: absolute; opacity: 0; }.location-msg-cont.art-liveloc-ended .art-location-icn-bg{ display: none; }.location-msg-cont.art-liveloc-ended .art-user-image { border: 2px solid var(--am-color-white); }.art-location-txt .zh-arf-location-marker::before, .art-location-txt .zh-arf-marker-wave1::before, .art-location-txt .zh-arf-marker-wave2::before { font-size: 1.4em; color: var(--am-color-secondary); }.art-location-txt .zh-arf-marker-wave1, .art-location-txt .zh-arf-marker-wave2 { inset: 0; opacity: 0; }.location-msg-cont.art-liveloc-ended .art-location-txt .zh-arf-location-marker { display: none; }.location-msg-cont .art-img-card > img { border-radius: 5px; }.location-msg-cont.art-liveloc-ended .art-img-card > img { filter: grayscale(1) invert(0.05); }.zcmsgcnt.attachment_msg_item .art-liveloccmt-wrap { padding: 0 8px; }.art-unsupported-lhsmsg.zh-arf-info::before { margin-right: 4px; }.replied-msg .zcmsgcnt .art-unsupported-msg, .zcmsgcnt.attachment_msg_item .art-unsupported-msg { padding: 0 12px; }.replied-msg .zcmsgcnt .art-unsupported-msg.art-unsupported-reply-cont { padding: 0; }.unfurl-msg .art-unsupported-msg { padding: 0 8px; }.art-giphy-contnr { height: 242px; }.art-giphy-contnr .amc-gif-container { height: 100%; }.art-giphy-contnr .amc-gif-container img { height: 100% !important; }.art-unsupported-contnr .zcmsgcnt { width: 304px; }.readreceipt-msg .art-giphy-contnr, .readreceipt-msg .amc-gif-container { max-width: 100px; max-height: 80px; flex-shrink: 0; height: auto; }.readreceipt-msg .amc-gif-container .art-img-card { width: 100% !important; height: 80px !important; }.readreceipt-msgcnt.art-loc-msg .msg-content-preview { max-height: unset; }.readreceipt-msgcnt.art-loc-msg { overflow-y: auto; flex-shrink: 0; height: 148px; }.art-loc-msg .readreceipt-msg .msg-comment-wrap {  display: block; max-height: unset; }.readreceipt-msg .art-location-txt { left: 0; right: 0; }.unflmsgfgmnt .art-location-icn-bg { inset: 0; margin: auto; }.unflmsgfgmnt .art-user-icon .art-user-image { border-radius: 50%; left: 0; top: -7px; }.art-location-txt ~ .time-info { position: relative; top: 5px; }@keyframes shine-lines {	0% {        opacity: 1;		background-position: -60% -15%;        transform: translateZ(1%);	}    25%{        transform: translateZ(-2%);    }    50% {        transform: translateZ(-5%);        background-position: 50% 0%;    }    75% {        transform: translateZ(-2%);        background-position: 75% 25%;    }	100% {        opacity: 0;		background-position: 100% 50%;        transform: translateZ(1%);	}}.art-location-txt .zh-arf-marker-wave1 {    animation: fadeInOut1 4s ease-in-out infinite;    animation-delay: 0s;}.art-location-txt .zh-arf-marker-wave2 {    animation: fadeInOut2 4s ease-in-out infinite;}  @keyframes fadeInOut1 {    0%, 20% { opacity: 0; }            25%, 75% { opacity: 1; }           80%, 100% { opacity: 0; }      }@keyframes fadeInOut2 {    0%, 50% { opacity: 0; }            55%, 75% { opacity: 1; }           80%, 100% { opacity: 0; }      }  .art-unsupported-msg { color: var(--am-color-secondary); font-style: italic; width: 296px; max-width: 100%; }.amc-starred-message .msg-contnr .zcmsgcnt.sticker-msg,.msg-contnr.story-reply .zcmsgcnt.sticker-msg{background-color: var(--other-msg-bg);}.amc-starred-message .msg-contnr.me .zcmsgcnt.sticker-msg,.msg-contnr.story-reply.me .zcmsgcnt.sticker-msg{background-color: var(--self-msg-bg);}.zimageeditor__overlay { background-color: var(--am-annotator-overlay) !important; }.amc-blocked-composer{height: 52px;background-color: var(--chatwindow-composer-bg);border-radius: unset;}.chwindows-item .composerarea:has(.amc-blocked-composer){padding: 8px 0 0px;}.amc-sticker-img-holder{ height:60px; width: 60px;position: relative; }.amc-sticker-img-holder .amc-sticker-img{ height: 52px;width: 52px; object-fit: cover;border-radius: 4px;}.amc-sticker-img-holder:not(:has(.amc-animation-container)):hover,.amc-sticker-img-holder:has(img[isstaticsticker="true"]):hover{background-color: var(--am-color-hover1);border-radius: 4px;}.amc-composer-emoji-container{display: grid;grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));}.amc-meeting-info-holder{ display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }.amc-caller-info .zh-arf-missed-call{font-size: 16px;}.amc-added-info{padding-left: 2px;}.ui-ztooltip{border-radius: 4px!important}#rtcpconference .wccontent-node:has(.amc-sticker-img-holder){display: block;}#rtcpconference #no_category_reslt .dsp_tble .amc-emoji-search-value{background: inherit;}.lhs-list-msginfo .amc-info-msg-wrapper{display: block;}.lhs-list-msginfo .msg-wrapper:has(.amc-info-msg-wrapper){display: -webkit-box;-webkit-line-clamp: 1;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;white-space: normal;word-break: break-all;}.lhs-list-msginfo .amc-info-msg-wrapper .hvrinfo{display: inline;vertical-align: auto;}.text-extraction-wrapper { z-index: 12; top: 0; }.text-extraction-highlighter { background-color: var(--am-ocr-bg-color); text-wrap: nowrap; box-shadow: 0px 0px 15px 0px var(--am-box-shadow-color3); color: #1D1D1D; }#preview .amc-sticker-icon{display: none;}#compcontainer:has(.zcmsg-edtbx) .amc-composer-sticker-holder{display: none}.amc-nocategory-container{min-height: 100px;}.amc-nocategory-content-container{text-overflow: ellipsis;color: var(--am-color-lp1);}.amc-nocategory-content{flex-shrink: 1;min-width: 0;max-width: 100%;text-wrap: wrap;color : var(--am-color-secondary)}.art-phish-highlight { background-color: var(--am-input-border-color); border-radius: 4px; padding: 0px 2px; color: var(--am-color-secondary); }.amc-composer-emoji-container .smlglst{width: 100%;}.zcl-win-subcategory{z-index: 1;background-color: var(--bg-color-1);}.zc_sticky_title_list{height: auto;}.chwindow-msgarea strike .hvrinfo.mention { text-decoration: line-through; }.chwindow-msgarea strike u .hvrinfo.mention, .chwindow-msgarea u strike .hvrinfo.mention  { text-decoration: line-through underline; }.chwindow-msgarea i .hvrinfo.mention { font-style: italic; }#officechat { margin-left: 60px; width: calc(100% - 60px) !important; }.amc-link-content{text-wrap: wrap;color: var(--am-color-main);}.stickers-img-msg img{width: 100%;object-fit: cover;}.amc-sticker-reply:has(.amc-sticker-msg) .amc-sticker-icon{display: none;}.replied-msg .amc-sticker-reply .reply:has(.amc-sticker-msg){display: block;}.zcvideodetail.zcunfdtl{    border-left: 3px solid var(--am-color-theme);    padding-left: 8px;    padding-top: 3px;    padding-right: 4px;}.zcvideodetail.zcunfdtl .zccontenttext{    padding: 0;}.zcsitecontainer .zcvideodetail.zcunfdtl{    border-left: none;    padding: unset;}.smiley-icon { color: var(--color-icon); cursor: pointer; }.smiley-icon:hover, .smiley-icon.sel { color: var(--icon-hover-color); }.smiley-icon:hover, .smiley-icon.sel { color: var(--am-color-main); }.smileydivmn{display: flex; flex-direction: column; transition: height 0.3s cubic-bezier(0.25,0.8,0.25,1), opacity 0.3s cubic-bezier(0.25,0.8,0.25,1); height: 480px; width: 343px; position: absolute; bottom:calc(100% + 6px); right: -52px; background-color: var(--bg-color-1); z-index: 21; border-radius: 12px; padding-bottom: 8px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); transform : scaleY(0); opacity: 0;}div.smileydivmn{ transform-origin: right bottom; }.smileydivmn.smile-anim{transform: scaleY(1); opacity: 1;}.zcsmsrch{margin: 8px 12px;}.zcsmiltabs{flex-shrink: 0;}.zcsmilac{height: 48px; display: flex; align-items: center; justify-content: space-around;}.zcsmilac > span {font-size: 21px;position: relative;color: var(--am-color-secondary);border-bottom: 2px solid transparent;padding-top: 12px;padding-bottom: 8px;width: 28px;display: flex;align-items: center;justify-content: center;}.zcsmilac > span.arf-giphy{font-size: 24px;}.zcsmilac > span:hover:before{color: var(--am-color-link);}.zcsmilac .zcsmsel{border-color: var(--am-color-link);}.zcsmilac .zcsmsel:before, .zcsmilac .zcsmsel:hover:before{color: var(--am-color-link) !important;}.clearfix:after { content: ""; visibility: hidden; display: block; height: 0; clear: both; }.smileyscroll{height: 100%; flex-grow: 1; overflow: hidden;}.smilycnt{ width: 100%; height: 100%; overflow: hidden; position: relative;}.smilycnt > div{  height: 100%; width: 500%; transform: translateX(0); transition: transform 0.3s ease;}.limited-reactions .smilycnt > div { width: 100%; }.smileydivmn [data-tabindex="1"] { transform: translateX(0); }.smileydivmn [data-tabindex="2"]{ transform: translateX(-343px); }.smileydivmn [data-tabindex="3"]{ transform: translateX(-686px); }.smileydivmn [data-tabindex="4"]{ transform: translateX(-1029px); }.smileydivmn [data-tabindex="5"]{ transform: translateX(-1360px); }.smileydiv{ width: 20%; display: inline-block; vertical-align: top; padding: 8px 12px 0; background: var(--bg-color-1); border-radius:4px; position: relative; overflow: hidden; min-width: 343px; height: 100%;padding-top: 0; }.smileydiv .zcimgsug {overflow: hidden; display: flex; justify-content: center; flex-wrap: wrap; min-width: 316px; }.smileydiv .zcimgsug div:not(.hst-loadng){ height: 73px; width: 71px; margin: 4px;}.zcimgsug .hst-loadng { border: none !important; display: block; width: 100%; bottom: 0;left: 0; height: 30px; background-position-y: 10px; margin-left: 34%;}.smileydiv .zcimgprvcont img { height: 100%; width: 100%; border-radius: 2px;}.zcsimleys{text-transform: capitalize;}.smileborder, .smlynone, .sm_anim #cliq .smlynone, .sm_anim #emoji .smlynone {width:28px; height:28px; display: flex;align-items: center;justify-content: center;}.zcffcmtcnt .smlynone { margin-right: 5px; }.wccontent-node { padding-top: 24px; margin-bottom: 8px; position: relative;display: flex;flex-wrap: wrap;gap: 2px 8px;align-items: center;padding-left: 1px;}.wccontent-node + div { position: absolute; top: 2px; text-transform: capitalize; font-weight: bold; font-size: 13px;}#gipfy .wccontent-node{ min-height: 100px;display: block;}#gipfy .zcldng{ height: 40px; width: 40px;}.no_category_reslt { padding-bottom: 20px; line-height: 25px;}.no_category_reslt .ellips{border-radius: 4px; padding: 2px px; max-width: 45%; display: inline-block; vertical-align: bottom; }.no_category_reslt em{ color: var(--color-theme); font-style: normal;}.smileydiv > #gipfy:first-child, .smileydiv > #gipfy:first-child .wccontent-node{ height: 100%;}.gify-head-mask{ position: absolute;   height: 20px;  width: 100%;  background: var(--bg-color-1);  top: 0px;  z-index: 1;}.smlynone > div {cursor: pointer; font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol; transition: transform 0.1s ease-out; }.smlynone > div:hover { transform: scale(1.2); }.zcimgsug span[data-purpose="nodata"]{ display: none;}.gipy_horizntl { height: 73px; width: 71px; border-radius: 4px; display: inline-block; vertical-align: middle; margin: 4px;}.gipy_horizntl img { height: 100%; width: 100%; object-fit: cover; border-radius: 4px;}.sm-emoji, #emoji{ font-size: 22px; }.smilycnt .absmiddle, .no_category_reslt .dsp_tble_cell {display: flex; min-height: 80px; align-items: center; justify-content: center; color: var(--color-lp1); font-size: 20px;}.no_category_reslt .dsp_tble_cell { display: block; text-align: center; }.no_category_reslt .zcinhds { font-size: 14px; color: var(--color-secondary); }.smilycnt .absmiddle { max-width: 75%; margin: 0 auto; display: block !important; text-align: center; }.smilycnt .absmiddle b, .smilycnt .absmiddle em { display: block; }.smilycnt .absmiddle em { font-size: 35px; font-style: normal; }[elemtype="emoji"] { font-style: normal; display: inline-block;font-size: 18px; margin-bottom: 2px; vertical-align: middle; word-wrap: initial; white-space: initial; font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol; }  .limited-reactions { width: fit-content; height: fit-content; padding-top: 10px; margin-bottom: 10px; }.limited-reactions .smileydiv { min-width: unset; border-radius: 12px; display: flex; flex-wrap: wrap; gap: 8px;overflow: visible; padding: 0 12px; }.limited-reactions .smlynone { margin: unset; display: flex; align-items: center; justify-content: center; }.limited-reactions .smilycnt { height: unset;overflow: visible; }.limited-reactions .smileydiv.col-4 { width: 160px; }.limited-reactions .smileydiv.col-5 { width: 196px; }.limited-reactions .smileydiv.col-6 { width: 232px; }.stickers-img-msg{width : 90px; height: 90px; margin: auto; background-repeat: no-repeat; image-rendering: -webkit-optimize-contrast;}.msg-content .reply:has(.stickers-img-msg,.custom-sticker){display: flex!important;align-items: center;justify-content: center;}.stickers-img-in-list{width: 24px !important; height: 24px !important; background-repeat: no-repeat; image-rendering: -webkit-optimize-contrast;}.stickers-cat-default{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/cat_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-cat-default{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/cat_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-cat-01_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/01_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-02_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/02_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-03_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/03_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-04_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/04_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-05_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/05_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-06_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/06_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-07_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/07_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-08_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/08_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-09_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/09_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-10_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/10_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-11_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/11_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-12_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/12_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-13_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/13_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-14_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/14_Cat.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-cat-15_Cat{background: url(/arattai-chat/source/officechat/images/default/stickers/cat/15_Cat.webp) 90px 90px; background-size: 90px 90px;}.stickers-bunny-default{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/bunny_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-bunny-default{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/bunny_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-bunny-01_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/01_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-02_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/02_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-03_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/03_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-04_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/04_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-05_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/05_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-06_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/06_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-07_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/07_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-08_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/08_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-09_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/09_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-10_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/10_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-11_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/11_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-12_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/12_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-13_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/13_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-14_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/14_Bunny.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bunny-15_Bunny{background: url(/arattai-chat/source/officechat/images/default/stickers/bunny/15_Bunny.webp) 90px 90px; background-size: 90px 90px;}.stickers-burger-default{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/burger_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-burger-default{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/burger_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-burger-01_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/01_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-02_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/02_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-03_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/03_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-04_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/04_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-05_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/05_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-06_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/06_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-07_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/07_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-08_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/08_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-09_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/09_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-10_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/10_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-11_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/11_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-12_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/12_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-13_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/13_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-14_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/14_Burger.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-burger-15_Burger{background: url(/arattai-chat/source/officechat/images/default/stickers/burger/15_Burger.webp) 90px 90px; background-size: 90px 90px;}.stickers-strawberry-default{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/strawberry_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-strawberry-default{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/strawberry_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-strawberry-01_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/01_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-02_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/02_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-03_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/03_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-04_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/04_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-05_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/05_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-06_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/06_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-07_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/07_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-08_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/08_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-09_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/09_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-10_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/10_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-11_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/11_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-12_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/12_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-13_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/13_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-14_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/14_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-15_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/15_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-16_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/16_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-17_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/17_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-18_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/18_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-19_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/19_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-20_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/20_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-21_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/21_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-22_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/22_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-23_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/23_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-24_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/24_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-25_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/25_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-26_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/26_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-27_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/27_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-28_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/28_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-29_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/29_Strawberry.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-strawberry-30_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/strawberry/30_Strawberry.webp) 90px 90px; background-size: 90px 90px;}.stickers-bear-default{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/bear_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-bear-default{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/bear_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-bear-01_Strawberry{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/01_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-02_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/02_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-03_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/03_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-04_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/04_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-05_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/05_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-06_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/06_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-07_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/07_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-08_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/08_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-09_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/09_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-10_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/10_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-11_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/11_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-12_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/12_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-13_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/13_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-14_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/14_Bear.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-bear-15_Bear{background: url(/arattai-chat/source/officechat/images/default/stickers/bear/15_Bear.webp) 90px 90px; background-size: 90px 90px;}.stickers-covid-default{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/covid_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-covid-default{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/covid_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-covid-01_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/01_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-02_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/02_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-03_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/03_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-04_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/04_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-05_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/05_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-06_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/06_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-07_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/07_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-08_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/08_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-09_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/09_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-10_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/10_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-11_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/11_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-12_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/12_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-13_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/13_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-14_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/14_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-15_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/15_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-16_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/16_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-17_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/17_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-18_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/18_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-19_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/19_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-20_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/20_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-21_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/21_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-22_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/22_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-23_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/23_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-24_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/24_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-25_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/25_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-26_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/26_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-27_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/27_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-28_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/28_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-29_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/29_Covid.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-covid-30_Covid{background: url(/arattai-chat/source/officechat/images/default/stickers/covid/30_Covid.webp) 90px 90px; background-size: 90px 90px;}.stickers-theme_four-default{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/theme_four_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-theme_four-default{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/theme_four_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-theme_four-01_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/01_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-02_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/02_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-03_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/03_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-04_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/04_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-05_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/05_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-06_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/06_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-07_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/07_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-08_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/08_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-09_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/09_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-10_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/10_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-11_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/11_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_four-12_Theme_Four{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_four/12_Theme_Four.webp) 90px 90px; background-size: 90px 90px;}.stickers-theme_five-default{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/theme_five_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-theme_five-default{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/theme_five_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-theme_five-01_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/01_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-02_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/02_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-03_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/03_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-04_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/04_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-05_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/05_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-06_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/06_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-07_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/07_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-08_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/08_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-09_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/09_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-10_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/10_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-11_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/11_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-12_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/12_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-theme_five-13_Theme_Five{background: url(/arattai-chat/source/officechat/images/default/stickers/theme_five/13_Theme_Five.webp) 90px 90px; background-size: 90px 90px;}.stickers-indian_man-default{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/indian_man_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-indian_man-default{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/indian_man_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-indian_man-01_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/01_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-02_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/02_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-03_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/03_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-04_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/04_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-05_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/05_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-06_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/06_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-07_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/07_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-08_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/08_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-09_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/09_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-10_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/10_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-11_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/11_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-12_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/12_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-13_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/13_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-14_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/14_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_man-15_Indian_Man{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_man/15_Indian_Man.webp) 90px 90px; background-size: 90px 90px;}.stickers-indian_woman-default{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/indian_woman_thumbnail.webp) 90px 90px; background-size: 90px 90px;}.stickers-img-in-list.stickers-indian_woman-default{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/indian_woman_thumbnail.webp) 24px 24px; background-size: 24px 24px;}div.in-view .stickers-indian_woman-01_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/01_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-02_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/02_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-03_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/03_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-04_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/04_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-05_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/05_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-06_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/06_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-07_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/07_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-08_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/08_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-09_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/09_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-10_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/10_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-11_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/11_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-12_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/12_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-13_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/13_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-14_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/14_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}div.in-view .stickers-indian_woman-15_Indian_Woman{background: url(/arattai-chat/source/officechat/images/default/stickers/indian_woman/15_Indian_Woman.webp) 90px 90px; background-size: 90px 90px;}.stickers-tea_glass-default { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/tea_glass_thumbnail.webp) 90px 90px; background-size: 90px 90px; }.stickers-img-in-list.stickers-tea_glass-default { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/tea_glass_thumbnail.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-01_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/01_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-02_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/02_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-03_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/03_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-04_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/04_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-05_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/05_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-06_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/06_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-07_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/07_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-08_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/08_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-09_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/09_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-10_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/10_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-11_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/11_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-12_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/12_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-13_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/13_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-14_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/14_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }div.in-view .stickers-tea_glass-15_Tea_Glass { background: url(/arattai-chat/source/officechat/images/default/stickers/tea_glass/15_Tea_Glass.webp) 90px 90px; background-size: 90px 90px; }.zcoverlay { position: fixed; z-index: 22 !important; }div.zcoverlay .modalwindow.zcl-win-modal1:not(.markdown-modal), div.zcoverlay .modalwindow.zcrectn-popup { box-shadow: 0px 4px 40px var(--box-shadow-color);  width: var(--modal-width); }.zcoverlay .zcalgncntr.modalwindow { transform: translate(-50%,-50%); left: 50%; top: 50% }.zcoverlay .modalwindow { z-index: auto; position: fixed; background-color: transparent; border-radius: 0; overflow: inherit }.zcoverlay div.zcbg_mask::before { width: 5000em; content: ""; height: 5000em; left: -2500em; top: -2500em; position: fixed }.zcoverlay > *:last-child::before { opacity: 0.7; filter: alpha(opacity=70); background-color: #000 }.zcoverlay .modalwindow * { box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing: border-box; -webkit-box-sizing: border-box }.modalwindow > * { background-color: var(--bg-color-1); position: relative; border-radius: 8px; height: 100%; width: 100%; overflow: hidden }div.zcoverlay .mcontent { float: none }.zcl-win-modal1 .mcontent { height: calc(100vh - 100px); max-height: 730px; color: var(--color-main); display: flex; flex-direction: column; }.zcoverlay .mcontent { float: left; background-color: var(--bg-color-1) !important; padding: 0 !important; color: var(--color-main) !important; width: 100%; position: relative; border-radius: 5px !important; }.zcoverlay .delete-alert .mcontent {padding: 0 !important;background-color: inherit !important;color: var(--color-main) !important;}.zcoverlay .mcontent:after { content: ""; display: block; clear: both }.zcl-win-modal1-hdr { padding: 0 16px; }.group-invite-popup .zcl-win-modal1-hdr { padding: 0 12px; }.zcl-win-modal1-hdr:not(.group-hdr) > div:first-child { min-height: 60px; }.zcl-win-modal1-hdr .arf-backarrow::before { margin-right: 2px; }.zcl-win-modal1-item .channel-img .zc-1, .zcl-win-modal1 .zchat-close { flex-shrink: 0; }.zcl-win-modal1 .mheader { display: none; }.participant-cnt, .info_overlay_title_detail:not(:empty) { width: 28px; height: 28px; font-size: 16px; border-radius: 50%; background-color: var(--bg-color-3) }.participant-cnt:not(.dN), .info_overlay_title_detail { display: inline-flex; justify-content: center; align-items: center }.zcl-win-modal1-srch { padding: 8px 12px 12px; }.zcl-search, .zcl-search2 { width: 100% !important; display: flex; justify-content: center; align-items: center; height: 40px !important; border: 1px solid var(--input-border-color); background-color: var(--bg-color-1) !important; border-radius: 8px !important; overflow: hidden; position: relative; transition: all .3s ease-out }.zcl-search:focus-within, .zcl-search2:focus-within { border-color: var(--input-focus-border-color); box-shadow: 0 1px 3px var(--box-shadow-color) }.zcl-search-icon { font-size: 16px; color: var(--color-icon); padding: 2px 10px 0 12px; transition: padding 0.3s ease-out }.arf-search-close { width: 40px; height: 40px; font-size: 18px; display: flex; justify-content: center; align-items: center; color: var(--color-icon); margin-left: 5px; position: relative; cursor: pointer; transition: opacity 0.3s ease-out }.zcl-search-input .arf-search-close { opacity: 0; visibility: hidden; }.arf-search-close:hover { color: var(--color-main); }.arf-search-close.active { opacity: 1; visibility: visible }.zcl-search2 .zcl-search-input { width: 100%; height: 100%; cursor: text; overflow: hidden }.zcl-search-input input, .zcl-search-input input:focus { border: none; width: 100%; height: 100%; font-size: 15px; color: var(--color-main); min-width: 0; background-color: transparent }.zcrchtlt { overflow: auto; position: relative; transition: height 0.3s; height: 100%; margin-bottom: 16px }.zcrchmcnt .zcl-user-list { padding: 0 12px; height: 0px; min-height: 0px; visibility: hidden }.zcrchmcnt .zcl-user-list:empty { margin: 0; }.zcl-user-list { padding: 8px 12px 4px; background-color: var(--bg-color-2); visibility: visible; transition: all 0.3s ease-out }.zcl-user-list .zcrchicnt { padding: 0; max-height: 136px; white-space: normal; overflow-y: auto }.zcrchicnt { white-space: nowrap; display: inline-block; width: 100%; vertical-align: middle; overflow-x: auto; overflow-y: hidden; position: relative; padding: 0px 0px 15px }.zcl-user-select { cursor: pointer; width: 18px; height: 18px; align-self: center }.zcl-user-list .zcricnt:hover .arf-close, .zcl-win-modal1-item .rolechange-icn.zcrleddsel { display: flex; }.zcl-user-list .zcricnt .arf-close { position: absolute; border: 2px solid var(--icon-border-color); border-radius: 100%; width: 100%; height: 100%; font-size: 10px; cursor: pointer; top: 0px; padding: 0px; background-color: var(--overlay-bg); color: var(--color-white); display: none; align-items: center; justify-content: center }.zcl-win-modal1-item { height: max-content; padding: 10px 16px; position: relative; display: flex; align-items: center }.zcl-win-modal1-item .zcl-checkbox span { border-color: var(--color-secondary); }.zcl-win-modal1-item:not(:last-child) { margin-bottom: 1px; }.zcl-win-modal1-item .channel-img, .zcl-win-modal1-item .contct-img, .zcl-win-subcategory .contct-img { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--icon-border-color); background-color: var(--bg-color-1) }.zcl-win-modal1-item:hover, .zcl-win-modal1-item.sel { background-color: var(--bg-hover-color); cursor: pointer; }.callicons { visibility: hidden; opacity: 0; transition: visibility 0.3s ease-out; }.zcl-win-modal1-item:hover .callicons { visibility: visible; opacity: 1; }.call-icon { cursor: pointer; width: 32px; height: 32px; border-radius: 50%; font-size: 15px; color: var(--color-mode); background-color: var(--color-blue); }a, div.zclocmsgsb a:hover {color: var(--color-secondary); transition: color .2s;}.lhs-panel a, .lhs-panel a:hover{color: var(--lhs-txt-secondary); pointer-events: none; }#group-mcontent { max-height: 730px; }#group-mcontent.create-grp-view { max-height: 580px; }.group-hdr { padding: 0 } .zcl-win-modal1-hdr > .zcl-group-modal2 > div:first-child { height: 60px; padding: 16px }.zcl-group-modal1 { opacity: 1; visibility: visible; height: 100%; }.zcl-group-modal1.modal1-hidden { opacity: 0; visibility: hidden; height: 0 }.zcl-group-modal1.modal1-hidden ~ .zcl-group-modal2 { display: block }.zc-usermenuheader { padding: 0px 16px; position: relative; display: flex; flex-direction: column; align-items: center }.cuserimg { display: inline-block; text-align: center; margin-bottom: 10px; border-radius: 100%; overflow: hidden; width: 128px; height: 128px; background-color: var(--color-info-banner); display: flex; justify-content: center; align-items: center }.userimg-uploader { width: 100%; height: 100%; position: absolute; top: 0; left: 0; cursor: pointer; font-size: 65px; color: var(--color-secondary) }.userimg-uploader::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) }.userimg-uploader.hidden::before { display: none }.userimg-uploader .sendfile { display: none }.sendfile { opacity: 0; font-size: 22px; position: absolute; right: 0; top: 0; cursor: pointer }.info-clr { color: var(--color-lp1) }.zceditelem .zcl-input { min-height: 44px; height: 100%; max-height: 100px; border: 1px solid var(--input-border-color); border-radius: 8px; padding: 12px 40px 10px 18px; transition: border 0.1s ease-out; justify-content: flex-start; word-wrap: break-word; word-break: break-word; }.zceditelem .zcl-textarea { resize: none; height: 105px; padding-top: 24px; padding-left: 18px }.zceditelem .emoji-selector-wrap { position: absolute; top: 50%; right: 10px; transform: translateY(-50%) }.zceditelem .emoji-selector-wrap .zcl-icon { width: 24px; height: 24px; font-size: 20px }.zceditelem .emoji-selector-wrap .zcl-icon:hover { background-color: transparent }.zcl-input-label { color: var(--color-lp1); cursor: text; background-color: var(--bg-color-1); height: 16px; padding: 0 3px 0 6px; position: absolute; top: 50%; left: 18px; transform: translateY(-50%); z-index: 3 }.zcl-textarea + .zcl-input-label { top: 24px; }.zcl-input:focus + .zcl-input-label, .zcl-textarea:focus + .zcl-input-label { color: var(--input-focus-label-color); }.zcl-input:focus + .zcl-input-label, .zcl-input.focused + .zcl-input-label, .zcl-textarea:focus + .zcl-input-label, .zcl-textarea:not(:placeholder-shown) + .zcl-input-label { top: 0; left: 12px; }.zceditsec { padding: 0 16px; margin-bottom: 24px }.grp-participant, .fwdmsg-recipient { border: 1px solid var(--input-border-color); display: inline-flex; align-items: center; flex-wrap: wrap; border-radius: 95px; margin: 0 8px 4px 0; background-color: var(--bg-color-1) }.grp-participant--img, .fwdmsg-recipient--img { width: 32px; height: 32px; border-radius: 50%; overflow: hidden; margin: 2px; cursor: pointer }.grp-participant--name, .fwdmsg-recipient--name { padding: 9px 8px 9px 2px; }.zcl-win-modal1-footr { min-height: 60px; }.footr-padding { padding: 0 16px 24px; }.zcl-win-modal1-item:hover .zcl-icon-xl { opacity: 1; visibility: visible }.zcempty-con, .zcnorsfd { animation: emptystateAnim .5s linear }.zcempty-con { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; width: 100% }.flex-col .zcempty-con { padding-top: 0 }.no_such_user { width: 60px; height: 65px; background-image: url(https://img.arattaistatic.in/chat/default/arattai-chat/source/officechat/images/default/emptystate/no_such_user.svg) }.zcempty-img { margin: 0 auto 20px; flex-shrink: 0; background-repeat: no-repeat }.zcempty-title { color: var(--am-color-secondary); font-size: 16px; text-align: center; line-height: 1.6; max-width: 70%; margin: 0 auto 10px; }.zcempty-title b { display: block; }@keyframes emptystateAnim {    0% {        opacity: 0;    }        100% {        opacity: 1;    }}.zcoverlay .alert_dialog > div { width: 540px; min-height: 172px; padding: 36px 36px 24px }.mcontent_txt_con { font-size: 20px; font-weight: 700; color: var(--color-main) }.mcontent_txt_con .mcontent_ttl { display: none; }.mcontent_btn_con { margin-top: 52px; text-align: right }.mcontent_btn_con > button:first-child:not(:only-child), .mcontent_btn_con > button:nth-child(2):not(:last-child) { margin-right: 24px }.mcontent_btn_con .zcdlgbtn { cursor: pointer; font-size: 16px; letter-spacing: 0.025em; min-width: 80px; height: 40px; padding: 8px 12px; text-transform: uppercase }.zcoverlay #stickyPopup.modalwindow > div { width: 384px; padding: 24px 24px 24px 36px }.radio-btn-List .zcl-menu-item { height: 36px; position: relative;gap: 12px;}.radio-btn-List .zcl-menu-item::before{border: 1px solid var(--am-color-lp2);width: 20px;height: 20px;display: flex;content: ""; z-index: 1;border-radius: 100%;}.radio-btn-List .zcl-menu-item.selected::before { border-width: 2px }.radio-btn-List .zcl-menu-item.selected::after { visibility: visible; opacity: 1 }.radio-btn-List .zcl-menu-item::after{position: absolute;width: 24px;height: 24px;border: 6px solid var(--am-color-blue);top: 6px;content: "";z-index: 1;border-radius: 100%;left: 10px;visibility: hidden; opacity: 0;}#winclose.arf-close, .mcontent .arf-close { font-size: 14px; }.modalwindow .mheader #winclose { display: none }.zcl-win-subcategory { padding: 6px 16px }.zcl-win-subcategory:empty { padding: 0 }#reloginalert .zcdlgbtn-green { width: 100%; }.usr-profile-img, .grp-profile-img { width: 72px; height: 72px; border-radius: 50%; overflow: hidden }.usr-profile-mediabtns, .grp-profile-mediabtns { height: 40px; padding: 8px 0 }.profile-section { padding: 18px 0; border-top: 4px solid var(--section-border-color) }.profile-section > * { padding: 0 20px }.profile-section:not(#user_about):not(#group_about) > .profile-list-item { height: 48px; display: flex; align-items: center; justify-content: space-between }.profile-section .profile-list-item:empty { display: none; }.profile-list-item.hvr:hover, .overlay-list-item:hover, .starred-item:hover { background-color: var(--bg-hover-color); }.profile-list-item [class^="arf-"] { width: 24px; height: 24px; font-size: 16px; }.profile-list-item:not(.neg-item) div { color: var(--color-main); }.profile-list-item:not(.neg-item) [class^="arf"] { color: var(--color-secondary); }.profile-list-item.hvr:hover * { color: var(--color-main); }#profile_info_overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--popup-overlay-bg); }.info_overlay_content, .pocket-overlay-content { width: 100%; height: calc(100% - 60px); }.info_overlay_hdr_title, .info_overlay_hdr_text { max-width: 250px; }.info_overlay_title_detail:empty { margin: 0; }.overlay-list-item { height: 68px; padding: 10px 16px; }.overlay-list-item-icon { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; }.starred-item { padding: 6px 16px; }.starred-item-img { width: 28px; height: 28px; border-radius: 50%; overflow: hidden; }.starred-item-msg.me .zcmsgcnt { padding-bottom: 6px; }.unstar-item { color: var(--color-blue); z-index: 2; visibility: hidden; pointer-events: none; }.stars-list-item:hover .unstar-item { visibility: visible; pointer-events: all; }.add-parti-item, .grp-invite-btn {padding: 8px 12px; border-radius: 4px;}.add-parti-item:hover, .grp-invite-btn:hover {background-color: var(--icon-bg-hover);}.add-parti-item:active, .grp-invite-btn:active {background-color: var(--icon-bg-active);}.grp-invite-btn { min-width: 131px; background-color: var(--secondary-btn-bg); }.rolechange-icn.zcrleddsel { color: var(--color-blue); }#participants .zcl-win-modal1-item { padding: 10px 20px; }#participants .zcl-win-modal1-item:not(.sel) .rolechange-icn { display: none; }#participants .zcl-win-modal1-item.sel .rolechange-icn { display: flex; }#participants .zcl-win-modal1-item.sel .rolechange-icn ~ .role-txt { display: none; }.rolechange-drpdwn { backface-visibility: hidden; }.note-band { background-color: var(--info-bg-color); padding: 14px 36px; text-align: center; border-radius: 4px; margin-bottom: 4px }.permission-list-item { min-height: 90px; padding: 16px 0; }#user_more_actions.active #user_more_optns, #group_more_actions.active #group_more_optns { display: block; }.link-container { background-color: var(--bg-color-2); border-radius: 4px; padding: 8px; }.invite-link-icon { width: 36px; height: 36px; color: var(--color-mode); background-color: var(--color-theme); border-radius: 50% }.invite-link-desc { width: calc(100% - 68px); }.art-pocket-info .arf-close { position: absolute; right: 16px; }.art-pocket-img .group-default-img { width: 124px; height: 124px; border-radius: 50%; }.art-pocket-info .profile-list-item.neg-item * { color: var(--color-negative); font-weight: bold; }.art-pocket-info .pocket-overlay:not(:empty) { position: absolute; width: 100%; height: 100%; background-color: inherit; top: 0; left: 0; }.fileforward-img { width: 66px; height: 66px; border-radius: 4px; overflow: hidden; }.file-att .fileforward-img { width: 45px; height: auto; }.fileforward-img img { width: 100%; height: 100%; object-fit: cover; }.fileforward-comment-container .zc-composer-cont { width: 100%; min-height: 54px; max-height: 96px; padding: 16px; padding-right: 46px; border: 1px solid var(--input-border-color); border-radius: 72px; }.fileforward-comment-container.zc-autocomplete .zc-composer-cont { border-color: var(--input-border-color); }.fileforward-comment-container .zc-composer-cont.multiline { border-radius: 8px; }.fileforward-comment-container .zc-composer-emoji { width: 40px; height: 40px; right: 6px; }.fileforward-comment-container [composer-component] .smileydivmn { height: 250px; right: 10px; }.admin_del_msg .zcl-textarea { height: 60px; }.admin_del_msg .mcontent_btn_con { margin-top: 12px; }#admindeletereason.modalwindow { width: var(--modal-width-wide); }#admindeletereason > div:not(.zcbg_mask) { padding: 36px 36px 24px; border-radius: 4px; } .admin-del-comment { padding: 10px 16px; background-color: var(--bg-color-3); border-radius: 8px; max-height: 145px; overflow: scroll; white-space: pre-wrap; }.markdown-modal { width: var(--modal-width-wide); }.markdown-modal .mcontent { max-height: 656px; }.markdown-actions-container { max-height: 600px; overflow: auto; }.markdown-action { font-size: 15px; width: 100%; height: 52px; padding: 0 16px 0 20px; }.markdown-action:nth-child(odd) { background-color: var(--bg-color-2); }.markdown-action > div { width: 33.33%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.markdown-action > div:not(:first-child) { text-align: center; }.markdown-action .blockqutrule { border-left: 3px solid var(--border-color-light); width: 70%; margin: auto; padding-left: 5px; }.markdown-codebox { width: 25% !important; margin: auto; }.markdown-symbol { color: var(--color-negative); font-size: 18px; font-weight: bold; }#mediacall_container + .zcoverlay{z-index:1001 !important;}#av_settings_win.modalwindow .mheader #winclose{position: absolute;top: 12px;right: 18px;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;border-radius: 100%;}#av_settings_win.modalwindow .mheader #winclose:before {font-family:'ArattaiFont';}#av_settings_win.modalwindow .mheader #winclose:hover{background: var(--bg-color-1);cursor:pointer;}.zc-av-network-stats-tbl .zc-av-network-stats-tbl-tr .zc-av-network-stats-tbl-th{background-color: var(--am-color-hover1);border:1px solid var(--bg-color-1);border-radius: unset;}