.widgets-customize-button{position:relative;display:flex;justify-content:center;align-items:center;margin-top:16px;height:48px;background:var(--bg-light);border-radius:var(--radius-widget);transition:.2s;cursor:pointer}.widgets-customize-button .inner-icon,.widgets-customize-button .inner-label{transition:.2s}.widgets-customize-button:hover{background:var(--bg-float)}.widgets-customize-button._edit-mode .inner-icon{color:var(--text-action)}.widgets-customize-button._edit-mode:hover{background:var(--bg-float)}.widgets-customize-button._loading{cursor:wait}.widgets-customize-button .inner-label{letter-spacing:.5px;text-transform:uppercase;font-weight:var(--fw-medium);font-size:10px}.widget._hoverable{cursor:pointer}.widget._foldable{padding-bottom:44px}.widget._hidden:after{opacity:1}.widget._tour{animation:slide-down .4s forwards;animation-delay:3s;animation-timing-function:cubic-bezier(.69,.04,.51,1.25)}.widget .inner-toggler{position:absolute;bottom:12px;left:50%;display:flex;justify-content:center;align-items:center;width:40px;height:24px;color:var(--text-light);border-radius:6px;transform:translateX(-50%);transition:background-color .2s ease-in-out,color .2s;cursor:pointer}.widget:has(.widget-edit:hover) .widget-edit{opacity:1}.widget:has(.amounts-hide-toggle:hover) .amounts-hide-toggle{opacity:1}.widget:has(.widget-help:hover) .widget-help{opacity:1}.widget:hover .amounts-hide-toggle,.widget:hover .widget-edit,.widget:hover .widget-help{opacity:.6}.widget:hover .inner-toggler{background-color:var(--cl-default-7)}.widget:hover .inner-toggler:hover{color:var(--text-default)}.widget .amounts-hide-toggle{color:var(--text-light);opacity:.2;transition:opacity .3s}.widget .amounts-hide-toggle._toggled{color:var(--text-action);opacity:1}.widget .inner-tools{position:absolute;top:4px;right:4px;display:flex;justify-content:flex-end;align-items:center;padding:2px;max-width:40%;gap:6px;color:var(--text-light);background-color:var(--bg-content);border-radius:0 28px 0 8px;z-index:1}.widget .inner-tools__item{opacity:.2;transition:opacity .2s}.widget .inner-tools__item:hover{opacity:1}.widget-edit{color:var(--text-light);opacity:.2;transition:opacity .3s;z-index:1}.widget-help{cursor:help}.widget-draggable{position:relative;margin-bottom:16px;z-index:1}.widget-draggable._dragging .widget-draggable__wrapper{transform:rotate(5deg);transition:transform .2s ease}.widget-draggable._dragging .widget-draggable__toggler,.widget-draggable._dragging .widget:after{opacity:0}.widget-draggable .widget{pointer-events:none}.widget-draggable__wrapper{position:relative;overflow:hidden;border-radius:var(--radius-widget)}.widget-draggable__wrapper .widget._tour{animation:none}.widget-draggable:focus,.widget-draggable__wrapper:focus{outline:none}.widget-draggable__helper{position:absolute;top:8px;right:0;left:0;margin:0 auto;width:80px}.widget-draggable__helper:after,.widget-draggable__helper:before{content:"";display:block;height:2px;background:var(--bdr-hard);border-radius:2px}.widget-draggable__helper:after{margin-top:2px}.widget-draggable__toggler{position:absolute;top:16px;right:16px;width:24px;height:24px;min-width:24px;transition:opacity .2s}.widget-edit-dropdown{padding:12px 20px;width:272px;color:var(--text-default)}.widget-edit-dropdown .ant-switch{margin:4px 0}.widget-edit-dropdown__tooltip{cursor:help}.widget-edit-dropdown__wallets-list .fnm-menu-item{padding:8px 0}.widget-edit-dropdown__wallets-list .fnm-menu-item-hoverable:hover{background:none}@keyframes slide-down{to{margin-top:32px}}.currency-selector__tooltip{margin-left:6px;cursor:help}.widget-balance-skeleton-amount .skeleton-amount{padding:5px 0 8px}.widget-balance-skeleton-amount .skeleton-amount .skeleton{width:70%;height:30px}.widget-balance-skeleton-connection{display:flex;align-items:center;padding-top:4px;height:40px}.widget-balance-skeleton-connection .skeleton{height:16px}.widget-balance-skeleton-connection .skeleton._name{width:40px}.widget-balance-skeleton-connection .skeleton._amount{margin-left:auto;width:110px}.balance-widget._foldable .international-wallet-promo{margin-bottom:0}.balance-widget .international-wallet-promo{margin:12px -24px -12px}.widget-cards-list{padding-top:20px}.widget-cards-list__item{display:flex;align-items:center;margin:0 -16px;padding:0 16px;height:40px;border-radius:8px;transition:background-color .2s,box-shadow .2s;cursor:pointer}.widget-cards-list__item:hover{background-color:var(--bg-light)}.widget-cards-list__item._active{background-color:var(--bg-focus);box-shadow:inset 0 0 0 2px var(--bdr-focus)}.widget-cards{position:relative;padding-bottom:108px}.widget-cards__cashback{left:40px;padding-top:36px;height:76px;text-align:center;background-color:var(--text-xlight);z-index:0}.widget-cards__cashback,.widget-cards__cashback:before{position:absolute;right:40px;bottom:0;border-radius:16px 16px 0 0}.widget-cards__cashback:before{content:"";top:16px;left:-16px;background:var(--cl-default-7) rgba(var(--bg-content-raw)/0),rgba(var(--bg-content-raw));box-shadow:inset 0 1px 1px rgba(var(--bg-content)/.85);z-index:-1}.widget-cards-skeleton .skeleton._cards-count{width:90px;height:14px}.widget-cards-skeleton .skeleton._cards-cashback{margin:0 auto;width:180px;height:12px}.animate-widget-cards-count-enter{opacity:0}.animate-widget-cards-count-enter.animate-widget-cards-count-enter-active{opacity:1;transition:.4s ease-in-out}.animate-widget-cards-count-leave{opacity:1}.animate-widget-cards-count-leave.animate-widget-cards-count-leave-active{opacity:0;transition:.4s ease-in-out}.widget-actions{display:grid;grid-template-columns:1fr}.widget-actions__list{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.widget-actions__item{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px 12px;padding:12px 4px 8px;text-align:center;border-radius:12px;transition:opacity .2s,background-color .2s;cursor:pointer}.widget-actions__item:only-child{flex-direction:row;justify-content:center;align-items:center;padding:8px 10px}.widget-actions__item:only-child .widget-actions__name br{display:none}.widget-actions__item:not(:only-child) .widget-actions__name{line-height:18px;font-size:14px}.widget-actions__item+.widget-actions__item{margin-left:1px}.widget-actions__item+.widget-actions__item:after{content:"";position:absolute;top:12px;bottom:12px;left:-1px;width:1px;background:var(--bdr-default)}.widget-actions__item:hover{background:var(--bg-light)}.widget-actions-menu{display:flex;column-gap:8px}.widget-actions-menu__item{display:flex;align-items:center;padding:10px 16px;width:268px;gap:16px;border-radius:12px;transition:background-color .2s ease;cursor:pointer}.widget-actions-menu__item:hover{background-color:var(--bdr-default)}.widget-actions-menu__item:hover .inner-icon{transform:scale(1.1)}.widget-actions-menu__item._disabled{opacity:.4}.widget-actions-menu__item._selected .inner-icon{color:var(--text-action)}.widget-actions-menu__item .inner-icon{transition:transform .2s cubic-bezier(.2,0,.54,2.39)}.widget-actions-menu__item .inner-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.widget-tour{position:absolute;top:0;right:19px;display:flex;align-items:flex-end;animation:slide-up .4s cubic-bezier(.69,.04,.51,1.25) 3s forwards;cursor:pointer;z-index:-1}.widget-tour__text{white-space:nowrap;color:transparent;background:linear-gradient(90deg,rgba(var(--cl-blue-2-raw)/1),rgba(var(--cl-default-1-raw)/1));-webkit-background-clip:text;background-clip:text}@keyframes slide-up{0%{top:0}to{top:-27px}}.widget-goods{padding:16px 20px}.widget-goods__item{display:flex;align-items:flex-start;padding:12px 6px 12px 12px;border-radius:var(--radius-button-default);transition:background-color .2s ease-in-out}.widget-goods__item:hover{background:var(--bg-light)}.widget-goods__chevron{margin-left:6px}.widget-receive__copy:hover{color:var(--text-action)}.expected-balance__total{display:flex;margin-top:20px;padding-top:20px;border-top:1px solid var(--bdr-default)}.expected-balance__item{display:flex;align-items:center;margin:0 -16px;padding:0 16px;height:40px;border-radius:8px;transition:background-color .2s,box-shadow .2s;cursor:pointer}.expected-balance__item:hover{background-color:var(--bg-light)}.expected-balance__item._active{background-color:var(--bg-focus);box-shadow:inset 0 0 0 2px var(--bdr-focus)}.expected-balance__item+.expected-balance__item{margin-top:4px}.expected-balance__item .inner-count{display:flex;flex-shrink:0;justify-content:center;align-items:center;margin-right:12px;padding:0 6px;height:24px;min-width:32px;background:var(--bg-light);border-radius:6px}.expected-balance__amount,.expected-balance__item .inner-amount{margin-left:auto;font-weight:var(--fw-medium)}.expected-balance__amount{margin-top:4px}.widget-nextdays-header{margin-bottom:24px;font-weight:var(--fw-semibold);font-size:20px}.widget-next-days-skeleton .skeleton-group{display:grid;grid-template-columns:1fr 90px;grid-gap:20px 80px}.widget-next-days-skeleton .skeleton{height:24px}.widget-next-days-skeleton .skeleton._balance{height:20px}.widget-next-days-skeleton .inner-divider{margin:20px 0;height:1px;background:var(--bdr-hard)}.widget-collection-skeleton .skeleton-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px}.widget-collection-skeleton .skeleton{height:68px}.widget-collection-skeleton .skeleton._documents{margin-top:12px;height:64px}.widget-collection-skeleton .skeleton._header{margin-bottom:19px;height:21px}.widget-collection._initial-state{padding-right:36px;padding-left:124px;background-image:url(/images/mail-collection-3d.aa75ee.png);background-repeat:no-repeat;background-position:0 50%;background-size:124px auto;cursor:pointer}.widget-collection:hover .widget-collection__arrow{transform:translate(4px,-50%)}.widget-collection__arrow{position:absolute;top:50%;right:12px;transform:translateY(-50%);transition:.2s}.widget-collection__money{display:grid;grid-template-columns:1fr 1fr;column-gap:16px;margin-top:24px}.widget-collection__money-item{padding:8px 0;text-align:center;background-color:var(--btn-neutral-bg);border-radius:8px;transition:background-color .2s;cursor:pointer}.widget-collection__money-item:hover{background-color:var(--cl-default-6-a)}.widget-collection__reconciled{display:flex;justify-content:center;margin-top:16px;padding:20px 16px;background:var(--btn-neutral-bg);border-radius:8px}.widget-collection__uploading-document{display:flex;align-items:center;margin-top:16px;padding:16px;background:var(--btn-light-secondary-bg);border-radius:8px;transition:background-color .2s;cursor:pointer}.widget-collection__uploading-document:hover{background-color:var(--cl-blue-6-a)}.widget-team__users{position:relative;padding:4px 0;height:60px;overflow:hidden;transition:height .3s}.widget-team__users-list{display:grid;grid-template-columns:repeat(4,52px);gap:16px 24px}.widget-team__users-item{position:relative}.widget-team__users-item .inner-card{position:absolute;right:-3px;bottom:-3px;border:1px solid var(--bg-content);border-radius:2px}.widget-team__invite-user{display:flex;justify-content:center;align-items:center;width:52px;height:52px;text-align:center;color:var(--cl-default-1);background:var(--btn-neutral-bg);border-radius:18px;transition:transform .2s;cursor:pointer}.widget-team__invite-user:hover{transform:translateY(-1px)}.widget-team__head{margin-bottom:20px;gap:8px 12px}.widget-team__head,.widget-team__title{display:flex;align-items:center}.widget-team__title:hover{color:var(--text-action)}.widget-team__action{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:12px 6px;margin-top:16px}.payment-input-amount .ant-input{padding-top:0;padding-bottom:0;height:52px;line-height:normal;border-bottom-width:4px}.payment-input-amount .ant-input-affix-wrapper .ant-input:not(:last-child){padding-left:0}.payment-input-amount .ant-input-affix-wrapper .ant-input-suffix{right:0;margin-top:-2px;pointer-events:none}.payment-input-amount .ant-input,.payment-input-amount .ant-input-suffix{font-weight:var(--fw-semibold);font-size:44px}.payment-input-amount .ant-form-item{display:flex;justify-content:center}.payment-input-amount .ant-form-item-children{display:inline-block}.widget-own-cards-skeleton{display:grid;grid-template-columns:min-content 1fr;align-items:center;gap:12px 32px}.credit-payment-schedule-cell{display:flex;flex-direction:column;align-items:center;padding:12px;text-align:center;background-color:var(--bg-light);border-radius:12px;gap:8px}.payments-exchange-form-comment{max-width:350px;margin-left:auto;margin-right:auto;margin-bottom:40px;text-align:center}.payments-exchange-form-comment._field{text-align:left}.widget-own-cards{position:relative}.widget-own-cards._cashback{padding-bottom:12px}.widget-own-cards__title{display:flex;align-items:center;margin:0 -12px 20px;padding:0 12px}a.widget-own-cards__title:hover{color:var(--text-action)}.widget-own-cards__list{display:grid;grid-template-columns:1fr;row-gap:4px}.widget-own-cards__item{display:flex;align-items:center;margin:0 -12px;padding:0 12px;width:312px;height:54px;border-radius:12px;transition:background-color .2s;cursor:pointer}.widget-own-cards__item._active,.widget-own-cards__item:hover{background-color:var(--bg-light)}.widget-own-cards__item._new-card .inner-icon{display:flex;justify-content:center;align-items:center;padding:6px 12px;width:32px;height:22px;color:var(--cl-blue-3);background-color:var(--cl-blue-5);border-radius:4px;transition:.2s}.widget-own-cards__item._new-card .inner-text{margin:0 12px}.widget-own-cards__item._new-card:hover .inner-icon{color:var(--cl-blue-2);background-color:var(--cl-blue-4)}.widget-own-cards__item._new-card:hover .inner-text{color:var(--text-default)}.widget-own-cards__item .inner-balance{margin-left:auto;white-space:nowrap}.widget-own-cards__cashback{margin-top:8px;padding:8px 0 0;border-top:1px solid var(--bdr-default)}.widget-own-cards__cashback-item{display:flex;align-items:center;margin:0 -6px;padding:0 6px 0 12px;height:40px;border-radius:12px;transition:background-color .2s;cursor:pointer}.widget-own-cards__cashback-item:hover{background-color:var(--cl-default-8-a)}.widget-own-cards__cashback-item .currency{margin-right:6px;margin-left:auto}.widget-own-cards__to-activate-block{margin:4px -12px 0;padding:16px 12px 8px;background:var(--cl-default-8);border-radius:12px}.widget-own-cards__to-activate-list{display:grid;grid-template-columns:1fr;margin-top:16px;row-gap:3px}.widget-own-cards__to-activate-item{display:flex;align-items:center;height:54px}.widget-own-cards__to-activate-item .inner-button{margin-left:auto}.widget-own-cards__to-activate-item .inner-name{max-width:164px}.widget-own-cards__to-activate-item:hover{cursor:pointer}.widget-own-cards__to-activate-item:hover .inner-icon{opacity:.6}.widget-own-cards__to-activate-item:hover .inner-name{color:var(--text-action)}.credit-payment-schedule{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media only screen and (max-width:600px){.viewport-unlocked .credit-payment-schedule{grid-template-columns:repeat(2,1fr)}}.credit-payment-schedule-tabs .ant-tabs-bar{margin:0 0 32px}.credit-payment-schedule-tabs .ant-tabs-nav-container{padding:0}.credit-payment-schedule-tabs .ant-tabs-nav-container .ant-tabs-tab-arrow-show{display:none}.credit-payment-schedule-tabs .ant-tabs-nav-scroll{overflow:auto}.credit-payment-schedule-tabs .ant-tabs-nav-scroll::-webkit-scrollbar{display:none}.credit-payment-schedule-tabs .ant-tabs-nav-scroll .ant-tabs-nav{transform:none!important}.payments-exchange-form .inner-wallets{display:grid;grid-template-columns:1fr 40px 1fr;grid-gap:12px;align-items:end;margin-bottom:40px}.payments-exchange-form .ant-form-explain{position:absolute}.payments-exchange-form .ant-form-item{min-width:0}.finomenality-widget__wrapper:hover .finomenality-widget{box-shadow:0 4px 8px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.1);transform:translateY(-6px)}.finomenality-widget__wrapper:hover .widget-draggable .finomenality-widget{box-shadow:0 1px 3px rgba(0,0,0,.03),0 8px 12px rgba(0,0,0,.02);transform:none}.finomenality-widget{transition:box-shadow .1s ease-out,transform .1s ease-out;cursor:pointer}.finomenality-widget__scale{display:grid;grid-template-columns:minmax(28px,max-content) 1fr auto;column-gap:8px;align-items:center;margin-top:16px;margin-bottom:4px}.finomenality-widget__scale-icon{margin-left:4px;color:var(--text-xlight);transition:color 0s ease-in 1.7s}.finomenality-widget__scale-icon svg{font-size:24px}.finomenality-widget__scale-icon._animate{animation:giftScale .3s ease-in 1.7s}.finomenality-widget__scale-icon._active{color:var(--text-brand-primary);animation:giftShake 2.9s ease-in 1.9s infinite}.finomenality-widget__scale-icon._active svg{font-size:32px;transition:font-size .2s ease-in 1.7s}.finomenality-widget__scale-points{min-width:28px}@keyframes giftScale{0%,to{transform:scale(1)}33%{transform:scale(1.2)}}@keyframes giftShake{0%,84%,92%,to{transform:translateY(0)}88%,96%{transform:translateY(-4px)}}.credit-withdrawal-terms{display:flex;flex-direction:column;padding:16px;gap:16px;background-color:var(--bg-light);border-radius:12px}.credit-withdrawal-terms .credit-withdrawal-terms__row{display:flex;justify-content:space-between}.payment-exchange-congratulation.modal-area{padding-top:38px;padding-bottom:48px}.payment-exchange-congratulation__icon{margin-bottom:32px;width:60px;height:60px;background-image:url(/images/poper-party.42dc54.png);background-size:contain}.payment-exchange-congratulation__icon._international{margin-bottom:20px;width:auto;height:160px;background-image:url(/images/waiting@2x.9d1020.png);background-repeat:no-repeat;background-position-x:center}.payment-exchange-congratulation__row{text-align:center}.credit-history-no-transactions{position:relative;display:flex;justify-content:center;align-items:flex-end}.credit-history-no-transactions .inner-text{position:absolute;bottom:69px;left:50%;padding:10px 20px;width:380px;white-space:pre-wrap;text-align:center;background:var(--bg-content);border-radius:10px;transform:translateX(-50%)}.credit-document-type-active{border:2px solid var(--bdr-focus)}.credit-document{display:flex;justify-content:space-between;padding:20px 0;transition:color .3s;cursor:pointer}.credit-document:hover{color:var(--cl-default-2)}.credit-document:not(:last-child){border-bottom:1px solid var(--bdr-default)}.credit-document .credit-document__description{display:flex;flex-direction:column;gap:8px}.change-wallet{display:flex;flex-direction:column}.change-wallet__header{display:flex;flex-direction:row;align-items:center;gap:4px;margin-bottom:12px}.change-wallet__wallet{display:flex;align-items:center;gap:10px;margin-bottom:16px}.credit-early-repayment-summary{display:flex;flex-direction:column;margin-top:20px;margin-bottom:20px;padding:16px;gap:16px;background-color:var(--bg-light);border-radius:12px}.credit-early-repayment-summary .credit-early-repayment-summary__row{display:flex;justify-content:space-between}.credit-early-repayment-form-actions{display:flex;justify-content:flex-end;align-items:center}@media only screen and (max-width:600px){.viewport-unlocked .credit-early-repayment-form-actions{flex-direction:column-reverse;gap:8px}}.credit-pre-offer__summary{display:flex;flex-direction:column;margin-bottom:32px;gap:8px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-pre-offer__summary{margin-bottom:40px}}.credit-pre-offer__summary-header{display:flex;gap:12px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-pre-offer__summary-header{gap:16px}}.credit-pre-offer__summary-amount{line-height:44px;font-weight:var(--fw-semibold);font-size:36px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-pre-offer__summary-amount{line-height:42px;font-size:34px}}.credit-pre-offer__summary-rates{display:flex;align-items:center;gap:4px}.credit-pre-offer__benefits{display:flex;margin-bottom:40px;background-color:var(--bg-app);border-radius:20px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-pre-offer__benefits{flex-direction:column}}.credit-pre-offer__benefits-image{width:240px;height:240px;overflow:hidden;background:url(/images/man-with-laptop.3cb64e.png) 50%/cover no-repeat;border-radius:0 20px 20px 0;transform:scaleX(-1)}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-pre-offer__benefits-image{width:100%;height:190px;border-radius:20px 20px 0 0}}.credit-pre-offer__benefits-content{display:flex;flex-direction:column;justify-content:center;padding-left:32px;gap:28px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-pre-offer__benefits-content{padding:20px;gap:16px}}.credit-pre-offer__benefits-row{display:flex;flex-direction:column;gap:4px}.client-details{display:flex;flex-direction:column;text-align:left;gap:24px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .client-details{gap:16px}}.client-details__row{display:grid;grid-template-columns:160px 1fr;gap:10px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .client-details__row{grid-template-columns:1fr;gap:8px}}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .client-details__row-label{font-size:14px;color:var(--text-light)}}.client-details__row-value{overflow:hidden}.transaction-list-item__amount{display:grid;grid-template-columns:1fr;row-gap:8px}.transaction-list-item__amount .inner-item{line-height:1}.transaction-list-item__amount .inner-main{display:flex;align-items:center;justify-content:flex-end;margin-top:2px;height:14px}.transaction-list-item__amount .inner-main__amount{position:relative;top:1px}.transaction-list-item__amount .inner-bank-icon{margin-right:12px}.client-bank-connect{margin-top:24px;padding:24px;text-align:left;background-color:var(--bg-light);border-radius:12px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .client-bank-connect{margin-top:20px}}.client-bank-connect__description{margin-top:6px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .client-bank-connect__description{margin-top:12px}}.client-bank-connect__actions{margin-top:16px}.transaction-list-item__icon{position:relative;width:40px;height:40px;background:var(--bg-light);border-radius:12px}.transaction-list-item__icon._scheduled{background:var(--bg-content);border:1px dashed var(--bdr-xhard);color:var(--text-xlight)}.transaction-list-item__icon .inner-status{position:absolute;font-size:20px;top:-6px;right:-6px}.credit-pre-offer__header{display:flex;flex-direction:column;margin-bottom:32px;gap:32px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-pre-offer__header{gap:12px}}.credit-pre-offer__terms{margin-bottom:40px}.credit-pre-offer__actions{display:flex;gap:8px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-pre-offer__actions{gap:12px;flex-direction:column}}.transactions-list-tags{display:flex;flex-wrap:wrap;margin:8px 0 -3px -4px;max-width:100%}.transactions-list-tags__item{padding:3px 4px;font-size:var(--fz-xs);color:var(--text-light);border-radius:6px;transition:color .2s ease-in-out,background-color .2s ease-in-out}.transactions-list-tags__item:hover{color:var(--text-action);background:var(--cl-blue-5-a)}.credit-offer-limit{margin-top:32px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-offer-limit{margin-top:28px}}.credit-offer-limit__header{display:flex;margin-bottom:8px;gap:12px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-offer-limit__header{gap:16px}}.credit-offer-limit__amount{margin-bottom:12px;line-height:52px;font-weight:var(--fw-semibold);font-size:44px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-offer-limit__amount{margin-bottom:8px;line-height:100%;font-size:48px}}.transaction-list__item-secondary-actions{position:absolute;top:21px;right:6px}.transaction-list__item-dropdown-action .base-action-wrapper__item{display:block;padding:10px 16px}.transaction-list__item-dropdown-action .base-action-wrapper__item._error-invoice-action{color:var(--text-error)}.credit-pre-offer-widget{position:relative;overflow:hidden;cursor:pointer}.credit-pre-offer-widget .credit-pre-offer-widget__title{display:flex;align-items:center;gap:4px}.credit-pre-offer-widget .credit-pre-offer-widget__content{display:flex;flex-direction:column;margin-top:8px;gap:12px}.credit-pre-offer-widget .credit-pre-offer-widget__image{position:absolute;right:10px;bottom:-40px;width:110px;height:115px;background:url(/images/coins-currency@2x.f2a31e.png) no-repeat 50%/cover;transform:rotate(-3.5deg);pointer-events:none}.credit-offer-valid-until{display:inline-flex;padding:4px 12px;font-style:italic;font-weight:var(--fw-bold);color:var(--text-action);background-color:var(--bg-focus);border-radius:24px;gap:6px}.tooltip-invoice-status{display:flex;flex-direction:column}.tooltip-invoice-status .invoice-status__icon{min-width:10px}.tooltip-invoice-status .invoice-status__status{line-height:16px}.tooltip-invoice-status .invoice-status__item+.invoice-status__item{margin-top:8px;margin-left:0}.tooltip-invoice-status__date{margin-left:16px;font-size:10px}.transaction-attachment._link{font-size:var(--fz-sm);transition:.2s}.transaction-attachment._link:hover{color:var(--text-action)}.transaction-attachment__name{margin-left:6px}.credit-widget .credit-widget__alert{margin-bottom:24px}.credit-widget .credit-widget__alert .credit-widget__alert-text{color:var(--text-default)}.credit-widget .credit-widget__wrapper{cursor:pointer}.credit-widget .credit-widget__title{margin-bottom:8px}.credit-widget .credit-widget__content{display:flex;justify-content:space-between;cursor:pointer}.credit-widget .credit-widget__content .credit-widget__progress{display:flex;align-items:center;gap:32px}.credit-widget .credit-widget__content .credit-widget__progress .credit-widget__progress-bar{width:80px}.credit-widget .credit-widget__action{margin-top:20px}.credit-offer-summary{display:flex;margin-top:32px;margin-bottom:40px;padding:20px 24px;gap:48px;border:2px solid var(--bdr-default);border-radius:12px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-offer-summary{display:grid;grid-template-columns:1fr;margin-top:40px;margin-bottom:170px;padding:0;gap:20px;border:none}}.credit-offer-summary__row{position:relative;display:flex;flex-direction:column;gap:8px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-offer-summary__row{display:grid;grid-template-columns:180px 1fr;gap:12px}.viewport-unlocked .credit-offer-summary__row:not(:last-child):after{content:none}}.credit-offer-summary__row:not(:last-child):after{content:"";position:absolute;right:-24px;width:1px;height:100%;background-color:var(--bdr-default)}.credit-offer-summary__row-value{font-weight:var(--fw-medium)}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-offer-summary__row-value{font-weight:var(--fw-regular)}}.transactions-list-item__user-avatar{display:inline-block;vertical-align:middle;margin:0 2px 0 4px}#refiner-widget-frame{color-scheme:light}.widget-placeholder{position:absolute;background-color:var(--bg-light);border-radius:16px;transition:all .2s}.credit-offer-payment-method{display:flex;flex-direction:column;gap:20px}.credit-offer-payment-method__actions{display:flex;gap:12px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-offer-payment-method__actions{flex-direction:column}}.transaction-list-item__date{margin-top:8px;line-height:1!important}.tax-field-item{position:relative;margin-top:16px;margin-right:-44px;padding-right:44px}.tax-field-item:hover .tax-field-item__actions{display:flex}.tax-field-item__actions{position:absolute;top:0;right:0;bottom:0;display:none}.tax-field-item__actions-button{display:flex;align-items:center;padding:8px;color:var(--btn-neutral-color);background-color:var(--btn-neutral-bg);border-radius:8px}.transaction-list-item{position:relative;display:grid;grid-template-columns:40px 1fr auto;grid-column-gap:24px;align-items:start;margin:0 -20px;padding:24px 20px;border-radius:12px;transition:background .2s ease-in-out,box-shadow .2s ease-in-out}.transaction-list-item:not(._skeleton){cursor:pointer}.transaction-list-item:not(._skeleton)._hover,.transaction-list-item:not(._skeleton):hover{background:var(--bg-float);box-shadow:0 4px 8px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.1);z-index:1}.transaction-list-item:not(._skeleton)._hover .transaction-tags__item,.transaction-list-item:not(._skeleton):hover .transaction-tags__item{color:var(--text-action)}.transaction-list-item+.transaction-list-item:before{content:"";position:absolute;top:-1px;right:20px;left:84px;height:1px;background:var(--bdr-default)}.transaction-list-item._actions{margin-right:-36px;padding-right:36px}.transaction-list-item._actions+.transaction-list-item._actions:before{right:36px}.transaction-list-item__details{display:flex;flex-direction:column;flex-shrink:1;justify-content:center;align-items:flex-start;min-width:0;min-height:40px}.transaction-list-item__details .inner-title{margin-bottom:-2px;padding-bottom:2px;max-width:100%;overflow:hidden;line-height:1;white-space:nowrap;text-overflow:ellipsis}.transaction-list-item__details .inner-details{display:flex;flex-wrap:wrap;align-items:baseline;max-width:100%}.transaction-list-item__details .inner-details__item{display:flex;order:1;align-items:center;margin:8px 12px 0 0;height:14px;max-width:100%}.transaction-list-item__details .inner-details__item~.inner-details__item{order:3}.transaction-list-item__details .inner-details__baseliner{display:flex;align-items:baseline;height:18px;min-width:0}.transaction-list-item__details .inner-details__divider{order:3;width:100%}.transaction-list-item__details .inner-details__actions{display:flex;order:2;flex-shrink:0;align-items:center;margin-top:8px;height:14px}.transaction-list-item._skeleton .inner-right{display:flex;flex-direction:column;align-items:flex-end}.transaction-list-item._skeleton .skeleton{height:14px}.transaction-list-item._skeleton .skeleton._icon{width:44px;height:44px}.transaction-list-item._skeleton .skeleton._text{width:150px;height:18px}.transaction-list-item._skeleton .skeleton._subtext{margin-top:8px;width:70px;height:16px}.transaction-list-item._skeleton .skeleton._amount{width:84px;height:20px}.transaction-list-item._skeleton .skeleton._date{margin-top:8px;width:54px;height:14px}.credit-offer-contract-agreement{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-offer-contract-agreement{gap:32px}}.credit-offer-contract-agreement__checkbox{align-items:flex-start}.credit-offer-contract-agreement__actions{display:flex;gap:12px}@media only screen and (max-width:600px),only screen and (min-width:601px) and (max-width:900px){.viewport-unlocked .credit-offer-contract-agreement__actions{flex-direction:column}}.widgets-workspace{position:relative;z-index:10}.widgets-workspace>*+*{margin-top:16px}.widgets-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--modal-overlay-bg);z-index:9}.widgets-hidden-dropzone{background:var(--bg-light);border-radius:var(--radius-widget)}.widgets-dropzone-placeholder{display:none}.widgets-dropzone-placeholder._visible{display:block}body{--body-font-family:var(--ff-text);--body-color:var(--text-default);--body-background-color:var(--bg-app);--progress-background:var(--bdr-default);--progress-border-radius:100px;--progress-text-color:var(--cl-text);--progress-font-size:var(--fz-sm);--progress-font-size-sm:var(--fz-xs);--progress-bar-background:var(--bdr-focus);--progress-bar-border-radius:100px;--progress-bar-active-background:var(--cl-white);--progress-bar-error-background:var(--bdr-error);--progress-text-error-color:var(--text-error);--progress-bar-success-background:var(--bdr-success);--progress-text-success-color:var(--text-success)}.dashboard-primary-dropdown{padding:24px 20px;min-width:210px;max-width:1140px;border-radius:20px;box-shadow:0 4px 8px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.1)}