@import"https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";:root{--spinner-opacity: .1;--spinner-background: #fff;--spinner-width: 100px;--spinner-height: 100px;--spinner-small-width: 30px;--spinner-small-height: 30px;--spinner-border-width: 8px;--spinner-border-color: #000;--spinner-animation-duration: 1.2s;--spinner-animation-timing-function: cubic-bezier(.5, 0, .5, 1);--spinner-animation-delay-1: -.45s;--spinner-animation-delay-2: -.3s;--spinner-animation-delay-3: -.15s}.loader-box{position:absolute;z-index:100;opacity:.1;opacity:var(--spinner-opacity, .1);background:#fff;background:var(--spinner-background, #fff);top:0;left:0;width:100%;height:100%}.lds-ring{position:relative;display:inline-block;width:100px;width:var(--spinner-width, 100px);height:100px;height:var(--spinner-height, 100px)}.lds-ring.lds-ring_small{top:calc(50% - 15px);width:30px;width:var(--spinner-small-width, 30px);height:30px;height:var(--spinner-small-height, 30px)}.lds-ring div{position:absolute;display:block;box-sizing:border-box;width:84px;width:calc(var(--spinner-width, 100px) - 16px);height:84px;height:calc(var(--spinner-height, 100px) - 16px);margin:8px;border:8px solid #000;border:var(--spinner-border-width, 8px) solid var(--spinner-border-color, #000);border-color:#000 transparent transparent;border-color:var(--spinner-border-color, #000) transparent transparent;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring var(--spinner-animation-duration, 1.2s) var(--spinner-animation-timing-function, cubic-bezier(.5, 0, .5, 1)) infinite}.lds-ring_small div{top:-15%;left:-15%;width:100%!important;height:100%!important;border:4px solid #000!important;border:calc(var(--spinner-border-width, 8px) / 2) solid var(--spinner-border-color, #000)!important;border-color:#000 transparent transparent!important;border-color:var(--spinner-border-color, #000) transparent transparent!important}.lds-ring div:nth-child(1){animation-delay:-.45s;animation-delay:var(--spinner-animation-delay-1, -.45s)}.lds-ring div:nth-child(2){animation-delay:-.3s;animation-delay:var(--spinner-animation-delay-2, -.3s)}.lds-ring div:nth-child(3){animation-delay:-.15s;animation-delay:var(--spinner-animation-delay-3, -.15s)}.button{position:relative;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;height:28px;padding:3px 10px;font-size:13px;line-height:20px;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;white-space:nowrap;border-radius:3px;box-shadow:0 2px 5px #0000001a}.button:disabled{pointer-events:none;opacity:.5}.button_warning{color:#fff;border:1px solid #f06d8d;background-color:#f06d8d}.button_warning:hover{filter:brightness(1.1)}.button_dark-outline{color:#1e1e2d;border:1px solid #bac2c9}.button_dark-outline:hover{background-color:#f2f2f8}.button_primary{color:#fff;border:1px solid #6b81dd;background-color:#6b81dd}.button_primary:hover{filter:brightness(1.1)}.button_secondary{color:#fff;border:1px solid #bac2c9;background-color:#bac2c9}.button_secondary:hover{filter:brightness(1.1)}.button_ellipse-apply{padding:8px 16px;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.1px;color:#fff;border-radius:40px;background:#1f7499}.button_ellipse-apply,.button_ellipse-cancel{font-family:Sarabun,sans-serif;font-style:normal}.button_ellipse-cancel{padding:8px 18px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.2px;color:#1f7499;border-radius:32px}.button_link{color:#6b81dd;box-shadow:none}.button_link svg{display:none}.button_success{color:#fff;border:1px solid #7ac48c;background-color:#7ac48c}.button_success:hover{filter:brightness(1.1)}.button__text{display:flex;justify-content:center;align-items:center;width:100%;box-shadow:none}.button:active{filter:brightness(1.1)}.button__icon{width:auto;min-width:15px;height:25px}.button_icon-left .button__text{margin-left:5px}.button_icon-right .button__text{order:1;margin-right:5px;margin-left:0}.button_icon-right svg{order:2}.text-ellipsis{display:block;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.alert{position:relative;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;padding:15px;font-size:13px;border-top-right-radius:5px;border-bottom-right-radius:5px}.alert--loading .loader-box{opacity:.2}.alert--error{color:#f06d8d;border-left:2px solid #f06d8d;background-color:#fce2e8}.alert--warning{color:#f59a2f;border-left:2px solid #f59a2f;background-color:#ffedc8}.alert--success{color:#00b031;border-left:2px solid #00b031;background-color:#e4f3e8}.alert--info{color:#6b81dd;border-left:2px solid #6b81dd;background-color:#e2e6f8}.alert__close-btn{display:flex;justify-content:flex-end;align-self:flex-start;min-width:15px;margin-left:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.alert--title{height:37px;font-size:13px;font-weight:400;text-transform:uppercase;color:#1e1e2d;border-radius:4px;background-color:#ebeff2}.alert--title .alert__close-btn{display:none}.alert__icon-text-box svg{margin-right:10px}.alert svg{align-self:flex-start;width:16px;min-width:16px;height:16px}.hint{position:relative;display:inline-block;font-size:0}.hint__container{position:fixed;z-index:99999;display:block;box-sizing:border-box}.hint__button{display:flex;cursor:pointer}.hint__button svg{width:16px;height:16px;margin-right:5px}.hint__button:hover,.hint__button_active,.hint__button:hover svg,.hint__button_active svg{color:#6b81dd}.hint__text{position:absolute;z-index:1;min-width:80px;max-width:250px;padding:8px;font-size:10px;line-height:16px;color:#fff;border-radius:4px;background-color:#6b81dd}.hint__text a{-webkit-text-decoration:underline;text-decoration:underline;color:#fff}.hint__text:before{position:absolute;width:8.5px;height:8.5px;content:"";background-color:#6b81dd;transform:rotate(45deg)}.hint__text_bottom{top:26px;left:-4px}.hint__text_bottom:before{top:-4.25px;left:8px}.hint__text_centeredBottom{top:26px;left:50%;transform:translate(-50%)}.hint__text_centeredBottom:before{top:-4.25px;left:calc(50% - 8px)}.hint__text_right{top:-4px;left:calc(100% + 8px)}.hint__text_right:before{top:8px;left:-4.25px}.hint__text_left{top:-4px;right:calc(100% + 8px);left:auto;left:initial}.hint__text_left:before{top:8px;right:-4.25px}.hint__text_top{bottom:8px;left:-4px}.hint__text_top:before{bottom:-4.25px;left:8px}.hint__text_centeredTop{bottom:8px;left:50%;transform:translate(-50%)}.hint__text_centeredTop:before{bottom:-4.25px;left:calc(50% - 8px)}.hint__icon.outlined{color:#9aa0b9}.hint__icon.filled{color:#fff}.switcher__button{display:inline-flex;align-items:center;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;cursor:pointer;color:inherit}.switcher_disabled{pointer-events:none;opacity:.5}.switcher__button-content{box-sizing:border-box;width:26px;min-width:26px;height:16px;padding:1px;border-radius:8px;background-color:#a6acb180}.switcher__button-content_active{background-color:#6b81dd}.switcher__button-content_active .switcher__ball{transform:translate(calc(100% - 4px))}.switcher__ball{width:14px;height:14px;border-radius:50%;background-color:#fff;box-shadow:0 0 2px #00000080;transition:transform .2s ease}.switcher__label{margin-left:4px;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:24px;-webkit-user-select:none;user-select:none;text-align:left;color:inherit}.switcher__label_bold{font-weight:500}.switcher__wrap{display:inline-flex;align-items:center}.switcher__hint{margin-left:5px}.switcher__hint .hint__button svg{width:16px;min-width:16px}.radio-input{display:inline-flex;align-items:center;cursor:pointer}.radio-input_disabled .radio-input__input{cursor:auto;pointer-events:none;opacity:.3}.radio-input:hover .radio-input__input{background-color:#e2e5ec}.radio-input__input{position:relative;width:14px;min-width:14px;height:14px;min-height:14px;border:1px solid #a6acb1;border-radius:50%;background-color:#fff}.radio-input__mark{position:absolute;z-index:1;inset:0;display:none;width:10px;height:10px;margin:auto;border-radius:50%;background-color:#6b81dd}.radio-input .radio-input__radio:checked~.radio-input__mark{display:block}.radio-input__radio{position:absolute;width:0;height:0;opacity:0}.radio-input__label{margin-left:5px;font-size:13px;font-weight:400;-webkit-user-select:none;user-select:none}.input__wrap--disabled{pointer-events:none;opacity:.5;border-color:#a6acb1;background:#f7f8fa}.input__wrap_error{border-color:#f06d8d!important}.modal{--modal-overlay-bg: black;--modal-overlay-opacity: .5;--modal-bg: #fff;--modal-header-bg: #f7fafc;--modal-body-bg: #f7fafc;--modal-footer-bg: #f7fafc;--modal-border-color: #e2e5ec;--modal-title-color: vars.$color--primary;--modal-title-font-size: 16px;--modal-title-font-weight: 400;--modal-width: 600px;--modal-min-height: 300px;--modal-margin: 0 10px;--modal-padding: 15px;--modal-header-padding: 10px 15px;--modal-footer-padding: 7.5px 15px;--modal-border-radius: 6px;--modal-inner-radius: 4px;--modal-box-shadow: 0 20px 20px rgba(0, 0, 0, .2);--modal-close-btn-size: 40px;--modal-close-icon-size: 20px;--modal-close-btn-color: #1e1e2d;--modal-close-hover-bg: #e2e5ec;--modal-primary-bg: #6b81dd;--modal-primary-title-color: #ffffff;--modal-primary-close-hover: #5162d4;--max-height: calc(100% - 30px) ;z-index:5;flex-direction:column;width:600px;width:var(--modal-width, 600px);min-height:300px;min-height:var(--modal-min-height, 300px);max-height:calc(100% - 30px);max-height:var(--max-height, calc(100% - 30px) );margin:0 10px;margin:var(--modal-margin, 0 10px);border-radius:6px;border-radius:var(--modal-border-radius, 6px);background-color:#fff;background-color:var(--modal-bg, #fff);box-shadow:0 20px 20px #0003;box-shadow:var(--modal-box-shadow, 0 20px 20px rgba(0, 0, 0, .2))}.modal,.modal__header{position:relative;display:flex}.modal__header{justify-content:space-between;align-items:center;padding:10px 15px;padding:var(--modal-header-padding, 10px 15px);border-bottom:1px solid #e2e5ec;border-bottom:1px solid var(--modal-border-color, #e2e5ec);border-top-left-radius:4px;border-top-left-radius:var(--modal-inner-radius, 4px);border-top-right-radius:4px;border-top-right-radius:var(--modal-inner-radius, 4px);background-color:#f7fafc;background-color:var(--modal-header-bg, #f7fafc)}.modal__header-primary{background-color:#6b81dd;background-color:var(--modal-primary-bg, #6b81dd)}.modal__header-primary-title{font-weight:400;font-weight:var(--modal-title-font-weight, 400);color:#fff;color:var(--modal-primary-title-color, #ffffff)}.modal__header-primary-title,.modal__header-title{font-size:16px;font-size:var(--modal-title-font-size, 16px)}.modal__header-title{font-weight:400;color:#6b81dd;color:var(--modal-title-color, #6b81dd)}.modal__body{overflow-y:auto;flex-grow:1;box-sizing:border-box;padding:15px;padding:var(--modal-padding, 15px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--modal-inner-radius, 4px);border-bottom-left-radius:4px;border-bottom-left-radius:var(--modal-inner-radius, 4px);background-color:#f7fafc;background-color:var(--modal-body-bg, #f7fafc)}.modal__body:first-of-type{overflow-x:hidden;border-top-left-radius:4px;border-top-left-radius:var(--modal-inner-radius, 4px);border-top-right-radius:4px;border-top-right-radius:var(--modal-inner-radius, 4px)}.modal__body--no-footer{padding:15px;padding:var(--modal-padding, 15px)}.modal__footer{display:flex;justify-content:flex-end;align-items:center;padding:7.5px 15px;padding:var(--modal-footer-padding, 7.5px 15px);border-top:1px solid #e2e5ec;border-top:1px solid var(--modal-border-color, #e2e5ec);border-bottom-right-radius:4px;border-bottom-right-radius:var(--modal-inner-radius, 4px);border-bottom-left-radius:4px;border-bottom-left-radius:var(--modal-inner-radius, 4px);background-color:#f7fafc;background-color:var(--modal-footer-bg, #f7fafc)}.modal__footer_with-left-content{justify-content:space-between}.modal__footer--inbody{position:absolute;bottom:0;left:0;width:calc(100% - 30px);background-color:#fff;background-color:var(--modal-bg, #fff)}.modal__buttons-block{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.modal-overlay{position:fixed;z-index:4;top:0;left:0;width:100%;height:100%;opacity:.5;opacity:var(--modal-overlay-opacity, .5);background-color:#000;background-color:var(--modal-overlay-bg, black);transition:opacity .2s ease}.modal-box{position:fixed;z-index:100;inset:0;animation-name:fadeIn;animation-duration:.25s;animation-timing-function:ease;animation-fill-mode:forwards}.consumer-info-modal{overflow-x:auto}.consumer-info-modal .modal__body{min-height:200px;padding:0 15px}.modal-close-icon-box{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;width:40px;width:var(--modal-close-btn-size, 40px);height:100%;cursor:pointer;color:#1e1e2d;color:var(--modal-close-btn-color, #1e1e2d);border-top-right-radius:4px;border-top-right-radius:var(--modal-inner-radius, 4px);background:transparent}.modal-close-icon-box:hover{background-color:#e2e5ec;background-color:var(--modal-close-hover-bg, #e2e5ec)}.modal-close-icon-box-primary{color:#1e1e2d;color:var(--modal-close-btn-color, #1e1e2d)}.modal-close-icon-box-primary:hover{opacity:1;background-color:#5162d4;background-color:var(--modal-primary-close-hover, #5162d4)}.modal-close-icon-box-merchant{color:#1e1e2d;color:var(--modal-close-btn-color, #1e1e2d)}.modal-close-icon-box-merchant:hover{opacity:1;background-color:#5162d4;background-color:var(--modal-primary-close-hover, #5162d4)}.modal-close-icon{width:20px;width:var(--modal-close-icon-size, 20px);min-width:20px;min-width:var(--modal-close-icon-size, 20px);height:20px;height:var(--modal-close-icon-size, 20px)}.modal-text-card{padding:15px 0;font-size:13px;font-weight:400;line-height:20px;text-align:left;white-space:normal}.included-selector-modal--box{overflow-x:auto;max-height:calc(100% - 32px)}.included-selector-modal .simple-table{overflow-x:visible;overflow-x:initial;min-height:400px;max-height:500px}.included-selector-modal .simple-table thead th{padding:10px 15px;font-weight:400;border-right:1px solid #e2e5ec;border-right:1px solid var(--modal-border-color, #e2e5ec)}.included-selector-modal .simple-table tbody tr:first-child:after{position:absolute;top:0;left:0;width:100%;height:8px;content:"";background:linear-gradient(180deg,#00000027,#0000)}.confirm-modal{border-radius:4px;border-radius:var(--modal-inner-radius, 4px)}.confirm-modal .modal__header-title{font-size:13px;font-weight:700}.confirm-modal .modal__footer{background-color:#fff;background-color:var(--modal-bg, #fff)}.modal-close-icon-box--hidden{display:none}@media only screen and (max-width: 768px){.modal-mobile-container{--modal-container-z-index: 100;--modal-container-width: 100dvw;--modal-container-height: 100dvh;--modal-container-border-radius: 16px;--modal-content-margin-top: 16px;--modal-animation-duration: .4s;--modal-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .15);position:relative;z-index:100;z-index:var(--modal-container-z-index, 100);overflow-y:auto;box-sizing:border-box;width:100dvw;width:var(--modal-container-width, 100dvw);height:100dvh;height:var(--modal-container-height, 100dvh)}.modal-mobile-container,.modal-mobile-container .modal{border-radius:16px 16px 0 0;border-radius:var(--modal-container-border-radius, 16px) var(--modal-container-border-radius, 16px) 0 0}.modal-mobile-container .modal{--modal-header-footer-width: 100%;--modal-header-top: 0;--modal-footer-bottom: 0;max-width:100vw;max-height:none!important;max-height:initial!important;margin-top:16px!important;margin-top:var(--modal-content-margin-top, 16px)!important;animation-name:slideup;animation-duration:.4s;animation-duration:var(--modal-animation-duration, .4s)}.modal-mobile-container .modal__header,.modal-mobile-container .modal__footer{z-index:2;left:0;box-sizing:border-box;width:100%;width:var(--modal-header-footer-width, 100%)}.modal-mobile-container .modal__header--hidden,.modal-mobile-container .modal__footer--hidden{position:relative}.modal-mobile-container .modal__header--sticky,.modal-mobile-container .modal__footer--sticky{position:-webkit-sticky;position:sticky;box-shadow:0 0 16px #00000026;box-shadow:var(--modal-shadow, 0px 0px 16px 0px rgba(0, 0, 0, .15))}.modal-mobile-container .modal__header{top:0;top:var(--modal-header-top, 0)}.modal-mobile-container .modal__footer{bottom:0;bottom:var(--modal-footer-bottom, 0);border-radius:0!important}.modal-mobile-container .modal:not(.modal--no-header) .modal__body{border-radius:0!important}}.arrow{width:24px;height:24px}.arrow_disabled{pointer-events:none;opacity:.5}.arrow>svg{width:100%;height:100%;pointer-events:none}.dropdown-loader-box{position:absolute;z-index:100;opacity:.1;background:#fff;top:0;left:0;width:100%;height:100%}.lds-ring{position:relative;display:inline-block;width:100px;height:100px}.lds-ring.lds-ring_little{width:20px;height:20px}.lds-ring div{position:absolute;display:block;box-sizing:border-box;width:84px;height:84px;margin:8px;border:8px solid #000;border-color:#000 transparent transparent;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite}.lds-ring_little div{width:20px;height:20px}.dropdown{position:relative;display:flex;overflow:hidden;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:100%;border:1px solid #e2e5ec;border-radius:4px;background:#fff}.dropdown--focused{border-color:#6b81dd;filter:drop-shadow(0 0 4px rgba(93,120,255,.5))}.dropdown--with-custom-trigger{border:none!important;background:none!important;filter:none!important}.dropdown--with-actions{border-top-right-radius:0;border-bottom-right-radius:0}.dropdown__actions{overflow:hidden;min-width:56px;border-radius:0 2px 2px 0}.dropdown__actions,.dropdown__actions-item{display:flex;justify-content:center;align-items:center;align-self:stretch;box-sizing:border-box}.dropdown__actions-item{gap:4px;min-width:28px;height:100%;padding:4px;cursor:pointer;border-left:1px solid #e2e5ec;border-left:1px solid var(--Border-Input, #e2e5ec);background:#f4f6ff;background:var(--Background-Light-action, #f4f6ff)}.dropdown__actions svg{width:16px;height:16px;color:#1e1e2d}.dropdown__container{position:fixed;z-index:99999}.dropdown__container,.dropdown__trigger{display:block;box-sizing:border-box}.dropdown__trigger{position:relative;align-items:center;width:100%;height:28px;font-weight:400;cursor:pointer;text-align:left;border:none!important;filter:none}.dropdown__trigger .text{overflow:hidden;max-width:calc(100% - 5px);padding:0 16px 0 8px;white-space:nowrap;text-overflow:ellipsis}.dropdown__trigger.error{border-color:#f06d8d}.dropdown__trigger.placeholder .text{opacity:.7}.dropdown__trigger input{box-sizing:border-box}.dropdown__input{width:100%;height:16px;padding:0 16px 0 8px;font-weight:400;text-overflow:ellipsis;border:none;background:none}.dropdown__list{overflow-y:auto;min-width:100%;max-height:320px;padding:4px 0}.dropdown__list,.dropdown__list-wrapper{position:relative;z-index:6;top:100%;box-sizing:border-box}.dropdown__list-wrapper{margin-top:4px;border:1px solid #e2e5ec;background:#fff;box-shadow:0 5px 20px #00000026}.dropdown__list-header{display:none}.dropdown__list::-webkit-scrollbar{width:4px}.dropdown__list::-webkit-scrollbar-track{background:transparent}.dropdown__list::-webkit-scrollbar-thumb{border-radius:4px;background:#9aa0b9}.dropdown__list-top{top:auto;bottom:calc(100% + 4px);box-shadow:0 -3px 10px #00000026}.dropdown__list-item{position:relative;display:flex;overflow:hidden;align-items:center;width:100%;min-height:24px;padding:0 20px 0 30px;font-size:13px;font-weight:400;line-height:24px;cursor:pointer;white-space:nowrap;color:#1e1e2d;border:none;background:transparent}.dropdown__list-item-label{text-align:left;white-space:wrap}.dropdown__list-item-description{margin-left:4px;color:#757f8c}.dropdown__list-item--modal{position:relative;width:100%;font-size:14px;line-height:20px;text-align:left;letter-spacing:.2px;color:#1f7499}.dropdown__list-item--modal:after{position:absolute;bottom:-2px;width:300%;height:1px;content:"";background-color:#e8e9ec;transform:translate(-50%)}.dropdown__list-item--no-options{box-sizing:border-box}.dropdown__list-item:hover,.dropdown__list-item_active{background:#f2f2f8}.dropdown__list-item_disabled{pointer-events:none;opacity:.3}.dropdown__list-item-postfix{margin-left:4px}.dropdown__list--with-label{top:45px}.dropdown__arrow{position:absolute;top:50%;right:4px;display:flex;align-items:center;transform:translateY(-50%)}.dropdown__arrow,.dropdown__arrow svg{width:16px;height:16px}.dropdown__active-icon{position:absolute;top:0;bottom:0;left:9px;display:none;align-items:center;margin:auto}.dropdown__active-icon_active{display:flex}.dropdown__active-icon_active svg{width:16px;height:16px}.dropdown-group{margin-top:10px}.dropdown-group__name{margin-bottom:6px;margin-left:17px;font-size:10px;text-transform:uppercase;color:#9aa0b9}.dropdown-label{margin-bottom:4px}.dropdown__error{position:absolute;top:50px;left:2px;display:block;font-size:10px;color:#f06d8d}.dropdown.disabled{pointer-events:none;opacity:.5}@media (max-width: 768px){.dropdown-mobile .dropdown__arrow{top:50%!important;right:16px!important;width:16px;height:16px;text-align:center;transform:translateY(-50%) rotate(90deg)!important}.dropdown-mobile .dropdown__arrow svg.mobile-icon{position:relative!important;top:5px!important;right:auto!important;right:initial!important;display:flex;height:12px}.dropdown-mobile .dropdown__container{overflow:hidden!important}.dropdown-mobile .dropdown__container--opened{background:#171d3380;animation-name:fadeIn;animation-duration:.25s;animation-timing-function:ease;animation-fill-mode:forwards}.dropdown-mobile .dropdown__container--opened,.dropdown-mobile .dropdown__container-wrapper{position:fixed;top:0!important;left:0!important;width:100dvw;height:100dvh;max-height:100dvh}.dropdown-mobile .dropdown__container-wrapper{overflow:hidden!important;box-sizing:border-box;padding:8px;animation-name:slideup;animation-duration:.4s}.dropdown-mobile .dropdown__list{top:0;padding:16px!important}.dropdown-mobile .dropdown__list-wrapper{position:-webkit-sticky;position:sticky;bottom:0;overflow:hidden;box-sizing:border-box;max-height:500px;border-radius:24px!important}.dropdown-mobile .dropdown__list-wrapper--with-bottom-shadow:after{position:absolute;z-index:6;bottom:0;width:100%;height:15px;content:"";opacity:1;background:linear-gradient(180deg,#d4dae680,#d4dae64d 21.35%,#f7f8fa00);transition:all .2s;transform:rotate(180deg)}.dropdown-mobile .dropdown__list-wrapper--with-bottom-shadow-hidden:after{opacity:0}.dropdown-mobile .dropdown__list-wrapper--fixed-height{height:500px!important}.dropdown-mobile .dropdown__list-header{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:16px;padding:16px;font-size:16px;font-weight:600;line-height:24px;letter-spacing:.1px;color:#3b414b}.dropdown-mobile .dropdown__list-header-row{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:24px}.dropdown-mobile .dropdown__list-header-row:first-child{padding-right:50px}.dropdown-mobile .dropdown__list-header-row .input__wrap{display:flex;align-items:center;width:100%;padding-right:8px;border:1px solid #e1e8f1;border:1px solid var(--form-input-border, #e1e8f1);border-radius:6px;background:#f8fbff!important;background:var(--black-bg-color, #f8fbff)!important}.dropdown-mobile .dropdown__list-header-row .input__wrap input{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll!important;background:initial!important}.dropdown-mobile .dropdown__list-header-row .input__close{display:flex;align-items:center;box-sizing:border-box;width:24px;min-width:24px;height:24px;padding:4px;border-radius:2px;background:#f0f1f4;background:var(--bg-gray-box, #f0f1f4)}.dropdown-mobile .dropdown__list-header-row .input__close:before,.dropdown-mobile .dropdown__list-header-row .input__close:after{top:50%;height:12px;border-radius:8px;background-color:#171d33;transform:translateY(-50%) rotate(45deg)}.dropdown-mobile .dropdown__list-header-row .input__close:after{transform:translateY(-50%) rotate(-45deg)}.dropdown-mobile .dropdown__list-header-with-shadow:after{position:absolute;z-index:10;bottom:-15px;left:0;width:100%;height:15px;content:"";opacity:1;background:linear-gradient(180deg,#d4dae680,#d4dae64d 21.35%,#f7f8fa00);transition:all .2s}.dropdown-mobile .dropdown__list-header-with-shadow-hidden:after{opacity:0}.dropdown-mobile .dropdown__list-close-icon{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:50px;height:50px;padding:16px}.dropdown-mobile .dropdown__list-close-icon svg{width:16px;height:16px;color:#a0a4b0}.dropdown-mobile .dropdown-group{margin:0 0 4px}.dropdown-mobile .dropdown-group:last-child{margin-bottom:16px}.dropdown-mobile .dropdown-group__name{margin:0 0 8px;padding:10px 0 6px;font-size:11px;border-bottom:1px solid rgba(58,72,122,.15)}.dropdown-mobile .dropdown__list-item{display:flex;justify-content:space-between;height:auto!important;padding:10px 8px!important;line-height:24px}.dropdown-mobile .dropdown__list-item-label{white-space:wrap!important}.dropdown-mobile .dropdown__list-item-label span.bg--yellow{font-weight:600;background-color:transparent!important;background-color:initial!important}.dropdown-mobile .dropdown__list-item_active{border-radius:6px;background:#f0f1f4!important;background:var(--bg-gray-box, #f0f1f4)!important}}.range-calendar,.calendar{display:flex;flex-direction:column;width:195px;min-height:195px;-webkit-user-select:none;user-select:none}.range-calendar-header,.calendar-header{display:flex;justify-content:space-between;align-items:center;height:24px;margin-bottom:12px}.range-calendar-header__title,.calendar-header__title{display:flex;flex-grow:1;justify-content:center;align-items:center;font-weight:500;line-height:20px;text-align:center;color:#000}.range-calendar-header__next,.range-calendar-header__prev,.calendar-header__next,.calendar-header__prev{width:16px;height:16px;color:#171d33;border-radius:5px}.range-calendar__week,.calendar__week{display:flex}.range-calendar__day,.calendar__day{flex-grow:1;flex-basis:0;margin:1px 0;padding:1px 6px;font-size:13px;line-height:20px;-webkit-user-select:none;user-select:none;text-align:center}.range-calendar__day--clickable,.calendar__day--clickable{cursor:pointer}.range-calendar__day--clickable:hover,.calendar__day--clickable:hover{background:#e2e6f8}.range-calendar__day--disabled,.calendar__day--disabled{cursor:default;pointer-events:none;color:#9aa0b9}.range-calendar__day--disabled:hover,.calendar__day--disabled:hover{background:inherit}.range-calendar__day--range-start,.range-calendar__day--range-end,.calendar__day--range-start,.calendar__day--range-end{color:#fff;border-radius:4px;background:#6b81dd}.range-calendar__day--range-start:hover,.range-calendar__day--range-end:hover,.calendar__day--range-start:hover,.calendar__day--range-end:hover{background:#6b81dd}.range-calendar__day--range-inside,.calendar__day--range-inside{background:#e2e6f8}.range-calendar__day--prev-range-end,.calendar__day--prev-range-end{border-radius:4px;background:#e2e5ec}.range-calendar__day--prev-range-inside,.calendar__day--prev-range-inside{background:#f7f8fa}.range-calendar__day--title,.calendar__day--title{font-size:10px;font-weight:400;color:#9aa0b9}.range-calendar__day--title:hover,.calendar__day--title:hover{background:inherit}.date-range-input{--input-height: 28px;--label-line-height: 16px;--border-color: #e2e5ec;--calendar-range-point-color: #6b81dd;--font-family: roboto, sans-serif;--font-size: 13px;--line-height: 20px;--border-radius: 3px;position:relative;z-index:1}.date-range-input input::-webkit-outer-spin-button,.date-range-input input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.date-range-input__label{margin-bottom:2px;font-family:var(--font-family);font-size:var(--font-size);line-height:var(--label-line-height)}.date-range-input__wraper{position:relative;box-sizing:border-box;width:100%;height:100%}.date-range-input__absolut-wraper{position:relative;z-index:1;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:transparent}.date-range-input__absolut-wraper_right-position{right:0;left:auto}.date-range-input__static-part{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:flex-start;box-sizing:border-box;width:100%;height:var(--input-height);border:1px solid var(--border-color);border-radius:var(--border-radius);background:#fff}.date-range-input_focused{z-index:2}.date-range-input_focused .date-range-input__static-part{border:1px solid blue;filter:drop-shadow(0 0 4px rgba(93,120,255,.5))}.date-range-input__toggle-button{display:flex;flex-direction:row;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:0 10px;cursor:pointer}.date-range-input__interval-key{display:inline-block;margin-right:5px;text-align:left;white-space:nowrap;text-transform:capitalize;pointer-events:none}.date-range-input__range{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;word-wrap:break-word;pointer-events:none}.date-range-input__range-text{display:inline-block}.date-range-input__range-text:first-of-type{margin-right:5px}.date-range-input__range-text_little{font-size:calc(var(--font-size) - 2px)}.date-range-input__arrows-block{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%}.date-range-input__arrow{box-sizing:border-box;height:100%;cursor:pointer}.date-range-input__compact .date-range-input__toggle-button{padding-right:18px}.date-range-input_hide-arrows .date-range-input__toggle-button{padding:9px 18px}.date-range-input_error .date-range-input__wraper{border-color:#fa564c}.date-range-input_disabled .date-range-input__wraper{pointer-events:none;opacity:.7}.date-range-input_disabled .date-range-input__toggle-button{cursor:auto}.date-range-input__error-block{position:absolute;bottom:-20px;left:8px;font-size:var(--font-size);line-height:var(--line-height);color:#fa564c}.date-range-input__opened-part{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:transparent}.opened-part{position:absolute;top:31px;left:0}.opened-part__wrapper{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;border:1px solid var(--border-color);border-radius:var(--border-radius);background:#fff;box-shadow:0 4px 25px #00000040}.opened-part__wrapper_right-position-once-element{justify-content:flex-end}.opened-part__intervals-list{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:6px 0;border-right:1px solid var(--border-color)}.opened-part__intervals-item{position:relative;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;box-sizing:border-box;width:100%;padding:0 20px 0 30px;font-family:var(--font-family);font-size:12px;font-weight:300;font-style:normal;line-height:24px;cursor:pointer;white-space:nowrap;text-transform:capitalize}.opened-part__intervals-item:hover{background-color:#f2f2f8}.opened-part__intervals-item_active{background:#f2f2f8}.opened-part__intervals-item-icon-active{position:absolute;top:5px;left:10px}.opened-part__intervals-item_disabled{pointer-events:none;color:#0000004d}.opened-part__date-picker{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:none}.opened-part--left{right:0;left:auto}.opened-part--top{top:auto;bottom:31px}.date-picker{justify-content:space-between}.date-picker,.date-picker__header{display:flex;flex-flow:column nowrap;align-items:flex-start}.date-picker__header{justify-content:flex-start;box-sizing:border-box;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:7.5px 15px;border:none;background-color:#f7fafc}.date-picker__date-row{gap:8px;margin-right:0!important}.date-picker__date-row .input__wrap{width:100%!important;margin:0!important}.date-picker__inputs-block{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-size:var(--font-size);line-height:var(--line-height)}.date-picker__inputs-block .date-picker__date-row>div:not(.date-picker__inputs-separator):not(.date-picker__date-input){box-sizing:border-box;min-width:100px;min-height:100%;margin-right:9px;border:1px solid var(--border-color)}.date-picker__inputs-block .date-picker__date-row>div:not(.date-picker__inputs-separator):not(.date-picker__date-input):last-child{margin-right:0}.date-picker__inputs-block .date-picker__date-row>div:not(.date-picker__inputs-separator):not(.date-picker__date-input).input__wrap{box-sizing:border-box;border-radius:var(--border-radius);box-shadow:none}.date-picker__inputs-block .date-picker__date-row>div:not(.date-picker__inputs-separator):not(.date-picker__date-input).input__wrap_focus{border:1px solid blue;box-shadow:none}.date-picker__inputs-block>div.dropdown{width:80px;border-radius:var(--border-radius)}.date-picker__inputs-block .date-picker__inputs-separator{margin:0!important}.date-picker__inputs-block input{font-weight:300}.date-picker__date-row{display:flex;align-items:stretch;width:100%}.date-picker__date-input{box-sizing:border-box;padding:3px 10px;font-family:var(--font-family);font-size:var(--font-size);font-weight:300;font-style:normal;line-height:calc(var(--input-height) / 2);letter-spacing:inherit;color:inherit;border-radius:var(--border-radius);background-color:#fff}.date-picker__date-input-emulation{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;height:100%;min-height:40px;padding:0 15px!important;font-family:inherit;font-size:16px;font-weight:500;font-style:normal;line-height:22px;cursor:pointer;white-space:nowrap;letter-spacing:.2px;color:#3b414b;background-color:#fff}.date-picker__date-input-emulation span{display:block;width:100%;height:100%;padding-top:2px;line-height:24px}.date-picker__date-input-emulation_disabled{cursor:auto;pointer-events:none;opacity:.5}.date-picker__hour-select-input{box-sizing:border-box;width:70px;height:100%;min-height:100%;border-radius:var(--border-radius)}.date-picker__hour-select-input button{min-height:38px!important}.date-picker__hour-select-input>.dropdown__trigger{box-sizing:border-box;width:100%;height:28px;padding-right:15px;padding-left:10px;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;border:none;box-shadow:none}.date-picker__hour-select-input>.dropdown__trigger>.text{padding:0}.date-picker__hour-select-input .dropdown__list-item{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}.date-picker__calendars{justify-content:center;box-sizing:border-box;height:100%;padding:10px 16px;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background-color:#fff}.date-picker__calendars,.date-picker__calendars-wrapper{display:flex;flex-flow:row nowrap;align-items:flex-start;width:100%}.date-picker__calendars-wrapper{justify-content:space-between}.date-picker__calendars .date-picker__calendar:first-child{margin-right:10px}.date-picker__calendars .range-calendar{box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.date-picker__calendars .range-calendar-header{display:flex;justify-content:space-between;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:12px;font-size:calc(var(--font-size) + 2px);font-weight:500;font-style:normal;line-height:calc(var(--line-height) + 4px)}.date-picker__calendars .range-calendar-header__title{text-align:center}.date-picker__calendars .range-calendar-header__next,.date-picker__calendars .range-calendar-header__prev{cursor:pointer;background-color:transparent}.date-picker__calendars .range-calendar__week{display:flex}.date-picker__calendars .range-calendar__week-title{margin-bottom:5px}.date-picker__calendars .range-calendar__day{position:relative;display:flex;flex-grow:1;flex-basis:0;justify-content:center;align-items:center;box-sizing:border-box;width:29px;height:22px;margin:1px 0;font-size:var(--font-size);line-height:var(--line-height);-webkit-user-select:none;user-select:none;text-align:center}.date-picker__calendars .range-calendar__day--clickable{cursor:pointer}.date-picker__calendars .range-calendar__day--clickable:hover{background:#e2e6f8}.date-picker__calendars .range-calendar__day--disabled{cursor:default;pointer-events:none;opacity:.2}.date-picker__calendars .range-calendar__day--disabled:hover{background:inherit}.date-picker__calendars .range-calendar__day--range-start,.date-picker__calendars .range-calendar__day--range-end{box-sizing:border-box;color:#f8fbff;border:1px solid var(--calendar-range-point-color);border-radius:var(--border-radius);background:var(--calendar-range-point-color)}.date-picker__calendars .range-calendar__day--range-start:hover,.date-picker__calendars .range-calendar__day--range-end:hover{color:#f8fbff;background:var(--calendar-range-point-color)}.date-picker__calendars .range-calendar__day--range-inside{background:#eaf2ff}.date-picker__calendars .range-calendar__day--prev-range-end{border-radius:var(--border-radius);background:#e2e5ec}.date-picker__calendars .range-calendar__day--prev-range-inside{background:#f7f8fa}.date-picker__calendars .range-calendar__day--title{font-size:var(--font-size);line-height:var(--line-height)}.date-picker__calendars .range-calendar__day--title:hover{background:inherit}.date-picker__footer{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;padding:8px 16px;border:none;border-radius:0 0 var(--border-radius) 0;background-color:#f7fafc}.date-picker__footer_once-element{justify-content:flex-end}.date-picker__buttons-block{box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%}.date-picker__button{text-transform:capitalize}.date-picker__button:first-child{width:80px;margin-right:16px;border:1px solid #a6acb1;border-radius:var(--border-radius);background-color:#fff}.date-picker__button:last-child{width:110px;border-radius:var(--border-radius)}.date-picker__compare-block{box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%}@media screen and (max-width: 992px){.opened-part__intervals-list{display:none}}@media screen and (max-width: 768px){.date-picker-modal .modal__body{display:flex;flex-direction:column;gap:16px}.date-picker-modal .modal__footer button{height:40px;box-shadow:none}.date-picker-modal .modal__footer button.button_dark-outline{font-family:Sarabun;font-size:14.4px;font-weight:500;font-style:normal;line-height:150%;text-align:center;color:#171d33;border:1px solid #e1e8f1;border-radius:32px;background:#fff;background:var(--white, #fff)}.date-picker-modal .modal__footer button.button_primary{font-family:Sarabun;font-size:14.4px;font-weight:600;font-style:normal;line-height:150%;text-align:center;color:#fff;color:var(--white, #fff)}.date-picker.opened-part__date-picker{display:flex;flex-direction:column;gap:16px}.date-picker__header{padding:0!important}.date-picker__inputs-block{display:flex;flex-direction:column;gap:16px}.date-picker__inputs-separator{display:none}.date-picker__hour-select-input{box-sizing:border-box}.date-picker__hour-select-input button{min-height:38px!important}.date-picker__calendars{border:1px solid var(--border-color);border-radius:var(--border-radius)}.date-picker__calendars-wrapper{display:flex;justify-content:center;align-items:center}.date-picker__calendar{margin:0!important}}.checkbox-input{--checkbox-input-width: 16px;--checkbox-input-height: 16px;--checkbox-input-margin-right: 5px;--checkbox-input-border-color: #9aa0b9;--checkbox-input-bg-color: rgba(255,255,255,1);--checkbox-input-hover-bg-color: rgba(107, 129, 221, .2);--checkbox-input-mark-bg-color: #6b81dd;--checkbox-input-label-font-size: 13px;--checkbox-input-disabled-opacity: .5;display:flex;align-items:center;cursor:pointer}.checkbox-input input{display:none}.checkbox-input_disabled{cursor:auto;pointer-events:none;opacity:var(--checkbox-input-disabled-opacity)}.checkbox-input:hover .checkbox-input__input{background-color:var(--checkbox-input-hover-bg-color)}.checkbox-input__input{position:relative;overflow:hidden;box-sizing:border-box;width:var(--checkbox-input-width);min-width:var(--checkbox-input-width);height:var(--checkbox-input-height);margin-right:var(--checkbox-input-margin-right);cursor:pointer;border:1px solid var(--checkbox-input-border-color);border-radius:2px;background-color:var(--checkbox-input-bg-color);transition:background-color .2s ease}.checkbox-input__input_checked,.checkbox-input__input_indeterminate{border:none}.checkbox-input__input .checkbox-input__checkbox:checked~.checkbox-input__mark{display:block;width:100%;height:100%;border-radius:2px}.checkbox-input__checkbox{position:absolute;width:0;height:0;opacity:0}.checkbox-input__mark{position:absolute;display:none;width:100%;height:100%;background-color:var(--checkbox-input-mark-bg-color)}.checkbox-input__mark:after{position:absolute;inset:-2px 0 0;width:4px;height:8px;margin:auto;content:"";border:solid white;border-width:0 2px 2px 0;border-radius:2px;transform:rotate(45deg)}.checkbox-input__label{font-size:var(--checkbox-input-label-font-size);-webkit-user-select:none;user-select:none}.checkbox-input input[type=checkbox]:indeterminate+span,.checkbox-input input[type=Checkbox]:indeterminate+span,.checkbox-input input[type=cHeckbox]:indeterminate+span,.checkbox-input input[type=CHeckbox]:indeterminate+span,.checkbox-input input[type=chEckbox]:indeterminate+span,.checkbox-input input[type=ChEckbox]:indeterminate+span,.checkbox-input input[type=cHEckbox]:indeterminate+span,.checkbox-input input[type=CHEckbox]:indeterminate+span,.checkbox-input input[type=cheCkbox]:indeterminate+span,.checkbox-input input[type=CheCkbox]:indeterminate+span,.checkbox-input input[type=cHeCkbox]:indeterminate+span,.checkbox-input input[type=CHeCkbox]:indeterminate+span,.checkbox-input input[type=chECkbox]:indeterminate+span,.checkbox-input input[type=ChECkbox]:indeterminate+span,.checkbox-input input[type=cHECkbox]:indeterminate+span,.checkbox-input input[type=CHECkbox]:indeterminate+span,.checkbox-input input[type=checKbox]:indeterminate+span,.checkbox-input input[type=ChecKbox]:indeterminate+span,.checkbox-input input[type=cHecKbox]:indeterminate+span,.checkbox-input input[type=CHecKbox]:indeterminate+span,.checkbox-input input[type=chEcKbox]:indeterminate+span,.checkbox-input input[type=ChEcKbox]:indeterminate+span,.checkbox-input input[type=cHEcKbox]:indeterminate+span,.checkbox-input input[type=CHEcKbox]:indeterminate+span,.checkbox-input input[type=cheCKbox]:indeterminate+span,.checkbox-input input[type=CheCKbox]:indeterminate+span,.checkbox-input input[type=cHeCKbox]:indeterminate+span,.checkbox-input input[type=CHeCKbox]:indeterminate+span,.checkbox-input input[type=chECKbox]:indeterminate+span,.checkbox-input input[type=ChECKbox]:indeterminate+span,.checkbox-input input[type=cHECKbox]:indeterminate+span,.checkbox-input input[type=CHECKbox]:indeterminate+span,.checkbox-input input[type=checkBox]:indeterminate+span,.checkbox-input input[type=CheckBox]:indeterminate+span,.checkbox-input input[type=cHeckBox]:indeterminate+span,.checkbox-input input[type=CHeckBox]:indeterminate+span,.checkbox-input input[type=chEckBox]:indeterminate+span,.checkbox-input input[type=ChEckBox]:indeterminate+span,.checkbox-input input[type=cHEckBox]:indeterminate+span,.checkbox-input input[type=CHEckBox]:indeterminate+span,.checkbox-input input[type=cheCkBox]:indeterminate+span,.checkbox-input input[type=CheCkBox]:indeterminate+span,.checkbox-input input[type=cHeCkBox]:indeterminate+span,.checkbox-input input[type=CHeCkBox]:indeterminate+span,.checkbox-input input[type=chECkBox]:indeterminate+span,.checkbox-input input[type=ChECkBox]:indeterminate+span,.checkbox-input input[type=cHECkBox]:indeterminate+span,.checkbox-input input[type=CHECkBox]:indeterminate+span,.checkbox-input input[type=checKBox]:indeterminate+span,.checkbox-input input[type=ChecKBox]:indeterminate+span,.checkbox-input input[type=cHecKBox]:indeterminate+span,.checkbox-input input[type=CHecKBox]:indeterminate+span,.checkbox-input input[type=chEcKBox]:indeterminate+span,.checkbox-input input[type=ChEcKBox]:indeterminate+span,.checkbox-input input[type=cHEcKBox]:indeterminate+span,.checkbox-input input[type=CHEcKBox]:indeterminate+span,.checkbox-input input[type=cheCKBox]:indeterminate+span,.checkbox-input input[type=CheCKBox]:indeterminate+span,.checkbox-input input[type=cHeCKBox]:indeterminate+span,.checkbox-input input[type=CHeCKBox]:indeterminate+span,.checkbox-input input[type=chECKBox]:indeterminate+span,.checkbox-input input[type=ChECKBox]:indeterminate+span,.checkbox-input input[type=cHECKBox]:indeterminate+span,.checkbox-input input[type=CHECKBox]:indeterminate+span,.checkbox-input input[type=checkbOx]:indeterminate+span,.checkbox-input input[type=CheckbOx]:indeterminate+span,.checkbox-input input[type=cHeckbOx]:indeterminate+span,.checkbox-input input[type=CHeckbOx]:indeterminate+span,.checkbox-input input[type=chEckbOx]:indeterminate+span,.checkbox-input input[type=ChEckbOx]:indeterminate+span,.checkbox-input input[type=cHEckbOx]:indeterminate+span,.checkbox-input input[type=CHEckbOx]:indeterminate+span,.checkbox-input input[type=cheCkbOx]:indeterminate+span,.checkbox-input input[type=CheCkbOx]:indeterminate+span,.checkbox-input input[type=cHeCkbOx]:indeterminate+span,.checkbox-input input[type=CHeCkbOx]:indeterminate+span,.checkbox-input input[type=chECkbOx]:indeterminate+span,.checkbox-input input[type=ChECkbOx]:indeterminate+span,.checkbox-input input[type=cHECkbOx]:indeterminate+span,.checkbox-input input[type=CHECkbOx]:indeterminate+span,.checkbox-input input[type=checKbOx]:indeterminate+span,.checkbox-input input[type=ChecKbOx]:indeterminate+span,.checkbox-input input[type=cHecKbOx]:indeterminate+span,.checkbox-input input[type=CHecKbOx]:indeterminate+span,.checkbox-input input[type=chEcKbOx]:indeterminate+span,.checkbox-input input[type=ChEcKbOx]:indeterminate+span,.checkbox-input input[type=cHEcKbOx]:indeterminate+span,.checkbox-input input[type=CHEcKbOx]:indeterminate+span,.checkbox-input input[type=cheCKbOx]:indeterminate+span,.checkbox-input input[type=CheCKbOx]:indeterminate+span,.checkbox-input input[type=cHeCKbOx]:indeterminate+span,.checkbox-input input[type=CHeCKbOx]:indeterminate+span,.checkbox-input input[type=chECKbOx]:indeterminate+span,.checkbox-input input[type=ChECKbOx]:indeterminate+span,.checkbox-input input[type=cHECKbOx]:indeterminate+span,.checkbox-input input[type=CHECKbOx]:indeterminate+span,.checkbox-input input[type=checkBOx]:indeterminate+span,.checkbox-input input[type=CheckBOx]:indeterminate+span,.checkbox-input input[type=cHeckBOx]:indeterminate+span,.checkbox-input input[type=CHeckBOx]:indeterminate+span,.checkbox-input input[type=chEckBOx]:indeterminate+span,.checkbox-input input[type=ChEckBOx]:indeterminate+span,.checkbox-input input[type=cHEckBOx]:indeterminate+span,.checkbox-input input[type=CHEckBOx]:indeterminate+span,.checkbox-input input[type=cheCkBOx]:indeterminate+span,.checkbox-input input[type=CheCkBOx]:indeterminate+span,.checkbox-input input[type=cHeCkBOx]:indeterminate+span,.checkbox-input input[type=CHeCkBOx]:indeterminate+span,.checkbox-input input[type=chECkBOx]:indeterminate+span,.checkbox-input input[type=ChECkBOx]:indeterminate+span,.checkbox-input input[type=cHECkBOx]:indeterminate+span,.checkbox-input input[type=CHECkBOx]:indeterminate+span,.checkbox-input input[type=checKBOx]:indeterminate+span,.checkbox-input input[type=ChecKBOx]:indeterminate+span,.checkbox-input input[type=cHecKBOx]:indeterminate+span,.checkbox-input input[type=CHecKBOx]:indeterminate+span,.checkbox-input input[type=chEcKBOx]:indeterminate+span,.checkbox-input input[type=ChEcKBOx]:indeterminate+span,.checkbox-input input[type=cHEcKBOx]:indeterminate+span,.checkbox-input input[type=CHEcKBOx]:indeterminate+span,.checkbox-input input[type=cheCKBOx]:indeterminate+span,.checkbox-input input[type=CheCKBOx]:indeterminate+span,.checkbox-input input[type=cHeCKBOx]:indeterminate+span,.checkbox-input input[type=CHeCKBOx]:indeterminate+span,.checkbox-input input[type=chECKBOx]:indeterminate+span,.checkbox-input input[type=ChECKBOx]:indeterminate+span,.checkbox-input input[type=cHECKBOx]:indeterminate+span,.checkbox-input input[type=CHECKBOx]:indeterminate+span,.checkbox-input input[type=checkboX]:indeterminate+span,.checkbox-input input[type=CheckboX]:indeterminate+span,.checkbox-input input[type=cHeckboX]:indeterminate+span,.checkbox-input input[type=CHeckboX]:indeterminate+span,.checkbox-input input[type=chEckboX]:indeterminate+span,.checkbox-input input[type=ChEckboX]:indeterminate+span,.checkbox-input input[type=cHEckboX]:indeterminate+span,.checkbox-input input[type=CHEckboX]:indeterminate+span,.checkbox-input input[type=cheCkboX]:indeterminate+span,.checkbox-input input[type=CheCkboX]:indeterminate+span,.checkbox-input input[type=cHeCkboX]:indeterminate+span,.checkbox-input input[type=CHeCkboX]:indeterminate+span,.checkbox-input input[type=chECkboX]:indeterminate+span,.checkbox-input input[type=ChECkboX]:indeterminate+span,.checkbox-input input[type=cHECkboX]:indeterminate+span,.checkbox-input input[type=CHECkboX]:indeterminate+span,.checkbox-input input[type=checKboX]:indeterminate+span,.checkbox-input input[type=ChecKboX]:indeterminate+span,.checkbox-input input[type=cHecKboX]:indeterminate+span,.checkbox-input input[type=CHecKboX]:indeterminate+span,.checkbox-input input[type=chEcKboX]:indeterminate+span,.checkbox-input input[type=ChEcKboX]:indeterminate+span,.checkbox-input input[type=cHEcKboX]:indeterminate+span,.checkbox-input input[type=CHEcKboX]:indeterminate+span,.checkbox-input input[type=cheCKboX]:indeterminate+span,.checkbox-input input[type=CheCKboX]:indeterminate+span,.checkbox-input input[type=cHeCKboX]:indeterminate+span,.checkbox-input input[type=CHeCKboX]:indeterminate+span,.checkbox-input input[type=chECKboX]:indeterminate+span,.checkbox-input input[type=ChECKboX]:indeterminate+span,.checkbox-input input[type=cHECKboX]:indeterminate+span,.checkbox-input input[type=CHECKboX]:indeterminate+span,.checkbox-input input[type=checkBoX]:indeterminate+span,.checkbox-input input[type=CheckBoX]:indeterminate+span,.checkbox-input input[type=cHeckBoX]:indeterminate+span,.checkbox-input input[type=CHeckBoX]:indeterminate+span,.checkbox-input input[type=chEckBoX]:indeterminate+span,.checkbox-input input[type=ChEckBoX]:indeterminate+span,.checkbox-input input[type=cHEckBoX]:indeterminate+span,.checkbox-input input[type=CHEckBoX]:indeterminate+span,.checkbox-input input[type=cheCkBoX]:indeterminate+span,.checkbox-input input[type=CheCkBoX]:indeterminate+span,.checkbox-input input[type=cHeCkBoX]:indeterminate+span,.checkbox-input input[type=CHeCkBoX]:indeterminate+span,.checkbox-input input[type=chECkBoX]:indeterminate+span,.checkbox-input input[type=ChECkBoX]:indeterminate+span,.checkbox-input input[type=cHECkBoX]:indeterminate+span,.checkbox-input input[type=CHECkBoX]:indeterminate+span,.checkbox-input input[type=checKBoX]:indeterminate+span,.checkbox-input input[type=ChecKBoX]:indeterminate+span,.checkbox-input input[type=cHecKBoX]:indeterminate+span,.checkbox-input input[type=CHecKBoX]:indeterminate+span,.checkbox-input input[type=chEcKBoX]:indeterminate+span,.checkbox-input input[type=ChEcKBoX]:indeterminate+span,.checkbox-input input[type=cHEcKBoX]:indeterminate+span,.checkbox-input input[type=CHEcKBoX]:indeterminate+span,.checkbox-input input[type=cheCKBoX]:indeterminate+span,.checkbox-input input[type=CheCKBoX]:indeterminate+span,.checkbox-input input[type=cHeCKBoX]:indeterminate+span,.checkbox-input input[type=CHeCKBoX]:indeterminate+span,.checkbox-input input[type=chECKBoX]:indeterminate+span,.checkbox-input input[type=ChECKBoX]:indeterminate+span,.checkbox-input input[type=cHECKBoX]:indeterminate+span,.checkbox-input input[type=CHECKBoX]:indeterminate+span,.checkbox-input input[type=checkbOX]:indeterminate+span,.checkbox-input input[type=CheckbOX]:indeterminate+span,.checkbox-input input[type=cHeckbOX]:indeterminate+span,.checkbox-input input[type=CHeckbOX]:indeterminate+span,.checkbox-input input[type=chEckbOX]:indeterminate+span,.checkbox-input input[type=ChEckbOX]:indeterminate+span,.checkbox-input input[type=cHEckbOX]:indeterminate+span,.checkbox-input input[type=CHEckbOX]:indeterminate+span,.checkbox-input input[type=cheCkbOX]:indeterminate+span,.checkbox-input input[type=CheCkbOX]:indeterminate+span,.checkbox-input input[type=cHeCkbOX]:indeterminate+span,.checkbox-input input[type=CHeCkbOX]:indeterminate+span,.checkbox-input input[type=chECkbOX]:indeterminate+span,.checkbox-input input[type=ChECkbOX]:indeterminate+span,.checkbox-input input[type=cHECkbOX]:indeterminate+span,.checkbox-input input[type=CHECkbOX]:indeterminate+span,.checkbox-input input[type=checKbOX]:indeterminate+span,.checkbox-input input[type=ChecKbOX]:indeterminate+span,.checkbox-input input[type=cHecKbOX]:indeterminate+span,.checkbox-input input[type=CHecKbOX]:indeterminate+span,.checkbox-input input[type=chEcKbOX]:indeterminate+span,.checkbox-input input[type=ChEcKbOX]:indeterminate+span,.checkbox-input input[type=cHEcKbOX]:indeterminate+span,.checkbox-input input[type=CHEcKbOX]:indeterminate+span,.checkbox-input input[type=cheCKbOX]:indeterminate+span,.checkbox-input input[type=CheCKbOX]:indeterminate+span,.checkbox-input input[type=cHeCKbOX]:indeterminate+span,.checkbox-input input[type=CHeCKbOX]:indeterminate+span,.checkbox-input input[type=chECKbOX]:indeterminate+span,.checkbox-input input[type=ChECKbOX]:indeterminate+span,.checkbox-input input[type=cHECKbOX]:indeterminate+span,.checkbox-input input[type=CHECKbOX]:indeterminate+span,.checkbox-input input[type=checkBOX]:indeterminate+span,.checkbox-input input[type=CheckBOX]:indeterminate+span,.checkbox-input input[type=cHeckBOX]:indeterminate+span,.checkbox-input input[type=CHeckBOX]:indeterminate+span,.checkbox-input input[type=chEckBOX]:indeterminate+span,.checkbox-input input[type=ChEckBOX]:indeterminate+span,.checkbox-input input[type=cHEckBOX]:indeterminate+span,.checkbox-input input[type=CHEckBOX]:indeterminate+span,.checkbox-input input[type=cheCkBOX]:indeterminate+span,.checkbox-input input[type=CheCkBOX]:indeterminate+span,.checkbox-input input[type=cHeCkBOX]:indeterminate+span,.checkbox-input input[type=CHeCkBOX]:indeterminate+span,.checkbox-input input[type=chECkBOX]:indeterminate+span,.checkbox-input input[type=ChECkBOX]:indeterminate+span,.checkbox-input input[type=cHECkBOX]:indeterminate+span,.checkbox-input input[type=CHECkBOX]:indeterminate+span,.checkbox-input input[type=checKBOX]:indeterminate+span,.checkbox-input input[type=ChecKBOX]:indeterminate+span,.checkbox-input input[type=cHecKBOX]:indeterminate+span,.checkbox-input input[type=CHecKBOX]:indeterminate+span,.checkbox-input input[type=chEcKBOX]:indeterminate+span,.checkbox-input input[type=ChEcKBOX]:indeterminate+span,.checkbox-input input[type=cHEcKBOX]:indeterminate+span,.checkbox-input input[type=CHEcKBOX]:indeterminate+span,.checkbox-input input[type=cheCKBOX]:indeterminate+span,.checkbox-input input[type=CheCKBOX]:indeterminate+span,.checkbox-input input[type=cHeCKBOX]:indeterminate+span,.checkbox-input input[type=CHeCKBOX]:indeterminate+span,.checkbox-input input[type=chECKBOX]:indeterminate+span,.checkbox-input input[type=ChECKBOX]:indeterminate+span,.checkbox-input input[type=cHECKBOX]:indeterminate+span,.checkbox-input input[type=CHECKBOX]:indeterminate+span{display:block;width:100%;height:100%}.checkbox-input input[type=checkbox]:indeterminate+span:after,.checkbox-input input[type=Checkbox]:indeterminate+span:after,.checkbox-input input[type=cHeckbox]:indeterminate+span:after,.checkbox-input input[type=CHeckbox]:indeterminate+span:after,.checkbox-input input[type=chEckbox]:indeterminate+span:after,.checkbox-input input[type=ChEckbox]:indeterminate+span:after,.checkbox-input input[type=cHEckbox]:indeterminate+span:after,.checkbox-input input[type=CHEckbox]:indeterminate+span:after,.checkbox-input input[type=cheCkbox]:indeterminate+span:after,.checkbox-input input[type=CheCkbox]:indeterminate+span:after,.checkbox-input input[type=cHeCkbox]:indeterminate+span:after,.checkbox-input input[type=CHeCkbox]:indeterminate+span:after,.checkbox-input input[type=chECkbox]:indeterminate+span:after,.checkbox-input input[type=ChECkbox]:indeterminate+span:after,.checkbox-input input[type=cHECkbox]:indeterminate+span:after,.checkbox-input input[type=CHECkbox]:indeterminate+span:after,.checkbox-input input[type=checKbox]:indeterminate+span:after,.checkbox-input input[type=ChecKbox]:indeterminate+span:after,.checkbox-input input[type=cHecKbox]:indeterminate+span:after,.checkbox-input input[type=CHecKbox]:indeterminate+span:after,.checkbox-input input[type=chEcKbox]:indeterminate+span:after,.checkbox-input input[type=ChEcKbox]:indeterminate+span:after,.checkbox-input input[type=cHEcKbox]:indeterminate+span:after,.checkbox-input input[type=CHEcKbox]:indeterminate+span:after,.checkbox-input input[type=cheCKbox]:indeterminate+span:after,.checkbox-input input[type=CheCKbox]:indeterminate+span:after,.checkbox-input input[type=cHeCKbox]:indeterminate+span:after,.checkbox-input input[type=CHeCKbox]:indeterminate+span:after,.checkbox-input input[type=chECKbox]:indeterminate+span:after,.checkbox-input input[type=ChECKbox]:indeterminate+span:after,.checkbox-input input[type=cHECKbox]:indeterminate+span:after,.checkbox-input input[type=CHECKbox]:indeterminate+span:after,.checkbox-input input[type=checkBox]:indeterminate+span:after,.checkbox-input input[type=CheckBox]:indeterminate+span:after,.checkbox-input input[type=cHeckBox]:indeterminate+span:after,.checkbox-input input[type=CHeckBox]:indeterminate+span:after,.checkbox-input input[type=chEckBox]:indeterminate+span:after,.checkbox-input input[type=ChEckBox]:indeterminate+span:after,.checkbox-input input[type=cHEckBox]:indeterminate+span:after,.checkbox-input input[type=CHEckBox]:indeterminate+span:after,.checkbox-input input[type=cheCkBox]:indeterminate+span:after,.checkbox-input input[type=CheCkBox]:indeterminate+span:after,.checkbox-input input[type=cHeCkBox]:indeterminate+span:after,.checkbox-input input[type=CHeCkBox]:indeterminate+span:after,.checkbox-input input[type=chECkBox]:indeterminate+span:after,.checkbox-input input[type=ChECkBox]:indeterminate+span:after,.checkbox-input input[type=cHECkBox]:indeterminate+span:after,.checkbox-input input[type=CHECkBox]:indeterminate+span:after,.checkbox-input input[type=checKBox]:indeterminate+span:after,.checkbox-input input[type=ChecKBox]:indeterminate+span:after,.checkbox-input input[type=cHecKBox]:indeterminate+span:after,.checkbox-input input[type=CHecKBox]:indeterminate+span:after,.checkbox-input input[type=chEcKBox]:indeterminate+span:after,.checkbox-input input[type=ChEcKBox]:indeterminate+span:after,.checkbox-input input[type=cHEcKBox]:indeterminate+span:after,.checkbox-input input[type=CHEcKBox]:indeterminate+span:after,.checkbox-input input[type=cheCKBox]:indeterminate+span:after,.checkbox-input input[type=CheCKBox]:indeterminate+span:after,.checkbox-input input[type=cHeCKBox]:indeterminate+span:after,.checkbox-input input[type=CHeCKBox]:indeterminate+span:after,.checkbox-input input[type=chECKBox]:indeterminate+span:after,.checkbox-input input[type=ChECKBox]:indeterminate+span:after,.checkbox-input input[type=cHECKBox]:indeterminate+span:after,.checkbox-input input[type=CHECKBox]:indeterminate+span:after,.checkbox-input input[type=checkbOx]:indeterminate+span:after,.checkbox-input input[type=CheckbOx]:indeterminate+span:after,.checkbox-input input[type=cHeckbOx]:indeterminate+span:after,.checkbox-input input[type=CHeckbOx]:indeterminate+span:after,.checkbox-input input[type=chEckbOx]:indeterminate+span:after,.checkbox-input input[type=ChEckbOx]:indeterminate+span:after,.checkbox-input input[type=cHEckbOx]:indeterminate+span:after,.checkbox-input input[type=CHEckbOx]:indeterminate+span:after,.checkbox-input input[type=cheCkbOx]:indeterminate+span:after,.checkbox-input input[type=CheCkbOx]:indeterminate+span:after,.checkbox-input input[type=cHeCkbOx]:indeterminate+span:after,.checkbox-input input[type=CHeCkbOx]:indeterminate+span:after,.checkbox-input input[type=chECkbOx]:indeterminate+span:after,.checkbox-input input[type=ChECkbOx]:indeterminate+span:after,.checkbox-input input[type=cHECkbOx]:indeterminate+span:after,.checkbox-input input[type=CHECkbOx]:indeterminate+span:after,.checkbox-input input[type=checKbOx]:indeterminate+span:after,.checkbox-input input[type=ChecKbOx]:indeterminate+span:after,.checkbox-input input[type=cHecKbOx]:indeterminate+span:after,.checkbox-input input[type=CHecKbOx]:indeterminate+span:after,.checkbox-input input[type=chEcKbOx]:indeterminate+span:after,.checkbox-input input[type=ChEcKbOx]:indeterminate+span:after,.checkbox-input input[type=cHEcKbOx]:indeterminate+span:after,.checkbox-input input[type=CHEcKbOx]:indeterminate+span:after,.checkbox-input input[type=cheCKbOx]:indeterminate+span:after,.checkbox-input input[type=CheCKbOx]:indeterminate+span:after,.checkbox-input input[type=cHeCKbOx]:indeterminate+span:after,.checkbox-input input[type=CHeCKbOx]:indeterminate+span:after,.checkbox-input input[type=chECKbOx]:indeterminate+span:after,.checkbox-input input[type=ChECKbOx]:indeterminate+span:after,.checkbox-input input[type=cHECKbOx]:indeterminate+span:after,.checkbox-input input[type=CHECKbOx]:indeterminate+span:after,.checkbox-input input[type=checkBOx]:indeterminate+span:after,.checkbox-input input[type=CheckBOx]:indeterminate+span:after,.checkbox-input input[type=cHeckBOx]:indeterminate+span:after,.checkbox-input input[type=CHeckBOx]:indeterminate+span:after,.checkbox-input input[type=chEckBOx]:indeterminate+span:after,.checkbox-input input[type=ChEckBOx]:indeterminate+span:after,.checkbox-input input[type=cHEckBOx]:indeterminate+span:after,.checkbox-input input[type=CHEckBOx]:indeterminate+span:after,.checkbox-input input[type=cheCkBOx]:indeterminate+span:after,.checkbox-input input[type=CheCkBOx]:indeterminate+span:after,.checkbox-input input[type=cHeCkBOx]:indeterminate+span:after,.checkbox-input input[type=CHeCkBOx]:indeterminate+span:after,.checkbox-input input[type=chECkBOx]:indeterminate+span:after,.checkbox-input input[type=ChECkBOx]:indeterminate+span:after,.checkbox-input input[type=cHECkBOx]:indeterminate+span:after,.checkbox-input input[type=CHECkBOx]:indeterminate+span:after,.checkbox-input input[type=checKBOx]:indeterminate+span:after,.checkbox-input input[type=ChecKBOx]:indeterminate+span:after,.checkbox-input input[type=cHecKBOx]:indeterminate+span:after,.checkbox-input input[type=CHecKBOx]:indeterminate+span:after,.checkbox-input input[type=chEcKBOx]:indeterminate+span:after,.checkbox-input input[type=ChEcKBOx]:indeterminate+span:after,.checkbox-input input[type=cHEcKBOx]:indeterminate+span:after,.checkbox-input input[type=CHEcKBOx]:indeterminate+span:after,.checkbox-input input[type=cheCKBOx]:indeterminate+span:after,.checkbox-input input[type=CheCKBOx]:indeterminate+span:after,.checkbox-input input[type=cHeCKBOx]:indeterminate+span:after,.checkbox-input input[type=CHeCKBOx]:indeterminate+span:after,.checkbox-input input[type=chECKBOx]:indeterminate+span:after,.checkbox-input input[type=ChECKBOx]:indeterminate+span:after,.checkbox-input input[type=cHECKBOx]:indeterminate+span:after,.checkbox-input input[type=CHECKBOx]:indeterminate+span:after,.checkbox-input input[type=checkboX]:indeterminate+span:after,.checkbox-input input[type=CheckboX]:indeterminate+span:after,.checkbox-input input[type=cHeckboX]:indeterminate+span:after,.checkbox-input input[type=CHeckboX]:indeterminate+span:after,.checkbox-input input[type=chEckboX]:indeterminate+span:after,.checkbox-input input[type=ChEckboX]:indeterminate+span:after,.checkbox-input input[type=cHEckboX]:indeterminate+span:after,.checkbox-input input[type=CHEckboX]:indeterminate+span:after,.checkbox-input input[type=cheCkboX]:indeterminate+span:after,.checkbox-input input[type=CheCkboX]:indeterminate+span:after,.checkbox-input input[type=cHeCkboX]:indeterminate+span:after,.checkbox-input input[type=CHeCkboX]:indeterminate+span:after,.checkbox-input input[type=chECkboX]:indeterminate+span:after,.checkbox-input input[type=ChECkboX]:indeterminate+span:after,.checkbox-input input[type=cHECkboX]:indeterminate+span:after,.checkbox-input input[type=CHECkboX]:indeterminate+span:after,.checkbox-input input[type=checKboX]:indeterminate+span:after,.checkbox-input input[type=ChecKboX]:indeterminate+span:after,.checkbox-input input[type=cHecKboX]:indeterminate+span:after,.checkbox-input input[type=CHecKboX]:indeterminate+span:after,.checkbox-input input[type=chEcKboX]:indeterminate+span:after,.checkbox-input input[type=ChEcKboX]:indeterminate+span:after,.checkbox-input input[type=cHEcKboX]:indeterminate+span:after,.checkbox-input input[type=CHEcKboX]:indeterminate+span:after,.checkbox-input input[type=cheCKboX]:indeterminate+span:after,.checkbox-input input[type=CheCKboX]:indeterminate+span:after,.checkbox-input input[type=cHeCKboX]:indeterminate+span:after,.checkbox-input input[type=CHeCKboX]:indeterminate+span:after,.checkbox-input input[type=chECKboX]:indeterminate+span:after,.checkbox-input input[type=ChECKboX]:indeterminate+span:after,.checkbox-input input[type=cHECKboX]:indeterminate+span:after,.checkbox-input input[type=CHECKboX]:indeterminate+span:after,.checkbox-input input[type=checkBoX]:indeterminate+span:after,.checkbox-input input[type=CheckBoX]:indeterminate+span:after,.checkbox-input input[type=cHeckBoX]:indeterminate+span:after,.checkbox-input input[type=CHeckBoX]:indeterminate+span:after,.checkbox-input input[type=chEckBoX]:indeterminate+span:after,.checkbox-input input[type=ChEckBoX]:indeterminate+span:after,.checkbox-input input[type=cHEckBoX]:indeterminate+span:after,.checkbox-input input[type=CHEckBoX]:indeterminate+span:after,.checkbox-input input[type=cheCkBoX]:indeterminate+span:after,.checkbox-input input[type=CheCkBoX]:indeterminate+span:after,.checkbox-input input[type=cHeCkBoX]:indeterminate+span:after,.checkbox-input input[type=CHeCkBoX]:indeterminate+span:after,.checkbox-input input[type=chECkBoX]:indeterminate+span:after,.checkbox-input input[type=ChECkBoX]:indeterminate+span:after,.checkbox-input input[type=cHECkBoX]:indeterminate+span:after,.checkbox-input input[type=CHECkBoX]:indeterminate+span:after,.checkbox-input input[type=checKBoX]:indeterminate+span:after,.checkbox-input input[type=ChecKBoX]:indeterminate+span:after,.checkbox-input input[type=cHecKBoX]:indeterminate+span:after,.checkbox-input input[type=CHecKBoX]:indeterminate+span:after,.checkbox-input input[type=chEcKBoX]:indeterminate+span:after,.checkbox-input input[type=ChEcKBoX]:indeterminate+span:after,.checkbox-input input[type=cHEcKBoX]:indeterminate+span:after,.checkbox-input input[type=CHEcKBoX]:indeterminate+span:after,.checkbox-input input[type=cheCKBoX]:indeterminate+span:after,.checkbox-input input[type=CheCKBoX]:indeterminate+span:after,.checkbox-input input[type=cHeCKBoX]:indeterminate+span:after,.checkbox-input input[type=CHeCKBoX]:indeterminate+span:after,.checkbox-input input[type=chECKBoX]:indeterminate+span:after,.checkbox-input input[type=ChECKBoX]:indeterminate+span:after,.checkbox-input input[type=cHECKBoX]:indeterminate+span:after,.checkbox-input input[type=CHECKBoX]:indeterminate+span:after,.checkbox-input input[type=checkbOX]:indeterminate+span:after,.checkbox-input input[type=CheckbOX]:indeterminate+span:after,.checkbox-input input[type=cHeckbOX]:indeterminate+span:after,.checkbox-input input[type=CHeckbOX]:indeterminate+span:after,.checkbox-input input[type=chEckbOX]:indeterminate+span:after,.checkbox-input input[type=ChEckbOX]:indeterminate+span:after,.checkbox-input input[type=cHEckbOX]:indeterminate+span:after,.checkbox-input input[type=CHEckbOX]:indeterminate+span:after,.checkbox-input input[type=cheCkbOX]:indeterminate+span:after,.checkbox-input input[type=CheCkbOX]:indeterminate+span:after,.checkbox-input input[type=cHeCkbOX]:indeterminate+span:after,.checkbox-input input[type=CHeCkbOX]:indeterminate+span:after,.checkbox-input input[type=chECkbOX]:indeterminate+span:after,.checkbox-input input[type=ChECkbOX]:indeterminate+span:after,.checkbox-input input[type=cHECkbOX]:indeterminate+span:after,.checkbox-input input[type=CHECkbOX]:indeterminate+span:after,.checkbox-input input[type=checKbOX]:indeterminate+span:after,.checkbox-input input[type=ChecKbOX]:indeterminate+span:after,.checkbox-input input[type=cHecKbOX]:indeterminate+span:after,.checkbox-input input[type=CHecKbOX]:indeterminate+span:after,.checkbox-input input[type=chEcKbOX]:indeterminate+span:after,.checkbox-input input[type=ChEcKbOX]:indeterminate+span:after,.checkbox-input input[type=cHEcKbOX]:indeterminate+span:after,.checkbox-input input[type=CHEcKbOX]:indeterminate+span:after,.checkbox-input input[type=cheCKbOX]:indeterminate+span:after,.checkbox-input input[type=CheCKbOX]:indeterminate+span:after,.checkbox-input input[type=cHeCKbOX]:indeterminate+span:after,.checkbox-input input[type=CHeCKbOX]:indeterminate+span:after,.checkbox-input input[type=chECKbOX]:indeterminate+span:after,.checkbox-input input[type=ChECKbOX]:indeterminate+span:after,.checkbox-input input[type=cHECKbOX]:indeterminate+span:after,.checkbox-input input[type=CHECKbOX]:indeterminate+span:after,.checkbox-input input[type=checkBOX]:indeterminate+span:after,.checkbox-input input[type=CheckBOX]:indeterminate+span:after,.checkbox-input input[type=cHeckBOX]:indeterminate+span:after,.checkbox-input input[type=CHeckBOX]:indeterminate+span:after,.checkbox-input input[type=chEckBOX]:indeterminate+span:after,.checkbox-input input[type=ChEckBOX]:indeterminate+span:after,.checkbox-input input[type=cHEckBOX]:indeterminate+span:after,.checkbox-input input[type=CHEckBOX]:indeterminate+span:after,.checkbox-input input[type=cheCkBOX]:indeterminate+span:after,.checkbox-input input[type=CheCkBOX]:indeterminate+span:after,.checkbox-input input[type=cHeCkBOX]:indeterminate+span:after,.checkbox-input input[type=CHeCkBOX]:indeterminate+span:after,.checkbox-input input[type=chECkBOX]:indeterminate+span:after,.checkbox-input input[type=ChECkBOX]:indeterminate+span:after,.checkbox-input input[type=cHECkBOX]:indeterminate+span:after,.checkbox-input input[type=CHECkBOX]:indeterminate+span:after,.checkbox-input input[type=checKBOX]:indeterminate+span:after,.checkbox-input input[type=ChecKBOX]:indeterminate+span:after,.checkbox-input input[type=cHecKBOX]:indeterminate+span:after,.checkbox-input input[type=CHecKBOX]:indeterminate+span:after,.checkbox-input input[type=chEcKBOX]:indeterminate+span:after,.checkbox-input input[type=ChEcKBOX]:indeterminate+span:after,.checkbox-input input[type=cHEcKBOX]:indeterminate+span:after,.checkbox-input input[type=CHEcKBOX]:indeterminate+span:after,.checkbox-input input[type=cheCKBOX]:indeterminate+span:after,.checkbox-input input[type=CheCKBOX]:indeterminate+span:after,.checkbox-input input[type=cHeCKBOX]:indeterminate+span:after,.checkbox-input input[type=CHeCKBOX]:indeterminate+span:after,.checkbox-input input[type=chECKBOX]:indeterminate+span:after,.checkbox-input input[type=ChECKBOX]:indeterminate+span:after,.checkbox-input input[type=cHECKBOX]:indeterminate+span:after,.checkbox-input input[type=CHECKBOX]:indeterminate+span:after{position:absolute;inset:0;width:100%;height:100%;margin:auto;content:"";border:none;background-color:var(--checkbox-input-mark-bg-color);transform:rotate(0)}.checkbox-input input[type=checkbox]:indeterminate+span:before,.checkbox-input input[type=Checkbox]:indeterminate+span:before,.checkbox-input input[type=cHeckbox]:indeterminate+span:before,.checkbox-input input[type=CHeckbox]:indeterminate+span:before,.checkbox-input input[type=chEckbox]:indeterminate+span:before,.checkbox-input input[type=ChEckbox]:indeterminate+span:before,.checkbox-input input[type=cHEckbox]:indeterminate+span:before,.checkbox-input input[type=CHEckbox]:indeterminate+span:before,.checkbox-input input[type=cheCkbox]:indeterminate+span:before,.checkbox-input input[type=CheCkbox]:indeterminate+span:before,.checkbox-input input[type=cHeCkbox]:indeterminate+span:before,.checkbox-input input[type=CHeCkbox]:indeterminate+span:before,.checkbox-input input[type=chECkbox]:indeterminate+span:before,.checkbox-input input[type=ChECkbox]:indeterminate+span:before,.checkbox-input input[type=cHECkbox]:indeterminate+span:before,.checkbox-input input[type=CHECkbox]:indeterminate+span:before,.checkbox-input input[type=checKbox]:indeterminate+span:before,.checkbox-input input[type=ChecKbox]:indeterminate+span:before,.checkbox-input input[type=cHecKbox]:indeterminate+span:before,.checkbox-input input[type=CHecKbox]:indeterminate+span:before,.checkbox-input input[type=chEcKbox]:indeterminate+span:before,.checkbox-input input[type=ChEcKbox]:indeterminate+span:before,.checkbox-input input[type=cHEcKbox]:indeterminate+span:before,.checkbox-input input[type=CHEcKbox]:indeterminate+span:before,.checkbox-input input[type=cheCKbox]:indeterminate+span:before,.checkbox-input input[type=CheCKbox]:indeterminate+span:before,.checkbox-input input[type=cHeCKbox]:indeterminate+span:before,.checkbox-input input[type=CHeCKbox]:indeterminate+span:before,.checkbox-input input[type=chECKbox]:indeterminate+span:before,.checkbox-input input[type=ChECKbox]:indeterminate+span:before,.checkbox-input input[type=cHECKbox]:indeterminate+span:before,.checkbox-input input[type=CHECKbox]:indeterminate+span:before,.checkbox-input input[type=checkBox]:indeterminate+span:before,.checkbox-input input[type=CheckBox]:indeterminate+span:before,.checkbox-input input[type=cHeckBox]:indeterminate+span:before,.checkbox-input input[type=CHeckBox]:indeterminate+span:before,.checkbox-input input[type=chEckBox]:indeterminate+span:before,.checkbox-input input[type=ChEckBox]:indeterminate+span:before,.checkbox-input input[type=cHEckBox]:indeterminate+span:before,.checkbox-input input[type=CHEckBox]:indeterminate+span:before,.checkbox-input input[type=cheCkBox]:indeterminate+span:before,.checkbox-input input[type=CheCkBox]:indeterminate+span:before,.checkbox-input input[type=cHeCkBox]:indeterminate+span:before,.checkbox-input input[type=CHeCkBox]:indeterminate+span:before,.checkbox-input input[type=chECkBox]:indeterminate+span:before,.checkbox-input input[type=ChECkBox]:indeterminate+span:before,.checkbox-input input[type=cHECkBox]:indeterminate+span:before,.checkbox-input input[type=CHECkBox]:indeterminate+span:before,.checkbox-input input[type=checKBox]:indeterminate+span:before,.checkbox-input input[type=ChecKBox]:indeterminate+span:before,.checkbox-input input[type=cHecKBox]:indeterminate+span:before,.checkbox-input input[type=CHecKBox]:indeterminate+span:before,.checkbox-input input[type=chEcKBox]:indeterminate+span:before,.checkbox-input input[type=ChEcKBox]:indeterminate+span:before,.checkbox-input input[type=cHEcKBox]:indeterminate+span:before,.checkbox-input input[type=CHEcKBox]:indeterminate+span:before,.checkbox-input input[type=cheCKBox]:indeterminate+span:before,.checkbox-input input[type=CheCKBox]:indeterminate+span:before,.checkbox-input input[type=cHeCKBox]:indeterminate+span:before,.checkbox-input input[type=CHeCKBox]:indeterminate+span:before,.checkbox-input input[type=chECKBox]:indeterminate+span:before,.checkbox-input input[type=ChECKBox]:indeterminate+span:before,.checkbox-input input[type=cHECKBox]:indeterminate+span:before,.checkbox-input input[type=CHECKBox]:indeterminate+span:before,.checkbox-input input[type=checkbOx]:indeterminate+span:before,.checkbox-input input[type=CheckbOx]:indeterminate+span:before,.checkbox-input input[type=cHeckbOx]:indeterminate+span:before,.checkbox-input input[type=CHeckbOx]:indeterminate+span:before,.checkbox-input input[type=chEckbOx]:indeterminate+span:before,.checkbox-input input[type=ChEckbOx]:indeterminate+span:before,.checkbox-input input[type=cHEckbOx]:indeterminate+span:before,.checkbox-input input[type=CHEckbOx]:indeterminate+span:before,.checkbox-input input[type=cheCkbOx]:indeterminate+span:before,.checkbox-input input[type=CheCkbOx]:indeterminate+span:before,.checkbox-input input[type=cHeCkbOx]:indeterminate+span:before,.checkbox-input input[type=CHeCkbOx]:indeterminate+span:before,.checkbox-input input[type=chECkbOx]:indeterminate+span:before,.checkbox-input input[type=ChECkbOx]:indeterminate+span:before,.checkbox-input input[type=cHECkbOx]:indeterminate+span:before,.checkbox-input input[type=CHECkbOx]:indeterminate+span:before,.checkbox-input input[type=checKbOx]:indeterminate+span:before,.checkbox-input input[type=ChecKbOx]:indeterminate+span:before,.checkbox-input input[type=cHecKbOx]:indeterminate+span:before,.checkbox-input input[type=CHecKbOx]:indeterminate+span:before,.checkbox-input input[type=chEcKbOx]:indeterminate+span:before,.checkbox-input input[type=ChEcKbOx]:indeterminate+span:before,.checkbox-input input[type=cHEcKbOx]:indeterminate+span:before,.checkbox-input input[type=CHEcKbOx]:indeterminate+span:before,.checkbox-input input[type=cheCKbOx]:indeterminate+span:before,.checkbox-input input[type=CheCKbOx]:indeterminate+span:before,.checkbox-input input[type=cHeCKbOx]:indeterminate+span:before,.checkbox-input input[type=CHeCKbOx]:indeterminate+span:before,.checkbox-input input[type=chECKbOx]:indeterminate+span:before,.checkbox-input input[type=ChECKbOx]:indeterminate+span:before,.checkbox-input input[type=cHECKbOx]:indeterminate+span:before,.checkbox-input input[type=CHECKbOx]:indeterminate+span:before,.checkbox-input input[type=checkBOx]:indeterminate+span:before,.checkbox-input input[type=CheckBOx]:indeterminate+span:before,.checkbox-input input[type=cHeckBOx]:indeterminate+span:before,.checkbox-input input[type=CHeckBOx]:indeterminate+span:before,.checkbox-input input[type=chEckBOx]:indeterminate+span:before,.checkbox-input input[type=ChEckBOx]:indeterminate+span:before,.checkbox-input input[type=cHEckBOx]:indeterminate+span:before,.checkbox-input input[type=CHEckBOx]:indeterminate+span:before,.checkbox-input input[type=cheCkBOx]:indeterminate+span:before,.checkbox-input input[type=CheCkBOx]:indeterminate+span:before,.checkbox-input input[type=cHeCkBOx]:indeterminate+span:before,.checkbox-input input[type=CHeCkBOx]:indeterminate+span:before,.checkbox-input input[type=chECkBOx]:indeterminate+span:before,.checkbox-input input[type=ChECkBOx]:indeterminate+span:before,.checkbox-input input[type=cHECkBOx]:indeterminate+span:before,.checkbox-input input[type=CHECkBOx]:indeterminate+span:before,.checkbox-input input[type=checKBOx]:indeterminate+span:before,.checkbox-input input[type=ChecKBOx]:indeterminate+span:before,.checkbox-input input[type=cHecKBOx]:indeterminate+span:before,.checkbox-input input[type=CHecKBOx]:indeterminate+span:before,.checkbox-input input[type=chEcKBOx]:indeterminate+span:before,.checkbox-input input[type=ChEcKBOx]:indeterminate+span:before,.checkbox-input input[type=cHEcKBOx]:indeterminate+span:before,.checkbox-input input[type=CHEcKBOx]:indeterminate+span:before,.checkbox-input input[type=cheCKBOx]:indeterminate+span:before,.checkbox-input input[type=CheCKBOx]:indeterminate+span:before,.checkbox-input input[type=cHeCKBOx]:indeterminate+span:before,.checkbox-input input[type=CHeCKBOx]:indeterminate+span:before,.checkbox-input input[type=chECKBOx]:indeterminate+span:before,.checkbox-input input[type=ChECKBOx]:indeterminate+span:before,.checkbox-input input[type=cHECKBOx]:indeterminate+span:before,.checkbox-input input[type=CHECKBOx]:indeterminate+span:before,.checkbox-input input[type=checkboX]:indeterminate+span:before,.checkbox-input input[type=CheckboX]:indeterminate+span:before,.checkbox-input input[type=cHeckboX]:indeterminate+span:before,.checkbox-input input[type=CHeckboX]:indeterminate+span:before,.checkbox-input input[type=chEckboX]:indeterminate+span:before,.checkbox-input input[type=ChEckboX]:indeterminate+span:before,.checkbox-input input[type=cHEckboX]:indeterminate+span:before,.checkbox-input input[type=CHEckboX]:indeterminate+span:before,.checkbox-input input[type=cheCkboX]:indeterminate+span:before,.checkbox-input input[type=CheCkboX]:indeterminate+span:before,.checkbox-input input[type=cHeCkboX]:indeterminate+span:before,.checkbox-input input[type=CHeCkboX]:indeterminate+span:before,.checkbox-input input[type=chECkboX]:indeterminate+span:before,.checkbox-input input[type=ChECkboX]:indeterminate+span:before,.checkbox-input input[type=cHECkboX]:indeterminate+span:before,.checkbox-input input[type=CHECkboX]:indeterminate+span:before,.checkbox-input input[type=checKboX]:indeterminate+span:before,.checkbox-input input[type=ChecKboX]:indeterminate+span:before,.checkbox-input input[type=cHecKboX]:indeterminate+span:before,.checkbox-input input[type=CHecKboX]:indeterminate+span:before,.checkbox-input input[type=chEcKboX]:indeterminate+span:before,.checkbox-input input[type=ChEcKboX]:indeterminate+span:before,.checkbox-input input[type=cHEcKboX]:indeterminate+span:before,.checkbox-input input[type=CHEcKboX]:indeterminate+span:before,.checkbox-input input[type=cheCKboX]:indeterminate+span:before,.checkbox-input input[type=CheCKboX]:indeterminate+span:before,.checkbox-input input[type=cHeCKboX]:indeterminate+span:before,.checkbox-input input[type=CHeCKboX]:indeterminate+span:before,.checkbox-input input[type=chECKboX]:indeterminate+span:before,.checkbox-input input[type=ChECKboX]:indeterminate+span:before,.checkbox-input input[type=cHECKboX]:indeterminate+span:before,.checkbox-input input[type=CHECKboX]:indeterminate+span:before,.checkbox-input input[type=checkBoX]:indeterminate+span:before,.checkbox-input input[type=CheckBoX]:indeterminate+span:before,.checkbox-input input[type=cHeckBoX]:indeterminate+span:before,.checkbox-input input[type=CHeckBoX]:indeterminate+span:before,.checkbox-input input[type=chEckBoX]:indeterminate+span:before,.checkbox-input input[type=ChEckBoX]:indeterminate+span:before,.checkbox-input input[type=cHEckBoX]:indeterminate+span:before,.checkbox-input input[type=CHEckBoX]:indeterminate+span:before,.checkbox-input input[type=cheCkBoX]:indeterminate+span:before,.checkbox-input input[type=CheCkBoX]:indeterminate+span:before,.checkbox-input input[type=cHeCkBoX]:indeterminate+span:before,.checkbox-input input[type=CHeCkBoX]:indeterminate+span:before,.checkbox-input input[type=chECkBoX]:indeterminate+span:before,.checkbox-input input[type=ChECkBoX]:indeterminate+span:before,.checkbox-input input[type=cHECkBoX]:indeterminate+span:before,.checkbox-input input[type=CHECkBoX]:indeterminate+span:before,.checkbox-input input[type=checKBoX]:indeterminate+span:before,.checkbox-input input[type=ChecKBoX]:indeterminate+span:before,.checkbox-input input[type=cHecKBoX]:indeterminate+span:before,.checkbox-input input[type=CHecKBoX]:indeterminate+span:before,.checkbox-input input[type=chEcKBoX]:indeterminate+span:before,.checkbox-input input[type=ChEcKBoX]:indeterminate+span:before,.checkbox-input input[type=cHEcKBoX]:indeterminate+span:before,.checkbox-input input[type=CHEcKBoX]:indeterminate+span:before,.checkbox-input input[type=cheCKBoX]:indeterminate+span:before,.checkbox-input input[type=CheCKBoX]:indeterminate+span:before,.checkbox-input input[type=cHeCKBoX]:indeterminate+span:before,.checkbox-input input[type=CHeCKBoX]:indeterminate+span:before,.checkbox-input input[type=chECKBoX]:indeterminate+span:before,.checkbox-input input[type=ChECKBoX]:indeterminate+span:before,.checkbox-input input[type=cHECKBoX]:indeterminate+span:before,.checkbox-input input[type=CHECKBoX]:indeterminate+span:before,.checkbox-input input[type=checkbOX]:indeterminate+span:before,.checkbox-input input[type=CheckbOX]:indeterminate+span:before,.checkbox-input input[type=cHeckbOX]:indeterminate+span:before,.checkbox-input input[type=CHeckbOX]:indeterminate+span:before,.checkbox-input input[type=chEckbOX]:indeterminate+span:before,.checkbox-input input[type=ChEckbOX]:indeterminate+span:before,.checkbox-input input[type=cHEckbOX]:indeterminate+span:before,.checkbox-input input[type=CHEckbOX]:indeterminate+span:before,.checkbox-input input[type=cheCkbOX]:indeterminate+span:before,.checkbox-input input[type=CheCkbOX]:indeterminate+span:before,.checkbox-input input[type=cHeCkbOX]:indeterminate+span:before,.checkbox-input input[type=CHeCkbOX]:indeterminate+span:before,.checkbox-input input[type=chECkbOX]:indeterminate+span:before,.checkbox-input input[type=ChECkbOX]:indeterminate+span:before,.checkbox-input input[type=cHECkbOX]:indeterminate+span:before,.checkbox-input input[type=CHECkbOX]:indeterminate+span:before,.checkbox-input input[type=checKbOX]:indeterminate+span:before,.checkbox-input input[type=ChecKbOX]:indeterminate+span:before,.checkbox-input input[type=cHecKbOX]:indeterminate+span:before,.checkbox-input input[type=CHecKbOX]:indeterminate+span:before,.checkbox-input input[type=chEcKbOX]:indeterminate+span:before,.checkbox-input input[type=ChEcKbOX]:indeterminate+span:before,.checkbox-input input[type=cHEcKbOX]:indeterminate+span:before,.checkbox-input input[type=CHEcKbOX]:indeterminate+span:before,.checkbox-input input[type=cheCKbOX]:indeterminate+span:before,.checkbox-input input[type=CheCKbOX]:indeterminate+span:before,.checkbox-input input[type=cHeCKbOX]:indeterminate+span:before,.checkbox-input input[type=CHeCKbOX]:indeterminate+span:before,.checkbox-input input[type=chECKbOX]:indeterminate+span:before,.checkbox-input input[type=ChECKbOX]:indeterminate+span:before,.checkbox-input input[type=cHECKbOX]:indeterminate+span:before,.checkbox-input input[type=CHECKbOX]:indeterminate+span:before,.checkbox-input input[type=checkBOX]:indeterminate+span:before,.checkbox-input input[type=CheckBOX]:indeterminate+span:before,.checkbox-input input[type=cHeckBOX]:indeterminate+span:before,.checkbox-input input[type=CHeckBOX]:indeterminate+span:before,.checkbox-input input[type=chEckBOX]:indeterminate+span:before,.checkbox-input input[type=ChEckBOX]:indeterminate+span:before,.checkbox-input input[type=cHEckBOX]:indeterminate+span:before,.checkbox-input input[type=CHEckBOX]:indeterminate+span:before,.checkbox-input input[type=cheCkBOX]:indeterminate+span:before,.checkbox-input input[type=CheCkBOX]:indeterminate+span:before,.checkbox-input input[type=cHeCkBOX]:indeterminate+span:before,.checkbox-input input[type=CHeCkBOX]:indeterminate+span:before,.checkbox-input input[type=chECkBOX]:indeterminate+span:before,.checkbox-input input[type=ChECkBOX]:indeterminate+span:before,.checkbox-input input[type=cHECkBOX]:indeterminate+span:before,.checkbox-input input[type=CHECkBOX]:indeterminate+span:before,.checkbox-input input[type=checKBOX]:indeterminate+span:before,.checkbox-input input[type=ChecKBOX]:indeterminate+span:before,.checkbox-input input[type=cHecKBOX]:indeterminate+span:before,.checkbox-input input[type=CHecKBOX]:indeterminate+span:before,.checkbox-input input[type=chEcKBOX]:indeterminate+span:before,.checkbox-input input[type=ChEcKBOX]:indeterminate+span:before,.checkbox-input input[type=cHEcKBOX]:indeterminate+span:before,.checkbox-input input[type=CHEcKBOX]:indeterminate+span:before,.checkbox-input input[type=cheCKBOX]:indeterminate+span:before,.checkbox-input input[type=CheCKBOX]:indeterminate+span:before,.checkbox-input input[type=cHeCKBOX]:indeterminate+span:before,.checkbox-input input[type=CHeCKBOX]:indeterminate+span:before,.checkbox-input input[type=chECKBOX]:indeterminate+span:before,.checkbox-input input[type=ChECKBOX]:indeterminate+span:before,.checkbox-input input[type=cHECKBOX]:indeterminate+span:before,.checkbox-input input[type=CHECKBOX]:indeterminate+span:before{position:absolute;z-index:1;top:50%;left:50%;width:45%;content:"";border:solid white;border-width:0 1px 2px 0;border-radius:2px;transform:scaleY(.9) translate(-50%) translateY(-50%)}.input{position:relative;width:100%;padding:0 10px;word-break:break-all;border:none;background:none}.input::-webkit-outer-spin-button,.input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.input__wrap{position:relative;display:flex;align-items:center;box-sizing:border-box;height:28px;border:1px solid #e2e5ec;border-radius:4px;background-color:#fff}.input__wrap_focus{border-color:#6b81dd;filter:drop-shadow(0 0 4px rgba(93,120,255,.5))}.input__wrap_disabled{pointer-events:none;opacity:.5;border-color:#a6acb1;background:#f7f8fa}.input__wrap_error{border-color:#f06d8d}.input__wrap .lds-ring.lds-ring_small{top:calc(50% - 18px)}.input_disabled{pointer-events:none;opacity:.5;border-color:#a6acb1;background:#f7f8fa}.input_error{border-color:#f06d8d}.input svg{margin-right:4px}.input__input{box-sizing:border-box;width:100%;height:100%;padding:0 5px;font-size:13px;font-weight:400;color:#1e1e2d;border:none;border-radius:4px}.input__close{position:relative;visibility:hidden;width:14px;height:14px;margin-right:4px;cursor:pointer;pointer-events:none;opacity:.6;background:none}.input__close:hover{opacity:1}.input__close:before,.input__close:after{position:absolute;top:0;right:0;left:0;width:2px;height:14px;margin:auto;content:"";background-color:#9aa0b9}.input__close:before{transform:rotate(45deg)}.input__close:after{transform:rotate(-45deg)}.input__nums,.input__num-btn{display:flex;align-items:center;height:100%}.input__num-btn{justify-content:center;width:24px;font-size:20px;cursor:pointer;-webkit-user-select:none;user-select:none;border-left:1px solid #e2e5ec;background:none}.input__num-btn.disabled{opacity:.3}.input__num-btn svg{margin-right:0}.input-label{margin-bottom:5px}.input--with-icon{padding:0 40px 0 10px}.input__wrap:hover .input__close{visibility:visible;pointer-events:all}.events-none{pointer-events:none}.label{--label-margin-bottom: 5px;--label-font-size: 13px;--label-color: #1e1e2d;--label-asterisk-color: red;--label-bold-font-weight: 500;--label-note-hint-margin-left: 4px;position:relative;display:inline-flex;align-items:center;width:100%;margin-bottom:5px;margin-bottom:var(--label-margin-bottom);font-size:13px;font-size:var(--label-font-size);color:#1e1e2d;color:var(--label-color)}.label .label_text{width:100%;vertical-align:middle;white-space:normal;word-wrap:break-word}.label.isRequired .label_asterisk{color:var(--label-asterisk-color)}.label_bold{font-weight:var(--label-bold-font-weight)}.label_note,.label-hint{margin-left:var(--label-note-hint-margin-left)}.form-element__alert{margin-top:5px;border-left:none;border-radius:5px}.form-element__error{position:static;display:block;margin-top:2px;margin-bottom:-15px;margin-left:1px;font-size:10px;color:#f06d8d}.form-element__error--with-alert{margin-bottom:0}.checkboxes-line{--checkboxes-line-margin-right: 10px;--checkboxes-line-margin-bottom: 10px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center}.checkboxes-line__checkbox-input{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:var(--checkboxes-line-margin-right)}.checkboxes-line__checkbox-input:last-of-type{margin-right:0}.checkboxes-line_column{flex-flow:column wrap;align-items:flex-start}.checkboxes-line_column .checkboxes-line__checkbox-input{margin-right:0;margin-bottom:var(--checkboxes-line-margin-bottom)}.checkboxes-line_column .checkboxes-line__checkbox-input:last-of-type{margin-bottom:0}.status{--status-height: 20px;--status-padding: 0 8px;--status-font-size: 11px;--status-font-weight: 400;--status-border-radius: 15px;--status-number-font-size: 10px;--status-no-bg-font-size: 13px;--status-error-color: rgba(255,255,255,1);--status-error-bg-color: #9aa0b9;--status-review-bg-color: #fce2e8;--status-processing-bg-color: #e2e6f8;--status-info-color: #1f7499;--status-info-bg-color: #cde1ff;--status-pending-color: #f59a2f;--status-outline-border-color: #d6d9e4;--status-disabled-color: #777;display:inline-flex;padding:0 8px;padding:var(--status-padding, 0 8px);font-size:11px;font-size:var(--status-font-size, 11px);font-weight:400;font-weight:var(--status-font-weight, 400)}.status,.status--number{justify-content:center;align-items:center;height:20px;height:var(--status-height, 20px);border-radius:15px;border-radius:var(--status-border-radius, 15px)}.status--number{display:flex;font-size:10px;font-size:var(--status-number-font-size, 10px)}.status--active,.status--approved{color:#00b031;background-color:#e4f3e8}.status--error{color:#fff;color:var(--status-error-color, white);background-color:#9aa0b9;background-color:var(--status-error-bg-color, #9aa0b9)}.status--review,.status--pause,.status--reject,.status--No,.status--declined,.status--blocked{color:#f06d8d;background-color:#fce2e8;background-color:var(--status-review-bg-color, #fce2e8)}.status--processing{color:#9aa0b9;color:var(--status-error-bg-color, #9aa0b9)}.status--processing,.status--new,.status--preApproved{background-color:#e2e6f8;background-color:var(--status-processing-bg-color, #e2e6f8)}.status--new,.status--preApproved{color:#6b81dd}.status--pending,.status--primary,.status--warning{color:#f59a2f;color:var(--status-pending-color, #f59a2f);background-color:#ffedc8}.status--info{color:#1f7499;color:var(--status-info-color, #1f7499);background-color:#cde1ff;background-color:var(--status-info-bg-color, #cde1ff)}.status--number-active,.status--Yes{color:#00b031}.status--no-bg{font-size:13px;font-size:var(--status-no-bg-font-size, 13px);background:none}.status--disabled{color:#777;color:var(--status-disabled-color, #777);background-color:#e2e5ec}.status--outline{color:#1f7499;color:var(--status-info-color, #1f7499);border:1px solid #d6d9e4;border:1px solid var(--status-outline-border-color, #d6d9e4)}.switcher-hide{display:inline-block;width:100%}.switcher-hide__switcher,.switcher-hide__content{margin-bottom:8px}.switcher-hide__switcher{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit}.switcher-hide_closed{height:16px!important}.switcher-hide_disabled{pointer-events:none;opacity:.5}.switcher-radio__wrap{display:flex}.switcher-radio__radio{margin-bottom:10px}.switcher-radio__radio:not(:last-child){margin-right:29px}.switcher-radio_row{flex-wrap:wrap;align-items:center}.switcher-radio_col{flex-direction:column}.switcher-radio_col .radio-input{margin-bottom:8px}.switcher-radio_col .switcher-radio__radio{margin-right:0}.text-switcher{position:relative;display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(2,1fr);box-sizing:border-box;padding:2px;font-size:12px;font-weight:300;font-style:normal;border:2px solid #fce2e8;border-radius:26px;background:#fff}.text-switcher__btn{position:relative;z-index:2;min-width:58px;height:100%;padding:0 14px;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;cursor:pointer;white-space:nowrap;text-transform:uppercase;color:#00b031}.text-switcher__btn_off{color:#f06d8d}.text-switcher__slider{position:absolute;z-index:0;top:0;bottom:0;left:0;width:50%;border-radius:28px;background-color:#e4f3e8;transition:left .3s ease,background-color .3s ease}.text-switcher__slider_inactive{left:50%;background-color:#fce2e8}.text-switcher_active{border-color:#e4f3e8}.text-switcher_disabled{pointer-events:none;opacity:.7}.text-switcher_unsetted{filter:grayscale(1)}.text-switcher_unsetted .text-switcher__btn{color:#a6acb1!important}.textarea__textarea{box-sizing:border-box;width:100%;min-width:223px;min-height:99px;padding:5px 9px;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;resize:none;border:1px solid #e2e5ec;outline:none;background-color:#fff}.textarea__textarea scrollbar,.textarea__textarea scrollbarbutton,.textarea__textarea thumb,.textarea__textarea scrollcorner{-moz-appearance:none!important}.textarea__textarea scrollcorner{resize:both}.textarea__textarea::-webkit-scrollbar{width:4px}.textarea__textarea::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.textarea__textarea::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.textarea__textarea::-webkit-scrollbar:horizontal{height:8px}.textarea__textarea::-webkit-scrollbar-track:horizontal{background:inherit}.textarea__textarea::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.textarea__textarea::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.textarea__textarea:focus{border-color:#6b81dd;filter:drop-shadow(0 0 4px rgba(93,120,255,.5))}.textarea__textarea:disabled{pointer-events:none;opacity:.5;border-color:#a6acb1;background:#f7f8fa}.switcher-textarea__wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.switcher-textarea__text-switcher{height:20px}.switcher-textarea__btn{font-size:12px;cursor:pointer;color:#6b81dd}.switcher-textarea__btn:not(:last-child){margin-right:8px}.tag{--tag-height: 22px;--tag-margin-right: 4px;--tag-padding: 0 6px;--tag-border-radius: 3px;--tag-background-color: #e2e5ec;--tag-label-font-size: 11px;--tag-label-color: #1e1e2d;--tag-button-width: 16px;--tag-button-height: 16px;--tag-button-margin-left: 8px;--tag-button-opacity: .3;--tag-button-color: #1e1e2d;--tag-warn-background-color: #fce2e8;--tag-warn-label-color: #b9002c;--tag-warn-hint-top: 30px;--tag-warn-hint-left: 2px;--tag-warn-hint-min-width: 80px;--tag-warn-hint-max-width: 270px;--tag-warn-hint-padding: 8px;--tag-warn-hint-font-size: 10px;--tag-warn-hint-line-height: 16px;--tag-warn-hint-color: #fff;--tag-warn-hint-background-color: #6b81dd;--tag-warn-hint-border-radius: 4px;--tag-warn-hint-before-top: -4px;--tag-warn-hint-before-width: 8.5px;--tag-warn-hint-before-height: 8.5px;--tag-warn-hint-before-background-color: #6b81dd;--tag-popup-z-index: 9999;--tag-popup-min-width: 200px;--tag-popup-min-height: 60px;--tag-popup-padding: 8px;--tag-popup-border-radius: 4px;--tag-popup-background: #ffffff;--tag-popup-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, .25);--tag-popup-before-top: -6px;--tag-popup-before-right: 15px;--tag-popup-before-width: 12px;--tag-popup-before-height: 12px;--tag-popup-before-background: #ffffff;position:relative;display:inline-flex;align-items:center;height:22px;height:var(--tag-height, 22px);margin-right:4px;margin-right:var(--tag-margin-right, 4px);padding:0 6px;padding:var(--tag-padding);cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:3px;border-radius:var(--tag-border-radius, 3px);background-color:#e2e5ec;background-color:var(--tag-background-color, #e2e5ec)}.tag__label{font-size:11px;font-size:var(--tag-label-font-size, 11px);color:#1e1e2d;color:var(--tag-label-color, #1e1e2d)}.tag__button{display:flex;justify-content:center;align-items:center;width:16px;width:var(--tag-button-width, 16px);height:16px;height:var(--tag-button-height, 16px);margin-left:8px;margin-left:var(--tag-button-margin-left, 8px);cursor:pointer;opacity:.3;opacity:var(--tag-button-opacity, .3);color:#1e1e2d;color:var(--tag-button-color, #1e1e2d)}.tag-warn{background-color:#fce2e8;background-color:var(--tag-warn-background-color, #fce2e8)}.tag-warn .tag__label{color:#b9002c;color:var(--tag-warn-label-color, #b9002c)}.tag__warn-hint{position:absolute;z-index:2;top:30px;top:var(--tag-warn-hint-top, 30px);left:2px;left:var(--tag-warn-hint-left, 2px);min-width:80px;min-width:var(--tag-warn-hint-min-width, 80px);max-width:270px;max-width:var(--tag-warn-hint-max-width, 270px);padding:8px;padding:var(--tag-warn-hint-padding, 8px);font-size:10px;font-size:var(--tag-warn-hint-font-size, 10px);line-height:16px;line-height:var(--tag-warn-hint-line-height, 16px);color:#fff;color:var(--tag-warn-hint-color, #fff);border-radius:4px;border-radius:var(--tag-warn-hint-border-radius, 4px);background-color:#6b81dd;background-color:var(--tag-warn-hint-background-color, #6b81dd)}.tag__warn-hint:before{position:absolute;top:-4px;top:var(--tag-warn-hint-before-top, -4px);width:8.5px;width:var(--tag-warn-hint-before-width, 8.5px);height:8.5px;height:var(--tag-warn-hint-before-height, 8.5px);content:"";background-color:#6b81dd;background-color:var(--tag-warn-hint-before-background-color, #6b81dd);transform:rotate(45deg)}.tag svg{min-width:16px;min-width:var(--tag-button-width, 16px);max-width:16px;max-width:var(--tag-button-width, 16px);min-height:16px;min-height:var(--tag-button-height, 16px);max-height:16px;max-height:var(--tag-button-height, 16px)}.tag__popup{position:absolute;z-index:9999;z-index:var(--tag-popup-z-index, 9999);box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:200px;min-width:var(--tag-popup-min-width, 200px);min-height:60px;min-height:var(--tag-popup-min-height, 60px);padding:8px;padding:var(--tag-popup-padding, 8px);border-radius:4px;border-radius:var(--tag-popup-border-radius, 4px);background:#fff;background:var(--tag-popup-background, #ffffff);box-shadow:0 4px 25px #00000040;box-shadow:var(--tag-popup-box-shadow, 0px 4px 25px 0px rgba(0, 0, 0, .25))}.tag__popup:before{position:absolute;top:-6px;top:var(--tag-popup-before-top, -6px);right:15px;right:var(--tag-popup-before-right, 15px);width:12px;width:var(--tag-popup-before-width, 12px);height:12px;height:var(--tag-popup-before-height, 12px);content:"";background:#fff;background:var(--tag-popup-before-background, #ffffff);transform:rotate(45deg)}.tag-list_wrapper{display:flex;flex-wrap:wrap;gap:4px;width:100%;min-width:100%;max-width:100%}.tag-list_wrapper--disabled{filter:grayscale(.2)}.tag-list_wrapper--disabled *{pointer-events:none!important}.tag-list_wrapper--only-static-items{display:flex}.tag-list_wrapper--only-static-items .tag-list_wrapper_item{margin-bottom:0}.tag-list_wrapper_item{display:inline-block;box-sizing:border-box;width:auto}.tag-list_wrapper_item .tag{box-sizing:border-box;max-width:100%;margin:0!important}.tag-list_wrapper_item .tag__label{overflow:hidden;text-overflow:ellipsis}.tag-list_wrapper_item--hidden{display:none}.tag-list_wrapper_render-more,.tag-list_wrapper_hide-more{margin:0!important;cursor:pointer;background:#ffedc8}.tag-list_wrapper .tag{margin:2px}.tag-list__edit-trigger{display:flex;align-items:center;align-self:stretch;box-sizing:border-box;padding:2px;cursor:pointer}.tag-list__edit-trigger svg{width:16px;height:16px;color:#6b81dd}.tags-dropdown{position:relative;display:flex;overflow:hidden;flex-direction:row;flex-wrap:nowrap;width:100%;border:1px solid #e2e5ec;border-radius:3px}.tags-dropdown--custom-trigger{border:none}.tags-dropdown__container{position:fixed;z-index:99999;display:block;box-sizing:border-box}.tags-dropdown_disabled{pointer-events:none;opacity:.5}.tags-dropdown__trigger{position:relative;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;box-sizing:border-box;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:28px;padding:1px 24px 1px 5px;cursor:pointer;border-radius:3px;background:#fff}.tags-dropdown__trigger--with-actions{border-top-right-radius:0;border-bottom-right-radius:0}.tags-dropdown__trigger .input__wrap{flex-grow:1;width:0;min-width:200px;height:20px;border:none}.tags-dropdown__trigger .input__wrap_focus{border:none;filter:none}.tags-dropdown__actions{overflow:hidden;min-width:56px;border-radius:0 2px 2px 0}.tags-dropdown__actions,.tags-dropdown__actions-item{display:flex;justify-content:center;align-items:center;box-sizing:border-box}.tags-dropdown__actions-item{align-self:stretch;gap:4px;min-width:28px;height:100%;padding:4px;cursor:pointer;border-left:1px solid #e2e5ec;border-left:1px solid var(--Border-Input, #e2e5ec);background:#f4f6ff;background:var(--Background-Light-action, #f4f6ff)}.tags-dropdown__actions svg{width:16px;height:16px;color:#1e1e2d}.tags-dropdown--focused{border:1px solid #6b81dd;filter:drop-shadow(0 0 4px rgba(93,120,255,.5))}.tags-dropdown__input{overflow:hidden;flex-grow:1;height:16px;padding:0 2px 0 0;text-overflow:ellipsis}.tags-dropdown__input:not(.tags-dropdown__input--in-list){border:none;background:none}.tags-dropdown__input-list-wrapper{padding:8px 8px 4px;background:#fff}.tags-dropdown__input--in-list{box-sizing:border-box;width:100%;height:28px;padding:4px 8px}.tags-dropdown__input--in-list:focus{border-color:#6b81dd;box-shadow:0 0 4px #5d78ff80}.tags-dropdown__header,.tags-dropdown__footer{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;height:30px;padding:4px 32px 6px;background:#f8fbff}.tags-dropdown__header{box-sizing:border-box;border-bottom:1px solid #e8e9ec}.tags-dropdown__creatable-helper{color:#9aa0b9;color:var(--Text-Title, #9aa0b9);background:#fff}.tags-dropdown__creatable-helper,.tags-dropdown__create-option{display:flex;align-items:center;align-self:stretch;padding:2px 4px;font-family:Roboto;font-size:11px;font-weight:400;font-style:normal;line-height:20px}.tags-dropdown__create-option{gap:3px;height:24px;cursor:pointer;color:#1e1e2d;color:var(--Text-Main, #1e1e2d);background:#f7fafc;background:var(--Background-Form-Main, #f7fafc)}.tags-dropdown__no-options{display:flex;align-items:center;align-self:stretch;padding:2px 4px;font-family:Roboto;font-size:14px;font-weight:400;font-style:normal;line-height:20px;color:#9aa0b9;color:var(--Text-Title, #9aa0b9)}.tags-dropdown__selector-wrapper{position:relative;display:flex;flex-direction:column;box-sizing:border-box;max-height:320px;margin-top:4px;border:1px solid #e2e5ec;box-shadow:0 4px 25px #00000040}.tags-dropdown__list{position:relative;z-index:3;overflow-y:auto;box-sizing:border-box;min-width:100%;height:100%;padding:2px 0;text-align:left;background:#fff}.tags-dropdown__list::-webkit-scrollbar{width:4px}.tags-dropdown__list::-webkit-scrollbar-track{background:transparent}.tags-dropdown__list::-webkit-scrollbar-thumb{border-radius:4px;background:#9aa0b9}.tags-dropdown__list--with-header{box-shadow:none}.tags-dropdown__list-item{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;min-width:100%;min-height:24px;padding-right:4px;padding-left:35px;font-size:13px;font-weight:400;line-height:24px;cursor:pointer;color:#1e1e2d}.tags-dropdown__list-item:hover,.tags-dropdown__list-item_active,.tags-dropdown__list-item--editing{background:#f7fafc}.tags-dropdown__list-item_disabled{pointer-events:none;opacity:.3}.tags-dropdown__list-item_freezed{pointer-events:none;opacity:1;color:#757f8c}.tags-dropdown__list-item-body{text-align:left;white-space:wrap}.tags-dropdown__list-item-description{margin-left:4px;color:#757f8c}.tags-dropdown__list-item-edit-trigger{display:inline-flex;align-items:flex-start;gap:4px;width:20px;min-width:20px;height:20px;min-height:20px;padding:2px}.tags-dropdown__list-item-edit-trigger:hover{background-color:#ebeff2}.tags-dropdown__list-item-edit-trigger:hover svg{color:#1e1e2d}.tags-dropdown__list-item-edit-trigger svg{width:16px;height:16px;color:#9aa0b9}.tags-dropdown__list-item--editing .tags-dropdown__list-item-edit-trigger{background-color:#ebeff2}.tags-dropdown__list-item--editing .tags-dropdown__list-item-edit-trigger svg{color:#1e1e2d}.tags-dropdown__list-item pre.inherit-styles{margin:0;padding:0;font:inherit!important}.tags-dropdown__arrow{position:absolute;top:calc(50% - 8px);right:5px;width:16px;height:16px;cursor:pointer}.tags-dropdown__arrow svg{width:auto;height:100%}.tags-dropdown__edit-option-modal{position:absolute;z-index:999999;display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:182px;border-radius:4px;background:#fff;background:var(--White, #fff);box-shadow:0 4px 25px #00000040}.tags-dropdown__edit-option-modal:before{position:absolute;width:12px;height:12px;content:"";background:#fff;transform:rotate(45deg)}.tags-dropdown__edit-option-modal-section{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:8px;padding:8px}.tags-dropdown__edit-option-modal-section button{display:flex;align-items:center;gap:4px;box-sizing:border-box;height:auto;padding:0;color:#1e1e2d;color:var(--Text-Main, #1e1e2d)}.tags-dropdown__edit-option-modal-section button .button__text{width:auto;margin:0;font-family:Roboto;font-size:13px;font-weight:400;font-style:normal;line-height:20px}.tags-dropdown__edit-option-modal-section button svg{display:block;width:16px;height:16px}.tags-dropdown__edit-option-modal-section h3{margin:0;font-family:Roboto;font-size:10px;font-weight:400;font-style:normal;line-height:20px;text-transform:uppercase;color:#9aa0b9;color:var(--Text-Title, #9aa0b9)}.tags-dropdown__edit-option-modal-section-divider{width:100%;height:1px;background:#e2e5ec}.tags-dropdown__edit-option-modal-section-colors{display:flex;flex-wrap:wrap;gap:8px}.tags-dropdown__edit-option-modal-section-colors .color-block{display:flex;align-items:flex-start;gap:4px;box-sizing:border-box;width:20px;height:20px;padding:2px;cursor:pointer;border:1px solid rgba(0,0,0,.15);border-radius:3px}.tags-dropdown__edit-option-modal-section-colors .color-block svg{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;color:#1e1e2d}.tags-dropdown__edit-option-modal.modal-left:before{right:15px}.tags-dropdown__edit-option-modal.modal-right:before{left:15px}.tags-dropdown__edit-option-modal.modal-top:before{bottom:-6px}.tags-dropdown__edit-option-modal.modal-bottom:before{top:-6px}.tags-dropdown__active-icon{position:absolute;top:0;bottom:0;left:12px;display:none;align-items:center;margin:auto}.tags-dropdown__active-icon_active{display:flex}.tags-dropdown-group{margin-top:6px}.tags-dropdown-group__name{margin-left:17px;font-size:10px;text-transform:uppercase;color:#9aa0b9}.tags-dropdown-label{margin-bottom:5px}.tags-dropdown__error{border-color:#f06d8d}.tags-dropdown .tag{overflow:hidden;max-width:100%;margin-top:1px;margin-bottom:1px;cursor:auto}.tags-dropdown .tag__label{overflow:hidden;text-overflow:ellipsis}.tags-dropdown .tag-list_wrapper{display:flex;flex-wrap:wrap;box-sizing:border-box;width:auto;padding:0;background-color:#0000}.tags-dropdown_arrow-static .tags-dropdown__trigger{position:static}.tags-dropdown_arrow-static .tags-dropdown__arrow{top:6px}@media (max-width: 768px){.tags-dropdown-mobile .tags-dropdown__container{overflow:hidden!important}.tags-dropdown-mobile .tags-dropdown__container--opened{background:#171d3380;animation-name:fadeIn;animation-duration:.25s;animation-timing-function:ease;animation-fill-mode:forwards}.tags-dropdown-mobile .tags-dropdown__container--opened,.tags-dropdown-mobile .tags-dropdown__container-wrapper{position:fixed;top:0!important;left:0!important;width:100dvw;height:100dvh;max-height:100dvh;padding:8px}.tags-dropdown-mobile .tags-dropdown__container-wrapper{overflow:hidden!important;box-sizing:border-box;animation-name:slideup;animation-duration:.4s}.tags-dropdown-mobile .tags-dropdown__selector-wrapper{position:absolute;bottom:8px;display:block;overflow:hidden;box-sizing:border-box;width:calc(100% - 16px);max-height:500px;border-radius:24px!important;background:#fff}.tags-dropdown-mobile .tags-dropdown__selector-wrapper--fixed-height{height:500px!important}.tags-dropdown-mobile .tags-dropdown__header,.tags-dropdown-mobile .tags-dropdown__footer{z-index:4;height:auto;height:initial;border:none;background:none}.tags-dropdown-mobile .tags-dropdown__header-with-shadow:after,.tags-dropdown-mobile .tags-dropdown__footer-with-shadow:after{position:absolute;bottom:-15px;left:0;width:100%;height:15px;content:"";opacity:1;background:linear-gradient(180deg,#d4dae680,#d4dae64d 21.35%,#f7f8fa00);transition:all .2s}.tags-dropdown-mobile .tags-dropdown__header-with-shadow-hidden:after,.tags-dropdown-mobile .tags-dropdown__footer-with-shadow-hidden:after{opacity:0}.tags-dropdown-mobile .tags-dropdown__header{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:16px;padding:16px;font-size:16px;font-weight:600;line-height:24px;letter-spacing:.1px;color:#3b414b}.tags-dropdown-mobile .tags-dropdown__header-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;min-height:24px}.tags-dropdown-mobile .tags-dropdown__header-row:first-child{padding-right:50px}.tags-dropdown-mobile .tags-dropdown__header-row .input__wrap{display:flex;align-items:center;width:100%;padding:0 8px;border:1px solid #e1e8f1;border:1px solid var(--form-input-border, #e1e8f1);border-radius:6px;background:#f8fbff!important;background:var(--black-bg-color, #f8fbff)!important}.tags-dropdown-mobile .tags-dropdown__header-row .input__wrap input{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll!important;background:initial!important}.tags-dropdown-mobile .tags-dropdown__header-row .input__close{display:flex;align-items:center;box-sizing:border-box;width:24px;min-width:24px;height:24px;padding:4px;border-radius:2px;background:#f0f1f4;background:var(--bg-gray-box, #f0f1f4)}.tags-dropdown-mobile .tags-dropdown__header-row .input__close:before,.tags-dropdown-mobile .tags-dropdown__header-row .input__close:after{top:50%;height:12px;border-radius:8px;background-color:#171d33;transform:translateY(-50%) rotate(45deg)}.tags-dropdown-mobile .tags-dropdown__header-row .input__close:after{transform:translateY(-50%) rotate(-45deg)}.tags-dropdown-mobile .tags-dropdown__footer{position:relative;bottom:0;padding:0}.tags-dropdown-mobile .tags-dropdown__footer-with-shadow:after{top:-15px;bottom:0;transform:rotate(180deg)}.tags-dropdown-mobile .tags-dropdown__footer button{width:100%;height:40px}.tags-dropdown-mobile .tags-dropdown__close-icon{position:absolute;top:0;right:0;display:flex;align-items:center;box-sizing:border-box;width:50px;height:50px;padding:16px}.tags-dropdown-mobile .tags-dropdown__close-icon svg{width:16px;height:16px;color:#a0a4b0}.tags-dropdown-mobile .tags-dropdown__list{top:0;display:flex;flex-direction:column;gap:4px;max-height:none;max-height:initial;padding:16px!important}.tags-dropdown-mobile .tags-dropdown-group{display:flex;flex-direction:column;gap:4px;margin:0}.tags-dropdown-mobile .tags-dropdown-group:first-child{margin-top:-8px}.tags-dropdown-mobile .tags-dropdown-group__name{margin:0 0 8px;padding:10px 0 6px;font-size:11px;border-bottom:1px solid rgba(58,72,122,.15);border-bottom:1px solid var(--black-gray-light-divider, rgba(58, 72, 122, .15));box-shadow:none!important}.tags-dropdown-mobile .tags-dropdown__list-item{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;box-sizing:border-box;width:100%;height:auto!important;min-height:0!important;min-height:initial!important;padding:10px 8px!important;line-height:24px}.tags-dropdown-mobile .tags-dropdown__list-item_active{border-radius:6px;background:#f0f1f4!important;background:var(--bg-gray-box, #f0f1f4)!important}.tags-dropdown-mobile .tags-dropdown__list-item-body{display:flex;box-sizing:border-box;width:100%}.tags-dropdown-mobile .tags-dropdown__list-item-body pre{white-space:normal}.tags-dropdown-mobile .tags-dropdown__list-item label{box-sizing:border-box;width:16px;margin-top:4px}.tags-dropdown-mobile .tags-dropdown__list-item label .checkbox-input__input{margin:0}.tags-dropdown-mobile .tags-dropdown__list-item .search-match{font-weight:600}.tags-dropdown-mobile .tags-dropdown__arrow{display:flex;justify-content:center;align-items:center;width:16px;height:16px}.tags-dropdown-mobile .tags-dropdown__arrow svg.mobile-icon{height:12px;transform:rotate(90deg)}.tags-dropdown-mobile .tags-dropdown__no-options{padding-left:0!important;text-align:center}}.switcher-tags-dropdown__wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.switcher-tags-dropdown__btn{font-size:12px;cursor:pointer;color:#6b81dd}.switcher-tags-dropdown__btn:not(:last-child){margin-right:8px}.switcher-tags-dropdown__tags-dropdown{width:100%}.switcher-tags-dropdown__tags-dropdown .tags-dropdown__trigger{position:static}.switcher-tags-dropdown__tags-dropdown .switcher-tags-dropdown__tag{background-color:#e4f3e8}.switcher-tags-dropdown__tags-dropdown .switcher-tags-dropdown__tag_inactive{background-color:#fce2e8}.switcher-tags-dropdown__tags-dropdown .tags-dropdown__arrow{top:6px;right:5px}.switcher-tags-dropdown__apply{height:20px;margin-right:8px}.range-list{--border-color: black;--button-size: 56px;--labels-font-size: 16px;--inputs-font-size: 14px;--values-font-size: 16px;--button-text-font-size: 14px;--labels-color: black;--inputs-color: black;--values-color: black;--background-color: transparent;--labels-background-color: transparent;--inputs-background-color: transparent;--tag-input-background-color: #fff;--values-background-color: #fff;width:500px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:transparent}.range-list__row{display:grid;grid-template-columns:1fr 1fr var(--button-size);width:100%;height:30px}.range-list__labels,.range-list__inputs{grid-column-gap:2px}.range-list__labels{margin-bottom:10px;font-size:var(--labels-font-size);color:var(--labels-color);background-color:var(--labels-background-color)}.range-list__labels,.range-list__inputs{font-family:inherit;font-weight:400;font-style:inherit;line-height:24px}.range-list__inputs{margin-bottom:6px;font-size:var(--inputs-font-size);color:var(--inputs-color);background-color:var(--inputs-background-color)}.range-list__inputs input{background-color:var(--tag-input-background-color)}.range-list__values{font-family:inherit;font-size:var(--values-font-size);font-weight:400;font-style:inherit;line-height:24px;color:var(--values-color);border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);border-left:1px solid var(--border-color);background-color:var(--values-background-color)}.range-list__values_first-value{border-top:1px solid var(--border-color)}.range-list__cell>button{width:100%;font-size:var(--button-text-font-size)}.range-list__cell-label,.range-list__cell-input input,.range-list__cell-value{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;color:inherit}.range-list__cell-label,.range-list__cell-value{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.range-list__cell-value{padding:0 7.5px;border-right:1px solid var(--border-color)}.range-list__cell-action{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;cursor:pointer;color:#f06d8d}.range-list__error{display:block;margin-bottom:5px;margin-left:5px;font-family:inherit;font-size:10px;font-weight:400;font-style:normal;line-height:normal;color:#f06d8d}.range-list_disabled{pointer-events:none;opacity:.5}.range-list__null-value{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;border:none}.range-inputs{display:flex;flex-direction:column;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start}.range-inputs__wrapper{width:100%}.range-inputs__wrapper,.range-inputs__input-from,.range-inputs__input-to{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.range-inputs__input-from,.range-inputs__input-to{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.range-inputs__input-from{margin-right:15px}.range-inputs__input-label{margin-right:15px;font-size:12px;line-height:24px}.range-inputs_column{align-items:flex-start}.range-inputs_column .range-inputs__wrapper{flex-flow:column nowrap;justify-content:flex-start;align-items:flex-end;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.range-inputs_column .range-inputs__input-from{margin-right:0;margin-bottom:15px}.range-inputs .range-inputs__label{margin-bottom:8px;font-family:Roboto,sans-serif;font-size:12px;font-weight:500;font-style:normal;line-height:24px}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.input-mask3_wrapper{position:relative;display:block;width:100%;outline:none}.input-mask3_wrapper .input-mask{position:relative;display:inline-flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;padding:8px;cursor:text;border:1px solid #e2e5ec;border-radius:4px;background-color:#fff}.input-mask3_wrapper .input-mask_input{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;padding:8px;font-size:16px;color:#333;border:none;outline:none;background:#0000}.input-mask3_wrapper .input-mask_focus{border-color:#6b81dd;filter:drop-shadow(0 0 4px rgba(93,120,255,.5))}.input-mask3_wrapper .input-mask_error,.input-mask3_wrapper .input-mask_blink-error{border-color:#dd6b6b;filter:drop-shadow(0 0 4px rgba(255,93,93,.5))}.input-mask3_wrapper .input-mask_icon{position:relative;width:16px;height:16px}.input-mask3_wrapper .input-mask_icon--left{margin-right:4px}.input-mask3_wrapper .input-mask_icon--right{right:0;margin-left:4px}.input-mask3_wrapper .input-mask_hint{display:flex;align-items:center;text-align:center}.input-mask3_wrapper .input-mask_hint .hint__text_right{top:50%;left:24px;transform:translateY(-50%)}.input-mask3_wrapper .input-mask_hint .hint__text_right:before{top:calc(50% - 4px);left:-3px}.input-mask3_wrapper .input-mask_hint .hint__text_left{top:50%;right:32px;transform:translateY(-50%)}.input-mask3_wrapper .input-mask_hint .hint__text_left:before{top:calc(50% - 4px);right:-3px}.input-mask3_wrapper .input-mask_hint--left{margin-right:4px}.input-mask3_wrapper .input-mask_hint--right{right:0;margin-left:4px}.input-mask3_wrapper .input-mask_clear{position:relative;z-index:9;width:16px;height:16px;cursor:pointer!important}.input-mask3_wrapper .input-mask_value{position:relative;display:flex;align-items:center;width:100%;outline:none}.input-mask3_wrapper .input-mask_value_item{display:inline-flex;width:auto;width:initial;min-width:0;margin:0;padding:0;font-size:16px;border:none;outline:none}.input-mask3_wrapper .input-mask_value_item_mask-char{color:#9c9c9c}.input-mask3_wrapper .input-mask_value_item_value-char{opacity:0}.input-mask3_wrapper .input-mask_value_item_spec-char{text-align:center}.input-mask3_wrapper .input-mask_value_item--hidden{visibility:hidden}.input-mask3_wrapper .input-mask_error-text{margin-top:8px;font-size:12px;color:#d35252}.input-mask3_wrapper .lds-ring.lds-ring_small{top:calc(50% - 18px)}.double-string{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}.double-string__value,.double-string__description,.double-string__sub-description{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;color:inherit}.double-string__value{overflow:hidden;max-width:100%;margin:0 0 4px;white-space:nowrap;text-overflow:ellipsis}.double-string__description,.double-string__sub-description{margin:0;color:#9aa0b9}.double-string--value-opened{white-space:inherit;text-overflow:initial}.double-string__hide-mode-icon{width:16px;height:16px;margin-left:4px;cursor:pointer;pointer-events:all;color:#6b81dd}.action-alert{--action-alert-height: 20px;--action-alert-padding: 10px 8px;--action-alert-font-size: 13px;--action-alert-font-weight: 400;--action-alert-color: #1e1e2d;--action-alert-border-radius: 4px;--action-alert-bg-color: #ebeff2;--action-alert-time-color: #9aa0b9;--action-alert-pending-bg-color: #ffedc8;--action-alert-reject-bg-color: #fce2e8;--action-alert-confirm-bg-color: #e4f3e8;display:flex;justify-content:space-between;align-items:center;height:20px;height:var(--action-alert-height);padding:10px 8px;padding:var(--action-alert-padding);font-size:13px;font-size:var(--action-alert-font-size);font-weight:400;font-weight:var(--action-alert-font-weight);color:#1e1e2d;color:var(--action-alert-color);border-radius:4px;border-radius:var(--action-alert-border-radius);background-color:#ebeff2;background-color:var(--action-alert-bg-color)}.action-alert__time{margin-right:8px;color:var(--action-alert-time-color)}.action-alert--pending{background-color:var(--action-alert-pending-bg-color)}.action-alert--reject{background-color:var(--action-alert-reject-bg-color)}.action-alert--confirm{background-color:var(--action-alert-confirm-bg-color)}.action-alert__message-box,.action-alert__message{display:flex}.file-loader{position:relative;display:flex;overflow:hidden;flex-flow:row nowrap;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;height:28px;padding:4px 6px 4px 5px;border:1px solid #e2e5ec;border-radius:3px;background-color:#fff}.file-loader_hover{border-color:#6b81dd;filter:drop-shadow(0 0 4px rgba(93,120,255,.5))}.file-loader_load-zone{padding:0}.file-loader_load-content{pointer-events:none}.file-loader_load-content .file-loader__input-label{opacity:.5}.file-loader__value-link{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;box-sizing:border-box;width:calc(100% - 16px);height:100%;font-size:13px;font-weight:400;font-style:normal;line-height:20px;-webkit-text-decoration:none;text-decoration:none;color:#166ead;outline:none}.file-loader__value-link svg{width:16px;height:16px;color:#9aa0b9}.file-loader__value-name{overflow:hidden;width:calc(100% - 20px);margin-left:4px;white-space:nowrap;text-overflow:ellipsis}.file-loader__value-link_icon-after .file-loader__value-name{margin-right:4px;margin-left:0}.file-loader__delete-value-button{width:16px;min-width:16px;height:16px;min-height:16px;cursor:pointer}.file-loader__delete-value-button svg{width:auto;height:100%;color:#f06d8d}.file-loader__icon-block{position:absolute;top:calc(50% - 8px);left:5px;width:16px;height:16px;pointer-events:none;color:#9aa0b9}.file-loader__icon-block svg{width:auto;height:100%}.file-loader__input-label{overflow:hidden;box-sizing:border-box;width:100%;height:100%;padding:4px 6px 4px 25px;font-size:13px;font-weight:300;font-style:normal;line-height:20px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;color:#1e1e2d}.file-loader__input-label_no-icon{padding-left:5px}.file-loader__input{display:none}.file-loader .loader-box{opacity:.2}.file-loader .loader-box .lds-ring.lds-ring_small{top:calc(50% - 10px);width:20px;height:20px}.file-loader .loader-box .lds-ring.lds-ring_small div{top:0;left:0;margin:0;border-width:2px!important}.file-loader_error{border-color:#f06d8d}.file-loader_disabled{pointer-events:none;opacity:.5}.inputLink{position:relative}.inputLink__icon{position:absolute;z-index:1;top:50%;right:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;transform:translateY(-50%)}.inputLink__icon svg{display:flex;justify-content:center;align-items:center;min-width:16px;max-width:16px;min-height:16px;max-height:16px;stroke:#6b81dd}.inputLink .input{padding-right:25px}.inputLink .input__close{right:20px}.inputLink .prefix-gutter--secured{padding-left:52px}.inputLink .prefix-gutter--no-secured{padding-left:45px}.inputColor__prefix{position:absolute;z-index:1;top:50%;left:11px;font-size:13px;font-weight:400;cursor:default;pointer-events:none;transform:translateY(-50%)}.inputColor{position:relative}.inputColor__color-block{position:absolute;z-index:1;top:50%;left:5px;min-width:16px;max-width:16px;min-height:16px;max-height:16px;transform:translateY(-50%)}.inputColor .input{padding-left:25px}.dropdown-live-search.disabled{pointer-events:none;opacity:.5}.dropdown-live-search-mobile .dropdown-live-search__arrow{top:50%;display:flex;justify-content:center;align-items:center;transform:rotate(90deg) translate(-50%)}.dropdown-live-search-mobile .dropdown-live-search__container-wrapper,.dropdown-live-search-mobile .dropdown-live-search__list-wrapper{position:fixed;top:0!important;left:0!important;overflow:hidden!important;width:100dvw;height:100dvh;max-height:100dvh}.dropdown-live-search-mobile .dropdown-live-search__container{--spacing: vars.$spacing-s;position:absolute;z-index:auto;top:auto;bottom:vars.$spacing-s;bottom:var(--spacing);overflow:hidden;box-sizing:border-box;width:calc(100% - 2 * vars.$spacing-s);width:calc(100% - 2 * var(--spacing));max-height:500px;margin:0;border-radius:24px!important}.dropdown-live-search-mobile .dropdown-live-search__list{max-height:500px;padding:0 16px 16px!important;box-shadow:none}.password{position:relative}.password .input-classic__wrap input,.password .input__wrap input{padding:0 38px 0 10px}.password-eye-holder{position:absolute;top:25%;right:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%;cursor:pointer;transform:translateY(-25%)}.password-icon{cursor:pointer;color:#a6aab4}.input-with-action{align-items:stretch;box-sizing:border-box;width:100%}.input-with-action,.input-with-action__input-zone{display:flex;flex-flow:row nowrap;justify-content:flex-start}.input-with-action__input-zone{position:relative;flex-grow:1;align-items:center;padding:0 10px;border:1px solid #e2e5ec;border-radius:3px}.input-with-action__action-container{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;height:100%;margin-left:8px;background-color:transparent}.input-with-action__action-label{font-family:Roboto;font-size:13px;font-weight:400;font-style:normal;line-height:20px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#6b81dd;background-color:transparent}.input-with-action__coppy-button{width:63px;margin-left:4px;-webkit-user-select:none;user-select:none}.input-with-action_disabled{pointer-events:none;opacity:.5}.input-with-action_disabled .input-with-action__input-zone,.input-with-action_disabled .input__wrap{background-color:#f7f8fa}.input-with-action__input-zone_disabled{pointer-events:none;opacity:.5;background-color:#f7f8fa}.input-with-action__input-zone_disabled .input__wrap,.input-with-action__input-zone_input-disabled{background-color:#f7f8fa}.input-with-action__input-zone_input-disabled .input-with-action__action-container{background-color:#f7f8fa80}.input-with-action__input-zone_input-disabled .input__wrap{background-color:#f7f8fa}.input-with-action .input__wrap{flex-grow:1;border:none}.input-with-action .input__wrap_focus{filter:none}.input-with-action .input{padding-left:0}.input-with-action .lds-ring_small{width:20px!important;height:20px!important}.input-with-action .lds-ring_small div{border-width:3px!important}.text-right{text-align:right}.text-justify{text-align:justify}.co-owners__item{display:flex;flex-flow:row wrap}.co-owners__item-field{flex-basis:25%;min-width:150px;margin-bottom:12px}.co-owners__item-field:last-of-type{margin-right:0}.input-skeleton__label{margin-bottom:6px}.input-skeleton__label .preload-box{width:100px;max-width:30%;height:12px}.input-skeleton__field .preload-box{height:28px}.advanced-status{width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.advanced-status__switcher{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:28px;border:none}.advanced-status__switcher .text-switcher__btn{cursor:pointer;min-width:58px;white-space:nowrap;padding:0 14px;height:100%;position:relative;z-index:2;background-color:transparent;flex-flow:row nowrap;justify-content:center;text-transform:capitalize;font-style:normal;font-weight:400;font-size:13px;line-height:20px;display:flex;align-items:center;text-align:center;color:#6b81dd}.advanced-status__switcher .text-switcher__btn_off{color:#1e1e2d}.advanced-status__switcher .text-switcher__slider{border:1px solid #6b81dd;background-color:transparent}.advanced-status_undefined .advanced-status__switcher,.advanced-status_disabled .advanced-status__switcher{cursor:auto;pointer-events:none}.advanced-status_undefined .text-switcher__slider{border:none}.loader-box{position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;opacity:.1;z-index:100}.lds-ring{display:inline-block;position:relative;width:100px;height:100px}.lds-ring.lds-ring_small{width:20px;height:20px;transform:translate(-10px)}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:84px;height:84px;margin:8px;border:8px solid #000;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#000 transparent transparent transparent}.lds-ring_small div{top:-10px;width:30px!important;height:30px!important;border:4px solid #000!important;border-color:#000 transparent transparent transparent!important}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.advanced-input{display:flex;width:100%}.advanced-input .input__wrap{background-color:transparent}.advanced-input__input{pointer-events:none}.tiered-checkboxes__parents{margin-bottom:25px}.tiered-checkboxes__parents>label{display:inline-flex}.tiered-checkboxes__children{margin-top:10px;margin-left:10px}.tiered-checkboxes__description-checked{padding-left:21px;font-size:10px;font-weight:400;font-style:normal;line-height:18px;letter-spacing:.2px;color:#757f8c}.tiered-checkboxes .mono-accordion{box-shadow:inset 0 -1px #ebeff2}.tiered-checkboxes .mono-accordion_is-open{border-bottom:1px solid #ebeff2}.tiered-checkboxes .mono-accordion__head{padding:8px 4px 0}.tiered-checkboxes .mono-accordion__icon-container{width:20px;height:20px;margin-top:-8px}.tiered-checkboxes .mono-accordion__content-wrapper{margin-top:8px;padding:0}.tiered-checkboxes .mono-accordion .tiered-checkboxes__children{margin:0 0 14px 20px}.tiered-checkboxes .mono-accordion .checkbox-input_disabled+.tiered-checkboxes__description-checked{opacity:.5}.tiered-checkboxes .mono-accordion .checkbox-input{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.industry-group{margin-top:15px}.industry-group .tiered-checkboxes{flex-wrap:wrap;display:flex;width:100%;font-size:13px;font-weight:300}.industry-group .tiered-checkboxes__parents{margin-right:60px}.industry-group .tiered-checkboxes__children{margin-left:15px}.radio-row-switcher{display:flex;align-items:center}.radio-row-switcher__label{flex-basis:300px;margin-right:10px;font-size:13px;font-weight:400;color:#1e1e2d}.radio-row-switcher__items-box{position:relative;display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(5,1fr);box-sizing:border-box;min-width:275px;max-width:275px;min-height:28px;padding:1px;border-radius:26px;background:#fff}.radio-row-switcher__item{display:flex;justify-content:center;align-items:center;width:20%;height:18px;padding:3px 8px;font-size:13px;font-weight:300;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;color:#1e1e2d;border:1px solid transparent;border-radius:16px;transition:.2s ease}.radio-row-switcher__item:first-child{min-width:27px}.radio-row-switcher__item:first-child:hover{color:#78c58d}.radio-row-switcher__item:nth-child(2){min-width:19px}.radio-row-switcher__item:nth-child(2):hover{color:#f06d8d}.radio-row-switcher__item:nth-child(3){min-width:46px}.radio-row-switcher__item:nth-child(3):hover{color:#f59a2f}.radio-row-switcher__item:nth-child(4){min-width:22px}.radio-row-switcher__item:nth-child(4):hover{color:#9aa0b9}.radio-row-switcher__item:nth-child(5){min-width:54px}.radio-row-switcher__item:nth-child(5):hover{color:#6b81dd}.radio-row-switcher__item--active:first-child{color:#78c58d}.radio-row-switcher__item--active:nth-child(2){color:#f06d8d}.radio-row-switcher__item--active:nth-child(3){color:#f59a2f}.radio-row-switcher__item--active:nth-child(4){font-weight:400}.radio-row-switcher__item--active:nth-child(5){color:#6b81dd}.radio-row-switcher__slider{position:absolute;top:2px;bottom:2px;left:1px;width:0;cursor:pointer;border:1px solid transparent;border-radius:28px;transition:.3s ease}.radio-row-switcher__slider--pass{left:1px;width:44px;border:1px solid #00b031}.radio-row-switcher__slider--fail{left:46px;width:37px;border:1px solid #f06d8d}.radio-row-switcher__slider--pending{left:91px;width:64px;border:1px solid #f59a2f}.radio-row-switcher__slider--na{left:155px;width:40px;border:1px solid #9aa0b9}.radio-row-switcher__slider--exception{left:200px;width:72px;border:1px solid #6b81dd}.underwrights-groups__item{margin-bottom:30px}.underwrights-groups__group-label{font-size:13px!important}@media (min-width: 768px){.underwrights-groups__item:nth-child(1),.underwrights-groups__item:nth-child(3){padding-right:32px}.underwrights-groups__item:nth-child(2),.underwrights-groups__item:nth-child(4){padding-left:32px}}@media (max-width: 1279px){.radio-row-switcher{flex-wrap:wrap}.radio-row-switcher,.radio-row-switcher__label{margin-bottom:5px}}@media (max-width: 575px){.underwrights-groups__group-label{margin-bottom:10px}.merchant-underwriting__merchant-status .switcher-radio__wrap{flex-wrap:wrap}.merchant-underwriting__merchant-status .switcher-radio__wrap .radio-input{margin:0 0 10px;flex-basis:40%}}.td-actions--item{display:flex;align-items:center;justify-content:center;margin-left:5px;font-size:16px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:5px;box-shadow:0 4px 4px #0000000d,0 0 2px #00000026;min-width:28px;min-height:28px}.td-actions--delete,.td-actions--undo{color:#f06d8d!important}.td-actions--edit{color:#6b81dd!important}.td-actions--download,.td-actions--refresh{color:#6b81dd}.td-actions--refresh svg{margin-right:0}.td-actions--auth{color:#ff8a65}.td-actions--skip,.td-actions--skip:hover{cursor:auto;-webkit-user-select:none;user-select:none;pointer-events:none;border:none;box-shadow:none}.td-weight{cursor:pointer;text-align:right}.td-weight--label{text-transform:uppercase;font-size:10px;color:#9aa0b9}.td-weight.disabled{width:100%;text-align:center}.td-weight .input-classic__wrap{height:28px;width:55px;border-radius:0}.td-weight input{font-size:13px;line-height:1.2}.td__bank-account-view{font-weight:400}.td__bank-account-view-name,.td__bank-account-view-city,.td__bank-account-view-state{color:#9aa0b9}.td-user-link-box{display:flex;align-items:center;justify-content:flex-start}.td-user-link{overflow:hidden;color:#6b81dd;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;-webkit-text-decoration:none;text-decoration:none}.td-user-link-description{color:#9aa0b9;font-size:10px;font-weight:400}.td-user-link__icon{max-width:24px;margin-right:10px}.td-dynamics{justify-content:flex-end;color:#1e1e2d;font-size:13px;font-weight:400}.td-dynamics,.td-dynamics__status{display:flex;align-items:center}.td-dynamics__status{justify-content:end;margin-left:5px;border-radius:16px;background:#f1f5fa;height:18px;padding:0 6px 0 2px;min-width:19px}.td-dynamics__status svg{min-width:16px;min-height:16px;max-width:16px;max-height:16px}.td-dynamics__status--positive{color:#32a784}.td-dynamics__status--negative{color:#f06d8d}.subdomain-input{display:flex;width:100%;flex-direction:column}.subdomain-input .input__wrap{width:100%;border-radius:0}.subdomain-input__row{display:flex;flex-direction:row;margin-bottom:4px}.subdomain-input__row:last-of-type{flex-direction:column}.subdomain-input__input--content{height:100%;background:#f7fafc;font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d;border-left:1px solid #E2E5EC;padding:4px 16px 4px 8px;display:flex;align-items:center}.subdomain-input__button{margin-left:4px;width:130px}.subdomain-input__alert{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d;padding:6px 10px;margin-bottom:4px}.subdomain-input__alert b{font-weight:400}.subdomain-input__alert.alert--info{background-color:#f1f8fd;border-left:2px solid #2680C1}.subdomain-input__alert.alert--error{background-color:#fce2e8;border-left:2px solid #F06D8D}.partner-subdomain-modal .button_dark-outline{width:63px}.partner-subdomain-modal .button_warning{width:130px}.partner-subdomain-modal p{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d;margin:0}.partner-subdomain-modal p:first-of-type{font-weight:400;margin-bottom:8px}.partner-subdomain-modal p:first-of-type b{font-weight:500}.domain-card{background:#fff;box-shadow:0 .7px 2px #3c4d6a1a,0 1.9px 2px #3c4d6a12,0 4.5px 6px #3c4d6a0d;border-radius:3px;padding:10px 12px}.domain-card,.domain-card__wrapper{display:flex;align-items:center;position:relative}.domain-card__wrapper{width:100%}.domain-card--deleting .domain-card__wrapper{filter:blur(1.7px)}.domain-card__link{font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:20px;display:flex;align-items:center;color:#1e1e2d;cursor:pointer;flex-basis:100%}.domain-card__link svg{color:#6b81dd;width:16px;height:16px;margin-left:8px}.domain-card__dns-status{display:flex;align-items:center;padding-right:40px}.domain-card__dns-status--label{font-size:10px;text-transform:uppercase;color:#9aa0b9;margin-right:8px;white-space:nowrap}.domain-card__dns-status--value{font-size:13px;line-height:20px;text-transform:capitalize;white-space:nowrap}.domain-card__dns-status--active{color:#00b031}.domain-card__dns-status--error{color:#f06d8d}.domain-card__actions{position:absolute;right:0;transform:translate(-100%)}.domain-card__actions,.domain-card__actions--item{display:flex;align-items:center}.domain-card__actions--delete svg{color:#f06d8d;width:16px;height:16px;cursor:pointer}.domain-card__actions--delete-disabled svg{color:#a6aab4;opacity:.7}.domain-card .lds-ring.lds-ring_small{top:50%;transform:translateY(-60%)}.json-colors{position:relative}.json-colors .no-select,.json-colors .json-colors__actions,.json-colors .json-colors__row--index{-webkit-user-select:none;user-select:none}.json-colors__rows{box-sizing:border-box;overflow-y:auto;max-height:200px;border:1px solid #e2e5ec;border-radius:4px 0 4px 4px}.json-colors__rows::-webkit-scrollbar{width:4px}.json-colors__rows::-webkit-scrollbar-track{background:transparent}.json-colors__rows::-webkit-scrollbar-thumb{background:#9aa0b9;border-radius:4px}.json-colors__row{display:flex;height:32px;box-sizing:border-box;background-color:#fff}.json-colors__row:nth-child(2n){background-color:#6b82dd09}.json-colors__row:hover{background-color:#535e88c7;box-shadow:0 0 4px #00000040;position:relative;z-index:5}.json-colors__row:hover .json-colors__row--value{color:#fff}.json-colors__row:hover .json-colors__row--value__color{border-color:#ffffff70}.json-colors__row--index{box-sizing:border-box;display:flex;align-items:center;justify-content:end;text-align:right;padding:0 4px;margin-right:8px;width:32px;opacity:.4;background-color:#bbbbbba8;color:#0000007e;font-weight:400;border-right:1px solid #A6ACB1}.json-colors__row--value{align-items:center;display:flex;width:100%;height:100%;outline:none;font-weight:500;color:#333}.json-colors__row--value__color{display:flex;width:12px;height:12px;border-radius:2px;margin:0 4px 0 8px;border:1px solid rgba(0,0,0,.2588235294);cursor:pointer}.json-colors__row--value__color-text{font-weight:300}.json-colors__row--with-padding .json-colors__row--value{margin-left:16px}.json-colors__actions{position:absolute;display:flex;right:15px;top:1px;transform:translateY(-100%);z-index:10;overflow:hidden;align-items:flex-end}.json-colors__actions--edit,.json-colors__actions--preview{display:flex;align-items:center;height:22px;padding:4px 16px;border:1px solid #e2e5ec;border-bottom:1px solid #535e88;border-radius:4px 4px 0 0;box-sizing:border-box;background-color:#535e88;color:#fff;font-size:9px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s;margin-right:2px}.json-colors__actions--active{background-color:#fff;border-bottom:1px solid #fff;color:#535e88;cursor:inherit;pointer-events:none;height:26px}.json-colors__actions--disabled{background-color:#c4c4c4;opacity:.3;cursor:not-allowed}.json-colors__alert.alert--error{background-color:#fce2e8;border-left:2px solid #F06D8D}.json-colors .textarea{max-height:200px}.json-colors .textarea__textarea{box-sizing:border-box;height:200px;border-radius:4px}.stage-funding-card{display:flex;padding:8px 16px;flex-direction:column;align-items:flex-start;gap:8px;border-radius:4px;border:1px solid #E2E5EC;border:1px solid var(--Border-Input, #E2E5EC)}.stage-funding-card__row{display:flex;gap:32px}.stage-funding-card__row:first-of-type{padding:8px 0;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #EBEFF2;border-bottom:1px solid var(--Background-Form-Title, #EBEFF2)}.stage-funding-card__row--group-name{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}.stage-funding-card__column{display:flex;flex-direction:column;gap:8px}.stage-funding-card__column .stage-funding-card__row{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:0}.stage-funding-advances__body{display:flex;flex-direction:column;gap:4px}.stage-funding-advances__row{display:flex;align-items:center;gap:16px}.stage-funding-advances__row .button{padding:0}.stage-funding-advances__column:nth-child(1){display:flex;width:75px;align-items:center;gap:4px;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:24px}.stage-funding-advances__column .input__wrap{max-width:71px;height:28px;border-radius:0}.stage-funding-advances__column .input__wrap input,.stage-funding-advances__column .alert{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.stage-funding-advances__column .alert{display:flex;width:72px;height:28px;padding:0 4px 0 10px;align-items:center}.stage-funding-advances__column svg{width:16px;height:16px;color:#f06d8d;cursor:pointer}.stage-funding-options{display:flex;width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap;row-gap:16px;column-gap:8px}.radio-group{display:flex}.radio-group--col{flex-direction:column}.radio-group--col .radio-input:not(:last-child){margin-bottom:10px}.radio-group--row{align-items:center;min-height:28px}.radio-group--row .radio-input:not(:last-child){margin-right:10px}.radio-group--disabled{pointer-events:none;opacity:.5}.radio-group-input{display:flex}.radio-group-input--col{flex-direction:column}.radio-group-input--col .radio-input:not(:last-child){margin-bottom:10px}.radio-group-input--row{align-items:center;min-height:28px}.radio-group-input--row .radio-input:not(:last-child){margin-right:10px}.radio-group-input--disabled{pointer-events:none;opacity:.5}.radio-group-input .input__wrap{margin-bottom:5px}.render-field--title{text-transform:uppercase;font-size:10px;color:#9aa0b9}.render-field--separator{border-bottom:1px solid #E2E5EC;margin:10px 0;width:100%}.checkboxes--col .checkbox-input{margin-bottom:10px}.checkboxes--row{display:flex;flex-direction:row;align-items:center}.checkboxes--row .checkbox-input{margin-right:15px}.form-element{position:relative}.form-element .label{font-weight:500;font-size:12px;line-height:24px;margin-bottom:0}.form-element .file-loader_disabled .file-loader__delete-value-button{display:none!important}.form-element:has(.form-element__error) .input__wrap,.form-element:has(.form-element__error) .dropdown{border-color:#f06d8d}.domains-list .domain-card{margin-bottom:16px}.domains-list .domain-card:last-child{margin-bottom:0}.simple-text__tooltip{position:absolute;visibility:hidden;opacity:0;transition:opacity 1s ease;bottom:120%;padding:5px;max-height:30px;background:#6b81dd;color:#fff;box-shadow:0 4px 25px #00000040;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:16px;border-radius:4px}.simple-text__tooltip:before{position:absolute;width:8.5px;height:8.5px;content:"";transform:rotate(45deg);background-color:#6b81dd;bottom:-2px;left:6px}.td-link:hover+.simple-text__tooltip,.td-link:hover>.simple-text__tooltip,.text:hover+.simple-text__tooltip,.text:hover>.simple-text__tooltip{visibility:visible;opacity:1;transition:opacity .5s ease-in-out}.table--icon{min-width:16px;min-height:16px;color:#9aa0b9;cursor:pointer;padding:5px;border-radius:5px}.table--icon:hover{background-color:#f3f3f3}.notify-holder{position:relative;display:flex;align-items:center;margin-left:15px;margin-right:-10px}.notify-holder .notify-circle{position:absolute;width:8px;height:8px;background-color:#f59a2f;border-radius:100%;border:2px solid #fff;z-index:9;display:flex;justify-content:center;align-items:center;transform:translate(-50%);cursor:pointer;animation:notify-zoom-in .15s linear forwards}.notify-holder .notify-circle:after{top:5px;height:2px;border-radius:100%}.notify-holder .notify-circle:after,.notify-holder .notify-circle:before{content:"";position:absolute;width:2px;background:#fff;transform:scale(0)}.notify-holder .notify-circle:before{bottom:5px;height:6px;border-radius:1px}.notify-holder .notify-circle:hover{animation-delay:.4s;animation:notify-zoom-out .15s ease forwards}.notify-holder .notify-circle:hover:after,.notify-holder .notify-circle:hover:before{transform:scale(1)}.link-to-details .td-link{display:flex;align-items:center}@keyframes notify-zoom-in{0%{width:20px;height:20px;border:3px solid #fff}to{width:8px;height:8px;border:2px solid #fff}}@keyframes notify-zoom-out{to{width:20px;height:20px;border:3px solid #fff}}.simple-table{width:100%;overflow-x:auto;color:#1e1e2d;box-shadow:0 2px 2px #0000000d;border-top-right-radius:4px;border-top-left-radius:4px}.simple-table scrollbar,.simple-table scrollbarbutton,.simple-table thumb,.simple-table scrollcorner{-moz-appearance:none!important}.simple-table scrollcorner{resize:both}.simple-table::-webkit-scrollbar{width:4px}.simple-table::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.simple-table::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.simple-table::-webkit-scrollbar:horizontal{height:8px}.simple-table::-webkit-scrollbar-track:horizontal{background:inherit}.simple-table::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.simple-table::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.simple-table--read-only tbody{pointer-events:none!important}.simple-table table{border-spacing:0;border-collapse:collapse;width:100%}.simple-table table thead{font-size:12px;color:#1e1e2d;background-color:#ebeff2;white-space:nowrap;transition:all .1s;box-sizing:border-box}.simple-table table thead.sticky{position:fixed;top:0;z-index:10;overflow:hidden;box-shadow:0 .7px 2px #3c4d6a1a,0 1.9px 2px #3c4d6a12,0 4.5px 6px #3c4d6a0d}.simple-table table thead th{padding:4px 15px;font-weight:500;text-align:left;max-height:24px;-webkit-user-select:none;user-select:none;box-sizing:border-box}.simple-table table thead th.head-item_right{text-align:right}.simple-table table thead th .checkbox-input__input{margin-right:0}.simple-table table tbody{font-size:13px}.simple-table table tbody tr{border-bottom:1px solid #f1f1f1}.simple-table table tbody tr:hover td{background:#f7f7fc}.simple-table table tbody tr:hover td.cell--red{background:#fff4f780}.simple-table table tbody tr:hover td.cell--orange{background:#fbf4e280}.simple-table table tbody tr:hover td.cell--green{background:#f2faf2}.simple-table table tbody tr:last-child{border-bottom:none}.simple-table table tbody tr:last-child td:first-child{border-bottom-left-radius:4px}.simple-table table tbody tr:last-child td:last-child{border-bottom-right-radius:4px}.simple-table table tbody tr td{box-sizing:border-box}.simple-table table tbody tr:has(.simple-table__td-checkbox){cursor:pointer}.simple-table table tbody tr.withCollapsedRows{cursor:pointer}.simple-table table tbody tr.collapse-row{border-bottom:0}.simple-table table tbody tr.collapse-row,.simple-table table tbody tr.collapse-row>td{margin:0;padding:0;position:relative}.simple-table table tbody tr.collapse-row>td .simple-table table,.simple-table table tbody tr.collapse-row>td .simple-table tbody{border-bottom:none}.simple-table table tbody tr.collapse-row>td .simple-table table thead{background:#f7fafc;background:var(--Background-Form-Main, #f7fafc)}.simple-table table tbody tr.collapse-row>td .simple-table table thead tr th{color:#9aa0b9!important;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:24px}.simple-table table tbody tr.collapse-row>td .simple-table table tbody:before{content:"";position:absolute;left:0;top:8px;width:8px;height:calc(100% - 16px);z-index:2}.simple-table table tbody tr.collapse-row>td .simple-table table tbody:after{content:"";position:absolute;right:0;top:8px;width:8px;height:calc(100% - 16px);z-index:2}.simple-table table tbody tr.collapse-row>td .simple-table table tbody tr:last-of-type{border-bottom:none}.simple-table table tbody tr.collapse-row>td .simple-table table th:first-of-type>div,.simple-table table tbody tr.collapse-row>td .simple-table table td:nth-child(2)>div,.simple-table table tbody tr.collapse-row>td .simple-table table td:first-child>div{transform:translate(40px)}.simple-table table tbody tr.collapse-row .collapsable-table--opened table:before{content:"";position:absolute;left:0;top:0;width:100%;height:8px;box-shadow:0 4.5px 6px #3c4d6a0d inset;z-index:2}.simple-table table tbody tr.collapse-row .collapsable-table--opened table:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:8px;box-shadow:0 -4.5px 6px #3c4d6a0d inset;z-index:2}.simple-table table tbody tr:not(:hover):has(.cell-mismatched) td{background-color:#fff4f7}.simple-table table tbody td{padding:7.5px 15px;background-color:#fff;font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.simple-table table tbody td .double-string__description{white-space:normal}.simple-table table .cell-mismatched{color:#f06d8d}.simple-table table .cell--green{background:#e4f3e8;position:relative}.simple-table table .cell--green:first-child:after{content:"";position:absolute;top:50%;left:0;width:3px;height:32px;transform:translateY(-50%);border-bottom-right-radius:2px;border-top-right-radius:2px;background:#78c58d}.simple-table table .cell--light-green{background:#f0fdf4;position:relative}.simple-table table .cell--light-green:first-child:after{content:"";position:absolute;top:50%;left:0;width:3px;height:32px;transform:translateY(-50%);border-bottom-right-radius:2px;border-top-right-radius:2px;background:#78c58d}.simple-table table .cell--orange{background:#fbf4e2;position:relative}.simple-table table .cell--orange--only-border{background:none}.simple-table table .cell--orange:first-child:after{content:"";position:absolute;top:50%;left:0;width:3px;height:32px;transform:translateY(-50%);border-bottom-right-radius:2px;border-top-right-radius:2px;background:#f59a2f}.simple-table table .cell--red{background:#fff4f7;position:relative}.simple-table table .cell--red:first-child:after{content:"";position:absolute;top:50%;left:0;width:3px;height:32px;transform:translateY(-50%);border-bottom-right-radius:2px;border-top-right-radius:2px;background:#f06d8d}.simple-table .td-link{-webkit-text-decoration:none;text-decoration:none;color:#6b81dd}.simple-table--row-disabled td:not(:last-child){opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none}.simple-table--row-disabled td:last-child{background:#fbfdfe}.simple-table--row_not-clickable{opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none;background:#fbfdfe}.simple-table--row-descendent td{background:#f7f8fa!important}.simple-table--applications table thead th:last-child{text-align:left}.simple-table--applications .tag{cursor:pointer}.simple-table--offers td{padding:6px 15px!important}.simple-table--offers .tag{margin-top:2px;margin-bottom:2px}.simple-table--lenders .percent-setter--view{width:35px;text-align:center}.simple-table--merchants .tag{cursor:pointer}.simple-table__td-industries{white-space:inherit!important}.simple-table__td--finance-type{font-weight:400}.simple-table__td--finance-type-not-equal{color:#f06d8d}.simple-table__td-actions .hint__button:has(.td-actions--disabled) svg{margin-right:0}.simple-table__td-actions .hint__button:hover:has(.td-actions--disabled) svg{color:inherit}.simple-table .tag{margin:4px}.simple-table .with-descriptions{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start}.simple-table .with-descriptions__main{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.simple-table .with-descriptions__main>.status-wrapper{margin-left:8px}.simple-table .with-descriptions__description{color:#9aa0b9}.simple-table__no-items-tag{margin:0!important}.simple-table__td-industry .double-string__description{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important}.table-preloader .simple-table th{padding:5px 15px}.accordion--table{overflow:visible;width:100%}.accordion--table tr,.accordion--table td{border:none!important}.accordion--table td{background-color:#f7fafc!important;font-size:10px;padding:3px 15px!important}.table__title{min-height:28px;margin-bottom:15px;flex-wrap:wrap}.table__title--with-filters{justify-content:space-between!important}.table__title--label{margin-left:15px;margin-right:5px;font-size:16px;font-weight:400;color:#1e1e2d}.table__title--reports{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;background-color:#fff;padding:8px;border-radius:4px 4px 0 0}.table__title--reports-settings{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #bac2c9!important}.table__title--reports-settings:active{outline:0;border:1px solid #9aa0b9;filter:brightness(1.1)!important}.table__title--reports-settings:hover{opacity:.7;background-color:#fff!important}.table__title--reports-settings svg{min-width:16px;min-height:16px;color:#8f8f96;margin:0}.table__title--merchant-lenders .table__title{flex-wrap:wrap}.table__title-item .hint__label{font-size:12px;font-weight:500;color:#000;color:initial}.table__title-item:hover .table__title-label{position:relative}.table__title-item:hover .table__title-label:after{border-bottom:2px solid #f06d8d;border-radius:5px}.table__title-item:hover .table__title-label::after--sorted:after{border-bottom:1px dashed #9aa0b9}.table__title-item:hover .table__title-label::after--sorted:hover:after{border-bottom:2px solid #f06d8d}.table--sorted-col{display:flex;align-items:center;color:#1e1e2d}.table--sorted-col__icon{min-height:16px;min-width:16px;color:#f06d8d;margin-right:3px}.table__title-label{position:relative}.table__title-label:after{content:"";border-bottom:1px dashed #9aa0b9;width:100%;position:absolute;top:15px;left:0}.td-content-wrapper{display:flex;flex-flow:row nowrap;align-items:center}.td-content-wrapper,.td-content-wrapper_textAlign-left{justify-content:flex-start}.td-content-wrapper_textAlign-cencer{justify-content:center}.td-content-wrapper_textAlign-right{justify-content:flex-end}.td-content-wrapper__hint-container,.td-content-wrapper__image-container,.td-content-wrapper__content-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.td-content-wrapper__image-container{width:16px;height:16px;overflow:hidden;margin-right:3px}.td-content-wrapper__hint-container{box-sizing:border-box;max-width:none;min-width:none;max-height:none;min-height:none;display:flex;flex-flow:row nowrap;justify-content:start;align-items:center;margin-right:5px}.td-content-wrapper__hint-container .hint,.td-content-wrapper__hint-container .hint__button{margin:0}.td-content-wrapper__hint-container svg{margin:0;min-width:16px;max-width:16px;min-height:16px;max-height:16px}.td-content-wrapper__feather-icon,.td-content-wrapper__image{width:100%;height:100%}.td-content-wrapper__content-container{text-align:inherit}.td-content-wrapper .hint__text{min-width:211px}.td-content-wrapper .hint__text div{margin-bottom:8px}.td-content-wrapper .hint__text div:last-child{margin-bottom:0}.td-cell__applications--id{padding:0!important}.collapsable-table{box-shadow:none;transition:height .3s ease-in-out;overflow-y:hidden}.collapsable-table__td-cell--right div{justify-content:flex-end}.collapsable-table__td-cell-switcher .switcher{display:flex}.collapsable-table__td-cell-switcher>div{min-width:35px!important}.collapsable-table-td-name>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;max-width:95px}.collapsable-table__row-chevron td:nth-child(2){position:relative}.collapsable-table__row-chevron td:nth-child(2):before{content:"";width:16px;height:16px;position:absolute;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cpath%20fill='none'%20stroke='%23000000'%20stroke-width='1.3338'%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M6,12l4-4L6,4'/%3e%3c/svg%3e");opacity:.4;top:calc(50% - 8px);left:-16px;transition:all .3s ease-in-out}.collapsable-table--row-opened td:nth-child(2):before{transform:rotate(90deg)}.simple-table--simple-table--merchant .simple-table__td-id>div{min-width:40px}.simple-table__percent-setter{text-align:right;justify-content:flex-end;display:flex}.simple-table__percent-setter .percent-setter--edit{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.simple-table__percent-setter .percent-setter--edit .percent-setter--edit__percent,.simple-table__percent-setter .percent-setter--edit .percent-setter--edit__buttons-box{background-color:#fff}.simple-table__total-row span{font-weight:500}.td__identifier-chevron{min-width:16px;min-height:16px;margin-right:7.5px;transition:all .3s;color:#9aa0b9}.td__identifier-chevron--opened{transform:rotate(180deg)}.simple-table__td--no-row-hover:hover td{background:#fff!important}.tag-list_wrapper--only-static-items{flex-wrap:nowrap}.table-cell--stickyLeft{position:-webkit-sticky!important;position:sticky!important;left:0;z-index:2}.table-cell--stickyLeft.table-cell--lastStickyLeft>div{position:relative;justify-content:flex-end}.table-cell--stickyLeft.table-cell--lastStickyLeft>div:before{width:0;height:calc(100% + 8px);min-height:55px;content:"";position:absolute;right:-15px;top:50%;transform:translateY(-50%);border-right:1px solid #f1f1f1}.table-cell--stickyLeft.cell--green>div:before{border-color:#cce1cc}th.table-cell--stickyLeft{background-color:#ebeff2;z-index:3}th.table-cell--stickyLeft.table-cell--lastStickyLeft>div:before{border-right:1px solid #dedede;min-height:24px}.simple-table__total-row .table-cell--stickyLeft>div:before{min-height:20px}.action-redirect-wrapper,.action-default-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.action-redirect__description{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-size:11px;font-style:normal;font-weight:400;line-height:20px}@media only screen and (max-width: 767px){.table__title--lenderOffers{display:flex;flex-wrap:nowrap;gap:8px}.table__title--lenderOffers .table__title--label,.table__title--lender-merchants .table__title--label{width:100%;display:flex;justify-content:space-between}.table__title--lender-merchants .table__title--label{min-height:40px}}@media only screen and (max-width: 460px){.table__title--lender-merchants .table__title--right,.table__title--merchant-lenders .table__title--right{flex-wrap:wrap;margin-top:-17px;width:100%}.table__title--lender-merchants .table__title--right span,.table__title--merchant-lenders .table__title--right span{width:100%;text-align:right}.table__title--lender-merchants .table__title--right button,.table__title--merchant-lenders .table__title--right button{margin-top:5px}}.cancel-application-modal .modal__header span{color:#6b81dd;font-size:13px;font-weight:700;line-height:20px;vertical-align:middle}.cancel-application-modal__body{display:flex;flex-direction:column;row-gap:8px}.cancel-application-modal .form-element:has(.form-element__error){margin-bottom:8px}.cancel-application-modal__text-content{color:#1e1e2d;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.cancel-application-modal .modal__footer{background:#fff}.choose-industries-modal{min-height:404px}.choose-industries-modal .modal__body{padding:20px 16px}.choose-industries-modal .tiered-checkboxes{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start}.choose-industries-modal .checkbox-input__label{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#171d33}@media (max-width: 575px){.choose-industries-modal .tiered-checkboxes{flex-wrap:wrap}}.confirm-modal{--modal-min-height: 100px}.confirm-modal .modal__body{font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#1e1e2d;border-top-left-radius:0;border-top-right-radius:0}.dynamic-modal{--modal-min-height: 100px}.dynamic-modal .modal__body{font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#1e1e2d}.nav-line-wrapper{--nav-line-bg: #f7fafc;--nav-line-text: #1e1e2d;--nav-line-active: #6b81dd;--nav-line-border: #cfcfcf;--nav-line-arrow: #424242;--nav-line-arrow-shadow: #ddd;--nav-line-white: #fff;--nav-line-font-size: 13px;--nav-line-icon-size: 17px;--nav-line-arrow-size: 24px;--nav-line-arrow-width: 36px;--nav-line-arrow-height: 39px;--nav-line-padding: 10px;--nav-line-body-padding: 24px 32px;--nav-line-margin: -32px;--nav-line-transition-duration: .3s;--nav-line-transition-timing: ease}.nav-line-wrapper .nav-line__content{display:flex;justify-content:space-between;align-items:center}.nav-line-wrapper .nav-line__inner{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;background-color:#f7fafc;background-color:var(--nav-line-bg, #f7fafc);transition:transform .3s ease;transition:transform var(--nav-line-transition-duration, .3s) var(--nav-line-transition-timing, ease)}.nav-line-wrapper .nav-line__item{margin-bottom:-1px;padding:10px;padding:var(--nav-line-padding, 10px);font-size:13px;font-size:var(--nav-line-font-size, 13px);cursor:pointer;-webkit-user-select:none;user-select:none;color:#1e1e2d;color:var(--nav-line-text, #1e1e2d);border-top:2px solid transparent;border-right:1px solid transparent;border-left:1px solid transparent;transition:all .3s ease;transition:all var(--nav-line-transition-duration, .3s) var(--nav-line-transition-timing, ease)}.nav-line-wrapper .nav-line__item--label{text-transform:uppercase}.nav-line-wrapper .nav-line__item--icon{display:flex;align-items:center;margin-right:5px}.nav-line-wrapper .nav-line__item--icon svg{width:17px;width:var(--nav-line-icon-size, 17px);height:17px;height:var(--nav-line-icon-size, 17px)}.nav-line-wrapper .nav-line__item.active{font-weight:500;cursor:default;-webkit-text-decoration:none;text-decoration:none;color:#6b81dd;color:var(--nav-line-active, #6b81dd);border-top:2px solid #6b81dd;border-top:2px solid var(--nav-line-active, #6b81dd);border-right:1px solid #cfcfcf;border-right:1px solid var(--nav-line-border, #cfcfcf);border-left:1px solid #cfcfcf;border-left:1px solid var(--nav-line-border, #cfcfcf);background:#fff;background:var(--nav-line-white, #fff);transition:all .3s ease;transition:all var(--nav-line-transition-duration, .3s) var(--nav-line-transition-timing, ease)}.nav-line-wrapper .nav-line__body{position:relative;bottom:0;display:flex;flex-wrap:wrap;margin-right:-32px;margin-right:var(--nav-line-margin, -32px);margin-left:-32px;margin-left:var(--nav-line-margin, -32px);padding:24px 32px;padding:var(--nav-line-body-padding, 24px 32px);font-size:13px;font-size:var(--nav-line-font-size, 13px);border-top:1px solid #cfcfcf;border-top:1px solid var(--nav-line-border, #cfcfcf);background-color:#f7fafc;background-color:var(--nav-line-bg, #f7fafc)}.nav-line-wrapper .nav-line__body:empty{padding:0 32px}.nav-line-wrapper .nav-line--scroll-mode{position:relative}.nav-line-wrapper .nav-line--scroll-mode .nav-line--simple__inner{overflow:hidden;flex-wrap:nowrap}.nav-line-wrapper .nav-line--scroll-mode .nav-line--simple__item{flex-wrap:nowrap;white-space:nowrap}.nav-line-wrapper .nav-line--simple__inner{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;padding-left:8px;transition:transform .3s ease;transition:transform var(--nav-line-transition-duration, .3s) var(--nav-line-transition-timing, ease)}.nav-line-wrapper .nav-line--simple__item{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:-1px;padding:10px 10px 14px;padding:var(--nav-line-padding, 10px) var(--nav-line-padding, 10px) 14px;font-size:13px;font-size:var(--nav-line-font-size, 13px);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-text-decoration:none!important;text-decoration:none!important;color:#1e1e2d;color:var(--nav-line-text, #1e1e2d);border-bottom:1px solid #cfcfcf;border-bottom:1px solid var(--nav-line-border, #cfcfcf)}.nav-line-wrapper .nav-line--simple__item,.nav-line-wrapper .nav-line--simple__item:after{transition:all .3s ease;transition:all var(--nav-line-transition-duration, .3s) var(--nav-line-transition-timing, ease)}.nav-line-wrapper .nav-line--simple__item:after{position:absolute;bottom:0;left:50%;width:0;height:2px;content:"";background-color:#6b81dd;background-color:var(--nav-line-active, #6b81dd);transform:translate(-50%)}.nav-line-wrapper .nav-line--simple__item:hover:after{width:50%;opacity:.6}.nav-line-wrapper .nav-line--simple__item.active{font-weight:500;cursor:default;opacity:1}.nav-line-wrapper .nav-line--simple__item.active:after{width:100%;opacity:1}.nav-line-wrapper .nav-line--simple__arrow{position:absolute;z-index:2;display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:36px;width:var(--nav-line-arrow-width, 36px);height:39px;height:var(--nav-line-arrow-height, 39px);color:#424242;color:var(--nav-line-arrow, #424242);background:#fff;background:var(--nav-line-white, #fff);transition:all .3s ease;transition:all var(--nav-line-transition-duration, .3s) var(--nav-line-transition-timing, ease)}.nav-line-wrapper .nav-line--simple__arrow:hover{cursor:pointer}.nav-line-wrapper .nav-line--simple__arrow--prev{top:0;left:0;border-radius:8px 0 0 8px;box-shadow:10px 0 10px -5px #ddd;box-shadow:10px 0 10px -5px var(--nav-line-arrow-shadow, #ddd);transform:translate(-100%,-2px)}.nav-line-wrapper .nav-line--simple__arrow--next{top:0;right:0;border-radius:0 8px 8px 0;box-shadow:-10px 0 10px -5px #ddd;box-shadow:-10px 0 10px -5px var(--nav-line-arrow-shadow, #ddd);transform:translate(100%,-2px)}.nav-line-wrapper .nav-line--simple__arrow svg{width:24px;width:var(--nav-line-arrow-size, 24px);height:24px;height:var(--nav-line-arrow-size, 24px)}.nav-line-wrapper .nav-line--simple__body{padding:15px 10px;font-size:13px;font-size:var(--nav-line-font-size, 13px)}.nav-line-wrapper .nav-line-count{margin-left:5px}.nav-line-wrapper .post-log-tab__body{background-color:#f7fafc;background-color:var(--nav-line-bg, #f7fafc)}.nav-line-wrapper .nav-line__item--hidden{display:none}.button-bar{display:flex;justify-content:center;align-items:center;width:100%;margin:15px}.advances__body{display:flex;flex-direction:column;gap:4px}.advances__row{display:flex;align-items:center;gap:16px}.advances__row .button{padding:0}.advances__column:nth-child(1){display:flex;width:75px;align-items:center;gap:4px;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:24px}.advances__column .input__wrap{max-width:71px;height:28px;border-radius:0}.advances__column .input__wrap input,.advances__column .alert{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.advances__column .alert{display:flex;width:72px;height:28px;padding:0 4px 0 10px;align-items:center}.advances__column svg{width:16px;height:16px;color:#f06d8d;cursor:pointer}body.with-overlay{overflow:hidden!important}body.with-overlay #app-overlay{content:"";z-index:98;display:block;position:absolute;left:0;top:0;width:100vw;height:100vh;overflow:hidden}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease;background-color:#000;opacity:.5;z-index:4}.modal{display:flex;flex-direction:column;width:600px;margin:0 10px;background-color:transparent;border-radius:5px;z-index:5;box-shadow:0 20px 20px #0003;position:relative}.modal header{width:auto}.modal__header{position:relative;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e5ec;background-color:#f7fafc;border-top-left-radius:5px;border-top-right-radius:5px}.modal__header-primary{background-color:#6b81dd}.modal__header-primary-title{color:#fff!important;font-weight:400;font-size:16px}.modal__header-title{font-size:16px;font-weight:400;color:#6b81dd}.modal__body{background-color:#f7fafc;padding:15px;max-height:calc(100vh - 150px);max-height:calc(100dvh - 32px);overflow-y:auto;border-bottom-left-radius:0;border-bottom-right-radius:0}.modal__body scrollbar,.modal__body scrollbarbutton,.modal__body thumb,.modal__body scrollcorner{-moz-appearance:none!important}.modal__body scrollcorner{resize:both}.modal__body::-webkit-scrollbar{width:4px}.modal__body::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.modal__body::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.modal__body::-webkit-scrollbar:horizontal{height:8px}.modal__body::-webkit-scrollbar-track:horizontal{background:inherit}.modal__body::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.modal__body::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.modal__body--no-footer{margin-bottom:44px;padding:16px}.modal__footer{display:flex;align-items:center;justify-content:flex-end;padding:7.5px 15px;border-top:1px solid #e2e5ec;background-color:#f7fafc;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.modal__footer--inbody{position:absolute;bottom:0;left:0;width:calc(100% - 30px);background-color:#fff}.modal__footer--noborder{border-top:none}.modal-box{z-index:100;position:fixed;inset:0;animation-name:fadeIn;animation-duration:.25s;animation-timing-function:ease;animation-fill-mode:forwards}.consumer-info-modal{overflow-x:hidden}.consumer-info-modal .button-fin{background-color:#fff}.consumer-info-modal .modal__body{min-height:200px;padding:0 15px;background-color:#fff}.consumer-info-modal .modal__body:has(.application-logs),.consumer-info-modal .modal__body:has(.post-log){background:#f7fafc}.consumer-info-modal .application-details__modal-user .modal__body{padding:15px}.consumer-info-modal .application-details__modal-user .merchant-store-modal__contact-box{font-size:13px}.consumer-info-modal .application-details__modal-user .button_primary{background-color:#6b81dd}.modal-close-icon-box{display:flex;align-items:center;justify-content:center;border-top-right-radius:5px;width:40px;height:38px;position:absolute;top:0;right:0;cursor:pointer;background:transparent;color:#1e1e2d;height:100%}.modal-close-icon-box:hover{background-color:#e2e5ec}.modal-close-icon-box-primary{color:#1e1e2d}.modal-close-icon-box-primary:hover{background-color:#5162d4;opacity:1}.modal-close-icon-box-merchant{color:#1e1e2d}.modal-close-icon-box-merchant:hover{background-color:#5162d4;opacity:1}.modal-close-icon{width:20px;min-width:20px;height:20px}.modal-text-card{text-align:left;padding:15px 0;font-size:13px;font-weight:400;line-height:20px;white-space:normal}.prompt-text-card{padding:0}.prompt-notify-label{margin-top:8px;font-weight:500}.included-selector-table{min-width:900px}.included-selector-table,.included-selector-table-body{height:calc(100vh - 235px)}.reports-settings-modal-box .modal__body{padding:0}.confirm-modal{border-radius:4px}.confirm-modal .modal__header-title{font-weight:700;font-size:13px}.confirm-modal .modal__body .modal-text-card{padding:0}.confirm-modal .modal__footer{background-color:#fff}@media (max-width: 680px){.included-selector-table,.included-selector-table-body{height:calc(100vh - 290px)}}@media (max-width: 575px){.included-selector-table,.included-selector-table-body{height:calc(100vh - 390px)}}.notify-circle__popup{position:absolute;background:#fff;top:15px;left:-15px;z-index:10;padding:8px;border-radius:4px;width:400px;max-width:400px;min-height:20px;white-space:normal;cursor:default;color:#1e1e2d;font-size:13px;font-weight:400;line-height:20px;filter:drop-shadow(0px 4px 25px rgba(0,0,0,.25))}.notify-circle__popup .lds-ring.lds-ring_small{top:calc(50% - 13px)}.notify-circle__popup:before{content:"";position:absolute;top:-4px;left:10px;width:10px;height:10px;background:#fff;transform:rotate(45deg)}.notify-circle__popup-close{position:relative;z-index:20;width:14px;height:14px;cursor:pointer;opacity:.6;background:none}.notify-circle__popup-close:hover{opacity:1}.notify-circle__popup-content{min-height:40px;display:flex;flex-direction:column}.notify-circle__popup-content-title{display:flex;align-items:center;justify-content:space-between}.notify-circle__popup-content-title-name{color:#1e1e2d;font-size:13px;font-style:normal;font-weight:500;line-height:20px}.notify-circle__popup-content-title-role,.notify-circle__popup-content-title-date{color:#9aa0b9;font-size:12px;font-style:normal;font-weight:400;line-height:24px}.notify-circle__popup-content-title-wrapper{display:flex;align-items:center;justify-content:flex-start;column-gap:4px}.notify-circle__popup-content-message{margin:0;color:#1e1e2d;font-size:13px;font-weight:400;line-height:20px}.app-note-modal .modal__body{margin:0 0 16px;font-size:14px;font-weight:300}.accordion--item{border:1px solid #E2E5EC}.accordion--item:not(:first-child){border-top:none}.accordion--title-box{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:10px 15px;height:20px}.accordion--title-box:hover{background-color:#ebeff2}.accordion--title{font-size:13px;-webkit-user-select:none;user-select:none;color:#1e1e2d}.accordion--title-chevron{transition:all .2s ease-out;min-height:16px;min-width:16px;cursor:pointer;color:#9aa0b9}.accordion--title-chevron-open{transition:all .2s ease-out;transform:rotate(90deg)}.accordion--content{background:#fff;transition:all .25s ease-out;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;overflow:hidden;font-size:13px;opacity:0;max-height:1000px}.accordion--content-is-open{transition:all .25s ease-out;padding:10px 15px;opacity:1}.accordion--content-item{padding:7.5px 20px;width:calc(100% - 40px)}.accordion--content-item a{font-size:13px;font-weight:400;color:#1e1e2d}.accordion--content scrollbar,.accordion--content scrollbarbutton,.accordion--content thumb,.accordion--content scrollcorner{-moz-appearance:none!important}.accordion--content scrollcorner{resize:both}.accordion--content::-webkit-scrollbar{width:8px}.accordion--content::-webkit-scrollbar-thumb{border-radius:3px;background:#52aeff}.accordion--content::-webkit-scrollbar-thumb:hover{background:#3e62ff}.accordion--content::-webkit-scrollbar:horizontal{height:8px}.accordion--content::-webkit-scrollbar-track:horizontal{background:#f4f6ff}.accordion--content::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:4px solid rgba(0,0,0,0)}.accordion--content::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:2px solid rgba(0,0,0,0);background-clip:padding-box}.accordion--menu-link{-webkit-text-decoration:none;text-decoration:none;font-size:13px;color:#1e1e2d}.code-container{--code-area-padding-top: 10px;--code-area-padding-right: 15px;--label-line-height: 20px;position:relative;width:100%}.code-container--label{font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:var(--label-line-height);text-transform:uppercase;color:#9aa0b9}.code-container--upper-right-corner-content{z-index:2;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;position:absolute;top:4px;right:calc(var(--code-area-padding-right) + 10px + 4px)}.code-container--upper-right-corner-content_with-label{top:calc(var(--label-line-height) + 4px)}.code-area{width:100%;max-width:calc(100vw - 430px);min-height:80px;max-height:520px;box-sizing:border-box;margin:0 0 10px;overflow:auto;position:relative;border-left:2px solid #6b81dd;box-shadow:0 2px 6px #dfdfdf;background-color:#fdfdfd;background-image:linear-gradient(transparent 50%,#458ed10a 50%);background-size:36px 36px;background-origin:content-box;background-attachment:local;padding:10px 5px 10px 15px;line-height:18px;color:#8d7323}.code-area code{background:transparent!important;margin:0}.code-area scrollbar,.code-area scrollbarbutton,.code-area thumb,.code-area scrollcorner{-moz-appearance:none!important}.code-area scrollcorner{resize:both}.code-area::-webkit-scrollbar{width:4px}.code-area::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.code-area::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.code-area::-webkit-scrollbar:horizontal{height:8px}.code-area::-webkit-scrollbar-track:horizontal{background:inherit}.code-area::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.code-area::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.code-area--text{min-height:auto;color:#1e1e2d}.code-area span{display:inline-block}.code-area .color--text{color:#000}.code--consumerRequest{border-color:#78c58d}.code--lenderResponse{border-color:#f59a2f}.code__comment,.code__comment font{color:gray!important}.code__tag,.code__jsonKey{color:#9f6df0}.code__attr,.code__jsonString{color:#78c58d}.code__attr.number,.code__jsonString.number{color:#5f93e0}.code__attr br,.code__jsonString br{display:none}.code__attr-separator{color:#000}.code__attr-value{color:#1990b8}.code-pad code{white-space:normal;max-width:calc(50vw - 160px);display:block}.code__copy-success-text{margin-left:10px;color:#00b031;-webkit-user-select:none;user-select:none}.copy-btn{display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:3px;cursor:pointer}.copy-btn .svg-icon,.copy-btn svg{width:16px;height:16px;color:#9aa0b9}.copy-btn:hover{background-color:#fff}.copy-btn_copied{pointer-events:none}.copy-btn_copied svg{color:#78c58d}.credit-score{display:flex;align-items:center}.credit-score__indicator{width:10px;height:10px;margin-right:4px;border-radius:50%}.credit-score__value{font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#1e1e2d}.hint--credit-score{--container-width: 50px}.hint--credit-score .hint--credit-score__text{width:var(--container-width);min-width:var(--container-width);max-width:var(--container-width);padding:8px}.hint--credit-score .hint--credit-score__text>span{font-size:10px;font-style:normal;font-weight:400;line-height:16px}.integration-modal .modal__body .form-element{margin-bottom:16px}.integration-modal .integration-modal__footer{height:44px;position:absolute;bottom:0;display:flex;align-items:center;justify-content:flex-end;left:0;width:100%;background-color:#fff;padding:0 16px;box-sizing:border-box;border-radius:0 0 4px 4px}.integration-modal__footer{width:calc(100% - 32px);left:0;padding:0 16px;background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #E2E5EC}.integration-modal .integration-log{margin-top:25px}.integration-modal .integration-log .post-log__item-event__request{color:#6b81dd;border-color:#6b81dd}.integration-modal .integration-log .post-log__item-event__response{color:#f59a2f}.integration-modal .integration-log .accordion--title-box{justify-content:flex-start}.integration-modal .accordion-item--postLog{border:none;max-width:calc(100% - 135px)}.integration-modal .accordion-item--postLog .accordion--content-is-open .code-area{max-width:calc(100vw - 195px)}.integration-modal__field--read-only .input__wrap_focus{border-color:#e2e5ec;filter:none}.integration-modal__field--read-only .input-fin{background-color:#f7f8fa}.funds-settings-modal .nav-line__body{margin:0 -15px;position:static;position:initial}.funding-container{width:100%}.funding-documents{display:flex;width:100%;flex-wrap:wrap}.funding-documents .integration__parameters--table tr .form-element{margin-top:4px;margin-bottom:4px}.funding-documents .integration__parameters--table tr:has(.form-element .form-element__error) .form-element{height:38px}.funding-documents .integration__parameters--table tr:has(.form-element .form-element__error) .form-element .checkbox-input{margin-bottom:-30px}.funding__item:first-child,.funding__item:first-child .funding__item-label{margin-bottom:8px}.funding__item:last-child .funding__item-label{margin-bottom:16px}.funding__item-label{font-weight:500}.funding__item-label,.funding-documents__group-label{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;line-height:20px}.funding-documents__group-label{font-weight:400;margin-bottom:8px}.funding-documents__group{min-width:90px;margin-bottom:16px}.funding-documents__group:not(:last-child){margin-right:24px}.funding-documents__document{display:flex;align-items:center;justify-content:flex-start}.funding-documents__document:not(:last-child){margin-bottom:8px}.funding-documents__document--required{margin-left:2px}.funding__stage-funding-options-wrapper{display:flex;padding:8px 16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:4px;border:1px solid #E2E5EC;border:1px solid var(--Border-Input, #E2E5EC);margin-bottom:24px}.stage-funding-options__label{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase;margin-bottom:0}.stage-funding-options-wrapper{display:flex;align-items:flex-start}.stage-funding-options__advances{margin-right:32px}.stage-funding-options__fields .form-element:first-child{margin-bottom:8px}.advances__row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.advances__row:not(:last-child){margin-bottom:4px}.advances__row-number{display:flex;width:75px;align-items:center;gap:4px;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:24px;margin-right:16px;white-space:nowrap}.advances__row-automatic{display:flex;align-items:center;justify-content:flex-start}.advances__row-automatic .input__wrap{width:71px;max-width:71px;margin-right:16px}.advances__row-alert{display:flex;width:72px;height:28px;padding:0 4px 0 10px;align-items:center;gap:10px}.funding-container__buttons-bar{position:absolute;bottom:0;left:0;margin:0!important;padding:0 15px;height:44px;box-sizing:border-box;background-color:#fff;border-top:1px solid #E2E5EC;justify-content:flex-end!important}.funding-container__buttons-bar-close{width:63px}.funding-container__buttons-bar-save{width:107px}.funds-settings__integration{width:100%}@media (max-width: 575px){.funds-settings-modal .nav-line__body{padding:15px}.stage-funding-options-wrapper{flex-direction:column;width:100%}.stage-funding-options-wrapper .stage-funding-options__advances{order:2;margin-right:0;width:100%}.stage-funding-options-wrapper .stage-funding-options__fields{width:100%;order:1;margin-bottom:16px}}.merchants{background-color:#f7fafc;border-radius:4px}.merchants__input{box-sizing:border-box;width:375px;margin-right:16px}.merchants__reset{margin-left:8px}.merchants__list{background-color:#fff;max-height:500px;overflow-y:auto;margin:0 -15px}.merchants__list::-webkit-scrollbar{width:4px}.merchants__list::-webkit-scrollbar-track{background:transparent}.merchants__list::-webkit-scrollbar-thumb{background:#9aa0b9;border-radius:4px}.merchants__row{cursor:pointer;padding:0 15px;background-color:#fff;font-size:13px;color:#1e1e2d;height:30px;text-align:left;display:grid;grid-template-columns:61px 37px repeat(3,1fr);align-items:center}.merchants__row:not(:last-child){border-bottom:1px solid rgba(226,229,236,.5)}.merchants__row:hover{background-color:#ffedc8}.merchants__head{display:grid;grid-template-columns:61px 37px repeat(3,1fr);align-items:center;margin:15px -15px 0}.merchants__head-item{font-size:12px;display:flex;align-items:center;height:32px;padding:0 4px}.merchants__head-item:not(:first-child):not(:last-child){border-right:1px solid #e2e5ec}.merchants__head-item_right{justify-content:flex-end}.merchants__head-item:first-child{padding:0 15px}.merchants__head-item:last-child{padding:0 20px}.merchants__head-item:nth-child(2),.merchants__head-item:nth-child(3){padding:0 15px}.merchants__tags{margin-right:16px}.merchants__wrap{display:flex;margin-top:14px;align-items:flex-end}.merchants__wrap .dropdown{width:235px}.merchants__reset-filters-button{margin-bottom:5px}.included-selector-modal{overflow-x:hidden;max-height:calc(100% - 32px);height:calc(100% - 32px)}.included-selector-modal .modal__body{max-height:calc(100vh - 116px);overflow-y:hidden;padding-bottom:35px}.included-selector-modal__th--id{width:1%}.included-selector-modal__td--id{color:#9aa0b9}.included-selector-modal .status--declined{color:#b9002c}.included-selector-modal .simple-table{overflow-x:visible;overflow-x:initial;min-height:400px;max-height:500px;margin:0;padding:0}.included-selector-modal .simple-table .status{padding:0 8px}.included-selector-modal .simple-table thead{background-color:transparent;background-color:initial}.included-selector-modal .simple-table thead th{padding:10px 15px;font-weight:400;border-right:1px solid #e2e5ec}.included-selector-modal .simple-table thead th:first-child,.included-selector-modal .simple-table thead th:last-child{border:none}.included-selector-modal .simple-table tbody tr:first-child{position:relative}.included-selector-modal .simple-table tbody tr:first-child:after{content:"";width:100%;height:8px;background:linear-gradient(180deg,#00000027,#0000);position:absolute;left:0;top:0}.included-selector-modal .simple-table tbody tr:last-child{border-bottom:none}.included-selector-modal .simple-table td{padding:2.25px 15px}.included-selector-modal .simple-table .tr-as-selector:hover td{background-color:#ffedc8}.included-selector-modal .label{font-weight:500;font-size:12px}.included-selector-modal .tags-dropdown-group,.included-selector-modal .tags-dropdown-group__name{margin-top:0}.included-selector-modal .tag--filtered{background:#e4f3e8}.filter-element--reset{margin-bottom:1px}.tr-as-selector:hover td{cursor:pointer;background:#e2e5ec}.included-selector-table-body{overflow-x:hidden}.included-selector-table-body scrollbar,.included-selector-table-body scrollbarbutton,.included-selector-table-body thumb{-moz-appearance:none!important}.included-selector-table-body scrollcorner{-moz-appearance:none!important;resize:both}.included-selector-table-body::-webkit-scrollbar{width:4px}.included-selector-table-body::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.included-selector-table-body::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.included-selector-table-body::-webkit-scrollbar:horizontal{height:8px}.included-selector-table-body::-webkit-scrollbar-track:horizontal{background:inherit}.included-selector-table-body::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.included-selector-table-body::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.included-selector-table .tr-as-selector:hover td{background-color:#ffedc8}.included-selector-table table{width:100%;table-layout:fixed;border-spacing:0px;border-collapse:separate}.included-selector-table thead{font-size:12px;color:#1e1e2d;background-color:transparent;background-color:initial;white-space:nowrap;position:relative;box-shadow:0 4px 5px #dfdfdf}.included-selector-table thead th{max-height:24px;-webkit-user-select:none;user-select:none;padding:10px 15px;font-weight:400;border-right:1px solid #e2e5ec;text-align:left;font-size:12px;color:#1e1e2d;white-space:nowrap}.included-selector-table thead th:last-child,.included-selector-table thead th.head-item_right{text-align:right}.included-selector-table thead th.included-selector-modal__th--id{width:60px;min-width:60px;max-width:60px;box-sizing:border-box}.included-selector-table thead th:first-child,.included-selector-table thead th:last-child{border:none}.included-selector-table tbody{font-size:13px}.included-selector-table tbody tr,.included-selector-table tbody td{border-bottom:1px solid #f1f1f1!important}.included-selector-table tbody td{font-weight:400;padding:2.25px 15px;background-color:#fff}.included-selector-table tbody td:nth-child(1){width:40px;min-width:40px;max-width:40px;box-sizing:border-box}.included-selector-table tbody td:nth-child(2){width:60px;min-width:60px;max-width:60px;box-sizing:border-box}.add-offers-stack-to-merchant-modal{overflow-x:hidden;max-height:calc(100% - 32px);height:calc(100% - 32px)}.add-offers-stack-to-merchant-modal .modal__body{max-height:calc(100vh - 116px);overflow-y:hidden;padding-bottom:35px}.add-offers-stack-to-merchant-modal .label{font-weight:500;font-size:12px}.tr-as-selector{cursor:pointer}.tr-as-selector:hover td{background:#e2e5ec}.add-offers-stacks-to-merchant-modal-table{min-width:950px}.add-offers-stacks-to-merchant-modal-table .tr-as-selector:hover td{background-color:#ffedc8}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body{overflow-x:hidden;height:calc(100vh - 235px)}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body scrollbar,.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body scrollbarbutton,.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body thumb{-moz-appearance:none!important}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body scrollcorner{-moz-appearance:none!important;resize:both}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body::-webkit-scrollbar{width:4px}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body::-webkit-scrollbar:horizontal{height:8px}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body::-webkit-scrollbar-track:horizontal{background:inherit}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.add-offers-stacks-to-merchant-modal-table .add-offers-stacks-to-merchant__modal-table-body::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.add-offers-stacks-to-merchant-modal-table table{width:100%;table-layout:fixed;border-spacing:0px;border-collapse:collapse}.add-offers-stacks-to-merchant-modal-table thead{font-size:12px;color:#1e1e2d;background-color:transparent;background-color:initial;white-space:nowrap;position:relative;background:#ebeff2;background:var(--Background-Form-Title, #EBEFF2);box-shadow:0 0 2px #00000026,0 4px 4px #0000000d}.add-offers-stacks-to-merchant-modal-table thead th{max-height:24px;-webkit-user-select:none;user-select:none;padding:0 15px;border-right:1px solid #EBEFF2;border-right:1px solid var(--Background-Form-Title, #EBEFF2);text-align:left;white-space:nowrap;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:12px;font-style:normal;font-weight:500;line-height:24px}.add-offers-stacks-to-merchant-modal-table thead th:last-child,.add-offers-stacks-to-merchant-modal-table thead th.head-item_right{text-align:right}.add-offers-stacks-to-merchant-modal-table thead th:first-child,.add-offers-stacks-to-merchant-modal-table thead th:last-child{border:none}.add-offers-stacks-to-merchant-modal-table tbody{font-size:13px}.add-offers-stacks-to-merchant-modal-table tbody tr{border-bottom:1px solid #f1f1f1}.add-offers-stacks-to-merchant-modal-table tbody td{font-weight:400;padding:4.5px 15px;background-color:#fff}.add-offers-stacks-to-merchant-modal-table tbody td:nth-child(1){width:40px;min-width:40px;max-width:40px;box-sizing:border-box}.add-offers-stacks-to-merchant-modal-filter__reset-filters-button-wrapper{display:flex;align-items:center}.merchant-offer-stack__table-tbody-item--stackName{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:160px}.merchant-offer-stack__table-tbody-item--stackName:hover{white-space:normal}.merchant-bank-account-modal .nav-line__body{margin-left:-15px;margin-right:-15px;padding:24px}.merchant-bank-account-modal__ribbit .ribbit-tab{width:100%}.merchant-bank-account-modal__ribbit .ribbit-tab__list{position:relative;background-color:#fff;max-height:400px;margin:0 -15px}.merchant-bank-account-modal__ribbit .ribbit-tab__table-item{display:flex;width:100%;background-color:#fff;font-size:13px;color:#1e1e2d;padding:5px 0;margin-left:auto;margin-right:auto;text-align:left;align-items:center;cursor:default}.merchant-bank-account-modal__ribbit .ribbit-tab__table-item:hover{background-color:#ffedc8}.merchant-bank-account-modal__ribbit .ribbit-tab__table-item:not(:last-child){border-bottom:1px solid rgba(226,229,236,.5)}.merchant-bank-account-modal__ribbit .ribbit-tab__table-item div:nth-child(2),.merchant-bank-account-modal__ribbit .ribbit-tab__table-item div:nth-child(3){margin-left:5px}.merchant-bank-account-modal__ribbit .nav-line__body{padding:15px}.merchant-bank-account-modal .modal__footer{background-color:#fff}.merchant-bank-account-modal .button{width:80px}.ribbit-tab__shadow-divider{position:absolute;top:-3px;background-color:#f7fafc;width:100%;height:3px;box-shadow:0 7px 8px #00000026}.ribbit-tab__filter-box{display:flex;align-items:flex-end;flex-wrap:wrap;margin:-5px 0}.ribbit-tab__reset-btn{margin-top:5px;margin-bottom:5px;max-width:100%}.ribbit-tab__header-item{display:flex;align-items:end;position:relative;padding:10px 15px 3px;font-size:12px;font-weight:400;line-height:24px;color:#1e1e2d;white-space:nowrap}.ribbit-tab__header-item:nth-child(1):after,.ribbit-tab__header-item:nth-child(2):after{content:"";position:absolute;right:-5px;bottom:0;width:1px;height:32px;background:#e2e5ec}.bank-account-tab,.bank-account-tab__group{display:flex;flex-direction:column;width:100%}.bank-account-tab__group:not(:last-child){margin-bottom:20px}.bank-account-tab__group-title{margin-bottom:10px;font-size:13px;font-weight:500;line-height:20px}.bank-account-tab__item{padding:5px 0;display:flex;border-bottom:1px solid #E2E5EC;color:#1e1e2d}.bank-account-tab__item-label{font-size:13px;font-weight:300;line-height:20px;flex-basis:50%}.bank-account-tab__item-value{font-size:13px;font-weight:400;line-height:20px;flex-basis:50%;overflow:hidden;text-overflow:ellipsis}@media (max-width: 840px){.ribbit-tab__filter-item{flex-basis:32%}}@media (max-width: 575px){.ribbit-tab__filter-item{flex-basis:100%}.ribbit-tab__table-item,.ribbit-tab__header-item{font-size:11px!important}}.merchant-salesperson-modal{width:400px}.merchant-salesperson-modal__row{display:flex}.merchant-salesperson-modal__col{display:flex;flex-direction:column}.merchant-salesperson-modal__row:nth-child(1) .merchant-salesperson-modal__field{margin-right:24px}.merchant-salesperson-modal__row:nth-child(2) .merchant-salesperson-modal__col:nth-child(1){min-width:360px;margin-right:40px}.merchant-salesperson-modal__field{margin-bottom:24px}.merchant-salesperson-modal__field:last-child{margin-bottom:0}.merchant-salesperson-modal__field-role,.merchant-salesperson-modal__field-location{margin-right:24px}.merchant-salesperson-modal__field-role .double-string__value,.merchant-salesperson-modal__field-location .double-string__value{margin-top:4px;margin-bottom:0;font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:24px;display:flex;align-items:center;color:#1e1e2d}.merchant-salesperson-modal__field-role .double-string__description,.merchant-salesperson-modal__field-location .double-string__description{margin:0;font-family:Roboto;font-style:normal;font-weight:300;font-size:13px;line-height:20px;display:flex;align-items:center;color:#1e1e2d}.merchant-salesperson-modal__field-status .alert{display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:400;border-radius:15px;padding:0 16px;height:28px;border:none}.merchant-salesperson-modal__contacts .label{margin-bottom:10px}.merchant-salesperson-modal__contacts .checkbox-input{margin-bottom:12px!important;font-weight:300;line-height:20px;color:#1e1e2d}.merchant-salesperson-modal .label{font-size:12px}.merchant-salesperson-modal .button_primary{box-sizing:border-box;width:100px}.merchant-salesperson-modal .button_dark-outline{box-sizing:border-box;width:65px}.merchant-salesperson-modal__contacts .checkboxes-line{padding:0}.merchant-salesperson-modal__contacts .checkboxes-line .checkboxes-line__checkbox-input{margin-right:15px;margin-bottom:5px;pointer-events:none}.merchant-salesperson-modal__contacts .checkboxes-line .checkboxes-line__checkbox-input .checkbox-input__input{opacity:.6}.table-preloader{position:relative;width:100%;font-weight:500;margin-top:25px}.table-preloader:after{content:"";display:block;position:absolute;width:100%;height:60%;left:0;bottom:0;background:linear-gradient(transparent,#f7fafc)}.table-preloader td{box-sizing:border-box;height:45px}.table-preloader thead td{padding-right:15px;padding-left:15px;height:24px}.table-preloader__header{background:#ebeff2;height:20px}.table-preloader__line,.preload-box{background-color:#f6f6f6;background-image:linear-gradient(to right,#f6f6f6 20%,#eee,#f6f6f6 80%);background-size:500px 100px;height:20px;border-radius:4px;animation-name:moving-gradient;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards}@keyframes moving-gradient{0%{background-position:-250px 0}to{background-position:250px 0}}.table-preloader__line--thin{height:22px}.table-preloader--reports thead tr th{padding:0 11px 0 6px;white-space:nowrap;height:32px;max-height:32px;background:linear-gradient(180deg,#e6eafa,#f4f6ff);-webkit-user-select:none;user-select:none}.table-preloader--reports:after{content:"";display:block;position:absolute;width:100%;height:60%;left:0;bottom:0;background:linear-gradient(transparent,#fff)}.filter-wrapper{min-height:33px}.filters__accordion{border:none}.filters__accordion .accordion--title-box{display:none}.filters__accordion .accordion--content{padding:0;background:none}.filters__accordion .filters{margin-top:0}.mobile-filters-modal{--modal-min-height: 0}.mobile-filters-modal .modal__body{margin:0;padding-bottom:32px}.mobile-filters-modal .modal__body .filters{margin:0}.mobile-filters-modal .modal__body .filters__buttons{display:flex;width:100%;margin-top:16px;justify-content:flex-end}.merchant-license-modal .modal__body{padding-bottom:0}.merchant-license-modal__industries .tags-dropdown__list{height:120px}.merchant-license-modal__states .tags-dropdown__selector-wrapper{top:auto;top:initial;bottom:calc(100% + 2px)}.merchant-license-modal__states .tags-dropdown__list{height:160px}.merchant-license-modal__content{width:calc(100% - 2px)}.merchant-license-modal__content .nav-line--simple{margin-left:0;margin-right:0}.merchant-license-modal__content .nav-line__body{display:block;margin-left:-16px;margin-right:-16px;padding:20px 16px 0}.merchant-license-modal__content .nav-line--simple__inner{padding-left:0}.merchant-license-modal__content .nav-line--simple__item{padding:0 10px 15px}.merchant-license-modal__content__alert{margin-bottom:15px!important}.merchant-license-modal__content__alert .alert{max-height:32px}.merchant-license-modal__content__locations .nav-line__body{padding:0;border-top:1px solid #e2e5ec}.merchant-license-modal__content__locations table{width:100%;table-layout:fixed;border-spacing:0px;border-collapse:collapse;text-align:left}.merchant-license-modal__content__locations thead{box-shadow:0 2px 8px #00000026;position:relative}.merchant-license-modal__content__locations th{background-color:#f7fafc;font-size:12px;font-weight:400!important;color:#1e1e2d;padding:9px 15px}.merchant-license-modal__content__locations th:first-child{padding:9px 25px}.merchant-license-modal__content__locations th:nth-child(2){border-left:1px solid #e2e5ec;border-right:1px solid #e2e5ec}.merchant-license-modal__content__locations th:last-child{text-align:left!important}.merchant-license-modal__content__locations tbody tr:last-child{border-bottom:0}.merchant-license-modal__content__locations tr:not(:last-child){border-bottom:1px solid #e2e5ec}.merchant-license-modal__content__locations td{padding:5px 15px;background-color:#fff;font-weight:300}.merchant-license-modal__content__locations td:first-child{font-size:13px;font-weight:400;padding:5px 25px;color:#1e1e2d}.merchant-license-modal__content .input__wrap--disabled{background:#fff;border:1px solid #e2e5ec}.license-locations__table-body{overflow-x:hidden;max-height:261px}.license-locations__table-body scrollbar,.license-locations__table-body scrollbarbutton,.license-locations__table-body thumb{-moz-appearance:none!important}.license-locations__table-body scrollcorner{-moz-appearance:none!important;resize:both}.license-locations__table-body::-webkit-scrollbar{width:4px}.license-locations__table-body::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.license-locations__table-body::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.license-locations__table-body::-webkit-scrollbar:horizontal{height:8px}.license-locations__table-body::-webkit-scrollbar-track:horizontal{background:inherit}.license-locations__table-body::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.license-locations__table-body::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.license-locations__table-body_not-set{padding:9px 25px}.merchant-store-modal .alert{max-height:28px}.merchant-store-modal__zip,.merchant-store-modal__phone,.merchant-store-modal__contact{margin-bottom:15px}.merchant-store-modal__zip .loader-box{align-items:center}.merchant-store-modal__contact-title{width:100%;background-color:#ebeff2;color:#1e1e2d;font-weight:500;font-size:13px;margin-bottom:15px}.merchant-store-modal__contact-title .alert{max-height:none;max-height:initial}.merchant-store-modal__contact-title .alert--title{text-transform:none;height:36px}.merchant-store-modal__contact-box{width:100%;display:flex;padding:0 15px;flex-wrap:wrap;font-size:13px}.merchant-store-modal__contact-box--title{margin-right:5px}.merchant-store-modal__contact-box--info{font-weight:300}.merchant-store-modal__zip .input-zip-check__alert{position:relative}.merchant-store-modal__zip .input-zip-check__alert .lds-ring_little{top:calc(50% - 10px)}.merchant-store-modal__zip .input-zip-check__alert .lds-ring_little div{border-width:2px;width:20px;height:20px;top:0;left:0;margin:0}.merchant-store-modal .dropdown__trigger{font-weight:300;color:#1e1e2d}.merchant-store-modal .primary-checkbox{padding-top:20px;display:flex;align-items:center}.merchant-store-modal .status--primary{margin-left:10px}.merchant-store-modal .advanced-status__switcher{margin-right:15px}@media (max-width: 575px){.advanced-status__switcher .text-switcher__btn{min-width:0;min-width:initial}}@media (max-width: 359px){.primary-checkbox{flex-basis:100%;max-width:100%;margin-top:0;padding-top:0!important}}.dropdown-live-search{position:relative;display:inline-flex;flex-direction:column;width:100%;border-radius:7px}.dropdown-live-search__trigger{position:relative;display:block;align-items:center;box-sizing:border-box;width:100%;height:28px;font-weight:400;cursor:pointer;text-align:left;border:1px solid #e2e5ec;border-radius:3px;background:#fff}.dropdown-live-search__trigger .text{display:block;overflow:hidden;max-width:calc(100% - 5px);padding:0 16px 0 8px;white-space:nowrap;text-overflow:ellipsis}.dropdown-live-search__trigger.error{border-color:#f06d8d}.dropdown-live-search__trigger.placeholder .text{opacity:.7}.dropdown-live-search--focused .dropdown-live-search__trigger{border-color:#6b81dd;filter:drop-shadow(0 0 4px rgba(93,120,255,.5))}.dropdown-live-search__input{box-sizing:border-box;width:100%;height:100%;padding:0 16px 0 8px;font-weight:400;text-overflow:ellipsis;border:none;background:none}.dropdown-live-search__list{position:relative;z-index:6;top:100%;overflow-y:auto;box-sizing:border-box;min-width:100%;max-height:320px;padding:5px 0;border:1px solid #e2e5ec;background:#fff;box-shadow:0 5px 20px #00000026}.dropdown-live-search__list::-webkit-scrollbar{width:4px}.dropdown-live-search__list::-webkit-scrollbar-track{background:transparent}.dropdown-live-search__list::-webkit-scrollbar-thumb{border-radius:4px;background:#9aa0b9}.dropdown-live-search__list-top{top:auto!important;bottom:calc(100% + 4px)}.dropdown-live-search__list-item{position:relative;display:flex;overflow:hidden;align-items:center;width:100%;height:24px;padding:0 20px 0 30px;font-size:13px;font-weight:400;line-height:24px;cursor:pointer;white-space:nowrap;color:#1e1e2d;border:none;background:transparent}.dropdown-live-search__list-item--modal{position:relative;width:100%;font-size:14px;line-height:20px;text-align:left;letter-spacing:.2px;color:#1f7499}.dropdown-live-search__list-item--modal:after{position:absolute;bottom:-2px;width:300%;height:1px;content:"";background-color:#e8e9ec;transform:translate(-50%)}.dropdown-live-search__list-item--no-options{box-sizing:border-box;padding-left:8px}.dropdown-live-search__list-item:hover,.dropdown-live-search__list-item_active{background:#f2f2f8}.dropdown-live-search__list-item_disabled{pointer-events:none;opacity:.3}.dropdown-live-search__list-item-postfix{margin-left:5px}.dropdown-live-search__list-item p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dropdown-live-search__list--with-label{top:45px}.dropdown-live-search__arrow{position:absolute;top:50%;right:4px;display:flex;align-items:center;transform:translateY(-50%)}.dropdown-live-search__arrow,.dropdown-live-search__arrow svg{width:16px;height:16px}.dropdown-live-search__active-icon{position:absolute;top:0;bottom:0;left:9px;display:none;align-items:center;margin:auto}.dropdown-live-search__active-icon_active{display:flex}.dropdown-live-search__active-icon_active svg{width:16px;height:16px}.dropdown-live-search__container{position:absolute;z-index:99999;top:30px;display:block;box-sizing:border-box;background-color:#fff}.dropdown-live-search.disabled{pointer-events:none;opacity:1}.dropdown-live-search__list.disabled{opacity:1}.dropdown-live-search-mobile .dropdown-live-search__arrow{display:flex;align-items:center;justify-content:center;transform:rotate(90deg) translate(-50%);top:50%}.dropdown-live-search-mobile .dropdown-live-search__arrow svg{width:12px;height:12px;color:#9aa0b9}.dropdown-live-search-mobile .dropdown-live-search__container-wrapper{background:#171d3380;animation-name:fadeIn;animation-duration:.25s;animation-timing-function:ease;animation-fill-mode:forwards}.dropdown-live-search-mobile .dropdown-live-search__container-wrapper,.dropdown-live-search-mobile .dropdown-live-search__list-wrapper{overflow:hidden!important;position:fixed;top:0!important;left:0!important;width:100dvw;height:100dvh;max-height:100dvh}.dropdown-live-search-mobile .dropdown-live-search__list-wrapper{box-sizing:border-box;padding:8px;animation-name:slideup;animation-duration:.4s}.dropdown-live-search-mobile .dropdown-live-search__container{position:absolute;bottom:8px;top:auto;z-index:auto;width:calc(100% - 16px);margin:0;overflow:hidden;box-sizing:border-box;border-radius:24px!important;max-height:500px}.dropdown-live-search-mobile .dropdown-live-search__container--with-bottom-shadow:after{position:absolute;z-index:6;bottom:0;width:100%;height:15px;content:"";opacity:1;background:linear-gradient(180deg,#d4dae680,#d4dae64d 21.35%,#f7f8fa00);transition:all .2s;transform:rotate(180deg)}.dropdown-live-search-mobile .dropdown-live-search__container--with-bottom-shadow-hidden:after{opacity:0}.dropdown-live-search-mobile .dropdown-live-search__container--fixed-height{height:500px!important}.dropdown-live-search-mobile .dropdown-live-search__list{max-height:500px;box-shadow:none;padding:0 16px 16px!important}.dropdown-live-search-mobile .dropdown-live-search__list-header{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:16px;padding:16px;font-size:16px;font-weight:600;line-height:24px;letter-spacing:.1px;color:#3b414b}.dropdown-live-search-mobile .dropdown-live-search__list-header-row{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:24px}.dropdown-live-search-mobile .dropdown-live-search__list-header-row:first-child{padding-right:50px}.dropdown-live-search-mobile .dropdown-live-search__list-header-row .input__wrap{display:flex;align-items:center;width:100%;padding-right:8px;border:1px solid #e1e8f1;border:1px solid var(--form-input-border, #e1e8f1);border-radius:6px;background:#f8fbff!important;background:var(--black-bg-color, #f8fbff)!important}.dropdown-live-search-mobile .dropdown-live-search__list-header-row .input__wrap input{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll!important;background:initial!important}.dropdown-live-search-mobile .dropdown-live-search__list-header-row .input__close{display:flex;align-items:center;box-sizing:border-box;width:24px;min-width:24px;height:24px;padding:4px;border-radius:2px;background:#f0f1f4;background:var(--bg-gray-box, #f0f1f4)}.dropdown-live-search-mobile .dropdown-live-search__list-header-row .input__close:before,.dropdown-live-search-mobile .dropdown-live-search__list-header-row .input__close:after{top:50%;height:12px;border-radius:8px;background-color:#171d33;transform:translateY(-50%) rotate(45deg)}.dropdown-live-search-mobile .dropdown-live-search__list-header-row .input__close:after{transform:translateY(-50%) rotate(-45deg)}.dropdown-live-search-mobile .dropdown-live-search__list-header-with-shadow:after{position:absolute;z-index:10;bottom:-15px;left:0;width:100%;height:15px;content:"";opacity:1;background:linear-gradient(180deg,#d4dae680,#d4dae64d 21.35%,#f7f8fa00);transition:all .2s}.dropdown-live-search-mobile .dropdown-live-search__list-header-with-shadow-hidden:after{opacity:0}.dropdown-live-search-mobile .dropdown-live-search__list-header .dropdown-live-search__input{display:flex;align-items:center;width:100%;height:28px;padding-right:8px;border:1px solid #e1e8f1;border:1px solid var(--form-input-border, #e1e8f1);border-radius:6px;background:#f8fbff!important;background:var(--black-bg-color, #f8fbff)!important}.dropdown-live-search-mobile .dropdown-live-search__list-header .dropdown-live-search__input input{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll!important;background:initial!important}.dropdown-live-search-mobile .dropdown-live-search__list-close-icon{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:50px;height:50px;padding:16px}.dropdown-live-search-mobile .dropdown-live-search__list-close-icon svg{width:16px;height:16px;color:#a0a4b0}.dropdown-live-search-mobile .dropdown-live-search__list-item{display:flex;justify-content:space-between;height:auto!important;padding:10px 8px!important;line-height:24px}.dropdown-live-search-mobile .dropdown-live-search__list-item p{margin:0}.dropdown-live-search-mobile .dropdown-live-search__list-item-label{white-space:wrap!important}.dropdown-live-search-mobile .dropdown-live-search__list-item-label span.bg--yellow{font-weight:600;background-color:transparent!important;background-color:initial!important}.dropdown-live-search-mobile .dropdown-live-search__list-item_active{border-radius:6px;background:#f0f1f4!important;background:var(--bg-gray-box, #f0f1f4)!important}@keyframes slideup{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.offer-modal{z-index:100;margin-bottom:28px}.offer-modal .form-element__error{position:absolute;white-space:nowrap}.offer-modal .tags-dropdown:has(.tags-dropdown__error){border-color:#f06d8d;white-space:nowrap}.offer-modal .offer-stack-alert{margin:0 16px 24px;width:100%}.offer-modal .offer-stack-alert .alert{display:flex;padding:6px 4px 6px 10px;align-items:flex-start;gap:10px;color:#1e1e2d}.offer-modal .offer-stack-alert .alert .text-thin,.offer-modal .offer-stack-alert .alert .text-normal,.offer-modal .offer-stack-alert .alert .text-bold{font-size:13px;font-style:normal;line-height:20px}.offer-modal .offer-stack-alert .alert .text-thin{font-weight:300}.offer-modal .offer-stack-alert .alert .text-normal{font-weight:400}.offer-modal .offer-stack-alert .alert .text-bold{font-weight:500}.offer-modal .input__wrap{box-sizing:content-box}.offer-modal .modal__footer{position:absolute;bottom:0}.offer-modal .label{margin-bottom:0}.offer-modal .label>.label_text{font-weight:500;font-size:12px;line-height:24px}.offer-modal__offer-code:has(.form-element__error){margin-bottom:20px}.offer-modal .input__wrap>.text,.offer-modal .radio-input__label,.offer-modal input,.offer-modal textarea{font-size:13px;font-style:normal;font-weight:300;line-height:20px}.offer-modal .textarea__textarea{border-radius:4px}.offer-modal__alert{color:#1e1e2d;font-size:13px;font-weight:300;margin-top:8px;margin-left:0;margin-right:0;padding:6px 4px 6px 10px}.offer-modal__alert-mdr ul{margin:0;padding-left:16px}.offer-modal__alert-mdr ul li{line-height:20px}.offer-modal__financing-type-options{border:1px solid #e2e5ec;border-radius:4px;padding:8px}.offer-modal__financing-type-options:has(.offer-modal__loan-period-block .form-element__error),.offer-modal__financing-type-options:has(.offer-modal__loan-period-block>.offer-modal__range-inputs--error,.offer-modal__loan-period-block>.offer-modal__text-aria--error){padding:8px 8px 24px}.offer-modal__financing-type-radio .radio-group{flex-wrap:wrap}.offer-modal__financing-type-radio .radio-group .radio-input{margin-right:16px;margin-bottom:8px}.offer-modal .financing-type-options__label{text-transform:uppercase;color:#9aa0b9;font-weight:400;font-size:10px}.offer-modal .hint__button{align-items:center}.offer-modal .switcher__label{font-size:12px;font-style:normal;font-weight:500;line-height:24px}.offer-modal .switcher-hide__switcher,.offer-modal .switcher-hide__content{margin-bottom:0}.offer-modal__post-loan-box,.offer-modal__lease-to-own-box,.offer-modal__guarantee-program-box,.offer-modal__resolving-line-of-credit-box{display:flex;flex-direction:column;row-gap:8px}.offer-modal__setup-fee-block .range-inputs+.form-element__error,.offer-modal__loan-period-block .range-inputs+.form-element__error,.offer-modal__origination-fee-block .range-inputs+.form-element__error,.offer-modal__mdr-block .range-inputs+.form-element__error,.offer-modal__apr-block .range-inputs+.form-element__error{left:43px}.offer-modal__invoice-amount-block .range-inputs+.form-element__error,.offer-modal__credit-profile-block .range-inputs+.form-element__error{left:59px}.offer-modal__alert-promo--error{margin-top:15px}.offer-modal .input__wrap_error>textarea{border:1px solid #f06d8d}.offer-modal__range-inputs{position:relative}.offer-modal__range-inputs .input__wrap{border-color:#f06d8d}.offer-modal__range-inputs--error,.offer-modal__text-aria--error{margin-top:2px;margin-left:1px;position:absolute;display:block;font-size:10px;color:#f06d8d;left:43px;white-space:nowrap}.offer-modal__text-aria--error{left:16px;margin-top:0;white-space:nowrap}.offer-modal .text-switcher{height:20px;font-family:Roboto;font-weight:400;font-size:10px}.computed-offer-modal{filter:blur(1px)}.offer-modal__states .switcher-tags-dropdown__wrap{margin-top:4px;margin-bottom:8px}.offer-modal__offer-stacks-options .tags-dropdown-group__name{display:none}.offer-modal__footer{z-index:2}@media only screen and (max-width: 610px){.offer-modal__financing-type-radio .radio-group{row-gap:8px;flex-direction:column;align-items:flex-start}}@media (max-width: 575px){.offer-modal__apr-box{flex-wrap:wrap}.offer-modal__apr-box--range-inputs{margin-top:10px}}@media only screen and (max-width: 387px){.offer-modal__apr-box--fixed-input{margin-top:10px}}.partner-domain-modal{width:624px}.partner-domain-modal .modal__header-title{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;display:flex;align-items:center;color:#6b81dd}.partner-domain-modal .form-element{margin-bottom:24px}.partner-domain-modal .form-element:nth-child(3){margin-bottom:8px}.partner-domain-modal .form-element:nth-child(4){margin-bottom:0}.partner-domain-modal .form-element__label{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#1e1e2d;margin-bottom:8px}.partner-domain-modal .form-element .advanced-input .input__wrap{width:100%;background:#fff;border:1px solid #E2E5EC;border-radius:0}.partner-domain-modal .form-element .alert{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;display:flex;align-items:center;color:#1e1e2d;padding:4px 8px 4px 10px}.partner-domain-modal .modal__footer .button_dark-outline{width:63px}.partner-domain-modal .modal__footer .button_primary{width:122px}.partner-domain-modal .modal__body--no-footer{padding:16px 16px 24px}.partner-domain-modal .modal-close-icon{width:16px;height:16px}.partner-users-contacts-modal{min-height:400px}.partner-users-contacts-modal__row{display:flex}.partner-users-contacts-modal__field{margin-bottom:24px}.partner-users-contacts-modal__field:last-child{margin-bottom:0}.partner-users-contacts-modal__contacts .label{margin-bottom:10px}.partner-users-contacts-modal__contacts .checkbox-input{margin-bottom:12px!important;font-weight:300;line-height:20px;color:#1e1e2d}.partner-users-contacts-modal .label{font-size:12px}.partner-users-contacts-modal .button_primary{box-sizing:border-box;width:100px}.partner-users-contacts-modal .button_dark-outline{box-sizing:border-box;width:65px}.partner-users-contacts-modal__contacts .checkboxes-line{padding:0}.partner-users-contacts-modal__contacts .checkboxes-line .checkbox-input{width:100%;margin-right:15px;margin-bottom:5px}.add-edit-role-modal{--modal-padding: 16px;--between-fields: 12px;--edit-cell-width: 30px;--accesses-group-padding: 30px}.add-edit-role-modal .modal__body{min-height:calc(85dvh - 150px);padding:var(--modal-padding) 0}.add-edit-role-modal .row{margin:0 calc(-1 * var(--between-fields))}.add-edit-role-modal__regular-field{padding:0 var(--between-fields);margin-bottom:var(--modal-padding)}.add-edit-role-modal__regular-fields-container,.add-edit-role-modal__access-items-header,.add-edit-role-modal__access-items-container{padding:0 var(--modal-padding)}.add-edit-role-modal__access-items-header{background-color:#ebeff2;display:grid;grid-template-columns:1fr var(--edit-cell-width);font-family:Roboto;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#1e1e2d}.add-edit-role-modal__edit-cell,.add-edit-role-modal .access-item__edit-cell{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center}.add-edit-role-modal__edit-cell .checkbox-input__input,.add-edit-role-modal .access-item__edit-cell .checkbox-input__input{margin:0}.add-edit-role-modal__accesses-group{box-sizing:border-box;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-bottom:solid 1px #E2E5EC;padding:10px 0;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#1e1e2d}.add-edit-role-modal__accesses-group:last-child{border:none}.add-edit-role-modal__accesses-group_mono{height:40px;font-weight:500}.add-edit-role-modal__group-switcher-hide .form-element{margin-left:var(--accesses-group-padding)}.add-edit-role-modal__group-switcher-hide .switcher-hide__switcher{font-weight:500}.add-edit-role-modal .access-item{box-sizing:border-box;display:grid;grid-template-columns:1fr var(--edit-cell-width);height:32px;padding:4px 0}.add-edit-role-modal .access-item_mono{padding:0;height:100%}.add-edit-role-modal .access-item_subgroup{padding-left:30px}.add-edit-role-modal .access-item__switcher-label-description{color:#9aa0b9}.add-edit-role-modal .access-item .switcher{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.add-edit-role-modal__accesses-error{margin-left:var(--modal-padding)}@media (max-width: 575px){.add-edit-role-modal .access-item{display:flex;justify-content:space-between;height:auto;height:initial}}.add-edit-user-modal{--between-fields: 12px;--modal-padding: 16px}.add-edit-user-modal .row{margin:0 calc(-1 * var(--between-fields))}.add-edit-user-modal .form-element{padding:0 var(--between-fields);margin-bottom:calc(var(--between-fields) * 2)}.add-edit-user-modal .modal__body{min-height:446px;padding:var(--modal-padding) var(--modal-padding) 0 var(--modal-padding)}.add-edit-user-modal .modal__footer{padding:calc(var(--modal-padding) / 2) var(--modal-padding)}.add-edit-user-modal .lds-ring_small{top:calc(50% - 11px)}.add-edit-user-modal .lds-ring_small div{width:25px!important;height:25px!important}.add-edit-user-modal__role-type-option{text-transform:capitalize}.add-edit-user-modal__separator{height:0;min-height:0;max-height:0;line-height:0;margin:0}.add-edit-user-modal__separator .render-field--separator{margin:0}.add-edit-user-modal__field-password .input-with-action__action-container,.add-edit-user-modal__field-password .input-with-action__action-container span{color:#6b81dd}.webhook-modal__input{margin-bottom:24px}.webhook-modal__input:last-child{margin-bottom:0}.webhook-modal__input .label{font-weight:500}.webhook-modal__input .input__wrap{border-radius:0}.webhook-modal__input .input__wrap_error textarea{border-color:#f06d8d}.filters{width:100%;min-height:33px;margin-top:25px}.filters__label{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.filters .row{margin-left:-7.5px;margin-right:-7.5px}.filters .dropdown,.filters .tags-dropdown{box-sizing:border-box}.filters .dropdown{max-height:28px}.filters .tags-dropdown__trigger{min-height:26px}.filters .checkbox-input__label{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.filters__item{padding-left:7.5px!important;padding-right:7.5px!important;margin-bottom:5px}.filters__item .input__close{margin-right:7px}.filters__buttons,.filters__label{display:flex;margin-bottom:5px}.filters__label{height:28px;padding-left:7.5px;padding-right:7.5px;align-items:center}.date-range-input__arrows-block .arrow{display:flex;align-items:center}.date-range-input__arrows-block .arrow svg{width:22px}.date-range-input__range{font-size:12px}.date-range-input__toggle-button{padding-right:5px}.dropdown-live-search__list-item p{margin:0}.filter-container{min-width:100%}.filters--collapsed{display:none}@media (max-width: 991px){.lenders__filters .filters__label,.roles__filters .filters__label,.users-list__filters .filters__label{flex-basis:100%}}@media screen and (max-width: 768px){.mobile-filters-modal .applications__filters{margin:0}.mobile-filters-modal .applications__filters .alert--applications-filter-alert{margin:0;box-sizing:border-box;max-width:100%}.mobile-filters-modal .ping-tree-filters{padding:0;border:none}.mobile-filters-modal .ping-tree-filters .filters__buttons{display:none!important}}@media screen and (max-width: 575px){.date-range-input__static-part{align-items:center;height:auto;height:initial}}.promo{min-height:20px;margin-top:16px;padding:4px 8px;letter-spacing:.2px;color:#1e1e2d;border:1px solid #ffce9f;border-radius:3px;background-color:#fbf4e2;font-size:11px;font-weight:400;line-height:20px}.promo,.promo--tag{display:flex;align-items:center}.promo--tag{margin-right:8px}.promo--icon,.promo--label{margin-right:4px;color:#f59a2f}.promo--icon{width:16px;height:16px}.promo--label{font-weight:600}.promo--as-list{align-items:flex-start}.downpayment{display:inline-flex;align-items:center;border-radius:6px;padding:4px 8px;margin-bottom:4px;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.downpayment svg{width:16px;height:16px;margin-right:8px}.downpayment--default,.downpayment--red{background:#f06d8d}.downpayment--green{background:#69a457}.downpayment--warning{background-color:#fff4e5;border:1px solid #FFCE9F;color:#000}.downpayment>div:nth-child(2){margin-right:8px}.preapproved-offers-group{--log-background-color: #FFF;--log-border-left: 2px solid #BBE2C6;--log-standart-border: 1px solid #E2E5EC;display:flex;flex-direction:column;width:100%;margin-bottom:8px;box-shadow:0 2px 2px #0000000d}.preapproved-offers-group:last-child{margin-bottom:0}.preapproved-offers-group .offer-contract-signed-button{position:absolute;z-index:1;top:8px;right:8px;height:20px;padding:4px 12px;color:#fff;color:var(--Main-White, #FFF);text-align:center;font-family:Roboto;font-size:11px;font-style:normal;font-weight:400;line-height:20px}.preapproved-offers-group__name{display:inline-flex;box-sizing:border-box;padding:4px 16px;align-items:center;gap:4px;align-self:stretch;border-radius:4px 4px 0 0;background:#ebeff2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#1e1e2d;font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;line-height:20px}.preapproved-offers-group__no-suitable-offers-message{margin:8px 0 12px}.preapproved-offers-group__offers{background-color:var(--log-background-color);border-left:var(--log-border-left)}.preapproved-offers-group__offers-body{transition:height .5s;overflow:hidden}.preapproved-offers-group__offers .suitable-offer-block{display:flex;flex-direction:column;flex-wrap:wrap;padding:8px 8px 8px 16px;margin:0!important;box-sizing:border-box;border-bottom:1px solid rgba(58,72,122,.15);gap:8px;position:relative}.preapproved-offers-group__offers .suitable-offer-block:last-child{border:none!important}.preapproved-offers-group__offers .suitable-offer-block .lender-offer-id{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.preapproved-offers-group__offers .suitable-offer-block .application-logs__status--right-block__preapproved-data--row{padding-top:0;margin:0!important;border:none!important}.preapproved-offers-group__offers .application-details__more-btn{display:flex;padding:4px 8px 4px 16px;justify-content:flex-end;align-items:center;gap:4px;align-self:stretch;color:#6b81dd;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px;border:none!important;margin:0;cursor:pointer}.preapproved-offers-group__offers .application-details__more-btn:before{display:none}.preapproved-offers-group__filtered-offers .filtered-offer-block{border-left:var(--log-border-left);position:relative}.preapproved-offers-group__filtered-offers,.preapproved-offers-group__partially-unsuitable-offers{background-color:var(--log-background-color);border-left:var(--log-border-left);transition:height .5s,border .1s step-start;overflow:hidden;position:relative}.preapproved-offers-group__filtered-offers-toggle,.preapproved-offers-group__partially-unsuitable-offers-toggle{box-sizing:border-box;flex-direction:column;align-items:flex-start;display:flex;padding:4px 8px 4px 16px;gap:4px;align-self:stretch;background-color:var(--log-background-color);border-left:var(--log-border-left);border-bottom:var(--log-standart-border);color:#1e1e2d;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:24px}.preapproved-offers-group__filtered-offers-toggle-label,.preapproved-offers-group__partially-unsuitable-offers-toggle-label{display:flex;align-items:center;gap:4px}.preapproved-offers-group__filtered-offers-toggle svg,.preapproved-offers-group__partially-unsuitable-offers-toggle svg{min-width:16px;width:16px;min-height:16px;height:16px;color:#1e1e2d}.preapproved-offers-group__filtered-offers .filtered-offer-block,.preapproved-offers-group__partially-unsuitable-offers .filtered-offer-block{display:flex;flex-wrap:wrap;gap:8px;padding:8px 8px 8px 16px;margin:0!important;box-sizing:border-box;border-bottom:var(--log-standart-border);position:relative}.preapproved-offers-group__filtered-offers .filtered-offer-block .offer-filtered-cause,.preapproved-offers-group__partially-unsuitable-offers .filtered-offer-block .offer-filtered-cause{display:flex;margin:0;align-items:center;color:#f06d8d;font-family:Roboto;font-size:11px;font-style:normal;font-weight:400;line-height:20px}.preapproved-offers-group__filtered-offers .filtered-offer-block .application-logs__status--right-block__preapproved-data--row,.preapproved-offers-group__partially-unsuitable-offers .filtered-offer-block .application-logs__status--right-block__preapproved-data--row{padding-top:0;margin:0!important;border:none!important}.preapproved-offers-group__filtered-offers{background-color:#f7f8fa;border-width:0}.preapproved-offers-group__filtered-offers-toggle{background-color:#f7f8fa}.preapproved-offers-group .lender-offer-id,.preapproved-offers-group .unknown-id-offers-count{display:inline-flex;padding:0 8px;align-items:center;border-radius:3px;background:#535e8880;color:#fff;font-family:Roboto;font-size:11px;font-style:normal;font-weight:400;line-height:20px}.preapproved-offers-group .lender-offer-id--unknown,.preapproved-offers-group .unknown-id-offers-count--unknown{background:#f06d8d}.preapproved-offers-group .unknown-id-offers-count{gap:4px;background:#f06d8d}.preapproved-offers-group .unknown-id-offers-count svg{color:#fff}.preapproved-offers-group__partially-unsuitable-offers-toggle-box{display:flex}.preapproved-offers-group__partially-unsuitable-offers-toggle-box,.preapproved-offers-group__filtered-offers-toggle-wrapper{flex-direction:row;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.preapproved-offers-group__filtered-offers--disabled .application-logs__status--right-block__preapproved-data--row{pointer-events:none;opacity:.5}.preapproved-offers-group__partially-unsuitable-offers-toggle-label{font-weight:500}@media screen and (max-width: 768px){.preapproved-offers-group__name{font-weight:500}.preapproved-offers-group .application-details__more-btn{justify-content:flex-start}.preapproved-offers-group__filtered-offers-toggle-label svg{display:none}}.application-logs{width:100%;margin-top:-24px}.application-logs .li-item{position:relative;padding-left:16px}.application-logs .li-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:#1e1e2d;height:3px;width:3px;border-radius:50%}.application-logs .double-string{position:relative;min-width:0;padding:0}.application-logs .double-string__value{position:relative;max-width:100%;margin:0 0 4px}.application-logs .double-string__description{margin:0;white-space:nowrap}.application-logs .funds-released{display:flex;width:100%}.application-logs .funds-released__right-block{display:flex;flex-wrap:wrap;width:100%}.application-logs .funds-released__right-block .double-string:first-child{border-right:none;min-width:0;min-width:initial}.application-logs__statuses-sort{display:flex;margin:8px 0 20px 105px;font-weight:400;font-size:10px;line-height:20px;text-transform:uppercase}.application-logs__statuses-sort svg{min-height:16px;min-width:16px;max-width:16px;max-height:16px;color:#9aa0b9}.application-logs__statuses-sort>div{display:flex;align-items:center}.application-logs__statuses-sort--label{color:#9aa0b9}.application-logs__statuses-sort .link{display:flex;justify-content:flex-start;align-items:center;cursor:pointer;color:#6b81dd}.application-logs__status{position:relative;display:flex;padding-left:115px}.application-logs__status--left-block{position:absolute;top:0;left:0;width:115px;margin:0;font-style:normal;font-weight:400;font-size:13px;line-height:20px}.application-logs__status--waiting .application-logs__status--left-block,.application-logs__status--completeProject .application-logs__status--left-block{visibility:hidden;min-height:0;max-height:0}.application-logs__status--timeline{position:relative;display:flex;justify-content:center;width:20px;min-width:20px;margin-right:24px}.application-logs__status--timeline:before{position:relative;z-index:1;display:block;width:0;height:100%;content:"";border-right:2px dashed #9aa0b9}.application-logs__status--timeline__point{display:flex;align-items:center;justify-content:center;position:absolute;z-index:2;top:0;box-sizing:border-box;width:20px;height:20px;border:2px solid rgb(155,155,155);border-radius:50%;background:#fff}.application-logs__status--timeline__point-dot{width:6px;height:6px;background-color:#9aa0b9;border-radius:15px}.application-logs__status:last-child .application-logs__status--timeline:before{height:0}.application-logs__status--fundsRequestedConfirmed .application-logs__status--timeline__point,.application-logs__status--finturfFundsApproved .application-logs__status--timeline__point,.application-logs__status--confirmed .application-logs__status--timeline__point,.application-logs__status--preapproved .application-logs__status--timeline__point,.application-logs__status--offersSentToCustomer .application-logs__status--timeline__point,.application-logs__status--cc-contract-completed .application-logs__status--timeline__point{color:#78c58d;border-color:#78c58d}.application-logs__status--leadSentToCustomer .application-logs__status--timeline__point,.application-logs__status--leadSoldMerchant .application-logs__status--timeline__point,.application-logs__status--leadSelectNextMerchant .application-logs__status--timeline__point,.application-logs__status--customerFunded .application-logs__status--timeline__point,.application-logs__status--fundsReleased .application-logs__status--timeline__point,.application-logs__status--fundsApproved .application-logs__status--timeline__point,.application-logs__status--partiallyFunded .application-logs__status--timeline__point,.application-logs__status--approved .application-logs__status--timeline__point{color:#fff;background-color:#78c58d;border-color:#78c58d}.application-logs__status--leadAllOffersFiltered .application-logs__status--timeline__point,.application-logs__status--declined .application-logs__status--timeline__point,.application-logs__status--declinedByCustomer .application-logs__status--timeline__point,.application-logs__status--rejectedByCustomer .application-logs__status--timeline__point,.application-logs__status--checkTotalFinancing .application-logs__status--timeline__point,.application-logs__status--rejectedByLender .application-logs__status--timeline__point{color:#fff;background-color:#f06d8d;border-color:#f06d8d}.application-logs__status--expired .application-logs__status--timeline__point svg{color:#9aa0b9}.application-logs__status--canceledByLender .application-logs__status--timeline__point svg,.application-logs__status--expired .application-logs__status--timeline__point svg{width:12px;height:12px;stroke-width:3px}.application-logs__status--expired .application-logs__status--right-block__body{margin-top:4px}.application-logs__status--expired .application-logs__status--right-block{margin-top:3px}.application-logs__status--fundsRequestedRejected .application-logs__status--timeline__point,.application-logs__status--notApproved .application-logs__status--timeline__point,.application-logs__status--notPreApproved .application-logs__status--timeline__point,.application-logs__status--rejected .application-logs__status--timeline__point,.application-logs__status--canceledByLender .application-logs__status--timeline__point,.application-logs__status--canceledByMerchantUser .application-logs__status--timeline__point{color:#f06d8d;border-color:#f06d8d}.application-logs__status--importantMessage .application-logs__status--timeline__point,.application-logs__status--contractSigned .application-logs__status--timeline__point,.application-logs__status--contractSignedMessage .application-logs__status--timeline__point{color:#6b81dd;border-color:#6b81dd}.application-logs__status--manualStatusChange .application-logs__status--timeline__point{color:#fff;background-color:#6b81dd;border-color:#6b81dd}.application-logs__status--manualStatusChange .application-logs__status--timeline__point svg{stroke-width:3}.application-logs__status--manualStatusChange .manual-status-change__label{line-height:20px}.application-logs__status--manualStatusChange .manual-status-change__label-role{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-size:13px;font-weight:400}.application-logs__status--manualStatusChange .application-logs__status--right-block__body{margin-top:5px}.application-logs__status--manualStatusChange .manual-status-change__note{margin-top:2px}.application-logs__status--finturfFundsApprovalRequired .application-logs__status--timeline__point,.application-logs__status--stageFundsRequested .application-logs__status--timeline__point,.application-logs__status--fundsRequested .application-logs__status--timeline__point,.application-logs__status--reviewByLender .application-logs__status--timeline__point,.application-logs__status--documentUploadPending .application-logs__status--timeline__point,.application-logs__status--reviewByLenderStipulations .application-logs__status--timeline__point,.application-logs__status--fundsRequestedCompleted .application-logs__status--timeline__point{border-color:#f59a2f;color:#f59a2f}.application-logs__status--importantMessage svg,.application-logs__status--leadSoldMerchant svg,.application-logs__status--leadSentToCustomer svg,.application-logs__status--leadSelectNextMerchant svg,.application-logs__status--stageFundsRequested svg{width:12px;height:12px}.application-logs__status--customerSkippedLender .application-logs__status--timeline__point,.application-logs__status--allOffersWereRejectedByCustomer .application-logs__status--timeline__point,.application-logs__status--allOffersOrLendersWereRejectedByCustomer .application-logs__status--timeline__point,.application-logs__status--customerRejectLender .application-logs__status--timeline__point{border:none}.application-logs__status--customerSkippedLender img,.application-logs__status--allOffersWereRejectedByCustomer img,.application-logs__status--allOffersOrLendersWereRejectedByCustomer img,.application-logs__status--customerRejectLender img{width:24px;height:24px;margin-top:3px}.application-logs__status--reviewByLender .application-logs__status--timeline__point svg,.application-logs__status--reviewByLenderStipulations .application-logs__status--timeline__point svg{transform:scaleX(.9)}.application-logs__status--refund .application-logs__status--timeline__point{border-color:#f59a2f;background-color:#f59a2f;color:#fff}.application-logs__status--finturfFundsApprovalRequired .post-log__item-event__waiting,.application-logs__status--documentUploadPending .post-log__item-event__waiting,.application-logs__status--pending .application-logs__status--timeline__point .post-log__item-event__waiting{border-color:#f59a2f}.application-logs__status--finturfFundsApprovalRequired .post-log__item-event__waiting:before,.application-logs__status--finturfFundsApprovalRequired .post-log__item-event__waiting:after,.application-logs__status--documentUploadPending .post-log__item-event__waiting:before,.application-logs__status--documentUploadPending .post-log__item-event__waiting:after,.application-logs__status--pending .application-logs__status--timeline__point .post-log__item-event__waiting:before,.application-logs__status--pending .application-logs__status--timeline__point .post-log__item-event__waiting:after{background:#f59a2f}.application-logs__status--finturfFundsApprovalRequired,.application-logs__status--documentUploadPending,.application-logs__status--changeOrderManualReviewAwaiting,.application-logs__status--pending .application-logs__status--timeline__point,.application-logs__status--waiting .application-logs__status--timeline__point{border:none}.application-logs__status--finturfFundsApprovalRequired .post-log__item-event__waiting,.application-logs__status--documentUploadPending .post-log__item-event__waiting,.application-logs__status--changeOrderManualReviewAwaiting .post-log__item-event__waiting,.application-logs__status--pending .application-logs__status--timeline__point .post-log__item-event__waiting,.application-logs__status--waiting .application-logs__status--timeline__point .post-log__item-event__waiting{margin:0}.application-logs__status--changeOrderManualReviewAwaiting .application-logs__status--right-block__body{margin-top:5px}.application-logs__status--changeOrderPending .application-logs__status--timeline__point,.application-logs__status--changeOrderError .application-logs__status--timeline__point,.application-logs__status--changeOrderConfirmed .application-logs__status--timeline__point,.application-logs__status--changeOrderRejected .application-logs__status--timeline__point{border-color:#c09a40;color:#c09a40}.application-logs__status--changeOrderPending .application-logs__status--timeline__point svg,.application-logs__status--changeOrderError .application-logs__status--timeline__point svg,.application-logs__status--changeOrderConfirmed .application-logs__status--timeline__point svg,.application-logs__status--changeOrderRejected .application-logs__status--timeline__point svg{max-width:12px;max-height:12px}.application-logs__status--right-block{box-sizing:border-box;width:100%;font-style:normal;padding-bottom:40px}.application-logs__status--right-block__label{font-style:normal;font-weight:400;font-size:13px;line-height:20px;margin-bottom:4px;color:#1e1e2d;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.application-logs__status--right-block__public-link-wrapper{display:flex;align-items:center;flex-wrap:nowrap}.application-logs__status--right-block__public-link-wrapper .public-link-wrapper__label{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-size:10px;text-transform:uppercase;margin-right:8px;-webkit-user-select:none;user-select:none;margin-top:2px}.application-logs__status--right-block__public-link-wrapper .public-link-wrapper__link{width:16px;height:16px;color:#9aa0b9;color:var(--Text-Title, #9AA0B9);margin-right:4px;cursor:pointer}.application-logs__status--right-block__public-link-wrapper .public-link-wrapper__link:hover{color:#6b81dd}.application-logs__status--right-block__public-link-wrapper .public-link-wrapper__copy:hover{background-color:transparent;background-color:initial}.application-logs__status--right-block__public-link-wrapper .public-link-wrapper__copy:hover svg{color:#6b81dd}.application-logs__status--right-block__body{display:flex;background:#fff;box-shadow:0 2px 2px #0000000d;padding-left:20px}.application-logs__status--right-block h3{width:100%;margin:0 0 2px}.application-logs__status--right-block .double-string:first-child{box-sizing:border-box;min-width:132px;padding-right:4px;border-right:1px solid #E2E5EC}.application-logs__status--right-block .double-string:first-child .double-string__value{font-weight:700}.application-logs__status--right-block .change-order__confirmed{color:#00b031;font-weight:700}.application-logs__status--right-block .change-order__rejected{color:#f06d8d;font-weight:700}.application-logs__status--right-block__preapproved-data--item-td-apr{min-width:55px!important}.application-logs__status--right-block__preapproved-data--item-td-term{min-width:75px!important}.application-logs__status--right-block__data--item__row{flex-wrap:wrap}.application-logs__status--right-block__data--documents-list__item:not(:last-child){padding-bottom:8px;border-bottom:1px solid #E2E5EC}.application-logs__status--right-block__data--documents-list__item:not(:first-child){margin-top:8px}.application-logs__status--right-block__data--documents-list__item .documents-list__item-description{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:13px;font-style:normal;font-weight:700;line-height:20px;margin-right:8px}.application-logs__status--right-block__data--documents-list__item .documents-list__item-status{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase}.application-logs__status--right-block__data--documents-list__item .documents-list__item-message{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-size:13px;font-style:normal;font-weight:400;line-height:20px}.application-logs__status:last-child .application-logs__status--right-block{margin-bottom:0;padding-bottom:0}.application-logs__status--leadReceived .application-logs__status--right-block__body,.application-logs__status--leadSelectMerchant .application-logs__status--right-block__body,.application-logs__status--leadSelectNextMerchant .application-logs__status--right-block__body,.application-logs__status--sentToCustomer .application-logs__status--right-block__body,.application-logs__status--resentToCustomer .application-logs__status--right-block__body{min-width:0;border-left:2px solid #9AA0B9;padding:8px 24px 8px 20px}.application-logs__status--leadReceived .application-logs__status--right-block__body .double-string,.application-logs__status--leadSelectMerchant .application-logs__status--right-block__body .double-string,.application-logs__status--leadSelectNextMerchant .application-logs__status--right-block__body .double-string,.application-logs__status--sentToCustomer .application-logs__status--right-block__body .double-string,.application-logs__status--resentToCustomer .application-logs__status--right-block__body .double-string{margin:8px 24px 8px 0}.application-logs__status--recalculated .application-logs__status--right-block__body{background:none;box-shadow:none;padding:0}.application-logs__status--recalculated .application-logs__status--timeline__point svg{max-width:12px;max-height:12px}.application-logs__status--pending .application-logs__status--right-block,.application-logs__status--reviewByLender .application-logs__status--right-block,.application-logs__status--documentUploadPending .application-logs__status--right-block,.application-logs__status--reviewByLenderStipulations .application-logs__status--right-block{flex-direction:column}.application-logs__status--pending .application-logs__status--right-block__body,.application-logs__status--reviewByLender .application-logs__status--right-block__body,.application-logs__status--documentUploadPending .application-logs__status--right-block__body,.application-logs__status--reviewByLenderStipulations .application-logs__status--right-block__body{padding:8px 22px;border-left:2px solid #f59a2f;color:#9aa0b9}.application-logs__status--pending .application-logs__status--right-block__body .lendKey,.application-logs__status--reviewByLender .application-logs__status--right-block__body .lendKey,.application-logs__status--documentUploadPending .application-logs__status--right-block__body .lendKey,.application-logs__status--reviewByLenderStipulations .application-logs__status--right-block__body .lendKey{color:#1e1e2d}.application-logs__status--documentUploadPending .application-logs__status--right-block__data{width:100%}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block__body,.application-logs__status--preapproved .application-logs__status--right-block__body,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__body{flex-direction:column;background:transparent;box-shadow:none;padding:0}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block h4,.application-logs__status--preapproved .application-logs__status--right-block h4,.application-logs__status--offersSentToCustomer .application-logs__status--right-block h4{font-size:12px;font-weight:500;line-height:18px;letter-spacing:.2px;color:#3b414b}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block h4.h4-varidi,.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block h4.h4-okinus,.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block h4.h4-microf,.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block h4.h4-eve,.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block h4.h4-even,.application-logs__status--preapproved .application-logs__status--right-block h4.h4-varidi,.application-logs__status--preapproved .application-logs__status--right-block h4.h4-okinus,.application-logs__status--preapproved .application-logs__status--right-block h4.h4-microf,.application-logs__status--preapproved .application-logs__status--right-block h4.h4-eve,.application-logs__status--preapproved .application-logs__status--right-block h4.h4-even,.application-logs__status--offersSentToCustomer .application-logs__status--right-block h4.h4-varidi,.application-logs__status--offersSentToCustomer .application-logs__status--right-block h4.h4-okinus,.application-logs__status--offersSentToCustomer .application-logs__status--right-block h4.h4-microf,.application-logs__status--offersSentToCustomer .application-logs__status--right-block h4.h4-eve,.application-logs__status--offersSentToCustomer .application-logs__status--right-block h4.h4-even{margin:8px 0}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block h4.h4-even,.application-logs__status--preapproved .application-logs__status--right-block h4.h4-even,.application-logs__status--offersSentToCustomer .application-logs__status--right-block h4.h4-even{margin-left:5px;margin-bottom:4px}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block .double-string,.application-logs__status--preapproved .application-logs__status--right-block .double-string,.application-logs__status--offersSentToCustomer .application-logs__status--right-block .double-string{margin:4px 24px 4px 0}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block__preapproved-data,.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data{display:flex;flex-direction:column;box-sizing:border-box;width:100%}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block__preapproved-data--row,.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data--row,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data--row{display:flex;flex-direction:row;width:100%;border-bottom:1px solid #E2E5EC;padding:16px 0}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block__preapproved-data--row:last-child,.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data--row:last-child,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data--row:last-child{margin-bottom:16px;padding-bottom:0;border-bottom:none}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block__preapproved-data--item__row,.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data--item__row,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data--item__row{display:flex;flex-direction:row}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block__preapproved-data--item__row .apr-with-autopay,.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data--item__row .apr-with-autopay,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data--item__row .apr-with-autopay{font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.2px;color:#69a457}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block__preapproved-data--item:first-child .double-string,.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data--item:first-child .double-string,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data--item:first-child .double-string{display:flex;align-items:flex-start;justify-content:flex-start;height:100%}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block__preapproved-data--item:nth-child(n+2) .double-string:first-child,.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data--item:nth-child(n+2) .double-string:first-child,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data--item:nth-child(n+2) .double-string:first-child{min-width:auto;padding-right:0;border:none}.application-logs__status--fundingAutomaticallyProcessed .application-logs__status--right-block__preapproved-data--item:nth-child(n+2) .double-string:first-child .double-string__value,.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data--item:nth-child(n+2) .double-string:first-child .double-string__value,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data--item:nth-child(n+2) .double-string:first-child .double-string__value{font-weight:400}.application-logs__status--approved .application-logs__status--right-block__body{flex-direction:column;justify-content:center;border-left:2px solid #78C58D;padding:8px 24px 8px 20px}.application-logs__status--approved .application-logs__status--right-block h4{font-size:12px;font-weight:500;line-height:18px;letter-spacing:.2px;color:#3b414b}.application-logs__status--approved .application-logs__status--right-block h4.h4-varidi,.application-logs__status--approved .application-logs__status--right-block h4.h4-okinus,.application-logs__status--approved .application-logs__status--right-block h4.h4-microf,.application-logs__status--approved .application-logs__status--right-block h4.h4-eve,.application-logs__status--approved .application-logs__status--right-block h4.h4-even{margin:8px 0}.application-logs__status--approved .application-logs__status--right-block h4.h4-even{margin-left:5px;margin-bottom:4px}.application-logs__status--approved .application-logs__status--right-block .double-string{margin:8px 24px 8px 0}.application-logs__status--approved .application-logs__status--right-block__approved-data{display:flex}.application-logs__status--approved .application-logs__status--right-block__approved-data--item{display:flex;flex-direction:column}.application-logs__status--approved .application-logs__status--right-block__approved-data--item__row{display:flex;flex-direction:row}.application-logs__status--approved .application-logs__status--right-block__approved-data--item__row .apr-with-autopay{font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.2px;color:#69a457}.application-logs__status--approved .application-logs__status--right-block__approved-data--item:first-child .double-string{display:flex;align-items:flex-start;justify-content:flex-start;height:100%}.application-logs__status--approved .application-logs__status--right-block__approved-data--item:nth-child(n+2) .double-string:first-child{min-width:auto;padding-right:0;border-right:none}.application-logs__status--approved .application-logs__status--right-block__approved-data--item:nth-child(n+2) .double-string:first-child .double-string__value{font-weight:400}.application-logs__status--approved-ftl:not(.application-logs__status--approved-offerSelected) .application-logs__status--right-block .double-string{border-right:none}.application-logs__status--approved-ftl:not(.application-logs__status--approved-offerSelected) .application-logs__status--right-block .double-string__value{font-weight:400!important}.application-logs__status--manualStatusChange .application-logs__status--right-block__body,.application-logs__status--changeOrderConfirmed .application-logs__status--right-block__body,.application-logs__status--changeOrderManualCompleted .application-logs__status--right-block__body,.application-logs__status--contractSigned .application-logs__status--right-block__body{display:flex;border-left:2px solid #6b81dd;padding:8px 24px 8px 20px}.application-logs__status--manualStatusChange .application-logs__status--right-block .double-string,.application-logs__status--changeOrderConfirmed .application-logs__status--right-block .double-string,.application-logs__status--changeOrderManualCompleted .application-logs__status--right-block .double-string,.application-logs__status--contractSigned .application-logs__status--right-block .double-string{margin:4px 24px 4px 0}.application-logs__status--manualStatusChange .application-logs__status--right-block__contract-signed-data,.application-logs__status--changeOrderConfirmed .application-logs__status--right-block__contract-signed-data,.application-logs__status--changeOrderManualCompleted .application-logs__status--right-block__contract-signed-data,.application-logs__status--contractSigned .application-logs__status--right-block__contract-signed-data{display:flex;flex-direction:row}.application-logs__status--contractSignedMessage .application-logs__status--right-block{padding-top:4px;padding-bottom:40px}.application-logs__status--changeOrderManualCompleted .application-logs__status--right-block__body{border-left:2px solid #9AA0B9}.application-logs__status--contractSigned-varidi .application-logs__status--right-block__body{display:flex;flex-direction:column}.application-logs__status--contractSigned-varidi .application-logs__status--right-block__body__contract-signed-data .double-string:last-of-type{padding-left:24px;border-left:1px solid #D6D9E4}.application-logs__status--contractSigned-varidi .application-logs__status--right-block__body h4{font-size:12px;font-weight:500;line-height:18px;letter-spacing:.2px;color:#3b414b;margin:8px 0}.application-logs__status--notApproved .application-logs__status--right-block,.application-logs__status--notPreApproved .application-logs__status--right-block,.application-logs__status--resultAmountLessThanRequested .application-logs__status--right-block,.application-logs__status--canceledByMerchantUser .application-logs__status--right-block,.application-logs__status--canceledByLender .application-logs__status--right-block,.application-logs__status--canceled .application-logs__status--right-block,.application-logs__status--refund .application-logs__status--right-block{flex-direction:column}.application-logs__status--notApproved .application-logs__status--right-block__body,.application-logs__status--notPreApproved .application-logs__status--right-block__body,.application-logs__status--resultAmountLessThanRequested .application-logs__status--right-block__body,.application-logs__status--canceledByMerchantUser .application-logs__status--right-block__body,.application-logs__status--canceledByLender .application-logs__status--right-block__body,.application-logs__status--canceled .application-logs__status--right-block__body,.application-logs__status--refund .application-logs__status--right-block__body{border-left:2px solid #f06d8d;padding:8px 22px}.application-logs__status--canceledByMerchantUser .application-logs__status--right-block__body,.application-logs__status--canceledByLender .application-logs__status--right-block__body,.application-logs__status--canceled .application-logs__status--right-block__body{flex-direction:column;border-left:2px solid #f06d8d;padding:8px 22px}.application-logs__status--canceledByMerchantUser .application-logs__status--right-block__body .reason-list,.application-logs__status--canceledByLender .application-logs__status--right-block__body .reason-list,.application-logs__status--canceled .application-logs__status--right-block__body .reason-list{margin:4px 0 0;padding-left:16px}.application-logs__status--canceledByMerchantUser .application-logs__status--right-block__body .additional-info,.application-logs__status--canceledByLender .application-logs__status--right-block__body .additional-info,.application-logs__status--canceled .application-logs__status--right-block__body .additional-info{margin-top:8px}.application-logs__status--refund .application-logs__status--right-block__body{border-left:2px solid #f59a2f}.application-logs__status--refund .application-logs__status--right-block .double-string{margin-right:24px}.application-logs__status--refund .application-logs__status--right-block .double-string:first-child{padding-right:24px}.application-logs__status--refund .application-logs__status--right-block .double-string:nth-child(n+2) .double-string__value{font-weight:500}.application-logs__status--refund .application-logs__status--right-block .double-string:last-of-type{border:none}.application-logs__status--changeOrderError .application-logs__status--right-block,.application-logs__status--declined .application-logs__status--right-block,.application-logs__status--canceledByLender .application-logs__status--right-block,.application-logs__status--declinedByCustomer .application-logs__status--right-block{flex-direction:column}.application-logs__status--changeOrderError .application-logs__status--right-block__body,.application-logs__status--declined .application-logs__status--right-block__body,.application-logs__status--canceledByLender .application-logs__status--right-block__body,.application-logs__status--declinedByCustomer .application-logs__status--right-block__body{border-left:2px solid #f06d8d;padding:8px 22px}.application-logs__status--changeOrderManualReviewAwaiting .application-logs__status--right-block,.application-logs__status--expired .application-logs__status--right-block{flex-direction:column}.application-logs__status--changeOrderManualReviewAwaiting .application-logs__status--right-block__body,.application-logs__status--expired .application-logs__status--right-block__body{border-left:2px solid #9AA0B9;padding:8px 22px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.application-logs__status--changeOrderConfirmed .application-logs__status--right-block .change-order-error,.application-logs__status--changeOrderError .application-logs__status--right-block .change-order-error{text-transform:lowercase;color:#f06d8d;font-weight:700}.application-logs__status--changeOrderConfirmed .application-logs__status--right-block__body,.application-logs__status--changeOrderError .application-logs__status--right-block__body{margin-top:4px}.application-logs__status--changeOrderError .application-logs__status--right-block__body{justify-content:space-between}.application-logs__status--changeOrderError .application-logs__status--right-block__body span{display:flex;align-items:center}.application-logs__status--changeOrderError-is-body-hidden .application-logs__status--right-block__body{display:none}.application-logs__status--leadSentToCustomer .application-logs__status--right-block,.application-logs__status--leadSoldMerchant .application-logs__status--right-block,.application-logs__status--leadAllOffersFiltered .application-logs__status--right-block,.application-logs__status--checkTotalFinancing .application-logs__status--right-block{background:none;background-color:transparent;background-color:initial;box-shadow:none}.application-logs__status--leadSentToCustomer .application-logs__status--right-block__body,.application-logs__status--leadSoldMerchant .application-logs__status--right-block__body,.application-logs__status--leadAllOffersFiltered .application-logs__status--right-block__body,.application-logs__status--checkTotalFinancing .application-logs__status--right-block__body{background:none;box-shadow:none;padding:0}.application-logs__status--leadSentToCustomer .application-logs__status--right-block__body b,.application-logs__status--leadSoldMerchant .application-logs__status--right-block__body b,.application-logs__status--leadAllOffersFiltered .application-logs__status--right-block__body b,.application-logs__status--checkTotalFinancing .application-logs__status--right-block__body b{font-weight:500}.application-logs__status--rejectedByCustomer .application-logs__status--right-block{display:flex;align-items:center}.application-logs__status--resultAmountLessThanRequested .application-logs__status--right-block{justify-content:center}.application-logs__status--resultAmountLessThanRequested .application-logs__status--right-block>div{display:block}.application-logs__status--resultAmountLessThanRequested .application-logs__status--right-block>div>span{font-weight:600;color:red}.application-logs__status--fundsReleased .application-logs__status--right-block__body,.application-logs__status--fundsApproved .application-logs__status--right-block__body,.application-logs__status--partiallyFunded .application-logs__status--right-block__body,.application-logs__status--customerFunded .application-logs__status--right-block__body{display:flex;flex-direction:row;padding:8px 24px 8px 20px;border-left:2px solid #78c58d}.application-logs__status--fundsReleased .application-logs__status--right-block .double-string,.application-logs__status--fundsApproved .application-logs__status--right-block .double-string,.application-logs__status--partiallyFunded .application-logs__status--right-block .double-string,.application-logs__status--customerFunded .application-logs__status--right-block .double-string{margin:4px 24px 4px 0}.application-logs__status--customerFunded .application-logs__status--right-block__body .double-string:last-child .double-string__value{max-width:none;max-width:initial;white-space:wrap;margin-bottom:0;margin-top:4px}.application-logs__status--fundsReleased .application-logs__status--right-block .double-string,.application-logs__status--fundsApproved .application-logs__status--right-block .double-string{margin:4px 24px 4px 0}.application-logs__status--fundsReleased .application-logs__status--right-block__body,.application-logs__status--fundsApproved .application-logs__status--right-block__body{display:flex;flex-direction:row;padding:8px 24px 8px 20px}.application-logs__status--fundsReleased .application-logs__status--right-block__data,.application-logs__status--fundsApproved .application-logs__status--right-block__data{display:flex}.application-logs__status--fundsReleased .application-logs__status--right-block__data--item,.application-logs__status--fundsApproved .application-logs__status--right-block__data--item{display:flex;flex-direction:column;height:100%}.application-logs__status--fundsReleased .application-logs__status--right-block__data--item__row,.application-logs__status--fundsApproved .application-logs__status--right-block__data--item__row{display:flex;flex-direction:row;margin-bottom:0;margin-top:24px}.application-logs__status--fundsReleased .application-logs__status--right-block__data--item__row:first-child,.application-logs__status--fundsApproved .application-logs__status--right-block__data--item__row:first-child{margin-top:0}.application-logs__status--fundsReleased .application-logs__status--right-block__data--item__row-title,.application-logs__status--fundsApproved .application-logs__status--right-block__data--item__row-title{text-transform:uppercase;margin-bottom:8px}.application-logs__status--fundsReleased .application-logs__status--right-block__data--item:first-child .double-string,.application-logs__status--fundsApproved .application-logs__status--right-block__data--item:first-child .double-string{height:100%}.application-logs__status--fundsReleased .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child,.application-logs__status--fundsApproved .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child{min-width:auto;padding-right:0;border-right:none}.application-logs__status--fundsReleased .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child .double-string__value,.application-logs__status--fundsApproved .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child .double-string__value{font-weight:400}.application-logs__status--finturfFundsApprovalRequired .application-logs__status--right-block__body{box-sizing:border-box;max-height:36px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 24px 8px 20px;border-left:2px solid #f59a2f}.application-logs__status--finturfFundsApprovalRequired .application-logs__status--right-block .button_link{padding:0;font-size:13px;font-style:normal;font-weight:700;line-height:20px}.application-logs__status--finturfFundsApproved .application-logs__status--right-block .finturfFundsApproved__status{font-size:13px;font-style:normal;font-weight:700}.application-logs__status--finturfFundsApproved .application-logs__status--right-block .finturfFundsApproved__role{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-size:13px;font-style:normal;font-weight:400}.application-logs__status--fundsRequested .application-logs__status--right-block .double-string,.application-logs__status--stageFundsRequested .application-logs__status--right-block .double-string,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block .double-string{margin:4px 24px 4px 0;justify-content:flex-start}.application-logs__status--fundsRequested .application-logs__status--right-block__body,.application-logs__status--stageFundsRequested .application-logs__status--right-block__body,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__body{display:flex;flex-direction:row;padding:8px 24px 8px 20px;border-left:2px solid #f59a2f}.application-logs__status--fundsRequested .application-logs__status--right-block__data,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data{display:flex}.application-logs__status--fundsRequested .application-logs__status--right-block__data--files-list,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--files-list,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--files-list{display:none;align-items:center;margin-top:4px}.application-logs__status--fundsRequested .application-logs__status--right-block__data--files-list svg,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--files-list svg,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--files-list svg{width:16px;height:16px;color:#a0a4b0}.application-logs__status--fundsRequested .application-logs__status--right-block__data--files-list__item,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--files-list__item,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--files-list__item{position:relative;padding:0 4px;cursor:pointer}.application-logs__status--fundsRequested .application-logs__status--right-block__data--files-list__item:not(:last-child):after,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--files-list__item:not(:last-child):after,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--files-list__item:not(:last-child):after{position:absolute;top:50%;right:0;display:block;width:4px;height:4px;content:"";transform:translateY(-50%);border:none;border-radius:50%;background:#a0a4b0}.application-logs__status--fundsRequested .application-logs__status--right-block__data--item,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--item,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item{display:flex;flex-direction:column;height:100%}.application-logs__status--fundsRequested .application-logs__status--right-block__data--item__row,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--item__row,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item__row{display:flex;flex-direction:row;margin-bottom:0;margin-top:24px}.application-logs__status--fundsRequested .application-logs__status--right-block__data--item__row:first-child,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--item__row:first-child,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item__row:first-child{margin-top:0}.application-logs__status--fundsRequested .application-logs__status--right-block__data--item__row--microf-funds-requirements,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--item__row--microf-funds-requirements,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item__row--microf-funds-requirements{flex-direction:column}.application-logs__status--fundsRequested .application-logs__status--right-block__data--item__row-title,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--item__row-title,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item__row-title{text-transform:uppercase;margin-bottom:8px}.application-logs__status--fundsRequested .application-logs__status--right-block__data--item:first-child .double-string,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--item:first-child .double-string,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item:first-child .double-string{height:100%}.application-logs__status--fundsRequested .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child{min-width:auto;padding-right:0;border-right:none}.application-logs__status--fundsRequested .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child .double-string__value,.application-logs__status--stageFundsRequested .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child .double-string__value,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item:nth-child(n+2) .double-string:first-child .double-string__value{font-weight:400}.application-logs__status--waiting .application-logs__status--right-block,.application-logs__status--completeProject .application-logs__status--right-block,.application-logs__status--confirmed .application-logs__status--right-block,.application-logs__status--cc-contract-completed .application-logs__status--right-block,.application-logs__status--rejected .application-logs__status--right-block{justify-content:space-between}.application-logs__status--waiting .application-logs__status--right-block .resend-url,.application-logs__status--waiting .application-logs__status--right-block .request-funds,.application-logs__status--completeProject .application-logs__status--right-block .resend-url,.application-logs__status--completeProject .application-logs__status--right-block .request-funds,.application-logs__status--confirmed .application-logs__status--right-block .resend-url,.application-logs__status--confirmed .application-logs__status--right-block .request-funds,.application-logs__status--cc-contract-completed .application-logs__status--right-block .resend-url,.application-logs__status--cc-contract-completed .application-logs__status--right-block .request-funds,.application-logs__status--rejected .application-logs__status--right-block .resend-url,.application-logs__status--rejected .application-logs__status--right-block .request-funds{cursor:pointer}.application-logs__status--waiting .application-logs__status--right-block{color:#1e1e2d}.application-logs__status--confirmed .application-logs__status--right-block,.application-logs__status--cc-contract-completed .application-logs__status--right-block,.application-logs__status--rejected .application-logs__status--right-block{display:block;box-sizing:border-box}.application-logs__status--confirmed .application-logs__status--right-block span,.application-logs__status--cc-contract-completed .application-logs__status--right-block span,.application-logs__status--rejected .application-logs__status--right-block span{font-weight:500;color:#f06d8d}.application-logs__status--confirmed .application-logs__status--right-block span,.application-logs__status--cc-contract-completed .application-logs__status--right-block span{color:#00b031}.application-logs__status--cc-contract-completed .application-logs__status--right-block{padding-top:4px}.application-logs__status--completeProject .application-logs__status--right-block{align-items:center;flex-direction:row;box-sizing:border-box;min-height:78px;padding:4px 8px}.application-logs__status--completeProject .application-logs__status--right-block .double-string{border:none}.application-logs__status--completeProject .application-logs__status--right-block .no-permission{color:red}.application-logs__status--stipulations-review-to-merchant .post-log__item-event{margin-top:0}.application-logs__status--stipulations-review-to-merchant .post-log__item-event__waiting{margin-left:0;border-color:#f59a2f}.application-logs__status--stipulations-review-to-merchant .post-log__item-event__waiting:before,.application-logs__status--stipulations-review-to-merchant .post-log__item-event__waiting:after{background:#f59a2f}.application-logs__status--stipulations-review-to-merchant-is-done .application-logs__status--timeline__point{color:#78c58d;border-color:#78c58d}.application-logs__status--notice-to-proceed .application-logs__status--timeline__point{color:#6b81dd;border-color:#6b81dd}.application-logs__status--notice-to-proceed .application-logs__status--right-block__body{min-height:36px;border-left:2px solid #6b81dd;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.application-logs__status--leadReceived .application-logs__status--right-block .double-string:first-child{min-width:112px;padding-right:0;border-right:none}.application-logs__status--leadReceived .application-logs__status--right-block .double-string:nth-child(2){box-sizing:border-box;min-width:78px;padding-right:4px;border-right:1px solid #E2E5EC}.application-logs__status--leadReceived .application-logs__status--right-block .double-string:nth-child(2) .double-string__value>span:first-child{font-weight:700}.application-logs__status--leadReceived .application-logs__status--right-block .double-string:nth-child(2) .double-string__value>span:last-child{color:#9aa0b9}.application-logs__status--leadSelectMerchant .application-logs__status--right-block__label>b,.application-logs__status--leadSelectNextMerchant .application-logs__status--right-block__label>b{font-weight:500}.application-logs__status--leadSelectMerchant .application-logs__status--right-block .double-string:first-child,.application-logs__status--leadSelectNextMerchant .application-logs__status--right-block .double-string:first-child{min-width:0;min-width:initial;padding-right:0;border-right:none}.application-logs__status--approved-prosperintegration .application-logs__status--right-block__approved-data--item__row .double-string:last-child{margin-right:0}.application-logs__more-btn{cursor:pointer;color:#6b81dd}.application-logs__funds-released-only-checkbox .checkbox-input__label{text-transform:none;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:13px;font-weight:300;line-height:20px;white-space:nowrap}.application-logs__buttons-block{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-left:159px;margin-top:40px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;column-gap:4px}.application-logs__buttons-block .application-change-status-dropdown{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.application-logs__buttons-block .application-change-status-dropdown,.application-logs__buttons-block .application-change-status-dropdown .dropdown__trigger{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.application-logs__buttons-block .application-change-status-dropdown .button,.application-logs__buttons-block .application-change-status-dropdown+.button{margin-bottom:0}.application-logs .contract-sign-change-offer-mode-alert{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:159px;width:calc(100% - 159px);margin-top:16px;padding:6px 4px 6px 10px;border-radius:0 4px 4px 0;border-left:2px solid #F59A2F;border-left:2px solid var(--Background-Orange, #F59A2F);background:#ffedc8;background:var(--Background-Selected, #FFEDC8)}.application-logs .contract-sign-change-offer-mode-alert p{margin:0 0 5px;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.application-logs .contract-sign-change-offer-mode-alert button.button{background:none;border:none;box-shadow:none;padding:0;height:auto}.application-logs .contract-sign-change-offer-mode-alert button.button .button__text{color:#166ead;color:var(--Text-Link, #166EAD);font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}#application-change-status.dropdown__container button.dropdown__list-item{padding-left:12px;padding-right:32px}.application-details__vetical-item{padding:16px 0;border-bottom:1px solid #E2E5EC}.application-details__vetical-item:last-child{border:none}.application-logs__status--right-block__data--item__row-title{font-weight:500}.application-details__status--fundsRequested .application-details__status--right-block__data--item:first-child .double-string,.application-details__status--stageFundsRequested .application-details__status--right-block__data--item:first-child .double-string,.application-details__status--fundsRequestedCompleted .application-details__status--right-block__data--item:first-child .double-string{align-items:flex-start}.application-details__description-title{font-size:13px;font-weight:700;margin-bottom:8px}.application-details__description-title span{font-size:12px;font-weight:400;text-transform:uppercase;color:#9aa0b9}.application-details__description-small-text{color:#9aa0b9;font-size:13px;font-weight:400}.offer-filtered-cause{font-size:12px;font-weight:500;color:#f06d8d;margin-top:8px}.offer-filtered-reason{margin-top:10px}.offer-filtered-reason:first-child{margin-top:0}.application-logs__status--approved .application-logs__status--right-block__approved-data--item__row,.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data--item__row,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data--item__row{flex-direction:initial;flex-wrap:wrap}.application-logs__preapproved-even{flex-wrap:wrap}.application-logs__preapproved-even .direct-to-customer-alert-wrapper,.application-logs__preapproved-even .direct-to-customer-alert-wrapper .downpayment{margin-bottom:0}.application-logs__preapproved-even .application-logs__preapproved-even-text{margin-bottom:15px}.application-logs__status--changeOrderPending .application-logs__status--right-block{margin-top:2px}.payment-made-user__check-icon{margin-right:5px;margin-top:4px;color:#00b031}.application-logs__status--fundsReleased-unitedmidwest .application-logs__status--right-block__data--item{justify-content:center}.application-logs__status--fundsReleased-unitedmidwest .application-logs__status--right-block__data--item .double-string__value{white-space:normal;margin-bottom:0}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body,.application-logs__status--fundsRequested .application-logs__status--right-block__body{flex-wrap:wrap}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__funds-accordion-wrapper,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__funds-accordion-wrapper{width:100%}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .accordion-item--application-log,.application-logs__status--fundsRequested .application-logs__status--right-block__body .accordion-item--application-log{width:100%;box-sizing:border-box;border:none;margin-top:8px}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .accordion-item--application-log .accordion--title-box,.application-logs__status--fundsRequested .application-logs__status--right-block__body .accordion-item--application-log .accordion--title-box{background:#f7fafc;background:var(--Background-Form-Main, #F7FAFC);margin-right:-24px;margin-left:-20px;margin-bottom:-8px;padding:4px 8px 4px 16px;box-sizing:border-box;height:32px}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .accordion-item--application-log .accordion--content,.application-logs__status--fundsRequested .application-logs__status--right-block__body .accordion-item--application-log .accordion--content{margin:8px -24px -8px -20px}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .accordion-item--application-log .accordion--content-is-open,.application-logs__status--fundsRequested .application-logs__status--right-block__body .accordion-item--application-log .accordion--content-is-open{padding:14px 15px 10px}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__documents-title,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__documents-title{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:12px}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__documents,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__documents{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__document-row,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__document-row{display:flex;width:100%;align-items:center;padding:6px 0}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__document-row a,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__document-row a{-webkit-text-decoration:none;text-decoration:none}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__document-row:not(:last-child),.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__document-row:not(:last-child){border-bottom:1px solid #E2E5EC;border-bottom:1px solid var(--Border-Input, #E2E5EC)}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__additional-info-row,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__additional-info-row{display:flex;width:100%;align-items:center;padding:6px 0;border-bottom:1px solid #E2E5EC;border-bottom:1px solid var(--Border-Input, #E2E5EC)}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__additional-info-wrapper,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__additional-info-wrapper{margin-bottom:22px}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__additional-info-key,.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__document-name,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__additional-info-key,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__document-name{flex-basis:50%;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px;padding-right:16px}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__additional-info-value,.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__document-file-name,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__additional-info-value,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__document-file-name{flex-basis:45%;color:#6b81dd;color:var(--Text-Link, #6B81DD);font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px;word-break:break-word}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__additional-info-value,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__additional-info-value{color:#1e1e2d;color:var(--Text-Main, #1E1E2D)}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__document-download,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__document-download{flex-basis:5%;display:flex;align-items:center;justify-content:flex-end;color:#9aa0b9}.application-logs__status--stageFundsRequested .application-logs__status--right-block__body .application-log__document-download-icon,.application-logs__status--fundsRequested .application-logs__status--right-block__body .application-log__document-download-icon{min-width:16px;max-width:16px;min-height:16px;max-height:16px}.application-logs__status-action{white-space:nowrap;color:#6b81dd;color:var(--Text-Link, #6B81DD);font-size:13px;font-style:normal;font-weight:500;margin-top:16px;cursor:pointer}.application-logs__status-action__textarea-wrapper{width:100%}.application-logs__status-action--opened,.application-logs__status-action--not-in-waiting--opened{color:#1e1e2d;color:var(--Text-Main, #1E1E2D)}.application-logs__status--right-block__data-wrapper:has(.application-logs__status-action){display:flex;justify-content:flex-start;align-items:center}.application-logs__status-action-textarea{margin-top:4px}.application-logs__status-action-btn--submit{width:80px;height:20px}.application-logs__status--importantMessage .application-logs__status--right-block__body{border-radius:8px;border:1px solid #E2E5EC;border:1px solid var(--Border-Input, #E2E5EC);padding:8px 16px;margin-top:4px}.application-logs__status--importantMessage .important-message-log-title{display:flex;align-items:center;justify-content:flex-start}.application-logs__status--importantMessage .important-message-log-title__user{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:13px;font-weight:500;line-height:20px}.application-logs__status--importantMessage .important-message-log-title__role{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-size:11px;font-style:normal;font-weight:400;line-height:20px;margin-left:4px}.application-logs__status--importantMessage .important-message-log-title__status{margin-left:4px}.application-logs__status--importantMessage .important-message-log-title__message{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:13px;font-style:normal;font-weight:300;line-height:20px}.application-logs__status--waiting .application-logs__status--right-block__data-wrapper{display:flex;flex-direction:column;align-items:flex-start}.application-logs__statuses-timeline:has(.application-logs__status--waiting) .application-logs__status-action--not-in-waiting,.application-logs__status:not(:last-child) .application-logs__status-action--not-in-waiting{display:none}.application-logs__status--approved-ftl .double-string__value{max-width:none!important;max-width:initial!important}.application-logs__pending-next-lender{display:flex;flex-direction:column}.application-logs__status--fundsRequestedRejected .application-logs__status-action--not-in-waiting,.application-logs__status--approved .application-logs__status-action--not-in-waiting,.application-logs__status--customerFunded .application-logs__status-action--not-in-waiting,.application-logs__status--allOffersOrLendersWereRejectedByCustomer .application-logs__status-action--not-in-waiting,.application-logs__status--offersSentToCustomer .application-logs__status-action--not-in-waiting,.application-logs__status--notPreApproved .application-logs__status-action--not-in-waiting,.application-logs__status--declined .application-logs__status-action--not-in-waiting,.application-logs__status--canceledByMerchantUser .application-logs__status-action--not-in-waiting,.application-logs__status--expired .application-logs__status-action--not-in-waiting,.application-logs__status--fundsReleased .application-logs__status-action--not-in-waiting{display:flex!important}@media (min-width: 768px){.offer-filtered-cause{margin-bottom:-15px}}@media (max-width: 767px){.funds-released,.funds-released__right-block,.application-logs__status--right-block__data,.application-logs__status--right-block__approved-data,.application-logs__status--right-block__contract-signed-data,.application-logs__status--right-block__approved-data--item__row,.application-logs__status--right-block__preapproved-data--row,.application-logs__status--right-block__body{flex-direction:column!important;display:flex}.application-logs__status--right-block__approved-data--item{width:100%}.application-logs__status--right-block__preapproved-data--item__row{flex-wrap:wrap}.application-logs__status--right-block__preapproved-data--item__row .double-string-fin{margin:10px 15px 0 0!important;padding:0!important}.application-logs__status--right-block__preapproved-data--row{padding-top:0!important}.application-logs__status--right-block .double-string:first-child{border-right:none;border-bottom:1px solid #E2E5EC;padding-bottom:10px;margin-right:0}.application-logs__status--fundsRequested .application-logs__status--right-block__body,.application-logs__status--fundsRequested .application-logs__status--right-block__data--item__row,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__body,.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item__row{flex-direction:column!important;justify-content:flex-start;box-sizing:border-box}.application-logs__status--fundsRequested .application-logs__status--right-block__body .double-string-fin:not(:first-child),.application-logs__status--fundsRequested .application-logs__status--right-block__data--item__row .double-string-fin:not(:first-child),.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__body .double-string-fin:not(:first-child),.application-logs__status--fundsRequestedCompleted .application-logs__status--right-block__data--item__row .double-string-fin:not(:first-child){margin-top:15px}.application-logs__status--finturfFundsApprovalRequired .application-logs__status--right-block__body{max-height:none;max-height:initial}.application-logs__status--leadReceived .application-logs__status--right-block .double-string:first-child{border-bottom:none}.application-logs__status--leadReceived .application-logs__status--right-block .double-string:nth-child(2){border-right:none;border-bottom:1px solid #E2E5EC;padding-bottom:10px;margin-right:0}.action-alert{height:auto;height:initial;flex-wrap:wrap}.application-logs__status--right-block__data-wrapper:has(.application-logs__status-action){flex-wrap:wrap}.application-logs__status--right-block__data-wrapper:has(.application-logs__status-action) .application-logs__status--right-block__data{margin-right:4px}.application-logs__status--right-block__data-wrapper:has(.application-logs__status-action) .application-logs__status-action{margin-left:0}}@media (max-width: 575px){.application-logs__status--right-block__data--item__row,.application-logs__status--right-block__data--item,.application-logs__status{padding-left:0;flex-direction:column;justify-content:flex-start;box-sizing:border-box}.application-logs__status--left-block{left:43px}.application-logs__status--left-block+div .application-logs__status--right-block{margin-top:24px}.application-logs__status--preapproved .application-logs__status--right-block__preapproved-data--item__row,.application-logs__status--offersSentToCustomer .application-logs__status--right-block__preapproved-data--item__row{flex-direction:column}.application-logs .double-string__description{white-space:wrap}.application-logs .contract-sign-change-offer-mode-alert{width:calc(100% - 45px);margin-left:45px}.promo,.downpayment{flex-direction:column;align-items:flex-start}.application-logs__status--waiting{flex-direction:row}.application-log__documents-title{margin-bottom:0!important}.application-log__document-row{flex-direction:column;align-items:flex-start!important;position:relative}.application-log__document-name{padding-right:20px;margin-bottom:4px}.application-log__document-download{position:absolute;top:6px;right:0}.consumer-info__details .action-alert__message-box{flex-wrap:wrap}.consumer-info__details .action-alert__message,.consumer-info__details .action-alert>div:last-child{padding-top:4px}.application-logs__buttons-block{padding-left:45px}.application-logs__buttons-block .button{margin-bottom:8px}.application-logs__statuses-sort{margin:8px 0 20px}}.post-log{width:100%;margin-top:-25px}.post-log__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:33px;position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f7fafc}.post-log__view-toggle{box-sizing:border-box;display:flex;align-items:center;padding:2px 8px 2px 4px;background:#ebeff2;border:1px solid #E2E5EC;border-radius:3px;font-style:normal;font-weight:400;font-size:11px;line-height:20px;color:#1e1e2d;cursor:pointer}.post-log__view-toggle .svg-icon{height:16px;width:16px;margin-right:4px}.post-log__view-toggle:hover{background:#fff}.post-log__title{display:flex;align-items:center;justify-content:flex-start}.post-log__title:not(:empty){padding:10px 0}.post-log__title:not(:empty):not(:first-child):before{border-top:1px solid #E2E5EC;bottom:100%}.post-log__title:not(:empty):not(:first-child):before,.post-log__title:not(:empty):after{content:"";display:block;position:absolute;width:calc(100% + 49px);margin:0 -25px}.post-log__title:not(:empty):after{height:10px;background:linear-gradient(#9aa0b9,transparent);top:100%;opacity:.15}.post-log__button-link{padding:3px 20px 3px 0}.post-log__title-name{font-size:16px;font-weight:400;white-space:nowrap}.post-log__item{display:flex;align-items:stretch;justify-content:flex-start;font-size:13px;font-weight:400}.post-log__item .status--notPreApproved{background-color:#fce2e8;color:#b9002c}.post-log__item .status--declined{background-color:#f06d8d;color:#fff}.post-log__item-time{width:115px}.post-log__item-event{display:flex;align-items:center;justify-content:center;font-size:16px;margin-right:0;border-radius:15px;border:2px solid;margin-top:-3px;min-width:16px;max-width:16px;min-height:16px;max-height:16px;background-color:#fff;box-shadow:0 2px 2px #0000000d}.post-log__item-event__waiting{margin-left:115px;position:relative;border-color:#9aa0b9}.post-log__item-event__waiting .code-area{border-color:#9aa0b9}.post-log__item-event__waiting:after{height:6px;transform:translate(-50%,-25%)}.post-log__item-event__waiting:after,.post-log__item-event__waiting:before{content:"";display:block;position:absolute;width:2px;border-radius:1px;background:#9aa0b9;left:50%}.post-log__item-event__waiting:before{height:4px;transform:translate(25%,40%) rotate(-60deg)}.post-log__item-event--fundingAutomaticallyProcessed{margin-top:0;position:relative;border-color:#9aa0b9;margin-left:0}.post-log__item-event__pending{position:relative;border-color:#f59a2f}.post-log__item-event__pending .code-area{color:#f59a2f}.post-log__item-event__pending:after{height:6px;transform:translate(-50%,-25%)}.post-log__item-event__pending:after,.post-log__item-event__pending:before{content:"";display:block;position:absolute;width:2px;border-radius:1px;background:#f59a2f;left:50%}.post-log__item-event__pending:before{height:4px;transform:translate(25%,40%) rotate(-60deg)}.post-log__item-event__fundsRequested,.post-log__item-event__fundsRequestedCompleted{border-color:#f59a2f;color:#f59a2f}.post-log__item-event__fundsRequested .code-area,.post-log__item-event__fundsRequestedCompleted .code-area{color:#f59a2f}.post-log__item-event__preapproved,.post-log__item-event__preApproved,.post-log__item-event__fundsRequestedConfirmed{color:#78c58d;border-color:#78c58d}.post-log__item-event__preapproved .code-area,.post-log__item-event__preApproved .code-area,.post-log__item-event__fundsRequestedConfirmed .code-area{background-color:#78c58d}.post-log__item-event__approved{color:#78c58d;background-color:#78c58d}.post-log__item-event__approved polyline{stroke:#fff}.post-log__item-event__approved .code-area{background-color:#78c58d}.post-log__item-event__noHitByScoreAgency,.post-log__item-event__notapproved,.post-log__item-event__notApproved,.post-log__item-event__fundsRequestedRejected,.post-log__item-event__allOffersWereRejectedByCustomer,.post-log__item-event__allOffersWereFiltered{color:#f06d8d;border-color:#f06d8d}.post-log__item-event__noHitByScoreAgency .code-area,.post-log__item-event__notapproved .code-area,.post-log__item-event__notApproved .code-area,.post-log__item-event__fundsRequestedRejected .code-area,.post-log__item-event__allOffersWereRejectedByCustomer .code-area,.post-log__item-event__allOffersWereFiltered .code-area{border-color:#f06d8d}.post-log__item-event__declined,.post-log__item-event__declinedByCustomer{color:#f06d8d;background-color:#f06d8d;border-color:#f06d8d}.post-log__item-event__declined line,.post-log__item-event__declined path,.post-log__item-event__declinedByCustomer line,.post-log__item-event__declinedByCustomer path{stroke:#fff}.post-log__item-event__declined .code-area,.post-log__item-event__declinedByCustomer .code-area{border-color:#f06d8d}.post-log__item-event__declined--rejected{color:#f59a2f;background-color:#f59a2f;border-color:#f59a2f}.post-log__item-event__fundsReleased,.post-log__item-event__customerFunded{color:#78c58d;background-color:#78c58d;border-color:#78c58d}.post-log__item-event__fundsReleased svg,.post-log__item-event__customerFunded svg{stroke:#fff}.post-log__item-event__fundsReleased .code-area,.post-log__item-event__customerFunded .code-area{border-color:#78c58d}.post-log__item-event__cancelApplicationRequest,.post-log__item-event__refundPartialRequest,.post-log__item-event__recalculateRequest,.post-log__item-event__refundFullRequest,.post-log__item-event__contractSigned,.post-log__item-event__contractsigned{color:#6b81dd;border-color:#6b81dd}.post-log__item-event__cancelApplicationRequest .code-area,.post-log__item-event__refundPartialRequest .code-area,.post-log__item-event__recalculateRequest .code-area,.post-log__item-event__refundFullRequest .code-area,.post-log__item-event__contractSigned .code-area,.post-log__item-event__contractsigned .code-area{border-color:#6b81dd}.post-log__item-event__request,.post-log__item-event__requestSmartFields,.post-log__item-event__leadReceived,.post-log__item-event__fileUpload{color:#78c58d;border-color:#78c58d}.post-log__item-event__request .code-area,.post-log__item-event__requestSmartFields .code-area,.post-log__item-event__leadReceived .code-area,.post-log__item-event__fileUpload .code-area{border-color:#78c58d}.post-log__item-event__filter,.post-log__item-event__validateErrorFieldsIntegration{color:#f06d8d;border-color:#f06d8d}.post-log__item-event__filter .code-area,.post-log__item-event__validateErrorFieldsIntegration .code-area{border-color:#f06d8d}.post-log__item-event__softRequest,.post-log__item-event__hardRequest,.post-log__item-event__svcRequest,.post-log__item-event__fundsMerchantRequest,.post-log__item-event__fundsCompletedRequest,.post-log__item-event__extraRequest{color:#6b81dd;border-color:#6b81dd}.post-log__item-event__softRequest .code-area,.post-log__item-event__hardRequest .code-area,.post-log__item-event__svcRequest .code-area,.post-log__item-event__fundsMerchantRequest .code-area,.post-log__item-event__fundsCompletedRequest .code-area,.post-log__item-event__extraRequest .code-area{border-color:#6b81dd}.post-log__item-event__softResponse,.post-log__item-event__hardResponse,.post-log__item-event__svcResponse,.post-log__item-event__fundsMerchantResponse,.post-log__item-event__cancelApplicationResponse,.post-log__item-event__refundPartialResponse,.post-log__item-event__recalculateResponse,.post-log__item-event__refundFullResponse,.post-log__item-event__fundsCompletedResponse,.post-log__item-event__extraResponse,.post-log__item-event__parserUrlQuery{color:#f59a2f;border-color:#f59a2f}.post-log__item-event__softResponse .code-area,.post-log__item-event__hardResponse .code-area,.post-log__item-event__svcResponse .code-area,.post-log__item-event__fundsMerchantResponse .code-area,.post-log__item-event__cancelApplicationResponse .code-area,.post-log__item-event__refundPartialResponse .code-area,.post-log__item-event__recalculateResponse .code-area,.post-log__item-event__refundFullResponse .code-area,.post-log__item-event__fundsCompletedResponse .code-area,.post-log__item-event__extraResponse .code-area,.post-log__item-event__parserUrlQuery .code-area{border-color:#f59a2f}.post-log__item-event__leadSelectMerchant,.post-log__item-event__leadSelectNextMerchant,.post-log__item-event__selectOfferLender,.post-log__item-event__selectCreditScore,.post-log__item-event__selectLender,.post-log__item-event__select,.post-log__item-event__resentToCustomer,.post-log__item-event__senttocustomer,.post-log__item-event__sentToCustomer,.post-log__item-event__smartfieldsSkippedBecauseOfFullPrefilled,.post-log__item-event__sendingSmartFieldsLender{border:2px solid #9aa0b9}.post-log__item-event__leadSelectMerchant .code-area,.post-log__item-event__leadSelectNextMerchant .code-area,.post-log__item-event__selectOfferLender .code-area,.post-log__item-event__selectCreditScore .code-area,.post-log__item-event__selectLender .code-area,.post-log__item-event__select .code-area,.post-log__item-event__resentToCustomer .code-area,.post-log__item-event__senttocustomer .code-area,.post-log__item-event__sentToCustomer .code-area,.post-log__item-event__smartfieldsSkippedBecauseOfFullPrefilled .code-area,.post-log__item-event__sendingSmartFieldsLender .code-area{border-color:#9aa0b9}.post-log__item-event__leadSelectMerchant-dot,.post-log__item-event__leadSelectNextMerchant-dot,.post-log__item-event__selectOfferLender-dot,.post-log__item-event__selectCreditScore-dot,.post-log__item-event__selectLender-dot,.post-log__item-event__select-dot,.post-log__item-event__resentToCustomer-dot,.post-log__item-event__senttocustomer-dot,.post-log__item-event__sentToCustomer-dot,.post-log__item-event__smartfieldsSkippedBecauseOfFullPrefilled-dot,.post-log__item-event__sendingSmartFieldsLender-dot{width:6px;height:6px;background-color:#9aa0b9;border-radius:15px}.post-log__item-event__lenderIntegrationRequest,.post-log__item-event__lenderIntegrationCommand{color:#855aff;border-color:#855aff}.post-log__item-event__lenderIntegrationRequest .code-area,.post-log__item-event__lenderIntegrationCommand .code-area{border-color:#855aff}.post-log__item-event__requestToScoreAgency{color:#6b81dd;border-color:#6b81dd}.post-log__item-event__requestToScoreAgency .code-area{border-color:#6b81dd}.post-log__item-event__responseFromScoreAgency{color:#f59a2f;border-color:#f59a2f}.post-log__item-event__responseFromScoreAgency .code-area{border-color:#f59a2f}.post-log__item-event__skippedAsRelated-icon,.post-log__item-event__customerRejectLender-icon,.post-log__item-event__customerRejectOffers-icon{border:2px solid #F59A2F;background-color:#f59a2f}.post-log__item-event__leadAllOffersFiltered-icon,.post-log__item-event__resultAmountLessThanRequested-icon,.post-log__item-event__checkTotalFinancing-icon{border:2px solid #F06D8D;background-color:#f06d8d}.post-log__item-event__leadSoldMerchant,.post-log__item-event__leadApplicationContinue{color:#78c58d;background-color:#78c58d}.post-log__item-event__leadSoldMerchant svg,.post-log__item-event__leadApplicationContinue svg{width:12px;height:12px;color:#fff}.post-log__item--timeline{width:113px;margin:2px 0 6px;display:flex;align-items:center;justify-content:flex-end;flex:1 1 auto}.post-log__item--timeline-duration{color:#9aa0b9;font-size:12px;display:flex;align-items:center;justify-content:center;padding:3px 5px;min-width:37px;height:24px;border:1px solid #E2E5EC;border-radius:5px;margin-right:37px;position:relative}.post-log__item--timeline-duration:after{content:"";display:block;position:absolute;width:0;height:0;left:calc(100% - 6px);top:calc(50% - 6px);border-right:6px solid #E2E5EC;border-top:6px solid #E2E5EC;border-left:6px solid transparent;border-bottom:6px solid transparent;transform:rotate(45deg)}.post-log__item-response-code-tag{margin-right:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;padding:0 8px;border-radius:16px;background-color:#e8ecef;flex-flow:row nowrap;justify-content:center;font-family:Roboto;font-size:11px;font-style:normal;font-weight:400;line-height:20px;color:#1e1e2d;text-transform:uppercase}.post-log__item-response-code-tag,.post-log__item .accordion--title{display:flex;align-items:center}.post-log__item .accordion--title .credit-score{margin-right:8px}.post-log__item .accordion--item{width:100%;margin-top:-3px}.post-log__item .accordion--item .accordion--content{background-color:#f7fafc}.post-log__item .accordion--item .accordion--content-is-open .code-area{max-width:675px}.post-log__item .accordion--item .accordion--content-is-open .code-area--collapsed{max-height:230px}.post-log__item .accordion--item .accordion--content-is-open .code-area--expanded{max-height:none;max-height:initial}.post-log .accordion--item{border:none}.post-log .accordion--title-box{font-size:13px;font-weight:400;align-items:center;justify-content:flex-start;padding:0;border-radius:3px}.post-log .nav-line__body{padding:0 25px}.post-log .text--bold-green{color:#00b031}.post-log .text--bold-red{font-weight:500;color:#f06d8d}.post-log .sorting-panel{margin-top:8px;margin-bottom:20px;padding-left:105px;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;height:20px;font-weight:400;font-size:10px;line-height:20px;text-transform:uppercase}.post-log .sorting-panel__label{color:#9aa0b9}.post-log .sorting-panel__btn{display:flex;justify-content:flex-start;align-items:center;cursor:pointer;color:#6b81dd;margin-left:8px}.post-log .sorting-panel__btn svg{min-height:16px;min-width:16px;max-width:16px;max-height:16px;color:#9aa0b9}.post-log__action-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:3px;cursor:pointer;margin-right:4px}.post-log__action-btn--copy{margin-right:0}.post-log__action-btn--copied svg{color:#78c58d!important}.post-log__action-btn--collapse,.post-log__action-btn--expand{margin-right:29px}.post-log__action-btn .svg-icon,.post-log__action-btn svg{width:16px;height:16px;color:#9aa0b9}.post-log__action-btn:hover{background-color:#fff}.post-log__select-title{font-weight:500;padding-left:21px}.post-log__select-title--normal{font-weight:400}.accordion-item--postLog .accordion--title-box{padding:5px;margin:-5px -5px 0}.accordion-item--postLog .accordion--title-box .accordion--title-chevron{margin-right:5px}.accordion-item--postLog .accordion-title__right-box{flex-direction:row-reverse;justify-content:flex-end;order:-1}.accordion-item--postLog .accordion-title__actions{display:flex;position:absolute;right:0}.accordion-item--postLog .accordion--content{padding-left:7.5px;padding-right:0}.accordion-item--postLog .accordion--content-is-open{max-height:none!important;max-height:initial!important}.table--filteredLenders td:first-child,.table--filteredErrors td:first-child{border-left:2px solid #F06D8D}.table--filteredLenders td:last-child,.table--filteredErrors td:last-child{text-align:right}.post-log__time{display:flex;flex-direction:column;flex-basis:145px;min-width:145px;max-width:145px;position:relative}.post-log__time:after{content:"";display:block;position:absolute;left:124px;top:18px;bottom:4px;border-right:2px dashed #9aa0b9}.consumer-request__history:not(:last-child) .post-log__item:last-child .post-log__time:after{bottom:-73px}.consumer-request__history:last-child .post-log__item:last-child .post-log__time:after{border-color:transparent}.text-light{font-weight:400}.lendersTable{width:100%}.lendersTable .lenderRow{display:flex;flex-wrap:nowrap;padding:6px 14px;gap:8px;background:#fff;border-left:2px solid #f06d8d}.lendersTable .lenderRow .lenderName{font-size:13px;display:flex;align-items:center;color:#1e1e2d;width:25%}.lendersTable .lenderRow .lenderName,.lendersTable .lenderRow .lenderScore{font-family:Roboto;font-style:normal;font-weight:400;line-height:20px}.lendersTable .lenderRow .lenderScore{font-size:10px;text-transform:uppercase;color:#9aa0b9;width:80px}.lendersTable .lenderRow .lenderScore_range{color:#1e1e2d}.lendersTable .lenderRow .lenderPosition{font-family:Roboto;font-style:normal;font-weight:400;font-size:10px;line-height:20px;text-transform:uppercase;color:#1e1e2d;width:80px}.lendersTable .lenderRow .lenderFilteredBy{font-weight:300;color:#1e1e2d;width:50%}.lendersTable .lenderRow .lenderFilteredBy,.lendersTable .dtcHeader{font-family:Roboto;font-style:normal;font-size:13px;line-height:20px}.lendersTable .dtcHeader{font-weight:400;color:#9aa0b9;border-bottom:none}.notes{display:flex;width:100%;flex-direction:column;gap:16px}.notes *{margin:0}.notes__item{display:flex;flex-direction:column;gap:4px;box-sizing:border-box;width:100%}.notes__item-header{display:flex;align-items:baseline;font-family:Roboto;font-style:normal;line-height:24px;justify-content:space-between}.notes__item-header-actions{display:flex;gap:8px;margin-right:8px}.notes__item-header--left{display:flex;white-space:nowrap;flex-wrap:nowrap;align-items:baseline;gap:4px}.notes__item-header--right{width:100%;display:flex;justify-content:space-between;align-items:baseline;margin-left:4px}.notes__item-header--right button.button{height:auto}.notes__item-header--right button.button.button_link{color:#6b81dd;color:var(--Text-Link, #6B81DD);font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:24px;padding:0}.notes__item-header b{font-size:13px;font-weight:500;color:#1e1e2d;color:var(--Text-Main, #1E1E2D)}.notes__item-header span{font-size:13px;font-weight:400;color:#9aa0b9;color:var(--Text-Title, #9AA0B9)}.notes__item-header span.user-role{font-size:11px}.notes__item-body{position:relative}.notes__item-body .textarea{padding-bottom:32px;border:1px solid #E2E5EC;border:1px solid var(--Border-Input, #E2E5EC);background:#fff;background:var(--White, #FFF)}.notes__item-body .textarea textarea{background:transparent;border:none;padding:8px 16px 0;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px;min-height:32px;max-height:160px;filter:none}.notes__item-body-buttons{position:absolute;height:28px;bottom:2px;padding:4px 8px;gap:8px;box-sizing:border-box;width:100%;display:flex;justify-content:flex-end}.notes__item-body-buttons button{height:20px}.notes__item-body-buttons button.button_link{padding:0}.notes__item-body-buttons button.button_primary{width:60px}.notes__item-body pre{box-sizing:border-box;display:flex;width:100%;min-width:200px;padding:16px;align-items:flex-start;gap:16px;align-self:stretch;border-radius:8px;border:1px solid #E2E5EC;border:1px solid var(--Border-Input, #E2E5EC);background:#fff;background:var(--Main-White, #FFF);color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px;white-space:break-spaces}@media screen and (max-width: 767px){.notes__item-header{justify-content:space-between;line-height:20px}.notes__item-header--left,.notes__item-header--right{width:50%;flex-direction:column}.notes__item-header--left{white-space:normal}.notes__item-header--right{align-items:flex-end}}.note{display:flex;flex-direction:column}.note,.note__textarea{width:100%;height:100%}.note__textarea textarea{height:100%;min-height:74px;max-height:160px;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.note__textarea textarea scrollbar,.note__textarea textarea scrollbarbutton,.note__textarea textarea thumb{-moz-appearance:none!important}.note__textarea textarea scrollcorner{-moz-appearance:none!important;resize:both}.note__textarea textarea::-webkit-scrollbar{width:4px}.note__textarea textarea::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.note__textarea textarea::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.note__textarea textarea::-webkit-scrollbar:horizontal{height:8px}.note__textarea textarea::-webkit-scrollbar-track:horizontal{background:inherit}.note__textarea textarea::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.note__textarea textarea::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}@media screen and (max-width: 767px){.note__textarea textarea{min-height:32px;height:28px;transition:all .3s}.note__textarea textarea:focus{height:96px}}.trigger-with-dropdown{--main-width: 200px;--action-button-width: 28px;--action-button-height: 28px;--action-button-margin: 4px;position:relative;width:200px;width:var(--main-width);min-width:200px;min-width:var(--main-width);max-width:200px;max-width:var(--main-width)}.trigger-with-dropdown__action-button{width:var(--action-button-width);height:var(--action-button-height);margin-left:var(--action-button-margin);background-color:#fff;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;cursor:pointer}.trigger-with-dropdown__action-button svg{width:16px;height:16px}.trigger-with-dropdown__action-button_remove{visibility:hidden}.trigger-with-dropdown__action-button_remove svg{color:#f06d8d}.trigger-with-dropdown__view-mode{overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.trigger-with-dropdown__view-mode:hover .trigger-with-dropdown__action-button_remove,.trigger-with-dropdown__view-mode.is-mobile .trigger-with-dropdown__action-button_remove{visibility:visible}.trigger-with-dropdown__view-mode-value{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;display:inline-flex;flex-flow:row wrap;justify-content:flex-start;align-items:center}.trigger-with-dropdown__view-mode-value--part{overflow:hidden;text-overflow:ellipsis}.trigger-with-dropdown__view-mode-value--part:first-child{margin-right:4px}.trigger-with-dropdown__view-mode-trigger-button{max-width:calc(100% - var(--action-button-width) - var(--action-button-margin))}.trigger-with-dropdown__view-mode-trigger-button .trigger-with-dropdown__view-mode-value--part{border-bottom:1px dashed #1E1E2D}.trigger-with-dropdown__view-mode-trigger-button:hover .trigger-with-dropdown__view-mode-trigger-button-label{border-bottom:1px dashed #6B81DD}.trigger-with-dropdown__view-mode .hint{max-width:100%}.trigger-with-dropdown__view-mode .hint .trigger-with-dropdown__view-mode-trigger-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.trigger-with-dropdown__edit-mode{max-width:var(--main-width)}.trigger-with-dropdown .lds-ring_small{margin-left:-40%;margin-top:5%}.trigger-with-dropdown .lds-ring_small div{width:100%!important;height:100%!important;border-width:2px!important}.application-offer-stack{display:flex;width:100%;padding:6px 8px;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;border-radius:4px;background:#fbf4e2;background:var(--Background-Selected-lite, #FBF4E2)}.application-offer-stack h3.application-offer-stack__name{margin:0;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:24px}.application-offer-stack__row{display:flex;gap:24px}.application-offer-stack__row .double-string__value{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:2px}.application-offer-stack__row .double-string__description{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.consumer-info{margin-bottom:-15px}.consumer-info--main-data{width:100%;display:flex;margin-bottom:30px;padding:0 10px;box-sizing:border-box}.consumer-info--main-data .double-string__value,.consumer-info--main-data .double-string__description{font-weight:400}.consumer-info--data-title{font-weight:500;line-height:24px;font-size:12px;display:flex;align-items:center;justify-content:flex-start;text-transform:uppercase;color:#6b81dd;width:100%;margin-bottom:16px}.consumer-info--tabs-box{margin-left:-15px;margin-right:-15px}.consumer-info--tabs-box .nav-line__inner{margin-left:15px;margin-right:15px}.consumer-info--tabs-box .nav-line--simple__inner{padding:0 15px;background-color:#f7fafc}.consumer-info--tabs-box .nav-line__body{padding:25px;border-left:0;border-right:0;border-bottom:0;margin:0;background-color:#fff;min-height:calc(100vh - 600px);align-items:flex-start}.consumer-info--personal-details{display:flex;flex-wrap:wrap;border-bottom:1px solid #E2E5EC}.consumer-info--personal-details .double-string__value,.consumer-info--personal-details .double-string__description{font-weight:400}.consumer-info--employment-info{display:flex;flex-wrap:wrap;margin-top:15px;width:100%;padding-bottom:5px}.consumer-info--employment-info .double-string__value,.consumer-info--employment-info .double-string__description{font-weight:400}.consumer-info--smart-fields{display:flex;flex-wrap:wrap;width:100%;padding-top:15px;border-top:1px solid #E2E5EC}.consumer-info--status-badge{width:100%;margin-bottom:25px}.consumer-info--status-badge .status{font-size:10px;font-weight:700;text-transform:uppercase;padding:0 11px;height:20px;color:#fff;background-color:#4caf50}.consumer-info__details{display:flex;padding:0;flex-wrap:wrap;background-color:#f7fafc}.consumer-info__details .form-element{padding:15px}.consumer-info__details .form-element:first-child{width:100%;padding:0}.consumer-info__details .action-alert{width:auto;width:initial}.consumer-info__details .double-string{font-size:13px;font-weight:400;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}.consumer-info__details .double-string__value{margin:0 0 4px}.consumer-info__details .double-string__description{margin:0}.consumer-info__details .button_link{padding:0;height:auto;height:initial;line-height:inherit}.consumer-info__row{display:flex;justify-content:space-between;align-items:center;background-color:#f7fafc;padding:0 16px 8px;gap:24px;flex-wrap:nowrap}.consumer-info__row_nested{flex-wrap:wrap}.consumer-info__row>.consumer-info__row_nested{padding-left:0}.consumer-info__col{display:flex;align-self:stretch;align-items:flex-start}.consumer-info__col:last-child{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;justify-content:flex-end}.consumer-info__application-tags{display:flex;flex-wrap:wrap;gap:4px;align-items:flex-start}.consumer-info__application-tags label{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase;margin-top:4px}.consumer-info__application-tags .tag-list_wrapper{min-height:28px}.consumer-info__application-tags .tags-dropdown,.consumer-info__application-tags .tag-list_wrapper{width:357px!important;min-width:357px!important;max-width:357px!important}.consumer-info__funded-to-merchant-switcher,.consumer-info__assign-user{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.consumer-info__assign-user{max-width:none;max-width:initial;min-width:0;min-width:initial}.consumer-info .loader-box{margin-left:auto!important}.consumer-info .loader-box .lds-ring{margin-left:0!important}.consumer-info .double-string__value{word-break:break-word;max-width:250px;margin-top:0}.consumer-info .double-string__description{margin:0}.consumer-info .double-string--value-opened{white-space:normal}.consumer-info .trigger-with-dropdown__view-mode-value--part,.consumer-info .trigger-with-dropdown__view-mode-trigger-button-label{font-size:13px}.consumer-info-modal{height:calc(100% - 32px);max-height:calc(100% - 32px)}.consumer-info-modal .modal__header .login-as-owner-button{position:absolute;right:48px;margin-left:16px}.consumer-info-modal .consumer-info,.consumer-info-modal .consumer-info--tabs-box{height:100%}.consumer-info-modal .consumer-info--tabs-box:not(.customer-details-tab){background-color:#f7fafc}.consumer-info-modal .confirm-modal__body,.consumer-info-modal .confirm-funds-modal .modal__body,.consumer-info-modal .confirm-modal .modal__body{box-sizing:border-box;padding:16px 16px 25px;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.consumer-info-modal>.modal__footer{flex-direction:column;gap:8px}.consumer-info-modal .footer-with-data{display:flex;width:100%;align-items:center;justify-content:space-between;flex-wrap:wrap}.consumer-info-modal .footer-with-data--bg-white{background-color:#fff}.consumer-info-modal .footer-with-data--bg-blue{background-color:#f7fafc}.consumer-info-modal .footer-with-data--between-from-data{justify-content:space-between}.consumer-info-modal .footer-with-data .footer-with-data__data-block{color:#9aa0b9;font-size:11px;line-height:20px}.consumer-info-modal .footer-with-data .footer-with-data__data-block--description{text-transform:uppercase}.consumer-info-modal .footer-with-data .footer-with-data__btn-group{display:flex;flex-wrap:nowrap}.consumer-info-modal .footer-with-data .footer-with-data__btn-group .button_primary{width:106px}.consumer-info-modal .confirm-modal{max-width:393px;max-height:163px}.consumer-info-modal .confirm-funds-modal{min-height:0;min-height:initial}.consumer-info-modal .confirm-funds-modal .modal__header-title{font-weight:700;font-size:13px;line-height:20px}.consumer-info-modal .confirm-funds-modal .modal__footer{background-color:#fff}.consumer-info-modal .active-text-color{color:#00b031}.consumer-info-modal__current-item-count{font-size:13px;font-weight:400;line-height:20px;letter-spacing:0px;margin:0 8px}.consumer-info-modal__identifier{color:#fff;font-size:16px;font-weight:400;padding:2px 8px;border-radius:3px;margin-right:8px;position:relative}.consumer-info-modal__identifier:hover{background:#535e8880;cursor:pointer}.consumer-info-modal__refresh{width:24px;box-sizing:border-box;padding:4px;margin-left:8px;border-radius:3px;display:flex;align-items:center;justify-content:center;position:relative}.consumer-info-modal__refresh svg{width:16px;height:16px}.consumer-info-modal__refresh:hover{background:#535e8880;cursor:pointer}.consumer-info-modal__identifier-popup-box,.consumer-info-modal__refresh-popup-box{position:absolute;color:#fff;top:41px;left:30px;font-size:10px;font-weight:400;width:77px;height:30px;flex-shrink:0;box-shadow:0 4px 25px #00000040;background-color:#6b81dd;display:flex;align-items:center;justify-content:center;z-index:1000;border-radius:3px}.consumer-info-modal__refresh-popup-box{left:0}.consumer-info-modal__identifier-popup-pointer,.consumer-info-modal__refresh-popup-pointer{position:absolute;top:-5px;left:8px;width:12px;height:12px;flex-shrink:0;transform:rotate(45deg);background-color:#6b81dd}.double-string--preloading .double-string__value{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.application-info__row-preloader{min-width:139px}.post-log-tab .nav-line--simple,.application-details-tab .nav-line--simple,.customer-details-tab .nav-line--simple,.note-tab .nav-line--simple{background-color:#f7fafc;height:calc(100vh - 335px);position:relative}.application-details-tab .nav-line--simple{background-color:#f7fafc;height:calc(100vh - 343px);position:relative}.application-details-tab .nav-line__body,.post-log-tab .nav-line__body{background-color:#f7fafc}.note-tab .nav-line__body{min-height:calc(100vh - 440px);background-color:#f7fafc!important}.customer-details-tab .nav-line--simple{background-color:#fff}.customer-details-tab .nav-line--simple .nav-line__body{background-color:#fff;align-items:initial}.post-log-tab .nav-line__body .post-log .consumer-request__history{overflow:hidden;padding-top:10px;display:block;position:relative}.double-string__value-coApplicantSSN .double-string__value,.consumer-info__double-string-ssn .double-string__value{display:flex;align-items:center}.consumer-info__details-user-info .double-string__value{white-space:normal!important;text-overflow:normal!important}.application-details-tab .nav-line__body{padding:25px}.computed-height-body-tab .nav-line__body{height:calc(100vh - 440px)}@media (max-width: 991px){.consumer-info .double-string__value{max-width:200px}}@media screen and (max-height: 800px){.computed-height-body-tab .nav-line__body{padding:0;height:100%}}@media screen and (max-width: 800px){.post-log-tab .nav-line__body .post-log .consumer-request__history{overflow-x:scroll}}@media (max-width: 767px){.consumer-info .double-string__value{max-width:170px}}@media screen and (max-width: 767px){.note-tab .nav-line__body{height:auto}.consumer-info-modal .modal__header .login-as-owner-button{position:relative;left:0;right:0;margin-left:16px;margin-top:2px}.consumer-info-modal>.modal__footer .footer-with-data .footer-with-data__btn-group{margin:0}.consumer-info-modal>.modal__footer .note~.footer-with-data{width:100%;flex-direction:column-reverse;align-items:flex-end}.consumer-info-modal>.modal__footer .note~.footer-with-data .j4{margin-top:8px;width:100%;justify-content:center}.consumer-info-modal>.modal__footer .note~.footer-with-data button.button_icon-right{margin:0}.consumer-info-modal.notes-tab>.modal__footer{position:relative;box-shadow:0 0 16px #24326b26}}@media (max-width: 575px){.consumer-info .double-string__value{max-width:140px}}@media screen and (max-width: 441px){.footer-with-data__btn-group{margin-top:5px}}@media (max-width: 359px){.consumer-info .double-string__value{max-width:100px}}:root{--user-contacts-margin-right: 5px;--user-contacts-icon-mode-width: 16px;--user-contacts-icon-mode-height: 16px;--user-contacts-icon-mode-margin-right: 8px}.user-contacts__email,.user-contacts__phone{margin-right:5px;margin-right:var(--user-contacts-margin-right)}.user-contacts__email_icon-mode,.user-contacts__phone_icon-mode{width:16px;width:var(--user-contacts-icon-mode-width);height:16px;height:var(--user-contacts-icon-mode-height);margin-right:8px;margin-right:var(--user-contacts-icon-mode-margin-right)}.advanced-tags{position:relative;display:inline-flex;justify-content:center;align-items:center;height:24px;margin-top:2.5px;margin-right:4px;margin-bottom:2.5px;padding:2px 8px;font-size:10px;border-radius:2px;background-color:#e2e5ec}.advanced-tags--error{background-color:#fce2e8}.advanced-tags--warning-icon{min-width:16px;min-height:16px;font-size:17px;color:#f06d8d}.advanced-tags--warning-icon-wrapper{display:flex;cursor:pointer}.advanced-tags__warn-text{position:absolute;z-index:2;min-width:80px;max-width:270px;padding:8px;font-size:10px;line-height:16px;color:#fff;border-radius:4px;background-color:#6b81dd}.advanced-tags__warn-text:before{position:absolute;width:8.5px;height:8.5px;content:"";background-color:#6b81dd;transform:rotate(45deg)}.advanced-tags__warn-text--warnLeft{top:30px;left:4px}.advanced-tags__warn-text--warnLeft:before{top:-4px;left:8px}.advanced-tags__warn-text--warnLeft--to-top{top:-50px}.advanced-tags__warn-text--warnRight{top:30px}.advanced-tags__warn-text--warnRight:before{top:-4px;right:10px}.advanced-tags__warn-text--warnRight--to-top{top:-50px}.advanced-tags--showMore{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#ffedc8}.advanced-tags__counter{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:-8px;padding:0 8px;text-align:center}.advanced-tags__counter:after{position:absolute;top:-4px;left:0;width:2px;height:27px;content:"";opacity:.2;background-color:#9aa0b9}.advanced-tags__counter--null{opacity:.7;color:#9aa0b9}.advanced-tags__counter--bold{font-family:Roboto,sans-serif;font-size:11px;font-weight:700;color:#1e1e2d}.advanced-tags svg{min-width:16px;max-width:16px;min-height:16px;max-height:16px}:export{primaryColor:#3f51b5;secondaryColor:#f50057;successColor:#4caf50;warningColor:#ff9800;errorColor:#f44336;infoColor:#2196f3;backgroundColor:#ffffff;textColor:#212121;textSecondaryColor:#757575}.date-time{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.date-time__date,.date-time__time{font-weight:400}.date-time_color--pause{color:#999}.td-role{display:flex;justify-content:flex-start;flex-wrap:nowrap;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:20px}.td-role_row{flex-flow:row;align-items:center}.td-role_col{flex-flow:column;align-items:flex-start}.td-role__role-type{color:#9aa0b9}.td-user{justify-content:flex-start}.td-user,.td-user__icon-block{display:flex;flex-flow:row nowrap;align-items:center}.td-user__icon-block{box-sizing:border-box;overflow:hidden;width:32px;height:32px;margin-right:8px;border-radius:50%;justify-content:center}.td-user__icon-block_default-background{background-color:#ffedc8}.td-user__icon{display:block;width:100%;height:100%}.td-user__icon-default{display:inline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#1e1e2d}.td-user__descroption-block{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;font-family:Roboto;font-weight:400;line-height:20px}.td-user__name{font-size:13px}.td-user__email{font-size:11px}.td-change-log-details__items-wrapper{display:flex;align-items:center;justify-content:flex-start}.td-change-log-details__items-wrapper--opened{flex-direction:column;align-items:flex-start}.td-change-log-details__items-wrapper--opened .td-change-log-details__show-more-btn{margin-left:0}.td-change-log-details__item{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.td-change-log-details__item-icon{min-width:8px;min-height:8px;max-width:8px;max-height:8px;border-radius:8px;margin-right:8px}.td-change-log-details__item-icon--addedArrayOfSingleValue,.td-change-log-details__item-icon--addedFundingDocuments,.td-change-log-details__item-icon--addedNewValue,.td-change-log-details__item-icon--addedRange,.td-change-log-details__item-icon--addedArray,.td-change-log-details__item-icon--enabled{background-color:#00b031}.td-change-log-details__item-icon--changed{background-color:#6b81dd}.td-change-log-details__item-icon--removed,.td-change-log-details__item-icon--removedArray,.td-change-log-details__item-icon--removedSingleValue,.td-change-log-details__item-icon--removedArrayOfSingleValue,.td-change-log-details__item-icon--removedFundingDocuments,.td-change-log-details__item-icon--disabled{background-color:#f06d8d}.td-change-log-details__show-more-btn{cursor:pointer;-webkit-user-select:none;user-select:none;padding:1px 8px;gap:4px;border-radius:3px;background:#ffedc8;background:var(--Background-Selected, #FFEDC8);color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:11px;font-style:normal;font-weight:400;line-height:20px;margin-left:4px}.td-change-log-details__item-action--removed-items{display:flex;flex-wrap:wrap;max-width:500px}.td-change-log-details__item-action--removed-items span{margin-right:4px}.td-change-log-details__item-action--removedArrayOfSingleValue{display:flex}.report-updated__info{font-size:13px;font-weight:400}.report-updated__info-date{color:#1e1e2d}.report-updated__info-user-name{color:#9aa0b9}.payment-made-modal{display:flex;flex-direction:column}.payment-made-modal__input{width:50%}.payment-made-modal__input--date{margin-bottom:24px}.payment-made-modal__input--checkbox{margin-bottom:8px}.payment-made-modal__submit-btn{min-width:100px}.payment-unmade-button{padding-left:5px;padding-right:5px;box-shadow:none}.payment-unmade-button__icon{display:inline-block;min-width:16px;width:16px;height:16px;color:#f06d8d}.payment-made{position:relative;display:flex;align-items:center;column-gap:4px;min-height:28px}.payment-made__btn-made{margin-left:20px;width:55px;min-width:55px}.payment-made__btn-unmade{position:absolute;right:0;display:none;background-color:#fff}.payment-made:hover .payment-made__btn-unmade{display:flex}.payment-made__icon{display:inline-block;min-width:16px;width:16px;height:16px}.payment-made__icon--check{color:#00b031}.payment-made__icon--clock{color:#f59a2f}.payment-made__stages{font-size:13px;font-weight:400}.payment-made__stages-text{color:#1e1e2d}.payment-made__stages-info{color:#9aa0b9}.report-queue{position:relative;width:28px;min-width:28px}.report-queue .loader-box .lds-ring_small div{top:-8px;left:-8px}.percent-setter{cursor:pointer;display:flex;flex-direction:column;align-items:flex-end}.percent-setter--view{border-bottom:1px dashed #1e1e2d}.percent-setter--view:hover{border-bottom:1px solid #1e1e2d}.percent-setter_not-editable{cursor:auto}.percent-setter_not-editable .percent-setter--view{border:none}.percent-setter--edit{display:flex;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;box-shadow:0 0 4px #5d78ff80;border:1px solid #6B81DD;border-radius:3px}.percent-setter--edit .input__wrap{border:none;border-right:none;width:50px;min-width:50px}.percent-setter--edit-error{border-color:#f06d8d}.percent-setter--edit__percent{pointer-events:none;-webkit-user-select:none;user-select:none;display:flex;align-items:center;border-left:none;border-right:none;padding:2px 4px 0 0}.percent-setter--edit__input{text-align:right;padding:0 0 0 8px}.percent-setter__input-error{margin-top:2px;font-size:10px;color:#f06d8d}.percent-setter--edit__buttons-box{border-radius:3px}.percent-setter--edit__button{width:24px;border:none;box-shadow:none;padding:0 4px}.percent-setter--edit__button svg{color:#1e1e2d}.buttons-box__confirm-btn{border-right:1px solid #e2e5ec;border-left:1px solid #e2e5ec}.percent-setter--setup{color:#f06d8d;border-bottom:1px dashed #1e1e2d}.percent-setter--setup:hover{border-bottom:1px solid #1e1e2d}.modal-filters{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:end}.modal-filters__item{min-width:100px;width:150px;max-width:150px;margin-right:8px}.modal-filters__item>*{width:100%}.offers-stack-offers-modal{height:calc(100% - 32px);max-height:calc(100% - 32px);width:calc(100% - 32px);max-width:calc(100% - 32px)}.offers-stack-offers-modal .offers-stack-offers-modal__alert{color:#1e1e2d;padding:6px 4px 6px 10px;margin-bottom:16px}.offers-stack-offers-modal .offers-stack-offers-modal__alert-content--thin{font-weight:300}.offers-stack-offers-modal .offers-stack-offers-modal__alert-content--normal{font-weight:400}.offers-stack-offers-modal .offers-stack-offers-modal__alert-content--bold{font-weight:500}.offers-stack-offers-modal__cell-status .td-content-wrapper{justify-content:center}.offers-stack-offers-modal__cell-status .table__title-item{text-align:center}.offers-stack-offers-modal__filters{margin-bottom:16px}.offers-stack-offers-modal .simple-table table{max-width:100%}.offers-stack-offers-modal .simple-table table thead.sticky{top:55px}.offers-stack-offers-modal .simple-table table .simple-table__td-name{max-width:300px!important;white-space:wrap;word-wrap:break-word}.offers-stack-offers-modal .simple-table table .offers-stack-offers-modal__cell-status{text-align:center}.offers-stack-offers-modal .simple-table table .offers-stack-offers-modal__cell-status .table--sorted-col{justify-content:center}.offers-stack-offers-modal .td-content-wrapper__hint-container{margin:0 0 0 8px!important}.input-currency{box-sizing:border-box;height:40px;max-height:40px;padding:0 16px;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.2px;border:1px solid #e1e8f1;border-radius:6px;background:#f8fbff}.trigger-with-input{--main-width: fit-content;--border-radius: 3px;--action-button-width: 32px;--action-button-height: 28px;--action-button-margin: 4px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:var(--main-width);min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;min-width:var(--main-width);max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;max-width:var(--main-width)}.trigger-with-input__view-mode{overflow:hidden;display:flex;flex-flow:row nowrap}.trigger-with-input__view-mode,.trigger-with-input__view-mode-value{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;justify-content:flex-start;align-items:center}.trigger-with-input__view-mode-value{display:inline-flex;flex-flow:row wrap}.trigger-with-input__view-mode-value_editable{border-bottom:1px dashed #1E1E2D}.trigger-with-input__view-mode-trigger-button .trigger-with-input__view-mode-trigger-button-label{border-bottom:1px dashed #6B81DD}.trigger-with-input__view-mode-action-button{box-sizing:content-box;width:var(--action-button-width);height:var(--action-button-height);margin-left:var(--action-button-margin);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;visibility:hidden}.trigger-with-input__view-mode-action-button svg{width:16px;height:16px;color:#f06d8d}.trigger-with-input__view-mode:hover .trigger-with-input__view-mode-action-button,.trigger-with-input__view-mode.is-mobile .trigger-with-input__view-mode-action-button{visibility:visible;cursor:pointer}.trigger-with-input__view-mode .hint{max-width:100%}.trigger-with-input__view-mode .hint .trigger-with-input__view-mode-trigger-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.trigger-with-input__edit-mode{max-width:var(--main-width);position:relative;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;border:1px solid #e2e5ec;border-radius:var(--border-radius)}.trigger-with-input__edit-mode .input__wrap,.trigger-with-input__edit-mode .input-currency-box,.trigger-with-input__edit-mode .input-currency,.trigger-with-input__edit-mode .input-mask3_wrapper.input-mask_focus,.trigger-with-input__edit-mode .input-mask.input-mask_focus,.trigger-with-input__edit-mode .input__wrap_focus{border:none;filter:none}.trigger-with-input__edit-mode .input__wrap_focus,.trigger-with-input__edit-mode .input__wrap_focus>input,.trigger-with-input__edit-mode .input__wrap_focus>.input,.trigger-with-input__edit-mode .input-currency__focused{box-shadow:none;filter:none}.trigger-with-input__edit-mode--buttons{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch}.trigger-with-input__edit-mode--buttons--button{padding:4px;border-left:1px solid #E2E5EC;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;cursor:pointer}.trigger-with-input--error .trigger-with-input__edit-mode{border:1px solid #F06D8D!important}.trigger-with-input_focused .trigger-with-input__edit-mode{border:1px solid #6B81DD;box-shadow:0 0 4px #5d78ff80}.trigger-with-input .lds-ring_small{margin-top:3%}.trigger-with-input .lds-ring_small div{width:100%!important;height:100%!important;border-width:2px!important}.change-status-modal *{box-sizing:border-box}.change-status-modal .status{line-height:2}.change-status-modal .modal__body{padding:var(--spacing-m) var(--spacing-m) var(--spacing-l) var(--spacing-m);display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;row-gap:var(--spacing-l);border-top-left-radius:0;border-top-right-radius:0}.change-status-modal .modal__body p{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px;margin:0}.change-status-modal .modal__header-title{font-weight:700;font-size:13px;line-height:20px;max-height:38px}.change-status-modal__statuses,.change-status-modal__amount-info,.change-status-modal__notes{width:100%;display:flex}.change-status-modal__statuses{padding:var(--spacing-m);background-color:#fff;border-radius:6px;align-items:center;gap:var(--spacing-s);align-self:stretch;flex-wrap:wrap}.change-status-modal__statuses-item{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;column-gap:var(--spacing-xs)}.change-status-modal__statuses-item--description{font-size:10px;font-style:normal;font-weight:400;line-height:21px;text-transform:uppercase}.change-status-modal__statuses-separator{width:16px;height:16px}.change-status-modal__statuses-separator>svg{width:100%;height:100%}.change-status-modal__amount-info{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start}.change-status-modal__amount-info-row{width:100%;min-height:32px;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;padding-top:6px;padding-bottom:6px;border-bottom:1px solid #E2E5EC;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.change-status-modal__amount-info-row:last-of-type{font-weight:500;border-bottom:none}.change-status-modal__amount-info-cell{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;font-weight:300}.change-status-modal__amount-info-cell--current-values{font-weight:400}.change-status-modal__amount-info-cell--current-values .input__wrap,.change-status-modal__amount-info-cell--current-values .input-currency-box,.change-status-modal__amount-info-cell--current-values .input-currency,.change-status-modal__amount-info-cell--current-values .input-mask3_wrapper,.change-status-modal__amount-info-cell--current-values .input-mask{height:24px;font-size:13px;font-style:normal;font-weight:400;line-height:20px;border-radius:3px 0 0 3px}.change-status-modal__amount-info-cell--current-values .trigger-with-input__view-mode-trigger-button_value-not-exist{color:#f06d8d}.change-status-modal__amount-info-cell--current-values .trigger-with-input__edit-mode--buttons{min-width:50px}.change-status-modal__amount-info-cell--previous-values{margin-right:var(--spacing-xs);color:#9aa0b9;-webkit-text-decoration:line-through;text-decoration:line-through;font-weight:400}.change-status-modal .change-status-offer-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.change-status-modal .change-status-offer-wrapper>span{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:700;line-height:20px}.change-status-modal .change-status-offer-wrapper .trigger-with-input__view-mode-action-button{width:16px}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__description{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px;white-space:nowrap}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__description .apr-with-autopay{font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.2px;color:#69a457}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value{font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:21px}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value{display:flex}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value__old-value{display:flex;align-items:center;margin-right:4px;position:relative;color:#9aa0b9;color:var(--Text-Title, #9AA0B9)}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value__old-value:after{content:"";display:block;position:absolute;height:1px;width:100%;background:#9aa0b9;top:calc(50% + 1px);opacity:.8}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input__wrap,.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input-currency-box,.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input-currency,.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input-mask3_wrapper,.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input-mask{height:24px;font-size:13px;font-style:normal;font-weight:400;line-height:20px;border-radius:3px 0 0 3px}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input__wrap input,.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input-currency-box input,.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input-currency input,.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input-mask3_wrapper input,.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .input-mask input{padding:0 4px;max-width:86px;min-width:0}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .trigger-with-input{max-width:138px;min-width:0}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .trigger-with-input__view-mode-trigger-button{height:21px}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .trigger-with-input__view-mode-trigger-button_value-not-exist{color:#f06d8d}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .editable-value .trigger-with-input__edit-mode--buttons{min-width:50px}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .strikethrough{display:inline-block;position:relative}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .double-string.double-string-fin .double-string__value .strikethrough:after{content:"";display:block;position:absolute;height:1px;width:100%;background:#9aa0b9;top:calc(50% + 1px);opacity:.8}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .application-logs__status--right-block__preapproved-data--row{display:flex}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .application-logs__status--right-block__preapproved-data--item:first-child .double-string.double-string-fin{border-right:1px solid #E2E5EC;margin-right:16px;padding-right:16px;height:100%;justify-content:flex-start}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .application-logs__status--right-block__preapproved-data--item:first-child .double-string.double-string-fin .double-string__value,.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .application-logs__status--right-block__preapproved-data--item:first-child .trigger-with-input__view-mode-value{font-weight:700}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .application-logs__status--right-block__preapproved-data--item:last-child .application-logs__status--right-block__preapproved-data--item__row{display:flex;gap:24px;flex-wrap:wrap}.change-status-modal .change-status-offer-wrapper .preapproved-offers-group__offers .promo--tag svg{width:16px;height:16px;min-width:16px;min-height:16px}.change-status-modal__notes{width:100%;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-start}.change-status-modal__notes--trigger{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0}.change-status-modal__notes--trigger.button_link svg{display:block}.change-status-modal__notes--trigger_add-notes{font-size:13px;font-style:normal;font-weight:400;line-height:20px}.change-status-modal__notes--trigger_remove{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0;font-size:10px;font-style:normal;font-weight:400;line-height:16px;margin-bottom:5px}.change-status-modal__notes--label{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:16px}.change-status-modal__notes--textarea{width:100%}.change-status-modal--notice-to-proceed{min-height:0}.change-status-modal--notice-to-proceed .modal__body{padding-bottom:24px;gap:16px}.bulk-update-modal .modal__body{border-top-left-radius:0;border-top-right-radius:0}.bulk-update-modal .tiered-checkboxes__parents{margin-right:48px}.bulk-update-modal__field-wrapper{margin-bottom:16px}.bulk-update-modal__field-wrapper .switcher-radio__radio:not(:last-child){margin-right:20px}.bulk-update-modal__field-applyToLenders,.bulk-update-modal__field-update{margin-bottom:8px}.bulk-update-modal__field-applyToLenders .form-element__label,.bulk-update-modal__field-update .form-element__label{margin-bottom:6px}.bulk-update-modal__field-applyToLenders .form-element>div,.bulk-update-modal__field-update .form-element>div{margin-left:4px}.bulk-update-modal__field-applyToLenders .radio-input__label,.bulk-update-modal__field-update .radio-input__label{font-size:13px;font-style:normal;font-weight:300;line-height:20px}.bulk-update-modal__field-transactionFeeSplit,.bulk-update-modal__field-revenueShareSplit{width:168px;max-width:168px!important}.bulk-update-modal__field-alert{margin-bottom:32px}.bulk-update-modal__field-alert .alert{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:13px;font-weight:300;line-height:20px;padding:6px 8px 6px 10px;box-sizing:border-box}.bulk-update-modal__industries{margin-top:16px;display:flex;flex-wrap:wrap}.bulk-update-modal__industries .checkbox-input__label{font-size:13px;font-style:normal;font-weight:300;line-height:20px}.bulk-update-modal__industries-label{margin-bottom:0}.bulk-update-modal__industries-wrapper .form-element__error{position:absolute;top:5px;left:85px}.bulk-update-modal__industries-wrapper .form-element__label{font-size:13px;font-style:normal;font-weight:500;line-height:20px}.bulk-update-modal__industries-wrapper .tiered-checkboxes__children{margin-top:4px;margin-left:12px}@media (max-width: 575px){.bulk-update-modal__field-update .form-element div{flex-wrap:wrap}.bulk-update-modal__industries-wrapper .form-element div{flex-direction:column}}@media (max-width: 359px){.bulk-update-modal__field-update .form-element div{flex-direction:column}.bulk-update-modal__field-transactionFeeSplit,.bulk-update-modal__field-revenueShareSplit{max-width:none!important;max-width:initial!important}.bulk-update-modal__industries{flex-direction:column}}.pagination{margin-right:-2px;-webkit-user-select:none;user-select:none;width:100%}.pagination__button{margin-left:-1px;-webkit-text-decoration:none;text-decoration:none;padding:2px 6px;display:flex;line-height:1;align-items:center;justify-content:center;max-width:21px;width:21px;height:24px;cursor:pointer;font-size:14px;border:1px solid #e2e5ec;color:#757f8c}.pagination__button:first-child{border-radius:4px 0 0 4px}.pagination__button:last-child{border-radius:0 4px 4px 0}.pagination__button:hover{color:#6b81dd;background-color:#eeeff1}.pagination__button_current{background:#535e88;border-color:#535e88;color:#fff;pointer-events:none}.pagination__button--dots{border:none;pointer-events:none}.improved-table-pagination{display:flex;justify-content:flex-start;align-items:center;padding:0 10px}.improved-table-pagination__total{margin-left:5px;margin-right:15px;white-space:nowrap;font-size:13px;font-weight:300;color:#1e1e2d}.improved-table-pagination__btn{display:flex;align-items:center;justify-content:center;border:1px solid #e2e5ec;padding:5px;border-radius:3px;color:#1e1e2d;height:16px;width:16px;min-height:16px;min-width:16px}.improved-table-pagination__btn:active{color:#6b81dd}.improved-table-pagination__in-page,.improved-table-pagination__pages{width:60px;min-width:60px;-webkit-text-decoration:none;text-decoration:none}.improved-table-pagination__in-page .dropdown__arrow svg,.improved-table-pagination__pages .dropdown__arrow svg{height:16px;width:16px;min-height:16px;min-width:16px}.page-title{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.page-title--button{margin-top:10px}.page-title__title{font-size:16px;line-height:20px;color:#1e1e2d;flex-wrap:wrap}.page-title__title,.page-title__title--chips{display:flex;align-items:center}.page-title__title--chips .tag-list_wrapper{height:23px;margin-left:8px;gap:4px}.page-title__title--chips .tag-list_wrapper .tag-list_wrapper_item,.page-title__title--chips .tag-list_wrapper .tag{height:100%;box-sizing:border-box;margin:0}.page-title__title .status{margin-left:8px}.page-title__pages{margin-top:4px;display:flex;align-items:center}.page-title__delimiter{font-size:12px;font-weight:500;color:#1e1e2d;margin:0 8px}.page-title__link{display:flex;font-size:13px;color:#6b81dd;-webkit-text-decoration:none;text-decoration:none}.page-title__link_last{cursor:default;color:#9aa0b9}.page-title__link svg{width:16px;height:16px}.page-title__link svg *{stroke:#6b81dd}.page-title__link:hover:not(.page-title__link_last){color:#0056b3}.page-title__link:hover:not(.page-title__link_last) svg path,.page-title__link:hover:not(.page-title__link_last) svg polyline{stroke:#0056b3}.page-title__icon{min-width:16px;max-width:16px;min-height:16px;max-height:16px}.page-title__alert{max-width:450px;max-height:32px;min-height:32px;padding:5px 12px;color:#1e1e2d;margin-left:8px}.page-title__alert div:first-child{width:100%}.page-title__alert svg{margin:0;opacity:.3}.page-title__alert .button{padding:0;margin-left:5px;color:#166ead;font-size:10px;font-weight:400}.page-title__children{display:flex;align-items:center;justify-content:flex-end}@media (max-width: 767px){.page-title__children{display:flex;align-items:center;gap:16px}}.applications__list-title-box{display:flex;align-items:center;column-gap:4px}.applications__list-title-box .page-title{margin-right:auto}.applications-filter__alert{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between}.applications-filter__alert .loader-box{align-items:center}.applications-filter__alert .lds-ring.lds-ring_small{transform:none;transform:initial;top:0;height:30px;max-height:30px}.applications-filter__alert .lds-ring_small div{left:50%;top:-8px}.application-source{display:flex;gap:4px;align-items:center}.application-source__type{display:inline-flex;padding:0 4px;align-items:center;border-radius:3px;font-family:Roboto;font-size:11px;font-style:normal;font-weight:400;line-height:20px}.application-source__type--api{background:#1e1e2d;color:#ffedc8}.application-source__type--form{background:#535e88;color:#cde1ff}.applications__list .simple-table__td-industry .double-string__value{max-width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.applications__list .simple-table__td-fundedAmount .td-content-wrapper__image-container{color:#00b031}.applications__list .simple-table--applications .hint--waterfall .hint__button{padding:2px 8px;border-radius:2px;background:#ffedc8;font-size:11px;font-style:normal;font-weight:400;line-height:20px;color:#1e1e2d}.applications__list .tag-list_wrapper_item{max-width:none!important;max-width:initial!important}.hint--waterfall{--container-width: 280px}.hint--waterfall .hint--hint--waterfall__text{width:var(--container-width);min-width:var(--container-width);max-width:var(--container-width);padding:0;background-color:#fff;box-shadow:0 4px 25px #00000040;color:#1e1e2d}.hint--waterfall .hint--hint--waterfall__text:before{background-color:#fff}.hint--waterfall__item{padding:8px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch}.hint--waterfall__item-cell{box-sizing:border-box;overflow:hidden;height:auto;padding-right:8px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center}.hint--waterfall__item-cell:last-of-type{padding-right:0}.hint--waterfall__item-cell:nth-of-type(1){width:50%}.hint--waterfall__item-cell:nth-of-type(2){width:50%;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.hint--waterfall__item-cell:nth-of-type(2)>a{color:#435cc6}.hint--waterfall__item-cell:nth-of-type(3){width:20%;font-size:13px;font-style:normal;font-weight:400;line-height:20px;color:#9aa0b9}.applications__tag-popup-content-status{font-size:10px;font-weight:400;text-transform:uppercase}.applications__tag-popup-content-status,.applications__tag-popup-content-name{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-style:normal;line-height:20px}.applications__tag-popup-content-name{font-size:13px;font-weight:500}.applications__tag-popup-content-role,.applications__tag-popup-content-date{color:#9aa0b9;color:var(--Text-Title, #9AA0B9);font-size:12px;font-style:normal;font-weight:400;line-height:24px}.applications-tags-dropdown__container{min-width:220px!important}@media (max-width: 767px){.applications__list .page-title{width:100%}.applications__list-title-box{flex-wrap:wrap}.applications__list-title-box .page-title__alert{margin-left:0;margin-top:15px;max-width:none;max-width:initial}}.fast-selector-block{display:flex;flex-wrap:wrap;margin:-2px}.fast-selector-block .button{box-shadow:none}.fast-selector-block .date-picker__button:first-child{color:#1e1e2d}.fast-selector-block__item{margin:2px}.limit-progress-bar{position:relative;display:flex;flex-direction:column-reverse;width:124px;min-height:124px;border-radius:50%;background-color:transparent}.limit-progress-bar__progress{border-radius:50%;transform:rotate(-90deg)}.limit-progress-bar--reverse .limit-progress-bar__progress{transform:rotate(-90deg) scaleY(-1)}.limit-progress-bar__progress>circle{fill:none;transition:stroke-dashoffset .8s;transform:translate(3px,3px);stroke-linecap:round}.limit-progress-bar__content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%}.dashboard__circle-progress-bar{z-index:0;min-height:100%;max-height:100%;width:100%;display:flex;align-items:center;justify-content:center}.dashboard__circle-progress-bar .limit-progress-bar__progress{z-index:10}.dashboard__circle-progress-bar .limit-progress-bar__meter{min-height:100%;max-height:100%}.dashboard__circle-progress-bar svg{width:190px;height:190px}.dashboard__circle-progress-bar .dashboard__circle-progress-bar_content{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:100%;font-size:12px;font-weight:400;line-height:18px}.dashboard__circle-progress-bar .dashboard__circle-progress-bar_content svg{max-width:16px;max-height:16px}.dashboard__circle-progress-bar .circle-progress-bar_content__percent{color:#000;font-size:32px;font-weight:500;line-height:140%;display:flex;flex-wrap:nowrap;position:relative}.dashboard__circle-progress-bar .circle-progress-bar_content__percent span{position:absolute;top:-3px;right:-20px;color:#7a8599;font-size:24px}.dashboard__circle-progress-bar .circle-progress-bar_content__label{color:#9aa0b9;font-size:12px;font-weight:400;line-height:24px;text-transform:uppercase}.dashboard-rate-status{display:flex;height:18px;padding:0 6px 0 2px;justify-content:flex-end;align-items:center;gap:-3px;box-sizing:border-box;text-transform:capitalize;border-radius:16px;background-color:#f1f5fa;font-size:11px;font-weight:400;line-height:24px;min-width:27px}.dashboard-rate-status.dashboard-rate-status--positive{color:#32a784}.dashboard-rate-status.dashboard-rate-status--negative{color:#f06d8d}.dashboard__apps-overview{display:flex;min-width:316px;width:316px;height:360px;flex-direction:column;align-items:flex-start;justify-content:space-between;box-shadow:0 5px 15px #0000000d;background:#fff;border-radius:4px}.dashboard__apps-overview .apps-overview-title{box-sizing:border-box;color:#1e1e2d;font-size:16px;font-weight:400;padding:16px;width:100%;max-height:50px}.dashboard__apps-overview .apps-overview-footer{box-sizing:border-box;width:100%;display:flex;min-height:90px;justify-content:center;align-items:center;border-top:1px solid #E2E5EC}.dashboard__apps-overview .apps-overview-footer-item{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-shadow:none;padding:16px}.dashboard__apps-overview .apps-overview-footer-item__title{font-size:12px;font-weight:400;text-transform:uppercase;color:#9aa0b9;margin-bottom:5px}.dashboard__apps-overview .apps-overview-footer-item__percent{display:flex;align-items:center;flex-wrap:nowrap;color:#000;font-size:18px;font-weight:500;line-height:140%;margin-right:5px}.dashboard__apps-overview .apps-overview-footer-item__percent span{margin-left:2px;color:#7a8599;font-size:13px;font-weight:400;line-height:140%}.dashboard__apps-overview .apps-overview-footer-item__percent-box{display:flex;align-items:center;flex-wrap:nowrap}.dashboard__apps-overview .apps-overview-chart{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.progress-line{--progress-line-font-family: "Sarabun, sans-serif";--progress-line-font-size: 14px;--progress-line-font-weight: 400;--progress-line-font-style: normal;--progress-line-line-height: 20px;--progress-line-letter-spacing: .2px;--progress-line-color-default: #171d33;--progress-line-color-info: #46aaf2;--progress-line-color-success: #54d3ad;--progress-line-color-error: #fa2e69;--progress-line-color-grey: #a6aab4;--progress-line-color-warning: #ffdb7c;--progress-line-color-primary-light: #a6c2ed;--progress-line-color-de-york: #78c58d;--progress-line-color-purple: #a193ef;--progress-line-color-sea-buckthorn: #f59a2f;--progress-line-color-pink: #ffcad6;--progress-line-color-froly: #f06d8d;--progress-line-color-brown: #b4a287;--progress-line-background-default: #e6f0f7}.progress-line,.progress-line__wrapper{position:relative;display:flex;flex-direction:column;box-sizing:border-box;width:100%}.progress-line__wrapper{justify-content:space-between}.progress-line__wrapper__label{margin-bottom:8px;font-family:"Sarabun, sans-serif";font-family:var(--progress-line-font-family, "Sarabun, sans-serif");font-size:14px;font-size:var(--progress-line-font-size, 14px);font-weight:400;font-weight:var(--progress-line-font-weight, 400);font-style:normal;font-style:var(--progress-line-font-style, normal);line-height:20px;line-height:var(--progress-line-line-height, 20px);letter-spacing:.2px;letter-spacing:var(--progress-line-letter-spacing, .2px);color:#171d33;color:var(--progress-line-color-default, #171d33)}.progress-line__wrapper__label.align-left{text-align:left}.progress-line__wrapper__label.align-center{text-align:center}.progress-line__wrapper__label.align-right{text-align:right}.progress-line__wrapper__value{display:flex;flex-wrap:nowrap;font-family:"Sarabun, sans-serif";font-family:var(--progress-line-font-family, "Sarabun, sans-serif");font-size:14px;font-size:var(--progress-line-font-size, 14px);font-weight:400;font-weight:var(--progress-line-font-weight, 400);font-style:normal;font-style:var(--progress-line-font-style, normal);line-height:20px;line-height:var(--progress-line-line-height, 20px);white-space:nowrap;letter-spacing:.2px;letter-spacing:var(--progress-line-letter-spacing, .2px);color:#171d33;color:var(--progress-line-color-default, #171d33)}.progress-line__wrapper[class*=value-top-]{flex-flow:column}.progress-line__wrapper[class*=value-top-] [class*=__value]{margin-bottom:8px}.progress-line__wrapper.value-top-center{align-items:center}.progress-line__wrapper.value-top-left{align-items:flex-start;text-align:left}.progress-line__wrapper.value-top-right{align-items:flex-end;padding-right:8px;text-align:right}.progress-line__wrapper[class*=value-center-]{align-items:center}.progress-line__wrapper.value-center-left{flex-flow:row}.progress-line__wrapper.value-center-left [class*=__value]{margin-right:8px;text-align:center}.progress-line__wrapper.value-center-right{flex-flow:row-reverse}.progress-line__wrapper.value-center-right [class*=__value]{margin-left:8px;text-align:center}.progress-line__wrapper[class*=value-bottom-]{flex-flow:column-reverse}.progress-line__wrapper[class*=value-bottom-] [class*=__value]{margin-top:8px}.progress-line__wrapper.value-bottom-center{align-items:center}.progress-line__wrapper.value-bottom-left{align-items:flex-start}.progress-line__wrapper.value-bottom-right{align-items:flex-end}.progress-line__wrapper__line{position:relative;width:100%;height:4px;border-radius:8px;background:#e6f0f7;background:var(--progress-line-background-default, #e6f0f7)}.progress-line__wrapper__line--filled{width:0;height:100%;border-radius:8px}.progress-line__wrapper.variant-info [class$=__line--filled]{background:#46aaf2;background:var(--progress-line-color-info, #46aaf2)}.progress-line__wrapper.variant-info .variant-label-color{color:#46aaf2;color:var(--progress-line-color-info, #46aaf2)}.progress-line__wrapper.variant-success [class$=__line--filled]{background:#54d3ad;background:var(--progress-line-color-success, #54d3ad)}.progress-line__wrapper.variant-success .variant-label-color{color:#54d3ad;color:var(--progress-line-color-success, #54d3ad)}.progress-line__wrapper.variant-error [class$=__line--filled]{background:#fa2e69;background:var(--progress-line-color-error, #fa2e69)}.progress-line__wrapper.variant-error .variant-label-color{color:#fa2e69;color:var(--progress-line-color-error, #fa2e69)}.progress-line__wrapper.variant-grey [class$=__line--filled]{background:#a6aab4;background:var(--progress-line-color-grey, #a6aab4)}.progress-line__wrapper.variant-grey .variant-label-color{color:#a6aab4;color:var(--progress-line-color-grey, #a6aab4)}.progress-line__wrapper.variant-warning [class$=__line--filled]{background:#ffdb7c;background:var(--progress-line-color-warning, #ffdb7c)}.progress-line__wrapper.variant-warning .variant-label-color{color:#ffdb7c;color:var(--progress-line-color-warning, #ffdb7c)}.progress-line__wrapper.variant-primary-light [class$=__line--filled]{background:#a6c2ed;background:var(--progress-line-color-primary-light, #a6c2ed)}.progress-line__wrapper.variant-primary-light .variant-label-color{color:#a6c2ed;color:var(--progress-line-color-primary-light, #a6c2ed)}.progress-line__wrapper.variant-de-york [class$=__line--filled]{background:#78c58d;background:var(--progress-line-color-de-york, #78c58d)}.progress-line__wrapper.variant-de-york .variant-label-color{color:#78c58d;color:var(--progress-line-color-de-york, #78c58d)}.progress-line__wrapper.variant-purple [class$=__line--filled]{background:#a193ef;background:var(--progress-line-color-purple, #a193ef)}.progress-line__wrapper.variant-purple .variant-label-color{color:#a193ef;color:var(--progress-line-color-purple, #a193ef)}.progress-line__wrapper.variant-sea-buckthorn [class$=__line--filled]{background:#f59a2f;background:var(--progress-line-color-sea-buckthorn, #f59a2f)}.progress-line__wrapper.variant-sea-buckthorn .variant-label-color{color:#f59a2f;color:var(--progress-line-color-sea-buckthorn, #f59a2f)}.progress-line__wrapper.variant-pink [class$=__line--filled]{background:#ffcad6;background:var(--progress-line-color-pink, #ffcad6)}.progress-line__wrapper.variant-pink .variant-label-color{color:#ffcad6;color:var(--progress-line-color-pink, #ffcad6)}.progress-line__wrapper.variant-froly [class$=__line--filled]{background:#f06d8d;background:var(--progress-line-color-froly, #f06d8d)}.progress-line__wrapper.variant-froly .variant-label-color{color:#f06d8d;color:var(--progress-line-color-froly, #f06d8d)}.progress-line__wrapper.variant-brown [class$=__line--filled]{background:#b4a287;background:var(--progress-line-color-brown, #b4a287)}.progress-line__wrapper.variant-brown .variant-label-color{color:#b4a287;color:var(--progress-line-color-brown, #b4a287)}.progress-line__wrapper__extremums{position:absolute;display:flex;justify-content:space-between;box-sizing:border-box;width:100%;font-family:"Sarabun, sans-serif";font-family:var(--progress-line-font-family, "Sarabun, sans-serif");font-size:14px;font-size:var(--progress-line-font-size, 14px);font-weight:400;font-weight:var(--progress-line-font-weight, 400);font-style:normal;font-style:var(--progress-line-font-style, normal);line-height:1;letter-spacing:.2px;letter-spacing:var(--progress-line-letter-spacing, .2px);color:#171d33;color:var(--progress-line-color-default, #171d33)}.progress-line__wrapper__extremums--min{top:0;left:0}.progress-line__wrapper__extremums--max{right:0}.progress-line__wrapper__extremums.position-top{transform:translateY(calc(-100% - 8px))}.progress-line__wrapper__extremums.position-bottom{transform:translateY(8px)}.progress-line__wrapper__extremums.position-top .progress-line__wrapper__extremums--min,.progress-line__wrapper__extremums.position-bottom .progress-line__wrapper__extremums--min{transform:translate(-50%)}.progress-line__wrapper__extremums.position-top .progress-line__wrapper__extremums--max,.progress-line__wrapper__extremums.position-bottom .progress-line__wrapper__extremums--max{transform:translate(50%)}.progress-line__wrapper__extremums.position-center{top:50%;transform:translateY(-50%)}.progress-line__wrapper__extremums.position-center .progress-line__wrapper__extremums--min{transform:translate(calc(-100% - 8px))}.progress-line__wrapper__extremums.position-center .progress-line__wrapper__extremums--max{transform:translate(calc(100% + 8px))}.dashboard__apps-by-status{display:flex;min-width:316px;width:316px;flex-direction:column;align-items:flex-start;justify-content:space-between;box-shadow:0 5px 15px #0000000d;background:#fff;border-radius:4px}.dashboard__apps-by-status .apps-by-status-title{box-sizing:border-box;color:#1e1e2d;font-size:16px;font-weight:400;padding:16px;width:100%;max-height:50px}.dashboard__apps-by-status .apps-by-status-btns{box-sizing:border-box;width:100%;display:flex;min-height:90px;justify-content:center;align-items:center;padding:0 16px}.dashboard__apps-by-status .apps-by-status-btn{width:100%;height:100%;max-height:80px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:none;padding:16px;border-radius:4px}.dashboard__apps-by-status .apps-by-status-btn:first-child{margin-right:4px}.dashboard__apps-by-status .apps-by-status-btn:last-child{margin-left:4px}.dashboard__apps-by-status .apps-by-status-btn:hover{background-color:#f1f5fa}.dashboard__apps-by-status .apps-by-status-btn:hover .dashboard-rate-status{background-color:#fff}.dashboard__apps-by-status .apps-by-status-btn:active,.dashboard__apps-by-status .apps-by-status-btn--active{background-color:#f1f5fa;filter:initial}.dashboard__apps-by-status .apps-by-status-btn:active .dashboard-rate-status,.dashboard__apps-by-status .apps-by-status-btn--active .dashboard-rate-status{background-color:#fff}.dashboard__apps-by-status .apps-by-status-btn__title{font-size:12px;font-weight:400;line-height:24px;text-transform:uppercase;margin-bottom:5px}.dashboard__apps-by-status .apps-by-status-btn__percent{display:flex;align-items:center;flex-wrap:wrap;color:#000;font-size:18px;font-weight:500;line-height:140%;margin-right:5px}.dashboard__apps-by-status .apps-by-status-btn__percent span{margin-left:2px;color:#7a8599;font-size:13px;font-weight:400;line-height:140%}.dashboard__apps-by-status .apps-by-status-btn__percent-box{display:flex;align-items:center;flex-wrap:nowrap}.dashboard__apps-by-status .apps-by-status-btn__positive .apps-by-status-btn__title{color:#00b031}.dashboard__apps-by-status .apps-by-status-btn__negative .apps-by-status-btn__title{color:#f06d8d}.dashboard__apps-by-status .apps-by-status__apps-box{padding:15px 16px 8px;display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow-y:auto;max-height:350px}.dashboard__apps-by-status .apps-by-status__apps-box scrollbar,.dashboard__apps-by-status .apps-by-status__apps-box scrollbarbutton,.dashboard__apps-by-status .apps-by-status__apps-box thumb{-moz-appearance:none!important}.dashboard__apps-by-status .apps-by-status__apps-box scrollcorner{-moz-appearance:none!important;resize:both}.dashboard__apps-by-status .apps-by-status__apps-box::-webkit-scrollbar{width:4px}.dashboard__apps-by-status .apps-by-status__apps-box::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.dashboard__apps-by-status .apps-by-status__apps-box::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.dashboard__apps-by-status .apps-by-status__apps-box::-webkit-scrollbar:horizontal{height:8px}.dashboard__apps-by-status .apps-by-status__apps-box::-webkit-scrollbar-track:horizontal{background:inherit}.dashboard__apps-by-status .apps-by-status__apps-box::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.dashboard__apps-by-status .apps-by-status__apps-box::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.dashboard__apps-by-status .apps-by-status__app-item{margin-bottom:20px}.dashboard__apps-by-status .apps-by-status__app-item .progress-line__wrapper__value{color:#9aa0b9;font-size:13px;font-weight:400;line-height:20px}.dashboard__apps-by-status .apps-by-status__app-item-label-box{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.dashboard__apps-by-status .apps-by-status__app-item-label{color:#1e1e2d;font-size:13px;font-weight:400;line-height:20px}.dashboard__apps-by-status .apps-by-status__app-item-label-count{color:#3b414b;font-size:13px;font-weight:500;line-height:20px}.chart__type-switcher-icon{overflow:hidden;width:24px;height:24px;cursor:pointer}.chart__type-switcher-icon svg{width:100%;height:100%}.chart__type-switcher-icon_active svg rect{fill:#1f7499}.chart__type-switcher-icon_active svg path{stroke:#fff}.chart{position:relative;box-sizing:border-box;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:24px}.chart__header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.chart__header_only-switcher{justify-content:flex-end}.chart__description{flex-grow:1;flex-flow:column nowrap;padding-left:24px}.chart__description,.chart__type-switcher{display:flex;justify-content:flex-start;align-items:flex-start}.chart__type-switcher{flex-flow:row nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.chart__type-switcher-icon{margin-right:8px}.chart__type-switcher-icon:last-child{margin-right:0}.chart_icon-mode{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0}.chart_icon-mode .chart__header{margin-bottom:0}.dashboard-finance-charts-box{display:grid;grid-template-areas:"nav chart";grid-template-rows:360px 1fr;box-shadow:0 5px 15px #0000000d;background:#fff;border-radius:4px;width:100%}.dashboard-finance-charts{position:relative;display:flex;flex-direction:column;width:100%;min-width:300px;height:100%;max-height:360px}.dashboard-finance-charts__nav{display:flex;flex-direction:column;width:315px}.dashboard-finance-charts__main-chart-box{height:100%}.dashboard-finance-charts__main-chart-box .chart{width:100%;height:100%}.dashboard-finance-charts__main-chart-box .chart__header{display:none}.dashboard-finance-charts__main-chart-box .chart__chart-wrapper{height:100%!important}.dashboard-finance-charts .finance-charts-btn{width:100%;height:90px;max-height:90px;display:flex;align-items:flex-start;justify-content:space-between;box-shadow:none;padding:20px;position:relative}.dashboard-finance-charts .finance-charts-btn__info{display:flex;flex-direction:column}.dashboard-finance-charts .finance-charts-btn__info-chart{display:flex;flex-direction:column;align-items:flex-end}.dashboard-finance-charts .finance-charts-btn__info-chart .dashboard-rate-status{padding:0 6px}.dashboard-finance-charts .finance-charts-btn__info-status{margin-bottom:2px}.dashboard-finance-charts .finance-charts-btn .finance-charts__title{color:#9aa0b9;font-size:12px;font-weight:400;line-height:24px;text-transform:uppercase}.dashboard-finance-charts .finance-charts-btn .finance-charts__count{color:#000;font-size:18px;font-weight:500;line-height:140%;display:flex;align-items:center}.dashboard-finance-charts .finance-charts-btn .finance-charts__count-currency{color:#7a8599;font-size:13px;font-weight:400;line-height:140%;margin-right:2px}.dashboard-finance-charts .finance-charts-btn:hover{background-color:#f1f5fa}.dashboard-finance-charts .finance-charts-btn:hover .dashboard-rate-status{background-color:#fff}.dashboard-finance-charts .finance-charts-btn:active,.dashboard-finance-charts .finance-charts-btn--active{filter:initial}.dashboard-finance-charts .finance-charts-btn:active .finance-charts__title,.dashboard-finance-charts .finance-charts-btn--active .finance-charts__title{color:#6b81dd}.dashboard-finance-charts .finance-charts-btn:active:before,.dashboard-finance-charts .finance-charts-btn--active:before{content:"";position:absolute;width:4px;height:52px;top:19px;left:0;border-radius:0 3px 3px 0;background:#6b81dd}.pie-chart-box{position:relative;width:180px;max-width:100%}.pie-chart__result{position:absolute;top:50%;left:50%;text-align:center;transform:translate(-50%) translateY(-50%)}.pie-chart__result-value{font-family:inherit;font-size:24px;font-weight:500;line-height:34px;letter-spacing:0}.pie-chart__result-percent{display:inline-block;margin-right:-14px;font-size:18px;line-height:25px;color:#7a8599;transform:translateY(-5px) translate(2px)}.pie-chart__result-percent,.pie-chart__result-label{font-family:inherit;font-weight:400;letter-spacing:0}.pie-chart__result-label{font-size:12px;line-height:24px;white-space:nowrap;text-transform:uppercase;color:#9aa0b9}.dashboard__merchants{display:flex;min-width:316px;width:316px;flex-direction:column;align-items:flex-start;box-shadow:0 5px 15px #0000000d;background:#fff;border-radius:4px;justify-content:space-between}.dashboard__merchants-title-box{display:flex;align-items:center;justify-content:space-between;padding:16px;width:100%;box-sizing:border-box;color:#1e1e2d;font-size:16px;font-weight:400;max-height:50px}.dashboard__merchants-title-count{margin-right:5px;color:#000;font-size:18px;font-weight:500}.dashboard__merchants-rates-box{box-sizing:border-box;width:100%;display:flex;min-height:90px;justify-content:space-between;align-items:center;padding:16px 0}.dashboard__merchants-rates-item{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-shadow:none;padding:0 16px}.dashboard__merchants-rates-item-title{font-size:12px;font-weight:400;text-transform:uppercase;color:#9aa0b9;margin-bottom:5px}.dashboard__merchants-rates-item-percent{display:flex;align-items:center;flex-wrap:nowrap;color:#000;font-size:18px;font-weight:500;line-height:140%;margin-right:5px}.dashboard__merchants-rates-item-percent span{margin-left:2px;color:#7a8599;font-size:13px;font-weight:400;line-height:140%}.dashboard__merchants-rates-item-percent-box{display:flex;align-items:center;flex-wrap:nowrap}.dashboard__merchants-rates-chart-box{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.dashboard__merchants-statuses-box{width:100%;margin-top:10px}.dashboard__merchants-status{padding:8px 16px;display:flex;align-items:center;justify-content:space-between}.dashboard__merchants-status--pause{border-top:1px solid #E2E5EC}.dashboard__merchants-status-icon{width:8px;height:8px;margin-right:8px;border-radius:8px}.dashboard__merchants-status-icon--signUpNotComplete{background-color:#9aa0b9}.dashboard__merchants-status-icon--review{background-color:#f59a2f}.dashboard__merchants-status-icon--active{background-color:#78c58d}.dashboard__merchants-status-icon--pause{background-color:#ffcad6}.dashboard__merchants-status-icon--decline{background-color:#f06d8d}.dashboard__merchants-status-icon--emailSent{background-color:#1f7499}.dashboard__merchants-status-title{color:#1e1e2d;font-size:13px;font-weight:400;line-height:20px}.dashboard__merchants-status-count{margin-right:8px;color:#1e1e2d;font-size:13px;font-weight:500;line-height:20px}.dashboard__merchants-status-percent{color:#9aa0b9;font-size:13px;font-weight:400;line-height:20px}.simple-table--top-merchants-table table thead{height:32px;background-color:transparent;background-color:initial;color:#9aa0b9;font-size:10px;font-weight:400;text-transform:uppercase}.simple-table--top-merchants-table table thead th{padding:6px 16px}.simple-table--top-merchants-table table tbody tr{height:70px}.simple-table--top-merchants-table table tbody tr:nth-child(odd) td{background-color:#f7fafc}.simple-table--top-merchants-table .simple-table__td-approvalRate{color:#9aa0b9;font-size:13px;font-weight:700}.simple-table--top-merchants-table .simple-table__td-approvalRate .td-content-wrapper__content-container{display:flex;justify-content:flex-end}.dashboard__top-merchants{display:flex;width:100%;flex-direction:column;align-items:flex-start}.dashboard__top-merchants-title-box{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:14px 16px;width:100%;box-sizing:border-box;color:#1e1e2d;font-size:16px;font-weight:400;max-height:50px}.dashboard__top-merchants-title{margin-right:10px;padding:2px 0}.dashboard__top-merchants-table-box{width:100%;height:100%}.dashboard__top-merchants .top-merchants-select{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-wrap:nowrap;padding:2px 0}.dashboard__top-merchants .top-merchants-select__label{color:#6b81dd;font-size:13px;font-weight:400;margin-right:5px}.dashboard__top-merchants .top-merchants-select__options-box{padding:5px 0;width:230px;min-width:230px;top:25px;right:-6px;position:absolute;box-shadow:0 0 15px #0000001a;background:#fff;border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-sizing:border-box}.dashboard__top-merchants .top-merchants-select__options-box svg{margin-right:5px}.dashboard__top-merchants .top-merchants-select__options-box:before{content:"";width:8px;height:8px;background:#fff;transform:rotate(45deg);position:absolute;top:-5px;right:10px}.dashboard__top-merchants .top-merchants-select__option{display:flex;align-items:center;box-sizing:border-box;color:#1e1e2d;font-size:13px;font-weight:400;line-height:20px;padding:2px 5px 2px 10px;width:100%}.dashboard__top-merchants .top-merchants-select__option:hover{background-color:#f1f5fa}.dashboard__top-merchants .top-merchants-select__option-label{margin-left:20px}.dashboard__top-merchants .top-merchants-select__option--active .top-merchants-select__option-label{margin-left:0;color:#6b81dd}.dashboard__top-merchants .top-merchants-select svg{color:#6b81dd}.dashboard__top-merchants-widget-box{width:100%;overflow-x:auto;box-shadow:0 5px 15px #0000000d;background:#fff;border-radius:4px}.dashboard-separator{margin:0 0 25px;width:100%;background:#e2e5ec;height:1px}.dashboard__top-block,.dashboard__bottom-block{display:flex}.dashboard-widget{position:relative;display:flex;margin-bottom:25px}.dashboard-widget--loading{min-width:316px;height:360px;box-shadow:0 5px 15px #0000000d;background:#fff;border-radius:4px}.fast-selector-block .page-title__title{margin-right:5px}@media (max-width: 1279px){.dashboard__top-block,.dashboard__bottom-block{flex-wrap:wrap}.dashboard-finance-charts-box{margin-left:0}}@media (max-width: 767px){.dashboard-finance-charts-box{display:flex;flex-direction:column}.dashboard-finance-charts__nav{width:auto;width:initial}}@media (max-width: 575px){.date-picker__inputs-block .date-picker__inputs-separator{display:none}.date-picker__inputs-block .date-picker__hour-select-input,.date-picker__inputs-block .input__wrap{height:30px;max-height:30px;margin-bottom:5px}.date-picker__inputs-block .date-picker__hour-select-input .input__wrap{margin-bottom:0}.fast-selector-block__item{display:none}.fast-selector-block__item-date-range{display:block;margin:10px 0 15px}.fast-selector-block__item-date-range .date-range-input__static-part{height:30px}.fast-selector-block-wrapper{display:flex;flex-direction:column;align-items:flex-start}.fast-selector-block{display:flex;flex-direction:column;width:100%}.dashboard__merchants,.dashboard__apps-by-status,.dashboard__apps-overview,.dashboard-finance-charts,.dashboard-finance-charts__nav{width:auto;width:initial;min-width:0;min-width:initial;height:auto;height:initial}.dashboard-widget{margin-right:0!important;width:100%}.apps-overview-footer{flex-direction:column;min-height:0!important;min-height:initial!important}.dashboard-widget,.dashboard__top-block{display:block}.dashboard__apps-overview .apps-overview-footer-item{flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box;height:auto;height:initial}.dashboard__apps-overview .apps-overview-footer-item__percent-box{flex-direction:column}.dashboard__apps-overview .apps-overview-footer-item__title{margin:0}.apps-overview-chart{padding-bottom:16px}.dashboard-finance-charts,.dashboard-finance-charts .finance-charts-btn{max-height:none;max-height:initial}.dashboard-finance-charts .finance-charts-btn{height:auto;height:initial;flex-direction:column}.dashboard-finance-charts .finance-charts-btn:before{top:35px}.dashboard-finance-charts .finance-charts-btn__info-chart{width:100%;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.dashboard-finance-charts__main-chart-box .chart{padding:16px}.dashboard__apps-by-status .apps-by-status-btn{min-width:105px;max-height:none;max-height:initial}.apps-by-status-btn__percent-box{flex-direction:column;align-items:flex-start!important}.apps-by-status-btn__percent-box .apps-by-status-btn__percent{margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block;max-width:85px}.dashboard__merchants .dashboard__merchants-rates-box{flex-direction:column}.dashboard__merchants .dashboard__merchants-rates-item{box-sizing:border-box}.dashboard__merchants .dashboard__merchants-rates-item:first-child{margin-bottom:15px}.dashboard__merchants .dashboard__merchants-rates-item .dashboard-rate-status{margin-left:5px}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(1px,0,0)}30%,50%,70%{transform:translate3d(-2px,0,0)}40%,60%{transform:translate3d(2px,0,0)}}.range-slider2{display:flex;flex-direction:column;width:100%;max-width:100%;margin-top:16px}.range-slider2 .collision,.range-slider2 .range-slider2__track__range-triggers--trigger__collision,.range-slider2 .range-slider2__track__range-triggers--add-trigger__collision{position:absolute;z-index:1;top:8px;width:0;height:4px;font-size:0;opacity:0;border-radius:5px;background:#f06d8d}.range-slider2 .collision--visible{opacity:1}.range-slider2 .collision--left{left:10px;transform:translate(-100%)}.range-slider2 .collision--right{left:10px}.range-slider2 .collision--both{left:10px;transform:translate(-50%)}.range-slider2__track{position:relative;display:flex;align-items:center;box-sizing:border-box;height:20px}.range-slider2__track__line{position:absolute;left:0;box-sizing:border-box;width:100%;height:4px;border-radius:4px;background:linear-gradient(270deg,#99c28c,#f06d8d 100.94%)}.range-slider2__track__line__dividers{display:flex;height:100%}.range-slider2__track__line__dividers--item{position:relative;box-sizing:border-box;width:100%}.range-slider2__track__line__dividers--item:not(:last-child):after{position:absolute;right:-1px;width:2px;height:100%;content:"";background:#fff6}.range-slider2__track__line__extremum--min,.range-slider2__track__line__extremum--max{position:absolute;bottom:0;font-family:Roboto;font-size:13px;font-weight:400;font-style:normal;line-height:20px;color:#1e1e2d;transform:translateY(-22px)}.range-slider2__track__line__extremum--min{left:0}.range-slider2__track__line__extremum--max{right:0}.range-slider2__track__range-triggers{position:absolute;left:0;width:100%;height:100%}.range-slider2__track__range-triggers--add-trigger{position:absolute;z-index:1;display:flex;opacity:0;transition:opacity .3s;transform:translate(-50%)}.range-slider2__track__range-triggers--add-trigger--fixed{z-index:999!important;opacity:1!important}.range-slider2__track__range-triggers--add-trigger--force-visible{opacity:1!important}.range-slider2__track__range-triggers--add-trigger--moved-smoothly{transition:all .3s}.range-slider2__track__range-triggers--add-trigger__point{position:relative;z-index:3;display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:20px;height:20px;margin:0 auto;cursor:pointer;border:1px solid #6b81dd;border-radius:50%;background:#f4f6ff;box-shadow:0 4px 4px #0000001a;transition:opacity .5s}.range-slider2__track__range-triggers--add-trigger__point svg{position:relative;width:16px;height:16px;cursor:pointer;color:#6b81dd}.range-slider2__track__range-triggers--add-trigger__point:before{position:absolute;top:calc(-100% - 13px);font-family:Roboto;font-size:13px;font-weight:400;font-style:normal;line-height:20px;content:attr(data-point-value);white-space:nowrap;color:#9aa0b9}.range-slider2__track__range-triggers--add-trigger__point--shake{animation:shake .7s cubic-bezier(.36,.07,.19,.97) both}.range-slider2__track__range-triggers--add-trigger__settings{position:absolute;z-index:999;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:125px;padding:2px;border-radius:3px;background:#fff;box-shadow:0 0 2px #00000026,0 4px 4px #0000000d;transform:translate(calc(-50% + 10px))}.range-slider2__track__range-triggers--add-trigger__settings-body{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:4px}.range-slider2__track__range-triggers--add-trigger__settings-body--assign-left,.range-slider2__track__range-triggers--add-trigger__settings-body--assign-right{display:flex;flex-direction:row;justify-content:center;align-items:center;box-sizing:border-box;width:22px;height:24px;cursor:pointer;border-radius:3px;background:#f4f6ff}.range-slider2__track__range-triggers--add-trigger__settings-body--assign-left[attr-is-active=true],.range-slider2__track__range-triggers--add-trigger__settings-body--assign-right[attr-is-active=true]{border:1px solid #6b81dd;border-radius:3px;background:#e2e6f8}.range-slider2__track__range-triggers--add-trigger__settings-body--assign-left svg,.range-slider2__track__range-triggers--add-trigger__settings-body--assign-right svg{width:16px;height:16px}.range-slider2__track__range-triggers--add-trigger__settings-body--lenders-count{font-size:13px;line-height:20px;color:#1e1e2d}.range-slider2__track__range-triggers--add-trigger__settings-actions{display:flex;flex-direction:row;justify-content:space-between;width:100%}.range-slider2__track__range-triggers--add-trigger__settings-actions--cancel,.range-slider2__track__range-triggers--add-trigger__settings-actions--apply{width:calc(100% - 4px);font-size:11px;line-height:20px;cursor:pointer;text-align:center;color:#6b81dd}.range-slider2__track__range-triggers--add-trigger__settings-actions--apply{color:#fff;border-radius:3px;background:#6b81dd}.range-slider2__track__range-triggers--trigger{position:absolute;z-index:3;top:50%;width:20px;height:20px;transform:translate(-50%,-50%)}.range-slider2__track__range-triggers--trigger__moving{z-index:2}.range-slider2__track__range-triggers--trigger__fixed{pointer-events:none}.range-slider2__track__range-triggers--trigger__point{position:absolute;z-index:10;box-sizing:border-box;width:20px;height:20px;cursor:move;border:1px solid #ffffff;border-radius:50%;background:#6b81dd;box-shadow:0 4px 6px #0003}.range-slider2__track__range-triggers--trigger__point:before{position:absolute;top:calc(-100% - 13px);left:9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:Roboto;font-size:13px;font-weight:400;font-style:normal;line-height:20px;content:attr(data-point-value);white-space:nowrap;color:#1e1e2d;transform:translate(-50%)}.range-slider2__track__range-triggers--trigger__point:after{position:absolute;top:50%;left:50%;width:50%;height:50%;content:"";border-radius:50%;background:#e2e6f8;transform:translate(-50%,-50%)}.range-slider2__track__range-triggers--trigger__point--shake{animation:shake .7s cubic-bezier(.36,.07,.19,.97) both}.range-slider2__track__range-triggers--trigger__actions{position:absolute;z-index:9;top:0;left:0;display:flex;overflow:hidden;justify-content:center;align-items:flex-end;box-sizing:border-box;width:20px;height:0;opacity:0;border:1px solid #ffffff;border-radius:16px;background:#fff4f7;box-shadow:0 2px 2px #0000000d;transition:all .3s}.range-slider2__track__range-triggers--trigger__actions--hidden{height:0!important}.range-slider2__track__range-triggers--trigger__actions--remove{position:relative;display:flex;justify-content:center;align-items:center;width:20px;height:20px;cursor:pointer;color:#f06d8d;transition:margin .5s}.range-slider2__track__range-triggers--trigger__actions--remove[is-hidden=true]{margin-top:-20px!important}.range-slider2__track__range-triggers--trigger__actions--remove svg{width:16px;height:16px}.range-slider2__track__range-triggers--trigger__hidden .range-slider2__track__range-triggers--trigger__point,.range-slider2__track__range-triggers--trigger__hidden .range-slider2__track__range-triggers--trigger__collision,.range-slider2__track__range-triggers--trigger__hidden .range-slider2__track__range-triggers--trigger__actions{display:none}.range-slider2__track__range-triggers--trigger:hover .range-slider2__track__range-triggers--trigger__point{background:#4f68d1}.range-slider2__track__range-triggers--trigger:hover .range-slider2__track__range-triggers--trigger__actions{height:40px;opacity:1}.range-slider2__track__ranges-value{position:absolute;display:flex;width:100%;height:100%;transform:translateY(calc(50% + 6px))}.range-slider2__track__ranges-value--item{position:absolute;display:flex;padding:2px;font-size:13px;line-height:20px;white-space:nowrap;color:#1e1e2d;border-radius:3px;background:#fff;box-shadow:0 0 2px #00000026,0 4px 4px #0000000d;transition:left .3s;transform:translate(-50%)}.range-slider2:hover [class*=add-trigger]{opacity:1}.moving-cursor{cursor:move!important}.ping-tree-modal--industries-label{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;display:flex;align-items:center;color:#1e1e2d;margin-bottom:4px}.ping-tree-modal--industries-label.error{color:#f06d8d}.ping-tree-modal--industries-label>.required{color:#f06d8d;margin:0 4px}.ping-tree-modal--industries{display:flex;flex-direction:row;margin-bottom:24px}.ping-tree-modal--industries_column{width:100%;margin-right:16px}.ping-tree-modal--industries_column:last-child{margin-right:0}.ping-tree-modal--industries_column_industry-group{padding:8px;border:1px solid #e2e5ec;border-radius:4px;margin-top:16px}.ping-tree-modal--industries_column_industry-group:nth-child(1){margin-top:0}.ping-tree-modal--industries_column_industry-group .tiered-checkboxes__parents{margin-bottom:0}.ping-tree-modal--industries_column_industry-group .checkbox-input{width:100%}.ping-tree-modal--industries_column_industry-group .checkbox-input__label{width:100%;font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.ping-tree-modal--industries_column_industry-group .checkbox-input__label .industryGroup_label-block,.ping-tree-modal--industries_column_industry-group .checkbox-input__label .industry_label-block{width:100%;display:flex;align-items:center;justify-content:space-between}.ping-tree-modal--industries_column_industry-group .checkbox-input__label .industryGroup_label-block--right{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#9aa0b9}.ping-tree-modal--industries_column_industry-group .tiered-checkboxes__children{margin-left:16px}.ping-tree-modal--industries-alert .alert--info{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d;background:#f4f6ff;border:1px solid #E2E6F8;border-radius:4px;padding:8px}.modal-800{width:800px}.ping-tree--industries,.ping-tree--lenders{text-transform:uppercase;font-size:10px}.ping-tree--lenders{color:#9aa0b9}.ping-tree--included-lenders{font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.ping-tree--warning{margin-right:0;color:#b9002c;font-size:13px}.ping-tree--warning div{pointer-events:none;display:flex;align-items:center}.ping-tree--attention{margin-right:0;background-color:#ffc107;color:#fff;font-size:13px}.ping-tree--attention div{pointer-events:none}.ping-tree--attention .advanced-tags--warning-icon{color:#fff}.ping-tree--checkbox-item{display:flex;align-items:center;justify-content:space-between;height:30px;margin:5px 0}.ping-tree__modal{width:720px}.ping-tree__modal .modal__header{border-bottom:none}.ping-tree__modal .modal__footer{background:#fff;flex-wrap:wrap;justify-content:flex-end}.ping-tree__modal .modal__footer .ping-tree--warning{justify-content:flex-start;padding:5px 10px;border-radius:4px;height:auto;height:initial;margin:0}.ping-tree__modal .space-between{justify-content:space-between}.ping-tree__modal-buttons-box{margin-top:2px;margin-bottom:2px}.ping-tree__modal-buttons-box .button_primary{width:120px}.ping-tree__modal--score-slider{width:100%;margin-bottom:16px}.ping-tree__modal--score-slider-header{padding:0 16px}.ping-tree__modal--score-slider-header span:first-child{font-size:10px;font-weight:400;text-transform:uppercase;margin-right:12px}.ping-tree__modal--score-slider-header span:nth-child(2){font-size:11px;font-weight:400;color:#9aa0b9}.ping-tree__modal--score-slider-wrapper{display:flex;flex-direction:column;align-items:flex-start;height:105px;padding:16px 16px 24px;background:#f4f6ff;border:1px solid #e2e5ec;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;width:100%;position:relative;justify-content:center}.ping-tree__modal--score-slider-wrapper scrollbar,.ping-tree__modal--score-slider-wrapper scrollbarbutton,.ping-tree__modal--score-slider-wrapper thumb{-moz-appearance:none!important}.ping-tree__modal--score-slider-wrapper scrollcorner{-moz-appearance:none!important;resize:both}.ping-tree__modal--score-slider-wrapper::-webkit-scrollbar{width:4px}.ping-tree__modal--score-slider-wrapper::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.ping-tree__modal--score-slider-wrapper::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.ping-tree__modal--score-slider-wrapper::-webkit-scrollbar:horizontal{height:8px}.ping-tree__modal--score-slider-wrapper::-webkit-scrollbar-track:horizontal{background:inherit}.ping-tree__modal--score-slider-wrapper::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.ping-tree__modal--score-slider-wrapper::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.ping-tree__modal--score-slider-wrapper .pingtree-slider{width:100%}@media (max-width: 768px){.ping-tree__modal--score-slider-wrapper .pingtree-slider{width:calc(100% - 34px);box-sizing:border-box;z-index:0;position:absolute;padding-right:16px}}@media (max-width: 575px){.ping-tree-modal--industries{flex-wrap:wrap}.ping-tree-modal--industries_column{margin-right:0;margin-top:0}.ping-tree-modal--industries_column_industry-group{margin-top:16px!important}}.lender{background-color:#f7fafc}.lender-modal>.modal__header span{font-size:16px;font-weight:400}.lender-modal>.modal__body{padding:0 15px;overflow:hidden}.lender-modal .modal__footer .button_primary{width:105px}.lender-modal__shadow-divider{position:-webkit-sticky;position:sticky;top:0;background-color:#f7fafc;width:100%;height:4px;margin-bottom:10px;box-shadow:0 2px 8px #00000026;z-index:2}.lender__input{box-sizing:border-box;width:100%}.lender__param{display:block;font-size:12px;color:#1e1e2d;line-height:24px;margin-top:5px;font-weight:500}.lender__list{position:relative;background-color:#fff;max-height:400px;margin:0 -15px;overflow-y:auto}.lender__list::-webkit-scrollbar{width:4px}.lender__list::-webkit-scrollbar-track{background:transparent}.lender__list::-webkit-scrollbar-thumb{background:#9aa0b9;border-radius:4px}.lender__btn{display:flex;width:100%;cursor:pointer;background-color:#fff;font-size:13px;color:#1e1e2d;padding:5px 0;margin-left:auto;margin-right:auto;text-align:left;align-items:center}.lender__btn:not(:last-child){border-bottom:1px solid rgba(226,229,236,.5)}.lender__btn:hover{background-color:#f7f8fa}.lender__btn_active,.lender__btn_active:hover{background-color:#ffedc8}.lender__btn .tag{margin-top:2px;margin-bottom:2px}.lender__btn .tag--contain{background-color:#e4f3e8}.ping-tree{width:100%;color:#1e1e2d;font-size:13px;display:flex;flex-direction:column;position:relative}.ping-tree__header{display:flex;font-size:10px;text-transform:uppercase;color:#9aa0b9;background-color:#ebeff2;white-space:nowrap}.ping-tree__header .ping-tree__cell-elem{border:none}.ping-tree__header .ping-tree__cell-elem:not(.ping-tree__grid--priority){padding:8px 24px}.ping-tree__header .ping-tree__cell-elem.ping-tree__grid--creditProfileRange{flex-basis:auto!important;padding-right:13px;padding-left:0}.ping-tree__header .ping-tree__cell-elem.ping-tree__grid--weight{padding-left:1px}.ping-tree-card{margin-right:1px;display:flex;background:#fff;margin-bottom:5px;box-shadow:0 0 2px #00000026,0 4px 4px #0000000d}.ping-tree-card.grabbed-lender *{cursor:grabbing}.ping-tree__score{flex-basis:15%;min-width:15%;display:flex;border-left:3px solid transparent}.ping-tree__lender{display:flex;border-top:1px solid #E2E5EC;min-height:35px}.ping-tree__lender:first-child{border-top:none}.accordion--item.inGrid{border-right:none;border-bottom:none}.cards-table__score-box{font-weight:500;border-right:1px solid #E2E5EC;width:100%}.ping-tree__cell-elem{padding:8px 15px;font-weight:400;white-space:nowrap}.cards-table__btn{margin-left:10px}.ping-tree__lenders{flex-basis:85%;min-width:85%;display:flex}.ping-tree__lenders--items{flex-direction:column}.ping-tree__lender-name{font-weight:500}.ping-tree__lender-name--filtered{background:#e2e6f8;border-radius:2px;padding:2px 4px;transform:translate(-4px)}.ping-tree__cell-elem{flex-basis:70px;min-width:70px;box-sizing:border-box;border-bottom:none;border-right:none}.ping-tree__grid--score{padding-left:25px}.ping-tree__grid--priority{text-align:center;display:flex;align-items:center;position:relative;z-index:1}.ping-tree__grid--actions,.ping-tree__grid--offers{text-align:right}.ping-tree__grid--weight{text-align:left;border-left:1px solid #E2E5EC}.ping-tree__grid--weight .input__wrap{min-width:53px}.ping-tree__grid--weight .input__wrap .input{padding:0 5px}.ping-tree__grid--lender{min-width:280px;border-left:1px solid #E2E5EC}.ping-tree__grid--lender,.ping-tree__LR-line{flex-basis:100%;justify-content:space-between}.ping-tree__LR-line{display:flex;height:40px;align-items:center}.cards-table__add-rotation-group-btn{padding:3px 0}.cards-table__priority{margin:auto}.ping-tree__grid--actions{padding-left:0;display:flex;justify-content:flex-end;align-items:center}.ping-tree__action{opacity:.4;font-size:16px;cursor:pointer;display:flex;align-items:center}.ping-tree__action:not(:first-child){margin-left:5px}.ping-tree__edit-btn-group{display:flex;position:absolute;z-index:1;right:15px;background-color:#fff;align-items:center}.ping-tree__action:hover{opacity:1}.ping-tree__action:hover.ping-tree__action--delete,.ping-tree__action:hover.ping-tree__action--cancel{color:#8d0a00}.ping-tree__action:hover.ping-tree__action--edit{color:#6b81dd}.ping-tree__action:hover.ping-tree__action--check{color:#007a1d}.cards-table__rotation-group{text-transform:uppercase;display:flex;align-items:center;height:100%;font-size:10px}.cards-table__rotation-group span{opacity:.4}.rotation-group{width:100%}.lender__line{height:40px;flex-basis:100%;display:flex;position:relative}.lender__line.faded{opacity:.4;filter:grayscale(1)}.rotation-group__line{display:flex;position:relative;height:40px}.rotation-group__line.faded{opacity:.4;filter:grayscale(1)}.rotation-group__line:not(:first-child){border-top:1px solid #E2E5EC}.ping-tree__grid--lender{width:100%;padding:0 16px 0 0;border-left:1px solid #E2E5EC;display:flex;align-items:center;position:relative;justify-content:space-between}.ping-tree__grid--lender:hover:not(.disable-hover) .ping-tree__drag-icon{opacity:.4}.ping-tree__grid--lender.disable-hover:hover .ping-tree__drag-icon{opacity:0!important}.ping-tree__grid--lender__left-side,.ping-tree__grid--lender__right-side{display:flex;height:100%;align-items:center}.ping-tree__grid--creditProfileRange{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.credit-Profile-Range__score{font-family:Roboto,sans-serif;font-weight:400;font-size:11px;line-height:20px}.credit-Profile-Range__score--in-range{color:#1e1e2d}.credit-Profile-Range__score--out-range{color:#f06d8d}.credit-Profile-Range__hint{margin-right:4px}.credit-Profile-Range__hint .hint__text{white-space:nowrap;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;position:absolute;z-index:1!important}.credit-Profile-Range__hint svg{fill:#f06d8d}.credit-Profile-Range__hint svg line{stroke:#fff}.ping-tree__grid--add-rotation-group{padding:0 16px 0 28px}.ping-tree__grid--weight{display:flex;align-items:center;font-size:11px}.ping-tree__drag-icon{margin-right:6px;font-size:13px;display:flex;align-items:center;opacity:1;cursor:grab;height:100%;width:20px;color:#9aa0b9}.ping-tree__drag-icon svg{width:100%;height:13px;margin:0 auto}.ping-tree__drag-icon:hover{background:#f4f6ff;color:#6b81dd;opacity:1!important}.change-order-panel{position:relative;width:100%;height:30px;margin-top:-15px;margin-bottom:-15px;transition:.25s;z-index:2}.change-order-panel--rotation-group{z-index:5}.change-order-panel:before{content:"";display:block;position:absolute;width:100%;height:1px;border-top:1px solid #6b9edd;top:15px;z-index:0}.change-order-panel:hover{height:60px}.change-order-panel:hover:before{border-color:#e2e5ec}.change-order-item{box-sizing:border-box;background:#f4fafc;box-shadow:0 0 4px #0003;transform:scale(1.01);margin-top:-15px;border:1px solid #E2E5EC;position:fixed;height:40px;width:100%;display:flex;z-index:6;cursor:grabbing}.change-order-item,.rotation-group .ping-tree__grid--lender.paused{pointer-events:none}.lender__line .ping-tree__grid--lender{position:relative;border-left:1px solid #E2E5EC}.ping-tree__cell-elem--static{background:none!important;cursor:default!important}.ping-tree--dtc{box-shadow:0 0 2px #00000026,0 4px 4px #0000000d}.ping-tree--dtc .dct__header{border:1px solid #e2e5ec;border-left:none;border-right:none;border-top:none;display:flex;justify-content:flex-start;align-items:center;background-color:#fff;height:30px;padding-left:24px;font-size:14px;font-weight:600}.ping-tree--dtc .ping-tree-card{box-shadow:none}.nav-line--simple__arrow{width:32px;box-shadow:none;background-color:#f7fafc}.nav-line--simple__arrow svg{box-shadow:0 0 15px 10px #f7fafc}.nav-line--simple__arrow:hover{color:#6b81dd}.cards-table__title-box--left{flex-wrap:wrap}@media (max-width: 991px){.ping-tree{width:auto;width:initial}}@media (max-width: 575px){.cards-table__title-box--left,.cards-table__title-box{flex-direction:column;align-items:flex-start!important}}.cards-table__card-box{width:100%;overflow-x:auto;color:#1e1e2d}.cards-table__card-box table{border-spacing:0px;border-collapse:collapse;width:100%}.cards-table__card-box table thead{font-size:10px;text-transform:uppercase;color:#9aa0b9;background-color:#ebeff2;white-space:nowrap}.cards-table__card-box table thead th{padding:8px 15px;font-weight:400}.cards-table__card-box table thead th:first-child{width:100px;padding:8px 15px 8px 24px}.cards-table__card-box table thead th:nth-child(2),.cards-table__card-box table thead th:nth-child(4){width:50px}.cards-table__card-box table thead th:last-child{text-align:right;width:50px}.cards-table__card-box table tbody{font-size:13px}.cards-table__card-box table tbody tr{border-bottom:1px solid #f1f1f1}.cards-table__card-box table tbody td{padding:7.5px 15px;background-color:#fff;position:relative}.cards-table__card-box table tbody td:last-child{text-align:right}.cards-table{margin-top:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.cards-table thead td:nth-child(2){max-width:50px}.cards-table__title-box{width:100%;justify-content:space-between;margin-bottom:10px}.cards-table__title-box,.cards-table__title-box--left{display:flex;align-items:center}.cards-table__title-box--title{font-weight:400;font-size:16px;color:#1e1e2d;margin-right:20px}.cards-table__title-box--tags{font-size:10px;display:flex;align-items:center;flex-wrap:wrap}.cards-table__title-box--tags .tag{margin-bottom:2.5px;margin-top:2.5px}.cards-table__title-box--right{font-size:10px;min-width:120px}.cards-table__title-select-lender-btn,.cards-table__title-edit-btn{cursor:pointer;color:#6b81dd;text-transform:uppercase}.cards-table__title-delete-btn{cursor:pointer;color:#f06d8d;text-transform:uppercase}.cards-table__title-select-lender-btn{font-size:10px}.cards-table__btn{text-transform:none;color:#6b81dd;cursor:pointer}.cards-table__priority{font-size:13px;display:flex;align-items:center;justify-content:center}.cards-table__weight{font-size:10px}.cards-table__weight-percent{margin-left:2px;opacity:.5}.cards-table__card-box tbody td{border-right:1px solid #f1f1f1}.cards-table__accordion{padding:0!important}.cards-table__accordion .accordion--item{border:none;overflow-x:hidden}.cards-table__accordion .accordion--item:not(:last-child){border-bottom:1px solid #f1f1f1}.cards-table__accordion .accordion--content{padding:0}.cards-table__accordion .accordion--content:not(.accordion--content-is-open){pointer-events:none}.cards-table__score:before{content:"";position:absolute;top:0;left:0;bottom:0}.cards-table__score-active:before{border-left:3px solid #78C58D}.cards-table__score-error:before{border-left:3px solid #F06D8D}.cards-table__score-box{vertical-align:top;padding:10px 24px!important}.cards-table__card-box{overflow:visible}.cards-table__body{border-top:1px solid #f1f1f1}.cards-table__body-shadow{border-bottom:0!important}.cards-table__body-shadow td{padding:0!important;border-right:0!important;height:7.5px;background-image:linear-gradient(to top,#f7fafc,#00000008)}.cards-table__add-rotation-group-btn,.cards-table__add-lender-btn{cursor:pointer;color:#6b81dd;text-transform:uppercase;font-size:10px}.cards-table__add-lender-btn{margin-right:204px}.cards-table__rotation{display:flex;align-items:center;justify-content:space-between;font-size:10px;height:20px;padding:11px 15px}.cards-table__rotation-border-bottom{border-bottom:1px solid #f1f1f1}.cards-table__rotation--add-lender-btn{cursor:pointer;color:#6b81dd;text-transform:uppercase}.cards-table__rotation--label{color:#9aa0b9;text-transform:uppercase;-webkit-user-select:none;user-select:none}.cards-table .accordion--title-box{padding:11px 15px}.cards-table__priority-box{max-width:50px}@media (max-width: 767px){.cards-table{overflow-x:auto}.cards-table scrollbar,.cards-table scrollbarbutton,.cards-table thumb,.cards-table scrollcorner{-moz-appearance:none!important}.cards-table scrollcorner{resize:both}.cards-table::-webkit-scrollbar{width:4px}.cards-table::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.cards-table::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.cards-table::-webkit-scrollbar:horizontal{height:8px}.cards-table::-webkit-scrollbar-track:horizontal{background:inherit}.cards-table::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.cards-table::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}}.ping-tree-filters{margin-top:24px;border-bottom:1px solid #e2e5ec;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;padding-bottom:8px}.ping-tree-filters .row{margin:0}.ping-tree-filters .filters__label{font-family:Roboto;font-style:normal;font-weight:500;font-size:13px;line-height:20px;margin-right:16px;display:flex;align-items:flex-start;text-transform:uppercase;color:#9aa0b9}.ping-tree-filters .filters__item{margin-bottom:0}.ping-tree-filters .filters__item .form-element{display:flex;align-items:flex-start}.ping-tree-filters .filters__item .form-element__label{font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:20px;margin-top:2px;display:flex;align-items:center;text-transform:uppercase;color:#1e1e2d;margin-right:8px}.ping-tree-filters .filters__item .form-element .tags-dropdown,.ping-tree-filters .filters__item .form-element .dropdown{transform:translateY(-4px);z-index:2}.ping-tree-filters .filters__item .form-element .tags-dropdown .tag{height:22px}.ping-tree-filters--industries{width:332px}.ping-tree-filters--lenders{width:260px}@media (max-width: 575px){.ping-tree-filters .filters__item{width:100%;display:flex;align-items:center}.ping-tree-filters .filters__item .form-element{align-items:flex-start;flex-direction:column;width:100%;margin-bottom:10px}.ping-tree-filters .filters__item .form-element .dropdown,.ping-tree-filters .filters__item .form-element .tags-dropdown{transform:none}.ping-tree-filters .filters__item .form-element__label{margin-top:0}.ping-tree-filters .ping-tree-filters--lenders,.ping-tree-filters .ping-tree-filters--industries{width:100%}}.integration{width:100%}.integration .partition-label,.integration .integration__parameters--label,.integration .integration__sign-up--label{font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:24px;color:#1e1e2d;margin-bottom:8px}.integration__sign-up{margin-bottom:24px}.integration__sign-up .form-element__error{font-family:Roboto;font-style:normal;font-weight:400;font-size:11px;line-height:20px;color:#f06d8d}.integration__sign-up .radio-input__label{display:flex;align-items:center;color:#1e1e2d}.integration__sign-up .radio-input__label,.integration__sign-up input{font-family:Roboto;font-style:normal;font-weight:300;font-size:13px;line-height:20px}.integration__parameters{display:flex;flex-direction:column;margin-bottom:25px}.integration__parameters>button{margin-top:8px;width:132px;height:28px}.integration__parameters--label{text-transform:uppercase}.integration__parameters--table{background-color:#f7fafc;width:100%;border-collapse:collapse;font-family:Roboto}.integration__parameters--table td:nth-child(3),.integration__parameters--table th:nth-child(3){width:48px;margin-right:25px}.integration__parameters--table tbody td{padding-right:25px;padding-left:0}.integration__parameters--table tbody td:nth-child(1){width:220px}.integration__parameters--table tbody td:nth-child(2){width:100px}.integration__parameters--table tbody td:nth-child(3){display:inline-flex;justify-content:center;align-items:center;width:50px;height:30px;padding:0}.integration__parameters--table tbody td:nth-child(4){padding-right:0}.integration__parameters--table tbody td:last-child{width:28px;padding:0}.integration__parameters--table tbody td:last-child button{margin-left:8px;padding:0;width:28px;height:28px}.integration__parameters--table thead th{text-transform:uppercase;font-weight:400;font-size:10px;line-height:20px;color:#9aa0b9;text-align:left}.integration__parameters--table .form-element__error{margin-bottom:0;padding-left:0!important}.integration__info--row{display:flex;align-items:center;border-bottom:1px solid #e2e5ec;height:32px;padding:6px,0px,6px,0px}.integration__info--row:first-of-type [class*=-label]{font-weight:500}.integration__info--row-label,.integration__info--row-value{width:100%;font-family:Roboto,sans-serif;font-size:13px;font-style:normal;font-weight:300;line-height:20px;letter-spacing:0px;text-align:left}.integration__info--row-label{max-width:320px;margin-right:16px}.integration__info--row-value{font-weight:400}.integration__info--row-value .row-preloader{display:inline-flex;background-color:#e9ebed;height:22px;width:100%;align-items:center;border-radius:3px;white-space:nowrap;vertical-align:middle}.alert.alert--integration-error{min-width:220px;width:auto;padding-top:10px;padding-bottom:10px;color:#1e1e2d;font-weight:300;font-size:13px}@media (max-width: 575px){.integration__parameters{overflow-x:auto}.integration__parameters .button{margin-bottom:5px}.integration__parameters scrollbar,.integration__parameters scrollbarbutton,.integration__parameters thumb{-moz-appearance:none!important}.integration__parameters scrollcorner{-moz-appearance:none!important;resize:both}.integration__parameters::-webkit-scrollbar{width:4px}.integration__parameters::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.integration__parameters::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.integration__parameters::-webkit-scrollbar:horizontal{height:8px}.integration__parameters::-webkit-scrollbar-track:horizontal{background:inherit}.integration__parameters::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.integration__parameters::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.integration__parameters--table{width:400px}.radio-group-input-item-2 .form-element{flex-direction:column;align-items:flex-start;margin-left:18px}.radio-group-input-item-2 .form-element .form-element__label{margin-left:0}}.included-selector-modal__td--finance-type,.included-selector-modal__th--finance-type{width:100px;max-width:100px;box-sizing:border-box}.export-merchants-button{margin-top:1px;margin-right:24px}.removeEntity-action-modal .form-element__freeContent-field{margin-bottom:8px}.removeEntity-action-modal .form-element__freeContent-field b{font-weight:500}.removeEntity-action-modal .radio-group{padding-left:0}.table__title--lender-merchants .table__title--label{margin-left:0}.lender-merchants__filters{margin-bottom:6px!important}.form-block--wide{display:flex;justify-content:flex-end;flex-direction:column}.form-block__title{color:#1e1e2d}.form-block__title,.form-block__subtitle{font-family:Roboto;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0px;text-transform:uppercase;margin-bottom:16px}.form-block__subtitle{color:#9aa0b9}.form-block__subtitle--wide{margin-top:35px}.form-block__separator{border-top:1px solid #E2E5EC;margin:10px 0 24px;box-sizing:border-box}.form-block__color-input-box .input__wrap{width:110px}.lender-filters{border-top:1px solid #e2e5ec!important}.lender-filters--isClosed,.lender-filters--isOpen{background-color:#fff}.lender-filters__title--open{border-bottom:1px solid #e2e5ec}.lender-filters__content{transition:all .25s ease-out;background-color:#f7fafc}.lender-filters__content--hide{visibility:hidden}.lender-filters__content--show{background-color:#f7fafc!important}.lender-filters__save-btn{width:105px}.lender-filters__content .switcher-hide{font-family:Roboto;font-style:normal;font-size:var(--font-size-label);color:#1e1e2d}.lender-filters__content .text-switcher{height:20px;font-family:Roboto;font-weight:400;font-size:10px}.lender-filters__content .textarea__textarea{border-radius:var(--border-radius);border-color:var(--border-color)}.lender-filters__content .textarea__textarea,.lender-filters__content .textarea__textarea::placeholder{font-size:var(--font-size);line-height:var(--line-height);font-family:var(--font-family)}.lender-filters__content .textarea__textarea::placeholder,.lender-filters__content .tags-dropdown__input::placeholder{color:#a6acb1}.lender-filters__content .range-list{font-family:Roboto,sans-serif;--border-color: #f4f7f9;--labels-font-size: 12px;--inputs-font-size: 13px;--values-font-size: 13px;--button-text-font-size: 13px;--labels-color: #1e1e2d;--inputs-color: #1e1e2d;--values-color: #1e1e2d;width:100%}.lender-filters__content .range-list__row{height:28px}.lender-filters__content .range-list__labels{height:20px;margin-bottom:8px;line-height:20px}.lender-filters__content .range-list__inputs,.lender-filters__content .range-list__values{font-weight:300}.lender-filters__content .form-element__error{margin-top:6px}.table__title--lenderOffers{flex-wrap:nowrap}.table__title--lenderOffers .alert{margin-right:18px;margin-left:48px;min-height:28px;padding:4px 8px 4px 10px;box-sizing:border-box;color:#1e1e2d;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:11px}.table__title--lenderOffers .alert .industries-list{display:inline-flex;color:#b9002c}.table__title--lenderOffers button{min-height:28px;min-width:110px}.table__title--lenderOffers .table__title--label{margin-left:0}.simple-table--offers .no-merchants{background:#fce2e8}.simple-table--offers .no-merchants .tag__label{display:flex}.simple-table--offers .no-merchants .hint__button{align-items:center}.simple-table--offers .no-merchants .hint__label{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:11px;line-height:20px;color:#b9002c!important}.simple-table--offers .td-content-wrapper__hint-container{margin-left:4px}.simple-table--offers tr:last-of-type .hint__text{top:-35px}.simple-table--offers tr:last-of-type .hint__text_bottom:before{top:26px}.simple-table--offers .simple-table__td-industry{white-space:inherit}.simple-table--offers .simple-table__td-apr,.simple-table--offers .simple-table__td-mdr{text-align:right}.nested-list__filters{margin-top:0;margin-bottom:11px}.nested-list__filters-wrapper{width:100%}.lender-offers-table__name .td-cell__default-case{flex-wrap:wrap;max-width:450px}.lender-offers-table__name .td-cell__default-case .action-default-wrapper{margin-right:8px;height:auto}.lender-offers-table__name .td-cell__default-case .action-default-wrapper span{max-width:350px;white-space:wrap;text-align:left}.lender-offers-table__name .td-cell__default-case .td-cell__default-case-status{margin-left:0}.delete-lender-offer-modal__alert{padding:6px 4px 6px 10px}.delete-lender-offer-modal__alert .alert__icon-text-box{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:13px;font-weight:300;line-height:20px}.delete-lender-offer-modal__stacks-list-wrapper{margin-top:16px}.delete-lender-offer-modal__stacks-list{padding-left:24px;color:#6b81dd;color:var(--Text-Link, #6B81DD)}.delete-lender-offer-modal__stacks-list-link{color:#6b81dd;color:var(--Text-Link, #6B81DD);font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px;-webkit-text-decoration:none;text-decoration:none}.widget-pseudo-table{--row-height: 44px;--thead-height: 20px;--grid-template-columns: 1fr 1fr 1fr;border:1px solid #e2e5ec;border-radius:3px;background-color:#fff}.widget-pseudo-table__header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;box-sizing:border-box;height:var(--row-height);padding:12px 16px;border-bottom:1px solid #e2e5ec}.widget-pseudo-table__title-block,.widget-pseudo-table__right-header-content-block{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%}.widget-pseudo-table__body{padding:8px 16px}.widget-pseudo-table__body_no-content{padding:0 16px}.widget-pseudo-table__thead{display:grid;grid-template-columns:var(--grid-template-columns);box-sizing:border-box;height:var(--thead-height)}.widget-pseudo-table__thead-cell{text-align:right;text-transform:uppercase}.widget-pseudo-table__thead-cell:first-of-type{text-align:left}.widget-pseudo-table__thead-cell_reqiured:after{margin-left:3px;content:"*";color:red}.widget-pseudo-table__row{display:grid;grid-template-columns:var(--grid-template-columns);box-sizing:border-box;height:var(--row-height);padding:8px 0;border-bottom:1px solid #ebeff2}.widget-pseudo-table__row:last-of-type{border-bottom:none}.widget-pseudo-table__cell{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center}.widget-pseudo-table__cell:first-of-type{justify-content:flex-start}.lender-industries-billing__numericInput .form-element__label,.lender-industries-billing__radioGroupNew .form-element__label,.lender-industries-billing__radioGroupWithInputNew .form-element__label{margin-bottom:8px}.lender-industries-billing__radioGroupNew .radio-group{display:flex;flex-direction:column;row-gap:8px;align-items:flex-start}.lender-industries-billing__radioGroupNew .radio-group .radio-input{height:24px;margin-bottom:0}.lender-industries-billing__radioGroupWithInputNew .radio-input:not(:last-child){margin-bottom:0}.lender-industries-billing__radioGroupWithInputNew .radio-group-input{row-gap:8px}.lender-industries-billing__radioGroupWithInputNew .radio-group-input-item{height:24px;display:flex;align-items:center}.lender-industries-billing__radioGroupWithInputNew .radio-group-input-item:nth-child(3) .radio-input{margin-right:4px}.lender-industries-billing__inputs-block{display:flex;flex-flow:row wrap;align-items:flex-start;row-gap:16px;column-gap:32px;margin-bottom:24px}.lender-industries-billing__lenderMdr>div{display:flex;column-gap:18px}.lender-industries-billing__input-skeleton,.lender-industries-billing__lenderMdr-skeleton{width:200px;margin-right:24px}.lender-industries-billing__input{width:160px;margin-right:24px}.lender-industries-billing__input-skeleton:last-of-type,.lender-industries-billing__input:last-of-type{margin-right:8px}.lender-industries-billing__checkbox{padding-top:21px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lender-industries-billing__checkbox .checkbox-input__label{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.lender-industries-billing__industries-block{margin-bottom:24px}.lender-industries-billing__industries{margin-bottom:16px}.lender-industries-billing__industries-header{margin:0;text-transform:uppercase;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#1e1e2d}.lender-industries-billing__industries-header-error{margin-left:8px;text-transform:none;text-transform:initial;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:11px;line-height:20px;color:#f06d8d}.lender-industries-billing__industry-group:last-of-type{margin-bottom:0}.lender-industries-billing__industry-group-description{display:block;margin-bottom:8px;font-weight:400;color:#9aa0b9}.lender-industries-billing__industry-group-description,.lender-industries-billing__alert-text{font-family:Roboto,sans-serif;font-style:normal;font-size:13px;line-height:20px}.lender-industries-billing__alert-text{font-weight:300;color:#1e1e2d}.lender-industries-billing__alert-text_bold{font-weight:400}.lender-industries-billing__industryGroup.widget-pseudo-table{--grid-template-columns: 1fr 100px 32px;width:565px;border-radius:6px;box-shadow:0 .7px 2px #3c4d6a1a,0 1.9px 2px #3c4d6a12,0 4.5px 6px #3c4d6a0d;border:none}.lender-industries-billing__industryGroup .widget-pseudo-table__right-header-content-block,.lender-industries-billing__industryGroup .widget-pseudo-table__cell-revenueShare,.lender-industries-billing__industryGroup .widget-pseudo-table__cell-actions{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center}.lender-industries-billing__industryGroup .widget-pseudo-table__header-column-description{margin-right:16px;text-transform:uppercase;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#9aa0b9}.lender-industries-billing__industryGroup .widget-pseudo-table__header-column-description:after{content:"*";margin-left:3px;color:#f06d8d;font-size:10px}.lender-industries-billing__industryGroup .widget-pseudo-table__table{padding-top:8px}.lender-industries-billing__industryGroup .widget-pseudo-table__title-block{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#1e1e2d}.lender-industries-billing__industryGroup .widget-pseudo-table__thead-cell{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#9aa0b9}.lender-industries-billing__industryGroup .widget-pseudo-table__cell-revenueShare .form-element{width:60px}.lender-industries-billing__industryGroup .widget-pseudo-table__cell-actions .td-actions--item{min-width:16px;min-height:16px;box-shadow:none;margin:0}.lender-industries-billing__industryGroup .widget-pseudo-table__cell-label .render-field--title{text-transform:none;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#1e1e2d}.lender-industries-billing__industryGroup .widget-pseudo-table__cell .input__wrap{background:#f7fafc;border:1px solid #E2E5EC;border-radius:3px}.lender-industries-billing__industryGroup .widget-pseudo-table__cell .input__wrap_focus{border-color:#6b81dd;filter:drop-shadow(0px 0px 4px rgba(93,120,255,.5))}.lender-industries-billing__industryGroup .widget-pseudo-table__no-data-content{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;text-transform:uppercase;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#9aa0b9}.lender-industries-billing__industryGroup .widget-pseudo-table__row{min-height:44px;height:auto;height:initial}.lender-industries-billing__add-button,.lender-industries-billing__add-button:hover{background-color:#fff}.lender-industries-billing__add-button .button__text{text-transform:capitalize;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#1e1e2d}.lender-industries-billing .delete-icon{width:16px;height:16px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;cursor:pointer;color:#f06d8d}.lender-industries-billing .alert--warning{width:266px}.lender-industries-billing .alert--warning>div,.lender-industries-billing .input{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.lender-industries-billing .input__num-btn>svg{width:16px;height:16px}.lender-industries-billing__accordion-item{border:none;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:6px;background:#fff;box-shadow:0 .7px 2px #3c4d6a1a,0 1.9px 2px #3c4d6a12,0 4.5px 6px #3c4d6a0d;margin-bottom:8px}.lender-industries-billing__accordion-item .accordion--title{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;line-height:20px}.lender-industries-billing__accordion-item .accordion--title-box{min-height:44px;height:auto;box-sizing:border-box;border-radius:6px;width:100%;padding:8px 10px 8px 8px}.lender-industries-billing__accordion-item .accordion--title-box .accordion--title-chevron{margin-right:4px}.lender-industries-billing__accordion-item .accordion--title-open,.lender-industries-billing__accordion-item .accordion--title-open:hover{border-bottom-left-radius:0;border-bottom-right-radius:0}.lender-industries-billing__accordion-item .accordion--content,.lender-industries-billing__accordion-item .widget-pseudo-table{width:100%;box-sizing:border-box}.lender-industries-billing__accordion-item .widget-pseudo-table__body{border-top:1px solid #E2E5EC;border-top:1px solid var(--Border-Input, #E2E5EC)}.lender-industries-billing__accordion-item .widget-pseudo-table__table{padding-top:0}.lender-industries-billing__accordion-item .accordion--content{padding:0}.lender-industries-billing__accordion-item .accordion--content-is-open{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.lender-industries-billing__accordion-item .widget-pseudo-table{box-shadow:none}.lender-industries-billing__accordion-item .accordion-title__actions{display:flex;align-items:center}.lender-industries-billing__accordion-item .accordion-title__actions .widget-pseudo-table__header-column-description{margin-right:16px;color:#9aa0b9;color:var(--Text-Title, #9AA0B9);text-align:right;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase;-webkit-user-select:none;user-select:none;display:flex;align-items:center;flex-wrap:nowrap;white-space:nowrap}.lender-industries-billing__accordion-item .accordion-title__actions .widget-pseudo-table__header-column-description:after{content:"*";color:#f06d8d;color:var(--Text-Error, #F06D8D);font-family:Roboto;font-size:10px;margin-left:4px}.lender-industries-billing__industries-header-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap}.lender-industries-billing__buttons-wrapper{display:flex;align-items:center;justify-content:flex-end}.lender-industries-billing__bulk-update-button{padding:0;margin-right:16px}@media (max-width: 575px){.accordion--title-box{flex-direction:column;align-items:flex-start;position:relative}.accordion-title__actions{padding-left:20px;width:100%;box-sizing:border-box}.accordion-title__actions .delete-icon{position:absolute;top:calc(50% - 8px);right:10px}.widget-pseudo-table__header-column-description{margin-right:0!important}.widget-pseudo-table__row{display:flex;flex-direction:column;align-items:flex-start}.widget-pseudo-table__cell{width:100%}.widget-pseudo-table__cell .form-element{width:100%!important;margin-top:4px}}@media (max-width: 460px){.lender-industries-billing__lenderMdr>div>div{flex-direction:column}}@media (max-width: 450px){.filter-select__wrap--buttons,.switcher-tags-dropdown__text-switcher{margin-bottom:5px}}@media screen and (max-width: 390px){.lender-industries-billing__buttons-wrapper{width:100%}}.lender-page .button-bar{position:relative;padding-top:10px;margin:0}.lender-page .button-bar button:nth-child(1){width:63px}.lender-page .button-bar button:nth-child(2){width:107px}.lender-page .button-bar:before{content:"";position:absolute;width:calc(100% + 2 * var(--vertical-border));bottom:50px;height:1px;background-color:#e2e5ec}.lender-table--alert{margin-left:51px;margin-right:10px;width:100%}.lender-table--alert .alert{max-height:28px;color:#1e1e2d}.lender-table--alert .alert__close-btn{display:none}.lender-pagination{width:100%}.lender-general__select-lender-alert{color:#1e1e2d;font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.lender-general__industries{margin-bottom:0!important}.lender-general__industries .form-element__error{top:0;left:90px}.lender-general__industries .checkboxes--row{flex-wrap:wrap}.lender-general__industries .checkboxes--row .checkbox-input{margin-bottom:7.5px}.simple-table--lenders{margin-top:5px}.simple-table--lenders .advanced-tags__warn-text{white-space:normal;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.simple-table--lenders .advanced-tags__warn-text--warnRight{right:10px}.simple-table--lenders .advanced-tags__warn-text--warnLeft{left:10px}.simple-table--lenders .simple-table__td-financingType span{font-weight:400}.status--finance-type{color:#1e1e2d;border-color:#9aa0b9;text-transform:uppercase}.lender-general__separator .render-field--separator{margin-bottom:0}.lender-funding{width:100%}.lender-funding .integration__parameters--table tbody td:nth-child(2){width:30px}.lender-funding .integration__parameters--table tbody td:nth-child(2) .form-element div{display:flex;justify-content:center}.lender-funding .integration__parameters--table td:nth-child(3){width:100%;margin-right:0;justify-content:flex-start}.lender-funding .integration__parameters--table th:nth-child(3){width:220px}.lender-funding .integration__parameters--table tbody td{padding-right:0}.lender-funding .integration__parameters--table :nth-child(2){padding-left:24px;padding-right:24px}.lender-funding .integration__parameters--table :nth-child(2) .checkbox-input__input{margin-right:0}.lender-funding .integration__parameters--table tbody td:nth-child(3){display:table-cell;width:25%;padding-right:24px}.lender-funding .lender-funding__separator{margin-bottom:16px}@media (max-width: 767px){.funding-documents{overflow-x:auto;padding-bottom:12px;margin-bottom:12px}.integration__parameters--table tbody td:nth-child(1) .form-element,.integration__parameters--table tbody td:nth-child(3) .form-element,.integration__parameters--table tbody td:nth-child(4) .form-element{min-width:250px}.integration__parameters--table tbody td:nth-child(5) .button-fin{margin-bottom:0}}@media (max-width: 575px){.lender-general__industries .checkboxes--row .checkbox-input{width:50%;margin-right:0}}@media (max-width: 359px){.lender-general__industries .checkboxes--row .checkbox-input{width:100%}}.lender-funding__field_consumer-approving .form-element{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 16px;border:1px solid #E2E5EC;border-radius:4px}.merchant-general{--margin-between-fields: 24px}.merchant-general .form-block__field{margin-bottom:15px}.merchant-general .form-block__field .form-element__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block}.merchant-general .form-block__field-businessCityState,.merchant-general .form-block__field-principalCityState{display:flex;align-items:flex-end}.merchant-general .form-block__field-businessCityState .alert,.merchant-general .form-block__field-principalCityState .alert{box-sizing:border-box;height:28px;padding-top:14px;padding-bottom:14px;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.merchant-general .form-block__field-industries{position:relative}.merchant-general .form-block__field-industries .form-element__error{position:absolute;top:4px;left:85px}.merchant-general .form-block__field,.merchant-general .co-owners__item-field{margin-bottom:var(--margin-between-fields)}.merchant-general .form-block__separator{margin:10px -15px 24px}@media (max-width: 991px){.merchant-general .form-block__field-separator{display:none}}.mono-accordion,.mono-accordion__head{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.mono-accordion__head{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;cursor:pointer}.mono-accordion__head:hover{background-color:#f8f8fa}.mono-accordion__icon-container{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%}.mono-accordion__tile-container{flex-grow:1}.mono-accordion__container{display:flex;overflow:hidden;flex-direction:column;justify-content:center;align-items:flex-start;font-size:13px;transition:all .25s ease-out}.mono-accordion__container scrollbar,.mono-accordion__container scrollbarbutton,.mono-accordion__container thumb{-moz-appearance:none!important}.mono-accordion__container scrollcorner{-moz-appearance:none!important;resize:both}.mono-accordion__container::-webkit-scrollbar{width:8px}.mono-accordion__container::-webkit-scrollbar-thumb{border-radius:3px;background:#52aeff}.mono-accordion__container::-webkit-scrollbar-thumb:hover{background:#3e62ff}.mono-accordion__container::-webkit-scrollbar:horizontal{height:8px}.mono-accordion__container::-webkit-scrollbar-track:horizontal{background:#f4f6ff}.mono-accordion__container::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:4px solid rgba(0,0,0,0)}.mono-accordion__container::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:2px solid rgba(0,0,0,0);background-clip:padding-box}.mono-accordion__content-wrapper{padding:0 15px}.mono-accordion_open .mono-accordion__container{padding:10px 15px;transition:all .25s ease-out}.mono-accordion_open .mono-accordion__content-wrapper{pointer-events:initial}.mono-accordion_disabled{pointer-events:none}.accordion-table{--min-width-of-id: 50px;display:flex;overflow-x:auto;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;min-width:1450px;box-shadow:0 2px 2px #0000000d}.accordion-table__header{display:flex;flex-wrap:nowrap;width:100%}.accordion-table__header-item{min-width:var(--min-width-of-id);box-sizing:border-box;position:relative;display:flex;align-items:center;padding:4px 15px;max-height:24px;font-size:12px;font-weight:500;white-space:nowrap;color:#1e1e2d;background-color:#ebeff2;-webkit-user-select:none;user-select:none}.accordion-table__header-item:first-child{border-top-left-radius:4px}.accordion-table__header-item:last-child{border-top-right-radius:4px}.accordion-table__header-item-sortable{box-sizing:border-box;cursor:pointer}.accordion-table__header-item-sortable>span{position:relative}.accordion-table__header-item-sortable>span:after{content:"";border-bottom:1px dashed #9aa0b9;width:100%;position:absolute;top:15px;left:0}.accordion-table__header-item-sortable>span:hover:after{border-bottom:2px solid #F06D8D;border-radius:5px}.accordion-table__header-item-sortable:hover{color:#3b414b}.accordion-table__header-item-sortable svg{min-width:16px;color:#f06d8d}.accordion-table__body{width:100%}.accordion-table__body-accordion:not(:first-child){border-top:1px solid #EBEFF2}.accordion-table__body-accordion:last-child .mono-accordion__container{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.accordion-table__body-accordion--closed .mono-accordion__head{box-shadow:0 5px 8px #ffffff1f!important;transition:all .3s ease-out}.accordion-table__body-accordion--closed .mono-accordion__container{opacity:0;transition:all .3s ease-out}.accordion-table__body-accordion--closed:last-child .mono-accordion__head{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.accordion-table__body-accordion--opened .mono-accordion__container{box-shadow:0 -15px 15px -26px #000000ba inset}.accordion-table__body-accordion--opened .accordion-table__header{position:relative}.accordion-table__body-accordion--opened .accordion-table__header:before{content:"";position:absolute;top:-1px;width:100%;height:1px;z-index:1;box-shadow:0 4.5px 6px #3c4d6a0d,0 1.9px 2px #3c4d6a12,0 .7px 2px #3c4d6a1a}.accordion-table__tr{display:flex;width:100%}.accordion-table__tr:last-child .accordion-table__td{border:none}.accordion-table__td{box-sizing:border-box;padding:7.5px 15px;font-size:13px;font-weight:300;white-space:nowrap;border-bottom:1px solid #EBEFF2;min-height:24px;display:flex;align-items:center}.accordion-table__td:first-child{padding-left:25px}.accordion-table__td:last-child,.accordion-table__td:not(:first-child):not(:last-child){padding-right:15px}.accordion-table__td--name{padding-left:5px}.accordion-table__td--name .text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:250px}.accordion-table__td--invoiceAmount,.accordion-table__td--creditProfile,.accordion-table__td--loanPeriod,.accordion-table__td--apr,.accordion-table__td--mdr{text-align:right}.accordion-table__td .switcher{display:flex}.accordion-table__td .td-content-wrapper__content-container span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:250px;display:block}.accordion-table__td .td-content-wrapper__content-container span:hover{display:flex;overflow:visible;white-space:normal}.accordion-table__td .td-link{-webkit-text-decoration:none;text-decoration:none;color:#6b81dd}.accordion-table__accordion-label-box{display:flex;justify-content:space-between;align-items:center}.accordion-table__accordion-label-wrapper{width:100%}.accordion-table__accordion-label-wrapper .accordion-table__tr{background-color:transparent!important;background-color:initial!important}.accordion-table__accordion-label-wrapper .accordion-table__td:first-child{margin-left:0}.accordion-table__accordion-label-wrapper .accordion-table__td:last-child{margin-right:0}.accordion-table__statistics-td{box-sizing:border-box;min-width:var(--min-width-of-id);padding:7.5px 15px;font-size:13px;font-weight:400;white-space:nowrap}.accordion-table__statistics-td:not(:last-child){display:flex;align-items:center}.accordion-table__statistics-td:last-child{display:flex;align-items:center;justify-content:flex-end}.accordion-table__statistics-td:last-child .accordion-table__statistics-td-value-wrapper{justify-content:flex-end;margin-right:5px}.accordion-table__statistics-td.content-left{justify-content:left}.accordion-table__statistics-td-value{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:130px}.accordion-table__statistics-td-value-wrapper{display:flex;min-width:0}.accordion-table__statistics-td-value-wrapper .td-link{-webkit-text-decoration:none;text-decoration:none;color:#6b81dd;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:250px;display:block}.accordion-table__statistics-td-value-wrapper .td-link:hover{display:flex;overflow:visible;white-space:normal}.accordion-table__statistics-td-value-wrapper .status--No{background-color:transparent;background-color:initial}.accordion-table__status-icon{margin-top:2px;margin-right:5px;color:#fa564c}.accordion-table .accordion-label-box__label{margin-left:15px;-webkit-user-select:none;user-select:none;white-space:nowrap}.accordion-table .accordion-label-box__icon{position:absolute;left:40px;min-width:15px;max-width:15px;min-height:16px;max-height:16px;color:#757f8c;transition:all .2s ease-out}.accordion-table .accordion-label-box__icon--open{transform:rotate(180deg)}.accordion-table .accordion-label-box__status{font-size:12px;font-weight:400;white-space:nowrap}.accordion-table .mono-accordion__head{position:relative;z-index:2;padding:0;background-color:#fff}.accordion-table .mono-accordion__container{position:relative;flex-direction:row;background-color:#fff}.accordion-table .mono-accordion__content-wrapper{width:100%;padding:0}.accordion-table .mono-accordion__content-wrapper .accordion-table__header{max-height:24px}.accordion-table .mono-accordion__content-wrapper .accordion-table__header-item{color:#9aa0b9;text-align:right;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:24px}.collapsed-table__header-item{background-color:#f7fafc;position:relative}.collapsed-table__header-item--is-sort-on>span{position:relative}.collapsed-table__header-item--is-sort-on>span:after{content:"";border-bottom:1px dashed #9aa0b9;width:100%;position:absolute;top:19px;left:0}.collapsed-table__header-item--is-sort-on>span:hover:after{border-bottom:2px solid #F06D8D;border-radius:5px}.collapsed-table__header-item--is-sort-on:hover{color:#3b414b}.collapsed-table__header-item--is-sort-on svg{min-width:16px;color:#f06d8d}.accordion-table__td--name .text:not(.only-read){color:#6b81dd;cursor:pointer;font-weight:400}.included-selector-modal__td--industries,.included-selector-modal__th--industries{width:320px;max-width:320px;box-sizing:border-box}.included-selector-modal .simple-table{margin:0;padding:0}.simple-table--merchant-lenders .simple-table__td-offers,.simple-table--merchant-lenders .simple-table__td-transactionFee{display:table-cell}.simple-table--merchant-lenders .th-transactionFee,.accordion-table__td--invoiceAmount .td-content-wrapper__content-container,.accordion-table__td--creditProfile .td-content-wrapper__content-container,.accordion-table__td--loanPeriod .td-content-wrapper__content-container,.accordion-table__td--apr .td-content-wrapper__content-container,.accordion-table__td--mdr .td-content-wrapper__content-container{text-align:right}.merchant-lenders__accordion-table .merchant-lenders__table--offer-name .td-content-wrapper__content-container div{flex-wrap:wrap}.merchant-lenders__accordion-table .merchant-lenders__table--offer-name .td-content-wrapper__content-container span{margin-right:8px;text-wrap:wrap}.merchant-lenders__accordion-table .merchant-lenders__table--offer-name .td-content-wrapper__content-container .status--offer-code{margin-left:0}.merchant-page .button-bar{position:relative;padding-top:10px;margin:0}.merchant-page .button-bar button:nth-child(1){width:63px}.merchant-page .button-bar button:nth-child(2){width:107px}.merchant-page .button-bar:before{content:"";width:calc(100% + 2 * var(--vertical-border));position:absolute;bottom:50px;height:1px;background-color:#e2e5ec}.merchant-locations--title{margin-bottom:12px}.merchant-pagination{width:100%}.locations--address{line-height:1.4em}.merchant-contacts__cell-name button{padding:0}.simple-table--merchants--count-and-tags--tag{font-weight:300;font-size:13px;color:#b9002c;border-radius:4px;align-items:center;line-height:1;box-sizing:content-box;max-height:20px;justify-content:flex-start;white-space:nowrap}.simple-table--merchants--count-and-tags--tag .pointer{display:flex;align-items:center;margin-right:10px;cursor:auto}.simple-table--merchants--count-and-tags--tag .pointer svg{width:16px;height:16px;margin-right:0}.fw-300{font-weight:300}.merchant-general__industries{margin-bottom:0!important}.merchant-general__industries .form-element__error{top:0;left:90px}.merchant-underwriting{width:100%}.merchant-underwriting__underwrights-groups{margin-bottom:0!important}.merchant-underwriting__merchant-status .label{margin-bottom:10px}.merchant-underwriting__merchant-status .radio-input{margin-bottom:0}.merchant-underwriting__alert{height:32px;color:inherit;font-size:13px;font-weight:300;color:#1e1e2d}.merchant-underwriting__alert span{font-weight:500}.merchant-underwriting .radio-input_disabled{pointer-events:none;opacity:.3}.merchant-underwriting .radio-input_disabled .radio-input__input{opacity:1}.merchant__billing{min-height:48px;min-width:200px}.merchant-bank-account-table table thead th:last-child{text-align:left}.merchant-other{display:flex;flex-direction:column;width:100%}.merchant-locations__title .table__title--label,.merchant-contacts__title .table__title--label{margin-left:0}.simple-table--merchant-locations .td-content-wrapper__hint-container{margin-left:4px!important}.merchant-contacts-table .user-contacts__phone,.merchant-contacts-table .user-contacts__email{-webkit-text-decoration:none;text-decoration:none;color:#6b81dd;font-size:13px;font-weight:300;margin-right:15px}.merchant-contacts-table .user-contacts__contacts{text-transform:capitalize}.simple-table--licenses{overflow:visible}.simple-table--licenses th:last-child .table--sorted-col{justify-content:flex-end}.page-title--button{margin-left:8px}.page-title--button:first-of-type{margin-left:0}.page-title .status--merchant-partner{color:#1e1e2d;border-color:#9aa0b9}.page-title .status--merchant-partner__logo{width:16px;height:16px;margin-right:4px;background:#9aa0b9}@media (max-width: 1279px){.merchants__filters .filters__label{flex-basis:100%}}@media (max-width: 767px){.merchant-underwriting__alert{height:auto;height:initial}}.merchant-offers-stacks__table .accordion-table__td--name{padding-left:15px}.merchant-offers-stacks__table .td-content-wrapper__content-container span{max-width:182px;text-overflow:ellipsis;overflow:hidden}.merchant-offers-stacks__table .merchant-offers-stacks__statistics-name .td-link{text-overflow:ellipsis;overflow:hidden;max-width:190px}.merchant-offers-stacks__primary-icon{padding-right:0;position:relative}.merchant-offers-stacks__primary-icon svg{color:#f59a2f;position:absolute;width:16px;height:16px;top:calc(50% - 8px);right:-8px}.merchant-offers-stacks__table--name .td-content-wrapper__content-container div{flex-wrap:wrap}.merchant-offers-stacks__table--name .td-content-wrapper__content-container span{margin-right:8px}.merchant-offers-stacks__table--name .td-content-wrapper__content-container .status--offer-code{margin-left:0}.offers-stacks-list__filters-field{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;min-width:85px}.offers-stacks-list__filters-field-description{min-width:auto}.offers-stacks-list__filters-field-isArchive{min-width:125px}.offers-stacks-list__filters-field-mismatched .checkbox-input__label{margin-top:2px}.offers-stacks-list__filters-field .form-element{width:100%}.offers-stacks-list__filter-button,.offers-stacks-list__reset-filter-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.offers-stacks-list__reset-filter-button{margin-right:16px}.offers-stack-details__pagination,.offers-stack-details--tab-general{width:100%}.offers-stack-details--tab-general__form-wrapper{margin-left:-15px;margin-right:-15px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;row-gap:24px}.offers-stack-details--tab-general__form-wrapper .input__wrap{box-sizing:content-box}.offers-stack-details--tab-general__buttons-bar{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding:24px 0}.offers-stack-details--tab-general__buttons-bar .button_primary{width:107px}.offers-stack-details--tab-general__field--block2Title{font-size:13px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase;color:#1e1e2d}.offers-stack-details--tab-offers__cell-status .td-content-wrapper{justify-content:center}.offers-stack-details--tab-offers__cell-status .table__title-item{text-align:center}.offers-stack-details--tab-offers__subcontent{width:100%;display:flex;justify-content:space-between;height:32px;column-gap:24px}.offers-stack-details--tab-offers__subcontent-name{color:#1e1e2d;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.offers-stack-details--tab-offers__subcontent--left-part{display:flex;align-items:center;column-gap:24px}.offers-stack-details--tab-offers__subcontent--left-part .alert{color:#1e1e2d;padding:6px 4px 6px 10px;min-height:32px;height:auto}.offers-stack-details--tab-offers__subcontent--right-part{display:flex;align-items:center}.offers-stack-details--tab-offers__alert-content--thin{font-weight:300}.offers-stack-details--tab-offers__alert-content--normal{font-weight:400}.offers-stack-details--tab-offers__alert-content--bold{font-weight:500}.offers-stack-details--tab-offers .td-content-wrapper__hint-container{margin:0 8px!important}.offers-stack-details--tab-merchants .offers-stack-details--tab-merchants__cell-offers-alert-tag,.offers-stack-details--tab-merchants .offers-stack-details--tab-merchants__cell-otherStacks-alert-tag{margin:0}.offers-stack-details--tab-merchants .offers-stack-details--tab-merchants__cell-offers-alert-tag .tag__label,.offers-stack-details--tab-merchants .offers-stack-details--tab-merchants__cell-otherStacks-alert-tag .tag__label{color:#b9002c;color:var(--Text-Table-red, #B9002C);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.hint--offer-stack-merchant-hint__text{width:211px;padding:8px;color:#fff;color:var(--Main-White, #FFF);font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:16px;box-sizing:border-box}.offer-stack-general__error-modal .modal__body{display:flex;flex-direction:column;gap:16px;padding:16px 16px 24px}.offer-stack-general__error-modal .modal__body .alert.alert--warning{border-top-right-radius:4px;border-bottom-right-radius:4px;padding:6px 4px 6px 10px;color:#1e1e2d;font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.offer-stack-general__error-modal .modal__body .alert.alert--warning b{font-weight:500}.offer-stack-general__error-modal .modal__body p{margin:0;color:#1e1e2d;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.offer-stack-general__error-modal__filter-wrapper{width:100%}.offer-stack-offers__promo{padding-right:0!important}.offer-stack-offers__promo .td-content-wrapper__content-container,.offer-stack-merchants-filters .row{display:flex;align-items:center}.offers-stack-details__tab-offers--name .td-content-wrapper{flex-flow:row wrap}.offers-stack-details__tab-offers--name .td-content-wrapper .td-content-wrapper__hint-container{margin-left:0!important}.offers-stack-details__tab-offers--name .td-content-wrapper .td-content-wrapper__content-container{margin-right:8px}@media screen and (max-width: 806px){.offers-stack-details--tab-offers__subcontent{height:auto}}@media screen and (max-width: 500px){.offers-stack-details .alert{color:#1e1e2d;padding:6px 4px 6px 10px;min-height:32px;height:auto}.offers-stack-details--tab-offers__subcontent{flex-flow:column nowrap;row-gap:12px}.offers-stack-details--tab-offers__subcontent--left-part{justify-content:space-between}}.page-not-found{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#1e1e2d}.page-not-found h1{font-size:48px;margin:0;text-align:center}.page-not-found p{font-size:16px;text-align:center}.simple-table--partners .simple-table__no-items-tag{min-height:28px;margin-top:2.5px;margin-bottom:2.5px}.partner-page__apiKey-field .input__wrap,.partner-page__referralId-field .input__wrap{flex-basis:100%}.partner-page__referralId-field .advanced-input,.partner-page__apiKey-field .advanced-input{position:relative}.partner-page__referralId-field .advanced-input .lds-ring_little,.partner-page__apiKey-field .advanced-input .lds-ring_little{top:calc(50% - 10px)}.partner-page__referralId-field .advanced-input .lds-ring_little div,.partner-page__apiKey-field .advanced-input .lds-ring_little div{border-width:2px;width:20px;height:20px;top:0;left:0;margin:0}.partner-page .button-bar{position:relative;margin:0;padding-top:10px;display:flex;align-items:center;justify-content:center;width:100%}.partner-page .button-bar:before{content:"";width:calc(100% + 2 * var(--vertical-border));position:absolute;bottom:50px;height:1px;background-color:#e2e5ec}.partner-page .button-bar .button_dark-outline{width:63px}.partner-page .button-bar .button_primary{width:107px}.partner-page .button-bar:before{bottom:45px}.partners-lenders-billing__inputs-block{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;margin-bottom:28px}.partners-lenders-billing .partners-lenders-billing__radioGroup{margin-top:28px;padding:0}.partners-lenders-billing__input-skeleton{width:200px;margin-right:24px}.partners-lenders-billing__input{width:160px;margin-right:24px}.partners-lenders-billing__input-skeleton:last-of-type,.partners-lenders-billing__input:last-of-type{margin-right:8px}.partners-lenders-billing__checkbox{padding-top:21px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.partners-lenders-billing__checkbox .checkbox-input__label{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.partners-lenders-billing__industries-block{margin-bottom:24px}.partners-lenders-billing__industries{margin-bottom:16px}.partners-lenders-billing__industries-header{margin:0;text-transform:uppercase;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#1e1e2d}.partners-lenders-billing__industries-header-error{margin-left:8px;text-transform:none;text-transform:initial;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:11px;line-height:20px;color:#f06d8d}.partners-lenders-billing__industries-header .label_isRequired{color:#f06d8d}.partners-lenders-billing__industry-group{margin-bottom:16px}.partners-lenders-billing__industry-group:last-of-type{margin-bottom:0}.partners-lenders-billing__industry-group-description{display:block;margin-bottom:8px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#9aa0b9}.partners-lenders-billing__industry.widget-with-switchable-rows{--grid-template-columns: 40% repeat(2, 1fr);width:565px;border-radius:6px;box-shadow:0 .7px 2px #3c4d6a1a,0 1.9px 2px #3c4d6a12,0 4.5px 6px #3c4d6a0d;border:none}.partners-lenders-billing__industry .widget-with-switchable-rows__title-block{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#1e1e2d}.partners-lenders-billing__industry .widget-with-switchable-rows__thead-cell{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#9aa0b9}.partners-lenders-billing__industry .widget-with-switchable-rows__cell .input__wrap{width:60px;background:#f7fafc;border:1px solid #E2E5EC;border-radius:0}.partners-lenders-billing__industry .widget-with-switchable-rows__cell .input{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.partners-lenders-billing__industry .widget-with-switchable-rows__cell .switcher__button-content_active{background-color:#2680c1}.partners-lenders-billing__industry .widget-with-switchable-rows__cell .switcher__label{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#1e1e2d}.partners-lenders-billing__industry .widget-with-switchable-rows__no-data-content{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;text-transform:uppercase;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#9aa0b9}.partners-lenders-billing__add-button{min-width:135px;background-color:#fff}.partners-lenders-billing__add-button:hover{background-color:#fff}.partners-lenders-billing__add-button .button__text{text-transform:capitalize;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#1e1e2d}.partners-lenders-billing .delete-icon{width:16px;height:16px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;cursor:pointer;color:#f06d8d}.partners-lenders-billing .alert--warning{width:266px}.partners-lenders-billing .alert--warning>div{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#1e1e2d}.partner-other__label{margin-bottom:24px;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:13px;font-weight:500;line-height:20px;text-transform:uppercase}.partner-other__checkbox{margin-bottom:16px!important}.partner-other__alert{margin-bottom:24px!important}.partner-other__alert .alert{border-radius:0 4px 4px 0;border-left:2px solid #6B81DD;border-left:2px solid var(--Main-Action, #6B81DD);background:#f1f8fd;background:var(--Background-Bg-blue, #F1F8FD);display:flex;padding:6px 4px 6px 10px;align-items:flex-start;gap:10px;align-self:stretch;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.partner-other__switcherRange{margin-bottom:48px!important}.partners-lenders-billing__buttons-wrapper{display:flex;align-items:center;justify-content:flex-end}.partners-lenders-billing__bulk-update-button{padding:0;margin-right:16px}.partners-lenders-billing__industries-header-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap}.partners-lenders-billing__accordion-item{border:none;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:6px;background:#fff;box-shadow:0 .7px 2px #3c4d6a1a,0 1.9px 2px #3c4d6a12,0 4.5px 6px #3c4d6a0d;margin-bottom:8px}.partners-lenders-billing__accordion-item .accordion--title{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;line-height:20px}.partners-lenders-billing__accordion-item .accordion--title-box{min-height:44px;height:auto;box-sizing:border-box;border-radius:6px;width:100%;padding:8px 10px 8px 8px}.partners-lenders-billing__accordion-item .accordion--title-box .accordion--title-chevron{margin-right:4px}.partners-lenders-billing__accordion-item .accordion--title-open,.partners-lenders-billing__accordion-item .accordion--title-open:hover{border-bottom-left-radius:0;border-bottom-right-radius:0}.partners-lenders-billing__accordion-item .accordion--content,.partners-lenders-billing__accordion-item .widget-with-switchable-rows{width:100%;box-sizing:border-box}.partners-lenders-billing__accordion-item .widget-with-switchable-rows__body{border-top:1px solid #E2E5EC;border-top:1px solid var(--Border-Input, #E2E5EC)}.partners-lenders-billing__accordion-item .widget-with-switchable-rows__table{padding-top:0}.partners-lenders-billing__accordion-item .accordion--content{padding:0}.partners-lenders-billing__accordion-item .accordion--content-is-open{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.partners-lenders-billing__accordion-item .widget-with-switchable-rows{box-shadow:none}.partners-lenders-billing__accordion-item .accordion-title__actions{display:flex;align-items:center}.partners-lenders-billing__accordion-item .accordion-title__actions .widget-with-switchable-rows__header-column-description{margin-right:16px;color:#9aa0b9;color:var(--Text-Title, #9AA0B9);text-align:right;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase;-webkit-user-select:none;user-select:none;display:flex;align-items:center;flex-wrap:nowrap;white-space:nowrap}.partners-lenders-billing__accordion-item .accordion-title__actions .widget-with-switchable-rows__header-column-description:after{content:"*";color:#f06d8d;color:var(--Text-Error, #F06D8D);font-family:Roboto;font-size:10px;margin-left:4px}.partners-lenders-billing__input{width:200px}.partners-lenders-billing__alert{width:100%;margin-top:16px}.partners-lenders-billing__alert .alert{width:600px;color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:13px;font-weight:300;line-height:20px;padding-top:6px;padding-bottom:6px;box-sizing:border-box;height:32px}.partners-lenders-billing__industries .alert{box-sizing:border-box;height:32px;padding:6px 4px 6px 10px}@media (max-width: 991px){.partners__filters .filters__label{flex-basis:100%}}@media (max-width: 767px){.widget-with-switchable-rows{--row-height: unset !important}.widget-with-switchable-rows__thead{display:none!important}.widget-with-switchable-rows__row{display:flex!important;flex-wrap:wrap;--row-height: unset}.widget-with-switchable-rows__row .switcher{display:flex;flex-direction:column}.widget-with-switchable-rows__row .switcher:before{content:"LENDER";font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#9aa0b9}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell{display:flex;flex-basis:calc(50% - 4px)}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:first-child{flex-basis:100%;margin-bottom:8px}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(2),.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(3){display:flex;flex-direction:column;align-items:flex-start;position:relative}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(2):before,.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(3):before{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#9aa0b9;text-transform:uppercase}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(2) .form-element,.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(3) .form-element{position:static;position:initial}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(2) .form-element:before,.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(3) .form-element:before{content:"*";color:#f06d8d;color:var(--Text-Error, #F06D8D);font-family:Roboto;width:10px;height:10px;display:flex;align-items:center;justify-content:center;top:4px;left:0;position:absolute}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(2){margin-right:4px}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(2):before{content:"Transaction Fee split, %"}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(2) .form-element:before{left:126px}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(3){margin-left:4px}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(3):before{content:"Revenue Share split, %"}.widget-with-switchable-rows__row .widget-with-switchable-rows__cell:nth-child(3) .form-element:before{left:116px}.widget-with-switchable-rows__row .form-element,.widget-with-switchable-rows__row .form-element .input__wrap{width:100%}.widget-with-switchable-rows__row:first-child{padding-top:0}.partners-lenders-billing__alert .alert{width:auto;width:initial;height:auto;height:initial}}@media (max-width: 575px){.partners__filters .filters__item-companyName{min-width:0;min-width:initial}.partner-general__type .radio-group{flex-direction:column;align-items:flex-start}.partner-general__type .radio-group .radio-input:not(:last-child){margin-bottom:5px}.partners-lenders-billing__input{margin-right:0;width:100%}.partners-lenders-billing__input:first-child{margin-bottom:8px}.partner-users-contacts-modal__col:first-child{margin-bottom:25px}.partner-users-contacts-modal__col:last-child .partner-users-contacts-modal__field:first-child{margin-bottom:0}.partners-lenders-billing__accordion-item .accordion--title-box{justify-content:center}}@media screen and (max-width: 390px){.widget-with-switchable-rows__cell{flex-basis:100%!important;margin:8px 0!important}.partners-lenders-billing__buttons-wrapper{width:100%}}.radio-input__input{box-sizing:border-box}.add-partner-domain-button.button-fin{width:138px}.form-block.logos .form-element__label{white-space:nowrap}.form-block.emails .button .lds-ring_small{top:calc(50% - 10px)}.form-block.emails .button .lds-ring_small div{width:25px!important;height:25px!important}.form-block.sendmail_testResult .alert{overflow:hidden}.form-block.sendmail_testResult .alert>div:first-child{width:calc(100% - 25px)}.form-block.sendmail_testResult .alert>div:first-child *{width:100%;word-break:break-all}.dynamic-modal_white-label-settings-enter-email{min-height:375px}.dynamic-modal_white-label-settings-enter-email .button_primary{min-width:100px}.widget-with-switchable-rows{--row-height: 44px;--thead-height: 20px;--grid-template-columns: 1fr 1fr 1fr;border:1px solid #e2e5ec;border-radius:3px;background-color:#fff}.widget-with-switchable-rows__header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;box-sizing:border-box;height:var(--row-height);padding:12px 16px;border-bottom:1px solid #e2e5ec}.widget-with-switchable-rows__title-block,.widget-with-switchable-rows__right-header-content-block{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%}.widget-with-switchable-rows__body{padding:8px 16px}.widget-with-switchable-rows__body_no-content{padding:0 16px}.widget-with-switchable-rows__thead{display:grid;grid-template-columns:var(--grid-template-columns);box-sizing:border-box;height:var(--thead-height)}.widget-with-switchable-rows__thead-cell{text-align:right;text-transform:uppercase}.widget-with-switchable-rows__thead-cell:first-of-type{text-align:left}.widget-with-switchable-rows__thead-cell_reqiured:after{margin-left:3px;content:"*";color:red}.widget-with-switchable-rows__row{display:grid;grid-template-columns:var(--grid-template-columns);box-sizing:border-box;height:var(--row-height);padding:8px 0;border-bottom:1px solid #ebeff2}.widget-with-switchable-rows__row:last-of-type{border-bottom:none}.widget-with-switchable-rows__cell{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center}.widget-with-switchable-rows__cell:first-of-type{justify-content:flex-start}.simple-table--partnerContacts table tbody td{min-height:40px;height:40px;box-sizing:border-box;font-weight:300}.simple-table--partnerContacts table tbody td:first-child{font-weight:400}.simple-table--partnerContacts table tbody td .user-contacts__email,.simple-table--partnerContacts table tbody td .user-contacts__phone{color:#6b81dd}.simple-table--partnerContacts table tbody td .user-contacts__contacts{text-transform:capitalize}.simple-table--partnerContacts table tbody td .firstLastName{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#6b81dd}.simple-table--partnerContacts th{min-height:24px;height:24px}.download-report-dropdown{position:relative}.download-report-dropdown__list{width:100%;position:absolute;top:calc(100% + 1px);right:0;z-index:1;padding:5px 0;border:1px solid #E2E5EC;background-color:#fff;box-shadow:0 4px 4px #0000000d}.download-report-dropdown__item{display:flex;padding:2px 12px;align-items:center;cursor:pointer;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.download-report-dropdown-modal__body-title{font-weight:500}.download-report-dropdown-modal__body-text{font-weight:300}.simple-table--reportAccounting .table-cell--stickyLeft>div,.simple-table--reportLender .table-cell--stickyLeft>div,.simple-table--reportMerchant .table-cell--stickyLeft>div{justify-content:flex-start}.simple-table--reportAccounting .simple-table__total-row td,.simple-table--reportLender .simple-table__total-row td,.simple-table--reportMerchant .simple-table__total-row td{font-weight:700}.simple-table--reportAccounting .simple-table__total-row td:first-child>div,.simple-table--reportLender .simple-table__total-row td:first-child>div,.simple-table--reportMerchant .simple-table__total-row td:first-child>div{color:#9aa0b9}.simple-table--reportAccounting .simple-table__total-row .table-cell--stickyLeft>div:before,.simple-table--reportLender .simple-table__total-row .table-cell--stickyLeft>div:before,.simple-table--reportMerchant .simple-table__total-row .table-cell--stickyLeft>div:before{min-height:36px}.simple-table--reportAccounting .simple-table__td-approved,.simple-table--reportAccounting .simple-table__td-sentToCustomer,.simple-table--reportLender .simple-table__td-approved,.simple-table--reportLender .simple-table__td-sentToCustomer,.simple-table--reportMerchant .simple-table__td-approved,.simple-table--reportMerchant .simple-table__td-sentToCustomer{background-color:#e4f3e8}.simple-table--reportAccounting .simple-table__td-contractSigned,.simple-table--reportLender .simple-table__td-contractSigned,.simple-table--reportMerchant .simple-table__td-contractSigned{background-color:#e8e2fc}.simple-table--reportAccounting .simple-table__td-preQualified,.simple-table--reportLender .simple-table__td-preQualified,.simple-table--reportMerchant .simple-table__td-preQualified{background-color:#e2e6f8}.simple-table--reportAccounting .simple-table__td-fundsReleased,.simple-table--reportAccounting .simple-table__td-customerFunded,.simple-table--reportLender .simple-table__td-fundsReleased,.simple-table--reportLender .simple-table__td-customerFunded,.simple-table--reportMerchant .simple-table__td-fundsReleased,.simple-table--reportMerchant .simple-table__td-customerFunded{background-color:#78c58d}.report-filters--item-calendar .form-element{z-index:5}.page-container__reportAccounting .reports-page-nav-line,.page-container__reportLender .reports-page-nav-line,.page-container__reportMerchant .reports-page-nav-line{position:relative;margin-top:15px}.page-container__reportAccounting .reports-page-nav-line:after,.page-container__reportLender .reports-page-nav-line:after,.page-container__reportMerchant .reports-page-nav-line:after{content:"";position:absolute;bottom:-1px;left:-32px;right:-32px;height:1px;background-color:#cfcfcf}@media screen and (max-width: 575px){.page-container__reportAccounting .reports-page-nav-line,.page-container__reportLender .reports-page-nav-line,.page-container__reportMerchant .reports-page-nav-line{position:static}.page-container__reportAccounting .reports-page-nav-line .nav-line--simple__inner:after,.page-container__reportLender .reports-page-nav-line .nav-line--simple__inner:after,.page-container__reportMerchant .reports-page-nav-line .nav-line--simple__inner:after{display:none}}.page-title--new-user-button{margin-right:8px}.simple-table--roles .date-time{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.simple-table--roles .date-time__time{margin-left:3px}.settings-webhooks{width:100%}.settings-webhooks .table__title--label{margin-left:0}.settings-webhooks__api-input{margin-bottom:24px}.settings-webhooks__api-input-title{font-weight:500;font-size:12px;line-height:24px}.settings-webhooks__api-input .advanced-input{width:auto;max-width:555px;flex-grow:1}.settings-webhooks__api-input .advanced-input .input__wrap{width:100%;max-width:485px}.settings-webhooks__api-input .advanced-input input{background-color:transparent}.settings-webhooks__api-input .advanced-input .button_dark-outline{min-width:63px}.settings-webhooks__api-input .advanced-input .pointer{font-size:13px}.settings-webhooks__api-input .loader-box{margin-left:10px;width:28px;height:28px;position:static;width:auto}.settings-webhooks__api-input .lds-ring{width:28px;height:28px}.settings-webhooks__api-input .lds-ring div{margin:0;border-width:5px;width:28px;height:28px}.clickUp-sync-rows{border-radius:4px;background:#fff;background:var(--Main-White, #FFF);box-shadow:0 2px 2px #0000000d}.clickUp-sync-row{position:relative;display:flex;justify-content:space-between;align-items:center;height:40px;align-self:stretch;padding:6px 8px 6px 14px;box-sizing:border-box}.clickUp-sync-row:not(:only-child){border-bottom:1px solid #E2E5EC;border-bottom:1px solid var(--Border-Input, #E2E5EC)}.clickUp-sync-row:last-of-type{border-bottom:none}.clickUp-sync-row__label{font-weight:500}.clickUp-sync-row__label,.clickUp-sync-row__date{color:#1e1e2d;color:var(--Text-Main, #1E1E2D);font-size:13px;font-style:normal;line-height:20px}.clickUp-sync-row__date{font-weight:400}.clickUp-sync-row__text-box{display:flex;width:100%}.clickUp-sync-row__label-wrapper{flex-basis:12%;min-width:130px}.clickUp-sync-row__label-wrapper,.clickUp-sync-row__date-wrapper{display:flex;align-items:center;flex-wrap:nowrap;white-space:nowrap}.clickUp-sync-row__date-wrapper{flex-basis:88%}@media (max-width: 575px){.clickUp-sync-row__text-box{flex-wrap:wrap}.clickUp-sync-row{height:auto;height:initial}}.settings-clickUp{width:100%}.users-list__filters-field{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;min-width:85px}.users-list__filters-field-description{min-width:auto}.users-list__filters-field-isArchive{min-width:125px}.users-list__filters-field .form-element{width:100%}.users-list__filter-button,.users-list__reset-filter-button{padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.users-list__reset-filter-button{margin-right:16px}.simple-table--changeLog .td-role__role-type{font-size:11px}.main-menu{display:flex;flex-direction:column;width:249px;height:100vh;position:relative;transition:all .2s ease-out;z-index:10;box-sizing:border-box;transform:translate(0)}.main-menu__mobile-overlay{position:fixed;width:0;height:100vh;background:#00000080;opacity:0;transition:opacity .3s}.main-menu__mobile-overlay--visible{width:100vw;opacity:1;transition:opacity .3s}.main-menu--closed{transition:all .2s ease-out;width:50px}.main-menu--closed .main-menu__item{padding:12.5px 10px;justify-content:center}.main-menu--closed .main-menu__item svg{margin:0}.main-menu--closed .accordion--item .accordion--title-open,.main-menu--closed .accordion--item .accordion--title-box{padding:7.5px;justify-content:center;transition:all .3s ease-out}.main-menu--closed .accordion--item .accordion--title-open svg,.main-menu--closed .accordion--item .accordion--title-box svg{margin:0}.main-menu--closed .accordion--item .accordion--title-chevron,.main-menu--closed .accordion--item .accordion--title{display:none}.main-menu--hidden{position:absolute;transform:translate(calc(-100% + 50px))}.main-menu--show-hidden{transform:translate(0)}.main-menu--header{display:flex;align-items:center;justify-content:space-between;z-index:2;height:22px;padding:14px 26px 16px 24px;background-color:#535e88}.main-menu--header-closed{padding:15px}.main-menu--header-btn{display:flex;align-items:center;font-size:24px;color:#e2e6f8;cursor:pointer;margin-left:-5px}.main-menu--logo{background-image:url(/assets/finturfLogo-D6IULaee.svg);background-repeat:no-repeat;background-position:left;height:36px;width:118px;transition:all .2s ease-out}.main-menu--logo-none{height:0;width:0;opacity:0;transition:all .2s ease-out}.main-menu--logo-close{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='36'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3ctitle%3ebackground%3c/title%3e%3crect%20fill='none'%20id='canvas_background'%20height='38'%20width='32'%20y='-1'%20x='-1'/%3e%3c/g%3e%3cg%3e%3ctitle%3eLayer%201%3c/title%3e%3cg%20id='svg_6'%3e%3cpath%20id='svg_2'%20fill='%2399C28C'%20d='m14.420112,0.448115c7.7126,-0.12%2012.755,4.626%2014.2817,10.614c0.3345,1.344%200.3406,2.928%200.3406,4.608c-0.0182,0.702%20-0.0304,1.404%20-0.0486,2.112c-0.2069,1.296%20-0.3893,2.466%20-0.809,3.534c-1.5389,3.882%20-4.3855,6.594%20-8.333,8.1c-0.7056,0.27%20-1.4963,0.438%20-2.2809,0.606c-0.4319,0.054%20-0.8698,0.114%20-1.2956,0.168c0.0061,-0.84%20-0.0122,-1.674%200,-2.514c1.624,0.006%203.4427,-0.834%204.5132,-1.464c3.4183,-2.004%205.6993,-5.052%205.6993,-10.446c-0.0061,-0.822%20-0.0183,-1.65%20-0.0244,-2.472c-0.1581,-0.918%20-0.2372,-1.752%20-0.4926,-2.544c-1.1861,-3.72%20-4.0388,-6.282%20-7.8647,-7.416c-0.9184,-0.276%20-1.8977,-0.24%20-2.9986,-0.414c-0.3954,0.024%20-0.7968,0.048%20-1.1983,0.072c-1.6787,0.294%20-2.9135,0.564%20-4.15431,1.188c-2.8466,1.434%20-4.85382,3.726%20-5.85134,6.984c-0.24939,0.81%20-0.20681,1.614%20-0.36495,2.592c-0.01217,1.056%20-0.01825,2.118%20-0.02433,3.174c0.15814,0.936%200.14598,1.794%200.38928,2.592c1.05226,3.456%203.33319,5.976%206.51433,7.32c0.67512,0.288%201.41722,0.492%202.18362,0.684c0.371,0.054%200.7238,0.108%201.0948,0.168l0,2.496c-0.4257,-0.06%20-0.8394,-0.114%20-1.2651,-0.168c-1.0097,-0.216%20-1.97683,-0.462%20-2.84662,-0.828c-4.25774,-1.776%20-7.30505,-5.124%20-8.38165,-10.032c-0.27371,-1.248%20-0.2433,-2.736%20-0.2433,-4.242c-0.00608,-1.11%20-0.01217,-2.184%200.19464,-3.126c0.37711,-1.74%200.89412,-3.24599%201.69701,-4.56c1.73959,-2.874%204.41587,-5.088%207.96192,-6.18c0.7543,-0.234%201.5632,-0.366%202.4026,-0.51c0.4015,-0.03%200.8029,-0.066%201.2043,-0.096z'%20clip-rule='evenodd'%20fill-rule='evenodd'/%3e%3cpath%20id='svg_3'%20fill='%23FEFEFE'%20d='m16.275512,35.554115l-2.5789,0l0,-21.324c-1.18,-1.146%20-2.3539,-2.292%20-3.53395,-3.438c0.06691,-0.072%200.13381,-0.144%200.20072,-0.222c0.54133,-0.516%201.08273,-1.03797%201.63013,-1.55397l0.0486,0c0.9793,0.96%201.9525,1.92597%202.9318,2.89197c0.3893,-0.39%200.7846,-0.774%201.1739,-1.164c0.6022,-0.576%201.2043,-1.15197%201.8065,-1.72797l0.0487,0c0.6021,0.582%201.2043,1.16997%201.8004,1.75197c-0.5231,0.528%20-1.0523,1.056%20-1.5754,1.584c-0.6508,0.624%20-1.3016,1.248%20-1.9525,1.878c0.0061,1.326%200.0183,2.652%200.0244,3.978c0.4257,-0.42%200.8515,-0.84%201.2773,-1.26c0.5596,-0.534%201.1192,-1.074%201.6788,-1.608l0.0486,0c0.6022,0.588%201.2043,1.17%201.8065,1.758c-0.4805,0.474%20-0.9549,0.954%20-1.4294,1.434c-1.1374,1.098%20-2.2748,2.202%20-3.4062,3.306l0,13.716z'%20clip-rule='evenodd'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;height:36px;width:30px}.main-menu__items-box{padding:10px 0;height:100%;overflow-y:auto;z-index:1;box-shadow:0 4px 8px #535d8826;background-color:#fff}.main-menu__items-box scrollbar,.main-menu__items-box scrollbarbutton,.main-menu__items-box thumb,.main-menu__items-box scrollcorner{-moz-appearance:none!important}.main-menu__items-box scrollcorner{resize:both}.main-menu__items-box::-webkit-scrollbar{width:4px}.main-menu__items-box::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.main-menu__items-box::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.main-menu__items-box::-webkit-scrollbar:horizontal{height:8px}.main-menu__items-box::-webkit-scrollbar-track:horizontal{background:inherit}.main-menu__items-box::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.main-menu__items-box::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.main-menu__items-box-title{font-size:13px;color:#1e1e2d;-webkit-text-decoration:none;text-decoration:none}.main-menu__items-box-chapter{text-transform:uppercase;font-size:10px;color:#9aa0b9;padding:16px 25px 10px;-webkit-user-select:none;user-select:none}.main-menu__items-box-chapter-hidden{width:23px;height:2px;padding:0;background-color:#e2e5ec;border-radius:9px;margin-left:14px;margin-top:24.5px;margin-bottom:15.5px}.main-menu__items-box-chapter-hidden span{display:none}.main-menu__items-box svg{transition:all .3s ease-out;font-size:16px}.main-menu__item{display:flex;align-items:center;justify-content:flex-start;padding:12.5px 24px;cursor:pointer}.main-menu__item,.main-menu__item span{white-space:nowrap}.main-menu__item:hover,.main-menu__item--active{background-color:#f8f8fa}.main-menu--accordion .accordion--item{border:none}.main-menu--accordion .accordion--title-box{padding:10px 25px}.main-menu--accordion .accordion--content-item{padding:5px 35px;cursor:pointer;width:calc(100% - 70px)}.main-menu--accordion .accordion--content-item:hover{background-color:#f8f8fa}.main-menu__icon{font-size:16px}@media (max-width: 767px){.main-menu{position:fixed}}@media (max-width: 575px){.main-menu--accordion:last-child .main-menu__item:last-child{margin-bottom:30px}.main-menu__items-box-chapter{margin-top:10px;margin-bottom:10px}.main-menu__other .accordion--title-box{flex-direction:row}}.auth-form{display:flex;align-items:center;min-height:100vh;background-image:url(/assets/authLogo-x8kuhcyJ.png);background-size:cover;background-position:center}.auth-form .form-element__error{position:absolute;bottom:0;margin-bottom:-15px}.auth-form__content{display:grid;grid-template-columns:repeat(2,400px);margin:0 auto;width:800px;background:radial-gradient(100% 100% at 1.44% 0%,#3751ba,#6b81dd 84.66%);min-height:424px;border-radius:8px;overflow:hidden}.auth-form__form{box-sizing:border-box;background-color:#fff;width:100%;padding:32px 24px}.auth-form__form .input__wrap{margin-bottom:16px}.auth-form__sign-up{margin-top:24px;width:152px;height:40px;color:#fff;display:flex;padding:0 19px;justify-content:space-between;align-items:center;border:1px solid #f4f6ff;border-radius:8px}.auth-form__sign-up svg{width:16px}.auth-form__logo{margin-top:81px}.auth-form__text{margin-top:24px;font-size:13px;color:#fff}.auth-form__note{color:#fff;font-size:13px;line-height:20px;font-weight:700;margin-top:16px}.auth-form__info{padding:0 24px}.auth-form__title{display:block;font-size:24px;margin-bottom:16px;text-align:center}.auth-form__input{width:100%;height:100%;border-top-left-radius:4px;border-bottom-left-radius:4px}.auth-form__input_reset{margin-top:38px}.auth-form__input~svg{padding:0 5px}.auth-form__input~svg path,.auth-form__input~svg polyline{stroke:#9aa0b9}.auth-form__reset-text{margin-top:38px;font-size:13px;font-weight:400;color:#1e1e2d;text-align:center;display:block}.auth-form__sign-in{display:flex;align-items:center;width:100%;justify-content:center;color:#fff;height:40px;border-radius:8px;background-color:#6b81dd;font-size:13px;margin-top:34px}.auth-form__sign-in svg{margin-left:8px;width:16px;font-size:1.1em}.auth-form__remember{margin-top:18px}.auth-form__forgot{color:#6b81dd;font-weight:500;font-size:13px;margin:16px auto 0;display:block}.auth-form__alert{padding:7px 15px;text-align:left;margin-bottom:16px}.auth-form__back{margin-right:auto;color:#6b81dd;display:inline-flex;align-items:center;font-size:13px;font-weight:500}.auth-form__back svg{width:16px;margin-right:8px}.auth-form__recaptcha{text-align:center}.auth-form__recaptcha-text{display:block;margin:16px 0 8px;font-size:13px;font-weight:400;color:#1e1e2d;line-height:20px}.auth-form__recaptcha-text a{-webkit-text-decoration:none;text-decoration:none;color:#0056b3}.auth-form__recaptcha>div{width:304px;margin:0 auto}.auth-form__recaptcha-error{display:block;font-size:10px;color:#f06d8d}@media (max-width: 767px){.auth-form__content{display:flex;margin:0 15px}.auth-form__info,.auth-form__form{width:50%}}@media (max-width: 575px){.auth-form__content{flex-wrap:wrap}.auth-form__info{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:30px 25px;width:100%}.auth-form__info .auth-form__logo{margin-top:0}.auth-form__form{width:100%}}.header{display:flex;align-items:center;justify-content:space-between;padding:11.5px 24px;box-shadow:0 0 8px #535d8826;box-sizing:border-box;position:relative}.header--user-name{font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:150px}.header--user-status{font-size:10px;color:#9aa0b9}.header--user-status-error{font-weight:700;color:#f06d8d}.header--user-ava{overflow:hidden;text-align:center;width:30px;height:30px;border-radius:20px;margin-right:8px}.header--user-ava img{width:30px}.header--chevron-icon:hover,.header--bell{cursor:pointer}.header--bell{display:flex;position:relative;margin-right:22px}.header--bell-notification-icon{position:absolute;color:#f06d8d;top:-8px;left:10px}.header__hint .hint__button svg{color:#6b81dd}.header__hint .hint__button .hint__label{color:#6b81dd;margin-left:3px}.user-menu{cursor:pointer}.user-menu__dropdown{box-sizing:content-box;position:absolute;padding:5px 0;width:135px;height:31px;right:-3px;top:148%;background:#fff;box-shadow:0 4px 25px #00000040;z-index:50;border:1px solid #e2e5ec}.user-menu__dropdown:before{content:"";position:absolute;top:-5px;right:5px;background:#fff;height:9px;width:9px;transform:rotate(45deg);border-left:1px solid #e2e5ec;border-top:1px solid #e2e5ec}.user-menu__item{position:relative;padding:5px 15px;height:20px;cursor:pointer;font-weight:300;font-size:13px;display:flex;align-items:center;justify-content:flex-start;color:#1e1e2d}.user-menu__item:hover{background-color:#f2f2f8}@media (max-width: 1439px){.header--wide-left{padding:11.5px 24px 11.5px 74px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:9999;z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,9999);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom)}.Toastify__toast-container--bottom-center{left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);min-height:64px;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:14px;padding:var(--toastify-toast-padding);border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);max-height:800px;max-height:var(--toastify-toast-max-height);font-family:sans-serif;font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-right:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:#fff;color:var(--toastify-text-color-info);background:#3498db;background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:#fff;color:var(--toastify-text-color-success);background:#07bc0c;background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:#fff;color:var(--toastify-text-color-warning);background:#f1c40f;background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:#fff;color:var(--toastify-text-color-error);background:#e74d3c;background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto;right:initial}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;left:initial;transform-origin:right;border-bottom-left-radius:0;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:#e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-right-color:#616161;border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto;left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local("Roboto Thin"),local("Roboto-Thin"),url(/assets/roboto-v20-latin_cyrillic-100-BQBBsRWH.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-100-CuM_Lu0a.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(/assets/roboto-v20-latin_cyrillic-100italic-Bbp00T3K.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-100italic-DLNwK56Y.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local("Roboto Light"),local("Roboto-Light"),url(/assets/roboto-v20-latin_cyrillic-300-BxhWy8Fw.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-300-BU4NLvAn.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url(/assets/roboto-v20-latin_cyrillic-300italic-BqFN4GcP.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-300italic-T-MR0B76.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(/assets/roboto-v20-latin_cyrillic-regular-4KmwtPU4.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-regular-C7Jqwo_M.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local("Roboto Italic"),local("Roboto-Italic"),url(/assets/roboto-v20-latin_cyrillic-italic-BNMwxLtF.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-italic-C48vlxxv.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(/assets/roboto-v20-latin_cyrillic-500-BbGSvSgd.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-500-BsrhTNeH.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(/assets/roboto-v20-latin_cyrillic-500italic-CPIbXzh8.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-500italic-B-kZhW_m.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url(/assets/roboto-v20-latin_cyrillic-700-CP5ZINhl.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-700-DKAZFU91.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(/assets/roboto-v20-latin_cyrillic-700italic-H8K83qy-.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-700italic-CrpZZt9k.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local("Roboto Black"),local("Roboto-Black"),url(/assets/roboto-v20-latin_cyrillic-900-BBdBwyUp.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-900-1DEbOCpf.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(/assets/roboto-v20-latin_cyrillic-900italic-lRwYRAju.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-900italic-DenjA_z3.woff) format("woff")}:root{--border-color: #e2e5ec;--font-family: "Roboto", sans-serif;--font-size: 13px;--font-size-label: 12px;--line-height: 24px;--line-height-label: 20px;--border-radius: 4px;--spacing-xs: 4px;--spacing-s: 8px;--spacing-m: 16px;--spacing-l: 24px;--spacing-xl: 32px}main{background-color:#f7fafc;width:100%;overflow:auto;position:relative}header{background-color:#fff;width:100%}body{font-family:Roboto,sans-serif;margin:0;overflow-x:hidden!important;overflow-y:auto!important}body scrollbar,body scrollbarbutton,body thumb,body scrollcorner{-moz-appearance:none!important}body scrollcorner{resize:both}body::-webkit-scrollbar{width:4px}body::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}body::-webkit-scrollbar-thumb:hover{background:#9aa0b9}body::-webkit-scrollbar:horizontal{height:8px}body::-webkit-scrollbar-track:horizontal{background:inherit}body::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}body::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.page-container{--horizontal-border: 24px;--vertical-border: 32px;position:relative;padding:24px 32px;padding:var(--horizontal-border) var(--vertical-border);min-height:calc(100vh - 53px);overflow:auto;box-sizing:border-box}.page-container scrollbar,.page-container scrollbarbutton,.page-container thumb,.page-container scrollcorner{-moz-appearance:none!important}.page-container scrollcorner{resize:both}.page-container::-webkit-scrollbar{width:4px}.page-container::-webkit-scrollbar-thumb{border-radius:3px;background:#bac2c9}.page-container::-webkit-scrollbar-thumb:hover{background:#9aa0b9}.page-container::-webkit-scrollbar:horizontal{height:8px}.page-container::-webkit-scrollbar-track:horizontal{background:inherit}.page-container::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bac2c9;background-clip:padding-box;border:2px solid rgba(0,0,0,0)}.page-container::-webkit-scrollbar-thumb:horizontal:hover{background:#9aa0b9;border:1px solid rgba(0,0,0,0);background-clip:padding-box}.page-container:before{content:"";position:absolute;width:5px;height:100%;top:0;left:0;background-image:linear-gradient(90deg,#535d880d,#535d8800)}input{font-family:inherit;margin:0;outline:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}button{border:none;outline:none;padding:0;background:none;font-family:inherit;cursor:pointer}button:disabled{pointer-events:none;filter:grayscale(.7);opacity:.5}.main__wrap{display:flex;align-items:flex-start}aside{position:-webkit-sticky;position:sticky;top:0}.svg-icon{display:inline-flex;align-items:center;height:1em;width:1em}.svg-icon svg{width:100%;height:100%}.btn--lighter:hover{text-shadow:0 0 4px}.swal2-modal{font-size:11px}.swal2-modal .swal2-title{font-size:1.2em}.swal2-modal .swal2-icon{width:3em;height:3em;line-height:3em}.swal2-modal .swal2-icon .swal2-icon-content{font-size:3em}.swal2-modal .swal2-styled.swal2-confirm{background:#6b81dd}.swal2-modal .swal2-styled.swal2-confirm,.swal2-modal .swal2-styled.swal2-cancel{outline:none;font-size:13px;line-height:13px;font-weight:400;box-shadow:none!important}.swal2-modal .swal2-styled.swal2-cancel{background:none;color:#1e1e2d;border:1px solid #bac2c9}body>iframe{display:none!important}.fallback-loader,.page-overlay{z-index:6}.dropdown .text{font-size:13px;font-style:normal;font-weight:400;line-height:20px;padding-left:12px}.dropdown__arrow{right:8px}.dropdown__arrow svg{min-width:16px;min-height:16px}.dropdown__trigger.placeholder{color:#9aa0b9;font-size:13px;font-style:normal;line-height:20px}.dropdown__trigger.placeholder .text{opacity:1;font-weight:300}.dropdown__input{padding-left:8px}input.input-fin,.dropdown input,.tags-dropdown input{color:#1e1e2d;padding-left:12px}input.input-fin::placeholder,.dropdown input::placeholder,.tags-dropdown input::placeholder{color:#9aa0b9;font-size:13px;font-style:normal;font-weight:300;line-height:20px;opacity:1}.input__wrap{overflow:hidden}.input__wrap .input-fin{height:28px;background-color:#fff}.input__wrap .input--with-delete{padding-right:22px}.input__wrap .input__close{position:absolute;margin:0;right:4px}.checkboxes-line-fin .checkbox-input{margin-bottom:5px}.simple-table td{white-space:nowrap}.simple-table--lenders .advanced-tags__warn-text--warnRight{right:4px}.simple-table--lenders .advanced-tags__warn-text--warnLeft{left:4px}.simple-table--lenders tr:last-of-type .advanced-tags__warn-text{top:-35px}.simple-table--lenders tr:last-of-type .advanced-tags__warn-text--warnLeft{left:4px}.simple-table--lenders tr:last-of-type .advanced-tags__warn-text--warnLeft:before{top:26px}.simple-table--lenders tr:last-of-type .advanced-tags__warn-text--warnRight{right:4px}.simple-table--lenders tr:last-of-type .advanced-tags__warn-text--warnRight:before{top:26px}.tag{height:24px}.tag.active{background:#6b81dd}.tag.active .tag__label{color:#fff}.button-fin{width:80px}.button.invisible-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.td-link.invisible-wrapper,.td-link.invisible-wrapper:hover{color:inherit!important}.input-mask3_wrapper{display:flex;align-items:center;box-sizing:border-box;background-color:#fff;height:28px;border-radius:4px;font-size:13px}.input-mask3_wrapper .input-mask{max-height:100%}.input-mask3_wrapper .input-mask_value_item,.input-mask3_wrapper .input-mask_input{font-size:13px;color:inherit}.input-mask3_wrapper .input-mask_value_item{color:#9aa0b9}.input-mask3_wrapper .input-mask_error{border-color:#f06d8d;filter:none}.input-mask3_wrapper .input-mask_clear{width:14px;height:14px;display:none;color:#9aa0b9}.input-mask3_wrapper .input-mask_clear:before,.input-mask3_wrapper .input-mask_clear:after{content:"";position:absolute;top:0;left:0;right:0;margin:auto;height:14px;width:2px;background-color:#9aa0b9;transform:rotate(-45deg)}.input-mask3_wrapper .input-mask_clear:before{transform:rotate(45deg)}.input-mask3_wrapper .input-mask_clear svg{opacity:0}.input-mask3_wrapper .input-mask:hover .input-mask_clear{display:inline-flex}.tag-integration{box-shadow:0 0 2px #00000026,0 4px 4px #0000000d;border-radius:3px;height:28px;font-weight:400;cursor:pointer}.tag-integration--disabled{pointer-events:none;filter:gray;-webkit-filter:grayscale(100%);opacity:.7}.tag-integration svg{min-height:16px;max-height:16px;min-width:16px;max-width:16px;margin-right:5px}.tag-integration--true{background:#effff3}.tag-integration--true svg{stroke:#00b031}.tag-integration--false{background:#fff4f7}.tag-integration--false svg{stroke:#f06d8d}.tag-integration--error{background:#fff;color:#f06d8d}.tag-integration--error svg{stroke:#9aa0b9}.tag-integration--none{background:#fff;color:#9aa0b9;box-shadow:none;cursor:default;pointer-events:none}.tag-integration--rejected{background:#fff;color:#f06d8d;box-shadow:none}.tag-integration--pre-approved{background:#fff;color:#6b81dd;box-shadow:none}.tag-integration--pending{background:#fff}.tag-integration--pending svg{stroke:#9aa0b9}.tag-integration--exported{background:#fff;box-shadow:none;color:#9aa0b9}.tag-integration--sent{background:#fff;color:#ffa557}.tag-integration--sent svg{stroke:#9aa0b9}.link-to-details{white-space:nowrap;display:flex;align-items:center;justify-content:flex-start}.link-to-details svg{max-width:16px;min-width:16px;max-height:16px;min-height:16px}.link-to-details__row{display:flex;align-items:center}.link-to-details__identifier-box{display:flex;flex-direction:column;align-items:flex-start}.link-to-details__identifier{font-size:13px;font-weight:400;color:#9aa0b9}.required_asterisk{color:red;margin-left:3px;font-weight:500;font-size:12px}.status{white-space:nowrap}.status--active,.status--approved,.status--fundsApproved,.status--senttocustomer{background-color:#e4f3e8;color:#009329;border:1px solid #e4f3e8}.status--active .tag__label,.status--approved .tag__label,.status--fundsApproved .tag__label,.status--senttocustomer .tag__label{color:#009329}.status--restored,.status--offerSelected,.status--review,.status--review.status--merchant,.status--pending.status--user,.status--pending.status--contact,.status--reviewByLender,.status--reviewByLenderStipulations,.status--documentUploadPending,.status--hardReview{background-color:#ffedc8;color:#f59a2f;border:1px solid #ffedc8}.status--restored .tag__label,.status--offerSelected .tag__label,.status--review .tag__label,.status--review.status--merchant .tag__label,.status--pending.status--user .tag__label,.status--pending.status--contact .tag__label,.status--reviewByLender .tag__label,.status--reviewByLenderStipulations .tag__label,.status--documentUploadPending .tag__label,.status--hardReview .tag__label{color:#f59a2f}.status--pause,.status--paused,.status--blocked,.status--review.status--location{background-color:#fbf4e2;color:#f59a2f;border:1px solid #fbf4e2}.status--pause .tag__label,.status--paused .tag__label,.status--blocked .tag__label,.status--review.status--location .tag__label{color:#f59a2f}.status--new,.status--preapproved{color:#6b81dd;background-color:#e2e6f8;border:1px solid #e2e6f8}.status--new .tag__label,.status--preapproved .tag__label{color:#6b81dd}.status--no-bg{background-color:transparent!important;border:none!important}.status--noHitByScoreAgency,.status--declined,.status--declinedByCustomer,.status--blocked.status--user{background-color:#f06d8d;color:#fff;border:1px solid #f06d8d}.status--noHitByScoreAgency .tag__label,.status--declined .tag__label,.status--declinedByCustomer .tag__label,.status--blocked.status--user .tag__label{color:#fff}.status--blocked.status--contact{background-color:#fce2e8;color:#b9002c;border:1px solid #fce2e8}.status--offersRejected,.status--lenderSkipped,.status--customerRejectLender,.status--canceledByMerchantUser,.status--canceledByLender,.status--canceled,.status--allOffersOrLendersWereRejectedByCustomer,.status--allOffersWereRejectedByCustomer{border:1px solid #f06d8d;color:#f06d8d;background-color:#fff}.status--offersRejected .tag__label,.status--lenderSkipped .tag__label,.status--customerRejectLender .tag__label,.status--canceledByMerchantUser .tag__label,.status--canceledByLender .tag__label,.status--canceled .tag__label,.status--allOffersOrLendersWereRejectedByCustomer .tag__label,.status--allOffersWereRejectedByCustomer .tag__label{color:#f06d8d}.status--primary{background-color:#ffa557;border:1px solid #ffa557}.status--primary,.status--primary .tag__label{color:#fff}.status--fundsReleased,.status--partiallyFunded,.status--created,.status--customerFunded{background-color:#78c58d;color:#fff;border:1px solid #78c58d}.status--fundsReleased .tag__label,.status--partiallyFunded .tag__label,.status--created .tag__label,.status--customerFunded .tag__label{color:#fff}.status--updated{color:#78c58d;border:1px solid #78c58d}.status--fundsRequestedPending,.status--fundsRequestedRejected,.status--fundsRequestedConfirmed,.status--fundsRequestedCompleted,.status--changeOrderConfirmed,.status--changeOrderPending,.status--changeOrderManualCompleted,.status--changeOrderCompleted,.status--changeOrderDeclined,.status--changeOrderError,.status--changeOrderRejected{background:#f59a2f;border:1px solid #f59a2f;color:#fff}.status--fundsRequestedPending .tag__label,.status--fundsRequestedRejected .tag__label,.status--fundsRequestedConfirmed .tag__label,.status--fundsRequestedCompleted .tag__label,.status--changeOrderConfirmed .tag__label,.status--changeOrderPending .tag__label,.status--changeOrderManualCompleted .tag__label,.status--changeOrderCompleted .tag__label,.status--changeOrderDeclined .tag__label,.status--changeOrderError .tag__label,.status--changeOrderRejected .tag__label{color:#fff}.status--partialRefund,.status--fullRefund,.status--refundRequestedFull,.status--refundRequestedPartial{border:1px solid #f59a2f;color:#f59a2f;background-color:#fff}.status--partialRefund .tag__label,.status--fullRefund .tag__label,.status--refundRequestedFull .tag__label,.status--refundRequestedPartial .tag__label{color:#f59a2f}.status--callback{background-color:#855aff;color:#fff;border:1px solid #855aff}.status--noticeToProceed,.status--contractSigned,.status--contractsigned{background-color:#e8e2fc;color:#533dd0;border:1px solid #e8e2fc}.status--noticeToProceed .tag__label,.status--contractSigned .tag__label,.status--contractsigned .tag__label{color:#533dd0}.status--preApproved,.status--preapproved{background-color:#cde1ff;color:#1f7499;border:1px solid #cde1ff}.status--preApproved .tag__label,.status--preapproved .tag__label{color:#1f7499}.status--expired,.status--error{color:#fff;background-color:#9aa0b9}.status--expired .tag__label,.status--error .tag__label{color:#fff}.status--archived\/deleted,.status--notPreApproved{background-color:#fbebef;color:#fa2e69;border:1px solid #fbebef}.status--archived\/deleted .tag__label,.status--notPreApproved .tag__label{color:#fa2e69}.status--paused{background-color:#fce2e8;border:1px solid #fce2e8}.status--paused,.status--paused.status--partners .tag__label,.status--paused.status--merchant .tag__label,.status--paused.status--lender .tag__label,.status--blocked.status--contact .tag__label,.status--paused.status--lender-merchant-paused .tag__label{color:#b9002c}.status--promo{color:#fff;background:#ffa557}.status--stopped{color:#fff;background:#f06d8d;border:1px solid #f06d8d}.status--draft,.status--proposalSent{color:#757f8c;background:#ebeff2;border:1px solid #ebeff2}.status--draft.status--offers-stacks{background:#9aa0b9;border:1px solid #9aa0b9;color:#fff}.status--inactive{background:#ebeff2;border:1px solid #e8ecef}.status--signUpNotComplete{background:#9aa0b9;border:1px solid #9aa0b9;color:#fff}.status--stopped.status--partners .tag__label,.status--signUpNotComplete.status--merchant .tag__label,.status--signUpNotComplete.status--lender-merchant .tag__label{color:#fff}.status--archived,.status--emailSent,.status--importantMessage{background:#e8ecef;color:#1e1e2d}.status--actionRequired{background:#ffe973;color:#000}.status--A1{background-color:#78c58d;color:#fff;border:1px solid #78c58d}.status--A2{background-color:#e4f3e8;color:#00b031;border:1px solid #e4f3e8}.status--A3{background-color:#ffedc8;color:#f59a2f;border:1px solid #ffedc8}.status--A4{background-color:#f59a2f;color:#fff;border:1px solid #f59a2f}.status--D5{background-color:#f06d8d;color:#fff;border:1px solid #f06d8d}.status--offer-code{color:#9aa0b9;border-radius:16px;border:1px solid #9aa0b9;margin-left:8px}.mark_status,.mark_with-descriptions{font-size:8px;font-style:normal;font-weight:400;line-height:12px;color:#9aa0b9;margin-bottom:4px}.textarea__textarea{font-size:13px;font-weight:300}.textarea__error .textarea__textarea{border-color:#f06d8d}.input::placeholder{color:#a6acb1}.file-loader{font-family:Roboto,sans-serif}.file-loader__error{border-color:#f06d8d}.file-loader__icon-block svg{transform:rotate(180deg)}.radio-input_disabled,.read-only{pointer-events:none}.read-only .delete-icon,.read-only .widget-pseudo-table__cell-actions{display:none!important}.sticky-buttons-bar{position:-webkit-sticky!important;position:sticky!important;bottom:0;background-color:#f7fafc;z-index:100}.sticky-buttons-bar .button{z-index:10}.sticky-buttons-bar:before{border-top:1px solid #e2e5ec;background-color:#f7fafc!important;height:77px!important;bottom:0!important;margin-bottom:-32px}.modal-archive-element{min-height:164px}.dropdown-live-search__trigger.placeholder{color:#9aa0b9;font-size:13px;font-style:normal;font-weight:300;line-height:20px;opacity:1}.dropdown-live-search__input{padding-left:12px}.dropdown-live-search__input::placeholder{color:#9aa0b9;font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px;opacity:1}.dropdown-live-search__arrow{right:8px}.Toastify__close-button{height:16px;min-height:16px;width:16px;min-width:16px}.filter-collapse-btn{color:#6b81dd;cursor:pointer}.filter-collapse-btn-wrapper{position:relative}.filter-collapse-btn-wrapper .filters-count{display:none}.date-range-input .date-picker__date-row{width:auto!important;display:flex;height:28px}.date-range-input .date-picker__date-input{height:28px;min-height:0;box-sizing:border-box;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.date-range-input .date-picker__date-input-emulation{border:1px solid #e2e5ec;border:1px solid var(--border-color);width:100px;padding:0 10px!important}.date-range-input .date-picker__hour-select-input{height:28px}.date-range-input .date-picker__hour-select-input .dropdown__trigger{max-height:100%}.date-range-input .date-picker__hour-select-input button{min-height:0!important;max-height:28px!important}.date-range-input .date-picker__hour-select-input span.text{min-width:50px}.nav-line__body{background-color:transparent!important;background-color:initial!important}a:hover{color:#435cc6!important}.tags-dropdown .input__wrap{max-height:24px}.tags-dropdown__trigger{padding-left:4px}.tags-dropdown__arrow{right:8px}.tags-dropdown__arrow svg{color:#9aa0b9}.tags-dropdown__input,.tags-dropdown input{padding-left:8px!important}.tags-dropdown__input::placeholder,.tags-dropdown input::placeholder{color:#9aa0b9;font-family:Roboto;font-size:13px;font-style:normal;font-weight:300;line-height:20px}.tags-dropdown__no-options{font-family:Roboto,sans-serif;font-size:13px;box-sizing:border-box;padding-left:8px}.modal-mobile-container .modal{margin-left:0;margin-right:0}.modal-mobile-container .date-picker-modal .modal__header{border-radius:4px 4px 0 0;background:#6b81dd;background:var(--Main-Action, #6b81dd)}.modal-mobile-container .date-picker-modal .modal__header .modal__header-title{color:#fff;color:var(--Main-White, #fff);font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.modal-mobile-container .date-picker-modal .modal__body .opened-part__date-picker{width:100%}.modal-mobile-container .date-picker-modal .modal__body .opened-part__date-picker .date-picker__date-input-emulation{color:#1e1e2d;color:var(--Text-Main, #1e1e2d);font-size:13px;font-style:normal;font-weight:300;line-height:20px;height:28px;min-height:0;border:1px solid #e2e5ec;padding:0 8px!important}.modal-mobile-container .date-picker-modal .modal__body .dropdown-mobile,.modal-mobile-container .date-picker-modal .modal__body .date-picker__hour-select-input{max-height:28px}.modal-mobile-container .date-picker-modal .modal__body .dropdown-mobile .text,.modal-mobile-container .date-picker-modal .modal__body .date-picker__hour-select-input .text{padding:0}.modal-mobile-container .date-picker-modal .modal__body .dropdown-mobile button.dropdown__trigger,.modal-mobile-container .date-picker-modal .modal__body .date-picker__hour-select-input button.dropdown__trigger{box-sizing:border-box;min-height:0!important;height:28px;max-height:28px;padding:0 8px}.modal-mobile-container .date-picker-modal .modal__body .dropdown-mobile button.dropdown__trigger .dropdown__arrow,.modal-mobile-container .date-picker-modal .modal__body .date-picker__hour-select-input button.dropdown__trigger .dropdown__arrow{right:2px!important}.modal-mobile-container .date-picker-modal .modal__body .date-picker__calendar{width:100%}.modal-mobile-container .date-picker-modal .modal__body .date-picker__calendar .range-calendar-header{display:flex;align-items:center}.modal-mobile-container .date-picker-modal .modal__body .date-picker__calendar .range-calendar-header svg{position:relative;top:-3px}.modal-mobile-container .date-picker-modal .modal__body .date-picker__calendars .range-calendar__day--range-start,.modal-mobile-container .date-picker-modal .modal__body .date-picker__calendars .range-calendar__day--range-end{box-sizing:border-box;color:#f8fbff;border:1px solid #6b81dd;border-radius:4px;border-radius:var(--border-radius);background:#6b81dd}.modal-mobile-container .date-picker-modal .modal__body .date-picker__calendars .range-calendar__day--range-inside{background:#eaf2ff}.modal-mobile-container .date-picker-modal .modal__footer .button.button_dark-outline,.modal-mobile-container .date-picker-modal .modal__footer .button.button_primary{padding:4px 10px;border-radius:2px;height:auto;box-shadow:0 0 2px #00000026,0 4px 4px #0000000d}.dropdown-mobile .dropdown__list-wrapper{border-radius:4px!important;border:none}.dropdown-mobile .dropdown__list-wrapper .dropdown__list-label{color:#6b81dd;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.dropdown-mobile .dropdown__list-wrapper .dropdown__list-close-icon svg{color:#1e1e2d}.dropdown-mobile .dropdown__arrow{display:flex;align-items:center;justify-content:center;right:8px!important}.dropdown-mobile .dropdown__arrow svg.mobile-icon{top:auto!important;right:auto!important;width:12px;height:12px;min-width:12px;min-height:12px}.double-string__value-postfix{font-size:12px;font-weight:400;line-height:18px;color:#9aa0b9;margin-left:2px}.text--crossed-out{-webkit-text-decoration:line-through;text-decoration:line-through}@media (min-width: 576px){.container{max-width:540px}.row-sm{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row-sm.no-gutters{margin-right:0;margin-left:0}.row-sm.no-gutters .col-sm,.row-sm.no-gutters [class*=col-sm]{padding-left:0;padding-right:0}.col-sm,[class*=col-sm]{box-sizing:border-box;max-width:100%}.col-sm{flex-basis:0;flex-grow:1}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-12{flex-basis:100%}.col-sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-9{margin-left:75%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-6{margin-left:50%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-3{margin-left:25%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-1{margin-left:8.3333333333%}.order-sm-first{order:-1}.order-sm-last{order:9999}}@media (min-width: 768px){.container{max-width:720px}.row-md{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row-md.no-gutters{margin-right:0;margin-left:0}.row-md.no-gutters .col-md,.row-md.no-gutters [class*=col-md]{padding-left:0;padding-right:0}.col-md,[class*=col-md]{box-sizing:border-box;max-width:100%}.col-md{flex-basis:0;flex-grow:1}.col-md-auto{flex:0 0 auto;width:auto}.col-md-12{flex-basis:100%}.col-md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.offset-md-11{margin-left:91.6666666667%}.offset-md-10{margin-left:83.3333333333%}.offset-md-9{margin-left:75%}.offset-md-8{margin-left:66.6666666667%}.offset-md-7{margin-left:58.3333333333%}.offset-md-6{margin-left:50%}.offset-md-5{margin-left:41.6666666667%}.offset-md-4{margin-left:33.3333333333%}.offset-md-3{margin-left:25%}.offset-md-2{margin-left:16.6666666667%}.offset-md-1{margin-left:8.3333333333%}.order-md-first{order:-1}.order-md-last{order:9999}.dropdown__list{max-height:200px!important}}@media screen and (max-width: 768px){.filter-collapse-btn-wrapper{display:flex;position:relative}.filter-collapse-btn-wrapper .filters-count{display:block;position:absolute;background-color:#f06d8d;color:#fff;color:var(--white, #fff);text-align:center;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:1.5;letter-spacing:.1px;padding:2px 4px;transform:translate(50%,-50%);border-radius:50%;width:19px;height:19px;box-sizing:border-box}}@media (max-width: 767px){.page-container{padding-left:66px!important}aside{left:0;position:absolute}.dropdown-live-search-mobile .dropdown-live-search__list{padding-top:8px!important}.tags-dropdown-mobile .tags-dropdown__arrow{top:calc(50% - 8px)!important}}:where(html){line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}:where(h1){font-size:2em;margin-bottom:.67em;margin-top:.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-bottom:0;margin-top:0}:where(hr){box-sizing:content-box;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input[type=button i]){-webkit-appearance:button}:where(button,input[type=reset i]){-webkit-appearance:button}:where(button,input[type=submit i]){-webkit-appearance:button}:where(progress){vertical-align:baseline}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input[type=button i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=color i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=reset i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=submit i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=button i])::-moz-focusring{outline:1px dotted ButtonText}:where(button,input[type=color i])::-moz-focusring{outline:1px dotted ButtonText}:where(button,input[type=reset i])::-moz-focusring{outline:1px dotted ButtonText}:where(button,input[type=submit i])::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local("Roboto Thin"),local("Roboto-Thin"),url(/assets/roboto-v20-latin_cyrillic-100-BQBBsRWH.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-100-CuM_Lu0a.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(/assets/roboto-v20-latin_cyrillic-100italic-Bbp00T3K.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-100italic-DLNwK56Y.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local("Roboto Light"),local("Roboto-Light"),url(/assets/roboto-v20-latin_cyrillic-300-BxhWy8Fw.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-300-BU4NLvAn.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url(/assets/roboto-v20-latin_cyrillic-300italic-BqFN4GcP.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-300italic-T-MR0B76.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(/assets/roboto-v20-latin_cyrillic-regular-4KmwtPU4.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-regular-C7Jqwo_M.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local("Roboto Italic"),local("Roboto-Italic"),url(/assets/roboto-v20-latin_cyrillic-italic-BNMwxLtF.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-italic-C48vlxxv.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(/assets/roboto-v20-latin_cyrillic-500-BbGSvSgd.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-500-BsrhTNeH.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(/assets/roboto-v20-latin_cyrillic-500italic-CPIbXzh8.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-500italic-B-kZhW_m.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url(/assets/roboto-v20-latin_cyrillic-700-CP5ZINhl.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-700-DKAZFU91.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(/assets/roboto-v20-latin_cyrillic-700italic-H8K83qy-.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-700italic-CrpZZt9k.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local("Roboto Black"),local("Roboto-Black"),url(/assets/roboto-v20-latin_cyrillic-900-BBdBwyUp.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-900-1DEbOCpf.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(/assets/roboto-v20-latin_cyrillic-900italic-lRwYRAju.woff2) format("woff2"),url(/assets/roboto-v20-latin_cyrillic-900italic-DenjA_z3.woff) format("woff")}[class^=container]{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row.no-gutters{margin-right:0;margin-left:0}.row.no-gutters .col,.row.no-gutters [class*=col-]{padding-left:0;padding-right:0}.col,[class*=col-]{box-sizing:border-box;max-width:100%;padding-left:15px;padding-right:15px}.col{flex-basis:0;flex-grow:1}.col-auto{flex:0 0 auto;width:auto}.col-12{flex-basis:100%}.col-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-9{flex-basis:75%;max-width:75%}.col-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-6{flex-basis:50%;max-width:50%}.col-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-3{flex-basis:25%;max-width:25%}.col-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.offset-11{margin-left:91.6666666667%}.offset-10{margin-left:83.3333333333%}.offset-9{margin-left:75%}.offset-8{margin-left:66.6666666667%}.offset-7{margin-left:58.3333333333%}.offset-6{margin-left:50%}.offset-5{margin-left:41.6666666667%}.offset-4{margin-left:33.3333333333%}.offset-3{margin-left:25%}.offset-2{margin-left:16.6666666667%}.offset-1{margin-left:8.3333333333%}.order-first{order:-1}.order-last{order:9999}body{margin:0;overflow:hidden}.rel{position:relative}.container{box-sizing:border-box}.container.box{padding-left:30px;padding-right:30px}.container.tiles.box,.container.tiles>.row>.col,.container.tiles>.row>[class*=col-]{padding-top:15px;padding-bottom:15px}.container .col.tile,.container [class*=col-].tile{margin:0;padding-top:15px;padding-bottom:15px}.container.sm{padding-left:15px;padding-right:15px}.container.sm .row{margin-left:-7.5px;margin-right:-7.5px}.container.sm .row .col,.container.sm .row [class*=col-]{padding-left:7.5px;padding-right:7.5px}.container.sm.tiles,.container.sm.tiles>.row>.col,.container.sm.tiles>.row>[class*=col-],.container.sm .col.tile,.container.sm [class*=col-].tile{padding-top:7.5px;padding-bottom:7.5px}.container.no-padding,.container.zero{padding:0}.container .col.no-tile,.container .no-tile{padding-top:0!important;padding-bottom:0!important}.col-5pct,.col-20items{flex-basis:5%;max-width:5%}.col-10pct,.col-10items{flex-basis:10%;max-width:10%}.col-20pct,.col-5items{flex-basis:20%;max-width:20%}.col-8items{flex-basis:12.5%;max-width:12.5%}.display{height:100vh;width:100vw}.wrap{flex-wrap:wrap}.wrap,.df{display:flex}.dfc,.dfc-jc{display:flex;flex-direction:column}.dfc-jc{justify-content:center}.j7{justify-content:flex-start}.j7,.j8{display:flex;align-items:flex-start}.j8{justify-content:center}.j9{justify-content:flex-end}.j9,.j79{display:flex;align-items:flex-start}.j79{justify-content:space-between}.j789{display:flex;justify-content:space-around;align-items:flex-start}.j4{justify-content:flex-start}.j4,.j6{display:flex;align-items:center}.j6{justify-content:flex-end}.j46{justify-content:space-between}.j46,.j456{display:flex;align-items:center}.j456{justify-content:space-around}.j5{display:flex;justify-content:center;align-items:center}.j1{align-items:flex-end}.j1,.j11{display:flex;justify-content:flex-start}.j11{align-items:baseline}.j2{justify-content:center}.j2,.j3{display:flex;align-items:flex-end}.j3{justify-content:flex-end}.j13{justify-content:space-between}.j13,.j123{display:flex;align-items:flex-end}.j123{justify-content:space-around}.m0{margin:0}.mt0{margin-top:0}.mr0{margin-right:0}.mb0{margin-bottom:0}.ml0{margin-left:0}.m2{margin:2px}.mt2{margin-top:2px}.mr2{margin-right:2px}.mb2{margin-bottom:2px}.ml2{margin-left:2px}.m3{margin:3px}.mt3{margin-top:3px}.mr3{margin-right:3px}.mb3{margin-bottom:3px}.ml3{margin-left:3px}.m5{margin:5px}.mt5{margin-top:5px}.mr5{margin-right:5px}.mb5{margin-bottom:5px}.ml5{margin-left:5px}.mt8{margin-top:8px}.ml8{margin-left:8px}.mr8{margin-right:8px}.mb8{margin-bottom:8px}.mtb8{margin:8px 0}.mtb10{margin:10px 0}.m10{margin:10px}.mt10{margin-top:10px}.mr10{margin-right:10px}.mb10{margin-bottom:10px}.ml10{margin-left:10px}.m15{margin:15px}.mt15{margin-top:15px}.mr15{margin-right:15px}.mb15{margin-bottom:15px}.ml15{margin-left:15px}.mt16{margin-top:16px}.m20{margin:20px}.mt20{margin-top:20px}.mr20{margin-right:20px}.mb20{margin-bottom:20px}.ml20{margin-left:20px}.mtb20{margin-top:20px;margin-bottom:20px}.mb24{margin-bottom:24px}.m25{margin:25px}.mt25{margin-top:25px!important}.mr25{margin-right:25px}.mb25{margin-bottom:25px}.ml25{margin-left:25px}.m30{margin:30px}.mt30{margin-top:30px}.mr30{margin-right:30px}.mb30{margin-bottom:30px}.ml30{margin-left:30px}.ml-auto{margin-left:auto}.mr-auto,.mx-auto{margin-right:auto}.mx-auto{margin-left:auto}.my-auto{margin:auto}.p0{padding:0}.pt0{padding-top:0}.pr0{padding-right:0}.pb0{padding-bottom:0}.pl0{padding-left:0}.p4{padding:4px}.p5{padding:5px}.pt5{padding-top:5px}.pr5{padding-right:5px}.pb5{padding-bottom:5px}.pl5{padding-left:5px}.ptb6{padding-top:6px;padding-bottom:6px}.pt7{padding-top:7px}.plr10{padding-left:10px!important;padding-right:10px!important}.plr15{padding-left:15px!important;padding-right:15px!important}.plr20{padding-left:20px!important;padding-right:20px!important}.plr30{padding-left:30px!important;padding-right:30px!important}.plr75{padding-left:7.5px;padding-right:7.5px}.pl9{padding-left:9px}.p10{padding:10px}.pt10{padding-top:10px}.pr10{padding-right:10px}.pb10{padding-bottom:10px}.pl10{padding-left:10px}.p15{padding:15px}.pt15{padding-top:15px}.pr15{padding-right:15px}.pb15{padding-bottom:15px}.pl15,.plr15{padding-left:15px}.plr15{padding-right:15px}.plr16{padding-left:16px;padding-right:16px}.p25{padding:25px}.pt25{padding-top:25px}.pr25{padding-right:25px}.pb25{padding-bottom:25px}.pl25{padding-left:25px}.p30{padding:30px}.pt30{padding-top:30px}.pr30{padding-right:30px}.pb30{padding-bottom:30px}.pl30{padding-left:30px}.pb50{padding-bottom:50px}.gap8{gap:8px}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;cursor:pointer}.btn:hover{filter:brightness(1.1)}.btn-primary{background-color:#707000;border-color:#707000;color:#fff;transform:none!important}.btn-primary:active{background-color:#6e85a2!important;border-color:#738dae!important}.btn-default{background-color:transparent}.btn-outline-primary{color:#3f4d67;border-color:#3f4d67;transform:none!important}.btn-outline-primary:active{background-color:#6e85a2!important;border-color:#738dae!important}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-link{font-weight:400;color:#007bff;-webkit-text-decoration:none;text-decoration:none}.border{border:1px solid #E2E5EC!important}.border-top{border-top:1px solid #E2E5EC!important}.border-top-none{border-top:none!important}.border-bottom{border-bottom:1px solid #E2E5EC!important}.border-bottom-none{border-bottom:none!important}.border-left-none{border-left:none}.normal{font-weight:400}.bold{font-weight:500}.strong{font-weight:700}.text-align-right{text-align:right}.text-decoration-none{-webkit-text-decoration:none;text-decoration:none}.form-group{margin-bottom:0;display:flex;flex-direction:column;justify-content:space-between}.form-group .form-control{margin:10px;padding:5px;min-height:30px;width:100%;border-radius:5px}.form-control--toggler{border:none;padding-left:0;padding-right:0;height:auto;background-color:inherit!important}.input-toggler-box{display:flex;align-items:flex-start;margin-bottom:0;margin-top:5px}.input-toggler{cursor:pointer;font-size:20px;line-height:22px;margin-right:10px;color:#999}.input-toggler.ftl-toggle-on{color:#007a1d}.input-box{display:flex;margin-top:10px;margin-bottom:10px}.input-box .input{padding:5px;min-height:40px;width:100%;border-radius:4px;border:1px solid;box-sizing:border-box}.input-box .input:focus{outline:none;border-color:#00b7ff!important}.inputError{color:red}.no-wrap,.text-nowrap{white-space:nowrap}.flex-nowrap{display:flex;flex-wrap:nowrap}.no-user-select{-webkit-user-select:none;user-select:none}.fieldError{font-size:12px;color:red}.avatar{max-width:50px;max-height:50px;border-radius:25px;margin-right:10px}svg{max-width:100%;max-height:100%}.inactive{pointer-events:none;opacity:.3}.hidden{display:none!important}.invisible{opacity:0}.w100{width:100%!important}.w75{width:75%}.w50{width:50%}.w33{width:33.3333%}.w25{width:25%}.min-h500{min-height:500px}.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;cursor:default;opacity:.6}.noBackground{background:none}.no-shadow{box-shadow:none}.no-events{pointer-events:none}.relative{position:relative}.scrollable-table-box{width:100%;overflow-x:auto;overflow-y:visible;font-size:12px}.table{display:table;margin:0;font-size:12px}.table--inline{display:inline-table}.table__row{width:100%;display:table-row}.table__row:not(:first-child) .table__cell{border-top:1px solid #E2E5EC}.table__row:not(:first-child) .table__cell_min-height{min-height:15px}.table__cell{display:table-cell;vertical-align:middle;padding:14px 15px;background-color:#fff;font-size:13px;font-weight:300}.table__cell:first-child{padding-left:15px}.table__cell:last-child{padding-right:15px;text-align:right}.table__cell--th{font-weight:700;font-size:12px}.table--bordered .table__cell{border-left:1px solid #E2E5EC}.table--bordered .table__cell:last-child{border-right:1px solid #E2E5EC}.thead-decorate .table__row:first-child{background-color:#ebeff2;height:42px}.cell-align_top .listItems-table__cell{vertical-align:top;padding-top:6px;padding-bottom:6px}.cell-align_middle .listItems-table__cell{vertical-align:middle}.bg--white{background:#fff}.bg--success{background-color:#007a1d}.bg--error{background-color:#8d0a00}.bg--warn{background-color:#ffb74d}.bg--cherokee{background-color:#fbdd9e}.bg--yellow{background-color:#ff0}.bg--pause,.bg--disabled{background-color:#999}.bg--sky{background-color:#2196f3}.bg--sky-deep{background-color:#006ff3}.bg--sky-light,.bg--sky-gentle{background-color:#ecf8ff}.bg--purple{background-color:#3949ab}.bg--sea{background-color:#00bcd4}.bg--light-pinky{background-color:#f9f2f4}.bg--color--panache{background-color:#e4f3e8}.bg--lavr{background-color:#e9f3f5}.bg--creme{background-color:#fdfdf6}.bg--warning{background-color:#ff8a65}.bg--slate{background-color:#78909c}.bg--gray-gentel{background-color:#f8f8fa}.bg--froly{background-color:#f06d8d}.bg--sandy-beach{background-color:#ffedc8}.bg--wisp-pinky{background-color:#fce2e8}.border--success{border-color:#007a1d}.border--sky{border-color:#2196f3}.border--danger{border-color:#8d0a00}.border--gray-dark{border-color:#333}.color--white{color:#fff}.color--primary{color:#6b81dd}.color--froly{color:#f06d8d}.color--text{color:#1e1e2d}.color--gray-gull{color:#9aa0b9}.color--dark{color:#000}.color--sea-buckthorn{color:#f59a2f}.color--success{color:#007a1d}.color--de-york{color:#78c58d}.color--green-dark{color:#00695c}.color--green-haze{color:#00b031}.color--error{color:#8d0a00}.color--light-red{color:#cf0e00}.color--danger{color:#8d0a00}.color--warning{color:#ff8a65}.color--warn{color:#ffb74d}.color--pause,.color--disabled{color:#999}.color--sky{color:#2196f3}.color--sky-deep{color:#006ff3}.color--sky-light{color:#ecf8ff}.color--purple{color:#3949ab}.color--sea{color:#00bcd4}.color--light-pinky{color:#f9f2f4}.color--eggplant{color:#6a1ba7}.color--gray-dark{color:#333}.color--brown{color:#6d4c41}.color--gray-gentel{color:#f8f8fa}.color--skype{color:#33c5f1}.color--fb{color:#4489ca}.color--viber{color:#af55a3}.color--icq{color:#24b802}.color--aim{color:#d04c2d}.i-color--skype{color:#33c5f1!important}.i-color--fb{color:#4489ca!important}.i-color--viber{color:#af55a3!important}.i-color--icq{color:#24b802!important}.i-color--aim{color:#d04c2d!important}.pointer{cursor:pointer}.text-center{text-align:center}.text-center .table__title-item{display:flex;justify-content:center}.text-left{text-align:left}.text-left .table__title-item{display:flex;justify-content:left}.text-right{text-align:right!important}.text-right .table__title-item{display:flex;justify-content:right}td.text-right *{text-align:right!important;justify-content:right}.text-uppercase{text-transform:uppercase}.status--SHL{background-color:#3b414b;color:#fff}.status--TITAN{background-color:#0286c4;color:#fff}.status--dtc{border:1px solid #9aa0b9;color:#9aa0b9;min-width:30px}.partner-status-place{display:inline-flex}.button_secondary{color:#1e1e2d;background:#ebeff2;border-color:#ebeff2}@media (min-width: 576px){.container{max-width:540px}.row-sm{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row-sm.no-gutters{margin-right:0;margin-left:0}.row-sm.no-gutters .col-sm,.row-sm.no-gutters [class*=col-sm]{padding-left:0;padding-right:0}.col-sm,[class*=col-sm]{box-sizing:border-box;max-width:100%}.col-sm{flex-basis:0;flex-grow:1}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-12{flex-basis:100%}.col-sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-9{margin-left:75%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-6{margin-left:50%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-3{margin-left:25%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-1{margin-left:8.3333333333%}.order-sm-first{order:-1}.order-sm-last{order:9999}.filter-collapse-btn{display:none}}@media (min-width: 768px){.container{max-width:720px}.row-md{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row-md.no-gutters{margin-right:0;margin-left:0}.row-md.no-gutters .col-md,.row-md.no-gutters [class*=col-md]{padding-left:0;padding-right:0}.col-md,[class*=col-md]{box-sizing:border-box;max-width:100%}.col-md{flex-basis:0;flex-grow:1}.col-md-auto{flex:0 0 auto;width:auto}.col-md-12{flex-basis:100%}.col-md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.offset-md-11{margin-left:91.6666666667%}.offset-md-10{margin-left:83.3333333333%}.offset-md-9{margin-left:75%}.offset-md-8{margin-left:66.6666666667%}.offset-md-7{margin-left:58.3333333333%}.offset-md-6{margin-left:50%}.offset-md-5{margin-left:41.6666666667%}.offset-md-4{margin-left:33.3333333333%}.offset-md-3{margin-left:25%}.offset-md-2{margin-left:16.6666666667%}.offset-md-1{margin-left:8.3333333333%}.order-md-first{order:-1}.order-md-last{order:9999}}@media (min-width: 992px){.container{max-width:960px}.row-lg{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row-lg.no-gutters{margin-right:0;margin-left:0}.row-lg.no-gutters .col-lg,.row-lg.no-gutters [class*=col-lg]{padding-left:0;padding-right:0}.col-lg,[class*=col-lg]{box-sizing:border-box;max-width:100%}.col-lg{flex-basis:0;flex-grow:1}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-12{flex-basis:100%}.col-lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-9{margin-left:75%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-6{margin-left:50%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-3{margin-left:25%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-1{margin-left:8.3333333333%}.order-lg-first{order:-1}.order-lg-last{order:9999}}@media (min-width: 1280px){.container{max-width:1220px}.row-xl{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row-xl.no-gutters{margin-right:0;margin-left:0}.row-xl.no-gutters .col-xl,.row-xl.no-gutters [class*=col-xl]{padding-left:0;padding-right:0}.col-xl,[class*=col-xl]{box-sizing:border-box;max-width:100%}.col-xl{flex-basis:0;flex-grow:1}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-12{flex-basis:100%}.col-xl-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-xl-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-xl-9{flex-basis:75%;max-width:75%}.col-xl-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-xl-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-xl-6{flex-basis:50%;max-width:50%}.col-xl-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-xl-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-xl-3{flex-basis:25%;max-width:25%}.col-xl-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-xl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-9{margin-left:75%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-6{margin-left:50%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-3{margin-left:25%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-1{margin-left:8.3333333333%}.order-xl-first{order:-1}.order-xl-last{order:9999}}@media (min-width: 1440px){.container{max-width:1440px}.row-xxl{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row-xxl.no-gutters{margin-right:0;margin-left:0}.row-xxl.no-gutters .col-xxl,.row-xxl.no-gutters [class*=col-xxl]{padding-left:0;padding-right:0}.col-xxl,[class*=col-xxl]{box-sizing:border-box;max-width:100%}.col-xxl{flex-basis:0;flex-grow:1}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-12{flex-basis:100%}.col-xxl-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-xxl-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-xxl-9{flex-basis:75%;max-width:75%}.col-xxl-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-xxl-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-xxl-6{flex-basis:50%;max-width:50%}.col-xxl-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-xxl-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-xxl-3{flex-basis:25%;max-width:25%}.col-xxl-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-xxl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-9{margin-left:75%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-6{margin-left:50%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-3{margin-left:25%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-1{margin-left:8.3333333333%}.order-xxl-first{order:-1}.order-xxl-last{order:9999}}@media (max-width: 575px){.page-container__lenderPingTree .add-new-item-btn,.page-container__users .add-new-item-btn,.page-container__roles .add-new-item-btn{padding-left:3px;padding-right:3px;margin-right:0}.page-container{padding:24px 16px}.page-container__partner .page-title--button{margin-top:0;margin-left:5px}.page-container__partner .page-title{flex-direction:column;align-items:flex-start}.page-container__partner .page-title__wrap{margin-bottom:10px}.add-new-item-btn{margin-left:0!important;margin-top:0!important}.add-new-item-btn .button__text{display:none}.add-new-item-btn .page-title--button{margin-top:0;padding-left:3px;padding-right:3px}.nav-line__body{padding-left:0;padding-right:0;display:block;margin-left:0;margin-right:0}.nav-line--simple__inner{flex-direction:column;align-items:flex-start}.nav-line--simple__inner .nav-line--simple__item{width:100%;box-sizing:border-box}.page-container__partner{overflow-x:hidden}.page-container__partner .sticky-buttons-bar{bottom:-88px}.page-title--button:first-child{margin-left:0}}
