.auth{--gap-m:16px;--gap-l:20px;--gap-xl:45px;--input-padding-vertical:14px;--segmented-item-height:40px;--form-item-gap:15px;background-color:var(--gray08);height:100%;color:var(--text);flex-direction:row}.auth__bg{background:url(/assets/images/auth-bg.png) 50%/cover no-repeat;flex-shrink:0;width:50%}.auth__logo{text-align:center;margin-bottom:var(--gap-l);line-height:0}.auth__logo img{width:204px;height:62px}.auth__content{width:50%;padding:var(--gap-xl)20px;flex-direction:column;flex-shrink:0;display:flex;overflow:auto}.auth__content__head{justify-content:space-between;align-items:center;margin-bottom:30px;padding:0 40px;display:flex}.auth__form-wrap{width:100%;max-width:430px;margin:auto}.auth__form{background-color:#fff;border-radius:40px;padding:32px 34px;box-shadow:0 8px 32px -8px rgba(0,0,0,.1)}.auth__form__back{margin-bottom:var(--form-item-gap)}.auth__form__back .custom-btn{padding:0}.auth__form__verification{text-align:center;margin-bottom:var(--form-item-gap)}.auth__form__verification-icon{margin-bottom:var(--form-item-gap);color:var(--purple02);background-color:var(--purple03);border-radius:16px;padding:20px;line-height:0;display:inline-block}.auth__form__verification-icon svg{width:40px;height:40px}.auth__form__verification-title{font-size:var(--size-xxl);margin-bottom:16px;font-weight:700}.auth__form__verification-text{font-size:var(--size-m);color:var(--blue06);font-weight:600}.auth__form .custom-form .ant-form-item{margin-bottom:var(--form-item-gap)}.auth__form .custom-form .ant-form-item .ant-form-item-label>label{font-size:var(--size-m)}.auth__form .custom-input{padding:var(--input-padding-vertical)20px;font-size:var(--size-l);font-weight:600}.auth__form .custom-input-mask{border-radius:20px}.auth__form .ant-input-affix-wrapper.custom-password-input{border-radius:20px;padding:0}.auth__form .ant-input-affix-wrapper.custom-password-input .ant-input{padding:var(--input-padding-vertical)40px var(--input-padding-vertical)20px;font-size:var(--size-l);font-weight:600}.auth__form .ant-input-affix-wrapper.custom-password-input .ant-input-suffix{position:absolute;top:0;bottom:0;right:14px}.auth__form__otp-wrap{width:240px;margin:0 auto}.auth__form .ant-otp{column-gap:15px;width:100%}.auth__form .ant-otp .ant-otp-input-wrapper{flex-grow:1}.auth__form .ant-otp .ant-otp-input{height:60px;font-size:var(--size-xxl);border-radius:12px;font-weight:700}.auth .auth__form__head{margin-bottom:var(--gap-l)}.auth .auth__form__head__title{font-size:var(--size-xxxl);margin-bottom:4px;font-weight:700;line-height:32px}.auth .auth__form__head__sub-title{font-size:var(--size-m);color:var(--gray04)}.auth .auth-segmented.ant-segmented{margin-bottom:var(--gap-m);background:var(--blue04);border-radius:32px;width:100%;padding:0}.auth .auth-segmented.ant-segmented .ant-segmented-thumb{background-color:var(--blue06);border-radius:32px}.auth .auth-segmented.ant-segmented .ant-segmented-item{border-radius:32px;flex-grow:1}.auth .auth-segmented.ant-segmented .ant-segmented-item:after{display:none}.auth .auth-segmented.ant-segmented .ant-segmented-item.ant-segmented-item-selected{box-shadow:none;background-color:var(--blue06);color:#fff}.auth .auth-segmented.ant-segmented .ant-segmented-item .ant-segmented-item-label{min-height:var(--segmented-item-height);line-height:var(--segmented-item-height)}.auth .auth__form__btn-wrap{padding-top:8px}.auth .auth__form__btn-wrap .custom-btn{border-radius:16px}@media (min-width:1601px){.auth{--gap-m:32px;--gap-l:40px;--gap-xl:75px;--input-padding-vertical:18px;--segmented-item-height:50px;--form-item-gap:24px}}.custom-btn{box-shadow:none;font-weight:700}.custom-btn.full-width{width:100%}.custom-btn svg{flex-shrink:0}.custom-btn.ant-btn-sm svg{width:16px;height:16px}.custom-btn.ant-btn-lg svg{width:24px;height:24px}.custom-btn.ant-btn-variant-filled.ant-btn-color-blue{background-color:var(--blue04)}.custom-btn.ant-btn-variant-filled.ant-btn-color-blue:not(:disabled):not(.ant-btn-disabled):hover{background-color:var(--blue05)}.custom-btn.ant-btn-color-default.ant-btn-variant-solid{color:var(--blue06);background:#fff}.custom-btn.ant-btn-color-default.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover{background:var(--primary);color:#fff}@media (max-width:1600px){.custom-btn:not(.ant-btn-sm):not(.ant-btn-lg){height:36px}.custom-btn:not(.ant-btn-sm):not(.ant-btn-lg) svg{width:16px;height:16px}}.custom-input,.custom-input-number .ant-input-number-input{font-size:var(--size-s);line-height:22px}.custom-input-mask{border:1px solid var(--gray08);box-sizing:border-box;font-size:var(--size-s);background:#fff;border-radius:8px;outline:none;width:100%;min-width:0;margin:0;padding:9px 11px;line-height:22px;list-style:none;transition:all .2s;display:inline-block;position:relative}.custom-input-mask::-webkit-input-placeholder{color:rgba(0,0,0,.25);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-input-mask::-ms-input-placeholder{color:rgba(0,0,0,.25);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-input-mask::placeholder{color:rgba(0,0,0,.25);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-input-mask:hover,.custom-input-mask:focus{border-color:var(--primary)}.custom-textarea{font-size:var(--size-s)}.ant-input-affix-wrapper.custom-password-input{cursor:text}.ant-input-affix-wrapper.custom-password-input .ant-input{font-size:var(--size-s);line-height:22px}.custom-input-number .ant-input-number-handler-wrap{display:none}.searchInput___I0FkW{cursor:text;font-size:var(--size-l);border-radius:20px;padding:12px 20px;font-weight:600;line-height:22px}.searchInput___I0FkW .ant-input-prefix{color:var(--gray04);margin-right:12px}.searchInput___I0FkW .ant-input-prefix>svg{width:34px;height:34px}.searchInput___I0FkW .ant-input-prefix .ant-input-clear-icon{text-align:center;width:16px;height:12px;margin:0;line-height:0;display:none}.searchInput___I0FkW:hover .ant-input-suffix .ant-input-clear-icon{display:block}.searchInput___I0FkW:hover .ant-input-suffix .ant-input-clear-icon+svg,.searchInput___I0FkW:hover .ant-input-suffix .ant-input-clear-icon.ant-input-clear-icon-hidden{display:none}.searchInput___I0FkW:hover .ant-input-suffix .ant-input-clear-icon.ant-input-clear-icon-hidden+svg{display:block}.searchInput___I0FkW .ant-input::-webkit-input-placeholder{color:var(--gray03);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.searchInput___I0FkW .ant-input::-ms-input-placeholder{color:var(--gray03);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.searchInput___I0FkW .ant-input::placeholder{color:var(--gray03);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:1600px){.custom-input,.custom-input-number .ant-input-number-input{padding:6px 11px}}.custom-select.ant-select-single .ant-select-selector{font-size:var(--size-s);border-color:transparent}.custom-select.ant-select-single .ant-select-selector .ant-select-selection-item{color:var(--primary);padding-right:28px;font-weight:700}.custom-select .ant-select-arrow{color:var(--primary);width:20px;height:20px;margin-top:-10px}.ant-select-dropdown .ant-select-item{font-size:var(--size-m);font-weight:700}.ant-select-dropdown .ant-select-item.ant-select-item-option-selected{font-weight:700}@media (max-width:1600px){.custom-select.ant-select-single{height:36px}.custom-select.ant-select-single .ant-select-selector .ant-select-selection-search-input{height:34px}.custom-select.ant-select-single .ant-select-selector .ant-select-selection-item,.custom-select.ant-select-single .ant-select-selector .ant-select-selection-placeholder,.custom-select.ant-select-single .ant-select-selector .ant-select-selection-wrap:after,.custom-select.ant-select-single .ant-select-selector:after{line-height:34px}.custom-select.ant-select-multiple{font-size:var(--size-s)}.custom-select.ant-select-multiple .ant-select-selection-wrap{align-self:auto}.custom-select.ant-select-multiple .ant-select-selection-item{height:25px;line-height:25px}.custom-select.ant-select-multiple .ant-select-selector:after,.custom-select.ant-select-multiple .ant-select-selection-wrap:after{line-height:28px}.custom-select.ant-select-multiple .ant-select-selection-overflow-item-suffix{min-height:25px;margin:0}.custom-select.ant-select-multiple .ant-select-selection-search-input{height:25px}.ant-select-dropdown .ant-select-item{min-height:22px;padding:6px 10px}}.custom-select-divider{margin:8px 0}.custom-select-footer{padding:0 8px 4px}.custom-form .ant-form-item-explain-error{font-size:12px}.custom-form .ant-form-item-has-error .custom-input-mask{border-color:#ff4d4f}.custom-form .ant-form-item-has-error .custom-input-mask:hover{border-color:#ffa39e}.custom-form .ant-form-item-has-error .custom-input-mask:focus{border-color:#ff4d4f;box-shadow:0 0 0 2px rgba(255,38,5,.06)}.custom-form .ant-form-item .ant-form-item-label>label{font-size:var(--size-s)}.custom-form .ant-form-item .custom-date-picker,.custom-form .ant-form-item .custom-time-picker,.custom-form .ant-form-item .custom-input-number{width:100%}.custom-form .ant-form-item textarea{min-height:86px}.phantomBtn{width:0;height:0;overflow:hidden}@media (max-width:1600px){.custom-form .ant-form-item .ant-form-item-control-input{min-height:36px}.custom-form .ant-form-item:not(.ant-form-item-vertical) .ant-form-item-label>label{height:36px}}.content-custom{scrollbar-gutter:stable;height:100%;padding:20px;position:relative;overflow:auto}.content-custom__in{flex-direction:column;gap:10px;min-height:100%;display:flex}.content-custom__layout{border-radius:32px;flex-direction:column;flex-shrink:0;padding:8px;display:flex;position:relative}.content-custom__layout.white{background-color:#fff}.content-custom__layout.gray{background-color:var(--gray08)}.content-custom__layout.full-height{flex-grow:1}.content-custom__layout .content-custom__layout{border-radius:24px}.content-custom__title-wrap{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.content-custom__title{align-items:center;padding:12px;display:flex}.content-custom__title__back{margin-right:16px}.content-custom__title h1{font-size:var(--size-xxxl);margin:0}.content-custom__title__actions{align-items:center;display:flex}.content-custom__title__actions>*{margin-left:10px}.content-custom__middle{flex-grow:1}.content-custom__error{flex-grow:1;justify-content:center;align-items:center;display:flex}.content-custom__error .ant-result{padding:0}.content-list-menu{background:#fff;border:none;border-radius:6px;margin-bottom:16px;line-height:18px;box-shadow:0 0 4px rgba(0,0,0,.04),0 2px 6px rgba(0,0,0,.1)}.content-list-menu .ant-menu-item{color:var(--text);text-align:center;padding:10px 15px}.content-list-menu .ant-menu-item:hover a{color:var(--text)}.side-navigation{--margin-s:20px;--margin-m:24px;--outerPadding:32px;width:284px;max-width:284px;padding:var(--outerPadding);background-color:#fff;border-radius:24px;flex-shrink:0;margin:20px 0 20px 20px;transition:width .3s cubic-bezier(.2,0,0,1),max-width .3s cubic-bezier(.2,0,0,1);box-shadow:0 4px 12px -4px rgba(0,0,0,.05)}.side-navigation__in{flex-direction:column;height:100%;display:flex}.side-navigation__lang{margin-bottom:var(--margin-s)}.side-navigation__back{font-size:var(--size-xl);margin-bottom:var(--margin-m);font-weight:700}.side-navigation__logo{margin-bottom:var(--margin-m);text-align:center;line-height:0}.side-navigation__logo a{display:inline-block}.side-navigation__logo a img{width:204px;height:62px}.side-navigation__footer{margin-top:auto}.side-navigation__logout{font-size:var(--size-xl);justify-content:flex-start;font-weight:700}.left-menu-wrap{overflow:auto}.left-menu-wrap .ant-menu.left-menu{border:none}.left-menu{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:var(--size-xl);border:none}.left-menu .ant-menu-item-icon svg{width:24px;height:24px}.left-menu.ant-menu .ant-menu-item,.left-menu.ant-menu .ant-menu-submenu-title{align-items:center;display:flex}.left-menu .ant-menu-submenu-arrow{top:53%}.left-menu .ant-menu-submenu-arrow:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:10px}.left-menu .ant-menu-submenu-arrow:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:10px}.left-menu .ant-menu-submenu-arrow:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:10px}.left-menu .ant-menu-submenu-arrow:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:10px}.left-menu .ant-menu-submenu-arrow:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:10px}.left-menu .ant-menu-submenu-arrow:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:10px}.left-menu .ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow{transform:translateY(-4px)}.left-menu.ant-menu-submenu-popup .ant-menu-vertical.ant-menu-sub{max-height:400px}.ant-menu-submenu-open>.ant-menu-submenu-title,.ant-menu-submenu-selected>.ant-menu-submenu-title{background-color:rgba(255,255,255,.2)}.left-menu-wrap::-webkit-scrollbar{background:0 0;width:0}@media (max-width:1600px){.side-navigation{--margin-s:15px;--margin-m:20px;--outerPadding:24px}.side-navigation .left-menu .ant-menu-item{height:48px;line-height:48px}.side-navigation .left-menu .ant-menu-item-icon svg{width:20px;height:20px}}.site-main-wrapper{flex-direction:row;height:100%}.site-main-wrapper .site-main-content-wrapper{font-size:var(--size-s);overflow:hidden}.site-main-wrapper .site-main-content{position:relative}.headActions___DVIDP{justify-content:space-between;gap:10px;display:flex}.headActions___DVIDP .headActionsLeft___MniZu{gap:22px;display:flex}.headActions___DVIDP .custom-btn{border-radius:16px;box-shadow:0 4px 12px -4px rgba(0,0,0,.05)}.categories___c4Yhi{margin:0 -6px;display:flex}.categoryItemOuter___CoMjV{width:25%;padding:0 6px}.categoryItem___n2JlY{cursor:pointer;text-align:center;background-color:#fff;border-radius:32px;width:100%;height:100%;padding:32px 16px 16px;box-shadow:0 6px 20px rgba(0,48,74,.1)}.categoryIcon___xiczz{color:var(--primary);background-color:var(--blue04);border-radius:24px;margin-bottom:12px;padding:16px;line-height:0;display:inline-block}.categoryIcon___xiczz svg{width:60px;height:60px}.categoryLabel___sqR3l{font-size:var(--size-s);font-weight:600}.benefitsList___wIk3O{flex-wrap:wrap;margin:-4px;display:flex}.benefitItemOuter___DqNN8{width:33.3%;padding:4px}.benefitItemOuter___DqNN8 .benefitItem___C2Nuk{height:100%}.benefitItem___C2Nuk{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 12px -4px rgba(0,0,0,.05)}.benefitItem___C2Nuk>div:not(:last-child){margin-bottom:12px}.benefitItemHead___fSyVY{justify-content:space-between;align-items:center;display:flex}.benefitItemType___h4MJO{align-items:center;display:flex}.benefitItemIcon___ThAh6{color:var(--primary);background-color:var(--blue04);border-radius:16px;flex-shrink:0;margin-right:16px;padding:12px;line-height:0}.benefitItemIcon___ThAh6 svg,.benefitItemIcon___ThAh6 img{width:40px;height:40px}.benefitItemName___0WEWA{font-size:var(--size-l);color:var(--blue06);font-weight:700}.benefitItemAmount___dCJm6{font-size:var(--size-xxxl);color:var(--purple01);font-weight:700}.benefitItemDate___zNQtB{font-size:var(--size-s);color:var(--blue06);background-color:var(--gray08);border-radius:8px;padding:4px 8px;font-weight:600;display:inline-block}.benefitItemFooter___elSfC{justify-content:space-between;align-items:center;gap:10px;display:flex}.benefitItemDesc___xBq0u{border:1px solid var(--gray06);background-color:var(--gray08);font-size:var(--size-s);color:var(--gray04);border-radius:16px;margin-bottom:8px;padding:16px}.benefitItemDescIcon___aRr62{line-height:0;transition:transform .3s;display:inline-flex}.benefitItemDescIcon___aRr62.expanded____8EJq{transform:rotate(180deg)}.benefitItemApplication___sDaSf{font-size:var(--size-s)}.benefitItemApplication___sDaSf div{font-weight:600}.benefitsEmpty___WpZds{min-height:84px;font-size:var(--size-xl);color:var(--blue06);flex-direction:column;justify-content:center;align-items:center;font-weight:700;display:flex}.paymentList___iwh0g{flex-direction:column;gap:8px;display:flex}.paymentHead___C1zVj{justify-content:space-between;align-items:center;gap:12px;display:flex}.paymentAmount___BkomM{font-size:var(--size-xl);color:var(--blue06);font-weight:700}.paymentMonthIn___cROvI{font-size:var(--size-s);color:var(--gray03);flex-shrink:0;font-weight:600}.paymentPeriod___V2dNp{color:var(--primary);font-weight:600}.paymentDetailRow___KtokH{border-top:1px solid var(--gray06);justify-content:space-between;gap:12px;padding-top:12px;display:flex}.paymentDetailRow___KtokH>div:last-child{text-align:right;font-weight:600}.medicalLeaveLabel___V2vBz{font-size:var(--size-m);color:var(--gray07);margin-bottom:4px}.medicalLeaveValue___ayFVf{font-size:var(--size-l);color:var(--blue06);font-weight:700}.medicalLeaveExplainer___Fra8W{border:2px solid var(--green05);background-color:var(--green06);color:var(--gray04);border-radius:16px;padding:16px;font-weight:600}.medicalLeaveExplainerTitle___ZAf5I{font-size:var(--size-l);color:var(--blue06);margin-bottom:8px;font-weight:700}.status-block{white-space:nowrap;text-transform:uppercase;font-weight:600;font-size:var(--size-s);border:1px solid transparent;border-radius:8px;align-items:center;gap:4px;padding:3px 8px;display:inline-flex;position:relative}.status-block span{line-height:0}.status-block span svg{width:16px;height:16px}.status-block__blue{color:var(--blue01);border-color:var(--blue01);background-color:var(--blue04)}.status-block__green{color:var(--green07);border-color:var(--green04);background-color:var(--green06)}.status-block__orange{color:var(--orange01);border-color:var(--orange02);background-color:var(--orange03)}.status-block__red{color:#fff;border-color:var(--red01);background-color:var(--red01)}.status-block__yellow{color:var(--yellow01);border-color:var(--yellow01);background-color:var(--yellow02)}.status-block__gray{color:var(--gray04);border-color:var(--gray04);background-color:var(--gray08)}.status-block__purple{color:var(--purple01);border-color:var(--purple04);background-color:var(--purple03)}.tabs___KjQ54 .custom-btn{border-radius:16px;box-shadow:0 4px 12px -4px rgba(0,0,0,.05)}.list___ul1Gn{flex-wrap:wrap;margin:-4px;display:flex}.listItem___VchzG{width:33.3%;padding:4px}.card___e6BZG{background-color:#fff;border-radius:16px;flex-direction:column;height:100%;padding:16px;display:flex;box-shadow:0 4px 12px -4px rgba(0,0,0,.05)}.card___e6BZG>:not(:last-child){margin-bottom:12px}.cardHead___iuxMe{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.cardHeadInfo___dJwct{min-width:0}.cardType___dcYrI{align-items:center;gap:12px;display:flex}.cardIcon___Mkfnv{color:var(--green04);flex-shrink:0;line-height:0}.cardIcon___Mkfnv svg{width:40px;height:40px}.cardIconOthers___QHYCO{color:var(--primary)}.cardNumberLabel___Xvjbq{font-size:var(--size-s);color:var(--gray03)}.cardNumber___S5wbC{color:var(--blue06);word-break:break-all;font-weight:600}.cardTitle___fdNHa{font-size:var(--size-l);color:var(--blue06);font-weight:700}.cardFooter___mV_37{margin-top:auto}.cardDate___UVmiO{font-size:var(--size-s);color:var(--gray03);font-weight:600}.state___U7Zmb{text-align:center;min-height:84px;font-size:var(--size-l);color:var(--gray03);flex-direction:column;justify-content:center;align-items:center;font-weight:600;display:flex}.state___U7Zmb>:not(:last-child){margin-bottom:16px}.details___jyBLA{flex-direction:column;gap:12px;display:flex}.card___GRvaj{background-color:#fff;border-radius:16px;padding:24px 16px;box-shadow:0 4px 12px -4px rgba(0,0,0,.05)}.title___Jqwrk{font-size:var(--size-xxl);color:var(--blue06);margin-bottom:24px;font-weight:700}.state___HAQ4i{text-align:center;font-size:var(--size-l);color:var(--gray03);padding:60px 16px;font-weight:600}.state___HAQ4i>:not(:last-child){margin-bottom:16px}.custom-modal-wrap__full-height .custom-modal .ant-modal-content{height:100%}.custom-modal{justify-content:center;align-items:center;height:100%;padding:0;display:flex;top:0}.custom-modal>div:first-child{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.custom-modal .ant-modal-content{flex-direction:column;flex-grow:1;max-width:100%;max-height:100%;padding:20px 15px 10px;display:flex}.custom-modal .ant-modal-close svg{width:20px;height:20px}.custom-modal .ant-modal-body{flex-direction:column;height:100%;padding:0 10px 10px;display:flex;overflow-x:hidden}.custom-modal-wrap{max-height:100%;padding:20px 0}.custom-modal__header{margin-bottom:20px;padding-right:40px}.custom-modal__title{font-size:18px;font-weight:500;line-height:22px}.custom-modal__middle{scroll-behavior:smooth;flex-grow:1;margin:-10px;padding:10px;position:relative;overflow-y:auto}.custom-modal__footer{text-align:right;padding-top:15px}.custom-modal__error{margin:0 0 20px}.custom-modal__buttons{justify-content:center;margin:0 -8px;display:flex}.custom-modal__buttons__col{width:50%;padding:0 8px}.custom-modal__buttons .custom-btn{width:100%;padding-left:34px;padding-right:34px}.custom-modal__buttons-right{justify-content:flex-end}.modal-loader{z-index:100;background:rgba(255,255,255,.5);border-radius:4px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.timeline___DofMv{flex-direction:column;display:flex}.row___WMfdj{align-items:center;gap:12px;padding:0 8px;display:flex}.label___SV2ii{font-size:var(--size-l);color:var(--blue06);font-weight:700}.pending___JOnd1 .label___SV2ii{color:var(--gray03)}.received___hnEng .label___SV2ii{color:var(--green01)}.icon___I1ya9{flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;line-height:0;display:flex}.icon___I1ya9 svg{width:34px;height:34px}.iconCompleted___bguTm{color:var(--primary)}.iconReceived___cZ3Wk{color:var(--green01)}.iconInProcess___L5BcC{color:var(--blue01)}.iconInProcess___L5BcC svg{width:28px;height:28px}.iconNegative___Im3W6{color:var(--red01)}.pendingDot___U10oo{background-color:var(--gray06);border-radius:50%;width:16px;height:16px}.connector___jf0Sb{background-color:var(--gray06);border-radius:3px;width:3px;height:40px;margin:6px 0 6px 23.5px}.connectorCompleted___Ty0JW{background-color:var(--primary)}.declined___yF45V{background-color:var(--red04);border-radius:20px;padding:12px 0}.declined___yF45V .label___SV2ii{color:var(--red01)}.declinedReason___j3klc{color:var(--red01);white-space:pre-line;margin-top:12px;padding:0 8px;font-weight:600}:root{--primary:#08678e;--text:#212a44;--red01:#d22116;--red02:#bf1c12;--red03:#f4352a;--red04:#ffebea;--green01:#16a34a;--green02:#5cbf80;--green03:#e8f6ed;--green04:#669436;--green05:#c5ea83;--green06:#f0ffd6;--green07:#759340;--blue01:#08678e;--blue02:#307ac3;--blue03:#7db2db;--blue04:#deecfb;--blue05:#c8e0f9;--blue06:#344a5d;--purple01:#533a82;--purple02:#7f5fbc;--purple03:#f7f4ff;--purple04:#9774d9;--orange01:#ea580c;--orange02:#f08a55;--orange03:#fdeee7;--yellow01:#ffc107;--yellow02:#fcf2d3;--gray01:#f5f5f5;--gray02:#e4e4e4;--gray03:#99a4ae;--gray04:#4d6072;--gray05:#c1c1c1;--gray06:#dadee5;--gray07:#677786;--gray08:#f2f4f5;--skeleton-gradient-from-color:rgba(0,0,0,.04);--skeleton-gradient-to-color:rgba(0,0,0,.15);--size-xs:11px;--size-s:12px;--size-m:14px;--size-l:16px;--size-xl:18px;--size-xxl:20px;--size-xxxl:24px;--line-height-m:18px;--line-height-l:20px}html,body{width:100%;height:100%}body{margin:0;font-family:Nunito Sans,sans-serif;font-weight:400;line-height:1.5}input,button,textarea,select{font:inherit;color:inherit}#root{height:100%}.d-flex{display:flex}.a-i-c{align-items:center}.w-s-n{white-space:nowrap}.t-a-r{text-align:right}.t-a-l{text-align:left}.t-a-c{text-align:center}.m-b-10{margin-bottom:10px}.m-l-8{margin-left:8px}.m-r-8{margin-right:8px}.comment-block{white-space:pre-wrap}.content-block{background-color:#fff;border-radius:12px;padding:20px}.danger-color{color:var(--red01)}.full-width{width:100%}.link-block{cursor:pointer;color:var(--blue02);transition:color .2s}.link-block:hover{color:var(--blue03)}.abs-loader{z-index:1;background:rgba(255,255,255,.2);border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.abs-loader.main-loader{background:#fff}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.u-fancy-scrollbar::-webkit-scrollbar{width:8px;height:8px}.u-fancy-scrollbar::-webkit-scrollbar-button:end:increment{background:0 0;display:none}.u-fancy-scrollbar::-webkit-scrollbar-button:start:decrement{background:0 0;display:none}.u-fancy-scrollbar::-webkit-scrollbar-track-piece{background:rgba(9,30,66,.08)}.u-fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:start{border-radius:4px 4px 0 0}.u-fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:end{border-radius:0 0 4px 4px}.u-fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:start{border-radius:4px 0 0 4px}.u-fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:end{border-radius:0 4px 4px 0}.u-fancy-scrollbar::-webkit-scrollbar-thumb:horizontal{background:rgba(110,122,140,.1);border-radius:4px;height:48px;display:block}.u-fancy-scrollbar::-webkit-scrollbar-thumb:vertical{background:rgba(110,122,140,.1);border-radius:4px;height:48px;display:block}iframe{border:none}.normalize-html-doc>:first-child{margin-top:0}.normalize-html-doc p{margin-top:8px;margin-bottom:8px}.normalize-html-doc p:first-child{margin-top:0}.normalize-html-doc p:last-child{margin-bottom:0}.normalize-html-doc table{border-collapse:collapse;width:100%;margin:10px 0}.normalize-html-doc th,.normalize-html-doc td{border:1px solid var(--gray06);text-align:left;vertical-align:top;padding:4px 8px}.normalize-html-doc th p:first-of-type,.normalize-html-doc td p:first-of-type{margin-top:0}.normalize-html-doc th p:last-of-type,.normalize-html-doc td p:last-of-type{margin-bottom:0}.normalize-html-doc th{background-color:var(--gray01);font-weight:600}@media (min-width:1601px){:root{--size-xs:12px;--size-s:14px;--size-m:16px;--size-l:18px;--size-xl:20px;--size-xxl:24px;--size-xxxl:28px;--line-height-m:20px;--line-height-l:22px}}