.OutsideLayout{height:100%;width:100%;padding:5% 5% 20%}.OutsideLayout__content{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.FailureToast{padding:4px 4px 16px}.FailureToast__header{margin-bottom:12px}.FailureToast__icon{display:inline-block;width:20px;margin-right:4px}.FailureToast__icon svg{fill:var(--white)}.SuccessToast{padding:4px 4px 16px}.SuccessToast__header{margin-bottom:12px}.SuccessToast__icon{display:inline-block;width:20px;margin-right:4px}.SuccessToast__icon svg{fill:var(--white)}.action-button,.clear-button,.MainLayout__logoutBtn,.MainLayout__menuBtn,.MainLayout__menuLiButton,.MainLayout__profileBtn{padding:0;color:inherit;font:inherit;background:none;border:none;outline:inherit}.action-button:not(:disabled),.clear-button:not(:disabled),.MainLayout__logoutBtn:not(:disabled),.MainLayout__menuBtn:not(:disabled),.MainLayout__menuLiButton:not(:disabled),.MainLayout__profileBtn:not(:disabled){cursor:pointer}.action-button:not(:disabled):active,.action-button:not(:disabled):focus,.action-button:not(:disabled):hover,.clear-button:not(:disabled):active,.clear-button:not(:disabled):focus,.clear-button:not(:disabled):hover,.MainLayout__logoutBtn:not(:disabled):active,.MainLayout__logoutBtn:not(:disabled):focus,.MainLayout__logoutBtn:not(:disabled):hover,.MainLayout__menuBtn:not(:disabled):active,.MainLayout__menuBtn:not(:disabled):focus,.MainLayout__menuBtn:not(:disabled):hover,.MainLayout__menuLiButton:not(:disabled):active,.MainLayout__menuLiButton:not(:disabled):focus,.MainLayout__menuLiButton:not(:disabled):hover,.MainLayout__profileBtn:not(:disabled):active,.MainLayout__profileBtn:not(:disabled):focus,.MainLayout__profileBtn:not(:disabled):hover{text-decoration:none;outline:none}.action-button:disabled,.clear-button:disabled,.MainLayout__logoutBtn:disabled,.MainLayout__menuBtn:disabled,.MainLayout__menuLiButton:disabled,.MainLayout__profileBtn:disabled{opacity:.8;-webkit-filter:grayscale(.9) brightness(1.05);filter:grayscale(.9) brightness(1.05)}.MainLayout{vertical-align:top}.MainLayout__fadeLine{position:fixed;z-index:1;width:100vw;height:16px}.MainLayout__fadeLine_top{top:0;left:0;background:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.2))}.MainLayout__fadeLine_bottom{bottom:0;left:0;background:linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.2))}.MainLayout__sidebar{position:fixed;z-index:2;width:280px;height:100vh;overflow:hidden;background-color:#374953;transition:width .15s linear}.MainLayout_menuClosed .MainLayout__sidebar{width:52px}.MainLayout__topPanel{width:100%;height:56px;display:flex;background-color:#212626}.MainLayout__menuBtn{width:52px;height:56px;padding:0 2px 0 0;font-size:24px;color:#ddd;text-align:center}.MainLayout__menuBtn:hover{color:#fff}.MainLayout__logo{display:inline-flex;height:56px;color:#eee;padding:0 8px;align-items:center}.MainLayout__logo:hover{color:#fff}.MainLayout__logo:hover img{opacity:1}.MainLayout__logo img{opacity:.85}.MainLayout__logoCol{flex:1 1}.MainLayout_menuClosed .MainLayout__logoCol,.MainLayout_menuOpened.enter-active .MainLayout__logoCol{display:none}.MainLayout__logoText{padding:0 0 0 24px;font-size:16px;text-align:left;white-space:nowrap;font-family:"Audiowide-Regular",sans-serif;line-height:14px}.MainLayout__profilePanel{display:flex;background-color:rgba(19,67,101,.6);height:60px;width:100%;border-top:1px solid hsla(0,0%,100%,.14);border-bottom:1px solid hsla(0,0%,100%,.14)}.MainLayout__profileBtn{display:flex;width:52px;flex:1 1;align-items:center;height:60px;color:#ddd;font-size:14px}.MainLayout__profileBtn:hover{color:#fff;background-color:rgba(0,119,153,.39)}.MainLayout__userIconCol{width:56px;padding:0 1px 0 0;flex-basis:52px}.MainLayout__userIcon{font-size:22px}.MainLayout__userDataCol{display:inline-flex;flex:1 1;align-items:center;line-height:14px;text-align:left;overflow:hidden}.MainLayout_menuClosed .MainLayout__userDataCol,.MainLayout_menuOpened.enter-active .MainLayout__userDataCol{display:none}.MainLayout__userName{font-size:14px;padding:2px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-family:"Roboto-Regular"}.MainLayout__userRole{margin-bottom:5px;overflow:hidden}.MainLayout__userRoleLabel{display:inline-block;font-size:9px;height:15px;line-height:9px;font-weight:700;text-transform:uppercase;background-color:rgba(0,119,119,.57);padding:3px 8px;letter-spacing:1px}.MainLayout__logoutBtn{width:52px;height:100%;border-left:1px solid hsla(0,0%,100%,.14);color:#ddd;font-size:20px}.MainLayout__logoutBtn:hover{color:#fff;background-color:rgba(140,44,93,.39)}.MainLayout_menuClosed .MainLayout__logoutBtn,.MainLayout_menuOpened.enter-active .MainLayout__logoutBtn{display:none}.MainLayout__scene{margin-left:280px;padding:16px 16px 52px 20px;transition:.15s;transition-property:margin-left}.MainLayout_menuClosed .MainLayout__scene{margin-left:52px}.MainLayout__menu{margin:0;padding:0;list-style:none}.MainLayout__menuLi{margin-bottom:0;border-bottom:1px solid hsla(0,0%,100%,.07)}.MainLayout__menuLi:nth-child(1n){background-color:rgba(0,102,119,.15)}.MainLayout__menuLi:nth-child(2n){background-color:rgba(0,119,102,.27)}.MainLayout__menuLiButton{display:flex;justify-content:stretch;align-items:center;width:100%;height:48px;color:#ddd;text-align:left;font-family:"Roboto-Regular"}.MainLayout__menuLiButton:not(.MainLayout__menuLiButton_active):hover{background-color:rgba(0,119,153,.39)}.MainLayout__menuLiButton:hover,.MainLayout__menuLiButton_active{color:#fff}.MainLayout__menuLiButton_active{background-color:rgba(140,44,93,.39)}.MainLayout__menuLiIconCol{width:52px;padding:0 1px 0 0;flex-basis:52px;text-align:center}.MainLayout__menuLiIcon{font-size:22px}.MainLayout__menuLiTextCol{flex:1 1;padding:2px;overflow:hidden;font-size:16px}.MainLayout_menuClosed .MainLayout__menuLiTextCol,.MainLayout_menuOpened.enter-active .MainLayout__menuLiTextCol{display:none}.MainLayout__menuLiExtraCol{width:48px;overflow:hidden;text-align:center}.MainLayout_menuClosed .MainLayout__menuLiExtraCol,.MainLayout_menuOpened.enter-active .MainLayout__menuLiExtraCol{display:none}.action-button,.clear-button,.KitAction{padding:0;color:inherit;font:inherit;background:none;border:none;outline:inherit}.action-button:not(:disabled),.clear-button:not(:disabled),.KitAction:not(:disabled){cursor:pointer}.action-button:not(:disabled):active,.action-button:not(:disabled):focus,.action-button:not(:disabled):hover,.clear-button:not(:disabled):active,.clear-button:not(:disabled):focus,.clear-button:not(:disabled):hover,.KitAction:not(:disabled):active,.KitAction:not(:disabled):focus,.KitAction:not(:disabled):hover{text-decoration:none;outline:none}.action-button:disabled,.clear-button:disabled,.KitAction:disabled{opacity:.8;-webkit-filter:grayscale(.9) brightness(1.05);filter:grayscale(.9) brightness(1.05)}.action-button,.KitAction{width:36px;height:30px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:16px}.KitAction:not(:disabled):hover{transition:background-color .25s,color .25s}.KitAction_delete{color:#fff;background-color:#cf7145}.KitAction_delete:not(:disabled):hover{color:#fff;background-color:#c44e18}.KitAction_edit{color:#fff;background-color:#2ab3dd}.KitAction_edit:not(:disabled):hover{color:#fff;background-color:#1595bd}.KitAction_versions{color:#fff;background-color:#26c76e}.KitAction_versions:not(:disabled):hover{color:#fff;background-color:#13a856}.KitAction_info{color:#fff;background-color:#2eaeb8}.KitAction_info:not(:disabled):hover{color:#fff;background-color:#1b7a81}.KitAction_export{color:#fff;background-color:#2eb8a1}.KitAction_export:not(:disabled):hover{color:#fff;background-color:#24c5aa}.KitAction_import{color:#fff;background-color:#b87c2e}.KitAction_import:not(:disabled):hover{color:#fff;background-color:#d68821}.KitAction_create{color:#fff;background-color:#3dddad}.KitAction_create:not(:disabled):hover{color:#fff;background-color:#1dc08f}.KitAction_stopCopy{background-color:#fff;border:1px solid #e28a57;color:#eb9167}.KitAction_stopCopy:not(:disabled):hover{border:1px solid #c0774c;color:#c2794e}.KitAction_takeBack{background-color:#fff;border:1px solid #d4b151;color:#ebc867}.KitAction_takeBack:not(:disabled):hover{border:1px solid #c9a84f;color:#d1a93c}.KitAction_copy{background-color:#fff;border:1px solid #92cddb;color:#77d2e4}.KitAction_copy:not(:disabled):hover{border:1px solid #72abb9;color:#32b7d4}.KitAction_paste{background-color:#fff;border:1px solid #8ce6c5;color:#91e0bf}.KitAction_paste:not(:disabled):hover{border:1px solid #73d3af;color:#3cbd8e}.KitAction_text{width:auto;border-right:1px solid hsla(0,0%,100%,0)}.KitAction__iconCol{width:36px}.KitAction__text{background-color:#fff;color:#555;display:flex;justify-content:center;padding:9px 12px;height:28px;font-family:"Roboto-Regular";font-size:12px;line-height:12px;text-transform:uppercase;font-weight:700}.KitActions:not(:last-child){margin-bottom:4px}.KitActions{white-space:nowrap}.KitActions>button:not(:last-child){margin-right:4px}.KitAutoComplete_error .ant-select-selection-search-input{color:#7c2a2a}.KitFilterCol{padding:8px;display:flex;min-width:238px;align-items:center;justify-content:center}.KitFilterCol_handler{flex:1 1;justify-content:flex-end}.KitFilterCol_switcher{min-width:200px}.KitFilterCol>:not(:first-child){margin-left:12px}.KitFilterCol .ant-select{width:100%}.KitFilterGrid{padding:8px;display:flex;margin-bottom:20px;justify-content:space-between;background-color:#f5f5f5}.KitFormContainer{padding:20px;width:100%;background-color:rgba(1,152,152,.03);border:1px solid rgba(1,152,152,.13)}.KitFormContainer__block{max-width:720px}.KitItemAction:not(:disabled):not(.ant-dropdown-menu-item-disabled):hover{-webkit-filter:saturate(2);filter:saturate(2)}.KitItemAction_delete:not(:disabled):not(.ant-dropdown-menu-item-disabled) .KitItemAction__icon{color:#fff;background-color:#c44e18}.KitItemAction_edit:not(:disabled):not(.ant-dropdown-menu-item-disabled) .KitItemAction__icon{color:#fff;background-color:#1595bd}.KitItemAction_versions:not(:disabled):not(.ant-dropdown-menu-item-disabled) .KitItemAction__icon{color:#fff;background-color:#13a856}.KitItemAction_info:not(:disabled):not(.ant-dropdown-menu-item-disabled) .KitItemAction__icon{color:#fff;background-color:#1b7a81}.KitItemAction__item{min-width:120px;display:flex}.KitItemAction__icon{display:flex;align-items:center;justify-content:center;flex:0 0 24px;padding:2px;width:24px}.KitItemAction__label{display:flex;align-items:center;flex:1 1;padding:2px 2px 2px 16px}.KitModuleLoader{padding:60px 40px;display:flex;width:100%;justify-content:space-between}.KitModuleLoader__block1 .ant-spin-dot-item{background-color:#41ff11}.KitModuleLoader__block2 .ant-spin-dot-item{background-color:#11bcff}.KitModuleLoader__block3 .ant-spin-dot-item{background-color:#9411ff}.KitModuleLoader__block4 .ant-spin-dot-item{background-color:#ff111d}.KitModuleLoader__block5 .ant-spin-dot-item{background-color:#ffdb11}.KitMenuActions__button{border-radius:24px!important;background-color:#f1f1f1!important;color:#444!important}.KitMenuActions__button:hover{background-color:#eaeaea!important;color:#444!important}.KitNavItem{display:inline-block;padding:4px 12px}.KitNavItem__link{font-size:16px;font-weight:700;position:relative;display:flex}.KitNavItem__link,.KitNavItem__link:active{color:#0e91b9}.KitNavItem__link:not(:disabled):not(.active):hover{color:#10a5d3}.KitNavItem__link.active{color:#fb673a}.KitNavItem__link.active:after{content:"";display:block;position:absolute;left:-12px;right:-12px;height:2px;bottom:-14px;background-color:#fb673a}.KitNavItem__text{flex:0 0 auto;flex:1 1;padding:0 8px}.KitNavMenu{margin-bottom:20px}.KitNavMenu__list{display:block;list-style:none;padding:0 0 8px;margin:0;border-bottom:2px solid rgba(0,132,210,.27)}.KitTitleActions{display:flex;justify-content:space-between;margin-bottom:24px}.KitTitleActions__title{display:flex;flex:1 1;align-items:center}.KitTitleActions__title h1{margin-bottom:0}.KitTitleActions__actions>*{margin-left:12px}.UserBadge{display:inline-flex;justify-content:center;border-radius:4px;min-width:120px;line-height:14px;font-size:14px;color:#34585c}.UserBadge__colIcon{display:flex;align-items:center;font-size:12px;line-height:12px;padding:2px;height:16px}.UserBadge__userId{padding:2px 4px}.UserBadge__userName{padding:2px 4px;font-size:12px}.ActionsListPage__title{margin-bottom:4px}.ActionsListPage__description{font-size:#999;font-size:85%}.ActionsListPage__navigationItem{display:inline-block;padding:4px;line-height:14px}.ActionsListPage__navigationItem_event{background-color:#eafdff;color:#34585c}.ActionsListPage__navigationItem_section{background-color:#ebfff6;color:#395749}.ActionsListPage__navigationItem_relateId{background-color:#fff8eb;color:#534a38}.ActionsListPage__userCol{text-align:center}.ActionsListPage__unauthorizedUser{color:#a1a1a1}.LoginPage__formContainer{text-align:center}.LoginPage__block{background-color:#fff;width:480px;display:block;border:1px solid #e1e1e1;border-radius:3px}.LoginPage__formWrap{margin-bottom:40px}.LoginPage__header{width:100%;height:56px;padding:4px 24px;background-color:#f2f2f2;display:flex;align-items:center;justify-content:center}.LoginPage__header>h1{margin:0;line-height:0}.LoginPage__body{padding:40px 50px}.LoginPage__links,.RegisterPage__container{text-align:center}.RegisterPage__block{background-color:#fff;width:480px;display:inline-block;border:1px solid #e1e1e1;border-radius:3px}.RegisterPage__header{width:100%;height:56px;padding:4px 24px;background-color:#f2f2f2;display:flex;align-items:center;justify-content:center}.RegisterPage__header>h1{margin:0;line-height:0}.RegisterPage__body{padding:40px 50px}.RegisterPage__links{padding:20px;text-align:center}.ActionsStatsChart{height:100%;width:100%;border:1px solid #e1e1e1;padding:20px}.ActionsStatsChart__container{display:flex;flex-direction:column;height:100%;width:100%}.ActionsStatsChart__header{padding-bottom:16px;flex-shrink:0}.ActionsStatsChart__graphArea{flex:1 1;position:relative;height:100%;width:100%}.ActionsStatsChart__spin{position:absolute;left:calc(50% - 16px);top:calc(50% - 16px)}.ActionsStatsPage__graph{height:640px}.KeysUpdatesStatsChart{height:100%;width:100%;border:1px solid #e1e1e1;padding:20px}.KeysUpdatesStatsChart__container{display:flex;flex-direction:column;height:100%;width:100%}.KeysUpdatesStatsChart__header{padding-bottom:16px;flex-shrink:0}.KeysUpdatesStatsChart__graphArea{flex:1 1;position:relative;height:100%;width:100%}.KeysUpdatesStatsChart__spin{position:absolute;left:calc(50% - 16px);top:calc(50% - 16px)}.MessagesUpdatesStatsChart{height:100%;width:100%;border:1px solid #e1e1e1;padding:20px}.MessagesUpdatesStatsChart__container{display:flex;flex-direction:column;height:100%;width:100%}.MessagesUpdatesStatsChart__header{padding-bottom:16px;flex-shrink:0}.MessagesUpdatesStatsChart__graphArea{flex:1 1;position:relative;height:100%;width:100%}.MessagesUpdatesStatsChart__spin{position:absolute;left:calc(50% - 16px);top:calc(50% - 16px)}.ProjectVersionSyncsStatsChart{height:100%;width:100%;border:1px solid #e1e1e1;padding:20px}.ProjectVersionSyncsStatsChart__container{display:flex;flex-direction:column;height:100%;width:100%}.ProjectVersionSyncsStatsChart__header{padding-bottom:16px;flex-shrink:0}.ProjectVersionSyncsStatsChart__graphArea{flex:1 1;position:relative;height:100%;width:100%}.ProjectVersionSyncsStatsChart__spin{position:absolute;left:calc(50% - 16px);top:calc(50% - 16px)}.DashboardStats{position:relative}.DashboardStats__spin{position:absolute;left:calc(50% - 16px);top:calc(50% - 16px)}.DashboardStats{height:100%;width:100%;border:1px solid #e1e1e1;padding:20px 20px 30px}.DashboardStats__container{display:flex;height:100%;width:100%}.DashboardStats__statsCol{flex:1 1}.DashboardStats__progressCol{flex:0 0 none;padding:0 20px}.DashboardStats__header{padding-bottom:16px}.DashboardStats__progress{text-align:center}.DashboardStats__row{display:inline-flex;align-items:center;width:360px;padding-right:40px}.DashboardStats__row:not(:last-child){margin-bottom:12px}.DashboardStats__param{width:180px;font-size:16px;color:#555}.DashboardStats__indicator{display:inline-block;padding:2px;border-radius:24px;min-width:48px;height:48px;text-align:center;font-weight:700;font-size:14px;line-height:40px;color:#fff;overflow:hidden}.DashboardStats__indicator_projects{border:2px solid #61ffdd;color:#00c096}.DashboardStats__indicator_versions{border:2px solid #31d6b2;color:#0d9b7c}.DashboardStats__indicator_uniqLocales{border:2px solid #61c0ff;color:#61c0ff}.DashboardStats__indicator_keys{border:2px solid #c07cff;color:#7a12db}.DashboardStats__indicator_messages{border:2px solid #b6ff7b;color:#5dc000}.DashboardStats__indicator_filledMessages{border:2px solid #7bff91;color:#00c020}.HomeDashboardPage__stats{margin-bottom:30px}.HomeDashboardPage__graph{display:inline-block;height:320px;width:calc(50% - 16px);margin-bottom:32px}.HomeDashboardPage__graph:nth-child(odd){margin-right:32px}.KeysUpdatesStatsPage__graph,.MessagesUpdatesStatsPage__graph,.ProjectVersionSyncsStatsPage__graph{height:640px}.ProjectLink{margin:0 8px;display:inline-block;font-size:16px;color:#0497c4;padding:2px;height:16px;min-width:16px;text-align:center;line-height:16px}.ProjectLink:active,.ProjectLink:hover{color:#06b3e7}.MonitoringKeysUpdatesPage__item{margin-bottom:20px}.MonitoringKeysUpdatesPage__date{margin-bottom:8px;height:24px;line-height:16px;padding-bottom:8px;border-bottom:1px solid #ddd;font-weight:700;color:#555}.MonitoringKeysUpdatesPage__detail{margin-bottom:4px;display:flex}.MonitoringKeysUpdatesPage__keysAmount{min-width:80px;text-align:center}.MonitoringKeysUpdatesPage__keysAmountValue{color:#fff;background-color:#25b1aa;padding:2px 4px;border-radius:3px;font-weight:700;display:inline-block;line-height:14px;font-size:14px}.MonitoringKeysUpdatesPage__pagination{padding:16px 12px;min-height:64px;text-align:right}.MonitoringMessagesUpdatesPage__item{margin-bottom:20px}.MonitoringMessagesUpdatesPage__date{margin-bottom:8px;height:24px;line-height:16px;padding-bottom:8px;border-bottom:1px solid #ddd;font-weight:700;color:#555}.MonitoringMessagesUpdatesPage__project-link{margin:0 8px;display:inline-block;font-size:12px}.MonitoringMessagesUpdatesPage__detail{margin-bottom:4px;display:flex}.MonitoringMessagesUpdatesPage__messagesAmount{min-width:80px;text-align:center}.MonitoringMessagesUpdatesPage__messagesAmountValue{color:#fff;background-color:#25b1aa;padding:2px 4px;border-radius:3px;display:inline-block;font-weight:700;line-height:14px;font-size:14px}.MonitoringMessagesUpdatesPage__pagination{padding:16px 12px;min-height:64px;text-align:right}.action-button,.clear-button{padding:0;color:inherit;font:inherit;background:none;border:none;outline:inherit}.action-button:not(:disabled),.clear-button:not(:disabled){cursor:pointer}.action-button:not(:disabled):active,.action-button:not(:disabled):focus,.action-button:not(:disabled):hover,.clear-button:not(:disabled):active,.clear-button:not(:disabled):focus,.clear-button:not(:disabled):hover{text-decoration:none;outline:none}.action-button:disabled,.clear-button:disabled{opacity:.8;-webkit-filter:grayscale(.9) brightness(1.05);filter:grayscale(.9) brightness(1.05)}.ProfileAuthSessionsPage__row_deleting{background-color:rgba(255,68,0,.58)}.MessageCountBadge{display:flex;color:#777}.MessageCountBadge__icon{color:#999}.MessageCountBadge__count{padding:0 4px 0 12px;flex:1 1}.ProjectLocale{display:inline-flex;height:24px;align-items:center;margin:0 4px 4px 0}.ProjectLocale__ico{height:100%;width:36px;padding:4px 1px;font-weight:700;color:#fff;background-color:#2497da;border:1px solid #2497da;line-height:14px;text-align:center;text-transform:uppercase;position:relative;z-index:1}a .ProjectLocale__ico{color:#2497da;background-color:#fff;border:1px solid #2497da;transition:color .25s,background-color .25s}a.active .ProjectLocale__ico,a:hover .ProjectLocale__ico{color:#fff;border:1px solid #2497da;background-color:#2497da;transition:color .25s,background-color .25s}.ProjectLocale__name{height:100%;padding:4px 6px;background-color:#fff;color:#444;line-height:14px;min-width:64px;max-width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:-1px;margin-right:1px}.ProjectLocale__name,a .ProjectLocale__name{border:1px solid #2497da}a.active .ProjectLocale__name,a:hover .ProjectLocale__name{border:1px solid #2497da;color:#2497da;transition:color .25s}.ProjectUsersBadge{display:flex;color:#777}.ProjectUsersBadge__icon{color:#999}.ProjectUsersBadge__count{padding:0 4px 0 12px;flex:1 1}.ProjectVersionColor{display:inline-flex;margin:0 4px 4px 0;position:relative;height:24px;border-radius:4px}.ProjectVersionColor_small{margin:0;height:18px}.ProjectVersionColor_isDeprecated:after{position:absolute;content:"";left:-3px;right:-2px;top:calc(50% - 1px);height:2px;background-color:#f40;opacity:.75}a:hover .ProjectVersionColor{-webkit-filter:saturate(1.5) contrast(1.25);filter:saturate(1.5) contrast(1.25);transition:-webkit-filter .25s;transition:filter .25s;transition:filter .25s,-webkit-filter .25s}.ProjectVersionColor__iconCol{width:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:4px 0 0 4px;color:#fff;margin-left:-1px}.ProjectVersionColor__nameCol{flex:1 1 auto;display:flex;align-items:center}.ProjectVersionColor__param{font-family:monospace,"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;line-height:13px;font-size:13px;letter-spacing:-.8px;position:relative;line-height:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:80px;max-width:114px;padding:0 4px}.ProjectInfo{margin-bottom:24px;padding:20px;border:1px solid #e1e1e1;position:relative}.ProjectInfo__row{margin-bottom:12px}.ProjectInfo__paramLabel{padding-right:24px;min-width:120px}.ProjectInfo__loader{position:absolute;z-index:1;left:calc(50% - 24px);top:calc(50% - 24px)}.ProjectInfo__infoActions{display:flex}.ProjectInfo__infoAction:not(:last-child){margin-right:24px}.ProjectInfo__divider.ant-divider-horizontal{margin:12px 0}.ProjectInfo__detailRow{flex-basis:calc(50% - 24px);margin-right:24px;margin-bottom:12px}.ProjectInfo__detailColLabel{display:inline-block;min-width:120px;padding-right:24px}.ProjectInfo__detailColValue{display:inline-block}.MessageDefaultKey{display:inline-block;min-height:16px;word-wrap:break-word}.MessageDefaultKey__part{display:inline-block;max-width:100%;border-radius:3px;padding:0 8px;position:relative;background-color:#fbf5e3;word-wrap:break-word}.MessageDefaultKey__part:not(:last-child){margin-right:4px;margin-bottom:4px}.MessageDefaultKey__part:nth-child(odd){background-color:#effff1}.MessageDefaultKey__part:first-child{background-color:#e0fafc}.MessageDefaultKey__part:nth-child(2){background-color:#f5eaff}.MessageDefaultKey__part:nth-child(3){background-color:#ddfff4}.MessageDefaultKey__part:nth-child(4){background-color:#ffedd9}.MessageDefaultKey__part:not(:last-child):after{position:absolute;z-index:1;top:9px;right:-4px;content:"";background-color:#999;box-shadow:0 0 4px 4px #fff;width:4px;height:4px;border-radius:4px}.VersionMessageCreatedAt{font-size:13px;text-align:center;line-height:16px;color:#834f83}.action-button,.clear-button,.EditMessagesFormModal__btnIsChecked{padding:0;color:inherit;font:inherit;background:none;border:none;outline:inherit}.action-button:not(:disabled),.clear-button:not(:disabled),.EditMessagesFormModal__btnIsChecked:not(:disabled){cursor:pointer}.action-button:not(:disabled):active,.action-button:not(:disabled):focus,.action-button:not(:disabled):hover,.clear-button:not(:disabled):active,.clear-button:not(:disabled):focus,.clear-button:not(:disabled):hover,.EditMessagesFormModal__btnIsChecked:not(:disabled):active,.EditMessagesFormModal__btnIsChecked:not(:disabled):focus,.EditMessagesFormModal__btnIsChecked:not(:disabled):hover{text-decoration:none;outline:none}.action-button:disabled,.clear-button:disabled,.EditMessagesFormModal__btnIsChecked:disabled{opacity:.8;-webkit-filter:grayscale(.9) brightness(1.05);filter:grayscale(.9) brightness(1.05)}.hover-filter:not(:disabled):hover{-webkit-filter:brightness(1.25) contrast(1.25);filter:brightness(1.25) contrast(1.25)}.action-button{width:36px;height:30px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:16px}.EditMessagesFormModal__infoBlock{padding:20px;border:1px solid #e1e1e1;margin-bottom:25px;display:flex}.EditMessagesFormModal__infoBlockDescriptions{flex:1 1 50%}.EditMessagesFormModal__infoBlockComment{flex:1 1 50%;display:flex}.EditMessagesFormModal__commentTextarea{height:100%;width:100%}.EditMessagesFormModal__infoBlockRow:not(:last-child){margin-bottom:16px}.EditMessagesFormModal__infoBlockParam{display:inline-block;margin-right:20px;width:140px}.EditMessagesFormModal__infoBlockValue{display:inline-block}.EditMessagesFormModal__container{min-height:240px}.EditMessagesFormModal__versionParam{margin-bottom:12px}.EditMessagesFormModal__activeMessage{text-align:center}.EditMessagesFormModal__activeMessageIcon{color:#6dcf6d}.EditMessagesFormModal__cellDeprecated{font-size:16px;color:#844;line-height:16px;text-align:center}.EditMessagesFormModal__deprecatedAgo{font-size:12px;padding-top:8px}.EditMessagesFormModal__valueContainer{display:flex}.EditMessagesFormModal__colValueTextarea{flex:1 1}.EditMessagesFormModal__colValueTextarea_copyActive{box-shadow:0 0 1px 1px #fff,0 0 3px 3px #73dcf1}.EditMessagesFormModal__colValueTextarea_copyMatch:not(.EditMessagesFormModal__colValueTextarea_copyActive){box-shadow:0 0 1px 1px #fff,0 0 3px 3px #8ce6c5}.EditMessagesFormModal__colValueTextarea_warnMatch{box-shadow:0 0 1px 1px #fff,0 0 3px 3px #ffe988}.EditMessagesFormModal__valueAutoComplete.ant-select{flex:1 1;width:100%;height:100%}.EditMessagesFormModal__valueAutoComplete .ant-select-selector{width:100%;height:100%}.EditMessagesFormModal__valueAutoComplete .ant-input.ant-select-selection-search-input{height:100%}.EditMessagesFormModal__colValueHandle{width:40px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:0 0 0 10px}.EditMessagesFormModal__cellIsChecked{text-align:center}.EditMessagesFormModal__btnIsChecked{width:32px;height:32px;border-radius:16px;background-color:#eee;text-align:center;line-height:16px;padding:8px 0;color:#818181}.EditMessagesFormModal__btnIsChecked:hover{background-color:#a4e68a}.EditMessagesFormModal__btnIsChecked_is{background-color:#a4e68a;color:#fff}.EditMessagesFormModal__btnIsChecked_is:hover{background-color:#f1a092}.EditMessagesFormModal__btnIsCheckedIcon{height:16px;font-size:16px}.KitFormCheckList .ant-checkbox-wrapper{width:100%;display:flex;align-items:center}.KitFormCheckList .ant-checkbox-wrapper>span:last-child{flex:1 1;display:flex;align-items:center}.KitFormCheckList{border:1px solid hsla(0,0%,93.3%,.95);border-radius:3px}.KitFormCheckList__checkAll{padding:8px;background-color:hsla(0,0%,96.5%,.95)}.KitFormCheckList__checkAllLabel{width:100%;display:flex;justify-content:space-between}.KitFormCheckList__checkAllLabelTitle{flex:1 1}.KitFormCheckList__formItem{margin:0!important}.KitFormCheckList__list{padding:8px 0;margin:0;list-style:none}.KitFormCheckList__item{padding:8px}.ExportMessagesFormModal__projectVersionList{display:flex;align-items:center}.ExportMessagesFormModal__projectVersionListLabel{margin-left:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ImportMessagesFormModal__projectVersionList{display:flex;align-items:center}.ImportMessagesFormModal__projectVersionListLabel{margin-left:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ImportMessagesFormModal__uploadFilename{min-height:26px;padding:4px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ManageMessagesPage__cellDifferences{padding:0!important;width:24px;text-align:center}.ManageMessagesPage__iconDifferences{font-size:24px;color:rgba(0,68,34,.27)}.ManageMessagesPage__emptyValue{background-color:#fb8383;display:inline-block;height:16px;min-width:20px;border-radius:4px;padding:2px 4px;line-height:12px}.ManageMessagesPage__iconEmptyValue{color:#fff}.ManageMessagesPage__createdAtDirection{text-align:center;font-size:17px;line-height:12px;height:12px;font-weight:700;color:#a7a}.ManageMessagesPage__pagination{padding:16px 12px;min-height:64px;text-align:right}.ManageMessagesPage__keyComment{color:#888;font-size:12px}.ProjectInfoPage__progress{padding:0 40px 0 0}.ProjectMessagesPage__project{padding-bottom:10px;margin-bottom:12px}.ProjectMessagesPage__version{padding:4px 0}.ProjectMessagesPage__key{padding-bottom:10px;margin-bottom:12px}.ProjectMessagesPage__defaultValue{border:1px dashed #e1e1e1;padding:4px 8px}.ProjectMessagesPage__message{display:flex;align-items:center;height:40px;margin:0 0 16px}.ProjectMessagesPage__message:hover .ProjectMessagesPage__valueOverflow{color:#222;border:1px dashed #c1c1c1}.ProjectMessagesPage__message:hover .ProjectMessagesPage__actions{opacity:1;transition:opacity .5s}.ProjectMessagesPage__locale{flex:0 0 auto}.ProjectMessagesPage__value{flex:1 1 auto;padding:0 8px 2px}.ProjectMessagesPage__valueOverflow{height:30px;padding:0 8px;line-height:30px;overflow:hidden;text-overflow:ellipsis;border:1px dashed #e1e1e1;color:#616161;position:relative}.ProjectMessagesPage__valueOverflow:after{content:"...";color:#bbb;text-align:center;line-height:21px;font-weight:700;font-size:21px;height:100%;width:56px;position:absolute;z-index:1;right:0;top:0;background-color:hsla(0,0%,100%,.8)}.ProjectMessagesPage__actions{opacity:.1;transition:opacity .5s}.ProjectMessagesPage__searchPlaceHolder{padding:50px;text-align:center;color:#777}.ProjectVersionInfo{margin-bottom:24px;padding:20px;border:1px solid #e1e1e1;position:relative}.ProjectVersionInfo__row{margin-bottom:12px}.ProjectVersionInfo__paramLabel{padding-right:24px;min-width:120px}.ProjectVersionInfo__loader{position:absolute;z-index:1;left:calc(50% - 24px);top:calc(50% - 24px)}.ProjectVersionInfo__infoActions{display:flex}.ProjectVersionInfo__infoAction:not(:last-child){margin-right:24px}.ProjectVersionInfo__divider.ant-divider-horizontal{margin:12px 0}.ProjectVersionInfo__detailRow{flex-basis:calc(50% - 24px);margin-right:24px;margin-bottom:12px}.ProjectVersionInfo__detailColLabel{display:inline-block;min-width:120px;padding-right:24px}.ProjectVersionInfo__detailColValue{display:inline-block}.ProjectVersionForm__localeIds .ant-select-selection-item,.ProjectVersionForm__localeIds .ant-select-selection-overflow-item{width:100%;justify-content:space-between}.ProjectsListPage__name{margin-bottom:4px}.ProjectsListPage__slug{color:#888}.ProjectsListPage__uniqKeysCol{text-align:center}.ProjectsListPage__progress{padding:0 40px 0 0}.UserForm__localeIds .ant-select-selection-item,.UserForm__localeIds .ant-select-selection-overflow-item{width:100%;justify-content:space-between}.UserInfo{margin-bottom:24px;padding:20px;border:1px solid #e1e1e1}.UserInfo__versions{margin-bottom:15px}#root{width:100%;height:100%}@font-face{font-family:"Audiowide-Regular";src:url(/static/media/Audiowide-Regular.e9ee108c.ttf)}@font-face{font-family:"Roboto-Regular";src:url(/static/media/Roboto-Regular.f36638c2.ttf)}.ant-reset-button,.ant-reset-button:hover{background-color:rgba(255,235,148,.74)}.ant-table-cell.ant-table-column-has-sorters .ant-table-column-sorters{width:100%}.ant-table-cell.ant-table-column-has-sorters .ant-table-column-sorters>span:first-child{flex:1 1}.ant-input:read-only{color:#555}.ant-input:read-only.ant-input-focused,.ant-input:read-only:focus,.ant-input:read-only:hover{border:1px solid #e1e1e1;box-shadow:none}.ant-table-tbody>tr.ant-table-row:hover>td{background:unset!important}.badge-count-1 .ant-badge-count{background-color:#fff;color:#555;box-shadow:inset 0 0 0 1px #d9d9d9}.ant-descriptions-item-container{align-items:center}.ant-input-affix-wrapper .ant-input:read-only.ant-input-focused,.ant-input-affix-wrapper .ant-input:read-only:focus,.ant-input-affix-wrapper .ant-input:read-only:hover{border:0!important}.ant-select-item-option-content{white-space:normal;line-height:1.1;font-size:.9em;display:flex;align-items:center}h1,h2,h3,h4,h5,h6{font-family:"Roboto-Regular";color:#4e8796}h1{font-size:19px;line-height:20.9px;margin-bottom:20px}h1,h2{font-weight:700}h2{font-size:17px;line-height:18.7px}h3{font-weight:700;font-size:16px;line-height:17.6px}.ant-select-block-options .ant-select-selection-item,.ant-select-block-options .ant-select-selection-overflow-item{width:100%;justify-content:space-between}.ant-header-spin{position:absolute;right:0;top:0}
/*# sourceMappingURL=main.ea726fd8.chunk.css.map */