@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;src:url(/assets/PlusJakartaSans-VariableFont_wght-D_DSbd_K.ttf) format("truetype")}:root{--color-ui-bg: #F8F9FA;--color-text: #000000;--color-divider: #D7D7D7;--color-main-border: #E8E8E8;--color-field-border: #E8E8E8;--color-bg-field-error: #E8E8E8;--color-nav-menu-link: #151515;--color-nav-menu-hover: #E9ECEF;--color-table-header-bg: #E9ECEF;--color-table-header-text: #151515;--color-field-placeholder: #575757;--color-signature-bg: #c2c2c2;--dashboard-table-hover-bg: #d2d2d2;--license-details-bg: #e6e6e6;--license-details-border-color: #dadada}:root.dark{--color-ui-bg: #1E1E1E;--color-text: #FFFFFF;--color-divider: #333;--color-main-border: #333;--color-field-border: #363636;--color-bg-field-error: #363636;--color-nav-menu-link: #8F8F8F;--color-nav-menu-hover: #363636;--color-table-header-bg: #191919;--color-table-header-text: #8F8F8F;--color-field-placeholder: #8F8F8F;--color-signature-bg: #424242;--dashboard-table-hover-bg: #454545;--license-details-bg: #2C2C2C;--license-details-border-color: #3A3A3A}html,body{height:100vh;margin:0;padding:0;font-family:Plus Jakarta Sans,sans-serif;font-weight:400}*,*:before,*:after{box-sizing:border-box}p,h1,h2,h3,h4,h5,h6,ul{margin:0}button:not(:disabled){cursor:pointer}#root,.app-router{height:100%;width:100%}#root{background-color:var(--color-ui-bg);color:var(--color-text);font-size:14px;background-size:cover;overflow:hidden}.screen-container{width:100%;height:100%;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;position:relative}.warning-msg{min-height:16px;font-size:13px;line-height:16px}.warning-msg.color-error{color:#c83532}.infinite-scroll-centered-content{width:100%;display:inline-grid}.infinite-scroll-loader{width:100%;text-align:center;overflow:hidden;padding-top:10px}.infinite-scroll-loader .loader{width:25px;height:25px;border-width:3px}.infinite-scroll-component{height:100%!important;overflow:unset!important}.with-top-border{border-top:1px solid var(--color-divider)}.opacity-50{opacity:.5}.text-capitalize{text-transform:capitalize}.text-uppercase{text-transform:uppercase}.full-width{width:100%}.display-none{display:none}.display-block{display:block}.display-inline{display:inline-flex}.display-inline.v-centered{align-items:center}.display-inline.gap-10{gap:10px}.clickable{cursor:pointer}.link{display:inline-block;color:var(--color-text);text-decoration:none;border-bottom:1px solid transparent;border-bottom-color:transparent;transition:all .3s ease-in;background-color:transparent}.link:hover{border-bottom-color:var(--color-text)}.link--outlined{border:1px solid var(--color-divider);padding:5px 14px;border-radius:40px}.link--outlined:hover{border-color:var(--color-text)}.cols-grid{width:100%;display:inline-grid;gap:30px}.cols-grid.two{grid-template-columns:1fr 1fr}.cols-grid.three{grid-template-columns:repeat(3,1fr)}.MuiList-root{padding:0!important}.MuiList-root .MuiListItem-root{padding:3px 0;color:var(--color-text);font-size:14px;font-weight:500}.MuiList-root .MuiListItem-root .MuiListItemButton-root{padding:0!important}.MuiButtonBase-root.MuiCheckbox-root{padding:0;color:var(--color-main-border)}.MuiButtonBase-root.MuiCheckbox-root.Mui-checked{color:#8940ff}.MuiButtonBase-root.MuiCheckbox-root .MuiSvgIcon-root{width:28px;height:28px}.address-book-content{display:grid;grid-template-rows:auto 1fr;z-index:1}.address-book-content .MuiTabs-root{border-bottom:1px solid var(--color-divider);padding:0 40px}.address-book-content .MuiTabs-root .MuiButtonBase-root.MuiTab-root{line-height:16px;font-size:14px}.btn{padding:12px 18px;min-height:46px;font-size:16px;font-weight:500;border-radius:100px;display:flex;align-items:center;justify-content:center;gap:10px;border:none;position:relative;background-color:transparent;transition:background-color .3s ease-in-out}.btn .loader{width:18px;height:18px;border-width:2.5px}.btn svg{width:18px;height:18px}.btn--full-width{width:100%}.btn--icon{min-height:unset;width:26px;height:26px;padding:0;border-radius:50%;transition:background-color .4s ease-in-out}.btn--icon svg{width:14px;height:14px}.btn--icon:hover{background-color:var(--color-field-border)}.btn--icon--color-text svg{fill:var(--color-text)}.btn--icon--large{width:32px;height:32px}.btn--icon--large svg{width:22px;height:22px}.btn--primary{background-color:#8940ff;color:#fff}.btn--primary svg{fill:#fff}.btn--primary .loader{border-color:#fffc}.btn--primary:disabled{background-color:#8940ff80}.btn--primary:hover{background-color:#6523d0}.btn--outlined{border:1px solid var(--color-field-border);color:var(--color-text)}.btn--outlined svg{fill:var(--color-text)}.btn--outlined:hover{background-color:var(--color-field-border)}.btn--md{font-size:14px;padding:8px 14px;min-height:34px}.btn--md svg{width:20px;height:20px}.btn--md .loader{width:15px;height:15px;border-width:2px}.btn--xs{font-size:12px;padding:5px 12px;min-height:34px}.btn--xs svg{width:18px;height:18px}.btn--xs .loader{width:12px;height:12px;border-width:2px}.btn--small-width{min-width:110px}.btn-file-select input{display:none}.content-wrapper{display:grid;grid-template-rows:auto 1fr;grid-row:2/3;grid-column:2/3;height:100%;overflow:auto;padding-bottom:40px}.content-wrapper__header{display:inline-flex;align-items:center;justify-content:space-between;width:100%;height:85px;padding:10px 40px;border-bottom:1px solid var(--color-divider);position:sticky;top:0;background-color:var(--color-ui-bg);z-index:9}.content-wrapper__header h1{font-weight:700;color:var(--color-text);font-size:20px;line-height:22px}.content-wrapper__header__actions{display:inline-flex;align-items:center;gap:20px}.content-wrapper__header__actions button{flex:0 0 auto}.content-wrapper__header__actions.license-buttons button{min-width:110px}.content-wrapper__header__actions .titles-user-guide-wrapper{display:flex;flex-direction:column;justify-content:center}.content-wrapper__header__actions .titles-user-guide-wrapper a{text-align:center;color:var(--color-text);text-decoration:none;font-size:14px;line-height:22px}.content-wrapper__header__actions .titles-user-guide-wrapper p{opacity:.6;font-size:12px;line-height:16px}.content-wrapper__centered{width:100%;padding-top:40px;max-width:clamp(400px,75%,850px);justify-self:center;overflow:visible}.content-wrapper__centered--form{display:flex;flex-direction:column;gap:7px}.content-wrapper__centered .notification-list-item{margin:10px 0}.content-wrapper__centered .notification-list-item:first-of-type{margin-top:0}.MuiPaper-root.drawer-paper{background-color:var(--color-ui-bg);box-shadow:none;border-left:1px solid var(--color-main-border)}.MuiPaper-root.drawer-paper.license-titles-drawer{width:45%;min-width:450px;max-width:620px}.MuiPaper-root.drawer-paper .btn-close{position:fixed;width:32px;height:32px;margin-top:45px;margin-left:-16px}:root.dark .MuiPaper-root.drawer-paper .btn-close{background-color:#454545;border:1px solid rgba(255,255,255,.12)}:root.light .MuiPaper-root.drawer-paper .btn-close{background-color:#f2f2f2;border:1px solid rgba(0,0,0,.12)}.drawer-content{width:100%;position:relative;padding:50px 35px;overflow:auto}.drawer-content__title{font-size:18px;line-height:22px;color:var(--color-text);font-weight:700;margin-bottom:20px}.drawer-content .drawer-titles-list__item .MuiListItemButton-root{padding:6px 10px 6px 6px!important;border-radius:4px;transition:.4s all ease-in-out;display:grid;grid-template-columns:auto 1fr auto}.drawer-content .drawer-titles-list__item .MuiListItemButton-root:hover{background-color:var(--license-details-bg)}.drawer-content .drawer-titles-list__item__title{display:flex;flex-direction:column;margin-left:8px}.drawer-content .drawer-titles-list__item__title h3{font-weight:500;font-size:14px;margin-bottom:4px}.drawer-content .drawer-titles-list__item__title h5{opacity:.6;font-size:14px;font-weight:400}.drawer-content .drawer-titles-list__item__details{display:inline-flex;align-items:center;gap:8px;padding-left:8px}.drawer-content .drawer-titles-list__item__details p{font-weight:500;font-size:14px}.drawer-content .drawer-titles-list__item__details__language{padding:4px 15px;border-radius:20px;border:1px solid var(--color-field-border)}.drawer-content .drawer-titles-list__item__details__format{padding:4px 6px;border-radius:4px;color:#fff}:root.dark .drawer-content .drawer-titles-list__item__details__format{background-color:#d8cf0052}:root.light .drawer-content .drawer-titles-list__item__details__format{background-color:#d8cf00cc}.content-empty-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.content-empty-placeholder__logo-wrapper{width:150px;height:150px;background-color:var(--color-nav-menu-hover);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:30px}.content-empty-placeholder__logo-wrapper svg{width:55px;height:55px;fill:var(--color-text)}.content-empty-placeholder__title{color:var(--color-text);font-weight:700;font-size:20px;margin-bottom:15px}.content-empty-placeholder__msg{max-width:345px;font-size:16px;line-height:24px;color:var(--color-nav-menu-link);text-align:center;font-weight:400}.error-msg{width:100%;display:flex;align-items:center;height:28px;padding-top:8px}.error-msg svg{margin-right:4px;fill:#c83532;height:20px;flex:0 0 auto}.error-msg p{color:#c83532;font-size:12px;line-height:12px;font-weight:400}.form-field-wrapper,.form-textarea-wrapper{width:100%;position:relative;font-family:Plus Jakarta Sans,sans-serif;font-weight:400}.form-field-wrapper.error>input,.form-textarea-wrapper.error>input{outline:2px solid #C83532;background-color:var(--color-bg-field-error)}.form-field-wrapper.error .react-select__control,.form-textarea-wrapper.error .react-select__control{background-color:var(--color-bg-field-error)!important;outline:2px solid #C83532!important}.form-field-wrapper.error .MuiFormControl-root,.form-textarea-wrapper.error .MuiFormControl-root{background-color:var(--color-bg-field-error);outline:2px solid #C83532!important}.form-field-wrapper.password .btn,.form-textarea-wrapper.password .btn{position:absolute;top:37.5px;right:5px;width:30px;height:30px}.form-field-wrapper.password .btn svg,.form-textarea-wrapper.password .btn svg{width:18px;height:18px;fill:var(--color-text)}.form-field-wrapper.password input,.form-textarea-wrapper.password input{padding:12px 40px 12px 12px}.form-field-wrapper label,.form-textarea-wrapper label{display:block;margin-bottom:8px;font-weight:700;font-size:14px;line-height:20px}.form-field-wrapper textarea,.form-textarea-wrapper textarea{resize:none}.form-field-wrapper>input,.form-field-wrapper textarea,.form-textarea-wrapper>input,.form-textarea-wrapper textarea{width:100%;background-color:transparent;padding:12px;line-height:24px;font-size:14px;outline:1px solid var(--color-field-border);color:var(--color-text);border-radius:8px;border:none;transition:all .3s ease-in-out;font-family:Plus Jakarta Sans,sans-serif;font-weight:400;outline-offset:-2px}.form-field-wrapper>input:hover,.form-field-wrapper>input:focus,.form-field-wrapper textarea:hover,.form-field-wrapper textarea:focus,.form-textarea-wrapper>input:hover,.form-textarea-wrapper>input:focus,.form-textarea-wrapper textarea:hover,.form-textarea-wrapper textarea:focus{outline-color:var(--color-text)}.form-field-wrapper>input:disabled,.form-field-wrapper textarea:disabled,.form-textarea-wrapper>input:disabled,.form-textarea-wrapper textarea:disabled{color:#bdb9c6;pointer-events:none}.form-field-wrapper>input::placeholder,.form-field-wrapper textarea::placeholder,.form-textarea-wrapper>input::placeholder,.form-textarea-wrapper textarea::placeholder{color:var(--color-field-placeholder);opacity:1}.form-field-wrapper>input:-webkit-autofill,.form-field-wrapper>input:-webkit-autofill:hover,.form-field-wrapper>input:-webkit-autofill:focus,.form-field-wrapper>input:-webkit-autofill:active,.form-field-wrapper textarea:-webkit-autofill,.form-field-wrapper textarea:-webkit-autofill:hover,.form-field-wrapper textarea:-webkit-autofill:focus,.form-field-wrapper textarea:-webkit-autofill:active,.form-textarea-wrapper>input:-webkit-autofill,.form-textarea-wrapper>input:-webkit-autofill:hover,.form-textarea-wrapper>input:-webkit-autofill:focus,.form-textarea-wrapper>input:-webkit-autofill:active,.form-textarea-wrapper textarea:-webkit-autofill,.form-textarea-wrapper textarea:-webkit-autofill:hover,.form-textarea-wrapper textarea:-webkit-autofill:focus,.form-textarea-wrapper textarea:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:var(--color-text)}.react-creatable-select .react-select__control{min-height:46px}.react-select{font-family:Plus Jakarta Sans,sans-serif!important;font-size:14px!important}.react-select>div:first-of-type{background-color:transparent;border:none;border-radius:8px;outline:1px solid var(--color-field-border)!important;outline-offset:-2px;transition:all .3s ease-in-out;box-shadow:none!important;min-height:46px}.react-select>div:first-of-type--is-focused{outline:1px solid var(--color-text)!important}.react-select>div:first-of-type:hover{outline:1px solid var(--color-text)!important}.react-select__placeholder{font-family:Plus Jakarta Sans,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:24px!important;color:var(--color-field-placeholder)!important}.react-select__input-container,.react-select__single-value{color:var(--color-text)!important}.react-select__clear-btn{margin-right:7px}.react-select__clear-btn svg{width:18px;height:18px;fill:var(--color-nav-menu-link)}.react-select__chip{display:inline-flex;align-items:center;gap:12px;padding:6px 8px 6px 12px;border:1px solid var(--color-divider);margin:2px 4px;border-radius:50px;background-color:var(--color-ui-bg)}.react-select__chip button{height:20px;width:20px}.react-select__chip button svg{fill:var(--color-nav-menu-link)}.react-select__indicator-separator{display:none}.react-select__menu{background-color:var(--color-ui-bg)!important;border-radius:8px!important;box-shadow:0 15px 24px #00000029!important;border:1px solid var(--color-main-border)}.react-select__menu-list::-webkit-scrollbar{width:13px}.react-select__menu-list::-webkit-scrollbar-thumb{border-radius:7px;box-shadow:inset 0 0 10px 10px #c7c7c7;border:3px solid transparent}.react-select__option{color:var(--color-text)!important;font-size:14px!important}.react-select__option--is-focused{background-color:var(--color-field-border)!important}.react-select__option--is-selected{background-color:#a66fff!important}.form-datepicker-wrapper .MuiFormControl-root{width:100%;outline:1px solid var(--color-field-border);outline-offset:-2px;border-radius:8px;transition:all .3s ease-in-out}.form-datepicker-wrapper .MuiFormControl-root:hover{outline-color:var(--color-text)}.form-datepicker-wrapper .MuiFormControl-root .MuiInputBase-root{color:var(--color-text);font-family:Plus Jakarta Sans,sans-serif;font-weight:400;font-size:14px;line-height:24px}.form-datepicker-wrapper .MuiFormControl-root .MuiInputBase-root.Mui-disabled input{-webkit-text-fill-color:#BDB9C6;opacity:1}.form-datepicker-wrapper .MuiFormControl-root .MuiInputBase-root input{padding:12px;font-size:14px;font-family:Plus Jakarta Sans,sans-serif;font-weight:400}.form-datepicker-wrapper .MuiFormControl-root .MuiInputBase-root fieldset{border:none}.form-datepicker-wrapper .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root button{color:var(--color-field-placeholder);transition:all .4s ease-in-out}.form-datepicker-wrapper .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root button:hover{background-color:var(--color-field-border);color:var(--color-text)}.MuiPickersPopper-root .MuiPaper-root{background-color:var(--color-ui-bg);border:1px solid var(--color-field-border);border-radius:8px;color:var(--color-text)}.MuiPickersPopper-root .MuiPaper-root svg{fill:var(--color-text)}.MuiPickersPopper-root .MuiPaper-root .MuiDayCalendar-weekDayLabel,.MuiPickersPopper-root .MuiPaper-root .MuiPickersDay-root{color:var(--color-text)!important}.MuiPickersPopper-root .MuiPaper-root .MuiPickersDay-root.Mui-selected{background-color:#8940ff}.MuiPickersPopper-root .MuiPaper-root .MuiPickersDay-root:hover{background-color:var(--color-field-border)}.MuiPickersPopper-root .MuiPaper-root .MuiPickersDay-root:focus{background-color:rgba(var(--color-field-border),.4)}.MuiPickersPopper-root .MuiPaper-root .MuiPickersDay-today{border:1px solid var(--color-field-border)}.form-checkbox-wrapper .MuiFormControlLabel-root{margin-left:0}.form-checkbox-wrapper .MuiFormControlLabel-root:hover .MuiButtonBase-root.MuiCheckbox-root:not(.MuiChecked){color:#8940ff}.form-checkbox-wrapper .MuiFormControlLabel-root .MuiButtonBase-root.MuiCheckbox-root{color:var(--color-field-border);padding:0 6px 0 0;transition:color .3s ease-in-out}.form-checkbox-wrapper .MuiFormControlLabel-root .MuiTypography-root{font-size:14px}.form-screen-content{width:100%}.form-screen-content__buttons{width:100%;display:inline-flex;justify-content:flex-end;gap:8px}.form-screen-content__buttons button{min-width:120px}.form-screen-content__group{width:100%;padding:50px 0 30px;display:flex;flex-direction:column}.form-screen-content__group .form-field-wrapper{margin-bottom:20px;padding:0 2px}.form-screen-content__group .form-checkbox-wrapper{margin-bottom:20px}.form-screen-content__group:first-of-type{padding:0 0 30px}.form-screen-content__group .form-field-md{min-width:240px;max-width:310px}.form-screen-content__group .form-field-sm{max-width:250px}.form-screen-content__group .form-field-w-50{width:calc(50% - 10px);max-width:500px}.form-screen-content__group__sub-group{padding:0 20px}.form-screen-content__group__section-title{margin-bottom:15px;font-size:24px;font-weight:700}.form-screen-content__group__section-subtitle{margin-bottom:8px;font-size:18px;font-weight:700}.form-screen-content__group__row{display:inline-flex;gap:30px;width:100%}.licenses-list-status{display:inline-grid;align-items:center;grid-template-columns:min-content auto;gap:10px}.licenses-list-status:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background-color:currentColor}:root.dark .licenses-list-status.WAITING_FOR_APPROVAL{color:#d5e056}:root.light .licenses-list-status.WAITING_FOR_APPROVAL{color:#b0b947}:root.dark .licenses-list-status.APPROVED{color:#92ff50}:root.light .licenses-list-status.APPROVED{color:#74cc40}.licenses-list-status.EXPIRED{color:#ff4141}.licenses-list-status.ACTIVE{color:#32e6ff}:root.dark .licenses-list-status.UNDER_REVIEW{color:#ffe0ab}:root.light .licenses-list-status.UNDER_REVIEW{color:#ffc559}.licenses-list-status.DRAFT{color:#b2b2b2}.loader-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:inline-flex;align-items:center;justify-content:center;background-color:#0009;z-index:9999}.loader-wrapper .loader{border-color:#8940ff}.loader{width:45px;height:45px;border:5px solid var(--color-text);border-bottom-color:transparent!important;border-radius:50%;display:inline-block;animation:rotation 1.4s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MuiPaper-root.MuiMenu-paper{background-color:var(--color-ui-bg);border:1px solid var(--color-main-border);border-radius:16px;box-shadow:0 15px 24px #00000029}.MuiPaper-root.MuiMenu-paper .MuiMenu-list{padding:4px 8px}.MuiPaper-root.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root{font-family:Plus Jakarta Sans,sans-serif;font-weight:400;font-size:14px;color:var(--color-text);border-radius:8px;margin:4px 0;background-color:transparent;transition:background-color .4s ease-in-out}.MuiPaper-root.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root:hover{background-color:var(--color-divider)}.MuiPaper-root.MuiMenu-paper .MuiMenu-list .MuiMenuItem-root svg{width:16px;height:16px;fill:var(--color-text);margin-right:10px}.modal-wrapper .MuiDialog-paper{padding:32px;background-color:var(--color-ui-bg);color:var(--color-text);border-radius:16px;border:1px solid var(--color-main-border);box-shadow:0 8px 32px #00000040}.modal-header{width:100%;display:inline-flex;align-items:center;justify-content:space-between;margin-bottom:40px;gap:20px}.modal-header h1{font-size:20px}.modal-form{min-width:380px}.modal-form .form-field-wrapper{margin-bottom:5px}.modal-buttons{width:100%;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:15px}.modal-confirmation{max-width:400px;margin-bottom:25px}.modal-confirmation h6{font-weight:400;font-size:16px;line-height:22px}.modal-confirmation p{font-size:14px;line-height:18px;margin-top:10px;opacity:.6}.modal-organization-details{min-width:360px;max-width:520px}.modal-organization-details__row{display:inline-grid;grid-template-columns:1fr 1fr;width:100%;gap:60px}.modal-organization-details__group:not(:last-of-type){margin-bottom:35px}.modal-organization-details__group h4{font-size:16px;margin-bottom:12px}.modal-organization-details__group p{font-size:14px;line-height:18px;margin:5px 0}.nav-bar{grid-row:1/3;grid-column:1/2;padding:16px;overflow:hidden;border-right:1px solid var(--color-divider);width:80px;transition:width .4s ease-in-out;transition-delay:.2s;position:sticky;top:0;left:0;height:100vh;background-color:var(--color-ui-bg);z-index:16}.nav-bar .expand-btn{width:100%;padding:0;display:inline-flex;justify-content:center}.nav-bar .expand-btn svg{width:20px;fill:var(--color-nav-menu-link);flex:0 0 auto;margin-right:0;transition:rotate .4s ease-in-out .4s,margin-right .4s ease-in-out}.nav-bar .expand-btn p{font-size:13px;white-space:nowrap;max-width:0;overflow:hidden;transition:all .4s ease-in-out;color:var(--color-nav-menu-link)}.nav-bar .logo-long{height:27px;fill:var(--color-text);margin:20px 0 35px 13px}.nav-bar .logo-long #logo-long-second-path{transform-origin:18px;transform:scaleX(0);transition:transform .3s ease-in-out;transition-delay:.2s}.nav-bar.expanded{width:225px}.nav-bar.expanded .logo-long #logo-long-second-path{transform:scale(1)}.nav-bar.expanded .expand-btn svg{rotate:-180deg;margin-right:10px;transition:rotate .4s ease-in-out .4s,margin-right .4s ease-in-out .2s}.nav-bar.expanded .expand-btn p{max-width:100%;transition-delay:.2s}.nav-bar__menu{width:100%}.nav-bar__menu a{margin:5px 0;width:100%;display:inline-flex;align-items:center;padding:11px;border-radius:8px;text-decoration:none;background-color:transparent;transition:background-color .4s ease-in-out}.nav-bar__menu a:hover{background-color:var(--color-nav-menu-hover)}.nav-bar__menu a:hover svg{transform:scale(1.1)}.nav-bar__menu a p{color:var(--color-nav-menu-link);white-space:nowrap;max-width:0;margin-left:0;overflow:hidden;text-decoration:none;transition:background-color .4s ease-in-out,max-width .4s ease-in-out .2s,margin-left .4s ease-in-out .2s}.nav-bar__menu a svg{width:24px;height:24px;fill:var(--color-nav-menu-link);transition:all .4s ease-in-out}.nav-bar__menu a.active{background-color:#8940ff}.nav-bar__menu a.active svg{fill:#fff}.nav-bar__menu a.active p{color:#fff;font-size:14px}.nav-bar__menu.expanded a p{max-width:100%;margin-left:10px}.MuiPaper-root.MuiPopover-paper{background-color:var(--color-ui-bg);border:1px solid var(--color-main-border);border-radius:16px;box-shadow:0 15px 24px #00000029;max-width:440px}.notifications-container{min-width:230px}.notifications-container>div{padding:20px 15px}.notifications-container__header{border-bottom:1px solid var(--color-divider)}.notifications-container__header h3{color:var(--color-text);font-size:18px;font-weight:500;line-height:27px}.notifications-container .content-empty-placeholder{padding:45px;border-bottom:1px solid var(--color-divider)}.notifications-container__bottom{text-align:center}.notifications-container__bottom a{color:#8940ff;text-decoration:none;position:relative;font-size:14px}.notifications-container__bottom a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#8940ff;opacity:0;transition:opacity .3s ease-in-out}.notifications-container__bottom a:hover:after{opacity:1}.users-list-popover{min-width:200px;max-width:320px}.users-list-popover .infinite-scroll-component{max-height:400px!important;overflow:auto!important}.users-list-popover .infinite-scroll-component::-webkit-scrollbar{width:13px}.users-list-popover .infinite-scroll-component::-webkit-scrollbar-thumb{border-radius:7px;box-shadow:inset 0 0 10px 10px #c7c7c7;border:3px solid transparent}.users-list-popover__item{background-color:transparent;width:100%;padding:10px 15px;border:none;text-align:left;color:var(--color-text);transition:background-color .3s ease-in-out}.users-list-popover__item:not(:last-of-type){border-bottom:1px solid var(--color-main-border)}.users-list-popover__item:hover{background-color:var(--color-main-border)}.users-list-popover__item h4{font-size:16px;line-height:18px;margin-bottom:5px;font-weight:400}.users-list-popover__item p{font-size:14px;line-height:16px}.radio-group{display:flex;flex-direction:column}.radio-group label{display:block;margin-bottom:8px;font-weight:700;font-size:14px;line-height:20px}.radio-group.full-width{width:100%}.radio-group.full-width .radio-btn{flex:1 1 auto}.radio-group__options{display:inline-flex;align-items:center;gap:20px}.radio-btn{border-radius:12px;padding:10px;border:1px solid var(--color-field-border);min-width:170px;background-color:transparent;transition:.4s ease-in-out all;text-align:left}.radio-btn.checked{border-color:#8940ff}.radio-btn.checked svg:not(.MuiSvgIcon-root){fill:#8940ff}.radio-btn h6,.radio-btn p{font-size:14px;line-height:20px}.radio-btn h6{font-weight:600;color:var(--color-text);margin-bottom:5px}.radio-btn p{font-weight:400;color:var(--color-text)}.radio-btn__top{width:100%;display:inline-flex;align-items:center;justify-content:space-between}.radio-btn__top svg{width:28px;height:28px;fill:var(--color-text);transition:.4s ease-in-out fill}.notification-list-item{width:100%;border-bottom:1px solid var(--color-divider);color:var(--color-text);font-size:14px;line-height:21px;padding:20px 15px}.notification-list-item__date{font-size:12px;line-height:18px;color:#adb5bd;margin-top:5px}.notification-list-item__buttons{width:100%;display:inline-flex;gap:10px;justify-content:flex-end}.notification-list-item__buttons button{min-width:120px}.license-form-pdf-wrapper{width:100%;display:flex;justify-content:center;padding-top:50px}.license-form-pdf-wrapper .loader{width:30px;height:30px;border-width:4px}.react-pdf__Page{margin-bottom:10px}.search-input{width:100%;max-width:320px;position:relative}.search-input .search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:16px;height:16px;fill:var(--color-text)}.search-input .btn{position:absolute;top:50%;right:6px;transform:translateY(-50%);pointer-events:none;opacity:0;transition:opacity .3s ease-in-out}.search-input .btn.show-clear{pointer-events:all;opacity:1}.search-input .btn svg{width:16px;height:16px}.search-input input{width:100%;background-color:transparent;height:36px;padding-left:48px;padding-right:41px;color:var(--color-text);border:none;line-height:24px;font-size:14px;outline:1px solid var(--color-field-border);border-radius:30px;transition:all .3s ease-in-out}.search-input input:hover,.search-input input:focus{outline-color:var(--color-text)}.table-wrapper{height:100%}.table-wrapper:before{display:inline-flex;content:"";position:sticky;width:100%;top:85px;right:0;left:0;height:44px;z-index:15;background-color:var(--color-table-header-bg);border-bottom:1px solid var(--color-divider)}.table-wrapper .table-content{height:100%;margin-top:-46px;padding:0 40px}.table-wrapper .content-empty-placeholder{height:calc(100% - 44px)}.table-wrapper .table{width:100%;border-collapse:collapse}.table-wrapper .table thead{color:var(--color-table-header-text);font-weight:600;font-size:12px;text-transform:uppercase}.table-wrapper .table thead th{padding:0 10px;height:44px;text-align:left;position:sticky;top:85px;z-index:20}.table-wrapper .table thead th.sortable{cursor:pointer}.table-wrapper .table thead th.sortable>div{display:inline-flex;align-items:center;gap:8px}.table-wrapper .table thead th.sortable>div svg{fill:var(--color-table-header-text)}.table-wrapper .table thead th.sortable>div .sortable-icon-placeholder{width:14px;height:14px}.table-wrapper .table tbody:before{content:"";height:10px;background-color:transparent;display:block}.table-wrapper .table tbody tr:hover td:before{background-color:var(--color-main-border)}.table-wrapper .table tbody tr:not(:last-of-type) td{border-bottom:1px solid var(--color-divider)}.table-wrapper .table tbody tr td{padding:10px;position:relative;transition:all .4s ease-in-out;z-index:1}.table-wrapper .table tbody tr td.text-align-right{text-align:right}.table-wrapper .table tbody tr td.text-align-right button{display:inline-block}.table-wrapper .table tbody tr td:first-of-type:before{border-top-left-radius:8px;border-bottom-left-radius:8px;left:-9px}.table-wrapper .table tbody tr td:last-of-type:before{border-top-right-radius:8px;border-bottom-right-radius:8px;right:-9px}.table-wrapper .table tbody tr td:before{content:"";z-index:-1;position:absolute;right:0;left:0;top:-1px;bottom:-1px;background-color:transparent;transition:all .3s ease-in-out}.MuiTabs-root{border-bottom:1px solid var(--color-divider)}.MuiTabs-root .MuiButtonBase-root.MuiTab-root{color:var(--color-text);padding:16px 10px;margin:0 4px;font-weight:700;text-transform:capitalize;font-size:14px;position:relative}.MuiTabs-root .MuiButtonBase-root.MuiTab-root:hover:before{background-color:var(--color-nav-menu-hover)}.MuiTabs-root .MuiButtonBase-root.MuiTab-root:before{content:"";position:absolute;top:10px;bottom:10px;left:0;right:0;border-radius:4px;background-color:transparent;transition:background-color .3s ease-in-out;z-index:-1}.MuiTabs-root .MuiTabs-indicator{background-color:#a66fff;height:5px}.Toastify__toast-container{width:unset!important}.Toastify__toast{min-height:unset!important}.Toastify__toast--error{border:1px solid var(--color-main-border);border-radius:16px!important;padding:12px!important;background:var(--color-ui-bg)!important}.Toastify__toast--error .Toastify__close-button{color:var(--color-text)!important}.Toastify__toast--success{background-color:#8940ff!important;color:#fff!important;border-radius:0!important;padding:8px 16px!important}.Toastify__toast--success .Toastify__toast-body{padding:0;font-size:13px;line-height:20px;font-family:Plus Jakarta Sans,sans-serif;font-weight:500}.toast-content{font-family:Plus Jakarta Sans,sans-serif;display:inline-flex;gap:15px;align-items:center}.toast-content svg{width:34px;height:34px}.toast-content h6{font-weight:700;font-size:16px;margin-bottom:8px;line-height:18px}.toast-content p{font-weight:500;font-size:13px;line-height:16px}.toast-content.error svg{fill:#c83532}.toast-content.error h6{color:#c83532}.user-menu-bar{width:100%;height:50px;border-bottom:1px solid var(--color-divider);padding:1px 40px;display:inline-flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;top:0;left:0;position:sticky;background-color:var(--color-ui-bg);z-index:10}.user-menu-bar__breadcrumbs{color:var(--color-text);display:inline-flex}.user-menu-bar__breadcrumbs p:last-of-type{color:var(--color-nav-menu-link)}.user-menu-bar__info{display:inline-flex;align-items:center;height:100%}.user-menu-bar__info .btn-notifications,.user-menu-bar__info .btn-theme-toggle{width:38px;height:38px;border-radius:8px;padding:0}.user-menu-bar__info .btn-notifications{position:relative}.user-menu-bar__info .btn-notifications__badge{position:absolute;top:7px;right:8px;height:12px;width:12px;border:2px solid var(--color-ui-bg);border-radius:50%;background-color:#a66fff}.user-menu-bar__info .btn-theme-toggle{margin:0 15px}.user-menu-bar__info .btn-theme-toggle svg{width:28px;height:28px}.user-menu-bar__info__organization-name{display:inline-flex;align-items:center;background-color:var(--color-field-border);border-radius:8px;color:var(--color-text);padding:0 12px;height:38px}.user-menu-bar__info__avatar{display:inline-flex;align-items:center;justify-content:center;height:30px;width:30px;border-radius:50%;margin-left:15px;margin-right:10px;background-color:#c83532;color:#fff}.user-menu-bar__info__avatar h6{font-size:14px;line-height:14px;font-weight:400;text-transform:uppercase}.entry-screen{width:100%;height:100%;background-image:url(/assets/entry-bg-B447-qor.jpeg);background-size:cover;display:inline-flex;align-items:center;background-position:10%}.entry-screen__content{width:100%;display:inline-flex;align-items:center;justify-content:space-around;padding:0 40px}.entry-screen__content .logo-long{height:25px;fill:#fff}.entry-screen__content__form{background-color:var(--color-ui-bg);padding:48px;border-radius:24px;box-shadow:0 0 32px #0000003d;border:1px solid var(--color-main-border);min-width:470px}.entry-screen__content__form--invitation{width:510px}.entry-screen__content__form--invitation .form-field-wrapper.password:first-of-type .error-msg{height:36px}.entry-screen__content__form__row{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.entry-screen__content__form__row:not(:last-of-type){margin-bottom:10px}.entry-screen__content__form h2{font-weight:700;font-size:20px;margin-bottom:40px}.entry-screen__content__form .btn--primary{margin-top:25px}.dashboard-screen{padding:40px;display:grid;grid-template-rows:auto 200px;grid-template-columns:repeat(2,minmax(230px,320px));place-self:flex-start;gap:20px}.dashboard-screen .content-empty-placeholder{height:200px}.dashboard-screen .content-empty-placeholder__logo-wrapper,.dashboard-screen .table-wrapper{height:unset}.dashboard-screen .table-wrapper:before{display:none}.dashboard-screen .table-wrapper .table-content{margin-top:0;padding:0}.dashboard-screen .table-wrapper .table svg{width:16px;height:16px;fill:var(--color-field-placeholder)}.dashboard-screen .table-wrapper .table thead th{height:36px}.dashboard-screen .table-wrapper .table tbody:before{display:none}.dashboard-screen .table-wrapper .table tr:hover td:before{background-color:var(--dashboard-table-hover-bg)}.dashboard-screen .table-wrapper .table tbody tr:not(:last-of-type) td{border-bottom:1px solid var(--dashboard-table-hover-bg)}.dashboard-screen>div{padding:25px;border-radius:8px;background:var(--color-field-border)}.dashboard-screen>div p{font-size:18px;margin-bottom:15px}.dashboard-screen__licenses{grid-column:1/3;margin-bottom:20px}.dashboard-screen__licenses td{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-screen__count{min-height:200px;display:flex;flex-direction:column;justify-content:space-between}.dashboard-screen__count h3{font-size:36px;font-weight:700}.license-form{grid-template-rows:auto auto 1fr}.license-form .field-w-50{width:calc(50% - 10px)}.license-form .radio-group{transition:margin-bottom .4s ease-in-out}.license-form .radio-group.xs-margin{margin-bottom:10px}.license-form .radio-group.with-margin{margin-bottom:28px}.license-form__fields-group{width:100%;padding-bottom:15px}.license-form__fields-group__title{font-size:16px;font-weight:700;margin-bottom:20px}.license-form__fields-group__title--small-margin{margin-bottom:5px}.license-form__fields-group__description{font-size:14px;line-height:20px;font-weight:400;color:var(--color-field-placeholder);margin-bottom:20px}.license-form__fields-group__fields-row{display:inline-grid;gap:20px}.license-form__fields-group__titles-table{margin-bottom:10px}.license-form__fields-group__titles-table thead th{text-align:left}.license-form__fields-group__titles-table th,.license-form__fields-group__titles-table td{padding:4px 0}.license-form__progress-bar{width:100%;border-bottom:1px solid var(--color-divider);padding:10px 40px;display:inline-flex;align-items:center;justify-content:center;gap:20px}.license-form__progress-bar>div{background-color:transparent;border-radius:40px;transition:all .4s ease-in-out;padding:6px 15px;font-size:14px;border:1px solid transparent;color:var(--color-text)}.license-form__progress-bar>div.active{background-color:#8940ff33;border:1px solid #8940FF}.license-form__progress-bar svg{fill:var(--color-field-border);width:16px}.license-details-screen{grid-template-rows:auto auto auto 1fr;max-width:100vw}.license-details-screen__header{height:unset;padding:20px 40px}.license-details-screen__header__info-details{display:inline-flex;align-items:center;gap:20px;margin-top:20px}.license-details-screen__header__info-details p{font-size:12px}.license-details-screen__header__info-details__status{background-color:var(--color-main-border);color:var(--color-table-header-text);border-radius:4px;padding:4px 8px;font-size:14px}.license-details-screen__details{padding:20px 40px 0;margin-bottom:20px;display:grid;grid-template-columns:1.6fr .4fr;gap:25px}.license-details-screen__details>div{background-color:var(--license-details-bg);border-radius:16px;border:1px solid var(--license-details-border-color);padding:24px}.license-details-screen__details__misc{display:grid;grid-template-columns:repeat(3,1fr);column-gap:15px;row-gap:25px}.license-details-screen__details__fee{display:flex;flex-direction:column;gap:25px;min-width:230px}.license-details-screen__details .license-details-info-item{display:inline-flex;align-items:center;gap:12px;height:38px;width:100%;min-width:100px}.license-details-screen__details .license-details-info-item__icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background-color:var(--color-signature-bg);border-radius:8px;flex:0 0 auto}:root.dark .license-details-screen__details .license-details-info-item__icon.green{background-color:#75fa7333}:root.dark .license-details-screen__details .license-details-info-item__icon.green svg{fill:#75fa73}:root.light .license-details-screen__details .license-details-info-item__icon.green{background-color:#75fa73e6}:root.light .license-details-screen__details .license-details-info-item__icon.green svg{fill:var(--color-text)}.license-details-screen__details .license-details-info-item__icon svg{fill:var(--color-field-placeholder);width:20px;height:20px}.license-details-screen__details .license-details-info-item>div{height:100%;padding:2px 0;display:flex;flex-direction:column;justify-content:space-between;width:calc(100% - 50px)}.license-details-screen__details .license-details-info-item>div h6{font-size:12px;font-weight:500;color:var(--color-field-placeholder)}.license-details-screen__details .license-details-info-item>div p{max-width:100%;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.license-details-screen__details .license-details-info-item>div .fee-value{display:inline-flex;gap:8px}.license-details-screen__details .license-details-info-item>div .fee-value p{font-size:20px}.license-details-screen__details .license-details-info-item>div .fee-value p:first-of-type{color:var(--color-field-placeholder)}.license-details-screen__tabs{display:inline-flex;width:max-content;padding:5px;border-radius:6px;background-color:var(--license-details-bg);margin:20px 40px;position:relative}.license-details-screen__tabs button{background-color:transparent;color:var(--color-text);font-weight:500;border:none;padding:8px 16px;opacity:.5;transition:all .3s ease-in-out;min-width:72px}.license-details-screen__tabs button.active{color:var(--color-text);opacity:1}.license-details-screen__tabs__indicator{position:absolute;content:"";display:block;top:5px;bottom:5px;left:5px;border-radius:3px;transition:all .3s ease-in-out;background-color:var(--color-text);opacity:.12;z-index:0;width:72px}.license-details-screen__rights{padding:20px 40px 0}.license-details-screen__rights__top{width:100%;display:inline-flex;justify-content:flex-end;gap:25px;margin-bottom:25px;font-size:12px;font-weight:500}.license-details-screen__rights__details{background-color:var(--license-details-bg);border-radius:16px;border:1px solid var(--license-details-border-color)}.license-details-screen__rights__details__section{padding:15px}.license-details-screen__rights__details__section:not(:last-of-type){border-bottom:1px solid var(--license-details-border-color)}.license-details-screen__rights__details__section p{color:var(--color-text);font-weight:500;line-height:22px;font-size:14px}.license-details-screen__rights__details__section--rights{display:grid;grid-template-columns:1fr auto;gap:30px}.license-details-screen__rights__details__section--titles p:not(:last-of-type){margin-bottom:5px}.license-details-screen__rights__details__section__title{font-weight:500;font-size:12px;line-height:18px;color:var(--color-table-header-text);margin-bottom:8px}.license-details-screen__rights__details__section__title:not(:first-of-type){margin-top:20px}.license-details-screen__rights__details__section__chips-list{width:100%;display:flex;flex-wrap:wrap;gap:10px}.license-details-screen__rights__details__section__chips-list span{background-color:var(--color-divider);padding:8px 12px;border-radius:40px}.license-details-screen__rights__details__section__chips-list--right span{border-radius:4px;padding:10px;white-space:nowrap;color:#fff}.license-details-screen__additional-information{width:100%;padding:20px 40px;display:flex;flex-direction:column;gap:25px}.license-details-screen__additional-information__group{width:100%}.license-details-screen__additional-information__group h5{font-size:14px;margin-bottom:25px}.license-details-screen__additional-information__group p{opacity:.64}.license-details-screen__additional-information__group__info-container{width:100%;border-radius:16px;padding:24px;border:1px solid var(--license-details-border-color);background-color:var(--license-details-bg)}.loading-screen{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{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:var(--toastify-spinner-color-empty-area);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)}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}
