@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";.messageBar{--closing-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.85822%208.84922L4.85322%2011.8542C4.75891%2011.9453%204.63261%2011.9957%204.50151%2011.9946C4.37042%2011.9934%204.24501%2011.9408%204.15231%2011.8481C4.0596%2011.7554%204.00702%2011.63%204.00588%2011.4989C4.00474%2011.3678%204.05514%2011.2415%204.14622%2011.1472L7.15122%208.14222V7.85922L4.14622%204.85322C4.05514%204.75891%204.00474%204.63261%204.00588%204.50151C4.00702%204.37042%204.0596%204.24501%204.15231%204.15231C4.24501%204.0596%204.37042%204.00702%204.50151%204.00588C4.63261%204.00474%204.75891%204.05514%204.85322%204.14622L7.85822%207.15122H8.14122L11.1462%204.14622C11.2405%204.05514%2011.3668%204.00474%2011.4979%204.00588C11.629%204.00702%2011.7544%204.0596%2011.8471%204.15231C11.9398%204.24501%2011.9924%204.37042%2011.9936%204.50151C11.9947%204.63261%2011.9443%204.75891%2011.8532%204.85322L8.84822%207.85922V8.14222L11.8532%2011.1472C11.9443%2011.2415%2011.9947%2011.3678%2011.9936%2011.4989C11.9924%2011.63%2011.9398%2011.7554%2011.8471%2011.8481C11.7544%2011.9408%2011.629%2011.9934%2011.4979%2011.9946C11.3668%2011.9957%2011.2405%2011.9453%2011.1462%2011.8542L8.14122%208.84922L8.14222%208.85022L7.85822%208.84922Z'%20fill='black'/%3e%3c/svg%3e");--message-bar-close-button-color:var(--text-primary-color);--message-bar-close-button-color-hover:var(--text-primary-color);--message-bar-close-button-border-radius:4px;--message-bar-close-button-border:none;--csstools-light-dark-toggle--0:var(--csstools-color-scheme--light) rgb(251 251 254 / .14);--message-bar-close-button-hover-bg-color:var(--csstools-light-dark-toggle--0, rgb(21 20 26 / .14));--csstools-light-dark-toggle--1:var(--csstools-color-scheme--light) rgb(251 251 254 / .21);--message-bar-close-button-active-bg-color:var(--csstools-light-dark-toggle--1, rgb(21 20 26 / .21));--csstools-light-dark-toggle--2:var(--csstools-color-scheme--light) rgb(251 251 254 / .07);--message-bar-close-button-focus-bg-color:var(--csstools-light-dark-toggle--2, rgb(21 20 26 / .07))}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){.messageBar{--message-bar-close-button-hover-bg-color:light-dark( rgb(21 20 26 / .14), rgb(251 251 254 / .14) );--message-bar-close-button-active-bg-color:light-dark( rgb(21 20 26 / .21), rgb(251 251 254 / .21) );--message-bar-close-button-focus-bg-color:light-dark( rgb(21 20 26 / .07), rgb(251 251 254 / .07) )}}@supports not (color: light-dark(tan,tan)){.messageBar *{--csstools-light-dark-toggle--0:var(--csstools-color-scheme--light) rgb(251 251 254 / .14);--message-bar-close-button-hover-bg-color:var(--csstools-light-dark-toggle--0, rgb(21 20 26 / .14));--csstools-light-dark-toggle--1:var(--csstools-color-scheme--light) rgb(251 251 254 / .21);--message-bar-close-button-active-bg-color:var(--csstools-light-dark-toggle--1, rgb(21 20 26 / .21));--csstools-light-dark-toggle--2:var(--csstools-color-scheme--light) rgb(251 251 254 / .07);--message-bar-close-button-focus-bg-color:var(--csstools-light-dark-toggle--2, rgb(21 20 26 / .07))}}@media screen and (forced-colors:active){.messageBar{--message-bar-close-button-color:ButtonText;--message-bar-close-button-border:1px solid ButtonText;--message-bar-close-button-hover-bg-color:ButtonText;--message-bar-close-button-active-bg-color:ButtonText;--message-bar-close-button-focus-bg-color:ButtonText;--message-bar-close-button-color-hover:HighlightText}}.messageBar{display:flex;position:relative;padding:8px 8px 8px 16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:4px;border:1px solid var(--message-bar-border-color);background:var(--message-bar-bg-color);color:var(--message-bar-fg-color)}.messageBar>div{display:flex;align-items:flex-start;gap:8px;align-self:stretch}:is(.messageBar>div):before{content:"";display:inline-block;width:16px;height:16px;-webkit-mask-image:var(--message-bar-icon);mask-image:var(--message-bar-icon);-webkit-mask-size:cover;mask-size:cover;background-color:var(--message-bar-icon-color);flex-shrink:0}.messageBar button{cursor:pointer}:is(.messageBar button):focus-visible{outline:var(--focus-ring-outline);outline-offset:2px}.messageBar .closeButton{width:32px;height:32px;background:none;border-radius:var(--message-bar-close-button-border-radius);border:var(--message-bar-close-button-border);display:flex;align-items:center;justify-content:center}:is(.messageBar .closeButton):before{content:"";display:inline-block;width:16px;height:16px;-webkit-mask-image:var(--closing-button-icon);mask-image:var(--closing-button-icon);-webkit-mask-size:cover;mask-size:cover;background-color:var(--message-bar-close-button-color)}:is(.messageBar .closeButton):is(:hover,:active,:focus):before{background-color:var(--message-bar-close-button-color-hover)}:is(.messageBar .closeButton):hover{background-color:var(--message-bar-close-button-hover-bg-color)}:is(.messageBar .closeButton):active{background-color:var(--message-bar-close-button-active-bg-color)}:is(.messageBar .closeButton):focus{background-color:var(--message-bar-close-button-focus-bg-color)}:is(.messageBar .closeButton)>span{display:inline-block;width:0;height:0;overflow:hidden}#editorUndoBar{--csstools-light-dark-toggle--3:var(--csstools-color-scheme--light) #fbfbfe;--text-primary-color:var(--csstools-light-dark-toggle--3, #15141a);--message-bar-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.625%200.5C6.64009%200.5%205.66482%200.693993%204.75487%201.0709C3.84493%201.44781%203.01814%202.00026%202.3217%202.6967C1.62526%203.39314%201.07281%204.21993%200.695904%205.12987C0.318993%206.03982%200.125%207.01509%200.125%208C0.125%208.98491%200.318993%209.96018%200.695904%2010.8701C1.07281%2011.7801%201.62526%2012.6069%202.3217%2013.3033C3.01814%2013.9997%203.84493%2014.5522%204.75487%2014.9291C5.66482%2015.306%206.64009%2015.5%207.625%2015.5C9.61412%2015.5%2011.5218%2014.7098%2012.9283%2013.3033C14.3348%2011.8968%2015.125%209.98912%2015.125%208C15.125%206.01088%2014.3348%204.10322%2012.9283%202.6967C11.5218%201.29018%209.61412%200.5%207.625%200.5ZM8.25%2011.375C8.25%2011.5408%208.18415%2011.6997%208.06694%2011.8169C7.94973%2011.9342%207.79076%2012%207.625%2012C7.45924%2012%207.30027%2011.9342%207.18306%2011.8169C7.06585%2011.6997%207%2011.5408%207%2011.375V6.938C7%206.77224%207.06585%206.61327%207.18306%206.49606C7.30027%206.37885%207.45924%206.313%207.625%206.313C7.79076%206.313%207.94973%206.37885%208.06694%206.49606C8.18415%206.61327%208.25%206.77224%208.25%206.938V11.375ZM8.25%205L8%205.25H7.25L7%205V4.25L7.25%204H8L8.25%204.25V5Z'%20fill='black'%20/%3e%3c/svg%3e");--csstools-light-dark-toggle--4:var(--csstools-color-scheme--light) #73a7f3;--message-bar-icon-color:var(--csstools-light-dark-toggle--4, #0060df);--csstools-light-dark-toggle--5:var(--csstools-color-scheme--light) #003070;--message-bar-bg-color:var(--csstools-light-dark-toggle--5, #deeafc);--message-bar-fg-color:var(--text-primary-color);--csstools-light-dark-toggle--6:var(--csstools-color-scheme--light) rgb(255 255 255 / .08);--message-bar-border-color:var(--csstools-light-dark-toggle--6, rgb(0 0 0 / .08));--csstools-light-dark-toggle--7:var(--csstools-color-scheme--light) rgb(255 255 255 / .08);--undo-button-bg-color:var(--csstools-light-dark-toggle--7, rgb(21 20 26 / .07));--csstools-light-dark-toggle--8:var(--csstools-color-scheme--light) rgb(255 255 255 / .14);--undo-button-bg-color-hover:var(--csstools-light-dark-toggle--8, rgb(21 20 26 / .14));--csstools-light-dark-toggle--9:var(--csstools-color-scheme--light) rgb(255 255 255 / .21);--undo-button-bg-color-active:var(--csstools-light-dark-toggle--9, rgb(21 20 26 / .21));--csstools-light-dark-toggle--10:var(--csstools-color-scheme--light) #0df;--undo-button-border:1px solid var(--csstools-light-dark-toggle--10, #0060df);--undo-button-fg-color:var(--message-bar-fg-color);--undo-button-fg-color-hover:var(--undo-button-fg-color);--undo-button-fg-color-active:var(--undo-button-fg-color)}@supports (color: light-dark(red,red)){#editorUndoBar{--text-primary-color:light-dark(#15141a, #fbfbfe);--message-bar-icon-color:light-dark(#0060df, #73a7f3);--message-bar-bg-color:light-dark(#deeafc, #003070)}}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){#editorUndoBar{--message-bar-border-color:light-dark( rgb(0 0 0 / .08), rgb(255 255 255 / .08) );--undo-button-bg-color:light-dark( rgb(21 20 26 / .07), rgb(255 255 255 / .08) );--undo-button-bg-color-hover:light-dark( rgb(21 20 26 / .14), rgb(255 255 255 / .14) );--undo-button-bg-color-active:light-dark( rgb(21 20 26 / .21), rgb(255 255 255 / .21) )}}@supports (color: light-dark(red,red)){#editorUndoBar{--undo-button-border:1px solid light-dark(#0060df, #0df)}}@supports not (color: light-dark(tan,tan)){#editorUndoBar *{--csstools-light-dark-toggle--3:var(--csstools-color-scheme--light) #fbfbfe;--text-primary-color:var(--csstools-light-dark-toggle--3, #15141a);--csstools-light-dark-toggle--4:var(--csstools-color-scheme--light) #73a7f3;--message-bar-icon-color:var(--csstools-light-dark-toggle--4, #0060df);--csstools-light-dark-toggle--5:var(--csstools-color-scheme--light) #003070;--message-bar-bg-color:var(--csstools-light-dark-toggle--5, #deeafc);--csstools-light-dark-toggle--6:var(--csstools-color-scheme--light) rgb(255 255 255 / .08);--message-bar-border-color:var(--csstools-light-dark-toggle--6, rgb(0 0 0 / .08));--csstools-light-dark-toggle--7:var(--csstools-color-scheme--light) rgb(255 255 255 / .08);--undo-button-bg-color:var(--csstools-light-dark-toggle--7, rgb(21 20 26 / .07));--csstools-light-dark-toggle--8:var(--csstools-color-scheme--light) rgb(255 255 255 / .14);--undo-button-bg-color-hover:var(--csstools-light-dark-toggle--8, rgb(21 20 26 / .14));--csstools-light-dark-toggle--9:var(--csstools-color-scheme--light) rgb(255 255 255 / .21);--undo-button-bg-color-active:var(--csstools-light-dark-toggle--9, rgb(21 20 26 / .21));--csstools-light-dark-toggle--10:var(--csstools-color-scheme--light) #0df;--undo-button-border:1px solid var(--csstools-light-dark-toggle--10, #0060df)}}@media screen and (forced-colors:active){#editorUndoBar{--text-primary-color:CanvasText;--message-bar-icon-color:CanvasText;--message-bar-bg-color:Canvas;--message-bar-border-color:CanvasText;--undo-button-bg-color:ButtonText;--undo-button-bg-color-hover:SelectedItem;--undo-button-bg-color-active:SelectedItem;--undo-button-fg-color:ButtonFace;--undo-button-fg-color-hover:SelectedItemText;--undo-button-fg-color-active:SelectedItemText;--undo-button-border:none}}#editorUndoBar{position:fixed;top:50px;left:50%;transform:translate(-50%);z-index:10;padding-block:8px;padding-inline:16px 8px;font:menu;font-size:15px;cursor:default}#editorUndoBar button{cursor:pointer}#editorUndoBar #editorUndoBarUndoButton{border-radius:4px;font-weight:590;line-height:19.5px;color:var(--undo-button-fg-color);border:var(--undo-button-border);padding:4px 16px;margin-inline-start:8px;height:32px;background-color:var(--undo-button-bg-color)}:is(#editorUndoBar #editorUndoBarUndoButton):hover{background-color:var(--undo-button-bg-color-hover);color:var(--undo-button-fg-color-hover)}:is(#editorUndoBar #editorUndoBarUndoButton):active{background-color:var(--undo-button-bg-color-active);color:var(--undo-button-fg-color-active)}#editorUndoBar>div{align-items:center}.dialog{--csstools-light-dark-toggle--11:var(--csstools-color-scheme--light) #1c1b22;--dialog-bg-color:var(--csstools-light-dark-toggle--11, white);--csstools-light-dark-toggle--12:var(--csstools-color-scheme--light) #1c1b22;--dialog-border-color:var(--csstools-light-dark-toggle--12, white);--csstools-light-dark-toggle--13:var(--csstools-color-scheme--light) #15141a;--dialog-shadow:0 2px 14px 0 var(--csstools-light-dark-toggle--13, rgb(58 57 68 / .2));--csstools-light-dark-toggle--14:var(--csstools-color-scheme--light) #fbfbfe;--text-primary-color:var(--csstools-light-dark-toggle--14, #15141a);--csstools-light-dark-toggle--15:var(--csstools-color-scheme--light) #cfcfd8;--text-secondary-color:var(--csstools-light-dark-toggle--15, #5b5b66);--hover-filter:brightness(.9);--csstools-light-dark-toggle--16:var(--csstools-color-scheme--light) #0df;--link-fg-color:var(--csstools-light-dark-toggle--16, #0060df);--csstools-light-dark-toggle--17:var(--csstools-color-scheme--light) #80ebff;--link-hover-fg-color:var(--csstools-light-dark-toggle--17, #0250bb);--csstools-light-dark-toggle--18:var(--csstools-color-scheme--light) #52525e;--separator-color:var(--csstools-light-dark-toggle--18, #f0f0f4);--textarea-border-color:#8f8f9d;--csstools-light-dark-toggle--19:var(--csstools-color-scheme--light) #42414d;--textarea-bg-color:var(--csstools-light-dark-toggle--19, white);--textarea-fg-color:var(--text-secondary-color);--csstools-light-dark-toggle--20:var(--csstools-color-scheme--light) #2b2a33;--radio-bg-color:var(--csstools-light-dark-toggle--20, #f0f0f4);--csstools-light-dark-toggle--21:var(--csstools-color-scheme--light) #15141a;--radio-checked-bg-color:var(--csstools-light-dark-toggle--21, #fbfbfe);--radio-border-color:#8f8f9d;--csstools-light-dark-toggle--22:var(--csstools-color-scheme--light) #0df;--radio-checked-border-color:var(--csstools-light-dark-toggle--22, #0060df);--csstools-light-dark-toggle--23:var(--csstools-color-scheme--light) rgb(251 251 254 / .07);--button-secondary-bg-color:var(--csstools-light-dark-toggle--23, rgb(21 20 26 / .07));--button-secondary-fg-color:var(--text-primary-color);--button-secondary-border-color:var(--button-secondary-bg-color);--csstools-light-dark-toggle--24:var(--csstools-color-scheme--light) rgb(251 251 254 / .21);--button-secondary-active-bg-color:var(--csstools-light-dark-toggle--24, rgb(21 20 26 / .21));--button-secondary-active-fg-color:var(--button-secondary-fg-color);--button-secondary-active-border-color:var(--button-secondary-bg-color);--csstools-light-dark-toggle--25:var(--csstools-color-scheme--light) rgb(251 251 254 / .14);--button-secondary-hover-bg-color:var(--csstools-light-dark-toggle--25, rgb(21 20 26 / .14));--button-secondary-hover-fg-color:var(--button-secondary-fg-color);--button-secondary-hover-border-color:var(--button-secondary-hover-bg-color);--button-secondary-disabled-bg-color:var(--button-secondary-bg-color);--button-secondary-disabled-border-color:var( --button-secondary-border-color );--button-secondary-disabled-fg-color:var(--button-secondary-fg-color);--csstools-light-dark-toggle--26:var(--csstools-color-scheme--light) #0df;--button-primary-bg-color:var(--csstools-light-dark-toggle--26, #0060df);--csstools-light-dark-toggle--27:var(--csstools-color-scheme--light) #15141a;--button-primary-fg-color:var(--csstools-light-dark-toggle--27, #fbfbfe);--button-primary-border-color:var(--button-primary-bg-color);--csstools-light-dark-toggle--28:var(--csstools-color-scheme--light) #aaf2ff;--button-primary-active-bg-color:var(--csstools-light-dark-toggle--28, #054096);--button-primary-active-fg-color:var(--button-primary-fg-color);--button-primary-active-border-color:var(--button-primary-active-bg-color);--csstools-light-dark-toggle--29:var(--csstools-color-scheme--light) #80ebff;--button-primary-hover-bg-color:var(--csstools-light-dark-toggle--29, #0250bb);--button-primary-hover-fg-color:var(--button-primary-fg-color);--button-primary-hover-border-color:var(--button-primary-hover-bg-color);--button-primary-disabled-bg-color:var(--button-primary-bg-color);--button-primary-disabled-border-color:var(--button-primary-border-color);--button-primary-disabled-fg-color:var(--button-primary-fg-color);--button-disabled-opacity:.4;--csstools-light-dark-toggle--30:var(--csstools-color-scheme--light) #42414d;--input-text-bg-color:var(--csstools-light-dark-toggle--30, white);--input-text-fg-color:var(--text-primary-color)}@supports (color: light-dark(red,red)){.dialog{--dialog-bg-color:light-dark(white, #1c1b22);--dialog-border-color:light-dark(white, #1c1b22)}}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){.dialog{--dialog-shadow:0 2px 14px 0 light-dark(rgb(58 57 68 / .2), #15141a)}}@supports (color: light-dark(red,red)){.dialog{--text-primary-color:light-dark(#15141a, #fbfbfe);--text-secondary-color:light-dark(#5b5b66, #cfcfd8);--link-fg-color:light-dark(#0060df, #0df);--link-hover-fg-color:light-dark(#0250bb, #80ebff);--separator-color:light-dark(#f0f0f4, #52525e);--textarea-bg-color:light-dark(white, #42414d);--radio-bg-color:light-dark(#f0f0f4, #2b2a33);--radio-checked-bg-color:light-dark(#fbfbfe, #15141a);--radio-checked-border-color:light-dark(#0060df, #0df)}}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){.dialog{--button-secondary-bg-color:light-dark( rgb(21 20 26 / .07), rgb(251 251 254 / .07) );--button-secondary-active-bg-color:light-dark( rgb(21 20 26 / .21), rgb(251 251 254 / .21) );--button-secondary-hover-bg-color:light-dark( rgb(21 20 26 / .14), rgb(251 251 254 / .14) )}}@supports (color: light-dark(red,red)){.dialog{--button-primary-bg-color:light-dark(#0060df, #0df);--button-primary-fg-color:light-dark(#fbfbfe, #15141a);--button-primary-active-bg-color:light-dark(#054096, #aaf2ff);--button-primary-hover-bg-color:light-dark(#0250bb, #80ebff);--input-text-bg-color:light-dark(white, #42414d)}}@supports not (color: light-dark(tan,tan)){.dialog *{--csstools-light-dark-toggle--11:var(--csstools-color-scheme--light) #1c1b22;--dialog-bg-color:var(--csstools-light-dark-toggle--11, white);--csstools-light-dark-toggle--12:var(--csstools-color-scheme--light) #1c1b22;--dialog-border-color:var(--csstools-light-dark-toggle--12, white);--csstools-light-dark-toggle--13:var(--csstools-color-scheme--light) #15141a;--dialog-shadow:0 2px 14px 0 var(--csstools-light-dark-toggle--13, rgb(58 57 68 / .2));--csstools-light-dark-toggle--14:var(--csstools-color-scheme--light) #fbfbfe;--text-primary-color:var(--csstools-light-dark-toggle--14, #15141a);--csstools-light-dark-toggle--15:var(--csstools-color-scheme--light) #cfcfd8;--text-secondary-color:var(--csstools-light-dark-toggle--15, #5b5b66);--csstools-light-dark-toggle--16:var(--csstools-color-scheme--light) #0df;--link-fg-color:var(--csstools-light-dark-toggle--16, #0060df);--csstools-light-dark-toggle--17:var(--csstools-color-scheme--light) #80ebff;--link-hover-fg-color:var(--csstools-light-dark-toggle--17, #0250bb);--csstools-light-dark-toggle--18:var(--csstools-color-scheme--light) #52525e;--separator-color:var(--csstools-light-dark-toggle--18, #f0f0f4);--csstools-light-dark-toggle--19:var(--csstools-color-scheme--light) #42414d;--textarea-bg-color:var(--csstools-light-dark-toggle--19, white);--csstools-light-dark-toggle--20:var(--csstools-color-scheme--light) #2b2a33;--radio-bg-color:var(--csstools-light-dark-toggle--20, #f0f0f4);--csstools-light-dark-toggle--21:var(--csstools-color-scheme--light) #15141a;--radio-checked-bg-color:var(--csstools-light-dark-toggle--21, #fbfbfe);--csstools-light-dark-toggle--22:var(--csstools-color-scheme--light) #0df;--radio-checked-border-color:var(--csstools-light-dark-toggle--22, #0060df);--csstools-light-dark-toggle--23:var(--csstools-color-scheme--light) rgb(251 251 254 / .07);--button-secondary-bg-color:var(--csstools-light-dark-toggle--23, rgb(21 20 26 / .07));--csstools-light-dark-toggle--24:var(--csstools-color-scheme--light) rgb(251 251 254 / .21);--button-secondary-active-bg-color:var(--csstools-light-dark-toggle--24, rgb(21 20 26 / .21));--csstools-light-dark-toggle--25:var(--csstools-color-scheme--light) rgb(251 251 254 / .14);--button-secondary-hover-bg-color:var(--csstools-light-dark-toggle--25, rgb(21 20 26 / .14));--csstools-light-dark-toggle--26:var(--csstools-color-scheme--light) #0df;--button-primary-bg-color:var(--csstools-light-dark-toggle--26, #0060df);--csstools-light-dark-toggle--27:var(--csstools-color-scheme--light) #15141a;--button-primary-fg-color:var(--csstools-light-dark-toggle--27, #fbfbfe);--csstools-light-dark-toggle--28:var(--csstools-color-scheme--light) #aaf2ff;--button-primary-active-bg-color:var(--csstools-light-dark-toggle--28, #054096);--csstools-light-dark-toggle--29:var(--csstools-color-scheme--light) #80ebff;--button-primary-hover-bg-color:var(--csstools-light-dark-toggle--29, #0250bb);--csstools-light-dark-toggle--30:var(--csstools-color-scheme--light) #42414d;--input-text-bg-color:var(--csstools-light-dark-toggle--30, white)}}@media(prefers-color-scheme:dark){.dialog{--hover-filter:brightness(1.4);--button-disabled-opacity:.6}}@media screen and (forced-colors:active){.dialog{--dialog-bg-color:Canvas;--dialog-border-color:CanvasText;--dialog-shadow:none;--text-primary-color:CanvasText;--text-secondary-color:CanvasText;--hover-filter:none;--link-fg-color:LinkText;--link-hover-fg-color:LinkText;--separator-color:CanvasText;--textarea-border-color:ButtonBorder;--textarea-bg-color:Field;--textarea-fg-color:ButtonText;--radio-bg-color:ButtonFace;--radio-checked-bg-color:ButtonFace;--radio-border-color:ButtonText;--radio-checked-border-color:ButtonText;--button-secondary-bg-color:ButtonFace;--button-secondary-fg-color:ButtonText;--button-secondary-border-color:ButtonText;--button-secondary-active-bg-color:HighlightText;--button-secondary-active-fg-color:SelectedItem;--button-secondary-active-border-color:ButtonText;--button-secondary-hover-bg-color:HighlightText;--button-secondary-hover-fg-color:SelectedItem;--button-secondary-hover-border-color:SelectedItem;--button-secondary-disabled-fg-color:GrayText;--button-secondary-disabled-border-color:GrayText;--button-primary-bg-color:ButtonText;--button-primary-fg-color:ButtonFace;--button-primary-border-color:ButtonText;--button-primary-active-bg-color:SelectedItem;--button-primary-active-fg-color:HighlightText;--button-primary-active-border-color:ButtonText;--button-primary-hover-bg-color:SelectedItem;--button-primary-hover-fg-color:HighlightText;--button-primary-hover-border-color:SelectedItem;--button-primary-disabled-bg-color:GrayText;--button-primary-disabled-fg-color:ButtonFace;--button-primary-disabled-border-color:GrayText;--button-disabled-opacity:1;--input-text-bg-color:Field;--input-text-fg-color:FieldText}}.dialog{font:message-box;font-size:13px;font-weight:400;line-height:150%;border-radius:4px;padding:12px 16px;border:1px solid var(--dialog-border-color);background:var(--dialog-bg-color);color:var(--text-primary-color);box-shadow:var(--dialog-shadow)}:is(.dialog .mainContainer) *:focus-visible{outline:var(--focus-ring-outline);outline-offset:2px}:is(.dialog .mainContainer) .title{display:flex;width:auto;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px}:is(:is(.dialog .mainContainer) .title)>span{font-size:13px;font-style:normal;font-weight:590;line-height:150%}:is(.dialog .mainContainer) .dialogSeparator{width:100%;height:0;margin-block:4px;border-top:1px solid var(--separator-color);border-bottom:none}:is(.dialog .mainContainer) .dialogButtonsGroup{display:flex;gap:12px;align-self:flex-end}:is(.dialog .mainContainer) .radio{display:flex;flex-direction:column;align-items:flex-start;gap:4px}:is(:is(.dialog .mainContainer) .radio)>.radioButton{display:flex;gap:8px;align-self:stretch;align-items:center}:is(:is(:is(.dialog .mainContainer) .radio)>.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:16px;height:16px;border-radius:50%;background-color:var(--radio-bg-color);border:1px solid var(--radio-border-color)}:is(:is(:is(:is(.dialog .mainContainer) .radio)>.radioButton) input):hover{filter:var(--hover-filter)}:is(:is(:is(:is(.dialog .mainContainer) .radio)>.radioButton) input):checked{background-color:var(--radio-checked-bg-color);border:4px solid var(--radio-checked-border-color)}:is(:is(.dialog .mainContainer) .radio)>.radioLabel{display:flex;padding-inline-start:24px;align-items:flex-start;gap:10px;align-self:stretch}:is(:is(:is(.dialog .mainContainer) .radio)>.radioLabel)>span{flex:1 0 0;font-size:11px;color:var(--text-secondary-color)}:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton)){border-radius:4px;border:1px solid;font:menu;font-weight:590;font-size:13px;padding:4px 16px;width:auto;height:32px}:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):hover{cursor:pointer;filter:var(--hover-filter)}:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton)))>span{color:inherit;font:inherit}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))){color:var(--button-secondary-fg-color);background-color:var(--button-secondary-bg-color);border-color:var(--button-secondary-border-color)}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):hover{color:var(--button-secondary-hover-fg-color);background-color:var(--button-secondary-hover-bg-color);border-color:var(--button-secondary-hover-border-color)}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):active{color:var(--button-secondary-active-fg-color);background-color:var(--button-secondary-active-bg-color);border-color:var(--button-secondary-active-border-color)}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):disabled{background-color:var(--button-secondary-disabled-bg-color);border-color:var(--button-secondary-disabled-border-color);color:var(--button-secondary-disabled-fg-color);opacity:var(--button-disabled-opacity)}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))){color:var(--button-primary-fg-color);background-color:var(--button-primary-bg-color);border-color:var(--button-primary-border-color);opacity:1}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):hover{color:var(--button-primary-hover-fg-color);background-color:var(--button-primary-hover-bg-color);border-color:var(--button-primary-hover-border-color)}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):active{color:var(--button-primary-active-fg-color);background-color:var(--button-primary-active-bg-color);border-color:var(--button-primary-active-border-color)}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):disabled{background-color:var(--button-primary-disabled-bg-color);border-color:var(--button-primary-disabled-border-color);color:var(--button-primary-disabled-fg-color);opacity:var(--button-disabled-opacity)}:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):disabled{pointer-events:none}:is(.dialog .mainContainer) a{color:var(--link-fg-color)}:is(:is(.dialog .mainContainer) a):hover{color:var(--link-hover-fg-color)}:is(.dialog .mainContainer) textarea{font:inherit;padding:8px;resize:none;margin:0;box-sizing:border-box;border-radius:4px;border:1px solid var(--textarea-border-color);background:var(--textarea-bg-color);color:var(--textarea-fg-color)}:is(:is(.dialog .mainContainer) textarea):focus{outline-offset:0;border-color:transparent}:is(:is(.dialog .mainContainer) textarea):disabled{pointer-events:none;opacity:.4}:is(.dialog .mainContainer) input[type=text]{background-color:var(--input-text-bg-color);color:var(--input-text-fg-color)}:is(.dialog .mainContainer) .messageBar{--csstools-light-dark-toggle--31:var(--csstools-color-scheme--light) #5a3100;--message-bar-bg-color:var(--csstools-light-dark-toggle--31, #ffebcd);--csstools-light-dark-toggle--32:var(--csstools-color-scheme--light) #fbfbfe;--message-bar-fg-color:var(--csstools-light-dark-toggle--32, #15141a);--csstools-light-dark-toggle--33:var(--csstools-color-scheme--light) rgb(255 255 255 / .08);--message-bar-border-color:var(--csstools-light-dark-toggle--33, rgb(0 0 0 / .08));--message-bar-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.8748%2012.037L9.37782%202.037C8.99682%201.346%208.31082%201%207.62482%201C6.93882%201%206.25282%201.346%205.87282%202.037L0.375823%2012.037C-0.358177%2013.37%200.606823%2015%202.12782%2015H13.1228C14.6428%2015%2015.6078%2013.37%2014.8748%2012.037ZM8.24982%2011.75L7.99982%2012H7.24982L6.99982%2011.75V11L7.24982%2010.75H7.99982L8.24982%2011V11.75ZM8.24982%209.062C8.24982%209.22776%208.18398%209.38673%208.06677%209.50394C7.94955%209.62115%207.79058%209.687%207.62482%209.687C7.45906%209.687%207.30009%209.62115%207.18288%209.50394C7.06567%209.38673%206.99982%209.22776%206.99982%209.062V5.625C6.99982%205.45924%207.06567%205.30027%207.18288%205.18306C7.30009%205.06585%207.45906%205%207.62482%205C7.79058%205%207.94955%205.06585%208.06677%205.18306C8.18398%205.30027%208.24982%205.45924%208.24982%205.625V9.062Z'%20fill='black'/%3e%3c/svg%3e");--csstools-light-dark-toggle--34:var(--csstools-color-scheme--light) #e49c49;--message-bar-icon-color:var(--csstools-light-dark-toggle--34, #cd411e)}@supports (color: light-dark(red,red)){:is(.dialog .mainContainer) .messageBar{--message-bar-bg-color:light-dark(#ffebcd, #5a3100);--message-bar-fg-color:light-dark(#15141a, #fbfbfe)}}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){:is(.dialog .mainContainer) .messageBar{--message-bar-border-color:light-dark( rgb(0 0 0 / .08), rgb(255 255 255 / .08) )}}@supports (color: light-dark(red,red)){:is(.dialog .mainContainer) .messageBar{--message-bar-icon-color:light-dark(#cd411e, #e49c49)}}@supports not (color: light-dark(tan,tan)){:is(:is(.dialog .mainContainer) .messageBar) *{--csstools-light-dark-toggle--31:var(--csstools-color-scheme--light) #5a3100;--message-bar-bg-color:var(--csstools-light-dark-toggle--31, #ffebcd);--csstools-light-dark-toggle--32:var(--csstools-color-scheme--light) #fbfbfe;--message-bar-fg-color:var(--csstools-light-dark-toggle--32, #15141a);--csstools-light-dark-toggle--33:var(--csstools-color-scheme--light) rgb(255 255 255 / .08);--message-bar-border-color:var(--csstools-light-dark-toggle--33, rgb(0 0 0 / .08));--csstools-light-dark-toggle--34:var(--csstools-color-scheme--light) #e49c49;--message-bar-icon-color:var(--csstools-light-dark-toggle--34, #cd411e)}}@media screen and (forced-colors:active){:is(.dialog .mainContainer) .messageBar{--message-bar-bg-color:HighlightText;--message-bar-fg-color:CanvasText;--message-bar-border-color:CanvasText;--message-bar-icon-color:CanvasText}}:is(.dialog .mainContainer) .messageBar{align-self:stretch}:is(:is(:is(.dialog .mainContainer) .messageBar)>div):before,:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div{margin-block:4px}:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}:is(:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div) .title{font-size:13px;font-weight:590}:is(:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div) .description{font-size:13px}:is(.dialog .mainContainer) .toggler{display:flex;align-items:center;gap:8px;align-self:stretch}:is(:is(.dialog .mainContainer) .toggler)>.togglerLabel{-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer{position:absolute;text-align:initial;inset:0;overflow:clip;opacity:1;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;caret-color:CanvasText;z-index:0}.textLayer.highlighting{touch-action:none}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.textLayer>:not(.markedContent),.textLayer .markedContent span:not(.markedContent){z-index:1}.textLayer span.markedContent{top:0;height:0}.textLayer span[role=img]{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}.textLayer .highlight{--highlight-bg-color:rgb(180 0 170 / .25);--highlight-selected-bg-color:rgb(0 100 0 / .25);--highlight-backdrop-filter:none;--highlight-selected-backdrop-filter:none}@media screen and (forced-colors:active){.textLayer .highlight{--highlight-bg-color:transparent;--highlight-selected-bg-color:transparent;--highlight-backdrop-filter:var(--hcm-highlight-filter);--highlight-selected-backdrop-filter:var( --hcm-highlight-selected-filter )}}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);-webkit-backdrop-filter:var(--highlight-backdrop-filter);backdrop-filter:var(--highlight-backdrop-filter);border-radius:4px}.appended:is(.textLayer .highlight){position:initial}.begin:is(.textLayer .highlight){border-radius:4px 0 0 4px}.end:is(.textLayer .highlight){border-radius:0 4px 4px 0}.middle:is(.textLayer .highlight){border-radius:0}.selected:is(.textLayer .highlight){background-color:var(--highlight-selected-bg-color);-webkit-backdrop-filter:var(--highlight-selected-backdrop-filter);backdrop-filter:var(--highlight-selected-backdrop-filter)}.textLayer ::-moz-selection{background:#0000ff40;background:color-mix(in srgb,AccentColor,transparent 75%)}.textLayer ::selection{background:#0000ff40;background:color-mix(in srgb,AccentColor,transparent 75%)}.textLayer br::-moz-selection{background:transparent}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.annotationLayer{--csstools-color-scheme--light:initial;color-scheme:only light;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){.annotationLayer{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation{outline:var(--link-outline)}:is(.annotationLayer .linkAnnotation):hover{-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter)}:is(.annotationLayer .linkAnnotation)>a:hover{opacity:0!important;background:none!important;box-shadow:none}.annotationLayer .popupAnnotation .popup{outline:calc(1.5px * var(--total-scale-factor)) solid CanvasText!important;background-color:ButtonFace!important;color:ButtonText!important}.annotationLayer .highlightArea:hover:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter);content:"";pointer-events:none}.annotationLayer .popupAnnotation.focused .popup{outline:calc(3px * var(--total-scale-factor)) solid Highlight!important}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer.disabled section,.annotationLayer.disabled .popup{pointer-events:none}.annotationLayer .annotationContent{position:absolute;width:100%;height:100%;pointer-events:none}.freetext:is(.annotationLayer .annotationContent){background:transparent;border:none;inset:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:1.35}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}:is(.annotationLayer section):has(div.annotationContent) canvas.annotationContent{display:none}:is(.annotationLayer section) .overlaidText{position:absolute;top:0;left:0;width:0;height:0;display:inline-block;overflow:hidden}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton):not(.hasBorder)>a:hover{opacity:.2;background-color:#ff0}.annotationLayer .linkAnnotation.hasBorder:hover{background-color:#ff03}.annotationLayer .hasBorder{background-size:100% 100%}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation [disabled]:is(input,textarea),.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:25%;top:25%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{height:100%;width:100%}.annotationLayer .popupAnnotation{position:absolute;font-size:calc(9px * var(--total-scale-factor));pointer-events:none;width:-moz-max-content;width:max-content;max-width:45%;height:auto}.annotationLayer .popup{background-color:#ff9;color:#000;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));outline:1.5px solid rgb(255 255 74);padding:calc(6px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text}.annotationLayer .popupAnnotation.focused .popup{outline-width:3px}.annotationLayer .popup *{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup>.header{display:inline-block}.annotationLayer .popup>.header>.title{display:inline;font-weight:700}.annotationLayer .popup>.header .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor));width:-moz-fit-content;width:fit-content}.annotationLayer .popupContent{border-top:1px solid rgb(51 51 51);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popupTriggerArea{cursor:pointer}:is(.annotationLayer .popupTriggerArea):hover{-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter)}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}:is(.annotationLayer .annotationTextContent) span{width:100%;display:inline-block}.annotationLayer svg.quadrilateralsContainer{contain:strict;width:0;height:0;position:absolute;top:0;left:0;z-index:-1}:root{--xfa-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--xfa-focus-outline:auto}@media screen and (forced-colors:active){:root{--xfa-focus-outline:2px solid CanvasText}.xfaLayer *:required{outline:1.5px solid selectedItem}}.xfaLayer{--csstools-color-scheme--light:initial;color-scheme:only light;background-color:transparent}.xfaLayer .highlight{margin:-1px;padding:1px;background-color:#efcbed;border-radius:4px}.xfaLayer .highlight.appended{position:initial}.xfaLayer .highlight.begin{border-radius:4px 0 0 4px}.xfaLayer .highlight.end{border-radius:0 4px 4px 0}.xfaLayer .highlight.middle{border-radius:0}.xfaLayer .highlight.selected{background-color:#cbdfcb}.xfaPage{overflow:hidden;position:relative}.xfaContentarea{position:absolute}.xfaPrintOnly{display:none}.xfaLayer{position:absolute;text-align:initial;top:0;left:0;transform-origin:0 0;line-height:1.2}.xfaLayer *{color:inherit;font:inherit;font-style:inherit;font-weight:inherit;font-kerning:inherit;letter-spacing:-.01px;text-align:inherit;text-decoration:inherit;box-sizing:border-box;background-color:transparent;padding:0;margin:0;pointer-events:auto;line-height:inherit}.xfaLayer *:required{outline:1.5px solid red}.xfaLayer div,.xfaLayer svg,.xfaLayer svg *{pointer-events:none}.xfaLayer a{color:#00f}.xfaRich li{margin-left:3em}.xfaFont{color:#000;font-weight:400;font-kerning:none;font-size:10px;font-style:normal;letter-spacing:0;text-decoration:none;vertical-align:0}.xfaCaption{overflow:hidden;flex:0 0 auto}.xfaCaptionForCheckButton{overflow:hidden;flex:1 1 auto}.xfaLabel{height:100%;width:100%}.xfaLeft{display:flex;flex-direction:row;align-items:center}.xfaRight{display:flex;flex-direction:row-reverse;align-items:center}:is(.xfaLeft,.xfaRight)>:is(.xfaCaption,.xfaCaptionForCheckButton){max-height:100%}.xfaTop{display:flex;flex-direction:column;align-items:flex-start}.xfaBottom{display:flex;flex-direction:column-reverse;align-items:flex-start}:is(.xfaTop,.xfaBottom)>:is(.xfaCaption,.xfaCaptionForCheckButton){width:100%}.xfaBorder{background-color:transparent;position:absolute;pointer-events:none}.xfaWrapped{width:100%;height:100%}:is(.xfaTextfield,.xfaSelect):focus{background-image:none;background-color:transparent;outline:var(--xfa-focus-outline);outline-offset:-1px}:is(.xfaCheckbox,.xfaRadio):focus{outline:var(--xfa-focus-outline)}.xfaTextfield,.xfaSelect{height:100%;width:100%;flex:1 1 auto;border:none;resize:none;background-image:var(--xfa-unfocused-field-background)}.xfaSelect{padding-inline:2px}:is(.xfaTop,.xfaBottom)>:is(.xfaTextfield,.xfaSelect){flex:0 1 auto}.xfaButton{cursor:pointer;width:100%;height:100%;border:none;text-align:center}.xfaLink{width:100%;height:100%;position:absolute;top:0;left:0}.xfaCheckbox,.xfaRadio{width:100%;height:100%;flex:0 0 auto;border:none}.xfaRich{white-space:pre-wrap;width:100%;height:100%}.xfaImage{-o-object-position:left top;object-position:left top;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.xfaLrTb,.xfaRlTb,.xfaTb{display:flex;flex-direction:column;align-items:stretch}.xfaLr{display:flex;flex-direction:row;align-items:stretch}.xfaRl{display:flex;flex-direction:row-reverse;align-items:stretch}.xfaTb>div{justify-content:left}.xfaPosition,.xfaArea{position:relative}.xfaValignMiddle{display:flex;align-items:center}.xfaTable{display:flex;flex-direction:column;align-items:stretch}.xfaTable .xfaRow{display:flex;flex-direction:row;align-items:stretch}.xfaTable .xfaRlRow{display:flex;flex-direction:row-reverse;align-items:stretch;flex:1}.xfaTable .xfaRlRow>div{flex:1}:is(.xfaNonInteractive,.xfaDisabled,.xfaReadOnly) :is(input,textarea){background:initial}@media print{.xfaTextfield,.xfaSelect{background:transparent}.xfaSelect{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:1px;text-overflow:""}}.canvasWrapper svg{transform:none}.moving:is(.canvasWrapper svg){z-index:100000}[data-main-rotation="90"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) mask,[data-main-rotation="90"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) use:not(.clip,.mask){transform:matrix(0,1,-1,0,1,0)}[data-main-rotation="180"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) mask,[data-main-rotation="180"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) use:not(.clip,.mask){transform:matrix(-1,0,0,-1,1,1)}[data-main-rotation="270"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) mask,[data-main-rotation="270"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) use:not(.clip,.mask){transform:matrix(0,-1,1,0,0,1)}.draw:is(.canvasWrapper svg){position:absolute;mix-blend-mode:normal}.draw[data-draw-rotation="90"]:is(.canvasWrapper svg){transform:rotate(90deg)}.draw[data-draw-rotation="180"]:is(.canvasWrapper svg){transform:rotate(180deg)}.draw[data-draw-rotation="270"]:is(.canvasWrapper svg){transform:rotate(270deg)}.highlight:is(.canvasWrapper svg){--blend-mode:multiply}@media screen and (forced-colors:active){.highlight:is(.canvasWrapper svg){--blend-mode:difference}}.highlight:is(.canvasWrapper svg){position:absolute;mix-blend-mode:var(--blend-mode)}.highlight:is(.canvasWrapper svg):not(.free){fill-rule:evenodd}.highlightOutline:is(.canvasWrapper svg){position:absolute;mix-blend-mode:normal;fill-rule:evenodd;fill:none}.highlightOutline.hovered:is(.canvasWrapper svg):not(.free):not(.selected){stroke:var(--hover-outline-color);stroke-width:var(--outline-width)}.highlightOutline.selected:is(.canvasWrapper svg):not(.free) .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(var(--outline-width) + 2 * var(--outline-around-width))}.highlightOutline.selected:is(.canvasWrapper svg):not(.free) .secondaryOutline{stroke:var(--outline-color);stroke-width:var(--outline-width)}.highlightOutline.free.hovered:is(.canvasWrapper svg):not(.selected){stroke:var(--hover-outline-color);stroke-width:calc(2 * var(--outline-width))}.highlightOutline.free.selected:is(.canvasWrapper svg) .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(2 * (var(--outline-width) + var(--outline-around-width)))}.highlightOutline.free.selected:is(.canvasWrapper svg) .secondaryOutline{stroke:var(--outline-color);stroke-width:calc(2 * var(--outline-width))}.toggle-button{--button-background-color:color-mix(in srgb, currentColor 7%, transparent);--button-background-color-hover:color-mix( in srgb, currentColor 14%, transparent );--button-background-color-active:color-mix( in srgb, currentColor 21%, transparent );--csstools-light-dark-toggle--35:var(--csstools-color-scheme--light) #0df;--color-accent-primary:var(--csstools-light-dark-toggle--35, #0060df);--csstools-light-dark-toggle--36:var(--csstools-color-scheme--light) #80ebff;--color-accent-primary-hover:var(--csstools-light-dark-toggle--36, #0250bb);--csstools-light-dark-toggle--37:var(--csstools-color-scheme--light) #aaf2ff;--color-accent-primary-active:var(--csstools-light-dark-toggle--37, #054096);--border-radius-circle:9999px;--border-width:1px;--size-item-small:16px;--size-item-large:32px;--csstools-light-dark-toggle--38:var(--csstools-color-scheme--light) #1c1b22;--color-canvas:var(--csstools-light-dark-toggle--38, white);--background-color-canvas:var(--color-canvas);--csstools-light-dark-toggle--39:var(--csstools-color-scheme--light) #f9f9fa;--border-color-interactive:var(--csstools-light-dark-toggle--39, #8f8f9d);--border-color-interactive-hover:var(--border-color-interactive);--border-color-interactive-active:var(--border-color-interactive)}@supports (color: light-dark(red,red)){.toggle-button{--color-accent-primary:light-dark(#0060df, #0df);--color-accent-primary-hover:light-dark(#0250bb, #80ebff);--color-accent-primary-active:light-dark(#054096, #aaf2ff);--color-canvas:light-dark(white, #1c1b22);--border-color-interactive:light-dark(#8f8f9d, #f9f9fa)}}@supports not (color: light-dark(tan,tan)){.toggle-button *{--csstools-light-dark-toggle--35:var(--csstools-color-scheme--light) #0df;--color-accent-primary:var(--csstools-light-dark-toggle--35, #0060df);--csstools-light-dark-toggle--36:var(--csstools-color-scheme--light) #80ebff;--color-accent-primary-hover:var(--csstools-light-dark-toggle--36, #0250bb);--csstools-light-dark-toggle--37:var(--csstools-color-scheme--light) #aaf2ff;--color-accent-primary-active:var(--csstools-light-dark-toggle--37, #054096);--csstools-light-dark-toggle--38:var(--csstools-color-scheme--light) #1c1b22;--color-canvas:var(--csstools-light-dark-toggle--38, white);--csstools-light-dark-toggle--39:var(--csstools-color-scheme--light) #f9f9fa;--border-color-interactive:var(--csstools-light-dark-toggle--39, #8f8f9d)}}@media(forced-colors:active){.toggle-button{--color-accent-primary:ButtonText;--color-accent-primary-hover:SelectedItem;--color-accent-primary-active:SelectedItem;--button-background-color:ButtonFace;--border-color-interactive:ButtonText;--border-color-interactive-hover:SelectedItem;--border-color-interactive-active:ButtonText;--color-canvas:ButtonText;--background-color-canvas:Canvas}}.toggle-button{--toggle-background-color:var(--button-background-color);--toggle-background-color-hover:var(--button-background-color-hover);--toggle-background-color-active:var(--button-background-color-active);--toggle-background-color-pressed:var(--color-accent-primary);--toggle-background-color-pressed-hover:var(--color-accent-primary-hover);--toggle-background-color-pressed-active:var(--color-accent-primary-active);--toggle-border-color:var(--border-color-interactive);--toggle-border-color-hover:var(--toggle-border-color);--toggle-border-color-active:var(--toggle-border-color);--toggle-border-radius:var(--border-radius-circle);--toggle-border-width:var(--border-width);--toggle-height:var(--size-item-small);--toggle-width:var(--size-item-large);--toggle-dot-background-color:var(--toggle-border-color);--toggle-dot-background-color-hover:var(--toggle-dot-background-color);--toggle-dot-background-color-active:var(--toggle-dot-background-color);--toggle-dot-background-color-on-pressed:var(--background-color-canvas);--toggle-dot-margin:1px;--toggle-dot-height:calc( var(--toggle-height) - 2 * var(--toggle-dot-margin) - 2 * var(--toggle-border-width) );--toggle-dot-width:var(--toggle-dot-height);--toggle-dot-transform-x:calc( var(--toggle-width) - 4 * var(--toggle-dot-margin) - var(--toggle-dot-width) );--input-width:var(--toggle-width);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:var(--toggle-border-width) solid var(--toggle-border-color);height:var(--toggle-height);width:var(--toggle-width);border-radius:var(--toggle-border-radius);background-color:var(--toggle-background-color);box-sizing:border-box}.toggle-button:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.toggle-button:enabled:hover{background-color:var(--toggle-background-color-hover);border-color:var(--toggle-border-color)}.toggle-button:enabled:hover:active{background-color:var(--toggle-background-color-active);border-color:var(--toggle-border-color)}.toggle-button:before{display:block;content:"";background-color:var(--toggle-dot-background-color);height:var(--toggle-dot-height);width:var(--toggle-dot-width);margin:var(--toggle-dot-margin);border-radius:var(--toggle-border-radius);translate:0}.toggle-button[aria-pressed=true]{background-color:var(--toggle-background-color-pressed);border-color:transparent}.toggle-button[aria-pressed=true]:enabled:hover{background-color:var(--toggle-background-color-pressed-hover);border-color:transparent}.toggle-button[aria-pressed=true]:enabled:hover:active{background-color:var(--toggle-background-color-pressed-active);border-color:transparent}.toggle-button[aria-pressed=true]:before{translate:var(--toggle-dot-transform-x);background-color:var(--toggle-dot-background-color-on-pressed)}.toggle-button[aria-pressed=true]:enabled:hover:before,.toggle-button[aria-pressed=true]:enabled:hover:active:before{background-color:var(--toggle-dot-background-color-on-pressed)}.toggle-button[aria-pressed=true]:-moz-locale-dir(rtl):before,[dir=rtl] .toggle-button[aria-pressed=true]:before{translate:calc(-1 * var(--toggle-dot-transform-x))}@media(prefers-reduced-motion:no-preference){.toggle-button:before{transition:translate .1s}}@media(prefers-contrast){.toggle-button:enabled:hover{border-color:var(--toggle-border-color-hover)}.toggle-button:enabled:hover:active{border-color:var(--toggle-border-color-active)}.toggle-button[aria-pressed=true]:enabled{border-color:var(--toggle-border-color);position:relative}.toggle-button[aria-pressed=true]:enabled:hover{border-color:var(--toggle-border-color-hover)}.toggle-button[aria-pressed=true]:enabled:hover:active{background-color:var(--toggle-dot-background-color-active);border-color:var(--toggle-dot-background-color-hover)}.toggle-button:enabled:hover:before,.toggle-button:enabled:hover:active:before{background-color:var(--toggle-dot-background-color-hover)}}@media(forced-colors){.toggle-button{--toggle-dot-background-color:var(--color-accent-primary);--toggle-dot-background-color-hover:var(--color-accent-primary-hover);--toggle-dot-background-color-active:var(--color-accent-primary-active);--toggle-dot-background-color-on-pressed:var(--button-background-color);--toggle-border-color-hover:var(--border-color-interactive-hover);--toggle-border-color-active:var(--border-color-interactive-active)}.toggle-button[aria-pressed=true]:enabled:after{border:1px solid var(--button-background-color);content:"";position:absolute;height:var(--toggle-height);width:var(--toggle-width);display:block;border-radius:var(--toggle-border-radius);inset:-2px}.toggle-button[aria-pressed=true]:enabled:hover:active:after{border-color:var(--toggle-border-color-active)}}:root{--clear-signature-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");--csstools-light-dark-toggle--40:var(--csstools-color-scheme--light) #2b2a33;--signature-bg:var(--csstools-light-dark-toggle--40, #f9f9fb);--csstools-light-dark-toggle--41:var(--csstools-color-scheme--light) var(--signature-bg);--signature-hover-bg:var(--csstools-light-dark-toggle--41, #f0f0f4);--button-signature-bg:transparent;--button-signature-color:var(--main-color);--csstools-light-dark-toggle--42:var(--csstools-color-scheme--light) #5b5b66;--button-signature-active-bg:var(--csstools-light-dark-toggle--42, #cfcfd8);--button-signature-active-border:none;--button-signature-active-color:var(--button-signature-color);--button-signature-border:none;--csstools-light-dark-toggle--43:var(--csstools-color-scheme--light) #52525e;--button-signature-hover-bg:var(--csstools-light-dark-toggle--43, #e0e0e6);--button-signature-hover-color:var(--button-signature-color)}@supports (color: light-dark(red,red)){:root{--signature-bg:light-dark(#f9f9fb, #2b2a33);--signature-hover-bg:light-dark(#f0f0f4, var(--signature-bg));--button-signature-active-bg:light-dark(#cfcfd8, #5b5b66);--button-signature-hover-bg:light-dark(#e0e0e6, #52525e)}}@supports not (color: light-dark(tan,tan)){:root *{--csstools-light-dark-toggle--40:var(--csstools-color-scheme--light) #2b2a33;--signature-bg:var(--csstools-light-dark-toggle--40, #f9f9fb);--csstools-light-dark-toggle--41:var(--csstools-color-scheme--light) var(--signature-bg);--signature-hover-bg:var(--csstools-light-dark-toggle--41, #f0f0f4);--csstools-light-dark-toggle--42:var(--csstools-color-scheme--light) #5b5b66;--button-signature-active-bg:var(--csstools-light-dark-toggle--42, #cfcfd8);--csstools-light-dark-toggle--43:var(--csstools-color-scheme--light) #52525e;--button-signature-hover-bg:var(--csstools-light-dark-toggle--43, #e0e0e6)}}@media screen and (forced-colors:active){:root{--signature-bg:HighlightText;--signature-hover-bg:var(--signature-bg);--button-signature-bg:HighlightText;--button-signature-color:ButtonText;--button-signature-active-bg:ButtonText;--button-signature-active-color:HighlightText;--button-signature-border:1px solid ButtonText;--button-signature-hover-bg:Highlight;--button-signature-hover-color:HighlightText}}.signatureDialog{--primary-color:var(--text-primary-color);--border-color:#8f8f9d;--open-link-fg:var(--link-fg-color);--open-link-hover-fg:var(--link-hover-fg-color)}@media screen and (forced-colors:active){.signatureDialog{--primary-color:ButtonText;--border-color:ButtonText;--open-link-fg:ButtonText;--open-link-hover-fg:ButtonText}}.signatureDialog{width:570px;max-width:100%;min-width:300px;padding:16px 0}.signatureDialog .mainContainer{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px}:is(.signatureDialog .mainContainer) span:not([role=sectionhead]){font-size:13px;font-style:normal;font-weight:400;line-height:normal}:is(.signatureDialog .mainContainer) .title{margin-inline-start:16px}.signatureDialog .inputWithClearButton{--button-dimension:24px;--clear-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.85822%208.84922L4.85322%2011.8542C4.75891%2011.9453%204.63261%2011.9957%204.50151%2011.9946C4.37042%2011.9934%204.24501%2011.9408%204.15231%2011.8481C4.0596%2011.7554%204.00702%2011.63%204.00588%2011.4989C4.00474%2011.3678%204.05514%2011.2415%204.14622%2011.1472L7.15122%208.14222V7.85922L4.14622%204.85322C4.05514%204.75891%204.00474%204.63261%204.00588%204.50151C4.00702%204.37042%204.0596%204.24501%204.15231%204.15231C4.24501%204.0596%204.37042%204.00702%204.50151%204.00588C4.63261%204.00474%204.75891%204.05514%204.85322%204.14622L7.85822%207.15122H8.14122L11.1462%204.14622C11.2405%204.05514%2011.3668%204.00474%2011.4979%204.00588C11.629%204.00702%2011.7544%204.0596%2011.8471%204.15231C11.9398%204.24501%2011.9924%204.37042%2011.9936%204.50151C11.9947%204.63261%2011.9443%204.75891%2011.8532%204.85322L8.84822%207.85922V8.14222L11.8532%2011.1472C11.9443%2011.2415%2011.9947%2011.3678%2011.9936%2011.4989C11.9924%2011.63%2011.9398%2011.7554%2011.8471%2011.8481C11.7544%2011.9408%2011.629%2011.9934%2011.4979%2011.9946C11.3668%2011.9957%2011.2405%2011.9453%2011.1462%2011.8542L8.14122%208.84922L8.14222%208.85022L7.85822%208.84922Z'%20fill='black'/%3e%3c/svg%3e");width:100%;position:relative;display:flex;align-items:center;justify-content:center}:is(.signatureDialog .inputWithClearButton)>input{width:100%;height:32px;padding-inline:8px calc(4px + var(--button-dimension));box-sizing:border-box;border-radius:4px;border:1px solid var(--border-color)}:is(.signatureDialog .inputWithClearButton) .clearInputButton{position:absolute;inset-block-start:4px;inset-inline-end:4px;display:inline-block;width:var(--button-dimension);height:var(--button-dimension);background-color:var(--input-text-fg-color);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-image:var(--clear-button-icon);mask-image:var(--clear-button-icon);padding:0;border:0}#addSignatureDialog{--secondary-color:var(--text-secondary-color);--bg-hover:#e0e0e6;--tab-top-line-active-color:#0060df;--tab-top-line-active-hover-color:var(--tab-text-hover-color);--tab-top-line-hover-color:#8f8f9d;--tab-top-line-inactive-color:#cfcfd8;--tab-bottom-line-active-color:var(--tab-top-line-inactive-color);--tab-bottom-line-hover-color:var(--tab-top-line-inactive-color);--tab-bottom-line-inactive-color:var(--tab-top-line-inactive-color);--tab-bg:var(--dialog-bg-color);--tab-bg-active-color:var(--tab-bg);--tab-bg-active-hover-color:var(--bg-hover);--tab-bg-hover:var(--bg-hover);--tab-panel-border:none;--tab-panel-border-radius:4px;--tab-text-color:var(--primary-color);--tab-text-active-color:var(--tab-top-line-active-color);--tab-text-active-hover-color:var(--tab-text-hover-color);--tab-text-hover-color:var(--tab-text-color);--signature-placeholder-color:var(--secondary-color);--signature-draw-placeholder-color:var(--primary-color);--signature-color:var(--primary-color);--clear-signature-button-border-width:0;--clear-signature-button-border-style:solid;--clear-signature-button-border-color:transparent;--clear-signature-button-border-disabled-color:transparent;--clear-signature-button-color:var(--primary-color);--clear-signature-button-hover-color:var(--clear-signature-button-color);--clear-signature-button-active-color:var(--clear-signature-button-color);--clear-signature-button-disabled-color:var(--clear-signature-button-color);--clear-signature-button-focus-color:var(--clear-signature-button-color);--clear-signature-button-bg:var(--dialog-bg-color);--clear-signature-button-bg-hover:var(--bg-hover);--clear-signature-button-bg-active:#cfcfd8;--clear-signature-button-bg-focus:#f0f0f4;--clear-signature-button-bg-disabled:color-mix( in srgb, #f0f0f4, transparent 40% );--save-warning-color:var(--secondary-color);--thickness-bg:var(--dialog-bg-color);--thickness-label-color:var(--primary-color);--thickness-slider-color:var(--primary-color);--thickness-border:none;--draw-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645Z'%20fill='white'/%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e") 0 16, pointer}@media(prefers-color-scheme:dark){#addSignatureDialog{--dialog-bg-color:#42414d;--bg-hover:#52525e;--primary-color:#fbfbfe;--secondary-color:#cfcfd8;--tab-top-line-active-color:#0df;--tab-top-line-inactive-color:#8f8f9d;--clear-signature-button-bg-active:#5b5b66;--clear-signature-button-bg-focus:#2b2a33;--clear-signature-button-bg-disabled:color-mix( in srgb, #2b2a33, transparent 40% )}}@media screen and (forced-colors:active){#addSignatureDialog{--secondary-color:ButtonText;--bg:HighlightText;--bg-hover:var(--bg);--tab-top-line-active-color:ButtonText;--tab-top-line-active-hover-color:HighlightText;--tab-top-line-hover-color:SelectedItem;--tab-top-line-inactive-color:ButtonText;--tab-bottom-line-active-color:var(--tab-top-line-active-color);--tab-bottom-line-hover-color:var(--tab-top-line-hover-color);--tab-bg:var(--bg);--tab-bg-active-color:SelectedItem;--tab-bg-active-hover-color:SelectedItem;--tab-panel-border:1px solid ButtonText;--tab-panel-border-radius:8px;--tab-text-color:ButtonText;--tab-text-active-color:HighlightText;--tab-text-active-hover-color:HighlightText;--tab-text-hover-color:SelectedItem;--signature-color:ButtonText;--clear-signature-button-border-width:1px;--clear-signature-button-border-style:solid;--clear-signature-button-border-color:ButtonText;--clear-signature-button-border-disabled-color:GrayText;--clear-signature-button-color:ButtonText;--clear-signature-button-hover-color:HighlightText;--clear-signature-button-active-color:SelectedItem;--clear-signature-button-focus-color:CanvasText;--clear-signature-button-disabled-color:GrayText;--clear-signature-button-bg:var(--bg);--clear-signature-button-bg-hover:SelectedItem;--clear-signature-button-bg-active:var(--bg);--clear-signature-button-bg-focus:var(--bg);--clear-signature-button-bg-disabled:var(--bg);--thickness-bg:Canvas;--thickness-label-color:CanvasText;--thickness-slider-color:ButtonText;--thickness-border:1px solid var(--border-color)}}#addSignatureDialog #addSignatureDialogLabel{overflow:hidden;position:absolute;inset:0;width:0;height:0}#addSignatureDialog.waiting:after{content:"";cursor:wait;position:absolute;inset:0;width:100%;height:100%}:is(#addSignatureDialog .mainContainer) [role=tablist]{width:100%;display:flex;align-items:flex-start;gap:0}:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]{flex:1 0 0;align-self:stretch;background-color:var(--tab-bg);padding-inline:0;cursor:default;border-inline:0;border-block-width:1px;border-block-style:solid;border-block-start-color:var(--tab-top-line-inactive-color);border-block-end-color:var(--tab-bottom-line-inactive-color);border-radius:0;font:menu;font-size:13px;font-style:normal;line-height:normal;font-weight:400;color:var(--tab-text-color)}:is(:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]):hover{border-block-start-width:2px;border-block-start-color:var(--tab-top-line-hover-color);border-block-end-color:var(--tab-bottom-line-hover-color);background-color:var(--tab-bg-hover);color:var(--tab-text-hover-color)}:is(:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]):focus-visible{outline:2px solid var(--tab-top-line-active-color);outline-offset:-2px}[aria-selected=true]:is(:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]){border-block-start-width:2px;border-block-start-color:var(--tab-top-line-active-color);border-block-end-color:var(--tab-bottom-line-active-color);background-color:var(--tab-bg-active-color);font-weight:590;color:var(--tab-text-active-color)}[aria-selected=true]:is(:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]):hover{border-block-start-color:var(--tab-top-line-active-hover-color);background-color:var(--tab-bg-active-hover-color);color:var(--tab-text-active-hover-color)}:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-end;align-self:stretch;gap:12px;padding-inline:16px;box-sizing:border-box}:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]{position:relative;width:100%;height:220px;background-color:var(--signature-bg);border:var(--tab-panel-border);border-radius:var(--tab-panel-border-radius)}:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>svg{position:absolute;inset:0;width:100%;height:100%;background-color:transparent}#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]){display:none}#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureTypeInput{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;text-align:center;color:var(--signature-color);background-color:transparent;border-radius:var(--tab-panel-border-radius);font-family:Brush script,Apple Chancery,Segoe script,Freestyle Script,Palace Script MT,Brush Script MT,TK,cursive,serif;font-size:44px;font-style:italic;font-weight:400}:is(#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureTypeInput)::-moz-placeholder{color:var(--signature-placeholder-color);text-align:center;font:menu;font-style:normal;font-weight:274;font-size:44px;line-height:normal}:is(#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureTypeInput)::placeholder{color:var(--signature-placeholder-color);text-align:center;font:menu;font-style:normal;font-weight:274;font-size:44px;line-height:normal}#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]){display:none}#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>span{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;align-items:center;justify-content:center;background-color:transparent;color:var(--signature-placeholder-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>svg{stroke:var(--signature-color);fill:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>svg):hover{cursor:var(--draw-cursor)}#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness{position:absolute;width:100%;inset-block-end:0;display:grid;align-items:center;justify-content:center;pointer-events:none}:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>span{color:var(--signature-draw-placeholder-color)}:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div{width:auto;height:auto;display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 8px 7px;margin:0;background-color:var(--thickness-bg);border-radius:4px 4px 0 0;border-inline:var(--thickness-border);border-top:var(--thickness-border);pointer-events:auto;position:relative;top:1px}:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>label{color:var(--thickness-label-color)}:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input{width:100px;height:14px;background-color:transparent}:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-webkit-slider-runnable-track,:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-moz-range-track,:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-moz-range-progress{background-color:var(--thickness-slider-color)}:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-webkit-slider-thumb,:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-moz-range-thumb{background-color:var(--thickness-bg)}:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input{border-radius:4.5px;border:0;color:var(--signature-color)}#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]){display:none}#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>svg{stroke:none;stroke-width:0;fill:var(--signature-color);fill-opacity:1}#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureImagePlaceholder{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center}:is(#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureImagePlaceholder) span{color:var(--signature-placeholder-color)}:is(#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureImagePlaceholder) a{color:var(--open-link-fg);text-decoration:underline;cursor:pointer}:is(:is(#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureImagePlaceholder) a):hover{color:var(--open-link-hover-fg)}#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureFilePicker{visibility:hidden;position:relative;width:0;height:0}[data-selected=type]:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>#addSignatureTypeContainer,[data-selected=draw]:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>#addSignatureDrawContainer,[data-selected=image]:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>#addSignatureImageContainer{display:block}:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch}:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer{display:flex;align-items:flex-end;gap:16px;align-self:stretch}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #addSignatureDescriptionContainer{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #addSignatureDescriptionContainer):has(input:disabled)>label{opacity:.4}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #addSignatureDescriptionContainer)>label{width:auto}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton{display:flex;height:32px;padding:4px 8px;align-items:center;background-color:var(--clear-signature-button-bg);border-width:var(--clear-signature-button-border-width);border-style:var(--clear-signature-button-border-style);border-color:var(--clear-signature-button-border-color);border-radius:4px}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton)>span{display:flex;height:24px;align-items:center;gap:4px;flex-shrink:0;color:var(--clear-signature-button-color)}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton)>span):after{content:"";display:inline-block;width:16px;height:16px;-webkit-mask-image:var(--clear-signature-button-icon);mask-image:var(--clear-signature-button-icon);-webkit-mask-size:cover;mask-size:cover;background-color:var(--clear-signature-button-color);flex-shrink:0}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):hover{background-color:var(--clear-signature-button-bg-hover)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):hover>span{color:var(--clear-signature-button-hover-color)}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):hover>span):after{background-color:var(--clear-signature-button-hover-color)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):active{background-color:var(--clear-signature-button-bg-active)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):active>span{color:var(--clear-signature-button-active-color)}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):active>span):after{background-color:var(--clear-signature-button-active-color)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):focus-visible{background-color:var(--clear-signature-button-bg-focus)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):focus-visible>span{color:var(--clear-signature-button-focus-color)}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):focus-visible>span):after{background-color:var(--clear-signature-button-focus-color)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):disabled{background-color:var(--clear-signature-button-bg-disabled);border-color:var(--clear-signature-button-border-disabled-color)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):disabled>span{color:var(--clear-signature-button-disabled-color)}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):disabled>span):after{background-color:var( --clear-signature-button-disabled-color )}:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer{display:grid;grid-template-columns:max-content auto;gap:4px;width:100%}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer)>input{margin:0}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer)>input):disabled+label{opacity:.4}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer)>label{-webkit-user-select:none;-moz-user-select:none;user-select:none}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer):not(.fullStorage) #addSignatureSaveWarning{display:none}.fullStorage:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer) #addSignatureSaveWarning{display:block;opacity:1;color:var(--save-warning-color);font-size:11px}#editSignatureDescriptionDialog .mainContainer{padding-inline:16px;box-sizing:border-box}:is(#editSignatureDescriptionDialog .mainContainer) .title{margin-inline-start:0}:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView{width:auto;display:flex;justify-content:flex-end;align-items:flex-start;gap:12px;align-self:stretch}:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView) #editSignatureDescriptionContainer{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 1 auto}:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView)>svg{width:210px;height:180px;padding:8px;background-color:var(--signature-bg)}:is(:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView)>svg)>path{stroke:var(--button-signature-color);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;vector-effect:non-scaling-stroke;fill:none}.contours:is(:is(:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView)>svg)>path){fill:var(--button-signature-color);stroke-width:.5px}#editorSignatureParamsToolbar{padding:8px}#editorSignatureParamsToolbar #addSignatureDoorHanger{gap:8px;padding:2px}:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer{height:32px;display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:8px}:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button{border:var(--button-signature-border);border-radius:4px;background-color:var(--button-signature-bg);color:var(--button-signature-color)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):hover{background-color:var(--button-signature-hover-bg)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):active{border:var(--button-signature-active-border);background-color:var(--button-signature-active-bg);color:var(--button-signature-active-color)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):active:before{background-color:var(--button-signature-active-color)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):focus-visible{outline:var(--focus-ring-outline)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):focus-visible:before{background-color:var(--button-signature-color)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .deleteButton):before{-webkit-mask-image:var(--clear-signature-button-icon);mask-image:var(--clear-signature-button-icon)}:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton{width:calc(.8 * var(--editor-toolbar-min-width));height:100%;min-height:var(--menuitem-height);aspect-ratio:unset;display:flex;align-items:center;justify-content:flex-start;outline:none;border-radius:4px;box-sizing:border-box;font:message-box;position:relative;flex:1 1 auto;padding:0;gap:8px;text-align:start;white-space:normal;cursor:default;overflow:hidden}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton)>svg{display:inline-block;height:100%;aspect-ratio:1;background-color:var(--signature-bg);flex:none;padding:4px;box-sizing:border-box;border:none;border-radius:4px}:is(:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton)>svg)>path{stroke:var(--button-signature-color);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;vector-effect:non-scaling-stroke;fill:none}.contours:is(:is(:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton)>svg)>path){fill:var(--button-signature-color);stroke-width:.5px}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):is(:hover,:active)>svg{border-radius:4px 0 0 4px;background-color:var(--signature-hover-bg)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):hover>span{color:var(--button-signature-hover-color)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):active{background-color:var(--button-signature-active-bg)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):is([disabled=disabled],[disabled]){opacity:.5;pointer-events:none}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton)>span{height:auto;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;font:menu;font-size:13px;font-style:normal;font-weight:400;line-height:normal;overflow:hidden}.editDescription.altText{--alt-text-add-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9815%2014.3461L14.3875%2011.1451C14.3125%2010.7361%2014.1155%2010.3621%2013.8195%2010.0641L5.0185%201.26214C4.2445%200.489141%202.9855%200.487141%202.2085%201.26214L0.5805%202.89014C-0.1935%203.66514%20-0.1935%204.92514%200.5805%205.70014L9.3845%2014.5031C9.6805%2014.7981%2010.0545%2014.9941%2010.4625%2015.0691L13.6645%2015.6631C13.7345%2015.6751%2013.8025%2015.6821%2013.8705%2015.6821C14.1675%2015.6821%2014.4555%2015.5651%2014.6695%2015.3511C14.9325%2015.0871%2015.0495%2014.7121%2014.9815%2014.3461ZM2.5285%205.87814L1.3685%204.71814L1.3695%203.87014L3.1895%202.04914L4.0375%202.05014L5.1975%203.21014L2.5285%205.87814ZM10.6895%2013.8401C10.5295%2013.8101%2010.3825%2013.7331%2010.2665%2013.6161L3.4135%206.76314L6.0815%204.09514L12.9345%2010.9471C13.0515%2011.0651%2013.1285%2011.2121%2013.1595%2011.3731L13.6335%2013.9301L13.2485%2014.3151L10.6895%2013.8401Z'%20fill='black'/%3e%3c/svg%3e") !important}.editDescription.altText:before{width:16px!important;height:16px!important}.commentPopup,#commentManagerDialog{width:360px;max-width:100%;min-width:200px;position:absolute;padding:8px 16px 16px;margin-left:0;margin-top:0;box-sizing:border-box;border-radius:8px}#commentManagerDialog{--comment-close-button-icon:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.6241%2011.7759L18.3331%207.06694C18.4423%206.94811%2018.5015%206.79167%2018.4981%206.63028C18.4948%206.46889%2018.4292%206.31502%2018.3152%206.20081C18.2011%206.0866%2018.0473%206.02088%2017.8859%206.01736C17.7245%206.01384%2017.568%206.0728%2017.4491%206.18194L12.7601%2010.8709H12.2721L7.58306%206.18294C7.52495%206.12489%207.45598%206.07886%207.38008%206.04747C7.30418%206.01609%207.22284%205.99995%207.14071%206C7.05857%206.00005%206.97725%206.01627%206.90139%206.04774C6.82553%206.07922%206.75661%206.12533%206.69856%206.18344C6.64052%206.24155%206.59449%206.31052%206.5631%206.38642C6.53171%206.46232%206.51558%206.54366%206.51563%206.62579C6.51572%206.79167%206.5817%206.95071%206.69906%207.06794L11.3861%2011.7539V12.2449L6.69906%2016.9319C6.5898%2017.0508%206.53066%2017.2072%206.53399%2017.3686C6.53732%2017.53%206.60288%2017.6839%206.71696%2017.7981C6.83104%2017.9123%206.98483%2017.978%207.14622%2017.9815C7.3076%2017.985%207.46411%2017.9261%207.58306%2017.8169L12.2701%2013.1299H12.7611L17.4481%2017.8169C17.5656%2017.934%2017.7247%2017.9997%2017.8906%2017.9997C18.0564%2017.9997%2018.2155%2017.934%2018.3331%2017.8169C18.4504%2017.6996%2018.5163%2017.5404%2018.5163%2017.3744C18.5163%2017.2085%2018.4504%2017.0493%2018.3331%2016.9319L13.6241%2012.2229V11.7759Z'%20fill='black'/%3e%3c/svg%3e")}#commentManagerDialog .mainContainer{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;gap:4px}:is(#commentManagerDialog .mainContainer) #commentManagerToolbar{width:100%;height:32px;display:flex;justify-content:flex-start;align-items:flex-start;gap:8px;align-self:stretch;cursor:move}:is(#commentManagerDialog .mainContainer) #commentManagerTextInput{width:100%;min-height:132px;margin-bottom:12px}.annotationLayer.disabled :is(.annotationCommentButton){display:none}:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--csstools-color-scheme--light:initial;color-scheme:light dark;--csstools-light-dark-toggle--44:var(--csstools-color-scheme--light) #1c1b22;--comment-button-bg:var(--csstools-light-dark-toggle--44, white);--csstools-light-dark-toggle--45:var(--csstools-color-scheme--light) #fbfbfe;--comment-button-fg:var(--csstools-light-dark-toggle--45, #5b5b66);--csstools-light-dark-toggle--46:var(--csstools-color-scheme--light) #a6ecf4;--comment-button-active-bg:var(--csstools-light-dark-toggle--46, #0041a4);--csstools-light-dark-toggle--47:var(--csstools-color-scheme--light) #15141a;--comment-button-active-fg:var(--csstools-light-dark-toggle--47, white);--csstools-light-dark-toggle--48:var(--csstools-color-scheme--light) #61dce9;--comment-button-hover-bg:var(--csstools-light-dark-toggle--48, #0053cb);--csstools-light-dark-toggle--49:var(--csstools-color-scheme--light) #15141a;--comment-button-hover-fg:var(--csstools-light-dark-toggle--49, white);--csstools-light-dark-toggle--50:var(--csstools-color-scheme--light) #00cadb;--comment-button-selected-bg:var(--csstools-light-dark-toggle--50, #0062fa);--csstools-light-dark-toggle--51:var(--csstools-color-scheme--light) #bfbfc9;--comment-button-border-color:var(--csstools-light-dark-toggle--51, #8f8f9d);--comment-button-active-border-color:var(--comment-button-active-bg);--csstools-light-dark-toggle--52:var(--csstools-color-scheme--light) #3a3944;--comment-button-focus-border-color:var(--csstools-light-dark-toggle--52, #cfcfd8);--comment-button-hover-border-color:var(--comment-button-hover-bg);--comment-button-selected-border-color:var(--comment-button-selected-bg);--csstools-light-dark-toggle--53:var(--csstools-color-scheme--light) #15141a;--comment-button-selected-fg:var(--csstools-light-dark-toggle--53, white);--comment-button-dim:24px;--csstools-light-dark-toggle--54:var(--csstools-color-scheme--light) rgb(0 0 0 / .2);--csstools-light-dark-toggle--55:var(--csstools-color-scheme--light) rgb(0 0 0 / .4);--comment-button-box-shadow:0 .25px .75px 0 var(--csstools-light-dark-toggle--54, rgb(0 0 0 / .05)), 0 2px 6px 0 var(--csstools-light-dark-toggle--55, rgb(0 0 0 / .1));--csstools-light-dark-toggle--56:var(--csstools-color-scheme--light) #00cadb;--comment-button-focus-outline-color:var(--csstools-light-dark-toggle--56, #0062fa)}@supports (color: light-dark(red,red)){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--comment-button-bg:light-dark(white, #1c1b22);--comment-button-fg:light-dark(#5b5b66, #fbfbfe);--comment-button-active-bg:light-dark(#0041a4, #a6ecf4);--comment-button-active-fg:light-dark(white, #15141a);--comment-button-hover-bg:light-dark(#0053cb, #61dce9);--comment-button-hover-fg:light-dark(white, #15141a);--comment-button-selected-bg:light-dark(#0062fa, #00cadb);--comment-button-border-color:light-dark(#8f8f9d, #bfbfc9);--comment-button-focus-border-color:light-dark(#cfcfd8, #3a3944);--comment-button-selected-fg:light-dark(white, #15141a)}}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--comment-button-box-shadow:0 .25px .75px 0 light-dark(rgb(0 0 0 / .05), rgb(0 0 0 / .2)), 0 2px 6px 0 light-dark(rgb(0 0 0 / .1), rgb(0 0 0 / .4))}}@supports (color: light-dark(red,red)){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--comment-button-focus-outline-color:light-dark(#0062fa, #00cadb)}}@supports not (color: light-dark(tan,tan)){:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton) *{--csstools-light-dark-toggle--44:var(--csstools-color-scheme--light) #1c1b22;--comment-button-bg:var(--csstools-light-dark-toggle--44, white);--csstools-light-dark-toggle--45:var(--csstools-color-scheme--light) #fbfbfe;--comment-button-fg:var(--csstools-light-dark-toggle--45, #5b5b66);--csstools-light-dark-toggle--46:var(--csstools-color-scheme--light) #a6ecf4;--comment-button-active-bg:var(--csstools-light-dark-toggle--46, #0041a4);--csstools-light-dark-toggle--47:var(--csstools-color-scheme--light) #15141a;--comment-button-active-fg:var(--csstools-light-dark-toggle--47, white);--csstools-light-dark-toggle--48:var(--csstools-color-scheme--light) #61dce9;--comment-button-hover-bg:var(--csstools-light-dark-toggle--48, #0053cb);--csstools-light-dark-toggle--49:var(--csstools-color-scheme--light) #15141a;--comment-button-hover-fg:var(--csstools-light-dark-toggle--49, white);--csstools-light-dark-toggle--50:var(--csstools-color-scheme--light) #00cadb;--comment-button-selected-bg:var(--csstools-light-dark-toggle--50, #0062fa);--csstools-light-dark-toggle--51:var(--csstools-color-scheme--light) #bfbfc9;--comment-button-border-color:var(--csstools-light-dark-toggle--51, #8f8f9d);--csstools-light-dark-toggle--52:var(--csstools-color-scheme--light) #3a3944;--comment-button-focus-border-color:var(--csstools-light-dark-toggle--52, #cfcfd8);--csstools-light-dark-toggle--53:var(--csstools-color-scheme--light) #15141a;--comment-button-selected-fg:var(--csstools-light-dark-toggle--53, white);--csstools-light-dark-toggle--54:var(--csstools-color-scheme--light) rgb(0 0 0 / .2);--csstools-light-dark-toggle--55:var(--csstools-color-scheme--light) rgb(0 0 0 / .4);--comment-button-box-shadow:0 .25px .75px 0 var(--csstools-light-dark-toggle--54, rgb(0 0 0 / .05)), 0 2px 6px 0 var(--csstools-light-dark-toggle--55, rgb(0 0 0 / .1));--csstools-light-dark-toggle--56:var(--csstools-color-scheme--light) #00cadb;--comment-button-focus-outline-color:var(--csstools-light-dark-toggle--56, #0062fa)}}@media(prefers-color-scheme:dark){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--csstools-color-scheme--light:}}@media screen and (forced-colors:active){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--comment-button-bg:ButtonFace;--comment-button-fg:ButtonText;--comment-button-hover-bg:SelectedItemText;--comment-button-hover-fg:SelectedItem;--comment-button-active-bg:SelectedItemText;--comment-button-active-fg:SelectedItem;--comment-button-border-color:ButtonBorder;--comment-button-active-border-color:ButtonBorder;--comment-button-hover-border-color:SelectedItem;--comment-button-box-shadow:none;--comment-button-focus-outline-color:CanvasText;--comment-button-selected-bg:ButtonBorder;--comment-button-selected-fg:ButtonFace}}:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{position:absolute;width:var(--comment-button-dim);height:var(--comment-button-dim);background-color:var(--comment-button-bg);border-radius:6px 6px 6px 0;border:1px solid var(--comment-button-border-color);box-shadow:var(--comment-button-box-shadow);cursor:auto;z-index:1;padding:4px;margin:0;box-sizing:border-box;pointer-events:auto}[dir=rtl] :is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton){border-radius:6px 6px 0}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):before{content:"";display:inline-block;width:100%;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-image:var(--comment-edit-button-icon);mask-image:var(--comment-edit-button-icon);background-color:var(--comment-button-fg);margin:0;padding:0;transform:scaleX(var(--dir-factor))}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):focus-visible{outline:2px solid var(--comment-button-focus-outline-color);outline-offset:1px;border-color:var(--comment-button-focus-border-color)}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):hover{background-color:var(--comment-button-hover-bg)!important;border-color:var(--comment-button-hover-border-color)}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):hover:before{background-color:var(--comment-button-hover-fg)}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):active{background-color:var(--comment-button-active-bg)!important;border-color:var(--comment-button-active-border-color)}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):active:before{background-color:var(--comment-button-active-fg)}.selected:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton){background-color:var(--comment-button-selected-bg)!important;border-color:var(--comment-button-selected-border-color)}.selected:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):before{background-color:var(--comment-button-selected-fg)}#editorCommentsSidebar,.commentPopup{--comment-close-button-icon:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.6241%2011.7759L18.3331%207.06694C18.4423%206.94811%2018.5015%206.79167%2018.4981%206.63028C18.4948%206.46889%2018.4292%206.31502%2018.3152%206.20081C18.2011%206.0866%2018.0473%206.02088%2017.8859%206.01736C17.7245%206.01384%2017.568%206.0728%2017.4491%206.18194L12.7601%2010.8709H12.2721L7.58306%206.18294C7.52495%206.12489%207.45598%206.07886%207.38008%206.04747C7.30418%206.01609%207.22284%205.99995%207.14071%206C7.05857%206.00005%206.97725%206.01627%206.90139%206.04774C6.82553%206.07922%206.75661%206.12533%206.69856%206.18344C6.64052%206.24155%206.59449%206.31052%206.5631%206.38642C6.53171%206.46232%206.51558%206.54366%206.51563%206.62579C6.51572%206.79167%206.5817%206.95071%206.69906%207.06794L11.3861%2011.7539V12.2449L6.69906%2016.9319C6.5898%2017.0508%206.53066%2017.2072%206.53399%2017.3686C6.53732%2017.53%206.60288%2017.6839%206.71696%2017.7981C6.83104%2017.9123%206.98483%2017.978%207.14622%2017.9815C7.3076%2017.985%207.46411%2017.9261%207.58306%2017.8169L12.2701%2013.1299H12.7611L17.4481%2017.8169C17.5656%2017.934%2017.7247%2017.9997%2017.8906%2017.9997C18.0564%2017.9997%2018.2155%2017.934%2018.3331%2017.8169C18.4504%2017.6996%2018.5163%2017.5404%2018.5163%2017.3744C18.5163%2017.2085%2018.4504%2017.0493%2018.3331%2016.9319L13.6241%2012.2229V11.7759Z'%20fill='black'/%3e%3c/svg%3e");--comment-popup-edit-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e%3c!--path%20d='M0.0189877%2014.1645L0.612989%2010.9635C0.687989%2010.5545%200.884989%2010.1805%201.18099%209.8825L9.98199%201.0805C10.756%200.3075%2012.015%200.3055%2012.792%201.0805L14.42%202.7085C15.194%203.4835%2015.194%204.7435%2014.42%205.5185L5.61599%2014.3215C5.31999%2014.6165%204.94599%2014.8125%204.53799%2014.8875L1.33599%2015.4815C1.26599%2015.4935%201.19799%2015.5005%201.12999%2015.5005C0.832989%2015.5005%200.544988%2015.3835%200.330988%2015.1695C0.0679874%2014.9055%20-0.0490122%2014.5305%200.0189877%2014.1645ZM12.472%205.6965L13.632%204.5365L13.631%203.6885L11.811%201.8675L10.963%201.8685L9.80299%203.0285L12.472%205.6965ZM4.31099%2013.6585C4.47099%2013.6285%204.61799%2013.5515%204.73399%2013.4345L11.587%206.5815L8.91899%203.9135L2.06599%2010.7655C1.94899%2010.8835%201.87199%2011.0305%201.84099%2011.1915L1.36699%2013.7485L1.75199%2014.1335L4.31099%2013.6585Z'%20fill='black'/--%3e");--comment-popup-delete-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");--csstools-light-dark-toggle--57:var(--csstools-color-scheme--light) rgb(251 251 254 / .69);--comment-date-fg-color:var(--csstools-light-dark-toggle--57, rgb(21 20 26 / .69));--csstools-light-dark-toggle--58:var(--csstools-color-scheme--light) #1c1b22;--comment-bg-color:var(--csstools-light-dark-toggle--58, #f9f9fb);--csstools-light-dark-toggle--59:var(--csstools-color-scheme--light) #2c2b33;--comment-hover-bg-color:var(--csstools-light-dark-toggle--59, #e0e0e6);--csstools-light-dark-toggle--60:var(--csstools-color-scheme--light) #3a3944;--comment-active-bg-color:var(--csstools-light-dark-toggle--60, #d1d1d9);--comment-hover-brightness:.89;--comment-hover-filter:brightness(var(--comment-hover-brightness));--comment-active-brightness:.825;--comment-active-filter:brightness(var(--comment-active-brightness));--csstools-light-dark-toggle--61:var(--csstools-color-scheme--light) #52525e;--comment-border-color:var(--csstools-light-dark-toggle--61, #f0f0f4);--csstools-light-dark-toggle--62:var(--csstools-color-scheme--light) #00cadb;--comment-focus-outline-color:var(--csstools-light-dark-toggle--62, #0062fa);--csstools-light-dark-toggle--63:var(--csstools-color-scheme--light) #fbfbfe;--comment-fg-color:var(--csstools-light-dark-toggle--63, #15141a);--csstools-light-dark-toggle--64:var(--csstools-color-scheme--light) #00317e;--comment-count-bg-color:var(--csstools-light-dark-toggle--64, #e2f7ff);--csstools-light-dark-toggle--65:var(--csstools-color-scheme--light) #a6ecf4;--comment-indicator-active-fg-color:var(--csstools-light-dark-toggle--65, #0041a4);--comment-indicator-active-filter:brightness( calc(1 / var(--comment-active-brightness)) );--csstools-light-dark-toggle--66:var(--csstools-color-scheme--light) #fbfbfe;--comment-indicator-focus-fg-color:var(--csstools-light-dark-toggle--66, #5b5b66);--csstools-light-dark-toggle--67:var(--csstools-color-scheme--light) #61dce9;--comment-indicator-hover-fg-color:var(--csstools-light-dark-toggle--67, #0053cb);--comment-indicator-hover-filter:brightness( calc(1 / var(--comment-hover-brightness)) );--csstools-light-dark-toggle--68:var(--csstools-color-scheme--light) #00cadb;--comment-indicator-selected-fg-color:var(--csstools-light-dark-toggle--68, #0062fa);--button-comment-bg:transparent;--button-comment-color:var(--main-color);--csstools-light-dark-toggle--69:var(--csstools-color-scheme--light) #5b5b66;--button-comment-active-bg:var(--csstools-light-dark-toggle--69, #cfcfd8);--button-comment-active-border:none;--button-comment-active-color:var(--button-comment-color);--button-comment-border:none;--csstools-light-dark-toggle--70:var(--csstools-color-scheme--light) #52525e;--button-comment-hover-bg:var(--csstools-light-dark-toggle--70, #e0e0e6);--button-comment-hover-color:var(--button-comment-color)}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){#editorCommentsSidebar,.commentPopup{--comment-date-fg-color:light-dark( rgb(21 20 26 / .69), rgb(251 251 254 / .69) )}}@supports (color: light-dark(red,red)){#editorCommentsSidebar,.commentPopup{--comment-bg-color:light-dark(#f9f9fb, #1c1b22);--comment-hover-bg-color:light-dark(#e0e0e6, #2c2b33);--comment-active-bg-color:light-dark(#d1d1d9, #3a3944);--comment-border-color:light-dark(#f0f0f4, #52525e);--comment-focus-outline-color:light-dark(#0062fa, #00cadb);--comment-fg-color:light-dark(#15141a, #fbfbfe);--comment-count-bg-color:light-dark(#e2f7ff, #00317e);--comment-indicator-active-fg-color:light-dark(#0041a4, #a6ecf4);--comment-indicator-focus-fg-color:light-dark(#5b5b66, #fbfbfe);--comment-indicator-hover-fg-color:light-dark(#0053cb, #61dce9);--comment-indicator-selected-fg-color:light-dark(#0062fa, #00cadb);--button-comment-active-bg:light-dark(#cfcfd8, #5b5b66);--button-comment-hover-bg:light-dark(#e0e0e6, #52525e)}}@supports not (color: light-dark(tan,tan)){:is(#editorCommentsSidebar,.commentPopup) *{--csstools-light-dark-toggle--57:var(--csstools-color-scheme--light) rgb(251 251 254 / .69);--comment-date-fg-color:var(--csstools-light-dark-toggle--57, rgb(21 20 26 / .69));--csstools-light-dark-toggle--58:var(--csstools-color-scheme--light) #1c1b22;--comment-bg-color:var(--csstools-light-dark-toggle--58, #f9f9fb);--csstools-light-dark-toggle--59:var(--csstools-color-scheme--light) #2c2b33;--comment-hover-bg-color:var(--csstools-light-dark-toggle--59, #e0e0e6);--csstools-light-dark-toggle--60:var(--csstools-color-scheme--light) #3a3944;--comment-active-bg-color:var(--csstools-light-dark-toggle--60, #d1d1d9);--csstools-light-dark-toggle--61:var(--csstools-color-scheme--light) #52525e;--comment-border-color:var(--csstools-light-dark-toggle--61, #f0f0f4);--csstools-light-dark-toggle--62:var(--csstools-color-scheme--light) #00cadb;--comment-focus-outline-color:var(--csstools-light-dark-toggle--62, #0062fa);--csstools-light-dark-toggle--63:var(--csstools-color-scheme--light) #fbfbfe;--comment-fg-color:var(--csstools-light-dark-toggle--63, #15141a);--csstools-light-dark-toggle--64:var(--csstools-color-scheme--light) #00317e;--comment-count-bg-color:var(--csstools-light-dark-toggle--64, #e2f7ff);--csstools-light-dark-toggle--65:var(--csstools-color-scheme--light) #a6ecf4;--comment-indicator-active-fg-color:var(--csstools-light-dark-toggle--65, #0041a4);--csstools-light-dark-toggle--66:var(--csstools-color-scheme--light) #fbfbfe;--comment-indicator-focus-fg-color:var(--csstools-light-dark-toggle--66, #5b5b66);--csstools-light-dark-toggle--67:var(--csstools-color-scheme--light) #61dce9;--comment-indicator-hover-fg-color:var(--csstools-light-dark-toggle--67, #0053cb);--csstools-light-dark-toggle--68:var(--csstools-color-scheme--light) #00cadb;--comment-indicator-selected-fg-color:var(--csstools-light-dark-toggle--68, #0062fa);--csstools-light-dark-toggle--69:var(--csstools-color-scheme--light) #5b5b66;--button-comment-active-bg:var(--csstools-light-dark-toggle--69, #cfcfd8);--csstools-light-dark-toggle--70:var(--csstools-color-scheme--light) #52525e;--button-comment-hover-bg:var(--csstools-light-dark-toggle--70, #e0e0e6)}}@media screen and (forced-colors:active){#editorCommentsSidebar,.commentPopup{--comment-date-fg-color:CanvasText;--comment-bg-color:Canvas;--comment-hover-bg-color:Canvas;--comment-hover-filter:none;--comment-active-bg-color:Canvas;--comment-active-filter:none;--comment-border-color:CanvasText;--comment-fg-color:CanvasText;--comment-count-bg-color:Canvas;--comment-indicator-active-fg-color:SelectedItem;--comment-indicator-focus-fg-color:CanvasText;--comment-indicator-hover-fg-color:CanvasText;--comment-indicator-selected-fg-color:SelectedItem;--button-comment-bg:ButtonFace;--button-comment-color:ButtonText;--button-comment-active-bg:ButtonText;--button-comment-active-color:HighlightText;--button-comment-border:1px solid ButtonText;--button-comment-hover-bg:Highlight;--button-comment-hover-color:HighlightText}}#editorCommentsSidebar{display:flex;height:auto;padding-bottom:16px;flex-direction:column;align-items:flex-start}#editorCommentsSidebar #editorCommentsSidebarHeader{width:100%;box-sizing:border-box;padding:16px;display:flex;align-items:center;justify-content:space-between}:is(#editorCommentsSidebar #editorCommentsSidebarHeader) .commentCount{display:flex;align-items:baseline;gap:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) .commentCount) #editorCommentsSidebarTitle{font:menu;font-style:normal;font-weight:590;line-height:normal;font-size:17px;color:var(--comment-fg-color)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) .commentCount) #editorCommentsSidebarCount{padding:0 4px;border-radius:4px;background-color:var(--comment-count-bg-color);color:var(--comment-fg-color);text-align:center;font:menu;font-size:13px;font-style:normal;font-weight:400;line-height:normal}:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton{width:32px;height:32px;padding:8px;border-radius:4px;border:none;background:none;cursor:pointer}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):before{content:"";display:inline-block;width:100%;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:var(--comment-close-button-icon);mask-image:var(--comment-close-button-icon);background-color:var(--comment-fg-color)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):hover{background-color:var(--comment-hover-bg-color)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):active{background-color:var(--comment-active-bg-color)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):focus-visible{outline:var(--focus-ring-outline)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton)>span{display:inline-block;width:0;height:0;overflow:hidden}#editorCommentsSidebar #editorCommentsSidebarListContainer{overflow:auto;width:100%}:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList{display:flex;width:auto;padding:4px 16px;gap:10px;align-items:flex-start;flex-direction:column;list-style-type:none}:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment{display:flex;width:auto;padding:8px 16px 16px;flex-direction:column;align-items:flex-start;align-self:stretch;gap:4px;border-radius:8px;border:.5px solid var(--comment-border-color);background-color:var(--comment-bg-color)}@media screen and (forced-colors:active){:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):hover{background-color:var(--comment-hover-bg-color)}}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):hover{filter:var(--comment-hover-filter)}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):hover time:after{display:inline-block;background-color:var(--comment-indicator-hover-fg-color);filter:var(--comment-indicator-hover-filter)}@media screen and (forced-colors:active){:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):active{background-color:var(--comment-active-bg-color)}}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):active{filter:var(--comment-active-filter)}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):active time:after{display:inline-block;background-color:var(--comment-indicator-active-fg-color);filter:var(--comment-indicator-active-filter)}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):is(:focus,:focus-visible) time:after{display:inline-block;background-color:var(--comment-indicator-focus-fg-color)}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):focus-visible{outline:2px solid var(--comment-focus-outline-color);outline-offset:2px}.selected:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments) .sidebarCommentText{max-height:-moz-fit-content;max-height:fit-content;-webkit-line-clamp:unset}.selected:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments) time:after{display:inline-block;background-color:var(--comment-indicator-selected-fg-color)}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) .sidebarCommentText{font:menu;font-style:normal;font-weight:400;line-height:normal;font-size:15px;width:100%;height:-moz-fit-content;height:fit-content;max-height:80px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:break-word}:is(:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) .sidebarCommentText) .richText{--total-scale-factor:1.5}.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) .sidebarCommentText{max-height:-moz-fit-content;max-height:fit-content;-webkit-line-clamp:unset;-webkit-user-select:none;-moz-user-select:none;user-select:none}.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) a{font:menu;font-style:normal;font-weight:400;line-height:normal;font-size:15px;width:100%;height:auto;overflow-wrap:break-word;margin-block-start:15px}:is(.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) a):focus-visible{outline:var(--focus-ring-outline)}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) time{width:100%;display:inline-flex;align-items:center;justify-content:space-between;font:menu;font-style:normal;font-weight:400;line-height:normal;font-size:13px}:is(:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) time):after{content:"";display:none;width:16px;height:16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:var(--comment-edit-button-icon);mask-image:var(--comment-edit-button-icon);transform:scaleX(var(--dir-factor))}.commentPopup{--csstools-color-scheme--light:initial;color-scheme:light dark;--csstools-light-dark-toggle--71:var(--csstools-color-scheme--light) #3a3944;--divider-color:var(--csstools-light-dark-toggle--71, #cfcfd8);--csstools-light-dark-toggle--72:var(--csstools-color-scheme--light) rgb(0 0 0 / .2);--csstools-light-dark-toggle--73:var(--csstools-color-scheme--light) rgb(0 0 0 / .4);--comment-shadow:0 .5px 2px 0 var(--csstools-light-dark-toggle--72, rgb(0 0 0 / .05)), 0 4px 16px 0 var(--csstools-light-dark-toggle--73, rgb(0 0 0 / .1))}@supports (color: light-dark(red,red)){.commentPopup{--divider-color:light-dark(#cfcfd8, #3a3944)}}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){.commentPopup{--comment-shadow:0 .5px 2px 0 light-dark(rgb(0 0 0 / .05), rgb(0 0 0 / .2)), 0 4px 16px 0 light-dark(rgb(0 0 0 / .1), rgb(0 0 0 / .4))}}@supports not (color: light-dark(tan,tan)){.commentPopup *{--csstools-light-dark-toggle--71:var(--csstools-color-scheme--light) #3a3944;--divider-color:var(--csstools-light-dark-toggle--71, #cfcfd8);--csstools-light-dark-toggle--72:var(--csstools-color-scheme--light) rgb(0 0 0 / .2);--csstools-light-dark-toggle--73:var(--csstools-color-scheme--light) rgb(0 0 0 / .4);--comment-shadow:0 .5px 2px 0 var(--csstools-light-dark-toggle--72, rgb(0 0 0 / .05)), 0 4px 16px 0 var(--csstools-light-dark-toggle--73, rgb(0 0 0 / .1))}}@media(prefers-color-scheme:dark){.commentPopup{--csstools-color-scheme--light:}}@media screen and (forced-colors:active){.commentPopup{--divider-color:CanvasText;--comment-shadow:none}}.commentPopup{display:flex;flex-direction:column;align-items:flex-start;gap:12px;z-index:100001;pointer-events:auto;margin-top:2px;border:.5px solid var(--comment-border-color);background:var(--comment-bg-color);box-shadow:var(--comment-shadow)}.commentPopup:focus-visible{outline:none}.commentPopup.dragging,.commentPopup.dragging *{cursor:move!important}.commentPopup.dragging button{pointer-events:none!important}.commentPopup:not(.selected) .commentPopupButtons{visibility:hidden!important}.commentPopup hr{width:100%;height:1px;border:none;border-top:1px solid var(--divider-color);margin:0;padding:0}.commentPopup .commentPopupTop{display:flex;width:100%;height:auto;padding-bottom:4px;justify-content:space-between;align-items:center;align-self:stretch;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}:is(.commentPopup .commentPopupTop) .commentPopupTime{font:menu;font-style:normal;font-weight:400;line-height:normal;font-size:13px;color:var(--comment-date-fg-color)}:is(.commentPopup .commentPopupTop) .commentPopupButtons{display:flex;align-items:center;gap:2px;cursor:default}:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button{width:32px;height:32px;padding:8px;border:var(--button-comment-border);border-radius:4px;background-color:var(--button-comment-bg);color:var(--button-comment-color)}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):hover{background-color:var(--button-comment-hover-bg)}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):hover:before{background-color:var(--button-comment-hover-color)}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):active{border:var(--button-comment-active-border);background-color:var(--button-comment-active-bg);color:var(--button-comment-active-color)}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):active:before{background-color:var(--button-comment-active-color)}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):focus-visible{background-color:var(--button-comment-hover-bg);outline:2px solid var(--comment-focus-outline-color);outline-offset:0}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):before{content:"";display:inline-block;width:100%;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.commentPopupEdit:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):before{-webkit-mask-image:var(--comment-popup-edit-button-icon);mask-image:var(--comment-popup-edit-button-icon)}.commentPopupDelete:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):before{-webkit-mask-image:var(--comment-popup-delete-button-icon);mask-image:var(--comment-popup-delete-button-icon)}.commentPopup .commentPopupText{width:100%;height:auto;font:menu;font-style:normal;font-weight:400;line-height:normal;font-size:15px;color:var(--comment-fg-color)}.commentPopupText,.sidebarCommentText .richText{margin-block:0}:is(.commentPopupText,.sidebarCommentText .richText) p:first-of-type{margin-block:0}:is(.commentPopupText,.sidebarCommentText .richText)>*{white-space:pre-wrap;font-size:max(15px,calc(10px * var(--total-scale-factor)));overflow-wrap:break-word}:is(.commentPopupText,.sidebarCommentText .richText) span{color:var(--comment-fg-color)!important}:root{--editor-toolbar-vert-offset:6px;--outline-width:2px;--outline-color:#0060df;--outline-around-width:1px;--outline-around-color:#f0f0f4;--hover-outline-around-color:var(--outline-around-color);--focus-outline:solid var(--outline-width) var(--outline-color);--unfocus-outline:solid var(--outline-width) transparent;--focus-outline-around:solid var(--outline-around-width) var(--outline-around-color);--hover-outline-color:#8f8f9d;--hover-outline:solid var(--outline-width) var(--hover-outline-color);--hover-outline-around:solid var(--outline-around-width) var(--hover-outline-around-color);--freetext-line-height:1.35;--freetext-padding:2px;--resizer-bg-color:var(--outline-color);--resizer-size:6px;--resizer-shift:calc( 0px - (var(--outline-width) + var(--resizer-size)) / 2 - var(--outline-around-width) );--editorFreeText-editing-cursor:text;--editorInk-editing-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645Z'%20fill='white'/%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e") 0 16, pointer;--editorHighlight-editing-cursor:url(/assets/cursor-editorTextHighlight-kG3uUOwL.svg) 24 24, text;--editorFreeHighlight-editing-cursor:url("data:image/svg+xml,%3csvg%20width='18'%20height='19'%20viewBox='0%200%2018%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.2%203.09C12.28%203.01%2012.43%203%2012.43%203C12.48%203%2012.58%203.02%2012.66%203.1L14.45%204.89C14.58%205.02%2014.58%205.22%2014.45%205.35L11.7713%208.02872L9.51628%205.77372L12.2%203.09ZM13.2658%205.12L11.7713%206.6145L10.9305%205.77372L12.425%204.27921L13.2658%205.12Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.98%209.32L8.23%2011.57L10.7106%209.08938L8.45562%206.83438L5.98%209.31V9.32ZM8.23%2010.1558L9.29641%209.08938L8.45562%208.24859L7.38921%209.315L8.23%2010.1558Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.1526%2013.1816L16.2125%207.1217C16.7576%206.58919%2017.05%205.8707%2017.05%205.12C17.05%204.36931%2016.7576%203.65084%2016.2126%203.11834L14.4317%201.33747C13.8992%200.79242%2013.1807%200.5%2012.43%200.5C11.6643%200.5%2010.9529%200.812929%2010.4329%201.33289L3.68289%208.08289C3.04127%208.72452%203.00459%209.75075%203.57288%2010.4363L1.29187%2012.7239C1.09186%2012.9245%200.990263%2013.1957%201.0007%2013.4685L1%2014.5C0.447715%2014.5%200%2014.9477%200%2015.5V17.5C0%2018.0523%200.447715%2018.5%201%2018.5H16C16.5523%2018.5%2017%2018.0523%2017%2017.5V15.5C17%2014.9477%2016.5523%2014.5%2016%2014.5H10.2325C9.83594%2014.5%209.39953%2013.9347%2010.1526%2013.1816ZM4.39%209.85L4.9807%2010.4407L2.39762%2013.0312H6.63877L7.10501%2012.565L7.57125%2013.0312H8.88875L15.51%206.41C15.86%206.07%2016.05%205.61%2016.05%205.12C16.05%204.63%2015.86%204.17%2015.51%203.83L13.72%202.04C13.38%201.69%2012.92%201.5%2012.43%201.5C11.94%201.5%2011.48%201.7%2011.14%202.04L4.39%208.79C4.1%209.08%204.1%209.56%204.39%209.85ZM16%2017.5V15.5H1V17.5H16Z'%20fill='%23FBFBFE'/%3e%3cpath%20d='M15.1616%206.05136L15.1616%206.05132L15.1564%206.05645L8.40645%2012.8064C8.35915%2012.8537%208.29589%2012.88%208.23%2012.88C8.16411%2012.88%208.10085%2012.8537%208.05355%2012.8064L7.45857%2012.2115L7.10501%2011.8579L6.75146%2012.2115L6.03289%2012.93H3.20465L5.33477%2010.7937L5.6873%2010.4402L5.33426%2010.0871L4.74355%209.49645C4.64882%209.40171%204.64882%209.23829%204.74355%209.14355L11.4936%202.39355C11.7436%202.14354%2012.0779%202%2012.43%202C12.7883%202%2013.1179%202.13776%2013.3614%202.38839L13.3613%202.38843L13.3664%202.39355L15.1564%204.18355L15.1564%204.18359L15.1616%204.18864C15.4122%204.43211%2015.55%204.76166%2015.55%205.12C15.55%205.47834%2015.4122%205.80789%2015.1616%206.05136ZM7.87645%2011.9236L8.23%2012.2771L8.58355%2011.9236L11.0642%209.44293L11.4177%209.08938L11.0642%208.73582L8.80918%206.48082L8.45562%206.12727L8.10207%206.48082L5.62645%208.95645L5.48%209.10289V9.31V9.32V9.52711L5.62645%209.67355L7.87645%2011.9236ZM11.4177%208.38227L11.7713%208.73582L12.1248%208.38227L14.8036%205.70355C15.1288%205.37829%2015.1288%204.86171%2014.8036%204.53645L13.0136%202.74645C12.8186%202.55146%2012.5792%202.5%2012.43%202.5H12.4134L12.3967%202.50111L12.43%203C12.3967%202.50111%2012.3966%202.50112%2012.3965%202.50112L12.3963%202.50114L12.3957%202.50117L12.3947%202.50125L12.3924%202.50142L12.387%202.50184L12.3732%202.50311C12.3628%202.50416%2012.3498%202.50567%2012.3346%202.50784C12.3049%202.51208%2012.2642%202.51925%2012.2178%202.53146C12.1396%202.55202%2011.9797%202.60317%2011.8464%202.73645L9.16273%205.42016L8.80918%205.77372L9.16273%206.12727L11.4177%208.38227ZM1.5%2016H15.5V17H1.5V16Z'%20stroke='%2315141A'/%3e%3c/svg%3e") 1 18, pointer;--new-alt-text-warning-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.78182%202.63903C8.58882%202.28803%208.25782%202.25003%208.12482%202.25003C7.99019%202.24847%207.85771%202.28393%207.74185%202.35253C7.62599%202.42113%207.5312%202.52023%207.46782%202.63903L1.97082%2012.639C1.90673%2012.7528%201.87406%2012.8816%201.87617%2013.0122C1.87828%2013.1427%201.91509%2013.2704%201.98282%2013.382C2.04798%2013.4951%202.14207%2013.5888%202.25543%2013.6535C2.36879%2013.7182%202.49732%2013.7515%202.62782%2013.75H13.6218C13.7523%2013.7515%2013.8809%2013.7182%2013.9942%2013.6535C14.1076%2013.5888%2014.2017%2013.4951%2014.2668%2013.382C14.3346%2013.2704%2014.3714%2013.1427%2014.3735%2013.0122C14.3756%2012.8816%2014.3429%2012.7528%2014.2788%2012.639L8.78182%202.63903ZM6.37282%202.03703C6.75182%201.34603%207.43882%201.00003%208.12482%201.00003C8.48341%200.997985%208.83583%201.09326%209.14454%201.2757C9.45325%201.45814%209.70668%201.72092%209.87782%202.03603L15.3748%2012.036C16.1078%2013.369%2015.1438%2015%2013.6228%2015H2.62782C1.10682%2015%200.141823%2013.37%200.875823%2012.037L6.37282%202.03703ZM8.74982%209.06203C8.74982%209.22779%208.68397%209.38676%208.56676%209.50397C8.44955%209.62118%208.29058%209.68703%208.12482%209.68703C7.95906%209.68703%207.80009%209.62118%207.68288%209.50397C7.56566%209.38676%207.49982%209.22779%207.49982%209.06203V5.62503C7.49982%205.45927%207.56566%205.3003%207.68288%205.18309C7.80009%205.06588%207.95906%205.00003%208.12482%205.00003C8.29058%205.00003%208.44955%205.06588%208.56676%205.18309C8.68397%205.3003%208.74982%205.45927%208.74982%205.62503V9.06203ZM7.74982%2012L7.49982%2011.75V11L7.74982%2010.75H8.49982L8.74982%2011V11.75L8.49982%2012H7.74982Z'%20fill='black'/%3e%3c/svg%3e")}.textLayer.highlighting{cursor:var(--editorFreeHighlight-editing-cursor)}.textLayer.highlighting:not(.free) span{cursor:var(--editorHighlight-editing-cursor)}[role=img]:is(.textLayer.highlighting:not(.free) span){cursor:var(--editorFreeHighlight-editing-cursor)}.textLayer.highlighting.free span{cursor:var(--editorFreeHighlight-editing-cursor)}.page:has(.annotationEditorLayer.nonEditing) .annotationLayer .editorAnnotation{position:absolute;pointer-events:none}:is(#viewerContainer.pdfPresentationMode:fullscreen,.annotationEditorLayer.disabled) .noAltTextBadge{display:none!important}@media(min-resolution:1.1dppx){:root{--editorFreeText-editing-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202.75H12.5V2.25V1V0.5H12H10.358C9.91165%200.5%209.47731%200.625661%209.09989%200.860442L9.09886%200.861087L8%201.54837L6.89997%200.860979L6.89911%200.860443C6.5218%200.625734%206.08748%200.5%205.642%200.5H4H3.5V1V2.25V2.75H4H5.642C5.66478%202.75%205.6885%202.75641%205.71008%202.76968C5.71023%202.76977%205.71038%202.76986%205.71053%202.76995L6.817%203.461C6.81704%203.46103%206.81709%203.46105%206.81713%203.46108C6.81713%203.46108%206.81713%203.46108%206.81714%203.46109C6.8552%203.48494%206.876%203.52285%206.876%203.567V8V12.433C6.876%2012.4771%206.85523%2012.515%206.81722%2012.5389C6.81715%2012.5389%206.81707%2012.539%206.817%2012.539L5.70953%2013.23C5.70941%2013.2301%205.70929%2013.2302%205.70917%2013.2303C5.68723%2013.2438%205.6644%2013.25%205.641%2013.25H4H3.5V13.75V15V15.5H4H5.642C6.08835%2015.5%206.52269%2015.3743%206.90011%2015.1396L6.90086%2015.1391L8%2014.4526L9.10003%2015.14L9.10089%2015.1406C9.47831%2015.3753%209.91265%2015.501%2010.359%2015.501H12H12.5V15.001V13.751V13.251H12H10.358C10.3352%2013.251%2010.3115%2013.2446%2010.2899%2013.2313C10.2897%2013.2312%2010.2896%2013.2311%2010.2895%2013.231L9.183%2012.54C9.18298%2012.54%209.18295%2012.54%209.18293%2012.54C9.18291%2012.5399%209.18288%2012.5399%209.18286%2012.5399C9.14615%2012.5169%209.125%2012.4797%209.125%2012.434V8V3.567C9.125%203.52266%209.14603%203.48441%209.18364%203.4606C9.18377%203.46052%209.1839%203.46043%209.18404%203.46035L10.2895%202.76995C10.2896%202.76985%2010.2898%202.76975%2010.2899%202.76966C10.3119%202.75619%2010.3346%202.75%2010.358%202.75H12Z'%20fill='black'%20stroke='white'/%3e%3c/svg%3e") 0 16, text}}@media screen and (forced-colors:active){:root{--outline-color:CanvasText;--outline-around-color:ButtonFace;--resizer-bg-color:ButtonText;--hover-outline-color:Highlight;--hover-outline-around-color:SelectedItemText}}[data-editor-rotation="90"]{transform:rotate(90deg)}[data-editor-rotation="180"]{transform:rotate(180deg)}[data-editor-rotation="270"]{transform:rotate(270deg)}.annotationEditorLayer{background:transparent;position:absolute;inset:0;font-size:calc(100px * var(--total-scale-factor));transform-origin:0 0;cursor:auto}.annotationEditorLayer .selectedEditor{z-index:100000!important}.annotationEditorLayer.drawing *{pointer-events:none!important}.annotationEditorLayer.getElements{pointer-events:auto!important}.annotationEditorLayer.getElements>div{pointer-events:auto!important}.annotationEditorLayer.waiting{content:"";cursor:wait;position:absolute;inset:0;width:100%;height:100%}.annotationEditorLayer.disabled{pointer-events:none}.annotationEditorLayer.disabled.highlightEditing :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor,.commentPopup){pointer-events:auto}.annotationEditorLayer.freetextEditing{cursor:var(--editorFreeText-editing-cursor)}.annotationEditorLayer.inkEditing{cursor:var(--editorInk-editing-cursor)}.annotationEditorLayer .draw{box-sizing:border-box}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor){position:absolute;background:transparent;z-index:1;transform-origin:0 0;cursor:auto;max-width:100%;max-height:100%;border:var(--unfocus-outline)}.draggable.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)){cursor:move}.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)){border:var(--focus-outline);outline:var(--focus-outline-around)}.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)):before{content:"";position:absolute;inset:0;border:var(--focus-outline-around);pointer-events:none}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)):hover:not(.selectedEditor){border:var(--hover-outline);outline:var(--hover-outline-around)}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)):hover:not(.selectedEditor):before{content:"";position:absolute;inset:0;border:var(--focus-outline-around)}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{--editor-toolbar-delete-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");--csstools-light-dark-toggle--74:var(--csstools-color-scheme--light) #2b2a33;--editor-toolbar-bg-color:var(--csstools-light-dark-toggle--74, #f0f0f4);--editor-toolbar-highlight-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.10918%2011.66C7.24918%2011.8%207.43918%2011.88%207.63918%2011.88C7.83918%2011.88%208.02918%2011.8%208.16918%2011.66L14.9192%204.91C15.2692%204.57%2015.4592%204.11%2015.4592%203.62C15.4592%203.13%2015.2692%202.67%2014.9192%202.33L13.1292%200.54C12.7892%200.19%2012.3292%200%2011.8392%200C11.3492%200%2010.8892%200.2%2010.5492%200.54L3.79918%207.29C3.50918%207.58%203.50918%208.06%203.79918%208.35L4.38988%208.9407L1.40918%2011.93H5.64918L6.51419%2011.065L7.10918%2011.66ZM7.63918%2010.07L5.38918%207.82V7.81L7.8648%205.33438L10.1198%207.58938L7.63918%2010.07ZM11.1805%206.52872L13.8592%203.85C13.9892%203.72%2013.9892%203.52%2013.8592%203.39L12.0692%201.6C11.9892%201.52%2011.8892%201.5%2011.8392%201.5C11.8392%201.5%2011.6892%201.51%2011.6092%201.59L8.92546%204.27372L11.1805%206.52872Z'%20fill='%23000'/%3e%3cpath%20d='M0.40918%2014H15.4092V16H0.40918V14Z'%20fill='%23000'/%3e%3c/g%3e%3c/svg%3e");--csstools-light-dark-toggle--75:var(--csstools-color-scheme--light) #fbfbfe;--editor-toolbar-fg-color:var(--csstools-light-dark-toggle--75, #2e2e56);--editor-toolbar-border-color:#8f8f9d;--editor-toolbar-hover-border-color:var(--editor-toolbar-border-color);--csstools-light-dark-toggle--76:var(--csstools-color-scheme--light) #52525e;--editor-toolbar-hover-bg-color:var(--csstools-light-dark-toggle--76, #e0e0e6);--editor-toolbar-hover-fg-color:var(--editor-toolbar-fg-color);--editor-toolbar-hover-outline:none;--csstools-light-dark-toggle--77:var(--csstools-color-scheme--light) #0df;--editor-toolbar-focus-outline-color:var(--csstools-light-dark-toggle--77, #0060df);--editor-toolbar-shadow:0 2px 6px 0 rgb(58 57 68 / .2);--editor-toolbar-height:28px;--editor-toolbar-padding:2px;--csstools-light-dark-toggle--78:var(--csstools-color-scheme--light) #54ffbd;--alt-text-done-color:var(--csstools-light-dark-toggle--78, #2ac3a2);--csstools-light-dark-toggle--79:var(--csstools-color-scheme--light) #80ebff;--alt-text-warning-color:var(--csstools-light-dark-toggle--79, #0090ed);--alt-text-hover-done-color:var(--alt-text-done-color);--alt-text-hover-warning-color:var(--alt-text-warning-color)}@supports (color: light-dark(red,red)){:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color:light-dark(#f0f0f4, #2b2a33);--editor-toolbar-fg-color:light-dark(#2e2e56, #fbfbfe);--editor-toolbar-hover-bg-color:light-dark(#e0e0e6, #52525e);--editor-toolbar-focus-outline-color:light-dark(#0060df, #0df);--alt-text-done-color:light-dark(#2ac3a2, #54ffbd);--alt-text-warning-color:light-dark(#0090ed, #80ebff)}}@supports not (color: light-dark(tan,tan)){:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) *{--csstools-light-dark-toggle--74:var(--csstools-color-scheme--light) #2b2a33;--editor-toolbar-bg-color:var(--csstools-light-dark-toggle--74, #f0f0f4);--csstools-light-dark-toggle--75:var(--csstools-color-scheme--light) #fbfbfe;--editor-toolbar-fg-color:var(--csstools-light-dark-toggle--75, #2e2e56);--csstools-light-dark-toggle--76:var(--csstools-color-scheme--light) #52525e;--editor-toolbar-hover-bg-color:var(--csstools-light-dark-toggle--76, #e0e0e6);--csstools-light-dark-toggle--77:var(--csstools-color-scheme--light) #0df;--editor-toolbar-focus-outline-color:var(--csstools-light-dark-toggle--77, #0060df);--csstools-light-dark-toggle--78:var(--csstools-color-scheme--light) #54ffbd;--alt-text-done-color:var(--csstools-light-dark-toggle--78, #2ac3a2);--csstools-light-dark-toggle--79:var(--csstools-color-scheme--light) #80ebff;--alt-text-warning-color:var(--csstools-light-dark-toggle--79, #0090ed)}}@media screen and (forced-colors:active){:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color:ButtonFace;--editor-toolbar-fg-color:ButtonText;--editor-toolbar-border-color:ButtonText;--editor-toolbar-hover-border-color:AccentColor;--editor-toolbar-hover-bg-color:ButtonFace;--editor-toolbar-hover-fg-color:AccentColor;--editor-toolbar-hover-outline:2px solid var(--editor-toolbar-hover-border-color);--editor-toolbar-focus-outline-color:ButtonBorder;--editor-toolbar-shadow:none;--alt-text-done-color:var(--editor-toolbar-fg-color);--alt-text-warning-color:var(--editor-toolbar-fg-color);--alt-text-hover-done-color:var(--editor-toolbar-hover-fg-color);--alt-text-hover-warning-color:var(--editor-toolbar-hover-fg-color)}}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{display:flex;width:-moz-fit-content;width:fit-content;height:var(--editor-toolbar-height);flex-direction:column;justify-content:center;align-items:center;cursor:default;pointer-events:auto;box-sizing:content-box;padding:var(--editor-toolbar-padding);position:absolute;inset-inline-end:0;inset-block-start:calc(100% + var(--editor-toolbar-vert-offset));border-radius:6px;background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow)}.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar){display:none}:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar):has(:focus-visible){border-color:transparent}[dir=ltr] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar){transform-origin:100% 0}[dir=rtl] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar){transform-origin:0 0}:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons{display:flex;justify-content:center;align-items:center;gap:0;height:100%}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) button{padding:0}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .divider{width:0;height:calc(2 * var(--editor-toolbar-padding) + var(--editor-toolbar-height));border-left:1px solid var(--editor-toolbar-border-color);border-right:none;display:inline-block;margin-inline:2px}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic{width:var(--editor-toolbar-height)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):before{content:"";-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:100%;height:100%}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.highlightButton:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):before{-webkit-mask-image:var(--editor-toolbar-highlight-image);mask-image:var(--editor-toolbar-highlight-image)}.commentButton:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):before{-webkit-mask-image:var(--comment-edit-button-icon);mask-image:var(--comment-edit-button-icon)}.deleteButton:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):before{-webkit-mask-image:var(--editor-toolbar-delete-image);mask-image:var(--editor-toolbar-delete-image)}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>*{height:var(--editor-toolbar-height)}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>:not(.divider){border:none;background-color:transparent;cursor:pointer}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>:not(.divider)):hover{border-radius:2px;background-color:var(--editor-toolbar-hover-bg-color);color:var(--editor-toolbar-hover-fg-color);outline:var(--editor-toolbar-hover-outline);outline-offset:1px}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>:not(.divider)):hover:active{outline:none}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>:not(.divider)):focus-visible{border-radius:2px;outline:2px solid var(--editor-toolbar-focus-outline-color)}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText{--alt-text-add-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.375%207.625V11.875C5.375%2012.0408%205.44085%2012.1997%205.55806%2012.3169C5.67527%2012.4342%205.83424%2012.5%206%2012.5C6.16576%2012.5%206.32473%2012.4342%206.44194%2012.3169C6.55915%2012.1997%206.625%2012.0408%206.625%2011.875V7.625L7.125%207.125H11.375C11.5408%207.125%2011.6997%207.05915%2011.8169%206.94194C11.9342%206.82473%2012%206.66576%2012%206.5C12%206.33424%2011.9342%206.17527%2011.8169%206.05806C11.6997%205.94085%2011.5408%205.875%2011.375%205.875H7.125L6.625%205.375V1.125C6.625%200.95924%206.55915%200.800269%206.44194%200.683058C6.32473%200.565848%206.16576%200.5%206%200.5C5.83424%200.5%205.67527%200.565848%205.55806%200.683058C5.44085%200.800269%205.375%200.95924%205.375%201.125V5.375L4.875%205.875H0.625C0.45924%205.875%200.300269%205.94085%200.183058%206.05806C0.065848%206.17527%200%206.33424%200%206.5C0%206.66576%200.065848%206.82473%200.183058%206.94194C0.300269%207.05915%200.45924%207.125%200.625%207.125H4.762L5.375%207.625Z'%20fill='black'/%3e%3c/svg%3e");--alt-text-done-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%200.5C5.21207%200.5%204.43185%200.655195%203.7039%200.956723C2.97595%201.25825%202.31451%201.70021%201.75736%202.25736C1.20021%202.81451%200.758251%203.47595%200.456723%204.2039C0.155195%204.93185%200%205.71207%200%206.5C0%207.28793%200.155195%208.06815%200.456723%208.7961C0.758251%209.52405%201.20021%2010.1855%201.75736%2010.7426C2.31451%2011.2998%202.97595%2011.7417%203.7039%2012.0433C4.43185%2012.3448%205.21207%2012.5%206%2012.5C7.5913%2012.5%209.11742%2011.8679%2010.2426%2010.7426C11.3679%209.61742%2012%208.0913%2012%206.5C12%204.9087%2011.3679%203.38258%2010.2426%202.25736C9.11742%201.13214%207.5913%200.5%206%200.5ZM5.06%208.9L2.9464%206.7856C2.85273%206.69171%202.80018%206.56446%202.80033%206.43183C2.80048%206.29921%202.85331%206.17207%202.9472%206.0784C3.04109%205.98473%203.16834%205.93218%203.30097%205.93233C3.43359%205.93248%203.56073%205.98531%203.6544%206.0792L5.3112%207.7368L8.3464%204.7008C8.44109%204.6109%208.56715%204.56153%208.69771%204.56322C8.82827%204.56492%208.95301%204.61754%209.04534%204.70986C9.13766%204.80219%209.19028%204.92693%209.19198%205.05749C9.19367%205.18805%209.1443%205.31411%209.0544%205.4088L5.5624%208.9H5.06Z'%20fill='%23FBFBFE'/%3e%3c/svg%3e");display:flex;align-items:center;justify-content:center;width:-moz-max-content;width:max-content;padding-inline:8px;pointer-events:all;font:menu;font-weight:590;font-size:12px;color:var(--editor-toolbar-fg-color)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):disabled{pointer-events:none}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):before{content:"";-webkit-mask-image:var(--alt-text-add-image);mask-image:var(--alt-text-add-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;width:12px;height:13px;background-color:var(--editor-toolbar-fg-color);margin-inline-end:4px}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):before{-webkit-mask-image:var(--alt-text-done-image);mask-image:var(--alt-text-done-image)}.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):before{width:16px;height:16px;-webkit-mask-image:var(--new-alt-text-warning-image);mask-image:var(--new-alt-text-warning-image);background-color:var(--alt-text-warning-color);-webkit-mask-size:cover;mask-size:cover}.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):hover:before{background-color:var(--alt-text-hover-warning-color)}.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):before{-webkit-mask-image:var(--alt-text-done-image);mask-image:var(--alt-text-done-image);background-color:var(--alt-text-done-color)}.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):hover:before{background-color:var(--alt-text-hover-done-color)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip{display:none;word-wrap:anywhere}.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--csstools-light-dark-toggle--80:var(--csstools-color-scheme--light) #1c1b22;--alt-text-tooltip-bg:var(--csstools-light-dark-toggle--80, #f0f0f4);--csstools-light-dark-toggle--81:var(--csstools-color-scheme--light) #fbfbfe;--alt-text-tooltip-fg:var(--csstools-light-dark-toggle--81, #15141a);--alt-text-tooltip-border:#8f8f9d;--csstools-light-dark-toggle--82:var(--csstools-color-scheme--light) #15141a;--alt-text-tooltip-shadow:0 2px 6px 0 var(--csstools-light-dark-toggle--82, rgb(58 57 68 / .2))}@supports (color: light-dark(red,red)){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--alt-text-tooltip-bg:light-dark(#f0f0f4, #1c1b22);--alt-text-tooltip-fg:light-dark(#15141a, #fbfbfe)}}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--alt-text-tooltip-shadow:0 2px 6px 0 light-dark(rgb(58 57 68 / .2), #15141a)}}@supports not (color: light-dark(tan,tan)){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip) *{--csstools-light-dark-toggle--80:var(--csstools-color-scheme--light) #1c1b22;--alt-text-tooltip-bg:var(--csstools-light-dark-toggle--80, #f0f0f4);--csstools-light-dark-toggle--81:var(--csstools-color-scheme--light) #fbfbfe;--alt-text-tooltip-fg:var(--csstools-light-dark-toggle--81, #15141a);--csstools-light-dark-toggle--82:var(--csstools-color-scheme--light) #15141a;--alt-text-tooltip-shadow:0 2px 6px 0 var(--csstools-light-dark-toggle--82, rgb(58 57 68 / .2))}}@media screen and (forced-colors:active){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--alt-text-tooltip-bg:Canvas;--alt-text-tooltip-fg:CanvasText;--alt-text-tooltip-border:CanvasText;--alt-text-tooltip-shadow:none}}.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){display:inline-flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:calc(100% + 2px);inset-inline-start:0;padding-block:2px 3px;padding-inline:3px;max-width:300px;width:-moz-max-content;width:max-content;height:auto;font-size:12px;border:.5px solid var(--alt-text-tooltip-border);background:var(--alt-text-tooltip-bg);box-shadow:var(--alt-text-tooltip-shadow);color:var(--alt-text-tooltip-fg);pointer-events:none}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .comment{width:var(--editor-toolbar-height)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .comment):before{content:"";-webkit-mask-image:var(--comment-edit-button-icon);mask-image:var(--comment-edit-button-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:100%;height:100%}.annotationEditorLayer .freeTextEditor{padding:calc(var(--freetext-padding) * var(--total-scale-factor));width:auto;height:auto;touch-action:none}.annotationEditorLayer .freeTextEditor .internal{background:transparent;border:none;inset:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:var(--freetext-line-height);text-align:start;-webkit-user-select:none;-moz-user-select:none;user-select:none}.annotationEditorLayer .freeTextEditor .overlay{position:absolute;display:none;background:transparent;inset:0;width:100%;height:100%}.annotationEditorLayer freeTextEditor .overlay.enabled{display:block}.annotationEditorLayer .freeTextEditor .internal:empty:before{content:attr(default-content);color:gray}.annotationEditorLayer .freeTextEditor .internal:focus{outline:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.annotationEditorLayer .inkEditor{width:100%;height:100%}.annotationEditorLayer .inkEditor.editing{cursor:inherit}.annotationEditorLayer .inkEditor .inkEditorCanvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none}.annotationEditorLayer .stampEditor{width:auto;height:auto}:is(.annotationEditorLayer .stampEditor) canvas{position:absolute;width:100%;height:100%;margin:0;top:0;left:0}:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{--csstools-light-dark-toggle--83:var(--csstools-color-scheme--light) #52525e;--no-alt-text-badge-border-color:var(--csstools-light-dark-toggle--83, #f0f0f4);--csstools-light-dark-toggle--84:var(--csstools-color-scheme--light) #fbfbfe;--no-alt-text-badge-bg-color:var(--csstools-light-dark-toggle--84, #cfcfd8);--csstools-light-dark-toggle--85:var(--csstools-color-scheme--light) #15141a;--no-alt-text-badge-fg-color:var(--csstools-light-dark-toggle--85, #5b5b66)}@supports (color: light-dark(red,red)){:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{--no-alt-text-badge-border-color:light-dark(#f0f0f4, #52525e);--no-alt-text-badge-bg-color:light-dark(#cfcfd8, #fbfbfe);--no-alt-text-badge-fg-color:light-dark(#5b5b66, #15141a)}}@supports not (color: light-dark(tan,tan)){:is(:is(.annotationEditorLayer .stampEditor) .noAltTextBadge) *{--csstools-light-dark-toggle--83:var(--csstools-color-scheme--light) #52525e;--no-alt-text-badge-border-color:var(--csstools-light-dark-toggle--83, #f0f0f4);--csstools-light-dark-toggle--84:var(--csstools-color-scheme--light) #fbfbfe;--no-alt-text-badge-bg-color:var(--csstools-light-dark-toggle--84, #cfcfd8);--csstools-light-dark-toggle--85:var(--csstools-color-scheme--light) #15141a;--no-alt-text-badge-fg-color:var(--csstools-light-dark-toggle--85, #5b5b66)}}@media screen and (forced-colors:active){:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{--no-alt-text-badge-border-color:ButtonText;--no-alt-text-badge-bg-color:ButtonFace;--no-alt-text-badge-fg-color:ButtonText}}:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{position:absolute;inset-inline-end:5px;inset-block-end:5px;display:inline-flex;width:32px;height:32px;padding:3px;justify-content:center;align-items:center;pointer-events:none;z-index:1;border-radius:2px;border:1px solid var(--no-alt-text-badge-border-color);background:var(--no-alt-text-badge-bg-color)}:is(:is(.annotationEditorLayer .stampEditor) .noAltTextBadge):before{content:"";display:inline-block;width:16px;height:16px;-webkit-mask-image:var(--new-alt-text-warning-image);mask-image:var(--new-alt-text-warning-image);-webkit-mask-size:cover;mask-size:cover;background-color:var(--no-alt-text-badge-fg-color)}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers{position:absolute;inset:0;z-index:1}.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers){display:none}:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer{width:var(--resizer-size);height:var(--resizer-size);background:content-box var(--resizer-bg-color);border:var(--focus-outline-around);border-radius:2px;position:absolute}.topLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:var(--resizer-shift);left:var(--resizer-shift)}.topMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.topRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:var(--resizer-shift);right:var(--resizer-shift)}.middleRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:calc(50% + var(--resizer-shift));right:var(--resizer-shift)}.bottomRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){bottom:var(--resizer-shift);right:var(--resizer-shift)}.bottomMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){bottom:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.bottomLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){bottom:var(--resizer-shift);left:var(--resizer-shift)}.middleLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:calc(50% + var(--resizer-shift));left:var(--resizer-shift)}.topLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.bottomRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:nwse-resize}.topMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.bottomMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:ns-resize}.topRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.bottomLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:nesw-resize}.middleRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.middleLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:ew-resize}.topLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.bottomRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:nesw-resize}.topMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.bottomMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:ew-resize}.topRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.bottomLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:nwse-resize}.middleRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.middleLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:ns-resize}:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar{rotate:270deg}[dir=ltr] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar){inset-inline-end:calc(0px - var(--editor-toolbar-vert-offset));inset-block-start:0}[dir=rtl] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar){inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));inset-block-start:0}:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="180"],[data-main-rotation="90"] [data-editor-rotation="90"],[data-main-rotation="180"] [data-editor-rotation="0"],[data-main-rotation="270"] [data-editor-rotation="270"])) .editToolbar{rotate:180deg;inset-inline-end:100%;inset-block-start:calc(0px - var(--editor-toolbar-vert-offset))}:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar{rotate:90deg}[dir=ltr] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar){inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));inset-block-start:100%}[dir=rtl] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar){inset-inline-start:calc(0px - var(--editor-toolbar-vert-offset));inset-block-start:0}.dialog.altText::backdrop{-webkit-mask:url(#alttext-manager-mask);mask:url(#alttext-manager-mask)}.dialog.altText.positioned{margin:0}.dialog.altText #altTextContainer{width:300px;height:-moz-fit-content;height:fit-content;display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px}:is(.dialog.altText #altTextContainer) #overallDescription{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}:is(:is(.dialog.altText #altTextContainer) #overallDescription) span{align-self:stretch}:is(:is(.dialog.altText #altTextContainer) #overallDescription) .title{font-size:13px;font-style:normal;font-weight:590}:is(.dialog.altText #altTextContainer) #addDescription{display:flex;flex-direction:column;align-items:stretch;gap:8px}:is(:is(.dialog.altText #altTextContainer) #addDescription) .descriptionArea{flex:1;padding-inline:24px 10px}:is(:is(:is(.dialog.altText #altTextContainer) #addDescription) .descriptionArea) textarea{width:100%;min-height:75px}:is(.dialog.altText #altTextContainer) #buttons{display:flex;justify-content:flex-end;align-items:flex-start;gap:8px;align-self:stretch}.dialog.newAltText{--new-alt-text-ai-disclaimer-icon:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.49073%201.3015L3.30873%202.1505C3.29349%202.22246%203.25769%202.28844%203.20568%202.34045C3.15368%202.39246%203.08769%202.42826%203.01573%202.4435L2.16673%202.6255C1.76473%202.7125%201.76473%203.2865%202.16673%203.3725L3.01573%203.5555C3.08769%203.57074%203.15368%203.60654%203.20568%203.65855C3.25769%203.71056%203.29349%203.77654%203.30873%203.8485L3.49073%204.6975C3.57773%205.0995%204.15173%205.0995%204.23773%204.6975L4.42073%203.8485C4.43598%203.77654%204.47177%203.71056%204.52378%203.65855C4.57579%203.60654%204.64178%203.57074%204.71373%203.5555L5.56173%203.3725C5.96373%203.2855%205.96373%202.7115%205.56173%202.6255L4.71273%202.4435C4.64083%202.42814%204.57491%202.3923%204.52292%202.34031C4.47093%202.28832%204.43509%202.2224%204.41973%202.1505L4.23773%201.3015C4.15073%200.8995%203.57673%200.8995%203.49073%201.3015ZM10.8647%2013.9995C10.4853%2014.0056%2010.1158%2013.8782%209.82067%2013.6397C9.52553%2013.4013%209.32347%2013.0667%209.24973%2012.6945L8.89273%2011.0275C8.83676%2010.7687%208.70738%2010.5316%208.52009%2010.3445C8.3328%2010.1574%208.09554%2010.0282%207.83673%209.9725L6.16973%209.6155C5.38873%209.4465%204.86473%208.7975%204.86473%207.9995C4.86473%207.2015%205.38873%206.5525%206.16973%206.3845L7.83673%206.0275C8.09551%205.97135%208.33267%205.84193%208.51992%205.65468C8.70716%205.46744%208.83658%205.23028%208.89273%204.9715L9.25073%203.3045C9.41773%202.5235%2010.0667%201.9995%2010.8647%201.9995C11.6627%201.9995%2012.3117%202.5235%2012.4797%203.3045L12.8367%204.9715C12.9507%205.4995%2013.3647%205.9135%2013.8927%206.0265L15.5597%206.3835C16.3407%206.5525%2016.8647%207.2015%2016.8647%207.9995C16.8647%208.7975%2016.3407%209.4465%2015.5597%209.6145L13.8927%209.9715C13.6337%2010.0275%2013.3963%2010.157%2013.209%2010.3445C13.0217%2010.5319%2012.8925%2010.7694%2012.8367%2011.0285L12.4787%2012.6945C12.4054%2013.0667%2012.2036%2013.4014%2011.9086%2013.6399C11.6135%2013.8784%2011.2441%2014.0057%2010.8647%2013.9995ZM10.8647%203.2495C10.7667%203.2495%2010.5337%203.2795%2010.4727%203.5655L10.1147%205.2335C10.0081%205.72777%209.76116%206.18082%209.40361%206.53837C9.04606%206.89593%208.59301%207.14283%208.09873%207.2495L6.43173%207.6065C6.14573%207.6685%206.11473%207.9015%206.11473%207.9995C6.11473%208.0975%206.14573%208.3305%206.43173%208.3925L8.09873%208.7495C8.59301%208.85617%209.04606%209.10307%209.40361%209.46062C9.76116%209.81817%2010.0081%2010.2712%2010.1147%2010.7655L10.4727%2012.4335C10.5337%2012.7195%2010.7667%2012.7495%2010.8647%2012.7495C10.9627%2012.7495%2011.1957%2012.7195%2011.2567%2012.4335L11.6147%2010.7665C11.7212%2010.272%2011.9681%209.81878%2012.3256%209.46103C12.6832%209.10329%2013.1363%208.85624%2013.6307%208.7495L15.2977%208.3925C15.5837%208.3305%2015.6147%208.0975%2015.6147%207.9995C15.6147%207.9015%2015.5837%207.6685%2015.2977%207.6065L13.6307%207.2495C13.1365%207.14283%2012.6834%206.89593%2012.3259%206.53837C11.9683%206.18082%2011.7214%205.72777%2011.6147%205.2335L11.2567%203.5655C11.1957%203.2795%2010.9627%203.2495%2010.8647%203.2495ZM3.30873%2012.1505L3.49073%2011.3015C3.57673%2010.8995%204.15073%2010.8995%204.23773%2011.3015L4.41973%2012.1505C4.43509%2012.2224%204.47093%2012.2883%204.52292%2012.3403C4.57491%2012.3923%204.64083%2012.4281%204.71273%2012.4435L5.56173%2012.6255C5.96373%2012.7115%205.96373%2013.2855%205.56173%2013.3725L4.71273%2013.5545C4.64083%2013.5699%204.57491%2013.6057%204.52292%2013.6577C4.47093%2013.7097%204.43509%2013.7756%204.41973%2013.8475L4.23773%2014.6965C4.15173%2015.0985%203.57773%2015.0985%203.49073%2014.6965L3.30873%2013.8475C3.29337%2013.7756%203.25754%2013.7097%203.20555%2013.6577C3.15356%2013.6057%203.08764%2013.5699%203.01573%2013.5545L2.16673%2013.3725C1.76473%2013.2865%201.76473%2012.7125%202.16673%2012.6255L3.01573%2012.4435C3.08769%2012.4283%203.15368%2012.3925%203.20568%2012.3405C3.25769%2012.2884%203.29349%2012.2225%203.30873%2012.1505Z'%20fill='black'/%3e%3c/svg%3e");--new-alt-text-spinner-icon:url("data:image/svg+xml,%3c!--%20This%20Source%20Code%20Form%20is%20subject%20to%20the%20terms%20of%20the%20Mozilla%20Public%20-%20License,%20v.%202.0.%20If%20a%20copy%20of%20the%20MPL%20was%20not%20distributed%20with%20this%20-%20file,%20You%20can%20obtain%20one%20at%20http://mozilla.org/MPL/2.0/.%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16'%20height='16'%3e%3cstyle%3e%20@media%20not%20(prefers-reduced-motion)%20{%20@keyframes%20loadingRotate%20{%20from%20{%20rotate:%200;%20}%20to%20{%20rotate:%20360deg%20}%20}%20%23circle-arrows%20{%20animation:%20loadingRotate%201.8s%20linear%20infinite;%20transform-origin:%2050%25%2050%25;%20}%20%23hourglass%20{%20display:%20none;%20}%20}%20@media%20(prefers-reduced-motion)%20{%20%23circle-arrows%20{%20display:%20none;%20}%20}%20%3c/style%3e%3cpath%20id='circle-arrows'%20d='M9%205.528c0%20.42.508.63.804.333l2.528-2.528a.47.47%200%200%200%200-.666L9.805.14A.471.471%200%200%200%209%20.472v1.866A5.756%205.756%200%200%200%202.25%208c0%20.942.232%201.83.635%202.615l1.143-1.143A4.208%204.208%200%200%201%203.75%208%204.254%204.254%200%200%201%208%203.75c.345%200%20.68.042%201%20.122v1.656zM7%2010.472v1.656c.32.08.655.122%201%20.122A4.254%204.254%200%200%200%2012.25%208c0-.52-.107-1.013-.279-1.474l1.143-1.143c.404.786.636%201.674.636%202.617A5.756%205.756%200%200%201%207%2013.662v1.866a.47.47%200%200%201-.804.333l-2.528-2.528a.47.47%200%200%201%200-.666l2.528-2.528a.47.47%200%200%201%20.804.333z'/%3e%3cg%20id='hourglass'%3e%3cpath%20d='M13,1%20C13.5522847,1%2014,1.44771525%2014,2%20C14,2.55228475%2013.5522847,3%2013,3%20L12.9854217,2.99990801%20C12.9950817,3.16495885%2013,3.33173274%2013,3.5%20C13,5.24679885%2010.9877318,6.01090495%2010.9877318,8.0017538%20C10.9877318,9.99260264%2013,10.7536922%2013,12.5%20C13,12.6686079%2012.9950617,12.8357163%2012.985363,13.0010943%20L13,13%20C13.5522847,13%2014,13.4477153%2014,14%20C14,14.5522847%2013.5522847,15%2013,15%20L3,15%20C2.44771525,15%202,14.5522847%202,14%20C2,13.4477153%202.44771525,13%203,13%20L3.01463704,13.0010943%20C3.00493827,12.8357163%203,12.6686079%203,12.5%20C3,10.7536922%204.9877318,9.99260264%205,8.0017538%20C5.0122682,6.01090495%203,5.24679885%203,3.5%20C3,3.33173274%203.00491834,3.16495885%203.01457832,2.99990801%20L3,3%20C2.44771525,3%202,2.55228475%202,2%20C2,1.44771525%202.44771525,1%203,1%20L13,1%20Z%20M10.987,3%20L5.012,3%20L5.00308914,3.24815712%20C5.00103707,3.33163368%205,3.4155948%205,3.5%20C5,5.36125069%206.99153646,6.01774089%206.99153646,8.0017538%20C6.99153646,9.98576671%205,10.6393737%205,12.5%20L5.00307746,12.7513676%20L5.01222201,12.9998392%20L5.60191711,12.9988344%20L6.0425138,12.2959826%20C7.02362731,10.7653275%207.67612271,10%208,10%20C8.37014547,10%209.16950644,10.9996115%2010.3980829,12.9988344%20L10.987778,12.9998392%20C10.9958674,12.8352104%2011,12.66849%2011,12.5%20C11,10.6393737%208.98689779,10.0147381%208.98689779,8.0017538%20C8.98689779,5.98876953%2011,5.36125069%2011,3.5%20L10.9969109,3.24815712%20L10.987,3%20Z'/%3e%3cpath%20d='M6,4%20L10,4%20C8.95166016,6%208.28499349,7%208,7%20C7.71500651,7%207.04833984,6%206,4%20Z'/%3e%3c/g%3e%3c/svg%3e");--csstools-light-dark-toggle--86:var(--csstools-color-scheme--light) #2b2a33;--preview-image-bg-color:var(--csstools-light-dark-toggle--86, #f0f0f4);--preview-image-border:none}@supports (color: light-dark(red,red)){.dialog.newAltText{--preview-image-bg-color:light-dark(#f0f0f4, #2b2a33)}}@supports not (color: light-dark(tan,tan)){.dialog.newAltText *{--csstools-light-dark-toggle--86:var(--csstools-color-scheme--light) #2b2a33;--preview-image-bg-color:var(--csstools-light-dark-toggle--86, #f0f0f4)}}@media screen and (forced-colors:active){.dialog.newAltText{--preview-image-bg-color:ButtonFace;--preview-image-border:1px solid ButtonText}}.dialog.newAltText{width:80%;max-width:570px;min-width:300px;padding:0}.dialog.newAltText.noAi #newAltTextDisclaimer,.dialog.newAltText.noAi #newAltTextCreateAutomatically,.dialog.newAltText.aiInstalling #newAltTextCreateAutomatically{display:none!important}.dialog.newAltText.aiInstalling #newAltTextDownloadModel{display:flex!important}.dialog.newAltText.error #newAltTextNotNow{display:none!important}.dialog.newAltText.error #newAltTextCancel{display:inline-block!important}.dialog.newAltText:not(.error) #newAltTextError{display:none!important}.dialog.newAltText #newAltTextContainer{display:flex;width:auto;padding:16px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;flex:0 1 auto;line-height:normal}:is(.dialog.newAltText #newAltTextContainer) #mainContent{display:flex;justify-content:flex-end;align-items:flex-start;gap:12px;align-self:stretch;flex:1 1 auto}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionAndSettings{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;flex:1 1 auto}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer{width:100%;height:70px;position:relative}:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea{width:100%;height:100%;padding:8px}:is(:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea)::-moz-placeholder{color:var(--text-secondary-color)}:is(:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea)::placeholder{color:var(--text-secondary-color)}:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) .altTextSpinner{display:none;position:absolute;width:16px;height:16px;inset-inline-start:8px;inset-block-start:8px;-webkit-mask-size:cover;mask-size:cover;background-color:var(--text-secondary-color);pointer-events:none}.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea::-moz-placeholder{color:transparent}.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea::placeholder{color:transparent}.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) .altTextSpinner{display:inline-block;-webkit-mask-image:var(--new-alt-text-spinner-icon);mask-image:var(--new-alt-text-spinner-icon)}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescription{font-size:11px}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDisclaimer{display:flex;flex-direction:row;align-items:flex-start;gap:4px;font-size:11px}:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDisclaimer):before{content:"";display:inline-block;width:17px;height:16px;-webkit-mask-image:var(--new-alt-text-ai-disclaimer-icon);mask-image:var(--new-alt-text-ai-disclaimer-icon);-webkit-mask-size:cover;mask-size:cover;background-color:var(--text-secondary-color);flex:1 0 auto}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextDownloadModel{display:flex;align-items:center;gap:4px;align-self:stretch}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextDownloadModel):before{content:"";display:inline-block;width:16px;height:16px;-webkit-mask-image:var(--new-alt-text-spinner-icon);mask-image:var(--new-alt-text-spinner-icon);-webkit-mask-size:cover;mask-size:cover;background-color:var(--text-secondary-color)}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextImagePreview{width:180px;aspect-ratio:1;display:flex;justify-content:center;align-items:center;flex:0 0 auto;background-color:var(--preview-image-bg-color);border:var(--preview-image-border)}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextImagePreview)>canvas{max-width:100%;max-height:100%}.colorPicker{--csstools-light-dark-toggle--87:var(--csstools-color-scheme--light) #80ebff;--hover-outline-color:var(--csstools-light-dark-toggle--87, #0250bb);--csstools-light-dark-toggle--88:var(--csstools-color-scheme--light) #aaf2ff;--selected-outline-color:var(--csstools-light-dark-toggle--88, #0060df);--csstools-light-dark-toggle--89:var(--csstools-color-scheme--light) #52525e;--swatch-border-color:var(--csstools-light-dark-toggle--89, #cfcfd8)}@supports (color: light-dark(red,red)){.colorPicker{--hover-outline-color:light-dark(#0250bb, #80ebff);--selected-outline-color:light-dark(#0060df, #aaf2ff);--swatch-border-color:light-dark(#cfcfd8, #52525e)}}@supports not (color: light-dark(tan,tan)){.colorPicker *{--csstools-light-dark-toggle--87:var(--csstools-color-scheme--light) #80ebff;--hover-outline-color:var(--csstools-light-dark-toggle--87, #0250bb);--csstools-light-dark-toggle--88:var(--csstools-color-scheme--light) #aaf2ff;--selected-outline-color:var(--csstools-light-dark-toggle--88, #0060df);--csstools-light-dark-toggle--89:var(--csstools-color-scheme--light) #52525e;--swatch-border-color:var(--csstools-light-dark-toggle--89, #cfcfd8)}}@media screen and (forced-colors:active){.colorPicker{--hover-outline-color:Highlight;--selected-outline-color:var(--hover-outline-color);--swatch-border-color:ButtonText}}.colorPicker .swatch{width:16px;height:16px;border:1px solid var(--swatch-border-color);border-radius:100%;outline-offset:2px;box-sizing:border-box;forced-color-adjust:none}.colorPicker button:is(:hover,.selected)>.swatch{border:none}.basicColorPicker{width:28px}.basicColorPicker::-moz-color-swatch{border-radius:100%}.basicColorPicker::-webkit-color-swatch{border-radius:100%}.annotationEditorLayer[data-main-rotation="0"] .highlightEditor:not(.free)>.editToolbar{rotate:0deg}.annotationEditorLayer[data-main-rotation="90"] .highlightEditor:not(.free)>.editToolbar{rotate:270deg}.annotationEditorLayer[data-main-rotation="180"] .highlightEditor:not(.free)>.editToolbar{rotate:180deg}.annotationEditorLayer[data-main-rotation="270"] .highlightEditor:not(.free)>.editToolbar{rotate:90deg}.annotationEditorLayer .highlightEditor{position:absolute;background:transparent;z-index:1;cursor:auto;max-width:100%;max-height:100%;border:none;outline:none;pointer-events:none;transform-origin:0 0}:is(.annotationEditorLayer .highlightEditor):not(.free){transform:none}:is(.annotationEditorLayer .highlightEditor) .internal{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto}.disabled:is(.annotationEditorLayer .highlightEditor) .internal{pointer-events:none}.selectedEditor:is(.annotationEditorLayer .highlightEditor) .internal{cursor:pointer}:is(.annotationEditorLayer .highlightEditor) .editToolbar{--editor-toolbar-colorpicker-arrow-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.23336%2010.4664L11.8474%206.85339C11.894%206.8071%2011.931%206.75203%2011.9563%206.69136C11.9816%206.63069%2011.9946%206.56562%2011.9946%206.49989C11.9946%206.43417%2011.9816%206.3691%2011.9563%206.30843C11.931%206.24776%2011.894%206.19269%2011.8474%206.14639C11.7536%206.05266%2011.6264%206%2011.4939%206C11.3613%206%2011.2341%206.05266%2011.1404%206.14639L7.99236%209.29339L4.84736%206.14739C4.75305%206.05631%204.62675%206.00592%204.49566%206.00706C4.36456%206.0082%204.23915%206.06078%204.14645%206.15348C4.05374%206.24619%204.00116%206.37159%204.00002%206.50269C3.99888%206.63379%204.04928%206.76009%204.14036%206.85439L7.75236%2010.4674L8.23336%2010.4664Z'%20fill='black'/%3e%3c/svg%3e");transform-origin:center!important}:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker{position:relative;width:auto;display:flex;justify-content:center;align-items:center;gap:4px;padding:4px}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):after{content:"";-webkit-mask-image:var(--editor-toolbar-colorpicker-arrow-image);mask-image:var(--editor-toolbar-colorpicker-arrow-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:12px;height:12px}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):hover:after{background-color:var(--editor-toolbar-hover-fg-color)}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):has(.dropdown:not(.hidden)){background-color:var(--editor-toolbar-hover-bg-color)}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):has(.dropdown:not(.hidden)):after{scale:-1}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown{position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:11px;padding-block:8px;border-radius:6px;background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow);inset-block-start:calc(100% + 4px);width:calc(100% + 2 * var(--editor-toolbar-padding))}:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button{width:100%;height:auto;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none}:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button):is(:active,:focus-visible){outline:none}:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button)>.swatch{outline-offset:2px}[aria-selected=true]:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button)>.swatch{outline:2px solid var(--selected-outline-color)}:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button):is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}.editorParamsToolbar:has(#highlightParamsToolbarContainer){padding:unset}#highlightParamsToolbarContainer{gap:16px;padding-inline:10px;padding-block-end:12px}#highlightParamsToolbarContainer .colorPicker{display:flex;flex-direction:column;gap:8px}:is(#highlightParamsToolbarContainer .colorPicker) .dropdown{display:flex;justify-content:space-between;align-items:center;flex-direction:row;height:auto}:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button{width:auto;height:auto;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none;flex:0 0 auto;padding:0}:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button) .swatch{width:24px;height:24px}:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button):is(:active,:focus-visible){outline:none}[aria-selected=true]:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button)>.swatch{outline:2px solid var(--selected-outline-color)}:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button):is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}#highlightParamsToolbarContainer #editorHighlightThickness{display:flex;flex-direction:column;align-items:center;gap:4px;align-self:stretch}:is(#highlightParamsToolbarContainer #editorHighlightThickness) .editorParamsLabel{height:auto;align-self:stretch}:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{display:flex;justify-content:space-between;align-items:center;align-self:stretch;--csstools-light-dark-toggle--90:var(--csstools-color-scheme--light) #80808e;--example-color:var(--csstools-light-dark-toggle--90, #bfbfc9)}@supports (color: light-dark(red,red)){:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{--example-color:light-dark(#bfbfc9, #80808e)}}@supports not (color: light-dark(tan,tan)){:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker) *{--csstools-light-dark-toggle--90:var(--csstools-color-scheme--light) #80808e;--example-color:var(--csstools-light-dark-toggle--90, #bfbfc9)}}@media screen and (forced-colors:active){:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{--example-color:CanvasText}}:is(:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker)>.editorParamsSlider[disabled]){opacity:.4}:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker):before,:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker):after{content:"";width:8px;aspect-ratio:1;display:block;border-radius:100%;background-color:var(--example-color)}:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker):after{width:24px}:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker) .editorParamsSlider{width:unset;height:14px}#highlightParamsToolbarContainer #editorHighlightVisibility{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{--csstools-light-dark-toggle--91:var(--csstools-color-scheme--light) #8f8f9d;--divider-color:var(--csstools-light-dark-toggle--91, #d7d7db)}@supports (color: light-dark(red,red)){:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{--divider-color:light-dark(#d7d7db, #8f8f9d)}}@supports not (color: light-dark(tan,tan)){:is(:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider) *{--csstools-light-dark-toggle--91:var(--csstools-color-scheme--light) #8f8f9d;--divider-color:var(--csstools-light-dark-toggle--91, #d7d7db)}}@media screen and (forced-colors:active){:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{--divider-color:CanvasText}}:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{margin-block:4px;width:100%;height:1px;background-color:var(--divider-color)}:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .toggler{display:flex;justify-content:space-between;align-items:center;align-self:stretch}#altTextSettingsDialog{padding:16px}#altTextSettingsDialog #altTextSettingsContainer{display:flex;width:573px;flex-direction:column;gap:16px}:is(#altTextSettingsDialog #altTextSettingsContainer) .mainContainer{gap:16px}:is(#altTextSettingsDialog #altTextSettingsContainer) .description{color:var(--text-secondary-color)}:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings{display:flex;flex-direction:column;gap:12px}:is(:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings) button{width:-moz-fit-content;width:fit-content}.download:is(:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings) #deleteModelButton{display:none}:is(:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings):not(.download) #downloadModelButton{display:none}:is(#altTextSettingsDialog #altTextSettingsContainer) #automaticAltText,:is(#altTextSettingsDialog #altTextSettingsContainer) #altTextEditor{display:flex;flex-direction:column;gap:8px}:is(#altTextSettingsDialog #altTextSettingsContainer) #createModelDescription,:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings,:is(#altTextSettingsDialog #altTextSettingsContainer) #showAltTextDialogDescription{padding-inline-start:40px}:is(#altTextSettingsDialog #altTextSettingsContainer) #automaticSettings{display:flex;flex-direction:column;gap:16px}.sidebar{--csstools-light-dark-toggle--92:var(--csstools-color-scheme--light) #23222b;--sidebar-bg-color:var(--csstools-light-dark-toggle--92, #fff);--csstools-light-dark-toggle--93:var(--csstools-color-scheme--light) rgb(251 251 254 / .1);--sidebar-border-color:var(--csstools-light-dark-toggle--93, rgb(21 20 26 / .1));--csstools-light-dark-toggle--94:var(--csstools-color-scheme--light) rgb(0 0 0 / .2);--csstools-light-dark-toggle--95:var(--csstools-color-scheme--light) rgb(0 0 0 / .4);--sidebar-box-shadow:0 .25px .75px var(--csstools-light-dark-toggle--94, rgb(0 0 0 / .05)), 0 2px 6px 0 var(--csstools-light-dark-toggle--95, rgb(0 0 0 / .1));--sidebar-border-radius:8px;--sidebar-padding:5px;--sidebar-min-width:180px;--sidebar-max-width:632px;--sidebar-width:239px;--resizer-width:4px;--csstools-light-dark-toggle--96:var(--csstools-color-scheme--light) #00cadb;--resizer-hover-bg-color:var(--csstools-light-dark-toggle--96, #0062fa)}@supports (color: light-dark(red,red)){.sidebar{--sidebar-bg-color:light-dark(#fff, #23222b)}}@supports (color: light-dark(red,red)) and (color: rgb(0 0 0 / 0)){.sidebar{--sidebar-border-color:light-dark( rgb(21 20 26 / .1), rgb(251 251 254 / .1) );--sidebar-box-shadow:0 .25px .75px light-dark(rgb(0 0 0 / .05), rgb(0 0 0 / .2)), 0 2px 6px 0 light-dark(rgb(0 0 0 / .1), rgb(0 0 0 / .4))}}@supports (color: light-dark(red,red)){.sidebar{--resizer-hover-bg-color:light-dark(#0062fa, #00cadb)}}@supports not (color: light-dark(tan,tan)){.sidebar *{--csstools-light-dark-toggle--92:var(--csstools-color-scheme--light) #23222b;--sidebar-bg-color:var(--csstools-light-dark-toggle--92, #fff);--csstools-light-dark-toggle--93:var(--csstools-color-scheme--light) rgb(251 251 254 / .1);--sidebar-border-color:var(--csstools-light-dark-toggle--93, rgb(21 20 26 / .1));--csstools-light-dark-toggle--94:var(--csstools-color-scheme--light) rgb(0 0 0 / .2);--csstools-light-dark-toggle--95:var(--csstools-color-scheme--light) rgb(0 0 0 / .4);--sidebar-box-shadow:0 .25px .75px var(--csstools-light-dark-toggle--94, rgb(0 0 0 / .05)), 0 2px 6px 0 var(--csstools-light-dark-toggle--95, rgb(0 0 0 / .1));--csstools-light-dark-toggle--96:var(--csstools-color-scheme--light) #00cadb;--resizer-hover-bg-color:var(--csstools-light-dark-toggle--96, #0062fa)}}@media screen and (forced-colors:active){.sidebar{--sidebar-bg-color:Canvas;--sidebar-border-color:CanvasText;--sidebar-box-shadow:none;--resizer-hover-bg-color:CanvasText}}.sidebar{border-radius:var(--sidebar-border-radius);box-shadow:var(--sidebar-box-shadow);border:1px solid var(--sidebar-border-color);background-color:var(--sidebar-bg-color);inset-block-start:calc(100% + var(--doorhanger-height) - 2px);padding-block:var(--sidebar-padding);width:var(--sidebar-width);min-width:var(--sidebar-min-width);max-width:var(--sidebar-max-width)}.sidebar .sidebarResizer{width:var(--resizer-width);background-color:transparent;forced-color-adjust:none;cursor:ew-resize;position:absolute;inset-block:calc(var(--sidebar-padding) + var(--sidebar-border-radius));inset-inline-start:calc(0px - var(--resizer-width) / 2);transition:background-color .5s ease-in-out;box-sizing:border-box;border:1px solid transparent;border-block-width:0;background-clip:content-box}:is(.sidebar .sidebarResizer):hover{background-color:var(--resizer-hover-bg-color)}.sidebar.resizing{cursor:ew-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sidebar.resizing :not(.sidebarResizer){pointer-events:none}:root{--csstools-color-scheme--light:initial;color-scheme:light dark;--viewer-container-height:0;--pdfViewer-padding-bottom:0;--page-margin:1px auto -8px;--page-border:9px solid transparent;--spreadHorizontalWrapped-margin-LR:-3.5px;--loading-icon-delay:.4s;--csstools-light-dark-toggle--97:var(--csstools-color-scheme--light) #0df;--focus-ring-color:var(--csstools-light-dark-toggle--97, #0060df);--focus-ring-outline:2px solid var(--focus-ring-color)}@supports (color: light-dark(red,red)){:root{--focus-ring-color:light-dark(#0060df, #0df)}}@supports not (color: light-dark(tan,tan)){:root *{--csstools-light-dark-toggle--97:var(--csstools-color-scheme--light) #0df;--focus-ring-color:var(--csstools-light-dark-toggle--97, #0060df)}}@media(prefers-color-scheme:dark){:root{--csstools-color-scheme--light:}}@media screen and (forced-colors:active){:root{--pdfViewer-padding-bottom:9px;--page-margin:8px auto -1px;--page-border:1px solid CanvasText;--spreadHorizontalWrapped-margin-LR:3.5px;--focus-ring-color:CanvasText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}#hiddenCopyElement,.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.pdfViewer{--scale-factor:1;--page-bg-color:unset;padding-bottom:var(--pdfViewer-padding-bottom);--hcm-highlight-filter:none;--hcm-highlight-selected-filter:none}@media screen and (forced-colors:active){.pdfViewer{--hcm-highlight-filter:invert(100%)}}.pdfViewer.copyAll{cursor:wait}.pdfViewer .canvasWrapper{overflow:hidden;width:100%;height:100%}:is(.pdfViewer .canvasWrapper) canvas{position:absolute;top:0;left:0;margin:0;display:block;width:100%;height:100%;contain:content}:is(:is(.pdfViewer .canvasWrapper) canvas) .structTree{contain:strict}.detailView:is(:is(.pdfViewer .canvasWrapper) canvas){image-rendering:pixelated}.pdfViewer .page{--user-unit:1;--total-scale-factor:calc(var(--scale-factor) * var(--user-unit));--scale-round-x:1px;--scale-round-y:1px;direction:ltr;width:816px;height:1056px;margin:var(--page-margin);position:relative;overflow:visible;border:var(--page-border);background-clip:content-box;background-color:var(--page-bg-color, rgb(255 255 255))}.pdfViewer .dummyPage{position:relative;width:0;height:var(--viewer-container-height)}.pdfViewer.noUserSelect{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pdfViewer.removePageBorders .page{margin:0 auto 10px;border:none}.pdfViewer.singlePageView{display:inline-block}.pdfViewer.singlePageView .page{margin:0;border:none}.pdfViewer:is(.scrollHorizontal,.scrollWrapped),.spread{margin-inline:3.5px;text-align:center}.pdfViewer.scrollHorizontal,.spread{white-space:nowrap}.pdfViewer.removePageBorders,.pdfViewer:is(.scrollHorizontal,.scrollWrapped) .spread{margin-inline:0}.spread :is(.page,.dummyPage),.pdfViewer:is(.scrollHorizontal,.scrollWrapped) :is(.page,.spread){display:inline-block;vertical-align:middle}.spread .page,.pdfViewer:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:var(--spreadHorizontalWrapped-margin-LR)}.pdfViewer.removePageBorders .spread .page,.pdfViewer.removePageBorders:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:5px}.pdfViewer .page.loadingIcon:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==) center no-repeat;display:none;transition-property:display;transition-delay:var(--loading-icon-delay);z-index:5;contain:strict}.pdfViewer .page.loading:after{display:block}.pdfViewer .page:not(.loading):after{transition-property:none;display:none}.pdfPresentationMode .pdfViewer{padding-bottom:0}.pdfPresentationMode .spread{margin:0}.pdfPresentationMode .pdfViewer .page{margin:0 auto;border:2px solid transparent}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.rdp{--rdp-cell-size: 40px;--rdp-caption-font-size: 18px;--rdp-accent-color: #0000ff;--rdp-background-color: #e7edff;--rdp-accent-color-dark: #3003e1;--rdp-background-color-dark: #180270;--rdp-outline: 2px solid var(--rdp-accent-color);--rdp-outline-selected: 3px solid var(--rdp-accent-color);--rdp-selected-color: #fff;margin:1em}.rdp-vhidden{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute!important;top:0;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;border:0!important}.rdp-button_reset{appearance:none;position:relative;margin:0;padding:0;cursor:default;color:inherit;background:none;font:inherit;-moz-appearance:none;-webkit-appearance:none}.rdp-button_reset:focus-visible{outline:none}.rdp-button{border:2px solid transparent}.rdp-button[disabled]:not(.rdp-day_selected){opacity:.25}.rdp-button:not([disabled]){cursor:pointer}.rdp-button:focus-visible:not([disabled]){color:inherit;background-color:var(--rdp-background-color);border:var(--rdp-outline)}.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{margin:0;max-width:calc(var(--rdp-cell-size) * 7);border-collapse:collapse}.rdp-with_weeknumber .rdp-table{max-width:calc(var(--rdp-cell-size) * 8);border-collapse:collapse}.rdp-caption{display:flex;align-items:center;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{position:relative;display:block;text-align:center}.rdp-caption_dropdowns{position:relative;display:inline-flex}.rdp-caption_label{position:relative;z-index:1;display:inline-flex;align-items:center;margin:0;padding:0 .25em;white-space:nowrap;color:currentColor;border:0;border:2px solid transparent;font-family:inherit;font-size:var(--rdp-caption-font-size);font-weight:700}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{position:absolute;top:50%;left:0;transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;top:50%;right:0;transform:translateY(-50%)}.rdp-nav_button{display:inline-flex;align-items:center;justify-content:center;width:var(--rdp-cell-size);height:var(--rdp-cell-size);padding:.25em;border-radius:100%}.rdp-dropdown_year,.rdp-dropdown_month{position:relative;display:inline-flex;align-items:center}.rdp-dropdown{appearance:none;position:absolute;z-index:2;top:0;bottom:0;left:0;width:100%;margin:0;padding:0;cursor:inherit;opacity:0;border:none;background-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit}.rdp-dropdown[disabled]{opacity:unset;color:unset}.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{vertical-align:middle;font-size:.75em;font-weight:700;text-align:center;height:100%;height:var(--rdp-cell-size);padding:0;text-transform:uppercase}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{width:var(--rdp-cell-size);height:100%;height:var(--rdp-cell-size);padding:0;text-align:center}.rdp-weeknumber{font-size:.75em}.rdp-weeknumber,.rdp-day{display:flex;overflow:hidden;align-items:center;justify-content:center;box-sizing:border-box;width:var(--rdp-cell-size);max-width:var(--rdp-cell-size);height:var(--rdp-cell-size);margin:0;border:2px solid transparent;border-radius:100%}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected,.rdp-day_selected:focus-visible,.rdp-day_selected:hover{color:var(--rdp-selected-color);opacity:1;background-color:var(--rdp-accent-color)}.rdp-day_outside{opacity:.5}.rdp-day_selected:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end){border-top-right-radius:0;border-bottom-right-radius:0}.rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-top-right-radius:0;border-bottom-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}@font-face{font-family:Product Sans;font-style:normal;font-weight:400;src:local("Open Sans"),local("OpenSans"),url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format("woff2")}@font-face{font-family:Inter;src:local("Inter"),url(/assets/InterVariable-DiVDrmQJ.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Aller;font-style:normal;font-weight:400;src:url(/assets/Aller_Rg-Cbt93lVz.ttf) format("truetype"),url(/assets/Aller_Bd-CJ6OQJei.ttf) format("truetype"),url(/assets/Aller_BdIt-B-my6ebz.ttf) format("truetype"),url(/assets/Aller_It-CQzbxA5q.ttf) format("truetype"),url(/assets/Aller_Lt-gDwq_VIM.ttf) format("truetype"),url(/assets/Aller_LtIt-ICHT-vCq.ttf) format("truetype"),url(/assets/AllerDisplay-Cq3xQ3WA.ttf) format("truetype")}html,body,#root{width:100%!important;height:100%!important;margin:0;background:#e7e7e7;color:#0f172a;overflow-y:hidden;overflow-x:hidden;font-family:Inter,sans-serif!important;font-size:100%;color-scheme:light}@media(max-width:1279px){html,body,#root{font-size:90%}}@media(min-width:1600px)and (max-width:1920px){html,body,#root{font-size:110%}}@media(min-width:1921px){html,body,#root{font-size:115%}}.root{max-width:none!important;margin:0 auto!important}div{box-sizing:border-box}p,h1 *{box-sizing:border-box;margin:0;padding:0}*::-webkit-scrollbar{width:8px;height:8px;background:transparent}*::-webkit-scrollbar-track{background:transparent;border-radius:6px}*::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px}*::-webkit-scrollbar-button{display:none}.root{width:100%;height:100%;display:flex;background-color:#e9eef5}.root__left{width:238px;height:100%;transition:width .3s ease-in-out}.root__right{width:calc(100% - 238px);height:100%;transition:width .3s ease-in-out}.root__header{height:52px;width:calc(100% + 16px);padding-right:32px}.root__header--no-footer{margin-bottom:0}.root__body{height:calc(100% - 55px);width:100%;overflow-y:auto;flex:1}.root__body::-webkit-scrollbar{width:8px}.root__body::-webkit-scrollbar-track{background:transparent}.root__body::-webkit-scrollbar-thumb{background:#0000004d;border-radius:4px;opacity:0;transition:opacity .3s ease}.root__body::-webkit-scrollbar-thumb:hover{background:#00000080}.root__body:hover::-webkit-scrollbar-thumb{opacity:1}.root__body.scrolling::-webkit-scrollbar-thumb{opacity:1}.root__body{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.root__body--no-footer{height:calc(100% - 100px);overflow-y:unset}.root--collapsed .root__left{width:116px;transition:width .3s ease-in-out}.root--collapsed .root__right{width:calc(100% - 116px);transition:width .3s ease-in-out}.document-management{display:flex;flex-direction:column;height:100%;background:#fff;padding:10px 16px 0}.document-management__body,.document-management__wrapper{height:100%}.document-management__header{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding-bottom:10px}.document-management__header-right,.document-management__buttons{display:flex;justify-content:flex-end;align-items:center;gap:10px}.document-management__heading{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;padding:10px 0}.document-management__heading>span{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19px;color:#046cb8}.document-management__popup{width:500px;display:flex;flex-direction:column;gap:20px;border-radius:16px;background-color:#fff;padding:10px 10px 20px}.document-management__popup-success{display:flex;flex-direction:column;gap:10px}.document-management__popup-success-details{display:flex;justify-content:center;gap:10px}.document-management__popup-success-content{display:flex;flex-direction:column;gap:10px;align-items:center;padding:0 29px}.document-management__popup-success-hr{width:100%;border:unset;border-bottom:1px solid #d1d1d1}.document-management__popup-success-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.document-management__popup-success-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management__popup-success-value{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management__popup-success-description{font-family:Inter,sans-serif!important;font-weight:400;font-style:italic;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management__popup-fail{display:flex;flex-direction:column;gap:20px}.document-management__popup-fail-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management__popup-fail-text>span{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management__popup-fail-details{display:flex;flex-direction:column;justify-content:center;gap:10px}.document-management__popup-fail-item{display:flex;align-items:center;justify-content:center;gap:5px}.document-management__popup-fail-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management__popup-fail-value{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management__popup-fail-description{font-family:Inter,sans-serif!important;font-weight:400;font-style:italic;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management__card{display:flex;flex-direction:row;align-items:center;padding:14px 13px 18px 25.5px;gap:14.5px;border-radius:12px;background-color:#fff;border:2px solid transparent;width:200px;cursor:pointer}.document-management__card-container{display:flex;flex-direction:row;align-items:center;gap:20px}.document-management__card:not(.document-management__card--active):hover{box-shadow:0 4px 4px #00000040;border:2px solid #b5e0ff}.document-management__card--active{border:2px solid #046cb8;background-color:#edf7ff}.document-management__card-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.2px;color:#161616}.document-management__card-icon{height:32px}.document-management__card-text{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:600;line-height:24px;color:#1f1f1f;padding-left:18px}.document-management__card-text-container{display:flex;flex-direction:column;gap:6px;width:100%}.document-management__card-partition{width:100%;height:2px;border-radius:2px;background:#046cb8}.document-management__card-subText{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:19px;color:#046cb8}.document-management__data{display:flex;flex-direction:column;flex:1;overflow:hidden}.document-management__filter{display:flex;justify-content:space-between;align-items:center;gap:10px}.document-management__pagination{display:flex;justify-content:flex-end;gap:10px}.document-management__table{flex:1;overflow:auto}.document-management__column{display:flex;flex-direction:row;gap:40px;justify-content:center;align-items:center}.document-management__column-icon{width:32px;height:32px;padding:8px;overflow:visible;border-radius:50%;margin-right:-8px;cursor:pointer}.document-management__column-icon:hover{background:#d2e7ff}.document-management__column-icon--disabled{cursor:not-allowed;opacity:.5}.document-management__column-icon--disabled:hover{background:unset}.document-management__column--buttons{gap:21px;justify-content:flex-end;width:228px}.document-management__column--buttons--center{width:100%;justify-content:center}.document-management__more{display:flex;flex-direction:column;background:#fff;border-radius:10px;padding:6px;align-items:flex-start;border:1px solid #d1d1d1;box-shadow:0 4px 4px #00000040;width:260px}.document-management__more-item{display:flex;width:100%;flex-direction:row;align-items:center;padding:6px 16px;gap:8px;border-radius:6px;cursor:pointer}.document-management__more-item:hover{background:#ebf4ff}.document-management__more-item:hover .document-management__more-item-icon{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.document-management__more-item:hover .document-management__more-item-text{color:#046cb8}.document-management__more-item-icon{width:16px;height:16px}.document-management__more-item-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:19px;color:#161616}.document-management__more-item--disabled{cursor:not-allowed}.document-management__more-item--disabled>img{filter:brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(2%) hue-rotate(56deg) brightness(88%) contrast(95%)}.document-management__more-item--disabled>p{color:#888}.document-management__more-item--disabled:hover{background:#fff}.document-management__more-item--disabled:hover .document-management__more-item-icon{filter:brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(2%) hue-rotate(56deg) brightness(88%) contrast(95%)}.document-management__more-item--disabled:hover .document-management__more-item-text{color:#888}.document-management__details-popup-container{width:100vw;height:100vh;position:absolute;top:0;left:0;background-color:#000000b3;z-index:20}.document-management__left{display:flex;align-items:end;gap:10px}.document-management__tab-cont{position:relative}.document-management__tab{display:flex;align-items:center;gap:8px;padding:6px;border-radius:4px;background-color:#efeeee;cursor:pointer}.document-management__tab-text{font-weight:400;font-size:.8125rem;line-height:125%;text-align:center}.document-management__tab-icon{width:10px;height:5px;margin:4px}.document-management__tab--separator{padding-right:10px;border-right:1px solid #000000}.document-management__tab-options{position:absolute;top:35px;left:0;z-index:4;min-width:160px;padding:10px 5px;background:#fff;border:1px solid #d1d1d1;box-shadow:0 4px 4px #00000040;border-radius:10px;display:flex;flex-direction:column}.document-management__tab-option{font-size:.8125rem;line-height:100%;padding:10px 5px}.document-management__tab-option:hover{background:#ebf4ff;color:#046cb8;cursor:pointer}.document-management__tab--active{border:1px solid #046cb8;color:#046cb8;background:#edf7ff}.document-management__tab--active>img{transform:rotate(180deg);transform-origin:center center;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.document-management__tab--dropdown>img{transform:rotate(180deg);transform-origin:center center;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.document-management__tab--hover:hover{background-color:#ebf4ff;box-shadow:0 4px 4px #00000040}.document-management__tab--disabled{cursor:not-allowed;opacity:.5}.document-management__tab--disabled:hover{background-color:#efeeee;box-shadow:unset}.document-management__breadcrumb{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid #d1d1d1}.document-management__breadcrumb-right{display:flex;align-items:center;gap:10px}.document-management__breadcrumb-left{display:flex;align-items:center;gap:6px}.document-management__breadcrumb-icon{width:13px}.document-management__breadcrumb-text{font-size:.8125rem;line-height:150%;color:#888}.document-management__breadcrumb-subtext{font-size:.8125rem;line-height:150%;color:#046cb8;font-weight:600}.document-management__breadcrumb-pill{background:#ebf4ff;height:20px;padding:0 10px;border-radius:10px;margin-left:6px}.document-management__breadcrumb-pill>p{font-size:.8125rem;line-height:150%;color:#00ab72;display:flex;align-items:center;justify-content:center}.home-wrapper{width:100%;display:flex;flex-direction:column}.home{width:100%;padding:0;display:flex;position:relative;flex-direction:column;gap:10px;overflow-y:auto}.home__banner{width:100%}.home__container{margin-top:16px;width:100%;display:flex;gap:16px;margin-bottom:32px;padding:0 16px}.home__header{height:8%;width:100%;display:flex;justify-content:space-between}.home__left{display:flex;flex-direction:column;gap:16px;width:75%;overflow-y:hidden}.home__left-top{width:100%;display:flex;flex-direction:column;gap:16px}.home__left-bottom{flex-grow:1;width:100%;display:flex;flex-direction:column;gap:16px;border-radius:10px;overflow-y:hidden}.home__right{width:25%;display:flex;flex-direction:column}.home__right-top{width:100%;flex:1;display:flex;flex-direction:column}.home__right-content{width:100%;height:412px;display:flex;flex-direction:column;overflow:hidden;position:sticky;top:0}.home__top-panel{display:flex;justify-content:space-between;width:100%}.home__add-sb{min-height:40px;display:flex;justify-content:flex-end;align-items:center;gap:20px}.home__add-sb-button{padding:10px 8px;gap:4px;background-color:transparent;cursor:pointer}.home__add-sb--extra{height:16px!important;width:16px!important}.home__summary{width:100%;display:flex;gap:16px}.home__sb-summary,.home__ir-summary{width:50%;height:235px}.home__alerts{width:100%;min-height:412px;border-radius:16px;display:flex;flex-direction:column;background-color:#fff;border:1px solid #d1ddeb;overflow:hidden;transition:max-height .6s ease,height .6s ease}.home__alerts-top{display:flex;flex-direction:column;justify-content:flex-start;padding:12px 24px 0 12px;border-bottom:1px solid #d1ddeb}.home__alerts-tabs{height:35px;overflow:visible;position:relative;display:flex;justify-content:space-between;align-items:center;padding-top:6px}.home__alerts-tabs--collapse{margin-bottom:10px}.home__alerts-tab{flex:1;width:126px;height:35px;display:flex;flex-direction:column;align-items:flex-end;gap:5px;padding-top:6px}.home__alerts-tab.active{color:#0080ff}.home__alerts-tab-content{cursor:pointer;width:100%;height:18px;padding-left:16px;padding-right:16px;display:flex;justify-content:center;align-items:center;gap:4px}.home__alerts-tab-content:hover>p{color:#0080ff}.home__alerts-tab-content:hover>span{background-color:#d6ecff}.home__alerts-tab-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;color:#475569;line-height:18px;text-align:center}.home__alerts-tab-text--active{font-weight:600;color:#0080ff}.home__alerts-tab-count{display:inline-flex;align-items:center;justify-content:center;width:23px;height:16px;border:1px solid #d1ddeb;border-radius:23px;background-color:#f2f6fc;font-family:Inter,sans-serif!important;font-size:10px;font-weight:500;line-height:1.4;letter-spacing:.04em;text-align:center;color:#62748e}.home__alerts-tab-count--active{border:1px solid #60ddf0;color:#009bb2;background-color:#edfdff}.home__alerts-tab-count span{width:7px;height:14px;display:inline-block;vertical-align:middle}.home__alerts-tab-minimise{display:flex;justify-content:center;align-items:center;position:absolute;right:0;top:-12px;cursor:pointer;background-color:transparent;border-radius:50%;padding:2px}.home__alerts-tab-minimise:hover{background-color:#d2e7ff}.home__alerts-tab-minimise>img{max-width:22px;object-fit:contain}.home__alerts-tab-bottom{height:3px;width:100%;background-color:transparent;border-top-left-radius:2px;border-top-right-radius:2px}.home__alerts-tab-bottom--active{background-color:#0080ff}.home__alerts-items{height:100%;padding:12px;display:flex;flex-direction:column;justify-content:space-between;gap:4px;overflow-y:auto}.home__alerts-container{display:flex;height:432px;flex-direction:column}.home__alerts-container-task{gap:6px}.home__alerts-tasks{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:5px;overflow-y:auto}.home__alerts-viewmore{display:flex;justify-content:center;align-items:center;padding:5px 0}.home__alerts-viewmore-top{border-top:1px solid #d1d1d1}.home__alerts-viewmore-content{display:flex;justify-content:center;align-items:center;gap:5px;cursor:pointer}.home__alerts-viewmore-content:hover{color:#046cb8;text-decoration:underline 1px solid #046cb8;text-underline-offset:5px}.home__alerts-viewmore-content:hover>img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.home__alerts-viewmore-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:center}.home__alerts-viewmore img{max-width:16px;object-fit:contain}.home__alerts--expand{height:55vh}.home__alerts--collapse{height:70px}.home__title{font-size:1rem;font-weight:600;line-height:24px}.home__recent{width:100%;border-radius:16px;border:1px solid #d1ddeb;overflow-y:auto;background-color:#fff}.home__recent-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #d1ddeb}.home__recent-title{font-family:Inter,sans-serif;font-weight:600;font-size:.875rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.home__recent-buttons{display:flex;justify-content:flex-end;align-items:center;gap:10px}.home__recent-table{padding:16px}.home__hebrc{min-height:275px;flex:1;width:100%;border:1px solid #d1ddeb;border-radius:16px;background:#fff;overflow-y:auto;transition:max-height .6s ease,height .6s ease}.home__hebrc--expand{height:calc(100vh - 252px)}.home__hebrc--collapse{min-height:70px;overflow:hidden}.home__no-alert{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.home__no-alert-img{max-width:90px;object-fit:contain}.home__no-task-img{max-width:110px;object-fit:contain}.home__no-alert-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;color:#0f172a;line-height:140%;text-align:center}.bills{width:100%;height:100%;background-color:#fff;padding:10px 21.5px 0;display:flex;flex-direction:column}.bills__status{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.bills__status-container{display:flex;justify-content:space-between;align-items:flex-end;gap:10px}.bills__status-left{display:flex;flex-direction:column;gap:10px}.bills__status-right{height:100%;display:flex;align-items:flex-end;gap:6px}.bills__status-cards{display:flex;align-items:center;gap:10px}.bills__status-cards--bottom-space{margin-bottom:10px}.bills__status-card{position:relative;min-width:114px;height:70px;display:flex;flex-direction:column;padding:5px;outline:1px solid #d1d1d1;border-left:5px solid transparent;border-radius:10px;box-shadow:0 4px 4px #00000040;cursor:pointer}.bills__status-card:not(.bills__status-card--selected):hover{border-left:5px solid #888888}.bills__status-card-content{display:flex;justify-content:center}.bills__status-card-status{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bills__status-card-status>p{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:24px;letter-spacing:0%;color:#888}.bills__status-card-status img{max-width:16px;object-fit:contain}.bills__status-card-text{flex:1;font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:19px;letter-spacing:0%;padding-right:10px;display:none}.bills__status-card-text--visible{display:block;opacity:0;animation:showText 0s linear .3s forwards}.bills__status-card-count{font-family:Inter,sans-serif!important;font-weight:400;font-size:1.5rem;line-height:24px;letter-spacing:0%;text-align:center}.bills__status-card-new{position:absolute;bottom:-12px;right:12px;height:24px}.bills__status-card-number{font-weight:400;font-size:.625rem;line-height:15px;letter-spacing:0%;text-align:center}.bills__status-card--selected{width:182px;border:1px solid #046cb8;border-left:5px solid #046cb8;padding-left:8px;padding-right:10px;animation:widen-card .3s ease-in-out}.bills__status-card--selected .bills__status-card-count{font-size:2rem;color:#046cb8}.bills__status-card--unselected{width:124px;animation:shrinking-card .3s ease-in-out}.bills__status--open{margin-bottom:0}.bills__status-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.bills__status-filters{height:30px;display:flex;flex-direction:row;align-items:center}.bills__status-filters--enabled{gap:10px}.bills__categories{display:flex;align-items:center;gap:20px;margin:24px 0}.bills__type{width:100%;display:flex;justify-content:space-between;height:35px;align-items:center;gap:40px;margin:0 0 10px}.bills__type-type{display:flex;align-items:center;gap:40px;border-bottom:1px solid #d1d1d1}.bills__type-add{display:flex;gap:16px;position:relative}.bills__type-add-text{width:max-content;position:absolute;font-size:11px;right:0;bottom:-10px;color:#888}.bills__single{text-decoration:none;color:#000;padding-bottom:8px;cursor:pointer}.bills__single:hover{color:#046cb8;font-weight:600}.bills__single-container{display:flex;flex-direction:row;align-items:flex-end;gap:5px;border-bottom:2px solid transparent}.bills__single-container:hover .bills__typetag-alert{background:#d6ecff}.bills__single-container--selected{border-bottom:2px solid #046cb8}.bills__typetag{font-size:1rem;line-height:150%;position:absolute}.bills__typetag-total{font-size:.625rem}.bills__typetag-alert{color:#0f172a;background:#efeeee;border-radius:50%;font-size:.8125rem;font-weight:400;padding:4px;margin-bottom:6px;min-width:25px;min-height:25px;text-align:center}.bills__typetag-alert--selected{background:#d6ecff}.bills__typetag--bolder{font-size:1rem;line-height:150%;font-weight:600;visibility:hidden}.bills__focused{font-weight:600;color:#046cb8}.bills__table{width:100%;display:flex;flex-direction:column;flex:1;overflow:auto}.bills__pagination{display:flex;justify-content:flex-end}.bills__request-select{width:calc(100% + 40px);padding:10px 10px 12px 32px;height:50px;background:#f6f6f6;display:flex;align-items:center;gap:20px;border-radius:10px 10px 0 0;border-bottom:1px solid #046cb8;margin-left:-20px}.bills__request-select__option{display:flex;position:relative;flex-direction:row;gap:8px;align-items:center;cursor:pointer;padding:6px 10px;border-radius:10px}.bills__request-select__option:hover:not(.bills__request-select__option--select) .bills__request-select__option-text{text-decoration:underline}.bills__request-select__option:hover:not(.bills__request-select__option--select){background:#ebf4ff}.bills__request-select__option-img{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.bills__request-select__option-img--clear{margin-top:4px;width:18px;height:18px;object-fit:contain}.bills__request-select__option-img--clear:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.bills__request-select__option-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8}.bills__request-select__option-text--blue{color:#046cb8;font-weight:600}.bills__request-select__option--select{gap:10px;border-right:1px solid #000000;margin-right:-10px;border-radius:10px 0 0 10px}.bills__request-select__reject-modal{position:absolute;z-index:12;top:20px;left:0;border:1px solid #0f172a;border-radius:10px}.bills__options__reject{padding:16px 20px;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;align-items:center;gap:16px;background-color:#fff;border-radius:10px}.bills__options__reject-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.bills__options-modal{display:flex;flex-direction:column;align-items:flex-start;border-radius:10px;box-shadow:0 4px 4px #00000040;padding:10px;border:1px solid #d1d1d1;background-color:#fff}.bills__options-modal-icon{width:16px;height:16px}.bills__options-modal-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400}.bills__options-modal-text-container{display:flex;flex-direction:column}.bills__options-modal-subText{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:16px;text-align:left;color:#888}.bills__options-modal-item{display:flex;flex-direction:row;align-items:center;gap:20px;padding:15.5px 20px;border-radius:10px;width:100%;cursor:pointer}.bills__options-modal-item:hover{background-color:#d6ecff;color:#046cb8}.bills__options-modal-item:hover>.bills__options-modal-icon{filter:brightness(0) saturate(100%) invert(29%) sepia(52%) saturate(2166%) hue-rotate(183deg) brightness(96%) contrast(97%)}.bills__filter{width:100%}.bills__filter-container{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.bills__filter-extended{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #d1d1d1}.a-buyers{width:100%}.a-buyers__cards{width:100%;display:flex;gap:10px}.a-buyers__card-1{width:60%}.a-buyers__card-2{width:40%}.a-buyers__summary-card{width:100%}.a-buyers__single-card{width:100%;background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 4px #00000040}.a-buyers__card{width:100%;background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 4px #00000040;height:254px}.a-buyers__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.a-buyers__top-left{display:flex;justify-content:flex-start;align-items:center;gap:15px}.a-buyers__top-left>img{max-width:16px;object-fit:contain;cursor:pointer}.a-buyers__top-right{display:flex;justify-content:flex-end;align-items:center;gap:8px}.a-buyers__top-heading{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:500;line-height:33.89px;text-align:left}.a-buyers__top-tab{position:relative;width:145px;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(0,0,0,.2);background-color:#fff;border-radius:8px;cursor:pointer}.a-buyers__top-tab>img{max-width:16px;object-fit:contain}.a-buyers__top-tabtext{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:18.15px;text-align:left}.a-buyers__top--show{z-index:20;pointer-events:none}.a-buyers__summary{display:flex;justify-content:space-between;align-items:center;width:100%}.a-buyers__summary-info{position:relative;width:275px;height:100px;display:flex;justify-content:center;align-items:center;border:1px solid #d1d1d1;background-color:#fff;border-radius:12px}.a-buyers__summary-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);max-width:30px;object-fit:contain}.a-buyers__summary-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.a-buyers__summary-title{min-width:50%;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:24px;text-align:center;border-bottom:1px solid #046cb8}.a-buyers__summary-text{display:flex;justify-content:center;align-items:center;gap:7px;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:24px;text-align:center}.a-buyers__summary-text>p{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:24px;text-align:right;margin-bottom:3px}.a-buyers__summary-currency{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:300;line-height:24px;text-align:right}.a-buyers__summary-sub-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:18px;text-align:left;color:#888}.a-buyers__summary-buttons{display:flex;flex-direction:column;gap:10px;width:100%;padding:0 10px}.a-buyers__circle{position:absolute;top:50%;left:86px;transform:translate(-50%,-50%);background-color:#fff;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:164px;height:164px;border-radius:50%;border:3px solid #046cb8}.a-buyers__circle-img{height:61px;width:61px}.a-buyers__circle-line{width:96px;height:1px;background:#000;border:none;outline:none}.a-buyers__circle-text{font-size:.8125rem;margin:8px 0;color:#6d6d6d}.a-buyers__circle-total{font-size:1rem;font-weight:600}.a-buyers__stats{display:flex;width:80%;background:#e7e7e7;padding:12px 24px 12px 52px;border-radius:10px;box-shadow:0 4px 4px #00000040}.a-buyers__single-stat{width:50%;position:relative;text-align:center}.a-buyers__single-stat--border{border-right:1px solid #4f4f4f}.a-buyers__abs-text{position:absolute;top:-28px;left:50%;transform:translate(-50%,-50%);width:100%;font-size:.8125rem;font-weight:600}.a-buyers__stat-amt{border-bottom:1px solid #046cb8;font-size:1.5rem;font-weight:600;line-height:125%;padding:0x 46px 10px}.a-buyers__stat-amt>span{font-size:.625rem;font-weight:300;padding:0 0 2px 2px}.a-buyers__stat-text{font-size:.8125rem;color:#6d6d6d;padding-top:17px}.a-buyers__timeperiod{padding-left:25%}.a-buyers__title{font-size:1rem;font-weight:600;line-height:24px}.a-buyers__alert{display:flex;flex-direction:column;gap:20px}.a-buyers__alert-items{display:flex;flex-direction:column;gap:16px}.a-buyers__alert-item{display:flex;justify-content:space-between;align-items:center;gap:30px}.a-buyers__alert-remind{position:relative;display:flex;flex-direction:column;gap:4px;width:100%}.a-buyers__alert-remind-coming-soon{position:absolute;top:1px;right:1px;width:70px;z-index:2}.a-buyers__alert--show{z-index:20;pointer-events:none}.a-buyers__modal-bg{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#000000b3;z-index:6}.a-buyers__table-cont{display:flex;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 4px 4px #00000040;padding:0 20px 10px;border-radius:10px;margin-top:10px;height:calc(100vh - 315px)}.a-buyers__table-cont--single{height:calc(100vh - 290px)}.a-buyers__table{flex-grow:1}.a-buyers__table-top{display:flex;justify-content:flex-end;align-items:center;padding:0 0 10px;margin-bottom:10px;border-bottom:1.5px solid #046cb8}.a-buyers__table-action{display:flex;justify-content:flex-end;align-items:center;gap:20px}.a-buyers__table-topper{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;border-bottom:1.5px solid #046cb8}.a-buyers__ebrc-cont{background-color:#fff;box-shadow:0 4px 4px #00000040;padding:5px 20px 20px;border-radius:10px;margin-top:24px}.b-ebrc__table{height:calc(100vh - 320px)}.b-ebrc__table--short{height:293px}.b-ebrc__declaration{display:flex;align-items:center;gap:8px;padding:20px;border-top:1px solid #046cb8}.b-ebrc__declaration>p{font-size:.8125rem}.b-ebrc__declaration>p>label{cursor:pointer}.b-ebrc__declaration>p>a{text-decoration:underline;color:#046cb8;font-weight:500}.b-ebrc__buttons{width:100%;display:flex;align-items:center;justify-content:center;gap:24px}.test-cc-avenue{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.test-cc-avenue__body{padding:50px;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:10px;gap:20px}.b-tickets{display:flex;flex-direction:column;gap:10px}.b-tickets__buttons{display:flex;flex-direction:row;gap:10px}.b-tickets__top{display:flex;flex-direction:column;justify-content:space-between}.b-tickets__bar{display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 16px}.b-tickets__table-cont{width:100%;height:calc(100vh - 250px);background-color:#fff;padding:5px 21.5px 20px;border-radius:10px;box-shadow:0 4px 4px #00000040}.b-tickets__table{max-height:643px;height:calc(100vh - 330px)}.b-tickets__table--pagination{height:calc(100vh - 380px)!important}.b-tickets__summary{display:flex;align-items:center;gap:20px}.b-tickets__summary-card{width:200px;height:90px;background:#fff;border:1px solid #d1d1d1;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:10px}.b-tickets__summary-icon{width:29px}.b-tickets__summary-right{width:123px;display:flex;flex-direction:column;align-items:center}.b-tickets__summary-count{font-size:1.5rem;font-weight:600;line-height:100%;padding-bottom:7px}.b-tickets__summary-hr{background:#046cb8;height:1px;width:100%;border:none;outline:none}.b-tickets__summary-text{padding-top:5px;font-size:.8125rem}.b-tickets__timeline-row{border-bottom:1px solid #d1d1d1;background-color:#edf7ff}.b-tickets__modal{max-width:425px;width:425px;display:flex;flex-direction:column;gap:20px;align-items:center;padding:15px 20px}.b-tickets__modal-body{display:flex;flex-direction:column;gap:16px;width:100%}.b-tickets__modal-title{width:100%;font-size:1.25rem;font-weight:600;text-align:left;line-height:34px;border-bottom:1px solid #046cb8;padding-bottom:20px}.b-tickets__modal-label{font-size:.8125rem;line-height:150%;padding-bottom:12px;text-align:center}.b-tickets-timeline{padding:12px 12px 24px;display:flex;width:100%}.b-tickets-timeline__left{width:75%;border-right:1px solid #d1d1d1;padding-right:32px}.b-tickets-timeline__right{padding-left:34px;display:flex;flex-direction:column;justify-content:flex-end}.b-tickets-timeline__right{width:25%}.b-tickets-timeline__single{display:flex;flex-direction:column;align-items:center;width:max-content}.b-tickets-timeline__line{height:75px;width:0px;border-left:1.5px solid #000000;outline:none}.b-tickets-timeline__line--pending{border-left:1.5px dotted #888888}.b-tickets-timeline__point{width:8px;height:8px;border-radius:50%;background-color:#000}.b-tickets-timeline__point--pending{background-color:#888}.b-tickets-timeline__content{position:relative}.b-tickets-timeline__details{position:absolute;left:10px;top:-4px;margin-left:20px;display:flex;gap:16px}.b-tickets-timeline__details-title{font-size:.8125rem;font-weight:600;line-height:120%}.b-tickets-timeline__details-title>span{color:#046cb8}.b-tickets-timeline__details-left{display:flex;flex-direction:column;gap:4px}.b-tickets-timeline__details-left--pending{color:#888}.b-tickets-timeline__details-right{display:flex;flex-direction:column;gap:4px}.b-tickets-timeline__details-text{font-size:.8125rem;line-height:120%;color:#888}.b-tickets-timeline__details-description{font-size:.8125rem;display:flex;flex-direction:column;gap:2px}.b-tickets-timeline__details-description>span{font-weight:600}.b-tickets-timeline__details-description>p{max-width:580px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b-tickets-timeline__review-buttons{padding:12px 0 6px}.bulk-info{width:100%;display:flex;flex-direction:column;gap:10px;height:100%}.bulk-info__action{width:100%}.bulk-info__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.bulk-info__header-right{display:flex;justify-content:flex-end;gap:10px}.bulk-info__pagination{display:flex;justify-content:flex-end}.bulk-info__table{flex:1;overflow:auto}.bulk-info__table-container{height:calc(-320px + 100vh);width:100%;background-color:#fff;border-radius:10px;padding:10px 10px 0;flex:1 1 100%;display:flex;flex-direction:column}.bulk-info__table-button{width:70px}.bulk-info__table-button-container{display:flex;flex-direction:row;gap:14px;align-items:center;margin-right:-2px}.bulk-bl{width:100%;display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:10px;padding:10px;height:100%}.bulk-bl__summary{width:100%}.bulk-bl__table{height:calc(-320px + 100vh);border-bottom:1px solid #046cb8;width:100%;border-radius:10px}.bulk-bl__buttons{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding-top:15px}.bulk-bl-docs{width:100%;display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:10px;padding:10px;height:100%}.bulk-bl-docs__summary{width:100%}.bulk-bl-docs__table{height:calc(-320px + 100vh);border-bottom:1px solid #046cb8;width:100%;border-radius:10px}.bulk-bl-docs__buttons{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:15px}.single-bulk{width:100%;display:flex;flex-direction:column;gap:10px;background-color:#fff;border-radius:10px;padding:10px;height:100%}.single-bulk__summary{width:100%}.single-bulk__filter{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:-10px}.single-bulk__table{flex:1;overflow:auto;width:100%}.single-bulk__buttons{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;padding-top:15px;border-top:1px solid #046cb8}.s-quick-guide__cont{background-color:#efeeee;height:100vh;overflow-y:scroll}.s-quick-guide__navbar{position:sticky;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 60px;background-color:#fff;border-bottom:1px solid #d1d1d1}.s-quick-guide__navbar>p{font-weight:400;font-size:1.5rem;line-height:100%}.s-quick-guide__navbar>img{width:148px}.s-quick-guide__body{overflow-y:scroll;justify-self:center;margin:28px 0 40px;width:1148px;background-color:#fff;border-radius:20px;padding:60px;display:flex;flex-direction:column;gap:48px;overflow-y:auto}.s-quick-guide__footer{width:100%;display:flex;align-items:center;justify-content:center;padding-bottom:20px}.s-quick-guide__footer>p{font-weight:400;font-size:.8125rem;line-height:100%}.m-single-sb{width:100%;height:100vh;background-color:#fff;padding:32px 30px 0}.m-single-sb__status{margin-top:36px;display:flex;flex-direction:column;gap:36px;overflow:auto}.m-single-sb__navbar{display:flex;justify-content:flex-start;align-items:center;gap:40px;border-bottom:1px solid rgba(0,0,0,.2)}.m-single-sb__navtabs{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:600;padding:0 4px 10px;line-height:24px;letter-spacing:0px;text-align:left;cursor:pointer}.m-single-sb__navtabs--active{border-bottom:2px solid #046cb8;color:#046cb8}.m-sb-summary{width:100%;position:relative}.m-sb-summary--position{position:unset}.m-sb-summary--doc-management{padding:0 20px 10px;min-width:1100px;max-height:600px;overflow:scroll}.m-sb-summary__skeleton{display:flex;flex-direction:column;gap:16px}.s-upload-list__header{display:flex;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #e5e5e5;font-weight:600}.s-upload-list__list{max-height:40vh;overflow-y:auto}.s-upload-list__item{border-bottom:1px solid #e5e5e5}.s-alert{width:100%;max-height:76px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:4px;padding:11px 10px;border-bottom:1px solid #d1d1d1;cursor:pointer}.s-alert:hover{box-shadow:inset 1px 0 #dadce0,inset -1px 0 #dadce0,0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;z-index:2}.s-alert--new{background-color:#edf7ff}.s-alert__content{display:flex;justify-content:flex-start;align-items:center;gap:12px;align-self:flex-start;width:100%}.s-alert__content>img{width:20px;height:20px}.s-alert__text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:18px;letter-spacing:0px;text-align:left}.s-alert__time{align-self:flex-start;font-weight:400;font-size:.6875rem;line-height:18px;color:#888;margin-left:auto}.s-alert__button{padding:6px 10px!important}.s-alert>img{width:20px;height:20px;cursor:pointer}.s-table{width:100%;height:100%;overflow:hidden;background-color:#fff}.s-table__textinput{display:flex;flex-direction:row;gap:10px;align-items:center;position:relative}.s-table__textinput-label{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:400;line-height:12.1px;text-align:center;margin-bottom:-3px}.s-table__textinput-icon{right:-20px;position:absolute;width:16px;height:16px}.s-table__textinput>section{display:flex;align-items:center;gap:8px}.s-table__textinput-hz_text{font-size:.6875rem;line-height:100%;margin-left:-4px}.s-table__textinput-cont{position:relative}.s-table__textinput-error{position:absolute;font-size:.6875rem;margin-top:8px;left:0;width:100%;color:#ef4444}.s-table__textinput--padding{padding:4px 6px!important}.s-table__heading{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;width:100%}.s-table__title{font-size:1rem;font-weight:600}.s-table__link{width:24px;height:24px;cursor:pointer;transform:rotate(45deg);display:flex;justify-content:center;align-items:center;padding:3px;background-color:transparent;border-radius:50%}.s-table__link:hover{background-color:#d2e7ff}.s-table__link img{width:24px;height:24px}.s-table__default-view-old{flex-grow:1;padding:20px;display:flex;justify-content:center;gap:20px}.s-table__default-view-old-illustration{flex:1;display:flex;justify-content:center;align-items:center}.s-table__default-view-old-icon{max-width:200px;object-fit:contain}.s-table__default-view-old-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}.s-table__default-view-old-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:22px;text-align:left}.s-table__default-view-old-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:22px;text-align:left}.s-table__default-view-old-action{display:flex;justify-content:flex-start;align-items:center;gap:10px}.s-table__default-view-old-list{display:flex;flex-direction:row;gap:10px}.s-table__default-view-old-list-item{display:flex;flex-direction:row;align-items:center;gap:10px}.s-table__default-view-old-list-icon{width:12px}.s-table__default-view-old-list-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:22px;text-align:left;white-space:nowrap}.s-table__default-view{width:389px;display:flex;flex-direction:column;padding:40px 0;gap:20px;align-items:center}.s-table__default-view-wrapper{height:100%;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background-color:#fff;border-width:0px 1px 1px 1px;border-style:solid;border-color:#d1ddeb;display:flex;flex-direction:column;align-items:center;justify-content:center}.s-table__default-view-image{width:100px;height:100px}.s-table__default-view-content{display:flex;flex-direction:column;gap:3px;align-items:center}.s-table__default-view-text{font-size:.8125rem;font-weight:600;line-height:140%;color:#0f172a}.s-table__default-view-subtext{text-align:center;font-size:.8125rem;font-weight:400;line-height:140%;color:#334155}.s-table__default-view-buttons{display:flex;flex-direction:row;gap:16px}.s-table__data{width:100%;height:95%;overflow:auto;scrollbar-gutter:auto;display:flex;flex-direction:column}.s-table__data::-webkit-scrollbar{width:6px;position:absolute;background:transparent}.s-table__data::-webkit-scrollbar-thumb{background:#8798af;border-radius:4px}.s-table__data::-webkit-scrollbar-thumb:hover{background:#475569}.s-table__data--full{height:100%}.s-table__data-expand{position:absolute;right:-36px;top:50%;transform:translateY(-50%);display:flex;flex-direction:row;gap:9px}.s-table__data-expand-icon{max-width:16px!important;margin-top:unset;width:16px}.s-table__data-expand-icon--plus{filter:brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(550%) hue-rotate(350deg) brightness(90%) contrast(100%)}.s-table__data-expand-divider{border:1px solid #046cb8;border-radius:5px}.s-table__table{width:100%;white-space:nowrap;border-collapse:collapse;overflow-x:scroll}.s-table__table tr{height:40px;vertical-align:middle}.s-table__table th{font-size:.8125rem;font-weight:600;padding:8px 16px;max-width:150px;vertical-align:middle}.s-table__table th>div{display:flex;align-items:flex-start;gap:8px}.s-table__table th img{margin-top:2px;max-width:7px;object-fit:contain;cursor:pointer}.s-table__table td{text-align:left;font-size:.8125rem;padding:8px 15px;max-width:180px}.s-table__table-flexcell{display:flex;justify-content:flex-start;align-items:center!important;gap:8px}.s-table__table-flexcell input[type=checkbox]{accent-color:#0f172a;cursor:pointer}.s-table__table-flexcell input[type=checkbox]:disabled{cursor:not-allowed}.s-table__table-flexcell img{max-width:16px;object-fit:contain}.s-table__table-header--compact{position:relative}.s-table__table-header--compact:before{content:"";display:block;border-top:1px solid #046cb8;position:absolute;width:100%;top:6px;height:0px;left:0}.s-table__table-header--compact-first:before{left:unset;right:0;width:90%}.s-table__table-header--compact-first:after{content:"";display:block;border-left:1px solid #046cb8;position:absolute;top:6px;height:5px;left:10%}.s-table__table-header--compact-last:before{width:90%}.s-table__table-header--compact-last:after{content:"";display:block;border-left:1px solid #046cb8;position:absolute;top:6px;height:5px;right:10%}.s-table__table-cell-subtext{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.s-table__table-cell-subicon{cursor:default;margin-left:-5px}.s-table__table-cell-subicon--clickable{cursor:pointer}.s-table__table-subtext{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:300;line-height:12.1px;text-align:left}.s-table__table-cell-smalltag{display:flex;gap:4px;position:relative}.s-table__table-cell-smalltags{position:relative;display:flex;width:100%;justify-content:space-between}.s-table__table-cell-smalltags-wrapper{align-items:center;display:flex;gap:8px;position:relative}.s-table__table-smalltag{margin-top:-3px;margin-left:12px}.s-table__table-smalltag-list{display:flex;flex-direction:column;gap:6px}.s-table__table-cell-default{display:flex;justify-content:center;align-items:center;gap:8px}.s-table__table-cell-default-icon{max-width:16px;object-fit:contain}.s-table__table-cell-hztext{display:flex;justify-content:center;align-items:center;gap:5px;position:relative;color:#0f172a;font-weight:400;font-size:.8125rem}.s-table__table-cell-hztext-decimal{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:500;line-height:140%;color:#0f172a;text-align:left;margin-bottom:-3px;margin-left:-4px}.s-table__table-cell-hztext-icon{width:16px;height:16px}.s-table__table-cell-hztext-icon--edit{cursor:pointer}.s-table__table-cell-hztext-icon--edit:hover{background-color:#bfcdde;border-radius:4.5px}.s-table__table-cell-hztext--copy{margin-right:16px}.s-table__table-cell-hztext--limit-width{overflow:hidden;text-overflow:ellipsis}.s-table__table-cell-hztext--padding{padding-left:25px}.s-table__table-cell-copy{width:16px;height:16px;opacity:0;position:absolute;top:0;right:-20px;cursor:pointer}.s-table__table-cell-copy:hover{background-color:#e5f2ff;border-radius:2px}.s-table__table-cell-copy--visible{opacity:1}.s-table__table-cell-left_tag{position:relative}.s-table__table-cell-left_tag-tag{right:calc(100% + 6px);position:absolute;padding:2px;background-color:#ebf4ff;border-radius:10px;color:#046cb8;font-size:.5rem;line-height:12px}.s-table__table-cell-link{color:#0080ff;cursor:pointer}.s-table__table-hztext{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:500;line-height:12.1px;text-align:center;margin-bottom:-3px}.s-table__table-action{width:100%;display:flex;justify-content:center}.s-table__table-action button{flex-grow:1}.s-table__table-action--expand>div>div{width:100%}.s-table__table-action--expand>div>div>div{width:100%}.s-table__table-imglink{max-width:16px;object-fit:contain;cursor:pointer}.s-table__table-imgfunction{max-width:20px;object-fit:contain;opacity:0}.s-table__table-imgfunction--hovered{opacity:1}.s-table__table-imgfunction-background{display:flex;justify-content:center;align-items:center;padding:8px;background-color:transparent;border-radius:50%}.s-table__table-imgfunction-background:hover{background-color:#d2e7ff}.s-table__table-imgfunction--hidden{visibility:hidden}.s-table__table-iconButton{display:flex;flex-direction:row;gap:0px;align-items:center}.s-table__table-iconButton-icon{cursor:pointer}.s-table__table--leftPadding{padding-left:34px}.s-table__table--align-left{display:flex;align-items:center;justify-content:flex-start}.s-table__table--align-right{display:flex;align-items:center;justify-content:flex-end}.s-table__table--align-center{display:flex;align-items:center;justify-content:center}.s-table__table--footer{font-weight:600}.s-table__table-text-icon{width:20px;height:20px}.s-table__table-progress{display:flex;flex-direction:column;gap:5px;width:160px}.s-table__table-progress-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.6px;text-align:left}.s-table__table-progress-title>span{font-size:.6875rem;font-weight:400;line-height:13.2px}.s-table__table-progress-title .irm-status{font-family:Inter,sans-serif!important;line-height:140%;letter-spacing:0px;vertical-align:middle}.s-table__table-progress-title .irm-status-whole{font-weight:600;font-size:.8125rem;color:#00963d}.s-table__table-progress-title .irm-status-decimal,.s-table__table-progress-title .irm-status-currency{font-size:.6875rem;font-weight:400;color:#00963d}.s-table__table-progress-title .irm-status-percentage{font-size:.6875rem;font-weight:400;color:#888}.s-table__table-progress-title .orm-status{font-family:Inter,sans-serif!important;line-height:24px;letter-spacing:0px;vertical-align:middle}.s-table__table-progress-title .orm-status-whole{font-weight:600;font-size:.8125rem;color:#00963d}.s-table__table-progress-title .orm-status-decimal,.s-table__table-progress-title .orm-status-currency{font-size:.6875rem;font-weight:400;color:#00963d}.s-table__table-progress-title .orm-status-percentage{font-size:.6875rem;font-weight:400;color:#888}.s-table__table-progress-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:13.2px;text-align:left;color:#888;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.s-table__table-progress-bar{width:160px;height:6px}.s-table__table-progress-bar>span{display:block;height:100%}.s-table__table-progress-v2{display:flex;flex-direction:column;gap:4px}.s-table__table-progress-v2-top{display:flex;flex-direction:row;align-items:center;gap:4px}.s-table__table-progress-v2-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.s-table__table-progress-v2-icon:hover{background-color:#d1ddeb;border-radius:4.5px}.s-table__table-progress-v2-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:140%;text-align:left}.s-table__table-progress-v2-title>span{font-size:.6875rem;font-weight:400;line-height:13.2px}.s-table__table-progress-v2-title .irm-status{font-family:Inter,sans-serif!important;line-height:140%;letter-spacing:0px;vertical-align:middle}.s-table__table-progress-v2-title .irm-status-whole{font-weight:600;font-size:.8125rem;color:#00963d}.s-table__table-progress-v2-title .irm-status-decimal,.s-table__table-progress-v2-title .irm-status-currency{font-size:.6875rem;font-weight:400;color:#00963d}.s-table__table-progress-v2-title .irm-status-percentage{font-size:.6875rem;font-weight:400;color:#888}.s-table__table-progress-v2-title .orm-status{font-family:Inter,sans-serif!important;line-height:24px;letter-spacing:0px;vertical-align:middle}.s-table__table-progress-v2-title .orm-status-whole{font-weight:600;font-size:.8125rem;color:#00963d}.s-table__table-progress-v2-title .orm-status-decimal,.s-table__table-progress-v2-title .orm-status-currency{font-size:.6875rem;font-weight:400;color:#00963d}.s-table__table-progress-v2-title .orm-status-percentage{font-size:.6875rem;font-weight:400;color:#888}.s-table__table-progress-v2-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:13.2px;text-align:left;color:#888;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.s-table__table-progress-v2-bar{width:160px;height:6px;border-radius:23px}.s-table__table-progress-v2-bar>span{display:block;height:100%;border-radius:23px}.s-table__table__new-tag{margin-left:-6px;font-weight:400;font-size:.5rem;line-height:10px;background-color:#fff;color:#161616;border-radius:3px;text-align:center;align-self:center;margin-top:-4px;width:23px;height:12px;min-width:23px}.s-table__table__efirc-tag{margin-left:-6px;margin-top:-4px;display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif!important;font-weight:400;font-size:.5rem;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle;min-width:31px;height:12px;color:#161616;background-color:#f2f2cf;border:.5px solid #e6e5a2;border-radius:10px}.s-table__data-row{border-bottom:1px solid #e9eef5}.s-table__data-row:not(.s-table__data-row--noHover):hover{cursor:pointer;background-color:#f2f6fc}.s-table__data-row:not(.s-table__data-row--noHover):hover .document-management-v2__column-icon{opacity:1;visibility:visible}.s-table__data-row--noBorder{border-bottom:none}.s-table__data-row--noHover{cursor:default}.s-table__data-row--border{border:1px solid #e7e7e7;border-radius:10px;padding:10px 24px}.s-table__data-row--footer{border-top:1.5px solid #000000;border-bottom:none}.s-table__data-row--hover{background-color:#d2e7ff}.s-table__data-row--new .s-table__table-cell-hztext,.s-table__data-row--new .s-table__table-cell-hztext-decimal,.s-table__data-row--new .s-table__ellipsis,.s-table__data-row--new .s-table__table-hztext{font-weight:600}.s-table__data-row--disabled{cursor:not-allowed!important}.s-table__data-row--grey{opacity:.5}.s-table__data-row--selected{background-color:#f2f6fc}.s-table__data-row:not(.s-table__data-row--noHover):hover .s-button--positive{cursor:pointer}.s-table__data-row:not(.s-table__data-row--noHover):hover .s-button--negative{cursor:pointer}.s-table__data-row:not(.s-table__data-row--noHover):hover .s-button--neutral{cursor:pointer}.s-table__data-row:not(.s-table__data-row--noHover):hover .s-button--info{cursor:pointer}.s-table__data-head{padding:0 16px;position:sticky;top:0;background-color:#e9eef5;z-index:3}.s-table__data-head-icon{width:24px;height:24px;max-width:none!important}.s-table__data-head__transaction_amount>span{display:flex;justify-content:flex-end;font-size:.6875rem;line-height:19px;font-weight:400}.s-table__data-head-subtext{font-weight:400;color:#475569;font-size:.6875rem;line-height:140%}.s-table__data-head-subtext-v2{font-weight:600;font-size:.75rem;line-height:140%;color:#0f172a}.s-table--border{border:1px solid #e7e7e7;border-radius:10px;padding:10px 13px}.s-table__ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a;line-height:140%;font-size:.8125rem;font-weight:400}.s-table__ellipsis--pending{font-size:.6875rem}.s-table__ellipsis--disabled{white-space:wrap}.s-table__ellipsis--red{color:#ef4444}.s-table__textbox{display:flex;flex-direction:column;align-items:center}.s-table__textbox>span{font-size:.625rem;line-height:200%;font-weight:400}.s-table__th--bank_flow{width:27%}.s-table__header-title{font-size:.8125rem;font-weight:600;padding-bottom:2px;border-bottom:1px solid #888888}.s-table__header-bottom{display:flex;align-items:center;gap:10px}.s-table__header-text{font-size:.8125rem;font-weight:600}.s-table__header--invoice_docs,.s-table__header--transport_docs{width:68px}.s-table__header--action{width:112px}.s-table__column{display:flex;align-items:center;gap:10px}.s-table__column-modal-bg{z-index:200;width:100vw;height:100vh;position:absolute;top:0;left:0;background-color:#000000b3;cursor:auto}.s-table__upload{display:flex;justify-content:center;text-align:center;position:relative}.s-table__upload-icon{max-width:17px;object-fit:contain}.s-table__upload-icon--hover{max-width:20px}.s-table__upload-text{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);font-size:.6875rem;color:#046cb8;text-decoration:underline}.s-table__upload-background{display:flex;justify-content:center;align-items:center;padding:4px 9px;background-color:transparent;border-radius:50%}.s-table__upload-background:hover{background-color:#d2e7ff}.s-table__upload-action{display:flex;flex-direction:row;gap:10px;align-items:center}.s-table__upload-action-cont{display:flex;flex-direction:column;align-items:center;width:100%}.s-table__upload-action-icon{width:22px;height:22px;border-radius:50%;background:#efeeee;padding:3px;overflow:visible}.s-table__upload-action:hover .s-table__upload-action-icon{background-color:#ebf4ff}.s-table__hyperlink{display:flex;flex-direction:row;align-items:center;gap:8px}.s-table__hyperlink-text{font-size:.8125rem;font-weight:500;line-height:140%;color:#0080ff;cursor:pointer;text-decoration:underline}.s-table__hyperlink-text:hover{color:#2161ed}.s-table__hyperlink-copy{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:2px}.s-table__hyperlink-copy:hover{background-color:#e5f2ff}.s-table__bold-text{display:flex;flex-direction:column;gap:2px;align-items:flex-end;font-size:.8125rem;font-weight:600;line-height:140%;color:#0f172a}.s-table__bold-text-subtext{font-size:.8125rem;font-weight:400;line-height:140%;color:#475569}.s-table__bold-text-subtext>span{font-size:.625rem;font-weight:500}.s-table__modal{padding:20px;width:420px;position:relative}.s-table__modal--sb{padding:20px;width:420px;position:relative;max-height:90vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.s-table__modal--sb ::-webkit-scrollbar{display:none}.s-table__modal-section--upload-sb{display:flex;align-items:center}.s-table__modal-heading{font-size:1.25rem;font-weight:600;line-height:140%}.s-table__modal-disclaimer{margin-top:8px;display:flex;flex-direction:row;align-items:center;background-color:#edf7ff;border-radius:6px;gap:4px;padding:6px}.s-table__modal-disclaimer-wrapper{padding-bottom:16px;border-bottom:1px solid #046cb8}.s-table__modal-disclaimer-icon,.s-table__modal-disclaimer-img{width:16px;height:16px}.s-table__modal-disclaimer-text{line-height:140%;font-size:.6875rem;font-weight:400;color:#362612}.s-table__modal-title{width:100%;border-bottom:1.5px solid #046cb8;font-size:1.25rem;font-weight:600;padding-bottom:16px}.s-table__modal-title--upload-sb{width:100%;border-bottom:1.5px solid #e7e7e7;font-size:1rem;font-weight:600;padding-top:16px;padding-bottom:16px}.s-table__modal-files{padding-top:16px;display:flex;flex-direction:column;gap:16px}.s-table__modal-files--invoice{display:flex;flex-direction:column;gap:16px;max-height:300px;overflow-x:hidden;overflow-y:auto;padding:5px 0}.s-table__modal-doc{margin-top:12px;max-height:39px;display:flex;align-items:center;justify-content:center}.s-table__modal-doc .s-upload-card__file-card{padding:2px 0}.s-table__modal-second{margin-top:16px;padding:16px 0;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}.s-table__modal-second--upload-sb{border-top:1px solid #046cb8;border-bottom:1px solid #046cb8}.s-table__modal-radio{margin-top:16px}.s-table__modal-label{font-size:.8125rem;color:#888}.s-table__modal-label-2{margin:16px 0 10px}.s-table__modal-buttons{width:100%;display:flex;justify-content:center;margin-top:16px}.s-table__modal-tprt{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:10px;cursor:pointer}.s-table__modal-icon{filter:invert(22%) sepia(84%) saturate(2622%) hue-rotate(190deg) brightness(92%) contrast(97%)}.s-table__modal-icon-navigate{max-width:20px;object-fit:contain}.s-table__modal-icon-navigate:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-table__modal-icon-close{max-width:25px;object-fit:contain}.s-table__modal-dropdown{max-width:190px}.s-table__modal-dropdown--other{margin-top:-10px}.s-table__modal-success{padding:20px;width:350px;position:relative}.s-table__modal-pending{padding:20px;width:400px;position:relative}.s-table__modal-third-party{display:flex;gap:4px;align-items:center;margin-top:6px}.s-table__modal-third-party--no-margin{margin-top:unset}.s-table__modal-third-party>p{font-weight:400;font-size:.8125rem;line-height:100%}.s-table__modal-third-party--hyperlink>span{font-weight:400!important}.s-table__success{width:100%;display:flex;flex-direction:column;align-items:center;max-width:350px;gap:24px;margin:0 auto}.s-table__success-logo{width:58px;height:58px;border:1.5px solid #01ab72;border-radius:50%;display:flex;align-items:center;justify-content:center}.s-table__success-logo>img{width:28px;height:28px}.s-table__success-action{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:10px}.s-table__success-text{text-align:center;white-space:normal;font-size:.8125rem;line-height:150%}.s-table__success-text>span{font-weight:600}.s-table__success-tprt{position:absolute;top:10px;right:10px;display:flex;align-items:center;gap:10px;cursor:pointer}.s-table__success-icon{width:28px;height:28px}.s-table__pending-header{padding-bottom:10px;display:flex;justify-content:center;align-items:center;gap:10px;border-bottom:2px solid #046cb8}.s-table__pending-header>img{width:20px;height:20px}.s-table__pending-content{padding:16px 40px;text-align:center}.s-table__options{position:relative}.s-table__options-dots{display:flex;width:max-content;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;padding:8px}.s-table__options-dots--hover-effect{background:transparent}.s-table__options-dots--hover-effect--blue:not(.s-table__options-dots--disabled):hover{background:#d2e7ff}.s-table__options-dots--hover-effect:not(.s-table__options-dots--disabled):hover{background:#d2e7ff}.s-table__options-dots--disabled{cursor:not-allowed;opacity:.5}.s-table__options-modal{position:fixed;z-index:10}.s-table__request-column{display:flex;flex-direction:row;align-items:center;gap:14px;justify-content:center}.s-table__request-column-button{width:100%}.s-table__request-column-button--blue{background-color:#d6ecff!important}.s-table__request-column-button--hover{background-color:#fff!important}.s-table__transport{display:flex;gap:4px;margin:16px 0 18px}.s-table__transport-header{font-size:.8125rem;color:#888}.s-table__transport-text{font-size:.8125rem;color:#161616;font-weight:600}.s-table__transport-mode{display:flex;gap:12px}.s-table__accrodion-action{display:flex;gap:16px;align-items:center;justify-content:center}.s-table__accrodion-action>img{height:8px;width:16px}.s-table__accrodion-action--open{color:#046cb8}.s-table__accrodion-action--resolved{color:#ef4444}.s-table__accordian-type--highlight{background-color:#edf7ff;border-bottom:1px solid #d1d1d1!important}.s-table__infinite-loader{width:50px;margin:0 auto}.s-table__sb-status{padding:5px;font-size:11px;font-weight:400;border-radius:4px;text-align:center}.s-table__sb-status-v2{display:flex;justify-content:center;align-items:center;height:16px;padding:0 8px;font-size:.625rem;font-weight:500;text-align:center}.s-table__sb-status-v2--doc{border-radius:23px;border:1px solid #fef08a}.s-table__ebrc-status{padding:0 8px;font-size:.625rem;font-weight:500;text-align:center;min-width:108px;position:relative}.s-table__ebrc-status-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.s-table__ebrc-status-icon:hover{background-color:#e5f2ff;border-radius:4.5px}.s-table__ebrc-status-icon>img{cursor:pointer;right:-16px;width:16px}.s-table__row-action{display:flex;gap:6px;justify-content:center;width:95%}.s-table__row-action-button{padding:4.5px 8px!important}.s-table__row-action-icon-wrapper{display:flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:4.5px}.s-table__row-action-icon-wrapper:hover{background-color:#bfcdde}.s-table__row-action--invoice-complete{width:24px;height:24px;display:flex;border-radius:4.5px;align-items:center;justify-content:center}.s-table__row-action--invoice-complete:hover{background-color:#d1ddeb}.s-table__row-action--transport-complete{width:24px;height:24px;display:flex;border-radius:4.5px;align-items:center;justify-content:center}.s-table__row-action--transport-complete:hover{background-color:#d1ddeb}.s-table__row-action--invoice-pending{width:24px;height:24px;display:flex;border-radius:4.5px;align-items:center;justify-content:center}.s-table__row-action--invoice-pending:hover{background-color:#d1ddeb}.s-table__row-action--transport-pending{width:24px;height:24px;display:flex;border-radius:4.5px;align-items:center;justify-content:center}.s-table__row-action--transport-pending:hover{background-color:#d1ddeb}.s-table__radio--text{font-size:.6875rem!important}.s-table__radio--group{margin-top:0!important}.s-table__document-management-row-options .s-row-options-v2__cont{border:unset;padding:8px;border-radius:8px;gap:4px;display:flex;flex-direction:column;box-shadow:0 4px 20px -4px #0f172a33}.s-table__document-management-row-options .s-row-options-v2__item{gap:6px;padding:0 8px;height:28px;border-radius:4px}.s-table__document-management-row-options .s-row-options-v2__item--disabled{opacity:1;background-color:#f2f6fc}.s-table__document-management-row-options .s-row-options-v2__item--disabled .s-row-options-v2__item-text{color:#62748e}.s-table__document-management-row-options .s-row-options-v2__item-text{color:#263246;line-height:140%;font-size:.8125rem;font-weight:400}.s-table__document-management-row-options .s-row-options-v2__item-subtext{color:#b07401;padding:1.5px 6px;line-height:140%;font-size:calc(.5rem + 1px);font-weight:600;background-color:#fefce5;border-radius:23px;border:1px solid #fef08a}.s-table__document-management-row-options .s-row-options-v2__item-icon[src$=".png"]{filter:brightness(0) saturate(100%) invert(68%) sepia(16%) saturate(399%) hue-rotate(176deg) brightness(85%) contrast(91%)}.s-table__document-management-row-options .s-row-options-v2__item:hover{background-color:#f2f6fc;color:#263246}.s-table__document-management-row-options .s-row-options-v2__select{gap:unset;border-radius:4.5px;background:unset;padding:unset;width:28px;height:28px;align-items:center;justify-content:center;border:unset}.s-table__document-management-row-options .s-row-options-v2__select>img{transition:unset;filter:unset}.s-table__document-management-row-options .s-row-options-v2__select:hover{background-color:#d1ddeb}.s-table__hover-cell{overflow:hidden;text-overflow:ellipsis;position:relative;color:#0f172a}.s-table__hover-popup{display:flex;flex-direction:column;gap:8px;border-radius:8px;background-color:#fff;padding:12px;box-shadow:0 2px 8px #0f172a1f;min-width:200px;z-index:10;position:absolute;top:-70px;left:4px}.s-table__hover-title{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a;display:flex;gap:4px}.s-table__hover-break{width:100%;height:1px;background-color:#d1ddeb}.s-table__hover-text{display:flex;flex-direction:row;gap:4px}.s-table__hover-label{margin-right:16px;font-size:.75rem;font-weight:400;line-height:140%;color:#62748e}.s-table__hover-colon{font-size:.75rem;font-weight:400;line-height:140%;color:#62748e}.s-table__hover-value{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a;display:flex;gap:4px}.s-table__hover-tooltip{width:max-content}.s-table__icon-wrapper{display:inline-flex;width:20px;height:20px;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.s-table__icon-wrapper:hover{background-color:#e5f2ff;border-radius:4.5px}.s-table__icon-wrapper>img{width:16px;height:16px}.s-table__upload-box{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end}.s-table__tags{display:flex;flex-direction:column;align-items:center;gap:2px;justify-content:center}.s-table__tags-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px;justify-content:center}.s-table__tags-icon{width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.s-table__tags-icon:hover{background-color:#d1ddeb;border-radius:4.5px}@media only screen and (min-height:950px){.s-table__data{height:100%}}.s-bt__ip-icon{width:14px!important;margin-right:-10px}.d-zero{width:100%;padding-top:0;color:#1f1f1f;flex:1;overflow-y:auto}.d-zero__card{width:100%;background-color:#fff;padding:36px;margin:0 auto;border-radius:10px;display:flex;flex-direction:column;max-height:100%}.d-zero__header{display:flex;justify-content:space-between;align-items:center}.d-zero__title{font-size:1.25rem;font-weight:600}.d-zero__text{font-size:1rem;font-weight:600}.d-zero__progress{width:100%;height:5px;background-color:#d6ecff;margin:16px auto 12px}.d-zero__progress--filled{background-color:#00d28a;height:100%}.d-zero__content{display:flex;flex-direction:column;align-items:flex-end;flex:1;overflow-y:auto;overflow-x:hidden}.d-zero__buttons{width:100%;display:flex;justify-content:end;margin-top:40px;margin-bottom:-15px}.d0{height:100%;display:flex;flex-direction:column}.d0-acc{width:95%;padding-top:16px;padding-right:5px}.d0-acc--border{border-bottom:.5px solid #f2f2f2;padding-bottom:16px}.d0-acc__head{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.d0-acc__left{position:relative;display:flex;align-items:center;gap:16px}.d0-acc__right{display:flex;align-items:center;gap:16px}.d0-acc__right:hover{text-decoration:underline;color:#046cb8}.d0-acc__icon{position:absolute;left:-48px;width:20px;height:20px}.d0-acc__title{font-size:1rem;font-weight:600}.d0-acc__arrow{width:10px;height:5px;transition:transform .3s ease}.d0-acc__arrow--rotate{transform:rotate(-180deg)}.d0-acc__dropdown-text{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:500;line-height:21px;text-align:right;color:#046cb8}.d0-list{width:100%;display:flex;justify-content:space-between;gap:28px;margin:8px auto;padding-right:234px}.d0-list__list{max-width:460px}.d0-list__sample{width:250px;max-height:150px;margin-top:-30px}.d0-list__btns{display:flex;align-items:center;gap:16px;margin-top:24px}.d0-list__btns__sample{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;color:#046cb8}.d0-list__btns__sample:hover{text-decoration:underline}.d0-list__btns__sample-icon{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(22%) sepia(97%) saturate(2324%) hue-rotate(190deg) brightness(94%) contrast(97%)}.d0-list__btns__sample-text{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:500;line-height:16px;text-align:center;color:#046cb8}.d0-list__description{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:24px;text-align:left}.d0-list__left{max-width:430px}.d0-irm{display:flex;flex-direction:column;gap:24px}.d0-irm__title{font-size:.875rem;padding-bottom:12px;color:#888}.d0-irm__row{width:100%;display:flex;align-items:center;gap:24px}.d0-irm__col{width:100%}.d0-upload{display:flex;height:calc(100vh - 100px)}.d0-upload__top{width:100%;padding-bottom:32px}.d0-upload__bottom{width:100%;padding-top:32px;border-top:.5px solid #e0e0e0}.d0-upload__text{font-size:1rem;font-weight:500;line-height:150%;text-align:left;padding-bottom:28px}.d0-upload__left{width:60%;max-width:560px;padding:20px 40px}.d0-upload__right{width:40%;max-width:376px;padding:44px 40px;border-left:.5px solid #e0e0e0}.d0-message{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:500;line-height:30px;text-align:left;margin-bottom:12px}.d0-message>span{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:30px;text-align:left}.s-buyer__summary{display:flex;gap:20px;justify-content:space-between}.s-buyer__summary-left{display:flex;flex-direction:column;justify-content:center;gap:5px}.s-buyer__summary-right{flex-grow:1;display:flex;padding:10px 50px;justify-content:flex-end;border-radius:10px;border:1px solid #e7e7e7;background-color:#f6f6f6}.s-buyer__section{display:flex;justify-content:space-between;align-items:center;padding:5px 10px;gap:10px;cursor:pointer}.s-buyer__section-content{display:flex;justify-content:flex-start;align-items:center;gap:5px}.s-buyer__section-content>img{max-width:26px;object-fit:contain}.s-buyer__section>img{max-width:16px;object-fit:contain;transform:rotate(-90deg)}.s-buyer__section-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:30px;text-align:left}.s-buyer__section--active{background-color:#224d72;border-radius:10px;color:#fff;font-weight:600}.s-buyer__details{display:flex;justify-content:flex-end;align-items:center;gap:60px;padding-right:70px}.s-buyer__detail{background-color:#fff;border:1px solid #d1d1d1;display:flex;justify-content:flex-start;border-radius:8px;padding:10px 40px 10px 30px;align-items:flex-start;gap:15px}.s-buyer__detail>img{max-width:20px;object-fit:contain}.s-buyer__detail-info{display:flex;flex-direction:column;gap:10px}.s-buyer__detail-amount{display:flex;align-items:baseline;gap:5px;font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:24px;text-align:right}.s-buyer__detail-amount>span{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:300;line-height:24px;text-align:right}.s-buyer__detail-count{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:18px;text-align:left}.s-buyer__detail-buttons{display:flex;flex-direction:column;gap:5px}.s-buyer__total{display:flex;justify-content:flex-end;align-items:center;padding-left:70px;border-left:1px solid #888888}.s-buyer__table{flex-grow:1}.s-buyer__stats-bar{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.s-buyer__stats-left{display:flex;gap:40px;align-items:center}.s-buyer__stats-tab{width:max-content;font-size:.8125rem;line-height:150%;padding-bottom:8px;border-bottom:2px solid transparent;cursor:pointer}.s-buyer__stats-tab--active{font-weight:600;color:#046cb8;border-bottom:2px solid #046cb8}.s-buyer__stats-info{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.s-buyer__stats-details{display:flex;align-items:center;gap:20px}.s-buyer__stats-total{border-left:1px solid #888888;padding-left:20px}.g-settings{display:flex;flex-direction:row;align-items:flex-start;width:100%;overflow-y:hidden;border-radius:10px;gap:10px;padding:20px 16px 24px}.g-settings__popup{padding:5px 32px 18px;display:flex;flex-direction:column;align-items:center;max-width:400px;gap:18px}.g-settings__popup-close{position:absolute;top:0;right:0;margin:6px;max-width:25px;object-fit:contain;cursor:pointer}.g-settings__popup-heading{font-size:1rem;font-weight:600;width:100%;text-align:center;line-height:24px;border-bottom:solid #046cb8 1px;padding-bottom:5px}.g-settings__popup-text{font-size:.875rem;text-align:center}.g-settings__popup-button{width:105px}.g-settings__popup-button-container{display:flex;flex-direction:row;align-items:center;gap:10px}.g-settings__popup-container{width:100%;height:100%;position:absolute;background-color:#0000008c;z-index:200;top:0;left:0}.g-settings__sidebar{display:flex;flex-direction:column;align-items:center;padding:10px;border-radius:10px;gap:5px;width:20%;max-width:200px;background-color:#fff}.g-settings__sidebar-item{display:flex;justify-content:flex-start;align-items:center;gap:20px;height:36px;width:180px;padding:10px 20px;cursor:pointer;border-left:6px solid transparent}.g-settings__sidebar-item-icon{max-width:16px;object-fit:contain}.g-settings__sidebar-item-text{font-weight:400;font-size:.8125rem;color:#161616}.g-settings__sidebar-item--selected{border-left:6px solid #888888;background-color:#efeeee}.g-settings__sidebar-item--disabled{opacity:.4;cursor:not-allowed}.g-settings__sidebar-item:not(.g-settings__sidebar-item--selected):hover{border-left:6px solid #888888;background-color:#efeeee}.g-settings__sidebar-item--logout{justify-content:center}.g-settings__body{flex-grow:1;height:100%;overflow-y:auto}.g-settings__buttons{position:absolute;right:0;top:0}.g-settings__wrapper{display:flex;flex-direction:column;gap:10px;width:100%;height:100%}.g-settings__cont{width:100%;background-color:#fff;padding:10px;border-radius:10px}.g-settings__title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:10px 20px;font-size:.8125rem;font-weight:600;background-color:#eff3f9;border-radius:5px 10px 0 0}.g-settings__title>span{font-weight:400;color:#888}.g-settings__card{display:flex;gap:30px;width:100%;border-radius:10px;padding:10px 20px}.g-settings__card-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.73px;text-align:left;margin:10px 0}.g-settings__left{width:25%;max-width:185px;display:flex;flex-direction:column;align-items:center;padding-top:10px;border-right:1px solid #e7e7e7}.g-settings__left>img{width:90px;height:90px;border-radius:50%;border:1px solid #e7e7e7;object-fit:cover;object-position:center}.g-settings__right{width:75%;max-width:575px;position:relative}.g-settings__right-left,.g-settings__right-right{flex:1}.g-settings__fields{width:100%;display:grid;grid-gap:16px 38px}.g-settings__fields-item{width:100%}.g-settings__fields-label{font-size:.8125rem;color:#888;line-height:125%;display:flex;align-items:center;gap:10px;min-height:18px}.g-settings__fields-label-hyperlink{display:flex;flex-direction:row;gap:10px;align-items:center}.g-settings__fields-value{font-size:.8125rem;font-weight:600;line-height:150%;padding:8px 0 0;display:flex;align-items:center;gap:10px}.g-settings__fields-status{width:16px;height:16px}.g-settings__fields-edit{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px}.g-settings__fields-edit-img{width:16px;height:16px}.g-settings__fields-edit:hover{background:#d2e7ff;border-radius:50%}.g-settings__fields-edit:hover>img{filter:brightness(0) saturate(100%) invert(28%) sepia(97%) saturate(1330%) hue-rotate(185deg) brightness(92%) contrast(97%)}.g-settings__fields-edit--address{background:transparent;border-radius:50%}.g-settings__fields-edit--address>img{filter:invert(59%) sepia(9%) saturate(17%) hue-rotate(315deg) brightness(90%) contrast(80%)}.g-settings__fields-edit--address:hover{background:transparent;border-radius:50%}.g-settings__fields-edit--address:hover>img{filter:brightness(0) saturate(100%) invert(28%) sepia(97%) saturate(1330%) hue-rotate(185deg) brightness(92%) contrast(97%)}.g-settings__fields-input{padding-top:6px;width:100%}.g-settings__fields-comp{margin-top:10px}.g-settings__fields-editable{grid-column:span 1;width:100%;display:flex;gap:38px}.g-settings__fields-editable--phone{grid-column:1/2;grid-row:2}.g-settings__fields-editable--email{grid-column:2/3;grid-row:2}.g-settings__fields-star{width:20px;height:20px}.g-settings__fields-italics{font-weight:400}.g-settings__fields-subtext{font-size:.75rem}.g-settings__fields-hyperlink{font-size:.8125rem;font-weight:500;line-height:150%;color:#046cb8;text-decoration:underline;word-break:break-all}.g-settings__fields--no-padding{padding:0}.g-settings__edit-btn{position:absolute;top:-20px;right:-10px;width:100%;display:flex;justify-content:flex-end;padding-top:12px}.g-settings__director{margin-top:0}.g-settings__director-list{display:flex;flex-direction:column;gap:10px}.g-settings__consignee{display:flex;margin-bottom:16px;gap:35px}.g-settings__switch{display:flex;gap:60px;margin-top:16px}.g-settings__toggle{padding:8px 0 0 20px}.g-settings__address{width:100%;display:flex;flex-direction:column}.g-settings__address-line{font-size:.8125rem;font-weight:400;line-height:150%}.g-settings__horizontal{height:1px;grid-column:span 2;background-color:#d1d1d1;border:none;outline:none}.g-settings__additional{margin-top:24px;padding-right:12px;display:flex;flex-direction:column;gap:10px}.g-settings__avatar{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}.g-settings__avatar-cont{cursor:pointer;position:relative;width:90px;height:90px;border-radius:50%;border:1px solid #888888}.g-settings__avatar-edit{position:absolute;bottom:-2px;right:-2px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:#e7e7e7;border-radius:50%}.g-settings__avatar-edit-image{width:17px;height:17px;border-radius:50%}.g-settings__modal-cont{z-index:5;width:100vw;height:100vh;position:absolute;top:0;left:0;background-color:#000000b3}.g-settings__identity-popup{width:420px;height:332px;display:flex;flex-direction:column;gap:10px;border-radius:16px;background-color:#fff;padding:20px}.g-settings__identity-popup-header{padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.g-settings__identity-popup-close{max-width:24px;object-fit:contain;cursor:pointer}.g-settings__identity-popup-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.g-settings__identity-popup-inputs{flex-grow:1;padding:10px 10px 0;display:flex;flex-direction:column;gap:24px}.g-settings__identity-popup-buttons{display:flex;justify-content:center;align-items:center;gap:10px}.g-settings__address-popup{display:flex;flex-direction:column;gap:10px;border-radius:16px;background-color:#fff;padding:20px;min-width:520px}.g-settings__reset-content{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 20px}.g-settings__reset-content>p{color:#888;font-size:.8125rem}.sec-settings{display:flex;flex-direction:column;gap:10px;height:100%;width:100%;border-radius:10px}.sec-settings__top-section{width:100%}.sec-settings__bottom-section{overflow-y:hidden;display:flex;flex-direction:column}.sec-settings__body{width:80%;max-width:830px;position:relative;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.sec-settings__login-details{width:100%;display:flex;align-items:flex-start;gap:28px}.sec-settings__login-details-left{width:25%;max-width:185px;display:flex;flex-direction:column;align-items:center;border-right:1px solid #e7e7e7}.sec-settings__login-details-left>img{max-width:82px;object-fit:contain}.sec-settings__login-details-right{display:flex;gap:40px}.sec-settings__login-details-button{width:100%}.sec-settings__2fa--label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left;margin-left:5px}.sec-settings__pre-logins{height:100%;width:100%;display:flex;flex-direction:column}.sec-settings__devices{height:90%;display:flex;flex-direction:column;border-bottom:1px solid #e7e7e7;overflow-y:auto;padding-right:10px}.sec-settings__connections{display:flex;align-items:center;justify-content:flex-end;padding:20px 0 10px}.sec-settings__connections--social{justify-content:space-between}.sec-settings__social{flex:1;display:flex;justify-content:flex-start;align-items:center;gap:20px}.sec-settings__social-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:15.73px;text-align:left;color:#888}.sec-settings__social-apps{display:flex;justify-content:flex-start;align-items:center;gap:12px}.sec-settings__social-link{max-width:22px;object-fit:contain;cursor:pointer}.sec-settings__policy{display:flex;justify-content:center;align-items:center;gap:10px}.sec-settings__policy-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:15.73px;text-align:left;color:#888}.sec-settings__policy-terms,.sec-settings__policy-policy{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:15.73px;text-align:left;color:#046cb8;text-decoration:underline 1px solid #046cb8;text-underline-offset:5px;cursor:pointer}.sec-settings__popup{display:flex;flex-direction:column;gap:10px;width:420px;border-radius:16px;background-color:#fff;padding:20px}.sec-settings__popup-header{padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.sec-settings__popup-close{max-width:24px;object-fit:contain;cursor:pointer}.sec-settings__popup-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.sec-settings__popup-inputs{padding:10px 10px 24px;display:flex;flex-direction:column;gap:24px;border-bottom:1px solid #d1d1d1}.sec-settings__popup-buttons{display:flex;justify-content:center;align-items:center;gap:10px}.b-settings{display:flex;flex-direction:column;gap:10px;height:100%;width:100%;border-radius:10px}.b-settings__cont{width:100%;background-color:#fff;padding:12px;border-radius:10px;display:flex;flex-direction:column;justify-content:center;gap:12px}.b-settings__title{font-size:.8125rem;font-weight:600;line-height:100%;color:#161616}.b-settings__title-container{border-top-left-radius:5px;border-top-right-radius:5px;background-color:#eff3f9;display:flex;flex-direction:row;align-items:center;padding:4px 20px;gap:16px;height:40px}.b-settings__status-info{border-radius:6px;font-size:.6875rem;font-weight:400;line-height:100%;width:155px;height:20px;text-align:center;display:flex;align-items:center;justify-content:center}.b-settings__header{height:44px;display:flex;justify-content:flex-end;align-items:center;gap:20px;padding:10px 20px;border-radius:10px;background-color:#fff}.b-settings__header-button>img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.b-settings__left{width:25%;max-width:141px;display:flex;justify-content:start}.b-settings__left>img{max-width:141px;object-fit:contain;height:24px}.b-settings__right{display:flex;flex-direction:row;justify-content:space-between;width:100%}.b-settings__right-wrapper{display:flex;flex-direction:row;gap:12px;align-items:center}.b-settings__fields--branch{width:80%}.b-settings__customer-id{font-size:.8125rem;font-weight:500;color:#1f1f1f;display:flex;align-items:center;justify-content:center;line-height:100%}.b-settings__accounts{display:flex;flex-direction:row;gap:12px;overflow-x:auto;flex-wrap:nowrap}.b-settings__account{width:100%;display:flex;flex:1 0 calc((100% - 24px) / 3);min-width:calc((100% - 24px) / 3);flex-direction:column;gap:12px;align-items:flex-start;border-radius:12px;border:1px solid #efeeee;padding:12px}.b-settings__account-title{font-size:.875rem;font-weight:600;line-height:100%;color:#0f172a}.b-settings__account-break-line{width:100%;height:1px;background-color:#efeeee}.b-settings__account-info{display:flex;flex-direction:column;gap:20px;width:100%}.b-settings__account-row{display:flex;flex-direction:row;width:100%;gap:20px}.b-settings__account-number-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.b-settings__account-number-title{font-size:.8125rem;font-weight:400;line-height:100%;color:#888}.b-settings__account-number-text{font-size:.8125rem;font-weight:600;line-height:100%;color:#161616}.b-settings__account-ifsc-wrapper{width:100%;display:flex;flex-direction:column;gap:6px}.b-settings__account-ifsc-title{font-size:.8125rem;font-weight:400;line-height:100%;color:#888}.b-settings__account-ifsc-text{font-size:.8125rem;font-weight:600;line-height:100%;color:#161616}.b-settings__account-branch-wrapper{width:100%;display:flex;flex-direction:column;gap:6px}.b-settings__account-branch-title{font-size:.8125rem;font-weight:400;line-height:100%;color:#888}.b-settings__account-branch-text{font-size:.8125rem;font-weight:600;line-height:140%;color:#161616}.h-settings__card{border:1px solid #e7e7e7;border-radius:10px;padding:15.5px 20px;display:flex;align-items:center;gap:20px}.h-settings__card>div{width:100%;display:flex;justify-content:space-between;align-items:center}.h-settings__status{width:16px;height:16px;border-radius:50%;min-width:16px}.h-settings__status--warning{background-color:#ffc600}.h-settings__status--success{background-color:#01ab72}.h-settings__status--alert{background-color:#e01e5a}.h-settings__info{font-size:.8125rem;font-weight:150%}.h-settings__list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.h-settings__left{display:flex;gap:13px;align-items:center}.h-settings__bank-icon{width:30px;min-width:30px}.h-settings__bank-name{font-size:.8125rem}.plat-settings{display:flex;height:100%;width:100%;background-color:#fff}.plat-settings__body{width:100%}.plat-settings__card{width:100%;display:flex;gap:20px}.plat-settings__header{display:flex;justify-content:space-between;align-items:flex-end}.plat-settings__left{width:23%;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;align-items:flex-start;padding-right:20px;border-right:1px solid #d1d1d1}.plat-settings__title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:15.73px;text-align:left}.plat-settings__description{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:13.31px;text-align:left;color:#888}.plat-settings__right{width:77%;max-width:480px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;flex-direction:column}.plat-settings__field{min-width:180px;display:flex;flex-direction:column;gap:6px;justify-content:flex-start;align-items:flex-start}.plat-settings__field-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:right;color:#888;display:flex;flex-direction:row;gap:10px;align-items:center}.plat-settings__field-value{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:16px;text-align:left}.manage-settings{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;border-radius:10px;background-color:#fff;padding:10px}.manage-settings__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:40px;width:100%}.manage-settings__header--underline{border-bottom:1px solid #d1d1d1}.manage-settings__header__tab{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:left;cursor:pointer}.manage-settings__header__tab--active{color:#046cb8;box-shadow:0 2px #046cb8;font-weight:600}.manage-settings__header__tab--inactive{padding-bottom:1.5px;border-bottom:1px solid #ffffff}.manage-settings__header__tab--inactive:hover{color:#046cb8;border-bottom:1px solid #046cb8}.manage-settings__header__tab-container{display:flex;flex-direction:row;align-items:center;gap:20px}.manage-settings__header__tab-selected-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:19px;color:#161616}.manage-settings__header__tab-selected-text>span{font-size:.8125rem}.manage-settings__header-add{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer}.manage-settings__header-add-icon{width:16px;height:16px}.manage-settings__header-add-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:19px;text-align:left;color:#046cb8}.manage-settings__delete-header{background-color:#efeeee;padding:4px 20px;border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0px;width:100%}.manage-settings__delete-header-item{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;padding:6px 10px;border-radius:10px}.manage-settings__delete-header-item:hover{color:#046cb8;text-decoration:underline;background-color:#ebf4ff}.manage-settings__delete-header-item:hover .manage-settings__delete-header-image{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.manage-settings__delete-header-item-v2{display:flex;flex-direction:row;align-items:center;gap:8px}.manage-settings__delete-header-item-v2--cursor{cursor:pointer}.manage-settings__delete-header-image{height:20px;cursor:pointer;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.manage-settings__delete-header-image--cross{padding:4px}.manage-settings__delete-header-image--clear{width:20px;height:18px;object-fit:contain}.manage-settings__delete-header-partition{width:1px;height:100%;margin:0 10px;background-color:#000}.manage-settings__delete-header-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8}.manage-settings__delete-header-text--blue{font-weight:600;cursor:pointer}.manage-settings__delete-header-text--blue:hover{text-decoration:none}.manage-settings__body{border-radius:10px;width:100%;overflow:auto}.manage-settings__body--access{border:1px solid #efeeee;padding:10px 16px}.manage-settings__options-modal{display:flex;flex-direction:column;align-items:flex-start;border-radius:10px;box-shadow:0 4px 4px #00000040;padding:10px;border:1px solid #d1d1d1;background-color:#fff}.manage-settings__options-modal-icon{width:16px;height:16px}.manage-settings__options-modal-text-container{display:flex;flex-direction:column}.manage-settings__options-modal-text-par{display:flex;align-items:center;gap:2px}.manage-settings__options-modal-subText{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:16px;text-align:left;color:#888}.manage-settings__options-modal-item{display:flex;flex-direction:row;align-items:center;gap:20px;padding:15.5px 20px;border-radius:10px;width:100%}.manage-settings__options-modal-item:hover{background-color:#d6ecff}.manage-settings__options-modal-item--delete{cursor:pointer}.manage-settings__options-modal-copy{width:20px;visibility:hidden}.manage-settings__options-modal-copy--visible{visibility:visible}.manage-settings__add-user-modal{border-radius:15px;background-color:#fff;display:flex;flex-direction:column;gap:20px;padding:15px 30px 30px}.manage-settings__add-user-modal-bg{z-index:5;width:100vw;height:100vh;position:absolute;top:0;left:0;background-color:#1d1c1db3;cursor:auto}.manage-settings__add-user-modal-heading{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:24.2px;text-align:center;color:#0f172a}.manage-settings__add-user-modal-close{width:24px;height:24px;position:absolute;top:15px;right:8px;cursor:pointer}.manage-settings__add-user-modal__inputs{display:flex;flex-direction:column;gap:20px}.partners-settings{display:flex;flex-direction:column;height:100%;width:100%;border-radius:10px;overflow-y:auto}.partners-settings__dgft{width:100%;height:100%}.partners-settings__supported{width:100%;display:flex;gap:20px;padding-bottom:10px;height:100%}.partners-settings__supported-left{width:72%;background-color:#fff;padding:12px 18px;border-radius:10px;border:1px solid #d1d1d1}.partners-settings__supported-right{width:26%;align-items:center;display:flex;flex-direction:column;border-radius:10px;border:1px solid #d1d1d1;background:linear-gradient(90deg,#d2e7ff 9%,#f2f2f2 93.03%)}.partners-settings__supported-right>img{width:200px;padding:22px 0}.partners-settings__partner{display:flex;background-color:#efeeee;padding:22px 38px;gap:21px}.partners-settings__partner-card{background:#fff;width:140px;height:140px;border-radius:10px;box-shadow:0 4px 4px #00000040;padding:10px;display:flex;position:relative;flex-direction:column;justify-content:center;gap:12px;align-items:center;border:1px solid #d1d1d1;cursor:pointer}.partners-settings__partner-card-image{height:63px}.partners-settings__partner-card-image--gmail{height:27px!important}.partners-settings__partner-card-image-wrapper{height:80px;display:flex;align-items:center;justify-content:center}.partners-settings__partner-card>p{font-weight:400;font-size:.8125rem;line-height:125%;width:107px;text-align:center;padding:4px 0}.partners-settings__partner-card--active{border:1.5px solid #046cb8}.partners-settings__partner-card-tick{width:15px;height:15px!important;position:absolute;top:5px;right:5px}.partners-settings__partner--init{color:#000}.partners-settings__partner--active{color:#00963d}.partners-settings__partner--inactive{color:#888}.partners-settings__modal{width:360px;padding:10px;border-radius:10px;border:1px solid #d1d1d1;display:flex;flex-direction:column;gap:20px;align-items:center}.partners-settings__modal-header{width:100%;position:relative;height:45px;border-top-left-radius:8px;border-top-right-radius:8px;background:#eff3f9;display:flex;align-items:center}.partners-settings__modal-header>p{font-weight:600;font-size:1rem;line-height:100%;padding-left:12px}.partners-settings__modal-header>img{position:absolute;width:18px;height:18px;right:2px;top:2px;cursor:pointer}.partners-settings__modal-logo{width:140px}.partners-settings__modal-text{font-weight:400;font-size:.8125rem;line-height:150%;text-align:center;width:290px}.partners-settings__modal-buttons{display:flex;gap:10px}.p-settings__modal{display:flex;flex-direction:column;gap:20px;align-items:center;max-width:450px;background-color:#fff;padding:20px;border-radius:16px}.p-settings__modal-header{display:flex;gap:7px}.p-settings__modal-header>h3{font-size:1.25rem;font-weight:600;line-height:120%}.p-settings__modal-icon{width:100%;padding:20px 0;display:flex;align-items:center;justify-content:center}.p-settings__modal-icon>img{width:185px}.p-settings__modal-point{width:24px;height:24px}.p-settings__modal-benefits{display:flex;flex-direction:column;gap:20px}.p-settings__modal-benefit{display:flex;gap:30px}.p-settings__modal-benefit>p{display:flex;flex-direction:column}.p-settings__modal-benefit-title{font-size:1rem;font-weight:600;line-height:120%}.p-settings__modal-benefit-text{font-size:.875rem;line-height:150%;color:#888}.p-settings__modal-text{font-size:1rem;font-weight:600;line-height:133%;text-align:center;max-width:335px;margin:0 auto;color:#046cb8;padding:20px 0}.p-settings__modal-security{display:flex;gap:25px;align-items:center;justify-content:center}.p-settings__modal-sec{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.p-settings__modal-sec>img{width:27.5px}.p-settings__modal-sec>p{font-size:.8125rem;font-weight:400;line-height:150%}.p-settings__modal-buttons{display:flex;gap:20px;padding-top:20px;align-items:center;justify-content:center}.p-settings__modal-button{position:relative}.p-settings__modal-button-icon{width:10px;height:5px!important;filter:brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(550%) hue-rotate(350deg) brightness(90%) contrast(100%);margin-top:3px}.p-settings__later-popup{display:flex;flex-direction:column;position:absolute;gap:6px;background:#fff;border-radius:10px;border:1px solid #d1d1d1;width:100%;padding:6px;top:39px}.p-settings__later-popup-item{width:100%;font-weight:400;font-size:.8125rem;line-height:16px;padding:4px 0 4px 10px;border-radius:4px;cursor:pointer}.p-settings__later-popup-item:hover{background-color:#ebf4ff}.ebrc-summary{display:flex;flex-direction:column;padding:11px 11px 0;background:#fff;border-radius:15px;min-width:1100px}.ebrc-summary__title{display:flex;flex-direction:row;justify-content:space-between;padding:0 21px 0 12px;background:#eff3f9;border-bottom:.5px solid #d1d1d1;border-radius:8px 8px 0 0;align-items:center;height:45px}.ebrc-summary__title-text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;color:#161616}.ebrc-summary__title-icon{width:18px;height:18px;cursor:pointer}.ebrc-summary__heading{display:flex;flex-direction:row;justify-content:space-between;padding:11px 72px 12.5px 23px}.ebrc-summary__heading-left{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.ebrc-summary__heading-left-text>span{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:30px;color:#4f4f4f}.ebrc-summary__heading-left-text{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:30px;color:#161616}.ebrc-summary__heading-left-subtext{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19.5px;color:#161616}.ebrc-summary__heading-left-bottom{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.6px}.ebrc-summary__heading-right{display:flex;flex-direction:column;align-items:flex-start;gap:25.1px}.ebrc-summary__heading-right-top{display:flex;flex-direction:row}.ebrc-summary__heading-right-text{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:30px;color:#161616}.ebrc-summary__heading-right-text>span{font-size:.8125rem;line-height:19.5px}.ebrc-summary__heading-right-label{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:30px;color:#4f4f4f}.ebrc-summary__heading-right-bottom{display:flex;flex-direction:row;align-items:center;gap:6px}.ebrc-summary__heading-right-bottom-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px}.ebrc-summary__heading-right-bottom-icon{width:16px;height:16px}.ebrc-summary__heading-right-bottom-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.6px;color:#161616}.ebrc-summary__table{padding:8px 0 16px}.ebrc-summary__table-footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:60px;padding:8px 15px 0 0}.ebrc-summary__table-footer--compact{padding-right:115px}.ebrc-summary__table-footer-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.6px}.ebrc-summary__table-footer-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:19.2px}.ebrc-summary__table-footer-text>span{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:600;line-height:13.2px}.s-select-filter{display:flex;flex-direction:row;gap:10px;align-items:center;border-radius:10px;background-color:#efeeee;width:100%;padding:4px 20px 5px;margin-bottom:10px}.s-select-filter__selected-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;padding:4.5px 10px;color:#161616}.s-select-filter__selected-text>span{font-size:.6875rem}.s-select-filter__partition{width:1px;height:100%;border-radius:50%;background:#888;margin:0 10px}.s-select-filter__item{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;padding:6px 10px;border-radius:10px}.s-select-filter__item:hover{background:#ebf4ff}.s-select-filter__item:hover .s-select-filter__item-text{text-decoration:underline}.s-select-filter__item-icon{height:16px;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-select-filter__item-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;color:#046cb8}.post-recon-completed-docs{display:flex;flex-direction:column;align-items:flex-start;gap:10px;border-radius:10px;background:#fff;padding:20px 28.5px}.post-recon-completed-docs__title{display:flex;flex-direction:row;align-items:center;gap:13px}.post-recon-completed-docs__title-icon{width:16px;cursor:pointer;margin-top:4px}.post-recon-completed-docs__title-icon:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.post-recon-completed-docs__title-text{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:30px;color:#161616}.post-recon-completed-docs-partition{width:100%;height:2px;border-radius:2px;background-color:#d1d1d1}.post-recon-completed-docs-body{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:24px}.post-recon-completed-docs__item{display:flex;flex-direction:row;align-items:center;gap:30px;padding-left:65.5px}.post-recon-completed-docs__item-icon{width:24px;height:24px}.post-recon-completed-docs__item-text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:22px;color:#161616}.post-recon-completed-docs-footer{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;color:#161616}.post-recon-completed-docs__buttons{display:flex;flex-direction:row;gap:20px;align-self:center}.post-recon-pending-docs{display:flex;flex-direction:column;align-items:flex-start;gap:10px;border-radius:10px;background:#fff;padding:20px 28.5px}.post-recon-pending-docs__title{display:flex;flex-direction:row;align-items:center;gap:13px}.post-recon-pending-docs__title-icon{width:16px;cursor:pointer}.post-recon-pending-docs__title-icon:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.post-recon-pending-docs__title-text{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:30px;color:#161616}.post-recon-pending-docs-partition{width:100%;height:2px;border-radius:2px;background-color:#d1d1d1}.post-recon-pending-docs__transport-mode{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;text-align:left;color:#888}.post-recon-pending-docs__transport-mode>span{color:#000}.support-modal{display:flex;flex-direction:column;background:#fff;border-radius:16px;gap:16px;padding:10px 10px 16px;z-index:100;border:1px solid #efeeee;box-shadow:0 4px 4px #00000040}.support-modal__heading{display:flex;flex-direction:column;gap:10px;background:#efeeee;padding:6px;border-radius:8px}.support-modal__heading-logo{width:102.63px;height:84.02px}.support-modal__heading-top{display:flex;flex-direction:row;gap:40px;align-items:center}.support-modal__heading-top-right{display:flex;flex-direction:column;align-items:center;gap:10px;padding-right:85px}.support-modal__heading-top-right-title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:16px;white-space:nowrap}.support-modal__heading-top-right-subtitle{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;white-space:nowrap}.support-modal__heading-contact{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 20px}.support-modal__heading-contact-container{display:flex;flex-direction:row;width:100%;justify-content:space-evenly}.support-modal__heading-contact-icon{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(550%) hue-rotate(350deg) brightness(90%) contrast(100%)}.support-modal__body{display:flex;flex-direction:column;gap:16px;padding:0 45px}.support-modal__body-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px}.support-modal__body-buttons{display:flex;flex-direction:row;gap:20px}.support-modal-partition{height:1px;background:#d1d1d1;border-radius:2px;margin:0 15px}.support-modal__footer{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:center;width:100%;color:#888}.support-modal__close{position:absolute;top:18px;right:18px;height:18px;cursor:pointer}.support-modal__heading-contact-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-demo{background:#fff;border-radius:12px;display:flex;font-family:Inter,sans-serif!important;color:#000}.s-demo__button{font-size:.8125rem!important;align-items:center;justify-content:center;display:flex}.s-demo__left{height:100%;padding:40px 50px;display:flex;flex-direction:column;align-items:center;gap:78px}.s-demo__left-top{display:flex;gap:6px;align-items:center}.s-demo__left-top>img{height:30px}.s-demo__left-top>p{font-size:1rem;font-weight:600}.s-demo__left-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;opacity:.5}.s-demo__left-bottom>p{font-size:.75rem;font-weight:600;color:#161616b3}.s-demo__img-list{display:flex;align-items:center;justify-content:center}.s-demo__img-list>img{height:28px}.s-demo__banner{width:180px;max-width:440px}.s-demo__right{position:relative;background:#ebf4ff;padding:23px 43px 23px 50px;border-radius:0 12px 12px 0}.s-demo__close{position:absolute;top:16px;right:16px;width:24px;height:24px;background:#f6f6f6;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.s-demo__close>img{width:7px;height:7px}.s-demo__title{font-size:1.25rem;font-weight:700;text-align:center;line-height:24px}.s-demo__title>span{color:#046cb8}.s-demo__form-cont{max-width:284px}.s-demo__form{display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px;row-gap:16px;padding-top:16px}.s-demo__group-text{align-items:center;justify-content:center;white-space:nowrap}.s-demo__group-checkbox{display:grid;grid-template-columns:subgrid}.s-demo__code{position:absolute;bottom:12px;left:16px}.s-demo__input{height:43px;width:100%;border:1px solid rgba(0,0,0,.2);border-radius:8px;padding:12px 16px;font-size:1rem;margin-top:12px;outline:none}.s-demo__input:focus{border-color:#046cb8}.s-demo__label{font-size:.875rem;grid-column:1/-1}.s-demo__label span{font-style:italic;color:#888}.s-demo__radio-list{display:grid;align-items:center;gap:12px;margin-top:12px;grid-column:1/-1;grid-template-columns:subgrid;padding-bottom:16px;border-bottom:1px solid black}.s-demo__radio{flex:1 1;padding:12px 14px;border-radius:8px;border:1px solid rgba(0,0,0,.2);background:#fff;display:flex;gap:8px}.s-demo__radio>label{font-size:.8125rem;white-space:nowrap;width:auto}.s-demo__dropdown{display:flex;flex-direction:row;align-items:center;justify-content:stretch;gap:12px;margin-top:12px;margin-bottom:20px;height:44px}.s-demo__dropdown-title{margin-top:4px;display:flex;flex-direction:row;align-items:center;gap:12px}.s-demo__dropdown-cont{width:100%}.s-demo__dropdown-grow{flex-grow:2}.s-demo__slider{border-bottom:1px solid #000000;padding:0 0 20px 7px}.s-demo__info-dropdown{margin:2px 0 0 4px;font-size:12px;color:#888}.s-demo__error{color:#ef4444;margin-top:4px;font-size:12px}.s-demo__error-dropdown{margin:2px 0 0 4px;font-size:12px;color:#ef4444}.s-demo__complete{position:relative;background:#fff;width:350px;border-radius:12px;padding:15px;font-family:Inter,sans-serif!important;color:#000;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.s-demo__complete-close>img{position:absolute;right:10px;top:10px;width:24px;cursor:pointer}.s-demo__complete-logo{max-width:62px;border-radius:35px;overflow:visible;border:2px solid #00d28a;padding:17px 17px 13px 13px}.s-demo__complete-title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:34px;text-align:center}.s-demo__complete-text{font-size:.875rem;line-height:150%;text-align:center}.s-demo__agreement{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:400;line-height:12.1px;text-align:left}.s-demo__agreement>a{color:#046cb8}@media screen and (max-width:730px){.s-modal{padding:0 16px}.s-demo__button>.s-button{width:320px}.s-demo__form{row-gap:13px}.s-demo__form-cont{padding-top:16px;border-top:1px solid #d1d1d1;max-width:300px}.s-demo__close{position:static;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;background:none;border-radius:0;width:max-content;padding:5px 0;gap:10px}.s-demo__close>img{width:16px;height:16px;padding:4px}.s-demo__left{display:none}.s-demo__left-top{align-items:center;justify-content:center;padding-top:16px}.s-demo__right{background:#fff;border-radius:10px;padding:10px 16px 20px;display:flex;flex-direction:column;align-items:flex-end}.s-demo__radio>label{font-size:.6875rem}.s-demo__slider{margin-top:10px}.s-demo__dropdown-title{margin:0}.s-demo__dropdown-title>.s-demo__label{font-size:.6875rem}.s-demo__group-text{margin-top:7px;margin-bottom:7px}.s-demo__group-dropdown{padding:0 10px;margin-top:6px}.s-demo__group-text-input{padding:0 10px;margin-bottom:13px}.s-demo__group-checkbox{margin-top:0}.s-demo__agreement{white-space:wrap;text-align:center}}.demo-form-frame{height:100vh;top:0;left:0;width:100vw;position:fixed;z-index:101;border:0px;display:flex;justify-content:center;align-items:center;background:#1f1f1fbf}.homeSummary{width:100%;height:194px;padding:16px 21px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #efeeee;background-color:#fff;border-radius:10px}.homeSummary__heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.homeSummary__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:20px}.homeSummary__link{cursor:pointer;transform:rotate(45deg);display:flex;justify-content:center;align-items:center;padding:2px}.homeSummary__link img{width:24px;height:24px}.homeSummary__sb{flex-grow:1;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:max-content;align-self:center;gap:8px}.homeSummary__sb-currencies{display:flex;justify-content:flex-start;align-items:flex-start;gap:6px}.homeSummary__sb-currency{height:21px;padding:2px 10px;display:flex;justify-content:center;align-items:center;border-radius:6px;color:#888}.homeSummary__sb-currency>p{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:20px;text-align:left}.homeSummary__sb-currency--active{background-color:#fafbfb}.homeSummary__sb-currency--active>p{color:#046cb8}.homeSummary__sb-currency:hover>p{color:#046cb8}.homeSummary__sb-distribution{display:none;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;margin-bottom:15px;border-radius:10px 10px 0 0}.homeSummary__sb-distribution--active{display:flex}.homeSummary__sb-status{display:flex;align-items:center;gap:30px}.homeSummary__sb-status-left>img{width:51px;height:54.5px;object-fit:contain}.homeSummary__sb-status-right{display:flex;flex-direction:column;gap:2px;justify-content:flex-start;align-items:flex-start}.homeSummary__sb-status-count{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:600;line-height:24px;text-align:left}.homeSummary__sb-status-count--approved{color:#00963d}.homeSummary__sb-status-value{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:24px;text-align:left}.homeSummary__sb-status-value>span{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:24px;text-align:left}.homeSummary__sb-status-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:12px;text-align:left;color:#888}.homeSummary__sb-total{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background-color:#fafbfb;border-top:1px solid #046cb8;border-radius:0 0 10px 10px}.homeSummary__sb-total-count{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:18px;text-align:left;color:#4f4f4f}.homeSummary__sb-total-count>span{font-size:1rem;font-weight:600;line-height:18px;text-align:left;color:#000}.homeSummary__sb-total-value{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:18px;text-align:right}.homeSummary__sb-total-value>span{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400}.homeSummary__sb-categories{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:6px 12px;gap:16px;background:#efeeee;border-radius:8px;width:max-content}.homeSummary__sb-categories-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;height:29px;text-align:left;padding:6px 12px;background:#fff;border-radius:6px;display:flex;align-items:center;border:1px solid #ffffff;cursor:pointer}.homeSummary__sb-categories-text:hover,.homeSummary__sb-categories-text--active{border:1px solid #046cb8;color:#046cb8}.homeSummary__separator{height:1px;background-color:#046cb8;width:100%}.homeSummary__default{width:100%;display:flex;flex-direction:column;text-align:center;gap:10px}.homeSummary__default-img{width:100%;max-width:100px;object-fit:contain;margin:0 auto}.homeSummary__default-text{display:flex;gap:4px;justify-content:center}.homeSummary__default-text>p{font-size:.875rem;color:#62748e}.homeSummary__irm{width:100%;flex-grow:1;display:flex;align-items:center}.homeSummary__irm-slide{width:310px;padding:0 10px;border-radius:8px;background-color:#fff;transform:scale(.8);transition:all .3s ease-in-out;opacity:.25}.homeSummary__irm-header{display:flex;justify-content:space-between;align-items:center}.homeSummary__irm-header-left{display:flex;justify-content:flex-start;align-items:center;gap:5px}.homeSummary__irm-header-left>img{max-width:36px;object-fit:contain}.homeSummary__irm-header-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:5px}.homeSummary__irm-currency{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:24px;text-align:left}.homeSummary__irm-amount{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:600;line-height:24px;text-align:right}.homeSummary__irm-count{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:18px;text-align:right;color:#888}.homeSummary__irm-count>span{color:#000}.homeSummary__irm-middle{display:flex;justify-content:center;align-items:center;background:transparent;padding:12px 0}.homeSummary__irm-progress{width:100%;height:6px;background-color:#efeeee;border-radius:4px;overflow:hidden}.homeSummary__irm-progress--utilised{height:100%;background-color:#046cb8;border-radius:4px 0 0 4px}.homeSummary__irm-progress--hovered{box-shadow:0 1px 4px #00000040}.homeSummary__irm-utilised-info{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:24px;text-align:left;color:#888}.homeSummary__irm-utilised-info>span{color:#00963d}.homeSummary__irm-utilised-info>span>strong{font-weight:600;font-size:.8125rem}.homeSummary__irm-bottom{display:flex;align-items:center;gap:6px}.homeSummary__irm-bottom-bullet{width:6px;height:6px;border-radius:4px;background-color:#046cb8}.homeSummary__irm-bottom--disabled{opacity:.25}.homeSummary__irm-popup{width:142px;padding:6px 10px;display:flex;flex-direction:column;gap:5px;border:1px solid #efeeee;border-radius:6px;box-shadow:0 4px 4px #00000040;background-color:#fff}.homeSummary__irm-popup-data{display:flex;justify-content:flex-start;align-items:center;gap:5px}.homeSummary__irm-popup-data>p{flex-grow:1;display:flex;justify-content:space-between;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:18px;text-align:left;color:#888}.homeSummary__irm-popup-count{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;text-align:left}.homeSummary__irm-popup-count--utilised{color:#00963d}.homeSummary__irm-popup-bullet{width:6px;height:6px;border-radius:4px;background-color:#d1d1d1}.homeSummary__irm-popup-bullet--utilised{background-color:#046cb8}.homeSummary__irm-arrow{position:absolute;display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:50px;background-color:#efeeee}.homeSummary__irm-arrow--prev{top:30%;left:-34px;cursor:pointer}.homeSummary__irm-arrow--next{top:30%;right:-34px;cursor:pointer}.homeSummary__irm-arrow>img{max-width:5px;object-fit:contain}.homeSummary__irm-arrow:hover{background-color:#d6ecff}.homeSummary .slick-slider{padding:10px;margin:0 auto;width:100%;overflow-x:hidden}.homeSummary .slick-list{box-sizing:initial}.homeSummary .slick-center .homeSummary__irm-slide{transform:scale(1);transition:all .3s ease-in-out;transition-delay:.2s;position:relative;opacity:1}.homeSummary .slick-slide:not(.slick-center) .homeSummary__irm-slide{transition-delay:0s}.homeSummary .slick-dots{position:relative;bottom:5px}.homeSummary .slick-dots li button:before{font-size:7px}.homeSummary .slick-dots li.slick-active button:before{top:50%;transform:translateY(-50%);content:"";display:block;width:20px;height:7px;background-color:#000;border-radius:7px}.s-header{height:100%;width:100%;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1019607843);border-radius:10px;box-shadow:0 4px 4px #00000040;display:flex;justify-content:space-between;padding:20px 30px;align-items:center}.s-header__group{display:flex;gap:12px;align-items:center}.s-header__left{position:relative}.s-header__middle{display:flex;align-items:center;gap:20px}.s-header__banner{position:absolute;top:1px;left:62px;width:91px;height:calc(100% - 2px);display:flex;justify-content:center;align-items:center}.s-header__banner-coming-soon{cursor:not-allowed;width:206px}.s-header__banner-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:13.31px;text-align:left;color:#888}.s-header__search{cursor:not-allowed}.s-header input.search{width:730px;height:32px;border:1px solid #e0e0e0;border-radius:8px;display:block;padding:8px 4px 8px 40px;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPBSURBVHgB7ZrBa9RAFMY/FbpQVMQVSwVhQWlPnlYEBcGTB2FB0D/Tg+BZ6s2LPegWpAviHqRFaUVsEVoQnI/JYHZ2JpnkzSRkyQfvsNlkk1/eN5M3Lwv06tWrV4d0AfG1puKWissqrmafqXMVZyqOVRypOEULigVMuG0VWyquBB5D8EMVn9AgvBR4U8UYOqMSzVR8QAPgdYFpU4LeQ1xNVexC2z+J6gDTvhOUW/cE2rbnueN4o24EHPcGibJdFZgWfqpi4PiOYAfQWfoJPUG5NMh+ZwQ95uH5LUIfI7KqAF9X8dLz3R60Fc9QTXQJh4YPnNCHiKhQYNrxBZYzS9vtQH5RBJ9k58mLmX6FiPa+FLAPx91zFevWdtr2tYpfkItg+ypuW+fh9Y2gZ/G/iKAQ4AfZheRFWNqtqoWLRKAvWIamq3id3xBBF0u+p8XsRw/tFRvWyExWtoV5DZuIoDLg+45tqWCNCL3j2D5GBBUBM7v27MmxdIL04iQ4tbaZ+lykImBXFbWL5uSquLYhVBGwPWaayq6RKWTy2oJQPmBaxy4B52hetq35vF6DQD5gV717gOblKi1FKzMf8BDLJ062gikQz2kPo9D1tlM+YNs2KR9DZbKznATYVTO3JdtZScbwysoHbFtYdFeFcq2gassHbFt4iPYUdT7xAbtmxjay7GoJibogPmDXM7eNLLueuUmAXc+/2B3KEI2sz4QVlbdFs/TM+sy73aStXas1cX+rCrDpRTcl11p8CqGKgGkdeyxH6zyUKNlavKzwcK1/nyCttfnbE4RdS2WVNfFOswvYyG1j2clGGxtuUTqJORnYa9b2vex8YoV0LX+ouIvFrLKrGBvawNqPP970t2iwTcsTzaHbK/n9CX0n+066dOS88AzLmaX2EbH5EAJMEeg7lntKtDcnMlZiR6gOzqyy7/0Y7vdVlBlOUV65hAJTtNYc2t72cbShAaf+wG9BQt5U8UjFQ4R1MMw+Yug6r0t974FssSpioW8WIgQdonwBz/2/wt81Fc3WVTJsZN4D8diNgv04xgk3zILjc1Dy25yNOUHNs8929sWZrgNM0a5818NigBDShQULnHcqPuP/UDBQUaHrAhsx23NocA4PFjLrgceyamJG36v4CHcbKTp0ir8t5W3M7Of/tvQbGowXWmUhP4a7jq88plMAp1IUaKmlm1QUe3cJmBJDdw2YEkF3EZiqDd1VYKoWdJeBqSJo80/ABXUdmPJBm6JoQasATLmg2fBbyQwbEZo2ZmYJO0OvXr16dV3/AIhvx1klOlToAAAAAElFTkSuQmCC) no-repeat;background-size:20px;background-position-x:6px;background-position-y:6px;cursor:not-allowed}.s-header input{outline:none}.s-header input ::placeholder{color:#7c8db5}.s-header__items{display:flex;align-items:center;gap:20px}.s-header__item{position:relative;display:flex;align-items:center}.s-header__item-help{font-size:.8125rem;display:flex;flex-direction:row;align-items:center;cursor:pointer;gap:8px;color:#046cb8;padding:4px 6px;border:1px solid #046cb8;border-radius:6px}.s-header__item-help-icon{width:16px;height:16px}.s-header__dropdown-container{position:relative}.s-header__dropdown-container:hover .s-header__dropdown,.s-header__dropdown-container .s-header__dropdown:hover{display:block}.s-header__dropdown{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);z-index:101;padding-top:25px}.s-sidebar{width:100%;height:100%}.s-sidebar__wrapper{width:100%;height:100%;padding:0 10px 0 0}.s-sidebar__logo{display:flex;justify-content:center;align-items:center;border-radius:10px;padding-bottom:24px}.s-sidebar__logo-text{font-family:Aller;font-size:2.8125rem;padding-left:10px;font-weight:700}.s-sidebar__logo img{max-width:184px;object-fit:contain;cursor:pointer}.s-sidebar__items{width:100%;height:90%;position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;font-size:.8125rem;font-weight:500}.s-sidebar__top{display:flex;flex-direction:column;width:100%;background-color:#224d72;padding:32px 0 10px;border-radius:10px;box-shadow:0 4px 4px #00000040}.s-sidebar__label{color:#fff}.s-sidebar__label--selected{color:#000}.s-sidebar__bottom{width:100%;background-color:#224d72;padding:16px 0;border-radius:10px;box-shadow:0 4px 4px #00000040}.s-sidebar__item{width:100%;position:relative;display:flex;align-items:center;gap:18px;cursor:pointer;padding:7px 20px;border-top:1px solid transparent;border-bottom:1px solid transparent;border-left:6px solid transparent}.s-sidebar__item--selected{background-color:#fff;border-left:6px solid #4aa3f8;border-top:1px solid #4aa3f8;border-bottom:1px solid #4aa3f8;box-shadow:0 2px 2px #000}.s-sidebar__item--disabled{opacity:.4;cursor:not-allowed}.s-sidebar__item:not(.s-sidebar__item--selected,.s-sidebar__item--disabled):hover{border-top:1px solid #ffffff;border-bottom:1px solid #ffffff;border-left:6px solid #ffffff}.s-sidebar__icon{width:20px;height:20px}.s-sidebar__icon img{width:20px;height:20px;object-fit:contain}.s-sidebar__dropdown{width:100%;display:flex;flex-direction:column}.s-sidebar__options{display:flex;flex-direction:column;gap:10px;padding-top:5px}.s-sidebar__options--border{border-top:1px solid rgba(255,255,255,.25)}.s-sidebar__option-item{gap:10px;width:136px;height:30px;display:flex;align-items:center;padding:5px 0;margin-left:40px;font-size:.75rem;font-weight:400;line-height:17px;justify-content:flex-start;color:#fff;cursor:default}.s-sidebar__option-item--selected{background-color:#fff;border-radius:8px;color:#000}.s-sidebar__option-item__icon{width:16px;height:16px}.s-sidebar__option-item__button{border:1px solid #ffffff;border-radius:6px;justify-content:center;cursor:pointer}.s-sidebar__option-item__button:hover,.s-sidebar__option-item__button--highlight{background:#fff;color:#000}.s-sidebar__arrow{position:absolute;top:16px;right:12px;width:16px;height:16px}.s-sidebar__arrow--open{transform:rotate(180deg)}.s-sidebar__switch{display:flex;align-items:center;justify-content:space-between;padding:8px;background-color:#256aa5;border-radius:6px;cursor:pointer;min-width:208px}.s-sidebar__switch-cont{padding:10px;border-bottom:1px solid #66b3ff;margin-bottom:20px;position:relative}.s-sidebar__switch-left{display:flex;align-items:center;gap:4px}.s-sidebar__switch-logocont{width:24px;height:24px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.s-sidebar__switch-logo{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}.s-sidebar__switch-name{font-weight:500;font-size:.75rem;line-height:100%;color:#fff}.s-switch-popup{position:absolute;left:221px;top:10px;z-index:10;background:#fff;box-shadow:0 2px 8px #0f172a1f;border-radius:8px;width:272px}.s-switch-popup__header{padding:14px 16px;display:flex;gap:6px;align-items:center;background-color:#edf4fe;border-top-right-radius:8px;border-top-left-radius:8px}.s-switch-popup__body{padding:12px 16px 16px;display:flex;flex-direction:column;gap:12px}.s-switch-popup__company{display:flex;justify-content:space-between;align-items:center;padding:8px;border-radius:6px;border:1px solid #d1ddeb;cursor:pointer}.s-switch-popup__company--active{background:#edf7ff;border:1px solid #4aa3f8}.s-switch-popup__company--inactive:hover{background:#efeeee}.s-switch-popup__company-text{font-weight:400;font-size:.8125rem;line-height:100%}.s-switch-popup__company-icon{width:16px;height:16px}.profile{display:flex;align-items:center;gap:12px;font-size:1rem;font-weight:400;cursor:pointer}.profile__container{cursor:pointer;position:relative}.profile__container--border{border:1px solid #046cb8;background-color:#fff;border-radius:10px;box-shadow:0 4px 4px #00000040}.profile__img{width:32px;height:32px}.profile__img img{width:32px;height:32px;border-radius:50%}.profile__right{display:flex;justify-content:space-between;min-width:120px;cursor:pointer}.profile__dropdown{position:absolute;top:calc(100% + 20px);right:-15px;z-index:7;background-color:#fff;border:1px solid #d1d1d1;width:240px;display:flex;flex-direction:column;border-radius:6px;box-shadow:0 4px 4px #00000040}.profile__dropdown:before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px;background:transparent;z-index:-1}.profile__dropdown-item{display:flex;flex-direction:column;gap:6px;padding:10px 10px 10px 20px}.profile__dropdown-item--border{border-bottom:1px solid #d1d1d1}.profile__dropdown-item-content{display:flex;align-items:center;gap:10px;cursor:pointer}.profile__dropdown-item-left{display:flex;justify-content:flex-start;align-items:center;gap:14px}.profile__dropdown-item-left img{max-width:20px;object-fit:contain}.profile__dropdown-item-right{flex-grow:1;display:flex;justify-content:flex-end;align-items:center}.profile__dropdown-item-right>img{max-width:18px;object-fit:contain}.profile__dropdown-item-icon{width:18px;height:18px}.profile__dropdown-item-text{font-size:.75rem;font-weight:400}.profile__dropdown-item-text--pending:hover{text-decoration:1px solid underline #e01e5a;text-underline-offset:5px}.profile__dropdown-submenu{display:flex;flex-direction:column;gap:4px}.profile__dropdown-subitem{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px;border:1px solid #efeeee;border-radius:6px}.profile__dropdown-subitem-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:100%;letter-spacing:0%}.profile__dropdown-subitem-icon{max-width:16px;object-fit:contain}.profile__dropdown-subitem--active{background-color:#edf7ff;border:1px solid #046cb8}.profile__dropdown-icon{width:20px;height:20px;cursor:pointer}.profile__dropdown-icon img{width:20px;height:20px;margin-left:-5px}.profile__dropdown--point-up{position:absolute;right:15px;top:-18px}.profile__text{color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:110px}.profile__text--blue{color:#046cb8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:110px}.profile__credits{display:flex;justify-content:space-between;align-items:center;padding:16px 10px 16px 20px;background-color:#ebf4ff;border-top-left-radius:6px;border-top-right-radius:6px}.profile__credits-balance{display:flex;align-items:center;gap:4px;cursor:text}.profile__credits-balance>span{font-weight:600;font-size:.6875rem;line-height:180%}.profile__credits-balance>p{font-weight:600;font-size:1rem;line-height:150%}.profile__menu{display:flex;flex-direction:column;padding-bottom:10px}.s-timeline{width:100%;display:flex;justify-content:center;align-items:center;gap:30px;background-color:#fafbfb;border-radius:10px}.s-timeline__card{min-width:300px;height:94px;padding:10px;display:flex;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid #e7e7e7;background-color:#fff}.s-timeline__card--small{min-width:250px;max-width:250px}.s-timeline__content{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.s-timeline__title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.73px;text-align:center}.s-timeline__partition{width:100%;height:1px;background-color:#000}.s-timeline__review{display:flex;align-items:center;justify-content:center;gap:5px}.s-timeline__review-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:12.1px;text-align:center;color:#046cb8}.s-timeline__submit,.s-timeline__query{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:12.1px;text-align:center;color:#0009}.s-timeline__icon{display:flex;align-items:center}.s-timeline__icon>img{max-width:20px;object-fit:contain}.s-timeline__right-arrow{max-width:50px;object-fit:contain}.s-timeline__right-arrow--long{max-width:100px}.s-timeline__right-arrow--small{max-width:20px}.s-timeline--disabled{opacity:.5}.s-timeline--small{gap:10px}.v2-timeline{display:flex;align-items:flex-start;justify-content:center;height:170px;width:1010px;margin:0 auto;padding-bottom:0;padding-top:60px}.v2-timeline--completed{padding-bottom:42px;height:180px}.v2-timeline__timeline{display:flex;align-items:center}.v2-timeline__card{position:relative}.v2-timeline__line{width:300px;background:#d1d1d1;height:8px;outline:none;border:none}.v2-timeline__line--green{background:#a7dac8}.v2-timeline__title{position:absolute;top:-42px;left:50%;transform:translate(-50%);font-size:1rem;font-weight:600;line-height:125%;text-align:center;width:max-content}.v2-timeline__title--init{color:#888}.v2-timeline__icon{width:32px;height:32px;position:relative;z-index:1;border-radius:50%}.v2-timeline__icon--left{margin-right:-5px}.v2-timeline__icon--center{margin:0 -5px}.v2-timeline__icon--right{margin-left:-5px}.v2-timeline__icon--pending{animation:glow-pending 2s infinite}@keyframes glow-pending{0%,to{box-shadow:none}50%{box-shadow:0 0 10px 7px #26eba4}}.v2-timeline__icon--failed{animation:glow-failed 3s infinite}@keyframes glow-failed{0%,to{box-shadow:none}50%{box-shadow:0 0 10px 7px #ffb3ca}}.v2-timeline__icon-bg--pending,.v2-timeline__icon-bg--completed{background:#00ab72}.v2-timeline__icon-bg--init{background:#d1d1d1}.v2-timeline__icon-bg--failed{background:#ef4444}.v2-timeline__bottom{position:absolute;top:50px;left:50%;transform:translate(-50%);width:max-content;display:flex;flex-direction:column;align-items:center;gap:10px}.v2-timeline__time{font-size:.8125rem;line-height:125%;color:#888;text-align:center}.v2-timeline__actions-cont{display:flex;flex-direction:column;gap:6px;align-items:start}.v2-timeline__actions{display:flex;flex-direction:row;align-items:center;gap:8px}.v2-timeline__actions-icon{cursor:pointer;position:absolute;left:-32px}.v2-timeline__text{font-weight:400;font-size:.8125rem;line-height:125%;margin-top:-6px;padding-left:20px;padding-right:20px;position:relative}.v2-timeline__text--copy{position:absolute;right:0;top:0}.s-upload-card{width:100%;background-color:#fff;position:relative}.s-upload-card__input{width:100%;border:none;border-radius:8px;background-color:#edf7ff;overflow:hidden;transition:max-height .3s ease;display:flex;justify-content:center;align-items:center;gap:12px;padding:8px 15px;max-height:105px;border:1px dashed #62748e;cursor:not-allowed}.s-upload-card__input--drag{border:1px solid #354cff}.s-upload-card__input--hover{cursor:pointer}.s-upload-card__input--hover:hover{border:2px dashed #046cb8;padding:7px 14px}.s-upload-card__error{padding-top:10px;color:#ef4444;font-size:.8125rem}.s-upload-card__upload{display:none}.s-upload-card__label{display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer}.s-upload-card__label-img{height:20px;object-fit:contain}.s-upload-card__label-text{font-size:.8125rem;color:#354cff}.s-upload-card__label-text:hover{text-decoration:underline}.s-upload-card__secondary-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#6d6d6d}.s-upload-card__text{text-align:center;font-size:.8125rem;display:flex;gap:4px}.s-upload-card__text-cont{display:flex;flex-direction:column;gap:8px}.s-upload-card__list{width:100%}.s-upload-card__file-content{width:350px;display:flex;align-items:center;border:1px dashed #62748e;border-radius:8px;background-color:#f8f8f8;padding:8px 20px 8px 10px}.s-upload-card__file-card{width:100%;display:flex;align-items:center;gap:8px;padding:10px 0}.s-upload-card__file-card--border{border-bottom:1px solid #e5e5e5}.s-upload-card__file-actions{display:flex;justify-content:flex-start;align-items:center;gap:15px}.s-upload-card__file-actions :hover{color:#ffa100}.s-upload-card__file-icon{height:20px;margin-right:10px}.s-upload-card__file-cont{width:100%}.s-upload-card__file-info{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.s-upload-card__file-span{display:flex;align-items:center;gap:4px}.s-upload-card__file-text{font-size:.8125rem;margin:0;max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-upload-card__file-hr{width:1px;height:14px;background-color:#797979;border:none}.s-upload-card__file-remove{max-width:16px;cursor:pointer}.s-upload-card__file-download{max-width:28px;object-fit:contain;cursor:pointer}.s-upload-card__file-detach{width:16px;cursor:pointer;margin-left:28px}.s-upload-card__bar{width:100%;height:6px;background-color:#e5e5e5;border-radius:12px;margin-top:8px}.s-upload-card__progress{height:100%;transition:width .3s ease-in-out;background-color:#00ab72;border-radius:12px}.s-upload-card--disabled{opacity:.5}.s-upload-card--disabled:hover{text-decoration:none}.s-upload-card--tooltip-cont,.s-upload-card__tooltip-box{width:100%}.s-upload-card__upload-msg{position:absolute;left:0;top:-24px;font-size:.8125rem;color:#888}.s-upload-card__all-icons{display:flex;align-items:center;justify-content:center;gap:0px}.s-accordian{width:100%;background-color:#fff;padding:20px 0}.s-accordian__head{display:flex;align-items:center;justify-content:flex-start;gap:20px;cursor:pointer}.s-accordian__left{display:flex;align-items:center;gap:8px}.s-accordian__icon{width:20px;height:20px}.s-accordian__title{margin:0}.s-accordian__status{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:500}.s-accordian__status-img{width:12.5px;height:12.5px}.s-accordian__status--uploaded{color:#00ab72}.s-accordian__status--pending{color:#cc9600}.s-accordian__status--not_uploaded{color:#1f1f1f}.s-accordian__child{margin-top:20px}.basic-single{flex:1}.basic-single__container{position:relative}.basic-single__label{position:absolute;z-index:100;top:-30px;background-color:#fff}.basic-single--highlighted{border-color:#046cb8;color:#046cb8}.basic-single__error{font-size:.6875rem;color:#ef4444;margin:7px 0 0 5px}.dropdown__conatiner{position:relative;display:flex;flex-direction:column;justify-content:center}.dropdown__label{position:absolute;z-index:2;top:0}.dropdown__icon{height:5px}.dropdown__icon--rotate{transform-origin:center center;transform:rotate(180deg) translate(50%,50%)!important}.s-card{padding:24px;border:1px solid rgba(0,0,0,.2);border-radius:10px;display:flex;flex-direction:column;justify-content:flex-start;gap:24px;background-color:#fff}.s-card--alertCard{width:360px;height:274px}.s-card__header{display:flex;justify-content:space-between;align-items:flex-start}.s-card__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;letter-spacing:0px;text-align:left}.s-card__body{display:flex;flex-direction:column}.s-button--primary{font-family:Inter,sans-serif!important;border:1.5px solid #046cb8;color:#fff;background-color:#046cb8;outline:none}.s-button--primary:not(.s-button--disabled):hover{box-shadow:0 4px 4px #00000040}.s-button--secondary{font-family:Inter,sans-serif!important;color:#000;background-color:#fff;border:1px solid #000000}.s-button--secondary .s-button__icon{filter:brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(550%) hue-rotate(350deg) brightness(90%) contrast(100%)}.s-button--secondary:not(.s-button--disabled):hover{border:1px solid #046cb8;color:#046cb8}.s-button--secondary:not(.s-button--disabled):hover .s-button__icon{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-button--tertiary{font-family:Inter,sans-serif!important;border:none;font-weight:600;color:#046cb8;outline:none;margin:0!important;padding:0!important;background-color:transparent}.s-button--tertiary>span{font-weight:600}.s-button--tertiary:not(.s-button--disabled):hover{text-decoration:underline}.s-button--tertiary:not(.s-button--disabled):hover .s-button__icon{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-button--expanding:hover{transform:scale(1.02);transform-origin:left}.s-button--tertiary_black{color:#000}.s-button--tertiary_black:hover{color:#046cb8}.s-button--secondary_blue{font-family:Inter,sans-serif!important;background-color:#fff;border:1px solid #046cb8;color:#046cb8;border-radius:8px}.s-button--hyperlink{font-family:Inter,sans-serif!important;font-weight:600;border:none;color:#000;background-color:transparent;outline:none}.s-button--hyperlink>span{font-weight:600}.s-button--hyperlink:not(.s-button--disabled):hover{text-decoration:underline}.s-button--basic{border:1px solid rgba(0,0,0,.2);border-radius:8px;padding:8px 20px;background-color:#fff}.s-button--white{font-family:Inter,sans-serif!important;color:#000;background:#fff;border:1px solid rgba(0,0,0,.2)}.s-button--tag{border:none;background-color:#fff;border:1px solid rgba(0,0,0,.2);color:#5b5b5b;border-radius:50px}.s-button--tag:hover{background-color:#f6f9ff}.s-button--alert-success{border:1px solid rgba(0,0,0,.2);background-color:#fff;padding:8px 20px}.s-button--white_background{background-color:#fff!important}.s-button--xs{padding:6px 12px;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.s-button--sm2{padding:6px 8px;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.s-button--md{padding:10px 20px;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:8px}.s-button--lg{padding:10px 25px;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:8px}.s-button--long{padding:8px 40px;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.s-button__text--xs{font-size:.6875rem;font-weight:400}.s-button__text--sm{font-size:.75rem;font-weight:400}.s-button__text--sm2{font-size:.8125rem;font-weight:400}.s-button__text--md{font-size:.875rem}.s-button__text--lg{font-size:.875rem;font-weight:500}.s-button--disabled{opacity:.4;cursor:not-allowed}.s-button--round{border-radius:50px}.s-button--button,.s-button--cube{border-radius:8px}.s-button--card{border-radius:10px}.s-button--task{border-radius:6px;padding:12px}.s-button__icon--md,.s-button__icon--sm2{height:14px}.s-button__icon--xs{height:14px;object-fit:contain}.s-button__icon--up{transform:rotate(180deg)}.s-button--green{max-width:112px;padding:6px 12px 7px;color:#00963d;background-color:#eafff5;border:none;border-radius:8px;font-family:Inter}.s-button--green:not(.s-button--disabled):hover{box-shadow:0 4px 4px #00000040}.s-button--positive{max-width:112px;padding:6px 12px 7px;color:#046cb8;background-color:transparent;border:1px solid #046cb8;border-radius:8px}.s-button--positive:not(.s-button--disabled):hover{cursor:pointer;box-shadow:0 4px 4px #00000040}.s-button--negative{max-width:112px;padding:6px 12px 7px;color:#e01e5a;background-color:#e01e5a1a;border:none;border-radius:8px}.s-button--negative:hover{cursor:pointer;box-shadow:0 4px 4px #00000040}.s-button--neutral{max-width:112px;padding:6px 12px 7px;color:#000;background-color:#0000001a;border:none;border-radius:8px}.s-button--download{max-width:112px;border:none;outline:none;background-color:transparent;color:#000}.s-button--neutral:hover{cursor:pointer;box-shadow:0 4px 4px #00000040}.s-button--info{max-width:112px;padding:6px 12px 7px;color:#ffa100;background-color:#cc96001a;border:none;border-radius:8px}.s-button--info:hover{cursor:pointer}.s-button--icon-left{flex-direction:row-reverse}.s-button--gray-white{background-color:#fafbfb;color:#046cb8;border:.5px solid #d1d1d1}.s-button--gray-white.s-button--disabled{opacity:1;color:#888}.s-button__error{display:contents}.s-button__error--top{flex-direction:column;gap:5px}.s-button__error--bottom{flex-direction:column-reverse;gap:5px}.s-button__error--left{flex-direction:row;gap:5px}.s-button__error--right{flex-direction:row-reverse;gap:5px}.s-button__select{position:relative;display:flex;justify-content:center;flex-grow:1;max-height:fit-content;width:100%}.s-button__dropdown{width:100%;position:absolute;top:32px;border-radius:10px;border:1px solid #d1d1d1;padding:6px;background-color:#fff;z-index:4;display:flex;flex-direction:column;gap:6px;box-shadow:0 4px 20px #0000001a}.s-button__dropdown-option{padding:6px 10px;border-radius:5px;font-weight:400;font-size:.6875rem;cursor:pointer}.s-button__dropdown-option:hover{background-color:#ebf4ff;width:100%}.s-modal{width:100vw;height:100vh;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;background-color:#000c}.s-modal__card{width:510px;height:527px;display:flex;flex-direction:column;justify-content:center;gap:20px;align-items:center;position:relative;padding:14px 35px;border-radius:12px;background-color:#fff}.s-modal__top{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.2);gap:30px}.s-modal__top>img{width:80px;height:80px}.s-modal__top-header{font-family:Inter,sans-serif!important;font-size:2rem;font-weight:700;line-height:48px;letter-spacing:0em;text-align:center}.s-modal__top-content{margin-top:-25px;margin-bottom:15px;padding:0 30px;font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:500;line-height:30px;letter-spacing:0em;text-align:center;color:#00000080}.s-modal__bot{display:flex;flex-direction:column;align-items:center;gap:25px}.s-modal__bot-pending{margin-top:20px;font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:500;line-height:30px;letter-spacing:0em;text-align:center}.s-modal__bot-status{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19px;letter-spacing:0em;text-align:center;color:#046cb8;cursor:pointer}.s-modal__cross{position:absolute;top:6px;right:6px}.s-modal__cross>img{width:32px;height:32px;cursor:pointer}.s-sbDetails{width:100%}.s-sbDetails__invoice{width:100%;padding:10px 0}.s-sbDetails__invoice--blue{border-top:1.5px solid #046cb8}.s-sbDetails__invoice-v2{padding-bottom:16px}.s-sbDetails__upload-doc-bg{z-index:10;width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#1d1c1db3;cursor:auto}.s-sbDetails__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.s-sbDetails__transport-docs{display:flex;flex-direction:column;gap:10px}.s-sbDetails__transport-docs-heading{font-family:Inter,sans-serif!important;font-size:16px;font-weight:600;line-height:24px;text-align:left}.s-sbDetails__transport-docs-textfield{grid-row:2;display:grid;grid-template-columns:subgrid;grid-column:1/3;align-items:center}.s-sbDetails__transport-docs-textfield-label{grid-column:1;font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:19px;text-align:left;color:#888}.s-sbDetails__transport-docs-parent{padding:28px 0 20px;border:1px solid #d1d1d1;border-radius:10px;margin-bottom:20px}.s-sbDetails__transport-docs-fields{display:flex;row-gap:10px;justify-content:space-between;align-items:center;margin:0 75px}.s-sbDetails__transport-docs-container{display:flex;gap:16px}.s-sbDetails__transport-docs-radio{grid-row:1;grid-column:2;grid-template-columns:subgrid}.s-sbDetails__transport-docs-radio-label{grid-row:1;grid-column:1;font-family:Inter,sans-serif!important;font-size:.8125rem;color:#888}.s-sbDetails__transport-docs-input-radio:checked:disabled{color:#046cb8}.s-sbDetails__transport-docs__upload{position:relative;grid-row:2/3;grid-column:3;grid-template-columns:subgrid;display:grid;flex-direction:row;align-items:flex-end;height:100%;justify-content:space-between;justify-items:end}.s-sbDetails__transport-docs__upload-label{grid-column:1;font-family:Inter,sans-serif!important;font-size:1rem;line-height:19px;text-align:left}.s-sbDetails__transport-docs__upload-card{grid-column:3;width:max-content}.s-sbDetails__transport-docs__upload--msg{position:absolute;top:-22px;left:0;font-size:.8125rem;color:#888}.s-sbDetails__transport-docs-dropdown{grid-row:1;grid-column:1/3;display:grid;grid-template-columns:subgrid;flex-direction:row;align-items:center}.s-sbDetails__transport-docs-dropdown-label{grid-column:1;font-family:Inter,sans-serif!important;font-size:.8125rem;color:#888}.s-sbDetails__transport-docs-dropdown-input{grid-column:3}.s-sbDetails__transport-docs-ecom-status{width:100%;display:flex;font-size:.8125rem;border-bottom:1px solid #d1d1d1;padding:14px 75px}.s-sbDetails__transport-docs-ecom-status>span{color:#888}.s-sbDetails__transport-docs-ecom-status>p{padding-left:6px}.s-sbDetails__transport-docs-ecom-fields{display:grid;grid-gap:14px;grid-template-columns:1fr 1fr;padding:14px 75px}.s-sbDetails__transport-docs-ecom-fields>div{font-size:.8125rem;display:flex}.s-sbDetails__transport-docs-ecom-fields>div>span{color:#888}.s-sbDetails__transport-docs-ecom-fields>div>p{font-weight:600;padding-left:6px}.s-sbDetails__transport{display:flex;align-items:center;gap:12px;justify-content:center}.s-sbDetails__transport-doc-text{display:flex;align-items:center;gap:4px}.s-sbDetails__transport-doc-text>span{width:max-content;font-size:.8125rem;color:#888}.s-sbDetails__transport-doc-text>p{width:max-content;font-size:.875rem}.s-sbDetails__tr-text{font-size:.8125rem;font-weight:600}.s-sbDetails__tr-text>span{color:#888;font-weight:400}.s-sbDetails__tr-icon{display:flex;gap:8px;align-items:center}.s-sbDetails__tr-icon>img{height:24px}.s-sbDetails__tr-icon>span{font-size:.8125rem;color:#161616;font-weight:400}.s-sbDetails__tr-hr{width:70px;height:2px;background:#161616;outline:none;border:none}.s-sbDetails__tr-img{width:60px}.s-sbDetails__title{display:flex;align-items:center;gap:20px}.s-sbDetails__title>p{font-family:Inter;font-size:1rem;font-weight:600}.s-sbDetails__title>span{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background-color:#e7e7e7;font-size:.8125rem}.s-sbDetails__ad-codes{display:flex;flex-direction:column;gap:10px}.s-sbDetails__ad-code-new{position:relative;font-size:.8125rem;font-weight:600;padding-right:56px;display:flex;align-items:center;flex-direction:row;gap:2px;height:16px;text-wrap:nowrap;color:#161616}.s-sbDetails__ad-code-new-label{color:#4f4f4f;width:105px;text-align:right}.s-sbDetails__ad-code-new-icon{display:flex;justify-content:center;align-items:center}.s-sbDetails__ad-code-new-icon>img{height:16px;padding:0 8px}.s-sbDetails__ad-code-new-copy{position:absolute;right:30px}.s-sbDetails__ad-code-old{position:relative;font-size:.8125rem;font-weight:600;padding-right:56px;display:flex;align-items:center;flex-direction:row;gap:2px;height:16px;text-wrap:nowrap;color:#888}.s-sbDetails__ad-code-old-label{color:#888;width:105px;text-align:right}.s-sbDetails__ad-code-old-icon{width:110px;display:flex;justify-content:center;align-items:center}.s-sbDetails__ad-code-old-icon>img{height:16px;padding:0 8px;filter:saturate(0)}.s-sbDetails__ad-code-old-copy{position:absolute;right:30px}.s-sbDetails__invoice-list{width:100%;display:flex;flex-direction:column;gap:16px}.s-sbDetails--hidden{display:none}.s-sbDetails__ecom{display:flex;align-items:center;gap:6px;padding:0 0 14px}.s-sbDetails__ecom>p{font-size:1rem;font-weight:600;line-height:125%;color:#888}.s-sbDetails__ecom>span{font-size:1rem;font-weight:600;line-height:125%}.s-sbDetails__lodgement-buttons{display:flex;width:100%;align-items:center;justify-content:center}.s-sbDetails__bill-lodgement{padding:20px 75px;align-items:center;display:flex;justify-content:space-between}.s-sbDetails__bill-lodgement-header{display:flex;justify-content:space-between;align-items:center}.s-sbDetails__bill-lodgement-text{font-size:.875rem}.s-sbHeader{width:100%;min-height:42px;display:flex;flex-direction:column;align-items:flex-end;gap:16px;padding-bottom:8px;cursor:pointer;position:sticky;top:0;background-color:#fff;z-index:5;border-radius:12px;padding-top:20px}.s-sbHeader--doc{padding-top:44px}.s-sbHeader--noClick{cursor:auto}.s-sbHeader-container{background-color:#fff;position:sticky;top:0;z-index:5}.s-sbHeader__cont{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.s-sbHeader__cont--doc{border-top:1px solid #d1d1d1;padding-top:6px}.s-sbHeader__back{width:16px;height:16px;cursor:pointer}.s-sbHeader__back-img{cursor:pointer;width:16px;height:16px}.s-sbHeader__back-background{display:flex;justify-content:center;align-items:center;padding:15px;background-color:transparent;border-radius:50%}.s-sbHeader__back-background:hover{background-color:#d2e7ff}.s-sbHeader__content{display:flex;flex-direction:column;justify-content:flex-end}.s-sbHeader__top{display:flex;justify-content:flex-start;align-items:center;gap:12px}.s-sbHeader__text{display:flex;align-items:center;justify-content:center;gap:12px;position:relative;height:42px}.s-sbHeader__copy{width:12px}.s-sbHeader__copy--display{display:none}.s-sbHeader__text1{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:500;line-height:42px;letter-spacing:0em;text-align:left;color:#00000080;position:relative}.s-sbHeader__text1--type2{font-size:20px;font-weight:600;line-height:125%;color:#161616}.s-sbHeader__text2{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:500;margin-left:-8px;line-height:42px;letter-spacing:0em;text-align:left;position:relative}.s-sbHeader__text2--type2{font-size:1rem;font-weight:400;line-height:150%;margin-left:-13px}.s-sbHeader__text2--tag{position:absolute;top:-20px;right:-64px}.s-sbHeader__text2--tag>div{background:transparent!important}.s-sbHeader__text3{font-size:.8125rem;font-weight:600;padding-left:46px}.s-sbHeader__text3 span{color:#888}.s-sbHeader__text3--doc{padding-left:0}.s-sbHeader__awaited{padding-left:46px;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:500;line-height:30px;text-align:left;display:flex;gap:8px}.s-sbHeader__awaited--doc{padding-left:0}.s-sbHeader__awaited-title{font-family:Lato;font-size:.875rem;font-weight:400;line-height:150%;background-color:#ffebb6;padding:4px 8px;border-radius:6px}.s-sbHeader__awaited-text{color:#888;font-size:.8125rem}.s-sbHeader__sb-download{max-width:16px;object-fit:contain;cursor:pointer}.s-sbHeader__sb-download-background{display:flex;justify-content:center;align-items:center;padding:8px;background-color:transparent;border-radius:50%}.s-sbHeader__sb-download-background:hover{background-color:#d2e7ff}.s-sbHeader__dropdown{display:flex;justify-content:center;align-items:center;cursor:pointer;gap:8px;padding-right:10px}.s-sbHeader__dropdown:hover{text-decoration:underline;color:#046cb8}.s-sbHeader__dropdown>p{font-size:.75rem;color:#046cb8}.s-sbHeader__dropdown>img{width:10px;object-fit:contain}.s-sbHeader__backarrow{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50px;background-color:#f2f2f2;cursor:pointer}.s-sbHeader__backarrow>img{max-width:7px;object-fit:contain}.s-sbHeader__tag{background-color:#fff!important}.s-sbHeader__summary{display:flex;background-color:#e7e7e7;padding:11.5px 22px;border-radius:10px}.s-sbHeader__summary--left{display:flex;gap:25px;padding-right:25px;border-right:1px solid rgba(0,0,0,.2)}.s-sbHeader__summary--right{display:flex;gap:25px;padding-left:25px}.s-sbHeader__box-left{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.s-sbHeader__box-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.s-sbHeader__box-text{font-size:.8125rem}.s-sbHeader__box-number{font-size:.875rem;font-weight:600}.s-sbHeader__box-number>span{font-size:.6875rem}.s-sbHeader__close{position:absolute;top:10px;right:0;width:24px;height:24px;z-index:10;cursor:pointer}.s-sbHeader__bottom{display:flex;flex-direction:column;gap:8px}.s-sbHeader__lodgement{display:flex;padding-left:46px;font-size:.8125rem;font-weight:400}.s-sbHeader__lodgement--negative{padding-left:0}.s-sbHeader__lodgement-value{display:flex}.s-sbHeader__lodgement-value>p{line-height:150%;margin:0 5px;padding:0 5px;background:#ffebb6;border-radius:4px}.s-sbHeader__lodgement-value2{display:flex}.s-sbHeader__lodgement-value2>p{line-height:150%;margin:0 5px;padding:0 5px}.s-sbHeader__bulk-value{display:flex}.s-sbHeader__bulk-value>p{line-height:150%;margin:0 5px;padding:0}.s-tag{max-width:70px;font-size:.8125rem;padding:2px 4px;background-color:#f2f2f2;border-radius:4px;text-align:center}.s-tag--standard{background-color:#f2f2f2}.s-tag--positive{color:#046cb8;background:#e5eeff}.s-tag--negative{color:#ef4444;background:#e01e5a1a}.s-tag--neutral{background:#f2f2f2}.s-tag--info{color:#ffa100;background:#ffa1001a}.s-tag--smalltag{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:400;line-height:9.68px;text-align:left;background-color:transparent}.s-actionBar{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;margin-top:30px;margin-bottom:20px}.s-actionBar__wrapper{width:100%;height:71px;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:#edf7ff}.s-actionBar__titletext{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:500;line-height:30px;letter-spacing:0em;text-align:left}.s-actionBar__left{display:flex;justify-content:flex-start;align-items:center;gap:10px}.s-actionBar__content{display:flex;justify-content:flex-start;align-items:center;gap:4px}.s-actionBar__img{max-width:19px;object-fit:contain;margin-top:-2px}.s-actionBar__text{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:500;line-height:17px;letter-spacing:0em;text-align:left;color:#046cb8}.s-actionBar__text--link{border-bottom:1px solid #046cb8;cursor:pointer}.s-actionBar__right{display:flex;justify-content:flex-end;align-items:center;gap:12px}.s-progressBar{width:100%;height:72px;display:flex;justify-content:center;align-items:center;gap:32px;background-color:#fff;box-shadow:0 4px 20px #0000001a}.s-progressBar__state{display:flex;align-items:center;justify-content:flex-start;gap:8px}.s-progressBar__img{max-width:24px;object-fit:contain}.s-progressBar__content{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.s-progressBar--in_progress{color:#046cb8}.s-progressBar--completed{color:#000}.s-progressBar--pending{color:#888}.s-greet{font-size:1.75rem}.s-breadcrums{width:100%;padding:5px 0;display:flex;justify-content:flex-start;align-items:center;gap:14px}.s-breadcrums__item{display:flex;justify-content:flex-start;align-items:center;gap:14px}.s-breadcrums__item>img{max-width:7px;object-fit:contain}.s-breadcrums__content{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:24px;letter-spacing:0px;text-align:left;border-bottom:1px solid transparent;cursor:pointer}.s-breadcrums__content:hover{color:#046cb8}.reconciliation{width:100%;height:100vh;background-color:#fff}.reconciliation__container{width:100%;display:flex;gap:50px}.reconciliation__header{width:100%}.reconciliation__content{padding:30px 30px 0}.reconciliation__reasons{flex:.75;display:flex;flex-direction:column;margin-top:20px}.reconciliation__assistance{flex:.25;display:flex;flex-direction:column;align-items:center;gap:15px;padding:30px 28px;border-radius:16px;background-color:#fdf9e9}.reconciliation__assistance-header{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:22px;text-align:left}.reconciliation__assistance-text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:22px;text-align:left;color:#888}.reconciliation__assistance img{max-width:180px;object-fit:contain}.reconciliation__dropdown{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;border-bottom:1px solid rgba(0,0,0,.2)}.reconciliation__dropdown-dropdown{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 0 20px}.reconciliation__dropdown-header{flex:1;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;text-align:left}.reconciliation__textbox{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.2)}.reconciliation__textbox-header{flex:1;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;text-align:left}.reconciliation__textbox>input{flex:1;box-shadow:none;outline:none;border:1px solid rgba(0,0,0,.2);font-size:1rem;font-weight:500;border-radius:8px;padding:14px 16px;margin-left:30px}.reconciliation__checkbox{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:10px 0}.reconciliation__checkbox-text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;text-align:left}.reconciliation__checkbox input{cursor:pointer}.reconciliation__text{padding:20px 0}.reconciliation__text-text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;text-align:left}.reconciliation__radio{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.reconciliation__radio-header{flex:1;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;text-align:left}.reconciliation__radio-options{flex:1;display:flex;justify-content:flex-start;align-items:center;gap:15px}.reconciliation__radio-option{display:flex;justify-content:center;align-items:center;gap:5px}.reconciliation__radio input{cursor:pointer}.upload-document{width:100%;height:100vh;background-color:#fff}.upload-document__header{width:100%}.upload-document__content{padding:30px 30px 0}.mapirm{width:100%;height:100vh;background-color:#fff}.mapirm__header{width:100%}.mapirm__content{padding:30px 30px 0}.mapirm__emptylist{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:70px;gap:20px}.mapirm__emptylist-icon{max-width:156px;object-fit:contain;margin-left:-50px}.mapirm__emptylist-text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.36px;text-align:center}.mapirm__modal{width:100%;padding:10px 0 20px;display:flex;justify-content:flex-start;gap:20px;scroll-margin-top:100px}.mapirm__modal-content{flex:1;padding:10px;display:flex;flex-direction:column;gap:10px;background-color:#efeeee;border-radius:10px}.mapirm__modal-help{width:355px;display:flex;gap:22px;padding:10px 16px 16px;background-color:#efeeee;border-radius:10px}.mapirm__modal-help-left{display:flex;align-items:flex-start}.mapirm__modal-help-left>img{max-width:22px;object-fit:contain}.mapirm__modal-help-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.mapirm__modal-help-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left}.mapirm__modal-help-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;color:#4f4f4f;white-space:wrap}.mapirm__modal-help-buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.mapirm__modal-help--extra img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.mapirm__modal-inputs{width:100%;display:grid;grid-template-columns:1fr 1fr;row-gap:12px;column-gap:10px;margin-top:6px}.mapirm__modal-dropdown{width:243px;z-index:2}.mapirm__modal-dropdown .select__option{word-wrap:break-word;white-space:normal;overflow-wrap:break-word;line-height:125%}.mapirm__modal-text-element{display:flex;justify-content:flex-start;align-self:center}.mapirm__modal-text-element>p{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:16px;letter-spacing:0%}.mapirm__modal-textbox{width:250px}.mapirm__modal-textbox-fxrate{position:relative}.mapirm__modal-textbox-fxrate-subtext{position:absolute;top:9px;right:180px;display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif!important;font-weight:400;font-size:.75rem;line-height:16px;letter-spacing:0%;border-radius:10px;padding:4px 8px;background-color:#efeeee}.mapirm__modal-textbox-fxrate .MuiInputBase-input{padding-right:70px!important}.mapirm__modal-uploadbox{width:360px;background-color:transparent}.mapirm__modal-uploadbox-error{font-size:.6875rem;color:#ef4444;margin-top:5px;line-height:120%}.mapirm__modal-uploadbox--extra .s-upload-card__file-card{padding:0}.mapirm__modal-partition{height:0px;width:100%}.mapirm__modal-partition--dashed{border-top:1px dashed #d1d1d1}.mapirm__modal-buttons{display:flex;justify-content:center;align-items:center;gap:10px;padding:6px 4px;border-top:1px solid #d1d1d1}.mapirm__modal-buttons--extra{width:100px}.mapirm__tablerow{border-bottom:1px solid #888888}.mapirm__tablerow-parent{border-bottom:1px solid #ffffff}.mapirm__tablerow-button--display{display:none}.mapirm__tabledata{padding:0 15px!important}.mapirm__od-card{width:100%;padding:0 0 10px 30px;display:flex;justify-content:flex-start;align-items:center;gap:15px;border-bottom:1px solid #888888}.mapirm__od-card-left{background-color:#efeeee;border-radius:10px;width:49%;padding:12px 10px 4px}.mapirm__od-card-right{background-color:#efeeee;border-radius:10px;width:516px;height:72px;display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:4px 20px}.mapirm__od-card-right>img{width:24px;height:28px}.mapirm__od-card-right>p{font-weight:400;font-size:.8125rem;line-height:150%;color:#4f4f4f;word-break:break-word;overflow-wrap:break-word;white-space:normal;max-width:400px}.mapirm__od-card-top{display:flex;align-items:flex-start;gap:10px}.mapirm__od-card-title{margin-top:22px}.mapirm__od-card-subtext{font-weight:400;font-size:.6875rem;line-height:200%;color:#888;padding-left:16px}.mapirm__od-card-document{padding:7px 0 7px 14px}.mapirm__pr-od-td{padding:0!important}.mapirm__pr-od-card{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-bottom:1px solid #d1d1d1}.mapirm__pr-od-card--noBorder{border-bottom:none}.mapirm__pr-od-item{display:flex;align-items:center;gap:4px}.mapirm__pr-od-label{color:#888;font-weight:400;font-size:.8125rem}.mapirm__pr-od-icon{width:20px;height:20px}.mapirm__pr-od-value{color:#4f4f4f;font-weight:400;font-size:.8125rem}.action-cta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:48px}.action-cta__title{font-size:1.75rem;line-height:150%;font-weight:500;margin:0}.action-cta__buttons{display:flex;align-items:center;gap:16px;cursor:pointer}.r-panel__global{position:absolute;top:0;right:0;background:#000000bf;width:100%;height:100%;display:flex;justify-content:center;z-index:10}.r-panel__cont{width:936px;background:#fff}.r-panel__header{display:flex;align-items:center;justify-content:space-between;padding:40px 40px 26px;border-bottom:.5px solid #e0e0e0}.r-panel__title{font-size:1.5rem;font-weight:600}.r-panel__icon{width:32px;height:32px;cursor:pointer}.r-panel__body{max-height:calc(100vh - 100px);overflow-y:auto}.s-input__input{width:100%;margin:0;border:1px solid #e0e0e0;border-radius:8px;padding:0 16px;font-size:.8125rem}.s-input__input::placeholder{color:#b0b0b0;font-size:.8125rem}.s-input--required:after{content:"*";position:relative;left:2px;color:#e01e5a}.s-input--date:invalid::-webkit-datetime-edit{color:#999}.s-input--date{font-family:Inter,sans-serif!important;color:#000}.s-input--date::-webkit-calendar-picker-indicator{margin:2px 0 0 10px;filter:invert(.5);cursor:pointer}.s-input--number::-webkit-outer-spin-button,.s-input--number::-webkit-inner-spin-button{-webkit-appearance:none}.s-help{background-color:#edf7ff;padding:36px 28px;border-radius:16px}.s-help__title{font-size:1.5rem;font-weight:600;line-height:125%}.s-help__para{font-size:1rem;line-height:137.5%;color:#888;padding:20px 0 56px}.s-help__img{width:100%}.single-irm{width:100%;background-color:#fff;padding:0 20px 10px;margin-top:10px;border-radius:10px;box-shadow:0 4px 4px #00000040}.single-irm__emptylist{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:70px;gap:20px}.single-irm__emptylist-icon{max-width:156px;object-fit:contain;margin-left:-50px}.single-irm__emptylist-text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.36px;text-align:center}.single-irm__table{margin-top:40px}.single-irm__modal-bg{z-index:8;width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#1d1c1db3;cursor:auto}.demo{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;padding:30px}.demo__userid{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.demo__userid-textinput{width:400px}.s-toast{width:300px;max-height:90px;display:flex;align-items:flex-start;justify-content:space-between;padding:12px 10px;border-radius:8px;white-space:nowrap;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.s-toast__content{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.s-toast__text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.s-toast__message{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;line-height:18px;letter-spacing:0px;text-align:left}.s-toast__title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:18px;letter-spacing:0px;text-align:left}.s-toast img{width:18px;height:18px;cursor:pointer}.s-toast--success{background-color:#00963d1a;border-left:2px solid #00963d}.s-toast--warning{background-color:#ffa1001a;border-left:2px solid #ffa100}.s-toast--error{background-color:#e01e5a1a;border-left:2px solid #e01e5a}.new-recon{width:100%;height:100%;padding:0 0 20px;overflow-y:auto}.new-recon__sbsummary{z-index:4!important;top:0;z-index:100;padding:0 20px 10px;background-color:#fff;border-radius:10px;border-bottom:1px solid rgba(0,0,0,.2);box-shadow:0 4px 4px #00000040;position:sticky}.new-recon__doc-stage{margin-top:16px}.r-lodgement__input{display:flex;align-items:flex-start;gap:16px;min-width:380px;position:relative}.r-lodgement__label{flex-shrink:0;width:400px;font-size:13px;line-height:140%;word-break:break-word}.r-lodgement__upload-instruction{font-size:13px;margin-top:16px;color:#1a1a1a;width:400px;line-height:140%;word-break:break-word}.r-lodgement__dropdown{flex-grow:1;margin-top:16px;max-width:340px;box-sizing:border-box}.r-lodgement__textbox{flex-grow:1;max-width:340px;box-sizing:border-box}.r-lodgement{margin-top:16px;padding:8px;border-radius:10px;background-color:#fff}.r-lodgement:hover{box-shadow:1px 2px 2px #0003}.r-lodgement__container{width:100%;display:flex;justify-content:space-between;padding:0 20px;cursor:pointer}.r-lodgement__title{display:flex;justify-content:flex-start;align-items:center;gap:10px}.r-lodgement__title-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:500;line-height:30px;text-align:left;display:flex;gap:12px;align-items:center}.r-lodgement__title-title-text{background-color:#ffebb6;padding:0 8px;line-height:140%;border-radius:8px}.r-lodgement__title-title--mark{background-color:#cbffe5;padding:0 8px;line-height:140%;border-radius:8px}.r-lodgement__title-stepdone{max-width:22px;object-fit:contain}.r-lodgement__buttons{width:100%;display:flex;align-items:center;justify-content:center;padding:10px 0 6px;gap:24px}.r-lodgement__alert{display:flex;align-items:center;height:32px;padding:6px 8px;background-color:#e01e5a1a;gap:8px;border-radius:6px;margin:10px 20px}.r-lodgement__alert>img{max-width:16px;object-fit:contain}.r-lodgement__alert-text{font-family:Inter,sans-serif;font-weight:400;font-size:.8125rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.r-lodgement__inputs{margin:16px 20px;display:flex;flex-direction:column;gap:16px}.r-lodgement__input{display:flex;gap:48px;align-items:center}.r-lodgement__label{width:400px;font-size:.8125rem;font-weight:400}.r-lodgement__declaration{display:flex;flex-direction:column;gap:16px;margin:0 20px}.r-lodgement__progress{display:flex;flex-direction:column}.r-lodgement__progress-info{margin:20px 20px 0;display:flex;align-items:flex-start;gap:20px}.r-lodgement__progress-content{flex-grow:1;display:flex;flex-direction:column;gap:20px}.r-lodgement__progress-img{max-width:137px;object-fit:contain}.r-lodgement__progress-text{max-width:436px;font-size:.8125rem;font-weight:400;line-height:180%}.r-lodgement__progress-text>span{font-weight:600}.r-lodgement__progress-date{font-weight:400;color:#888;line-height:120%;font-size:.8125rem}.r-lodgement__progress-date>span{font-size:.8125rem;font-weight:600;color:#000}.r-lodgement__progress-summary{display:flex;flex-direction:column;gap:20px}.r-lodgement__progress-summary-top{display:flex;justify-content:flex-start;align-items:center;gap:30px}.r-lodgement__progress-doc{display:flex;justify-content:flex-start;align-items:center;gap:5px;cursor:pointer}.r-lodgement__progress-doc>p{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:16px;letter-spacing:0%;text-align:center;text-decoration:underline;text-underline-offset:3px;color:#046cb8}.r-lodgement__progress-doc>img{max-width:16px;object-fit:contain;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.r-lodgement__progress-mark{border-top:1px solid #d1d1d1;display:flex;flex-direction:column}.r-lodgement__progress-mark-inputs{width:100%;display:flex;flex-direction:column}.r-lodgement__progress-mark-textbox,.r-lodgement__progress-mark-textarea{padding:6px 0 16px;margin-bottom:6px;width:100%;display:flex;align-items:center;justify-content:flex-start}.r-lodgement__progress-mark-radio{width:100%;padding:6px 0 16px;margin-bottom:10px;display:flex;align-items:center;justify-content:flex-start}.r-lodgement__progress-mark-reject-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:19px;letter-spacing:0px;color:#888;display:flex;align-items:center;gap:4px}.r-lodgement__progress-mark-reject-value{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:19px;letter-spacing:0px}.r-lodgement__progress-mark-buttons{display:flex;justify-content:center;align-items:center;gap:10px}.r-payment-awaited{display:flex;flex-direction:column;align-items:center}.r-payment-awaited>img{width:179px;margin:6px 0 16px}.r-payment-awaited__middle{width:100%;padding-top:16px;border-top:1px solid #d1d1d1}.r-payment-awaited__overdue{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.r-payment-awaited__overdue-label{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-size:.8125rem;font-weight:400;line-height:125%}.r-payment-awaited__overdue-value{font-size:.8125rem;font-weight:400;line-height:125%;color:#ef4444;padding-right:25px}.r-payment-awaited__overdue img{max-width:16px;object-fit:contain}.r-payment-awaited__input{padding-bottom:16px;display:flex;justify-content:space-between;align-items:center}.r-payment-awaited__input-label{font-size:.8125rem;font-weight:400;line-height:125%}.r-payment-awaited__remind{padding-top:16px;border-top:1px solid #d1d1d1;display:flex;flex-direction:column;gap:16px}.r-payment-awaited__error{display:flex;align-items:center;gap:16px}.r-payment-awaited__error>img{width:16px;height:16px}.r-payment-awaited__error>p{font-size:.75rem;font-weight:400;line-height:150%;color:#ef4444}.r-payment-awaited__buttons{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:16px}.r-irm-delay{width:620px;display:flex;flex-direction:column;gap:16px;border-radius:16px;background-color:#fff;padding:20px}.r-irm-delay__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #4f4f4f;background-color:#eff3f9}.r-irm-delay__header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.r-irm-delay__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.r-irm-delay__content{display:flex;flex-direction:column;gap:16px}.r-irm-delay__info{display:flex;justify-content:space-between;align-items:center;padding:0 20px}.r-irm-delay__info-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left}.r-irm-delay__info>img{max-width:16px;object-fit:contain;cursor:pointer}.r-irm-delay__list{max-height:300px;display:flex;flex-direction:column;border-top:1px solid #000000;border-bottom:1px solid #000000;overflow-y:auto}.r-irm-delay__item{display:flex;padding:16px 10px}.r-irm-delay__item:not(:last-child){border-bottom:1px solid #d1d1d1}.r-irm-delay__item{gap:20px}.r-irm-delay__item-reference{display:flex;flex-direction:column;gap:8px;min-width:160px}.r-irm-delay__item-reference-label{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0px;color:#4f4f4f}.r-irm-delay__item-reference-value{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0px}.r-irm-delay__item-reference img{max-width:16px;object-fit:contain}.r-irm-delay__item-credit{display:flex;flex-direction:column;gap:8px}.r-irm-delay__item-credit-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0px;color:#4f4f4f}.r-irm-delay__item-credit-value{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0px}.r-irm-delay__item-reason{flex-grow:1;display:flex;flex-direction:column;gap:8px;padding:6px 8px;background-color:#efeeee;border-radius:12px}.r-irm-delay__item-select{display:flex;gap:10px;align-items:center}.r-irm-delay__doc{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.r-irm-delay__doc-info{display:flex;justify-content:flex-start;align-items:center;gap:5px;padding-right:10px;border-right:1px solid #d1d1d1}.r-irm-delay__doc-info>img{max-width:20px;object-fit:contain}.r-irm-delay__doc-name{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8;cursor:pointer}.r-irm-delay__doc-actions{display:flex;justify-content:flex-start;align-items:center;gap:5px}.r-irm-delay__doc-actions img{max-width:16px;object-fit:contain}.r-irm-delay__doc-size{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0%;color:#6d6d6d}.r-irm-delay__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.r-other-irm{width:1130px;height:638px;display:flex;flex-direction:column;padding:16px 20px 20px;border-radius:10px;background-color:#fff}.r-other-irm__header{display:flex;justify-content:space-between;align-items:center;z-index:4;padding-bottom:16px;background-color:#fff}.r-other-irm__header-left{display:flex;justify-content:flex-start;align-items:center;gap:20px}.r-other-irm__title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1rem;line-height:150%;letter-spacing:0%}.r-other-irm__count{padding:2px 8px;display:flex;justify-content:center;align-items:center;background-color:#efeeee;border-radius:50%;font-family:Inter,sans-serif!important;font-weight:400;font-size:.875rem;line-height:19px;letter-spacing:0%;text-align:center;vertical-align:middle}.r-other-irm__close{max-width:24px;object-fit:contain;cursor:pointer}.r-other-irm__text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%;color:#888;z-index:4;background-color:#fff;padding:0 0 16px}.r-other-irm__table{width:100%;flex-grow:1;overflow-y:auto}.r-other-irm__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.r-irm-amount{width:530px;display:flex;flex-direction:column;gap:10px;border-radius:16px;background-color:#fff;padding:20px}.r-irm-amount__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #4f4f4f;background-color:#eff3f9}.r-irm-amount__header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.r-irm-amount__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.r-irm-amount__content{display:flex;flex-direction:column}.r-irm-amount__info{display:flex;justify-content:space-between;align-items:center;padding:0 20px 16px;border-bottom:1px solid #d1d1d1}.r-irm-amount__reference{display:flex;flex-direction:column;gap:6px}.r-irm-amount__reference-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:19px;letter-spacing:0px;color:#4f4f4f}.r-irm-amount__reference-info{display:flex;justify-content:flex-start;align-items:center;gap:10px}.r-irm-amount__reference-info>img{max-width:16px;object-fit:contain}.r-irm-amount__reference-value{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%}.r-irm-amount__date{display:flex;flex-direction:column;gap:6px}.r-irm-amount__date-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:19px;letter-spacing:0px;color:#4f4f4f}.r-irm-amount__date-value{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%}.r-irm-amount__edit{display:flex;flex-direction:column;gap:16px;padding:16px 0}.r-irm-amount__edit-row{display:flex;justify-content:flex-start;gap:10px}.r-irm-amount__edit-irm,.r-irm-amount__edit-charges{min-width:300px;display:flex;align-items:flex-start;padding:10px 20px;gap:10px;background-color:#efeeee;border-radius:10px}.r-irm-amount__edit-text{flex-grow:1;display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:26px;letter-spacing:0%;text-align:center;vertical-align:middle}.r-irm-amount__edit-info{display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:flex-start}.r-irm-amount__edit-subtext{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0%;vertical-align:middle}.r-irm-amount__edit-subtext>span{font-weight:600;font-size:.8125rem;color:#00ab72}.r-irm-amount__edit-input{display:flex;gap:5px;justify-content:flex-start;align-items:center;position:relative}.r-irm-amount__edit-input-currency{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:100%;letter-spacing:0%}.r-irm-amount__edit-input-error{max-width:100px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.6875rem;color:#ef4444}.r-irm-amount__total-charges{display:flex;flex-direction:column;padding:10px 10px 16px;gap:16px;background-color:#efeeee;border-radius:10px}.r-irm-amount__total-charges-title{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0%;vertical-align:middle}.r-irm-amount__total-charges-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0%;color:#888}.r-irm-amount__total-charges-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.r-irm-amount__buttons{display:flex;justify-content:center;align-items:center;gap:10px;padding-top:16px;border-top:1px solid #000000}.doc-summary{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:8px;border-radius:10px;background-color:#fff}.doc-summary__form-error{padding:15px 0 0}.doc-summary__form-error-message{font-size:.875rem;font-weight:400;line-height:150%;color:#e01e5a}.doc-summary:hover{box-shadow:1px 2px 2px #0003}.doc-summary__container{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px;cursor:pointer}.doc-summary__title{display:flex;justify-content:flex-start;align-items:center;gap:10px}.doc-summary__title-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:500;line-height:30px;text-align:left}.doc-summary__title-stepdone{max-width:22px;object-fit:contain}.doc-summary__title-edit{max-width:17px;object-fit:contain;cursor:pointer}.doc-summary__dropdown{display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.doc-summary__dropdown-text{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;line-height:30px;text-align:left;color:#046cb8}.doc-summary__dropdown-text:hover{text-decoration:1px solid underline #046cb8;text-underline-offset:2px}.doc-summary__dropdown-icon{max-width:10px;object-fit:contain;transition:all 1 ease}.doc-summary__dropdown--rotate{transform:rotate(180deg)}.doc-summary__content{width:100%;padding:0 20px 5px}.doc-summary__docinfo{display:flex;flex-direction:column;align-items:flex-start}.doc-summary__submit{margin-top:10px;display:flex;align-items:center;justify-content:center}.doc-summary__pending{width:100%;border-top:1px solid #d1d1d1;padding-top:15px}.doc-summary__pending-title{padding:3px;display:flex;align-items:center;gap:20px}.doc-summary__pending-title--red{background-color:#e01e5a1a}.doc-summary__pending-title>span{font-size:1rem;font-weight:600;line-height:150%}.doc-summary__pending-title>img{width:20px;height:20px}.doc-summary__pending-message{font-size:.875rem;line-height:150%;color:#ef4444;border-top:1px solid #d1d1d1;margin-top:15px;padding-top:15px}.doc-summary__pending-document{display:flex;justify-content:space-between;align-items:center;gap:48px}.doc-summary__pending-list{width:100%;display:flex;flex-direction:column;gap:20px;padding:25px 0 15px;border-bottom:1px solid #046cb8}.doc-summary__pending-content{position:relative;display:flex;width:605px}.doc-summary__pending-button{height:32px;position:absolute;left:380px;top:0}.doc-summary__pending-text{display:flex;align-items:center;gap:12px}.doc-summary__pending-text>span{font-size:1rem;line-height:120%}.doc-summary__pending-box{min-width:380px!important;width:380px;max-width:380px!important;background-color:#fff!important}.doc-summary__pending-box section{background-color:#f8f8f8}.doc-summary__pending-box .s-upload-list-v2-{background-color:#fff}.s-docinfo{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:10px 0}.s-docinfo__header{display:flex;justify-content:flex-start;align-items:center;gap:8px}.s-docinfo__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;text-align:left}.s-docinfo__subtext{width:20px;height:20px;background-color:#e7e7e7;border-radius:50%;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:center}.s-docinfo__message{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:300;line-height:19px;text-align:left;margin-top:-10px}.s-docinfo__content{width:100%;display:flex;flex-direction:column;gap:15px}.s-docinfo--partition{border-top:1px solid rgba(0,0,0,.2)}.s-docsnap{display:flex;align-items:center}.s-docsnap__left{flex:.4;display:flex;justify-content:flex-start;align-items:center;gap:4px}.s-docsnap__srno{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:19px;text-align:left;color:#b0b0b0}.s-docsnap__text{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:19px;text-align:left}.s-docsnap__right{flex:.6;height:40px;display:flex;justify-content:flex-start;align-items:center}.df-group{width:100%;display:flex;align-items:center;gap:48px;justify-content:flex-start;padding:13px 0;border-bottom:.5px solid #e0e0e0}.df-group>p{width:25%;font-size:.8125rem;line-height:150%}.df-group__radio{display:flex;align-items:center;gap:24px}.df-group__radio input,.df-group__radio label{cursor:pointer}.df-group__input{width:380px;cursor:pointer}.df-group__input-subtext{font-size:.8125rem;line-height:150%;letter-spacing:0%;color:#888;padding-top:12px;cursor:text}.df-group__label{padding-left:8px;font-size:.8125rem;line-height:150%}.df-group__label>a{color:#046cb8;font-weight:500}.df-group__checkbox{display:flex;align-items:center}.df-group__checkbox-div{padding:8px}.df-group__checkbox input{cursor:pointer}.df-group__sample{display:flex;gap:22px;width:344.5px;padding:10px 16px;border-radius:10px;background-color:#efeeee}.df-group__sample-right{display:flex;flex-direction:column;gap:10px}.df-group__sample-idea{width:21.5px;height:28px}.df-group__sample-title{font-size:.8125rem;line-height:150%}.df-group__sample-description{font-size:.8125rem;line-height:150%;color:#4f4f4f}.df-group__sample-doc{display:flex;cursor:pointer;gap:10px}.df-group__sample-doc-icon{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%);width:16px;height:16px}.df-group__sample-doc-name{font-size:.8125rem;color:#046cb8}.df-group__sample-doc-name:hover{text-decoration:underline}.df-incentive{display:flex;width:100%}.df-incentive__cont{display:flex;flex-direction:column;width:100%;gap:10px}.df-incentive__title{width:25%;font-size:.8125rem;line-height:150%}.df-incentive__right{display:flex;gap:4px;align-items:center}.df-incentive__amount{height:20px;padding:2px 8px;font-weight:600;font-size:.8125rem}.df-incentive__amount--return{color:#a1862d;background-color:#f2f2cf;border-radius:6px}.df-incentive__cta{display:flex;gap:6px;align-items:center}.df-incentive__cta>p{color:#046cb8;font-size:.8125rem;line-height:100%;cursor:pointer}.df-incentive__cta>p:hover{text-decoration:underline}.df-incentive__cta>img{width:18px;height:18px}.df-incentive__cta--disabled{opacity:.7}.df-incentive__cta--disabled:hover{text-decoration:none!important;cursor:not-allowed}.df-incentive__total{gap:48px}.df-incentive__return{gap:44px;padding:9px 8px;border-radius:6px;background-color:#edf7ff}.df-incentive-modal{padding:24px;border-radius:10px;min-width:420px}.df-incentive-modal__header{display:flex;justify-content:space-between;padding-bottom:6px;margin-bottom:6px;border-bottom:1px solid #efeeee}.df-incentive-modal__header>p{font-weight:600;font-size:.875rem;line-height:150%}.df-incentive-modal__header>img{width:18px;height:18px;cursor:pointer}.df-incentive-modal__table-htext{font-weight:500;font-size:.8125rem;line-height:150%;padding:5px 0}.df-incentive-modal__table-rtext{max-width:184px}.df-incentive-modal__table-rtext>p{font-weight:500;font-size:.8125rem;line-height:150%}.df-incentive-modal__table-rtext>span{font-size:.6875rem;line-height:150%;color:#62748e}.mapirm-summary{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:16px;padding:8px;border-radius:10px;background-color:#fff}.mapirm-summary:hover{box-shadow:1px 2px 2px #0003}.mapirm-summary__container{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px;cursor:pointer}.mapirm-summary__title{display:flex;justify-content:flex-start;align-items:center;gap:10px}.mapirm-summary__title-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:500;line-height:30px;text-align:left;display:flex;gap:8px}.mapirm-summary__title-title>p{margin-left:10px;font-family:Lato;font-size:.875rem;font-weight:400;line-height:150%;background-color:#ffebb6;padding:4px 8px;border-radius:6px}.mapirm-summary__title-title>span{color:#888;font-size:.8125rem}.mapirm-summary__title-stepdone{max-width:22px;object-fit:contain}.mapirm-summary__title-edit{max-width:17px;object-fit:contain;cursor:pointer}.mapirm-summary__title-edit--hover{filter:brightness(0) saturate(100%) invert(18%) sepia(95%) saturate(715%) hue-rotate(175deg) brightness(101%) contrast(81%)}.mapirm-summary__dropdown{display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.mapirm-summary__dropdown-text{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;line-height:30px;text-align:left;color:#046cb8}.mapirm-summary__dropdown-text:hover{text-decoration:1px solid underline #046cb8;text-underline-offset:2px}.mapirm-summary__dropdown-icon{max-width:10px;object-fit:contain;transition:all 1 ease}.mapirm-summary__dropdown--rotate{transform:rotate(180deg)}.mapirm-summary__wrapper{width:100%}.mapirm-summary__content{width:100%;padding:0 20px 5px}.mapirm-summary__buttons-wrapper{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.mapirm-summary__emptylist{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:10px 0 30px;gap:20px}.mapirm-summary__emptylist-content{display:flex;align-items:center;gap:20px;width:100%}.mapirm-summary__emptylist-icon{max-width:180px;object-fit:contain}.mapirm-summary__emptylist-icon-cont{display:flex;justify-content:center;align-items:center;width:50%}.mapirm-summary__emptylist-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:22px;display:flex;flex-direction:column;gap:10px}.mapirm-summary__emptylist-text>span{font-weight:400}.mapirm-summary__emptylist-header{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-right:20px}.mapirm-summary__info{padding-top:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.mapirm-summary__info-header{width:100%;display:flex;align-items:center;justify-content:space-between}.mapirm-summary__info-header--left{display:flex;justify-content:flex-start;align-items:center;gap:10px}.mapirm-summary__info-title,.mapirm-summary__info-partition{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:30px;text-align:left}.mapirm-summary__info-text{display:flex;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:30px;text-align:left;margin-top:-2px}.mapirm-summary__info-text--link{color:#046cb8;cursor:pointer;border-bottom:1px solid transparent}.mapirm-summary__info-text--link:hover{border-bottom:1px solid #046cb8}.mapirm-summary__info-text>img{max-width:17px;object-fit:contain;margin-top:-2px}.mapirm-summary__info-tabs{display:flex;align-items:center;gap:20px;margin:0}.mapirm-summary__info-tab{font-size:.8125rem;line-height:125%;color:#046cb8;cursor:pointer}.mapirm-summary__info-tab:hover{text-decoration:underline}.mapirm-summary__info-tab--active{text-decoration:underline;font-weight:600}.mapirm-summary__submit{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:10px}.mapirm-summary__popup{width:360px;display:flex;flex-direction:column;gap:10px;border-radius:16px;background-color:#fff;padding:20px}.mapirm-summary__popup-header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.mapirm-summary__popup-header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.mapirm-summary__popup-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.mapirm-summary__popup-content{display:flex;flex-direction:column;gap:20px}.mapirm-summary__popup-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;letter-spacing:0%;text-align:center}.mapirm-summary__popup-text>span{font-weight:700}.mapirm-summary__popup-font>span{font-size:1rem;line-height:150%}.mapirm-summary__popup-subtext{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;letter-spacing:0%;text-align:center}.mapirm-summary__popup-buttons{display:flex;justify-content:center;align-items:center;gap:10px}.mapirm-summary__filters{width:100%;display:flex;align-items:center;justify-content:space-between;border-top:.5px solid #d1d1d1}.s-alert-popup{position:relative;width:400px;max-height:260px;display:flex;justify-content:flex-start;padding-bottom:20px;gap:16px;flex-direction:column;box-shadow:0 4px 4px #00000040;border-radius:15px;background-color:#fff}.s-alert-popup__parent{position:relative;left:0;top:-30px;width:100vw;height:120vh;background-color:#01010180;padding-top:98px;display:flex;justify-content:center;align-items:flex-start}.s-alert-popup--center{align-items:center;padding-top:0;height:101vh}.s-alert-popup__header{margin:0 20px;padding:10px 0;display:flex;justify-content:center;align-items:center;border-radius:15px 15px 0 0;gap:10px}.s-alert-popup__header img{max-width:18px;object-fit:contain}.s-alert-popup__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:center}.s-alert-popup__content{padding:0 40px;text-align:center}.s-alert-popup__text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:center}.s-alert-popup__action{display:flex;justify-content:center;align-items:center;gap:10px}.s-alert-popup__cancel{position:absolute;top:8px;right:10px}.s-alert-popup__cancel img{max-width:25px;object-fit:contain;cursor:pointer}.s-alert-popup--success{background-color:#d5ffe7}.s-alert-popup--error{background-color:#ffe4e8}.s-alert-popup--warning{background-color:#fdf9e9}.s-alert-popup--info{border-bottom:2px solid #046cb8}.s-toastV2{width:400px;height:90px;display:flex;border:1px solid #000000;border-radius:15px;background-color:#fff;box-shadow:0 4px 4px #00000040}.s-toastV2__left{display:flex;justify-content:center;align-items:center;min-width:52px;max-width:52px;border-radius:15px 0 0 15px}.s-toastV2__center{flex:1;display:flex;align-items:center;padding-left:25px}.s-toastV2__right{display:flex;justify-content:center;align-items:center;min-width:52px;max-width:52px}.s-toastV2__status-icon{max-width:17px;object-fit:contain}.s-toastV2__text{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:20px;text-align:left}.s-toastV2__close{max-width:17px;object-fit:contain;cursor:pointer}.s-toastV2--success{background-color:#d2e7ff}.s-toastV2--warning{background-color:#fdf9e9}.s-toastV2--error{background-color:#fff1f3}.home-help{width:100%;height:100%;background-color:#fff;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;padding:10px 24px}.home-help__top{display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:18px;border-bottom:1px solid #046cb8}.home-help__top-left{display:flex;flex-direction:row;align-items:flex-end;gap:4px}.home-help__top-right{display:flex;justify-content:center;align-items:center;gap:5px;cursor:pointer}.home-help__top-right-help{padding-top:5px;margin-top:3px;border-top:1px solid #046cb8}.home-help__top-right>p{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:21px;text-align:right;color:#046cb8}.home-help__top-right>p:hover{text-decoration:1px solid underline #046cb8;text-underline-offset:2px}.home-help__top-right>img{max-width:10px;object-fit:contain;transform:rotate(180deg)}.home-help__top-minimise{height:max-content;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:transparent;border-radius:50%;padding:2px}.home-help__top-minimise:hover{background-color:#d2e7ff}.home-help__top-minimise>img{max-width:22px;object-fit:contain}.home-help__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:left}.home-help__refresh{display:flex;justify-content:flex-end;align-items:center;gap:10px}.home-help__refresh-date{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:22px;text-align:left;opacity:.5}.home-help__middle{display:flex;flex-direction:column;gap:5px;padding:10px 0 10px 20px;overflow-y:auto}.home-help__news{display:flex;gap:10px}.home-help__news-date{height:100%;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:24px;text-align:left;white-space:nowrap}.home-help__news-text{flex-grow:1;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:left}.home-help__news-text>span{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:24px;text-align:left;color:#046cb8;text-underline-offset:2px;cursor:pointer;white-space:nowrap}.home-help__news-text>span:hover{text-decoration:1px underline solid #046cb8}.home-help__read{display:flex;justify-content:flex-end;align-items:center;gap:10px}.home-help__read-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;color:#046cb8;text-decoration:underline 1px solid #046cb8;text-underline-offset:5px}.home-help__read>img{max-width:24px;object-fit:contain}.home-help__bottom{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end}.home-help__bottom-icon{display:flex;justify-content:flex-end;align-items:flex-end}.home-help__bottom-icon>img{max-width:160px;object-fit:contain}.home-help--expand{overflow-y:auto}.home-help--collapse{overflow-y:hidden}.chart-donut__cont{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:50%}.recharts-layer{outline:none}.recharts-wrapper>svg{overflow:visible}.time-period{margin:0 auto;display:flex;align-items:center;gap:18px;width:max-content;height:40px;background:#fff;box-shadow:0 2px 2px #00000026;border-radius:8px;padding:6px 10px}.time-period div:first-child p{padding-left:12px}.time-period__custom{margin:0 auto;display:flex;align-items:center;gap:18px;width:max-content;justify-content:center;height:40px;background:#fff;box-shadow:0 2px 2px #00000026;border-radius:8px;padding:6px 18px 6px 10px}.time-period__period{width:auto;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6d6d6d;position:relative}.time-period__text{min-width:38px;font-size:.8125rem;padding:0 18px 0 0}.time-period__text--inactive:hover{font-weight:600;color:#046cb8;border-bottom:1px solid #046cb8}.time-period__period-img{width:auto;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6d6d6d;padding:0 18px 0 0}.time-period__period-img img:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.time-period__active{width:124px;height:32px;border:1px solid #046cb8;background-color:#fff;border-radius:8px;color:#046cb8}.time-period__active p{padding:0!important}.time-period__vertical{width:1px;height:20px;background:#6d6d6d}.s-loader{width:360px;max-height:260px;min-height:162px;display:flex;flex-direction:column;align-items:center;gap:24px;padding:20px 10px;border-radius:16px;position:relative}.s-loader--more-padding{padding-top:45px;gap:60px}.s-loader__content{flex-direction:column;display:flex;align-items:center;justify-content:center;gap:10px}.s-loader__cross{position:absolute;right:10px;top:10px;width:24px;cursor:pointer}.s-loader__parent{width:100vw;height:100vh;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:500;background-color:#000c}.s-loader__icon{position:relative}.s-loader__icon-loader{position:absolute;top:-28px;left:-40px;max-width:80px;object-fit:contain}.s-loader__icon-logo{max-width:28px;object-fit:contain}.s-loader__icon-sucess{max-width:62px;border-radius:35px;overflow:visible;border:2px solid #01ab72;padding:17px 17px 13px 13px}.s-loader__title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:center;word-wrap:normal}.s-loader__title>span{font-weight:600}.s-loader__heading{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:34px;text-align:center}.s-loader--primary{background-color:#fff}.sb-invoice{border:1px solid rgba(0,0,0,.2);border-radius:10px}.sb-invoice__visible{display:grid;padding:20px 75px;grid-template-columns:max-content max-content auto max-content max-content max-content}.sb-invoice__row{display:grid;grid-template-columns:subgrid;padding:7px 0}.sb-invoice__col{display:flex;gap:4px;width:max-content}.sb-invoice__col-container{width:max-content}.sb-invoice__col-error{font-size:.875rem;font-weight:400;line-height:150%;color:#e01e5a}.sb-invoice__col--third-party{display:flex;flex-direction:column;width:100%}.sb-invoice__col--min-width{min-width:370px}.sb-invoice__text{font-size:.8125rem;font-weight:600}.sb-invoice__text>span{color:#888;white-space:break-spaces;font-weight:500}.sb-invoice__text>div{font-size:.6875rem;display:inline}.sb-invoice__hover{position:relative}.sb-invoice__hover:hover .sb-invoice__hover-text{visibility:visible}.sb-invoice__hover-img{width:16px;height:16px;cursor:pointer;position:relative;z-index:1}.sb-invoice__hover-text{visibility:hidden;position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%);z-index:2;width:max-content;max-width:300px;background-color:#000000bf;color:#fff;font-size:.75rem;padding:4px 6px;border-radius:6px}.sb-invoice__hyperlink{font-size:.8125rem;font-weight:400;color:#046cb8;cursor:pointer}.sb-invoice__hyperlink:hover{text-decoration:underline;color:#046cb8}.sb-invoice__toggle{width:max-content;grid-column:1/7;grid-row:4/5;background-color:#e7e7e7;border-radius:10px;margin:10px auto;padding:12px 42px;display:flex;align-items:center;gap:24px}.sb-invoice__box{display:flex;flex-direction:column;gap:8px}.sb-invoice__img{width:16px}.sb-invoice__title{font-size:.8125rem;font-weight:400}.sb-invoice__number{font-size:.875rem;font-weight:600}.sb-invoice__number>span{font-size:.6875rem}.sb-invoice__currency{font-size:.625rem;font-weight:300}.sb-invoice__invoice-text p{margin-top:8px;margin-bottom:-2px;font-size:.8125rem!important;font-weight:400!important;line-height:125%;color:#888}.s-irmHeader__top{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.s-irmHeader__texts{display:flex;flex-direction:column;gap:8px}.s-irmHeader__text1{font-size:1rem;font-weight:400;line-height:150%;text-align:left;color:#888}.s-irmHeader__text2{position:relative;display:flex;gap:6px}.s-irmHeader__text2>span{font-size:1rem;font-weight:600;line-height:150%;text-align:left}.s-irmHeader__tags{display:flex;justify-content:flex-start;align-items:center;gap:10px}.s-irmHeader__bottom{margin-top:16px}.s-irmHeader__text3{font-size:.8125rem;line-height:125%;font-weight:600;padding-left:40px;text-align:left}.s-irmDetails{width:100%;min-height:84px;display:flex;justify-content:space-between;align-items:center;background-color:#d2e7ff;border:1px solid #d2e7ff;border-radius:12px;padding:0 28px;transition:display 1s ease;margin-top:10px}.s-irmDetails__left{flex-grow:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding-right:70px}.s-irmDetails-container{flex-grow:1;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.s-irmDetails__middle{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.s-irmDetails__right{flex-grow:0;display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding-left:70px;border-left:1px solid rgba(0,0,0,.2)}.s-irmDetails__title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:16px;letter-spacing:0px;text-align:left;color:#05004e}.s-irmDetails__text{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:600;line-height:17px;letter-spacing:0px;text-align:left}.s-irmDetails--plain,.s-irmDetails--primary{color:#05004e}.s-irmDetails--secondary{font-size:1.5rem;color:#00963d}.s-irmDetails--hidden{display:none}.v2-irm{width:100%;max-height:calc(100vh - 280px);overflow-y:scroll;border-top:1.5px solid #046cb8}.v2-irm--hidden{display:none}.v2-irm__details{width:100%;padding:25px 40px;border:1px solid #d1d1d1;border-radius:10px;margin-top:16px;display:flex;justify-content:space-between;align-items:center}.v2-irm__details-detail{display:flex;align-items:center;gap:5px}.v2-irm__details-label{font-size:.8125rem;font-weight:400;line-height:125%;color:#4f4f4f}.v2-irm__details-icon{width:24px;height:24px}.v2-irm__details-value{font-size:.8125rem;font-weight:600;line-height:125%}.v2-irm__details-value>span{font-size:.6875rem;font-weight:400;line-height:125%}.v2-irm__details-card{display:flex;gap:11px;align-items:center;justify-content:center}.v2-irm__details-img{width:34px;height:34px}.v2-irm__details-right{display:flex;flex-direction:column}.v2-irm__details-text{font-size:.8125rem;line-height:150%;color:#888}.v2-irm__codes{width:100%;padding:20px 30px;border:1px solid #d1d1d1;border-radius:10px;margin-top:16px}.v2-irm__codes-top{display:flex;justify-content:space-between}.v2-irm__codes-code{display:flex;align-items:center;justify-content:center}.v2-irm__codes-purpose-label{font-size:1rem;font-weight:600;line-height:150%}.v2-irm__codes-purpose-value{font-size:1rem;font-weight:600;line-height:150%;padding-left:6px}.v2-irm__codes-ad-label{font-size:.8125rem;font-weight:400;line-height:125%;padding-right:8px}.v2-irm__codes-ad-icon{width:24px;height:24px}.v2-irm__codes-ad-value{font-size:.8125rem;font-weight:600;line-height:125%;padding-left:8px}.v2-irm__codes-note{font-size:.8125rem;font-weight:400;line-height:150%;max-width:700px;color:#4f4f4f}.v2-irm__sbDetails{width:100%;margin-top:16px}.v2-irm__sbDetails-child{width:100%;margin:0 auto}.v2-irm__sbDetails-top{display:flex;gap:8px;align-items:center}.v2-irm__sbDetails-text{font-size:.75rem;color:#888}.v2-irm__sbDetails-count{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:#e7e7e7;font-size:.875rem}.v2-irm__sbDetails-bottom{width:100%;text-align:end;padding:20px 14px;border-top:1px solid #000000}.v2-irm__sbDetails-bottom-text{font-size:.8125rem}.v2-irm__sbDetails-bottom-text>span{font-size:.625rem;padding-left:3px}.v2-irm-header__left{display:flex;flex-direction:column;align-items:center}.v2-irm-header__text{font-size:.8125rem}.v2-irm-header__number-cont{position:relative;margin-top:2px;display:flex;gap:4px;align-items:center;height:32px}.v2-irm-header__number{font-size:.8125rem;font-weight:600}.v2-irm-header__number>span{font-size:.6875rem;font-weight:400}.v2-irm__bank-charges{margin-top:16px}.v2-irm__bank-charges-title{font-size:1rem;font-weight:600;line-height:150%;display:flex;align-items:center;gap:8px}.v2-irm__bank-charges-edit{width:18px;height:18px;cursor:pointer}.v2-irm__bank-charges-edit:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.v2-irm__bank-charges-card{margin-top:4px;width:max-content;padding:10px 30px;border:1px solid #d1d1d1;border-radius:10px;background-color:#fafbfb;display:flex;align-items:center;gap:69px}.v2-irm__bank-charges-card--newgap{gap:45px}.v2-irm__bank-charges-icon{width:16px}.v2-irm__bank-charges-element{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.v2-irm__bank-charges-label{font-size:.8125rem;font-weight:400;line-height:125%}.v2-irm__bank-charges-value{font-size:.8125rem;font-weight:600;line-height:125%}.v2-irm__bank-charges-value>span{font-size:.6875rem;font-weight:400}.v2-irm__bank-charges-value--total{font-size:1.25rem;font-weight:600;line-height:125%}.v2-irm__bank-charges-value--total>span{font-size:.8125rem;font-weight:400}.v2-irm__table{margin-top:8px}.v3-irm__codes{margin-top:16px;display:flex;flex-direction:column;width:99%}.v3-irm__codes>section{display:flex;align-items:center;justify-content:space-between;width:100%}.v3-irm__codes-code{display:flex;flex-direction:column}.v3-irm__purpose-code-top{display:flex;align-items:center}.v3-irm__purpose-code-action{margin-left:4px;font-size:.8125rem;line-height:150%;letter-spacing:0%;color:#046cb8;cursor:pointer}.v3-irm__purpose-code-action:hover{text-decoration:underline}.v3-irm__general{margin-top:16px;display:flex;gap:12px;width:99%}.v3-irm__details{padding:10px 40px;border-radius:10px;border:1px solid #d1d1d1;width:64.5%;height:min-content;min-height:209px}.v3-irm__details-title{font-weight:600;font-size:1rem;line-height:150%;padding-bottom:10px;border-bottom:1px solid #046cb8;display:flex;align-items:center;gap:10px;position:relative}.v3-irm__details-title>section{position:absolute;left:68px}.v3-irm__details-title2{font-weight:600;font-size:1rem;line-height:150%;padding-bottom:4px;border-bottom:1px solid #046cb8;display:flex;align-items:center;gap:10px}.v3-irm__details-remitter-info{padding-top:10px;display:flex;flex-direction:column}.v3-irm__details-remitter-info-top{display:grid;grid-template-columns:1fr 1fr;gap:16px}.v3-irm__details-remitter-info-bottom{margin-top:10px;padding-top:10px;border-top:1px solid #d1d1d1}.v3-irm__details-remitter-info-bottom>p{line-height:180%}.v3-irm__details-remitter-info-bottom>div>p{line-height:150%}.v3-irm__details-remitter-info-bottom>section{display:flex;align-items:center;justify-content:center;gap:20px}.v3-irm__details-default{margin:0 auto}.v3-irm__details-default-icon{width:84px}.v3-irm__details-default-text{font-weight:400;font-size:.875rem;color:#4f4f4f}.v3-irm__bank-charges{padding:10px 40px 20px;border-radius:10px;border:1px solid #d1d1d1;width:35.5%;height:min-content;min-height:209px}.v3-irm__bank-charges-cont{padding-top:10px;display:flex;flex-direction:column;gap:10px}.v3-irm__bank-charges-charge{display:flex;align-items:center;justify-content:space-between;max-width:220px;height:24px}.v3-irm__bank-charges-charge--total{padding-top:10px;border-top:1px solid #000000;width:100%}.v3-irm__bank-charges-add>span{font-weight:400}.v3-irm__bank-charges-btn{padding-bottom:10px}.s-tooltip{position:relative;display:flex;align-items:center;gap:8px}.s-tooltip:hover .s-tooltip__text{visibility:visible}.s-tooltip__icon{cursor:pointer;position:relative;z-index:1}.s-tooltip__text{visibility:hidden;position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%);z-index:10;width:max-content;background-color:#00133d;color:#fff;font-size:.6875rem;font-weight:400;padding:4px 6px;border-radius:6px;text-align:center}.s-tooltip-v2__body{font-size:.6875rem;font-weight:500;line-height:140%}.s-pagination__bar{display:flex;align-items:center;justify-content:center;gap:10px}.s-pagination__button{height:32px;border:none;outline:none;padding:8px 12px;border-radius:8px;font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:600;line-height:160%;text-align:center;cursor:pointer}.s-pagination__number{width:32px;background-color:transparent}.s-pagination__direction{width:48px}.s-pagination--hover:hover{color:#046cb8}.g-modal{position:absolute;z-index:20}.g-modal__body{background-color:#fff;border-radius:10px}.g-modal--standard{inset:0;margin-inline:auto;width:fit-content;margin-block:auto;height:fit-content}.g-modal--buyer_details{top:calc(100% + 30px);right:0}.g-modal--remind{top:-50px;right:calc(100% + 50px)}.s-skeleton-basic{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.v2-table{width:100%;height:100%;background-color:#fff}.v2-table__heading{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;width:100%;border-bottom:1px solid #046cb8}.v2-table__title{font-size:1rem;font-weight:600}.v2-table__link{width:24px;height:24px;cursor:pointer;transform:rotate(45deg)}.v2-table__link img{width:24px;height:24px}.v2-table__data{width:100%;height:95%;overflow:auto}.v2-table__table{width:100%;white-space:nowrap;overflow-x:scroll;border-collapse:collapse}.v2-table__table tr{height:50px;vertical-align:middle}.v2-table__table th{font-size:.8125rem;font-weight:600;padding:15px;max-width:150px}.v2-table__table th>div{display:flex;align-items:center;gap:8px}.v2-table__table th img{margin-top:2px;max-width:7px;object-fit:contain;cursor:pointer}.v2-table__table td{text-align:left;font-size:.8125rem;padding:15px;max-width:180px}.v2-table__table-flexcell{display:flex;justify-content:flex-start;align-items:center;gap:8px}.v2-table__table-flexcell input[type=checkbox]{accent-color:#000000;cursor:pointer}.v2-table__table-flexcell img{max-width:16px;object-fit:contain}.v2-table__table-cell-subtext{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.v2-table__table-subtext{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:300;line-height:12.1px;text-align:left}.v2-table__table-cell-smalltag{display:flex;gap:5px}.v2-table__table-smalltag{margin-top:-2px}.v2-table__table-cell-toggle>p{font-size:.875rem;font-weight:400;text-decoration:underline}.v2-table__table-cell-toggle:hover>p{color:#046cb8}.v2-table__table-cell-hztext{display:flex;justify-content:center;align-items:center;gap:5px}.v2-table__table-cell-hztext>span{font-size:.625rem;color:#046cb8}.v2-table__table-cell-hztext>span:hover{text-decoration:underline}.v2-table__table-hztext{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:400;line-height:12.1px;text-align:center;margin-bottom:-2px}.v2-table__table-action{width:70%;display:flex;justify-content:center}.v2-table__table-action button{flex-grow:1}.v2-table__table-imglink{max-width:24px;object-fit:contain}.v2-table__table--align-left{display:flex;align-items:center;justify-content:flex-start}.v2-table__table--align-right{display:flex;align-items:center;justify-content:flex-end}.v2-table__table--align-center{display:flex;align-items:center;justify-content:center}.v2-table__data-row{border-bottom:1px solid #e7e7e7}.v2-table__data-row:hover{cursor:pointer;box-shadow:inset 1px 0 #dadce0,inset -1px 0 #dadce0,0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.v2-table__data-row:hover td:first-child{border-radius:10px 0 0 10px}.v2-table__data-row:hover td:last-child{border-radius:0 10px 10px 0}.v2-table__data-row--active{background-color:#f6f6f6}.v2-table__data-head{border-bottom:1px solid #e7e7e7}.v2-table--border{border:1px solid #e7e7e7;border-radius:10px;padding:24px}.v2-table__ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2-table__group--align-center{text-align:center}.v2-table__group--align-left{text-align:left}.v2-table__group--align-right{text-align:right}.v2-table__group--border{border-bottom:1px solid #e7e7e7}.v2-table__help{width:100%;display:flex;text-align:end;justify-content:flex-end}.v2-table__help-text{font-size:.875rem}.v2-table__help-text>span{font-size:.875rem;font-weight:600}.v2-table__help-close{font-size:.875rem;font-weight:500;color:#046cb8;cursor:pointer;width:max-content}.v2-table__help-close:hover{text-decoration:underline}.v2-table__subgroup{display:flex;align-items:flex-end;gap:4px}.v2-table__subgroup--center{justify-content:center}.v2-table__subgroup--left{justify-content:left}.v2-table__subgroup--right{justify-content:right}.v2-table__subgroup>span{font-size:.625rem}.s-filter{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px 10px 0 0}.s-filter__selected{border-radius:8px;padding:7px 0}.s-filter__selected-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:16px;text-align:left;white-space:nowrap}.s-filter__selected-text>span{font-family:Inter,sans-serif!important;font-size:.6875rem;line-height:16px;text-align:left;font-weight:400}.s-filter__component{min-height:30px;display:flex;align-items:center;gap:5px}.s-filter__filters{display:flex;justify-content:flex-start;align-items:center;gap:20px;overflow-x:visible;scroll-behavior:smooth;padding-bottom:500px;margin-bottom:-500px}@media screen and (max-width:1440px){.s-filter__filters{gap:10px}}.s-filter__action{display:flex;justify-content:flex-end}.s-filter__action-btn{width:max-content}.s-filter__title{font-size:.8125rem;font-weight:400;line-height:125%;width:max-content}.s-filter__scroll-icon{max-width:16px;object-fit:contain;margin-top:5px;cursor:pointer}.s-filter__first{display:flex;justify-content:flex-start;align-items:center;gap:8px}.s-filter__clear{cursor:pointer;margin-right:2px}.s-filter__clear-container{display:flex;flex-direction:row;gap:8px}.s-filter__clear-icon{max-width:23px;object-fit:contain}.s-filter__clear-icon--blue{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-filter__clear-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;text-decoration-line:underline;color:#046cb8}.s-filter__clear--disabled{opacity:.5;cursor:auto;margin-right:8px;margin-top:4px}.s-filter__partition{height:30px;width:2px;background-color:#888}.s-filter ::-webkit-scrollbar{display:none}.s-filter__more-button--active{color:#0f172a;border-color:#0f172a}.s-filter__more-button--active>.s-button__icon{filter:unset}.s-filter__more-icon--active{filter:#0f172a!important}.s-sort-filter{position:relative}.s-sort-filter__popup{position:absolute;top:100%;right:0;margin-top:10px;z-index:10;border:1px solid #d1d1d1;border-radius:12px;padding:6px;display:flex;flex-direction:column;box-shadow:0 4px 4px #00000040;background-color:#fff}.s-sort-filter__item{display:flex;flex-direction:column;cursor:pointer}.s-sort-filter__item-content{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:6px 8px}.s-sort-filter__item-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:16px;letter-spacing:0%;white-space:nowrap}.s-sort-filter__item-icon{max-height:21px;object-fit:contain}.s-sort-filter__item--active>p{color:#046cb8}.s-sort-filter__item--partition{width:100%;height:1px;background-color:#d1d1d1;border:none;outline:none}.s-sort-filter__buttons{display:flex;justify-content:flex-end;align-items:center;gap:10px}.s-sort-filter__buttons--active{color:#046cb8!important;border-color:#046cb8!important}.s-sort-filter__buttons--active>.s-button__icon{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)!important}.b-filter__date-range{background-color:#fff;border-radius:6px;color:#475569}.b-filter__dropdown{background-color:#fff;border-radius:6px}.b-filter__clear-all{font-size:.75rem!important;padding:5.5px 4px!important;background-color:transparent;height:28px!important}.s-textinput{position:relative;width:100%}.s-textinput__cont{display:flex;flex-direction:column;width:100%}.s-textinput__input{width:100%;height:100%;padding:8px 12px;border-radius:8px;border:1px solid #d1d1d1;outline:none}.s-textinput__input:hover{border:1px solid #046cb8}.s-textinput__input:focus{border:1px solid #046cb8}.s-textinput__input__icon{position:absolute;width:16px;top:50%;transform:translate(-50%,-50%)}.s-textinput__input__icon--left{left:14px}.s-textinput__input__icon--right{right:0}.s-textinput__input--highlighted{border:1px solid #046cb8;color:#046cb8}.s-textinput__input--disabled{color:#888}.s-textinput__input--left{padding-left:26px}.s-textinput__input--error{border-color:#ef4444}.s-textinput__input::-webkit-outer-spin-button,.s-textinput__input::-webkit-inner-spin-button{-webkit-appearance:none}.s-textinput__icon{position:absolute;width:16px;top:50%;transform:translate(-50%,-50%)}.s-textinput__icon--left{left:14px}.s-textinput__icon--right{right:14px}.s-textinput__icon--cursor{cursor:pointer}.s-textinput__fixed{position:absolute;z-index:5;top:50%;transform:translate(-50%,-50%);left:16px;font-size:.75rem;font-family:Inter,sans-serif!important;color:#0f172a}.rdrInputRanges{display:none}.rdrDayNumber span{color:#000!important}.rdrDayNumber span:after{background:#000!important}.rdrDayToday{text-decoration:none}.rdrInRange,.rdrStartEdge,.rdrEndEdge{background-color:#d6ecff}.rdrDateDisplayWrapper{background-color:transparent;border-bottom:1px solid #000000}.rdrDateInput{box-shadow:none;border:1px solid #888888}.rdrStaticRanges{padding-top:6px}.rdrStaticRange{display:flex;justify-content:center;border:none}.rdrStaticRangeLabel{width:95%;border-radius:10px;color:#888;font-size:.75rem}.rdrStaticRangeSelected span{background-color:#e7e7e7;color:#000;font-weight:500}.b-calender{position:relative}.b-calender-container{position:relative;display:flex;align-items:center}.b-calender__placeholder{font-size:.75rem;z-index:2;transition:.2s ease all;pointer-events:none}.b-calender__placeholder--active{bottom:21px;color:#046cb8}.b-calender__fieldset{border-radius:8px;border:1px solid #e7e7e7;padding:0 8px;position:absolute;width:100%;height:100%;z-index:2}.b-calender__fieldset:hover{border:1px solid #888888}.b-calender__fieldset:focus-within{border:1px solid #046cb8}.b-calender__input-cont{position:relative}.b-calender__icon{position:absolute;width:16px;top:20%;right:0;transform:translate(-50%);cursor:pointer}.b-calender__icon--blue{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.b-calender__input{border-radius:8px;width:100%;height:100%;padding:8px 32px 8px 12px;border:0px;outline:none;cursor:pointer}.b-calender__input--error{border-color:#ef4444}.b-calender__input--highlighted{border:1px solid #046cb8;color:#046cb8}.b-calender__modal{background-color:#fff;border:1px solid #d1d1d1;box-shadow:0 4px 4px #00000040;border-radius:10px;display:flex;margin-top:10px;z-index:10}.b-calender__sidebar{display:flex;flex-direction:column;justify-content:center;width:175px;padding:0 10px;gap:10px;border-right:1px solid #d1d1d1}.b-calender__button{width:100%;border:none;background:transparent;font-size:.8125rem;color:#888;line-height:120%;text-align:left;padding-left:24px;height:32px;cursor:pointer;font-family:Inter,sans-serif!important}.b-calender__button--active{background-color:#e7e7e7;font-weight:600;color:#000;border-radius:10px;height:40px}.b-calender__right{padding:16px 0}.b-calender__dates{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;padding-bottom:16px;border-bottom:1px solid #d1d1d1}.b-calender__date{width:200px;height:35px;padding:8px 16px;border:1px solid #d1d1d1;color:#888;font-size:.875rem;border-radius:8px}.b-calender__actions{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:0 20px}.b-calender__start-of-row.rdp-day_selected{border-top-left-radius:100%;border-bottom-left-radius:100%}.b-calender__end-of-row.rdp-day_selected{border-top-right-radius:100%;border-bottom-right-radius:100%}.b-calender .rdp{--rdp-caption-font-family: "Inter", sans-serif;--rdp-caption-font-size: 14px;--rdp-accent-color: none;--rdp-background-color: none;--rdp-accent-color-dark: none;--rdp-background-color-dark: none;--rdp-outline: none;--rdp-outline-selected: none;--rdp-cell-size: 34px}.b-calender .rdp-row{border:2.5px solid #ffffff;border-radius:100%}.b-calender .rdp-cell .rdp-button_reset:hover{background-color:#d6ecff}.b-calender .rdp-head_cell{font-size:.75rem}.b-calender .rdp-button{font-family:Inter,sans-serif!important;color:#000;font-size:.75rem}.b-calender .rdp-button:hover{background-color:#d6ecff}.b-calender .rdp-day:hover{background-color:#d6ecff;color:#161616}.b-calender .rdp-day_selected{background-color:#d6ecff}.b-calender .rdp-day_today{border:1px solid #161616;border-radius:100%;font-weight:400}.b-calender .rdp-caption{padding:4px 0 12px}.b-calender .rdp-multiple_months{margin:16px 16px 8px}.b-calender .rdp-nav_icon{height:12px;width:12px;margin-bottom:8px}.b-calender .rdp-cell:has(.rdp-day_range_start:not(.rdp-day_range_end,.b-calender__end-of-row)){background:linear-gradient(270deg,#d6ecff,50%,#fff)}.b-calender .rdp-cell:has(.rdp-day_range_end:not(.rdp-day_range_start,.b-calender__start-of-row)){background:linear-gradient(90deg,#d6ecff,50%,#fff)}.b-calender .rdp-day_range_start{background-color:#046cb8;color:#fff;border-top-right-radius:100%!important;border-bottom-right-radius:100%!important}.b-calender .rdp-day_range_end{background-color:#046cb8;color:#fff;border-top-left-radius:100%!important;border-bottom-left-radius:100%!important}.b-single-calender{position:relative}.b-single-calender__modal{position:absolute;background-color:#fff;border:1px solid #d1d1d1;box-shadow:0 4px 4px #00000040;border-radius:10px;display:flex;z-index:2}.b-single-calender__icon{position:absolute;width:16px;top:20%;right:12px;transform:translate(-50%);cursor:pointer}.b-single-calender__input{border-radius:8px;width:100%;height:100%;padding:8px 32px 8px 12px;border:0px;outline:none;cursor:pointer}.b-single-calender__input--error{border-color:#ef4444}.b-single-calender__input--highlighted{border:1px solid #046cb8;color:#046cb8}.b-single-calender__input-cont{position:relative;border-radius:8px;border:1px solid #e7e7e7}.b-single-calender__input-cont:hover{border:1px solid #046cb8}.b-single-calender .rdp{--rdp-caption-font-family: "Inter", sans-serif;--rdp-caption-font-size: 14px;--rdp-accent-color: none;--rdp-background-color: none;--rdp-accent-color-dark: none;--rdp-background-color-dark: none;--rdp-outline: none;--rdp-outline-selected: none;--rdp-cell-size: 34px}.b-single-calender .rdp-cell .rdp-button_reset:hover{background-color:#d6ecff}.b-single-calender .rdp-head_cell{font-size:.75rem}.b-single-calender .rdp-button{font-family:Inter,sans-serif!important;color:#000;font-size:.75rem}.b-single-calender .rdp-button:hover,.b-single-calender .rdp-day:hover,.b-single-calender .rdp-day_selected{background-color:#d6ecff}.b-single-calender .rdp-day_today{color:#046cb8}.b-single-calender .rdp-caption{padding:4px 0 12px}.b-single-calender .rdp-multiple_months{margin:16px 16px 8px}.b-single-calender .rdp-nav_icon{height:12px;width:12px;margin-bottom:8px}.o-static{display:flex;flex-direction:column;align-items:center;justify-content:space-between;border-right:1px solid #000000;padding:67px 40px 58px;gap:35px;width:42%}.o-static-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:35px}.o-static-logo{max-width:215px;object-fit:contain}.o-static__security{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:-20px}.o-static__security-ilu{max-width:240px;object-fit:contain}.o-static__security-content{display:flex;justify-content:flex-start;align-items:center;padding-top:20px;gap:10px}.o-static__security-content>img{max-width:19px;object-fit:contain}.o-static__security-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:150%;text-align:center}.o-static__powered{width:100%;display:flex;flex-direction:column;gap:14px;align-items:center;opacity:.6}.o-static__powered-title{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:600;line-height:14.52px;text-align:center}.o-static__powered-content{display:flex;gap:18px}.o-static__powered-icon{max-height:28px;object-fit:contain}.o-progress{display:flex;justify-content:center;align-items:center;gap:20px}.o-progress__child{width:100px;height:7px;background-color:#efeeee;border-radius:2px}.o-progress__child--completed{background-color:#00ab72;border:none}.o-gethelp{display:flex;flex-direction:column;gap:20px;align-items:center;max-width:340px}.o-gethelp-title{width:100%;font-size:1.25rem;font-weight:600;text-align:center;line-height:34px;padding-top:15px}.o-gethelp-close{width:30px;height:30px;position:absolute;top:8px;right:8px;cursor:pointer}.o-gethelp-close :hover{background-color:#782020}.o-gethelp__body{display:flex;flex-direction:column;gap:26px;padding:0 30px 26px;width:100%}.o-gethelp__input{display:flex;flex-direction:column;gap:8px}.o-gethelp__input-label{font-size:1rem;font-weight:600}.o-gethelp__input-container{display:flex;flex-direction:row;align-items:center}.o-gethelp__input-text{font-size:1rem;font-weight:400}.o-gethelp__input-phone{padding:12px 16px 12px 45px!important}.o-gethelp-phone{position:absolute;z-index:2;padding-left:10px}.o-gethelp-submitted{padding:20px;display:flex;flex-direction:column;gap:25px;align-items:center;width:350px}.o-gethelp-submitted-title{font-size:1.75rem;font-weight:700}.o-gethelp-submitted__logo{width:44px;height:44px}.o-gethelp-submitted-text{font-size:.8125rem;font-weight:400;text-align:center;line-height:24px}.o-gethelp-submitted-text--bold{font-weight:600}.o-gethelp-submitted-text>span{display:flex;flex-direction:column}.o-gethelp-submitted-danger{font-size:.8125rem;font-weight:400;text-align:center;line-height:24px}.o-gethelp-submitted-danger>span{font-weight:600}.o-expired-link{display:flex;flex-direction:column;align-items:center;padding:20px 50px;max-width:412px;gap:16px;z-index:6;position:relative}.o-expired-link-title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:24.2px;text-align:center}.o-expired-link-image{width:152px;height:110.68px}.o-expired-link-body{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:center}.o-pending{width:572px;height:388x;padding:20px 30px;display:flex;flex-direction:column;align-items:center}.o-pending__list{margin:20px auto 28px;border-top:1px solid #046cb8!important;padding-top:0!important}.o-pending__title{font-size:1.25rem;font-weight:600;line-height:120%}.o-pending__buttons{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.s-blunoradio{display:flex;justify-content:flex-start;align-items:flex-start}.s-blunoradio--vertical{flex-direction:column}.s-blunoradio--horizontal{flex-direction:row;align-items:center;gap:10px}.s-blunoradio-title{font-size:.8125rem;font-weight:400}.s-blunoradio__radio{display:flex;align-items:center;justify-content:flex-start}.s-blunoradio__radio__button{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.s-blunoradio__radio__label{font-size:.8125rem;font-weight:400;display:flex;flex-direction:row;gap:10px;cursor:pointer}.s-blunoradio__radio__label-2{margin-bottom:16px}.s-blunoradio__input{width:15px;height:15px;cursor:pointer}.s-blunoradio__input--checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.s-blunoradio__input:checked~label>.s-blunoradio__checkbox{background-color:#0f172a}.s-blunoradio__input:checked~label>.s-blunoradio__checkbox:after{display:block}.s-blunoradio__checkbox{width:15px;height:15px;background-color:#fff;border:1.25px solid #161616;border-radius:3.75px;cursor:pointer;position:relative;display:block}.s-blunoradio__checkbox:after{content:"";display:none;position:absolute;left:4px;top:1.8px;width:3px;height:6px;border:solid white;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}input.s-blunoradio__input[type=radio]:disabled:checked{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border-radius:50%;box-sizing:border-box}input[type=radio].s-blunoradio__input:disabled:checked:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#0075ff;border-radius:50%;transform:translate(-50%,-50%)}input[type=radio].s-blunoradio__input:disabled{border-color:#aaa;background-color:#e0e0e0;cursor:not-allowed}.g-error-msg{display:flex;flex-direction:row;padding:2px 5px 0;gap:5px;width:100%}.g-error-msg--center{justify-content:center;align-items:center}.g-error-msg--icon--left{flex-direction:row-reverse}.g-error-msg--error{color:#ef4444}.g-error-msg--subtext{color:#888}.g-error-msg__icon{height:20px;width:20px}.g-error-msg__text{font-size:.6875rem;line-height:120%}.s-toggle{width:fit-content}.s-switch{margin-left:11px}.s-switch__label{margin-left:5px}.s-copy-clipboard{margin:0;padding:0;display:flex;align-items:center;justify-content:center;position:relative}.s-copy-clipboard__text{font-size:.625rem;font-weight:500;width:max-content;padding:1px 8px;background-color:#fff;border-radius:10px;z-index:1000}.s-copy-clipboard__tooltip-text{z-index:1000;width:max-content;background-color:#000000bf;color:#fff;font-size:.75rem;font-weight:400;padding:4px 6px;border-radius:6px;text-align:center}.s-add-shipping-bill{display:flex;flex-direction:column;gap:10px;padding:10px 20px 20px;border-radius:15px;background-color:#fff}.s-add-shipping-bill--bulk-sb-docs{height:500px}.s-add-shipping-bill__container{position:absolute;top:0;right:0;background:#000000bf;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:100}.s-add-shipping-bill__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.s-add-shipping-bill__header-title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:24.2px;text-align:left}.s-add-shipping-bill-break{height:2px;background-color:#888;margin-right:16px}.s-add-shipping-bill__body{display:flex;flex-direction:row;gap:27px;padding-right:16px;width:100%}.s-add-shipping-bill__body-radio{padding-top:11px}.s-add-shipping-bill__body-upload{width:100%;padding:10px 20px;box-shadow:0 4px 4px #00000040;height:max-content;border-radius:10px;border:1px solid #d1d1d1;display:flex;flex-direction:column;align-items:center;gap:20px;background-color:#edf7ff}.s-add-shipping-bill__body-upload:hover{border:1px solid #046cb8}.s-add-shipping-bill__body-upload-container{display:flex;flex-direction:column;gap:21px}.s-add-shipping-bill__body-help{background-color:#efeeee;padding:10px 16px 28.5px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;border-radius:10px;max-width:380px}.s-add-shipping-bill__body-help-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:30px;text-align:left;color:#161616}.s-add-shipping-bill__body-help-section{display:flex;flex-direction:column;gap:10px}.s-add-shipping-bill__body-help-section-heading{display:flex;flex-direction:row;gap:12px;align-items:center}.s-add-shipping-bill__body-help-section-heading-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:20px;text-align:left;color:#161616}.s-add-shipping-bill__body-help-section-heading-img{height:28px}.s-add-shipping-bill__body-help-section-body{list-style-position:outside;padding-left:38px;display:flex;flex-direction:column}.s-add-shipping-bill__body-help-section-body-list{padding-top:10px;list-style-position:inside}.s-add-shipping-bill__body-help-section-body-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;color:#4f4f4f}.s-add-shipping-bill__body-help-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-top:60px}.s-add-shipping-bill__body-help-footer>img{width:220px}.s-add-shipping-bill__body-buttons{display:flex;flex-direction:row;align-items:center;gap:8px;position:relative}.s-add-shipping-bill__body-buttons-container{display:flex;flex-direction:column;gap:16px;align-items:flex-start;padding:10px 0 0 24px}.s-add-shipping-bill__body-buttons-icon{cursor:pointer;position:absolute;left:-32px}.s-add-bulk-sb-docs{display:flex;flex-direction:column;gap:10px;padding:10px 20px 20px;border-radius:15px;background-color:#fff}.s-add-bulk-sb-docs__container{position:absolute;top:0;right:0;background:#000000bf;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10}.s-add-bulk-sb-docs__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.s-add-bulk-sb-docs__header-title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:24.2px;text-align:left}.s-add-bulk-sb-docs-break{height:2px;background-color:#888;margin-right:16px}.s-add-bulk-sb-docs__body{display:flex;flex-direction:row;gap:27px;padding-right:16px;width:100%;height:500px}.s-add-bulk-sb-docs__body-radio{padding-top:11px}.s-add-bulk-sb-docs__body-upload{width:100%;padding:10px 20px;box-shadow:0 4px 4px #00000040;height:max-content;border-radius:10px;border:1px solid #d1d1d1;display:flex;flex-direction:column;align-items:center;gap:20px;background-color:#edf7ff}.s-add-bulk-sb-docs__body-upload:hover{border:1px solid #046cb8}.s-add-bulk-sb-docs__body-upload-container{display:flex;flex-direction:column;gap:21px}.s-add-bulk-sb-docs__body-help{background-color:#efeeee;padding:10px 16px 28.5px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;border-radius:10px;max-width:380px}.s-add-bulk-sb-docs__body-help-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:30px;text-align:left;color:#161616}.s-add-bulk-sb-docs__body-help-section{display:flex;flex-direction:column;gap:10px}.s-add-bulk-sb-docs__body-help-section-heading{display:flex;flex-direction:row;gap:14px;align-items:center}.s-add-bulk-sb-docs__body-help-section-heading-title{font-family:Inter,sans-serif!important;font-weight:400;font-style:Regular;font-size:1rem;line-height:30px;letter-spacing:0%}.s-add-bulk-sb-docs__body-help-section-heading-img{height:28px}.s-add-bulk-sb-docs__body-help-section-body{list-style-position:outside;padding-left:38px;display:flex;flex-direction:column}.s-add-bulk-sb-docs__body-help-section-body-list{padding-top:10px;display:flex;flex-direction:column;gap:10px}.s-add-bulk-sb-docs__body-help-section-body-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;color:#4f4f4f;display:flex;justify-content:flex-start;align-items:flex-start;gap:5px}.s-add-bulk-sb-docs__body-help-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-top:60px}.s-add-bulk-sb-docs__body-help-footer>img{width:220px}.s-add-bulk-sb-docs__body-buttons{display:flex;flex-direction:row;align-items:center;gap:8px;position:relative}.s-add-bulk-sb-docs__body-buttons-container{display:flex;flex-direction:column;gap:16px;align-items:flex-start;padding:10px 0 0 24px}.s-add-bulk-sb-docs__body-buttons-icon{cursor:pointer;position:absolute;left:-32px}.s-img-uploader{width:237px;border-radius:15px;padding:24px}.s-img-uploader__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;border:1px solid #888888}.s-img-uploader__avatar-cont{position:relative;width:180px;height:180px;border-radius:50%}.s-img-uploader__upload{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:24px;cursor:pointer}.s-img-uploader__upload:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5;border-radius:50%}.s-img-uploader__input{display:none}.s-img-uploader__action{font-size:.6875rem;font-weight:400;line-height:150%;text-align:center;color:#d1d1d1;position:relative;z-index:2;opacity:1}.s-img-uploader__action--hover:hover{text-decoration:underline;color:#fff}.s-img-uploader__size{font-size:.6875rem;font-weight:500;line-height:150%;text-align:center;color:#fff;position:relative;z-index:2;opacity:1}.s-img-uploader__text{font-size:.8125rem;line-height:150%;text-align:center;margin:15px auto}.s-img-uploader__text-error{font-size:.6875rem;font-weight:400;color:#ef4444;white-space:nowrap;margin:15px auto}.s-img-uploader__buttons{display:flex;align-items:center;justify-content:center;gap:10px}.s-img-uploader__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;margin-top:16px}.s-img-uploader__rotate{width:max-content;margin:24px auto;display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:500}.s-img-uploader__rotate>img{width:16px;height:16px}.s-img-uploader__rotate>span{font-size:.75rem;text-decoration:underline}.s-img-uploader__close{position:absolute;top:5px;right:5px;width:24px;height:24px;cursor:pointer}.s-upload-card-v2{width:100%;background-color:#edf7ff;min-width:480px}.s-upload-card-v2__label{display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer}.s-upload-card-v2__label-img{height:20px;object-fit:contain}.s-upload-card-v2__label-text{font-size:.8125rem;color:#354cff}.s-upload-card-v2__label-text:hover{text-decoration:underline}.s-upload-card-v2__input{width:100%;border:none;border-radius:8px;overflow:hidden;transition:max-height .3s ease;display:flex;justify-content:center;align-items:center;gap:12px;padding:8px 10px;max-height:105px;border:1px dashed #62748e}.s-upload-card-v2__input--drag{border:1px solid #354cff}.s-upload-card-v2__input:hover{border:2px dashed #046cb8;padding:7px 9px}.s-upload-card-v2__upload{display:none}.s-upload-card-v2__secondary-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#6d6d6d}.s-upload-card-v2__text{text-align:center;font-size:.8125rem}.s-upload-card-v2__text-cont{display:flex;flex-direction:column;gap:8px;align-items:center}.s-upload-card-v2--disabled{opacity:.5}.s-upload-card-v2--disabled:hover{text-decoration:none}.s-upload-card-v2__list{max-height:260px;overflow-y:scroll;overflow-x:visible}.s-upload-card-v2__list--one{overflow:visible}.s-upload-list-v2-zip{margin-left:10px;display:flex;flex-direction:row;align-items:center}.s-upload-list-v2-line-vertical{width:1.2px;height:17px;background-color:#000;align-self:flex-start}.s-upload-list-v2-line-horizontal{width:10px;height:1px;background-color:#000}.s-upload-list-v2-left{border-left:1px solid black}.s-uploaded-file-v2{display:flex;flex-direction:row;align-items:center;gap:8px;padding:7px 0;width:100%}.s-uploaded-file-v2-container{display:flex;flex-direction:column;justify-content:center;gap:8px;flex-grow:2}.s-uploaded-file-v2-break{width:1px;height:19px;background-color:#d1d1d1}.s-uploaded-file-v2__file{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.s-uploaded-file-v2__file-container{display:flex;flex-direction:row;align-items:center}.s-uploaded-file-v2__file-info{display:flex;flex-direction:row;align-items:center;gap:4px}.s-uploaded-file-v2__file-icon{height:20px}.s-uploaded-file-v2__file-name{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:19px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden;max-width:150px;color:#046cb8}.s-uploaded-file-v2__file-name--failure{color:#4f4f4f}.s-uploaded-file-v2__file-name--deeplink{cursor:pointer}.s-uploaded-file-v2__file-name--deeplink:hover{text-decoration:underline}.s-uploaded-file-v2__file-extension{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:19px;text-align:left}.s-uploaded-file-v2__file-size{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:19px;text-align:right}.s-uploaded-file-v2__progress-info{margin-left:10px;font-family:Inter,sans-serif!important;font-size:.6875rem;line-height:19px;text-align:right}.s-uploaded-file-v2__progress-bar{height:6px;border-radius:10px;background-color:#f6f6f6}.s-uploaded-file-v2__progress-bar-completed{background-color:#00ab72}.s-uploaded-file-v2__action{width:16px;height:16px;cursor:pointer}.s-uploaded-file-v2__action-container{display:flex;flex-direction:row;gap:10px}.s-uploaded-file-v2__action--disabled{opacity:.5;cursor:auto}.s-uploaded-file-v3{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.s-uploaded-file-v3__left{width:100%;display:flex;flex-direction:row;align-items:center;gap:4px}.s-uploaded-file-v3-container{display:flex;flex-direction:column;justify-content:center;gap:8px;flex-grow:2}.s-uploaded-file-v3-break{width:1px;height:19px;background-color:#d1d1d1}.s-uploaded-file-v3__file{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.s-uploaded-file-v3__file-container{display:flex;flex-direction:row;align-items:center;gap:2px}.s-uploaded-file-v3__file-info{display:flex;flex-direction:row;align-items:center;gap:4px}.s-uploaded-file-v3__file-icon{height:20px;width:20px}.s-uploaded-file-v3__file-name{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:140%;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden;max-width:60px;color:#0f172a}.s-uploaded-file-v3__file-name--failure{color:#4f4f4f}.s-uploaded-file-v3__file-name-wrapper{display:inline-flex;max-width:150px}.s-uploaded-file-v3__file-name-wrapper--deeplink{color:#0080ff;cursor:pointer}.s-uploaded-file-v3__file-name-wrapper--deeplink:hover{text-decoration:underline}.s-uploaded-file-v3__file-name--deeplink{color:#0080ff;cursor:pointer}.s-uploaded-file-v3__file-extension{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:140%;text-align:left;color:#0f172a}.s-uploaded-file-v3__file-extension--deeplink{color:#0080ff;cursor:pointer}.s-uploaded-file-v3__file-size{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:19px;text-align:right}.s-uploaded-file-v3__progress-info{margin-left:10px;font-family:Inter,sans-serif!important;font-size:.6875rem;line-height:19px;text-align:right}.s-uploaded-file-v3__progress-bar{height:6px;border-radius:10px;background-color:#f6f6f6}.s-uploaded-file-v3__progress-bar-completed{background-color:#00ab72}.s-uploaded-file-v3__action{width:16px;height:16px;cursor:pointer}.s-uploaded-file-v3__action-container{display:flex;flex-direction:row;gap:10px}.s-uploaded-file-v3__action--disabled{opacity:.5;cursor:auto}.s-notifications{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.s-notifications__wrapper{height:100%;width:100%}.s-notifications__notification-icon{height:24px;width:24px;object-fit:contain;cursor:pointer}.s-notifications__notification-icon-available{height:11px;background-color:#ef4444;position:absolute;display:flex;justify-content:center;align-items:center;padding:2px 4px;border-radius:20px}.s-notifications__notification-icon-available--single{width:13px;top:-3px;right:-3px}.s-notifications__notification-icon-available--double{width:20px;top:-3px;right:-3px}.s-notifications__notification-icon-available--overflow{width:27px;top:-4px;right:-4px}.s-notifications__notification-icon-available-text{height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Inter,sans-serif!important;font-size:calc(.625rem - 1px);font-weight:600;line-height:7px;text-align:center;color:#fff}.s-notifications__notification-icon-available-text--single{width:5px}.s-notifications__notification-icon-available-text--double{width:12px}.s-notifications__notification-icon-available-text--overflow{width:19px}.s-notifications__notification-icon-available--selected{border:1px solid #000000;background-color:#fff;color:#000}.s-notifications__notification-icon--selected:hover{filter:none}.s-notifications__notification{width:324px;padding:6px;border-radius:8px}.s-notifications__notification:hover{background-color:#f2f6fc}.s-notifications__notification--new{background-color:#edf7ff}.s-notifications__notification--new .s-taskV2__text{font-weight:600;font-size:.8125rem;color:#0f172a}.s-notifications__notification--new .s-taskV2__notification-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#0080ff;border-radius:50%}.s-notifications__content{width:100%;padding:12px 16px;display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;overflow-x:hidden}.s-notifications__popup{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:center;width:356px;position:absolute;top:calc(100% + 21px);right:-7px;z-index:101;box-shadow:0 2px 8px #0f172a1f}.s-notifications__popup--no-alert{width:316px;height:269.5px}.s-notifications__popup:before{content:"";position:absolute;top:-25px;left:0;right:2px;height:25px;background:transparent;z-index:-1}.s-notifications__popup-heading{display:flex;flex-direction:row;height:52px;width:100%;padding:16px;justify-content:space-between;align-items:center}.s-notifications__popup-title{width:87px;height:20px;font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:600;line-height:140%;text-align:left;color:#0f172a}.s-notifications__popup-clear{position:relative;width:max-content;height:17px;font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:600;line-height:16px;text-align:center;color:#0080ff;cursor:pointer}.s-notifications__popup-clear:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;padding:5px 4px;background-color:transparent;border-radius:6px;z-index:-1}.s-notifications__popup-clear:hover:before{background-color:#e5f2ff}.s-notifications__popup-viewmore{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:500;line-height:16px;text-align:center;color:#0080ff;cursor:pointer}.s-notifications__popup-card{padding:10px;display:flex;flex-direction:row;align-items:center;width:100%;border:1px solid #efeeee;border-radius:10px;gap:10px}.s-notifications__popup-card--link{cursor:pointer}.s-notifications__popup-card--new{background-color:#edf7ff}.s-notifications__popup-card-icon{height:26px;width:26px}.s-notifications__popup-card-body{display:flex;flex-direction:column;gap:4px}.s-notifications__popup-card-body-name{font-family:Inter,sans-serif!important;font-size:.6875rem;line-height:18px;text-align:left;color:#888}.s-notifications__popup-card-body-description{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:18px;text-align:left;color:#161616}.s-notifications__popup-loader{width:75px;align-self:center}.s-notifications__border{margin:4px 0;width:324px;height:1px;background-color:#f2f6fc}.s-notifications__no-alert{display:flex;justify-content:center;align-items:center;text-align:center}.s-notifications__no-alert-img{width:166.5px;height:119.5px}.s-notifications__no-alert-text{text-align:center}.s-notifications__no-alert-text .first-line{font-size:.875rem;font-weight:600;color:#0f172a}.s-notifications__no-alert-text .second-line{font-size:.8125rem;font-weight:400;color:#62748e;text-align:center}.s-notifications__popup--custom-gap{top:calc(100% + 20px)}.s-notifications__popup--custom-gap:before{top:-20px;height:20px}.s-notification-banner{width:max-content}.s-notification-banner__basic{position:fixed;top:0;background-color:#ffd7d7;z-index:6;box-shadow:0 4px 4px #00000040;padding:12px 20px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1172px;height:56px}.s-notification-banner__basic--animate{animation:slideDown .7s ease-in-out 10ms forwards}@keyframes slideDown{0%{top:0}to{top:80px}}.s-notification-banner__basic--title{font-size:1rem;font-weight:600;line-height:150%}.s-notification-banner__basic--buttons{display:flex;gap:16px}.s-notification-banner__basic--transparent{background-color:#fff;width:144px}.s-reject{padding:10px 15px 20px;border:1px solid #d1d1d1;border-radius:10px;display:flex;flex-direction:column;gap:10px;background-color:#fff;margin-top:20px}.s-reject__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:left}.s-reject__title>span{color:#ef4444}.s-reject__break{height:1.5px;width:100%;background-color:#d1d1d1}.s-reject__body{display:grid;row-gap:20px;padding:0 120px;grid-template-columns:repeat(2,max-content) 1fr repeat(2,max-content)}.s-reject__item{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.73px;text-align:left;color:#161616}.s-reject__item--label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left;color:#4f4f4f;display:flex;justify-content:space-between;flex-direction:row}.request-feature{width:444px;display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 16px;border-radius:16px;background-color:#fff}.request-feature__title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:20px;text-align:center}.request-feature__icon{max-width:40px;object-fit:contain}.request-feature__top{width:100%;display:flex;flex-direction:column;gap:16px}.request-feature__top-header{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:20px;text-align:center;color:#046cb8}.request-feature__bottom{width:100%;display:flex;flex-direction:column;gap:16px}.request-feature__bottom-header{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:center}.request-feature__close{position:absolute;max-width:26px;object-fit:contain;top:16px;right:12px;cursor:pointer}.request-feature__features{display:flex;flex-direction:column;gap:10px;padding:10px 20px;border:1px solid #efeeee;background-color:#fafbfb;border-radius:12px}.request-feature__features-emojis{display:flex;justify-content:flex-end;align-items:center;gap:20px}.request-feature__emoji{display:flex;flex-direction:column;align-items:center;gap:5px}.request-feature__emoji>img{max-width:20px;object-fit:contain}.request-feature__emoji-text{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:400;line-height:14px;text-align:center}.request-feature__feature{display:flex;justify-content:space-between;align-items:center}.request-feature__feature-options{width:55%;padding-right:10px;display:flex;justify-content:space-between;align-items:center}.request-feature__feature-header{min-width:125px;padding:5px 0;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;border-right:1px solid #000000}.request-feature__action{display:flex;justify-content:center;align-items:center;gap:10px}.s-task{padding:6px 10px;display:flex;gap:10px;position:relative}.s-task__left{display:flex;justify-content:flex-start;align-items:center;margin-right:5px}.s-task__left>img{max-width:16px;object-fit:contain}.s-task__center{height:100%;flex-grow:1;display:flex;flex-direction:column;gap:6px}.s-task__text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:18px;text-align:left}.s-task__text>span{font-weight:600}.s-task__button{display:flex;justify-content:flex-start;align-items:center;gap:10px}.s-task__right{display:flex;flex-direction:column;justify-content:center;align-items:center}.s-task__right-more{max-width:20px;object-fit:contain;cursor:pointer}.s-task__right-more-bg{display:flex;justify-content:center;align-items:center;padding:2px;border-radius:50%}.s-task__right-more-bg:hover{background-color:#d2e7ff}.s-task__right-more-bg:hover>img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-task__duration{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:18px;text-align:left;color:#888}.s-task__modal{height:100%;display:flex;justify-content:flex-end;align-items:center;z-index:5}.s-task__modal-bg{padding:6px 10px;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc;border-radius:10px;border:1px solid #046cb8}.s-task__modal-buttons{display:flex;justify-content:flex-end;align-items:center;gap:10px}.s-task__modal-buttons--close{padding:2px}.s-task__modal-icons{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-right:5px}.s-task__modal-icon{max-width:16px;object-fit:contain}.s-task__modal-icon-bg{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border:1px solid #000000;border-radius:50%;cursor:pointer}.s-task__modal-icon-bg:hover{background-color:#046cb8;border:none}.s-task__modal-icon-bg:hover>img{filter:brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(61%) hue-rotate(138deg) brightness(116%) contrast(100%)}.s-task__modal-icon--cancel{max-width:12px}.s-task--border{border:1px solid #efeeee;border-radius:10px}.s-add-irm{background-color:#fff;width:570px;padding:20px 20px 15px;border-radius:15px}.s-add-irm__container{position:absolute;top:0;right:0;background:#000000bf;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10}.s-add-irm__header{position:relative;width:100%}.s-add-irm__title{font-size:1.25rem;font-weight:600;line-height:125%;padding-left:10px}.s-add-irm__close{position:absolute;right:10px;top:0}.s-add-irm__form{display:grid;gap:24px 18px;padding:20px}.s-add-irm__form-column{width:100%}.s-add-irm__form-column--width{max-width:231px}.s-add-irm__buttons{display:flex;width:100%;justify-content:center;align-items:center;gap:20px;margin-top:20px}.s-add-irm__uploaded{margin:20px 20px 0}.s-add-irm__uploaded-count{background:#eafff5;padding:10px 20px;width:100%;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:left;border-radius:5px}.s-add-irm__list{max-height:260px;overflow-y:scroll;overflow-x:visible;padding:12px 0;border-bottom:1px solid #046cb8}.s-add-irm__cta{width:max-content;padding-top:11px;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;gap:8px}.s-add-irm__cta>img{width:24px;height:24px}.s-add-irm__cta>p{font-size:.875rem;font-weight:600;line-height:150%;color:#046cb8}.s-add-irm--hide{display:none}.s-add-irm__postupload{background-color:#fff;box-shadow:none;border:none;padding:0 20px}.s-add-irm__postupload--inside{background-color:#fff}.s-add-irm__postupload--error{width:max-content;font-size:.6875rem;line-height:150%;color:#ef4444;margin:10px auto 0}.s-add-irm__postupload:hover{outline:none;border:none}.review-popup{width:360px;display:flex;flex-direction:column;gap:20px;border-radius:16px;background-color:#fff;padding:10px 10px 30px}.review-popup__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.review-popup__header>img{position:absolute;top:3px;right:3px;width:24px;height:24px;cursor:pointer}.review-popup__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.review-popup__content{display:flex;flex-direction:column;gap:20px;padding:0 24px;align-items:center}.review-popup__inprogress{display:flex;flex-direction:column;gap:5px;justify-content:center}.review-popup__inprogress-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:18px;color:#888;letter-spacing:0%;text-align:center}.review-popup__inprogress>img{max-width:245px;height:22px;object-fit:contain}.review-popup__text{font-weight:400;font-size:.8125rem;line-height:20px;text-align:center;color:#161616;padding:0 10px}.s-rating__title{font-size:.8125rem;padding-bottom:8px}.bluno-banner{display:flex;flex-direction:column;gap:20px;padding:20px 30px;margin:10px 16px 0;border-radius:10px;background-color:#fff}.bluno-banner__container{display:flex;justify-content:flex-start;align-items:center;gap:20px}.bluno-banner__left{display:flex;justify-content:flex-start;align-items:center}.bluno-banner__left>img{max-width:185px;object-fit:contain}.bluno-banner__right{flex-grow:1;display:flex;flex-direction:column;gap:16px;width:50%}.bluno-banner__header{display:flex;justify-content:flex-start;align-items:center;gap:20px}.bluno-banner__header-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.bluno-banner__sub-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:24px;text-align:left;color:#0f172a;padding-bottom:12px}.bluno-banner__title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:24px;text-align:left}.bluno-banner__content{display:flex;flex-direction:column;justify-content:flex-start}.bluno-banner__text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:24px;text-align:left;color:#888;max-width:600px}.bluno-banner__list{display:flex;justify-content:flex-start;align-items:center;gap:38px}.bluno-banner__list-item{display:flex;justify-content:flex-start;align-items:center;gap:10px}.bluno-banner__list-item>img{max-width:16px}.bluno-banner__list-item>p{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:left}.bluno-banner__footer{display:flex;justify-content:space-between;align-items:flex-end}.bluno-banner__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.bluno-banner__buttons-icon{padding:4px 3px;margin-top:2px}.bluno-banner__buttons--zoho-invoice{padding-left:205px;justify-content:flex-start}.kyc-banner{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;gap:20px;border-radius:10px;background-color:#fff}.kyc-banner__left{display:flex;align-items:center;justify-content:center;gap:45px}.kyc-banner__card{width:71px}.kyc-banner__content{width:90%;display:flex;flex-direction:column;gap:16px}.kyc-banner__balloon{height:120px}.kyc-banner__title{font-size:1.5rem;font-weight:600;line-height:100%}.kyc-banner__title>span{color:#046cb8}.kyc-banner__title--rejected>span{color:#ef4444}.kyc-banner__text{font-size:1rem;line-height:150%;color:#888}.kyc-banner__buttons{padding-top:12px}.kyc-banner__steps{padding:12px;border-radius:12px;width:344px;background:#efeeee}.kyc-banner__steps-head>p{font-weight:500;font-size:.8125rem;line-height:150%;color:#161616}.kyc-banner__steps-body{display:flex;gap:12px;padding-top:12px}.kyc-banner__steps-right{display:flex;flex-direction:column;gap:12px}.kyc-banner__steps-text{font-weight:400;font-size:.8125rem;line-height:150%;color:#334155}.kyc-banner__steps-cta{padding:12px 20px;border:1px solid #161616;border-radius:10px;width:max-content;font-weight:500;font-size:.8125rem;line-height:100%;cursor:pointer}.kyc-banner__steps-cta:hover{border-color:#046cb8;color:#046cb8}.kyc-banner__steps-icon{width:48px;height:56px}.kyc-banner__resend>p{font-weight:400;font-size:.8125rem;line-height:140%}.kyc-banner__resend{display:flex;align-items:center;gap:10px}.kyc-banner__resend-success{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:6px;background-color:#cbffe5}.kyc-banner__resend-success>img{width:16px;height:16px}.kyc-banner__resend-success>p{font-weight:400;font-size:.8125rem;line-height:140%}.doc-banner{display:flex;align-items:center;gap:20px;padding:20px 30px;border-radius:10px;background-color:#fff}.doc-banner__left{display:flex;justify-content:center;align-items:center}.doc-banner__left>img{max-width:71px;object-fit:contain}.doc-banner__middle{flex-grow:1;display:flex;flex-direction:column;gap:16px;padding-left:100px}.doc-banner__header{display:flex;justify-content:flex-start;align-items:center;gap:20px}.doc-banner__header-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.doc-banner__title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:24px;text-align:left}.doc-banner__message{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:24px;text-align:left;color:#888;width:max-content;position:relative}.doc-banner__card-icon{position:absolute;width:71px;left:-100px;top:-8px}.doc-banner__text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:24px;text-align:left}.doc-banner__docs{display:flex;flex-direction:column;gap:7px}.doc-banner__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.doc-banner__footer{display:flex;justify-content:flex-start;align-items:center;gap:50px}.doc-banner__right{display:flex;justify-content:center;align-items:center;padding-right:30px}.doc-banner__right>img{max-width:176px;object-fit:contain}.onboarding-banner{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:75px;padding:30px 35px;border-radius:10px;background-color:#fff}.onboarding-banner__icon{display:flex;justify-content:center;align-items:center}.onboarding-banner__icon>img{max-width:55px;object-fit:contain}.onboarding-banner__container{flex-grow:1;display:flex;justify-content:space-between;align-items:center;gap:20px}.onboarding-banner__content{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.onboarding-banner__title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1.25rem;line-height:20px;letter-spacing:0%}.onboarding-banner__text{font-family:Inter,sans-serif!important;font-weight:400;font-size:1rem;line-height:24px;letter-spacing:0px;color:#888}.onboarding-banner__list{display:flex;justify-content:flex-start;align-items:center;gap:25px}.onboarding-banner__item{display:flex;justify-content:flex-start;align-items:center;gap:10px}.onboarding-banner__item-text{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:24px;letter-spacing:0px}.onboarding-banner__item-icon{max-width:20px;object-fit:contain}.onboarding-banner__buttons{display:flex;justify-content:flex-end;align-items:center;gap:10px}.sh-banner{display:flex;flex-direction:column;gap:12px;padding:12px 32px;margin:10px 16px 0;border-radius:10px;background-color:#edf7ff}.sh-banner__header{height:36px;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:10px 20px;background-color:#eff3f9;border-radius:5px 5px 0 0}.sh-banner__header-title{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:100%;letter-spacing:0%}.sh-banner__exporter{display:flex;gap:20px}.sh-banner__exporter-left{display:flex;align-items:center}.sh-banner__exporter-left>img{max-width:62px;object-fit:contain}.sh-banner__exporter-right{flex-grow:1;display:flex;flex-direction:column;gap:16px}.sh-banner__inputs{display:flex;flex-direction:column}.sh-banner__content{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:8px;background-color:#d6ecff}.sh-banner__title{font-family:Inter,sans-serif!important;font-weight:700;font-size:.8125rem;line-height:140%;letter-spacing:0%}.sh-banner__text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.75rem;line-height:140%;letter-spacing:0%}.sh-banner__list{display:flex;justify-content:flex-start;align-items:center;gap:20px}.sh-banner__list-item{display:flex;justify-content:flex-start;align-items:center;gap:5px}.sh-banner__list-item>p{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:140%;letter-spacing:0%}.sh-banner__list-item>img{max-width:16px;object-fit:contain}.sh-banner__submission{display:flex;flex-direction:column;gap:8px;padding:0 20px 8px}.sh-banner__submission-reason{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:140%;letter-spacing:0%}.sh-banner__submission-doc{display:flex;justify-content:flex-start;align-items:center;gap:10px}.sh-banner__submission-doc-btn>img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.sh-banner__buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.sh-banner--settings{background-color:#fff;padding:12px 10px;margin:0!important}.sh-banner--settings .sh-banner__exporter,.sh-banner--settings .sh-banner__content{margin:0 22px}.dgft-partner{display:flex;flex-direction:column;gap:10px}.dgft-partner__header{display:flex;flex-direction:column}.dgft-partner__header-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.36px;text-align:left}.dgft-partner__header-text{width:50%;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left}.dgft-partner__iec{display:flex;flex-direction:column;padding:20px;border-radius:10px;background-color:#fff;gap:16px}.dgft-partner__iec-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.36px;text-align:left;display:flex;align-items:center;gap:6px}.dgft-partner__iec-title>p{padding:2px 10px;background-color:#ffc000;border-radius:5px;font-size:.8125rem}.dgft-partner__iec-inputs{display:flex;flex-direction:column;gap:20px}.dgft-partner__iec-inputs-header,.dgft-partner__iec-inputs-radio{flex:1}.dgft-partner__buttons{display:flex;justify-content:center;align-items:center;gap:20px}.dgft-partner__guide{display:flex;flex-direction:column;padding:20px;border-radius:10px;background-color:#fff;gap:16px}.dgft-partner__guide-title{display:flex;gap:16px}.dgft-partner__guide-title>img{width:22.5px}.dgft-partner__guide-title>p{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:left}.dgft-partner__guide-title>p>span{color:#046cb8}.dgft-partner__guide-header{display:flex;justify-content:flex-start;align-items:center;margin-top:-6px;gap:10px}.dgft-partner__guide-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:left}.dgft-partner__guide-list{display:flex;flex-direction:column;gap:10px}.dgft-partner__guide-item{display:flex;justify-content:space-between;align-items:flex-start}.dgft-partner__guide-item>p{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left;padding:10px;background-color:#ebf4ff}.dgft-partner__guide-item>p>span{font-weight:600;padding-right:4px}.dgft-partner__guide-item--border{padding-bottom:10px;border-bottom:1px solid #888888}.dgft-partner__email{display:flex;padding:20px;border-radius:10px;background-color:#fff;gap:16px}.dgft-partner__email-header{width:60%;display:flex;justify-content:space-between;align-items:center}.dgft-partner__email-title{flex:1;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left}.dgft-partner__email-email{display:flex;justify-content:flex-start;align-items:center;gap:5px;padding-right:10px;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.36px;text-align:left}.dgft-partner__email-email>span{display:flex;justify-content:center;align-items:center;min-width:25px;min-height:25px}.dgft-partner__status{display:flex;flex-direction:column;padding:20px;border-radius:10px;background-color:#fff;gap:16px}.dgft-partner__status-header{width:60%;display:flex;justify-content:space-between;align-items:center}.dgft-partner__status-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;text-align:left}.dgft-partner__status-box{display:flex;flex-direction:column;align-items:center;gap:8px}.dgft-partner__status-text{color:#888;font-size:.75rem}.dgft-partner__status-status{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:13.31px;text-align:left;padding:6px 12px 7px;color:#00ab72;border-radius:8px;background-color:#eafff5;width:max-content}.dgft-partner__status-status--in_progress{color:#ffa100;background-color:#ffa1001a}.dgft-partner__status-status--inactive{color:#888;background-color:#efeeee}.dgft-partner__confirmation{display:flex;padding:20px;border-radius:10px;background-color:#fff;gap:40px}.dgft-partner__confirmation-content{display:flex;flex-direction:column;gap:8px}.dgft-partner__confirmation-title{font-size:.8125rem;font-weight:500}.dgft-partner__confirmation-inputs{display:flex;flex-direction:column;gap:20px}.dgft-partner__confirmation-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left;color:#888;max-width:370px}.dgft-partner__assistance{display:flex;align-items:center;justify-content:center;gap:6px}.dgft-partner__assistance>p{font-size:.8125rem;font-weight:400;line-height:125%;color:#00963d}.dgft-partner__assistance>img{width:18px;height:18px}.dgft-partner__assistance--fix-width{justify-content:flex-start;width:101.38px;overflow:visible;white-space:nowrap}.zoho-partner{display:flex;flex-direction:column;gap:10px}.zoho-partner__guide{display:flex;flex-direction:column;padding:20px;border-radius:10px;background-color:#fff;gap:16px}.zoho-partner__guide-title{display:flex;gap:16px}.zoho-partner__guide-title>img{width:22.5px}.zoho-partner__guide-title>p{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:left}.zoho-partner__guide-title>p>span{font-size:.875rem;color:#046cb8;font-style:italic}.zoho-partner__guide-header{display:flex;justify-content:flex-start;align-items:center;margin-top:-6px;gap:10px}.zoho-partner__guide-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:left}.zoho-partner__guide-list{display:flex;flex-direction:column;gap:10px}.zoho-partner__guide-item{display:flex;justify-content:space-between;align-items:flex-start}.zoho-partner__guide-item>p{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left;padding:10px;background-color:#ebf4ff}.zoho-partner__guide-item>p>span{font-weight:600;padding-right:4px}.zoho-partner__guide-item--border{padding-bottom:10px;border-bottom:1px solid #888888}.zoho-partner__guide-direction-card{padding-right:8px}.zoho-partner__guide-direction-card>p{font-weight:400;font-size:.8125rem;line-height:125%;padding:13px 18px;background:#ebf4ff}.zoho-partner__guide-direction-card>p>span{font-weight:600}.zoho-partner__post-connect{display:flex;flex-direction:row;align-items:center;gap:65px}.zoho-partner__direction-card{background-color:#efeeee;margin-top:8px;padding:14px 8px}.zoho-partner__direction-card-footer{display:flex;gap:20px;align-items:center;justify-content:center;padding-top:18px}.zoho-partner__direction-card-footer>img{width:27.5px}.zoho-partner__direction-card-footer>p{font-size:.6875rem;line-height:150%;max-width:250px}.zoho-partner__direction-list{display:flex;gap:25px;padding-top:26px}.zoho-partner__direction{display:flex;flex-direction:column;position:relative;background-color:#fff;padding:10px 12px;gap:10px;width:144px;height:98px;border-radius:4px}.zoho-partner__direction-label{position:absolute;top:-30px;left:50%;transform:translate(-50%);font-size:.8125rem;line-height:125%;color:#888}.zoho-partner__direction-icon{width:20px;height:20px}.zoho-partner__direction-text{font-size:.6875rem;line-height:150%}.zoho-partner__direction-text>span{color:#046cb8;font-weight:600}.zoho-partner__default-view{display:flex;justify-content:center;gap:40px}.zoho-partner__default-view-illustration{width:141px}.zoho-partner__default-view-illustration>img{width:100%}.zoho-partner__default-view-title{font-weight:600;font-size:.8125rem;line-height:100%}.zoho-partner__default-view-text{font-weight:400;font-size:.75rem;line-height:100%}.gmail-partner__link{border:1px solid #d1ddeb;background:#fff;padding:20px;border-radius:16px}.gmail-partner__link-top{display:flex;align-items:center;gap:30px}.gmail-partner__link-left>img{width:128px}.gmail-partner__link-title{font-weight:500;font-size:.875rem;line-height:140%;margin-bottom:8px}.gmail-partner__link-text{font-weight:400;font-size:.8125rem;line-height:140%;color:#62748e;margin-bottom:16px}.gmail-partner__link-points{display:flex;gap:20px}.gmail-partner__link-point{display:flex;align-items:center;gap:5px}.gmail-partner__link-point>img{width:16px;height:16px}.gmail-partner__link-point>p{font-weight:500;font-size:.75rem;line-height:140%}.gmail-partner__link-bottom{margin-top:24px}.gmail-partner__cards{padding:12px;background:#e5f2ff;border-radius:8px;display:flex;gap:12px;align-items:center}.gmail-partner__card{width:362px;background:#fff;border:1px solid #d1ddeb;border-radius:8px;height:-webkit-fill-available}.gmail-partner__card-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid #d1ddeb}.gmail-partner__card-left{display:flex;align-items:center;gap:6px}.gmail-partner__card-gmail{font-weight:600;font-size:.8125rem;line-height:140%;display:flex}.gmail-partner__card-gmail>span{max-width:173px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.gmail-partner__card-body{padding:12px;display:flex;flex-direction:column;justify-content:space-between}.gmail-partner__card-banks{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.gmail-partner__card-buttons{margin-top:12px;display:flex;gap:8px;align-items:center;width:100%}.gmail-partner__card--banktag{max-width:max-content!important;padding:2px 12px;border-radius:30px!important}.gmail-partner .gmail-partner__guide{border:1px solid #d1ddeb;background:#fff;padding:20px;border-radius:16px;margin-top:16px}.gmail-partner .gmail-partner__guide-header{display:flex;align-items:center;gap:16px}.gmail-partner .gmail-partner__guide-header>img{width:40px;height:40px}.gmail-partner .gmail-partner__guide-title{font-weight:400;font-size:1.125rem;line-height:140%}.gmail-partner .gmail-partner__guide-title>span{font-weight:500}.gmail-partner .gmail-partner__guide-text{margin-top:5px}.gmail-partner .gmail-partner__guide-text>p{font-weight:400;font-size:.8125rem;line-height:140%}.gmail-partner .gmail-partner__guide-body{max-width:700px}.gmail-partner .gmail-partner__guide-highlight{border-radius:10px;padding:14px 10px;background-color:#edfdff;font-weight:400;font-size:.8125rem;line-height:140%;margin-top:16px}.gmail-partner .gmail-partner__guide-highlight>span{font-weight:500}.gmail-partner .gmail-partner__guide-info{background:#f2f6fc;border-radius:10px;padding:11px 12px 16px;margin-top:16px}.gmail-partner .gmail-partner__guide-steps{display:flex}.gmail-partner .gmail-partner__guide-step-wrapper{display:flex;align-items:center}.gmail-partner .gmail-partner__guide-step>p{font-size:.8125rem;color:#475569;margin-bottom:11px}.gmail-partner .gmail-partner__guide-stepcard{padding:10px 12px;background-color:#fff;border-radius:10px;width:194px;height:95px}.gmail-partner .gmail-partner__guide-stepcard>img{width:20px;height:20px}.gmail-partner .gmail-partner__guide-stepcard>p{font-weight:500;font-size:.6875rem;line-height:140%;margin-top:10px}.gmail-partner .gmail-partner__guide-stepcard>p>span{color:#00819e}.gmail-partner .gmail-partner__guide-security{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:21px;width:100%}.gmail-partner .gmail-partner__guide-security>img{height:30px}.gmail-partner .gmail-partner__guide-security>p{font-weight:500;font-size:.6875rem;line-height:140%}.gmail-partner .gmail-partner__guide-buttons{display:flex;align-items:center;justify-content:center;gap:20px;padding-top:16px;margin-top:16px;border-top:1px solid #d1ddeb}.s-gmail-link{width:667px!important;display:flex;flex-direction:column;padding:36px;border-radius:20px;background-color:#fff;z-index:11}.s-gmail-link__header{width:100%;display:flex;align-items:center;justify-content:space-between}.s-gmail-link__header-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.s-gmail-link__text{font-weight:400;font-size:.8125rem;line-height:140%}.s-gmail-link__middle{padding:16px;background:#f2f6fc;border-radius:8px;margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:10px}.s-gmail-link__middle-icon{height:32px}.s-gmail-link__middle-text{display:flex;align-items:center;gap:6px}.s-gmail-link__middle-text>span{font-size:.75rem;line-height:140%}.s-gmail-link__middle-text>p{font-weight:600;font-size:.75rem;line-height:140%;display:flex;cursor:pointer}.s-gmail-link__bottom{margin-top:20px}.s-gmail-link__bottom-title{font-weight:500;font-size:1rem;line-height:140%}.s-gmail-link__bottom-buttons{display:flex;align-items:center;justify-content:center;margin-top:20px}.s-gmail-link__scopes{display:flex;margin-top:12px;gap:20px}.s-gmail-link__scope{border:1px solid #bfcdde;border-radius:8px;cursor:pointer}.s-gmail-link__scope-header{padding:13px 12px;border-bottom:1px solid #bfcdde;display:flex;justify-content:space-between;align-items:center;position:relative}.s-gmail-link__scope-header--active{border-bottom:1px solid #66b3ff}.s-gmail-link__scope-header>p{font-weight:600;font-size:.8125rem;line-height:140%}.s-gmail-link__scope-recommended{width:94px;height:16px;background:#00bcd4;color:#fff;font-weight:500;font-size:.625rem;letter-spacing:4%;display:flex;align-items:center;justify-content:center;clip-path:polygon(6% 0%,94% 0%,100% 50%,94% 100%,6% 100%,0% 50%);position:absolute;top:-9px;left:12px}.s-gmail-link__scope-body{padding:12px}.s-gmail-link__scope-body>p{font-weight:500;font-size:.8125rem;line-height:140%;color:#475569}.s-gmail-link__scope-benefits{display:flex;flex-direction:column;gap:10px;margin-top:8px}.s-gmail-link__scope-benefit{display:flex;gap:8px}.s-gmail-link__scope-benefit>img{width:12px;height:12px}.s-gmail-link__scope-benefit>p{font-weight:400;font-size:.8125rem;line-height:140%;color:#475569}.s-gmail-link__scope-benefit--opacity{opacity:.35}.s-gmail-link__scope--active{border:1px solid #66b3ff;background-color:#e5f2ff}.s-gmail-link__scope:not(.s-gmail-link__scope--active):hover{background-color:#f2f6fc}.s-gmail-link__scope:not(.s-gmail-link__scope--active):hover--active{border:1px solid #66b3ff;background-color:#e5f2ff}.s-gmail-link__footer{display:flex;flex-direction:column;align-items:center;margin-top:28px;padding-top:12px;border-top:1px solid #d1ddeb}.s-gmail-link__footer>p{font-weight:500;font-size:.8125rem;line-height:140%}.s-gmail-link__security{display:flex;max-width:466px;align-items:center;justify-content:space-between;width:100%;margin-top:8px}.s-gmail-link__security-card{display:flex;align-items:center;gap:2px}.s-gmail-link__security-card>img{width:20px;height:20px}.s-gmail-link__security-card>p{font-weight:500;font-size:.75rem;line-height:140%}.s-gmail-unlink{width:591px;border-radius:16px;background-color:#fff;z-index:11}.s-gmail-unlink__header{padding:24px 24px 12px;margin-bottom:1px solid #d1ddeb}.s-gmail-unlink__body{padding:16px 24px 24px;display:flex;flex-direction:column;gap:24px}.s-gmail-unlink__body-step{display:flex;flex-direction:column;gap:6px}.s-gmail-unlink__body-title{font-weight:500;font-size:.75rem;line-height:140%;color:#62748e}.s-gmail-unlink__body-text{font-size:.875rem;line-height:140%}.bluno-gmail-banner{padding:10px 16px 0}.bluno-gmail-banner__container{padding:20px 30px;background:#fff;border-radius:10px;display:flex;align-items:center;gap:30px}.bluno-gmail-banner__left>img{width:128px}.bluno-gmail-banner__title{font-weight:500;font-size:.875rem;line-height:140%}.bluno-gmail-banner__text{font-weight:400;font-size:.8125rem;line-height:140%;margin-top:8px;color:#62748e}.bluno-gmail-banner__list{display:flex;align-items:center;gap:22px;margin-top:16px}.bluno-gmail-banner__point{display:flex;align-items:center;gap:5px}.bluno-gmail-banner__point>img{width:16px;height:16px}.bluno-gmail-banner__point>p{font-weight:500;font-size:.6875rem;line-height:140%}.bluno-gmail-banner__buttons{display:flex;gap:16px;margin-top:16px}.s-do-later{width:494px;border-radius:16px;background-color:#fff;z-index:11}.s-do-later__header{padding:20px 20px 0;display:flex;justify-content:flex-end}.s-do-later__body{padding:0 32px 32px;display:flex;flex-direction:column;align-items:center}.s-do-later__body>img{width:80px;height:80px}.s-do-later__content{margin-top:32px}.s-do-later__title{font-size:1rem;line-height:140%;text-align:center}.s-do-later__text{font-weight:600;font-size:.8125rem;line-height:140%;text-align:center;margin-top:12px}.s-do-later__subtext{font-size:.8125rem;line-height:140%}.s-do-later__subtext>span{font-size:.8125rem;font-weight:500}.s-do-later__buttons{display:flex;gap:16px;align-items:center;margin-top:32px}.bulk-actions{width:100%;padding:10px 35px;display:flex;justify-content:flex-start;align-items:center;gap:10px;background-color:#fff;border-radius:10px;min-height:120px}.bulk-actions__left{display:flex;justify-content:center;align-items:center}.bulk-actions__left>img{max-width:178px;object-fit:contain}.bulk-actions__right{display:flex;justify-content:flex-start;align-items:center;gap:16px}.bulk-actions__content{width:230px;display:flex;flex-direction:column;gap:5px}.bulk-actions__title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:20px;text-align:left}.bulk-actions__text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;color:#888}.bulk-actions__buttons{display:flex;justify-content:flex-start;align-items:center;gap:16px}.m-bulk-action{width:500px;display:flex;flex-direction:column;gap:10px;border-radius:16px;background-color:#fff;padding:20px}.m-bulk-action__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.m-bulk-action__header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.m-bulk-action__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.m-bulk-action__sub-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;padding-left:12px;color:#161616}.m-bulk-action__list{display:flex;flex-direction:column;padding:10px;border:1px solid #d1d1d1;border-radius:10px;gap:5px}.m-bulk-action__item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-top:1px solid #d1d1d1}.m-bulk-action__item-head{padding:10px 27px 10px 36px;border:none}.m-bulk-action__item:hover:not(.m-bulk-action__item-head){border-radius:8px;background-color:#d6ecff;border-top:1px solid transparent;cursor:pointer}.m-bulk-action__item:hover:not(.m-bulk-action__item-head)+.m-bulk-action__item{border-top:1px solid transparent}.m-bulk-action__item:hover:not(.m-bulk-action__item-head) .m-bulk-action__item-count{background-color:#fff}.m-bulk-action__item:hover:not(.m-bulk-action__item-head) .m-bulk-action__item-hover-icon{visibility:visible}.m-bulk-action__item-left{display:flex;justify-content:flex-start;align-items:center;gap:10px}.m-bulk-action__item-left>img{max-width:16px;object-fit:contain}.m-bulk-action__item-right{display:flex;justify-content:flex-end;align-items:center;gap:10px}.m-bulk-action__item-header{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.6px;text-align:left}.m-bulk-action__item-header>span{color:#888;font-weight:400;line-height:125%}.m-bulk-action__item-header>p{font-size:.875rem;font-weight:400;line-height:19px;display:inline-block;padding:2px 8px;text-align:center;border-radius:4px;background-color:#efeeee;width:40px}.m-bulk-action__item-bank{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left}.m-bulk-action__item-count{padding:2px 8px;font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:19px;text-align:center;border-radius:4px;background-color:#efeeee;width:40px}.m-bulk-action__item-hover-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:13.2px;text-align:left;color:#888}.m-bulk-action__item-hover-icon{max-width:7px;object-fit:contain;visibility:hidden}.m-bulk-action__item-info{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.m-bulk-action__item-subtext{font-size:.6875rem;line-height:100%;color:#888}.m-bulk-action__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.m-bulk-action__default-view{position:relative;padding-bottom:10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px}.m-bulk-action__default-view-logo{max-width:58px;object-fit:contain}.m-bulk-action__default-view-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19px;text-align:center}.m-bulk-action__default-view-text{width:240px;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:center}.m-bulk-action__default-view-buttons{display:flex;justify-content:center;align-items:center;gap:10px}.m-bulk-action__default-view-close{position:absolute;top:0;right:0;max-width:24px;object-fit:contain;cursor:pointer}.m-bulk-action__inputs{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.m-bulk-action__textbox,.m-bulk-action__textarea{padding:6px 0 16px;border-bottom:1px solid #d1d1d1;margin-bottom:6px;width:100%;display:flex;align-items:center;justify-content:center}.m-bulk-action__radio{width:100%;padding:6px 0 16px;border-bottom:1px solid #d1d1d1;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.m-bulk-table-view__content{display:flex;flex-direction:column;gap:24px;padding:10px 10px 20px;border-bottom:1px solid #d1d1d1}.m-bulk-table-view__list{display:grid;grid-template-columns:1fr 1fr;gap:24px}.m-bulk-table-view__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.m-bulk-table-view__item-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left}.m-bulk-table-view__item-content{display:flex;flex-direction:row;gap:5px}.m-bulk-table-view__item-icon{width:16px;height:16px}.m-bulk-table-view__item-value{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:19px;text-align:left}.m-bulk-table-view__item-subtext{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:19px;text-align:left;color:#888}.m-bulk-table-view__reason-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left}.m-bulk-table-view__reason-value{overflow:hidden;word-wrap:break-word;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left}.m-bulk-table-view__reason-buttons{display:inline-block}.m-bulk-table-view__inputs{display:flex;flex-direction:column;gap:20px;width:100%;align-self:center;position:relative}.m-bulk-table-view__declaration-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;padding-left:10px}.m-bulk-table-view__declaration-label>a{color:#046cb8}.m-bulk-bank-action__container{display:flex;flex-direction:column;gap:10px}.m-bulk-bank-action__selected{display:flex;align-items:center;padding:6px 20px 16px;gap:10px;border-bottom:1px solid #d1d1d1}.m-bulk-bank-action__selected-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.6px;text-align:left}.m-bulk-bank-action__selected-value{display:flex;justify-content:flex-start;align-items:center;gap:5px}.m-bulk-bank-action__selected-value>img{max-width:16px;object-fit:contain}.m-bulk-bank-action__selected-count{display:block;padding:2px 8px;font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:19px;text-align:left;background-color:#efeeee;border-radius:4px}.m-bulk-bank-action__selected-name{display:block;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left}.m-bulk-bank-action__change{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-left:4px}.m-bulk-bank-action__change--default>span{font-weight:400!important}.m-bulk-bank-action__list{display:flex;gap:24px;align-items:center;justify-content:center}.m-bulk-bank-action__item{width:200px;height:275px;padding:20px;border-radius:8px;border:1px solid #d1d1d1;position:relative;display:flex;flex-direction:column;justify-content:space-between}.m-bulk-bank-action__item-content{display:flex;flex-direction:column;gap:16px}.m-bulk-bank-action__item-header{display:flex;align-items:center;justify-content:center;gap:6px;border-bottom:1px solid #d1d1d1;height:50px;padding-bottom:16px}.m-bulk-bank-action__item-title{font-size:.8125rem;font-weight:400;line-height:125%;text-align:right}.m-bulk-bank-action__item-count{padding:2px 12px;font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:19px;text-align:left;background-color:#efeeee;border-radius:4px;text-align:center}.m-bulk-bank-action__item-count--highlighted{background-color:#d2e7ff}.m-bulk-bank-action__item-icon{width:80px;height:80px;margin:0 auto}.m-bulk-bank-action__item-text{font-size:.8125rem;font-weight:400;line-height:19px;text-align:center;color:#888;padding-bottom:16px;border-bottom:1px solid #d1d1d1;height:90px}.m-bulk-bank-action__item-buttons{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:16px}.m-bulk-bank-action__total-summary{display:flex;align-items:center;gap:10px;padding:6px 20px}.m-bulk-bank-action__total-summary>span{font-size:.8125rem;font-weight:400;line-height:125%}.m-bulk-bank-action__group-cont{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap;max-height:308px;overflow-y:auto}.m-bulk-bank-action__group{padding:16px 24px;display:flex;flex-direction:column;align-items:center;width:260px;height:146px;border:1px solid #d1d1d1;border-radius:10px}.m-bulk-bank-action__group-text{font-size:.8125rem;line-height:150%;width:100%;text-align:center}.m-bulk-bank-action__group-subtext{line-height:100%;font-size:.8125rem;color:#888}.m-bulk-bank-action__group-count{font-size:13px;line-height:150%;padding:3px 12px;height:25px;display:flex;align-items:center;justify-content:center;background-color:#d2e7ff;border-radius:4px}.m-bulk-bank-action__group-info{padding:12px 0;display:flex;gap:6px;align-items:center}.m-bulk-bank-action__group-buttons{display:flex;align-items:center;gap:16px;padding-top:14px;border-top:1px solid #d1d1d1}.m-bulk-success{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}.m-bulk-success__close{position:absolute;top:0;right:0;max-width:24px;object-fit:contain;cursor:pointer}.m-bulk-success__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px}.m-bulk-success__text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:center;max-width:270px}.m-bulk-success__text>span{font-weight:600}.m-bulk-success__circle{display:flex;justify-content:center;align-items:center;width:70px;height:70px;border-radius:50%;border:2px solid #00d28a}.m-bulk-success__logo{max-width:28px;object-fit:contain}.m-bulk-success__summary{display:flex;flex-direction:column;border:1px solid #d1d1d1;border-radius:8px;overflow:hidden}.m-bulk-success__summary-item{display:flex}.m-bulk-success__summary-item:first-child{border-bottom:1px solid #d1d1d1}.m-bulk-success__summary-label{width:200px;display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:19px;text-align:right;padding:10px 20px;border-right:1px solid #d1d1d1}.m-bulk-success__summary-value{flex-grow:1;display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:center;padding:10px 20px}.m-bulk-success__bulkid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px}.m-bulk-success__bulkid-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:center}.m-bulk-success__bulkid-value{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:600;line-height:19px;text-align:center}.m-bulk-success__subtext{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:19px;letter-spacing:0px;text-align:center;color:#888}.m-bulk-success__buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.m-bulk-success__buttons--column{flex-direction:column}.m-bulk-remind__content{display:flex;flex-direction:column;gap:20px;padding:10px}.m-bulk-remind__text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left}.m-bulk-remind__text>span{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:19px;text-align:left}.m-bulk-remind__table{display:flex;flex-direction:column;justify-content:flex-start;gap:20px}.m-bulk-remind__table-cell{display:flex;flex-direction:column;justify-content:flex-start;gap:5px}.m-bulk-remind__table-cell-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:center}.m-bulk-remind__table-cell-subtext{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:center;color:#888}.m-bulk-remind__table-cell--alignment-left{align-items:flex-start}.m-bulk-remind__table-cell--alignment-center{align-items:center}.m-bulk-remind__table-cell--alignment-right{align-items:flex-end}.m-bulk-remind__table-default-view{width:100%;padding:0 0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;border-bottom:1px solid #d1d1d1}.m-bulk-remind__table-default-view>img{max-width:120px;object-fit:contain}.m-bulk-remind__list{display:grid;grid-template-columns:repeat(2,max-content) 26px repeat(2,max-content);row-gap:16px}.m-bulk-remind__item{display:grid;grid-template-columns:subgrid;justify-content:flex-start;align-items:flex-start;gap:3px}.m-bulk-remind__item-label{grid-column:1;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#4f4f4f}.m-bulk-remind__item-value{grid-column:2;display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:19px;text-align:left}.m-bulk-remind__item-value span{color:#4f4f4f}.m-bulk-remind__item-subtext{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:19px;text-align:left;color:#888}.m-bulk-mark-status__content{display:flex;flex-direction:column;gap:24px;padding:10px 10px 20px;border-bottom:1px solid #d1d1d1}.m-bulk-mark-status__list{display:grid;grid-template-columns:1fr 1fr;gap:24px}.m-bulk-mark-status__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.m-bulk-mark-status__item-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left}.m-bulk-mark-status__item-value{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:19px;text-align:left}.m-bulk-mark-status__item-subtext{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:19px;text-align:left;color:#888}.m-bulk-mark-status__reason-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left}.m-bulk-mark-status__reason-value{overflow:hidden;word-wrap:break-word;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left}.m-bulk-mark-status__reason-buttons{display:inline-block}.m-bulk-mark-status__inputs{display:flex;flex-direction:column;align-items:center;gap:20px}.m-bulk-mark-status__declaration-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;padding-left:10px}.m-bulk-mark-status__declaration-label>a{color:#046cb8}.bulk-option-popup{width:360px;display:flex;flex-direction:column;gap:16px;align-items:center;padding:16px 20px;box-shadow:0 4px 4px #00000040;background-color:#fff;border-radius:10px}.bulk-option-popup__inputs{display:flex;flex-direction:column;gap:10px;position:relative}.bulk-option-popup__text{width:100%;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:center;white-space:normal}.bulk-option-popup__text>span{font-weight:600}.bulk-option-popup__buttons{display:flex;align-items:center;justify-content:center;gap:20px}.bulk-option-popup-input-attach{position:absolute;right:22px;bottom:7px;max-width:12px;object-fit:contain;cursor:pointer;transform:rotate(20deg)}.bulk-option-popup-input-attach--position{bottom:25px!important}.bulk-option-popup__edit-doc{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.bulk-option-popup__edit-doc-info{display:flex;justify-content:flex-start;align-items:center;gap:5px;padding-right:10px;border-right:1px solid #d1d1d1}.bulk-option-popup__edit-doc-info>img{max-width:20px;object-fit:contain}.bulk-option-popup__edit-doc-name{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8;cursor:pointer}.bulk-option-popup__edit-doc-actions{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bulk-option-popup__edit-doc-actions img{max-width:16px;object-fit:contain}.bl-bulk-summary{display:flex;flex-direction:column}.bl-bulk-summary__header{display:flex;margin:10px 0 20px}.bl-bulk-summary__reason{padding:20px;display:flex;flex-direction:column;gap:20px;border-top:#efeeee}.bl-bulk-summary__reason-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left}.bl-bulk-summary__reason-text>span{font-weight:600}.bl-bulk-summary__reason-document{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__reason-document-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.6px;text-align:left}.bl-bulk-summary__reason-document-value{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left;color:#046cb8;cursor:pointer}.bl-bulk-summary__reason-document-value:hover{text-decoration:1px solid underline #046cb8;text-underline-offset:5px}.bl-bulk-summary__back{display:flex;height:100%;align-items:flex-start}.bl-bulk-summary__back>img{max-width:24px;object-fit:contain}.bl-bulk-summary__left{flex:1;display:flex;flex-direction:column;justify-content:flex-start;gap:12px;margin-left:20px}.bl-bulk-summary__right{flex:.6;display:flex;flex-direction:column;justify-content:flex-start;gap:12px}.bl-bulk-summary__bulkid{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__bulkid-label{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:30px;text-align:left}.bl-bulk-summary__bulkid-value{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:30px;text-align:left}.bl-bulk-summary__bank{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__bank-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:right}.bl-bulk-summary__bank-value{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.2px;text-align:left}.bl-bulk-summary__bank>img{max-width:16px;object-fit:contain}.bl-bulk-summary__maker-info{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__maker-info-label{display:inline-block;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:right}.bl-bulk-summary__maker-info-value{display:inline-block;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.2px;text-align:left}.bl-bulk-summary__checker-info{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__checker-info-label{display:inline-block;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:right}.bl-bulk-summary__checker-info-value{display:inline-block;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.2px;text-align:left}.bl-bulk-summary__sb-count{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__sb-count-label{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:30px;text-align:left}.bl-bulk-summary__sb-count-value{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:30px;text-align:left}.bl-bulk-summary__invoice{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__invoice-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left}.bl-bulk-summary__invoice-value{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.2px;text-align:left}.bl-bulk-summary__progress{display:flex;flex-direction:column;gap:5px}.bl-bulk-summary__progress-content{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__progress-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.6px;text-align:left}.bl-bulk-summary__progress-title>span{font-size:.6875rem;font-weight:400;line-height:13.2px}.bl-bulk-summary__progress-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:13.2px;text-align:left;color:#888}.bl-bulk-summary__buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.bl-bulk-summary__instant{display:flex;padding:10px 0 0 50px;margin-top:10px;border-top:1px solid #046cb8}.bl-bulk-summary__instant-success{flex:1;display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__instant-success-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left}.bl-bulk-summary__instant-success-value{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.2px;text-align:left}.bl-bulk-summary__instant-failed{flex:.6;display:flex;justify-content:flex-start;align-items:center;gap:5px}.bl-bulk-summary__instant-failed-label{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left}.bl-bulk-summary__instant-failed-value{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.2px;text-align:left}.bank-charges{width:700px;display:flex;flex-direction:column;gap:10px;border-radius:16px;background-color:#fff;padding:25px}.bank-charges__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.bank-charges__header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.bank-charges__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.bank-charges__content{display:flex;flex-direction:column;gap:10px}.bank-charges__info{display:flex;justify-content:space-between;align-items:center;padding-right:10px}.bank-charges__info-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left}.bank-charges__info>img{max-width:16px;object-fit:contain;cursor:pointer}.bank-charges__view{display:flex;flex-direction:column;padding:10px 0;border-top:1px solid #000000;border-bottom:1px solid #000000}.bank-charges__view-headers{display:flex;padding:10px;background-color:#eff3f9}.bank-charges__view-header{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:15.6px}.bank-charges__view-header-1,.bank-charges__view-header-2{min-width:30%;text-align:left}.bank-charges__view-header-3{flex-grow:1;text-align:left}.bank-charges__view-list{display:flex;flex-direction:column;gap:10px}.bank-charges__view-item{display:flex;padding:10px}.bank-charges__view-label,.bank-charges__view-charge{max-width:30%;min-width:30%;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left}.bank-charges__view-charge>span{font-size:.6875rem}.bank-charges__view-reason{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.bank-charges__view-reason-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:20px;text-align:left}.bank-charges__view-reason-doc{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bank-charges__view-reason-doc>img{max-width:16px;object-fit:contain}.bank-charges__view-reason-docname{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8;cursor:pointer}.bank-charges__edit{display:flex;flex-direction:column;gap:10px;padding:10px 0;border-top:1px solid #000000;border-bottom:1px solid #000000}.bank-charges__edit-list{max-height:400px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.bank-charges__edit-item{display:flex;align-items:center;gap:5px;padding:16px 10px 10px;background-color:#efeeee;border-radius:12px}.bank-charges__edit-name{max-width:28%;min-width:28%;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left;overflow:hidden;word-break:break-all}.bank-charges__edit-charge{max-width:22%;min-width:22%;gap:5px;position:relative}.bank-charges__edit-charge>div{display:flex;gap:7px}.bank-charges__edit-charge>div>p{font-size:.6875rem;font-weight:400;line-height:120%;padding-top:8px}.bank-charges__edit-charge>span{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:left;font-size:.6875rem}.bank-charges__edit-input{display:flex;align-items:center;gap:5px}.bank-charges__edit-input-attach{position:absolute;right:22px;bottom:6px;max-width:12px;object-fit:contain;cursor:pointer;transform:rotate(20deg)}.bank-charges__edit-input-area{position:relative}.bank-charges__edit-input-delete{max-width:16px;object-fit:contain;cursor:pointer}.bank-charges__edit-input-error{width:150px;position:absolute;top:27px;left:-20px}.bank-charges__edit-input-global{display:flex;flex-direction:column}.bank-charges__edit-input-global>p{padding:4px 0 0 24px;color:#6d6d6d;font-size:.6875rem;font-weight:400;line-height:150%}.bank-charges__edit-reason{flex-grow:1;display:flex;flex-direction:column;gap:10px}.bank-charges__edit-doc{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.bank-charges__edit-doc-info{display:flex;justify-content:flex-start;align-items:center;gap:5px;padding-right:10px;border-right:1px solid #d1d1d1}.bank-charges__edit-doc-info>img{max-width:20px;object-fit:contain}.bank-charges__edit-doc-name{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8;cursor:pointer}.bank-charges__edit-doc-actions{display:flex;justify-content:flex-start;align-items:center;gap:5px}.bank-charges__edit-doc-actions img{max-width:16px;object-fit:contain}.bank-charges__edit-select{display:flex;justify-content:flex-start;align-items:center;padding:10px;gap:24px}.bank-charges__edit-select-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.6px;text-align:center}.bank-charges__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.s-bluno-icon__highlight{display:flex;align-items:center;justify-content:center;border-radius:50%}.s-bluno-icon__icon--primary-blue{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-bluno-icon--disabled{background:unset!important;cursor:not-allowed!important}.s-bluno-icon--disabled>img{opacity:.5!important;filter:unset!important}.ebrc-timelineCard{padding:20px 0;display:flex;flex-direction:row;gap:84px;align-items:center;justify-content:center}.ebrc-timelineCard-title{font-weight:600;font-size:1rem;line-height:19.2px;color:#161616}.ebrc-timelineCard-title-cont{display:flex;flex-direction:row;gap:17px;align-items:center}.ebrc-timelineCard-title-icon{padding:10px;width:43px}.ebrc-timelineCard-title-tag{font-weight:400;font-size:.6875rem;line-height:15.6px;color:#161616;border-radius:3px;padding:2px 6px;align-self:center;background-color:#efeeee}.ebrc-timelineCard-body{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.ebrc-timelineCard-body-item{display:flex;flex-direction:row;align-items:center;gap:8px;position:relative}.ebrc-timelineCard-body-item-subtext{font-weight:400;font-size:.8125rem;line-height:15.6px;color:#888}.s-row-options{position:relative}.s-row-options__select{cursor:pointer}.s-row-options--disabled{opacity:.5;cursor:not-allowed}.s-row-options__cont{border:1px solid #d1d1d1;border-radius:10px;box-shadow:0 4px 4px #00000040;position:absolute;background-color:#fff;top:35px;right:0;min-width:240px;z-index:2;padding:10px 5px}.s-row-options__cont--up{top:-175px;right:0}.s-row-options__select{display:flex;padding:6px 8px;align-items:center;gap:6px;border-radius:4px;background:#efeeee;border:1px solid transparent;justify-content:space-between}.s-row-options__select>img{transition:transform .3s ease;transform-origin:center center;filter:brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(550%) hue-rotate(350deg) brightness(90%) contrast(100%)}.s-row-options__select--active{border:1px solid #046cb8;color:#046cb8}.s-row-options__select--active>img{transform:rotate(-180deg);transform-origin:center center;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-row-options__icon{width:16px;height:16px}.s-row-options__text{font-size:.8125rem;line-height:125%}.s-row-options__item{display:flex;align-items:center;padding:10px 5px;gap:8px}.s-row-options__item--border{height:1px;background-color:#f2f6fc}.s-row-options__item:hover{background:#ebf4ff;color:#046cb8;cursor:pointer}.s-row-options__item-icon{width:16px;height:16px}.s-row-options__item--disabled{opacity:.5}.s-row-options__item--disabled:hover{background:transparent;color:inherit;cursor:not-allowed}.rback-info__content{display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer}.rback-info__content-icon{width:24px;height:24px}.rback-info__content-text{font-size:.5rem;line-height:100%;color:#888}.rback-info__content--disabled{cursor:not-allowed;opacity:.5}.s-alertV2{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:6px;border-radius:8px;cursor:pointer}.s-alertV2:hover{background-color:#f2f6fc;z-index:2}.s-alertV2--new{background-color:#e5f2ff}.s-alertV2__image-wrapper{width:38px;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-shrink:0}.s-alertV2__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:202px;gap:4px}.s-alertV2__text{width:202px;font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;color:#334155;line-height:140%;letter-spacing:0px;text-align:left}.s-alertV2__time{width:176px;height:15px;font-weight:400;font-size:.75rem;color:#475569;line-height:140%;letter-spacing:0%;margin-left:inherit;align-self:flex-start}.s-alertV2__button{padding:10px 8px!important;gap:4px!important}.s-alertV2__icon-wrapper{width:32px;height:32px;border-radius:40px;overflow:hidden;display:flex;align-items:center;justify-content:center}.s-alertV2__icon-wrapper>img{width:20px;height:20px;cursor:pointer}.s-alertV2__icon-wrapper--warning{background-color:#fefce5}.s-alertV2__icon-wrapper--info{background-color:#eefaeb}.s-alertV2__icon-wrapper--error{background-color:#fef2f2}.s-alertV2__border{width:252px;height:1px;background-color:#f2f6fc;margin:4px 0}.s-alertV2>img{width:20px;height:20px;cursor:pointer}.s-taskV2{display:flex;width:100%;overflow-x:unset;max-height:110px;height:100%;position:relative}.s-taskV2:hover .s-taskV2__checker{opacity:1;pointer-events:auto}.s-taskV2 .s-taskV2__checker{opacity:0;pointer-events:none;transition:opacity .2s ease-in-out}.s-taskV2__left{width:32px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;flex-shrink:0;position:relative}.s-taskV2__new-notification{width:32px;height:32px;position:relative}.s-taskV2__image-wrapper{width:32px;height:32px;border-radius:40px;display:flex;align-items:center;justify-content:center}.s-taskV2__image-wrapper>img{width:20px;height:20px}.s-taskV2__center{height:100%;display:flex;flex-direction:column}.s-taskV2__text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;color:#334155;line-height:18px;text-align:left}.s-taskV2__text>span{font-weight:600}.s-taskV2__button{padding:10px 8px;font-size:11px!important}.s-taskV2__right{width:100%;display:flex;flex-direction:column;justify-content:space-between}.s-taskV2__right-text{padding:7px 14px 7px 6px;min-height:32px;display:flex;height:100%;justify-content:space-between;align-items:center}.s-taskV2__right-more{max-width:20px;object-fit:contain;cursor:pointer}.s-taskV2__right-more-bg{display:flex;justify-content:center;align-items:center;padding:2px;border-radius:50%}.s-taskV2__right-more-bg:hover{background-color:#d2e7ff}.s-taskV2__right-more-bg:hover>img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-taskV2__right-meta{padding:7px 14px 7px 6px;display:flex;flex-direction:row;gap:6px;align-items:center}.s-taskV2__duration-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px;width:248px;font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;line-height:140%;text-align:left;color:#62748e}.s-taskV2__duration-breaker{height:18px;width:1px;background-color:#d1ddeb}.s-taskV2__modal{height:100%;display:flex;justify-content:flex-end;align-items:center;z-index:5}.s-taskV2__modal-bg{padding:6px 10px;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc;border-radius:10px;border:1px solid #046cb8}.s-taskV2__modal-buttons{display:flex;justify-content:flex-end;align-items:center;gap:10px}.s-taskV2__modal-buttons--close{padding:2px}.s-taskV2__modal-icons{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-right:5px}.s-taskV2__modal-icon{max-width:16px;object-fit:contain}.s-taskV2__modal-icon-bg{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border:1px solid #000000;border-radius:50%;cursor:pointer}.s-taskV2__modal-icon-bg:hover{background-color:#046cb8;border:none}.s-taskV2__modal-icon-bg:hover>img{filter:brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(61%) hue-rotate(138deg) brightness(116%) contrast(100%)}.s-taskV2__modal-icon--cancel{max-width:12px}.s-taskV2--border{border-radius:8px}.s-taskV2--border:hover{background-color:#f2f6fc}.support-modal-v2{width:444px;height:315px;display:flex;flex-direction:column;background:#fff;border-radius:16px;gap:8px;padding:16px;z-index:100;box-shadow:0 2px 8px #0f172a1f}.support-modal-v2__heading{width:412px;height:168px;display:flex;flex-direction:row;gap:16px;padding-bottom:12px;border-radius:8px;align-items:flex-start}.support-modal-v2__heading-left{display:flex;align-items:center;width:200px;height:100%}.support-modal-v2__heading-logo{width:200px;height:132px}.support-modal-v2__heading-right{width:196px;height:147px;display:flex;flex-direction:column;justify-content:flex-start;gap:16px;flex:1}.support-modal-v2__heading-right-texts{width:100%;height:42px;display:flex;flex-direction:column;align-items:flex-start}.support-modal-v2__heading-title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:120%;white-space:nowrap;color:#0f172a}.support-modal-v2__heading-subtitle{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:140%;color:#62748e;white-space:nowrap}.support-modal-v2__heading-contact-container{display:flex;flex-direction:row;flex-wrap:wrap;height:89px;width:100%;border-radius:10px;border:1px solid #d1ddeb}.support-modal-v2__heading-contact{width:100%;height:44px;display:flex;flex-direction:row;align-items:center;gap:4px;padding:4px 16px}.support-modal-v2__heading-contact:first-child{border-bottom:1px solid #d1ddeb}.support-modal-v2__heading-image-wrapper{display:flex;flex-direction:row;width:141px;height:20px;gap:8px;align-items:center;justify-content:flex-start}.support-modal-v2__heading-image-wrapper-icon{width:20px;height:20px}.support-modal-v2__heading-image-wrapper-text{width:100%;height:18px;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a;margin-left:auto;margin-right:auto;white-space:nowrap}.support-modal-v2__divider-input-wrapper{position:relative;width:100%;border-top:1px solid #d1ddeb;text-align:center}.support-modal-v2__divider-input{width:40px;height:20px;text-align:center;position:relative;top:-10px;background:#fff;border:none;font-size:.875rem;font-weight:600;color:#0f172a}.support-modal-v2__divider-input::placeholder{color:#0f172a}.support-modal-v2__body{width:100%;height:70px;display:flex;flex-direction:column;padding:0 0 12px}.support-modal-v2__body-buttons{display:flex;justify-content:center;align-items:center;width:378px;margin:0 auto}.support-modal-v2__copy-icon-wrapper{display:flex;align-items:center;justify-content:center;border-radius:50%;width:20px;height:20px}.support-modal-v2__copy-icon-wrapper:hover{background-color:#e5f2ff;cursor:pointer}.support-modal-v2-partition{height:1px;background:#d1d1d1;border-radius:2px;margin:0 15px}.support-modal-v2__footer{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;line-height:140%;text-align:center;width:100%;padding:0 10px;color:#0f172a}.support-modal-v2__close{position:absolute;top:18px;right:18px;height:18px;cursor:pointer}.support-modal-v2__heading-contact-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-loader--supportModal.s-loader{max-height:none;width:442px;height:max-content;background-color:#fff;gap:32px;padding:32px}.s-loader--supportModal.s-loader .s-loader__icon-logo{max-width:100px;width:100px;height:100px}.s-loader--supportModal.s-loader .s-loader__icon-bluno-gif{width:100px;height:100px}.s-loader--supportModal.s-loader .s-loader__title{text-align:center}.s-loader--supportModal.s-loader .s-loader__title .loader-text-main{line-height:20px;font-weight:600;font-size:1rem;color:#0f172a}.s-loader--supportModal.s-loader .s-loader__title .loader-text-sub{line-height:20px;font-weight:400;font-size:1rem;color:#62748e}.profile-v2{padding-left:24px;border-left:1px solid #d1ddeb;height:100%;display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:400;cursor:pointer;position:relative;z-index:1}.profile-v2__container{height:100%;position:relative}.profile-v2__container:hover:before{background-color:#f2f6fc}.profile-v2__container:before{content:"";position:absolute;top:10%;left:20px;width:calc(100% - 20px);height:80%;background-color:transparent;border-radius:6px;z-index:0;pointer-events:none}.profile-v2__container--border{border:1px solid #046cb8;background-color:#fff;border-radius:10px;box-shadow:0 4px 4px #00000040}.profile-v2__wrapper{width:248px;height:max-content;padding-bottom:12px;gap:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.profile-v2__wrapper-left{width:36px;height:36px}.profile-v2__wrapper-left>img{width:36px;height:36px;border-radius:50%}.profile-v2__wrapper-right{width:100%;height:max-content;gap:2px;display:flex;flex-direction:column;min-width:0}.profile-v2__wrapper-right--name{width:100%;font-weight:600;font-size:.8125rem;line-height:18px;color:#0f172a;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.profile-v2__wrapper-right--contact{font-weight:400;font-size:.75rem;line-height:17px;color:#62748e}.profile-v2__img{width:36px;height:36px}.profile-v2__img img{width:36px;height:36px;border-radius:50%}.profile-v2__right{display:flex;justify-content:space-between;cursor:pointer}.profile-v2__middle{align-self:center;cursor:pointer}.profile-v2__dropdown{position:absolute;top:calc(100% + 4px);right:0;z-index:7;background-color:#fff;width:280px;height:max-content;display:flex;flex-direction:column;gap:2px;padding:16px 8px;border-radius:16px;box-shadow:0 2px 8px #0f172a1f}.profile-v2__dropdown-breakline{width:248px;display:flex;height:1px;background-color:#d1ddeb}.profile-v2__dropdown:before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px;background:transparent;z-index:-1}.profile-v2__dropdown-item{height:40px;display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 6px;cursor:pointer}.profile-v2__dropdown-item:hover{background-color:#f2f6fc;border-radius:6px}.profile-v2__dropdown-item-company{display:flex;flex-direction:row;padding:0 8px;border-radius:6px;border:1px solid #d1ddeb;height:30px;gap:8px;align-items:center;cursor:pointer}.profile-v2__dropdown-item-company:not(.profile-v2__dropdown-item-company--selected):hover{background-color:#f2f6fc}.profile-v2__dropdown-item-company--selected{background-color:#e5f2ff;border-color:#0080ff}.profile-v2__dropdown-item-company-name{display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:208px;font-size:.75rem;font-weight:400;line-height:140%;color:#0f172a}.profile-v2__dropdown-item-company-wrapper{padding:10px 8px;display:flex;flex-direction:column;justify-content:center;gap:8px}.profile-v2__dropdown-item-company-title{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.profile-v2__dropdown-item--top-border,.profile-v2__dropdown-item--top-border-first{position:relative}.profile-v2__dropdown-item--top-border-first:before{content:"";position:absolute;top:-2px;left:8px;width:248px;height:1px;background-color:#d1ddeb}.profile-v2__dropdown-item--top-border-last{position:relative}.profile-v2__dropdown-item--top-border-last:before{content:"";position:absolute;top:-2px;left:8px;width:248px;height:1px;background-color:#d1ddeb}.profile-v2__dropdown-item--bottom-border{border-bottom:1px solid #d1ddeb}.profile-v2__dropdown-item-text{cursor:pointer;height:20px;width:100%;font-size:.8125rem;font-weight:500;color:#0f172a;line-height:140%}.profile-v2__dropdown-item-text--pending:hover{text-decoration:1px solid underline #e01e5a;text-underline-offset:5px}.profile-v2__dropdown-icon{width:20px;height:20px;cursor:pointer}.profile-v2__dropdown-icon img{width:20px;height:20px;margin-left:-5px}.profile-v2__dropdown--point-up{position:absolute;right:15px;top:-18px}.profile-v2__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px;line-height:18px;font-weight:500;font-size:.8125rem;color:#0f172a}.profile-v2__text--blue{color:#046cb8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:110px}.profile-v2__credits{width:248px;height:49px;display:flex;justify-content:space-between;align-items:center;padding:16px 10px 16px 20px;background-color:#ebf4ff;border-top-left-radius:6px;border-top-right-radius:6px}.profile-v2__credits-balance{display:flex;align-items:center;gap:4px;cursor:text}.profile-v2__credits-balance>span{font-weight:600;font-size:.6875rem;line-height:180%}.profile-v2__credits-balance>p{font-weight:600;font-size:1rem;line-height:150%}.profile-v2__menu{display:flex;flex-direction:column;gap:2px}.homeSummary-v2{width:100%;height:100%;border-radius:16px;border:1px solid #d1ddeb;padding:19px;display:flex;position:relative;flex-direction:column;justify-content:space-between;background-color:#fff}.homeSummary-v2__heading{position:relative;display:flex;justify-content:space-between;align-items:center}.homeSummary-v2__title{font-family:Inter,sans-serif!important;width:max-content;line-height:20px;font-size:.875rem;font-weight:600}.homeSummary-v2__link{cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;color:#0080ff;position:relative;z-index:1}.homeSummary-v2__link:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;padding:5px 4px;background-color:transparent;border-radius:6px;z-index:-1}.homeSummary-v2__link:hover:before{background-color:#e5f2ff}.homeSummary-v2__sb{flex-grow:1;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:max-content;align-self:center;gap:8px}.homeSummary-v2__sb-currencies{display:flex;justify-content:flex-start;align-items:flex-start;gap:6px}.homeSummary-v2__sb-currency{height:21px;padding:2px 10px;display:flex;justify-content:center;align-items:center;border-radius:6px;color:#888}.homeSummary-v2__sb-currency>p{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:20px;text-align:left}.homeSummary-v2__sb-currency--active{background-color:#fafbfb}.homeSummary-v2__sb-currency--active>p{color:#046cb8}.homeSummary-v2__sb-currency:hover>p{color:#046cb8}.homeSummary-v2__sb-distribution{display:none;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;margin-bottom:15px;border-radius:10px 10px 0 0}.homeSummary-v2__sb-distribution--active{display:flex}.homeSummary-v2__sb-status{display:flex;align-items:center;gap:30px}.homeSummary-v2__sb-status-left>img{width:51px;height:54.5px;object-fit:contain}.homeSummary-v2__sb-status-right{display:flex;flex-direction:column;gap:2px;justify-content:flex-start;align-items:flex-start}.homeSummary-v2__sb-status-count{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:600;line-height:24px;text-align:left}.homeSummary-v2__sb-status-count--approved{color:#00963d}.homeSummary-v2__sb-status-value{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:24px;text-align:left}.homeSummary-v2__sb-status-value>span{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:24px;text-align:left}.homeSummary-v2__sb-status-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:12px;text-align:left;color:#888}.homeSummary-v2__sb-total{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background-color:#fafbfb;border-top:1px solid #046cb8;border-radius:0 0 10px 10px}.homeSummary-v2__sb-total-count{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:18px;text-align:left;color:#4f4f4f}.homeSummary-v2__sb-total-count>span{font-size:1rem;font-weight:600;line-height:18px;text-align:left;color:#000}.homeSummary-v2__sb-total-value{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:18px;text-align:right}.homeSummary-v2__sb-total-value>span{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400}.homeSummary-v2__sb-categories{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:6px 12px;gap:16px;background:#efeeee;border-radius:8px;width:max-content}.homeSummary-v2__sb-categories-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;height:29px;text-align:left;padding:6px 12px;background:#fff;border-radius:6px;display:flex;align-items:center;border:1px solid #ffffff;cursor:pointer}.homeSummary-v2__sb-categories-text:hover,.homeSummary-v2__sb-categories-text--active{border:1px solid #046cb8;color:#046cb8}.homeSummary-v2__separator{height:1px;background-color:#046cb8;width:100%}.homeSummary-v2__default-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.homeSummary-v2__default{width:220px;height:80px;display:flex;flex-direction:row;text-align:center;gap:16px}.homeSummary-v2__default-img{width:100%;max-width:80px;object-fit:contain}.homeSummary-v2__default-text{width:100%;display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:flex-start}.homeSummary-v2__default-text>p{font-weight:500;font-size:.8125rem;color:#0f172a}.homeSummary-v2__default-button{padding:10px 8px!important;font-size:12px!important}.homeSummary-v2__irm{width:100%;flex-grow:1;display:flex;align-items:center;position:relative}.homeSummary-v2__irm-slide{width:310px;border-radius:8px;background-color:#fff;transform:scale(.8);transition:all .3s ease-in-out;opacity:.25}.homeSummary-v2__irm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;margin-top:16px}.homeSummary-v2__irm-header-left{display:flex;justify-content:flex-start;align-items:center}.homeSummary-v2__irm-header-left>img{max-width:60px;max-height:45px;height:60px}.homeSummary-v2__irm-header-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.homeSummary-v2__irm-currency{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:24px;text-align:left}.homeSummary-v2__irm-amount{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:600;line-height:17px;text-align:right;color:#0f172a}.homeSummary-v2__irm-amount>span{font-weight:500;color:#62748e;font-size:.8125rem}.homeSummary-v2__irm-count{margin-top:16px;height:17px;font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:500;line-height:140%;text-align:right;color:#62748e}.homeSummary-v2__irm-count>span{color:#0f172a;font-weight:bolder}.homeSummary-v2__irm-middle{display:flex;flex-direction:column;justify-content:center;align-items:center;background:transparent}.homeSummary-v2__irm-bar-wrapper{width:99%;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.homeSummary-v2__irm-progress{display:flex;width:100%;height:12px;border-radius:10px;background-color:#e5f2ff;overflow:hidden}.homeSummary-v2__irm-progress--utilised{height:100%;border-radius:10px;background-color:#77ce73}.homeSummary-v2__irm-progress--hovered{box-shadow:0 0 0 1px #9cf}.homeSummary-v2__irm-utilised-info{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:500;line-height:24px;text-align:left;color:#62748e}.homeSummary-v2__irm-utilised-info>span{color:#0f172a}.homeSummary-v2__irm-utilised-info>span>strong{font-weight:600;font-size:.75rem}.homeSummary-v2__irm-unutilised-info{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:500;line-height:24px;text-align:left;color:#62748e}.homeSummary-v2__irm-unutilised-info>span{color:#0f172a}.homeSummary-v2__irm-unutilised-info>span>strong{font-weight:600;font-size:.75rem}.homeSummary-v2__irm-bottom{align-self:flex-start;width:max-content;display:flex;flex-direction:row;gap:20px}.homeSummary-v2__irm-bottom--disabled{opacity:.25}.homeSummary-v2__irm-bottom-bullet{width:10px;height:10px;border-radius:50%;background-color:#77ce73}.homeSummary-v2__irm-bottom-bullet--disabled{background-color:#e5f2ff}.homeSummary-v2__irm-bullet-row{display:flex;align-items:center;gap:4px}.homeSummary-v2__irm-controls{position:absolute;bottom:0;right:0;z-index:1}.homeSummary-v2__irm-arrows{display:flex;gap:8px}.homeSummary-v2__irm-arrow{position:relative;display:flex;justify-content:space-around;align-items:center;width:24px;height:24px;border-radius:6px;background-color:#fff;border:1px solid #0080ff;cursor:pointer}.homeSummary-v2__irm-arrow>img{max-width:6.55px;height:11.15px;object-fit:contain}.homeSummary-v2__irm-arrow:hover{background-color:#d6ecff}.homeSummary-v2__irm-popup{z-index:9999;width:142px;padding:6px 10px;display:flex;flex-direction:column;gap:5px;border-radius:6px;box-shadow:0 2px 8px #0f172a1f;background-color:#fff}.homeSummary-v2__irm-popup-data{display:flex;justify-content:flex-start;align-items:center;gap:5px}.homeSummary-v2__irm-popup-data>p{flex-grow:1;display:flex;justify-content:space-between;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:18px;text-align:left;color:#888}.homeSummary-v2__irm-popup-count{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;text-align:left;color:#000}.homeSummary-v2__irm-popup-count--utilised{color:#77ce73}.homeSummary-v2__irm-popup-bullet{width:6px;height:6px;border-radius:4px;background-color:#e5f2ff}.homeSummary-v2__irm-popup-bullet--utilised{background-color:#77ce73}.homeSummary-v2 .slick-slider{width:100%;margin:0 auto;overflow-x:hidden;align-self:flex-start}.homeSummary-v2 .slick-list{box-sizing:initial}.homeSummary-v2 .slick-center .homeSummary-v2__irm-slide{transform:scale(1);transition:all .3s ease-in-out;transition-delay:.2s;position:relative;opacity:1}.homeSummary-v2 .slick-slide:not(.slick-center) .homeSummary-v2__irm-slide{transition-delay:0s}.homeSummary-v2 .slick-dots{position:relative;bottom:-20px;left:50%;transform:translate(-50%);display:flex!important;justify-content:center;gap:2px;width:100%}.homeSummary-v2 .slick-dots li{margin:0 4px}.homeSummary-v2 .slick-dots li button:hover:before{color:#8798af}.homeSummary-v2 .slick-dots li button:before{font-size:7px;font-family:slick!important}.homeSummary-v2 .slick-dots li.slick-active button:before{top:50%;transform:translateY(-50%);content:"";display:block;width:20px;height:7px;background-color:#8798af;border-radius:10px}.time-period-v2{display:flex;align-items:center;gap:6px;width:max-content;height:40px;background:#fff;border-radius:8px;padding:8px;border:1px solid #d1ddeb}.time-period-v2__calender{width:unset}.time-period-v2__custom{display:flex;align-items:center;gap:10px;width:max-content;justify-content:center;min-height:40px;background:#fff;border-radius:8px;border:1px solid #d1ddeb;padding:7px}.time-period-v2__period{width:auto;height:24px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0080ff;position:relative;gap:10px;padding:0 12px}.time-period-v2__period:hover{border-radius:6px;background-color:#e9eef5}.time-period-v2__period:hover .time-period-v2__text{font-weight:600!important}.time-period-v2__period--clear-filter{width:auto;height:24px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0080ff;position:relative;padding:0 4px;white-space:nowrap}.time-period-v2__period--clear-filter:hover{border-radius:6px;background-color:#e5f2ff}.time-period-v2__text{color:#475569;min-width:19px;line-height:140%;font-size:.8125rem;font-weight:500}.time-period-v2__period-img{width:44px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6d6d6d;padding:0 12px;border-radius:6px}.time-period-v2__period-img:hover{background-color:#e9eef5}.time-period-v2__period-img:hover svg path{fill:#475569;stroke-width:1.5px}.time-period-v2__active{width:124px;height:24px;background-color:#e5f2ff;border-radius:6px;color:#0080ff;padding:0 12px;gap:10px}.time-period-v2__active:hover{background-color:#e5f2ff}.time-period-v2__active p{padding:0!important;color:#0080ff;font-weight:500;font-size:.8125rem}.time-period-v2__active .time-period-v2__text{font-weight:600!important}.time-period-v2__vertical{width:1px;height:24px;background:#e9eef5}.time-period-v2__calender .ant-picker{padding:0 10px}.homeSBSummary{width:100%;height:100%;border-radius:16px;border:1px solid #d1ddeb;padding:19px;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;position:relative}.homeSBSummary__heading{position:relative;display:flex;justify-content:space-between;align-items:center;height:20px}.homeSBSummary__title{font-family:Inter,sans-serif!important;width:235px;line-height:20px;font-size:.875rem;font-weight:600}.homeSBSummary__link{cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;color:#0080ff;position:relative;z-index:1}.homeSBSummary__link:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;padding:5px 4px;background-color:transparent;border-radius:6px;z-index:-1}.homeSBSummary__link:hover:before{background-color:#e5f2ff}.homeSBSummary__sb{flex-grow:1;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex;position:relative}.homeSBSummary__sb-currencies{display:flex;justify-content:flex-start;align-items:flex-start;gap:6px}.homeSBSummary__sb-currency{height:21px;padding:2px 10px;display:flex;justify-content:center;align-items:center;border-radius:6px;color:#888}.homeSBSummary__sb-currency>p{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:20px;text-align:left}.homeSBSummary__sb-currency--active{background-color:#fafbfb}.homeSBSummary__sb-currency--active>p{color:#046cb8}.homeSBSummary__sb-currency:hover>p{color:#046cb8}.homeSBSummary__sb-distribution{display:none;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;margin-bottom:15px;border-radius:10px 10px 0 0}.homeSBSummary__sb-distribution--active{display:flex}.homeSBSummary__sb-left{flex:0 0 auto;width:138px;height:138px;align-self:flex-end;margin:0 auto}.homeSBSummary__sb-right{height:100%;min-width:0;display:flex;flex-direction:column;margin-left:auto}.homeSBSummary__sb-status{display:flex;align-items:center;gap:30px}.homeSBSummary__sb-status-left>img{width:51px;height:54.5px;object-fit:contain}.homeSBSummary__sb-status-count{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:600;color:#0f172a;line-height:24px;text-align:right}.homeSBSummary__sb-status-count>span{font-weight:500;font-size:.8125rem;color:#62748e;line-height:17px}.homeSBSummary__sb-status-value{font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:24px;text-align:left}.homeSBSummary__sb-status-value>span{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:24px;text-align:left}.homeSBSummary__sb-status-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:12px;text-align:left;color:#888}.homeSBSummary__sb-total{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background-color:#fafbfb;border-top:1px solid #046cb8;border-radius:0 0 10px 10px}.homeSBSummary__sb-total-count{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:18px;text-align:left;color:#4f4f4f}.homeSBSummary__sb-total-count>span{font-size:1rem;font-weight:600;line-height:18px;text-align:left;color:#000}.homeSBSummary__sb-total-value{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:18px;text-align:right}.homeSBSummary__sb-total-value>span{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400}.homeSBSummary__sb-extraCount{margin-bottom:40px;margin-top:16px}.homeSBSummary__sb-categories{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;width:180px;max-width:100%;border-radius:8px}.homeSBSummary__sb-categories-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;width:100%}.homeSBSummary__sb-categories-label-dot{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.homeSBSummary__sb-categories-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.homeSBSummary__sb-categories-label{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:500;color:#62748e;word-break:break-word;white-space:normal;flex:1;min-width:0}.homeSBSummary__sb-categories-value{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;color:#0f172a;text-align:right;min-width:2rem}.homeSBSummary__separator{height:1px;background-color:#046cb8;width:100%}.homeSBSummary__default-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.homeSBSummary__default{width:240px;height:80px;display:flex;flex-direction:row;text-align:center;gap:16px}.homeSBSummary__default-img{width:100%;max-width:80px;object-fit:contain}.homeSBSummary__default-text{width:100%;display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:flex-start}.homeSBSummary__default-text>p{font-weight:500;font-size:.8125rem;color:#0f172a}.homeSBSummary__default-button{padding:10px 8px!important;font-size:12px!important}.homeSBSummary__irm{width:100%;flex-grow:1;display:flex;align-items:center}.homeSBSummary__irm-slide{width:310px;padding:0 10px;border-radius:8px;background-color:#fff;transform:scale(.8);transition:all .3s ease-in-out;opacity:.25}.homeSBSummary__irm-header{display:flex;justify-content:space-between;align-items:center}.homeSBSummary__irm-header-left{display:flex;justify-content:flex-start;align-items:center;gap:5px}.homeSBSummary__irm-header-left>img{max-width:36px;object-fit:contain}.homeSBSummary__irm-header-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:5px}.homeSBSummary__irm-currency{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:24px;text-align:left}.homeSBSummary__irm-amount{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:600;line-height:24px;text-align:right}.homeSBSummary__irm-count{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:18px;text-align:right;color:#888}.homeSBSummary__irm-count>span{color:#000}.homeSBSummary__irm-middle{display:flex;justify-content:center;align-items:center;background:transparent;padding:12px 0}.homeSBSummary__irm-progress{width:100%;height:6px;background-color:#efeeee;border-radius:4px;overflow:hidden}.homeSBSummary__irm-progress--utilised{height:100%;background-color:#046cb8;border-radius:4px 0 0 4px}.homeSBSummary__irm-progress--hovered{box-shadow:0 1px 4px #00000040}.homeSBSummary__irm-utilised-info{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:24px;text-align:left;color:#888}.homeSBSummary__irm-utilised-info>span{color:#00963d}.homeSBSummary__irm-utilised-info>span>strong{font-weight:600;font-size:.8125rem}.homeSBSummary__irm-bottom{display:flex;align-items:center;gap:6px}.homeSBSummary__irm-bottom-bullet{width:6px;height:6px;border-radius:4px;background-color:#046cb8}.homeSBSummary__irm-bottom--disabled{opacity:.25}.homeSBSummary__irm-popup{width:142px;padding:6px 10px;display:flex;flex-direction:column;gap:5px;border:1px solid #efeeee;border-radius:6px;box-shadow:0 4px 4px #00000040;background-color:#fff}.homeSBSummary__irm-popup-data{display:flex;justify-content:flex-start;align-items:center;gap:5px}.homeSBSummary__irm-popup-data>p{flex-grow:1;display:flex;justify-content:space-between;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:18px;text-align:left;color:#888}.homeSBSummary__irm-popup-count{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;text-align:left}.homeSBSummary__irm-popup-count--utilised{color:#00963d}.homeSBSummary__irm-popup-bullet{width:6px;height:6px;border-radius:4px;background-color:#d1d1d1}.homeSBSummary__irm-popup-bullet--utilised{background-color:#046cb8}.homeSBSummary__irm-arrow{position:absolute;display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:50px;background-color:#efeeee}.homeSBSummary__irm-arrow--prev{top:30%;left:-34px;cursor:pointer}.homeSBSummary__irm-arrow--next{top:30%;right:-34px;cursor:pointer}.homeSBSummary__irm-arrow>img{max-width:5px;object-fit:contain}.homeSBSummary__irm-arrow:hover{background-color:#d6ecff}.homeSBSummary .slick-slider{padding:10px;margin:0 auto;width:100%;overflow-x:hidden}.homeSBSummary .slick-list{box-sizing:initial}.homeSBSummary .slick-center .homeSBSummary__irm-slide{transform:scale(1);transition:all .3s ease-in-out;transition-delay:.2s;position:relative;opacity:1}.homeSBSummary .slick-slide:not(.slick-center) .homeSBSummary__irm-slide{transition-delay:0s}.homeSBSummary .slick-dots{position:relative;bottom:5px}.homeSBSummary .slick-dots li button:before{font-size:7px}.homeSBSummary .slick-dots li.slick-active button:before{top:50%;transform:translateY(-50%);content:"";display:block;width:20px;height:7px;background-color:#000;border-radius:7px}.home-help-v2{width:100%;height:100%;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start}.home-help-v2__top{padding:16px;display:flex;flex-direction:column;justify-content:flex-start;border-bottom:1px solid #d1ddeb}.home-help-v2__top-left{height:100%;width:fit-content;display:flex;align-items:center;gap:6px}.home-help-v2__top-right{display:flex;justify-content:center;align-items:center;gap:5px;cursor:pointer}.home-help-v2__top-right-help{padding-top:5px;margin-top:3px;border-top:1px solid #046cb8}.home-help-v2__top-right>p{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:21px;text-align:right;color:#046cb8}.home-help-v2__top-right>p:hover{text-decoration:1px solid underline #046cb8;text-underline-offset:2px}.home-help-v2__top-right>img{max-width:10px;object-fit:contain;transform:rotate(180deg)}.home-help-v2__top-minimise{height:max-content;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:transparent;border-radius:50%;padding:2px}.home-help-v2__top-minimise:hover{background-color:#d2e7ff}.home-help-v2__top-minimise>img{max-width:22px;object-fit:contain}.home-help-v2__title{color:#0f172a;font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:600;line-height:20px;text-align:center}.home-help-v2__refresh{display:flex;justify-content:flex-end;align-items:center;gap:10px}.home-help-v2__refresh-date{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:500;line-height:17px;text-align:center;color:#62748e}.home-help-v2__bottom{display:flex;padding:16px}.home-help-v2__newslist{display:flex;flex-direction:column;gap:12px;padding-left:10px;overflow-y:auto}.home-help-v2__news{display:flex;gap:8px;position:relative}.home-help-v2__news:before{content:"";position:relative;align-self:center;width:4px;height:4px;border-radius:50%;background-color:#62748e}.home-help-v2__news-content{gap:4px;display:flex}.home-help-v2__news-date{height:100%;font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:500;color:#0f172a;line-height:24px;text-align:center;white-space:nowrap;color:#62748e}.home-help-v2__news-text{flex-grow:1;font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:500;line-height:24px;text-align:center}.home-help-v2__news-text>span{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:500;line-height:24px;margin-left:4px;text-align:center;color:#0080ff;text-underline-offset:2px;cursor:pointer;white-space:nowrap}.home-help-v2__news-text>span:hover{text-decoration:1px underline solid #0080ff}.home-help-v2__read{display:flex;justify-content:flex-end;align-items:center;gap:10px}.home-help-v2__read-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;color:#046cb8;text-decoration:underline 1px solid #046cb8;text-underline-offset:5px}.home-help-v2__read>img{max-width:24px;object-fit:contain}.home-help-v2__bottom{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end}.home-help-v2__bottom-icon{display:flex;justify-content:flex-end;align-items:flex-end}.home-help-v2__bottom-icon>img{max-width:160px;object-fit:contain}.home-help-v2--expand{overflow-y:auto}.home-help-v2--collapse{overflow-y:hidden}.home-footer{position:relative;width:100%;background-color:#fff;border-top:1px solid #bfcdde;padding:8px 20px;gap:6px;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:auto;min-height:45px}.home-footer__image-wrapper{width:28px;height:28px;border-radius:50%;background-color:#fef2f2;display:flex;align-items:center;justify-content:center}.home-footer__text{font-size:.8125rem;font-weight:500}.s-header-v2{height:100%;margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);background-color:#fff;border-bottom:1px solid #bfcdde;display:flex;justify-content:space-between;padding:0 20px 0 36px;align-items:center}.s-header-v2__search-wrapper{position:relative;width:420px;height:36px;gap:12px}.s-header-v2__coming-soon-wrapper{width:max-content;height:20px;position:absolute;left:98px;top:50%;transform:translateY(-50%);gap:2px;right:8px;display:flex;align-items:center;padding:4px 10px;background-color:#fefce5;border-radius:23px;border:1px solid #fef08a;pointer-events:none}.s-header-v2__coming-soon-text{font-size:.75rem;font-weight:500;color:#d79304}.s-header-v2__group{height:100%;display:flex;gap:20px;align-items:center}.s-header-v2__left{position:relative}.s-header-v2__right{height:56px;gap:20px}.s-header-v2__middle{height:100%;display:flex;align-items:center;gap:20px}.s-header-v2__middle-left:hover{background-color:#f2f6fc;border-radius:6px}.s-header-v2__middle-right{width:36px;height:36px;border-radius:6px;border:1px solid #bfcdde;padding:6px;gap:10px;position:relative}.s-header-v2__middle-right:hover{background-color:#f2f6fc}.s-header-v2__banner{position:absolute;top:1px;left:62px;width:91px;height:calc(100% - 2px);display:flex;justify-content:center;align-items:center}.s-header-v2__banner-coming-soon{cursor:not-allowed;width:206px}.s-header-v2__banner-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:13.31px;text-align:left;color:#888}.s-header-v2__search{cursor:not-allowed}.s-header-v2 input.search{width:420px;height:36px;gap:12px;border:1px solid #bfcdde;border-radius:6px;display:block;padding:8px 4px 8px 40px;background:#d1ddeb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVuSURBVHgB7ZvBUhtHEIa7R1DGyYVHWJ4A/ASRnyAm2GfDJZjKAXIIlHNBHBKCfAgcUkK+IF8TQPYTgJ/A8hNk/QY6YZxkpzO9iISipmdX0sxKFvtVcWBG7Gz96unp6W4ASkpKSkpKPlcQAlI7as9+cakfkYJ582sEBAtmwVkyPzc+FiNgTEgd1PA+AXX+fG0xhjHBu0Asypd/wToRVQmoCoOQioUH4yCWN4H+F0Zv3LKQoTAv2EpI7YxKKC8CvWi2t30LcxuFqvbD6uIOFMxQAu022pFSSRsIF6AYYk3qYZHWpGBA9pqnTyuo3xUoDhMps+Ze8/gRFMRAFrTXPNk2J1It58dj46zfKMIOO91PM9CtrSx2eSI95S4goqkkIoKqOc2+Bj7tclDUlutboLziXDlX/er52pNz6IP6b+0FUskGID7N+mwRIvUlUGrahG33A/E8IVwZ1k+k/g2SWqZQiMtbq9+8gkDkFohfmH2OdFKZB3UJ9c7W6pN98MjPzZONKcJts02lE7JrHPeDUI47t5M2zvHMcYzHkKiHvsVhflxd2jcW+SBdw85sepIGIpdAqd+RnWd69G5+t9iBQLB18BogiWRO0r3GSQ0CkLnFUl+A+k/hj7tJQPO+DTtwqNCZsN26H++puesT0heZFmT8zrY0xz6nyKCNrfQfJOnUmr1/qTfAM04LyrCe1uazpRUYAfXD0zPhIuzdipwWVAFdleb4AgkjgsMIYcq7Fbm3mKJ12zBbzyjTEOnaRNbYBxG/Ao+IAvH2IumepdQBjBgN1LKN89bjKwx4QhTIsb3izW/DHel56V1hYtscZzHBE6JAGu3WwxdPGBMI0PouGslbhkE5JuZt4yZvfA5jgiKSLDkCX2tIE8ZSIts4TlViGBM4fWIbNxfmefCE6xSLbIMX0+KdqHBmTG5JmArvpCV8h/LD8L38LqMT6K4hCmT2sfXb8RljDMuvBbyLy0lbBbp3CWMj0MXfcgoGPCFvMQTrEeq6nxXNFCWRbZxL2eAJ2YIIP9jGfQZhw0KkqrZxDfo9eEIOFIUgrFeaGQsQyPouPoNZUaDpGfVamIpeNNpVGDE/vWyzJUe2OY0Vb3dFUSCOMbiEY5szmcTMmlVoprUWUjHU8ZmKccZBCSVvbeOmurHM6RAYEWkqxryDbc4k07ymYpwCzcxM7UvxUAXpCEaEK08Owv1sUJwC8TYzVmT9RjgxZcpB3pPkWdQP2+uS9YTIdGZeNVxWZFTarr/8vbBj/2pb65o0HyJPnimQy4qA+w11pV2EP+pVWOTqLkGQElTu2ny9efqOSAwSgzY2pR0fFc3l5Uj4SLz1bGkOApD7Np9oXBS32n+NTf59EvscqOgzcGQJe2XpIPTV/rLbOFlWCEcZD/TSdHnVTUJHeTplQxYx+26g2m38UVOotnM8uMXloX4rIBylcyAqnVSu9UKINFALXl6ResRmFXNtobeIlZhTtjdb8Dh9whmCtNmcgMs1EQxICJEG7nLlbjMkdeRobBoJvkUaOOW6tfr4dUZjk3+QOsYhz0llZ4a3Zv3wxFuUP7AF3aTPLdc3V31I+sBUU2vXY3uN45arf9GXJXkRiMnddNkH18J8MtG8rZpShEjeBLqmdx2oVhSuOwJLcL8UnpOmNx/vq1ZWmSm0SN4Fusm1WGjStArUfK9aG91YvGt8hsk7QUcDfeBm8wuTqOu39hZSpKACFUkokSZGICaESBMlEONbpIkTiPEp0kQKxPgSaWIFYnyINNECMcOKNPHtL1trj5ez7m6u//O4E/1BWSIZM1qXpu5MA1WmSAJ3qsNMEslcgUThJt5J2/jl8HhfwZXjvp1GKSkpKSkpmRz+BatykAGU7+ZPAAAAAElFTkSuQmCC) no-repeat;background-size:20px;background-position-x:6px;background-position-y:6px;cursor:not-allowed}.s-header-v2 input{outline:none}.s-header-v2 input ::placeholder{color:#7c8db5}.s-header-v2__items{display:flex;align-items:center;gap:20px}.s-header-v2__item{height:100%;width:100%;position:relative;align-items:center}.s-header-v2__item-help{width:114px;height:36px;font-size:.8125rem;font-weight:500;line-height:18px;display:flex;flex-direction:row;align-items:center;cursor:pointer;gap:4px;color:#0f172a;padding:10px 12px;border:1px solid #bfcdde;border-radius:6px;white-space:nowrap}.s-header-v2__item-help:hover{background-color:#f2f6fc}.s-header-v2__item-help-icon{width:20px;height:20px}.s-header-v2__dropdown-container{position:relative}.s-header-v2__dropdown-container:hover .s-header-v2__dropdown,.s-header-v2__dropdown-container .s-header-v2__dropdown:hover{display:block}.s-header-v2__dropdown{display:none;position:absolute;top:calc(50% + 7px);right:0;transform:none;z-index:101;padding-top:25px}.s-sidebar-v2{width:238px;height:100%;transition:width .3s ease-in-out}.s-sidebar-v2__wrapper{width:100%;height:100%}.s-sidebar-v2__logo{width:100%;height:60px;display:flex;border-right:1px solid #bfcdde;background-color:#fff;justify-content:flex-start;gap:10px;padding:8px 20px}.s-sidebar-v2__logo-text{transition:opacity .3s ease-in-out,max-width .3s ease-in-out;overflow:hidden;white-space:nowrap;font-family:Aller;font-size:2.8125rem;padding-left:10px;font-weight:700}.s-sidebar-v2__logo img{transition:max-width .3s ease-in-out;max-width:148px;max-height:38px;cursor:pointer}.s-sidebar-v2__items{width:100%;height:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-start;font-size:.8125rem;font-weight:500}.s-sidebar-v2__top{display:flex;flex-direction:column;width:100%;background-color:#fff;border-radius:10px}.s-sidebar-v2__middle{display:flex;flex-direction:column;width:100%;height:100%;padding:8px 0;gap:4px;background-color:#fff;border-right:1px solid #bfcdde}.s-sidebar-v2__label{color:#0f172a;font-weight:500;font-size:.8125rem;transition:opacity .3s ease-in-out,max-width .3s ease-in-out;overflow:hidden;white-space:nowrap}.s-sidebar-v2__label--selected{color:#0080ff;line-height:140%;font-size:.8125rem;font-weight:600}.s-sidebar-v2__bottom{width:100%;height:44px;background-color:#fff;border-top:1px solid #bfcdde;border-right:1px solid #bfcdde;padding:10px;cursor:pointer}.s-sidebar-v2__bottom .s-sidebar-v2__dropdown{width:100%;height:100%}.s-sidebar-v2__bottom:hover{background-color:#f2f6fc}.s-sidebar-v2__item{width:100%;position:relative;display:flex;align-items:center;gap:8px;cursor:pointer;padding:10px 4px 10px 8px}.s-sidebar-v2__item>span{color:#0f172a}.s-sidebar-v2__item--selected{background-color:#e5f2ff;border-radius:6px}.s-sidebar-v2__item--disabled{opacity:.4;cursor:not-allowed!important}.s-sidebar-v2__item:not(.s-sidebar-v2__item--selected,.s-sidebar-v2__item--disabled):hover{background-color:#f2f6fc;border-radius:6px}.s-sidebar-v2__item-bottom{width:100%;height:100%;cursor:pointer;display:flex;gap:10px;justify-content:center;align-items:center}.s-sidebar-v2__item-bottom:hover{background-color:#f2f6fc;border-radius:6px}.s-sidebar-v2__item-bottom .s-sidebar-v2__icon{width:24px;height:24px}.s-sidebar-v2__item-bottom .s-sidebar-v2__label{color:#62748e;font-weight:500;font-size:.8125rem}.s-sidebar-v2__icon{width:20px;height:20px}.s-sidebar-v2__icon img{width:20px;height:20px;object-fit:contain}.s-sidebar-v2__dropdown{width:100%;display:flex;gap:4px;padding:0 12px;flex-direction:column;position:relative}.s-sidebar-v2__options{display:flex;flex-direction:column;position:relative;gap:4px}.s-sidebar-v2__options:before{content:"";position:absolute;left:17px;top:-15px;height:calc(var(--selected-index, 0) * 44px + 25px);width:1px;background-color:#0080ff;border-top-left-radius:8px;border-top-right-radius:8px;pointer-events:none;z-index:1}.s-sidebar-v2__options:after{content:"";position:absolute;left:17px;top:calc(var(--selected-index, 0) * 44px + 20px);height:calc((max(var(--hover-index, -1),var(--selected-index, 0)) - var(--selected-index, 0)) * 44px - 5px);width:1px;background-color:#bfcdde;border-top-left-radius:8px;border-top-right-radius:8px;pointer-events:none;z-index:2;opacity:var(--show-hover-line, 0)}.s-sidebar-v2__option-item{position:relative;gap:8px;width:166px;height:40px;display:flex;align-items:center;padding:0 4px 0 6px;margin-left:33px;font-size:.8125rem;font-weight:500;line-height:17px;justify-content:flex-start;color:#0f172a;cursor:pointer}.s-sidebar-v2__option-item:not(.s-sidebar-v2__option-item--selected):hover{background-color:#f2f6fc;border-radius:6px}.s-sidebar-v2__option-item:not(.s-sidebar-v2__option-item--selected):hover:after{content:"";position:absolute;left:-16px;top:50%;width:16px;height:16px;border-left:1px solid #bfcdde;border-bottom:1px solid #bfcdde;border-bottom-left-radius:8px;transform:translateY(-70%);box-sizing:border-box;background:transparent}.s-sidebar-v2__option-item--selected:after{content:"";position:absolute;left:-16px;top:50%;width:16px;height:16px;border-left:1px solid #0080ff;border-bottom:1px solid #0080ff;border-bottom-left-radius:8px;transform:translateY(-70%);box-sizing:border-box;background:transparent}.s-sidebar-v2__option-item--selected{background-color:#e5f2ff;border-radius:6px;color:#0080ff;font-weight:600}.s-sidebar-v2__option-item--disabled{opacity:.4;cursor:not-allowed!important}.s-sidebar-v2__option-item--disabled:not(.s-sidebar-v2__option-item--disabled--selected):hover{background-color:transparent}.s-sidebar-v2__option-item__icon{width:20px;height:20px}.s-sidebar-v2__option-item__button{border:1px solid #ffffff;border-radius:6px;justify-content:center;cursor:pointer}.s-sidebar-v2__option-item__button:hover,.s-sidebar-v2__option-item__button--highlight{background:#fff;color:#000}.s-sidebar-v2__arrow{display:flex;align-items:center;justify-content:center;margin-left:auto}.s-sidebar-v2__arrow--up{transform:rotate(180deg);color:#8798af}.s-sidebar-v2__arrow--down{transform:rotate(0);color:#8798af}.s-sidebar-v2__arrow svg{width:20px;height:20px}.s-sidebar-v2__skeleton-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px}.s-sidebar-v2__skeleton-wrapper__item{border-radius:6px;padding:10px 4px 10px 8px;height:40px;width:80%}.s-sidebar-v2__collapsed-label-with-dropdown{transition:padding .3s ease-in-out,gap .3s ease-in-out;width:92px;display:flex;align-items:center;justify-content:center;gap:4px}.s-sidebar-v2__collapsed-label-with-dropdown span{font-size:.75rem;color:#0f172a;font-weight:500;display:flex;align-items:center;transition:opacity .3s ease-in-out,max-width .3s ease-in-out;overflow:hidden;white-space:nowrap}.s-sidebar-v2__collapsed-label-with-dropdown .s-sidebar-v2__dropdown-right{display:flex;align-items:center}.s-sidebar-v2__collapsed-label-with-dropdown .s-sidebar-v2__dropdown-right svg{transform:rotate(-90deg);fill:#8798af!important;width:16px;height:16px}.s-sidebar-v2__collapsed-label-with-dropdown .s-sidebar-v2__dropdown-right--selected svg{stroke:#0080ff}.s-sidebar-v2__switch{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;cursor:pointer}.s-sidebar-v2__switch-cont{position:relative}.s-sidebar-v2__switch-left{display:flex;align-items:center;gap:8px}.s-sidebar-v2__switch-logocont{width:28px;height:28px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.s-sidebar-v2__switch-name{font-family:Inter,sans-serif;font-weight:500;font-style:Medium;font-size:.75rem;line-height:140%;letter-spacing:0%;max-width:216px;vertical-align:middle;color:#0f172a;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.s-sidebar-v2__switch-name--collapsed{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:80px;font-size:.75rem}.s-sidebar-v2--collapsed{width:116px;transition:width .3s ease-in-out}.s-sidebar-v2--collapsed .s-sidebar-v2__logo{justify-content:center;padding:14px 0 9px}.s-sidebar-v2--collapsed .s-sidebar-v2__logo img{max-width:37px}.s-sidebar-v2--collapsed .s-sidebar-v2__logo-text{display:none}.s-sidebar-v2--collapsed .s-sidebar-v2__dropdown{align-items:center;padding:8px 10px}.s-sidebar-v2--collapsed .s-sidebar-v2__dropdown--active{height:65px}.s-sidebar-v2--collapsed .s-sidebar-v2__item{display:flex;justify-content:center;padding:4px}.s-sidebar-v2--collapsed .s-sidebar-v2__item--selected .s-sidebar-v2__collapsed-label,.s-sidebar-v2--collapsed .s-sidebar-v2__item--selected .s-sidebar-v2__collapsed-label-with-dropdown span{color:#0080ff;font-size:.75rem;font-weight:600}.s-sidebar-v2--collapsed .s-sidebar-v2__item-inner{align-items:center;display:flex;flex-direction:column;gap:4px}.s-sidebar-v2--collapsed .s-sidebar-v2__collapsed-label{color:#0f172a;display:block;font-size:.75rem;font-weight:500;line-height:1.4;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.s-sidebar-v2--collapsed .s-sidebar-v2__option-item{justify-content:center;margin-left:0;padding-left:0;padding-right:0;width:100%}.s-sidebar-v2--collapsed .s-sidebar-v2__option-item:after{display:none!important}.s-sidebar-v2--collapsed .s-sidebar-v2__bottom{font-size:.8125rem;padding:8px;text-align:center}.s-sidebar-v2__floating-options-panel{position:relative;background:#fff;box-shadow:0 2px 8px #0f172a1f;padding:12px;border-radius:12px;z-index:999;min-width:189px;display:grid;gap:4px}.s-sidebar-v2__floating-options-panel .s-sidebar-v2__option-item{display:flex;gap:8px;padding:8px;border-radius:6px;cursor:pointer;font-size:14px;justify-content:flex-start}.s-sidebar-v2__floating-wrapper{position:relative;display:flex;flex-direction:row;align-items:flex-start;top:-53px;left:157px}.s-sidebar-v2__hover-bridge{width:24px;height:100%;position:absolute;left:-20px;top:0}.s-switch-popup-v2{position:absolute;left:102%;top:0;z-index:10;background-color:#fff;border-radius:12px;width:323px;box-shadow:0 2px 8px #0f172a1f}.s-switch-popup-v2--collapsed{left:115%}.s-switch-popup-v2__header{padding:8px 16px;display:flex;align-items:center;gap:16px}.s-switch-popup-v2__header-text{font-family:Inter,sans-serif;font-weight:500;font-size:.75rem;line-height:140%;letter-spacing:0%;text-align:center;vertical-align:middle;color:#62748e}.s-switch-popup-v2__body{padding:12px 16px;display:flex;flex-direction:column;gap:8px;border-top:1px solid #d1ddeb}.s-switch-popup-v2__company{display:flex;justify-content:flex-start;align-items:center;padding:6px 12px;border:1px solid #d1ddeb;border-radius:6px;gap:8px;cursor:pointer}.s-switch-popup-v2__company--active{background-color:#e5f2ff;border:1px solid #3399ff}.s-switch-popup-v2__company--inactive:hover{background:#f2f6fc}.s-switch-popup-v2__company-text{font-family:Inter,sans-serif;font-weight:400;font-size:.8125rem;line-height:140%;letter-spacing:0%;vertical-align:middle;color:#0f172a}.s-switch-popup-v2__company-icon{max-width:20px;object-fit:contain}.s-alert-popup-v2{position:relative;width:442px;display:flex;justify-content:flex-start;padding:32px;gap:32px;flex-direction:column;box-shadow:0 4px 4px #00000040;border-radius:16px;background-color:#fff;text-align:center;align-items:center}.s-alert-popup-v2__parent{position:relative;left:0;top:-30px;width:100vw;height:120vh;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding-top:98px;display:flex;justify-content:center;align-items:flex-start}.s-alert-popup-v2--center{align-items:center;padding-top:0;height:101vh}.s-alert-popup-v2__header{display:flex;justify-content:center;align-items:center}.s-alert-popup-v2__header img{max-width:100px;object-fit:contain}.s-alert-popup-v2__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:center}.s-alert-popup-v2__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center}.s-alert-popup-v2__text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:120%;color:#0f172a;text-align:center}.s-alert-popup-v2__text--close_file_error_backend{font-size:.875rem;font-weight:400;color:#475569;line-height:140%}.s-alert-popup-v2__text--close_file_error_backend>span{display:flex;justify-content:center;font-weight:500;color:#0f172a;margin-top:8px}.s-alert-popup-v2__subtext{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:140%;color:#62748e;text-align:center}.s-alert-popup-v2__subtext--close_file_error_backend{font-weight:500;color:#0f172a}.s-alert-popup-v2__action{display:flex;justify-content:center;align-items:center;gap:10px}.s-alert-popup-v2__cancel{position:absolute;top:20px;right:20px;width:24px;height:24px}.s-alert-popup-v2__cancel:hover{border-radius:4.5px;background-color:#d1ddeb}.s-alert-popup-v2__cancel img{max-width:25px;object-fit:contain;cursor:pointer}.s-alert-popup-v2--success{background-color:#d5ffe7}.s-alert-popup-v2--error{background-color:#ffe4e8}.s-alert-popup-v2--warning{background-color:#fdf9e9}.multi-value-input{display:flex;flex-direction:column;gap:6px;width:100%}.multi-value-input__label{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:100%;letter-spacing:0%}.multi-value-input__label>span{font-family:Inter,sans-serif!important;font-weight:400;font-style:italic;font-size:.8125rem;line-height:100%;letter-spacing:0%}.multi-value-input__label--disabled{color:#9ca3af}.multi-value-input__container{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease-in-out;background-color:#fff}.multi-value-input__container--focused{border-color:#046cb8;box-shadow:0 0 0 2px #3b82f633}.multi-value-input__container--disabled{background-color:#f9fafb;cursor:not-allowed}.multi-value-input__container--error{border-color:#ef4444}.multi-value-input__container--small{padding:.25rem;min-height:2rem}.multi-value-input__container--large{padding:.75rem;min-height:3rem}.multi-value-input__pill{display:inline-flex;align-items:center;padding:6px 6px 6px 8px;gap:4px;border-radius:8px;transition:background-color .2s ease-in-out;background-color:#f2f6fc;color:#0f172a}.multi-value-input__pill-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%}.multi-value-input__pill-remove{flex-shrink:0;background:none;border:none;cursor:pointer;transition:background-color .2s ease-in-out;display:flex;align-items:center;justify-content:center;padding:2px}.multi-value-input__pill-remove:hover{color:#046cb8}.multi-value-input__pill-remove:focus{outline:none;background-color:#0000001a}.multi-value-input__input{flex:1;min-width:0;outline:none;background:transparent;border:none;font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:1.7;color:#000}.multi-value-input__input::placeholder{color:#888}.multi-value-input__input:disabled{cursor:not-allowed;color:#9ca3af}.multi-value-input__input--invalid{text-decoration:1px underline wavy #ef4444;text-underline-offset:3px}.multi-value-input__error{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%;color:#ef4444}.multi-value-input__helper{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%;color:#888}.multi-value-input__container:focus-within .multi-value-input__input{outline:none}.multi-value-input__pill{animation:pillSlideIn .2s ease-out}@keyframes pillSlideIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.multi-value-input__container,.multi-value-input__pill,.multi-value-input__pill-remove{transition:none}.multi-value-input__pill{animation:none}}.s-radio-button{display:flex;justify-content:flex-start;align-items:flex-start}.s-radio-button--vertical{flex-direction:column;gap:12px}.s-radio-button--horizontal{flex-direction:row;align-items:center;gap:16px}.s-radio-button__title{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:150%;letter-spacing:0%}.s-radio-button__required{color:#ef4444;margin-left:4px}.s-radio-button__group{display:flex;align-items:center;gap:24px}.s-radio-button__group--horizontal{flex-direction:row;flex-wrap:wrap}.s-radio-button__group--vertical{flex-direction:column;align-items:stretch}.s-radio-button__button{display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;padding:6px 10px;border:1px solid #d1d1d1;border-radius:6px;outline:none;background-color:#fff;color:#161616;font-size:.8125rem;font-weight:400;cursor:pointer;transition:all .2s ease-in-out;position:relative}.s-radio-button__button:hover:not(.s-radio-button__button--disabled,.s-radio-button__button--selected){background-color:#fafbfb}.s-radio-button__button--selected,.s-radio-button__button--selected:hover{background-color:#edf7ff;border-color:#4aa3f8}.s-radio-button__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.s-radio-button__input:checked~.s-radio-button__radio{border-color:#046cb8;background-color:#fff}.s-radio-button__input:checked~.s-radio-button__radio:after{display:block}.s-radio-button__radio{width:16px;height:16px;border:2px solid #046cb8;border-radius:50%;background-color:#fff;position:relative;flex-shrink:0;transition:all .2s ease-in-out}.s-radio-button__radio:after{content:"";position:absolute;display:none;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background-color:#046cb8;transform:translate(-50%,-50%)}.s-radio-button__text{flex:1;text-align:left}.s-doc-gallery{position:fixed;top:0;right:0;left:0;z-index:20;width:100vw;height:100vh}.s-doc-gallery__dark{background:#0f172acc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.s-doc-gallery__light{background:#d1ddeb}.s-doc-gallery__navbar{width:100%;position:sticky;top:0;left:0;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;background:#0f172a}.s-doc-gallery__navbar-vertical{width:1px;height:22px;background:#475569}.s-doc-gallery__navbar-center,.s-doc-gallery__navbar-right{display:flex;align-items:center;gap:20px}.s-doc-gallery__navbar-icons{display:flex;align-items:center;gap:12px}.s-doc-gallery__navbar-icons>svg{cursor:pointer}.s-doc-gallery__navbar-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4.5px}.s-doc-gallery__navbar-icon:hover{background-color:#263246;cursor:pointer}.s-doc-gallery__navbar-page,.s-doc-gallery__title{font-weight:500;font-size:.875rem;line-height:140%;color:#fff}.s-doc-gallery__body{width:100%;height:100%;position:relative}.s-doc-gallery__document-cont{width:100%;max-height:92vh;overflow-y:scroll;display:flex;justify-content:center;padding:16px 0 0}.s-doc-gallery__document{width:max-content}.s-doc-gallery__page-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:6px;cursor:pointer;position:fixed;top:50%;transform:translateY(-50%);z-index:2}.s-doc-gallery__page-arrow--dark{background-color:#263246}.s-doc-gallery__page-arrow--dark:hover{background-color:#0f172a}.s-doc-gallery__page-arrow--light{background-color:#fff;border:1px solid #d1ddeb}.s-doc-gallery__page-arrow--light:hover{background-color:#f2f6fc;border:1px solid #bfcdde}.s-doc-gallery__page-arrow--left{left:20px}.s-doc-gallery__page-arrow--right{right:20px}.s-doc-gallery__page-wrapper{margin-bottom:12px;background-color:inherit}.s-doc-gallery__loader{display:flex;align-items:center;justify-content:center;height:300px}.s-doc-gallery__loader>img{width:80px;height:80px}.s-doc-preview__navbar{width:100%;justify-content:space-between;align-items:center;display:flex;border:1px solid #bfcdde}.s-doc-preview__left{display:flex;align-items:center}.s-doc-preview__dropdown{display:flex;align-items:center;gap:6px;margin-left:10px;padding:5px 6px;border-radius:6px;cursor:pointer;position:relative}.s-doc-preview__dropdown:hover{background:#f2f6fc}.s-doc-preview__choice{position:absolute;background:#fff;z-index:10;padding:8px;display:flex;flex-direction:column;gap:4px;border-radius:8px;box-shadow:0 4px 20px -4px #0f172a33;top:30px;left:0}.s-doc-preview__choice-row{padding:4px 8px;width:295px;border-radius:8px;display:flex;flex-direction:column;gap:2px}.s-doc-preview__choice-row:hover{background:#f2f6fc}.s-doc-preview__choice-row--active{background:#e5f2ff}.s-doc-preview__choice-row>p{font-weight:400;font-size:.8125rem;line-height:140%;color:#263246}.s-doc-preview__choice-row>span{font-weight:400;font-size:.6875rem;line-height:140%;color:#62748e}.s-doc-preview__choice-hr{width:100%;border:none;outline:none;height:1px;background:#f2f6fc}.s-doc-preview__right{display:flex;padding:4px;border-radius:6px;background:#f2f6fc;margin-right:16px}.s-doc-preview__icons{display:flex;gap:12px}.s-doc-preview__icons--middle{padding-left:12px;padding-right:12px;border-left:1px solid #bfcdde;border-right:1px solid #bfcdde}.s-doc-preview__icons--left{padding-right:12px}.s-doc-preview__icons--right{padding-left:12px}.s-doc-preview__text{font-weight:500;font-size:.75rem;line-height:140%;color:#62748e;border-right:1px solid #bfcdde;padding:13.5px 16px}.s-doc-preview__selected{font-weight:500;font-size:.875rem;line-height:140%;color:#334155}.s-doc-preview__tag{font-weight:500;font-size:.75rem;line-height:140%;color:#62748e;padding:1.5px 10px;border-radius:23px;border:1px solid #d1ddeb;background:#f2f6fc}.s-doc-preview__body{background:#d1ddeb;display:flex;align-items:center;flex-direction:column;overflow-y:auto;height:calc(90vh - 114px)}.s-doc-preview__cont{width:100%}.s-doc-preview__background{width:100%;display:flex;flex-direction:column;align-items:center;padding:16px 0 8px;min-height:300px}.s-doc-preview__block{width:500px}.s-doc-preview__loader{width:60px;height:60px;object-fit:contain}.s-doc-preview__loader-container{display:flex;justify-content:center;align-items:center;min-height:400px;padding:2rem}.s-doc-preview__error-container{display:flex;justify-content:center;align-items:center;min-height:400px;padding:2rem;background-color:#dc26261a;border:1px solid rgba(220,38,38,.3);border-radius:.5rem}.s-doc-preview__error-message{font-size:1rem;color:#dc2626;font-weight:500;text-align:center}.s-doc-preview__page-wrapper{margin-bottom:12px}.df-group-v2{width:100%;display:flex;align-items:center;gap:48px;justify-content:flex-start;padding:13px 0;border-bottom:1px solid #d1ddeb}.df-group-v2>p{width:25%;font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.df-group-v2>p>i{font-weight:400}.df-group-v2__radio{display:flex;align-items:center;gap:24px}.df-group-v2__radio input,.df-group-v2__radio label{cursor:pointer}.df-group-v2__input{width:380px;cursor:pointer}.df-group-v2__input-subtext{font-size:.8125rem;line-height:150%;letter-spacing:0%;color:#888;padding-top:12px;cursor:text}.df-group-v2__label{padding-left:8px;font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.df-group-v2__label>a{color:#0080ff;font-weight:500}.df-group-v2__label>span{color:#0080ff;font-weight:500}.df-group-v2__label>span:hover{text-decoration:underline;cursor:pointer}.df-group-v2__checkbox{display:flex;align-items:center;font-family:Inter,sans-serif}.df-group-v2__checkbox-div{padding:8px}.df-group-v2__checkbox input{cursor:pointer;accent-color:#0080ff}.df-group-v2__checkbox input:hover{accent-color:#0080ff}.df-group-v2__sample{display:flex;gap:8px;width:344.5px;padding:12px;border-radius:8px;background-color:#fff;border:1px solid #d1ddeb}.df-group-v2__sample-right{display:flex;flex-direction:column;gap:6px}.df-group-v2__sample-idea{max-height:20px;object-fit:contain}.df-group-v2__sample-title{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.df-group-v2__sample-description{font-size:.75rem;font-weight:400;line-height:140%;color:#334155}.df-group-v2__sample-doc{display:flex;cursor:pointer;gap:4px}.df-group-v2__sample-doc-icon{filter:brightness(0) saturate(100%) invert(32%) sepia(92%) saturate(2934%) hue-rotate(198deg) brightness(104%) contrast(102%);width:16px;height:16px}.df-group-v2__sample-doc-name{font-size:.8125rem;color:#0080ff;font-weight:600;line-height:140%}.df-group-v2__sample-doc-name:hover{text-decoration:underline}.df-incentive-v2{display:flex;align-items:center;width:100%}.df-incentive-v2__cont{display:flex;flex-direction:column;width:100%;gap:10px}.df-incentive-v2__title{width:25%;font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.df-incentive-v2__right{display:flex;gap:4px;align-items:center}.df-incentive-v2__amount{padding:5px 6px;font-weight:500;font-size:.8125rem;line-height:140%;color:#263246}.df-incentive-v2__amount--return{color:#b07401;background-color:#fef9c3;border-radius:6px}.df-incentive-v2__cta{display:flex;gap:6px;align-items:center}.df-incentive-v2__cta>p{color:#0080ff;font-size:.8125rem;font-weight:600;line-height:140%;cursor:pointer}.df-incentive-v2__cta>p:hover{text-decoration:underline}.df-incentive-v2__cta>img{width:18px;height:18px}.df-incentive-v2__cta--disabled{opacity:.7}.df-incentive-v2__cta--disabled:hover{text-decoration:none!important;cursor:not-allowed}.df-incentive-v2__total{gap:48px}.df-incentive-v2__return{gap:44px;padding:4px 8px;border-radius:8px;background-color:#edf7ff}.df-incentive-modal-v2{border-radius:16px;min-width:490px;background-color:#fff}.df-incentive-modal-v2__header{display:flex;justify-content:space-between;padding:24px 24px 12px}.df-incentive-modal-v2__header>p{font-weight:500;font-size:1.125rem;line-height:140%;color:#0f172a}.df-incentive-modal-v2__header>img{width:18px;height:18px;cursor:pointer}.df-incentive-modal-v2__close{cursor:pointer;border-radius:4.5px}.df-incentive-modal-v2__close:hover{background-color:#bfcdde}.df-incentive-modal-v2__table-cont{padding:4px 24px 24px}.df-incentive-modal-v2__table-htext{font-weight:500;font-size:.75rem;line-height:140%}.df-incentive-modal-v2__table-rtext{max-width:184px}.df-incentive-modal-v2__table-rtext>p{font-weight:500;font-size:.8125rem;line-height:140%}.df-incentive-modal-v2__table-rtext>span{font-size:.75rem;line-height:120%;color:#62748e;font-weight:400}.track-edpms-status{width:550px;gap:30px;border-radius:16px;background-color:#fff}.track-edpms-status__header{display:flex;flex-direction:column;gap:6px;padding:24px 24px 12px}.track-edpms-status__header-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.track-edpms-status__header-top>img{max-width:24px;object-fit:contain;cursor:pointer}.track-edpms-status__header-top>div{cursor:pointer}.track-edpms-status__close{border-radius:4.5px;cursor:pointer}.track-edpms-status__close:hover{background-color:#d1ddeb}.track-edpms-status__title{font-weight:500;font-size:1.125rem;line-height:140%;color:#0f172a}.track-edpms-status__text{font-weight:400;font-size:.8125rem;line-height:140%;color:#62748e}.track-edpms-status__inputs{display:flex;flex-direction:column;gap:28px;padding:20px 24px;border-top:1px solid #d1ddeb;border-bottom:1px solid #d1ddeb}.track-edpms-status__input-label{color:#0f172a;font-weight:500;font-size:.75rem;line-height:100%}.track-edpms-status__input-label>span{font-size:.75rem}.track-edpms-status__input-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.track-edpms-status__input-text::placeholder{color:#8798af}.track-edpms-status__input-pill{padding:6px 8px}.track-edpms-status__input-pill>button{border-radius:2px;color:#8798af}.track-edpms-status__input-pill>button:hover{color:#8798af;background-color:#d1ddeb}.track-edpms-status__input .multi-value-input__helper{color:#8798af}.track-edpms-status__partition{position:relative;width:100%;height:1px;background-image:repeating-linear-gradient(to right,#d9d9d9 0,#d9d9d9 4px,transparent 4px,transparent 8px)}.track-edpms-status__partition-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;padding:0 10px;font-weight:500;font-size:.8125rem;line-height:140%}.track-edpms-status__docs{display:flex;flex-direction:column;gap:6px}.track-edpms-status__docs-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.track-edpms-status__docs-text{font-weight:500;font-size:.8125rem;line-height:140%;letter-spacing:0%;color:#0f172a;display:flex;align-items:center;gap:8px}.track-edpms-status__docs-buttons{display:flex;justify-content:flex-end;align-items:center;gap:10px}.track-edpms-status__docs-buttons--icon{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.track-edpms-status__docs-button{padding:5.5px 4px!important}.track-edpms-status__submit{display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 24px 24px}.track-edpms-status__submit-error{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%;color:#ef4444}.track-edpms-status__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.track-edpms-status-view{width:975px;display:flex;flex-direction:column;border-radius:16px;background-color:#fff}.track-edpms-status-view__header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:24px 24px 8px}.track-edpms-status-view__header-close{cursor:pointer;border-radius:50px}.track-edpms-status-view__header-close:hover{background-color:#f2f6fc}.track-edpms-status-view__header>img{max-width:24px;object-fit:contain;cursor:pointer}.track-edpms-status-view__title{font-family:Inter,sans-serif!important;font-weight:500;font-size:1.125rem;line-height:140%}.track-edpms-status-view__table{padding:16px 24px 24px}.track-edpms-status-view__table .s-table__data{overflow-x:hidden}.icici-reg-status{width:675px;display:flex;flex-direction:column;gap:30px;border-radius:16px;background-color:#fff;padding:16px 24px}.icici-reg-status__header{display:flex;flex-direction:column;gap:4px}.icici-reg-status__header-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.icici-reg-status__header-top>img{max-width:24px;object-fit:contain;cursor:pointer}.icici-reg-status__title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1rem;line-height:150%;letter-spacing:0%}.icici-reg-status__text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%;color:#888}.icici-reg-status__content{display:flex;flex-direction:column;gap:30px}.icici-reg-status__submit{display:flex;flex-direction:column;gap:10px}.icici-reg-status__submit-error{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%;color:#ef4444}.icici-reg-status__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.icici-reg-status__popup{position:relative;width:375px;display:flex;flex-direction:column;gap:33px;border-radius:10px;background-color:#fff;padding:32px}.icici-reg-status__popup-top{display:flex;justify-content:center;align-items:center}.icici-reg-status__popup-icon{max-width:80px;object-fit:contain}.icici-reg-status__popup-close{position:absolute;right:20px;top:20px;max-width:20px;object-fit:contain;cursor:pointer}.icici-reg-status__popup-title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1rem;line-height:120%;letter-spacing:0%;text-align:center}.icici-reg-status__popup-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:140%;letter-spacing:0%;text-align:center}.icici-reg-status__popup-buttons{display:flex;justify-content:center;align-items:center;gap:10px}.sbbl-pc{margin-bottom:20px}.sbbl-pc--disabled{opacity:.3;cursor:not-allowed}.sbbl-pc--disabled>*{pointer-events:none}.sbbl-pc__header{display:flex;width:100%;justify-content:space-between;align-items:center;padding:16px;border-radius:16px;border:1px solid #d1ddeb;cursor:pointer}.sbbl-pc__header>p{font-weight:500;font-size:1rem;line-height:140%}.sbbl-pc__header-icon{cursor:pointer;transition:transform .2s ease}.sbbl-pc__header-icon.--open{transform:rotate(180deg)}.sbbl-pc__header-icon.--close{transform:rotate(0)}.sbbl-pc__header--open{border-radius:16px 16px 0 0}.sbbl-pc__header-right{display:flex;align-items:center;gap:16px}.sbbl-pc__body{padding:16px;background-color:#e9eef5;border-radius:0 0 16px 16px}.sbbl-pc__body-tenor{display:flex;gap:24px;align-self:center}.sbbl-pc__body-tenor--top{padding-bottom:16px}.sbbl-pc__body-tenor--middle{padding-top:16px;border-top:1px dotted #bfcdde;padding-bottom:16px}.sbbl-pc__body-tenor--bottom{padding-top:16px;border-top:1px dotted #bfcdde}.sbbl-pc__body-left{width:480px;display:flex;flex-direction:column;gap:4px}.sbbl-pc__body-left>p{font-size:.8125rem;font-weight:500;line-height:140%}.sbbl-pc__body-right{display:flex;gap:16px;align-items:center}.sbbl-pc__body-right2,.sbbl-pc__body-accounts{display:flex;flex-direction:column;gap:16px}.sbbl-pc__body-account{display:flex;align-items:flex-start;gap:16px}.sbbl-pc__body-remove{cursor:pointer;margin-top:4px}.sbbl-pc__body-add-account{padding:12px 8px;display:flex;width:100%;align-items:center;justify-content:flex-end}.sbbl-pc__body-add-account>p{cursor:pointer;color:#0080ff;font-family:Inter;font-weight:600;font-size:.75rem;line-height:140%}.sbbl-pc__body-add-account>p:hover{text-decoration:underline}.sbbl-pc__body-input{display:flex;justify-content:center;gap:16px;position:relative}.sbbl-pc__body-input--tag{top:5px;left:79px;position:absolute}.sbbl-pc__buttons{display:flex;justify-content:center;align-items:center;margin-top:-18px}.sbbl-pc__buttons--margin-top{margin-top:24px}.sbbl-add-acc{max-width:552px;border-radius:16px;background-color:#fff}.sbbl-add-acc__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 12px;border-bottom:1px solid #d1ddeb}.sbbl-add-acc__header>p{font-weight:500;font-size:1.125rem;line-height:140%}.sbbl-add-acc__header-close-wrapper{height:24px;width:24px}.sbbl-add-acc__header-close-wrapper:hover{border-radius:4.5px;transition:all .3s;background-color:#d1ddeb}.sbbl-add-acc__body{padding:24px}.sbbl-add-acc__input>p{padding-bottom:5px;font-size:12px}.sbbl-add-acc__inputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}.sbbl-add-acc__inputs--border{padding-top:24px;border-top:1px dotted #bfcdde;margin-top:24px}.sbbl-add-acc__inputs--header{display:flex;align-items:center;gap:4px}.sbbl-add-acc__inputs--header>p{font-weight:600;font-size:.75rem;line-height:140%;color:#62748e}.sbbl-add-acc__form{max-height:55vh;overflow-y:scroll}.sbbl-add-acc__add{padding-top:24px}.sbbl-add-acc__buttons{display:flex;gap:16px;justify-content:center;align-items:center;padding:12px 0 24px;border-top:1px solid #d1ddeb}.sbbl-add-acc__address{padding-top:4px;font-size:.6875rem;color:#8798af}.sbbl-sd{width:800px}.sbbl-sd__title{font-weight:500;font-size:1.125rem;line-height:140%}.sbbl-sd__body{background:#e9eef5;padding:16px 20px;height:100%;display:flex;flex-direction:column;gap:16px}.sbbl-sd__block{background:#fff;border-radius:16px;padding:16px}.sbbl-sd__block-title{font-weight:500;font-size:1rem;line-height:140%;padding-bottom:16px}.sbbl-sd__block-para{padding-left:16px}.sbbl-sd__block-para>li{font-weight:400;font-size:.8125rem;line-height:140%}.sbbl__generating{background:#fff;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center}.sbbl__generating>p{font-weight:500;font-size:.875rem;line-height:140%}.sbbl-ur__body{display:flex;width:100%;gap:16px}.sbbl-ur__card{width:50%;border-radius:16px;background:#fff;height:max-content}.sbbl-ur__card-header{padding:16px 16px 12px;display:flex;flex-direction:column;gap:4px}.sbbl-ur__card-title{font-weight:500;font-size:.875rem;line-height:140%}.sbbl-ur__card-undertitle{font-size:.8125rem;color:#62748e;line-height:140%}.sbbl-ur__card-body{padding:12px;border-top:1px solid #d1ddeb}.sbbl-ur__document{width:100%;padding-bottom:4px;margin-bottom:4px}.sbbl-ur__document--border{border-bottom:1px solid #e9eef5}.sbbl-ur__document-box{display:flex;justify-content:space-between;padding:4px 8px;border-radius:6px}.sbbl-ur__document-box.sb-docs:hover{cursor:pointer}.sbbl-ur__document-box.generated-docs:hover{cursor:default}.sbbl-ur__document-box:hover{background:#e9eef5}.sbbl-ur__document-left{display:flex;flex-direction:column;gap:2px}.sbbl-ur__document-left>p{font-weight:400;font-size:.8125rem;line-height:140%;color:#263246}.sbbl-ur__document-left>span{font-size:.6875rem;line-height:140%;color:#62748e}.sbbl-ur__document-right{display:flex;align-items:center;gap:12px}.sbbl-ur__buttons{display:flex;align-items:center;justify-content:center;gap:16px}.sbbl-ur__mail{background:#fefce5;border-radius:12px;margin:12px 16px 16px;padding:12px}.sbbl-ur__mail-header{display:flex;flex-direction:column;gap:4px}.sbbl-ur__mail-header>p{font-weight:600;font-size:.8125rem;line-height:140%;color:#00133d}.sbbl-ur__mail-header>span{font-size:.75rem;line-height:140%;color:#475569}.sbbl-ur__mail-connect{padding-top:8px;display:flex;align-items:center;justify-content:space-between}.sbbl-ur__mail-points{display:flex;flex-direction:column;gap:6px}.sbbl-ur__mail-points>div{display:flex;gap:5px}.sbbl-ur__mail-points>div>img{width:16px;height:16px}.sbbl-ur__mail-points>div>p{font-weight:500;font-size:.6875rem;line-height:140%}.sbbl-ur__mail-download{width:100%;display:flex;align-items:center;justify-content:center}.sbbl-ur__mail-sent{display:flex;align-items:center;gap:6px;background-color:#4bc246;color:#fff;border-radius:6px;padding:0 12px;height:36px;font-size:13px;cursor:not-allowed;opacity:.75}.sbbl-ur__mail-sent p{font-size:13px;color:#fff;font-weight:500}.sbbl-ur__mail-or{height:1px;background-color:#fde047;outline:none;border:none;width:100%;position:relative;margin:16.5px 0}.sbbl-ur__mail-or-combined{left:50%;bottom:-8px;color:#d79304;width:36px;background:#fefce5;align-items:center;display:flex;justify-content:center}.sbbl-ur__mail-or>p{position:absolute;left:50%;bottom:-8px;transform:translate(-50%);color:#d79304;width:36px;background:#fefce5;align-items:center;display:flex;justify-content:center}.sbbl-ur__cta{display:flex;align-items:center;justify-content:center;padding:12px;border-top:1px solid #e9eef5;gap:16px}.sbbl-ur__download{position:relative}.sbbl-ur__download-cta{display:flex;align-items:center;gap:4px;padding:7px 12px;border-radius:6px;border:1px solid #bfcdde;cursor:pointer}.sbbl-ur__download-cta:hover{border-color:#0080ff;background:#e5f2ff}.sbbl-ur__download-cta>p{font-weight:600;font-size:.8125rem;line-height:140%;color:#0080ff}.sbbl-ur__options{position:absolute;top:42px;padding:8px;border-radius:8px;box-shadow:0 2px 8px #0f172a1f;background:#fff;width:221px;z-index:2}.sbbl-ur__option--border{border-bottom:1px solid #e9eef5}.sbbl-ur__option--disabled{cursor:not-allowed;opacity:.5}.sbbl-ur__option--disabled>div{cursor:not-allowed}.sbbl-ur__option--disabled>div:hover{background:#fff}.sbbl-ur__option-insider{display:flex;align-items:center;gap:8px;padding:6px 8px;margin:4px 0;border-radius:6px;cursor:pointer}.sbbl-ur__option-insider:hover{background:#e9eef5}.sbbl-ur__option-insider>img{width:24px;height:24px}.sbbl-ur__option-insider>p{font-size:.8125rem;line-height:140%}.sbbl-ins__card{width:100%;padding:12px;display:flex;flex-direction:column;height:max-content;gap:12px;border-radius:12px;background:#fff;border:1px solid #d1ddeb}.sbbl-ins__top{display:flex;align-items:flex-start;gap:8px}.sbbl-ins__icon-wrap{display:flex;align-items:flex-start}.sbbl-ins__icon-wrap img{width:20px;height:20px;object-fit:contain}.sbbl-ins__content{display:flex;flex-direction:column;gap:8px;flex:1}.sbbl-ins__title{font-weight:500;font-size:.75rem;line-height:140%;color:#0f172a}.sbbl-ins__list{display:flex;flex-direction:column;gap:8px}.sbbl-ins__item{font-size:.75rem;line-height:140%;color:#0f172a;gap:8px}.sbbl-ins__divider{height:1px;width:100%;background:#d1ddeb}.sbbl-ins__footer{display:flex;align-items:center;justify-content:center;gap:12px}.sbbl-ins__footer_text{color:#62748e;font-weight:400;font-size:.75rem;line-height:1.4}.sbbl-ins__text-btn{background:transparent;border:none;font-size:.8125rem;color:#62748e;cursor:pointer}.sbbl-ins__text-btn:hover{color:#334155}.sbbl-confirm__icon{width:24px;height:24px}.sbbl-confirm__header{display:flex;align-items:flex-start!important;justify-content:flex-start!important;gap:12px;border:1px solid #8fd98b}.sbbl-confirm__header-right>p{font-weight:500;font-size:.875rem;line-height:140%}.sbbl-confirm__header-label{font-size:.8125rem;line-height:140%;color:#263246}.sbbl-confirm__yes{display:flex;flex-direction:column;gap:20px;width:100%}.sbbl-confirm__yes-cont{border-radius:12px;background:#fff;border:1px solid #d1ddeb}.sbbl-confirm__yes-cont--green{border:1px solid #ade4a9}.sbbl-confirm__yes-header{padding:12px 16px;border-bottom:1px solid #d1ddeb;display:flex;justify-content:space-between;align-items:center}.sbbl-confirm__yes-header-left{display:flex;flex-direction:column;gap:4px}.sbbl-confirm__yes-header-left>p{font-weight:500;font-size:1rem;line-height:140%;color:#0f172a}.sbbl-confirm__yes-header-left>span{font-size:.75rem;line-height:140%;color:#62748e}.sbbl-confirm__yes-header--green{background:#eefaeb;border-radius:12px 12px 0 0;border-bottom:1px solid #ade4a9}.sbbl-confirm__yes-header--green>span{color:#0f172a}.sbbl-confirm__yes-info{padding:16px;display:flex;align-items:center;justify-content:space-between}.sbbl-confirm__yes-inputs{display:flex;gap:20px}.sbbl-confirm__yes-input{display:flex;align-items:center;gap:20px}.sbbl-confirm__yes-input>p{font-weight:500;font-size:.8125rem;line-height:140%;padding-bottom:5px}.sbbl-confirm__yes-signed{padding:12px 12px 0}.sbbl-confirm__yes-view{display:flex;gap:40px;align-items:center}.sbbl-confirm__yes-texts{display:flex;align-items:center;gap:20px}.sbbl-confirm__yes-texts>p{font-weight:500;font-size:.8125rem;line-height:140%;color:#62748e}.sbbl-confirm__yes-texts>span{font-weight:500;font-size:.875rem;line-height:140%}.sbbl-confirm__yes-buttons{display:flex;align-items:center;gap:16px}.sbbl-confirm__ptr{display:flex;align-items:center;justify-content:center}.sbbl-confirm--white{background:#fff;border:1px solid #d1ddeb;border-top:none;padding:12px!important}.sbbl-confirm__notyet-submitted{display:flex;align-items:center;justify-content:space-between;padding:9px 6px;background:#e9eef5;border-radius:6px}.sbbl-confirm__notyet-submitted>p{font-size:.8125rem;line-height:140%}.sbbl-confirm__notyet-submitted>p>span{font-weight:600}.sbbl-confirm__notyet-submitted>div{display:flex;align-items:center;gap:16px}.sbbl-confirm__notyet-submitted--green{background:#eefaeb}.sbbl-confirm__notyet-pending{background:#e9eef5;padding:12px;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:24px}.sbbl-confirm__notyet-pending>p{font-weight:500;font-size:.8125rem;line-height:140%}.sbbl-confirm__notyet-right{display:flex;gap:16px;align-items:center;justify-content:center}.sbbl-confirm__notyet-buttons{display:flex;align-items:center;gap:16px;justify-content:center}.post-recon{display:flex;flex-direction:column;justify-content:flex-start;gap:10px;margin-top:10px}.post-recon__timeline{width:100%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;border-radius:10px;padding:10px 20px}.post-recon__timeline:hover{box-shadow:1px 2px 2px #0003}.post-recon__query{padding:10px 20px;border-top:1px solid #000000;margin-top:10px}.post-recon__summary{width:100%;background-color:#fff;display:flex;justify-content:center;border-radius:10px;padding:10px 20px}.post-recon__summary:hover{box-shadow:1px 2px 2px #0003}.post-recon__summary--modal{width:1130px;height:95vh;padding:20px}.bank-review{width:100%;display:flex;flex-direction:column;gap:10px}.bank-review__message{padding-top:10px;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:300;line-height:19px;text-align:left;margin-top:10px;border-top:1px solid #d1d1d1}.bank-review__content{display:flex;gap:10px;padding-bottom:10px;border-bottom:1.5px solid #046cb8}.bank-review__container{width:100%;display:flex;flex-direction:column;justify-content:flex-start}.bank-review__docinfo{width:66.66%;padding:0 0 10px;display:flex;flex-direction:column;gap:10px}.bank-review__card{display:flex;justify-content:space-between;gap:20px}.bank-review__help{width:33.33%;height:100%;padding:10px 20px;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;align-items:flex-start;background-color:#d6ecff;border-radius:10px}.bank-review__help-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:30px;text-align:left}.bank-review__help-body{display:flex;flex-direction:column;gap:10px}.bank-review__help-header{display:flex;justify-content:flex-start;align-items:flex-start;gap:14px}.bank-review__help-header>img{max-width:22.5px;object-fit:contain}.bank-review__help-header-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:20px;text-align:left}.bank-review__help-content{display:flex;flex-direction:column;justify-content:flex-start;padding-left:35px}.bank-review__help-item{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left}.bank-review__help-extra-info{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:300;line-height:20px;text-align:left}.bank-review__submit{display:flex;justify-content:center;align-items:center;gap:10px}.bank-review__body{display:flex;gap:16px}.bank-review__support{width:33.33%;height:100%;background:#e7e7e7;display:flex;align-items:center;justify-content:center;color:#888}.recon-summary{width:100%;display:flex;flex-direction:column}.recon-summary__heading{display:flex;justify-content:space-between}.recon-summary__heading--show{padding-bottom:10px;border-bottom:1px solid #d1d1d1}.recon-summary__heading-v2{display:flex;justify-content:end}.recon-summary__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:500;line-height:30px;text-align:left}.recon-summary__title>p{font-size:.8125rem;color:#888;line-height:150%}.recon-summary__buttons{display:flex;gap:10px}.recon-summary__buttons>section{display:flex;flex-direction:column;gap:12px}.recon-summary__body{display:flex;flex-direction:column;gap:10px;padding-right:3px;padding-bottom:10px;overflow-y:auto}.recon-summary__header{display:flex;justify-content:space-between;align-items:center;padding:10px 0 16px;border-bottom:1.5px solid #046cb8}.recon-summary__header-left{display:flex;justify-content:flex-start;align-items:center;gap:10px}.recon-summary__header-right{display:flex;justify-content:flex-end;align-items:center;gap:10px}.recon-summary__header-right>img{max-width:101px;object-fit:contain}.recon-summary__header-company{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:0 10px 0 0}.recon-summary__header-company>img{max-width:42px;object-fit:contain}.recon-summary__header-company-name{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:400;line-height:30.68px;text-align:left}.recon-summary__header-buyer{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}.recon-summary__header-buyer-key{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left}.recon-summary__header-buyer-value{font-size:1.25rem;font-weight:400;line-height:125%;text-align:left}.recon-summary__header-powered{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:left;padding-top:5px}.recon-summary__pair{display:flex;align-items:center;justify-content:flex-start;gap:5px}.recon-summary__pair-key{display:flex;justify-content:space-between;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left;color:#888}.recon-summary__pair-value{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left}.recon-summary__pair>img{margin-left:10px;max-width:12px;object-fit:contain}.recon-summary__pair--highlighted{color:#046cb8}.recon-summary__pair--bold{font-weight:600}.recon-summary__section-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:left}.recon-summary__section-count{width:20px;height:20px;background-color:#e7e7e7;border-radius:50%;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:center}.recon-summary__details{display:flex;flex-direction:column;gap:20px;padding:6px 0 16px;border-bottom:1px solid #d1d1d1}.recon-summary__details-info{display:grid;grid-template-columns:1fr 1fr;justify-content:center;align-content:center;gap:14px 260px;margin:0 auto}.recon-summary__details-sb{display:flex;justify-content:flex-end;align-items:center;background-color:#fafbfb;padding:10px 80px;border-radius:10px;border:1px solid #e7e7e7}.recon-summary__details-sb-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}.recon-summary__details-sb-left{display:flex;justify-content:space-between;align-items:center;gap:50px;padding-right:50px}.recon-summary__details-sb-right{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding-left:50px;border-left:1px solid #000000}.recon-summary__details-sb-key{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left}.recon-summary__details-sb-value{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:16.94px;text-align:left;display:flex;flex-direction:row;align-items:baseline}.recon-summary__details-sb--amt{font-size:1.25rem}.recon-summary__details-sb-decimal{font-size:.625rem;font-weight:600;line-height:100%;text-align:left}.recon-summary__tr-details{display:flex;align-items:center;justify-content:space-between}.recon-summary__tr-details-cont{display:flex;align-items:center;gap:6px}.recon-summary__tr-details-label{font-size:.8125rem;font-weight:400;line-height:125%;color:#4f4f4f}.recon-summary__tr-details-icon{height:16px}.recon-summary__tr-details-value{font-size:.8125rem;font-weight:600;line-height:125%}.recon-summary__port{display:flex;justify-content:center;align-items:center;gap:20px;padding:10px 10px 20px;border-bottom:1px solid #d1d1d1}.recon-summary__port>img{max-width:285px;object-fit:contain}.recon-summary__invoice{display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:10px 0}.recon-summary__invoice-header{display:flex;justify-content:space-between;align-items:center}.recon-summary__invoice-header-left{display:flex;justify-content:flex-start;align-items:center;gap:20px}.recon-summary__invoice-header-right{display:flex;justify-content:flex-start;align-items:center;padding-right:20px}.recon-summary__invoice-body{display:flex;flex-direction:column;justify-content:flex-start;gap:20px}.recon-summary__invoice-invoice{display:flex;flex-direction:column;gap:20px;justify-content:flex-start;align-items:center;border:1px solid #d1d1d1;border-radius:10px;padding:20px 20px 10px}.recon-summary__invoice-info{display:grid;grid-template-columns:1fr 1fr;justify-content:center;align-items:center;gap:14px 260px;margin:0 auto}.recon-summary__invoice-toggle{width:max-content;background-color:#fafbfb;border-radius:10px;border:1px solid #e7e7e7;margin:10px auto;padding:12px 42px;display:flex;align-items:center;gap:24px}.recon-summary__invoice-box{display:flex;flex-direction:column;gap:8px}.recon-summary__invoice-img{max-width:16px;object-fit:contain}.recon-summary__invoice-title{font-size:.8125rem;font-weight:400}.recon-summary__invoice-number{font-size:.875rem;font-weight:600}.recon-summary__invoice-currency{font-size:.625rem;font-weight:300}.recon-summary__transport{display:flex;flex-direction:column;justify-content:flex-start;gap:20px;padding:10px 0}.recon-summary__transport-header{display:flex;justify-content:flex-start;align-items:center;gap:20px}.recon-summary__transport-mode{display:flex;justify-content:flex-start;align-items:center;padding-left:20px}.recon-summary__transport-body{display:flex;border:1px solid #d1d1d1;border-radius:10px;padding:20px 0}.recon-summary__transport-docs{display:grid;grid-template-columns:1fr 1fr;justify-content:center;align-content:center;gap:14px 260px;margin:0 auto}.recon-summary__mapirm{height:max-content;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;padding-top:10px}.recon-summary__mapirm-header{display:flex;justify-content:flex-start;align-items:center;gap:20px}.recon-summary__submission{display:flex;flex-direction:column;justify-content:flex-start;gap:10px;border-bottom:1px solid #d1d1d1}.recon-summary__submission-header{display:flex;justify-content:flex-start;align-items:center;gap:20px}.recon-summary__submission-body{display:flex;padding:0 20px 20px}.recon-summary__submission-reasons{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.recon-summary__documents{display:flex;flex-direction:column;justify-content:flex-start;gap:20px}.recon-summary__documents-header{display:flex;justify-content:flex-start;align-items:center;gap:20px}.recon-summary__documents-body{display:flex;border:1px solid #d1d1d1;border-radius:10px;padding:20px 0}.recon-summary__documents-docs{display:grid;grid-template-columns:1fr 1fr;justify-content:center;align-content:center;gap:14px 260px;margin:0 auto}.recon-summary__declaration{width:70%;padding:10px 0}.recon-summary__declaration-label{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;line-height:20px;text-align:left;margin-left:10px}.recon-summary__footer{display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start;padding:10px 40px}.recon-summary__footer-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:19px;text-align:left}.recon-summary__footer-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left}.recon-summary__download{padding:10px 10px 0;display:flex;justify-content:center;align-items:center;gap:10px}.recon-summary__makerchecker{width:100%;display:flex;justify-content:space-between}.recon-summary__makerchecker-cont{display:flex;flex-direction:column;align-items:end;gap:6px}.recon-summary__makerchecker-cont>div{display:flex;align-items:end;gap:6px}.recon-summary__makerchecker-cont>span{display:flex;flex-direction:column;font-size:.6875rem;font-weight:400;line-height:150%;color:#888}.recon-summary__makerchecker-label{font-size:.8125rem;font-weight:400;line-height:125%;color:#4f4f4f}.recon-summary__makerchecker-value{font-size:.8125rem;font-weight:600;line-height:125%}.recon-summary__sb-number{font-size:1rem;margin-left:-10px}.buyer-details{width:575px;display:flex;flex-direction:column;gap:20px;padding:20px;pointer-events:all;cursor:default}.buyer-details__header{display:flex;justify-content:center;align-items:flex-start;gap:10px;padding-bottom:10px;border-bottom:1px solid #046cb8}.buyer-details__header-left{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:left}.buyer-details__header-right{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:24px;text-align:left;color:#046cb8}.buyer-details__content{display:flex;flex-direction:column;gap:20px}.buyer-details__address{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}.buyer-details__address-left{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:16.94px;text-align:left;min-width:40%}.buyer-details__address-right{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:600;line-height:21px;text-align:left}.buyer-details__contact-name{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}.buyer-details__contact-name-left{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:16.94px;text-align:left;min-width:40%}.buyer-details__contact-name-right{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.36px;text-align:left}.buyer-details__email{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}.buyer-details__email-left{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:16.94px;text-align:left;min-width:40%}.buyer-details__email-right{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.36px;text-align:left}.buyer-details__contact-no{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}.buyer-details__contact-no-left{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:16.94px;text-align:left;min-width:40%}.buyer-details__contact-no-right{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19.36px;text-align:left}.buyer-details__contact-no-right>img{max-width:25px;object-fit:contain}.buyer-details__business{display:flex;justify-content:flex-start;align-items:center;gap:20px}.buyer-details__business-left{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:16.94px;text-align:left;min-width:40%}.buyer-details__business-right{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;border:1px solid #d6ecff;background-color:#edf7ff;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19.36px;text-align:left}.buyer-details__business-right>img{max-width:16px;object-fit:contain}.buyer-details__action{display:flex;justify-content:center;align-items:center;gap:30px}.buyer-details__cross{position:absolute;top:15px;right:15px;max-width:10px;object-fit:contain;cursor:pointer}.remind-alert{display:flex;flex-direction:column;gap:20px;padding:20px;pointer-events:all}.remind-alert__table{margin-top:10px;max-height:350px;overflow:auto}.remind-alert__action{display:flex;justify-content:center;align-items:center;gap:10px}.remind-alert__cross{position:absolute;top:15px;right:15px;margin-bottom:10px;max-width:10px;object-fit:contain;cursor:pointer}.post-bulk{width:496px;height:215px;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;padding:20px}.post-bulk__info{display:flex;flex-direction:column;padding:20px 20px 0;background-color:#f6f6f6;border-radius:10px}.post-bulk__ebrc{display:flex;justify-content:center;align-items:center;gap:8px;font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:34px;text-align:left;padding:20px 0;border-bottom:1.5px solid #046cb8}.post-bulk__ebrc>span{font-family:Inter,sans-serif!important;font-size:2.5rem;font-weight:500;line-height:34px;text-align:left;margin-top:-10px}.post-bulk__bulkid{width:120px;display:flex;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:500;line-height:34px;text-align:center}.post-bulk__bulkid>span{color:#046cb8}.post-bulk__bulkid-par{display:flex;justify-content:center;width:100%}.post-bulk__action{display:flex;justify-content:center;align-items:center;gap:10px}.onboarding{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-image:linear-gradient(to right,#0069ff33,#ffde5833,#8263fb33,#98f28033),linear-gradient(to bottom,#fff0,50%,#fff),linear-gradient(to top,#fff0,50%,#fff)}.onboarding__card{border-radius:10px;box-shadow:0 4px 4px #00000040;background-color:#fff;width:100%;max-width:1220px}.o-tasks{width:500px;display:flex;flex-direction:column;gap:16px;border-radius:16px;background-color:#fff;padding:20px}.o-tasks__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.o-tasks__header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.o-tasks__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.o-tasks__tabs{display:flex;justify-content:space-between;align-items:center}.o-tasks__tab{display:flex;justify-content:flex-start;align-items:center;padding:6px 8px;border:1px solid transparent;border-radius:10px;gap:8px;cursor:pointer}.o-tasks__tab-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:16px;letter-spacing:0%;text-align:center}.o-tasks__tab-icon{max-width:20px}.o-tasks__tab--selected{border:1px solid #4f4f4f}.o-tasks__container{padding:16px 0;border-top:1px solid #888888;border-bottom:1px solid #888888}.o-tasks__complete{width:100%;display:grid;grid-template-columns:1fr 1fr;row-gap:20px}.o-tasks__complete-cont{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.o-tasks__complete-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:15.6px;letter-spacing:0%;text-align:right;color:#888}.o-tasks__complete-value{padding:8px 10px;font-family:Inter,sans-serif!important;font-weight:400;font-size:1rem;line-height:16px;letter-spacing:0%}.o-tasks__inputs{width:100%;display:grid;grid-template-columns:1fr 1fr;row-gap:30px;column-gap:10px}.o-tasks__continue{padding-top:16px;display:flex;justify-content:center;align-items:center;gap:10px}.o-login{display:flex;padding:70px;height:645px}.o-login__static{padding:30px 50px 0 30px;flex:1;display:flex;flex-direction:column;gap:70px;justify-content:space-between;align-items:flex-start;border-right:1px solid #000000}.o-login__static-content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:40px}.o-login__static-logo{max-width:215px;object-fit:contain}.o-login__highlights{display:flex;flex-direction:column;align-items:flex-start;gap:45px;padding-left:50px}.o-login__highlights-item{display:flex;align-items:flex-start;gap:8px}.o-login__highlights-item>img{max-width:20px;object-fit:contain;margin-right:5px;padding-top:5px}.o-login__highlights-point{display:flex;gap:6px;flex-wrap:wrap}.o-login__highlights-text{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:400;line-height:150%;text-align:left}.o-login__highlights--colored{font-weight:700;color:#046cb8}.o-login__powered{width:100%;display:flex;flex-direction:column;gap:14px;align-items:center;opacity:.6}.o-login__powered-title{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:600;line-height:14.52px;text-align:center}.o-login__powered-content{display:flex;gap:18px}.o-login__powered-icon{max-height:28px;object-fit:contain}.o-login__flow{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:50px;padding:30px;background-color:#fafbfb;border-radius:0 10px 10px 0}.o-login__enter{display:flex;flex-direction:column;justify-content:flex-start;padding-top:33px}.o-login__enter--otp{gap:8px}.o-login__title{font-family:Inter,sans-serif!important;font-size:1.75rem;font-weight:700;line-height:33.89px;text-align:center;margin-bottom:20px}.o-login__inputs{position:relative;width:100%;max-width:380px;display:flex;flex-direction:column;gap:26px;margin:0 0 26px}.o-login__mobile{margin-top:28px}.o-login__input{width:100%;display:flex;flex-direction:column;gap:8px;position:relative}.o-login__input__container{position:relative;width:100%}.o-login__input-phone{position:absolute;z-index:2;top:10px;padding-left:10px}.o-login__input-label{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:16.94px;text-align:left;color:#888}.o-login__input-input{padding:12px 16px 12px 45px;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19.36px;text-align:left}.o-login__input-input::-webkit-outer-spin-button,.o-login__input-input::-webkit-inner-spin-button{-webkit-appearance:none}.o-login__strong{position:absolute;top:50%;transform:translateY(-50%);right:-28px;width:16px;height:16px}.o-login__strong--error{margin-top:-10px}.o-login__continue{width:100%;display:flex;flex-direction:column;align-items:flex-end;max-width:380px}.o-login__continue-button{width:100%}.o-login__continue--space{margin-top:12px}.o-login__subaction{font-size:.8125rem;color:#046cb8;cursor:pointer;margin-top:-25px;text-align:end;width:fit-content;align-self:end;line-height:150%}.o-login__subaction:hover{text-decoration:underline}.o-login__terms{display:flex;justify-content:center;align-items:center;margin-bottom:24px}.o-login__terms-content{display:flex;justify-content:center;align-items:center;gap:5px}.o-login__terms-text{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;line-height:14.52px;text-align:center}.o-login__notification{display:flex;flex-direction:column;margin-bottom:10px;justify-content:flex-start}.o-login__notification-content{display:flex;align-items:center;gap:5px;margin-bottom:10px}.o-login__notification-text{font-size:.8125rem;font-weight:400;line-height:24px;text-align:left;max-width:380px}.o-login__notification-edit-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:left;color:#046cb8;cursor:pointer}.o-login__notification-edit-text:hover{text-decoration:underline}.o-login__notification-phone{font-size:.8125rem;font-weight:600}.o-login__forgot-text{margin-top:-10px;max-width:380px;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;color:#4f4f4f}.o-login__edit{display:flex;justify-content:flex-start;align-items:flex-start;color:#046cb8;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:19.36px;text-align:left;width:max-content;cursor:pointer}.o-login__edit:hover{text-decoration:underline}.o-login__edit>p{cursor:pointer}.o-login__otp-item{display:flex;flex-direction:column;gap:10px}.o-login__otp-error-container{display:flex;padding-bottom:10px;gap:8px;flex-direction:column;justify-content:center}.o-login__otp-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}.o-login__otp-container-closer{display:flex;flex-direction:row;align-items:center;gap:4px}.o-login__resend{color:#046cb8;display:flex;justify-content:flex-end;align-items:flex-start;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19.36px;text-align:right;cursor:pointer;width:fit-content}.o-login__resend:hover{text-decoration:underline}.o-login__error{padding-top:5px;padding-bottom:10px}.o-login__help{display:flex;justify-content:center;align-items:center}.o-login__help-content{display:flex;justify-content:center;align-items:center;gap:5px}.o-login__help-text{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:16.94px;text-align:center}.o-login__help-text:hover{text-decoration:underline}.o-login__countdown{font-size:.8125rem;color:#888;width:fit-content}.o-login__countdown--small{font-size:.75rem;color:#888}.o-login__countdown--red{color:#ef4444}.o-login__resource{width:175px;padding:60px 0 0 25px}.o-login__resource>img{width:100%;width:175px}.o-login__alternate-cta:hover{text-decoration:underline}.o-login__divider{position:relative;width:100%;background:#000;height:1px;border:none;outline:none;margin:32px 0}.o-login__divider>p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#888;background:#fafbfb;padding:0 8px;font-size:.8125rem}.o-login__edit-action{display:flex;gap:8px;width:100%;justify-content:center}.o-login__edit-action-title{font-weight:400;font-size:.8125rem;line-height:180%}.o-login__edit-action-title>span{font-weight:600}.o-login__edit-action-cta{font-weight:400;font-size:.8125rem;line-height:180%;color:#046cb8;cursor:pointer}.o-login__edit-action-cta:hover{text-decoration:underline}.o-verify-iec{height:100%;padding:0 30px 10px;display:flex;flex-direction:column;justify-content:space-between}.o-verify-iec__flow{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:60px;padding:0 30px 30px}.o-verify-iec__flow-v2{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.o-verify-iec__error-msg{font-size:.6875rem;line-height:120%;color:#ef4444;margin:-5px 0 -10px;text-align:center}.o-verify-iec__enter{display:flex;flex-direction:column;gap:26px;justify-content:flex-start}.o-verify-iec__enter--otp{gap:8px}.o-verify-iec__title{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:700;line-height:33.89px;text-align:center;padding-bottom:14px}.o-verify-iec__title--underline{border-bottom:1.5px solid #046cb8}.o-verify-iec__inputs{width:100%;display:flex;flex-direction:column;gap:26px}.o-verify-iec__inputs--grid{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:26px 12px}.o-verify-iec__failuremessage{text-align:center;font-size:.625rem;font-weight:400;color:#888}.o-verify-iec__input{width:100%;display:flex;flex-direction:column;gap:8px}.o-verify-iec__input-label{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:500;line-height:16.94px;text-align:left}.o-verify-iec__input-input{padding:12px 16px!important;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19.36px;text-align:left}.o-verify-iec__input-input::-webkit-outer-spin-button,.o-verify-iec__input-input::-webkit-inner-spin-button{-webkit-appearance:none}.o-verify-iec__textfield{display:flex;justify-content:space-between;align-items:center}.o-verify-iec__textfield-text{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;text-align:left}.o-verify-iec__textfield>img{max-width:18px;object-fit:contain}.o-verify-iec__continue{width:100%;display:flex;justify-content:center;gap:16px}.o-verify-iec__continue-button{width:100%}.o-verify-iec__continue-previous,.o-verify-iec__continue-continue{width:100%;max-width:142px}.o-verify-iec__timeline{display:flex;justify-content:center;align-items:center}.o-verify-iec__timeline-content{display:flex;justify-content:center;align-items:center;gap:20px}.o-verify-iec__timeline-item{display:flex;justify-content:flex-start;align-items:center;gap:5px}.o-verify-iec__timeline-item>img{max-width:20px;object-fit:contain}.o-verify-iec__timeline-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:15.73px;text-align:left}.o-verify-iec__timeline--completed{color:#046cb8}.o-verify-iec__timeline--current{font-weight:600;color:#046cb8}.o-verify-iec__timeline--pending{color:#888}.o-verify-iec__help{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding-bottom:10px}.o-verify-iec__help-content{display:flex;justify-content:center;align-items:center;gap:5px}.o-verify-iec__help-text{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:16.94px;text-align:center}.o-verify-iec__help-colored{font-weight:600;color:#046cb8}.o-verify-iec__company{display:flex;flex-direction:column;gap:12px}.o-verify-iec__details{display:flex;flex-direction:column;gap:5px}.o-verify-iec__details-label{font-size:.8125rem;color:#888}.o-verify-iec__details-value{font-size:.8125rem}.o-verify-iec__msg{color:#00963d;font-size:.875rem;line-height:150%;font-weight:500;max-width:360px}.o-verify-iec__complete{width:100%;display:flex;flex-direction:column;gap:30px;padding-bottom:14px;width:360px}.o-verify-iec__complete-cont{width:100%;padding:0 16px}.o-verify-iec__complete-subtext{font-size:.875rem;line-height:120%;color:#4f4f4f;margin-bottom:5px}.o-verify-iec__complete--underline{border-bottom:1px solid #0f172a;padding-bottom:8px}.o-verify-iec__complete-bottom{width:100%;display:flex;align-items:center;justify-content:space-between}.o-verify-iec__complete-bottom>p{font-size:.875rem;font-weight:600;line-height:120%}.o-verify-iec__complete-bottom>img{width:20px;height:20px}.o-verify-iec__info{text-align:center;max-width:300px;font-size:.8125rem;line-height:150%;color:#4f4f4f;margin:30px auto 0}.o-verify-iec__coming-soon{max-width:300px;margin-top:-10px;padding-left:5px}.o-verify-iec__coming-soon>h3{font-size:.8125rem;line-height:150%;font-weight:600;padding-bottom:6px}.o-verify-iec__coming-soon>p{font-size:.8125rem;line-height:125%;color:#4f4f4f}.o-completed{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.o-completed--background{justify-content:space-between;align-items:center;background-color:#fafbfb;border-radius:0 10px 10px 0;width:58%;padding:0 50px!important}.o-completed__container{flex-grow:1;display:flex;flex-direction:column;justify-content:center;gap:20px;margin:0 auto;max-width:684px;width:100%;padding:50px 16px 0 56px}.o-completed__progress{display:flex;flex-direction:column;align-items:center;gap:10px}.o-completed__progress__text{font-size:1rem;font-weight:600;line-height:24px}.o-completed__progress__bar{background-color:#d6ecff;height:6px;width:380px}.o-completed__progress__bar--100{width:100%;height:6px;background-color:#00d28a}.o-completed__main{display:flex;flex-direction:column;align-items:center;gap:20px}.o-completed__main__heading{display:flex;flex-direction:column;font-size:1.75rem;font-weight:700;line-height:120%;text-align:center;gap:12px}.o-completed__main__heading--empty{max-width:60%}.o-completed__main__body{color:#046cb8;font-size:1.75rem;font-weight:700}.o-completed__main__tail{white-space:nowrap;font-size:1rem;font-weight:400;line-height:120%;text-align:center}.o-completed__main__tail>span{color:#046cb8}.o-completed__main__button{margin-top:12px;padding:12px 55px}.o-completed__list{padding:0;width:512px;display:flex;flex-direction:column;gap:16px}.o-completed__document{display:flex;justify-content:space-between;gap:10px;width:100%;padding:3px 0}.o-completed__document-title{flex-grow:1;display:flex;justify-content:space-between;font-size:1rem;font-weight:400;line-height:120%;height:27px;padding-top:8px}.o-completed__document-title>span{padding-right:10px}.o-completed__document-content{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:8px}.o-completed__document-box{min-width:275px!important}.o-completed__document-box .s-upload-list-v2-{padding-top:0!important;background-color:#fff}.o-completed__document-box .s-uploaded-file-v2__file-name{max-width:100px}.o-completed__document-box-v2{min-width:275px!important}.o-completed__document-box-v2 .s-upload-list-v2-{padding-top:0!important;background-color:#fafbfb}.o-completed__document-box-v2 .s-uploaded-file-v2__file-name{max-width:100px}.o-completed__blueicon{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%);position:relative}.o-completed__blueicon-par{display:flex;justify-content:center;align-items:center;padding:5px;border-radius:50%;background-color:#046cb8}.o-completed__hyperlink{color:#046cb8;height:20px!important;padding:0 0 0 15px!important}.o-completed__hyperlink>span{font-weight:400!important}.o-completed__hyperlink img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.o-bankdetails__main{display:flex;flex-direction:column;gap:32px;width:380px}.o-bankdetails__main__accountnumber{display:flex;flex-direction:column;gap:20px}.o-bankdetails__main__accountnumber__text{font-size:1rem;font-weight:500}.o-bankdetails__main__accountnumber__text--light{font-size:1rem;font-weight:400}.o-bankdetails__main__accountnumber__text--shiftdown{margin-top:20px}.o-bankdetails__main-inputs{position:relative;display:flex;flex-direction:column;max-width:360px}.o-bankdetails__main-inputs--grid{position:relative;display:flex;flex-direction:column;max-width:400px}.o-bankdetails__main-inputs--gap{margin-top:-5px}.o-bankdetails__main-checkbox{display:flex;gap:6px;margin-bottom:-14px}.o-bankdetails__main-checkbox>p{font-size:.8125rem}.o-bankdetails__main-branch{margin:0;padding:5px 0 0;max-width:280px;font-size:.6875rem;font-weight:400;line-height:120%;color:#888}.o-bankdetails__main-input{display:flex;flex-direction:column;gap:8px}.o-bankdetails__main__button{margin-top:12px;padding:12px 55px}.o-company-details{display:flex;flex-direction:row;gap:60px;justify-content:center}.o-company-details__basic-details{flex:1;display:flex;flex-direction:column;gap:20px}.o-company-details__basic-details__text{display:flex;flex-direction:column;gap:12px}.o-company-details__basic-details--heading{font-weight:400;font-size:1rem;color:#b0b0b0}.o-company-details__basic-details--company-name{font-weight:600;font-size:1rem;color:#046cb8}.o-company-details__basic-details--address{font-weight:600;font-size:1rem;width:280px;word-wrap:break-word}.o-company-details__basic-details__radio{gap:12px}.o-company-details__basic-details__radio__button{gap:12px;padding:12px 50px 12px 16px;border:1px solid;border-radius:8px;border-color:#d1d1d1}.o-company-details__advanced-details{display:flex;flex-direction:column;gap:28px}.o-company-details__advanced-details--closer{gap:10px}.o-company-details__advanced-details__button{padding:12px 55px}.o-company-details__advanced-details__text{display:flex;flex-direction:column;gap:12px}.o-company-details__advanced-details__text--heading{font-size:1rem;font-weight:400;color:#b0b0b0}.o-company-details__advanced-details__text--value{font-size:1rem;font-weight:600;color:#1f1f1f}.o-company-details__advanced-details__text--label{font-size:.75rem;font-weight:400}.o-company-data{display:flex;padding:10px;height:645px}.o-company-data__container{width:58%;max-width:700px;display:flex;flex-direction:column;justify-content:flex-start;background-color:#fafbfb;border-radius:0 10px 10px 0}.o-company-data__body{height:100%;display:flex;flex-direction:column;gap:30px;padding:70px 20px 0 90px}.o-company-data__top{display:flex;justify-content:flex-start;align-items:flex-start;padding:16px 24px 0}.o-company-data__top-buttons{width:100%;display:flex;justify-content:space-between;align-items:center}.o-company-data__top--single{justify-content:flex-end}.o-company-data__back{display:flex;align-items:center;gap:8px}.o-company-data__back-text{font-size:1.25rem}.o-letterhead__title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1.75rem;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle}.o-letterhead__text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:125%;letter-spacing:0%;text-align:center;vertical-align:middle;color:#62748e}.o-letterhead__doc{width:100%;margin-top:10px;display:flex;flex-direction:column;gap:8px}.o-letterhead__doc-text{font-weight:600;font-size:.8125rem;line-height:140%;margin-top:0;margin-bottom:0;text-align:center}.o-letterhead__documents{margin-top:10px;border:1px solid #d1d1d1;border-radius:6px;padding:8px 0}.o-letterhead__radio{display:flex;width:100%;align-items:center;justify-content:center}.o-npb-letterhead__title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1.75rem;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle}.o-npb-letterhead__text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:125%;letter-spacing:0%;text-align:center;vertical-align:middle;color:#62748e}.o-npb-letterhead__doc{width:483px;height:90px;margin-top:10px;display:flex;flex-direction:column;gap:8px}.o-npb-letterhead__doc-text{font-family:Inter,sans-serif!important;font-weight:600;font-size:.75rem;line-height:120%;letter-spacing:0%;vertical-align:middle}.o-npb-letterhead__documents{margin-top:10px;border:1px solid #d1d1d1;border-radius:6px;padding:8px 0}.o-npb-letterhead__help{display:flex;padding:10px 16px 16px;border-radius:10px;gap:12px;background-color:#efeeee}.o-npb-letterhead__help-left{display:flex;align-items:flex-start}.o-npb-letterhead__help-right{flex-grow:1;display:flex;flex-direction:column;gap:12px}.o-npb-letterhead__help-icon{max-width:20px;object-fit:contain}.o-npb-letterhead__help-title{font-family:Inter,sans-serif!important;font-weight:600;font-size:.75rem;line-height:120%;letter-spacing:0%;vertical-align:middle}.o-npb-letterhead__help-list{display:flex;flex-direction:column;justify-content:flex-start;gap:8px}.o-npb-letterhead__help-list-item{font-family:Inter,sans-serif!important;font-weight:400;font-size:.75rem;line-height:120%;letter-spacing:0%;color:#4f4f4f}.o-bank-auth__enter{display:flex;flex-direction:column;justify-content:flex-start}.o-bank-auth__title{font-weight:600;font-size:1.75rem;line-height:100%;text-align:center;padding-bottom:10px}.o-bank-auth__steps{padding:10px 16px 16px;border-radius:10px;background-color:#efeeee;width:530px;margin-top:36px}.o-bank-auth__steps-head{display:flex;align-items:center;gap:12px}.o-bank-auth__steps-head>img{width:21px}.o-bank-auth__steps-head>p{font-weight:400;font-size:.8125rem;line-height:20px}.o-bank-auth__steps-body{display:flex;align-items:center;gap:12px;padding-top:12px}.o-bank-auth__steps-icon{width:60px;height:70px}.o-bank-auth__steps-right{display:flex;flex-direction:column;gap:12px}.o-bank-auth__steps-top{display:flex;gap:4px}.o-bank-auth__steps-text{font-weight:400;font-size:13px;line-height:150%;color:#4f4f4f}.o-bank-auth__steps-cta{font-weight:600;font-size:13px;line-height:150%;color:#046cb8;cursor:pointer}.o-bank-auth__steps-cta:hover{text-decoration:underline}.o-bank-auth__steps-subtext{font-weight:400;font-size:13px;line-height:150%;color:#4f4f4f}.o-bank-auth__steps-subtext>a{text-decoration:underline;color:#046cb8}.o-bank-auth__status{display:flex;justify-content:flex-end;margin-top:12px}.o-bank-auth__status-btn{display:flex;align-items:center;justify-content:center;gap:12px}.o-bank-auth__status-btn>p{font-weight:400;font-size:.8125rem;line-height:140%;color:#888}.o-bank-auth__status--pending>p{font-weight:400;font-size:.8125rem;line-height:140%;color:#888}.o-bank-auth__status--rejected{font-weight:600;font-size:1rem}.o-bank-auth__status--rejected-v2{display:flex;flex-direction:column}.o-bank-auth__status-content{display:flex;gap:8px;padding-bottom:28px}.o-bank-auth__status-content>p{font-weight:400;font-size:.875rem;line-height:100%}.o-bank-auth__status-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;border-radius:6px;background:#ffe4ec}.o-bank-auth__status-icon>img{width:16px;height:16px}.o-welcome__title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1.75rem;line-height:100%;letter-spacing:0%;vertical-align:middle}.o-welcome__subtitle{font-family:Inter,sans-serif!important;font-weight:400;font-size:1.5rem;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle}.o-welcome__subtitle>span{color:#046cb8}.o-welcome__content{display:flex;flex-direction:column;gap:12px}.o-welcome__text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:21px;letter-spacing:0%}.o-welcome__message{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:21px;letter-spacing:0%;padding:8px 12px;background:#efeeee;border-radius:8px}.o-welcome__docs{padding-left:24px;margin-top:-6px}.o-welcome__doc{flex:1;display:flex;justify-content:center;align-items:center}.o-welcome__doc--right{border-right:1px solid #efeeee}.o-welcome__doc--bottom{border-bottom:1px solid #efeeee}.o-welcome__doc-name{font-weight:400;font-size:.75rem;line-height:150%;padding:6px 0}.o-welcome__doc-name::marker{font-size:1.3em;color:#4aa3f8}.o-welcome__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.o-welcome__primary-btn{max-width:198px}.o-onboarding-docs{display:flex;flex-direction:column;width:496px;margin-top:10px}.o-onboarding-docs__single{display:flex;align-items:center;height:38px}.o-onboarding-docs__single--border{border-bottom:1px solid #d1d1d1}.o-onboarding-docs__single--padding{padding-right:8px}.o-onboarding-docs__inner{display:flex;align-items:center;gap:35px;margin:0 30px 0 12px}.o-onboarding-docs__sample{display:flex;gap:4px;width:112px;height:24px;cursor:pointer}.o-onboarding-docs__sample:hover{color:#046cb8;text-decoration:underline}.o-onboarding-docs__sample:hover>img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.o-onboarding-docs__sample>img{width:14px;height:14px}.o-onboarding-docs__sample>p{font-size:.6875rem;line-height:180%}.o-onboarding-docs__name{width:130px;font-weight:600;font-size:.75rem;line-height:180%}.o-onboarding-docs__file-icon{width:45px;height:59.5px}.o-onboarding-docs__header-container{display:flex;gap:20px}.o-onboarding-docs__header{display:flex;flex-direction:column;gap:6px}.o-onboarding-docs__header>h3{font-weight:600;font-size:1rem;line-height:150%}.o-onboarding-docs__header>p{font-weight:400;font-size:.8125rem;line-height:150%;color:#334155}.o-onboarding-docs__not-required{width:132px;height:24px;display:flex;align-items:center;justify-content:center;background-color:#efeeee;border-radius:6px}.o-onboarding-docs__not-required>p{font-weight:400;font-size:9px;line-height:100%}.o-auth-steps__cont{width:1140px;height:91vh;border-radius:20px}.o-auth-steps__head{display:flex;justify-content:space-between;padding:32px 60px;border-bottom:1px solid #d1d1d1}.o-auth-steps__title{font-weight:400;font-size:1.75rem;line-height:100%}.o-auth-steps__close{width:32px;height:32px;cursor:pointer}.o-auth-steps__body{padding:36px 60px 26px;display:flex;flex-direction:column;gap:48px;max-height:85%;overflow-y:auto}.o-auth-steps__step{display:flex;align-items:center;gap:36px}.o-auth-steps__step-banner{width:622px;border-radius:12px}.o-auth-steps__step-tag{font-weight:600;font-size:1rem;line-height:100%;color:#eafff5;padding:6px 12px;background:#00ab72;border-radius:6px;width:max-content}.o-auth-steps__step-text{padding:16px 0 8px;font-weight:400;font-size:1rem;line-height:140%}.o-auth-steps__step-text>span{font-weight:700}.o-auth-steps__step-subtext{font-weight:400;font-size:.875rem;line-height:140%;color:#6d6d6d;display:flex;align-items:center;gap:4px}.o-auth-steps__step-subtext a{color:#046cb8}.o-auth-steps__step-subtext>img{width:20px;height:20px;cursor:pointer;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.o-customer-info-popup{width:655px;max-height:95vh;display:flex;flex-direction:column;gap:10px;border-radius:16px;background-color:#fff;padding:20px}.o-customer-info-popup__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.o-customer-info-popup__header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.o-customer-info-popup__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.o-customer-info-popup__content{display:flex;flex-direction:column;gap:20px;width:100%}.o-customer-info-popup__section-title{font-family:Inter,sans-serif!important;font-weight:500;font-size:1.25rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.o-customer-info-popup__section-subtext{margin-top:-20px;color:#888;font-size:.8125rem;font-style:italic}.o-customer-info-popup__section-inputs{display:grid;grid-template-columns:1fr 1fr;gap:28px;width:max-content}.o-customer-info-popup__section-inputs-wrapper.no-gap{margin-bottom:-48px}.o-customer-info-popup__section-highlighted{font-weight:400;font-size:.8125rem;line-height:140%;padding:4px 8px;background-color:#edf7ff;margin:-12px 0 4px;width:95%;display:flex;gap:10px}.o-customer-info-popup__section-text{padding-bottom:12px}.o-customer-info-popup__section-cta{font-weight:600;font-size:.8125rem;line-height:150%;color:#046cb8;cursor:pointer}.o-customer-info-popup__section-cta:hover{text-decoration:underline}.o-customer-info-popup__bank{display:flex;flex-direction:column}.o-customer-info-popup__bank--ICIC{gap:20px}.o-customer-info-popup__checker,.o-customer-info-popup__maker,.o-customer-info-popup__director,.o-customer-info-popup__proprietor,.o-customer-info-popup__partner{display:flex;flex-direction:column;gap:28px}.o-customer-info-popup__dgs{display:flex;flex-direction:column;gap:20px}.o-customer-info-popup__dg{display:flex;flex-direction:column;gap:16px}.o-customer-info-popup__dg-header{display:flex;justify-content:flex-start;align-items:center;gap:20px}.o-customer-info-popup__dg-header-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.o-customer-info-popup__dg-text{font-family:Inter,sans-serif!important;font-weight:500;font-size:1rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.o-customer-info-popup__dg-text2{margin-top:20px}.o-customer-info-popup__dg-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:max-content}.o-customer-info-popup__dg-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.o-customer-info-popup__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.o-customer-info-popup__checkbox{margin-top:-10px}.o-customer-info-popup__radio{padding:0 20px;position:relative}.o-customer-info-popup__declaration{margin-bottom:20px;margin-top:-20px;position:relative}.o-customer-info-popup__declaration-v2{margin-bottom:20px;position:relative}.o-customer-info-popup__body{overflow-y:scroll;max-height:600px}.o-customer-info-popup__body--YESB{padding-top:20px}.o-customer-info-popup__icici-form{margin-top:20px}.o-customer-info-popup__text{display:flex;align-items:center;gap:8px}.o-customer-info-popup__text>h3{font-size:.8125rem;font-weight:400;color:#888}.o-customer-info-popup__text>p{font-size:.8125rem;font-weight:400}.o-npb-customer-info-popup{width:1000px;max-height:750px;overflow-y:auto;display:flex;flex-direction:column;gap:40px;border-radius:20px;background-color:#fff;padding:36px 60px;position:relative}.o-npb-customer-info-popup__close{position:absolute;top:20px;right:20px;width:24px;height:24px;cursor:pointer}.o-npb-customer-info-popup__close:hover{background-color:#d1ddeb;border-radius:50%}.o-npb-customer-info-popup__section-title{font-family:Inter,sans-serif!important;font-weight:500;font-size:1.25rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.o-npb-customer-info-popup__section-inputs{display:grid;grid-template-columns:1fr 1fr;gap:28px;width:max-content}.o-npb-customer-info-popup__section-inputs-wrapper.no-gap{margin-bottom:-48px}.o-npb-customer-info-popup__section-text{padding-bottom:12px}.o-npb-customer-info-popup__bank,.o-npb-customer-info-popup__company,.o-npb-customer-info-popup__signatory,.o-npb-customer-info-popup__dgs{display:flex;flex-direction:column;gap:28px}.o-npb-customer-info-popup__dg{display:flex;flex-direction:column;gap:20px}.o-npb-customer-info-popup__dg-header{display:flex;justify-content:flex-start;align-items:center;gap:20px}.o-npb-customer-info-popup__dg-header-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.o-npb-customer-info-popup__dg-text{font-family:Inter,sans-serif!important;font-weight:500;font-size:1rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.o-npb-customer-info-popup__dg-text2{margin-top:20px}.o-npb-customer-info-popup__dg-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:max-content}.o-npb-customer-info-popup__dg-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.o-npb-customer-info-popup__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.o-npb-customer-info-popup__checkbox{margin-top:-10px}.o-npb-customer-info-popup__declaration{position:relative}.o-npb-customer-info-popup__text{display:flex;align-items:center;gap:8px}.o-npb-customer-info-popup__text>h3{font-size:.8125rem;font-weight:400;color:#888}.o-npb-customer-info-popup__text>p{font-size:.8125rem;font-weight:400}.sh-popup{width:490px;display:flex;flex-direction:column;gap:20px;border-radius:16px;background-color:#fff;padding:20px}.sh-popup__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.sh-popup__header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.sh-popup__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.sh-popup__content,.sh-popup__inputs{display:flex;flex-direction:column;gap:28px}.sh-popup__inputs-radio-title{width:100%;font-family:Inter,sans-serif!important;font-weight:700;font-size:1rem;line-height:140%;letter-spacing:0%;text-align:center}.sh-popup__inputs-radio-group{width:100%;display:flex;justify-content:center}.sh-popup__doc{display:flex;flex-direction:column;gap:8px}.sh-popup__doc-header{display:flex;align-items:center;gap:10px}.sh-popup__doc-info-icon{max-width:16px;object-fit:contain}.sh-popup__doc-text{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:100%;letter-spacing:0%;vertical-align:middle;color:#4f4f4f}.sh-popup__doc-text>span{font-family:Inter,sans-serif!important;font-weight:400;font-style:italic;font-size:.8125rem;line-height:100%;letter-spacing:0%;vertical-align:middle}.sh-popup__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.sh-success-popup{width:360px;display:flex;flex-direction:column;gap:10px;padding:20px 10px;position:relative}.sh-success-popup__icon{display:flex;justify-content:center;align-items:center}.sh-success-popup__icon>img{max-width:60px;object-fit:contain}.sh-success-popup__close{position:absolute;top:20px;right:10px;cursor:pointer}.sh-success-popup__close>img{max-width:24px;object-fit:contain}.sh-success-popup__title{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:20px;letter-spacing:0%;text-align:center}.sh-success-popup__text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:20px;letter-spacing:0%;text-align:center;color:#62748e}.sh-success-popup__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.sh-popup-v2{width:490px;display:flex;flex-direction:column;border-radius:16px;background-color:#fff}.sh-popup-v2__header{padding:24px 24px 12px;display:flex;justify-content:space-between;flex-direction:row;align-items:center;border-bottom:1px solid #d1ddeb}.sh-popup-v2__close:hover{background-color:#bfcdde;border-radius:4.5px;cursor:pointer}.sh-popup-v2__title{font-size:1.125rem;font-weight:500;line-height:140%;color:#0f172a}.sh-popup-v2__content{display:flex;flex-direction:column;padding:12px 24px;gap:24px}.sh-popup-v2__inputs{display:flex;flex-direction:column;gap:28px}.sh-popup-v2__inputs-partition{border-top:1px dashed #d1ddeb}.sh-popup-v2__inputs-radio-parent{display:flex;flex-direction:column;align-items:center;gap:16px}.sh-popup-v2__inputs-radio-title{font-family:Inter,sans-serif;font-weight:500;font-size:.875rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.sh-popup-v2__inputs-radio-group{width:100%;display:flex;justify-content:center}.sh-popup-v2__inputs-category-help{margin-top:8px;display:flex;align-items:center;padding:6px 12px;gap:12px;border-radius:8px;background-color:#edfdff}.sh-popup-v2__inputs-category-help-icon{max-width:16px;object-fit:contain}.sh-popup-v2__inputs-category-help-stars{display:flex;justify-content:flex-start;align-items:center;gap:2px}.sh-popup-v2__inputs-category-help-text{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;line-height:140%;letter-spacing:0%;vertical-align:middle;color:#0f172a}.sh-popup-v2__inputs-category-help--no-selection{background-color:#f2f6fc}.sh-popup-v2__doc{display:flex;flex-direction:column;gap:8px}.sh-popup-v2__doc-header{display:flex;align-items:center;gap:10px}.sh-popup-v2__doc-info-icon{max-width:16px;object-fit:contain}.sh-popup-v2__doc-text{font-family:Inter,sans-serif;font-weight:500;font-size:.75rem;line-height:140%;letter-spacing:0%;vertical-align:middle;color:#0f172a}.sh-popup-v2__doc-text>span{font-family:Inter,sans-serif!important;font-weight:400;font-style:italic;font-size:.8125rem;line-height:100%;letter-spacing:0%;vertical-align:middle}.sh-popup-v2__buttons{display:flex;justify-content:center;align-items:center;padding:12px 24px;gap:24px;border-top:1px solid #d1ddeb}.login-device{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 0 10px 10px}.login-device__left{display:flex;justify-content:flex-start;align-items:center;gap:20px}.login-device__icon{max-width:20px;object-fit:contain}.login-device__info{display:flex;flex-direction:column;gap:5px}.login-device__content{display:flex;justify-content:flex-start;align-items:center;gap:5px}.login-device__name{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:16px;text-align:left}.login-device__date{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:16px;text-align:left;color:#888}.login-device__address{font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:400;line-height:16px;text-align:left;color:#888}.login-device__right{display:flex;justify-content:flex-end;align-items:center;gap:20px}.login-device__report{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:16px;text-align:center;color:#046cb8;text-decoration:underline 1px solid #046cb8;text-underline-offset:5px;cursor:pointer}.login-device__report--disabled{color:#888;text-decoration:none;cursor:default}.login-device__logout{display:flex;justify-content:flex-start;align-items:center;gap:10px}.login-device--current{border-bottom:1px solid #046cb8}.s-ipotp{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:24px}.s-ipotp__btn-cont{display:flex;flex-wrap:wrap;gap:5px;padding:20px 0 10px}.s-ipotp__btn{padding-top:10px;width:100%;display:flex;justify-content:center;align-items:center;gap:10px;border-top:1px solid #d1d1d1}.s-ipotp__inputs{display:flex;flex-direction:column}.s-ipotp__input{display:flex;flex-direction:row;gap:10px;position:relative;align-items:center}.s-ipotp__input-icon{width:20px;height:20px}.s-ipotp__description{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:24px;letter-spacing:0%}.s-ipotp__description>span{font-weight:600}.s-ipotp__forward{position:absolute;top:7px;right:10px}.s-ipotp__info{display:flex;justify-content:flex-start;gap:5px;margin:0 0 12px}.s-ipotp__info-title{font-size:.8125rem;font-weight:500}.s-ipotp__info-edit{font-size:.8125rem;font-weight:400;color:#046cb8;cursor:pointer;text-decoration:1px solid underline #046cb8;text-underline-offset:2px}.s-ipotp__info-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:15px;text-align:left}.s-ipotp__resend{color:#046cb8;display:flex;justify-content:flex-end;align-items:flex-start;font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19.36px;text-align:right;cursor:pointer;width:fit-content}.s-ipotp__resend:hover{text-decoration:underline}.s-ipotp__otp{margin-top:20px}.s-ipotp__error{color:#ef4444;font-size:.8125rem;margin-top:5px}.pricing{display:flex;flex-direction:row;align-items:flex-start;height:calc(100vh - 115px);width:100%;overflow-y:hidden;gap:10px}.pricing__sidebar{display:flex;flex-direction:column;align-items:center;padding:10px;border-radius:10px;gap:5px;width:20%;max-width:200px;background-color:#fff}.pricing__sidebar-item{display:flex;justify-content:flex-start;align-items:center;gap:20px;height:36px;width:180px;padding:10px 20px;border-radius:10px;cursor:pointer}.pricing__sidebar-item:hover{transform:scale(1.02)}.pricing__sidebar-item-icon{max-width:16px;object-fit:contain}.pricing__sidebar-item-text{font-weight:400;font-size:.8125rem;color:#161616}.pricing__sidebar-item--selected{font-weight:600;background-color:#efeeee}.pricing__sidebar-item--disabled{opacity:.4;cursor:not-allowed}.pricing__sidebar-item:not(.pricing__sidebar-item--selected):hover{border-radius:12px;background-color:#efeeee}.pricing__body{flex-grow:1;height:100%;overflow-y:auto}.p-billing{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.p-billing__topbar{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;border-radius:10px;padding:10px;background-color:#fff;width:100%;gap:16px}.p-billing__topbar-balance{font-weight:400;font-size:.6875rem;line-height:12px;color:#161616;text-align:center;padding:0 8px;border-radius:10px;display:flex;flex-direction:row;align-items:center;white-space:pre}.p-billing__topbar-balance>span{font-weight:600;font-size:1rem;line-height:26px}.p-billing__body{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:11.5px;row-gap:16px}.p-billing__card{display:flex;flex-direction:column;padding:14px;align-items:flex-start;gap:14px;border:1px solid #d1d1d1;border-radius:12px;background-color:#fff;width:309px}.p-billing__card--add{height:100px;align-items:center;justify-content:center}.p-billing__card--add-icon{width:20px}.p-billing__card--add-text{font-weight:400;font-size:.8125rem;line-height:16px;text-decoration:underline;color:#046cb8}.p-billing__card--add-container{display:flex;gap:8px;align-items:center;justify-content:center;flex-direction:row;cursor:pointer}.p-billing__card-top-bar{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:6px 6px 0 0;border-bottom:.5px solid #888888;background-color:#eff3f9;padding:7.5px 10px}.p-billing__card-top-bar-container{display:flex;flex-direction:row;align-items:center;gap:8px}.p-billing__card-top-bar-label{font-weight:400;font-size:.6875rem;line-height:16px;margin-left:10px;color:#888}.p-billing__card-top-bar-icon{height:17px;filter:brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(550%) hue-rotate(350deg) brightness(90%) contrast(100%);cursor:pointer}.p-billing__card-top-bar-icon:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.p-billing__card-body{width:100%}.p-billing__card-text{font-size:.8125rem;line-height:24px;font-weight:400;color:#161616;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;white-space:pre}.p-billing__card-text--bold{font-weight:600}.p-billing__card-text--grey{color:#888;white-space:pre}.p-billing__card-text--grey>span{padding-left:4px}.p-billing__card-text-container{display:flex;flex-direction:row;align-items:center;gap:8px}.p-billing__card-icon{width:16px}.p-billing__card-hr{width:100%;height:1px;border:none;outline:none;background-color:#d1d1d1;margin:8px 0}.p-billing__u-card{background-color:#fff;display:flex;flex-direction:column;padding:20px;border-radius:10px;box-shadow:0 4px 4px #00000040;border:1px solid #d1d1d1;width:520px}.p-billing__u-card__header{background-color:#eff3f9;border-bottom:.5px solid #888888;width:100%;border-radius:6px 6px 0 0;height:45px;position:relative;display:flex;flex-direction:row;align-items:center;padding-left:5px}.p-billing__u-card__header-text{font-weight:600;font-size:1rem;line-height:16px;color:#161616}.p-billing__u-card__header-icon{position:absolute;cursor:pointer;top:0;right:0;width:30px}.p-billing__u-card__body{display:grid;row-gap:16px;column-gap:38px;width:100%;padding:16px 0;max-height:510px;overflow-y:auto}.p-billing__u-card__field{display:flex;gap:10px;flex-direction:column;align-items:flex-start}.p-billing__u-card__field--horizontal{flex-direction:row;align-items:center}.p-billing__u-card__field-label{font-weight:400;font-size:.8125rem;line-height:15.6px;color:#888}.p-billing__u-card__field-label--black{color:#161616}.p-billing__u-card__field-value{font-weight:400;font-size:.8125rem;line-height:20px;color:#161616}.p-billing__u-card__field-value-container{width:210px}.p-billing__u-card__field-value--bold{line-height:24px;font-weight:600}.p-billing__u-card__field-value--ellipses{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.p-billing__u-card__field-hr{width:100%;height:1px;border:none;outline:none;background-color:#d1d1d1}.p-billing__u-card__field .select__control{padding:0 12px;align-items:center}.p-billing__u-card__field .select__value-container{padding:0}.p-billing__u-card__field .select__placeholder{margin:0;line-height:13px}.p-billing__u-card__button{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.planspage{display:flex;flex-direction:column;gap:10px;height:100%;width:100%}.planspage__title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1.25rem;line-height:24px;color:#4f4f4f;padding-left:30px}.planspage__title>span{font-weight:400;font-style:italic}.planspage__promo{position:relative;width:100%;height:214px;display:flex;background-color:#fff;border:1px solid #d1d1d1;border-radius:10px;padding:20px;overflow:hidden}.planspage__promo-info{flex-grow:1;display:flex;flex-direction:column;justify-content:center;padding-left:50px;z-index:1}.planspage__promo-title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1.25rem;line-height:40px;letter-spacing:0px}.planspage__promo-title>span{color:#046cb8}.planspage__promo-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:40px;letter-spacing:0px;color:#888}.planspage__promo-description{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:40px;letter-spacing:0px}.planspage__promo-content{display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 20px;z-index:1}.planspage__promo-content>img{max-height:100px;object-fit:contain}.planspage__promo-discount{display:flex;align-items:center;gap:10px;position:relative}.planspage__promo-discount-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:24px;letter-spacing:0px}.planspage__promo-discount-buttons{display:flex;justify-content:flex-end;align-items:center;gap:5px}.planspage__promo-discount-actions{position:absolute;right:-32px}.planspage__promo-discount-icon{max-width:18px;object-fit:contain}.planspage__promo-code{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:24px;letter-spacing:0px;color:#00ab72}.planspage__promo:after{content:"";position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:423px;height:423px;background:linear-gradient(to bottom,#d2e7ff,#f2f2f2);border-radius:50%;z-index:0}.planspage__plans{width:100%;display:flex;gap:10px}.planspage__plan{position:relative;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:14px;background-color:#fff;border:1.5px solid #d1d1d1;border-radius:10px;padding:30px 16px 16px}.planspage__plan-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:14px}.planspage__plan-title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1.25rem;line-height:24px;letter-spacing:0%;text-align:center}.planspage__plan-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:15.6px;letter-spacing:0%;text-align:center;color:#888}.planspage__plan-icon{max-height:64px;object-fit:contain}.planspage__plan-price{height:64px;display:flex;flex-direction:column;justify-content:space-between}.planspage__plan-price-base{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:15.6px;letter-spacing:0%;text-align:center;text-decoration:line-through}.planspage__plan-price-base>span{font-weight:400}.planspage__plan-price-discounted{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:15.6px;letter-spacing:0%;text-align:center;color:#888}.planspage__plan-price-discounted>span{font-family:Inter,sans-serif!important;font-weight:600;font-size:2.5rem;line-height:48px;letter-spacing:0%;text-align:center;color:#000}.planspage__plan-buttons{display:flex;justify-content:center;align-items:center;gap:5px}.planspage__plan-features{margin-top:30px;display:flex;flex-direction:column;gap:14px;height:100%}.planspage__plan-features-basic{width:100%;display:flex;flex-direction:column;gap:16px;padding:0 24px}.planspage__plan-features-special{width:100%;display:flex;flex-direction:column;gap:14px;padding:16px 24px;background-color:#edf7ff;border-radius:5px;height:100%}.planspage__plan-feature-basic{display:flex;justify-content:flex-start;align-items:center;gap:10px}.planspage__plan-feature-basic>img{max-width:16px;object-fit:contain}.planspage__plan-feature-basic>p{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:15.6px;letter-spacing:0%}.planspage__plan-feature-special{display:flex;justify-content:flex-start;align-items:center;gap:10px}.planspage__plan-feature-special>img{max-width:16px;object-fit:contain}.planspage__plan-feature-special>p{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:15.6px;letter-spacing:0%}.planspage__plan-feature--disabled>img{visibility:hidden}.planspage__plan-feature--disabled>p{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:15.6px;letter-spacing:0%;color:#888}.planspage__plan-recommended{position:absolute;top:-4px;right:20px;display:flex;justify-content:center;align-items:center;gap:5px;box-shadow:0 2px 2px #00000040;border-radius:10px;background-color:#cbffe5;padding:5px 15px}.planspage__plan-recommended-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:15.6px;letter-spacing:0%;text-align:center}.p-payments{display:flex;flex-direction:column}.p-payments__bottom{display:flex;gap:10px}.p-payments__left{width:63%;padding:16px 16px 20px;background-color:#fff;border:1px solid #efeeee;border-radius:10px}.p-payments__right{width:37%;display:flex;flex-direction:column;gap:10px}.p-payments__credit{width:100%}.p-payments__credit-title{width:100%;font-weight:600;font-size:.8125rem;line-height:125%;background:#eff3f9;padding:16px 20px;border-radius:5px 5px 0 0}.p-payments__credit-wallet{display:flex;align-items:center;justify-content:space-between;padding:22px 40px;border-bottom:1px solid #d1d1d1;font-weight:600;font-size:.8125rem;line-height:125%}.p-payments__credit-info{display:flex;align-items:center}.p-payments__credit-info>p{font-weight:400;font-size:.8125rem;line-height:125%;padding-right:5px}.p-payments__credit-amount{display:flex;align-items:center;padding:2px 10px;border:1px solid #888888;border-radius:10px}.p-payments__credit-amount>p{font-weight:400;font-size:.6875rem;line-height:150%;padding-right:4px}.p-payments__credit-amount>span{font-weight:600;font-size:1rem;line-height:150%}.p-payments__credit-text{font-weight:400;font-size:.8125rem;line-height:125%;padding-bottom:10px}.p-payments__credit-recommended{width:100%;display:flex;justify-content:flex-end;padding:10px 20px}.p-payments__credit-recommended--inside{width:295px;display:flex;flex-direction:column}.p-payments__credit-button{display:flex;align-items:center;gap:10px}.p-payments__credit-button--padding{height:24px;padding:6px 20px}.p-payments__credit-input-cont{padding:10px 20px;width:100%;display:flex;justify-content:flex-end;align-items:center}.p-payments__credit-input-cont>p{padding-right:64px;font-weight:600;font-size:.8125rem;line-height:125%}.p-payments__credit-input{width:295px;display:flex;flex-direction:column;align-items:center;position:relative}.p-payments__credit-offer{font-weight:600;font-size:.8125rem;line-height:125%;color:#00963d;position:absolute;top:40px}.p-payments__credit-gst{padding:36px 20px 12px;width:100%;display:flex;justify-content:flex-end}.p-payments__credit-gst--label{padding-right:64px;font-weight:600;font-size:.8125rem;line-height:125%}.p-payments__credit-gst--value{width:295px;font-weight:400;font-size:.8125rem;line-height:125%}.p-payments__credit-gst--value>span{font-weight:400;font-size:1rem;line-height:125%}.p-payments__credit-final{padding:12px 20px;width:100%;display:flex;justify-content:flex-end}.p-payments__credit-final--label{padding-right:64px;font-weight:600;font-size:.8125rem;line-height:125%}.p-payments__credit-final--value{width:295px;font-weight:600;font-size:.8125rem;line-height:125%}.p-payments__credit-final--value>span{font-weight:600;font-size:1rem;line-height:125%}.p-payments__credit-buttons{display:flex;flex-direction:column;align-items:center;border-top:1px solid #d1d1d1;padding-top:16px;margin-top:24px}.p-payments__credit-buttons-txt{font-weight:600;font-size:.8125rem;line-height:125%;color:#00963d;padding-bottom:16px}.p-payments__selected{width:100%;padding:16px;background-color:#fff;border:1px solid #efeeee;border-radius:10px}.p-payments__selected-head{display:flex;padding-bottom:10px}.p-payments__selected-head>span{font-weight:400;font-size:.8125rem;line-height:125%}.p-payments__selected-head>p{font-weight:400;font-size:.6875rem;line-height:125%;text-align:center;padding:4px 20px;margin-left:40px;margin-right:10px;height:24px}.p-payments__selected-head--positive{background-color:#cbffe5;color:#005840;border-radius:6px}.p-payments__selected-summary{padding:6px 12px;border-top:1px solid #888888;border-bottom:1px solid #888888}.p-payments__selected-buttons{display:flex;flex-direction:column;align-items:center;gap:16px}.p-payments__selected-element{display:flex;justify-content:space-between;gap:24px;padding:16px 20px 16px 0}.p-payments__selected-element-label{font-weight:400;font-size:.8125rem;line-height:125%}.p-payments__selected-amount{display:flex;align-items:center;gap:4px}.p-payments__selected-amount>span{font-weight:400;font-size:.8125rem;line-height:125%;color:#888;text-decoration:line-through}.p-payments__selected-amount>p{font-weight:600;font-size:.8125rem;line-height:125%}.p-payments__selected-amount>p>span{font-weight:600;font-size:1rem;line-height:125%}.p-payments__selected-amount>img{width:16px;height:16px}.p-payments__offer{position:relative;width:100%;height:100%;padding:16px;background-color:#fff;border:1px solid #efeeee;border-radius:10px;overflow:hidden}.p-payments__offer:after{content:"";position:absolute;left:50px;top:50%;transform:translateY(-50%);width:423px;height:423px;background:linear-gradient(to bottom,#d2e7ff,#f2f2f2);border-radius:50%;z-index:1}.p-payments__offer-3d{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.p-payments__offer-3d>h3{font-weight:600;font-size:1.5rem;line-height:200%;padding-top:10px}.p-payments__offer-3d>p{font-weight:400;font-size:1.25rem;line-height:160%;text-align:right}.p-payments__promo-codes{width:100%;padding:16px;background-color:#fff;border:1px solid #efeeee;border-radius:10px;display:flex;flex-direction:column;gap:14px}.p-payments__promo-title{font-weight:400;font-size:.8125rem;line-height:125%}.p-payments__promo-single{padding:8px;border:1px dotted #4f4f4f;border-radius:10px;display:flex;gap:10px;align-items:flex-start;cursor:pointer}.p-payments__promo-single>input{cursor:pointer;margin-top:4px}.p-payments__promo-single--recommended{background:linear-gradient(93.28deg,#d2e7ff 15.01%,#f2f2f2 98.5%)}.p-payments__promo-content{max-width:245px}.p-payments__promo-content>p{font-weight:700;font-size:.8125rem;line-height:133%}.p-payments__promo-content>span{font-weight:400;font-size:.6875rem;line-height:150%;color:#888}.p-payments__promo-content--recommended>span{color:#000}.p-payments__promo-content--recommended>span>span{color:#046cb8;font-weight:600}.p-payments__promo-list{display:flex;flex-direction:column;gap:10px;padding-top:8px}.p-payments__banner{width:100%;height:100%;background-color:#fff;border:1px solid #efeeee;border-radius:10px;margin-bottom:10px;display:flex;justify-content:space-between}.p-payments__banner-left{width:38%;padding:20px 30px}.p-payments__banner-right{width:62%;padding:20px 30px;background:linear-gradient(180deg,#d2e7ff 9%,#f2f2f2 93.03%);display:flex;justify-content:flex-end;position:relative;clip-path:polygon(60px 0,100% 0,100% 100%,0 100%)}.p-payments__banner-inside{display:flex;flex-direction:column;align-items:center;gap:10px}.p-payments__banner-tag{padding-top:12px;display:flex;gap:10px}.p-payments__banner-tag>p{width:80px;height:24px;border-radius:6px;font-weight:600;font-size:.6875rem;line-height:125%;display:flex;align-items:center;justify-content:center}.p-payments__banner-description{font-weight:400;font-size:.8125rem;line-height:125%;color:#888;padding-top:10px}.p-payments__banner-title{font-weight:400;font-size:.8125rem;line-height:125%}.p-payments__banner-action,.p-payments__banner-info{display:flex;align-items:center;gap:10px}.p-payments__banner-info>img{width:24px;height:24px}.p-payments__banner-happy{font-weight:600;font-size:.8125rem;line-height:180%;color:#00963d}.p-wallet__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:40px;width:100%}.p-wallet__header-buttons{display:flex;justify-content:flex-end;align-items:center;gap:16px}.p-wallet__tabs{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px}.p-wallet__tab{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:24px;text-align:left;cursor:pointer}.p-wallet__tab--active{color:#046cb8;box-shadow:0 2px #046cb8;font-weight:600}.p-wallet__tab--inactive{padding-bottom:1.5px;border-bottom:1px solid #ffffff}.p-wallet__tab--inactive:hover{color:#046cb8;border-bottom:1px solid #046cb8}.p-wallet__table-data{border-radius:10px;width:100%;overflow:auto}.p-purchase,.p-consumption{display:flex;flex-direction:column;gap:10px;width:100%;border-radius:10px;background-color:#fff;padding:10px 24px 30px}.boe-recon{width:100%;height:100%;padding:0 0 20px;overflow-y:auto}.boe-recon__summary{z-index:4!important;top:0;z-index:100;padding:0 20px 10px;background-color:#fff;border-radius:10px;border-bottom:1px solid rgba(0,0,0,.2);box-shadow:0 4px 4px #00000040}.boe-recon__reconciliation{margin-top:16px}.single-orm{width:100%;background-color:#fff;padding:0 20px 10px;margin-top:10px;border-radius:10px;box-shadow:0 4px 4px #00000040}.single-orm-summary{width:100%;position:relative}.single-orm-summary--position{position:unset}.single-orm-header{width:100%;min-height:42px;display:flex;flex-direction:column;align-items:flex-end;gap:16px;padding-bottom:8px;cursor:pointer;position:sticky;top:0;background-color:#fff;z-index:5;border-radius:12px;padding-top:20px}.single-orm-header__cont{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.single-orm-header__content{display:flex;flex-direction:column;justify-content:flex-end}.single-orm-header__top{display:flex;justify-content:flex-start;align-items:center;gap:12px}.single-orm-header__back{width:16px;height:16px;cursor:pointer}.single-orm-header__back-img{cursor:pointer;width:16px;height:16px}.single-orm-header__back-background{display:flex;justify-content:center;align-items:center;padding:15px;background-color:transparent;border-radius:50%}.single-orm-header__back-background:hover{background-color:#d2e7ff}.single-orm-header__texts{display:flex;flex-direction:column;gap:8px}.single-orm-header__texts--edit{gap:4px}.single-orm-header__text1{font-size:1rem;font-weight:400;line-height:150%;text-align:left;color:#888}.single-orm-header__text2{position:relative;display:flex;align-items:center;gap:6px}.single-orm-header__text2 span{font-size:1rem;font-weight:600;line-height:150%;text-align:left}.single-orm-header__bottom{margin-top:16px}.single-orm-header__bottom--edit{margin-top:12px}.single-orm-header__text3{font-size:.8125rem;line-height:125%;font-weight:400;padding-left:40px;text-align:left}.single-orm-header__summary{display:flex;background-color:#e7e7e7;padding:11.5px 22px;border-radius:10px}.single-orm-header__summary--left{display:flex;gap:25px;padding-right:25px;border-right:1px solid rgba(0,0,0,.2)}.single-orm-header__summary--right{display:flex;gap:25px;padding-left:25px}.single-orm-header__left{display:flex;flex-direction:column;align-items:center}.single-orm-header__text{font-size:.8125rem}.single-orm-header__number-cont{position:relative;margin-top:2px;display:flex;gap:4px;align-items:center;height:32px}.single-orm-header__number{font-size:.8125rem;font-weight:600}.single-orm-header__number>span{font-size:.6875rem;font-weight:400}.single-orm-header__dropdown{display:flex;justify-content:center;align-items:center;cursor:pointer;gap:8px;padding-right:10px}.single-orm-header__dropdown:hover{text-decoration:underline;color:#046cb8}.single-orm-header__dropdown>p{font-size:.75rem;color:#046cb8}.single-orm-header__dropdown>img{width:10px;object-fit:contain}.single-orm-header--right{display:flex;gap:25px;padding-left:25px}.import-bills{width:100%;height:100%;background-color:#fff;padding:10px 21.5px 0;display:flex;flex-direction:column}.import-bills__status{display:flex;flex-direction:column;gap:10px;padding-bottom:10px}.import-bills__status-container{display:flex;justify-content:space-between;align-items:flex-end;gap:10px}.import-bills__status-left{display:flex;flex-direction:column;gap:10px}.import-bills__status-right{height:100%;display:flex;align-items:flex-end;gap:6px}.import-bills__status-cards{display:flex;align-items:center;gap:10px}.import-bills__status-cards--bottom-space{margin-bottom:10px}.import-bills__status-card{position:relative;min-width:114px;height:70px;display:flex;flex-direction:column;padding:5px;outline:1px solid #d1d1d1;border-left:5px solid transparent;border-radius:10px;box-shadow:0 4px 4px #00000040;cursor:pointer}.import-bills__status-card:not(.bills__status-card--selected):hover{border-left:5px solid #888888}.import-bills__status-card-content{display:flex;justify-content:center}.import-bills__status-card-status{display:flex;justify-content:flex-start;align-items:center;gap:5px}.import-bills__status-card-status>p{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:24px;letter-spacing:0%;color:#888}.import-bills__status-card-status img{max-width:16px;object-fit:contain}.import-bills__status-card-text{flex:1;font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:19px;letter-spacing:0%;padding-right:10px;display:none}.import-bills__status-card-text--visible{display:block;opacity:0;animation:showText 0s linear .3s forwards}.import-bills__status-card-count{font-family:Inter,sans-serif!important;font-weight:400;font-size:1.5rem;line-height:24px;letter-spacing:0%;text-align:center}.import-bills__status-card-new{position:absolute;bottom:-12px;right:12px;width:24px;height:24px;display:flex;justify-content:center;align-items:center;border:.5px solid #d1d1d1;border-radius:50%;background-color:#cbffe5}.import-bills__status-card-number{font-weight:400;font-size:.625rem;line-height:15px;letter-spacing:0%;text-align:center}.import-bills__status-card--selected{width:182px;border:1px solid #046cb8;border-left:5px solid #046cb8;padding-left:8px;padding-right:10px;animation:widen-card .3s ease-in-out}.import-bills__status-card--selected .bills__status-card-count{font-size:2rem;color:#046cb8}.import-bills__status-card--unselected{width:124px;animation:shrinking-card .3s ease-in-out}.import-bills__status--open{margin-bottom:0}.import-bills__status-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.import-bills__status-filters{height:30px;display:flex;flex-direction:row;align-items:center}.import-bills__status-filters--enabled{gap:10px}.import-bills__categories{display:flex;align-items:center;gap:20px;margin:24px 0}.import-bills__type{width:100%;display:flex;justify-content:space-between;height:35px;align-items:center;gap:40px;margin:0 0 10px}.import-bills__type-type{display:flex;align-items:center;gap:40px;border-bottom:1px solid #d1d1d1}.import-bills__type-add{display:flex;gap:24px;position:relative}.import-bills__type-add-text{width:max-content;position:absolute;font-size:11px;right:183px;bottom:-10px;color:#888}.import-bills__single{text-decoration:none;color:#000;padding-bottom:8px;cursor:pointer}.import-bills__single:hover{color:#046cb8;font-weight:600}.import-bills__single-container{display:flex;flex-direction:row;align-items:flex-end;gap:5px;border-bottom:2px solid transparent}.import-bills__single-container:hover .bills__typetag-alert{background:#d6ecff}.import-bills__single-container--selected{border-bottom:2px solid #046cb8}.import-bills__typetag{font-size:1rem;line-height:150%;position:absolute}.import-bills__typetag-total{font-size:.625rem}.import-bills__typetag-alert{color:#0f172a;background:#efeeee;border-radius:50%;font-size:.8125rem;font-weight:400;padding:4px;margin-bottom:6px;min-width:25px;min-height:25px;text-align:center}.import-bills__typetag-alert--selected{background:#d6ecff}.import-bills__typetag--bolder{font-size:1rem;line-height:150%;font-weight:600;visibility:hidden}.import-bills__focused{font-weight:600;color:#046cb8}.import-bills__table{width:100%;display:flex;flex-direction:column;flex:1;overflow:auto}.import-bills__pagination{display:flex;justify-content:flex-end}.import-bills__request-select{width:calc(100% + 40px);padding:10px 10px 12px 32px;height:50px;background:#f6f6f6;display:flex;align-items:center;gap:20px;border-radius:10px 10px 0 0;border-bottom:1px solid #046cb8;margin-left:-20px}.import-bills__request-select__option{display:flex;position:relative;flex-direction:row;gap:8px;align-items:center;cursor:pointer;padding:6px 10px;border-radius:10px}.import-bills__request-select__option:hover:not(.bills__request-select__option--select) .bills__request-select__option-text{text-decoration:underline}.import-bills__request-select__option:hover:not(.bills__request-select__option--select){background:#ebf4ff}.import-bills__request-select__option-img{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.import-bills__request-select__option-img--clear{margin-top:4px;width:18px;height:18px;object-fit:contain}.import-bills__request-select__option-img--clear:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.import-bills__request-select__option-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8}.import-bills__request-select__option-text--blue{color:#046cb8;font-weight:600}.import-bills__request-select__option--select{gap:10px;border-right:1px solid #000000;margin-right:-10px;border-radius:10px 0 0 10px}.import-bills__request-select__reject-modal{position:absolute;z-index:12;top:20px;left:0;border:1px solid #0f172a;border-radius:10px}.import-bills__options__reject{padding:16px 20px;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;align-items:center;gap:16px;background-color:#fff;border-radius:10px}.import-bills__options__reject-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.import-bills__options-modal{display:flex;flex-direction:column;align-items:flex-start;border-radius:10px;box-shadow:0 4px 4px #00000040;padding:10px;border:1px solid #d1d1d1;background-color:#fff}.import-bills__options-modal-icon{width:16px;height:16px}.import-bills__options-modal-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400}.import-bills__options-modal-text-container{display:flex;flex-direction:column}.import-bills__options-modal-subText{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:16px;text-align:left;color:#888}.import-bills__options-modal-item{display:flex;flex-direction:row;align-items:center;gap:20px;padding:15.5px 20px;border-radius:10px;width:100%;cursor:pointer}.import-bills__options-modal-item:hover{background-color:#d6ecff;color:#046cb8}.import-bills__options-modal-item:hover>.bills__options-modal-icon{filter:brightness(0) saturate(100%) invert(29%) sepia(52%) saturate(2166%) hue-rotate(183deg) brightness(96%) contrast(97%)}.import-bills__filter{width:100%}.import-bills__filter-container{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.import-bills__filter-extended{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #d1d1d1}.s-add-boe{display:flex;flex-direction:column;gap:10px;padding:10px 20px 20px;border-radius:15px;background-color:#fff}.s-add-boe__container{position:absolute;top:0;right:0;background:#000000bf;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10}.s-add-boe__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.s-add-boe__header-title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:24.2px;text-align:left}.s-add-boe-break{height:2px;background-color:#888;margin-right:16px}.s-add-boe__body{display:flex;flex-direction:row;gap:27px;padding-right:16px;width:100%}.s-add-boe__body-radio{padding-top:11px}.s-add-boe__body-upload{width:100%;padding:10px 20px;box-shadow:0 4px 4px #00000040;height:max-content;border-radius:10px;border:1px solid #d1d1d1;display:flex;flex-direction:column;align-items:center;gap:20px;background-color:#edf7ff}.s-add-boe__body-upload:hover{border:1px solid #046cb8}.s-add-boe__body-upload-container{display:flex;flex-direction:column;gap:21px}.s-add-boe__body-help{background-color:#efeeee;padding:10px 16px 28.5px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;border-radius:10px;max-width:380px}.s-add-boe__body-help-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:30px;text-align:left;color:#161616}.s-add-boe__body-help-section{display:flex;flex-direction:column;gap:10px}.s-add-boe__body-help-section-heading{display:flex;flex-direction:row;gap:12px;align-items:center}.s-add-boe__body-help-section-heading-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:20px;text-align:left;color:#161616}.s-add-boe__body-help-section-heading-img{height:28px}.s-add-boe__body-help-section-body{list-style-position:outside;padding-left:38px;display:flex;flex-direction:column}.s-add-boe__body-help-section-body-list{padding-top:10px;list-style-position:inside}.s-add-boe__body-help-section-body-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;color:#4f4f4f}.s-add-boe__body-help-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-top:60px}.s-add-boe__body-help-footer>img{width:220px}.s-add-boe__body-buttons{display:flex;flex-direction:row;align-items:center;gap:8px;position:relative}.s-add-boe__body-buttons-container{display:flex;flex-direction:column;gap:16px;align-items:flex-start;padding:10px 0 0 24px}.s-add-boe__body-buttons-icon{cursor:pointer;position:absolute;left:-32px}.boe-summary{width:100%;position:relative}.boe-summary--doc-management{padding:0 20px 10px;min-width:1100px;max-height:600px;overflow:scroll}.boe-summary__skeleton{display:flex;flex-direction:column;gap:16px}.boe-header{width:100%;min-height:42px;display:flex;flex-direction:column;align-items:flex-end;gap:16px;padding-bottom:8px;cursor:pointer;position:sticky;top:0;background-color:#fff;z-index:5;border-radius:12px;padding-top:20px}.boe-header--doc{padding-top:44px}.boe-header--noClick{cursor:auto}.boe-header-container{background-color:#fff;position:sticky;top:0;z-index:5}.boe-header__cont{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.boe-header__cont--doc{border-top:1px solid #d1d1d1;padding-top:6px}.boe-header__back{width:16px;height:16px;cursor:pointer}.boe-header__back-img{cursor:pointer;width:16px;height:16px}.boe-header__back-background{display:flex;justify-content:center;align-items:center;padding:15px;background-color:transparent;border-radius:50%}.boe-header__back-background:hover{background-color:#d2e7ff}.boe-header__content{display:flex;flex-direction:column;justify-content:flex-end}.boe-header__top{display:flex;justify-content:flex-start;align-items:center;gap:12px}.boe-header__text{display:flex;align-items:center;justify-content:center;gap:12px;position:relative;height:42px}.boe-header__copy{width:12px}.boe-header__copy--display{display:none}.boe-header__text1{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:500;line-height:42px;letter-spacing:0em;text-align:left;color:#00000080;position:relative}.boe-header__text1--type2{font-size:20px;font-weight:600;line-height:125%;color:#161616}.boe-header__text2{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:500;margin-left:-8px;line-height:42px;letter-spacing:0em;text-align:left;position:relative}.boe-header__text2--type2{font-size:1rem;font-weight:400;line-height:150%;margin-left:-13px}.boe-header__text2--tag{position:absolute;top:-20px;right:-64px}.boe-header__text2--tag>div{background:transparent!important}.boe-header__text3{font-size:.8125rem;font-weight:600;padding-left:46px}.boe-header__text3 span{color:#888}.boe-header__text3--doc{padding-left:0}.boe-header__awaited{padding-left:46px;font-family:Inter,sans-serif!important;font-size:1rem;font-weight:500;line-height:30px;text-align:left;display:flex;gap:8px}.boe-header__awaited--doc{padding-left:0}.boe-header__awaited-title{font-family:Lato;font-size:.875rem;font-weight:400;line-height:150%;background-color:#ffebb6;padding:4px 8px;border-radius:6px}.boe-header__awaited-text{color:#888;font-size:.8125rem}.boe-header__sb-download{max-width:16px;object-fit:contain;cursor:pointer}.boe-header__sb-download-background{display:flex;justify-content:center;align-items:center;padding:8px;background-color:transparent;border-radius:50%}.boe-header__sb-download-background:hover{background-color:#d2e7ff}.boe-header__dropdown{display:flex;justify-content:center;align-items:center;cursor:pointer;gap:8px;padding-right:10px}.boe-header__dropdown:hover{text-decoration:underline;color:#046cb8}.boe-header__dropdown>p{font-size:.75rem;color:#046cb8}.boe-header__dropdown>img{width:10px;object-fit:contain}.boe-header__backarrow{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50px;background-color:#f2f2f2;cursor:pointer}.boe-header__backarrow>img{max-width:7px;object-fit:contain}.boe-header__tag{background-color:#fff!important}.boe-header__summary{display:flex;background-color:#e7e7e7;padding:11.5px 22px;border-radius:10px}.boe-header__summary--left{display:flex;gap:25px;padding-right:25px;border-right:1px solid rgba(0,0,0,.2)}.boe-header__summary--right{display:flex;gap:25px;padding-left:25px}.boe-header__box-left{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.boe-header__box-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.boe-header__box-text{font-size:.8125rem}.boe-header__box-number{font-size:.875rem;font-weight:600}.boe-header__box-number>span{font-size:.6875rem}.boe-header__close{position:absolute;top:10px;right:0;width:24px;height:24px;z-index:10;cursor:pointer}.boe-header__bottom{display:flex;flex-direction:column;gap:8px}.boe-header__lodgement{display:flex;padding-left:46px;font-size:.8125rem;font-weight:400}.boe-header__lodgement--negative{padding-left:0}.boe-header__lodgement-value{display:flex}.boe-header__lodgement-value>p{line-height:150%;margin:0 5px;padding:0 5px;background:#ffebb6;border-radius:4px}.boe-header__lodgement-value2{display:flex}.boe-header__lodgement-value2>p{line-height:150%;margin:0 5px;padding:0 5px}.boe-header__bulk-value{display:flex}.boe-header__bulk-value>p{line-height:150%;margin:0 5px;padding:0}.boe-details{width:100%}.boe-details__invoice{width:100%;padding:10px 0}.boe-details__invoice--blue{border-top:1.5px solid #046cb8}.boe-details__invoice-v2{padding-bottom:16px}.boe-details__upload-doc-bg{z-index:10;width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#1d1c1db3;cursor:auto}.boe-details__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.boe-details__transport-docs{display:flex;flex-direction:column;gap:10px}.boe-details__transport-docs-heading{font-family:Inter,sans-serif!important;font-size:16px;font-weight:600;line-height:24px;text-align:left}.boe-details__transport-docs-textfield{grid-row:2;display:grid;grid-template-columns:subgrid;grid-column:1/3;align-items:center}.boe-details__transport-docs-textfield-label{grid-column:1;font-family:Inter,sans-serif!important;font-size:.8125rem;line-height:19px;text-align:left;color:#888}.boe-details__transport-docs-parent{padding:28px 0 20px;border:1px solid #d1d1d1;border-radius:10px;margin-bottom:20px}.boe-details__transport-docs-fields{display:flex;row-gap:10px;justify-content:space-between;align-items:center;margin:0 75px}.boe-details__transport-docs-container{display:flex;gap:16px}.boe-details__transport-docs-radio{grid-row:1;grid-column:2;grid-template-columns:subgrid}.boe-details__transport-docs-radio-label{grid-row:1;grid-column:1;font-family:Inter,sans-serif!important;font-size:.8125rem;color:#888}.boe-details__transport-docs-input-radio:checked:disabled{color:#046cb8}.boe-details__transport-docs__upload{position:relative;grid-row:2/3;grid-column:3;grid-template-columns:subgrid;display:grid;flex-direction:row;align-items:flex-end;height:100%;justify-content:space-between;justify-items:end}.boe-details__transport-docs__upload-label{grid-column:1;font-family:Inter,sans-serif!important;font-size:1rem;line-height:19px;text-align:left}.boe-details__transport-docs__upload-card{grid-column:3;width:max-content}.boe-details__transport-docs__upload--msg{position:absolute;top:-22px;left:0;font-size:.8125rem;color:#888}.boe-details__transport-docs-dropdown{grid-row:1;grid-column:1/3;display:grid;grid-template-columns:subgrid;flex-direction:row;align-items:center}.boe-details__transport-docs-dropdown-label{grid-column:1;font-family:Inter,sans-serif!important;font-size:.8125rem;color:#888}.boe-details__transport-docs-dropdown-input{grid-column:3}.boe-details__transport-docs-ecom-status{width:100%;display:flex;font-size:.8125rem;border-bottom:1px solid #d1d1d1;padding:14px 75px}.boe-details__transport-docs-ecom-status>span{color:#888}.boe-details__transport-docs-ecom-status>p{padding-left:6px}.boe-details__transport-docs-ecom-fields{display:grid;grid-gap:14px;grid-template-columns:1fr 1fr;padding:14px 75px}.boe-details__transport-docs-ecom-fields>div{font-size:.8125rem;display:flex}.boe-details__transport-docs-ecom-fields>div>span{color:#888}.boe-details__transport-docs-ecom-fields>div>p{font-weight:600;padding-left:6px}.boe-details__transport{display:flex;align-items:center;gap:12px;justify-content:center}.boe-details__transport-doc-text{display:flex;align-items:center;gap:4px}.boe-details__transport-doc-text>span{width:max-content;font-size:.8125rem;color:#888}.boe-details__transport-doc-text>p{width:max-content;font-size:.875rem}.boe-details__tr-text{font-size:.8125rem;font-weight:600}.boe-details__tr-text>span{color:#888;font-weight:400}.boe-details__tr-icon{display:flex;gap:8px;align-items:center}.boe-details__tr-icon>img{height:24px}.boe-details__tr-icon>span{font-size:.8125rem;color:#161616;font-weight:400}.boe-details__tr-hr{width:70px;height:2px;background:#161616;outline:none;border:none}.boe-details__tr-img{width:60px}.boe-details__title{display:flex;align-items:center;gap:20px}.boe-details__title>p{font-family:Inter;font-size:1rem;font-weight:600}.boe-details__title>span{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background-color:#e7e7e7;font-size:.8125rem}.boe-details__ad-codes{display:flex;flex-direction:column;gap:10px}.boe-details__ad-code-new{position:relative;font-size:.8125rem;font-weight:600;padding-right:56px;display:flex;align-items:center;flex-direction:row;gap:2px;height:16px;text-wrap:nowrap;color:#161616}.boe-details__ad-code-new-label{color:#4f4f4f;width:105px;text-align:right}.boe-details__ad-code-new-icon{width:110px;display:flex;justify-content:center;align-items:center}.boe-details__ad-code-new-icon>img{height:16px;padding:0 8px}.boe-details__ad-code-new-copy{position:absolute;right:30px}.boe-details__ad-code-old{position:relative;font-size:.8125rem;font-weight:600;padding-right:56px;display:flex;align-items:center;flex-direction:row;gap:2px;height:16px;text-wrap:nowrap;color:#888}.boe-details__ad-code-old-label{color:#888;width:105px;text-align:right}.boe-details__ad-code-old-icon{width:110px;display:flex;justify-content:center;align-items:center}.boe-details__ad-code-old-icon>img{height:16px;padding:0 8px;filter:saturate(0)}.boe-details__ad-code-old-copy{position:absolute;right:30px}.boe-details__invoice-list{width:100%;display:flex;flex-direction:column;gap:16px}.boe-details--hidden{display:none}.boe-details__ecom{display:flex;align-items:center;gap:6px;padding:0 0 14px}.boe-details__ecom>p{font-size:1rem;font-weight:600;line-height:125%;color:#888}.boe-details__ecom>span{font-size:1rem;font-weight:600;line-height:125%}.boe-details__lodgement-buttons{display:flex;width:100%;align-items:center;justify-content:center}.boe-details__bill-lodgement{padding:20px 75px;align-items:center;display:flex;justify-content:space-between}.boe-details__bill-lodgement-header{display:flex;justify-content:space-between;align-items:center}.boe-details__bill-lodgement-text{font-size:.875rem}.boe-reconciliation{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:8px;border-radius:10px;background-color:#fff}.boe-reconciliation__form-error{padding:15px 0 0}.boe-reconciliation__form-error-message{font-size:.875rem;font-weight:400;line-height:150%;color:#e01e5a}.boe-reconciliation:hover{box-shadow:1px 2px 2px #0003}.boe-reconciliation__container{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px;cursor:pointer}.boe-reconciliation__title{display:flex;justify-content:flex-start;align-items:center;gap:10px}.boe-reconciliation__title-title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:500;line-height:30px;text-align:left}.boe-reconciliation__title-stepdone{max-width:22px;object-fit:contain}.boe-reconciliation__title-edit{max-width:17px;object-fit:contain;cursor:pointer}.boe-reconciliation__dropdown{display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.boe-reconciliation__dropdown-text{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;line-height:30px;text-align:left;color:#046cb8}.boe-reconciliation__dropdown-text:hover{text-decoration:1px solid underline #046cb8;text-underline-offset:2px}.boe-reconciliation__dropdown-icon{max-width:10px;object-fit:contain;transition:all 1 ease}.boe-reconciliation__dropdown--rotate{transform:rotate(180deg)}.boe-reconciliation__content{width:100%;padding:0 20px 5px}.boe-reconciliation__docinfo{display:flex;flex-direction:column;align-items:flex-start}.boe-reconciliation__submit{margin-top:10px;display:flex;align-items:center;justify-content:center}.boe-reconciliation__pending{width:100%;border-top:1px solid #d1d1d1;padding-top:15px}.boe-reconciliation__pending-title{padding:3px;display:flex;align-items:center;gap:20px}.boe-reconciliation__pending-title--red{background-color:#e01e5a1a}.boe-reconciliation__pending-title>span{font-size:1rem;font-weight:600;line-height:150%}.boe-reconciliation__pending-title>img{width:20px;height:20px}.boe-reconciliation__pending-message{font-size:.875rem;line-height:150%;color:#ef4444;border-top:1px solid #d1d1d1;margin-top:15px;padding-top:15px}.boe-reconciliation__pending-document{display:flex;justify-content:space-between;align-items:center;gap:48px}.boe-reconciliation__pending-list{width:100%;display:flex;flex-direction:column;gap:20px;padding:25px 0 15px;border-bottom:1px solid #046cb8}.boe-reconciliation__pending-content{position:relative;display:flex;width:605px}.boe-reconciliation__pending-button{height:32px;position:absolute;left:380px;top:0}.boe-reconciliation__pending-text{display:flex;align-items:center;gap:12px}.boe-reconciliation__pending-text>span{font-size:1rem;line-height:120%}.boe-reconciliation__pending-box{min-width:380px!important;width:380px;max-width:380px!important;background-color:#fff!important}.boe-reconciliation__pending-box section{background-color:#f8f8f8}.boe-reconciliation__pending-box .s-upload-list-v2-{background-color:#fff}.add-orm{width:610px;display:flex;flex-direction:column;gap:16px;border-radius:16px;background-color:#fff;padding:16px}.add-orm__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.add-orm__header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.add-orm__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.add-orm__transaction-doc{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;overflow-y:auto}.add-orm__content{display:flex;flex-direction:column;gap:16px;padding:16px 0;width:100%;max-height:400px;overflow-y:auto;border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1}.add-orm__description{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;letter-spacing:0%}.add-orm__description--left{text-align:left}.add-orm__description--center{text-align:center}.add-orm__form{width:100%;display:grid;justify-content:center;row-gap:16px;column-gap:38px;padding-top:16px;max-height:510px;overflow-y:auto}.add-orm__form-field{display:flex;gap:10px}.add-orm__form-field--end{justify-content:flex-end}.add-orm__form-field--start{justify-content:flex-start}.add-orm__form-field-radio{padding-top:16px;display:flex;flex-direction:column;gap:10px}.add-orm__form-field-radio-input{padding-left:55px}.add-orm__form-field-tnd{display:flex;gap:4px}.add-orm__form-field--seperator{border-top:1px solid #d1d1d1}.add-orm__ca-doc{width:100%;display:flex;gap:10px}.add-orm__ca-doc-info{max-width:250px;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;align-items:flex-start}.add-orm__ca-doc-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:19px;letter-spacing:0%}.add-orm__ca-doc-help{width:300px;display:flex;gap:22px;padding:10px 16px 16px;background-color:#efeeee;border-radius:10px}.add-orm__ca-doc-help-left{display:flex;align-items:flex-start}.add-orm__ca-doc-help-left>img{max-width:22px;object-fit:contain}.add-orm__ca-doc-help-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.add-orm__ca-doc-help-title{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left}.add-orm__ca-doc-help-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:20px;text-align:left;color:#4f4f4f;white-space:wrap}.add-orm__ca-doc-help-buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.add-orm__ca-doc-help--extra img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.add-orm__buttons{display:flex;justify-content:center;align-items:center;gap:10px}.add-orm-req{width:483px;display:flex;flex-direction:column;gap:20px;border-radius:10px;background-color:#fff;padding:20px}.add-orm-req__header{position:relative;padding:10px;height:45px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;border-bottom:.5px solid #d1d1d1;background-color:#eff3f9}.add-orm-req__header>img{position:absolute;top:3px;right:3px;width:18px;height:18px;cursor:pointer}.add-orm-req__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:16px;text-align:left}.add-orm-req__cards{display:flex;flex-direction:column;gap:20px}.add-orm-req__card{display:flex;gap:12px;padding:12px;border:1px solid #d1d1d1;border-radius:8px;cursor:pointer}.add-orm-req__card:hover{border:1px solid #046cb8;transition:border .3s ease-in-out}.add-orm-req__card-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px}.add-orm-req__card-icon>img{max-width:60px;object-fit:contain}.add-orm-req__card-heading{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:100%;letter-spacing:0%;color:#263246}.add-orm-req__card-description{font-family:Inter,sans-serif!important;font-weight:400;font-size:.75rem;line-height:100%;letter-spacing:0%;color:#62748e}.add-orm-req__card-recall{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:100%;letter-spacing:0%;padding:4px 8px;color:#0e265d;background-color:#d6ecff;border-radius:10px}.add-orm-req__buttons{display:flex;justify-content:center;align-items:center;gap:10px;padding-top:20px;border-top:1px solid #d1d1d1}.consignment{height:100%;overflow:auto}.consignment__header{position:sticky;top:0;z-index:4;background-color:#e9eef5;padding:16px 20px 16px 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.consignment__header-left{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.consignment__header-back-icon{cursor:pointer}.consignment__header-back-icon-wrapper{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.consignment__header-back-icon-wrapper:hover{border-radius:4.5px;background-color:#d1ddeb}.consignment__header-sb-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px}.consignment__header-sb-number{display:flex;flex-direction:row;align-items:flex-end;gap:4px}.consignment__header-sb-prefix{font-size:.875rem;font-weight:500;line-height:140%;color:#62748e}.consignment__header-sb-value{display:flex;flex-direction:row;align-items:center;gap:4px}.consignment__header-sb-value-text{font-size:1.25rem}.consignment__header-tag{border-radius:23px;font-size:.6875rem;font-weight:500;line-height:140%;height:18px;padding:0 8px}.consignment__header-tag-wrapper{display:flex;flex-direction:row;gap:4px;align-items:center}.consignment__header-right{display:flex;flex-direction:row;gap:32px;align-items:center}.consignment__header-separator{width:1px;height:30px;background-color:#bfcdde}.consignment__header-actions{display:flex;flex-direction:row;gap:8px;align-items:center}.consignment__header-actions-wrapper{width:30px;height:30px;background-color:#fff;border-radius:6px;border:1px solid #d1ddeb;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.consignment__header-actions-wrapper:hover{background-color:#d1ddeb;border-color:#a9b9cf}.consignment__header-actions-wrapper--disabled{cursor:not-allowed}.consignment__header-actions-wrapper--disabled:hover{background-color:#fff;border-color:#d1ddeb}.consignment__header-actions-dropdown{background-color:#fff;width:264px;display:flex;flex-direction:column;gap:4px;padding:8px;box-shadow:0 4px 20px -4px #0f172a33;border-radius:8px}.consignment__header-actions-dropdown-item{font-size:.8125rem;font-weight:400;color:#263246;line-height:140%;display:flex;flex-direction:row;gap:6px;padding:0 8px;height:28px;align-items:center;border-radius:4px}.consignment__header-actions-dropdown-item--disabled{background-color:#f2f6fc;color:#62748e;cursor:not-allowed}.consignment__header-actions-dropdown-item--disabled:hover{background-color:#f2f6fc!important}.consignment__header-actions-dropdown-item--disabled-icon{filter:brightness(0) saturate(100%) invert(74%) sepia(24%) saturate(204%) hue-rotate(173deg) brightness(97%) contrast(84%)}.consignment__header-actions-dropdown-item:hover{background-color:#f2f6fc}.consignment__header-actions-dropdown-item-icon{width:16px;height:16px}.consignment__header-actions-dropdown-item-icon--first{filter:brightness(0) saturate(100%) invert(62%) sepia(6%) saturate(1060%) hue-rotate(176deg) brightness(96%) contrast(91%)}.consignment__header-actions-dropdown-item-subtext{display:flex;align-items:center;padding:0 6px;border-radius:23px;border:1px solid #fef08a;background-color:#fefce5;height:16px;line-height:140%;color:#b07401;font-weight:500;font-size:.625rem}.consignment__header-navigation{display:flex;flex-direction:row;align-items:center;gap:16px}.consignment__header-navigation-button{height:30px;color:#475569!important;background-color:#fff;border:1px solid #bfcdde!important;border-radius:6px;padding:6px 16px;cursor:pointer}.consignment__header-navigation-button:not(.consignment__header-navigation-button--disabled):hover{color:#475569!important;background-color:#d1ddeb!important;border-color:#a9b9cf!important}.consignment__header-navigation-button--disabled{opacity:.3;cursor:not-allowed}.consignment__header-navigation-button--previous .uno-button__icon{transform:rotate(180deg);width:16px;height:16px;filter:brightness(0) saturate(100%) invert(62%) sepia(6%) saturate(1060%) hue-rotate(176deg) brightness(96%) contrast(91%)}.consignment__header-navigation-button--next .uno-button__icon{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(62%) sepia(6%) saturate(1060%) hue-rotate(176deg) brightness(96%) contrast(91%)}.consignment__main{position:relative;display:flex;flex-direction:column;gap:16px}.consignment__sb-info{gap:19px;background:#fff;padding:16px;position:relative;border-radius:20px;border:1px solid #d1ddeb;display:flex;flex-direction:column;margin:0 20px 0 16px}.consignment__sb-info-top{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.consignment__sb-info-top-left{display:flex;flex-direction:column;gap:6px}.consignment__sb-info-top-right{display:flex;flex-direction:row;gap:16px;padding:12px;align-items:center;border-radius:8px;border:1px solid #d1ddeb}.consignment__sb-info-buyer-details{width:max-content;display:flex;flex-direction:row;align-items:center;gap:12px}.consignment__sb-info-buyer-label{display:flex;justify-content:space-between;min-width:84px;font-size:.8125rem;font-weight:500;line-height:140%;color:#62748e}.consignment__sb-info-buyer-name{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.consignment__sb-info-sb-date{display:flex;flex-direction:row;align-items:center;gap:12px}.consignment__sb-info-sb-date-label{min-width:84px;display:flex;justify-content:space-between;font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.consignment__sb-info-sb-date-date{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.consignment__sb-info-ad-bank-wrapper{display:flex;flex-direction:row;gap:16px}.consignment__sb-info-new-ad-bank{display:flex;flex-direction:row;align-items:center;gap:12px}.consignment__sb-info-new-ad-bank-label{display:flex;justify-content:space-between;min-width:84px;font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.consignment__sb-info-new-ad-bank-logo{max-height:17px}.consignment__sb-info-new-ad-bank-value{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a;display:flex;flex-direction:row;gap:4px;align-items:center}.consignment__sb-info-new-ad-bank-value-container{display:flex;flex-direction:row;align-items:center;gap:4px}.consignment__sb-info-old-ad-bank{display:flex;flex-direction:row;align-items:center;gap:12px;padding:2px 4px;border-radius:6px}.consignment__sb-info-old-ad-bank-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.consignment__sb-info-old-ad-bank-logo{max-height:17px}.consignment__sb-info-old-ad-bank-value{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a;display:flex;flex-direction:row;gap:4px}.consignment__sb-info-old-ad-bank-value-container{display:flex;flex-direction:row;align-items:center;gap:4px;opacity:30%}.consignment__sb-info-row{height:max-content;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.consignment__sb-info-row--balanced{background-color:#fef2f2;border-radius:6px;padding:4px 12px}.consignment__sb-info-row--balanced-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.consignment__sb-info-row--balanced-value{font-size:.875rem;font-weight:600;line-height:140%;color:#ef4444}.consignment__sb-info-row--balanced-small{font-size:.75rem;font-weight:500;line-height:140%;color:#ef4444}.consignment__sb-info-row-divider{width:1px;height:49px;background-color:#f2f6fc}.consignment__sb-info-row-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.consignment__sb-info-row-value{font-size:.875rem;font-weight:600;line-height:140%;color:#0f172a}.consignment__sb-info-row-small-text{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.consignment__sb-info-bottom{display:flex;flex-direction:row;align-items:center;padding:6px 12px;justify-content:center;gap:36px;border-radius:10px}.consignment__sb-info-bottom-text{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.consignment__sb-info-bottom-text-wrapper{display:flex;flex-direction:column;gap:1px;align-items:center}.consignment__sb-info-bottom-sub-text{font-size:.75rem;font-weight:400;line-height:140%;color:#62748e}.consignment__sb-info-bottom-button{padding:10px 8px!important}.consignment__sb-info-bottom-button-wrapper{display:flex;flex-direction:row;gap:16px;align-items:center}.consignment__sb-info-bottom-button--filtered .uno-button__icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(107%) contrast(101%)}.consignment__sb-info-metric-wrapper{display:flex;flex-direction:row;gap:8px;align-items:center;padding:6px;border-radius:8px}.consignment__sb-info-metric-wrapper:hover{background-color:#ccf8ff}.consignment__sb-info-metric-gif{height:20px;width:20px;display:flex;align-items:center}.consignment__sb-info-metric-container{display:flex;flex-direction:column;align-items:center;gap:4px}.consignment__sb-info-metric-top{width:124px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.consignment__sb-info-metric-i-icon{width:16px;height:16px}.consignment__sb-info-metric-uploaded-doc-number{font-size:.625rem;font-weight:400;line-height:140%}.consignment__sb-info-metric-progress,.consignment__sb-info-metric-progress-filled{border-radius:20px}.consignment__sb-info-dropdown{display:flex;flex-direction:column;align-items:center;gap:6px}.consignment__sb-info-dropdown-container{width:100%;display:flex;flex-direction:row;align-items:center;gap:8px}.consignment__sb-info-dropdown-border{width:100%;border:1px dashed #d1ddeb;border-radius:23px}.consignment__sb-info-dropdown-text{font-size:.75rem;font-weight:600;line-height:140%;color:#0080ff;white-space:nowrap;cursor:pointer}.consignment__sb-info-dropdown-text-container{align-items:center;display:flex;flex-direction:row;gap:4px;padding:1.5px 4px;cursor:pointer}.consignment__sb-info-dropdown-text-container:hover{background-color:#e5f2ff;border-radius:4.5px}.consignment__sb-info-dropdown-icon{width:20px;height:20px}.consignment__sb-info-dropdown-content{display:flex;flex-direction:row;align-items:flex-start;gap:12px}.consignment__sb-info-port-wrapper{display:flex;flex-direction:column;gap:4px}.consignment__sb-info-port-title{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.consignment__sb-info-port-info{display:flex;flex-direction:row;align-items:center;gap:4px}.consignment__sb-info-port-name{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.consignment__sb-info-port-icon{width:16px;height:16px}.consignment__sb-info-mode-top{display:flex;flex-direction:row;align-items:center;gap:8px}.consignment__sb-info-mode-line{height:2px;background-color:#a9b9cf;width:54.5px;border-radius:23px}.consignment__sb-info-mode-arrow{display:flex;align-items:center}.consignment__sb-info-mode-icon{height:40px;width:40px}.consignment__sb-info-mode-icon-wrapper{display:flex;flex-direction:row}.consignment__sb-info-mode-name{display:flex;flex-direction:column;font-size:.6875rem;font-weight:500;line-height:140%;color:#62748e}.consignment__sb-info-mode-info{text-transform:uppercase}.consignment__document{position:relative;border-radius:20px;background-color:#fff;border:1px solid #d1ddeb;padding-top:13px;margin:0 20px 40px 16px}.consignment__document-top{position:relative;display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid #d1ddeb;padding:5px 0 0 16px}.consignment__document-view-wrapper{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #bfcdde;border-radius:6px;cursor:pointer}.consignment__document-view-wrapper:hover{background-color:#f2f6fc}.consignment__document-related-doc-button{padding:10px 8px!important}.consignment__document-related-doc-button-wrapper{position:absolute;top:2px;right:16px;display:flex;flex-direction:row;align-items:center;gap:16px}.consignment__document-related-doc-title{font-size:.8125rem;font-weight:500;line-height:140%;color:#0080ff}.consignment__document-related-doc-title-container{padding-top:6px;display:flex;flex-direction:column;gap:8px;justify-content:space-between}.consignment__document-related-doc-title-bottom{height:3px;background-color:#0080ff;border-top-left-radius:2px;border-top-right-radius:2px}.consignment__document-main{display:flex;flex-direction:column;justify-content:center;padding:16px;gap:16px}.consignment__document-main .s-table,.consignment__document-main .s-table__data{overflow:visible}.consignment__document-main--cards{padding:24px 24px 24px 16px;display:flex;flex-direction:row;justify-content:space-between}.consignment__document-default-wrapper{display:flex;flex-direction:row;gap:32px;align-items:center;justify-content:center}.consignment__document-default-wrapper--cards{width:809px;justify-content:unset;padding:16px 36px;border-radius:12px;background-color:#f2f6fc}.consignment__document-default-wrapper--table{justify-content:unset;padding:16px 36px;border-radius:12px;background-color:#f2f6fc}.consignment__document-default-img{width:198px;height:159px}.consignment__document-default-title{color:#0f172a;line-height:140%;font-weight:600;font-size:1rem}.consignment__document-default-content-wrapper{display:flex;flex-direction:column;gap:24px}.consignment__document-default-texts{display:flex;flex-direction:column;gap:16px}.consignment__document-default-text{display:flex;flex-direction:row;gap:12px;align-items:center}.consignment__document-default-text-icon{width:16px;height:16px}.consignment__document-default-text-description{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.consignment__document-default-button{padding:10px 8px!important}.consignment__copy{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:2px}.consignment__copy:hover{background-color:#d1ddeb}.label-doc-popup{background-color:#fff;border-radius:16px}.label-doc-popup__backdrop{position:fixed;inset:0;background:#000000bf;z-index:1000;display:flex;justify-content:center;align-items:center}.label-doc-popup__header{display:flex;flex-direction:row;padding:24px 24px 8px;justify-content:space-between;align-items:center}.label-doc-popup__title{font-size:1.125rem;font-weight:600;line-height:140%;color:#0f172a}.label-doc-popup__title-wrapper{display:flex;flex-direction:column;gap:4px}.label-doc-popup__close-icon{border-radius:50px;cursor:pointer}.label-doc-popup__close-icon:hover{background-color:#f2f6fc}.label-doc-popup__close-icon-wrapper{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.label-doc-popup__preview{border-top-left-radius:12px;border-top-right-radius:12px;width:284px;height:156px}.label-doc-popup__preview-wrapper{border-radius:12px;border:1px solid #d1ddeb;display:flex;flex-direction:column}.label-doc-popup__preview--container{border:unset!important;height:100%!important}.label-doc-popup__preview-view{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#f2f6fc;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:24px;gap:6px;cursor:pointer}.label-doc-popup__preview-view:hover{background-color:#d1ddeb}.label-doc-popup__preview-view-icon{width:16px;height:16px}.label-doc-popup__preview-view-text{font-size:.6875rem;font-weight:500;line-height:100%;color:#475569}.label-doc-popup__doc-name{font-size:.8125rem;font-weight:400;line-height:140%;color:#62748e}.label-doc-popup__body{display:flex;flex-direction:row;gap:24px;padding:16px 24px 24px}.label-doc-popup__field{display:flex;flex-direction:column;gap:20px}.label-doc-popup__field-wrapper{display:flex;flex-direction:column;gap:32px}.label-doc-popup__dropdown{display:flex;flex-direction:column;width:260px;gap:6px}.label-doc-popup__dropdown-label{font-size:.6875rem;font-weight:500;line-height:100%;color:#0f172a}.label-doc-popup__input{display:flex;flex-direction:column;width:260px;gap:6px}.label-doc-popup__input-label{font-size:.6875rem;font-weight:500;line-height:100%;color:#0f172a}.related-doc-popup{display:flex;flex-direction:column;background-color:#fff;border-radius:16px}.related-doc-popup__backdrop{position:fixed;inset:0;background:#000000bf;z-index:1000;display:flex;justify-content:center;align-items:center}.related-doc-popup__header{display:flex;flex-direction:row;align-items:center;padding:24px 24px 8px;justify-content:space-between}.related-doc-popup__title{font-size:1.125rem;font-weight:600;line-height:140%;color:#0f172a}.related-doc-popup__close{width:24px;height:24px;cursor:pointer}.related-doc-popup__close:hover{background-color:#f2f6fc;border-radius:50px}.related-doc-popup__body{display:flex;flex-direction:column;gap:20px;align-items:center;padding:16px 24px 24px}.related-doc-popup__image{width:140px;height:110px}.related-doc-popup__text{font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.related-doc-popup__text-wrapper{display:flex;flex-direction:column;align-items:center;gap:4px}.related-doc-popup__subtext{font-size:.8125rem;font-weight:400;line-height:140%;color:#475569}.related-doc-popup__progress{width:489px;height:6px;border-radius:20px;background-color:#cce6ff}.related-doc-popup__progress-text{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.related-doc-popup__progress-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.related-doc-popup__progress-filled{background-color:#0080ff;border-radius:20px;height:6px}.related-doc-popup__docs{width:489px;display:flex;flex-direction:row;align-items:flex-start;gap:12px;flex-wrap:wrap}.related-doc-popup__doc{display:flex;flex-direction:row;align-items:center;gap:4px;height:36px;padding:10px 12px;border:1px solid #bfcdde;border-radius:6px;cursor:pointer}.related-doc-popup__doc:hover{background-color:#f2f6fc}.related-doc-popup__doc-icon{width:20px;height:20px}.related-doc-popup__doc-icon[src*=".png"]{filter:brightness(0) saturate(100%) invert(72%) sepia(16%) saturate(1807%) hue-rotate(68deg) brightness(86%) contrast(90%)}.related-doc-popup__doc-name{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.client{height:100%;overflow:scroll}.client__header{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start}.client__header-content{padding:19px 0 16px 16px;display:flex;flex-direction:row;align-items:center;gap:12px;width:100%}.client__header-back-icon{cursor:pointer}.client__header-back-icon-wrapper{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.client__header-back-icon-wrapper:hover{border-radius:4.5px;background-color:#d1ddeb}.client__header-title{font-size:1.25rem;font-weight:500;line-height:120%;color:#0f172a}.client__header-tabs{display:flex;flex-direction:row;padding:5px 0 0 16px;width:100%;gap:4px;border-bottom:1px solid #d1ddeb}.client__header-tab{font-size:.8125rem;font-weight:500;line-height:140%;color:#62748e;cursor:pointer}.client__header-tab:hover,.client__header-tab--active{color:#0080ff}.client__header-tab-wrapper{width:122px;padding-top:6px;display:flex;align-items:center;flex-direction:column;gap:8px}.client__header-tab-bottom{width:100%;height:3px;border-top-left-radius:2px;border-top-right-radius:2px}.client__header-tab-bottom--active{background-color:#0080ff}.client__header-full{width:100%;display:flex;justify-content:space-between;padding-right:16px}.client__body{padding:16px 20px 20px 16px;display:flex;flex-direction:column;gap:16px}.client__body--consignments{padding:unset;background-color:#fff}.client__body--consignments .document-management-v2{border-radius:unset}.client__buyer-info{background-color:#fff;padding:16px;border-radius:16px;border:1px solid #d1ddeb;display:flex;flex-direction:row;gap:24px;align-items:flex-start}.client__buyer-info-company-profile{width:100px;height:100px;position:relative;background-color:#f2f6fc;border-radius:50px;display:flex;align-items:center;justify-content:center}.client__buyer-info-company-profile-icon{width:80px;height:80px}.client__buyer-info-edit-wrapper{position:absolute;bottom:0;right:0;width:24px;height:24px;border:1px solid #d1ddeb;border-radius:50px;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.client__buyer-info-edit-wrapper:hover{background-color:#f2f6fc}.client__buyer-info-edit-icon{width:16px;height:16px}.client__buyer-info-content{display:flex;flex-direction:column;gap:6px}.client__buyer-info-title{font-size:1.125rem;font-weight:600;line-height:140%;color:#0f172a}.client__buyer-info-detail{display:flex;flex-direction:row;gap:6px;align-items:center}.client__buyer-info-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.client__buyer-info-text-container{display:flex;flex-direction:row;align-items:center;gap:3px}.client__buyer-info-country-icon{width:16px;height:16px}.client__buyer-info-label{font-size:.75rem;font-weight:600;line-height:140%;color:#0f172a}.client__contact-details{border:1px solid #d1ddeb;border-radius:16px;background-color:#fff}.client__contact-details-title{font-size:1rem;font-weight:500;line-height:120%;color:#0f172a;padding:16px;border-bottom:1px solid #d1ddeb}.client__contact-details-cards{display:flex;flex-direction:row;gap:20px;padding:16px}.client__contact-details-card{width:360px;display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:12px;border:1px solid #d1ddeb}.client__contact-details-card-title{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e;white-space:nowrap;text-transform:uppercase}.client__contact-details-card-title-wrapper{display:flex;flex-direction:row;gap:12px;align-items:center}.client__contact-details-breakline{height:1px;width:100%;background-color:#d1ddeb}.client__contact-details-button{padding:10px 8px!important}.client__contact-details-info{display:flex;flex-direction:column;gap:12px}.client__contact-details-content{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.client__contact-details-label{font-size:.75rem;font-weight:600;line-height:140%;color:#0f172a}.client__contact-details-label-wrapper{display:flex;flex-direction:row;align-items:center;width:160px;gap:6px}.client__contact-details-icon{width:16px;height:16px}.client__contact-details-detail-text{display:flex;flex-direction:row;gap:6px;align-items:center;font-size:.8125rem;font-weight:400;line-height:140%;color:#62748e}.client__contact-details-detail-img{filter:brightness(0) saturate(100%) invert(32%) sepia(92%) saturate(2934%) hue-rotate(198deg) brightness(104%) contrast(102%)}.client__contact-details-detail-country-img{width:16px;height:16px}.client__contact-details-add-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px;border:1px solid #d1ddeb;border-radius:12px;cursor:pointer}.client__contact-details-add-wrapper:hover{background-color:#f2f6fc}.client__contact-details-add-icon{width:24px;height:24px}.client__contact-details-add-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#475569}.client__address{border:1px solid #d1ddeb;border-radius:16px;background-color:#fff}.client__address-title{font-size:1rem;font-weight:500;line-height:120%;color:#0f172a;padding:16px;border-bottom:1px solid #d1ddeb}.client__address-cards{display:flex;flex-direction:row;gap:20px;padding:16px}.client__address-card{display:flex;flex-direction:column;border-radius:12px;border:1px solid #d1ddeb;padding:16px;gap:16px}.client__address-card-title{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e;text-transform:uppercase;white-space:nowrap}.client__address-card-title-wrapper{display:flex;flex-direction:row;align-items:center;gap:12px}.client__address-card-breakline{height:1px;width:100%;background-color:#d1ddeb}.client__address-card-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.client__trade-docs{border-radius:16px;background-color:#fff;border:1px solid #d1ddeb}.client__trade-docs-title{font-size:1rem;font-weight:500;line-height:140%;color:#0f172a}.client__trade-docs-title-wrapper{display:flex;flex-direction:row;padding:16px;justify-content:space-between;align-items:center;border-bottom:1px solid #d1ddeb}.client__trade-docs-buttons{display:flex;flex-direction:row;align-items:center;gap:12px}.client__trade-docs-view-wrapper{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #bfcdde;height:30px;width:30px;cursor:pointer}.client__trade-docs-view-wrapper:hover{background-color:#f2f6fc}.client__trade-docs-default-button{padding:10px 8px!important}.client__trade-docs-default-view{display:flex;align-items:center;justify-content:center;padding:16px 24px 24px}.client__trade-docs-default-view-wrapper{display:flex;flex-direction:row;gap:24px}.client__trade-docs-default-view-image{height:80px}.client__trade-docs-default-view-text{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.client__trade-docs-default-view-subtext{font-size:.8125rem;font-weight:400;line-height:140%;color:#62748e}.client__trade-docs-default-view-content{display:flex;flex-direction:column}.client__trade-docs-default-view-content-wrapper{display:flex;flex-direction:column;gap:16px}.client__trade-docs-table-view .s-table,.client__trade-docs-table-view .s-table__data{overflow:visible}.client__trade-docs-table-view{display:flex;flex-direction:column;justify-content:center;padding:16px 24px 24px;gap:16px}.refreshed-ebrc-popup{width:450px}.refreshed-ebrc-popup__header{display:flex;flex-direction:row;padding:24px 24px 8px;justify-content:space-between}.refreshed-ebrc-popup__title{font-size:1.125rem;font-weight:500;line-height:140%;color:#0f172a}.refreshed-ebrc-popup__close-icon-wrapper{width:24px;height:24px;border-radius:50px;cursor:pointer}.refreshed-ebrc-popup__close-icon-wrapper:hover{background-color:#f2f6fc}.refreshed-ebrc-popup__ebrcs-fetched{display:flex;flex-direction:column;gap:6px;padding-bottom:12px;align-items:center}.refreshed-ebrc-popup__text{font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.refreshed-ebrc-popup__text-wrapper{display:flex;flex-direction:column;padding:16px 24px;align-items:center}.refreshed-ebrc-popup__total-ebrcs{font-size:1.25rem;font-weight:500;line-height:120%;color:#0f172a}.refreshed-ebrc-popup__description{text-align:center;font-size:.8125rem;font-weight:400;line-height:140%;color:#475569}.refreshed-ebrc-popup__description-wrapper{background-color:#f2f6fc;border-radius:8px;padding:12px;width:100%;display:flex;flex-direction:column;gap:6px;align-items:center}.refreshed-ebrc-popup__downloadable-ebrcs{font-size:.875rem;font-weight:400;line-height:140%;color:#0f172a}.refreshed-ebrc-popup__downloadable-ebrcs>span{font-weight:500}.refreshed-ebrc-popup__buttons{padding:8px 24px 24px;display:flex;flex-direction:row;justify-content:center}.s-add-sb{display:flex;min-height:400px}.s-add-sb--multiple{min-height:576px}.s-add-sb--multiple .s-add-sb__main{gap:20px}.s-add-sb__background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:100}.s-add-sb__main{width:600px;display:flex;flex-direction:column;gap:48px;padding:24px;border-radius:20px;background-color:#fff;z-index:11}.s-add-sb__main-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.s-add-sb__main-title{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.s-add-sb__main-close{max-width:24px;object-fit:contain;cursor:pointer}.s-add-sb__main-close-wrapper{width:24px;height:24px;cursor:pointer}.s-add-sb__main-close-wrapper:hover{border-radius:4.5px;background-color:#d1ddeb;transition:all .3s}.s-add-sb__main-body{flex-grow:1}.s-add-sb__main-footer{display:flex;justify-content:center;align-items:center;gap:6px;padding-top:12px;border-top:1px solid #d1ddeb}.s-add-sb__main-footer-icon{width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:4px;background-color:#f2f6fc}.s-add-sb__main-footer-icon img{max-width:12px;object-fit:contain}.s-add-sb__main-footer-title{font-family:Inter,sans-serif;font-weight:500;font-size:.6875rem;line-height:140%;letter-spacing:0%}.s-add-sb__main-footer-text{font-family:Inter,sans-serif;font-weight:400;font-size:.6875rem;line-height:140%;letter-spacing:0%}.s-add-sb__main-buttons{display:flex;width:100%;justify-content:center;align-items:center;gap:16px;padding-top:24px}.s-add-sb__main-info{display:flex;gap:8px;align-items:flex-start;background-color:#eefaeb;border-radius:8px;padding:12px;margin-bottom:24px;margin-top:-32px}.s-add-sb__main-info--right{display:flex;flex-direction:column;gap:5px}.s-add-sb__main-info--right>h3{font-weight:500;font-size:.8125rem;line-height:140%;color:#0f172a}.s-add-sb__main-info--right>p{font-size:.75rem;line-height:140%;color:#475569}.s-add-sb__help{width:362px;display:flex;flex-direction:column;gap:24px;padding:24px 24px 24px 48px;border-radius:0 20px 20px 0;background-color:#f2f6fc;margin-left:-24px}.s-add-sb__help-title{font-family:Inter,sans-serif;font-weight:600;font-size:.8125rem;line-height:140%;letter-spacing:0%}.s-add-sb__help-docs{display:flex;flex-direction:column;gap:16px;color:#0f172a}.s-add-sb__help-docs-header{display:flex;flex-direction:column;gap:4px}.s-add-sb__help-docs-title{font-family:Inter,sans-serif;font-weight:600;font-size:.8125rem;line-height:140%;letter-spacing:0%}.s-add-sb__help-docs-description{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;line-height:140%;letter-spacing:0%}.s-add-sb__help-docs-list{display:flex;flex-direction:column;gap:5px;padding-left:15px}.s-add-sb__help-docs-list-item{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;line-height:140%;letter-spacing:0%}.s-add-sb__help-docs-footer{font-family:Inter,sans-serif;font-weight:400;font-style:italic;font-size:.75rem;line-height:140%;letter-spacing:0%}.s-add-sb__help-partition{height:1px;background-color:#d1ddeb;width:100%}.s-add-sb__help-protection{display:flex;flex-direction:column;gap:8px}.s-add-sb__help-protection-header{display:flex;gap:6px;justify-content:flex-start;align-items:center}.s-add-sb__help-protection-icon{max-width:24px;object-fit:contain}.s-add-sb__help-protection-title{font-family:Inter,sans-serif;font-weight:600;font-size:.8125rem;line-height:140%;letter-spacing:0%;color:#0f172a}.s-add-sb__help-protection-description{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;line-height:140%;letter-spacing:0%;color:#475569}.sb-header__status-conf{display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-left:46px}.sb-header__status-conf-content{display:flex;flex-direction:column;align-items:center;gap:6px}.sb-header__status-conf-status{display:flex;align-items:center;gap:2px}.sb-header__status-conf-status img{max-width:16px;object-fit:contain}.sb-header__status-conf-text{display:flex;justify-content:center;align-items:center;width:155px;height:20px;font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:100%;letter-spacing:0%;border-radius:6px;text-align:center;vertical-align:middle}.sb-header__status-conf-updated{font-family:Inter,sans-serif!important;font-weight:400;font-style:italic;font-size:.6875rem;line-height:100%;letter-spacing:0px;color:#6d6d6d}.sb-header__status-conf-buttons{display:flex;align-items:center;justify-content:flex-start;gap:5px}.edpms{width:100%;height:calc(100vh + var(--sticky-offset-status) - 25px);background-color:#fff;display:flex;flex-direction:column}.edpms__wrapper{height:100%}.edpms__modal-bg{position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;display:flex;align-items:center;justify-content:center}.edpms__header{position:sticky;padding:19px 16px 0;display:flex;flex-direction:column;gap:8px;top:calc(-1 * var(--sticky-offset-header) - 19px);z-index:1;background-color:#fff;border-bottom:1px solid #d1ddeb}.edpms__header-button{padding:10px 8px!important}.edpms__header-button img[src*="add-plus-square.svg"]{filter:brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(61%) hue-rotate(138deg) brightness(116%) contrast(100%)}.edpms__title{font-size:1.125rem;width:max-content;font-weight:500;line-height:140%;color:#0f172a}.edpms__status{background-color:#e9eef5;display:flex;flex-direction:column;gap:10px;padding:20px 20px 16px 16px}.edpms__status-container{display:flex;flex-direction:column;gap:30px;align-items:flex-start}.edpms__status-top{background-color:#fff;padding:8px;border-radius:12px;border:1px solid #d1ddeb;display:flex;flex-direction:column;width:85.2988691438%}.edpms__status-bottom{height:100%;display:flex;align-items:flex-end;gap:6px}.edpms__status-cards{width:100%;display:flex;align-items:center;gap:8px}.edpms__status-cards--breakline{width:1px;height:100%;background-color:#d1ddeb;flex-shrink:0}.edpms__status-card{width:100%;position:relative;display:flex;flex-direction:row;gap:8px;padding:8px;border-radius:8px;cursor:pointer}.edpms__status-card:not(.edpms__status-card--selected):hover{background-color:#f2f6fc}.edpms__status-card-content{display:flex}.edpms__status-card-content-wrapper{display:flex;flex-direction:column;gap:2px}.edpms__status-card-icon-wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4.5px;background-color:#f2f6fc}.edpms__status-card-status{display:flex;justify-content:flex-start;align-items:center;gap:5px}.edpms__status-card-status>p{white-space:nowrap;font-family:Inter,sans-serif!important;font-weight:500;font-size:.75rem;line-height:140%;color:#0f172a}.edpms__status-card-status img{max-width:16px;object-fit:contain}.edpms__status-card-text{flex:1;font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:19px;letter-spacing:0%;padding-right:10px;display:none}.edpms__status-card-text--visible{display:block;opacity:0;animation:showText 0s linear .3s forwards}.edpms__status-card-count{font-family:Inter,sans-serif!important;font-weight:500;font-size:1.5rem;line-height:120%;color:#0f172a}.edpms__status-card-new{display:flex;align-items:center;justify-content:center;background-color:#eefaeb;border:1px solid #ade4a9;padding:1.5px 10px;border-radius:23px;position:relative;top:-2px;height:20px}.edpms__status-card-tag{white-space:nowrap;font-size:.75rem;font-weight:500;line-height:140%;color:#438b4c}.edpms__status-card-number{font-weight:400;font-size:.625rem;line-height:15px;letter-spacing:0%;text-align:center}.edpms__status-card--selected{padding-left:8px;padding-right:10px;background:linear-gradient(101.7deg,#fff 13.36%,#e6f2ff 50.96%)}.edpms__status-card--selected-icon-wrapper{background-color:#e5f2ff}.edpms__status-card--selected-count{color:#0080ff}.edpms__status-card--selected .bills__status-card-count{font-size:2rem;color:#046cb8}.edpms__status-card--unselected{animation:shrinking-card .3s ease-in-out}.edpms__status--open{margin-bottom:0}.edpms__status-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.edpms__status-filters{height:30px;display:flex;flex-direction:row;align-items:center}.edpms__status-filters--enabled{gap:10px}.edpms__status-tooltip-wrapper{border-radius:8px;padding:12px;background-color:#fff;display:flex;flex-direction:column;gap:4px;box-shadow:0 2px 8px #0f172a1f;pointer-events:none}.edpms__status-tooltip-title{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.edpms__status-tooltip-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#475569}.edpms__categories{display:flex;align-items:center;gap:20px;margin:24px 0}.edpms__type{padding-top:5px;width:100%;display:flex;justify-content:space-between;align-items:flex-end;position:relative}.edpms__type-type{display:flex;align-items:center;gap:4px}.edpms__type-add{display:flex;gap:19px;position:absolute;right:0;top:0}.edpms__type-add--tooltip{font-size:.6875rem;font-weight:500;line-height:140%}.edpms__type-add-text{width:max-content;position:absolute;font-size:.6875rem;line-height:140%;right:0;bottom:30px;margin-bottom:4px;color:#62748e}.edpms__single{text-decoration:none;color:#000;cursor:pointer}.edpms__single:hover{color:#046cb8;font-weight:600}.edpms__single-container{padding-top:6px;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.edpms__single-container:hover .bills__typetag-alert{background:#d6ecff}.edpms__typetag{padding:0 16px;font-size:.8125rem;font-weight:500;line-height:140%;color:#62748e;position:relative}.edpms__typetag:not(.edpms__typetag--selected):hover{color:#0080ff}.edpms__typetag--selected{color:#0080ff}.edpms__typetag-bottom{height:3px;width:100%;background-color:transparent;border-top-left-radius:2px;border-top-right-radius:2px}.edpms__typetag-bottom--selected{background-color:#0080ff}.edpms__typetag-total{font-size:.625rem}.edpms__typetag-alert{color:#0f172a;background:#efeeee;border-radius:50%;font-size:.8125rem;font-weight:400;padding:4px;margin-bottom:6px;min-width:25px;min-height:25px;text-align:center}.edpms__typetag-alert--selected{background:#d6ecff}.edpms__typetag--bolder{font-size:1rem;line-height:150%;font-weight:600;visibility:hidden}.edpms__focused{font-weight:600;color:#046cb8}.edpms__table{border-width:0px 1px 1px 1px;border-style:solid;border-color:#d1ddeb;border-bottom-left-radius:16px;border-bottom-right-radius:16px;width:100%;display:flex;flex-direction:column;flex:1;overflow:auto}.edpms__table .s-table__data-head{background-color:#d1ddeb}.edpms__request-select{width:calc(100% + 40px);padding:10px 10px 12px 32px;height:50px;background:#f6f6f6;display:flex;align-items:center;gap:20px;border-radius:10px 10px 0 0;border-bottom:1px solid #046cb8;margin-left:-20px}.edpms__request-select__option{display:flex;position:relative;flex-direction:row;gap:8px;align-items:center;cursor:pointer;padding:6px 10px;border-radius:10px}.edpms__request-select__option:hover:not(.bills__request-select__option--select) .bills__request-select__option-text{text-decoration:underline}.edpms__request-select__option:hover:not(.bills__request-select__option--select){background:#ebf4ff}.edpms__request-select__option-img{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.edpms__request-select__option-img--clear{margin-top:4px;width:18px;height:18px;object-fit:contain}.edpms__request-select__option-img--clear:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.edpms__request-select__option-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8}.edpms__request-select__option-text--blue{color:#046cb8;font-weight:600}.edpms__request-select__option--select{gap:10px;border-right:1px solid #000000;margin-right:-10px;border-radius:10px 0 0 10px}.edpms__request-select__reject-modal{position:absolute;z-index:12;top:20px;left:0;border:1px solid #0f172a;border-radius:10px}.edpms__options__reject{padding:16px 20px;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;align-items:center;gap:16px;background-color:#fff;border-radius:10px}.edpms__options__reject-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.edpms__options-modal{display:flex;flex-direction:column;align-items:flex-start;border-radius:10px;box-shadow:0 4px 4px #00000040;padding:10px;border:1px solid #d1d1d1;background-color:#fff}.edpms__options-modal-icon{width:16px;height:16px}.edpms__options-modal-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400}.edpms__options-modal-text-container{display:flex;flex-direction:column}.edpms__options-modal-subText{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:16px;text-align:left;color:#888}.edpms__options-modal-item{display:flex;flex-direction:row;align-items:center;gap:20px;padding:15.5px 20px;border-radius:10px;width:100%;cursor:pointer}.edpms__options-modal-item:hover{background-color:#d6ecff;color:#046cb8}.edpms__options-modal-item:hover>.bills__options-modal-icon{filter:brightness(0) saturate(100%) invert(29%) sepia(52%) saturate(2166%) hue-rotate(183deg) brightness(96%) contrast(97%)}.edpms__filter{width:100%}.edpms__filter-icon{width:16px;height:16px}.edpms__filter-container{background-color:#fff;font-weight:500;display:flex;flex-direction:column;justify-content:center;border-top-left-radius:16px;border-top-right-radius:16px;border:1px solid #d1ddeb;padding:0 16px}.edpms__filter-container-toggle{position:relative;display:flex;flex-direction:row;padding:6px 16px;gap:4px;border-radius:6px;border:1px solid #bfcdde;color:#475569;font-size:.8125rem;cursor:pointer}.edpms__filter-container-toggle:hover{background-color:#f2f6fc}.edpms__filter-container-toggle--active{border-color:#00bad7}.edpms__filter-container-toggle-dot{position:absolute;width:8px;height:8px;background-color:#00bad7;top:4px;right:14px;border-radius:50px}.edpms__filter-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:48px}.edpms__filter-left{display:flex;flex-direction:row;gap:12px;align-items:center}.edpms__filter-bottom{display:flex;flex-wrap:wrap;flex-direction:row;gap:12px;min-height:36px;align-items:center;padding:6px 8px;border-radius:8px;background-color:#edfdff;margin-bottom:10px}.edpms__filter-bottom .l-dropdown__options-cont{z-index:4}.edpms__filter-view-container{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #bfcdde;width:30px;height:30px;cursor:pointer}.edpms__filter-view-container:hover{background-color:#f2f6fc}.edpms__pagination{display:flex;justify-content:flex-end;gap:10px;height:100%;border-left:1px solid #d1ddeb;padding:8px 0 8px 16px}.edpms__data{background-color:#e9eef5;padding:0 20px 16px 16px;display:flex;flex-direction:column;flex:1;overflow:hidden}.edpms__default-view{width:389px;display:flex;flex-direction:column;padding:40px 0;gap:20px;align-items:center}.edpms__default-view-wrapper{height:100%;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background-color:#fff;border-width:0px 1px 1px 1px;border-style:solid;border-color:#d1ddeb;display:flex;flex-direction:column;align-items:center;justify-content:center}.edpms__default-view-image{width:100px;height:100px}.edpms__default-view-content{display:flex;flex-direction:column;gap:3px;align-items:center}.edpms__default-view-text{font-size:.8125rem;font-weight:600;line-height:140%;color:#0f172a}.edpms__default-view-subtext{text-align:center;font-size:.8125rem;font-weight:400;line-height:140%;color:#334155}.edpms__default-view-buttons{display:flex;flex-direction:row;gap:16px}.edpms__card-view{display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:16px;height:100%;background-color:#d1ddeb;border-width:0px 1px 1px 1px;border-style:solid;border-color:#d1ddeb;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.edpms-irm{width:100%;height:calc(100vh + var(--sticky-offset-status-irm) - 25px);background-color:#fff;display:flex;flex-direction:column}.edpms-irm__wrapper{height:100%}.edpms-irm__header{position:sticky;padding:19px 16px 0;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #d1ddeb;top:calc(-1 * var(--sticky-offset-header-irm) - 19px);z-index:1;background-color:#fff}.edpms-irm__header-button{padding:10px 8px!important}.edpms-irm__header-button img[src*="add-plus-square.svg"]{filter:brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(61%) hue-rotate(138deg) brightness(116%) contrast(100%)}.edpms-irm__title{font-size:1.125rem;width:max-content;font-weight:500;line-height:140%;color:#0f172a}.edpms-irm__status{background-color:#e9eef5;display:flex;flex-direction:column;gap:10px;padding:20px 20px 16px 16px}.edpms-irm__status-container{display:flex;flex-direction:column;gap:30px;align-items:flex-start}.edpms-irm__status-top{background-color:#fff;padding:8px;border-radius:12px;border:1px solid #d1ddeb;display:flex;flex-direction:column;width:85.2988691438%}.edpms-irm__status-bottom{height:100%;display:flex;align-items:flex-end;gap:6px}.edpms-irm__status-cards{width:100%;display:flex;align-items:center;gap:8px}.edpms-irm__status-cards--breakline{width:1px;height:100%;background-color:#d1ddeb;flex-shrink:0}.edpms-irm__status-card{width:100%;position:relative;display:flex;flex-direction:row;gap:8px;padding:8px;border-radius:8px;cursor:pointer}.edpms-irm__status-card:not(.edpms__status-card--selected):hover{background-color:#f2f6fc}.edpms-irm__status-card-content{display:flex}.edpms-irm__status-card-content-wrapper{display:flex;flex-direction:column;gap:2px}.edpms-irm__status-card-icon-wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4.5px;background-color:#f2f6fc}.edpms-irm__status-card-status{display:flex;justify-content:flex-start;align-items:center;gap:5px}.edpms-irm__status-card-status>p{white-space:nowrap;font-family:Inter,sans-serif!important;font-weight:500;font-size:.75rem;line-height:140%;color:#0f172a}.edpms-irm__status-card-status img{max-width:16px;object-fit:contain}.edpms-irm__status-card-text{flex:1;font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:19px;letter-spacing:0%;padding-right:10px;display:none}.edpms-irm__status-card-text--visible{display:block;opacity:0;animation:showText 0s linear .3s forwards}.edpms-irm__status-card-count{font-family:Inter,sans-serif!important;font-weight:500;font-size:1.5rem;line-height:120%;color:#0f172a}.edpms-irm__status-card-new{display:flex;align-items:center;justify-content:center;background-color:#eefaeb;border:1px solid #ade4a9;padding:1.5px 10px;border-radius:23px;position:relative;top:-2px;height:20px}.edpms-irm__status-card-tag{white-space:nowrap;font-size:.75rem;font-weight:500;line-height:140%;color:#438b4c}.edpms-irm__status-card-number{font-weight:400;font-size:.625rem;line-height:15px;letter-spacing:0%;text-align:center}.edpms-irm__status-card--selected{padding-left:8px;padding-right:10px;background:linear-gradient(101.7deg,#fff 13.36%,#e6f2ff 50.96%)}.edpms-irm__status-card--selected-icon-wrapper{background-color:#e5f2ff}.edpms-irm__status-card--selected-count{color:#0080ff}.edpms-irm__status-card--selected .bills__status-card-count{font-size:2rem;color:#046cb8}.edpms-irm__status-card--unselected{animation:shrinking-card .3s ease-in-out}.edpms-irm__status--open{margin-bottom:0}.edpms-irm__status-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.edpms-irm__status-filters{height:30px;display:flex;flex-direction:row;align-items:center}.edpms-irm__status-filters--enabled{gap:10px}.edpms-irm__status-tooltip-wrapper{border-radius:8px;padding:12px;background-color:#fff;display:flex;flex-direction:column;gap:4px;box-shadow:0 2px 8px #0f172a1f;pointer-events:none}.edpms-irm__status-tooltip-title{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.edpms-irm__status-tooltip-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#475569}.edpms-irm__categories{display:flex;align-items:center;gap:20px;margin:24px 0}.edpms-irm__type{padding-top:5px;width:100%;display:flex;justify-content:space-between;align-items:flex-end;position:relative}.edpms-irm__type-type{display:flex;align-items:center;gap:4px}.edpms-irm__type-add{display:flex;gap:19px;position:absolute;right:0;top:0}.edpms-irm__type-add--tooltip{font-size:.6875rem;font-weight:500;line-height:140%}.edpms-irm__type-add-text{width:max-content;position:absolute;font-size:.6875rem;line-height:140%;right:0;bottom:30px;margin-bottom:4px;color:#62748e}.edpms-irm__single{text-decoration:none;color:#000;cursor:pointer}.edpms-irm__single:hover{color:#046cb8;font-weight:600}.edpms-irm__single-container{padding-top:6px;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.edpms-irm__single-container:hover .bills__typetag-alert{background:#d6ecff}.edpms-irm__typetag{padding:0 16px;font-size:.8125rem;font-weight:500;line-height:140%;color:#62748e;position:relative}.edpms-irm__typetag:not(.edpms__typetag--selected):hover{color:#0080ff}.edpms-irm__typetag--selected{color:#0080ff}.edpms-irm__typetag-bottom{height:3px;width:100%;background-color:transparent;border-top-left-radius:2px;border-top-right-radius:2px}.edpms-irm__typetag-bottom--selected{background-color:#0080ff}.edpms-irm__typetag-total{font-size:.625rem}.edpms-irm__typetag-alert{color:#0f172a;background:#efeeee;border-radius:50%;font-size:.8125rem;font-weight:400;padding:4px;margin-bottom:6px;min-width:25px;min-height:25px;text-align:center}.edpms-irm__typetag-alert--selected{background:#d6ecff}.edpms-irm__typetag--bolder{font-size:1rem;line-height:150%;font-weight:600;visibility:hidden}.edpms-irm__focused{font-weight:600;color:#046cb8}.edpms-irm__table{border-width:0px 1px 1px 1px;border-style:solid;border-color:#d1ddeb;border-bottom-left-radius:16px;border-bottom-right-radius:16px;width:100%;display:flex;flex-direction:column;flex:1;overflow:auto}.edpms-irm__table .s-table__data-head{background-color:#d1ddeb}.edpms-irm__pagination{display:flex;justify-content:flex-end;gap:10px;height:100%;border-left:1px solid #d1ddeb;padding:8px 0 8px 16px}.edpms-irm__request-select{width:calc(100% + 40px);padding:10px 10px 12px 32px;height:50px;background:#f6f6f6;display:flex;align-items:center;gap:20px;border-radius:10px 10px 0 0;border-bottom:1px solid #046cb8;margin-left:-20px}.edpms-irm__request-select__option{display:flex;position:relative;flex-direction:row;gap:8px;align-items:center;cursor:pointer;padding:6px 10px;border-radius:10px}.edpms-irm__request-select__option:hover:not(.bills__request-select__option--select) .bills__request-select__option-text{text-decoration:underline}.edpms-irm__request-select__option:hover:not(.bills__request-select__option--select){background:#ebf4ff}.edpms-irm__request-select__option-img{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.edpms-irm__request-select__option-img--clear{margin-top:4px;width:18px;height:18px;object-fit:contain}.edpms-irm__request-select__option-img--clear:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.edpms-irm__request-select__option-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8}.edpms-irm__request-select__option-text--blue{color:#046cb8;font-weight:600}.edpms-irm__request-select__option--select{gap:10px;border-right:1px solid #000000;margin-right:-10px;border-radius:10px 0 0 10px}.edpms-irm__request-select__reject-modal{position:absolute;z-index:12;top:20px;left:0;border:1px solid #0f172a;border-radius:10px}.edpms-irm__options__reject{padding:16px 20px;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;align-items:center;gap:16px;background-color:#fff;border-radius:10px}.edpms-irm__options__reject-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.edpms-irm__options-modal{display:flex;flex-direction:column;align-items:flex-start;border-radius:10px;box-shadow:0 4px 4px #00000040;padding:10px;border:1px solid #d1d1d1;background-color:#fff}.edpms-irm__options-modal-icon{width:16px;height:16px}.edpms-irm__options-modal-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400}.edpms-irm__options-modal-text-container{display:flex;flex-direction:column}.edpms-irm__options-modal-subText{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:16px;text-align:left;color:#888}.edpms-irm__options-modal-item{display:flex;flex-direction:row;align-items:center;gap:20px;padding:15.5px 20px;border-radius:10px;width:100%;cursor:pointer}.edpms-irm__options-modal-item:hover{background-color:#d6ecff;color:#046cb8}.edpms-irm__options-modal-item:hover>.bills__options-modal-icon{filter:brightness(0) saturate(100%) invert(29%) sepia(52%) saturate(2166%) hue-rotate(183deg) brightness(96%) contrast(97%)}.edpms-irm__filter{width:100%}.edpms-irm__filter-icon{width:16px;height:16px}.edpms-irm__filter-container{background-color:#fff;display:flex;font-weight:500;flex-direction:column;justify-content:center;border-top-left-radius:16px;border-top-right-radius:16px;border:1px solid #d1ddeb;padding:0 16px}.edpms-irm__filter-container-toggle{position:relative;display:flex;flex-direction:row;padding:6px 16px;gap:4px;border-radius:6px;border:1px solid #bfcdde;color:#475569;font-size:.8125rem;cursor:pointer}.edpms-irm__filter-container-toggle:hover{background-color:#f2f6fc}.edpms-irm__filter-container-toggle--active{border-color:#00bad7}.edpms-irm__filter-container-toggle-dot{position:absolute;width:8px;height:8px;background-color:#00bad7;top:4px;right:14px;border-radius:50px}.edpms-irm__filter-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:48px}.edpms-irm__filter-left{display:flex;flex-direction:row;gap:12px;align-items:center}.edpms-irm__filter-bottom{display:flex;flex-wrap:wrap;flex-direction:row;gap:12px;min-height:36px;align-items:center;padding:6px 8px;border-radius:8px;background-color:#edfdff;margin-bottom:10px}.edpms-irm__filter-bottom .l-dropdown__options-cont{z-index:4}.edpms-irm__filter-view-container{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #bfcdde;width:30px;height:30px;cursor:pointer}.edpms-irm__filter-view-container:hover{background-color:#f2f6fc}.edpms-irm__data{background-color:#e9eef5;padding:0 20px 16px 16px;display:flex;flex-direction:column;flex:1;overflow:hidden}.edpms-irm__table .s-table__data{height:100%!important}.edpms-irm__default-view{width:389px;display:flex;flex-direction:column;gap:20px;align-items:center}.edpms-irm__default-view-wrapper{height:100%;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background-color:#fff;border-width:0px 1px 1px 1px;border-style:solid;border-color:#d1ddeb;display:flex;flex-direction:column;align-items:center;justify-content:center}.edpms-irm__default-view-image{width:100px;height:100px}.edpms-irm__default-view-content{display:flex;flex-direction:column;gap:3px;align-items:center}.edpms-irm__default-view-text{font-size:.8125rem;font-weight:600;line-height:140%;color:#0f172a}.edpms-irm__default-view-subtext{text-align:center;font-size:.8125rem;font-weight:400;line-height:140%;color:#334155}.edpms-irm__default-view-buttons{display:flex;flex-direction:row;gap:16px}.edpms-irm__card-view{display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:16px;height:100%;background-color:#d1ddeb;border-width:0px 1px 1px 1px;border-style:solid;border-color:#d1ddeb;border-bottom-left-radius:16px;border-bottom-right-radius:16px}@keyframes widen-card{0%{width:124px}to{width:182px}}@keyframes shrinking-card{0%{width:182px}to{width:124px}}@keyframes showText{to{opacity:1}}.sb-internal-page{width:100%;height:100%;position:relative}.sb-internal-page__top{position:relative;height:calc(100vh - 160px);overflow-y:auto;flex:1}.sb-internal-page__topbar{position:sticky;top:0;z-index:4;padding:16px 20px 16px 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#e9eef5}.sb-internal-page__topbar-left{display:flex;flex-direction:row;align-items:center;gap:20px}.sb-internal-page__topbar-content{display:flex;flex-direction:row;align-items:center}.sb-internal-page__topbar-sb-number{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:1.25rem;font-weight:500;line-height:120%;color:#0f172a}.sb-internal-page__topbar-sb-number-wrapper{display:flex;flex-direction:row;gap:4px;align-items:flex-end}.sb-internal-page__topbar-tags{display:flex;justify-content:flex-start;align-items:center;gap:4px;margin-left:4px}.sb-internal-page__topbar-sb-hashtag{font-size:.875rem;font-weight:500;line-height:140%;color:#62748e}.sb-internal-page__topbar-copy{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:2px}.sb-internal-page__topbar-copy:hover{background-color:#d1ddeb}.sb-internal-page__topbar-right{display:flex;flex-direction:row;gap:32px}.sb-internal-page__topbar-action-button{font-size:.8125rem;font-weight:500;line-height:140%;color:#475569}.sb-internal-page__topbar-action-buttons{display:flex;flex-direction:row;align-items:center;gap:8px}.sb-internal-page__topbar-right-buttons{display:flex;flex-direction:row;gap:16px;align-items:center}.sb-internal-page__topbar-right-button{color:#475569!important;background-color:#fff;border:1px solid #bfcdde!important}.sb-internal-page__topbar-right-button:not(.sb-internal-page__topbar-right-button--disabled):hover{color:#046cb8!important;background-color:#fff!important;border-color:#bfcdde!important}.sb-internal-page__topbar-breakline{display:inline;height:30px;width:1px;background-color:#d1ddeb}.sb-internal-page__back-icon-wrapper{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4.5px}.sb-internal-page .post-recon{margin:0 20px 16px 16px}.sb-internal-page__footer{position:sticky;flex-shrink:0;bottom:0;left:0;width:100%;height:45px;background-color:#fff;border-top:1px solid #bfcdde;z-index:5}.sb-details-v2__wrapper{margin:0 20px 16px 16px;padding:16px;border-radius:20px;border:1px solid #d1ddeb;background-color:#fff;display:flex;flex-direction:column;gap:16px;position:relative}.sb-details-v2__dropdown-toggle{white-space:nowrap;display:flex;flex-direction:row;align-items:center;gap:4px;padding:1.5px 1px 1.5px 5px;transition:all .3s ease;border-radius:8px;cursor:pointer;font-size:.75rem;font-weight:600;line-height:140%;color:#0080ff}.sb-details-v2__dropdown-toggle:hover{background-color:#e5f2ff;border-radius:4.5px}.sb-details-v2__dropdown-toggle-wrapper{display:flex;flex-direction:row;gap:11px;align-items:center;position:relative;padding:0 4px}.sb-details-v2__dropdown-toggle-wrapper-for-irm{display:flex;flex-direction:row;gap:11px;align-items:center;position:relative;padding:0 4px;top:15px}.sb-details-v2__dropdown-toggle-arrow--down{transform:rotate(0)}.sb-details-v2__dropdown-toggle-arrow--up{transform:rotate(180deg)}.sb-details-v2__half-moon-left,.sb-details-v2__half-moon-right{position:absolute;transform:translateY(-50%);width:16px;height:32px;background-color:#e9eef5}.sb-details-v2__half-moon-left{left:-16px;border-top-right-radius:32px;border-bottom-right-radius:32px;border-right:1.5px solid #d1ddeb}.sb-details-v2__half-moon-left--forSb{top:14px!important;left:-17px!important}.sb-details-v2__half-moon-right{right:-16px;top:23px;border-top-left-radius:32px;border-bottom-left-radius:32px;border-left:1.5px solid #d1ddeb}.sb-details-v2__half-moon-right--forSb{top:14px!important;right:-17px!important}.sb-details-v2__dashedline{height:2px;width:100%;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg width='12' height='4' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0' y='0' width='8' height='4' rx='200' ry='200' fill='%23E2E8F0FF'/%3e%3c/svg%3e");background-repeat:repeat-x;background-position:center}.sb-details-v2__dashedline--blue{height:2px;width:100%;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg width='12' height='4' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0' y='0' width='8' height='4' rx='200' ry='200' fill='%2366b3ffff'/%3e%3c/svg%3e");background-repeat:repeat-x;background-position:center}.sb-details-v2__bill-lodgement-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:6px;border:1px solid #d1ddeb;padding:10px 16px}.sb-details-v2__bill-lodgement-id-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px}.sb-details-v2__bill-lodgement-id-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-details-v2__bill-lodgement-id-value{display:inline-flex;align-items:center;gap:3px;font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-details-v2__bill-lodgement-generated-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px}.sb-details-v2__bill-lodgement-generated-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-details-v2__bill-lodgement-generated-value{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-details-v2__transport{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.sb-details-v2__transport-port{display:inline-flex;flex-direction:row;gap:4px;align-items:center;font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-details-v2__transport-port-wrapper{display:flex;flex-direction:column;gap:4px}.sb-details-v2__transport-port-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-details-v2__transport-port-icon{height:16px}.sb-details-v2__transport-mode{display:flex;flex-direction:row;align-items:center}.sb-details-v2__transport-mode-wrapper{display:flex;flex-direction:column}.sb-details-v2__transport-mode-top{display:flex;flex-direction:row;align-items:center}.sb-details-v2__transport-mode--line{width:54.5px;height:2px;border-radius:2px;background-color:#a9b9cf}.sb-details-v2__transport-mode-icon{width:40px;height:40px}.sb-details-v2__transport-mode--label{font-size:.6875rem;font-weight:500;line-height:140%;color:#62748e}.sb-details-v2__transport-mode--label-wrapper{display:flex;flex-direction:column}.sb-details-v2__transport-mode--value{font-size:.6875rem;font-weight:500;line-height:140%;color:#62748e}.sb-details-v2__transport-mode-bottom{padding:4px 12px;border-radius:11px;background-color:#f2f6fc;font-size:.6875rem;font-weight:500;line-height:140%;color:#0f172a;text-align:center}.sb-details-v2__invoice-details{display:flex;flex-direction:column;gap:16px}.sb-details-v2__invoice-details-header{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;font-weight:500;font-size:.75rem;line-height:140%;color:#0f172a;text-transform:uppercase;white-space:nowrap}.sb-details-v2__invoice-details-table .s-table__sb-status-v2{font-size:.8125rem;font-weight:400}.sb-details-v2__invoice-details--line{width:100%;height:2px;border:1px dashed #bfcdde}.sb-details-v2__transport-details{display:flex;flex-direction:column;gap:16px}.sb-details-v2__transport-details-header{display:flex;flex-direction:row;width:100%;align-items:center;gap:12px}.sb-details-v2__transport-details--line{width:100%;height:2px;border:1px dashed #bfcdde}.sb-details-v2__transport-details-title{font-weight:500;font-size:.75rem;line-height:140%;color:#0f172a}.sb-details-v2__transport-details-title-wrapper{display:flex;flex-direction:row;white-space:nowrap;align-items:center;gap:6px}.sb-details-v2__transport-details-mode-tag{height:18px;background-color:#edfdff;border-radius:23px;border:1px solid #aff0fa;font-size:.6875rem;font-weight:500;line-height:140%;color:#009bb2;padding:0 8px}.sb-details-v2__transport-details-doc-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;border:1px solid #d1ddeb;border-radius:6px}.sb-details-v2__transport-details-doc-type{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-details-v2__transport-details-doc-type-wrapper{display:flex;flex-direction:row;align-items:center;gap:12px}.sb-details-v2__transport-details-doc-type-label{font-size:.8125rem;font-weight:500;line-height:140%;color:#62748e}.sb-bl{display:flex;flex-direction:column;border-radius:20px;background-color:#fff;border:1px solid #d1ddeb;margin:0 20px 16px 16px}.sb-bl__modal-bg{z-index:8;width:100vw;height:100vh;position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:auto}.sb-bl__body{padding:16px}.sb-bl__selection{background:#e9eef5;display:flex;align-items:center;padding:10px 12px;gap:40px;border-radius:6px;margin-bottom:20px}.sb-bl__selection-title{font-weight:500;font-size:.875rem;line-height:140%;min-width:480px}.sb-bl__selection-radio{margin-top:-10px}.sb-bl__review-panel{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 0;background-color:#fefce5}.sb-bl__review-panel>img{width:20px;height:20px}.sb-bl__review-panel>p{font-weight:400;font-size:.8125rem;line-height:140%;color:#0f172a}.sb-bl__review-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.sb-bl__review-info{display:flex;gap:40px;width:100%;align-items:center;justify-content:center;margin-top:20px}.sb-bl__review-img{width:120px}.sb-bl__review-right{display:flex;flex-direction:column;gap:24px}.sb-bl__review-date{display:flex;gap:6px;font-weight:500;font-size:.75rem;line-height:140%}.sb-bl__review-date>:nth-child(1){color:#62748e}.sb-bl__review-date>:nth-child(2){color:#0f172a}.sb-bl-modal{background-color:#fff;border-radius:16px;width:701px}.sb-bl-modal__cont{width:100%;height:100%;position:fixed;top:0;left:0;background:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:999}.sb-bl-modal__cross{border-radius:4.5px;height:24px;width:24px}.sb-bl-modal__cross:hover{background-color:#d1ddeb}.sb-bl-modal__header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 12px;border-bottom:1px solid #d1ddeb}.sb-bl-modal__header>p{font-weight:500;font-size:1.125rem;line-height:140%;color:#0f172a}.sb-bl-modal__body{padding:16px 24px;gap:24px;display:flex;flex-direction:column}.sb-bl-modal__datapt,.sb-bl-modal-distribution{display:flex;flex-direction:column;gap:6px}.sb-bl-modal__label{font-weight:500;font-size:.75rem;line-height:140%;color:#62748e}.sb-bl-modal__value{font-size:.875rem;line-height:140%;color:#0f172a}.sb-bl-modal__footer{display:flex;justify-content:space-between;padding:9px 16px;margin:0 24px 24px;background-color:#e9eef5;border-radius:8px}.sb-bl-modal__footerpt{display:flex;align-items:center;gap:6px}.sb-bl-modal__labelpt{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-bl-modal__valuept{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.sb-bl-modal__cross{cursor:pointer}.sb-bl-progress__modal-bg{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;position:fixed;top:0;left:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0f172acc;z-index:6}.sb-bl-progress--disabled{opacity:.3;cursor:not-allowed}.sb-bl-progress--disabled>*{pointer-events:none}.sb-bl-progress__state{display:flex;gap:8px;align-items:center;padding:6px 8px;background-color:#fef2f2;border-radius:6px}.sb-bl-progress__state>img{width:20px;height:20px}.sb-bl-progress__state>p{font-size:.8125rem;line-height:140%;color:#0f172a}.sb-bl-progress__icon--error{transform:rotate(180deg)}.sb-bl-progress__inputs{display:flex;flex-direction:column;gap:16px;padding:20px 0}.sb-bl-progress__textbox,.sb-bl-progress__dropdown,.sb-bl-progress__radio,.sb-bl-progress__upload{display:flex;align-items:center;gap:40px}.sb-bl-progress__upload-hide{display:flex}.sb-bl-progress__text{width:480px;font-family:Inter,sans-serif;font-weight:500;font-size:.8125rem;line-height:140%;color:#0f172a}.sb-bl-progress__text-area .uno-input__input::placeholder{font-size:.8125rem;font-weight:400;color:#8798af;line-height:140%}.sb-bl-progress__text>span{font-weight:400;font-style:Italic}.sb-bl-progress__declrations{display:flex;flex-direction:column;gap:16px}.sb-bl-progress__declare-label{font-family:Inter,sans-serif;margin-left:12px;font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.sb-bl-progress__declare-label>span{color:#0080ff;cursor:pointer}.sb-bl-progress__declare-label>span:hover{text-decoration:underline}.sb-bl-progress__declare-label>a{color:#0080ff;cursor:pointer}.sb-bl-progress__declare-label>a:hover{text-decoration:underline}.sb-bl-progress__buttons{display:flex;flex-direction:row;gap:16px;margin-top:20px;align-items:center;justify-content:center}.sb-bl-progress__submit-popup .bluno-popup__subtext>span{font-weight:500;color:#475569}.sb-irm-mapping{display:flex;flex-direction:column;border-radius:20px;background-color:#fff;border:1px solid #d1ddeb;margin:0 20px 16px 16px}.sb-irm-mapping__main{display:flex;flex-direction:column;padding:16px;gap:20px}.sb-irm-mapping__main-empty{display:flex;flex-direction:column;padding:unset}.sb-irm-mapping__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.sb-irm-mapping__header-title{font-size:1rem;font-weight:500;line-height:140%;color:#0f172a}.sb-irm-mapping__header-text{font-size:.75rem;font-weight:400;line-height:140%;color:#0f172a}.sb-irm-mapping__header-text-wrapper{display:flex;flex-direction:row;align-items:center;gap:16px;background-color:#fefce5;padding:4px 12px;border-radius:10px}.sb-irm-mapping__header-button{padding:8px 10px!important}.sb-irm-mapping__info{display:flex;flex-direction:column}.sb-irm-mapping__panel{display:flex;flex-direction:column;border:1px solid #d1ddeb;border-top-left-radius:16px;border-top-right-radius:16px}.sb-irm-mapping__panel-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px;height:50px}.sb-irm-mapping__panel-top-left{display:flex;height:100%;gap:12px;align-items:center}.sb-irm-mapping__panel-top-right{display:flex;flex-direction:row;gap:8px;align-items:center}.sb-irm-mapping__panel-bottom{padding:0 16px;margin-bottom:10px}.sb-irm-mapping__filter-toggle{position:relative;display:flex;flex-direction:row;padding:6px 16px;gap:4px;border-radius:6px;border:1px solid #bfcdde;color:#475569;font-size:.8125rem;font-weight:500;cursor:pointer}.sb-irm-mapping__filter-toggle:hover{background-color:#e9eef5}.sb-irm-mapping__filter-toggle--active{border-color:#00bad7}.sb-irm-mapping__filter-toggle-dot{position:absolute;width:8px;height:8px;background-color:#00bad7;top:4px;right:14px;border-radius:50px}.sb-irm-mapping__filter-bottom{display:flex;flex-wrap:wrap;flex-direction:row;gap:12px;min-height:36px;align-items:center;padding:6px 8px;border-radius:8px;background-color:#edfdff}.sb-irm-mapping__filter-bottom .l-dropdown__options-cont{z-index:4}.sb-irm-mapping__table .s-table__data-head{z-index:3}.sb-irm-mapping__modal-bg{z-index:8;width:100vw;height:100vh;position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:auto}.sb-irm-mapping__default{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:center}.sb-irm-mapping__default-img{width:200px;height:190px}.sb-irm-mapping__default-content{display:flex;flex-direction:column;gap:16px}.sb-irm-mapping__default-top{display:flex;flex-direction:column;gap:4px}.sb-irm-mapping__default-top-title{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-irm-mapping__default-top-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#475569}.sb-irm-mapping__default-top-button{padding:8px 10px!important}.sb-irm-mapping__default-top-button-icon{filter:brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(61%) hue-rotate(138deg) brightness(116%) contrast(100%)}.sb-irm-mapping__default-bottom-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#475569}.sb-irm-mapping__default-bottom-button{padding:8px 10px!important}.sb-irm-mapping__selected-irms-button{padding:0 4px!important}.sb-irm-mapping__footer{display:flex;flex-direction:row;padding-top:16px;align-items:center;justify-content:center;border-top:1px dashed #d1ddeb;gap:10px}.sb-irm-mapping__footer-buttons{padding:9px 12px!important}.sb-irm-mapping__post-irm{display:flex;flex-direction:row;gap:12px;background-color:#eefaeb;border-radius:6px;padding:4px 8px;width:100%;align-items:center}.sb-irm-mapping__post-irm-title{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-irm-mapping__post-irm-buttons{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}.sb-irm-mapping__post-irm-amount{white-space:nowrap;font-size:1rem;font-weight:500;line-height:140%;color:#0f172a}.sb-irm-mapping__post-irm-amount>span{font-size:.625rem}.sb-irm-mapping__post-irm-reset-icon{filter:brightness(0) saturate(100%) invert(32%) sepia(92%) saturate(2934%) hue-rotate(198deg) brightness(104%) contrast(102%)}.sb-irm-mapping__post-irm-empty-title{font-size:1rem;font-weight:500;line-height:140%;color:#0f172a}.sb-irm-mapping__post-irm-empty-title-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:left;padding:16px;border-bottom:1px solid #d1ddeb;gap:20px}.sb-irm-mapping__post-irm-empty-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;padding:16px}.sb-irm-mapping__post-irm-empty-icon{width:160px;height:152px}.sb-irm-mapping__post-irm-empty-text{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-irm-mapping__post-irm-content{display:flex;align-items:center;justify-content:center;gap:24px;padding:16px}.sb-irm-mapping__post-irm-icon{width:160px;height:152px}.sb-irm-mapping__post-irm-text{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-header-v2{display:flex;flex-direction:row;justify-content:space-between;cursor:pointer}.sb-header-v2__left{display:flex;flex-direction:column;gap:8px}.sb-header-v2__left-info{display:flex;flex-direction:row;gap:12px;align-items:center;min-height:16px}.sb-header-v2__left-info-old-ad{display:flex;flex-direction:row;gap:8px;align-items:center;min-height:16px;background-color:#f2f6fc;border-radius:6px;padding:2px 4px}.sb-header-v2__left-label-wrapper{width:72px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-header-v2__left-label-wrapper-old-ad{display:flex;flex-direction:row;align-items:center;font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-header-v2__left-value{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a;display:flex;align-items:center;flex-direction:row;gap:4px}.sb-header-v2__left-value--bank{display:flex;align-items:center;flex-direction:row;gap:4px;font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.sb-header-v2__left-value--bank-old-ad{display:flex;align-items:center;flex-direction:row;gap:4px;font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a;opacity:30%}.sb-header-v2__left-bank-icon{height:16px}.sb-header-v2__left-copy{border-radius:2px;width:16px;height:16px}.sb-header-v2__left-copy:hover{background-color:#e5f2ff}.sb-header-v2__ad-bank{display:flex;flex-direction:row;align-items:center;gap:12px}.sb-header-v2__payment-awaited{display:flex;justify-content:flex-start;align-items:center;gap:4px}.sb-header-v2__payment-awaited-icon{height:16px;width:16px}.sb-header-v2__payment-awaited-date{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;font-style:italic;line-height:140%;letter-spacing:0%;vertical-align:middle;color:#62748e}.sb-header-v2__right{height:max-content;display:flex;flex-direction:row;gap:16px;align-items:center;padding:12px;border-radius:8px;border:1px solid #d1ddeb}.sb-header-v2__right-amount-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:4px;height:max-content}.sb-header-v2__right-amount-wrapper--unutilised{padding:4px 12px;border-radius:6px}.sb-header-v2__right-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-header-v2__right-value{font-size:.875rem;font-weight:600;line-height:140%;color:#0f172a}.sb-header-v2__right-value>span{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.sb-header-v2__right-value--unutilised{color:#ef4444}.sb-header-v2__right-value--unutilised>span{color:inherit}.sb-header-v2__right-breakline{height:100%;width:1px;background-color:#f2f6fc}.sb-header-v2__icici{display:flex;flex-direction:row;align-items:center;gap:12px}.sb-header-v2__icici-info-icon{border-radius:2px}.sb-header-v2__icici-info-icon:hover{background-color:#e5f2ff}.sb-header-v2__icici-status{display:flex;flex-direction:row;align-items:center;gap:4px}.sb-header-v2__icici-button{padding:4.5px 8px!important}.sb-header-v2__icici-button-wrapper{display:flex;align-items:center;flex-direction:row;gap:8px}.sb-header-v2__icici-text{font-style:italic;font-size:.6875rem;font-weight:400;color:#475569;line-height:100%}.sb-header-v2__modal-bg{z-index:8;width:100vw;height:100vh;position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:auto}.sb-docs-upload{height:100%;margin:0 20px 40px 16px}.sb-docs-upload__container{display:flex;flex-direction:column;background-color:#fff;border-radius:20px;border:1px solid #d1ddeb}.sb-docs-upload__top{padding:12px 16px}.sb-docs-upload__top-title{font-size:1rem;font-weight:500;line-height:140%;color:#0f172a}.sb-docs-upload__bottom{border-top:1px solid #d1ddeb;padding:16px 24px 32px;display:flex;flex-direction:column;align-items:center;gap:24px}.sb-docs-upload__box{width:600px;background-color:#f2f6fc;border-radius:12px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;gap:24px}.sb-docs-upload__box-content{display:flex;flex-direction:column;gap:8px;align-items:center}.sb-docs-upload__box-image{width:100px;height:90px;object-fit:contain}.sb-docs-upload__box-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#263246}.sb-docs-upload__box-pending-info{display:flex;flex-direction:row;align-items:center;background-color:#fff;border:1px solid #bfcdde;padding:6px 12px;border-radius:24px;gap:24px}.sb-docs-upload__box-pending-count{font-size:.8125rem;font-weight:400;line-height:140%;color:#263246}.sb-docs-upload__box-pending-count-tag-text{border-radius:23px;padding:0 10px;height:20px;display:flex;align-items:center;font-size:.75rem;font-weight:500;line-height:140%}.sb-docs-upload__related{display:flex;flex-direction:column;background-color:#fff;border-radius:24px;width:908px}.sb-docs-upload__related-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:100}.sb-docs-upload__related-top{display:flex;flex-direction:column;gap:6px;width:100%;border-bottom:1px solid #d1ddeb;padding:24px 24px 12px}.sb-docs-upload__related-top-content{display:flex;justify-content:space-between;flex-direction:row;align-items:center}.sb-docs-upload__related-top-close:hover{background-color:#d1ddeb;border-radius:4.5px;cursor:pointer}.sb-docs-upload__related-top-title{font-size:1.125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-docs-upload__related-top-title-wrapper{display:flex;flex-direction:row;align-items:center;gap:12px}.sb-docs-upload__related-top-text{background-color:#e5f2ff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:400;line-height:140%;color:#0f172a}.sb-docs-upload__related-top-text>span{font-weight:500}.sb-docs-upload__related-middle{display:flex;flex-direction:column;gap:20px;padding:16px 20px}.sb-docs-upload__related-middle-input-alignment{gap:6px!important;display:flex}.sb-docs-upload__related-middle-invoices{display:flex;flex-direction:column}.sb-docs-upload__related-middle-invoices-title{display:flex;flex-direction:row;gap:4px;font-size:.75rem;line-height:140%;font-weight:500;color:#0f172a}.sb-docs-upload__related-middle-invoices-title-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px;background-color:#f2f6fc;border-radius:6px;padding:6px 8px}.sb-docs-upload__related-middle-invoices-copy{width:16px;height:16px}.sb-docs-upload__related-middle-invoices-copy:hover{background-color:#e5f2ff;border-radius:2px}.sb-docs-upload__related-middle-invoices-details{display:flex;flex-direction:column;gap:4px}.sb-docs-upload__related-middle-invoices-details-wrapper{display:flex;flex-direction:column;overflow-y:auto;height:100%;max-height:258px}.sb-docs-upload__related-middle-invoices-details-container{height:86px;min-height:86px;flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #d1ddeb;padding:12px 8px 12px 24px}.sb-docs-upload__related-middle-invoices-name{display:flex;flex-direction:row;gap:6px;align-items:center;font-size:.8125rem;line-height:140%;font-weight:500;color:#0f172a}.sb-docs-upload__related-middle-invoices-amount-wrapper{display:flex;flex-direction:row;gap:4px;align-items:center}.sb-docs-upload__related-middle-invoices-label{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:.75rem;line-height:140%;font-weight:400;color:#62748e}.sb-docs-upload__related-middle-invoices-label>span{font-weight:500}.sb-docs-upload__related-middle-invoices-value{font-size:.8125rem;line-height:140%;font-weight:500;color:#0f172a}.sb-docs-upload__related-middle-invoices-value>span{font-size:.625rem}.sb-docs-upload__related-middle-invoices-date{font-size:.6875rem;font-weight:500;line-height:140%;color:#62748e}.sb-docs-upload__related-middle-transport{display:flex;flex-direction:column}.sb-docs-upload__related-middle-transport-details{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 8px 0 24px}.sb-docs-upload__related-middle-transport-title{display:flex;flex-direction:row;gap:4px;font-size:.75rem;line-height:140%;font-weight:500;color:#0f172a}.sb-docs-upload__related-middle-transport-title-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px;background-color:#f2f6fc;border-radius:6px;padding:6px 8px}.sb-docs-upload__related-middle-transport-info{font-size:.8125rem;line-height:140%;font-weight:500;color:#62748e}.sb-docs-upload__related-middle-transport-info-wrapper{display:flex;flex-direction:row;gap:12px}.sb-docs-upload__related-middle-transport-doc-info{font-size:.8125rem;line-height:140%;font-weight:500;color:#0f172a}.sb-docs-upload__related-middle-transport-inputs-wrapper{display:flex;flex-direction:row;gap:16px}.sb-docs-upload__related-bottom{display:flex;flex-direction:row;gap:10px;padding:12px 24px 24px;justify-content:center;border-top:1px solid #d1ddeb}.sb-docs-upload__pending{display:flex;flex-direction:column;border:1px solid #d1ddeb;margin:0 20px 40px 16px;border-radius:20px;background-color:#fff}.sb-docs-upload__pending-top{padding:12px 16px;font-size:1rem;font-weight:500;line-height:140%;color:#0f172a}.sb-docs-upload__pending-bottom{border-top:1px solid #d1ddeb;padding:16px 24px 32px;display:flex;flex-direction:column;align-items:center;gap:24px}.sb-docs-upload__pending-bottom-upload{width:600px}.sb-docs-upload__pending-bottom-upload .upload-card__input-description{font-style:unset;font-size:.75rem;font-weight:400;line-height:140%;color:#62748e}.sb-docs-upload__pending-bottom-popup-wrapper{width:100%;height:100%;position:fixed;top:0;left:0;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:999}.sb-recon-selection-v3{display:flex;flex-direction:column;border-radius:20px;background-color:#fff;border:1px solid #d1ddeb;margin:0 20px 16px 16px}.sb-recon-selection-v3__top{padding:16px 0;min-height:90px;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #d1ddeb;position:relative}.sb-recon-selection-v3__bottom{padding:48px 0;display:flex;flex-direction:column;align-items:center;gap:32px}.sb-recon-selection-v3__radio-buttons{margin-top:unset!important}.sb-recon-selection-v3__radio-button{line-height:140%;color:#263246}.sb-recon-pre-timeline__directions{display:flex;flex-direction:row;align-items:center;gap:12px;position:absolute;top:32px;right:20px}.sb-recon-pre-timeline__prev{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #d1ddeb;border-radius:6px;cursor:pointer}.sb-recon-pre-timeline__prev--disabled{cursor:not-allowed;opacity:30%}.sb-recon-pre-timeline__prev:hover{background-color:#f2f6fc}.sb-recon-pre-timeline__next{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #d1ddeb;border-radius:6px;cursor:pointer}.sb-recon-pre-timeline__next--disabled{cursor:not-allowed;opacity:30%}.sb-recon-pre-timeline__next:hover{background-color:#f2f6fc}.sb-recon-pre-timeline__icon--prev{transform:rotate(180deg)}.sb-recon-pre-timeline__step{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:default;margin-top:4px;padding-top:4px}.sb-recon-pre-timeline__step--clickable{cursor:pointer}.sb-recon-pre-timeline__title{color:#0f172a;line-height:140%;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;margin-top:6px}.sb-recon-pre-timeline .ant-steps-item{display:flex;flex-direction:column;align-items:center;flex:1}.sb-recon-pre-timeline .ant-steps-item-container{display:flex;flex-direction:column;align-items:center;gap:4px}.sb-recon-pre-timeline .ant-steps-item-icon{margin:unset;margin-inline-start:unset!important}.sb-recon-pre-timeline .ant-steps-item-icon .ant-steps-icon{width:max-content!important;margin-top:10px;display:flex;align-items:center;justify-content:center}.sb-recon-pre-timeline .ant-steps-item-content{margin-top:unset!important}.sb-recon-pre-timeline .ant-steps-item-tail:after{height:2px;background-color:#d1ddeb!important}.sb-recon-pre-timeline .ant-steps-item-finish .ant-steps-item-tail:after{background-color:#4bc246!important}.sb-bill-lodgement{display:flex;flex-direction:column;border-radius:20px;background-color:#fff;border:1px solid #d1ddeb;margin:0 20px 16px 16px}.sb-bill-lodgement__top{padding:16px 0;min-height:90px;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #d1ddeb;position:relative}.sb-bill-lodgement__bottom{display:flex;flex-direction:column;align-items:center;gap:32px}.sb-bill-lodgement__in-progress-main{width:100%;display:flex;flex-direction:column;align-items:center;padding:16px;gap:20px}.sb-bill-lodgement__in-progress-info-banner{background-color:#fefce5;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;padding:10px 8px;border-radius:6px;width:100%}.sb-bill-lodgement__in-progress-info-banner-icon{width:20px;height:20px}.sb-bill-lodgement__in-progress-info-banner-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.sb-bill-lodgement__in-progress-content{display:flex;flex-direction:row;gap:40px;align-items:center}.sb-bill-lodgement__in-progress-content-left{width:120px;height:100px}.sb-bill-lodgement__in-progress-content-right{display:flex;flex-direction:column;gap:24px}.sb-bill-lodgement__in-progress-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.sb-bill-lodgement__in-progress-buttons-wrapper{display:flex;flex-direction:column;width:100%;gap:12px}.sb-bill-lodgement__in-progress-breakline{height:1px;background-color:#d1ddeb}.sb-bill-lodgement__in-progress-date{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.sb-bill-lodgement__in-progress-date-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-bill-lodgement__in-progress-date-wrapper{display:flex;flex-direction:row;gap:6px}.sb-bill-lodgement__completed-main{width:100%;display:flex;flex-direction:column;align-items:center;padding:16px;gap:20px}.sb-bill-lodgement__completed-info-banner{background-color:#eefaeb;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;padding:10px 8px;border-radius:6px;width:100%}.sb-bill-lodgement__completed-info-banner-icon{width:20px;height:20px}.sb-bill-lodgement__completed-info-banner-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.sb-bill-lodgement__completed-content{display:flex;flex-direction:row;gap:40px;align-items:center}.sb-bill-lodgement__completed-content-left{width:120px;height:108px}.sb-bill-lodgement__completed-content-right{display:flex;flex-direction:column;gap:24px}.sb-bill-lodgement__completed-text-wrapper{display:flex;flex-direction:column;gap:12px}.sb-bill-lodgement__completed-lodgement-id-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px}.sb-bill-lodgement__completed-lodgement-id-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-bill-lodgement__completed-lodgement-id-value{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a;display:flex;flex-direction:row;align-items:center;gap:4px}.sb-bill-lodgement__completed-lodgement-id-value--no-button{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a;display:flex;flex-direction:row;align-items:center;gap:4px}.sb-bill-lodgement__completed-lodgement-id-copy{width:16px;height:16px}.sb-bill-lodgement__completed-lodgement-id-copy:hover{background-color:#e5f2ff;border-radius:2px}.sb-bill-lodgement__completed-date-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px}.sb-bill-lodgement__completed-date-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-bill-lodgement__completed-date-value{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.sb-bill-lodgement__completed-date-value--no-button{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.sb-bill-lodgement__completed-buttons-wrapper{display:flex;flex-direction:column;gap:12px}.sb-bill-lodgement__completed-text{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-bill-lodgement__completed-text-top{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.irm-attach-popup{position:fixed;bottom:0;left:0;background:#fff;z-index:8;width:100vw;max-height:95vh;border-top-left-radius:24px;border-top-right-radius:24px;display:flex;flex-direction:column;overflow:hidden;transform:translateY(100%);opacity:0;transition:transform .4s ease-out,opacity .4s ease-out}.irm-attach-popup--slide-up{transform:translateY(0);opacity:1}.irm-attach-popup__header{position:relative;padding:24px 24px 12px;border-bottom:1px solid #d1ddeb;display:flex;flex-shrink:0;flex-direction:row;justify-content:space-between}.irm-attach-popup__header-left{display:flex;flex-direction:column;gap:6px}.irm-attach-popup__title{font-size:1.125rem;font-weight:500;line-height:140%;color:#0f172a}.irm-attach-popup__text{font-size:.8125rem;font-weight:400;line-height:140%;color:#62748e}.irm-attach-popup__close{cursor:pointer}.irm-attach-popup__close:hover{border-radius:4.5px;background-color:#d1ddeb}.irm-attach-popup__panel{display:flex;flex-direction:column;border:1px solid #d1ddeb;border-top-left-radius:16px;border-top-right-radius:16px}.irm-attach-popup__panel-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px;height:50px}.irm-attach-popup__panel-top-left{display:flex;height:100%;gap:12px;align-items:center}.irm-attach-popup__panel-top-right{display:flex;flex-direction:row;gap:8px;align-items:center}.irm-attach-popup__panel-bottom{padding:0 16px;margin-bottom:10px}.irm-attach-popup__filter-toggle{position:relative;display:flex;flex-direction:row;padding:6px 16px;gap:4px;border-radius:6px;border:1px solid #bfcdde;color:#475569;font-size:.8125rem;font-weight:500;cursor:pointer}.irm-attach-popup__filter-toggle:hover{background-color:#f2f6fc}.irm-attach-popup__filter-toggle--active{border-color:#00bad7}.irm-attach-popup__filter-toggle-dot{position:absolute;width:8px;height:8px;background-color:#00bad7;top:4px;right:14px;border-radius:50px}.irm-attach-popup__filter-bottom{display:flex;flex-wrap:wrap;flex-direction:row;gap:12px;min-height:36px;align-items:center;padding:6px 8px;border-radius:8px;background-color:#edfdff}.irm-attach-popup__filter-bottom .l-dropdown__options-cont{z-index:4}.irm-attach-popup__table{width:100%;height:calc(90vh - 250px)}.irm-attach-popup__table-section{flex:1;padding:16px 24px 0}.irm-attach-popup__bottom{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0;gap:20px;border-top:1px solid #d1ddeb;padding:12px 24px}.irm-attach-popup__modal-bg{z-index:8;width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);justify-content:flex-end;cursor:auto;opacity:0;transition:opacity .4s ease;pointer-events:none}.irm-attach-popup__modal-bg--show{opacity:1;pointer-events:auto}.irm-attach-popup__modal-bg .irm-add-modal{transform:translate(100%);transition:transform .5s ease}.irm-attach-popup__modal-bg--show .irm-add-modal{transform:translate(0)}.irm-attach-popup__modal-bg .g-modal__body{border-radius:unset}.irm-add-modal{display:flex;flex-direction:column;position:fixed;top:0;right:0;background-color:#fff;height:100vh;z-index:9}.irm-add-modal__top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid #d1ddeb;padding:12px 20px;position:sticky}.irm-add-modal__top-content{display:flex;flex-direction:row;align-items:center;gap:12px}.irm-add-modal__top-copy{border-radius:2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.irm-add-modal__top-copy:hover{background-color:#f2f6fc}.irm-add-modal__top-icon{height:16px}.irm-add-modal__top-title-wrapper{display:flex;flex-direction:row;align-items:center;gap:4px}.irm-add-modal__close{border-radius:4.5px}.irm-add-modal__close:hover{background-color:#d1ddeb;cursor:pointer}.irm-add-modal__body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:16px 20px;background-color:#e9eef5}.irm-add-modal__irm-info{min-width:900px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px;border:1px solid #d1ddeb;border-radius:8px;background-color:#fff}.irm-add-modal__irm-info-wrapper{display:flex;flex-direction:column}.irm-add-modal__irm-info-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.irm-add-modal__irm-info-value{font-size:.8125rem;font-weight:400;color:#0f172a;display:flex;align-items:flex-end;gap:2px}.irm-add-modal__irm-info-value>span{font-size:.625rem;font-weight:500;line-height:140%;color:#0f172a}.irm-add-modal__irm-info-value-wrapper{display:flex;gap:4px}.irm-add-modal__irm-info-value-copy{width:16px;height:16px}.irm-add-modal__irm-info-value-copy:hover{background-color:#e5f2ff;border-radius:2px}.irm-add-modal__fx-info{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;border:1px solid #d1ddeb}.irm-add-modal__fx-info-title{padding:12px 16px;border-bottom:1px solid #d1ddeb;font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.irm-add-modal__fx-info-content{padding:16px 12px 24px;position:relative}.irm-add-modal__fx-info-input{padding-left:16px;position:relative}.irm-add-modal__fx-info-tag{top:39px;left:152px;position:absolute}.irm-add-modal__supporting-doc-wrapper{display:flex;flex-direction:column;border-radius:12px;border:1px solid #d1ddeb;background-color:#fff}.irm-add-modal__supporting-doc-title{padding:12px 16px;border-bottom:1px solid #d1ddeb;font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.irm-add-modal__supporting-doc--other-reason .uno-input__input{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a!important}.irm-add-modal__supporting-doc--other-reason .uno-input__input::placeholder{font-size:.8125rem;font-weight:400;line-height:140%;color:#8798af}.irm-add-modal__supporting-doc-section{display:flex;flex-direction:column;gap:16px;width:100%}.irm-add-modal__supporting-doc-info{display:flex;flex-direction:row;align-items:center;padding-left:16px;gap:16px}.irm-add-modal__supporting-doc-info-wrapper{display:flex;flex-direction:column;gap:16px;padding:16px 12px 24px;position:relative}.irm-add-modal__supporting-doc-info-top{display:flex;flex-direction:row;align-items:flex-end;gap:20px}.irm-add-modal__supporting-doc-info-top .ant-select-single{height:28px}.irm-add-modal__supporting-doc-info-top .l-upload__icon{display:flex}.irm-add-modal__supporting-doc-info-top-reason{display:flex;flex-direction:column;gap:4px}.irm-add-modal__supporting-doc-info-top-reason-label{margin:0;font-size:.75rem;font-weight:500}.irm-add-modal__supporting-doc-info-bottom{display:flex;flex-direction:row;padding:12px;border-radius:8px;gap:8px;background-color:#f2f6fc}.irm-add-modal__reason-docs-row{display:flex;align-items:center;font-size:.8125rem}.irm-add-modal__reason-docs-row-child{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:2px}.irm-add-modal__reason-docs-row .diamond-list{list-style:none;padding-left:0}.irm-add-modal__reason-docs-row .diamond-list li{display:flex;align-items:center;gap:8px}.irm-add-modal__reason-docs-row .diamond-list li:before{content:"";width:6px;height:6px;background:currentColor;transform:rotate(45deg);flex-shrink:0}.irm-add-modal__reason-bulb-icon{height:20px}.irm-add-modal__reason-wrapper{display:flex;flex-direction:column;gap:6px}.irm-add-modal__reason-docs{display:flex;flex-direction:row;gap:20px}.irm-add-modal__reason-doc-icon{filter:brightness(0) saturate(100%) invert(32%) sepia(92%) saturate(2934%) hue-rotate(198deg) brightness(104%) contrast(102%)}.irm-add-modal__reason-title{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.irm-add-modal__reason-subtext,.irm-add-modal__reason-text{font-size:.75rem;font-weight:400;line-height:140%;color:#475569}.irm-add-modal__reason-button{padding:5.5px 8px!important;background-color:transparent!important}.irm-add-modal__another-reason-button{position:absolute;bottom:-14px;left:92px;transform:translate(-50%);padding:5.5px 8px!important}.irm-add-modal__section-divider{border:1px dashed #d1ddeb}.irm-add-modal__remove-section-icon-wrapper{height:100%;display:flex;align-items:center;justify-content:center;background-color:#fef2f2;border-radius:8px;cursor:pointer}.irm-add-modal__remove-section-icon-wrapper:hover{background-color:#fee2e2}.irm-add-modal__footer{display:flex;flex-direction:row;padding:8px 20px;border-top:1px solid #d1ddeb;gap:16px;justify-content:center}.irm-add-modal__popup-bg{z-index:9;width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#000000bf;cursor:auto}.irm-add-modal__popup-bg .g-modal__body{border-radius:16px}.irm-deviation__popup{width:420px;display:flex;flex-direction:column;border-radius:16px;background-color:#fff}.irm-deviation__popup-header{position:relative;padding:24px 24px 8px;display:flex;flex-direction:row;justify-content:center;align-items:center}.irm-deviation__popup-title{font-family:Inter,sans-serif!important;font-size:1.125rem;font-weight:500;line-height:140%;color:#0f172a;text-align:left}.irm-deviation__popup-close{position:absolute;top:24px;right:24px;border-radius:4.5px;cursor:pointer}.irm-deviation__popup-close:hover{background-color:#d1ddeb}.irm-deviation__popup-content{display:flex;flex-direction:column;gap:20px;padding:16px 24px}.irm-deviation__popup-text{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:140%;color:#263246;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.irm-deviation__popup-font>span{font-size:1rem;line-height:150%}.irm-deviation__popup-subtext{font-family:Inter,sans-serif!important;font-size:.875rem;font-weight:400;line-height:140%;color:#263246;letter-spacing:0%;text-align:center}.irm-deviation__popup-buttons{padding:8px 24px 24px;display:flex;justify-content:center;align-items:center;gap:10px}.irm-deviation__amount-info{width:max-content;padding:4px 12px;border-radius:20px;background-color:#f2f6fc;font-weight:400;font-size:.8125rem;line-height:140%;color:#0f172a}.irm-deviation__amount-percent{font-size:1rem;font-weight:600;line-height:140%;color:#0f172a}.irm-delay{width:701px;display:flex;flex-direction:column;border-radius:16px;background-color:#fff}.irm-delay__header{position:relative;padding:24px 24px 8px;display:flex;justify-content:space-between;align-items:center}.irm-delay__title{font-family:Inter,sans-serif!important;font-size:1.125rem;font-weight:500;line-height:140%;color:#0f172a;text-align:left}.irm-delay__close{border-radius:4.5px;cursor:pointer}.irm-delay__close:hover{background-color:#d1ddeb}.irm-delay__content{padding:16px 24px;display:flex;flex-direction:column;gap:24px}.irm-delay__info{display:flex;flex-direction:column;gap:12px}.irm-delay__info-text{font-family:Inter,sans-serif!important;font-size:.75rem;font-weight:400;line-height:140%;color:#0f172a;text-align:left;border-radius:6px;padding:4px 8px;background-color:#fefce5}.irm-delay__irm-details{display:flex;flex-direction:row;gap:24px}.irm-delay__irm-details-reference{display:flex;flex-direction:column;gap:4px}.irm-delay__irm-details-reference-label{font-size:.8125rem;font-weight:500;line-height:140%;color:#62748e}.irm-delay__irm-details-reference-value{display:flex;justify-content:flex-start;align-items:center;gap:8px;font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.irm-delay__irm-details-reference-value-icon{max-width:16px;object-fit:contain}.irm-delay__irm-details-copy{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:2px}.irm-delay__irm-details-copy:hover{background-color:#e5f2ff}.irm-delay__irm-details-credit{display:flex;flex-direction:column;gap:4px}.irm-delay__irm-details-credit-label{font-size:.8125rem;font-weight:500;line-height:140%;color:#62748e}.irm-delay__irm-details-credit-value{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.irm-delay__middle{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%}.irm-delay__middle-text{font-size:.75rem;font-weight:600;line-height:140%;color:#0f172a;white-space:nowrap}.irm-delay__middle-text-wrapper{display:flex;flex-direction:row;align-items:center;gap:6px}.irm-delay__breakline{height:1px;width:100%;background-color:#f2f6fc}.irm-delay__list{display:flex;flex-direction:column}.irm-delay__item{display:flex;flex-direction:column;gap:24px}.irm-delay__item-reference{display:flex;flex-direction:column;gap:8px;min-width:160px}.irm-delay__item-reference-label{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0px;color:#4f4f4f}.irm-delay__item-reference-value{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0px}.irm-delay__item-reference img{max-width:16px;object-fit:contain}.irm-delay__item-upload{display:flex;flex-direction:column;gap:6px}.irm-delay__item-upload-label{font-size:.75rem;font-weight:500;line-height:100%;color:#0f172a}.irm-delay__item-upload-label>span{font-weight:400}.irm-delay__item-credit{display:flex;flex-direction:column;gap:8px}.irm-delay__item-credit-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0px;color:#4f4f4f}.irm-delay__item-credit-value{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0px}.irm-delay__item-reason{flex-grow:1;display:flex;flex-direction:row;gap:8px;align-items:flex-end}.irm-delay__item-select{display:flex;gap:10px;align-items:center}.irm-delay__item-select-dropdown .ant-select-single{height:28px}.irm-delay__doc{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.irm-delay__doc-info{display:flex;justify-content:flex-start;align-items:center;gap:5px;padding-right:10px;border-right:1px solid #d1d1d1}.irm-delay__doc-info>img{max-width:20px;object-fit:contain}.irm-delay__doc-name{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#046cb8;cursor:pointer}.irm-delay__doc-actions{display:flex;justify-content:flex-start;align-items:center;gap:5px}.irm-delay__doc-actions img{max-width:16px;object-fit:contain}.irm-delay__doc-size{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0%;color:#6d6d6d}.irm-delay__buttons{padding:8px 24px 24px;display:flex;justify-content:center;align-items:center;gap:24px}.payment-awaited-v2{width:541px;display:flex;flex-direction:column;align-items:center;position:relative;padding:16px 24px}.payment-awaited-v2__close-wrapper{position:absolute;top:16px;right:16px;width:24px;height:24px;cursor:pointer}.payment-awaited-v2__close-wrapper:hover{border-radius:4.5px;background-color:#d1ddeb;transition:all .3s}.payment-awaited-v2__img>img{max-width:180px;object-fit:contain}.payment-awaited-v2__info{width:100%;display:flex;flex-direction:column;gap:20px}.payment-awaited-v2__due{display:flex;justify-content:space-between;align-items:center}.payment-awaited-v2__due-label{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:Inter,sans-serif;font-weight:500;font-size:.8125rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.payment-awaited-v2__due img{max-width:16px;object-fit:contain}.payment-awaited-v2__input{display:flex;justify-content:space-between;align-items:center}.payment-awaited-v2__input-label{font-family:Inter,sans-serif;font-weight:500;font-size:.8125rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.payment-awaited-v2__remind{border-top:1px solid #d1d1d1;display:flex;flex-direction:column;align-items:center;gap:16px}.payment-awaited-v2__remind .m-bulk-table-view__declaration-label{margin-top:12px}.payment-awaited-v2__error{display:flex;align-items:center;gap:16px}.payment-awaited-v2__error>img{width:16px;height:16px}.payment-awaited-v2__error>p{font-size:.75rem;font-weight:400;line-height:150%;color:#ef4444}.payment-awaited-v2__buttons{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:16px}.irm-edit-amount{display:flex;flex-direction:column;border-radius:16px;background-color:#fff}.irm-edit-amount .uno-input__input{color:#0f172a!important}.irm-edit-amount__header{position:relative;padding:24px 24px 12px;display:flex;flex-direction:column;gap:6px;border-bottom:1px solid #d1ddeb}.irm-edit-amount__title{font-family:Inter,sans-serif!important;font-size:1.125rem;font-weight:500;line-height:140%;text-align:left;color:#0f172a}.irm-edit-amount__title-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.irm-edit-amount__title-bottom{display:flex;flex-direction:row;gap:2px}.irm-edit-amount__close-icon{cursor:pointer;border-radius:4.5px}.irm-edit-amount__close-icon:hover{background-color:#d1ddeb}.irm-edit-amount__info{display:flex;justify-content:space-between;align-items:center;padding:0 20px 16px;border-bottom:1px solid #d1d1d1}.irm-edit-amount__reference-label{font-family:Inter,sans-serif!important;font-weight:500;font-size:.75rem;line-height:140%;color:#62748e}.irm-edit-amount__reference-value{font-family:Inter,sans-serif!important;font-weight:500;font-size:.75rem;line-height:140%;color:#62748e;display:flex;flex-direction:row;align-items:center;gap:4px;height:16px}.irm-edit-amount__reference-value-copy:hover{border-radius:2px;background-color:#e5f2ff}.irm-edit-amount__date{display:flex;flex-direction:column;gap:6px}.irm-edit-amount__date-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:19px;letter-spacing:0px;color:#4f4f4f}.irm-edit-amount__date-value{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%}.irm-edit-amount__edit{width:924px;display:flex;flex-direction:column;padding:16px 24px}.irm-edit-amount__edit-irm{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:8px}.irm-edit-amount__edit-charges{display:flex;justify-content:space-between;align-items:flex-start;border-top:1px solid #d1ddeb;padding-top:8px;padding-bottom:8px}.irm-edit-amount__edit-text{display:flex;align-items:center;font-family:Inter,sans-serif!important;font-weight:500;font-size:.875rem;line-height:140%;color:#0f172a}.irm-edit-amount__edit-info{display:flex;flex-direction:column;gap:6px;align-items:flex-end;justify-content:flex-start}.irm-edit-amount__edit-amt-subtext{font-weight:400;font-size:.75rem;line-height:140%;color:#475569;background-color:#f2f6fc;border-radius:6px;padding:4px 8px}.irm-edit-amount__edit-subtext{font-weight:400;font-size:.75rem;line-height:140%;color:#475569}.irm-edit-amount__edit-subtext-par{display:flex;justify-content:flex-start;align-items:center;gap:8px;background-color:#f2f6fc;border-radius:6px;padding:4px 8px}.irm-edit-amount__edit-subtext-charges{background-color:#f2f6fc;border-radius:6px;padding:4px 8px;font-weight:400;font-size:.75rem;line-height:140%;color:#475569}.irm-edit-amount__edit-subtext-remaining{font-weight:600;font-size:.8125rem;line-height:140%;color:#4bab4c}.irm-edit-amount__edit-subtext-total{font-size:.75rem;font-weight:500;line-height:140%;color:#475569}.irm-edit-amount__edit-subtext-total>span{font-size:.625rem}.irm-edit-amount__edit-input{display:flex;gap:5px;justify-content:flex-start;align-items:center;position:relative}.irm-edit-amount__edit-input--error .uno-input__input{border-color:#ef4444!important}.irm-edit-amount__edit-input-currency{font-family:Inter,sans-serif!important;font-weight:500;font-size:.625rem;line-height:140%;color:#0f172a}.irm-edit-amount__edit-input-error-msg{white-space:nowrap;overflow:hidden;font-size:.6875rem;color:#ef4444}.irm-edit-amount__edit-empty{display:flex;flex-direction:column;gap:6px}.irm-edit-amount__edit-empty-content{display:flex;flex-direction:row;align-items:center;gap:12px}.irm-edit-amount__redirection{width:100%;display:flex;justify-content:center;align-items:center;gap:19px;padding:6px 12px;border-radius:6px;background-color:#f2f6fc}.irm-edit-amount__redirection-text{font-family:Inter,sans-serif;font-weight:400;font-size:.8125rem;line-height:140%;letter-spacing:0%;vertical-align:middle;color:#0f172a}.irm-edit-amount__redirection-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.irm-edit-amount__add-charges{display:flex;flex-direction:column;padding:16px;border-radius:16px;gap:12px;border:1px solid #d1ddeb}.irm-edit-amount__add-charges-top{display:flex;flex-direction:column;gap:4px}.irm-edit-amount__add-charges-top--dash{width:100%;height:1px;border:1px dashed #d1ddeb}.irm-edit-amount__add-charges-top-title{display:flex;flex-wrap:nowrap;white-space:nowrap;align-items:center;gap:6px;font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a}.irm-edit-amount__add-charges-top-title-wrapper{display:flex;flex-direction:row;align-items:center;gap:12px}.irm-edit-amount__add-charges-top-text{font-size:.75rem;font-weight:400;line-height:140%;color:#475569}.irm-edit-amount__add-charges-table{display:flex;flex-direction:column;padding-left:8px}.irm-edit-amount__add-charges-headers{display:flex;flex-direction:row;height:40px}.irm-edit-amount__add-charges-headercell{display:flex;background-color:#f2f6fc;border-bottom:1px solid #d1ddeb;font-size:.75rem;font-weight:600;line-height:140%;align-items:center;padding:6px 12px}.irm-edit-amount__total{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 24px;background-color:#edfdff}.irm-edit-amount__total-text,.irm-edit-amount__total-amount{font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.irm-edit-amount__total-amount>span{font-size:.625rem}.irm-edit-amount__total-charges{display:flex;flex-direction:column;padding:10px 10px 16px;gap:16px;background-color:#efeeee;border-radius:10px}.irm-edit-amount__total-charges-title{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0%;vertical-align:middle}.irm-edit-amount__total-charges-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.6875rem;line-height:19px;letter-spacing:0%;color:#888}.irm-edit-amount__total-charges-buttons{display:flex;justify-content:flex-start;align-items:center;gap:10px}.irm-edit-amount__buttons{display:flex;justify-content:center;align-items:center;gap:10px;padding:12px 24px 24px;border-top:1px solid #d1ddeb}.irm-v3{background-color:#fff;padding:16px;border:1px solid #d1ddeb;border-radius:20px;margin:0 16px;position:relative;overflow:hidden}.irm-v3__cont{padding-bottom:20px}.irm-v3__topbar{padding:16px;display:flex;justify-content:space-between;position:sticky;top:0;z-index:4;background-color:#e9eef5}.irm-v3__topbar-left{display:flex;align-items:flex-start}.irm-v3__topbar-right{display:flex;gap:16px;align-items:center}.irm-v3__topbar-content{display:flex;align-items:flex-end;gap:4px;padding-left:20px;padding-right:8px}.irm-v3__topbar-pretext{font-weight:500;font-size:.875rem;line-height:140%;color:#62748e}.irm-v3__topbar-text{font-weight:500;font-size:1.25rem;line-height:120%;color:#0f172a}.irm-v3__topbar-tags{display:flex;justify-content:flex-start;align-items:center;gap:8px}.irm-v3__header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.irm-v3__header-left{display:flex;flex-direction:column;gap:8px}.irm-v3__header-item{display:flex;gap:12px;align-items:center;height:16px}.irm-v3__header-text{font-weight:500;font-size:.75rem;line-height:140%}.irm-v3__header-icon{height:16px}.irm-v3__header-value{display:flex;align-items:center;gap:4px}.irm-v3__header-value .irm-v3__topbar-copy-wrapper{opacity:0;visibility:hidden}.irm-v3__header-value:hover .irm-v3__topbar-copy-wrapper{opacity:1;visibility:visible}.irm-v3__header-value--left{flex-direction:row-reverse}.irm-v3__header-label{font-weight:500;font-size:.75rem;line-height:140%;color:#62748e}.irm-v3__header-right{display:flex;align-items:center;gap:16px;padding:12px;border-radius:8px;border:1px solid #d1ddeb;height:75px}.irm-v3__header-right-amount-wrapper{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:4px;height:max-content;padding:4px 12px;border-radius:6px;height:51px}.irm-v3__header-right-amount-wrapper--border{border-right:1px solid #f2f6fc}.irm-v3__header-right-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.irm-v3__header-right-value{display:flex;flex-direction:row;gap:2px;align-items:flex-end;font-size:.875rem;font-weight:600;line-height:140%;color:#0f172a}.irm-v3__header-right-value>span{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a;margin-bottom:1px}.irm-v3__header-right-value--unutilised{color:#ef4444}.irm-v3__header-right-value--unutilised>span{color:inherit}.irm-v3__header-right-value-cont{display:flex;gap:6px;align-items:center}.irm-v3__header-right-value-cont>img{width:16px;height:16px;cursor:pointer}.irm-v3__header-right-breakline{height:100%;width:1px;background-color:#f2f6fc}.irm-v3__header-amounts,.irm-v3__header-total{display:flex;align-items:center}.irm-v3__details{margin:26px 0 16px;border-radius:12px;border:.5px solid #d1ddeb}.irm-v3__details-header{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border:.5px solid #d1ddeb;border-top-left-radius:12px;border-top-right-radius:12px}.irm-v3__details-cell{padding:12px;display:flex;flex-direction:column;gap:4px;border:.5px solid #ddd}.irm-v3__details-title{font-weight:500;font-size:1rem;line-height:140%}.irm-v3__details-label{font-weight:500;font-size:.75rem;line-height:140%;color:#62748e}.irm-v3__details-buttons{display:flex;gap:12px;align-items:center}.irm-v3__details-wrapper--vertical{display:flex;flex-direction:column;gap:4px}.irm-v3__details-wrapper--horizontal,.irm-v3__details-content{display:flex;gap:4px}.irm-v3__details-content .irm-v3__topbar-copy-wrapper{opacity:0;visibility:hidden}.irm-v3__details-content:hover .irm-v3__topbar-copy-wrapper{opacity:1;visibility:visible}.irm-v3__details-text{font-weight:500;font-size:.8125rem;line-height:140%;color:#0f172a}.irm-v3__details-text span:nth-child(1){font-weight:600}.irm-v3__details-text span:nth-child(2){font-weight:500;font-size:.75rem}.irm-v3__details-subtext{font-weight:400;font-size:.8125rem;line-height:140%;color:#62748e}.irm-v3__details-icon{height:16px}.irm-v3__charges{border:1px solid #d1ddeb;border-radius:12px}.irm-v3__charges-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid #d1ddeb}.irm-v3__charges-header>p{font-weight:500;font-size:1rem;line-height:140%}.irm-v3__charges-empty{display:flex;align-items:center;justify-content:center;gap:24px;padding:12px}.irm-v3__charges-empty-icon{width:100px}.irm-v3__charges-empty-right{display:flex;flex-direction:column;gap:4px;max-width:350px}.irm-v3__charges-empty-right>p{font-weight:500;font-size:.8125rem;line-height:140%}.irm-v3__charges-empty-right>span{font-size:.8125rem;line-height:140%;color:#475569}.irm-v3__charges-empty-right>div{margin-top:12px}.irm-v3__pc-modal{position:relative;width:494px;height:309px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.irm-v3__pc-modal>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.irm-v3__pc-modal-text{font-weight:500;font-size:1rem;line-height:120%}.irm-v3__pc-modal-description{font-size:.875rem;line-height:140%;max-width:430px;color:#62748e;text-align:center}.irm-v3__pc-modal-cross{position:absolute;top:20px;right:20px;cursor:pointer}.irm-v3__pc-modal-icon{width:80px;height:80px}.v3-irm{color:#0f172a}.v3-irm__modal{width:884px;max-width:892px;border-radius:16px}.v3-irm__modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 12px;border-bottom:1px solid #d1ddeb}.v3-irm__modal-head-left{display:flex;flex-direction:column;gap:6px}.v3-irm__modal-head-left>p{font-weight:500;font-size:1.125rem;line-height:140%}.v3-irm__modal-head-left>span{font-size:.8125rem}.v3-irm__modal-head-right{cursor:pointer;width:max-content}.v3-irm__modal-table{padding:16px 24px 12px}.v3-irm__modal-headers{display:flex;align-items:center;background:#f2f6fc;max-width:820px}.v3-irm__modal-rows{overflow-y:scroll;max-height:30vh;max-width:950px;padding-right:100px}.v3-irm__modal-headercell{padding:11.5px 12px;display:flex;font-weight:600;font-size:.75rem;line-height:140%}.v3-irm__modal-headercell--left{justify-content:left}.v3-irm__modal-headercell--center{justify-content:center}.v3-irm__modal-headercell--right{justify-content:right}.v3-irm__modal-dropdown{padding:8px 12px 8px 16px;display:flex;flex-direction:column;gap:10px}.v3-irm__modal-textarea{padding:8px 12px}.v3-irm__modal-textarea .ant-input{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a!important}.v3-irm__modal-textarea .ant-input::placeholder{color:#8798af!important}.v3-irm__modal-textarea-error{width:210px;font-size:.6875rem;line-height:140%;color:#ef4444;margin-top:2px}.v3-irm__modal-textbox{padding:8px 12px;display:flex;flex-direction:column;align-items:flex-end}.v3-irm__modal-textbox-top{display:flex;justify-content:flex-end}.v3-irm__modal-textbox-top .uno-input__input{color:#0f172a!important}.v3-irm__modal-textbox-error{width:110px;font-size:.6875rem;line-height:140%;color:#ef4444;margin-top:2px}.v3-irm__modal-textbox--right{position:relative;display:flex;align-items:center;padding-left:3px}.v3-irm__modal-textbox--right>p{font-size:.625rem}.v3-irm__modal-textbox--right>div{cursor:pointer;position:absolute;left:32px}.v3-irm__modal-textbox-clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:2px}.v3-irm__modal-textbox-clear:hover{background:#f2f6fc}.v3-irm__modal-uploadbox{padding:8px 12px}.v3-irm__modal-row{display:flex;border-bottom:1px dashed #e5e5e5}.v3-irm__modal-btns{padding:0 24px 16px}.v3-irm__modal-totals{display:flex;align-items:center;justify-content:space-between;padding:8px 24px;background:#edfdff}.v3-irm__modal-totals>p{font-weight:500;font-size:.875rem;line-height:140%}.v3-irm__modal-buttons{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 24px}.v3-irm__modal-empty{display:flex;align-items:center;justify-content:center;gap:24px;background:#f2f6fc;margin:16px 24px;padding:12px;border-radius:8px}.v3-irm__modal-empty>img{width:100px}.v3-irm__modal-empty>p{font-size:.8125rem;line-height:140%;max-width:350px}.v3-irm__modal-amt>span{font-size:.6875rem}.v3-irm__notempty{padding:12px}.v3-irm__notempty-headers{display:flex;justify-content:space-between;align-items:center;background:#f2f6fc;padding:8px 16px}.v3-irm__notempty-row{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px dashed #d1ddeb}.v3-irm__notempty-buttons{padding:12px 0}.v3-irm__notempty-totals{display:flex;justify-content:space-between;padding:8px 16px;border-top:1px solid #bfcdde}.v3-irm__notempty-headercell{font-weight:600;font-size:.75rem;line-height:140%}.v3-irm__notempty-row,.v3-irm__notempty-text{font-size:.8125rem;line-height:140%}.v3-irm__notempty-text span:nth-child(1){font-weight:500}.v3-irm__notempty-text span:nth-child(2){font-size:.6875rem}.irm-v3-sbs-attached{font-family:inherit;padding:0 16px 22px;display:flex;flex-direction:column}.irm-v3-sbs-attached .sb-tabs-container{width:100%;display:flex;flex-direction:column;box-sizing:border-box;border:1px solid #d1d9e6;border-radius:20px;background-color:#fff}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-header{padding:20px 24px 0}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-header .sb-tabs-title{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.4;color:#1f2937}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-header .sb-tabs-nav{display:flex;gap:4px;padding-top:5px}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-header .sb-tabs-nav .sb-tab-wrapper{position:relative;display:flex}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-header .sb-tabs-nav .sb-tab-wrapper:first-child .sb-tab-btn{padding-left:0!important}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-header .sb-tabs-nav .sb-tab-wrapper .sb-tab-btn{font-family:Inter,sans-serif!important;font-weight:500!important;font-size:14px!important;line-height:18px!important;color:#64748b!important;height:auto!important;border-radius:0!important;background-color:transparent!important;display:inline-flex!important;align-items:center!important;padding:6px 12px 12px;gap:8px!important}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-header .sb-tabs-nav .sb-tab-wrapper .sb-tab-btn:hover,.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-header .sb-tabs-nav .sb-tab-wrapper.sb-tab--active .sb-tab-btn{color:#0080ff!important}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-header .sb-tabs-nav .sb-tab-wrapper.sb-tab--active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:#0080ff;border-radius:4px 4px 0 0}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-content{display:flex;flex-direction:column;gap:16px;padding:16px;border-top:1px solid #d1d9e6;background-color:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-content--empty{height:260px}.irm-v3-sbs-attached .sb-tabs-container .sb-tabs-empty{text-align:center;padding:40px;color:#6b7280;font-size:14px}.sb-card{border:1px solid #d1ddeb;border-radius:12px;background-color:#fff;overflow:hidden;transition:all .2s ease-in-out}.sb-card__related{display:flex;flex-direction:column;background-color:#fff;border-radius:24px;width:908px}.sb-card__related-overlay{position:fixed;inset:0;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:100}.sb-card__header{cursor:pointer;padding:12px 16px;display:flex;flex-direction:column;justify-content:center;position:relative;min-height:68px;box-sizing:border-box}.sb-card__header-info{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding-right:150px;font-size:13px}.sb-card__header-info .sb-card__header-item:nth-child(1){width:100%;margin-bottom:8px}.sb-card__header-info .sb-card__header-item:nth-child(1) .label{color:#62748e;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:1.4}.sb-card__header-info .sb-card__header-item:nth-child(1) .sb-link,.sb-card__header-info .sb-card__header-item:nth-child(1) span:not(.label){color:#0f172a;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.4;text-decoration:underline;margin-left:4px}.sb-card__header-info .sb-card__separator:nth-child(2){display:none}.sb-card__header-info .sb-card__header-item{display:flex;align-items:center;gap:4px}.sb-card__header-info .sb-card__header-item .label{color:#62748e;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:1.4}.sb-card__header-info .sb-card__header-item .value{display:flex;flex-direction:row;gap:2px;align-items:flex-end;font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-card__header-info .sb-card__header-item .value>span{font-size:.75rem;font-weight:500;line-height:140%;color:#0f172a;margin-bottom:1px}.sb-card__header-info .sb-card__header-item .value--unutilised{color:#ef4444}.sb-card__header-info .sb-card__header-item .value--unutilised>span{color:inherit}.sb-card__header-info .sb-card__separator{width:1px;height:14px;background-color:#d1ddeb}.sb-card__header-end{display:flex;align-items:center;gap:12px;position:absolute;top:12px;right:16px}.sb-card__header-end .sb-card__expand-toggle{color:#62748e;padding:4px;border-radius:4px;transition:background .2s}.sb-card__header-end .sb-card__expand-toggle:hover{background-color:#f3f4f6}.sb-card__content{border-top:1px solid #d1ddeb;background-color:#e9eef5;padding:12px}.sb-card__content .s-table.s-table--border{padding:0}.sb-card__content .s-table__data-head{background-color:#d1ddeb}.sb-card__content .sb-card__no-table{padding:24px;text-align:center;color:#62748e}.sb-card__footer-table{padding:0 12px}.sb-card__footer-table .s-table__data-head{height:0!important;padding:0!important}.sb-card__footer-table .s-table__data-row{border-bottom:0}.sb-card__popup{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:1000;background:#fff;border-radius:16px;padding:32px;width:460px;max-width:95%;box-shadow:0 10px 40px #00000014}.sb-card__popup .bluno-popup__close-wrapper{position:absolute;top:20px;right:20px;height:24px;width:24px;cursor:pointer}.sb-card__popup .bluno-popup__image{display:block}.sb-card__popup .bluno-popup__content{display:flex;flex-direction:column;gap:6px;align-items:center}.sb-card__popup .bluno-popup__title{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#0f172a;margin:0;line-height:120%}.sb-card__popup .bluno-popup__text{width:396px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:120%;text-align:center;margin:0 auto;color:#0f172a}.sb-card__popup .bluno-popup__subtext{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:140%;text-align:center;margin:0 auto;color:#64748b;height:40px;width:396px}.sb-card__popup .bluno-popup__buttons{display:flex;gap:16px;justify-content:center;width:100%}.sb-regularisation{display:flex;flex-direction:column;border-radius:20px;background-color:#fff;border:1px solid #d1ddeb;margin:0 20px 16px 16px}.sb-regularisation__form-error{padding:15px 0 0}.sb-regularisation__form-error-message{font-size:.875rem;font-weight:400;line-height:150%;color:#e01e5a}.sb-regularisation__content{width:100%;display:flex;flex-direction:column;padding:16px;gap:20px}.sb-regularisation__docinfo{display:flex;flex-direction:column;align-items:flex-start}.sb-regularisation__submit{margin-top:10px;display:flex;align-items:center;justify-content:center}.sb-regularisation__pending{width:100%;border-top:1px solid #d1d1d1;padding-top:15px}.sb-regularisation__pending-title{padding:3px;display:flex;align-items:center;gap:20px}.sb-regularisation__pending-title--red{background-color:#e01e5a1a}.sb-regularisation__pending-title>span{font-size:1rem;font-weight:600;line-height:150%}.sb-regularisation__pending-title>img{width:20px;height:20px}.sb-regularisation__pending-message{font-size:.875rem;line-height:150%;color:#ef4444;border-top:1px solid #d1d1d1;margin-top:15px;padding-top:15px}.sb-regularisation__pending-document{display:flex;justify-content:space-between;align-items:center;gap:48px}.sb-regularisation__pending-list{width:100%;display:flex;flex-direction:column;gap:20px;padding:25px 0 15px;border-bottom:1px solid #1677ff}.sb-regularisation__pending-content{position:relative;display:flex;width:605px}.sb-regularisation__pending-button{height:32px;position:absolute;left:380px;top:0}.sb-regularisation__pending-text{display:flex;align-items:center;gap:12px}.sb-regularisation__pending-text>span{font-size:1rem;line-height:120%}.sb-regularisation__pending-box{min-width:380px!important;width:380px;max-width:380px!important;background-color:#fff!important}.sb-regularisation__pending-box section{background-color:#f8f8f8}.sb-regularisation__pending-box .s-upload-list-v2-{background-color:#fff}.sb-regularisation__submit{display:flex;flex-direction:row;gap:16px}.sb-post-recon__preview{position:fixed;bottom:0;width:100vw;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;max-height:90vh;opacity:0;transform:translateY(100%);transition:all .4s ease-in-out}.sb-post-recon__preview-title{margin-bottom:8px;font-weight:500;font-size:1rem;line-height:140%}.sb-post-recon__preview--slide-up{opacity:1;transform:translateY(0)}.sb-post-recon__preview-modal{position:relative;padding:24px 20px;display:flex;flex:1;flex-direction:row;gap:24px}.sb-post-recon__preview-close-icon{position:absolute;top:24px;right:24px;border-radius:4.5px;cursor:pointer}.sb-post-recon__preview-close-icon:hover{background-color:#bfcdde}.sb-post-recon__preview-left{flex:1;min-width:0}.sb-post-recon__preview-right{flex:0 0 675.5px;padding-left:24px;border-left:1px solid #d1ddeb}.sb-post-recon__preview--height{position:fixed;top:0;height:100vh}.sb-post-recon__modal-bg{display:flex;align-items:center;justify-content:center;position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999}.sb-post-recon-summary__content{display:flex;flex-direction:column;gap:16px;height:90vh}.sb-post-recon-summary__content-title{position:sticky;background-color:#fff;z-index:4;top:0;font-size:1rem;font-weight:500;line-height:140%;color:#0f172a;display:flex;align-items:flex-end;gap:2px}.sb-post-recon-summary__content-sb-no{font-size:1rem;font-weight:500;line-height:140%;color:#0f172a}.sb-post-recon-summary__content-sb-no>span{font-size:.75rem}.sb-post-recon-summary__content-doc-details{display:flex;flex-direction:column;gap:20px;padding-bottom:32px;overflow-y:auto}.sb-post-recon-summary__content-generated-doc{display:flex;flex-direction:column;border-radius:12px;border:1px solid #d1ddeb}.sb-post-recon-summary__content-generated-doc-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #d1ddeb;padding:12px 16px;font-weight:500;font-size:1rem;line-height:120%}.sb-post-recon-summary__content-generated-doc-body{display:flex;flex-direction:column;padding:16px;gap:6px}.sb-post-recon-summary__content-generated-doc-section__title{display:flex;font-size:.75rem;font-weight:600;line-height:140%;color:#0f172a;background-color:#f2f6fc;border-radius:6px;height:29px;align-items:center;padding:6px 8px;font-style:"Semi Bold"}.sb-post-recon-summary__content-generated-doc-row{display:flex;align-items:center;line-height:140%;font-size:.8125rem;font-weight:400;height:24px;gap:8px}.sb-post-recon-summary__content-invoice-details{display:flex;flex-direction:column;border-radius:12px;border:1px solid #d1ddeb}.sb-post-recon-summary__content-invoice-details-table .s-table__data{height:100%!important}.sb-post-recon-summary__content-invoice-details-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #d1ddeb;padding:12px 16px}.sb-post-recon-summary__content-invoice-details-button{padding:6.5px 8px!important}.sb-post-recon-summary__content-invoice-details-title{font-size:1rem;font-weight:500;line-height:120%;color:#0f172a}.sb-post-recon-summary__content-invoice-details-body{padding:16px;display:flex;flex-direction:column;gap:16px}.sb-post-recon-summary__content-invoice-details-table .s-table__sb-status-v2{font-size:.8125rem;font-weight:400}.sb-post-recon-summary__content-irm-details{display:flex;flex-direction:column;border-radius:12px;border:1px solid #d1ddeb}.sb-post-recon-summary__content-irm-details-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #d1ddeb;padding:12px 16px}.sb-post-recon-summary__content-irm-details-table .s-table__data{height:100%!important}.sb-post-recon-summary__content-irm-details-table .s-table__th--remitter_name,.sb-post-recon-summary__content-irm-details-table .s-table__th--fcy_amount{width:unset!important;min-width:unset!important}.sb-post-recon-summary__content-irm-details-button{padding:6.5px 8px!important}.sb-post-recon-summary__content-irm-details-title{font-size:1rem;font-weight:500;line-height:120%;color:#0f172a}.sb-post-recon-summary__content-irm-details-body{padding:16px;display:flex;flex-direction:column;gap:16px}.sb-post-recon-summary__content-irm-details-empty{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:center}.sb-post-recon-summary__content-irm-details-empty-icon{width:160px;height:152px}.sb-post-recon-summary__content-irm-details-empty-title{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-post-recon-summary__content-irm-details-footer{padding:4px 8px;border-radius:6px;background-color:#eefaeb;display:flex;justify-content:space-between}.sb-post-recon-summary__content-irm-details-footer-label{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.sb-post-recon-summary__content-irm-details-footer-value{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-post-recon-summary__content-irm-details-footer-value>span{font-size:.625rem}.sb-post-recon-summary__content-deviation-details{display:flex;flex-direction:column;border-radius:12px;border:1px solid #d1ddeb}.sb-post-recon-summary__content-deviation-details-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #d1ddeb;padding:12px 16px}.sb-post-recon-summary__content-deviation-details-button{padding:6.5px 8px!important}.sb-post-recon-summary__content-deviation-details-title{font-size:1rem;font-weight:500;line-height:120%;color:#0f172a}.sb-post-recon-summary__content-deviation-details-body{padding:16px;display:flex;flex-direction:column;gap:16px}.sb-post-recon-summary__content-deviation-details-breakline{width:100%;height:1px;border:1px dashed #d1ddeb}.sb-post-recon-summary__content-submitted-reasons{display:flex;flex-direction:column;gap:6px}.sb-post-recon-summary__content-submitted-reasons-bottom{font-size:.8125rem;font-weight:400;line-height:140%;color:#263246}.sb-post-recon-summary__content-submitted-reasons-deviation-label{display:flex;flex-direction:row;gap:8px}.sb-post-recon-summary__content-submitted-reasons-deviation-label>p{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a}.sb-post-recon-summary__content-submitted-reasons-deviation-label>p>span{color:#0f172a;font-weight:400}.sb-post-recon-summary__content-submitted-reasons-deviation-label>p>span>a{color:#0080ff}.sb-post-recon-summary__content-submitted-reasons-deviation-label>p>span>a:hover{color:#2161ed}.sb-post-recon-summary__content-submitted-reasons-label{display:flex;flex-direction:row;align-items:baseline;gap:8px}.sb-post-recon-summary__content-submitted-reasons-label>p{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-post-recon-summary__content-submitted-reasons-label>p>a{color:#0080ff}.sb-post-recon-summary__content-submitted-reasons-label>p>a:hover{color:#2161ed}.sb-post-recon-summary__content-history-log{display:flex;flex-direction:column;border:1px solid #d1ddeb;border-radius:12px;background-color:#f2f6fc}.sb-post-recon-summary__content-history-log-title{padding:12px 16px;font-size:1rem;font-weight:500;line-height:120%;color:#0f172a;border-bottom:1px solid #d1ddeb}.sb-post-recon-summary__content-history-log-details{padding:16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.sb-post-recon-summary__content-history-log-submitted-by{display:flex;align-items:center;gap:6px}.sb-post-recon-summary__content-history-log-date{display:flex;align-items:center;gap:7px;font-size:.6875rem;font-weight:500;line-height:140%;color:#475569}.sb-post-recon-summary__content-history-log-label{font-size:.75rem;font-weight:500;line-height:140%;color:#62748e}.sb-post-recon-summary__content-history-log-value{font-size:.8125rem;font-weight:400;line-height:140%;color:#263246}.sb-post-submission{background-color:#fff;margin:0 20px 16px 16px;padding:16px;border-radius:20px;border:1px solid #d1ddeb;display:flex;flex-direction:column;gap:16px}.sb-post-submission__top{display:flex;flex-direction:column;align-items:center;gap:20px}.sb-post-submission__title{font-size:1rem;font-weight:500;line-height:140%;color:#0f172a}.sb-post-submission__bottom{display:flex;flex-direction:row}.sb-post-submission__bottom-wrapper{background-color:#e9eef5;padding:16px 50px;border-radius:16px}.sb-post-submission__doc-info{width:50%;padding:0 16px 16px 0}.sb-post-submission__doc-info .sb-post-recon-summary__content-title{z-index:3}.sb-post-submission__doc-info .s-table__data-head{z-index:2}.sb-post-submission__doc-preview{width:50%}.sb-post-recon-timeline .ant-steps-item{flex:0 0 240px}.sb-post-recon-timeline .ant-steps-item-title{font-family:Inter,sans-serif;font-weight:500;font-size:.8125rem;line-height:140%;letter-spacing:0%;text-align:center;vertical-align:middle;color:#0f172a;white-space:nowrap}.sb-post-recon-timeline .ant-steps-item-title .--in-progress{color:#62748e}.sb-post-recon-timeline .ant-steps-item-tail{top:14px}.sb-post-recon-timeline .ant-steps-item-tail:after{background-color:#d1ddeb!important;height:2px}.sb-post-recon-timeline .ant-steps-item-finish .ant-steps-item-tail{top:14px}.sb-post-recon-timeline .ant-steps-item-finish .ant-steps-item-tail:after{background-color:#4bc246!important;height:2px}.sb-post-recon-timeline__icons{width:28px;height:28px}.sb-post-recon-timeline__desc-container{display:flex;flex-direction:column;align-items:center;gap:4px}.sb-post-recon-timeline__desc-text1{font-family:Inter,sans-serif;padding:6px 12px;font-size:.6875rem;border-radius:8px;font-weight:400;line-height:140%;color:#475569;width:max-content;margin-top:4px}.sb-post-recon-timeline__desc-text2{display:flex;justify-content:center;align-items:center;gap:2px;padding:4px 0 0}.sb-post-recon-timeline__desc-text2-label{font-family:Inter,sans-serif;font-weight:500;font-size:.75rem;line-height:140%;letter-spacing:0%;text-align:center;vertical-align:middle;white-space:nowrap;color:#0f172a}.sb-post-recon-timeline__desc-text2-value{display:flex;flex-direction:row;gap:6px;align-items:center;font-family:Inter,sans-serif;font-weight:500;font-size:.75rem;line-height:140%;letter-spacing:0%;text-align:center;vertical-align:middle;color:#0f172a}.sb-post-recon-timeline__desc-text2-value-copy{width:16px;height:16px}.sb-post-recon-timeline__desc-text2-value-copy:hover{background-color:#e5f2ff;border-radius:2px}.sb-post-recon-timeline__desc-button{margin-top:4px;padding:8px 4px!important}.sb-post-recon-timeline__desc-button-icon{filter:brightness(0) saturate(100%) invert(32%) sepia(92%) saturate(2934%) hue-rotate(198deg) brightness(104%) contrast(102%)}.sb-post-recon-timeline__ebrcs{position:absolute;top:105%;right:0;display:flex;flex-direction:column;max-height:200px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0f172a1f;overflow-y:auto;z-index:5}.sb-post-recon-timeline__ebrcs-all{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;gap:20px;border-bottom:1px solid #d1ddeb}.sb-post-recon-timeline__ebrcs-all-text{font-family:Inter,sans-serif;font-weight:600;font-size:.75rem;line-height:140%;letter-spacing:0%;vertical-align:middle;color:#0f172a}.sb-post-recon-timeline__ebrcs-all-buttons{display:flex;justify-content:flex-end;align-items:center}.sb-post-recon-timeline__ebrcs-singles{display:flex;flex-direction:column;padding:8px;gap:4px}.sb-post-recon-timeline__ebrcs-single{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;gap:20px;border-radius:6px;cursor:pointer}.sb-post-recon-timeline__ebrcs-single:hover{background-color:#f2f6fc}.sb-post-recon-timeline__ebrcs-single-seperator{height:1px;width:100%;background-color:#f2f6fc;margin:4px 0}.sb-post-recon-timeline__ebrcs-single-text{font-family:Inter,sans-serif;font-weight:400;font-size:.8125rem;line-height:140%;letter-spacing:0%;vertical-align:middle;color:#0f172a;white-space:nowrap}.sb-post-recon-timeline__ebrcs-single-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.icici-reg-status-v2{width:max-content;display:flex;flex-direction:column;border-radius:16px;background-color:#fff}.icici-reg-status-v2__header{display:flex;flex-direction:column;gap:6px;padding:24px 24px 12px;border-bottom:1px solid #d1ddeb}.icici-reg-status-v2__header-top{display:flex;justify-content:space-between;align-items:center}.icici-reg-status-v2__header-top>img{max-width:24px;object-fit:contain;cursor:pointer}.icici-reg-status-v2__close{border-radius:4.5px;cursor:pointer}.icici-reg-status-v2__close:hover{background-color:#d1ddeb}.icici-reg-status-v2__title{font-family:Inter,sans-serif!important;font-weight:500;font-size:1.125rem;line-height:140%;letter-spacing:0%;color:#0f172a}.icici-reg-status-v2__text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:140%;letter-spacing:0%;color:#62748e}.icici-reg-status-v2__content{display:flex;flex-direction:column;gap:24px;padding:16px 24px}.icici-reg-status-v2__content-radio-wrapper{gap:12px}.icici-reg-status-v2__content-radio-title{font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.icici-reg-status-v2__content-radio-button{gap:6px;border:1px solid #d1ddeb;padding:6px 8px}.icici-reg-status-v2__content-radio-button:hover:not(.icici-reg-status-v2__content-radio-button--disabled,.icici-reg-status-v2__content-radio-button--selected){background-color:#f2f6fc}.icici-reg-status-v2__content-radio-button .s-radio-button__text{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.icici-reg-status-v2__content-radio-button .s-radio-button__radio{width:15px;height:15px;border:1.5px solid #8798af}.icici-reg-status-v2__content-radio-button--selected{border-color:#66b3ff;background-color:#e5f2ff}.icici-reg-status-v2__content-radio-button--selected .s-radio-button__radio{width:15px;height:15px;border-color:#0080ff!important}.icici-reg-status-v2__content-radio-button--selected .s-radio-button__radio:after{background-color:#0080ff;width:6.5px;height:6.5px}.icici-reg-status-v2__content-text-input .uno-input__input{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a!important}.icici-reg-status-v2__content-text-input .uno-input__input::placeholder{color:#8798af}.icici-reg-status-v2__submit{display:flex;flex-direction:column;gap:10px}.icici-reg-status-v2__submit-error{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:100%;letter-spacing:0%;color:#ef4444}.icici-reg-status-v2__buttons{display:flex;justify-content:center;align-items:center;gap:10px;padding:12px 24px 24px;border-top:1px solid #d1ddeb}.icici-reg-status-v2__popup{position:relative;width:375px;display:flex;flex-direction:column;gap:33px;border-radius:10px;background-color:#fff;padding:32px}.icici-reg-status-v2__popup-top{display:flex;justify-content:center;align-items:center}.icici-reg-status-v2__popup-icon{max-width:80px;object-fit:contain}.icici-reg-status-v2__popup-close{position:absolute;right:20px;top:20px;max-width:20px;object-fit:contain;cursor:pointer}.icici-reg-status-v2__popup-title{font-family:Inter,sans-serif!important;font-weight:600;font-size:1rem;line-height:120%;letter-spacing:0%;text-align:center}.icici-reg-status-v2__popup-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:140%;letter-spacing:0%;text-align:center}.icici-reg-status-v2__popup-buttons{display:flex;justify-content:center;align-items:center;gap:10px}.rbac-main-page{width:100%;height:100%;background-color:#fff;display:flex;flex-direction:column}.rbac-main-page__header{position:relative;padding:19px 16px 0;display:flex;flex-direction:column;gap:11px;border-bottom:1px solid #d1ddeb}.rbac-main-page__title{font-size:1.125rem;width:max-content;font-weight:500;line-height:140%;color:#0f172a}.rbac-main-page__type{padding-top:5px;width:100%;display:flex;justify-content:space-between;align-items:flex-end;position:relative}.rbac-main-page__type-type{display:flex;align-items:center;gap:4px}.rbac-main-page__type-add{display:flex;gap:19px;position:absolute;right:0;top:0}.rbac-main-page__type-add--tooltip{font-size:.6875rem;font-weight:500;line-height:140%}.rbac-main-page__type-add-text{width:max-content;position:absolute;font-size:.6875rem;line-height:140%;right:0;bottom:30px;margin-bottom:4px;color:#62748e}.rbac-main-page__single{text-decoration:none;color:#000;cursor:pointer}.rbac-main-page__single:hover{color:#1677ff;font-weight:600}.rbac-main-page__single-container{padding-top:6px;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.rbac-main-page__single-container:hover .bills__typetag-alert{background:#d6ecff}.rbac-main-page__typetag{padding:0 16px;font-size:.8125rem;font-weight:500;line-height:140%;color:#62748e;position:relative}.rbac-main-page__typetag:not(.edpms__typetag--selected):hover{color:#0080ff}.rbac-main-page__typetag--selected{color:#0080ff}.rbac-main-page__typetag-bottom{height:3px;width:100%;background-color:transparent;border-top-left-radius:2px;border-top-right-radius:2px}.rbac-main-page__typetag-bottom--selected{background-color:#0080ff}.rbac-main-page__typetag-total{font-size:.625rem}.rbac-main-page__typetag-alert{color:#0f172a;background:#efeeee;border-radius:50%;font-size:.8125rem;font-weight:400;padding:4px;margin-bottom:6px;min-width:25px;min-height:25px;text-align:center}.rbac-main-page__typetag-alert--selected{background:#d6ecff}.rbac-main-page__typetag--bolder{font-size:1rem;line-height:150%;font-weight:600;visibility:hidden}.rbac-main-page__focused{font-weight:600;color:#1677ff}.rbac-main-page__filter{width:100%}.rbac-main-page__filter-icon{width:16px;height:16px}.rbac-main-page__filter-container{background-color:#fff;display:flex;flex-direction:column;justify-content:center;border-top-left-radius:16px;border-top-right-radius:16px;border:1px solid #d1ddeb;padding:0 16px}.rbac-main-page__filter-container-toggle{position:relative;display:flex;flex-direction:row;padding:6px 16px;gap:4px;border-radius:6px;border:1px solid #bfcdde;color:#475569;font-size:.8125rem;cursor:pointer}.rbac-main-page__filter-container-toggle:hover{background-color:#f2f6fc}.rbac-main-page__filter-container-toggle--active{border-color:#00bad7}.rbac-main-page__filter-container-toggle-dot{position:absolute;width:8px;height:8px;background-color:#00bad7;top:4px;right:14px;border-radius:50px}.rbac-main-page__filter-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:48px}.rbac-main-page__filter-left{display:flex;flex-direction:row;gap:12px;align-items:center}.rbac-main-page__filter-bottom{display:flex;flex-wrap:wrap;flex-direction:row;gap:12px;min-height:36px;align-items:center;padding:6px 8px;border-radius:8px;background-color:#edfdff;margin-bottom:10px}.rbac-main-page__filter-bottom .l-dropdown__options-cont{z-index:4}.rbac-main-page__filter-view-container{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #bfcdde;width:30px;height:30px;cursor:pointer}.rbac-main-page__filter-view-container:hover{background-color:#f2f6fc}.rbac-main-page__data{background-color:#f2f6fc;padding:16px 20px 16px 16px;display:flex;flex-direction:column;flex:1}.rbac-main-page__table{border-width:0px 1px 1px 1px;border-style:solid;border-color:#d1ddeb;border-bottom-left-radius:16px;border-bottom-right-radius:16px;width:100%;display:flex;flex-direction:column;overflow:auto}.rbac-main-page__table .s-table__data-head{background-color:#d1ddeb}.rbac-main-page__table .s-table__data{height:100%!important}.rbac-main-page__table .s-table__row-action{justify-content:right}.rbac-main-page__card-view{display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:16px;height:100%;background-color:#d1ddeb;border-width:0px 1px 1px 1px;border-style:solid;border-color:#d1ddeb;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.rbac-main-page__modal-bg{display:flex;align-items:center;justify-content:center;position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#0f172acc;z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.s-email-sender{width:84vw;height:90vh;max-width:1200px;max-height:673px;background:#fff;border-radius:16px;position:relative}.s-email-sender__header{padding:16px 16px 12px;display:flex;align-items:center;justify-content:space-between;background:#f2f6fc;border-radius:16px 16px 0 0;border-bottom:1px solid #d1ddeb}.s-email-sender__title{font-size:1.125rem;font-weight:500;color:#0f172a}.s-email-sender__top{padding:16px 16px 0}.s-email-sender__close{background:none;border:none;cursor:pointer;color:#6b7280;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.s-email-sender__close:hover{background:#f3f4f6;color:#111827}.s-email-sender__close:active{transform:scale(.95)}.s-email-sender__body{overflow-y:auto;height:calc(46vh - 30px)}.s-email-sender__field{display:flex;align-items:center;padding:7px 0;border-bottom:1px solid #d1ddeb}.s-email-sender__field--subject{align-items:center;padding-bottom:0}.s-email-sender__label{font-weight:500;font-size:.8125rem;line-height:140%;color:#0f172a}.s-email-sender__label-to{padding-right:13px}.s-email-sender__label-cc{padding-right:10px}.s-email-sender__label--subject{padding-right:8px}.s-email-sender__recipients{display:flex;gap:10px;padding-left:8px}.s-email-sender__chip{display:flex;align-items:center;gap:2px;padding:2px 12px;background:#f7fafc;border:1px solid #d1ddeb;border-radius:30px}.s-email-sender__chip-text{font-weight:500;font-size:.8125rem;line-height:140%;color:#62748e}.s-email-sender__chip-remove{cursor:pointer}.s-email-sender__chip-remove:hover{background:#d1ddeb}.s-email-sender__input{flex:1;min-width:120px;border:none;outline:none;font-size:.8125rem;color:#0f172a;padding:8px 4px;background:transparent}.s-email-sender__input::placeholder{color:#8798af;font-size:.8125rem}.s-email-sender__subject-input{border:none;outline:none;font-size:.8125rem;color:#0f172a;padding:9px 0;background:transparent;width:100%}.s-email-sender__subject-input::placeholder{color:#8798af;font-size:.8125rem}.s-email-sender__editor{display:flex;flex-direction:column;min-height:200px;border:none;outline:none;overflow:hidden}.s-email-sender__editor-content{padding:16px;font-size:.8125rem;line-height:140%;color:#0f172a;outline:none;border:none}.s-email-sender__editor-content th,.s-email-sender__editor-content td{padding:6px}.s-email-sender__editor-content p{margin:0 0 16px}.s-email-sender__editor-content p:last-child{margin-bottom:0}.s-email-sender__editor-content table{margin:0 0 16px}.s-email-sender__editor-content ul,.s-email-sender__editor-content ol{margin:0 0 16px;padding-left:18px}.s-email-sender__editor-content li{margin:6px 0;color:#111827}.s-email-sender__editor-content strong,.s-email-sender__editor-content b{font-weight:600;color:#111827}.s-email-sender__editor-content em,.s-email-sender__editor-content i{font-style:italic}.s-email-sender__editor-content u{text-decoration:underline}.s-email-sender__editor-content::-webkit-scrollbar{width:6px}.s-email-sender__editor-content::-webkit-scrollbar-track{background:#f9fafb}.s-email-sender__editor-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.s-email-sender__editor-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.s-email-sender__table-section{margin-top:16px;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.s-email-sender__table{width:100%;border-collapse:collapse;font-size:13px}.s-email-sender__table-head{background:#f9fafb}.s-email-sender__table-head th{padding:12px 16px;text-align:left;font-weight:500;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap;font-size:13px}.s-email-sender__table-body td{padding:12px 16px;border-bottom:1px solid #f3f4f6;min-height:44px;height:44px}.s-email-sender__attachments{display:flex;flex-direction:column;gap:8px;padding:12px 0}.s-email-sender__attachment{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}.s-email-sender__attachment:hover{background:#f3f4f6}.s-email-sender__attachment-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#dcfce7;border-radius:4px}.s-email-sender__attachment-name{flex:1;font-size:.8125rem;color:#111827;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.s-email-sender__attachment-size{font-size:13px;color:#6b7280}.s-email-sender__attachment-download,.s-email-sender__attachment-remove{background:none;border:none;cursor:pointer;color:#6b7280;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.s-email-sender__attachment-download:hover,.s-email-sender__attachment-remove:hover{background:#e5e7eb;color:#111827}.s-email-sender__attachment-remove:hover{color:#dc2626;background:#fee2e2}.s-email-sender__toolbar{display:flex;margin:8px 16px;padding:6px;border:1px solid #d1ddeb;background:#f2f6fc;border-radius:8px}.s-email-sender__tools{display:flex;gap:6px;align-items:center}.s-email-sender__tool--active{background:#d1ddeb}.s-email-sender__tool--active>svg path{fill:#62748e}.s-email-sender__vertical{width:1px;background:#d1ddeb;height:24px;border:none;outline:none;margin:0 15px}.s-email-sender__toolbar-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px 12px;cursor:pointer;color:#6b7280;font-size:.8125rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;min-width:40px;height:40px}.s-email-sender__toolbar-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.s-email-sender__toolbar-btn:active{transform:scale(.98);background:#2563eb;border-color:#2563eb;color:#fff}.s-email-sender__toolbar-btn strong,.s-email-sender__toolbar-btn em,.s-email-sender__toolbar-btn u{font-size:.8125rem}.s-email-sender__footer{display:flex;align-items:flex-start;flex-direction:column;position:absolute;bottom:0;width:100%;background:#fff;border-radius:0 0 16px 16px}.s-email-sender__buttons{display:flex;gap:10px;align-items:center;padding:12px 16px 16px;width:100%;border-top:1px solid #d1ddeb}.s-email-sender__btn{padding:10px 24px;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;outline:none}.s-email-sender__btn:active{transform:scale(.98)}.s-email-sender__btn--cancel{background:#fff;color:#374151;border:1px solid #d1d5db}.s-email-sender__btn--cancel:hover{background:#f9fafb;border-color:#9ca3af}.s-email-sender__btn--send{background:#2563eb;color:#fff;border:1px solid #2563eb}.s-email-sender__btn--send:hover{background:#1d4ed8;border-color:#1d4ed8}.s-email-sender__btn--send:disabled{background:#e5e7eb;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}.s-email-sender__btn--send:disabled:hover{background:#e5e7eb;border-color:#e5e7eb}.s-email-sender__files{display:flex;flex-direction:column;gap:8px;max-width:400px}.s-email-sender__files-wrapper{padding-top:20px;position:relative;margin:0 16px}.s-email-sender__files-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-image:repeating-linear-gradient(to right,#d1ddeb 0px,#d1ddeb 4px,transparent 4px,transparent 8px)}.upload-card{display:flex;flex-direction:column;gap:20px;border-radius:12px;background:#fff;transition:all .3s ease;text-align:center}.upload-card--dragging{border-color:#1677ff;background:#1677ff0d}.upload-card--disabled{opacity:.6;pointer-events:none}.upload-card--multiple .upload-card__input-content{flex-direction:row;align-items:center;gap:4px}.upload-card__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.upload-card__title{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;color:#161616;margin:0}.upload-card__body{display:flex;flex-direction:column;gap:16px;flex:1}.upload-card__body-list{display:flex;flex-direction:column;gap:6px}.upload-card__body-list--preview{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;border:1px solid #bfcdde;border-radius:12px;padding:12px}.upload-card__body-list--preview-uploading,.upload-card__body-list--preview-success{background-color:#f2f6fc;border-color:#bfcdde}.upload-card__body-list--preview-error{background-color:#fff;border-color:#fca5a5}.upload-card__drop-zone{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;border:1px dashed #bfcdde;border-radius:12px;background:#f2f6fc;cursor:pointer;transition:all .3s ease;position:relative}.upload-card__drop-zone:hover{border-color:#0080ff;background:#e5f2ff80}.upload-card__drop-zone--dragging{border-color:#1677ff;background:#1677ff1a;transform:scale(1.02)}.upload-card__drop-zone--with-files{min-height:80px}.upload-card__input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.upload-card__input-info{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;pointer-events:none}.upload-card__input-content{display:flex;flex-direction:column;gap:4px;align-items:center}.upload-card__input-icon{max-width:24px;object-fit:contain}.upload-card__input-text{font-family:Inter,sans-serif;font-weight:500;font-size:.8125rem;line-height:140%;letter-spacing:0%}.upload-card__input-primary-text{font-family:Inter,sans-serif;font-weight:600;font-size:.8125rem;line-height:140%;letter-spacing:0%;color:#0080ff}.upload-card__input-description{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;line-height:140%;letter-spacing:0%;color:#62748e}.upload-card__preview{width:100%;display:flex}.upload-card__upload-more .upload-card__drop-zone{min-height:80px;padding:20px}.upload-card__file-list{display:flex;flex-direction:column;gap:4px;padding:12px;max-height:250px;overflow-y:auto;border:1px solid #d1ddeb;border-radius:6px}.upload-card__file-list-partition{width:100%;outline:none;border-bottom:1px solid #d1ddeb}.upload-card__file-list--preview{min-width:300px;border:none;padding:0}.upload-card__delete-all{display:flex;justify-content:flex-end;align-items:center;width:100%}.upload-card__delete-all-content{display:flex;justify-content:flex-end;align-items:center;gap:4px;padding:1px 4px;cursor:pointer}.upload-card__delete-all-content:hover{background-color:#fef2f2;border-radius:4.5px;transition:all .3s}.upload-card__delete-all-text{font-family:Inter,sans-serif;font-weight:500;font-size:.75rem;line-height:140%;letter-spacing:0%;vertical-align:middle;color:#ef4444}.upload-card__delete-all-icon{max-width:16px;object-fit:contain}.upload-card__status{display:flex;justify-content:center;align-items:center;gap:4px;padding:8px;border-radius:6px;border:1px solid #ccf8ff;background-color:#edfdff}.upload-card__status-text{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;line-height:140%;letter-spacing:0%;color:#263246}.upload-card__status-icon{max-width:16px;object-fit:contain;filter:brightness(0) saturate(100%) invert(69%) sepia(70%) saturate(4780%) hue-rotate(150deg) brightness(98%) contrast(101%)}.upload-card__submit-btn{display:flex;justify-content:center;align-items:center;gap:10px}.uploaded-file{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px;border-radius:6px;transition:all .3s ease;width:100%}.uploaded-file__dropdown{display:flex;flex-direction:column;gap:6px;text-align:left}.uploaded-file__dropdown-text{font-weight:500;font-size:12px;line-height:100%;color:#0f172a}.uploaded-file__input .uno-input__wrapper{gap:6px}.uploaded-file__input .uno-input__wrapper input::placeholder{font-size:.8125rem;font-weight:400;line-height:140%;color:#8798af}.uploaded-file__wrapper{width:100%;display:flex;justify-content:flex-end}.uploaded-file__doc-type{padding:0;display:flex;gap:20px;flex-grow:1}.uploaded-file--compact{padding:8px;gap:8px}.uploaded-file--zip{gap:0px;padding:0}.uploaded-file--nested{flex-grow:1;padding:2px 4px}.uploaded-file--dropdown-enabled{max-width:400px;display:flex;justify-content:center}.uploaded-file__nested-container{width:100%}.uploaded-file__nested-item{display:flex;align-items:center;margin-left:10px}.uploaded-file__container{width:100%;display:flex;justify-content:space-between;align-items:center;gap:4px}.uploaded-file__container--zip{padding:0 4px 4px}.uploaded-file__details{flex-grow:1;display:flex;justify-content:flex-start;align-items:center;gap:4px}.uploaded-file__icon-container{display:flex;align-items:center}.uploaded-file__icon{max-height:20px;object-fit:contain}.uploaded-file__icon--zip-border{max-width:19px;object-fit:contain}.uploaded-file__name-container{display:flex;align-items:center;font-family:Inter,sans-serif;font-weight:500;font-size:.8125rem;line-height:140%;letter-spacing:0%;color:#0f172a}.uploaded-file__name-container--clickable{color:#0080ff}.uploaded-file__name-container--clickable:hover{cursor:pointer;color:#2161ed}.uploaded-file__name{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uploaded-file__name--clickable,.uploaded-file__extension--clickable{cursor:pointer}.uploaded-file__size{display:flex;justify-content:flex-start;align-items:center;gap:4px}.uploaded-file__size-text{font-family:Inter,sans-serif;font-weight:500;font-size:.6875rem;line-height:140%;letter-spacing:0%;color:#8798af}.uploaded-file-tag-error{height:16px;display:flex;justify-content:center;align-items:center;padding:4px 6px;gap:2px;border:1px solid #fecaca;border-radius:23px;background-color:#fef2f2;margin-right:6px}.uploaded-file-tag-error-text{font-family:Inter,sans-serif;font-weight:500;font-size:.625rem;line-height:140%;letter-spacing:4%;text-align:center;vertical-align:middle;color:#dc2626}.uploaded-file__progress{width:100%}.uploaded-file__progress-bar{width:100%;height:3px;border-radius:2px;overflow:hidden;background-color:#d1ddeb}.uploaded-file__progress-fill{height:100%;background-color:#0080ff;transition:width .3s ease}.uploaded-file__actions{display:flex;gap:12px;justify-content:flex-end;align-items:center}.uploaded-file__action{max-width:16px;object-fit:contain;cursor:pointer}.uploaded-file__action--delete:hover{border-radius:2px;background-color:#d1ddeb}.uploaded-file__action--download:hover{border-radius:2px;background:#d1ddeb}.doc-preview{display:flex;overflow:hidden}.doc-preview__container{width:300px;height:140px;display:flex;justify-content:center;align-items:center;background-color:#f2f6fc;border:1px solid #d1ddeb;border-radius:12px}.doc-preview__image{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .3s ease}.doc-preview__image:hover{transform:scale(1.05)}.doc-preview__placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#4f4f4f}.doc-preview__placeholder img{max-width:24px;object-fit:contain}.doc-preview__loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.doc-preview__loading img{max-width:24px;object-fit:contain}.doc-preview__error{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.doc-preview__error img{max-width:24px;object-fit:contain}.doc-preview__actions{position:absolute;top:8px;right:8px;display:flex;gap:4px;opacity:0;transition:opacity .3s ease}.doc-preview__container:hover .doc-preview__actions{opacity:1}.doc-preview__action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(209,209,209,.5);border-radius:6px;cursor:pointer;transition:all .2s ease}.doc-preview__action-btn img{width:16px;height:16px}.doc-preview__action-btn:hover{background:#fff;box-shadow:0 2px 8px #00000026}.doc-preview__action-btn--view:hover{border-color:#1677ff}.doc-preview__action-btn--download:hover{border-color:#8fd98b}.doc-preview__action-btn--delete:hover{border-color:#fca5a5}.s-loader-v2{width:460px;display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px;border-radius:16px;position:relative;background-color:#fff}.s-loader-v2--more-padding{padding-top:45px;gap:60px}.s-loader-v2__content{flex-direction:column;display:flex;align-items:center;justify-content:center;gap:10px}.s-loader-v2__cross{position:absolute;right:20px;top:20px;width:24px;height:24px;cursor:pointer}.s-loader-v2__cross:hover{background-color:#f2f6fc}.s-loader-v2__parent{width:100vw;height:100vh;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:500;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.s-loader-v2__icon{position:relative}.s-loader-v2__icon-loader{position:absolute;top:-28px;left:-40px;max-width:80px;object-fit:contain}.s-loader-v2__icon-logo{max-width:100px;object-fit:contain}.s-loader-v2__icon-sucess{width:100px;height:100px}.s-loader-v2__title{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:120%;color:#0f172a;text-align:center;word-wrap:normal}.s-loader-v2__title>span{font-weight:600}.s-loader-v2__title-container{display:flex;flex-direction:column;align-items:center;gap:6px}.s-loader-v2__subtext{font-size:.875rem;font-weight:400;line-height:140%;color:#62748e}.s-loader-v2__heading{font-family:Inter,sans-serif!important;font-size:1.25rem;font-weight:600;line-height:34px;text-align:center}.s-loader-v2--primary{background-color:#fff}.s-add-bulk-sb-docs-v2{display:flex;min-height:400px}.s-add-bulk-sb-docs-v2__background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:100}.s-add-bulk-sb-docs-v2__main{width:600px;display:flex;flex-direction:column;gap:20px;padding:24px;border-radius:20px;background-color:#fff;z-index:11}.s-add-bulk-sb-docs-v2__main-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.s-add-bulk-sb-docs-v2__main-title{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem;line-height:140%;letter-spacing:0%;vertical-align:middle}.s-add-bulk-sb-docs-v2__file-count{margin-left:6px;font-size:14px;color:#475569}.s-add-bulk-sb-docs-v2__main-close-wrapper{width:24px;height:24px;cursor:pointer}.s-add-bulk-sb-docs-v2__main-close-wrapper:hover{border-radius:4.5px;background-color:#d1ddeb;transition:all .3s}.s-add-bulk-sb-docs-v2__main-body{flex-grow:1}.s-add-bulk-sb-docs-v2__main-body .upload-card{background-color:transparent;min-width:unset;box-shadow:none;padding:0}.s-add-bulk-sb-docs-v2__main-body .upload-card__body{display:flex;flex-direction:column;gap:0}.s-add-bulk-sb-docs-v2__main-body .upload-card__drop-zone{min-height:86px;border:1px dashed #bfcdde;border-radius:12px;background:#f2f6fc;transition:all .3s ease}.s-add-bulk-sb-docs-v2__main-body .upload-card__drop-zone:hover{border-color:#0080ff;background:#e5f2ff80}.s-add-bulk-sb-docs-v2__main-body .upload-card__drop-zone--dragging{border-color:#1677ff;background:#1677ff1a}.s-add-bulk-sb-docs-v2__main-body .upload-card__drop-zone--with-files{min-height:unset}.s-add-bulk-sb-docs-v2__main-body .upload-card__file-list{max-height:250px;overflow-y:auto;padding:0;border:none;border-radius:unset;margin-top:6px}.s-add-bulk-sb-docs-v2__main-buttons{display:flex;justify-content:center;padding-top:24px}.s-add-bulk-sb-docs-v2__help{width:300px;display:flex;flex-direction:column;gap:16px;padding:24px 24px 24px 48px;background-color:#f2f6fc;border-radius:0 20px 20px 0;margin-left:-24px}.s-add-bulk-sb-docs-v2__help-title{font-family:Inter,sans-serif;font-weight:500;font-style:Medium;font-size:1rem;line-height:140%;letter-spacing:0%;color:#0f172a}.s-add-bulk-sb-docs-v2__help-docs{color:#0f172a}.s-add-bulk-sb-docs-v2__help-docs-list{padding-left:16px;display:flex;flex-direction:column;gap:16px}.s-add-bulk-sb-docs-v2__help-docs-list-item{font-family:Inter,sans-serif;font-weight:400;font-size:.8125rem;line-height:140%;letter-spacing:0%;color:#0f172a}.s-add-bulk-sb-docs-v2__help-partition{height:1px;background-color:#d1ddeb;width:100%}.s-add-bulk-sb-docs-v2__help-protection{display:flex;flex-direction:column;gap:8px}.s-add-bulk-sb-docs-v2__help-protection-header{display:flex;gap:6px;justify-content:flex-start;align-items:center}.s-add-bulk-sb-docs-v2__help-protection-icon{max-width:24px;object-fit:contain}.s-add-bulk-sb-docs-v2__help-protection-title{font-family:Inter,sans-serif;font-weight:600;font-size:.8125rem;line-height:140%;letter-spacing:0%;color:#0f172a}.s-add-bulk-sb-docs-v2__help-protection-description{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;line-height:140%;letter-spacing:0%;color:#475569}.s-tag-v2{max-width:70px;font-size:.8125rem;background-color:#f2f2f2;border-radius:4px;text-align:center;display:flex;gap:2px}.s-tag-v2--standard{background-color:#f2f2f2}.s-tag-v2--positive{color:#1677ff;background:#e5eeff}.s-tag-v2--negative{color:#de5d12}.s-tag-v2--neutral{background:#f2f2f2}.s-tag-v2--info{color:#ffa100;background:#ffa1001a}.s-tag-v2--smalltag{width:max-content;font-family:Inter,sans-serif!important;font-size:.625rem;font-weight:500;line-height:140%;border-radius:23px;padding:0 6px;height:16px}.s-tag-v2--flag{display:flex;align-items:center;justify-content:center;width:48px;padding:1px 11px 1px 7px!important;border-radius:unset!important;border:unset!important;clip-path:polygon(0% 0%,100% 0%,83.33% 50%,100% 100%,0% 100%)}.s-row-options-v2{position:relative}.s-row-options-v2__select{cursor:pointer}.s-row-options-v2--disabled{opacity:.5;cursor:not-allowed}.s-row-options-v2__cont{border:1px solid #d1d1d1;border-radius:10px;box-shadow:0 4px 4px #00000040;position:absolute;background-color:#fff;top:35px;right:0;min-width:240px;z-index:2;padding:10px 5px}.s-row-options-v2__cont--up{bottom:40px;top:auto;right:0}.s-row-options-v2__select{display:flex;padding:6px 8px;align-items:center;gap:6px;border-radius:4px;background:#efeeee;border:1px solid transparent;justify-content:space-between}.s-row-options-v2__select>img{transition:transform .3s ease;transform-origin:center center;filter:brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(550%) hue-rotate(350deg) brightness(90%) contrast(100%)}.s-row-options-v2__select--active{border:1px solid #1677ff;color:#1677ff}.s-row-options-v2__select--active>img{transform:rotate(-180deg);transform-origin:center center;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.s-row-options-v2__icon{width:20px;height:20px}.s-row-options-v2__text{font-size:.8125rem;line-height:125%}.s-row-options-v2__item{display:flex;align-items:center;padding:10px 5px;gap:8px}.s-row-options-v2__item--border{height:1px;background-color:#f2f6fc}.s-row-options-v2__item:hover{background:#ebf4ff;color:#1677ff;cursor:pointer}.s-row-options-v2__item-icon{width:16px;height:16px}.s-row-options-v2__item--disabled{opacity:.5}.s-row-options-v2__item--disabled:hover{background:transparent;color:inherit;cursor:not-allowed}.document-management-v2{display:flex;flex-direction:column;height:100%;background-color:#e9eef5;padding:16px 16px 12px}.document-management-v2__header{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding-bottom:20px}.document-management-v2__header-left{font-size:1.125rem;font-weight:500;line-height:140%;color:#0f172a}.document-management-v2__header-right,.document-management-v2__buttons{display:flex;justify-content:flex-end;align-items:center;gap:10px}.document-management-v2__add-sb-button{padding:10px 8px!important;display:flex;align-items:center}.document-management-v2__add-sb-button .ant-space-gap-col-small{align-items:center;column-gap:4px}.document-management-v2__heading{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:400;line-height:19px;padding:10px 0}.document-management-v2__heading>span{font-family:Inter,sans-serif!important;font-size:1rem;font-weight:600;line-height:19px;color:#1677ff}.document-management-v2__popup{width:500px;display:flex;flex-direction:column;gap:20px;border-radius:16px;background-color:#fff;padding:10px 10px 20px}.document-management-v2__popup-success{display:flex;flex-direction:column;gap:10px}.document-management-v2__popup-success-details{display:flex;justify-content:center;gap:10px}.document-management-v2__popup-success-content{display:flex;flex-direction:column;gap:10px;align-items:center;padding:0 29px}.document-management-v2__popup-success-hr{width:100%;border:unset;border-bottom:1px solid #d1d1d1}.document-management-v2__popup-success-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.document-management-v2__popup-success-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management-v2__popup-success-value{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management-v2__popup-success-description{font-family:Inter,sans-serif!important;font-weight:400;font-style:italic;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management-v2__popup-fail{display:flex;flex-direction:column;gap:20px}.document-management-v2__popup-fail-text{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management-v2__popup-fail-text>span{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management-v2__popup-fail-details{display:flex;flex-direction:column;justify-content:center;gap:10px}.document-management-v2__popup-fail-item{display:flex;align-items:center;justify-content:center;gap:5px}.document-management-v2__popup-fail-label{font-family:Inter,sans-serif!important;font-weight:400;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management-v2__popup-fail-value{font-family:Inter,sans-serif!important;font-weight:600;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management-v2__popup-fail-description{font-family:Inter,sans-serif!important;font-weight:400;font-style:italic;font-size:.8125rem;line-height:24px;letter-spacing:0%;text-align:center}.document-management-v2__card-view{display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:16px;height:100%;background-color:#d1ddeb;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.document-management-v2__card-view-default{background-color:#fff;justify-content:center;align-items:center}.document-management-v2__data{display:flex;flex-direction:column;flex:1;overflow:hidden}.document-management-v2__filter{display:flex;justify-content:space-between;align-items:center;gap:10px}.document-management-v2__filter-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:48px}.document-management-v2__filter-left{display:flex;flex-direction:row;gap:12px;align-items:center}.document-management-v2__filter-bottom{display:flex;flex-wrap:wrap;flex-direction:row;gap:12px;min-height:36px;align-items:center;padding:6px 8px;border-radius:8px;background-color:#edfdff;margin-bottom:10px}.document-management-v2__filter-bottom .l-dropdown__options-cont{z-index:4}.document-management-v2__filter-view-container{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #bfcdde;width:30px;height:30px;cursor:pointer}.document-management-v2__filter-view-container:hover{background-color:#f2f6fc}.document-management-v2__filter-view-image{width:16px;height:16px}.document-management-v2__filter-container{display:flex;flex-direction:column;justify-content:center;font-weight:500;border-top-left-radius:16px;border-top-right-radius:16px;border:1px solid #d1ddeb;padding:0 16px;background-color:#fff}.document-management-v2__filter-container-toggle{position:relative;display:flex;flex-direction:row;padding:6px 16px;gap:4px;border-radius:6px;border:1px solid #bfcdde;color:#475569;font-size:.8125rem;cursor:pointer}.document-management-v2__filter-container-toggle:hover{background-color:#f2f6fc}.document-management-v2__filter-container-toggle--active{border-color:#00bad7}.document-management-v2__filter-container-toggle-dot{position:absolute;width:8px;height:8px;background-color:#00bad7;top:4px;right:14px;border-radius:50%}.document-management-v2__filter-clear-all{font-size:.75rem!important;padding:6px 4px;background-color:transparent;height:28px}.document-management-v2__select-filter-wrapper.is-hidden{display:none}.document-management-v2__select-filter-wrapper .is-visible{display:block}.document-management-v2__pagination{display:flex;justify-content:flex-end;gap:10px;height:100%;border-left:1px solid #d1ddeb;padding:8px 0 8px 16px}.document-management-v2__table{flex:1;overflow:auto;border-width:0px 1px 1px 1px;border-style:solid;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-color:#d1ddeb}.document-management-v2__table .s-table__data-head{background-color:#d1ddeb}.document-management-v2__column{display:flex;flex-direction:row;gap:24px;justify-content:center;align-items:center}.document-management-v2__column-icon{opacity:0;visibility:hidden;transition:opacity .2s ease-in-out;width:20px;height:20px;overflow:visible;border-radius:4.5px;cursor:pointer}.document-management-v2__column-icon:hover{background:#d1ddeb}.document-management-v2__column-icon--disabled{cursor:not-allowed}.document-management-v2__column-icon--disabled:hover{background:unset}.document-management-v2__column-icon-wrapper{width:28px;height:28px;border-radius:4.5px;display:flex;align-items:center;justify-content:center}.document-management-v2__column-icon-wrapper:hover{background:#d1ddeb}.document-management-v2__column-icon-wrapper--disabled{cursor:not-allowed;opacity:.3}.document-management-v2__column-icon-wrapper--disabled:hover{background:unset}.document-management-v2__column--buttons{gap:21px;justify-content:flex-end;width:228px}.document-management-v2__column--buttons--center{width:100%;justify-content:center}.document-management-v2__more{display:flex;flex-direction:column;background:#fff;border-radius:10px;padding:6px;align-items:flex-start;border:1px solid #d1d1d1;box-shadow:0 4px 4px #00000040;width:260px}.document-management-v2__more-item{display:flex;width:100%;flex-direction:row;align-items:center;padding:6px 16px;gap:8px;border-radius:6px;cursor:pointer}.document-management-v2__more-item:hover{background:#ebf4ff}.document-management-v2__more-item:hover .document-management-v2__more-item-icon{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.document-management-v2__more-item:hover .document-management-v2__more-item-text{color:#1677ff}.document-management-v2__more-item-icon{width:16px;height:16px}.document-management-v2__more-item-text{font-family:Inter,sans-serif!important;font-size:.6875rem;font-weight:400;line-height:19px;color:#161616}.document-management-v2__more-item--disabled{cursor:not-allowed}.document-management-v2__more-item--disabled>img{filter:brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(2%) hue-rotate(56deg) brightness(88%) contrast(95%)}.document-management-v2__more-item--disabled>p{color:#888}.document-management-v2__more-item--disabled:hover{background:#fff}.document-management-v2__more-item--disabled:hover .document-management-v2__more-item-icon{filter:brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(2%) hue-rotate(56deg) brightness(88%) contrast(95%)}.document-management-v2__more-item--disabled:hover .document-management-v2__more-item-text{color:#888}.document-management-v2__details-popup-container{width:100vw;height:100vh;position:absolute;top:0;left:0;background-color:#000000b3;z-index:20}.document-management-v2__left{display:flex;align-items:end;gap:10px}.document-management-v2__tab-cont{position:relative}.document-management-v2__tab{display:flex;height:30px;align-items:center;gap:8px;padding:6px 16px;border-radius:6px;border:1px solid #bfcdde;background-color:#fff;cursor:pointer}.document-management-v2__tab-view{cursor:pointer;display:flex;flex-direction:row;align-items:center;width:174px;border-radius:6px;border:1px solid #bfcdde;padding:8px;gap:8px;background-color:#fff}.document-management-v2__tab-view:hover{background-color:#f2f6fc;border-color:#a9b9cf}.document-management-v2__tab-view-container{width:114px;display:flex;flex-direction:column;gap:2px}.document-management-v2__tab-view-text{font-size:.875rem;font-weight:600;color:#0f172a;line-height:140%}.document-management-v2__tab-view-subtext{text-transform:uppercase;font-size:.625rem;font-weight:500;line-height:140%;color:#62748e}.document-management-v2__tab-view-arrow{width:20px;height:20px;transition:transform .3s ease}.document-management-v2__tab-view-arrow.rotated{transform:rotate(180deg)}.document-management-v2__tab-view-arrow-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.document-management-v2__tab-view-icon-wrapper{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:5.4px}.document-management-v2__tab-text{font-weight:500;font-size:.8125rem;line-height:140%;text-align:center;color:#475569}.document-management-v2__tab-text--active{color:#0080ff}.document-management-v2__tab-icon{width:10px;height:5px;margin:4px}.document-management-v2__tab--separator{padding-right:16px}.document-management-v2__tab-options{position:absolute;margin-top:4px;left:0;z-index:4;min-width:174px;padding:8px;background:#fff;box-shadow:0 4px 20px -4px #0f172a33;border-radius:8px;display:flex;flex-direction:column;gap:4px}.document-management-v2__tab-option{font-size:.8125rem;line-height:140%;font-weight:400;color:#263246;display:flex;flex-direction:row;align-items:center;border-radius:4px;height:28px;gap:6px;padding:0 8px}.document-management-v2__tab-option--selected{background-color:#e5f2ff}.document-management-v2__tab-option--disabled{opacity:.5;cursor:none}.document-management-v2__tab-option--disabled:hover{cursor:not-allowed}.document-management-v2__tab-option:not(.document-management-v2__tab-option--disabled):hover{background:#f2f6fc;cursor:pointer}.document-management-v2__tab-option-icon{width:16px;height:16px}.document-management-v2__tab--active{border:1px solid #0080ff;color:#0080ff;background:#e5f2ff}.document-management-v2__tab--active>img{transform:rotate(180deg);transform-origin:center center;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.document-management-v2__tab--dropdown>img{transform:rotate(180deg);transform-origin:center center;filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(6717%) hue-rotate(190deg) brightness(100%) contrast(97%)}.document-management-v2__tab--hover:hover{background-color:#f2f6fc;border-color:#a9b9cf}.document-management-v2__tab--disabled{cursor:not-allowed;opacity:.5}.document-management-v2__tab--disabled:hover{background-color:#efeeee;box-shadow:unset}.document-management-v2__breadcrumb{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:20px}.document-management-v2__breadcrumb-right{display:flex;align-items:center;gap:10px}.document-management-v2__breadcrumb-right--warning{background:#fef6f2;padding:6px 12px;border-radius:10px;gap:36px}.document-management-v2__breadcrumb-warning{display:flex;flex-direction:column;gap:1px}.document-management-v2__breadcrumb-warning>p{font-weight:600;font-size:.8125rem;line-height:140%;color:#00133d}.document-management-v2__breadcrumb-warning>span{font-weight:400;font-size:.75rem;line-height:140%;color:#62748e}.document-management-v2__breadcrumb-left{display:flex;align-items:center;gap:6px}.document-management-v2__breadcrumb-main-tabs{display:flex;align-items:flex-end}.document-management-v2__breadcrumb-icon{width:13px}.document-management-v2__breadcrumb-sub-tags{display:flex;padding-left:16px;gap:12px}.document-management-v2__breadcrumb-text{font-size:.8125rem;line-height:150%;color:#888}.document-management-v2__breadcrumb-subtext{font-size:.8125rem;line-height:150%;color:#1677ff;font-weight:600}.document-management-v2__breadcrumb-pill{background:#ebf4ff;height:20px;padding:0 10px;border-radius:10px;margin-left:6px}.document-management-v2__breadcrumb-pill>p{font-size:.8125rem;line-height:150%;color:#00ab72;display:flex;align-items:center;justify-content:center}.bn-group-modal{width:857px;padding:24px}.bn-group-modal__header{display:flex;flex-direction:column;gap:6px}.bn-group-modal__subtext{font-weight:400;font-size:.8125rem;line-height:140%;color:#475569}.bn-group-modal__highlighted{padding:4px 6px;font-weight:400;font-size:.8125rem;line-height:140%;color:#475569;background-color:#e5f2ff;border-radius:6px}.bn-group-modal__top{display:flex;justify-content:space-between}.bn-group-modal__table{padding:16px 0}.bn-group-modal__buttons{display:flex;align-items:center;justify-content:center;gap:24px;padding-top:8px}.s-img-uploader-v2{width:420px;border-radius:16px}.s-img-uploader-v2__title{font-size:1.125rem;font-weight:500;line-height:140%;color:#0f172a}.s-img-uploader-v2__title-wrapper{padding:24px 24px 8px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.s-img-uploader-v2__body{align-items:center;display:flex;flex-direction:column;gap:20px;padding:16px 24px}.s-img-uploader-v2__cross-wrapper{display:flex;align-items:center;border-radius:50px;cursor:pointer}.s-img-uploader-v2__cross-wrapper:hover{background-color:#f2f6fc}.s-img-uploader-v2__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;border:1px solid #d1ddeb}.s-img-uploader-v2__avatar-cont{position:relative;width:200px;height:200px;border-radius:50%}.s-img-uploader-v2__avatar-crop{position:relative;width:356px;height:200px;border-radius:50%}.s-img-uploader-v2__upload{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;cursor:pointer}.s-img-uploader-v2__upload:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.s-img-uploader-v2__input{display:none}.s-img-uploader-v2__action{font-size:.6875rem;font-weight:400;line-height:150%;text-align:center;color:#d1d1d1;position:relative;z-index:2;opacity:1}.s-img-uploader-v2__action--hover:hover{text-decoration:underline;color:#fff}.s-img-uploader-v2__size{font-size:.6875rem;font-weight:500;line-height:150%;text-align:center;color:#fff;position:relative;z-index:2;opacity:1}.s-img-uploader-v2__text{text-align:center;font-size:.875rem;font-weight:400;line-height:140%;color:#0f172a}.s-img-uploader-v2__text-error{font-size:.6875rem;font-weight:400;color:#ef4444;white-space:nowrap;margin:15px auto}.s-img-uploader-v2__buttons,.s-img-uploader-v2__actions{padding:8px 24px 24px;display:flex;align-items:center;justify-content:center;gap:20px}.s-img-uploader-v2__sliders{width:266px}.s-img-uploader-v2__slider{width:100%}.s-img-uploader-v2__slider-wrapper{display:flex;flex-direction:row;width:100%;gap:12px;align-items:center}.s-img-uploader-v2__slider-icon-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50px;transition:transform .1s ease,background-color .2s ease}.s-img-uploader-v2__slider-icon-wrapper:hover{background-color:#f2f6fc}.s-img-uploader-v2__slider-icon-wrapper:active{background-color:#d1ddeb}.s-img-uploader-v2__rotate{width:max-content;margin:24px auto;display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:500}.s-img-uploader-v2__rotate>img{width:16px;height:16px}.s-img-uploader-v2__rotate>span{font-size:.75rem;text-decoration:underline}.s-img-uploader-v2__close{position:absolute;top:5px;right:5px;width:24px;height:24px;cursor:pointer}.bluno-cards__container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,auto);gap:12px;width:100%}.bluno-cards__card{height:max-content;min-height:128px;position:relative;display:flex;flex-direction:column;background-color:#fff;padding:12px;border-radius:12px;border:1px solid #d1ddeb;gap:8px;cursor:pointer;height:100%}.bluno-cards__card:not(.bluno-cards__card--selected):hover{background-color:#f2f6fc;border-color:#bfcdde}.bluno-cards__card--selected{border-color:#9cf}.bluno-cards__card--new .bluno-cards__body-label,.bluno-cards__card--new .bluno-cards__body-text,.bluno-cards__card--new .bluno-cards__body-small-text{font-weight:500}.bluno-cards__card--new .bluno-cards__doc-no,.bluno-cards__card--new .bluno-cards__invoice_value .bluno-cards__body-text{font-weight:600}.bluno-cards__header{display:flex;flex-direction:row;justify-content:space-between}.bluno-cards__header-left,.bluno-cards__header-right{display:flex;align-items:center;justify-content:center;gap:8px}.bluno-cards__details-sb{min-height:44px;display:flex;flex-direction:column;gap:8px}.bluno-cards__details-irm{display:flex;flex-direction:column;gap:8px;flex-grow:1}.bluno-cards__checkbox{display:flex}.bluno-cards__icon{width:16px;height:16px}.bluno-cards__doc-no{font-size:.8125rem;font-weight:500;line-height:140%;color:#0f172a;display:flex;flex-direction:row;gap:4px;align-items:center}.bluno-cards__upload-icon{display:flex;align-items:center;justify-content:center;height:20px;width:20px;cursor:pointer}.bluno-cards__upload-icon-img{height:20px;width:20px}.bluno-cards__upload-icon:hover{background-color:#e5f2ff;border-radius:4px}.bluno-cards__separator{height:100%;width:1px;background-color:#d1ddeb}.bluno-cards__date{font-size:.6875rem;font-weight:500;line-height:140%;color:#62748e}.bluno-cards__options{height:20px;width:20px;border-radius:4px;position:relative}.bluno-cards__options:hover{background-color:#d1ddeb}.bluno-cards__options-dropdown{position:absolute;top:22px;right:0;box-shadow:0 4px 20px -4px #0f172a33;background-color:#fff;border-radius:8px;width:264px;padding:8px;display:flex;flex-direction:column;gap:4px;z-index:1}.bluno-cards__options-dropdown-item>img[src$=".png"]{filter:brightness(0) saturate(100%) invert(68%) sepia(16%) saturate(399%) hue-rotate(176deg) brightness(85%) contrast(91%)}.bluno-cards__options-dropdown-item{display:flex;flex-direction:row;gap:6px;padding:0 8px;height:28px;align-items:center;border-radius:4px}.bluno-cards__options-dropdown-item:hover{background-color:#f2f6fc}.bluno-cards__options-dropdown-item--disabled{cursor:not-allowed;background-color:#f2f6fc}.bluno-cards__options-dropdown-icon{width:16px;height:16px}.bluno-cards__options-dropdown-icon--disabled{fill:#a9b9cf}.bluno-cards__options-dropdown-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#263246}.bluno-cards__options-dropdown-text--disabled{color:#62748e}.bluno-cards__options-dropdown-text-wrapper{display:flex;flex-direction:row;gap:6px;align-items:center}.bluno-cards__options-dropdown-subtext{font-size:calc(.6875rem - 1px);font-weight:600;line-height:140%;background-color:#fefce5;color:#b07401;border-radius:23px;border:1px solid #fef08a;height:16px;padding:0 6px}.bluno-cards__body{display:flex;flex-direction:row;align-items:center;gap:4px}.bluno-cards__body-label{white-space:nowrap;min-width:94px;font-size:.75rem;font-weight:400;line-height:140%;color:#62748e}.bluno-cards__body-label-sb,.bluno-cards__body-label-irm{white-space:nowrap;margin-right:20px;font-size:.75rem;font-weight:400;line-height:140%;color:#62748e}.bluno-cards__body-label-bulk{white-space:nowrap;margin-right:16px;font-size:.75rem;font-weight:400;line-height:140%;color:#62748e}.bluno-cards__body-colon{font-size:.75rem;font-weight:400;line-height:140%;color:#62748e}.bluno-cards__body-icon{width:16px;height:16px}.bluno-cards__body-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.bluno-cards__body-text-copy{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:2px}.bluno-cards__body-text-copy:hover{background-color:#e5f2ff}.bluno-cards__body-small-text{font-weight:400;font-size:.75rem;color:#0f172a}.bluno-cards__tags{display:flex;flex-direction:row;position:absolute;bottom:16px}.bluno-cards__tags-sb{min-height:16px;display:flex;flex-direction:row;position:relative;bottom:unset}.bluno-cards__tag{display:flex;align-items:center;height:16px;padding:0 6px;font-size:.625rem;font-weight:500;border-radius:23px}.bluno-cards__tag--flag{width:48px;padding:1px 11px 1px 7px!important;border-radius:unset!important;border:unset!important;clip-path:polygon(0% 0%,100% 0%,83.33% 50%,100% 100%,0% 100%)}.bluno-cards__tag--info-icon{width:16px;height:16px}.bluno-cards__tag-wrapper{display:flex;flex-direction:row;gap:6px;align-items:center}.bluno-cards__default-view{display:flex;flex-direction:column;padding:40px 0;gap:20px;align-items:center}.bluno-cards__default-view-wrapper{width:100%;height:100%;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.bluno-cards__default-view-image{width:100px;height:100px}.bluno-cards__default-view-content{display:flex;flex-direction:column;gap:3px;align-items:center}.bluno-cards__default-view-text{font-size:.8125rem;font-weight:600;line-height:140%;color:#0f172a}.bluno-cards__default-view-subtext{text-align:center;font-size:.8125rem;font-weight:400;line-height:140%;color:#334155}.bluno-cards__default-view-buttons{display:flex;flex-direction:row;gap:16px}.bluno-cards__preview-card{width:208px;display:flex;flex-direction:column;gap:8px}.bluno-cards__preview-container{display:grid;grid-template-columns:repeat(5,max-content);gap:16px}.bluno-cards__preview-thumbnail{border-radius:12px;border:1px solid #f2f6fc;width:208px;height:100px}.bluno-cards__preview-thumbnail--container{border:unset!important;height:100%!important}.bluno-cards__preview-title{font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.bluno-cards__preview-title-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bluno-cards__preview-options{position:relative;width:20px;height:20px;cursor:pointer}.bluno-cards__preview-options:hover{border-radius:4.5px;background-color:#d1ddeb}.bluno-cards__preview-options-icon{width:20px;height:20px}.bluno-cards__preview-options-dropdown{z-index:4;position:absolute;background-color:#fff;box-shadow:0 4px 20px -4px #0f172a33;padding:8px;display:flex;flex-direction:column;width:177px;gap:4px;border-radius:8px}.bluno-cards__preview-content{display:flex;flex-direction:column;width:100%;gap:2px}.bluno-cards__preview-doc-name{font-size:.75rem;font-weight:400;line-height:140%;color:#62748e;width:80%}.bluno-cards__preview-date{font-size:.6875rem;font-weight:400;line-height:140%;color:#62748e}.bluno-cards__actions{position:relative;bottom:unset;display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:32px}.bluno-cards__actions-bulk{border-radius:4.5px;width:20px;height:20px}.bluno-cards__actions-bulk:hover{background-color:#d1ddeb}.bluno-cards__actions-icons{display:flex;flex-direction:row;gap:8px;align-items:center}.bluno-cards__actions-icon{width:20px;height:20px}.bluno-cards__actions-buttons{display:flex;align-items:center;gap:12px}.bluno-cards__actions-button{padding:4.5px 8px!important}.bluno-cards__actions-sb-icon .s-bluno-icon__highlight:hover{cursor:pointer;border-radius:4.5px;background-color:#d1ddeb!important;transition:all .3s}.bluno-cards__progress-wrapper{padding-top:8px;border-top:1px dashed #d1ddeb}.bluno-cards__progress-content{display:flex;flex-direction:column;gap:4px}.bluno-cards__progress-utilized{font-size:.8125rem;font-weight:500;line-height:140%;color:#438b4c}.bluno-cards__progress-utilized-bulk{font-size:.8125rem;font-weight:500;line-height:140%;color:#00240e}.bluno-cards__progress-utilized-wrapper{display:flex;align-items:center;gap:4px}.bluno-cards__progress-utilized .irm-status{font-family:Inter,sans-serif!important;line-height:140%;letter-spacing:0px;vertical-align:middle}.bluno-cards__progress-utilized .irm-status-whole{font-weight:500;font-size:.8125rem;color:#438b4c;line-height:140%}.bluno-cards__progress-utilized .irm-status-decimal,.bluno-cards__progress-utilized .irm-status-currency{font-size:.6875rem;font-weight:500;color:#438b4c;line-height:140%}.bluno-cards__progress-utilized .irm-status-percentage{font-size:.6875rem;font-weight:400;color:#888}.bluno-cards__progress-bar{position:relative;height:6px;width:100%;border-radius:20px}.bluno-cards__progress-bar-fill{position:absolute;top:0;left:0;height:100%;transition:width .3s ease;border-radius:20px}.bluno-cards__action-dropdown-bulk{position:relative;top:4px;z-index:1;display:flex;flex-direction:column;gap:4px;box-shadow:0 4px 20px -4px #0f172a33;padding:8px;border-radius:8px;width:max-content;background-color:#fff}.bluno-cards__action-dropdown-bulk .bbluno-cards__actions-bulk:hover{background-color:unset!important}.bluno-cards__action-dropdown-bulk-item{display:flex;flex-direction:row;align-items:center;height:28px;padding:0 8px;gap:6px}.bluno-cards__action-dropdown-bulk-item:hover{border-radius:4.5px;background-color:#f2f6fc}.bluno-cards__action-dropdown-bulk-item-text{font-size:.8125rem;font-weight:400;line-height:140%;color:#263246}.hover-container{position:relative;display:inline-flex;align-items:center}.copy-icon-wrapper{display:flex;margin-left:4px;width:16px;height:16px;align-items:center;justify-content:center;border-radius:2px}.copy-icon-wrapper:hover{background-color:#e5f2ff}.hover-container:hover .copy-icon-wrapper{display:inline-flex}.hover-container:hover .copy-icon-wrapper:hover{background-color:#e5f2ff;border-radius:2px;width:16px;height:16px;align-items:center;justify-content:center}.s-toast-v3{position:relative;width:415px;display:flex;flex-direction:row;padding:12px;gap:8px;border-radius:8px;background-color:#fff;box-shadow:0 2px 8px #0f172a1f}.s-toast-v3__left{display:flex;justify-content:center}.s-toast-v3__center{width:100%;display:flex;flex-direction:column;gap:12px}.s-toast-v3__right{display:flex;justify-content:center;align-items:center;min-width:52px;max-width:52px}.s-toast-v3__status-icon{width:24px;height:24px;object-fit:contain}.s-toast-v3__content{display:flex;flex-direction:column;gap:4px}.s-toast-v3__button{padding:10px 8px!important}.s-toast-v3__title{font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.s-toast-v3__title-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.s-toast-v3__text{font-size:.8125rem;font-weight:400;line-height:140%;color:#475569}.s-toast-v3__close-icon-wrapper{width:24px;height:24px;cursor:pointer}.s-toast-v3__close-icon-wrapper:hover{border-radius:4.5px;background-color:#d1ddeb;transition:all .3s}.s-toast-v3__progress-container{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:395px;height:2px;background-color:#f2f6fc;border-radius:10px;overflow:hidden}.s-toast-v3__progress-bar{height:100%;background-color:#0080ff}.bluno-sort-filter-v2{border-radius:6px}.bluno-sort-filter-v2:hover{background-color:#f2f6fc}.bluno-sort-filter-v2 .l-sort__dropdown{z-index:4}.s-select-filter-v2{display:flex;flex-direction:row;gap:24px;align-items:center;border-radius:8px;background-color:#edfdff;height:36px;width:100%;padding:0 16px;margin-bottom:10px}.s-select-filter-v2__close{width:24px;height:24px;cursor:pointer}.s-select-filter-v2__close:hover{background-color:#e5f2ff;border-radius:4px}.s-select-filter-v2__selected-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:500;line-height:140%;color:#475569}.s-select-filter-v2__wrapper-left{display:flex;flex-direction:row;align-items:center;gap:12px}.s-select-filter-v2__wrapper-right{height:100%;display:flex;flex-direction:row;align-items:center;gap:12px;padding-left:24px;border-left:1px solid #d1ddeb}.s-select-filter-v2__partition{width:1px;height:100%;border-radius:50%;background:#888;margin:0 10px}.s-select-filter-v2__item{display:flex;flex-direction:row;align-items:center;gap:4px;cursor:pointer;border-radius:8px;padding:0 10px}.s-select-filter-v2__item--export{height:24px;background-color:#fff;border:1px solid #bfcdde;border-radius:6px}.s-select-filter-v2__item:hover{background:#e5f2ff}.s-select-filter-v2__item:hover .s-select-filter__item-text{text-decoration:underline}.s-select-filter-v2__item-icon{height:16px}.s-select-filter-v2__item-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:600;line-height:140%;color:#0080ff}.s-select-filter-v2__right-button-bulk{padding:5.5px 8px!important}.s-upload-card-v3{width:100%;height:100%;background-color:#fff;position:relative}.s-upload-card-v3__input{width:100%;height:100%;border-radius:6px;background-color:#f2f6fc;overflow:hidden;display:flex;justify-content:center;transition:all .3s ease;align-items:center;gap:4px;padding:12px;border:1px dashed #bfcdde;cursor:not-allowed}.s-upload-card-v3__input--drag{border:1px dashed #0080ff;background-color:#e5f2ff66}.s-upload-card-v3__input:hover{cursor:pointer;border:1px dashed #0080ff;background-color:#e5f2ff66}.s-upload-card-v3__error{padding-top:10px;color:#ef4444;font-size:.8125rem}.s-upload-card-v3__upload{display:none}.s-upload-card-v3__label{display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer}.s-upload-card-v3__label-img{height:20px;object-fit:contain}.s-upload-card-v3__label-text{font-size:.8125rem;font-weight:600;line-height:140%;color:#0080ff}.s-upload-card-v3__label-or{font-size:.8125rem;font-weight:400;line-height:140%;color:#263246}.s-upload-card-v3__secondary-text{font-family:Inter,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:19px;text-align:left;color:#6d6d6d}.s-upload-card-v3__text{text-align:center;font-size:.8125rem;font-weight:500;line-height:140%;color:#263246;display:flex;gap:4px}.s-upload-card-v3__text-cont{display:flex;flex-direction:column;gap:8px}.s-upload-card-v3__list{width:100%;height:100%}.s-upload-card-v3__file-content{width:350px;display:flex;align-items:center;border:1px dashed #62748e;border-radius:8px;background-color:#f8f8f8;padding:8px 20px 8px 10px}.s-upload-card-v3__file-card{width:100%;height:100%;display:flex;align-items:center;gap:8px;padding:12px;border:1px dashed #bfcdde;border-radius:6px;background-color:#f2f6fc;transition:all .3s ease}.s-upload-card-v3__file-card:hover{border:1px dashed #0080ff;background-color:#e5f2ff66}.s-upload-card-v3__file-card--border{border-bottom:1px solid #e5e5e5}.s-upload-card-v3__file-card--uploaded{border:1px solid #bfcdde;background-color:#fff}.s-upload-card-v3__file-card--uploaded:hover{border:1px solid #bfcdde!important;background-color:#fff!important}.s-upload-card-v3__file-card--error,.s-upload-card-v3__file-card--error:hover{border:1px solid #ef4444;background-color:#fff}.s-upload-card-v3__file-actions{display:flex;justify-content:flex-start;align-items:center;gap:15px;cursor:pointer}.s-upload-card-v3__file-actions :hover{cursor:pointer;color:#ffa100}.s-upload-card-v3__file-actions--download{border-radius:2px}.s-upload-card-v3__file-actions--download:hover{background-color:#d1ddeb;outline:1px solid #d1ddeb}.s-upload-card-v3__file-actions--detach{border-radius:2px}.s-upload-card-v3__file-actions--detach:hover{background-color:#d1ddeb;outline:1px solid #d1ddeb}.s-upload-card-v3__file-icon{height:20px;margin-right:10px}.s-upload-card-v3__file-cont{width:100%;display:flex;flex-direction:column;gap:4px}.s-upload-card-v3__file-info{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.s-upload-card-v3__file-span{display:flex;align-items:center;gap:4px;cursor:pointer}.s-upload-card-v3__file-span:hover{border-radius:2px;background-color:#d1ddeb}.s-upload-card-v3__file-text{font-size:.6875rem;font-weight:500;line-height:140%;color:#8798af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-upload-card-v3__file-hr{width:1px;height:14px;background-color:#797979;border:none}.s-upload-card-v3__file-remove{max-width:16px;cursor:pointer}.s-upload-card-v3__file-download{max-width:28px;object-fit:contain;cursor:pointer}.s-upload-card-v3__file-detach{width:16px;cursor:pointer;margin-left:28px}.s-upload-card-v3__file-error-tag{display:flex;align-items:center;justify-content:center;padding:1px 6px;border-radius:23px;border:1px solid #fecaca;color:#dc2626;background-color:#fef2f2;font-size:.625rem;font-weight:500;line-height:140%;height:16px}.s-upload-card-v3__bar{width:100%;height:3px;background-color:#d1ddeb;border-radius:2px}.s-upload-card-v3__progress{height:100%;transition:width .3s ease-in-out;background-color:#0080ff;border-top-left-radius:2px;border-bottom-left-radius:2px}.s-upload-card-v3--disabled{opacity:.5}.s-upload-card-v3--disabled:hover{text-decoration:none}.s-upload-card-v3--tooltip-cont{width:100%}.s-upload-card-v3__tooltip-box{width:100%;height:100%}.s-upload-card-v3__upload-msg{position:absolute;left:0;top:-24px;font-size:.8125rem;color:#888}.s-upload-card-v3__all-icons{display:flex;align-items:center;justify-content:center;gap:12px}.bluno-popup{position:relative;width:495px;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;align-items:center;padding:32px;gap:32px}.bluno-popup--type-2{width:420px;position:relative;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;align-items:center}.bluno-popup__header--type-2{padding:24px 24px 8px;display:flex;justify-content:center}.bluno-popup__close-wrapper{top:20px;right:20px;position:absolute;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;cursor:pointer;border-radius:4.5px;transition:all .3 ease}.bluno-popup__close-wrapper:hover{background-color:#d1ddeb}.bluno-popup__close-wrapper--type-2{top:24px;right:24px;position:absolute;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;cursor:pointer;border-radius:4.5px;transition:all .3 ease}.bluno-popup__close-wrapper--type-2:hover{background-color:#d1ddeb}.bluno-popup__image{width:100px;height:100px}.bluno-popup__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.bluno-popup__content--type-2{padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:20px}.bluno-popup__title{font-size:1rem;font-weight:500;line-height:120%;color:#0f172a}.bluno-popup__title--type-2{font-size:1.125rem;font-weight:500;line-height:140%;color:#0f172a}.bluno-popup__text{font-size:.875rem;font-weight:400;line-height:140%;color:#0f172a}.bluno-popup__text>span{font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.bluno-popup__subtext{font-size:.875rem;font-weight:400;line-height:140%;color:#62748e;text-align:center}.bluno-popup__subtext>span{font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.bluno-popup__copy{border-radius:2px;width:20px;height:20px;align-items:center;justify-content:center;display:inline-flex}.bluno-popup__copy:hover{background-color:#f2f6fc}.bluno-popup__copy-text{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:1rem;font-weight:600;line-height:140%;color:#263246}.bluno-popup__buttons{display:flex;flex-direction:row;gap:20px}.bluno-popup__buttons--type-2{padding:8px 24px 24px;display:flex;gap:20px}.fx-rate{box-shadow:0 2px 8px #0f172a1f;border-radius:12px;background-color:#fff;padding:16px;display:flex;align-items:center;width:343px}.fx-rate__container{display:flex;flex-direction:column;gap:6px;width:100%}.fx-rate__title{font-size:.875rem;font-weight:500;line-height:140%;color:#0f172a}.fx-rate__label{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:.8125rem;font-weight:400;line-height:140%;color:#62748e}.fx-rate__label>span{color:#475569}.fx-rate__label-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;background-color:#f2f6fc}.fx-rate__value{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.fx-rate__inco{display:flex;flex-direction:column;border-radius:8px;border:1px solid #d1ddeb}.fx-rate__inco-top{display:flex;flex-direction:row;padding:6px 12px;gap:6px;align-items:center}.fx-rate__inco-top-label{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:.8125rem;font-weight:400;line-height:140%;color:#62748e}.fx-rate__inco-top-label>span{color:#475569}.fx-rate__inco-top-value{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.fx-rate__inco-top-ellipses{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fx-rate__inco-bottom{display:flex;flex-direction:column;gap:8px;padding:8px 12px;border-top:1px solid #d1ddeb}.fx-rate__inco-bottom-label{display:flex;flex-direction:row;align-items:center;font-size:.8125rem;font-weight:400;line-height:140%;color:#62748e;width:110px;justify-content:space-between}.fx-rate__inco-bottom-label>span{color:#475569}.fx-rate__inco-bottom-label-total-wrapper{padding:6px 0;border-top:1px solid #d1ddeb;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.fx-rate__inco-bottom-label-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.fx-rate__inco-bottom-value{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.fx-rate__inco-bottom-value-bold{font-weight:500}.fx-rate__inco-bottom-value-bold>span{font-size:.625rem;font-weight:500}.fx-rate__inco-bottom-value>span{font-size:.625rem;font-weight:500}.fx-rate__inr-amt-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:8px;padding:8px 12px;background-color:#f2f6fc}.fx-rate__inr-amt-label{display:flex;flex-direction:row;align-items:center;font-size:.8125rem;font-weight:400;line-height:140%;color:#62748e;width:110px;justify-content:space-between}.fx-rate__inr-amt-label>span{color:#475569}.fx-rate__inr-amt-value{font-size:.8125rem;font-weight:400;line-height:140%;color:#0f172a}.fx-rate__inr-amt-value-bold{font-weight:500}.fx-rate__inr-amt-value-bold>span{font-size:.625rem;font-weight:500}.fx-rate__inr-amt-value>span{font-size:.625rem;font-weight:500}
